01JMM8H73T53VM05TTDEQHRBQJ: 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: 01JMM8HZXJXR5NB8GF71A51DY4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-21T12:44:35.289Zjob assigned to worker 01JMM8HZY5NN60VNZH33WSDXWV [factory aws, i-0a9851468cf08abde] (queued for 53 s)
 
22025-02-21T12:44:43.817Zstarting task 0: "setup"
32025-02-21T12:44:43.822Z++ uname -s
42025-02-21T12:44:43.825Z+ kern=SunOS
52025-02-21T12:44:43.825Z+ build_user=build
62025-02-21T12:44:43.825Z+ build_uid=12345
72025-02-21T12:44:43.825Z+ work_dir=/work
82025-02-21T12:44:43.825Z+ input_dir=/input
92025-02-21T12:44:43.825Z+ [[ 0 == 12345 ]]
102025-02-21T12:44:43.825Z+ case "$kern" in
112025-02-21T12:44:43.825Z+ groupadd -g 12345 build
122025-02-21T12:44:43.828Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-21T12:44:45.835Z+ zfs create -o mountpoint=/work rpool/work
142025-02-21T12:44:45.955Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-21T12:44:45.958Z+ home_fs=zfs
162025-02-21T12:44:45.958Z+ [[ zfs == autofs ]]
172025-02-21T12:44:45.958Z+ mkdir -p /home/build
182025-02-21T12:44:45.960Z+ chown build:build /home/build /work
192025-02-21T12:44:46.961Z+ chmod 0700 /home/build /work
202025-02-21T12:44:46.964Zprocess exited: duration 3149 ms, exit code 0
 
212025-02-21T12:44:46.970Zstarting task 1: "rust-toolchain"
222025-02-21T12:44:46.975Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-21T12:44:46.975Z * rust toolchain channel = "1.85.0"
242025-02-21T12:44:46.975Z * rust toolchain profile = "default"
252025-02-21T12:44:46.975Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-21T12:44:46.975Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-21T12:44:46.975Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-21T12:44:46.978Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-21T12:44:46.978Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-21T12:44:47.094Zinfo: downloading installer
312025-02-21T12:44:48.221Zwarning: it looks like you have an existing installation of Rust at:
322025-02-21T12:44:48.221Zwarning: /opt/ooce/bin
332025-02-21T12:44:48.221Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-21T12:44:48.221Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-21T12:44:48.221Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-21T12:44:48.221Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-21T12:44:48.221Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-21T12:44:48.221Zerror: cannot install while Rust is installed
392025-02-21T12:44:48.221Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-21T12:44:48.236Zinfo: profile set to 'default'
412025-02-21T12:44:48.236Zinfo: default host triple is x86_64-unknown-illumos
422025-02-21T12:44:48.239Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-21T12:44:48.389Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-21T12:44:48.389Zinfo: downloading component 'cargo'
452025-02-21T12:44:49.124Zinfo: downloading component 'clippy'
462025-02-21T12:44:49.406Zinfo: downloading component 'rust-docs'
472025-02-21T12:44:50.515Zinfo: downloading component 'rust-std'
482025-02-21T12:44:52.154Zinfo: downloading component 'rustc'
492025-02-21T12:44:57.846Zinfo: downloading component 'rustfmt'
502025-02-21T12:44:58.057Zinfo: installing component 'cargo'
512025-02-21T12:44:58.853Zinfo: installing component 'clippy'
522025-02-21T12:44:59.236Zinfo: installing component 'rust-docs'
532025-02-21T12:45:00.996Zinfo: installing component 'rust-std'
542025-02-21T12:45:02.834Zinfo: installing component 'rustc'
552025-02-21T12:45:08.721Zinfo: installing component 'rustfmt'
562025-02-21T12:45:09.057Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-21T12:45:09.058Z
582025-02-21T12:45:09.428Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-21T12:45:09.428Z
602025-02-21T12:45:09.432Z
612025-02-21T12:45:09.432ZRust is installed now. Great!
622025-02-21T12:45:09.432Z
632025-02-21T12:45:09.432ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-21T12:45:09.432Zenvironment variable. This has not been done automatically.
652025-02-21T12:45:09.433Z
662025-02-21T12:45:09.433ZTo configure your current shell, you need to source
672025-02-21T12:45:09.433Zthe corresponding env file under $HOME/.cargo.
682025-02-21T12:45:09.433Z
692025-02-21T12:45:09.433ZThis is usually done by running one of the following (note the leading DOT):
702025-02-21T12:45:09.433Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-21T12:45:09.433Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-21T12:45:09.505Z+ rustup --version
732025-02-21T12:45:09.518Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-21T12:45:09.518Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-21T12:45:09.592Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-21T12:45:09.601Z+ cargo --version
772025-02-21T12:45:09.654Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-21T12:45:09.663Z+ rustc --version
792025-02-21T12:45:09.719Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-21T12:45:09.726Zprocess exited: duration 22749 ms, exit code 0
 
812025-02-21T12:45:09.757Zstarting task 2: "authentication"
822025-02-21T12:45:09.798Zprocess exited: duration 39 ms, exit code 0
 
832025-02-21T12:45:09.831Zstarting task 3: "clone repository"
842025-02-21T12:45:09.870Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-21T12:45:09.870Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-21T12:45:09.881ZCloning into '/work/oxidecomputer/omicron'...
872025-02-21T12:45:16.650Z+ cd /work/oxidecomputer/omicron
882025-02-21T12:45:16.650Z+ git fetch origin 517bc6313a6e2971d164a76c7a8db96dcf1a0216
892025-02-21T12:45:16.949ZFrom https://github.com/oxidecomputer/omicron
902025-02-21T12:45:16.953Z * branch 517bc6313a6e2971d164a76c7a8db96dcf1a0216 -> FETCH_HEAD
912025-02-21T12:45:16.956Z+ [[ -n renovate/reqwest-0.x-lockfile ]]
922025-02-21T12:45:16.959Z++ git branch --show-current
932025-02-21T12:45:16.981Z+ current=main
942025-02-21T12:45:16.981Z+ [[ main != renovate/reqwest-0.x-lockfile ]]
952025-02-21T12:45:16.981Z+ git branch -f renovate/reqwest-0.x-lockfile 517bc6313a6e2971d164a76c7a8db96dcf1a0216
962025-02-21T12:45:16.990Z+ git checkout -f renovate/reqwest-0.x-lockfile
972025-02-21T12:45:17.150ZSwitched to branch 'renovate/reqwest-0.x-lockfile'
982025-02-21T12:45:17.153Z+ git reset --hard 517bc6313a6e2971d164a76c7a8db96dcf1a0216
992025-02-21T12:45:17.167ZHEAD is now at 517bc6313 Update Rust crate reqwest to v0.12.12
1002025-02-21T12:45:17.170Zprocess exited: duration 7348 ms, exit code 0
 
1012025-02-21T12:45:17.177Zstarting task 4: "build"
1022025-02-21T12:45:17.183Z+ source .github/buildomat/ci-env.sh
1032025-02-21T12:45:17.183Z++ export CARGO_TERM_COLOR=always
1042025-02-21T12:45:17.183Z++ CARGO_TERM_COLOR=always
1052025-02-21T12:45:17.186Z+ cargo --version
1062025-02-21T12:45:17.233Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-21T12:45:17.236Z+ rustc --version
1082025-02-21T12:45:17.298Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-21T12:45:17.300Z+ cargo tree --locked
1102025-02-21T12:45:17.536Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-21T12:45:17.819Z Updating crates.io index
1122025-02-21T12:45:17.822Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132025-02-21T12:45:18.399Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142025-02-21T12:45:18.694Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152025-02-21T12:45:18.961Z Updating git repository `https://github.com/oxidecomputer/propolis`
1162025-02-21T12:45:19.897Z Updating git repository `https://github.com/oxidecomputer/crucible`
1172025-02-21T12:45:21.624Z Updating git repository `https://github.com/oxidecomputer/opte`
1182025-02-21T12:45:22.218Z Updating git repository `https://github.com/oxidecomputer/falcon`
1192025-02-21T12:45:22.906Z Updating git repository `https://github.com/oxidecomputer/clickward`
1202025-02-21T12:45:23.179Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212025-02-21T12:45:23.452Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1222025-02-21T12:45:24.180Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1232025-02-21T12:45:24.543Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242025-02-21T12:45:24.825Z Updating git repository `https://github.com/oxidecomputer/tofino`
1252025-02-21T12:45:25.092Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1262025-02-21T12:45:25.389Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1272025-02-21T12:45:25.641Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1282025-02-21T12:45:25.942Z Updating git repository `https://github.com/oxidecomputer/lldp`
1292025-02-21T12:45:26.318Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1302025-02-21T12:45:26.694Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1312025-02-21T12:45:27.008Z Updating git repository `https://github.com/oxidecomputer/ispf`
1322025-02-21T12:45:27.322Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332025-02-21T12:45:27.688Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342025-02-21T12:45:28.178Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1352025-02-21T12:45:28.478Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362025-02-21T12:45:28.854Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1372025-02-21T12:45:29.285Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1382025-02-21T12:45:29.562Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392025-02-21T12:45:29.853Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402025-02-21T12:45:30.114Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412025-02-21T12:45:31.488Z Downloading crates ...
1422025-02-21T12:45:31.618Z Downloaded anstyle v1.0.10
1432025-02-21T12:45:31.622Z Downloaded aead v0.5.2
1442025-02-21T12:45:31.622Z Downloaded event-listener-strategy v0.5.2
1452025-02-21T12:45:31.625Z Downloaded event-listener v2.5.3
1462025-02-21T12:45:31.627Z Downloaded equivalent v1.0.1
1472025-02-21T12:45:31.627Z Downloaded event-listener v5.3.1
1482025-02-21T12:45:31.631Z Downloaded foreign-types-shared v0.1.1
1492025-02-21T12:45:31.633Z Downloaded float-ord v0.3.2
1502025-02-21T12:45:31.636Z Downloaded foreign-types-shared v0.3.1
1512025-02-21T12:45:31.636Z Downloaded float-cmp v0.10.0
1522025-02-21T12:45:31.638Z Downloaded foreign-types-macros v0.2.3
1532025-02-21T12:45:31.638Z Downloaded escape8259 v0.5.3
1542025-02-21T12:45:31.638Z Downloaded chrono-tz-build v0.4.0
1552025-02-21T12:45:31.640Z Downloaded http-body v1.0.1
1562025-02-21T12:45:31.647Z Downloaded fxhash v0.2.1
1572025-02-21T12:45:31.647Z Downloaded foreign-types v0.5.0
1582025-02-21T12:45:31.647Z Downloaded async-object-pool v0.1.5
1592025-02-21T12:45:31.647Z Downloaded async-stream-impl v0.3.6
1602025-02-21T12:45:31.647Z Downloaded anes v0.1.6
1612025-02-21T12:45:31.651Z Downloaded cfg_aliases v0.1.1
1622025-02-21T12:45:31.651Z Downloaded guppy-workspace-hack v0.1.0
1632025-02-21T12:45:31.651Z Downloaded atomicwrites v0.4.4
1642025-02-21T12:45:31.654Z Downloaded cfg_aliases v0.2.1
1652025-02-21T12:45:31.657Z Downloaded foreign-types v0.3.2
1662025-02-21T12:45:31.665Z Downloaded fastrand v2.1.1
1672025-02-21T12:45:31.669Z Downloaded hubpack_derive v0.1.1
1682025-02-21T12:45:31.671Z Downloaded assert_matches v1.5.0
1692025-02-21T12:45:31.673Z Downloaded foldhash v0.1.3
1702025-02-21T12:45:31.673Z Downloaded filetime v0.2.25
1712025-02-21T12:45:31.676Z Downloaded addr2line v0.24.2
1722025-02-21T12:45:31.678Z Downloaded futures-task v0.3.31
1732025-02-21T12:45:31.681Z Downloaded http-range v0.1.5
1742025-02-21T12:45:31.681Z Downloaded atty v0.2.14
1752025-02-21T12:45:31.683Z Downloaded async-signal v0.2.10
1762025-02-21T12:45:31.683Z Downloaded home v0.5.9
1772025-02-21T12:45:31.687Z Downloaded ghash v0.5.1
1782025-02-21T12:45:31.687Z Downloaded fragile v2.0.0
1792025-02-21T12:45:31.690Z Downloaded block-padding v0.3.3
1802025-02-21T12:45:31.690Z Downloaded adler2 v2.0.0
1812025-02-21T12:45:31.693Z Downloaded humantime v2.1.0
1822025-02-21T12:45:31.696Z Downloaded heck v0.3.3
1832025-02-21T12:45:31.696Z Downloaded futures-timer v3.0.3
1842025-02-21T12:45:31.698Z Downloaded castaway v0.2.3
1852025-02-21T12:45:31.698Z Downloaded hubpack v0.1.2
1862025-02-21T12:45:31.701Z Downloaded httpdate v1.0.3
1872025-02-21T12:45:31.703Z Downloaded hex v0.4.3
1882025-02-21T12:45:31.703Z Downloaded cfg-if v1.0.0
1892025-02-21T12:45:31.706Z Downloaded cargo-platform v0.1.8
1902025-02-21T12:45:31.706Z Downloaded glob v0.3.2
1912025-02-21T12:45:31.708Z Downloaded fallible-iterator v0.2.0
1922025-02-21T12:45:31.710Z Downloaded cexpr v0.6.0
1932025-02-21T12:45:31.713Z Downloaded fnv v1.0.7
1942025-02-21T12:45:31.713Z Downloaded openssl-probe v0.1.5
1952025-02-21T12:45:31.715Z Downloaded futures-sink v0.3.31
1962025-02-21T12:45:31.715Z Downloaded gethostname v0.5.0
1972025-02-21T12:45:31.718Z Downloaded camino-tempfile v1.1.1
1982025-02-21T12:45:31.721Z Downloaded bitfield-struct v0.6.2
1992025-02-21T12:45:31.721Z Downloaded bytecount v0.6.8
2002025-02-21T12:45:31.724Z Downloaded path-slash v0.1.5
2012025-02-21T12:45:31.726Z Downloaded byteorder v1.5.0
2022025-02-21T12:45:31.726Z Downloaded cbc v0.1.2
2032025-02-21T12:45:31.729Z Downloaded bit-vec v0.6.3
2042025-02-21T12:45:31.729Z Downloaded heck v0.4.1
2052025-02-21T12:45:31.731Z Downloaded arrayvec v0.7.6
2062025-02-21T12:45:31.734Z Downloaded precomputed-hash v0.1.1
2072025-02-21T12:45:31.737Z Downloaded http-body-util v0.1.2
2082025-02-21T12:45:31.737Z Downloaded highway v1.2.0
2092025-02-21T12:45:31.739Z Downloaded autocfg v1.4.0
2102025-02-21T12:45:31.742Z Downloaded num v0.4.3
2112025-02-21T12:45:31.744Z Downloaded hash32 v0.3.1
2122025-02-21T12:45:31.744Z Downloaded httparse v1.9.5
2132025-02-21T12:45:31.747Z Downloaded cast v0.3.0
2142025-02-21T12:45:31.749Z Downloaded bcs v0.1.6
2152025-02-21T12:45:31.752Z Downloaded hyper-rustls v0.26.0
2162025-02-21T12:45:31.755Z Downloaded cargo_metadata v0.18.1
2172025-02-21T12:45:31.757Z Downloaded cassowary v0.3.0
2182025-02-21T12:45:31.759Z Downloaded oorandom v11.1.4
2192025-02-21T12:45:31.759Z Downloaded num_cpus v1.16.0
2202025-02-21T12:45:31.764Z Downloaded fatfs v0.3.6
2212025-02-21T12:45:31.768Z Downloaded httptest v0.16.3
2222025-02-21T12:45:31.768Z Downloaded heck v0.5.0
2232025-02-21T12:45:31.771Z Downloaded cancel-safe-futures v0.1.5
2242025-02-21T12:45:31.773Z Downloaded time-core v0.1.2
2252025-02-21T12:45:31.773Z Downloaded sync_wrapper v1.0.1
2262025-02-21T12:45:31.776Z Downloaded sync-ptr v0.1.1
2272025-02-21T12:45:31.776Z Downloaded sigpipe v0.1.3
2282025-02-21T12:45:31.778Z Downloaded serde-big-array v0.5.1
2292025-02-21T12:45:31.778Z Downloaded path-tree v0.8.1
2302025-02-21T12:45:31.782Z Downloaded group v0.13.0
2312025-02-21T12:45:31.784Z Downloaded hickory-client v0.24.3
2322025-02-21T12:45:31.787Z Downloaded ciborium-io v0.2.2
2332025-02-21T12:45:31.787Z Downloaded yoke-derive v0.7.4
2342025-02-21T12:45:31.787Z Downloaded tower-layer v0.3.3
2352025-02-21T12:45:31.789Z Downloaded progenitor-macro v0.8.0
2362025-02-21T12:45:31.789Z Downloaded primeorder v0.13.6
2372025-02-21T12:45:31.791Z Downloaded ref-cast-impl v1.0.23
2382025-02-21T12:45:31.794Z Downloaded progenitor v0.9.1
2392025-02-21T12:45:31.794Z Downloaded hmac v0.12.1
2402025-02-21T12:45:31.796Z Downloaded ppv-lite86 v0.2.20
2412025-02-21T12:45:31.799Z Downloaded cargo_metadata v0.19.1
2422025-02-21T12:45:31.801Z Downloaded fs_extra v1.3.0
2432025-02-21T12:45:31.803Z Downloaded vte_generate_state_changes v0.1.2
2442025-02-21T12:45:31.803Z Downloaded usdt-attr-macro v0.5.0
2452025-02-21T12:45:31.803Z Downloaded base64ct v1.6.0
2462025-02-21T12:45:31.806Z Downloaded cfg-expr v0.17.2
2472025-02-21T12:45:31.809Z Downloaded radium v0.7.0
2482025-02-21T12:45:31.812Z Downloaded quinn-udp v0.5.5
2492025-02-21T12:45:31.814Z Downloaded ref-cast v1.0.23
2502025-02-21T12:45:31.817Z Downloaded owo-colors v4.1.0
2512025-02-21T12:45:31.820Z Downloaded rusty-fork v0.3.0
2522025-02-21T12:45:31.825Z Downloaded endian-type v0.1.2
2532025-02-21T12:45:31.825Z Downloaded serde_urlencoded v0.7.1
2542025-02-21T12:45:31.828Z Downloaded serde_tokenstream v0.2.2
2552025-02-21T12:45:31.828Z Downloaded dtrace-parser v0.2.0
2562025-02-21T12:45:31.828Z Downloaded structmeta v0.2.0
2572025-02-21T12:45:31.828Z Downloaded tokio-native-tls v0.3.1
2582025-02-21T12:45:31.830Z Downloaded doc-comment v0.3.3
2592025-02-21T12:45:31.833Z Downloaded target-triple v0.1.3
2602025-02-21T12:45:31.833Z Downloaded tokio-macros v2.5.0
2612025-02-21T12:45:31.835Z Downloaded topological-sort v0.2.2
2622025-02-21T12:45:31.835Z Downloaded strum_macros v0.25.3
2632025-02-21T12:45:31.839Z Downloaded strum_macros v0.24.3
2642025-02-21T12:45:31.841Z Downloaded slog-async v2.8.0
2652025-02-21T12:45:31.841Z Downloaded slab v0.4.9
2662025-02-21T12:45:31.844Z Downloaded pin-project-lite v0.2.14
2672025-02-21T12:45:31.847Z Downloaded half v2.4.1
2682025-02-21T12:45:31.850Z Downloaded headers v0.4.0
2692025-02-21T12:45:31.856Z Downloaded futures v0.3.31
2702025-02-21T12:45:31.861Z Downloaded nested v0.1.1
2712025-02-21T12:45:31.864Z Downloaded md5 v0.7.0
2722025-02-21T12:45:31.866Z Downloaded wait-timeout v0.2.0
2732025-02-21T12:45:31.866Z Downloaded usdt v0.5.0
2742025-02-21T12:45:31.870Z Downloaded r2d2 v0.8.10
2752025-02-21T12:45:31.870Z Downloaded rustls-native-certs v0.7.3
2762025-02-21T12:45:31.873Z Downloaded phf_shared v0.10.0
2772025-02-21T12:45:31.873Z Downloaded oso-derive v0.27.3
2782025-02-21T12:45:31.875Z Downloaded fancy-regex v0.13.0
2792025-02-21T12:45:31.878Z Downloaded quote v1.0.38
2802025-02-21T12:45:31.880Z Downloaded dunce v1.0.5
2812025-02-21T12:45:31.883Z Downloaded dsl_auto_type v0.1.2
2822025-02-21T12:45:31.883Z Downloaded clap_lex v0.7.4
2832025-02-21T12:45:31.885Z Downloaded term v0.7.0
2842025-02-21T12:45:31.888Z Downloaded indent_write v2.2.0
2852025-02-21T12:45:31.890Z Downloaded impl-trait-for-tuples v0.2.2
2862025-02-21T12:45:31.892Z Downloaded diesel-dtrace v0.4.2
2872025-02-21T12:45:31.895Z Downloaded russh-cryptovec v0.7.3
2882025-02-21T12:45:31.895Z Downloaded expectorate v1.1.0
2892025-02-21T12:45:31.898Z Downloaded pin-project v1.1.6
2902025-02-21T12:45:31.909Z Downloaded macaddr v1.0.1
2912025-02-21T12:45:31.912Z Downloaded heapless v0.7.17
2922025-02-21T12:45:31.914Z Downloaded hickory-resolver v0.24.3
2932025-02-21T12:45:31.919Z Downloaded libsw v3.3.1
2942025-02-21T12:45:31.922Z Downloaded kstat-rs v0.2.4
2952025-02-21T12:45:31.924Z Downloaded enum-as-inner v0.6.1
2962025-02-21T12:45:31.928Z Downloaded memmap v0.7.0
2972025-02-21T12:45:31.928Z Downloaded md-5 v0.10.6
2982025-02-21T12:45:31.930Z Downloaded usdt-impl v0.5.0
2992025-02-21T12:45:31.930Z Downloaded heapless v0.8.0
3002025-02-21T12:45:31.934Z Downloaded packed_struct_codegen v0.10.1
3012025-02-21T12:45:31.936Z Downloaded packed_struct v0.10.1
3022025-02-21T12:45:31.939Z Downloaded num-iter v0.1.45
3032025-02-21T12:45:31.939Z Downloaded pin-utils v0.1.0
3042025-02-21T12:45:31.941Z Downloaded proc-macro-crate v3.2.0
3052025-02-21T12:45:31.945Z Downloaded piper v0.2.4
3062025-02-21T12:45:31.945Z Downloaded clap_derive v4.5.28
3072025-02-21T12:45:31.948Z Downloaded rand_xorshift v0.3.0
3082025-02-21T12:45:31.948Z Downloaded proc-macro-crate v1.3.1
3092025-02-21T12:45:31.950Z Downloaded env_filter v0.1.2
3102025-02-21T12:45:31.950Z Downloaded displaydoc v0.2.5
3112025-02-21T12:45:31.954Z Downloaded proc-macro-error-attr v1.0.4
3122025-02-21T12:45:31.956Z Downloaded bumpalo v3.16.0
3132025-02-21T12:45:31.959Z Downloaded yasna v0.5.2
3142025-02-21T12:45:31.961Z Downloaded schemars_derive v0.8.21
3152025-02-21T12:45:31.964Z Downloaded base64 v0.22.1
3162025-02-21T12:45:31.967Z Downloaded backtrace v0.3.74
3172025-02-21T12:45:31.972Z Downloaded cstr-argument v0.1.2
3182025-02-21T12:45:31.975Z Downloaded slog-scope v4.4.0
3192025-02-21T12:45:31.978Z Downloaded smallvec v0.6.14
3202025-02-21T12:45:31.981Z Downloaded thread_local v1.1.8
3212025-02-21T12:45:31.981Z Downloaded thiserror-no-std v2.0.2
3222025-02-21T12:45:31.984Z Downloaded diesel_table_macro_syntax v0.2.0
3232025-02-21T12:45:31.986Z Downloaded flate2 v1.0.35
3242025-02-21T12:45:31.991Z Downloaded derive_builder_macro v0.20.2
3252025-02-21T12:45:31.993Z Downloaded toml_datetime v0.6.8
3262025-02-21T12:45:31.993Z Downloaded thread-id v4.2.2
3272025-02-21T12:45:31.996Z Downloaded thiserror-impl v2.0.11
3282025-02-21T12:45:31.999Z Downloaded untrusted v0.7.1
3292025-02-21T12:45:31.999Z Downloaded unicode-linebreak v0.1.5
3302025-02-21T12:45:32.002Z Downloaded thiserror-impl-no-std v2.0.2
3312025-02-21T12:45:32.002Z Downloaded indexmap v1.9.3
3322025-02-21T12:45:32.006Z Downloaded normalize-line-endings v0.3.0
3332025-02-21T12:45:32.008Z Downloaded newtype_derive v0.1.6
3342025-02-21T12:45:32.008Z Downloaded utf16_iter v1.0.5
3352025-02-21T12:45:32.008Z Downloaded scopeguard v1.2.0
3362025-02-21T12:45:32.010Z Downloaded rust-argon2 v2.1.0
3372025-02-21T12:45:32.013Z Downloaded cipher v0.4.4
3382025-02-21T12:45:32.016Z Downloaded libloading v0.8.5
3392025-02-21T12:45:32.016Z Downloaded ciborium-ll v0.2.2
3402025-02-21T12:45:32.018Z Downloaded serde_derive_internals v0.29.1
3412025-02-21T12:45:32.021Z Downloaded zerocopy v0.6.6
3422025-02-21T12:45:32.023Z Downloaded num-bigint v0.4.6
3432025-02-21T12:45:32.028Z Downloaded psl-types v2.0.11
3442025-02-21T12:45:32.031Z Downloaded peg-runtime v0.8.3
3452025-02-21T12:45:32.031Z Downloaded number_prefix v0.4.0
3462025-02-21T12:45:32.033Z Downloaded crypto-common v0.1.6
3472025-02-21T12:45:32.033Z Downloaded hashbrown v0.13.2
3482025-02-21T12:45:32.036Z Downloaded snafu-derive v0.8.5
3492025-02-21T12:45:32.039Z Downloaded smawk v0.3.2
3502025-02-21T12:45:32.041Z Downloaded smallvec v1.13.2
3512025-02-21T12:45:32.044Z Downloaded is_terminal_polyfill v1.70.1
3522025-02-21T12:45:32.044Z Downloaded slog-term v2.9.1
3532025-02-21T12:45:32.047Z Downloaded http v1.2.0
3542025-02-21T12:45:32.051Z Downloaded twox-hash v2.1.0
3552025-02-21T12:45:32.053Z Downloaded tokio-postgres v0.7.12
3562025-02-21T12:45:32.059Z Downloaded want v0.3.1
3572025-02-21T12:45:32.062Z Downloaded tower-service v0.3.3
3582025-02-21T12:45:32.062Z Downloaded lockfree-object-pool v0.1.6
3592025-02-21T12:45:32.065Z Downloaded olpc-cjson v0.1.4
3602025-02-21T12:45:32.068Z Downloaded linear-map v1.2.0
3612025-02-21T12:45:32.068Z Downloaded value-bag v1.9.0
3622025-02-21T12:45:32.070Z Downloaded russh-keys v0.45.0
3632025-02-21T12:45:32.073Z Downloaded toolchain_find v0.4.0
3642025-02-21T12:45:32.075Z Downloaded take_mut v0.2.2
3652025-02-21T12:45:32.075Z Downloaded strum v0.26.3
3662025-02-21T12:45:32.078Z Downloaded linked-hash-map v0.5.6
3672025-02-21T12:45:32.078Z Downloaded ron v0.7.1
3682025-02-21T12:45:32.082Z Downloaded percent-encoding v2.3.1
3692025-02-21T12:45:32.085Z Downloaded zerofrom v0.1.4
3702025-02-21T12:45:32.085Z Downloaded signal-hook v0.3.17
3712025-02-21T12:45:32.088Z Downloaded write16 v1.0.0
3722025-02-21T12:45:32.091Z Downloaded pathdiff v0.2.3
3732025-02-21T12:45:32.091Z Downloaded rfc6979 v0.4.0
3742025-02-21T12:45:32.094Z Downloaded des v0.8.1
3752025-02-21T12:45:32.094Z Downloaded relative-path v1.9.3
3762025-02-21T12:45:32.097Z Downloaded peg v0.8.4
3772025-02-21T12:45:32.099Z Downloaded secrecy v0.8.0
3782025-02-21T12:45:32.104Z Downloaded crucible-workspace-hack v0.1.0
3792025-02-21T12:45:32.104Z Downloaded slog-dtrace v0.3.0
3802025-02-21T12:45:32.104Z Downloaded signature v2.2.0
3812025-02-21T12:45:32.107Z Downloaded downcast v0.11.0
3822025-02-21T12:45:32.107Z Downloaded lazy_static v1.5.0
3832025-02-21T12:45:32.109Z Downloaded prettyplease v0.2.29
3842025-02-21T12:45:32.113Z Downloaded stable_deref_trait v1.2.0
3852025-02-21T12:45:32.116Z Downloaded diesel_derives v2.2.3
3862025-02-21T12:45:32.118Z Downloaded newline-converter v0.3.0
3872025-02-21T12:45:32.122Z Downloaded tinystr v0.7.6
3882025-02-21T12:45:32.125Z Downloaded tiny-keccak v2.0.2
3892025-02-21T12:45:32.125Z Downloaded ssh-encoding v0.2.0
3902025-02-21T12:45:32.128Z Downloaded zerocopy-derive v0.7.35
3912025-02-21T12:45:32.131Z Downloaded clap v4.5.30
3922025-02-21T12:45:32.140Z Downloaded peg-macros v0.8.4
3932025-02-21T12:45:32.143Z Downloaded tar v0.4.42
3942025-02-21T12:45:32.146Z Downloaded pretty-hex v0.4.1
3952025-02-21T12:45:32.149Z Downloaded pretty-hex v0.2.1
3962025-02-21T12:45:32.149Z Downloaded hashbrown v0.14.5
3972025-02-21T12:45:32.154Z Downloaded crc v3.2.1
3982025-02-21T12:45:32.157Z Downloaded strum_macros v0.26.4
3992025-02-21T12:45:32.160Z Downloaded ctr v0.9.2
4002025-02-21T12:45:32.163Z Downloaded dof v0.3.0
4012025-02-21T12:45:32.166Z Downloaded document-features v0.2.10
4022025-02-21T12:45:32.166Z Downloaded nodrop v0.1.14
4032025-02-21T12:45:32.169Z Downloaded litemap v0.7.3
4042025-02-21T12:45:32.169Z Downloaded swrite v0.1.0
4052025-02-21T12:45:32.173Z Downloaded display-error-chain v0.2.2
4062025-02-21T12:45:32.173Z Downloaded plain v0.2.3
4072025-02-21T12:45:32.173Z Downloaded nibble_vec v0.1.0
4082025-02-21T12:45:32.175Z Downloaded newtype-uuid v1.2.1
4092025-02-21T12:45:32.178Z Downloaded litrs v0.4.1
4102025-02-21T12:45:32.181Z Downloaded omicron-zone-package v0.12.0
4112025-02-21T12:45:32.183Z Downloaded clang-sys v1.8.1
4122025-02-21T12:45:32.186Z Downloaded memchr v2.7.4
4132025-02-21T12:45:32.190Z Downloaded pest_derive v2.7.14
4142025-02-21T12:45:32.194Z Downloaded hyper v1.5.2
4152025-02-21T12:45:32.201Z Downloaded progenitor v0.8.0
4162025-02-21T12:45:32.204Z Downloaded guppy v0.17.12
4172025-02-21T12:45:32.209Z Downloaded derive_more v0.99.19
4182025-02-21T12:45:32.214Z Downloaded signal-hook-tokio v0.3.1
4192025-02-21T12:45:32.217Z Downloaded signal-hook-registry v1.4.2
4202025-02-21T12:45:32.217Z Downloaded signal-hook-mio v0.2.4
4212025-02-21T12:45:32.220Z Downloaded lalrpop-util v0.19.12
4222025-02-21T12:45:32.223Z Downloaded mirai-annotations v1.12.0
4232025-02-21T12:45:32.223Z Downloaded tower v0.5.2
4242025-02-21T12:45:32.230Z Downloaded tls_codec v0.4.1
4252025-02-21T12:45:32.235Z Downloaded h2 v0.4.6
4262025-02-21T12:45:32.240Z Downloaded parking v2.2.1
4272025-02-21T12:45:32.242Z Downloaded ron v0.8.1
4282025-02-21T12:45:32.247Z Downloaded progenitor-client v0.8.0
4292025-02-21T12:45:32.250Z Downloaded icu_locid v1.5.0
4302025-02-21T12:45:32.252Z Downloaded futures-util v0.3.31
4312025-02-21T12:45:32.265Z Downloaded debug-ignore v1.0.5
4322025-02-21T12:45:32.268Z Downloaded datatest-stable v0.2.9
4332025-02-21T12:45:32.271Z Downloaded curve25519-dalek-derive v0.1.1
4342025-02-21T12:45:32.271Z Downloaded colored v2.1.0
4352025-02-21T12:45:32.274Z Downloaded unarray v0.1.4
4362025-02-21T12:45:32.277Z Downloaded try-lock v0.2.5
4372025-02-21T12:45:32.277Z Downloaded serde_repr v0.1.19
4382025-02-21T12:45:32.277Z Downloaded env_logger v0.11.5
4392025-02-21T12:45:32.280Z Downloaded instability v0.3.2
4402025-02-21T12:45:32.285Z Downloaded multimap v0.10.0
4412025-02-21T12:45:32.285Z Downloaded mockall v0.13.0
4422025-02-21T12:45:32.290Z Downloaded is-terminal v0.4.13
4432025-02-21T12:45:32.290Z Downloaded data-encoding v2.6.0
4442025-02-21T12:45:32.290Z Downloaded colorchoice v1.0.2
4452025-02-21T12:45:32.293Z Downloaded mockall_derive v0.13.0
4462025-02-21T12:45:32.293Z Downloaded goblin v0.8.2
4472025-02-21T12:45:32.298Z Downloaded test-strategy v0.3.1
4482025-02-21T12:45:32.303Z Downloaded publicsuffix v2.3.0
4492025-02-21T12:45:32.306Z Downloaded opaque-debug v0.3.1
4502025-02-21T12:45:32.306Z Downloaded match_cfg v0.1.0
4512025-02-21T12:45:32.309Z Downloaded tokio-tungstenite v0.24.0
4522025-02-21T12:45:32.309Z Downloaded progenitor-client v0.9.1
4532025-02-21T12:45:32.311Z Downloaded parse-size v1.1.0
4542025-02-21T12:45:32.312Z Downloaded tokio-tungstenite v0.23.1
4552025-02-21T12:45:32.314Z Downloaded tokio-tungstenite v0.21.0
4562025-02-21T12:45:32.317Z Downloaded string_cache v0.8.7
4572025-02-21T12:45:32.320Z Downloaded whoami v1.5.2
4582025-02-21T12:45:32.320Z Downloaded serde_with v3.11.0
4592025-02-21T12:45:32.328Z Downloaded unicode-xid v0.2.6
4602025-02-21T12:45:32.331Z Downloaded concurrent-queue v2.5.0
4612025-02-21T12:45:32.333Z Downloaded sqlparser_derive v0.2.2
4622025-02-21T12:45:32.333Z Downloaded embedded-io v0.6.1
4632025-02-21T12:45:32.336Z Downloaded criterion-plot v0.5.0
4642025-02-21T12:45:32.338Z Downloaded multer v3.1.0
4652025-02-21T12:45:32.341Z Downloaded cmake v0.1.51
4662025-02-21T12:45:32.344Z Downloaded synstructure v0.13.1
4672025-02-21T12:45:32.344Z Downloaded subtle v2.6.1
4682025-02-21T12:45:32.346Z Downloaded parking_lot v0.11.2
4692025-02-21T12:45:32.348Z Downloaded usdt-macro v0.5.0
4702025-02-21T12:45:32.349Z Downloaded supports-color v3.0.1
4712025-02-21T12:45:32.351Z Downloaded tracing v0.1.40
4722025-02-21T12:45:32.354Z Downloaded itoa v1.0.11
4732025-02-21T12:45:32.357Z Downloaded dirs-sys-next v0.1.2
4742025-02-21T12:45:32.357Z Downloaded password-hash v0.5.0
4752025-02-21T12:45:32.359Z Downloaded uuid v1.12.0
4762025-02-21T12:45:32.362Z Downloaded maybe-uninit v2.0.0
4772025-02-21T12:45:32.365Z Downloaded progenitor-impl v0.8.0
4782025-02-21T12:45:32.368Z Downloaded semver v0.1.20
4792025-02-21T12:45:32.371Z Downloaded defmt-parser v0.3.4
4802025-02-21T12:45:32.371Z Downloaded parse-display-derive v0.10.0
4812025-02-21T12:45:32.371Z Downloaded parse-display v0.10.0
4822025-02-21T12:45:32.374Z Downloaded phf v0.11.2
4832025-02-21T12:45:32.374Z Downloaded unicode-bidi v0.3.17
4842025-02-21T12:45:32.376Z Downloaded env_logger v0.10.2
4852025-02-21T12:45:32.379Z Downloaded poly1305 v0.8.0
4862025-02-21T12:45:32.381Z Downloaded tokio-stream v0.1.16
4872025-02-21T12:45:32.386Z Downloaded num-conv v0.1.0
4882025-02-21T12:45:32.389Z Downloaded scheduled-thread-pool v0.2.7
4892025-02-21T12:45:32.389Z Downloaded same-file v1.0.6
4902025-02-21T12:45:32.391Z Downloaded strsim v0.11.1
4912025-02-21T12:45:32.394Z Downloaded proc-macro2 v1.0.92
4922025-02-21T12:45:32.396Z Downloaded spki v0.7.3
4932025-02-21T12:45:32.399Z Downloaded strip-ansi-escapes v0.2.0
4942025-02-21T12:45:32.399Z Downloaded zone v0.3.0
4952025-02-21T12:45:32.401Z Downloaded blake3 v1.5.4
4962025-02-21T12:45:32.408Z Downloaded rand_chacha v0.3.1
4972025-02-21T12:45:32.411Z Downloaded zeroize v1.8.1
4982025-02-21T12:45:32.413Z Downloaded termtree v0.4.1
4992025-02-21T12:45:32.413Z Downloaded ed25519 v2.2.3
5002025-02-21T12:45:32.415Z Downloaded aws-lc-rs v1.10.0
5012025-02-21T12:45:32.423Z Downloaded dirs-next v2.0.0
5022025-02-21T12:45:32.426Z Downloaded difflib v0.4.0
5032025-02-21T12:45:32.429Z Downloaded der_derive v0.7.3
5042025-02-21T12:45:32.429Z Downloaded deranged v0.3.11
5052025-02-21T12:45:32.431Z Downloaded compact_str v0.8.0
5062025-02-21T12:45:32.434Z Downloaded plotters-svg v0.3.7
5072025-02-21T12:45:32.436Z Downloaded parking_lot_core v0.9.10
5082025-02-21T12:45:32.438Z Downloaded openssl-macros v0.1.1
5092025-02-21T12:45:32.438Z Downloaded sha2 v0.10.8
5102025-02-21T12:45:32.441Z Downloaded num_enum v0.5.11
5112025-02-21T12:45:32.446Z Downloaded digest v0.10.7
5122025-02-21T12:45:32.449Z Downloaded scroll_derive v0.12.0
5132025-02-21T12:45:32.452Z Downloaded ucd-trie v0.1.7
5142025-02-21T12:45:32.452Z Downloaded trybuild v1.0.101
5152025-02-21T12:45:32.455Z Downloaded utf-8 v0.7.6
5162025-02-21T12:45:32.458Z Downloaded zone_cfg_derive v0.1.2
5172025-02-21T12:45:32.458Z Downloaded stringprep v0.1.5
5182025-02-21T12:45:32.461Z Downloaded url v2.5.3
5192025-02-21T12:45:32.464Z Downloaded instant v0.1.13
5202025-02-21T12:45:32.466Z Downloaded termios v0.3.3
5212025-02-21T12:45:32.468Z Downloaded num_threads v0.1.7
5222025-02-21T12:45:32.468Z Downloaded slog-envlogger v2.2.0
5232025-02-21T12:45:32.471Z Downloaded sqlformat v0.2.6
5242025-02-21T12:45:32.474Z Downloaded itertools v0.10.5
5252025-02-21T12:45:32.479Z Downloaded keccak v0.1.5
5262025-02-21T12:45:32.481Z Downloaded libxml v0.3.3
5272025-02-21T12:45:32.486Z Downloaded bitvec v1.0.1
5282025-02-21T12:45:32.502Z Downloaded waitgroup v0.1.2
5292025-02-21T12:45:32.504Z Downloaded pkg-config v0.3.31
5302025-02-21T12:45:32.507Z Downloaded postgres-types v0.2.8
5312025-02-21T12:45:32.507Z Downloaded native-tls v0.2.12
5322025-02-21T12:45:32.509Z Downloaded zeroize_derive v1.4.2
5332025-02-21T12:45:32.512Z Downloaded chrono v0.4.39
5342025-02-21T12:45:32.518Z Downloaded rpassword v7.3.1
5352025-02-21T12:45:32.521Z Downloaded universal-hash v0.5.1
5362025-02-21T12:45:32.521Z Downloaded typify-macro v0.3.0
5372025-02-21T12:45:32.523Z Downloaded scroll v0.12.0
5382025-02-21T12:45:32.523Z Downloaded icu_provider_macros v1.5.0
5392025-02-21T12:45:32.526Z Downloaded nanorand v0.7.0
5402025-02-21T12:45:32.528Z Downloaded internet-checksum v0.2.1
5412025-02-21T12:45:32.528Z Downloaded inout v0.1.3
5422025-02-21T12:45:32.531Z Downloaded num_enum_derive v0.5.11
5432025-02-21T12:45:32.531Z Downloaded hyper-staticfile v0.10.1
5442025-02-21T12:45:32.533Z Downloaded zone v0.1.8
5452025-02-21T12:45:32.536Z Downloaded hyper-rustls v0.27.3
5462025-02-21T12:45:32.536Z Downloaded cookie_store v0.21.1
5472025-02-21T12:45:32.539Z Downloaded tap v1.0.1
5482025-02-21T12:45:32.541Z Downloaded time v0.3.36
5492025-02-21T12:45:32.547Z Downloaded nom v7.1.3
5502025-02-21T12:45:32.553Z Downloaded rustls-pemfile v1.0.4
5512025-02-21T12:45:32.555Z Downloaded salty v0.3.0
5522025-02-21T12:45:32.562Z Downloaded mime v0.3.17
5532025-02-21T12:45:32.564Z Downloaded lru v0.12.5
5542025-02-21T12:45:32.567Z Downloaded zerofrom-derive v0.1.4
5552025-02-21T12:45:32.567Z Downloaded ena v0.14.3
5562025-02-21T12:45:32.569Z Downloaded diff v0.1.13
5572025-02-21T12:45:32.572Z Downloaded rayon-core v1.12.1
5582025-02-21T12:45:32.575Z Downloaded is_ci v1.2.0
5592025-02-21T12:45:32.577Z Downloaded typify-macro v0.2.0
5602025-02-21T12:45:32.577Z Downloaded semver v1.0.24
5612025-02-21T12:45:32.580Z Downloaded embedded-io v0.4.0
5622025-02-21T12:45:32.582Z Downloaded typify v0.2.0
5632025-02-21T12:45:32.584Z Downloaded typenum v1.17.0
5642025-02-21T12:45:32.587Z Downloaded textwrap v0.16.1
5652025-02-21T12:45:32.589Z Downloaded uzers v0.12.1
5662025-02-21T12:45:32.592Z Downloaded tungstenite v0.23.0
5672025-02-21T12:45:32.595Z Downloaded tui-tree-widget v0.23.0
5682025-02-21T12:45:32.598Z Downloaded polyval v0.6.2
5692025-02-21T12:45:32.601Z Downloaded rustls-pemfile v2.2.0
5702025-02-21T12:45:32.603Z Downloaded miniz_oxide v0.8.0
5712025-02-21T12:45:32.605Z Downloaded convert_case v0.4.0
5722025-02-21T12:45:32.605Z Downloaded utf8parse v0.2.2
5732025-02-21T12:45:32.605Z Downloaded salsa20 v0.10.2
5742025-02-21T12:45:32.608Z Downloaded tokio-rustls v0.26.0
5752025-02-21T12:45:32.611Z Downloaded mime_guess v2.0.5
5762025-02-21T12:45:32.611Z Downloaded idna v1.0.3
5772025-02-21T12:45:32.615Z Downloaded tinyvec_macros v0.1.1
5782025-02-21T12:45:32.617Z Downloaded zerocopy v0.7.35
5792025-02-21T12:45:32.632Z Downloaded indoc v2.0.5
5802025-02-21T12:45:32.635Z Downloaded ident_case v1.0.1
5812025-02-21T12:45:32.637Z Downloaded zerovec-derive v0.10.3
5822025-02-21T12:45:32.637Z Downloaded version_check v0.9.5
5832025-02-21T12:45:32.640Z Downloaded shell-words v1.1.0
5842025-02-21T12:45:32.640Z Downloaded predicates-core v1.0.8
5852025-02-21T12:45:32.643Z Downloaded structmeta-derive v0.3.0
5862025-02-21T12:45:32.643Z Downloaded structmeta-derive v0.2.0
5872025-02-21T12:45:32.643Z Downloaded structmeta v0.3.0
5882025-02-21T12:45:32.643Z Downloaded powerfmt v0.2.0
5892025-02-21T12:45:32.645Z Downloaded samael v0.0.17
5902025-02-21T12:45:32.650Z Downloaded constant_time_eq v0.3.1
5912025-02-21T12:45:32.652Z Downloaded p384 v0.13.0
5922025-02-21T12:45:32.657Z Downloaded terminal_size v0.4.0
5932025-02-21T12:45:32.660Z Downloaded icu_provider v1.5.0
5942025-02-21T12:45:32.663Z Downloaded phf_generator v0.11.2
5952025-02-21T12:45:32.665Z Downloaded tls_codec_derive v0.4.1
5962025-02-21T12:45:32.665Z Downloaded subprocess v0.2.9
5972025-02-21T12:45:32.668Z Downloaded tracing-core v0.1.32
5982025-02-21T12:45:32.670Z Downloaded crc-catalog v2.4.0
5992025-02-21T12:45:32.673Z Downloaded utf8_iter v1.0.4
6002025-02-21T12:45:32.673Z Downloaded threadpool v1.8.1
6012025-02-21T12:45:32.673Z Downloaded thiserror-impl v1.0.69
6022025-02-21T12:45:32.675Z Downloaded tungstenite v0.24.0
6032025-02-21T12:45:32.677Z Downloaded maplit v1.0.2
6042025-02-21T12:45:32.680Z Downloaded managed v0.8.0
6052025-02-21T12:45:32.680Z Downloaded either v1.13.0
6062025-02-21T12:45:32.683Z Downloaded untrusted v0.9.0
6072025-02-21T12:45:32.683Z Downloaded thiserror v1.0.69
6082025-02-21T12:45:32.687Z Downloaded ipnetwork v0.21.1
6092025-02-21T12:45:32.690Z Downloaded rand_distr v0.4.3
6102025-02-21T12:45:32.692Z Downloaded criterion v0.5.1
6112025-02-21T12:45:32.699Z Downloaded cookie v0.18.1
6122025-02-21T12:45:32.702Z Downloaded ryu v1.0.18
6132025-02-21T12:45:32.711Z Downloaded rand v0.8.5
6142025-02-21T12:45:32.711Z Downloaded crossbeam-utils v0.8.20
6152025-02-21T12:45:32.712Z Downloaded proptest v1.5.0
6162025-02-21T12:45:32.724Z Downloaded lru-cache v0.1.2
6172025-02-21T12:45:32.726Z Downloaded tokio-rustls v0.25.0
6182025-02-21T12:45:32.727Z Downloaded tokio-rustls v0.24.1
6192025-02-21T12:45:32.727Z Downloaded ecdsa v0.16.9
6202025-02-21T12:45:32.729Z Downloaded defmt-macros v0.3.9
6212025-02-21T12:45:32.735Z Downloaded crc32fast v1.4.2
6222025-02-21T12:45:32.739Z Downloaded const_format_proc_macros v0.2.34
6232025-02-21T12:45:32.739Z Downloaded thiserror v2.0.11
6242025-02-21T12:45:32.742Z Downloaded schemars v0.8.21
6252025-02-21T12:45:32.752Z Downloaded tinyvec v1.8.0
6262025-02-21T12:45:32.755Z Downloaded log v0.4.22
6272025-02-21T12:45:32.757Z Downloaded elliptic-curve v0.13.8
6282025-02-21T12:45:32.760Z Downloaded quinn v0.11.5
6292025-02-21T12:45:32.764Z Downloaded itertools v0.13.0
6302025-02-21T12:45:32.771Z Downloaded num-bigint-dig v0.8.4
6312025-02-21T12:45:32.776Z Downloaded reedline v0.35.0
6322025-02-21T12:45:32.783Z Downloaded reqwest v0.12.12
6332025-02-21T12:45:32.792Z Downloaded unsafe-libyaml v0.2.11
6342025-02-21T12:45:32.795Z Downloaded winnow v0.5.40
6352025-02-21T12:45:32.804Z Downloaded zerocopy v0.8.10
6362025-02-21T12:45:32.833Z Downloaded rsa v0.9.6
6372025-02-21T12:45:32.836Z Downloaded regex v1.11.1
6382025-02-21T12:45:32.844Z Downloaded openssl-sys v0.9.106
6392025-02-21T12:45:32.849Z Downloaded portable-atomic v1.9.0
6402025-02-21T12:45:32.855Z Downloaded vcpkg v0.2.15
6412025-02-21T12:45:32.891Z Downloaded ed25519-dalek v2.1.1
6422025-02-21T12:45:32.894Z Downloaded mio v1.0.2
6432025-02-21T12:45:32.899Z Downloaded zip v0.6.6
6442025-02-21T12:45:32.903Z Downloaded crossterm v0.28.1
6452025-02-21T12:45:32.909Z Downloaded plotters v0.3.7
6462025-02-21T12:45:32.918Z Downloaded itertools v0.12.1
6472025-02-21T12:45:32.925Z Downloaded syn v1.0.109
6482025-02-21T12:45:32.936Z Downloaded rayon v1.10.0
6492025-02-21T12:45:32.944Z Downloaded zerovec v0.10.4
6502025-02-21T12:45:32.950Z Downloaded tabled v0.15.0
6512025-02-21T12:45:32.965Z Downloaded serde_json v1.0.135
6522025-02-21T12:45:32.971Z Downloaded hickory-proto v0.24.3
6532025-02-21T12:45:32.986Z Downloaded rustls-webpki v0.101.7
6542025-02-21T12:45:32.999Z Downloaded petname v2.0.2
6552025-02-21T12:45:33.005Z Downloaded object v0.36.5
6562025-02-21T12:45:33.016Z Downloaded quinn-proto v0.11.8
6572025-02-21T12:45:33.024Z Downloaded dropshot v0.15.1
6582025-02-21T12:45:33.044Z Downloaded diesel v2.2.7
6592025-02-21T12:45:33.062Z Downloaded radix_trie v0.2.1
6602025-02-21T12:45:33.066Z Downloaded lalrpop v0.19.12
6612025-02-21T12:45:33.078Z Downloaded webpki-roots v0.26.6
6622025-02-21T12:45:33.082Z Downloaded regress v0.10.1
6632025-02-21T12:45:33.090Z Downloaded polar-core v0.27.3
6642025-02-21T12:45:33.098Z Downloaded nix v0.27.1
6652025-02-21T12:45:33.109Z Downloaded rustix v0.38.37
6662025-02-21T12:45:33.130Z Downloaded syn v2.0.96
6672025-02-21T12:45:33.140Z Downloaded rustls v0.23.19
6682025-02-21T12:45:33.151Z Downloaded regress v0.9.1
6692025-02-21T12:45:33.160Z Downloaded rustls v0.21.12
6702025-02-21T12:45:33.171Z Downloaded openssl v0.10.71
6712025-02-21T12:45:33.180Z Downloaded sled v0.34.7
6722025-02-21T12:45:33.190Z Downloaded rustls v0.22.4
6732025-02-21T12:45:33.203Z Downloaded typify-impl v0.3.0
6742025-02-21T12:45:33.218Z Downloaded regex-syntax v0.8.5
6752025-02-21T12:45:33.225Z Downloaded typify-impl v0.2.0
6762025-02-21T12:45:33.238Z Downloaded openapiv3 v2.0.0
6772025-02-21T12:45:33.250Z Downloaded zerocopy-derive v0.6.6
6782025-02-21T12:45:33.259Z Downloaded regex-automata v0.4.8
6792025-02-21T12:45:33.274Z Downloaded petgraph v0.6.5
6802025-02-21T12:45:33.289Z Downloaded bzip2-sys v0.1.11+1.0.8
6812025-02-21T12:45:33.301Z Downloaded bstr v1.10.0
6822025-02-21T12:45:33.312Z Downloaded curve25519-dalek v4.1.3
6832025-02-21T12:45:33.320Z Downloaded ratatui v0.29.0
6842025-02-21T12:45:33.341Z Downloaded regex-syntax v0.6.29
6852025-02-21T12:45:33.348Z Downloaded tokio v1.43.0
6862025-02-21T12:45:33.385Z Downloaded unicode-width v0.2.0
6872025-02-21T12:45:33.390Z Downloaded unicode-width v0.1.14
6882025-02-21T12:45:33.396Z Downloaded smoltcp v0.11.0
6892025-02-21T12:45:33.409Z Downloaded libc v0.2.169
6902025-02-21T12:45:33.433Z Downloaded nix v0.29.0
6912025-02-21T12:45:33.444Z Downloaded quick-xml v0.33.0
6922025-02-21T12:45:33.450Z Downloaded sqlparser v0.45.0
6932025-02-21T12:45:33.455Z Downloaded chrono-tz v0.10.1
6942025-02-21T12:45:33.463Z Downloaded csv v1.3.1
6952025-02-21T12:45:33.483Z Downloaded icu_properties_data v1.5.0
6962025-02-21T12:45:33.493Z Downloaded libz-sys v1.1.20
6972025-02-21T12:45:33.513Z Downloaded dropshot v0.12.0
6982025-02-21T12:45:33.531Z Downloaded nix v0.28.0
6992025-02-21T12:45:33.543Z Downloaded sha3 v0.10.8
7002025-02-21T12:45:33.547Z Downloaded object v0.30.4
7012025-02-21T12:45:33.556Z Downloaded smoltcp v0.9.1
7022025-02-21T12:45:33.566Z Downloaded winnow v0.6.20
7032025-02-21T12:45:33.574Z Downloaded lzma-sys v0.1.20
7042025-02-21T12:45:33.608Z Downloaded gimli v0.31.1
7052025-02-21T12:45:33.616Z Downloaded minimal-lexical v0.2.1
7062025-02-21T12:45:33.620Z Downloaded predicates v3.1.3
7072025-02-21T12:45:33.622Z Downloaded postcard v1.0.10
7082025-02-21T12:45:33.625Z Downloaded pkcs8 v0.10.2
7092025-02-21T12:45:33.627Z Downloaded socket2 v0.5.7
7102025-02-21T12:45:33.630Z Downloaded rustls-pki-types v1.10.0
7112025-02-21T12:45:33.633Z Downloaded tungstenite v0.21.0
7122025-02-21T12:45:33.635Z Downloaded der v0.7.9
7132025-02-21T12:45:33.640Z Downloaded pkcs5 v0.7.1
7142025-02-21T12:45:33.644Z Downloaded parse-zoneinfo v0.3.1
7152025-02-21T12:45:33.647Z Downloaded once_cell v1.20.3
7162025-02-21T12:45:33.649Z Downloaded ipnet v2.10.1
7172025-02-21T12:45:33.652Z Downloaded zopfli v0.8.1
7182025-02-21T12:45:33.654Z Downloaded httpmock v0.8.0-alpha.1
7192025-02-21T12:45:33.671Z Downloaded toml_edit v0.22.22
7202025-02-21T12:45:33.691Z Downloaded serde v1.0.217
7212025-02-21T12:45:33.694Z Downloaded zip v2.1.3
7222025-02-21T12:45:33.698Z Downloaded russh v0.45.0
7232025-02-21T12:45:33.703Z Downloaded steno v0.4.1
7242025-02-21T12:45:33.706Z Downloaded walkdir v2.5.0
7252025-02-21T12:45:33.709Z Downloaded toml_edit v0.19.15
7262025-02-21T12:45:33.723Z Downloaded rand_seeder v0.3.0
7272025-02-21T12:45:33.725Z Downloaded rand_core v0.6.4
7282025-02-21T12:45:33.728Z Downloaded quick-error v1.2.3
7292025-02-21T12:45:33.728Z Downloaded clap_builder v4.5.30
7302025-02-21T12:45:33.734Z Downloaded bindgen v0.69.5
7312025-02-21T12:45:33.741Z Downloaded crossbeam-epoch v0.9.18
7322025-02-21T12:45:33.744Z Downloaded dropshot_endpoint v0.15.1
7332025-02-21T12:45:33.747Z Downloaded dropshot_endpoint v0.12.0
7342025-02-21T12:45:33.750Z Downloaded encoding_rs v0.8.34
7352025-02-21T12:45:33.771Z Downloaded num-complex v0.4.6
7362025-02-21T12:45:33.774Z Downloaded postgres-protocol v0.6.7
7372025-02-21T12:45:33.776Z Downloaded console v0.15.10
7382025-02-21T12:45:33.779Z Downloaded spin v0.9.8
7392025-02-21T12:45:33.779Z Downloaded rustls-webpki v0.102.8
7402025-02-21T12:45:33.796Z Downloaded serde_plain v1.0.2
7412025-02-21T12:45:33.799Z Downloaded plotters-backend v0.3.7
7422025-02-21T12:45:33.799Z Downloaded oso v0.27.3
7432025-02-21T12:45:33.801Z Downloaded icu_locid_transform_data v1.5.0
7442025-02-21T12:45:33.804Z Downloaded pest v2.7.14
7452025-02-21T12:45:33.808Z Downloaded git2 v0.19.0
7462025-02-21T12:45:33.816Z Downloaded pest_meta v2.7.14
7472025-02-21T12:45:33.823Z Downloaded parking_lot_core v0.8.6
7482025-02-21T12:45:33.823Z Downloaded parking_lot v0.12.3
7492025-02-21T12:45:33.826Z Downloaded icu_properties v1.5.1
7502025-02-21T12:45:33.826Z Downloaded unicode-normalization v0.1.24
7512025-02-21T12:45:33.829Z Downloaded ssh-key v0.6.6
7522025-02-21T12:45:33.839Z Downloaded async-std v1.13.0
7532025-02-21T12:45:33.854Z Downloaded hyper-tls v0.6.0
7542025-02-21T12:45:33.856Z Downloaded dyn-clone v1.0.18
7552025-02-21T12:45:33.859Z Downloaded ciborium v0.2.2
7562025-02-21T12:45:33.859Z Downloaded serde_yaml v0.9.34+deprecated
7572025-02-21T12:45:33.862Z Downloaded zone_cfg_derive v0.3.0
7582025-02-21T12:45:33.864Z Downloaded slog-json v2.6.1
7592025-02-21T12:45:33.864Z Downloaded x509-cert v0.2.5
7602025-02-21T12:45:33.869Z Downloaded static_assertions v1.1.0
7612025-02-21T12:45:33.872Z Downloaded ssh-cipher v0.2.0
7622025-02-21T12:45:33.872Z Downloaded jobserver v0.1.32
7632025-02-21T12:45:33.875Z Downloaded password-hash v0.4.2
7642025-02-21T12:45:33.877Z Downloaded tokio-util v0.7.12
7652025-02-21T12:45:33.881Z Downloaded rcgen v0.12.1
7662025-02-21T12:45:33.884Z Downloaded rusqlite v0.32.1
7672025-02-21T12:45:33.890Z Downloaded libgit2-sys v0.17.0+1.8.1
7682025-02-21T12:45:33.947Z Downloaded partial-io v0.5.4
7692025-02-21T12:45:33.949Z Downloaded libtest-mimic v0.7.3
7702025-02-21T12:45:33.952Z Downloaded hyper-util v0.1.10
7712025-02-21T12:45:33.955Z Downloaded icu_collections v1.5.0
7722025-02-21T12:45:33.960Z Downloaded serde_regex v1.1.0
7732025-02-21T12:45:33.963Z Downloaded unicase v2.7.0
7742025-02-21T12:45:33.963Z Downloaded serde_spanned v0.6.8
7752025-02-21T12:45:33.967Z Downloaded defmt v0.3.8
7762025-02-21T12:45:33.970Z Downloaded typed-path v0.9.3
7772025-02-21T12:45:33.973Z Downloaded libm v0.2.8
7782025-02-21T12:45:33.981Z Downloaded hkdf v0.12.4
7792025-02-21T12:45:33.985Z Downloaded aho-corasick v1.1.3
7802025-02-21T12:45:33.990Z Downloaded crossbeam-channel v0.5.13
7812025-02-21T12:45:33.993Z Downloaded cobs v0.2.3
7822025-02-21T12:45:33.993Z Downloaded which v4.4.2
7832025-02-21T12:45:33.999Z Downloaded serde_with_macros v3.11.0
7842025-02-21T12:45:34.003Z Downloaded rustfmt-wrapper v0.2.1
7852025-02-21T12:45:34.003Z Downloaded unicode-ident v1.0.14
7862025-02-21T12:45:34.003Z Downloaded termtree v0.5.1
7872025-02-21T12:45:34.003Z Downloaded stringmetrics v2.2.2
7882025-02-21T12:45:34.003Z Downloaded nu-ansi-term v0.50.1
7892025-02-21T12:45:34.006Z Downloaded memmap2 v0.9.5
7902025-02-21T12:45:34.009Z Downloaded unicode-properties v0.1.3
7912025-02-21T12:45:34.009Z Downloaded tracing-attributes v0.1.27
7922025-02-21T12:45:34.013Z Downloaded zerocopy-derive v0.8.10
7932025-02-21T12:45:34.017Z Downloaded tough v0.19.0
7942025-02-21T12:45:34.025Z Downloaded p521 v0.13.3
7952025-02-21T12:45:34.029Z Downloaded rustc_version v0.4.1
7962025-02-21T12:45:34.031Z Downloaded rustc_version v0.1.7
7972025-02-21T12:45:34.031Z Downloaded rustc-hash v2.0.0
7982025-02-21T12:45:34.031Z Downloaded rustc-hash v1.1.0
7992025-02-21T12:45:34.034Z Downloaded predicates-tree v1.0.11
8002025-02-21T12:45:34.034Z Downloaded csv-core v0.1.11
8012025-02-21T12:45:34.038Z Downloaded progenitor-impl v0.9.1
8022025-02-21T12:45:34.038Z Downloaded rustyline v14.0.0
8032025-02-21T12:45:34.041Z Downloaded unicode-segmentation v1.12.0
8042025-02-21T12:45:34.044Z Downloaded phf_codegen v0.11.2
8052025-02-21T12:45:34.047Z Downloaded tinytemplate v1.2.1
8062025-02-21T12:45:34.047Z Downloaded memoffset v0.9.1
8072025-02-21T12:45:34.050Z Downloaded libefi-sys v0.1.0
8082025-02-21T12:45:34.050Z Downloaded lazycell v1.3.0
8092025-02-21T12:45:34.050Z Downloaded indoc v1.0.9
8102025-02-21T12:45:34.054Z Downloaded idna_adapter v1.2.0
8112025-02-21T12:45:34.054Z Downloaded xattr v1.3.1
8122025-02-21T12:45:34.057Z Downloaded pretty_assertions v1.4.1
8132025-02-21T12:45:34.057Z Downloaded indexmap v2.7.1
8142025-02-21T12:45:34.062Z Downloaded crypto-bigint v0.5.5
8152025-02-21T12:45:34.067Z Downloaded sct v0.7.1
8162025-02-21T12:45:34.070Z Downloaded cpufeatures v0.2.14
8172025-02-21T12:45:34.074Z Downloaded derive-where v1.2.7
8182025-02-21T12:45:34.077Z Downloaded toml v0.7.8
8192025-02-21T12:45:34.080Z Downloaded wyz v0.5.1
8202025-02-21T12:45:34.080Z Downloaded progenitor-macro v0.9.1
8212025-02-21T12:45:34.080Z Downloaded const_format v0.2.34
8222025-02-21T12:45:34.083Z Downloaded snafu v0.8.5
8232025-02-21T12:45:34.089Z Downloaded aes-gcm v0.10.3
8242025-02-21T12:45:34.094Z Downloaded hashbrown v0.15.1
8252025-02-21T12:45:34.099Z Downloaded serde_derive v1.0.217
8262025-02-21T12:45:34.102Z Downloaded hickory-server v0.24.3
8272025-02-21T12:45:34.106Z Downloaded vergen v8.3.2
8282025-02-21T12:45:34.110Z Downloaded lock_api v0.4.12
8292025-02-21T12:45:34.110Z Downloaded new_debug_unreachable v1.0.6
8302025-02-21T12:45:34.114Z Downloaded tabwriter v1.4.0
8312025-02-21T12:45:34.114Z Downloaded tabled_derive v0.7.0
8322025-02-21T12:45:34.118Z Downloaded sha1 v0.10.6
8332025-02-21T12:45:34.118Z Downloaded icu_locid_transform v1.5.0
8342025-02-21T12:45:34.118Z Downloaded papergrid v0.11.0
8352025-02-21T12:45:34.122Z Downloaded scrypt v0.11.0
8362025-02-21T12:45:34.124Z Downloaded resolv-conf v0.7.0
8372025-02-21T12:45:34.127Z Downloaded toml v0.8.19
8382025-02-21T12:45:34.130Z Downloaded derive_builder_core v0.20.2
8392025-02-21T12:45:34.130Z Downloaded derive_builder v0.20.2
8402025-02-21T12:45:34.139Z Downloaded paste v1.0.15
8412025-02-21T12:45:34.143Z Downloaded iana-time-zone v0.1.61
8422025-02-21T12:45:34.143Z Downloaded unicode_categories v0.1.1
8432025-02-21T12:45:34.146Z Downloaded aes v0.8.4
8442025-02-21T12:45:34.146Z Downloaded unicode-truncate v1.1.0
8452025-02-21T12:45:34.150Z Downloaded pem v3.0.4
8462025-02-21T12:45:34.151Z Downloaded pkcs1 v0.7.5
8472025-02-21T12:45:34.156Z Downloaded indicatif v0.17.11
8482025-02-21T12:45:34.167Z Downloaded darling_core v0.20.10
8492025-02-21T12:45:34.170Z Downloaded yansi v1.0.1
8502025-02-21T12:45:34.170Z Downloaded qorb v0.2.1
8512025-02-21T12:45:34.170Z Downloaded icu_normalizer_data v1.5.0
8522025-02-21T12:45:34.170Z Downloaded icu_normalizer v1.5.0
8532025-02-21T12:45:34.173Z Downloaded writeable v0.5.5
8542025-02-21T12:45:34.173Z Downloaded proc-macro-error v1.0.4
8552025-02-21T12:45:34.176Z Downloaded slog v2.7.0
8562025-02-21T12:45:34.179Z Downloaded rustc-demangle v0.1.24
8572025-02-21T12:45:34.181Z Downloaded smf v0.2.3
8582025-02-21T12:45:34.181Z Downloaded num-rational v0.4.2
8592025-02-21T12:45:34.185Z Downloaded darling v0.20.10
8602025-02-21T12:45:34.188Z Downloaded termcolor v1.4.1
8612025-02-21T12:45:34.188Z Downloaded crc-any v2.5.0
8622025-02-21T12:45:34.191Z Downloaded const-oid v0.9.6
8632025-02-21T12:45:34.193Z Downloaded rstest_macros v0.23.0
8642025-02-21T12:45:34.196Z Downloaded slog-stdlog v4.1.1
8652025-02-21T12:45:34.196Z Downloaded allocator-api2 v0.2.18
8662025-02-21T12:45:34.199Z Downloaded shlex v1.3.0
8672025-02-21T12:45:34.201Z Downloaded vte v0.11.1
8682025-02-21T12:45:34.201Z Downloaded hashbrown v0.12.3
8692025-02-21T12:45:34.206Z Downloaded serde-hex v0.1.0
8702025-02-21T12:45:34.209Z Downloaded kv-log-macro v1.0.7
8712025-02-21T12:45:34.209Z Downloaded polling v3.7.3
8722025-02-21T12:45:34.211Z Downloaded typify v0.3.0
8732025-02-21T12:45:34.215Z Downloaded time-macros v0.2.18
8742025-02-21T12:45:34.217Z Downloaded similar v2.6.0
8752025-02-21T12:45:34.222Z Downloaded phf_shared v0.11.2
8762025-02-21T12:45:34.224Z Downloaded pest_generator v2.7.14
8772025-02-21T12:45:34.224Z Downloaded pbkdf2 v0.12.2
8782025-02-21T12:45:34.224Z Downloaded pbkdf2 v0.11.0
8792025-02-21T12:45:34.227Z Downloaded num-integer v0.1.46
8802025-02-21T12:45:34.230Z Downloaded num-derive v0.4.2
8812025-02-21T12:45:34.230Z Downloaded vsss-rs v3.3.4
8822025-02-21T12:45:34.232Z Downloaded rstest v0.23.0
8832025-02-21T12:45:34.238Z Downloaded p256 v0.13.2
8842025-02-21T12:45:34.241Z Downloaded bytes v1.9.0
8852025-02-21T12:45:34.244Z Downloaded base64 v0.21.7
8862025-02-21T12:45:34.248Z Downloaded daft v0.1.1
8872025-02-21T12:45:34.252Z Downloaded yoke v0.7.4
8882025-02-21T12:45:34.254Z Downloaded pin-project-internal v1.1.6
8892025-02-21T12:45:34.262Z Downloaded cc v1.1.30
8902025-02-21T12:45:34.262Z Downloaded daft-derive v0.1.1
8912025-02-21T12:45:34.262Z Downloaded crossbeam-deque v0.8.5
8922025-02-21T12:45:34.266Z Downloaded tempfile v3.13.0
8932025-02-21T12:45:34.266Z Downloaded target-spec v3.3.1
8942025-02-21T12:45:34.268Z Downloaded target-lexicon v0.12.16
8952025-02-21T12:45:34.271Z Downloaded rustversion v1.0.17
8962025-02-21T12:45:34.273Z Downloaded num-traits v0.2.19
8972025-02-21T12:45:34.276Z Downloaded xz2 v0.1.7
8982025-02-21T12:45:34.276Z Downloaded bitflags v2.6.0
8992025-02-21T12:45:34.279Z Downloaded chacha20poly1305 v0.10.1
9002025-02-21T12:45:34.289Z Downloaded base64 v0.13.1
9012025-02-21T12:45:34.289Z Downloaded similar-asserts v1.6.0
9022025-02-21T12:45:34.294Z Downloaded simd-adler32 v0.3.7
9032025-02-21T12:45:34.294Z Downloaded darling_macro v0.20.10
9042025-02-21T12:45:34.295Z Downloaded crunchy v0.2.2
9052025-02-21T12:45:34.295Z Downloaded slog-bunyan v2.5.0
9062025-02-21T12:45:34.295Z Downloaded siphasher v0.3.11
9072025-02-21T12:45:34.295Z Downloaded serde_path_to_error v0.1.16
9082025-02-21T12:45:34.295Z Downloaded sec1 v0.7.3
9092025-02-21T12:45:34.295Z Downloaded pem-rfc7468 v0.7.0
9102025-02-21T12:45:34.301Z Downloaded async-recursion v1.1.1
9112025-02-21T12:45:34.301Z Downloaded arc-swap v1.7.1
9122025-02-21T12:45:34.308Z Downloaded rtoolbox v0.0.2
9132025-02-21T12:45:34.308Z Downloaded flume v0.11.1
9142025-02-21T12:45:34.308Z Downloaded async-io v2.3.4
9152025-02-21T12:45:34.315Z Downloaded camino v1.1.9
9162025-02-21T12:45:34.315Z Downloaded chacha20 v0.9.1
9172025-02-21T12:45:34.315Z Downloaded blake2b_simd v1.0.2
9182025-02-21T12:45:34.317Z Downloaded blake2 v0.10.6
9192025-02-21T12:45:34.319Z Downloaded oxnet v0.1.0
9202025-02-21T12:45:34.319Z Downloaded async-process v2.3.0
9212025-02-21T12:45:34.322Z Downloaded async-lock v3.4.0
9222025-02-21T12:45:34.335Z Downloaded bzip2 v0.4.4
9232025-02-21T12:45:34.335Z Downloaded blocking v1.6.1
9242025-02-21T12:45:34.335Z Downloaded async-trait v0.1.86
9252025-02-21T12:45:34.335Z Downloaded assert_cmd v2.0.16
9262025-02-21T12:45:34.341Z Downloaded futures-channel v0.3.31
9272025-02-21T12:45:34.341Z Downloaded backoff v0.4.0
9282025-02-21T12:45:34.341Z Downloaded async-executor v1.13.1
9292025-02-21T12:45:34.341Z Downloaded argon2 v0.5.3
9302025-02-21T12:45:34.341Z Downloaded futures-lite v2.3.0
9312025-02-21T12:45:34.341Z Downloaded getrandom v0.2.15
9322025-02-21T12:45:34.347Z Downloaded ring v0.17.8
9332025-02-21T12:45:34.412Z Downloaded async-task v4.7.1
9342025-02-21T12:45:34.423Z Downloaded async-channel v1.9.0
9352025-02-21T12:45:34.423Z Downloaded hashlink v0.9.1
9362025-02-21T12:45:34.432Z Downloaded funty v2.0.0
9372025-02-21T12:45:34.432Z Downloaded hex-literal v0.4.1
9382025-02-21T12:45:34.432Z Downloaded blowfish v0.9.1
9392025-02-21T12:45:34.432Z Downloaded block-buffer v0.10.4
9402025-02-21T12:45:34.432Z Downloaded anyhow v1.0.96
9412025-02-21T12:45:34.432Z Downloaded anstream v0.6.15
9422025-02-21T12:45:34.432Z Downloaded globset v0.4.15
9432025-02-21T12:45:34.435Z Downloaded bitfield v0.14.0
9442025-02-21T12:45:34.435Z Downloaded base16ct v0.2.0
9452025-02-21T12:45:34.435Z Downloaded async-bb8-diesel v0.2.1
9462025-02-21T12:45:34.435Z Downloaded ahash v0.8.11
9472025-02-21T12:45:34.438Z Downloaded futures-executor v0.3.31
9482025-02-21T12:45:34.438Z Downloaded form_urlencoded v1.2.1
9492025-02-21T12:45:34.438Z Downloaded flagset v0.4.6
9502025-02-21T12:45:34.443Z Downloaded futures-io v0.3.31
9512025-02-21T12:45:34.443Z Downloaded fallible-iterator v0.3.0
9522025-02-21T12:45:34.443Z Downloaded buf-list v1.0.3
9532025-02-21T12:45:34.447Z Downloaded bit-set v0.5.3
9542025-02-21T12:45:34.447Z Downloaded hash32 v0.2.1
9552025-02-21T12:45:34.447Z Downloaded futures-core v0.3.31
9562025-02-21T12:45:34.447Z Downloaded generic-array v0.14.7
9572025-02-21T12:45:34.447Z Downloaded bitflags v1.3.2
9582025-02-21T12:45:34.450Z Downloaded async-global-executor v2.4.1
9592025-02-21T12:45:34.452Z Downloaded async-attributes v1.1.2
9602025-02-21T12:45:34.452Z Downloaded fs-err v2.11.0
9612025-02-21T12:45:34.454Z Downloaded hostname v0.3.1
9622025-02-21T12:45:34.456Z Downloaded bcrypt-pbkdf v0.10.0
9632025-02-21T12:45:34.456Z Downloaded bb8 v0.8.5
9642025-02-21T12:45:34.458Z Downloaded atomic-waker v1.1.2
9652025-02-21T12:45:34.458Z Downloaded async-stream v0.3.6
9662025-02-21T12:45:34.465Z Downloaded async-channel v2.3.1
9672025-02-21T12:45:34.467Z Downloaded assert-json-diff v2.0.2
9682025-02-21T12:45:34.469Z Downloaded arrayref v0.3.9
9692025-02-21T12:45:34.469Z Downloaded approx v0.5.1
9702025-02-21T12:45:34.471Z Downloaded anstyle-query v1.1.1
9712025-02-21T12:45:34.473Z Downloaded fixedbitset v0.4.2
9722025-02-21T12:45:34.473Z Downloaded libsqlite3-sys v0.30.1
9732025-02-21T12:45:34.549Z Downloaded fd-lock v4.0.2
9742025-02-21T12:45:34.551Z Downloaded fallible-streaming-iterator v0.1.9
9752025-02-21T12:45:34.553Z Downloaded ff v0.13.0
9762025-02-21T12:45:34.555Z Downloaded errno v0.3.9
9772025-02-21T12:45:34.555Z Downloaded ascii-canvas v3.0.0
9782025-02-21T12:45:34.557Z Downloaded array-init v0.0.4
9792025-02-21T12:45:34.557Z Downloaded anstyle-parse v0.2.5
9802025-02-21T12:45:34.559Z Downloaded hostname v0.4.0
9812025-02-21T12:45:34.559Z Downloaded headers-core v0.3.0
9822025-02-21T12:45:34.561Z Downloaded futures-macro v0.3.31
9832025-02-21T12:45:34.718Z Downloaded aws-lc-sys v0.22.0
9842025-02-21T12:45:35.255Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9852025-02-21T12:45:36.975Zpkg list: illegal option -- F
9862025-02-21T12:45:36.976ZUsage:
9872025-02-21T12:45:37.126Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9882025-02-21T12:45:37.126Z [pkg_fmri_pattern ...]
9892025-02-21T12:45:37.810Zpkg list: illegal option -- F
9902025-02-21T12:45:37.810ZUsage:
9912025-02-21T12:45:37.811Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9922025-02-21T12:45:37.811Z [pkg_fmri_pattern ...]
9932025-02-21T12:45:48.176Z Startup: Refreshing catalog 'helios-dev' ... Done
9942025-02-21T12:45:52.492Z Startup: Caching catalogs ... Done
9952025-02-21T12:46:05.614ZPlanning: Solver setup ... Done (12.171s)
9962025-02-21T12:46:05.762ZPlanning: Running solver ... Done (0.147s)
9972025-02-21T12:46:05.883ZPlanning: Finding local manifests ... Done (0.007s)
9982025-02-21T12:46:05.915ZPlanning: Fetching manifests: 0/7 0% complete
9992025-02-21T12:46:08.982ZPlanning: Fetching manifests: 7/7 100% complete
10002025-02-21T12:46:09.094ZPlanning: Package planning ... Done (0.111s)
10012025-02-21T12:46:09.151ZPlanning: Merging actions ... Done (0.056s)
10022025-02-21T12:46:09.345ZPlanning: Checking for conflicting actions ... Done (0.195s)
10032025-02-21T12:46:11.486ZPlanning: Consolidating action changes ... Done (2.141s)
10042025-02-21T12:46:11.927ZPlanning: Evaluating mediators ... Done (0.442s)
10052025-02-21T12:46:12.008ZPlanning: Planning completed in 19.42 seconds
10062025-02-21T12:46:12.025Z Packages to install: 4
10072025-02-21T12:46:12.025Z Packages to update: 3
10082025-02-21T12:46:12.025Z Mediators to change: 2
10092025-02-21T12:46:12.028Z Services to change: 1
10102025-02-21T12:46:12.028Z Estimated space available: 155.36 GB
10112025-02-21T12:46:12.028ZEstimated space to be consumed: 1.66 GB
10122025-02-21T12:46:12.028Z Create boot environment: No
10132025-02-21T12:46:12.028ZCreate backup boot environment: Yes
10142025-02-21T12:46:12.028Z Rebuild boot archive: No
10152025-02-21T12:46:12.028Z
10162025-02-21T12:46:12.028ZChanged mediators:
10172025-02-21T12:46:12.028Z mediator clang:
10182025-02-21T12:46:12.028Z version: None -> 15 (system default)
10192025-02-21T12:46:12.028Z
10202025-02-21T12:46:12.028Z mediator llvm:
10212025-02-21T12:46:12.028Z version: 14 (system default) -> 15 (system default)
10222025-02-21T12:46:12.028Z
10232025-02-21T12:46:12.028ZChanged packages:
10242025-02-21T12:46:12.028Zhelios-dev
10252025-02-21T12:46:12.028Z developer/build-essential
10262025-02-21T12:46:12.028Z None -> 11-2.0
10272025-02-21T12:46:12.028Z library/libxmlsec1
10282025-02-21T12:46:12.028Z None -> 1.2.35-2.0
10292025-02-21T12:46:12.028Z ooce/developer/clang-15
10302025-02-21T12:46:12.029Z None -> 15.0.7-2.0
10312025-02-21T12:46:12.029Z ooce/developer/llvm-15
10322025-02-21T12:46:12.029Z None -> 15.0.7-2.0
10332025-02-21T12:46:12.029Z package/pkg
10342025-02-21T12:46:12.029Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10352025-02-21T12:46:12.029Z system/library/g++-runtime
10362025-02-21T12:46:12.029Z 13-2.0 -> 14-2.0
10372025-02-21T12:46:12.029Z system/library/gcc-runtime
10382025-02-21T12:46:12.029Z 13-2.0 -> 14-2.0
10392025-02-21T12:46:12.029Z
10402025-02-21T12:46:12.029ZServices:
10412025-02-21T12:46:12.029Z restart_fmri:
10422025-02-21T12:46:12.029Z svc:/system/update-man-index:default
10432025-02-21T12:46:12.029Z
10442025-02-21T12:46:12.029ZEditable files to change:
10452025-02-21T12:46:12.029Z Update:
10462025-02-21T12:46:12.029Z usr/share/lib/pkg/web/config.shtml
10472025-02-21T12:46:12.108Z
10482025-02-21T12:46:12.108ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10492025-02-21T12:46:38.043ZDownload: 213/4301 items 1.3/225.4MB 0% complete
10502025-02-21T12:46:43.045ZDownload: 528/4301 items 17.5/225.4MB 7% complete (3.5M/s)
10512025-02-21T12:46:48.047ZDownload: 825/4301 items 18.7/225.4MB 8% complete (1.9M/s)
10522025-02-21T12:46:55.770ZDownload: 1197/4301 items 83.5/225.4MB 37% complete (6.6M/s)
10532025-02-21T12:47:10.144ZDownload: 1198/4301 items 83.5/225.4MB 37% complete
10542025-02-21T12:47:15.203ZDownload: 1625/4301 items 116.8/225.4MB 51% complete (7.8M/s)
10552025-02-21T12:47:20.208ZDownload: 2218/4301 items 118.6/225.4MB 52% complete (3.6M/s)
10562025-02-21T12:47:26.052ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (1.7M/s)
10572025-02-21T12:47:31.053ZDownload: 3115/4301 items 135.6/225.4MB 60% complete (1.8M/s)
10582025-02-21T12:47:36.309ZDownload: 3277/4301 items 210.1/225.4MB 93% complete (10.5M/s)
10592025-02-21T12:47:45.952ZDownload: 3284/4301 items 211.7/225.4MB 93% complete (9.1M/s)
10602025-02-21T12:47:50.812ZDownload: Completed 225.42 MB in 98.70 seconds (2.3M/s)
10612025-02-21T12:47:51.789Z Actions: 1/5122 actions (Removing old actions)
10622025-02-21T12:47:51.831Z Actions: 194/5122 actions (Installing new actions)
10632025-02-21T12:47:56.501Z Actions: 4267/5122 actions (Updating modified actions)
10642025-02-21T12:47:56.854Z Actions: Completed 5122 actions in 5.06 seconds.
10652025-02-21T12:47:57.090Z Done (0.228s)
10662025-02-21T12:47:57.092Z Done (0.001s)
10672025-02-21T12:47:57.714Z Done (0.622s)
10682025-02-21T12:48:02.301Z Done (4.361s)
10692025-02-21T12:48:02.393Z Done (0.018s)
10702025-02-21T12:48:02.395Z Done (0.000s)
10712025-02-21T12:48:02.581Z Done (0.000s)
10722025-02-21T12:48:03.299ZPlanning: Evaluating mediator changes ... Done
10732025-02-21T12:48:03.463ZPlanning: Checking for conflicting actions ... Done
10742025-02-21T12:48:03.466ZPlanning: Consolidating action changes ... Done
10752025-02-21T12:48:03.735ZPlanning: Evaluating mediators ... Done
10762025-02-21T12:48:03.739ZPlanning: Planning completed in 0.44 seconds
10772025-02-21T12:48:03.779Z Mediators to change: 2
10782025-02-21T12:48:03.779Z Create boot environment: No
10792025-02-21T12:48:03.782ZCreate backup boot environment: No
10802025-02-21T12:48:03.858Z Done
10812025-02-21T12:48:03.858Z Done
10822025-02-21T12:48:04.276Z Done
10832025-02-21T12:48:07.884Z Done
10842025-02-21T12:48:07.979Z Done
10852025-02-21T12:48:07.983Z Done
10862025-02-21T12:48:08.116Z Done
10872025-02-21T12:48:08.729ZPlanning: Evaluating mediator changes ... Done
10882025-02-21T12:48:08.732ZPlanning: Merging actions ... Done
10892025-02-21T12:48:08.920ZPlanning: Checking for conflicting actions ... Done
10902025-02-21T12:48:08.924ZPlanning: Consolidating action changes ... Done
10912025-02-21T12:48:09.189ZPlanning: Evaluating mediators ... Done
10922025-02-21T12:48:09.246ZPlanning: Planning completed in 0.76 seconds
10932025-02-21T12:48:09.292Z Packages to change: 1
10942025-02-21T12:48:09.293Z Mediators to change: 1
10952025-02-21T12:48:09.296Z Services to change: 1
10962025-02-21T12:48:09.296Z Create boot environment: No
10972025-02-21T12:48:09.296ZCreate backup boot environment: Yes
10982025-02-21T12:48:11.697Z Actions: 1/6 actions (Updating modified actions)
10992025-02-21T12:48:11.700Z Actions: Completed 6 actions in 0.00 seconds.
11002025-02-21T12:48:11.700Z Done
11012025-02-21T12:48:11.700Z Done
11022025-02-21T12:48:11.822Z Done
11032025-02-21T12:48:15.362Z Done
11042025-02-21T12:48:15.447Z Done
11052025-02-21T12:48:15.450Z Done
11062025-02-21T12:48:15.583Z Done
11072025-02-21T12:48:16.022ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11082025-02-21T12:48:16.022Zclang system 15 system
11092025-02-21T12:48:16.022Zcsh system system illumos
11102025-02-21T12:48:16.022Zctags system system illumos
11112025-02-21T12:48:16.022Zgcc vendor 12 vendor
11122025-02-21T12:48:16.022Zgcc system 10 system
11132025-02-21T12:48:16.022Zgcc system 7 system
11142025-02-21T12:48:16.022Zgo system 1.20 system
11152025-02-21T12:48:16.022Zgo system 1.19 system
11162025-02-21T12:48:16.022Zllvm system 15 system
11172025-02-21T12:48:16.022Zllvm system 14 system
11182025-02-21T12:48:16.022Zmariadb system 10.6 system
11192025-02-21T12:48:16.022Zmta vendor vendor dma
11202025-02-21T12:48:16.022Zopenjdk system 17 system
11212025-02-21T12:48:16.022Zopenjdk system 11 system
11222025-02-21T12:48:16.022Zopenjdk system 1.8 system
11232025-02-21T12:48:16.022Zopenssl vendor 3 vendor
11242025-02-21T12:48:16.022Zperl system 5.36 system
11252025-02-21T12:48:16.022Zpostgresql system 15 system
11262025-02-21T12:48:16.022Zpostgresql system 13 system
11272025-02-21T12:48:16.022Zpython vendor 3 vendor
11282025-02-21T12:48:16.022Zpython system 2 system
11292025-02-21T12:48:16.022Zpython3 system 3.11 system
11302025-02-21T12:48:16.022Zruby system 3.0 system
11312025-02-21T12:48:16.022Zwords vendor vendor american-english
11322025-02-21T12:48:16.023Zwords system system australian-english
11332025-02-21T12:48:16.023Zwords system system british-english
11342025-02-21T12:48:16.023Zwords system system canadian-english
11352025-02-21T12:48:16.023Zwords system system french
11362025-02-21T12:48:16.023Zwords system system italian
11372025-02-21T12:48:16.023Zwords system system ngerman
11382025-02-21T12:48:16.023Zwords system system ogerman
11392025-02-21T12:48:16.023Zwords system system spanish
11402025-02-21T12:48:16.346ZPUBLISHER TYPE STATUS P LOCATION
11412025-02-21T12:48:16.346Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11422025-02-21T12:48:19.397ZFMRI IFO
11432025-02-21T12:48:19.397Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11442025-02-21T12:48:19.397Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11452025-02-21T12:48:19.397Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11462025-02-21T12:48:19.397Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11472025-02-21T12:48:19.397Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11482025-02-21T12:48:19.397Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11492025-02-21T12:48:19.397Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11502025-02-21T12:48:19.397Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11512025-02-21T12:48:19.397Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11522025-02-21T12:48:19.397Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11532025-02-21T12:48:19.397Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11542025-02-21T12:48:19.397Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11552025-02-21T12:48:19.397Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11562025-02-21T12:48:19.397Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11572025-02-21T12:48:19.397Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11582025-02-21T12:48:20.458Z Downloading crates ...
11592025-02-21T12:48:20.582Z Downloaded cargo_toml v0.20.5
11602025-02-21T12:48:20.719Z Compiling proc-macro2 v1.0.92
11612025-02-21T12:48:20.723Z Compiling unicode-ident v1.0.14
11622025-02-21T12:48:20.723Z Compiling serde v1.0.217
11632025-02-21T12:48:20.723Z Compiling version_check v0.9.5
11642025-02-21T12:48:20.723Z Compiling thiserror v1.0.69
11652025-02-21T12:48:20.723Z Compiling memchr v2.7.4
11662025-02-21T12:48:20.723Z Compiling libc v0.2.169
11672025-02-21T12:48:20.740Z Compiling ryu v1.0.18
11682025-02-21T12:48:20.984Z Compiling itoa v1.0.11
11692025-02-21T12:48:21.143Z Compiling ucd-trie v0.1.7
11702025-02-21T12:48:21.221Z Compiling once_cell v1.20.3
11712025-02-21T12:48:21.430Z Compiling byteorder v1.5.0
11722025-02-21T12:48:21.580Z Compiling rustix v0.38.37
11732025-02-21T12:48:21.616Z Compiling serde_json v1.0.135
11742025-02-21T12:48:21.971Z Compiling bitflags v2.6.0
11752025-02-21T12:48:21.977Z Compiling proc-macro-error-attr v1.0.4
11762025-02-21T12:48:22.190Z Compiling usdt-impl v0.5.0
11772025-02-21T12:48:22.206Z Compiling syn v1.0.109
11782025-02-21T12:48:22.333Z Compiling proc-macro-error v1.0.4
11792025-02-21T12:48:22.346Z Compiling equivalent v1.0.1
11802025-02-21T12:48:22.386Z Compiling hashbrown v0.15.1
11812025-02-21T12:48:22.471Z Compiling log v0.4.22
11822025-02-21T12:48:22.537Z Compiling quote v1.0.38
11832025-02-21T12:48:22.664Z Compiling errno v0.3.9
11842025-02-21T12:48:22.821Z Compiling plain v0.2.3
11852025-02-21T12:48:22.885Z Compiling camino v1.1.9
11862025-02-21T12:48:22.900Z Compiling syn v2.0.96
11872025-02-21T12:48:22.981Z Compiling utf8parse v0.2.2
11882025-02-21T12:48:23.079Z Compiling thread-id v4.2.2
11892025-02-21T12:48:23.125Z Compiling anstyle-parse v0.2.5
11902025-02-21T12:48:23.428Z Compiling indexmap v2.7.1
11912025-02-21T12:48:23.489Z Compiling pretty-hex v0.4.1
11922025-02-21T12:48:23.540Z Compiling winnow v0.6.20
11932025-02-21T12:48:23.685Z Compiling is_terminal_polyfill v1.70.1
11942025-02-21T12:48:23.698Z Compiling anstyle-query v1.1.1
11952025-02-21T12:48:23.835Z Compiling semver v1.0.24
11962025-02-21T12:48:23.840Z Compiling anstyle v1.0.10
11972025-02-21T12:48:23.903Z Compiling autocfg v1.4.0
11982025-02-21T12:48:24.269Z Compiling unicode-width v0.1.14
11992025-02-21T12:48:24.327Z Compiling colorchoice v1.0.2
12002025-02-21T12:48:24.493Z Compiling anstream v0.6.15
12012025-02-21T12:48:24.784Z Compiling terminal_size v0.4.0
12022025-02-21T12:48:24.823Z Compiling fs-err v2.11.0
12032025-02-21T12:48:24.919Z Compiling anyhow v1.0.96
12042025-02-21T12:48:24.997Z Compiling heck v0.4.1
12052025-02-21T12:48:25.087Z Compiling strsim v0.11.1
12062025-02-21T12:48:25.313Z Compiling bytecount v0.6.8
12072025-02-21T12:48:25.403Z Compiling clap_lex v0.7.4
12082025-02-21T12:48:25.505Z Compiling heck v0.5.0
12092025-02-21T12:48:25.510Z Compiling fastrand v2.1.1
12102025-02-21T12:48:25.575Z Compiling cfg-if v1.0.0
12112025-02-21T12:48:25.671Z Compiling fnv v1.0.7
12122025-02-21T12:48:25.870Z Compiling papergrid v0.11.0
12132025-02-21T12:48:25.872Z Compiling clap_builder v4.5.30
12142025-02-21T12:48:25.966Z Compiling tempfile v3.13.0
12152025-02-21T12:48:26.442Z Compiling memmap v0.7.0
12162025-02-21T12:48:26.573Z Compiling unicode-linebreak v0.1.5
12172025-02-21T12:48:26.732Z Compiling smawk v0.3.2
12182025-02-21T12:48:26.954Z Compiling swrite v0.1.0
12192025-02-21T12:48:27.068Z Compiling textwrap v0.16.1
12202025-02-21T12:48:27.741Z Compiling tabled_derive v0.7.0
12212025-02-21T12:48:28.896Z Compiling tabled v0.15.0
12222025-02-21T12:48:29.698Z Compiling serde_derive v1.0.217
12232025-02-21T12:48:29.698Z Compiling thiserror-impl v1.0.69
12242025-02-21T12:48:29.701Z Compiling zerocopy-derive v0.7.35
12252025-02-21T12:48:29.711Z Compiling scroll_derive v0.12.0
12262025-02-21T12:48:29.943Z Compiling clap_derive v4.5.28
12272025-02-21T12:48:31.155Z Compiling scroll v0.12.0
12282025-02-21T12:48:31.540Z Compiling zerocopy v0.7.35
12292025-02-21T12:48:31.561Z Compiling goblin v0.8.2
12302025-02-21T12:48:31.935Z Compiling pest v2.7.14
12312025-02-21T12:48:33.285Z Compiling clap v4.5.30
12322025-02-21T12:48:34.141Z Compiling pest_meta v2.7.14
12332025-02-21T12:48:35.007Z Compiling pest_generator v2.7.14
12342025-02-21T12:48:36.296Z Compiling pest_derive v2.7.14
12352025-02-21T12:48:37.018Z Compiling dtrace-parser v0.2.0
12362025-02-21T12:48:38.099Z Compiling serde_tokenstream v0.2.2
12372025-02-21T12:48:38.159Z Compiling serde_spanned v0.6.8
12382025-02-21T12:48:38.159Z Compiling toml_datetime v0.6.8
12392025-02-21T12:48:38.293Z Compiling cargo-platform v0.1.8
12402025-02-21T12:48:38.462Z Compiling toml_edit v0.22.22
12412025-02-21T12:48:38.614Z Compiling macaddr v1.0.1
12422025-02-21T12:48:38.674Z Compiling camino-tempfile v1.1.1
12432025-02-21T12:48:39.461Z Compiling dof v0.3.0
12442025-02-21T12:48:39.643Z Compiling cargo_metadata v0.18.1
12452025-02-21T12:48:40.789Z Compiling usdt-attr-macro v0.5.0
12462025-02-21T12:48:40.789Z Compiling usdt-macro v0.5.0
12472025-02-21T12:48:41.294Z Compiling toml v0.8.19
12482025-02-21T12:48:41.850Z Compiling usdt v0.5.0
12492025-02-21T12:48:42.091Z Compiling cargo_toml v0.20.5
12502025-02-21T12:48:44.668Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12512025-02-21T12:48:47.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.73s
12522025-02-21T12:48:47.746Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12532025-02-21T12:48:48.585Z Compiling serde v1.0.217
12542025-02-21T12:48:48.587Z Compiling lock_api v0.4.12
12552025-02-21T12:48:48.587Z Compiling value-bag v1.9.0
12562025-02-21T12:48:48.587Z Compiling scopeguard v1.2.0
12572025-02-21T12:48:48.587Z Compiling typenum v1.17.0
12582025-02-21T12:48:48.587Z Compiling generic-array v0.14.7
12592025-02-21T12:48:48.746Z Compiling syn v2.0.96
12602025-02-21T12:48:48.759Z Compiling getrandom v0.2.15
12612025-02-21T12:48:48.902Z Compiling subtle v2.6.1
12622025-02-21T12:48:49.111Z Compiling log v0.4.22
12632025-02-21T12:48:49.157Z Compiling rand_core v0.6.4
12642025-02-21T12:48:49.226Z Compiling shlex v1.3.0
12652025-02-21T12:48:49.229Z Compiling jobserver v0.1.32
12662025-02-21T12:48:49.297Z Compiling smallvec v1.13.2
12672025-02-21T12:48:49.559Z Compiling const-oid v0.9.6
12682025-02-21T12:48:49.613Z Compiling pin-project-lite v0.2.14
12692025-02-21T12:48:49.682Z Compiling cc v1.1.30
12702025-02-21T12:48:49.706Z Compiling parking_lot_core v0.9.10
12712025-02-21T12:48:49.747Z Compiling rustix v0.38.37
12722025-02-21T12:48:49.848Z Compiling spin v0.9.8
12732025-02-21T12:48:50.057Z Compiling futures-core v0.3.31
12742025-02-21T12:48:50.227Z Compiling signal-hook-registry v1.4.2
12752025-02-21T12:48:50.364Z Compiling mio v1.0.2
12762025-02-21T12:48:50.609Z Compiling parking_lot v0.12.3
12772025-02-21T12:48:50.772Z Compiling aho-corasick v1.1.3
12782025-02-21T12:48:50.932Z Compiling cpufeatures v0.2.14
12792025-02-21T12:48:51.002Z Compiling stable_deref_trait v1.2.0
12802025-02-21T12:48:51.047Z Compiling regex-syntax v0.8.5
12812025-02-21T12:48:51.126Z Compiling futures-sink v0.3.31
12822025-02-21T12:48:51.282Z Compiling socket2 v0.5.7
12832025-02-21T12:48:51.330Z Compiling slab v0.4.9
12842025-02-21T12:48:51.407Z Compiling glob v0.3.2
12852025-02-21T12:48:51.603Z Compiling either v1.13.0
12862025-02-21T12:48:51.809Z Compiling prettyplease v0.2.29
12872025-02-21T12:48:52.139Z Compiling lazy_static v1.5.0
12882025-02-21T12:48:52.185Z Compiling minimal-lexical v0.2.1
12892025-02-21T12:48:52.204Z Compiling clang-sys v1.8.1
12902025-02-21T12:48:52.263Z Compiling serde_json v1.0.135
12912025-02-21T12:48:52.283Z Compiling futures-channel v0.3.31
12922025-02-21T12:48:52.626Z Compiling nom v7.1.3
12932025-02-21T12:48:52.651Z Compiling libloading v0.8.5
12942025-02-21T12:48:52.688Z Compiling home v0.5.9
12952025-02-21T12:48:52.883Z Compiling futures-task v0.3.31
12962025-02-21T12:48:52.899Z Compiling bindgen v0.69.5
12972025-02-21T12:48:53.009Z Compiling pin-utils v0.1.0
12982025-02-21T12:48:53.109Z Compiling futures-io v0.3.31
12992025-02-21T12:48:53.165Z Compiling itertools v0.10.5
13002025-02-21T12:48:53.379Z Compiling rustc-hash v1.1.0
13012025-02-21T12:48:53.550Z Compiling lazycell v1.3.0
13022025-02-21T12:48:53.712Z Compiling allocator-api2 v0.2.18
13032025-02-21T12:48:53.761Z Compiling foldhash v0.1.3
13042025-02-21T12:48:54.066Z Compiling libm v0.2.8
13052025-02-21T12:48:54.416Z Compiling hashbrown v0.15.1
13062025-02-21T12:48:54.455Z Compiling cmake v0.1.51
13072025-02-21T12:48:55.211Z Compiling regex-automata v0.4.8
13082025-02-21T12:48:55.319Z Compiling num-traits v0.2.19
13092025-02-21T12:48:55.620Z Compiling pkg-config v0.3.31
13102025-02-21T12:48:55.641Z Compiling cexpr v0.6.0
13112025-02-21T12:48:55.644Z Compiling dunce v1.0.5
13122025-02-21T12:48:55.795Z Compiling synstructure v0.13.1
13132025-02-21T12:48:56.862Z Compiling fs_extra v1.3.0
13142025-02-21T12:48:57.176Z Compiling litemap v0.7.3
13152025-02-21T12:48:57.225Z Compiling writeable v0.5.5
13162025-02-21T12:48:57.410Z Compiling ring v0.17.8
13172025-02-21T12:48:57.568Z Compiling paste v1.0.15
13182025-02-21T12:48:57.766Z Compiling base64ct v1.6.0
13192025-02-21T12:48:58.330Z Compiling pem-rfc7468 v0.7.0
13202025-02-21T12:48:58.506Z Compiling icu_locid_transform_data v1.5.0
13212025-02-21T12:48:58.617Z Compiling flagset v0.4.6
13222025-02-21T12:48:58.719Z Compiling aws-lc-rs v1.10.0
13232025-02-21T12:48:58.836Z Compiling httparse v1.9.5
13242025-02-21T12:48:59.137Z Compiling tracing-core v0.1.32
13252025-02-21T12:48:59.538Z Compiling percent-encoding v2.3.1
13262025-02-21T12:48:59.767Z Compiling rustls-pki-types v1.10.0
13272025-02-21T12:48:59.848Z Compiling icu_properties_data v1.5.0
13282025-02-21T12:48:59.990Z Compiling crossbeam-utils v0.8.20
13292025-02-21T12:49:00.305Z Compiling regex v1.11.1
13302025-02-21T12:49:00.595Z Compiling mirai-annotations v1.12.0
13312025-02-21T12:49:01.684Z Compiling serde_derive v1.0.217
13322025-02-21T12:49:01.687Z Compiling zeroize_derive v1.4.2
13332025-02-21T12:49:01.687Z Compiling zerocopy-derive v0.7.35
13342025-02-21T12:49:01.687Z Compiling tokio-macros v2.5.0
13352025-02-21T12:49:01.687Z Compiling zerofrom-derive v0.1.4
13362025-02-21T12:49:02.058Z Compiling zeroize v1.8.1
13372025-02-21T12:49:02.226Z Compiling yoke-derive v0.7.4
13382025-02-21T12:49:02.680Z Compiling zerocopy v0.7.35
13392025-02-21T12:49:02.938Z Compiling futures-macro v0.3.31
13402025-02-21T12:49:03.727Z Compiling crypto-common v0.1.6
13412025-02-21T12:49:03.974Z Compiling block-buffer v0.10.4
13422025-02-21T12:49:03.994Z Compiling zerovec-derive v0.10.3
13432025-02-21T12:49:04.250Z Compiling digest v0.10.7
13442025-02-21T12:49:04.475Z Compiling thiserror-impl v1.0.69
13452025-02-21T12:49:04.574Z Compiling zerofrom v0.1.4
13462025-02-21T12:49:04.639Z Compiling futures-util v0.3.31
13472025-02-21T12:49:04.676Z Compiling hmac v0.12.1
13482025-02-21T12:49:04.709Z Compiling displaydoc v0.2.5
13492025-02-21T12:49:04.769Z Compiling yoke v0.7.4
13502025-02-21T12:49:04.938Z Compiling block-padding v0.3.3
13512025-02-21T12:49:05.110Z Compiling sha2 v0.10.8
13522025-02-21T12:49:05.199Z Compiling inout v0.1.3
13532025-02-21T12:49:05.374Z Compiling icu_provider_macros v1.5.0
13542025-02-21T12:49:05.474Z Compiling cipher v0.4.4
13552025-02-21T12:49:06.030Z Compiling ppv-lite86 v0.2.20
13562025-02-21T12:49:06.262Z Compiling der_derive v0.7.3
13572025-02-21T12:49:06.481Z Compiling zerovec v0.10.4
13582025-02-21T12:49:06.483Z Compiling tracing-attributes v0.1.27
13592025-02-21T12:49:06.785Z Compiling rand_chacha v0.3.1
13602025-02-21T12:49:07.376Z Compiling thiserror v1.0.69
13612025-02-21T12:49:07.531Z Compiling pest v2.7.14
13622025-02-21T12:49:08.398Z Compiling tinystr v0.7.6
13632025-02-21T12:49:08.507Z Compiling der v0.7.9
13642025-02-21T12:49:08.686Z Compiling icu_collections v1.5.0
13652025-02-21T12:49:08.775Z Compiling icu_locid v1.5.0
13662025-02-21T12:49:08.996Z Compiling rand v0.8.5
13672025-02-21T12:49:09.748Z Compiling tracing v0.1.40
13682025-02-21T12:49:09.931Z Compiling icu_provider v1.5.0
13692025-02-21T12:49:10.110Z Compiling salsa20 v0.10.2
13702025-02-21T12:49:10.217Z Compiling pbkdf2 v0.12.2
13712025-02-21T12:49:10.348Z Compiling utf16_iter v1.0.5
13722025-02-21T12:49:10.395Z Compiling utf8_iter v1.0.4
13732025-02-21T12:49:10.577Z Compiling spki v0.7.3
13742025-02-21T12:49:10.608Z Compiling write16 v1.0.0
13752025-02-21T12:49:10.672Z Compiling icu_locid_transform v1.5.0
13762025-02-21T12:49:10.771Z Compiling powerfmt v0.2.0
13772025-02-21T12:49:10.801Z Compiling vcpkg v0.2.15
13782025-02-21T12:49:10.922Z Compiling untrusted v0.9.0
13792025-02-21T12:49:10.958Z Compiling num-conv v0.1.0
13802025-02-21T12:49:11.062Z Compiling time-core v0.1.2
13812025-02-21T12:49:11.120Z Compiling icu_normalizer_data v1.5.0
13822025-02-21T12:49:11.154Z Compiling untrusted v0.7.1
13832025-02-21T12:49:11.254Z Compiling deranged v0.3.11
13842025-02-21T12:49:11.257Z Compiling time-macros v0.2.18
13852025-02-21T12:49:11.357Z Compiling scrypt v0.11.0
13862025-02-21T12:49:11.428Z Compiling pest_meta v2.7.14
13872025-02-21T12:49:11.862Z Compiling aes v0.8.4
13882025-02-21T12:49:12.502Z Compiling icu_properties v1.5.1
13892025-02-21T12:49:12.617Z Compiling openssl-sys v0.9.106
13902025-02-21T12:49:12.928Z Compiling cbc v0.1.2
13912025-02-21T12:49:13.171Z Compiling bitflags v2.6.0
13922025-02-21T12:49:13.343Z Compiling bytes v1.9.0
13932025-02-21T12:49:14.185Z Compiling tokio v1.43.0
13942025-02-21T12:49:14.460Z Compiling indexmap v2.7.1
13952025-02-21T12:49:14.525Z Compiling http v1.2.0
13962025-02-21T12:49:14.656Z Compiling semver v1.0.24
13972025-02-21T12:49:15.343Z Compiling rustc_version v0.4.1
13982025-02-21T12:49:15.586Z Compiling scroll_derive v0.12.0
13992025-02-21T12:49:16.042Z Compiling num_threads v0.1.7
14002025-02-21T12:49:16.188Z Compiling icu_normalizer v1.5.0
14012025-02-21T12:49:16.380Z Compiling tinyvec_macros v0.1.1
14022025-02-21T12:49:16.484Z Compiling atomic-waker v1.1.2
14032025-02-21T12:49:16.675Z Compiling tinyvec v1.8.0
14042025-02-21T12:49:16.711Z Compiling time v0.3.36
14052025-02-21T12:49:16.944Z Compiling http-body v1.0.1
14062025-02-21T12:49:16.974Z Compiling scroll v0.12.0
14072025-02-21T12:49:17.091Z Compiling idna_adapter v1.2.0
14082025-02-21T12:49:17.177Z Compiling which v4.4.2
14092025-02-21T12:49:17.328Z Compiling pkcs5 v0.7.1
14102025-02-21T12:49:17.716Z Compiling pest_generator v2.7.14
14112025-02-21T12:49:17.907Z Compiling form_urlencoded v1.2.1
14122025-02-21T12:49:18.072Z Compiling slog v2.7.0
14132025-02-21T12:49:18.199Z Compiling try-lock v0.2.5
14142025-02-21T12:49:18.234Z Compiling goblin v0.8.2
14152025-02-21T12:49:18.368Z Compiling want v0.3.1
14162025-02-21T12:49:18.386Z Compiling pkcs8 v0.10.2
14172025-02-21T12:49:18.642Z Compiling idna v1.0.3
14182025-02-21T12:49:18.645Z Compiling uuid v1.12.0
14192025-02-21T12:49:18.990Z Compiling tower-service v0.3.3
14202025-02-21T12:49:19.141Z Compiling httpdate v1.0.3
14212025-02-21T12:49:19.452Z Compiling pest_derive v2.7.14
14222025-02-21T12:49:19.550Z Compiling iana-time-zone v0.1.61
14232025-02-21T12:49:19.920Z Compiling chrono v0.4.39
14242025-02-21T12:49:20.157Z Compiling serde_tokenstream v0.2.2
14252025-02-21T12:49:20.258Z Compiling dtrace-parser v0.2.0
14262025-02-21T12:49:20.753Z Compiling serde_spanned v0.6.8
14272025-02-21T12:49:20.914Z Compiling toml_datetime v0.6.8
14282025-02-21T12:49:21.017Z Compiling base64 v0.22.1
14292025-02-21T12:49:21.195Z Compiling rustversion v1.0.17
14302025-02-21T12:49:21.375Z Compiling foreign-types-shared v0.1.1
14312025-02-21T12:49:21.506Z Compiling adler2 v2.0.0
14322025-02-21T12:49:21.709Z Compiling openssl v0.10.71
14332025-02-21T12:49:21.731Z Compiling match_cfg v0.1.0
14342025-02-21T12:49:21.836Z Compiling hostname v0.3.1
14352025-02-21T12:49:21.949Z Compiling miniz_oxide v0.8.0
14362025-02-21T12:49:22.054Z Compiling foreign-types v0.3.2
14372025-02-21T12:49:22.076Z Compiling tokio-util v0.7.12
14382025-02-21T12:49:22.169Z Compiling url v2.5.3
14392025-02-21T12:49:23.117Z Compiling h2 v0.4.6
14402025-02-21T12:49:23.232Z Compiling async-trait v0.1.86
14412025-02-21T12:49:23.349Z Compiling openssl-macros v0.1.1
14422025-02-21T12:49:23.416Z Compiling serde_derive_internals v0.29.1
14432025-02-21T12:49:23.894Z Compiling dirs-sys-next v0.1.2
14442025-02-21T12:49:24.099Z Compiling dof v0.3.0
14452025-02-21T12:49:24.434Z Compiling syn v1.0.109
14462025-02-21T12:49:25.033Z Compiling usdt-impl v0.5.0
14472025-02-21T12:49:25.591Z Compiling rustls v0.22.4
14482025-02-21T12:49:25.682Z Compiling data-encoding v2.6.0
14492025-02-21T12:49:25.823Z Compiling rustls v0.23.19
14502025-02-21T12:49:25.881Z Compiling schemars v0.8.21
14512025-02-21T12:49:26.134Z Compiling native-tls v0.2.12
14522025-02-21T12:49:26.244Z Compiling siphasher v0.3.11
14532025-02-21T12:49:26.449Z Compiling schemars_derive v0.8.21
14542025-02-21T12:49:26.593Z Compiling dirs-next v2.0.0
14552025-02-21T12:49:27.103Z Compiling unicode-normalization v0.1.24
14562025-02-21T12:49:27.238Z Compiling http-body-util v0.1.2
14572025-02-21T12:49:27.552Z Compiling crossbeam-epoch v0.9.18
14582025-02-21T12:49:27.716Z Compiling heapless v0.7.17
14592025-02-21T12:49:28.053Z Compiling sha1 v0.10.6
14602025-02-21T12:49:28.157Z Compiling signature v2.2.0
14612025-02-21T12:49:28.175Z Compiling bzip2-sys v0.1.11+1.0.8
14622025-02-21T12:49:28.178Z Compiling thread_local v1.1.8
14632025-02-21T12:49:28.453Z Compiling cookie v0.18.1
14642025-02-21T12:49:28.453Z Compiling encoding_rs v0.8.34
14652025-02-21T12:49:28.642Z Compiling multer v3.1.0
14662025-02-21T12:49:28.691Z Compiling ipnet v2.10.1
14672025-02-21T12:49:28.763Z Compiling gimli v0.31.1
14682025-02-21T12:49:28.950Z Compiling slog-async v2.8.0
14692025-02-21T12:49:29.307Z Compiling unicode-properties v0.1.3
14702025-02-21T12:49:29.453Z Compiling rayon-core v1.12.1
14712025-02-21T12:49:29.701Z Compiling dyn-clone v1.0.18
14722025-02-21T12:49:29.723Z Compiling signal-hook v0.3.17
14732025-02-21T12:49:29.761Z Compiling unicode-bidi v0.3.17
14742025-02-21T12:49:29.906Z Compiling openssl-probe v0.1.5
14752025-02-21T12:49:30.004Z Compiling mime v0.3.17
14762025-02-21T12:49:30.201Z Compiling hyper v1.5.2
14772025-02-21T12:49:30.588Z Compiling stringprep v0.1.5
14782025-02-21T12:49:31.898Z Compiling toml_edit v0.22.22
14792025-02-21T12:49:33.005Z Compiling hyper-util v0.1.10
14802025-02-21T12:49:33.061Z Compiling addr2line v0.24.2
14812025-02-21T12:49:33.765Z Compiling crossbeam-deque v0.8.5
14822025-02-21T12:49:33.809Z Compiling usdt-macro v0.5.0
14832025-02-21T12:49:34.070Z Compiling usdt-attr-macro v0.5.0
14842025-02-21T12:49:34.276Z Compiling term v0.7.0
14852025-02-21T12:49:34.920Z Compiling slog-json v2.6.1
14862025-02-21T12:49:35.189Z Compiling serde_urlencoded v0.7.1
14872025-02-21T12:49:35.267Z Compiling crossbeam-channel v0.5.13
14882025-02-21T12:49:35.479Z Compiling curve25519-dalek v4.1.3
14892025-02-21T12:49:35.530Z Compiling enum-as-inner v0.6.1
14902025-02-21T12:49:35.698Z Compiling futures-executor v0.3.31
14912025-02-21T12:49:35.854Z Compiling md-5 v0.10.6
14922025-02-21T12:49:36.142Z Compiling async-stream-impl v0.3.6
14932025-02-21T12:49:36.185Z Compiling rustls-pemfile v2.2.0
14942025-02-21T12:49:36.200Z Compiling num-integer v0.1.46
14952025-02-21T12:49:36.228Z Compiling hash32 v0.2.1
14962025-02-21T12:49:36.517Z Compiling ff v0.13.0
14972025-02-21T12:49:36.564Z Compiling is-terminal v0.4.13
14982025-02-21T12:49:36.593Z Compiling object v0.36.5
14992025-02-21T12:49:36.708Z Compiling memoffset v0.9.1
15002025-02-21T12:49:36.753Z Compiling dropshot v0.12.0
15012025-02-21T12:49:36.894Z Compiling rustc-demangle v0.1.24
15022025-02-21T12:49:37.024Z Compiling num-bigint-dig v0.8.4
15032025-02-21T12:49:37.068Z Compiling smoltcp v0.9.1
15042025-02-21T12:49:37.345Z Compiling linked-hash-map v0.5.6
15052025-02-21T12:49:37.348Z Compiling take_mut v0.2.2
15062025-02-21T12:49:37.722Z Compiling base16ct v0.2.0
15072025-02-21T12:49:37.737Z Compiling portable-atomic v1.9.0
15082025-02-21T12:49:37.737Z Compiling psl-types v2.0.11
15092025-02-21T12:49:37.763Z Compiling fallible-iterator v0.2.0
15102025-02-21T12:49:37.837Z Compiling quick-error v1.2.3
15112025-02-21T12:49:37.896Z Compiling anyhow v1.0.96
15122025-02-21T12:49:38.003Z Compiling utf-8 v0.7.6
15132025-02-21T12:49:38.317Z Compiling litrs v0.4.1
15142025-02-21T12:49:38.435Z Compiling cfg_aliases v0.2.1
15152025-02-21T12:49:38.538Z Compiling nix v0.29.0
15162025-02-21T12:49:38.701Z Compiling postgres-protocol v0.6.7
15172025-02-21T12:49:38.895Z Compiling tungstenite v0.24.0
15182025-02-21T12:49:38.940Z Compiling resolv-conf v0.7.0
15192025-02-21T12:49:39.346Z Compiling document-features v0.2.10
15202025-02-21T12:49:39.407Z Compiling publicsuffix v2.3.0
15212025-02-21T12:49:39.617Z Compiling sec1 v0.7.3
15222025-02-21T12:49:39.718Z Compiling lru-cache v0.1.2
15232025-02-21T12:49:39.949Z Compiling async-stream v0.3.6
15242025-02-21T12:49:40.241Z Compiling group v0.13.0
15252025-02-21T12:49:40.341Z Compiling num-iter v0.1.45
15262025-02-21T12:49:40.472Z Compiling slog-term v2.9.1
15272025-02-21T12:49:40.559Z Compiling hickory-proto v0.24.3
15282025-02-21T12:49:40.612Z Compiling usdt v0.5.0
15292025-02-21T12:49:41.022Z Compiling futures v0.3.31
15302025-02-21T12:49:41.080Z Compiling toml v0.8.19
15312025-02-21T12:49:41.145Z Compiling slog-bunyan v2.5.0
15322025-02-21T12:49:41.597Z Compiling tokio-native-tls v0.3.1
15332025-02-21T12:49:42.863Z Compiling camino v1.1.9
15342025-02-21T12:49:42.866Z Compiling phf_shared v0.11.2
15352025-02-21T12:49:43.002Z Compiling dropshot_endpoint v0.12.0
15362025-02-21T12:49:43.238Z Compiling backtrace v0.3.74
15372025-02-21T12:49:43.375Z Compiling terminal_size v0.4.0
15382025-02-21T12:49:43.601Z Compiling waitgroup v0.1.2
15392025-02-21T12:49:43.711Z Compiling openapiv3 v2.0.0
15402025-02-21T12:49:43.756Z Compiling serde_path_to_error v0.1.16
15412025-02-21T12:49:43.821Z Compiling hkdf v0.12.4
15422025-02-21T12:49:44.091Z Compiling crypto-bigint v0.5.5
15432025-02-21T12:49:44.496Z Compiling zerocopy-derive v0.6.6
15442025-02-21T12:49:46.058Z Compiling curve25519-dalek-derive v0.1.1
15452025-02-21T12:49:46.200Z Compiling hubpack_derive v0.1.1
15462025-02-21T12:49:46.396Z Compiling webpki-roots v0.26.6
15472025-02-21T12:49:46.625Z Compiling sync_wrapper v1.0.1
15482025-02-21T12:49:46.787Z Compiling hostname v0.4.0
15492025-02-21T12:49:47.014Z Compiling crc32fast v1.4.2
15502025-02-21T12:49:47.033Z Compiling fs-err v2.11.0
15512025-02-21T12:49:47.092Z Compiling ahash v0.8.11
15522025-02-21T12:49:47.334Z Compiling debug-ignore v1.0.5
15532025-02-21T12:49:47.355Z Compiling winnow v0.5.40
15542025-02-21T12:49:47.413Z Compiling bitflags v1.3.2
15552025-02-21T12:49:47.453Z Compiling newtype-uuid v1.2.1
15562025-02-21T12:49:47.499Z Compiling managed v0.8.0
15572025-02-21T12:49:47.518Z Compiling unicode-width v0.2.0
15582025-02-21T12:49:47.688Z Compiling tower-layer v0.3.3
15592025-02-21T12:49:47.772Z Compiling clap_builder v4.5.30
15602025-02-21T12:49:47.954Z Compiling console v0.15.10
15612025-02-21T12:49:48.011Z Compiling tower v0.5.2
15622025-02-21T12:49:48.856Z Compiling strum_macros v0.25.3
15632025-02-21T12:49:49.580Z Compiling flate2 v1.0.35
15642025-02-21T12:49:49.805Z Compiling hubpack v0.1.2
15652025-02-21T12:49:49.968Z Compiling elliptic-curve v0.13.8
15662025-02-21T12:49:50.235Z Compiling zerocopy v0.6.6
15672025-02-21T12:49:50.436Z Compiling hickory-resolver v0.24.3
15682025-02-21T12:49:50.763Z Compiling toml_edit v0.19.15
15692025-02-21T12:49:51.061Z Compiling phf v0.11.2
15702025-02-21T12:49:51.365Z Compiling signal-hook-mio v0.2.4
15712025-02-21T12:49:51.542Z Compiling cookie_store v0.21.1
15722025-02-21T12:49:51.585Z Compiling rayon v1.10.0
15732025-02-21T12:49:52.475Z Compiling hyper-tls v0.6.0
15742025-02-21T12:49:52.881Z Compiling bzip2 v0.4.4
15752025-02-21T12:49:53.371Z Compiling tokio-tungstenite v0.24.0
15762025-02-21T12:49:53.912Z Compiling postgres-types v0.2.8
15772025-02-21T12:49:55.514Z Compiling ed25519 v2.2.3
15782025-02-21T12:49:55.841Z Compiling phf_shared v0.10.0
15792025-02-21T12:49:56.020Z Compiling tokio-stream v0.1.16
15802025-02-21T12:49:56.214Z Compiling pkcs1 v0.7.5
15812025-02-21T12:49:56.455Z Compiling serde-big-array v0.5.1
15822025-02-21T12:49:56.697Z Compiling clap_derive v4.5.28
15832025-02-21T12:49:56.939Z Compiling rfc6979 v0.4.0
15842025-02-21T12:49:57.114Z Compiling derive-where v1.2.7
15852025-02-21T12:49:57.140Z Compiling serde_repr v0.1.19
15862025-02-21T12:49:57.279Z Compiling bstr v1.10.0
15872025-02-21T12:49:57.321Z Compiling float-cmp v0.10.0
15882025-02-21T12:49:57.472Z Compiling bit-vec v0.6.3
15892025-02-21T12:49:57.568Z Compiling difflib v0.4.0
15902025-02-21T12:49:57.868Z Compiling fixedbitset v0.4.2
15912025-02-21T12:49:58.233Z Compiling new_debug_unreachable v1.0.6
15922025-02-21T12:49:58.322Z Compiling normalize-line-endings v0.3.0
15932025-02-21T12:49:58.343Z Compiling predicates-core v1.0.8
15942025-02-21T12:49:58.469Z Compiling unicode-segmentation v1.12.0
15952025-02-21T12:49:58.683Z Compiling number_prefix v0.4.0
15962025-02-21T12:49:58.785Z Compiling whoami v1.5.2
15972025-02-21T12:49:58.862Z Compiling precomputed-hash v0.1.1
15982025-02-21T12:49:58.920Z Compiling static_assertions v1.1.0
15992025-02-21T12:49:58.997Z Compiling string_cache v0.8.7
16002025-02-21T12:49:59.034Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
16012025-02-21T12:49:59.325Z Compiling similar v2.6.0
16022025-02-21T12:49:59.348Z Compiling tokio-postgres v0.7.12
16032025-02-21T12:49:59.409Z Compiling indicatif v0.17.11
16042025-02-21T12:50:00.191Z Compiling predicates v3.1.3
16052025-02-21T12:50:01.143Z Compiling clap v4.5.30
16062025-02-21T12:50:01.272Z Compiling petgraph v0.6.5
16072025-02-21T12:50:01.385Z Compiling bit-set v0.5.3
16082025-02-21T12:50:01.430Z Compiling ecdsa v0.16.9
16092025-02-21T12:50:01.676Z Compiling rsa v0.9.6
16102025-02-21T12:50:01.696Z Compiling ed25519-dalek v2.1.1
16112025-02-21T12:50:02.959Z Compiling toml v0.7.8
16122025-02-21T12:50:04.248Z Compiling zip v0.6.6
16132025-02-21T12:50:04.361Z Compiling crossterm v0.28.1
16142025-02-21T12:50:05.499Z Compiling hex v0.4.3
16152025-02-21T12:50:05.529Z Compiling x509-cert v0.2.5
16162025-02-21T12:50:05.662Z Compiling lalrpop-util v0.19.12
16172025-02-21T12:50:05.685Z Compiling peg-runtime v0.8.3
16182025-02-21T12:50:06.008Z Compiling unicode-xid v0.2.6
16192025-02-21T12:50:06.106Z Compiling strum_macros v0.26.4
16202025-02-21T12:50:06.195Z Compiling xattr v1.3.1
16212025-02-21T12:50:06.247Z Compiling filetime v0.2.25
16222025-02-21T12:50:06.467Z Compiling tar v0.4.42
16232025-02-21T12:50:10.606Z Compiling strum v0.26.3
16242025-02-21T12:50:13.670Z Compiling aws-lc-sys v0.22.0
16252025-02-21T12:50:40.890Z Compiling rustls-webpki v0.102.8
16262025-02-21T12:50:44.014Z Compiling tokio-rustls v0.25.0
16272025-02-21T12:50:45.829Z Compiling tokio-rustls v0.26.0
16282025-02-21T12:50:46.107Z Compiling hyper-rustls v0.27.3
16292025-02-21T12:50:46.545Z Compiling reqwest v0.12.12
16302025-02-21T12:50:47.566Z Compiling qorb v0.2.1
16312025-02-21T12:50:50.572Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16322025-02-21T12:50:50.831Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16332025-02-21T12:50:55.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
16342025-02-21T12:50:55.315Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16352025-02-21T12:50:55.360ZFeb 21 12:50:54.423 INFO Starting download, target: Cockroach
16362025-02-21T12:50:55.360ZFeb 21 12:50:54.423 INFO Starting download, target: Console
16372025-02-21T12:50:55.363ZFeb 21 12:50:54.423 INFO Starting download, target: Clickhouse
16382025-02-21T12:50:55.363ZFeb 21 12:50:54.423 INFO Starting download, target: DendriteOpenapi
16392025-02-21T12:50:55.363ZFeb 21 12:50:54.423 INFO Starting download, target: DendriteStub
16402025-02-21T12:50:55.363ZFeb 21 12:50:54.423 INFO Starting download, target: MaghemiteMgd
16412025-02-21T12:50:55.363ZFeb 21 12:50:54.423 INFO Starting download, target: TransceiverControl
16422025-02-21T12:50:55.363ZFeb 21 12:50:54.424 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16432025-02-21T12:50:55.363ZFeb 21 12:50:54.424 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16442025-02-21T12:50:55.363ZFeb 21 12:50:54.424 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16452025-02-21T12:50:55.363ZFeb 21 12:50:54.424 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16462025-02-21T12:50:55.363ZFeb 21 12:50:54.424 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16472025-02-21T12:50:55.363ZFeb 21 12:50:54.424 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16482025-02-21T12:50:55.363ZFeb 21 12:50:54.424 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16492025-02-21T12:50:55.518ZFeb 21 12:50:54.576 INFO Download complete, target: DendriteOpenapi
16502025-02-21T12:50:55.718ZFeb 21 12:50:54.758 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16512025-02-21T12:50:55.878ZFeb 21 12:50:54.922 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16522025-02-21T12:50:56.153ZFeb 21 12:50:55.206 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16532025-02-21T12:50:56.223ZFeb 21 12:50:55.277 INFO Download complete, target: TransceiverControl
16542025-02-21T12:50:56.269ZFeb 21 12:50:55.312 INFO Download complete, target: Console
16552025-02-21T12:50:56.414ZFeb 21 12:50:55.474 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16562025-02-21T12:50:56.914ZFeb 21 12:50:55.976 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16572025-02-21T12:50:56.914ZFeb 21 12:50:55.976 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16582025-02-21T12:50:57.255ZFeb 21 12:50:56.317 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16592025-02-21T12:50:59.123ZFeb 21 12:50:58.185 INFO Download complete, target: MaghemiteMgd
16602025-02-21T12:50:59.178ZFeb 21 12:50:58.241 INFO Download complete, target: DendriteStub
16612025-02-21T12:51:04.181ZFeb 21 12:51:03.244 INFO Checking that binary works, target: Cockroach
16622025-02-21T12:51:04.456ZFeb 21 12:51:03.519 INFO Download complete, target: Cockroach
16632025-02-21T12:51:09.564ZFeb 21 12:51:08.625 INFO Checking that binary works, target: Clickhouse
16642025-02-21T12:51:09.680ZFeb 21 12:51:08.742 INFO Download complete, target: Clickhouse
16652025-02-21T12:51:09.688ZAll prerequisites installed successfully
16662025-02-21T12:51:09.690Z
16672025-02-21T12:51:09.690Zreal 5:34.485341039
16682025-02-21T12:51:09.691Zuser 15:14.153991810
16692025-02-21T12:51:09.691Zsys 1:59.627521054
16702025-02-21T12:51:09.691Ztrap 0.522607176
16712025-02-21T12:51:09.691Ztflt 1.033256225
16722025-02-21T12:51:09.691Zdflt 1.350751813
16732025-02-21T12:51:09.691Zkflt 0.028858154
16742025-02-21T12:51:09.691Zlock 26:13.733850445
16752025-02-21T12:51:09.691Zslp 55:29.998523165
16762025-02-21T12:51:09.691Zlat 57.238588978
16772025-02-21T12:51:09.691Zstop 2:16.000411042
16782025-02-21T12:51:09.691Z+ source ./tools/include/force-git-over-https.sh
16792025-02-21T12:51:09.691Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16802025-02-21T12:51:09.691Z++ (( i = 0 ))
16812025-02-21T12:51:09.691Z++ (( i < 5 ))
16822025-02-21T12:51:09.691Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16832025-02-21T12:51:09.695Z++ (( i++ ))
16842025-02-21T12:51:09.695Z++ (( i < 5 ))
16852025-02-21T12:51:09.695Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16862025-02-21T12:51:09.697Z++ (( i++ ))
16872025-02-21T12:51:09.697Z++ (( i < 5 ))
16882025-02-21T12:51:09.697Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16892025-02-21T12:51:09.700Z++ (( i++ ))
16902025-02-21T12:51:09.700Z++ (( i < 5 ))
16912025-02-21T12:51:09.700Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16922025-02-21T12:51:09.703Z++ (( i++ ))
16932025-02-21T12:51:09.703Z++ (( i < 5 ))
16942025-02-21T12:51:09.703Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16952025-02-21T12:51:09.706Z++ (( i++ ))
16962025-02-21T12:51:09.706Z++ (( i < 5 ))
16972025-02-21T12:51:09.706Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16982025-02-21T12:51:09.706Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16992025-02-21T12:51:09.706Z+ rc=0
17002025-02-21T12:51:09.706Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17012025-02-21T12:51:42.678Z+ case $rc in
17022025-02-21T12:51:42.678Z+ pfexec zfs create -p rpool/images/build/host
17032025-02-21T12:51:42.930Z+ pfexec zfs create -p rpool/images/build/recovery
17042025-02-21T12:51:43.010Z+ cargo xtask releng --output-dir /work
17052025-02-21T12:51:43.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17062025-02-21T12:51:43.555Z Running `target/debug/xtask releng --output-dir /work`
17072025-02-21T12:51:44.452Z Compiling proc-macro2 v1.0.92
17082025-02-21T12:51:44.452Z Compiling unicode-ident v1.0.14
17092025-02-21T12:51:44.455Z Compiling libc v0.2.169
17102025-02-21T12:51:44.455Z Compiling serde v1.0.217
17112025-02-21T12:51:44.455Z Compiling autocfg v1.4.0
17122025-02-21T12:51:44.455Z Compiling version_check v0.9.5
17132025-02-21T12:51:44.455Z Compiling cfg-if v1.0.0
17142025-02-21T12:51:44.810Z Compiling memchr v2.7.4
17152025-02-21T12:51:44.869Z Compiling typenum v1.17.0
17162025-02-21T12:51:44.916Z Compiling shlex v1.3.0
17172025-02-21T12:51:45.279Z Compiling generic-array v0.14.7
17182025-02-21T12:51:45.300Z Compiling lock_api v0.4.12
17192025-02-21T12:51:45.367Z Compiling value-bag v1.9.0
17202025-02-21T12:51:45.636Z Compiling scopeguard v1.2.0
17212025-02-21T12:51:45.827Z Compiling log v0.4.22
17222025-02-21T12:51:45.907Z Compiling parking_lot_core v0.9.10
17232025-02-21T12:51:46.084Z Compiling rustix v0.38.37
17242025-02-21T12:51:46.280Z Compiling serde_json v1.0.135
17252025-02-21T12:51:46.330Z Compiling libm v0.2.8
17262025-02-21T12:51:46.527Z Compiling quote v1.0.38
17272025-02-21T12:51:46.557Z Compiling jobserver v0.1.32
17282025-02-21T12:51:46.636Z Compiling getrandom v0.2.15
17292025-02-21T12:51:46.710Z Compiling num-traits v0.2.19
17302025-02-21T12:51:46.885Z Compiling once_cell v1.20.3
17312025-02-21T12:51:46.981Z Compiling syn v2.0.96
17322025-02-21T12:51:47.001Z Compiling cc v1.1.30
17332025-02-21T12:51:47.004Z Compiling slab v0.4.9
17342025-02-21T12:51:47.081Z Compiling thiserror v1.0.69
17352025-02-21T12:51:47.241Z Compiling itoa v1.0.11
17362025-02-21T12:51:47.269Z Compiling aho-corasick v1.1.3
17372025-02-21T12:51:47.368Z Compiling regex-syntax v0.8.5
17382025-02-21T12:51:47.488Z Compiling spin v0.9.8
17392025-02-21T12:51:47.925Z Compiling errno v0.3.9
17402025-02-21T12:51:48.263Z Compiling byteorder v1.5.0
17412025-02-21T12:51:48.670Z Compiling either v1.13.0
17422025-02-21T12:51:48.747Z Compiling glob v0.3.2
17432025-02-21T12:51:48.859Z Compiling rand_core v0.6.4
17442025-02-21T12:51:49.139Z Compiling subtle v2.6.1
17452025-02-21T12:51:49.351Z Compiling prettyplease v0.2.29
17462025-02-21T12:51:49.530Z Compiling clang-sys v1.8.1
17472025-02-21T12:51:49.553Z Compiling lazy_static v1.5.0
17482025-02-21T12:51:49.608Z Compiling minimal-lexical v0.2.1
17492025-02-21T12:51:49.974Z Compiling libloading v0.8.5
17502025-02-21T12:51:50.105Z Compiling nom v7.1.3
17512025-02-21T12:51:50.124Z Compiling home v0.5.9
17522025-02-21T12:51:50.170Z Compiling bindgen v0.69.5
17532025-02-21T12:51:50.272Z Compiling smallvec v1.13.2
17542025-02-21T12:51:50.729Z Compiling itertools v0.10.5
17552025-02-21T12:51:51.069Z Compiling regex-automata v0.4.8
17562025-02-21T12:51:51.174Z Compiling lazycell v1.3.0
17572025-02-21T12:51:51.359Z Compiling rustc-hash v1.1.0
17582025-02-21T12:51:51.637Z Compiling cmake v0.1.51
17592025-02-21T12:51:52.504Z Compiling dunce v1.0.5
17602025-02-21T12:51:52.661Z Compiling pkg-config v0.3.31
17612025-02-21T12:51:53.191Z Compiling fs_extra v1.3.0
17622025-02-21T12:51:53.261Z Compiling semver v1.0.24
17632025-02-21T12:51:53.341Z Compiling cexpr v0.6.0
17642025-02-21T12:51:53.566Z Compiling ring v0.17.8
17652025-02-21T12:51:53.709Z Compiling paste v1.0.15
17662025-02-21T12:51:53.835Z Compiling ryu v1.0.18
17672025-02-21T12:51:54.106Z Compiling heck v0.5.0
17682025-02-21T12:51:54.567Z Compiling synstructure v0.13.1
17692025-02-21T12:51:54.641Z Compiling pin-project-lite v0.2.14
17702025-02-21T12:51:54.798Z Compiling aws-lc-rs v1.10.0
17712025-02-21T12:51:54.928Z Compiling httparse v1.9.5
17722025-02-21T12:51:55.314Z Compiling const-oid v0.9.6
17732025-02-21T12:51:55.714Z Compiling allocator-api2 v0.2.18
17742025-02-21T12:51:55.826Z Compiling futures-core v0.3.31
17752025-02-21T12:51:56.490Z Compiling signal-hook-registry v1.4.2
17762025-02-21T12:51:57.003Z Compiling regex v1.11.1
17772025-02-21T12:51:57.474Z Compiling parking_lot v0.12.3
17782025-02-21T12:51:57.953Z Compiling mio v1.0.2
17792025-02-21T12:51:58.156Z Compiling time-core v0.1.2
17802025-02-21T12:51:58.193Z Compiling num-conv v0.1.0
17812025-02-21T12:51:58.365Z Compiling vcpkg v0.2.15
17822025-02-21T12:51:58.562Z Compiling time-macros v0.2.18
17832025-02-21T12:51:58.666Z Compiling serde_derive v1.0.217
17842025-02-21T12:51:59.491Z Compiling zeroize_derive v1.4.2
17852025-02-21T12:51:59.574Z Compiling zerocopy-derive v0.7.35
17862025-02-21T12:51:59.659Z Compiling tokio-macros v2.5.0
17872025-02-21T12:51:59.686Z Compiling thiserror-impl v1.0.69
17882025-02-21T12:51:59.878Z Compiling zerofrom-derive v0.1.4
17892025-02-21T12:52:00.748Z Compiling yoke-derive v0.7.4
17902025-02-21T12:52:00.876Z Compiling zeroize v1.8.1
17912025-02-21T12:52:01.392Z Compiling futures-macro v0.3.31
17922025-02-21T12:52:01.572Z Compiling zerovec-derive v0.10.3
17932025-02-21T12:52:01.615Z Compiling displaydoc v0.2.5
17942025-02-21T12:52:02.537Z Compiling zerocopy v0.7.35
17952025-02-21T12:52:03.073Z Compiling icu_provider_macros v1.5.0
17962025-02-21T12:52:03.093Z Compiling crypto-common v0.1.6
17972025-02-21T12:52:03.427Z Compiling tracing-attributes v0.1.27
17982025-02-21T12:52:03.430Z Compiling block-buffer v0.10.4
17992025-02-21T12:52:03.750Z Compiling digest v0.10.7
18002025-02-21T12:52:04.017Z Compiling der_derive v0.7.3
18012025-02-21T12:52:04.180Z Compiling schemars v0.8.21
18022025-02-21T12:52:04.201Z Compiling crossbeam-utils v0.8.20
18032025-02-21T12:52:04.582Z Compiling openssl-sys v0.9.106
18042025-02-21T12:52:04.726Z Compiling serde_derive_internals v0.29.1
18052025-02-21T12:52:04.962Z Compiling socket2 v0.5.7
18062025-02-21T12:52:06.664Z Compiling schemars_derive v0.8.21
18072025-02-21T12:52:06.717Z Compiling futures-sink v0.3.31
18082025-02-21T12:52:06.767Z Compiling fnv v1.0.7
18092025-02-21T12:52:07.952Z Compiling ahash v0.8.11
18102025-02-21T12:52:08.274Z Compiling stable_deref_trait v1.2.0
18112025-02-21T12:52:08.631Z Compiling equivalent v1.0.1
18122025-02-21T12:52:08.657Z Compiling cpufeatures v0.2.14
18132025-02-21T12:52:08.921Z Compiling foldhash v0.1.3
18142025-02-21T12:52:09.228Z Compiling hashbrown v0.15.1
18152025-02-21T12:52:09.444Z Compiling slog v2.7.0
18162025-02-21T12:52:09.539Z Compiling futures-channel v0.3.31
18172025-02-21T12:52:09.773Z Compiling zerofrom v0.1.4
18182025-02-21T12:52:10.001Z Compiling futures-io v0.3.31
18192025-02-21T12:52:10.058Z Compiling futures-task v0.3.31
18202025-02-21T12:52:10.060Z Compiling pin-utils v0.1.0
18212025-02-21T12:52:10.310Z Compiling futures-util v0.3.31
18222025-02-21T12:52:10.396Z Compiling yoke v0.7.4
18232025-02-21T12:52:10.622Z Compiling openssl v0.10.71
18242025-02-21T12:52:10.817Z Compiling zerovec v0.10.4
18252025-02-21T12:52:11.113Z Compiling bitflags v2.6.0
18262025-02-21T12:52:11.154Z Compiling bytes v1.9.0
18272025-02-21T12:52:11.329Z Compiling serde_tokenstream v0.2.2
18282025-02-21T12:52:12.308Z Compiling tokio v1.43.0
18292025-02-21T12:52:13.972Z Compiling indexmap v2.7.1
18302025-02-21T12:52:14.248Z Compiling http v1.2.0
18312025-02-21T12:52:15.627Z Compiling which v4.4.2
18322025-02-21T12:52:15.871Z Compiling scroll_derive v0.12.0
18332025-02-21T12:52:16.447Z Compiling ucd-trie v0.1.7
18342025-02-21T12:52:17.238Z Compiling pest v2.7.14
18352025-02-21T12:52:17.320Z Compiling rustc_version v0.4.1
18362025-02-21T12:52:19.350Z Compiling uuid v1.12.0
18372025-02-21T12:52:20.165Z Compiling hmac v0.12.1
18382025-02-21T12:52:20.287Z Compiling openssl-macros v0.1.1
18392025-02-21T12:52:20.468Z Compiling rustls v0.23.19
18402025-02-21T12:52:20.527Z Compiling native-tls v0.2.12
18412025-02-21T12:52:21.032Z Compiling iana-time-zone v0.1.61
18422025-02-21T12:52:21.063Z Compiling pest_meta v2.7.14
18432025-02-21T12:52:21.124Z Compiling tinystr v0.7.6
18442025-02-21T12:52:21.469Z Compiling chrono v0.4.39
18452025-02-21T12:52:21.640Z Compiling block-padding v0.3.3
18462025-02-21T12:52:21.907Z Compiling writeable v0.5.5
18472025-02-21T12:52:21.951Z Compiling litemap v0.7.3
18482025-02-21T12:52:22.600Z Compiling pest_generator v2.7.14
18492025-02-21T12:52:22.858Z Compiling icu_locid v1.5.0
18502025-02-21T12:52:23.264Z Compiling inout v0.1.3
18512025-02-21T12:52:24.399Z Compiling cookie v0.18.1
18522025-02-21T12:52:25.548Z Compiling pest_derive v2.7.14
18532025-02-21T12:52:25.696Z Compiling icu_provider v1.5.0
18542025-02-21T12:52:26.381Z Compiling cipher v0.4.4
18552025-02-21T12:52:26.918Z Compiling sha2 v0.10.8
18562025-02-21T12:52:27.723Z Compiling async-trait v0.1.86
18572025-02-21T12:52:27.872Z Compiling tracing-core v0.1.32
18582025-02-21T12:52:28.045Z Compiling usdt-impl v0.5.0
18592025-02-21T12:52:28.531Z Compiling rustls-pki-types v1.10.0
18602025-02-21T12:52:29.129Z Compiling aws-lc-sys v0.22.0
18612025-02-21T12:52:30.186Z Compiling percent-encoding v2.3.1
18622025-02-21T12:52:30.279Z Compiling base64ct v1.6.0
18632025-02-21T12:52:30.515Z Compiling icu_locid_transform_data v1.5.0
18642025-02-21T12:52:30.655Z Compiling dyn-clone v1.0.18
18652025-02-21T12:52:30.746Z Compiling icu_locid_transform v1.5.0
18662025-02-21T12:52:30.924Z Compiling tracing v0.1.40
18672025-02-21T12:52:30.962Z Compiling pem-rfc7468 v0.7.0
18682025-02-21T12:52:32.815Z Compiling tokio-util v0.7.12
18692025-02-21T12:52:33.710Z Compiling scroll v0.12.0
18702025-02-21T12:52:34.085Z Compiling icu_collections v1.5.0
18712025-02-21T12:52:35.407Z Compiling ppv-lite86 v0.2.20
18722025-02-21T12:52:36.147Z Compiling untrusted v0.7.1
18732025-02-21T12:52:36.348Z Compiling icu_properties_data v1.5.0
18742025-02-21T12:52:36.367Z Compiling mirai-annotations v1.12.0
18752025-02-21T12:52:36.552Z Compiling untrusted v0.9.0
18762025-02-21T12:52:36.621Z Compiling camino v1.1.9
18772025-02-21T12:52:36.784Z Compiling flagset v0.4.6
18782025-02-21T12:52:36.936Z Compiling plain v0.2.3
18792025-02-21T12:52:37.026Z Compiling syn v1.0.109
18802025-02-21T12:52:37.123Z Compiling powerfmt v0.2.0
18812025-02-21T12:52:37.188Z Compiling goblin v0.8.2
18822025-02-21T12:52:37.583Z Compiling deranged v0.3.11
18832025-02-21T12:52:37.612Z Compiling der v0.7.9
18842025-02-21T12:52:40.491Z Compiling icu_properties v1.5.1
18852025-02-21T12:52:41.354Z Compiling rand_chacha v0.3.1
18862025-02-21T12:52:43.099Z Compiling utf16_iter v1.0.5
18872025-02-21T12:52:43.424Z Compiling pretty-hex v0.4.1
18882025-02-21T12:52:43.536Z Compiling num_threads v0.1.7
18892025-02-21T12:52:43.707Z Compiling atomic-waker v1.1.2
18902025-02-21T12:52:43.739Z Compiling rustls v0.22.4
18912025-02-21T12:52:44.118Z Compiling litrs v0.4.1
18922025-02-21T12:52:44.582Z Compiling rayon-core v1.12.1
18932025-02-21T12:52:45.003Z Compiling utf8_iter v1.0.4
18942025-02-21T12:52:45.284Z Compiling icu_normalizer_data v1.5.0
18952025-02-21T12:52:45.599Z Compiling write16 v1.0.0
18962025-02-21T12:52:45.797Z Compiling icu_normalizer v1.5.0
18972025-02-21T12:52:46.093Z Compiling time v0.3.36
18982025-02-21T12:52:46.401Z Compiling document-features v0.2.10
18992025-02-21T12:52:46.799Z Compiling dof v0.3.0
19002025-02-21T12:52:47.708Z Compiling rand v0.8.5
19012025-02-21T12:52:48.348Z Compiling spki v0.7.3
19022025-02-21T12:52:48.882Z Compiling form_urlencoded v1.2.1
19032025-02-21T12:52:49.525Z Compiling salsa20 v0.10.2
19042025-02-21T12:52:49.703Z Compiling dtrace-parser v0.2.0
19052025-02-21T12:52:50.793Z Compiling pbkdf2 v0.12.2
19062025-02-21T12:52:50.993Z Compiling http-body v1.0.1
19072025-02-21T12:52:51.332Z Compiling bzip2-sys v0.1.11+1.0.8
19082025-02-21T12:52:51.477Z Compiling thread-id v4.2.2
19092025-02-21T12:52:52.024Z Compiling try-lock v0.2.5
19102025-02-21T12:52:54.138Z Compiling want v0.3.1
19112025-02-21T12:52:55.846Z Compiling scrypt v0.11.0
19122025-02-21T12:52:55.896Z Compiling idna_adapter v1.2.0
19132025-02-21T12:52:56.162Z Compiling h2 v0.4.6
19142025-02-21T12:52:56.349Z Compiling aes v0.8.4
19152025-02-21T12:52:56.429Z Compiling cbc v0.1.2
19162025-02-21T12:52:56.824Z Compiling multer v3.1.0
19172025-02-21T12:52:57.095Z Compiling httpdate v1.0.3
19182025-02-21T12:52:57.314Z Compiling base64 v0.22.1
19192025-02-21T12:52:58.128Z Compiling tinyvec_macros v0.1.1
19202025-02-21T12:52:58.280Z Compiling tower-service v0.3.3
19212025-02-21T12:52:58.355Z Compiling slog-async v2.8.0
19222025-02-21T12:52:58.444Z Compiling tinyvec v1.8.0
19232025-02-21T12:52:59.166Z Compiling pkcs5 v0.7.1
19242025-02-21T12:53:00.435Z Compiling idna v1.0.3
19252025-02-21T12:53:05.570Z Compiling hyper v1.5.2
19262025-02-21T12:53:06.667Z Compiling heapless v0.7.17
19272025-02-21T12:53:07.327Z Compiling zerocopy-derive v0.6.6
19282025-02-21T12:53:07.891Z Compiling num-bigint-dig v0.8.4
19292025-02-21T12:53:08.496Z Compiling signal-hook v0.3.17
19302025-02-21T12:53:08.860Z Compiling anyhow v1.0.96
19312025-02-21T12:53:08.890Z Compiling hyper-util v0.1.10
19322025-02-21T12:53:12.501Z Compiling pkcs8 v0.10.2
19332025-02-21T12:53:13.255Z Compiling usdt-attr-macro v0.5.0
19342025-02-21T12:53:14.154Z Compiling usdt-macro v0.5.0
19352025-02-21T12:53:15.082Z Compiling async-stream-impl v0.3.6
19362025-02-21T12:53:15.601Z Compiling strsim v0.11.1
19372025-02-21T12:53:15.632Z Compiling foreign-types-shared v0.1.1
19382025-02-21T12:53:15.732Z Compiling rustversion v1.0.17
19392025-02-21T12:53:15.982Z Compiling foreign-types v0.3.2
19402025-02-21T12:53:16.961Z Compiling url v2.5.3
19412025-02-21T12:53:17.075Z Compiling http-body-util v0.1.2
19422025-02-21T12:53:18.149Z Compiling curve25519-dalek v4.1.3
19432025-02-21T12:53:18.538Z Compiling openapiv3 v2.0.0
19442025-02-21T12:53:18.753Z Compiling serde_spanned v0.6.8
19452025-02-21T12:53:18.816Z Compiling toml_datetime v0.6.8
19462025-02-21T12:53:19.145Z Compiling enum-as-inner v0.6.1
19472025-02-21T12:53:19.887Z Compiling memoffset v0.9.1
19482025-02-21T12:53:20.273Z Compiling dropshot v0.12.0
19492025-02-21T12:53:20.334Z Compiling encoding_rs v0.8.34
19502025-02-21T12:53:20.707Z Compiling smoltcp v0.9.1
19512025-02-21T12:53:23.102Z Compiling adler2 v2.0.0
19522025-02-21T12:53:23.349Z Compiling portable-atomic v1.9.0
19532025-02-21T12:53:23.952Z Compiling match_cfg v0.1.0
19542025-02-21T12:53:24.266Z Compiling mime v0.3.17
19552025-02-21T12:53:24.321Z Compiling newtype-uuid v1.2.1
19562025-02-21T12:53:24.939Z Compiling hostname v0.3.1
19572025-02-21T12:53:25.573Z Compiling miniz_oxide v0.8.0
19582025-02-21T12:53:35.376Z Compiling serde_urlencoded v0.7.1
19592025-02-21T12:53:35.425Z Compiling rustls-pemfile v2.2.0
19602025-02-21T12:53:36.105Z Compiling clap_derive v4.5.28
19612025-02-21T12:53:36.150Z Compiling dirs-sys-next v0.1.2
19622025-02-21T12:53:36.752Z Compiling openssl-probe v0.1.5
19632025-02-21T12:53:37.709Z Compiling cfg_aliases v0.2.1
19642025-02-21T12:53:37.883Z Compiling data-encoding v2.6.0
19652025-02-21T12:53:39.401Z Compiling siphasher v0.3.11
19662025-02-21T12:53:40.059Z Compiling ipnet v2.10.1
19672025-02-21T12:53:40.791Z Compiling nix v0.29.0
19682025-02-21T12:53:42.802Z Compiling dirs-next v2.0.0
19692025-02-21T12:53:44.033Z Compiling hubpack_derive v0.1.1
19702025-02-21T12:53:44.916Z Compiling unicode-normalization v0.1.24
19712025-02-21T12:53:45.108Z Compiling crossbeam-epoch v0.9.18
19722025-02-21T12:53:45.863Z Compiling dropshot_endpoint v0.12.0
19732025-02-21T12:53:46.319Z Compiling sha1 v0.10.6
19742025-02-21T12:53:46.766Z Compiling signature v2.2.0
19752025-02-21T12:53:46.999Z Compiling rustls-webpki v0.102.8
19762025-02-21T12:53:47.248Z Compiling curve25519-dalek-derive v0.1.1
19772025-02-21T12:53:47.986Z Compiling thread_local v1.1.8
19782025-02-21T12:53:48.489Z Compiling fs-err v2.11.0
19792025-02-21T12:53:48.919Z Compiling anstyle v1.0.10
19802025-02-21T12:53:49.411Z Compiling psl-types v2.0.11
19812025-02-21T12:53:49.477Z Compiling gimli v0.31.1
19822025-02-21T12:53:49.748Z Compiling winnow v0.6.20
19832025-02-21T12:53:49.912Z Compiling utf8parse v0.2.2
19842025-02-21T12:53:50.721Z Compiling unicode-bidi v0.3.17
19852025-02-21T12:53:51.557Z Compiling unicode-properties v0.1.3
19862025-02-21T12:53:52.063Z Compiling stringprep v0.1.5
19872025-02-21T12:53:52.387Z Compiling anstyle-parse v0.2.5
19882025-02-21T12:53:52.441Z Compiling publicsuffix v2.3.0
19892025-02-21T12:53:53.061Z Compiling toml_edit v0.22.22
19902025-02-21T12:53:54.530Z Compiling addr2line v0.24.2
19912025-02-21T12:53:55.333Z Compiling crossbeam-deque v0.8.5
19922025-02-21T12:53:55.733Z Compiling term v0.7.0
19932025-02-21T12:53:56.983Z Compiling tokio-native-tls v0.3.1
19942025-02-21T12:53:57.346Z Compiling slog-json v2.6.1
19952025-02-21T12:53:58.113Z Compiling crossbeam-channel v0.5.13
19962025-02-21T12:53:59.468Z Compiling webpki-roots v0.26.6
19972025-02-21T12:53:59.776Z Compiling futures-executor v0.3.31
19982025-02-21T12:53:59.797Z Compiling num-integer v0.1.46
19992025-02-21T12:53:59.944Z Compiling md-5 v0.10.6
20002025-02-21T12:54:00.209Z Compiling sync_wrapper v1.0.1
20012025-02-21T12:54:00.231Z Compiling ff v0.13.0
20022025-02-21T12:54:00.395Z Compiling hash32 v0.2.1
20032025-02-21T12:54:00.463Z Compiling memmap v0.7.0
20042025-02-21T12:54:00.484Z Compiling is-terminal v0.4.13
20052025-02-21T12:54:00.633Z Compiling object v0.36.5
20062025-02-21T12:54:00.743Z Compiling linked-hash-map v0.5.6
20072025-02-21T12:54:00.746Z Compiling base16ct v0.2.0
20082025-02-21T12:54:00.782Z Compiling heck v0.4.1
20092025-02-21T12:54:01.051Z Compiling utf-8 v0.7.6
20102025-02-21T12:54:01.108Z Compiling colorchoice v1.0.2
20112025-02-21T12:54:01.133Z Compiling rustc-demangle v0.1.24
20122025-02-21T12:54:01.292Z Compiling is_terminal_polyfill v1.70.1
20132025-02-21T12:54:01.349Z Compiling quick-error v1.2.3
20142025-02-21T12:54:01.449Z Compiling anstyle-query v1.1.1
20152025-02-21T12:54:01.521Z Compiling take_mut v0.2.2
20162025-02-21T12:54:01.621Z Compiling tower-layer v0.3.3
20172025-02-21T12:54:01.701Z Compiling fallible-iterator v0.2.0
20182025-02-21T12:54:02.048Z Compiling tower v0.5.2
20192025-02-21T12:54:02.459Z Compiling postgres-protocol v0.6.7
20202025-02-21T12:54:02.958Z Compiling anstream v0.6.15
20212025-02-21T12:54:03.389Z Compiling resolv-conf v0.7.0
20222025-02-21T12:54:03.518Z Compiling tungstenite v0.24.0
20232025-02-21T12:54:03.578Z Compiling strum_macros v0.25.3
20242025-02-21T12:54:04.003Z Compiling lru-cache v0.1.2
20252025-02-21T12:54:04.215Z Compiling sec1 v0.7.3
20262025-02-21T12:54:04.755Z Compiling usdt v0.5.0
20272025-02-21T12:54:05.206Z Compiling slog-term v2.9.1
20282025-02-21T12:54:05.228Z Compiling group v0.13.0
20292025-02-21T12:54:05.556Z Compiling num-iter v0.1.45
20302025-02-21T12:54:05.764Z Compiling futures v0.3.31
20312025-02-21T12:54:05.898Z Compiling tokio-rustls v0.26.0
20322025-02-21T12:54:07.142Z Compiling slog-bunyan v2.5.0
20332025-02-21T12:54:07.374Z Compiling backtrace v0.3.74
20342025-02-21T12:54:07.575Z Compiling tokio-rustls v0.25.0
20352025-02-21T12:54:07.604Z Compiling hyper-tls v0.6.0
20362025-02-21T12:54:07.626Z Compiling toml v0.8.19
20372025-02-21T12:54:07.648Z Compiling cookie_store v0.21.1
20382025-02-21T12:54:08.045Z Compiling hickory-proto v0.24.3
20392025-02-21T12:54:08.321Z Compiling phf_shared v0.11.2
20402025-02-21T12:54:09.040Z Compiling async-stream v0.3.6
20412025-02-21T12:54:09.360Z Compiling waitgroup v0.1.2
20422025-02-21T12:54:09.580Z Compiling hashbrown v0.14.5
20432025-02-21T12:54:09.691Z Compiling hkdf v0.12.4
20442025-02-21T12:54:09.745Z Compiling terminal_size v0.4.0
20452025-02-21T12:54:09.936Z Compiling serde_path_to_error v0.1.16
20462025-02-21T12:54:10.160Z Compiling crypto-bigint v0.5.5
20472025-02-21T12:54:10.329Z Compiling serde_repr v0.1.19
20482025-02-21T12:54:10.709Z Compiling derive-where v1.2.7
20492025-02-21T12:54:10.909Z Compiling hostname v0.4.0
20502025-02-21T12:54:11.120Z Compiling crc32fast v1.4.2
20512025-02-21T12:54:11.659Z Compiling clap_lex v0.7.4
20522025-02-21T12:54:11.681Z Compiling bitflags v1.3.2
20532025-02-21T12:54:11.806Z Compiling winnow v0.5.40
20542025-02-21T12:54:11.844Z Compiling debug-ignore v1.0.5
20552025-02-21T12:54:12.805Z Compiling unicode-width v0.2.0
20562025-02-21T12:54:13.245Z Compiling managed v0.8.0
20572025-02-21T12:54:13.516Z Compiling hickory-resolver v0.24.3
20582025-02-21T12:54:14.101Z Compiling console v0.15.10
20592025-02-21T12:54:14.523Z Compiling elliptic-curve v0.13.8
20602025-02-21T12:54:15.236Z Compiling toml_edit v0.19.15
20612025-02-21T12:54:16.095Z Compiling clap_builder v4.5.30
20622025-02-21T12:54:18.582Z Compiling flate2 v1.0.35
20632025-02-21T12:54:19.090Z Compiling regress v0.10.1
20642025-02-21T12:54:20.690Z Compiling hyper-rustls v0.27.3
20652025-02-21T12:54:22.917Z Compiling phf v0.11.2
20662025-02-21T12:54:23.573Z Compiling signal-hook-mio v0.2.4
20672025-02-21T12:54:23.606Z Compiling rayon v1.10.0
20682025-02-21T12:54:23.753Z Compiling bzip2 v0.4.4
20692025-02-21T12:54:23.973Z Compiling tokio-tungstenite v0.24.0
20702025-02-21T12:54:24.114Z Compiling postgres-types v0.2.8
20712025-02-21T12:54:24.493Z Compiling ed25519 v2.2.3
20722025-02-21T12:54:24.515Z Compiling hubpack v0.1.2
20732025-02-21T12:54:24.929Z Compiling phf_shared v0.10.0
20742025-02-21T12:54:25.006Z Compiling pkcs1 v0.7.5
20752025-02-21T12:54:25.830Z Compiling zerocopy v0.6.6
20762025-02-21T12:54:26.405Z Compiling tokio-stream v0.1.16
20772025-02-21T12:54:26.643Z Compiling rfc6979 v0.4.0
20782025-02-21T12:54:27.368Z Compiling serde-big-array v0.5.1
20792025-02-21T12:54:27.601Z Compiling float-cmp v0.10.0
20802025-02-21T12:54:27.740Z Compiling bstr v1.10.0
20812025-02-21T12:54:27.932Z Compiling bit-vec v0.6.3
20822025-02-21T12:54:28.364Z Compiling precomputed-hash v0.1.1
20832025-02-21T12:54:28.434Z Compiling number_prefix v0.4.0
20842025-02-21T12:54:28.516Z Compiling normalize-line-endings v0.3.0
20852025-02-21T12:54:28.689Z Compiling fixedbitset v0.4.2
20862025-02-21T12:54:28.860Z Compiling predicates-core v1.0.8
20872025-02-21T12:54:29.096Z Compiling new_debug_unreachable v1.0.6
20882025-02-21T12:54:29.141Z Compiling difflib v0.4.0
20892025-02-21T12:54:29.164Z Compiling unicode-segmentation v1.12.0
20902025-02-21T12:54:29.210Z Compiling static_assertions v1.1.0
20912025-02-21T12:54:29.531Z Compiling whoami v1.5.2
20922025-02-21T12:54:29.856Z Compiling tokio-postgres v0.7.12
20932025-02-21T12:54:29.985Z Compiling similar v2.6.0
20942025-02-21T12:54:30.196Z Compiling predicates v3.1.3
20952025-02-21T12:54:31.005Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20962025-02-21T12:54:31.487Z Compiling string_cache v0.8.7
20972025-02-21T12:54:31.706Z Compiling petgraph v0.6.5
20982025-02-21T12:54:31.882Z Compiling indicatif v0.17.11
20992025-02-21T12:54:34.924Z Compiling bit-set v0.5.3
21002025-02-21T12:54:35.271Z Compiling qorb v0.2.1
21012025-02-21T12:54:35.481Z Compiling reqwest v0.12.12
21022025-02-21T12:54:35.562Z Compiling ecdsa v0.16.9
21032025-02-21T12:54:36.381Z Compiling rsa v0.9.6
21042025-02-21T12:54:37.127Z Compiling ed25519-dalek v2.1.1
21052025-02-21T12:54:38.374Z Compiling zip v0.6.6
21062025-02-21T12:54:38.435Z Compiling crossterm v0.28.1
21072025-02-21T12:54:38.671Z Compiling typify-impl v0.2.0
21082025-02-21T12:54:38.823Z Compiling clap v4.5.30
21092025-02-21T12:54:38.968Z Compiling toml v0.7.8
21102025-02-21T12:54:41.359Z Compiling x509-cert v0.2.5
21112025-02-21T12:54:42.869Z Compiling hex v0.4.3
21122025-02-21T12:54:46.977Z Compiling peg-runtime v0.8.3
21132025-02-21T12:54:47.447Z Compiling lalrpop-util v0.19.12
21142025-02-21T12:54:48.228Z Compiling unicode-xid v0.2.6
21152025-02-21T12:54:48.438Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21162025-02-21T12:54:49.627Z Compiling typify-macro v0.2.0
21172025-02-21T12:55:18.097Z Compiling radium v0.7.0
21182025-02-21T12:55:24.313Z Compiling maybe-uninit v2.0.0
21192025-02-21T12:55:24.812Z Compiling tap v1.0.1
21202025-02-21T12:55:25.029Z Compiling ident_case v1.0.1
21212025-02-21T12:55:28.967Z Compiling darling_core v0.20.10
21222025-02-21T12:55:28.990Z Compiling wyz v0.5.1
21232025-02-21T12:55:36.145Z Compiling typify v0.2.0
21242025-02-21T12:55:39.693Z Compiling funty v2.0.0
21252025-02-21T12:55:40.101Z Compiling packed_struct v0.10.1
21262025-02-21T12:55:40.551Z Compiling unsafe-libyaml v0.2.11
21272025-02-21T12:55:42.253Z Compiling serde_yaml v0.9.34+deprecated
21282025-02-21T12:55:42.456Z Compiling bitvec v1.0.1
21292025-02-21T12:55:54.529Z Compiling progenitor-impl v0.8.0
21302025-02-21T12:55:54.560Z Compiling darling_macro v0.20.10
21312025-02-21T12:55:56.278Z Compiling ipnetwork v0.21.1
21322025-02-21T12:55:58.146Z Compiling packed_struct_codegen v0.10.1
21332025-02-21T12:55:58.803Z Compiling structmeta-derive v0.3.0
21342025-02-21T12:55:59.080Z Compiling indexmap v1.9.3
21352025-02-21T12:55:59.438Z Compiling crc-catalog v2.4.0
21362025-02-21T12:55:59.623Z Compiling fastrand v2.1.1
21372025-02-21T12:55:59.855Z Compiling thiserror v2.0.11
21382025-02-21T12:56:00.342Z Compiling nodrop v0.1.14
21392025-02-21T12:56:00.502Z Compiling array-init v0.0.4
21402025-02-21T12:56:01.184Z Compiling structmeta v0.3.0
21412025-02-21T12:56:01.257Z Compiling progenitor-macro v0.8.0
21422025-02-21T12:56:01.541Z Compiling tempfile v3.13.0
21432025-02-21T12:56:01.582Z Compiling crc v3.2.1
21442025-02-21T12:56:01.641Z Compiling oxnet v0.1.0
21452025-02-21T12:56:03.203Z Compiling smallvec v0.6.14
21462025-02-21T12:56:03.670Z Compiling darling v0.20.10
21472025-02-21T12:56:03.769Z Compiling progenitor-client v0.8.0
21482025-02-21T12:56:03.809Z Compiling xattr v1.3.1
21492025-02-21T12:56:04.153Z Compiling daft-derive v0.1.1
21502025-02-21T12:56:04.452Z Compiling thiserror-impl v2.0.11
21512025-02-21T12:56:04.666Z Compiling pin-project-internal v1.1.6
21522025-02-21T12:56:05.179Z Compiling filetime v0.2.25
21532025-02-21T12:56:05.517Z Compiling dropshot v0.15.1
21542025-02-21T12:56:05.537Z Compiling hashbrown v0.12.3
21552025-02-21T12:56:05.870Z Compiling base64 v0.21.7
21562025-02-21T12:56:06.814Z Compiling termcolor v1.4.1
21572025-02-21T12:56:07.008Z Compiling bitfield v0.14.0
21582025-02-21T12:56:07.147Z Compiling same-file v1.0.6
21592025-02-21T12:56:07.328Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21602025-02-21T12:56:07.430Z Compiling walkdir v2.5.0
21612025-02-21T12:56:07.453Z Compiling env_logger v0.10.2
21622025-02-21T12:56:07.797Z Compiling pin-project v1.1.6
21632025-02-21T12:56:09.029Z Compiling ron v0.8.1
21642025-02-21T12:56:09.146Z Compiling daft v0.1.1
21652025-02-21T12:56:09.653Z Compiling tar v0.4.42
21662025-02-21T12:56:10.431Z Compiling serde_with_macros v3.11.0
21672025-02-21T12:56:11.627Z Compiling progenitor v0.8.0
21682025-02-21T12:56:12.005Z Compiling serde-hex v0.1.0
21692025-02-21T12:56:12.679Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21702025-02-21T12:56:13.043Z Compiling parse-display-derive v0.10.0
21712025-02-21T12:56:14.718Z Compiling strum_macros v0.26.4
21722025-02-21T12:56:15.399Z Compiling hashbrown v0.13.2
21732025-02-21T12:56:16.509Z Compiling dropshot_endpoint v0.15.1
21742025-02-21T12:56:16.673Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752025-02-21T12:56:17.048Z Compiling snafu-derive v0.8.5
21762025-02-21T12:56:17.424Z Compiling blake3 v1.5.4
21772025-02-21T12:56:18.078Z Compiling instant v0.1.13
21782025-02-21T12:56:18.272Z Compiling simd-adler32 v0.3.7
21792025-02-21T12:56:18.725Z Compiling zip v2.1.3
21802025-02-21T12:56:19.086Z Compiling lockfree-object-pool v0.1.6
21812025-02-21T12:56:19.392Z Compiling crc-any v2.5.0
21822025-02-21T12:56:19.461Z Compiling buf-list v1.0.3
21832025-02-21T12:56:20.040Z Compiling bumpalo v3.16.0
21842025-02-21T12:56:20.435Z Compiling zopfli v0.8.1
21852025-02-21T12:56:20.625Z Compiling strum v0.26.3
21862025-02-21T12:56:20.846Z Compiling backoff v0.4.0
21872025-02-21T12:56:21.177Z Compiling snafu v0.8.5
21882025-02-21T12:56:21.939Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21892025-02-21T12:56:26.543Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21902025-02-21T12:56:26.570Z Compiling object v0.30.4
21912025-02-21T12:56:26.570Z Compiling parse-display v0.10.0
21922025-02-21T12:56:26.607Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21932025-02-21T12:56:26.607Z Compiling serde_with v3.11.0
21942025-02-21T12:56:26.607Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21952025-02-21T12:56:26.979Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21962025-02-21T12:56:28.688Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21972025-02-21T12:56:29.438Z Compiling camino-tempfile v1.1.1
21982025-02-21T12:56:30.199Z Compiling globset v0.4.15
21992025-02-21T12:56:31.144Z Compiling regress v0.9.1
22002025-02-21T12:56:34.452Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22012025-02-21T12:56:34.673Z Compiling progenitor-client v0.9.1
22022025-02-21T12:56:35.620Z Compiling olpc-cjson v0.1.4
22032025-02-21T12:56:35.937Z Compiling pem v3.0.4
22042025-02-21T12:56:36.060Z Compiling serde_plain v1.0.2
22052025-02-21T12:56:36.593Z Compiling macaddr v1.0.1
22062025-02-21T12:56:36.769Z Compiling cargo-platform v0.1.8
22072025-02-21T12:56:37.229Z Compiling async-recursion v1.1.1
22082025-02-21T12:56:37.477Z Compiling memmap2 v0.9.5
22092025-02-21T12:56:37.822Z Compiling arrayref v0.3.9
22102025-02-21T12:56:37.958Z Compiling arrayvec v0.7.6
22112025-02-21T12:56:38.057Z Compiling constant_time_eq v0.3.1
22122025-02-21T12:56:38.292Z Compiling typed-path v0.9.3
22132025-02-21T12:56:38.404Z Compiling path-slash v0.1.5
22142025-02-21T12:56:38.655Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22152025-02-21T12:56:39.491Z Compiling cargo_metadata v0.18.1
22162025-02-21T12:56:40.035Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22172025-02-21T12:56:40.882Z Compiling tough v0.19.0
22182025-02-21T12:56:44.671Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22192025-02-21T12:56:45.151Z Compiling itertools v0.13.0
22202025-02-21T12:56:45.198Z Compiling topological-sort v0.2.2
22212025-02-21T12:56:45.303Z Compiling parse-size v1.1.0
22222025-02-21T12:56:45.482Z Compiling omicron-zone-package v0.12.0
22232025-02-21T12:56:45.614Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22242025-02-21T12:56:48.721Z Compiling shell-words v1.1.0
22252025-02-21T12:56:55.367Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22262025-02-21T12:57:04.573Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22272025-02-21T12:57:18.185Z Finished `release` profile [optimized] target(s) in 5m 34s
22282025-02-21T12:57:18.354Z Running `target/release/omicron-releng --output-dir /work`
22292025-02-21T12:57:18.402ZFeb 21 12:57:17.449 DEBG changing working directory to /work/oxidecomputer/omicron
22302025-02-21T12:57:18.507ZFeb 21 12:57:17.556 DEBG running: git rev-parse HEAD
22312025-02-21T12:57:18.514ZFeb 21 12:57:17.563 DEBG process exited with exit status: 0 (6.981379ms)
22322025-02-21T12:57:18.514ZFeb 21 12:57:17.563 INFO version: 13.0.0-0.ci+git517bc6313a6
22332025-02-21T12:57:18.557ZFeb 21 12:57:17.607 INFO cloning helios to /work/oxidecomputer/helios
22342025-02-21T12:57:18.557ZFeb 21 12:57:17.607 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22352025-02-21T12:57:18.563ZCloning into '/work/oxidecomputer/helios'...
22362025-02-21T12:57:19.034ZFeb 21 12:57:18.083 DEBG process exited with exit status: 0 (476.412037ms)
22372025-02-21T12:57:19.034ZFeb 21 12:57:18.083 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22382025-02-21T12:57:19.927ZFeb 21 12:57:18.976 DEBG process exited with exit status: 0 (892.658948ms)
22392025-02-21T12:57:19.927ZFeb 21 12:57:18.976 DEBG running: zfs list rpool/images/build/host
22402025-02-21T12:57:19.934ZNAME USED AVAIL REFER MOUNTPOINT
22412025-02-21T12:57:19.934Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22422025-02-21T12:57:19.937ZFeb 21 12:57:18.983 DEBG process exited with exit status: 0 (7.441421ms)
22432025-02-21T12:57:19.937ZFeb 21 12:57:18.983 DEBG running: zfs list rpool/images/build/recovery
22442025-02-21T12:57:19.940ZNAME USED AVAIL REFER MOUNTPOINT
22452025-02-21T12:57:19.940Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22462025-02-21T12:57:19.943ZFeb 21 12:57:18.990 DEBG process exited with exit status: 0 (6.302401ms)
22472025-02-21T12:57:19.943ZFeb 21 12:57:18.990 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22482025-02-21T12:57:19.949Z# branch.oid 1e0785c95bda2195e187a1605f4ed360e6a0c0fa
22492025-02-21T12:57:19.949Z# branch.head master
22502025-02-21T12:57:19.949Z# branch.upstream origin/master
22512025-02-21T12:57:19.949Z# branch.ab +0 -0
22522025-02-21T12:57:19.951ZFeb 21 12:57:18.998 DEBG process exited with exit status: 0 (8.266416ms)
22532025-02-21T12:57:19.951ZFeb 21 12:57:18.999 INFO [hubris-staging] running task
22542025-02-21T12:57:19.951ZFeb 21 12:57:18.999 INFO [hubris-production] running task
22552025-02-21T12:57:19.951ZFeb 21 12:57:19.000 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22562025-02-21T12:57:19.954ZFeb 21 12:57:19.003 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22572025-02-21T12:57:20.023Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22582025-02-21T12:57:20.425Z[ omicron-package] Blocking waiting for file lock on package cache
22592025-02-21T12:57:20.889Z[ omicron-package] Blocking waiting for file lock on package cache
22602025-02-21T12:57:21.169Z[ omicron-package] Blocking waiting for file lock on package cache
22612025-02-21T12:57:21.659ZFeb 21 12:57:20.708 INFO [hubris-production] task succeeded (1.708499618s)
22622025-02-21T12:57:21.898Z[ omicron-package] Compiling zerocopy v0.8.10
22632025-02-21T12:57:21.900Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22642025-02-21T12:57:21.900Z[ omicron-package] Compiling itertools v0.13.0
22652025-02-21T12:57:21.901Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22662025-02-21T12:57:21.901Z[ omicron-package] Compiling heapless v0.8.0
22672025-02-21T12:57:21.901Z[ omicron-package] Compiling hash32 v0.3.1
22682025-02-21T12:57:21.901Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22692025-02-21T12:57:21.904Z[ omicron-package] Compiling smoltcp v0.11.0
22702025-02-21T12:57:23.065Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22712025-02-21T12:57:23.483Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22722025-02-21T12:57:23.544Z[ omicron-package] Compiling num_enum_derive v0.5.11
22732025-02-21T12:57:23.820Z[ omicron-package] Compiling cobs v0.2.3
22742025-02-21T12:57:24.123Z[ omicron-package] Compiling postcard v1.0.10
22752025-02-21T12:57:24.662Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22762025-02-21T12:57:24.662Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22772025-02-21T12:57:25.019Z[ omicron-package] Compiling proc-macro-error v1.0.4
22782025-02-21T12:57:25.330Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22792025-02-21T12:57:25.658Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22802025-02-21T12:57:26.013Z[ omicron-package] Compiling unicode-width v0.1.14
22812025-02-21T12:57:27.032Z[ omicron-package] Compiling num_enum v0.5.11
22822025-02-21T12:57:27.206Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22832025-02-21T12:57:27.384Z[ omicron-package] Compiling tabwriter v1.4.0
22842025-02-21T12:57:27.535Z[ omicron-package] Compiling foreign-types v0.5.0
22852025-02-21T12:57:27.910Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22862025-02-21T12:57:28.201Z[ omicron-package] Compiling cstr-argument v0.1.2
22872025-02-21T12:57:28.204Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22882025-02-21T12:57:28.499Z[ omicron-package] Compiling pretty-hex v0.2.1
22892025-02-21T12:57:28.853Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22902025-02-21T12:57:29.043Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22912025-02-21T12:57:29.146Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22922025-02-21T12:57:29.709Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22932025-02-21T12:57:29.868Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22942025-02-21T12:57:30.356Z[ omicron-package] Compiling colored v2.1.0
22952025-02-21T12:57:30.359Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22962025-02-21T12:57:31.247Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22972025-02-21T12:57:31.417Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22982025-02-21T12:57:31.624Z[ omicron-package] Compiling num-derive v0.4.2
22992025-02-21T12:57:32.221Z[ omicron-package] Compiling sigpipe v0.1.3
23002025-02-21T12:57:32.601Z[ omicron-package] Compiling libefi-sys v0.1.0
23012025-02-21T12:57:32.670Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23022025-02-21T12:57:32.832Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23032025-02-21T12:57:33.630Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23042025-02-21T12:57:33.652Z[ omicron-package] Compiling smf v0.2.3
23052025-02-21T12:57:34.335Z[ omicron-package] Compiling zone v0.3.0
23062025-02-21T12:57:34.562Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23072025-02-21T12:57:35.305Z[ omicron-package] Compiling bitfield-struct v0.6.2
23082025-02-21T12:57:35.892Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23092025-02-21T12:57:37.494Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23102025-02-21T12:57:37.915Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23112025-02-21T12:57:37.990Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122025-02-21T12:57:38.417Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23132025-02-21T12:57:38.652Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23142025-02-21T12:57:38.674Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23152025-02-21T12:57:38.879Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23162025-02-21T12:57:39.281Z[ omicron-package] Compiling gethostname v0.5.0
23172025-02-21T12:57:39.368Z[ omicron-package] Compiling indent_write v2.2.0
23182025-02-21T12:57:41.458Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23192025-02-21T12:57:42.743Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23202025-02-21T12:57:44.063Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23212025-02-21T12:57:47.253Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23222025-02-21T12:57:48.644Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23232025-02-21T12:57:51.413Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23242025-02-21T12:57:54.245ZFeb 21 12:57:53.293 INFO [hubris-staging] task succeeded (34.293420614s)
23252025-02-21T12:57:57.979Z[ helios-setup] Feb 21 12:57:57.023 INFO helios repository root is: /work/oxidecomputer/helios
23262025-02-21T12:57:57.981Z[ helios-setup] Feb 21 12:57:57.025 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
23272025-02-21T12:57:57.981Z[ helios-setup] Feb 21 12:57:57.025 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23282025-02-21T12:57:57.984Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23292025-02-21T12:57:58.495Z[ helios-setup] Feb 21 12:57:57.543 INFO clone ok!, project: bootserver
23302025-02-21T12:57:58.498Z[ helios-setup] Feb 21 12:57:57.543 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23312025-02-21T12:57:58.498Z[ helios-setup] Feb 21 12:57:57.543 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
23322025-02-21T12:57:58.498Z[ helios-setup] Feb 21 12:57:57.544 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
23332025-02-21T12:57:58.501Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23342025-02-21T12:57:59.418Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23352025-02-21T12:57:59.428Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23362025-02-21T12:58:06.590Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23372025-02-21T12:58:06.600Z[ helios-setup] Feb 21 12:58:05.647 INFO clone ok!, project: amd-host-image-builder
23382025-02-21T12:58:06.603Z[ helios-setup] Feb 21 12:58:05.648 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
23392025-02-21T12:58:06.603Z[ helios-setup] Feb 21 12:58:05.648 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23402025-02-21T12:58:06.605Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23412025-02-21T12:58:06.921Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.95s
23422025-02-21T12:58:07.126Z[ helios-setup] Feb 21 12:58:06.174 INFO clone ok!, project: phbl
23432025-02-21T12:58:07.129Z[ helios-setup] Feb 21 12:58:06.174 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
23442025-02-21T12:58:07.129Z[ helios-setup] Feb 21 12:58:06.174 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23452025-02-21T12:58:07.132Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23462025-02-21T12:58:07.175Z[ omicron-package]
23472025-02-21T12:58:07.175Z[ omicron-package] real 47.173760013
23482025-02-21T12:58:07.175Z[ omicron-package] user 2:57.053339343
23492025-02-21T12:58:07.178Z[ omicron-package] sys 18.665139443
23502025-02-21T12:58:07.178Z[ omicron-package] trap 0.390055771
23512025-02-21T12:58:07.178Z[ omicron-package] tflt 1.005006630
23522025-02-21T12:58:07.178Z[ omicron-package] dflt 0.864305448
23532025-02-21T12:58:07.178Z[ omicron-package] kflt 0.040184381
23542025-02-21T12:58:07.178Z[ omicron-package] lock 5:22.914795600
23552025-02-21T12:58:07.178Z[ omicron-package] slp 9:03.513673352
23562025-02-21T12:58:07.178Z[ omicron-package] lat 1:38.035789199
23572025-02-21T12:58:07.178Z[ omicron-package] stop 1:03.141430430
23582025-02-21T12:58:07.178ZFeb 21 12:58:06.224 INFO [omicron-package] process exited with exit status: 0 (47.22018971s)
23592025-02-21T12:58:07.178ZFeb 21 12:58:06.224 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
23602025-02-21T12:58:07.263ZFeb 21 12:58:06.311 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
23612025-02-21T12:58:07.275Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23622025-02-21T12:58:07.277Z[ host-target] Created new build target 'host' and set it as active
23632025-02-21T12:58:07.280ZFeb 21 12:58:06.325 INFO [host-target] process exited with exit status: 0 (101.02311ms)
23642025-02-21T12:58:07.280ZFeb 21 12:58:06.325 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23652025-02-21T12:58:07.285Z[ recovery-target] Created new build target 'recovery' and set it as active
23662025-02-21T12:58:07.288Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23672025-02-21T12:58:07.288ZFeb 21 12:58:06.336 INFO [recovery-target] process exited with exit status: 0 (24.540545ms)
23682025-02-21T12:58:07.295Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23692025-02-21T12:58:07.604Z[ helios-setup] Feb 21 12:58:06.652 INFO clone ok!, project: pinprick
23702025-02-21T12:58:07.604Z[ helios-setup] Feb 21 12:58:06.652 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
23712025-02-21T12:58:07.607Z[ helios-setup] Feb 21 12:58:06.652 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23722025-02-21T12:58:07.609Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23732025-02-21T12:58:08.502Z[ host-package] Compiling thiserror v2.0.11
23742025-02-21T12:58:08.643Z[ host-package] Compiling typify-impl v0.3.0
23752025-02-21T12:58:08.657Z[ host-package] Compiling convert_case v0.4.0
23762025-02-21T12:58:08.660Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23772025-02-21T12:58:08.660Z[ host-package] Compiling newline-converter v0.3.0
23782025-02-21T12:58:08.687Z[ host-package] Compiling password-hash v0.5.0
23792025-02-21T12:58:08.705Z[ host-package] Compiling blake2 v0.10.6
23802025-02-21T12:58:08.744Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23812025-02-21T12:58:08.866Z[ host-package] Compiling expectorate v1.1.0
23822025-02-21T12:58:08.925Z[ host-package] Compiling atomicwrites v0.4.4
23832025-02-21T12:58:09.173Z[ host-package] Compiling owo-colors v4.1.0
23842025-02-21T12:58:09.322Z[ host-package] Compiling derive_more v0.99.19
23852025-02-21T12:58:09.485Z[ host-package] Compiling argon2 v0.5.3
23862025-02-21T12:58:09.512Z[ host-package] Compiling cancel-safe-futures v0.1.5
23872025-02-21T12:58:09.577Z[ host-package] Compiling num-rational v0.4.2
23882025-02-21T12:58:09.948Z[ host-package] Compiling progenitor-client v0.9.1
23892025-02-21T12:58:10.023Z[ host-package] Compiling num-complex v0.4.6
23902025-02-21T12:58:10.517Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23912025-02-21T12:58:11.160Z[ host-package] Compiling num v0.4.3
23922025-02-21T12:58:11.311Z[ host-package] Compiling libsw v3.3.1
23932025-02-21T12:58:11.678Z[ host-package] Compiling swrite v0.1.0
23942025-02-21T12:58:11.701Z[ host-package] Compiling float-ord v0.3.2
23952025-02-21T12:58:11.873Z[ host-package] Compiling linear-map v1.2.0
23962025-02-21T12:58:11.916Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23972025-02-21T12:58:11.937Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23982025-02-21T12:58:12.091Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23992025-02-21T12:58:12.295Z[ host-package] Compiling highway v1.2.0
24002025-02-21T12:58:13.780Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24012025-02-21T12:58:13.818Z[ host-package] Compiling semver v0.1.20
24022025-02-21T12:58:14.432Z[ host-package] Compiling rustc_version v0.1.7
24032025-02-21T12:58:14.846Z[ host-package] Compiling newtype_derive v0.1.6
24042025-02-21T12:58:15.214Z[ host-package] Compiling tungstenite v0.21.0
24052025-02-21T12:58:15.218Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24062025-02-21T12:58:16.658Z[ helios-setup] Feb 21 12:58:15.705 INFO clone ok!, project: amd-firmware
24072025-02-21T12:58:16.661Z[ helios-setup] Feb 21 12:58:15.705 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
24082025-02-21T12:58:16.661Z[ helios-setup] Feb 21 12:58:15.705 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
24092025-02-21T12:58:16.661Z[ helios-setup] Feb 21 12:58:15.705 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
24102025-02-21T12:58:16.664Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
24112025-02-21T12:58:17.436Z[ helios-setup] Feb 21 12:58:16.483 INFO clone ok!, project: image-builder
24122025-02-21T12:58:17.439Z[ helios-setup] Feb 21 12:58:16.483 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
24132025-02-21T12:58:17.439Z[ helios-setup] Feb 21 12:58:16.484 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
24142025-02-21T12:58:17.442Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
24152025-02-21T12:58:18.575Z[ helios-setup] Feb 21 12:58:17.618 INFO clone ok!, project: chelsio-t6-roms
24162025-02-21T12:58:18.604Z[ helios-setup] Feb 21 12:58:17.618 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
24172025-02-21T12:58:18.604Z[ helios-setup] Feb 21 12:58:17.618 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
24182025-02-21T12:58:18.604Z[ helios-setup] Feb 21 12:58:17.618 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
24192025-02-21T12:58:18.604Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
24202025-02-21T12:58:19.659Z[ helios-setup] Feb 21 12:58:18.706 INFO clone ok!, project: pilot
24212025-02-21T12:58:19.664Z[ helios-setup] Feb 21 12:58:18.706 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24222025-02-21T12:58:19.796Z[ host-package] Compiling typify-macro v0.3.0
24232025-02-21T12:58:20.356Z[ helios-setup] Feb 21 12:58:19.403 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24242025-02-21T12:58:20.427Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24252025-02-21T12:58:20.481Z[ host-package] Compiling ipnetwork v0.21.1
24262025-02-21T12:58:20.884Z[ helios-setup] Feb 21 12:58:19.931 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24272025-02-21T12:58:20.887Z[ helios-setup] Feb 21 12:58:19.931 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24282025-02-21T12:58:21.247Z[ host-package] Compiling oxnet v0.1.0
24292025-02-21T12:58:21.455Z[ helios-setup] Feb 21 12:58:20.502 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24302025-02-21T12:58:21.796Z[ host-package] Compiling tokio-tungstenite v0.21.0
24312025-02-21T12:58:22.009Z[ helios-setup] Feb 21 12:58:21.054 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24322025-02-21T12:58:22.009Z[ helios-setup] Feb 21 12:58:21.055 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24332025-02-21T12:58:22.074Z[ host-package] Compiling progenitor-client v0.8.0
24342025-02-21T12:58:22.136Z[ host-package] Compiling humantime v2.1.0
24352025-02-21T12:58:22.585Z[ helios-setup] Feb 21 12:58:21.630 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24362025-02-21T12:58:22.757Z[ host-package] Compiling progenitor v0.8.0
24372025-02-21T12:58:22.879Z[ host-package] Compiling daft v0.1.1
24382025-02-21T12:58:23.073Z[ host-package] Compiling dropshot v0.15.1
24392025-02-21T12:58:23.118Z[ helios-setup] Feb 21 12:58:22.163 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24402025-02-21T12:58:23.118Z[ helios-setup] Feb 21 12:58:22.163 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24412025-02-21T12:58:23.121Z[ helios-setup] Feb 21 12:58:22.163 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24422025-02-21T12:58:23.121Z[ helios-setup] Feb 21 12:58:22.163 INFO ok!
24432025-02-21T12:58:23.121Z[ helios-setup] Feb 21 12:58:22.163 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24442025-02-21T12:58:23.121Z[ helios-setup] Feb 21 12:58:22.163 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24452025-02-21T12:58:23.121Z[ helios-setup] Feb 21 12:58:22.163 INFO ok!
24462025-02-21T12:58:23.121Z[ helios-setup] Feb 21 12:58:22.163 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24472025-02-21T12:58:23.121Z[ helios-setup] Feb 21 12:58:22.163 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24482025-02-21T12:58:23.121Z[ helios-setup] Feb 21 12:58:22.163 INFO ok!
24492025-02-21T12:58:23.121Z[ helios-setup] Feb 21 12:58:22.163 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24502025-02-21T12:58:23.121Z[ helios-setup] Feb 21 12:58:22.163 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24512025-02-21T12:58:23.127Z[ host-package] Compiling instant v0.1.13
24522025-02-21T12:58:23.390Z[ helios-setup] Feb 21 12:58:22.435 INFO E| Downloading crates ...
24532025-02-21T12:58:23.394Z[ host-package] Compiling backoff v0.4.0
24542025-02-21T12:58:23.549Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24552025-02-21T12:58:23.612Z[ helios-setup] Feb 21 12:58:22.659 INFO E| Downloaded miniz_oxide v0.6.2
24562025-02-21T12:58:23.616Z[ host-package] Compiling typify v0.3.0
24572025-02-21T12:58:23.619Z[ helios-setup] Feb 21 12:58:22.664 INFO E| Downloaded unicode-width v0.1.10
24582025-02-21T12:58:23.619Z[ helios-setup] Feb 21 12:58:22.666 INFO E| Downloaded anyhow v1.0.62
24592025-02-21T12:58:23.625Z[ helios-setup] Feb 21 12:58:22.672 INFO E| Downloaded typenum v1.15.0
24602025-02-21T12:58:23.630Z[ helios-setup] Feb 21 12:58:22.676 INFO E| Downloaded flate2 v1.0.25
24612025-02-21T12:58:23.637Z[ helios-setup] Feb 21 12:58:22.683 INFO E| Downloaded sha2 v0.10.5
24622025-02-21T12:58:23.641Z[ helios-setup] Feb 21 12:58:22.687 INFO E| Downloaded digest v0.10.3
24632025-02-21T12:58:23.645Z[ helios-setup] Feb 21 12:58:22.689 INFO E| Downloaded bytes v1.2.1
24642025-02-21T12:58:23.648Z[ helios-setup] Feb 21 12:58:22.695 INFO E| Downloaded cpufeatures v0.2.5
24652025-02-21T12:58:23.652Z[ helios-setup] Feb 21 12:58:22.697 INFO E| Downloaded block-buffer v0.10.3
24662025-02-21T12:58:23.658Z[ helios-setup] Feb 21 12:58:22.698 INFO E| Downloaded generic-array v0.14.6
24672025-02-21T12:58:23.720Z[ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling version_check v0.9.4
24682025-02-21T12:58:23.720Z[ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling typenum v1.15.0
24692025-02-21T12:58:23.720Z[ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling cfg-if v1.0.0
24702025-02-21T12:58:23.723Z[ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling crc32fast v1.3.2
24712025-02-21T12:58:23.724Z[ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling adler v1.0.2
24722025-02-21T12:58:23.724Z[ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling anyhow v1.0.62
24732025-02-21T12:58:23.724Z[ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling unicode-width v0.1.10
24742025-02-21T12:58:23.724Z[ helios-setup] Feb 21 12:58:22.766 INFO E| Compiling cpufeatures v0.2.5
24752025-02-21T12:58:23.860Z[ host-package] Compiling progenitor-impl v0.9.1
24762025-02-21T12:58:24.137Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24772025-02-21T12:58:24.222Z[ helios-setup] Feb 21 12:58:23.269 INFO E| Compiling bytes v1.2.1
24782025-02-21T12:58:24.382Z[ helios-setup] Feb 21 12:58:23.429 INFO E| Compiling miniz_oxide v0.6.2
24792025-02-21T12:58:24.430Z[ helios-setup] Feb 21 12:58:23.476 INFO E| Compiling generic-array v0.14.6
24802025-02-21T12:58:24.719Z[ helios-setup] Feb 21 12:58:23.766 INFO E| Compiling getopts v0.2.21
24812025-02-21T12:58:24.908Z[ helios-setup] Feb 21 12:58:23.955 INFO E| Compiling bitflags v1.3.2
24822025-02-21T12:58:26.147Z[ helios-setup] Feb 21 12:58:25.193 INFO E| Compiling flate2 v1.0.25
24832025-02-21T12:58:29.437Z[ helios-setup] Feb 21 12:58:28.484 INFO E| Compiling block-buffer v0.10.3
24842025-02-21T12:58:29.437Z[ helios-setup] Feb 21 12:58:28.484 INFO E| Compiling crypto-common v0.1.6
24852025-02-21T12:58:29.701Z[ helios-setup] Feb 21 12:58:28.747 INFO E| Compiling digest v0.10.3
24862025-02-21T12:58:30.069Z[ helios-setup] Feb 21 12:58:29.112 INFO E| Compiling sha2 v0.10.5
24872025-02-21T12:58:30.655Z[ helios-setup] Feb 21 12:58:29.698 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24882025-02-21T12:58:32.044Z[ host-package] Compiling progenitor-macro v0.9.1
24892025-02-21T12:58:33.282Z[ host-package] Compiling steno v0.4.1
24902025-02-21T12:58:35.172Z[ host-package] Compiling parse-display v0.10.0
24912025-02-21T12:58:35.321Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24922025-02-21T12:58:35.602Z[ helios-setup] Feb 21 12:58:34.645 INFO E| Finished `release` profile [optimized] target(s) in 12.38s
24932025-02-21T12:58:35.620Z[ helios-setup] Feb 21 12:58:34.663 INFO building project "bootserver" ok (12 seconds)
24942025-02-21T12:58:35.620Z[ helios-setup] Feb 21 12:58:34.663 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24952025-02-21T12:58:35.620Z[ helios-setup] Feb 21 12:58:34.663 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24962025-02-21T12:58:35.625Z[ host-package] Compiling strum v0.26.3
24972025-02-21T12:58:35.629Z[ helios-setup] Feb 21 12:58:34.673 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24982025-02-21T12:58:35.741Z[ host-package] Compiling serde_with v3.11.0
24992025-02-21T12:58:35.847Z[ helios-setup] Feb 21 12:58:34.891 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
25002025-02-21T12:58:35.847Z[ helios-setup] Feb 21 12:58:34.891 INFO E| info: downloading component 'cargo'
25012025-02-21T12:58:35.861Z[ host-package] Compiling regress v0.9.1
25022025-02-21T12:58:37.025Z[ helios-setup] Feb 21 12:58:36.070 INFO E| info: downloading component 'clippy'
25032025-02-21T12:58:37.308Z[ helios-setup] Feb 21 12:58:36.349 INFO E| info: downloading component 'rust-docs'
25042025-02-21T12:58:38.502Z[ helios-setup] Feb 21 12:58:37.548 INFO E| info: downloading component 'rust-src'
25052025-02-21T12:58:38.686Z[ helios-setup] Feb 21 12:58:37.732 INFO E| info: downloading component 'rust-std'
25062025-02-21T12:58:38.913Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25072025-02-21T12:58:40.268Z[ host-package] Compiling macaddr v1.0.1
25082025-02-21T12:58:40.644Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25092025-02-21T12:58:40.660Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102025-02-21T12:58:40.737Z[ host-package] Compiling slog-dtrace v0.3.0
25112025-02-21T12:58:40.767Z[ helios-setup] Feb 21 12:58:39.790 INFO E| info: downloading component 'rustc'
25122025-02-21T12:58:41.087Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25132025-02-21T12:58:41.211Z[ host-package] Compiling prettyplease v0.2.29
25142025-02-21T12:58:43.233Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25152025-02-21T12:58:43.776Z[ host-package] Compiling progenitor v0.9.1
25162025-02-21T12:58:44.032Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25172025-02-21T12:58:45.825Z[ helios-setup] Feb 21 12:58:44.858 INFO E| info: downloading component 'rustfmt'
25182025-02-21T12:58:46.120Z[ helios-setup] Feb 21 12:58:45.164 INFO E| info: installing component 'cargo'
25192025-02-21T12:58:46.738Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25202025-02-21T12:58:47.379Z[ helios-setup] Feb 21 12:58:46.424 INFO E| info: installing component 'clippy'
25212025-02-21T12:58:47.830Z[ helios-setup] Feb 21 12:58:46.876 INFO E| info: installing component 'rust-docs'
25222025-02-21T12:58:55.059Z[ helios-setup] Feb 21 12:58:54.104 INFO E| info: installing component 'rust-src'
25232025-02-21T12:58:55.705Z[ helios-setup] Feb 21 12:58:54.745 INFO E| info: installing component 'rust-std'
25242025-02-21T12:58:56.576Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25252025-02-21T12:58:58.281Z[ helios-setup] Feb 21 12:58:57.317 INFO E| info: installing component 'rustc'
25262025-02-21T12:59:03.044Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272025-02-21T12:59:03.044Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282025-02-21T12:59:03.044Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25292025-02-21T12:59:03.044Z[ host-package] Compiling half v2.4.1
25302025-02-21T12:59:03.044Z[ host-package] Compiling ciborium-io v0.2.2
25312025-02-21T12:59:03.044Z[ host-package] Compiling ciborium-ll v0.2.2
25322025-02-21T12:59:03.110Z[ host-package] Compiling ciborium v0.2.2
25332025-02-21T12:59:04.255Z[ helios-setup] Feb 21 12:59:03.301 INFO E| info: installing component 'rustfmt'
25342025-02-21T12:59:05.270Z[ helios-setup] Feb 21 12:59:04.315 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25352025-02-21T12:59:06.293Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25362025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.189 INFO E| From https://github.com/oxidecomputer/amd-apcb
25372025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.189 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
25382025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.189 INFO E| * [new tag] v0.4.5 -> v0.4.5
25392025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.219 INFO E| * [new tag] v0.1.3 -> v0.1.3
25402025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.219 INFO E| * [new tag] v0.1.4 -> v0.1.4
25412025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.219 INFO E| * [new tag] v0.1.5 -> v0.1.5
25422025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.2.0 -> v0.2.0
25432025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.3.0 -> v0.3.0
25442025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.3.1 -> v0.3.1
25452025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.3.2 -> v0.3.2
25462025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.3.3 -> v0.3.3
25472025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.4.0 -> v0.4.0
25482025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.220 INFO E| * [new tag] v0.4.1 -> v0.4.1
25492025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.221 INFO E| * [new tag] v0.4.2 -> v0.4.2
25502025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.221 INFO E| * [new tag] v0.4.3 -> v0.4.3
25512025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.221 INFO E| * [new tag] v0.4.4 -> v0.4.4
25522025-02-21T12:59:06.323Z[ helios-setup] Feb 21 12:59:05.271 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25532025-02-21T12:59:06.467Z[ host-package] Compiling display-error-chain v0.2.2
25542025-02-21T12:59:06.714Z[ host-package] Compiling same-file v1.0.6
25552025-02-21T12:59:06.973Z[ host-package] Compiling fastrand v2.1.1
25562025-02-21T12:59:07.172Z[ helios-setup] Feb 21 12:59:06.216 INFO E| From https://github.com/oxidecomputer/amd-efs
25572025-02-21T12:59:07.172Z[ helios-setup] Feb 21 12:59:06.217 INFO E| * [new branch] empty -> origin/empty
25582025-02-21T12:59:07.172Z[ helios-setup] Feb 21 12:59:06.217 INFO E| * [new branch] issue-99 -> origin/issue-99
25592025-02-21T12:59:07.176Z[ helios-setup] Feb 21 12:59:06.217 INFO E| * [new branch] main -> origin/main
25602025-02-21T12:59:07.176Z[ helios-setup] Feb 21 12:59:06.217 INFO E| * [new branch] review -> origin/review
25612025-02-21T12:59:07.177Z[ helios-setup] Feb 21 12:59:06.217 INFO E| * [new ref] -> origin/HEAD
25622025-02-21T12:59:07.177Z[ helios-setup] Feb 21 12:59:06.217 INFO E| * [new tag] v0.2.0 -> v0.2.0
25632025-02-21T12:59:07.177Z[ helios-setup] Feb 21 12:59:06.217 INFO E| * [new tag] v0.2.1 -> v0.2.1
25642025-02-21T12:59:07.177Z[ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.2.2 -> v0.2.2
25652025-02-21T12:59:07.177Z[ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.2.3 -> v0.2.3
25662025-02-21T12:59:07.177Z[ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.2.4 -> v0.2.4
25672025-02-21T12:59:07.177Z[ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.2.5 -> v0.2.5
25682025-02-21T12:59:07.177Z[ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.2.6 -> v0.2.6
25692025-02-21T12:59:07.177Z[ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.2.7 -> v0.2.7
25702025-02-21T12:59:07.177Z[ helios-setup] Feb 21 12:59:06.218 INFO E| * [new tag] v0.3.0 -> v0.3.0
25712025-02-21T12:59:07.178Z[ helios-setup] Feb 21 12:59:06.219 INFO E| * [new tag] v0.3.1 -> v0.3.1
25722025-02-21T12:59:07.178Z[ helios-setup] Feb 21 12:59:06.219 INFO E| * [new tag] v0.4.0 -> v0.4.0
25732025-02-21T12:59:07.178Z[ helios-setup] Feb 21 12:59:06.219 INFO E| * [new tag] v0.4.1 -> v0.4.1
25742025-02-21T12:59:07.178Z[ helios-setup] Feb 21 12:59:06.219 INFO E| * [new tag] v0.4.2 -> v0.4.2
25752025-02-21T12:59:07.178Z[ helios-setup] Feb 21 12:59:06.219 INFO E| * [new tag] v0.4.3 -> v0.4.3
25762025-02-21T12:59:07.178Z[ helios-setup] Feb 21 12:59:06.219 INFO E| * [new tag] v0.4.4 -> v0.4.4
25772025-02-21T12:59:07.199Z[ helios-setup] Feb 21 12:59:06.244 INFO E| Updating crates.io index
25782025-02-21T12:59:07.518Z[ host-package] Compiling tempfile v3.13.0
25792025-02-21T12:59:07.909Z[ helios-setup] Feb 21 12:59:06.954 INFO E| Downloading crates ...
25802025-02-21T12:59:08.111Z[ helios-setup] Feb 21 12:59:07.156 INFO E| Downloaded atty v0.2.14
25812025-02-21T12:59:08.155Z[ helios-setup] Feb 21 12:59:07.200 INFO E| Downloaded strum v0.23.0
25822025-02-21T12:59:08.172Z[ helios-setup] Feb 21 12:59:07.203 INFO E| Downloaded fletcher v0.1.0
25832025-02-21T12:59:08.173Z[ helios-setup] Feb 21 12:59:07.213 INFO E| Downloaded proc-macro-crate v0.1.5
25842025-02-21T12:59:08.177Z[ helios-setup] Feb 21 12:59:07.215 INFO E| Downloaded memoffset v0.5.6
25852025-02-21T12:59:08.181Z[ helios-setup] Feb 21 12:59:07.223 INFO E| Downloaded parse_int v0.6.0
25862025-02-21T12:59:08.183Z[ helios-setup] Feb 21 12:59:07.227 INFO E| Downloaded unic-char-range v0.9.0
25872025-02-21T12:59:08.190Z[ helios-setup] Feb 21 12:59:07.236 INFO E| Downloaded scroll_derive v0.10.5
25882025-02-21T12:59:08.197Z[ helios-setup] Feb 21 12:59:07.242 INFO E| Downloaded unic-char-property v0.9.0
25892025-02-21T12:59:08.205Z[ helios-setup] Feb 21 12:59:07.249 INFO E| Downloaded unic-ucd-version v0.9.0
25902025-02-21T12:59:08.210Z[ helios-setup] Feb 21 12:59:07.254 INFO E| Downloaded unic-common v0.9.0
25912025-02-21T12:59:08.210Z[ helios-setup] Feb 21 12:59:07.255 INFO E| Downloaded byteorder v1.5.0
25922025-02-21T12:59:08.214Z[ helios-setup] Feb 21 12:59:07.258 INFO E| Downloaded crypto-common v0.1.6
25932025-02-21T12:59:08.215Z[ helios-setup] Feb 21 12:59:07.259 INFO E| Downloaded cpufeatures v0.2.16
25942025-02-21T12:59:08.218Z[ helios-setup] Feb 21 12:59:07.262 INFO E| Downloaded cfg-if v1.0.0
25952025-02-21T12:59:08.224Z[ helios-setup] Feb 21 12:59:07.264 INFO E| Downloaded pest_generator v2.7.15
25962025-02-21T12:59:08.225Z[ helios-setup] Feb 21 12:59:07.266 INFO E| Downloaded cfg-if v0.1.10
25972025-02-21T12:59:08.225Z[ helios-setup] Feb 21 12:59:07.268 INFO E| Downloaded bitflags v1.3.2
25982025-02-21T12:59:08.228Z[ helios-setup] Feb 21 12:59:07.273 INFO E| Downloaded strsim v0.8.0
25992025-02-21T12:59:08.234Z[ helios-setup] Feb 21 12:59:07.275 INFO E| Downloaded static_assertions v1.1.0
26002025-02-21T12:59:08.234Z[ helios-setup] Feb 21 12:59:07.277 INFO E| Downloaded rustc_version v0.2.3
26012025-02-21T12:59:08.234Z[ helios-setup] Feb 21 12:59:07.279 INFO E| Downloaded json5 v0.4.1
26022025-02-21T12:59:08.237Z[ helios-setup] Feb 21 12:59:07.282 INFO E| Downloaded plain v0.2.3
26032025-02-21T12:59:08.240Z[ helios-setup] Feb 21 12:59:07.283 INFO E| Downloaded rustversion v1.0.19
26042025-02-21T12:59:08.243Z[ helios-setup] Feb 21 12:59:07.288 INFO E| Downloaded structopt-derive v0.4.18
26052025-02-21T12:59:08.246Z[ helios-setup] Feb 21 12:59:07.291 INFO E| Downloaded strum_macros v0.23.1
26062025-02-21T12:59:08.250Z[ helios-setup] Feb 21 12:59:07.293 INFO E| Downloaded schemars_derive v0.8.21
26072025-02-21T12:59:08.253Z[ helios-setup] Feb 21 12:59:07.295 INFO E| Downloaded itoa v1.0.14
26082025-02-21T12:59:08.253Z[ helios-setup] Feb 21 12:59:07.297 INFO E| Downloaded thiserror-impl v1.0.69
26092025-02-21T12:59:08.283Z[ helios-setup] Feb 21 12:59:07.328 INFO E| Downloaded version_check v0.9.5
26102025-02-21T12:59:08.286Z[ helios-setup] Feb 21 12:59:07.330 INFO E| Downloaded vec_map v0.8.2
26112025-02-21T12:59:08.286Z[ helios-setup] Feb 21 12:59:07.331 INFO E| Downloaded thiserror-impl v2.0.11
26122025-02-21T12:59:08.294Z[ helios-setup] Feb 21 12:59:07.334 INFO E| Downloaded semver v0.9.0
26132025-02-21T12:59:08.300Z[ helios-setup] Feb 21 12:59:07.345 INFO E| Downloaded autocfg v1.4.0
26142025-02-21T12:59:08.303Z[ helios-setup] Feb 21 12:59:07.345 INFO E| Downloaded bytesize v1.3.0
26152025-02-21T12:59:08.303Z[ helios-setup] Feb 21 12:59:07.345 INFO E| Downloaded proc-macro-error v1.0.4
26162025-02-21T12:59:08.303Z[ helios-setup] Feb 21 12:59:07.345 INFO E| Downloaded ansi_term v0.12.1
26172025-02-21T12:59:08.315Z[ helios-setup] Feb 21 12:59:07.360 INFO E| Downloaded semver-parser v0.7.0
26182025-02-21T12:59:08.315Z[ helios-setup] Feb 21 12:59:07.360 INFO E| Downloaded quote v1.0.38
26192025-02-21T12:59:08.318Z[ helios-setup] Feb 21 12:59:07.360 INFO E| Downloaded serde_derive_internals v0.29.1
26202025-02-21T12:59:08.318Z[ helios-setup] Feb 21 12:59:07.360 INFO E| Downloaded pre v0.2.1
26212025-02-21T12:59:08.318Z[ helios-setup] Feb 21 12:59:07.360 INFO E| Downloaded sha2 v0.10.8
26222025-02-21T12:59:08.346Z[ host-package] Compiling walkdir v2.5.0
26232025-02-21T12:59:08.355Z[ helios-setup] Feb 21 12:59:07.394 INFO E| Downloaded thiserror v2.0.11
26242025-02-21T12:59:08.358Z[ helios-setup] Feb 21 12:59:07.401 INFO E| Downloaded modular-bitfield v0.11.2
26252025-02-21T12:59:08.372Z[ helios-setup] Feb 21 12:59:07.417 INFO E| Downloaded zerocopy v0.6.6
26262025-02-21T12:59:08.376Z[ helios-setup] Feb 21 12:59:07.421 INFO E| Downloaded unicode-ident v1.0.14
26272025-02-21T12:59:08.380Z[ helios-setup] Feb 21 12:59:07.425 INFO E| Downloaded unic-ucd-ident v0.9.0
26282025-02-21T12:59:08.383Z[ helios-setup] Feb 21 12:59:07.428 INFO E| Downloaded ucd-trie v0.1.7
26292025-02-21T12:59:08.386Z[ helios-setup] Feb 21 12:59:07.431 INFO E| Downloaded schemars v0.8.21
26302025-02-21T12:59:08.407Z[ helios-setup] Feb 21 12:59:07.451 INFO E| Downloaded serde v1.0.217
26312025-02-21T12:59:08.411Z[ helios-setup] Feb 21 12:59:07.456 INFO E| Downloaded memchr v2.7.4
26322025-02-21T12:59:08.419Z[ helios-setup] Feb 21 12:59:07.464 INFO E| Downloaded unicode-segmentation v1.12.0
26332025-02-21T12:59:08.427Z[ helios-setup] Feb 21 12:59:07.472 INFO E| Downloaded typenum v1.17.0
26342025-02-21T12:59:08.431Z[ helios-setup] Feb 21 12:59:07.476 INFO E| Downloaded pest v2.7.15
26352025-02-21T12:59:08.441Z[ helios-setup] Feb 21 12:59:07.486 INFO E| Downloaded toml v0.5.11
26362025-02-21T12:59:08.445Z[ helios-setup] Feb 21 12:59:07.490 INFO E| Downloaded structopt v0.3.26
26372025-02-21T12:59:08.458Z[ helios-setup] Feb 21 12:59:07.503 INFO E| Downloaded serde_json v1.0.135
26382025-02-21T12:59:08.470Z[ helios-setup] Feb 21 12:59:07.515 INFO E| Downloaded goblin v0.4.3
26392025-02-21T12:59:08.478Z[ helios-setup] Feb 21 12:59:07.523 INFO E| Downloaded syn v1.0.109
26402025-02-21T12:59:08.495Z[ helios-setup] Feb 21 12:59:07.540 INFO E| Downloaded unicode-width v0.1.14
26412025-02-21T12:59:08.503Z[ helios-setup] Feb 21 12:59:07.548 INFO E| Downloaded syn v2.0.96
26422025-02-21T12:59:08.523Z[ helios-setup] Feb 21 12:59:07.568 INFO E| Downloaded clap v2.34.0
26432025-02-21T12:59:08.534Z[ helios-setup] Feb 21 12:59:07.579 INFO E| Downloaded zerocopy-derive v0.6.6
26442025-02-21T12:59:08.547Z[ helios-setup] Feb 21 12:59:07.592 INFO E| Downloaded libc v0.2.169
26452025-02-21T12:59:08.573Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26462025-02-21T12:59:08.596Z[ helios-setup] Feb 21 12:59:07.641 INFO E| Downloaded serde_derive v1.0.217
26472025-02-21T12:59:08.599Z[ helios-setup] Feb 21 12:59:07.644 INFO E| Downloaded proc-macro2 v1.0.93
26482025-02-21T12:59:08.602Z[ helios-setup] Feb 21 12:59:07.647 INFO E| Downloaded num-traits v0.2.19
26492025-02-21T12:59:08.605Z[ helios-setup] Feb 21 12:59:07.650 INFO E| Downloaded ryu v1.0.18
26502025-02-21T12:59:08.609Z[ helios-setup] Feb 21 12:59:07.654 INFO E| Downloaded pre-proc-macro v0.2.1
26512025-02-21T12:59:08.612Z[ helios-setup] Feb 21 12:59:07.656 INFO E| Downloaded pest_meta v2.7.15
26522025-02-21T12:59:08.615Z[ helios-setup] Feb 21 12:59:07.659 INFO E| Downloaded pest_derive v2.7.15
26532025-02-21T12:59:08.618Z[ helios-setup] Feb 21 12:59:07.661 INFO E| Downloaded log v0.4.22
26542025-02-21T12:59:08.621Z[ helios-setup] Feb 21 12:59:07.664 INFO E| Downloaded once_cell v1.20.2
26552025-02-21T12:59:08.624Z[ helios-setup] Feb 21 12:59:07.667 INFO E| Downloaded modular-bitfield-impl v0.11.2
26562025-02-21T12:59:08.624Z[ helios-setup] Feb 21 12:59:07.668 INFO E| Downloaded scroll v0.10.2
26572025-02-21T12:59:08.629Z[ helios-setup] Feb 21 12:59:07.675 INFO E| Downloaded generic-array v0.14.7
26582025-02-21T12:59:08.630Z[ helios-setup] Feb 21 12:59:07.675 INFO E| Downloaded lazy_static v1.5.0
26592025-02-21T12:59:08.632Z[ helios-setup] Feb 21 12:59:07.675 INFO E| Downloaded thiserror v1.0.69
26602025-02-21T12:59:08.635Z[ helios-setup] Feb 21 12:59:07.679 INFO E| Downloaded textwrap v0.11.0
26612025-02-21T12:59:08.638Z[ helios-setup] Feb 21 12:59:07.681 INFO E| Downloaded dyn-clone v1.0.17
26622025-02-21T12:59:08.638Z[ helios-setup] Feb 21 12:59:07.683 INFO E| Downloaded digest v0.10.7
26632025-02-21T12:59:08.641Z[ helios-setup] Feb 21 12:59:07.685 INFO E| Downloaded paste v1.0.15
26642025-02-21T12:59:08.644Z[ helios-setup] Feb 21 12:59:07.688 INFO E| Downloaded num-derive v0.4.2
26652025-02-21T12:59:08.647Z[ helios-setup] Feb 21 12:59:07.690 INFO E| Downloaded proc-macro-error-attr v1.0.4
26662025-02-21T12:59:08.647Z[ helios-setup] Feb 21 12:59:07.691 INFO E| Downloaded heck v0.3.3
26672025-02-21T12:59:08.647Z[ helios-setup] Feb 21 12:59:07.692 INFO E| Downloaded four-cc v0.3.0
26682025-02-21T12:59:08.651Z[ helios-setup] Feb 21 12:59:07.693 INFO E| Downloaded block-buffer v0.10.4
26692025-02-21T12:59:08.687Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26702025-02-21T12:59:08.766Z[ helios-setup] Feb 21 12:59:07.811 INFO E| Compiling proc-macro2 v1.0.93
26712025-02-21T12:59:08.778Z[ helios-setup] Feb 21 12:59:07.811 INFO E| Compiling unicode-ident v1.0.14
26722025-02-21T12:59:08.778Z[ helios-setup] Feb 21 12:59:07.811 INFO E| Compiling syn v1.0.109
26732025-02-21T12:59:08.778Z[ helios-setup] Feb 21 12:59:07.811 INFO E| Compiling version_check v0.9.5
26742025-02-21T12:59:08.778Z[ helios-setup] Feb 21 12:59:07.812 INFO E| Compiling memchr v2.7.4
26752025-02-21T12:59:08.778Z[ helios-setup] Feb 21 12:59:07.812 INFO E| Compiling semver-parser v0.7.0
26762025-02-21T12:59:08.778Z[ helios-setup] Feb 21 12:59:07.812 INFO E| Compiling autocfg v1.4.0
26772025-02-21T12:59:08.778Z[ helios-setup] Feb 21 12:59:07.812 INFO E| Compiling serde v1.0.217
26782025-02-21T12:59:09.116Z[ host-package] Compiling blake3 v1.5.4
26792025-02-21T12:59:09.792Z[ helios-setup] Feb 21 12:59:08.836 INFO E| Compiling serde_json v1.0.135
26802025-02-21T12:59:10.170Z[ host-package] Compiling const_format_proc_macros v0.2.34
26812025-02-21T12:59:10.295Z[ helios-setup] Feb 21 12:59:09.339 INFO E| Compiling semver v0.9.0
26822025-02-21T12:59:10.407Z[ helios-setup] Feb 21 12:59:09.452 INFO E| Compiling thiserror v2.0.11
26832025-02-21T12:59:10.410Z[ helios-setup] Feb 21 12:59:09.452 INFO E| Compiling proc-macro-error-attr v1.0.4
26842025-02-21T12:59:10.548Z[ helios-setup] Feb 21 12:59:09.593 INFO E| Compiling proc-macro-error v1.0.4
26852025-02-21T12:59:10.789Z[ helios-setup] Feb 21 12:59:09.833 INFO E| Compiling rustc_version v0.2.3
26862025-02-21T12:59:10.949Z[ helios-setup] Feb 21 12:59:09.993 INFO E| Compiling num-traits v0.2.19
26872025-02-21T12:59:11.347Z[ helios-setup] Feb 21 12:59:10.391 INFO E| Compiling unicode-segmentation v1.12.0
26882025-02-21T12:59:11.489Z[ helios-setup] Feb 21 12:59:10.533 INFO E| Compiling itoa v1.0.14
26892025-02-21T12:59:11.816Z[ helios-setup] Feb 21 12:59:10.861 INFO E| Compiling schemars v0.8.21
26902025-02-21T12:59:11.900Z[ helios-setup] Feb 21 12:59:10.945 INFO E| Compiling ryu v1.0.18
26912025-02-21T12:59:11.929Z[ helios-setup] Feb 21 12:59:10.974 INFO E| Compiling pre-proc-macro v0.2.1
26922025-02-21T12:59:12.669Z[ helios-setup] Feb 21 12:59:11.714 INFO E| Compiling quote v1.0.38
26932025-02-21T12:59:12.802Z[ helios-setup] Feb 21 12:59:11.846 INFO E| Compiling heck v0.3.3
26942025-02-21T12:59:12.924Z[ helios-setup] Feb 21 12:59:11.969 INFO E| Compiling memoffset v0.5.6
26952025-02-21T12:59:12.935Z[ helios-setup] Feb 21 12:59:11.980 INFO E| Compiling libc v0.2.169
26962025-02-21T12:59:13.060Z[ helios-setup] Feb 21 12:59:12.096 INFO E| Compiling dyn-clone v1.0.17
26972025-02-21T12:59:13.178Z[ helios-setup] Feb 21 12:59:12.222 INFO E| Compiling thiserror v1.0.69
26982025-02-21T12:59:13.329Z[ helios-setup] Feb 21 12:59:12.374 INFO E| Compiling syn v2.0.96
26992025-02-21T12:59:13.519Z[ host-package] Compiling xattr v1.3.1
27002025-02-21T12:59:13.620Z[ helios-setup] Feb 21 12:59:12.664 INFO E| Compiling lazy_static v1.5.0
27012025-02-21T12:59:13.881Z[ helios-setup] Feb 21 12:59:12.925 INFO E| Compiling rustversion v1.0.19
27022025-02-21T12:59:13.938Z[ helios-setup] Feb 21 12:59:12.983 INFO E| Compiling paste v1.0.15
27032025-02-21T12:59:14.109Z[ helios-setup] Feb 21 12:59:13.154 INFO E| Compiling ucd-trie v0.1.7
27042025-02-21T12:59:14.260Z[ host-package] Compiling memmap2 v0.9.5
27052025-02-21T12:59:14.635Z[ host-package] Compiling filetime v0.2.25
27062025-02-21T12:59:15.108Z[ host-package] Compiling constant_time_eq v0.3.1
27072025-02-21T12:59:15.300Z[ helios-setup] Feb 21 12:59:14.344 INFO E| Compiling pre v0.2.1
27082025-02-21T12:59:15.339Z[ helios-setup] Feb 21 12:59:14.383 INFO E| Compiling once_cell v1.20.2
27092025-02-21T12:59:15.413Z[ host-package] Compiling arrayvec v0.7.6
27102025-02-21T12:59:15.746Z[ host-package] Compiling crunchy v0.2.2
27112025-02-21T12:59:16.029Z[ helios-setup] Feb 21 12:59:14.996 INFO E| Compiling cfg-if v0.1.10
27122025-02-21T12:59:16.029Z[ helios-setup] Feb 21 12:59:15.012 INFO E| Compiling byteorder v1.5.0
27132025-02-21T12:59:16.051Z[ helios-setup] Feb 21 12:59:15.096 INFO E| Compiling static_assertions v1.1.0
27142025-02-21T12:59:16.624Z[ host-package] Compiling maplit v1.0.2
27152025-02-21T12:59:16.714Z[ host-package] Compiling arrayref v0.3.9
27162025-02-21T12:59:17.076Z[ host-package] Compiling keccak v0.1.5
27172025-02-21T12:59:17.205Z[ helios-setup] Feb 21 12:59:16.249 INFO E| Compiling unicode-width v0.1.14
27182025-02-21T12:59:17.399Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27192025-02-21T12:59:18.126Z[ helios-setup] Feb 21 12:59:17.170 INFO E| Compiling atty v0.2.14
27202025-02-21T12:59:18.431Z[ helios-setup] Feb 21 12:59:17.473 INFO E| Compiling textwrap v0.11.0
27212025-02-21T12:59:18.616Z[ helios-setup] Feb 21 12:59:17.660 INFO E| Compiling strsim v0.8.0
27222025-02-21T12:59:18.647Z[ host-package] Compiling sha3 v0.10.8
27232025-02-21T12:59:18.748Z[ helios-setup] Feb 21 12:59:17.793 INFO E| Compiling ansi_term v0.12.1
27242025-02-21T12:59:19.037Z[ helios-setup] Feb 21 12:59:18.081 INFO E| Compiling unic-char-range v0.9.0
27252025-02-21T12:59:19.570Z[ host-package] Compiling tar v0.4.42
27262025-02-21T12:59:19.576Z[ helios-setup] Feb 21 12:59:18.620 INFO E| Compiling parse_int v0.6.0
27272025-02-21T12:59:19.685Z[ host-package] Compiling const_format v0.2.34
27282025-02-21T12:59:19.724Z[ helios-setup] Feb 21 12:59:18.768 INFO E| Compiling unic-common v0.9.0
27292025-02-21T12:59:19.798Z[ host-package] Compiling toolchain_find v0.4.0
27302025-02-21T12:59:19.831Z[ helios-setup] Feb 21 12:59:18.875 INFO E| Compiling fletcher v0.1.0
27312025-02-21T12:59:19.925Z[ helios-setup] Feb 21 12:59:18.969 INFO E| Compiling bitflags v1.3.2
27322025-02-21T12:59:20.099Z[ helios-setup] Feb 21 12:59:19.143 INFO E| Compiling strum v0.23.0
27332025-02-21T12:59:20.168Z[ helios-setup] Feb 21 12:59:19.213 INFO E| Compiling vec_map v0.8.2
27342025-02-21T12:59:20.171Z[ helios-setup] Feb 21 12:59:19.214 INFO E| Compiling unic-ucd-version v0.9.0
27352025-02-21T12:59:20.172Z[ helios-setup] Feb 21 12:59:19.215 INFO E| Compiling unic-char-property v0.9.0
27362025-02-21T12:59:20.172Z[ helios-setup] Feb 21 12:59:19.215 INFO E| Compiling plain v0.2.3
27372025-02-21T12:59:20.326Z[ helios-setup] Feb 21 12:59:19.370 INFO E| Compiling log v0.4.22
27382025-02-21T12:59:20.408Z[ helios-setup] Feb 21 12:59:19.452 INFO E| Compiling unic-ucd-ident v0.9.0
27392025-02-21T12:59:20.459Z[ host-package] Compiling camino-tempfile v1.1.1
27402025-02-21T12:59:20.524Z[ helios-setup] Feb 21 12:59:19.567 INFO E| Compiling bytesize v1.3.0
27412025-02-21T12:59:20.620Z[ helios-setup] Feb 21 12:59:19.664 INFO E| Compiling clap v2.34.0
27422025-02-21T12:59:21.181Z[ host-package] Compiling tiny-keccak v2.0.2
27432025-02-21T12:59:21.228Z[ host-package] Compiling topological-sort v0.2.2
27442025-02-21T12:59:21.692Z[ host-package] Compiling omicron-zone-package v0.12.0
27452025-02-21T12:59:21.900Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27462025-02-21T12:59:21.919Z[ helios-setup] Feb 21 12:59:20.964 INFO E| Compiling serde_derive_internals v0.29.1
27472025-02-21T12:59:22.685Z[ host-package] Compiling dsl_auto_type v0.1.2
27482025-02-21T12:59:22.856Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27492025-02-21T12:59:22.959Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27502025-02-21T12:59:23.532Z[ helios-setup] Feb 21 12:59:22.577 INFO E| Compiling toml v0.5.11
27512025-02-21T12:59:23.584Z[ host-package] Compiling r2d2 v0.8.10
27522025-02-21T12:59:23.851Z[ host-package] Compiling phf_generator v0.11.2
27532025-02-21T12:59:24.140Z[ host-package] Compiling ascii-canvas v3.0.0
27542025-02-21T12:59:24.526Z[ host-package] Compiling diesel_derives v2.2.3
27552025-02-21T12:59:24.655Z[ host-package] Compiling secrecy v0.8.0
27562025-02-21T12:59:25.023Z[ host-package] Compiling ena v0.14.3
27572025-02-21T12:59:25.191Z[ host-package] Compiling diff v0.1.13
27582025-02-21T12:59:25.394Z[ host-package] Compiling regex-syntax v0.6.29
27592025-02-21T12:59:25.670Z[ host-package] Compiling arc-swap v1.7.1
27602025-02-21T12:59:26.169Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27612025-02-21T12:59:26.407Z[ helios-setup] Feb 21 12:59:25.452 INFO E| Compiling proc-macro-crate v0.1.5
27622025-02-21T12:59:27.006Z[ host-package] Compiling slog-scope v4.4.0
27632025-02-21T12:59:27.187Z[ host-package] Compiling phf_codegen v0.11.2
27642025-02-21T12:59:27.809Z[ helios-setup] Feb 21 12:59:26.853 INFO E| Compiling serde_derive v1.0.217
27652025-02-21T12:59:27.809Z[ helios-setup] Feb 21 12:59:26.853 INFO E| Compiling thiserror-impl v2.0.11
27662025-02-21T12:59:27.881Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27672025-02-21T12:59:28.300Z[ helios-setup] Feb 21 12:59:27.344 INFO E| Compiling schemars_derive v0.8.21
27682025-02-21T12:59:28.426Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27692025-02-21T12:59:28.784Z[ helios-setup] Feb 21 12:59:27.829 INFO E| Compiling zerocopy-derive v0.6.6
27702025-02-21T12:59:29.022Z[ host-package] Compiling universal-hash v0.5.1
27712025-02-21T12:59:29.317Z[ helios-setup] Feb 21 12:59:28.361 INFO E| Compiling thiserror-impl v1.0.69
27722025-02-21T12:59:29.495Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27732025-02-21T12:59:29.643Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27742025-02-21T12:59:29.792Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27752025-02-21T12:59:31.507Z[ helios-setup] Feb 21 12:59:30.551 INFO E| Compiling num-derive v0.4.2
27762025-02-21T12:59:32.351Z[ helios-setup] Feb 21 12:59:31.395 INFO E| Compiling zerocopy v0.6.6
27772025-02-21T12:59:34.058Z[ host-package] Compiling lalrpop v0.19.12
27782025-02-21T12:59:34.219Z[ helios-setup] Feb 21 12:59:33.263 INFO E| Compiling pest v2.7.15
27792025-02-21T12:59:34.521Z[ host-package] Compiling parse-zoneinfo v0.3.1
27802025-02-21T12:59:34.645Z[ host-package] Compiling unicase v2.7.0
27812025-02-21T12:59:35.249Z[ host-package] Compiling opaque-debug v0.3.1
27822025-02-21T12:59:35.311Z[ helios-setup] Feb 21 12:59:34.355 INFO E| Compiling modular-bitfield-impl v0.11.2
27832025-02-21T12:59:35.472Z[ host-package] Compiling ref-cast v1.0.23
27842025-02-21T12:59:36.258Z[ helios-setup] Feb 21 12:59:35.302 INFO E| Compiling scroll_derive v0.10.5
27852025-02-21T12:59:36.436Z[ helios-setup] Feb 21 12:59:35.479 INFO E| Compiling strum_macros v0.23.1
27862025-02-21T12:59:36.892Z[ host-package] Compiling chrono-tz-build v0.4.0
27872025-02-21T12:59:37.054Z[ host-package] Compiling poly1305 v0.8.0
27882025-02-21T12:59:38.715Z[ host-package] Compiling thiserror-no-std v2.0.2
27892025-02-21T12:59:38.957Z[ helios-setup] Feb 21 12:59:38.001 INFO E| Compiling structopt-derive v0.4.18
27902025-02-21T12:59:39.119Z[ host-package] Compiling slog-stdlog v4.1.1
27912025-02-21T12:59:39.367Z[ helios-setup] Feb 21 12:59:38.411 INFO E| Compiling pest_meta v2.7.15
27922025-02-21T12:59:39.798Z[ helios-setup] Feb 21 12:59:38.842 INFO E| Compiling scroll v0.10.2
27932025-02-21T12:59:40.719Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27942025-02-21T12:59:41.219Z[ helios-setup] Feb 21 12:59:40.263 INFO E| Compiling modular-bitfield v0.11.2
27952025-02-21T12:59:41.316Z[ helios-setup] Feb 21 12:59:40.338 INFO E| Compiling goblin v0.4.3
27962025-02-21T12:59:41.528Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27972025-02-21T12:59:41.817Z[ helios-setup] Feb 21 12:59:40.860 INFO E| Compiling pest_generator v2.7.15
27982025-02-21T12:59:41.926Z[ host-package] Compiling derive_builder_core v0.20.2
27992025-02-21T12:59:42.162Z[ host-package] Compiling chacha20 v0.9.1
28002025-02-21T12:59:43.160Z[ host-package] Compiling headers-core v0.3.0
28012025-02-21T12:59:43.680Z[ host-package] Compiling diesel v2.2.7
28022025-02-21T12:59:44.118Z[ host-package] Compiling aead v0.5.2
28032025-02-21T12:59:44.714Z[ helios-setup] Feb 21 12:59:43.757 INFO E| Compiling structopt v0.3.26
28042025-02-21T12:59:44.878Z[ host-package] Compiling libxml v0.3.3
28052025-02-21T12:59:45.524Z[ host-package] Compiling ref-cast-impl v1.0.23
28062025-02-21T12:59:45.619Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28072025-02-21T12:59:46.445Z[ helios-setup] Feb 21 12:59:45.488 INFO E| Compiling pest_derive v2.7.15
28082025-02-21T12:59:46.645Z[ host-package] Compiling vte v0.11.1
28092025-02-21T12:59:47.499Z[ host-package] Compiling derive_builder_macro v0.20.2
28102025-02-21T12:59:48.676Z[ host-package] Compiling chacha20poly1305 v0.10.1
28112025-02-21T12:59:48.707Z[ host-package] Compiling headers v0.4.0
28122025-02-21T12:59:49.213Z[ host-package] Compiling slog-envlogger v2.2.0
28132025-02-21T12:59:51.601Z[ helios-setup] Feb 21 12:59:50.644 INFO E| Compiling json5 v0.4.1
28142025-02-21T12:59:52.054Z[ host-package] Compiling vsss-rs v3.3.4
28152025-02-21T12:59:53.673Z[ host-package] Compiling chrono-tz v0.10.1
28162025-02-21T12:59:54.652Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28172025-02-21T12:59:57.675Z[ helios-setup] Feb 21 12:59:56.719 INFO E| Compiling four-cc v0.3.0
28182025-02-21T12:59:57.676Z[ helios-setup] Feb 21 12:59:56.719 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28192025-02-21T12:59:57.906Z[ helios-setup] Feb 21 12:59:56.950 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
28202025-02-21T12:59:58.308Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28212025-02-21T12:59:58.763Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28222025-02-21T12:59:58.854Z[ host-package] Compiling strum_macros v0.24.3
28232025-02-21T13:00:03.058Z[ host-package] Compiling fxhash v0.2.1
28242025-02-21T13:00:03.748Z[ host-package] Compiling samael v0.0.17
28252025-02-21T13:00:04.464Z[ host-package] Compiling bytecount v0.6.8
28262025-02-21T13:00:05.082Z[ host-package] Compiling indoc v1.0.9
28272025-02-21T13:00:06.314Z[ host-package] Compiling papergrid v0.11.0
28282025-02-21T13:00:06.468Z[ host-package] Compiling polar-core v0.27.3
28292025-02-21T13:00:11.537Z[ host-package] Compiling derive_builder v0.20.2
28302025-02-21T13:00:11.811Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28312025-02-21T13:00:18.355Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28322025-02-21T13:00:18.823Z[ host-package] Compiling tabled_derive v0.7.0
28332025-02-21T13:00:21.293Z[ host-package] Compiling itertools v0.12.1
28342025-02-21T13:00:21.336Z[ host-package] Compiling fd-lock v4.0.2
28352025-02-21T13:00:21.682Z[ host-package] Compiling peg-macros v0.8.4
28362025-02-21T13:00:25.254Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372025-02-21T13:00:25.291Z[ host-package] Compiling kstat-rs v0.2.4
28382025-02-21T13:00:26.305Z[ host-package] Compiling oso-derive v0.27.3
28392025-02-21T13:00:26.372Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28402025-02-21T13:00:27.299Z[ host-package] Compiling quick-xml v0.33.0
28412025-02-21T13:00:27.612Z[ host-package] Compiling diesel-dtrace v0.4.2
28422025-02-21T13:00:27.994Z[ host-package] Compiling nu-ansi-term v0.50.1
28432025-02-21T13:00:28.392Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28442025-02-21T13:00:29.500Z[ host-package] Compiling reedline v0.35.0
28452025-02-21T13:00:38.210Z[ host-package] Compiling oso v0.27.3
28462025-02-21T13:00:39.598Z[ host-package] Compiling peg v0.8.4
28472025-02-21T13:00:39.765Z[ host-package] Compiling tabled v0.15.0
28482025-02-21T13:00:41.433Z[ helios-setup] Feb 21 13:00:40.475 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28492025-02-21T13:00:52.464Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28502025-02-21T13:00:55.533Z[ helios-setup] Feb 21 13:00:54.572 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28512025-02-21T13:00:57.315Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28522025-02-21T13:01:02.637Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28532025-02-21T13:01:04.242Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28542025-02-21T13:01:05.305Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28552025-02-21T13:01:05.822Z[ host-package] Compiling bb8 v0.8.5
28562025-02-21T13:01:06.739Z[ host-package] Compiling bcs v0.1.6
28572025-02-21T13:01:07.563Z[ host-package] Compiling libz-sys v1.1.20
28582025-02-21T13:01:08.435Z[ host-package] Compiling nanorand v0.7.0
28592025-02-21T13:01:09.144Z[ host-package] Compiling termtree v0.5.1
28602025-02-21T13:01:09.509Z[ host-package] Compiling parking_lot_core v0.8.6
28612025-02-21T13:01:10.160Z[ host-package] Compiling flume v0.11.1
28622025-02-21T13:01:12.048Z[ host-package] Compiling async-bb8-diesel v0.2.1
28632025-02-21T13:01:13.218Z[ host-package] Compiling mime_guess v2.0.5
28642025-02-21T13:01:15.262Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28652025-02-21T13:01:15.393Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28662025-02-21T13:01:20.640Z[ host-package] Compiling nibble_vec v0.1.0
28672025-02-21T13:01:20.881Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28682025-02-21T13:01:20.971Z[ host-package] Compiling atty v0.2.14
28692025-02-21T13:01:21.447Z[ host-package] Compiling endian-type v0.1.2
28702025-02-21T13:01:21.896Z[ host-package] Compiling salty v0.3.0
28712025-02-21T13:01:21.899Z[ host-package] Compiling http-range v0.1.5
28722025-02-21T13:01:22.710Z[ host-package] Compiling radix_trie v0.2.1
28732025-02-21T13:01:23.887Z[ host-package] Compiling parking_lot v0.11.2
28742025-02-21T13:01:28.965Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28752025-02-21T13:01:29.862Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28762025-02-21T13:01:35.169Z[ host-package] Compiling hyper-staticfile v0.10.1
28772025-02-21T13:01:38.103Z[ host-package] Compiling sled v0.34.7
28782025-02-21T13:01:39.255Z[ host-package] Compiling hickory-client v0.24.3
28792025-02-21T13:01:41.595Z[ helios-setup] Feb 21 13:01:40.635 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 36s
28802025-02-21T13:01:41.709Z[ helios-setup] Feb 21 13:01:40.749 INFO building project "amd-host-image-builder" ok (186 seconds)
28812025-02-21T13:01:41.712Z[ helios-setup] Feb 21 13:01:40.749 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28822025-02-21T13:01:41.712Z[ helios-setup] Feb 21 13:01:40.749 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28832025-02-21T13:01:41.946Z[ helios-setup] Feb 21 13:01:40.985 INFO E| Downloading crates ...
28842025-02-21T13:01:42.063Z[ helios-setup] Feb 21 13:01:41.103 INFO E| Downloaded miniz_oxide v0.7.2
28852025-02-21T13:01:42.126Z[ helios-setup] Feb 21 13:01:41.164 INFO E| Compiling adler v1.0.2
28862025-02-21T13:01:42.274Z[ helios-setup] Feb 21 13:01:41.313 INFO E| Compiling miniz_oxide v0.7.2
28872025-02-21T13:01:44.799Z[ helios-setup] Feb 21 13:01:43.839 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28882025-02-21T13:01:45.615Z[ helios-setup] Feb 21 13:01:44.654 INFO E| Finished `release` profile [optimized] target(s) in 3.80s
28892025-02-21T13:01:45.626Z[ helios-setup] Feb 21 13:01:44.666 INFO building project "pinprick" ok (3 seconds)
28902025-02-21T13:01:45.626Z[ helios-setup] Feb 21 13:01:44.666 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28912025-02-21T13:01:45.626Z[ helios-setup] Feb 21 13:01:44.666 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28922025-02-21T13:01:45.933Z[ helios-setup] Feb 21 13:01:44.973 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28932025-02-21T13:01:46.365Z[ helios-setup] Feb 21 13:01:45.405 INFO E| From https://github.com/jclulow/rust-jmclib
28942025-02-21T13:01:46.365Z[ helios-setup] Feb 21 13:01:45.405 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28952025-02-21T13:01:46.385Z[ helios-setup] Feb 21 13:01:45.425 INFO E| Updating crates.io index
28962025-02-21T13:01:46.571Z[ helios-setup] Feb 21 13:01:45.611 INFO E| Downloading crates ...
28972025-02-21T13:01:46.639Z[ helios-setup] Feb 21 13:01:45.678 INFO E| Downloaded glob v0.3.1
28982025-02-21T13:01:46.641Z[ helios-setup] Feb 21 13:01:45.681 INFO E| Downloaded block-buffer v0.9.0
28992025-02-21T13:01:46.644Z[ helios-setup] Feb 21 13:01:45.682 INFO E| Downloaded bitflags v2.3.3
29002025-02-21T13:01:46.647Z[ helios-setup] Feb 21 13:01:45.686 INFO E| Downloaded digest v0.9.0
29012025-02-21T13:01:46.649Z[ helios-setup] Feb 21 13:01:45.688 INFO E| Downloaded toml v0.5.11
29022025-02-21T13:01:46.654Z[ helios-setup] Feb 21 13:01:45.693 INFO E| Downloaded md-5 v0.9.1
29032025-02-21T13:01:46.656Z[ helios-setup] Feb 21 13:01:45.696 INFO E| Downloaded opaque-debug v0.3.0
29042025-02-21T13:01:46.660Z[ helios-setup] Feb 21 13:01:45.697 INFO E| Downloaded libdevinfo-sys v1.0.0
29052025-02-21T13:01:46.660Z[ helios-setup] Feb 21 13:01:45.698 INFO E| Downloaded itoa v1.0.9
29062025-02-21T13:01:46.665Z[ helios-setup] Feb 21 13:01:45.705 INFO E| Downloaded walkdir v2.3.3
29072025-02-21T13:01:46.670Z[ helios-setup] Feb 21 13:01:45.710 INFO E| Downloaded sha-1 v0.9.8
29082025-02-21T13:01:46.673Z[ helios-setup] Feb 21 13:01:45.713 INFO E| Downloaded cpufeatures v0.2.9
29092025-02-21T13:01:46.705Z[ helios-setup] Feb 21 13:01:45.745 INFO E| Downloaded uuid v0.8.2
29102025-02-21T13:01:46.710Z[ helios-setup] Feb 21 13:01:45.750 INFO E| Downloaded serde_derive v1.0.193
29112025-02-21T13:01:46.714Z[ helios-setup] Feb 21 13:01:45.754 INFO E| Downloaded fastrand v2.0.0
29122025-02-21T13:01:46.716Z[ helios-setup] Feb 21 13:01:45.756 INFO E| Downloaded errno v0.3.1
29132025-02-21T13:01:46.719Z[ helios-setup] Feb 21 13:01:45.758 INFO E| Downloaded unicode-ident v1.0.11
29142025-02-21T13:01:46.722Z[ helios-setup] Feb 21 13:01:45.762 INFO E| Downloaded proc-macro2 v1.0.66
29152025-02-21T13:01:46.726Z[ helios-setup] Feb 21 13:01:45.766 INFO E| Downloaded typenum v1.16.0
29162025-02-21T13:01:46.730Z[ helios-setup] Feb 21 13:01:45.770 INFO E| Downloaded anyhow v1.0.72
29172025-02-21T13:01:46.742Z[ helios-setup] Feb 21 13:01:45.781 INFO E| Downloaded serde v1.0.193
29182025-02-21T13:01:46.747Z[ helios-setup] Feb 21 13:01:45.787 INFO E| Downloaded ryu v1.0.15
29192025-02-21T13:01:46.752Z[ helios-setup] Feb 21 13:01:45.792 INFO E| Downloaded once_cell v1.18.0
29202025-02-21T13:01:46.757Z[ helios-setup] Feb 21 13:01:45.796 INFO E| Downloaded tempfile v3.7.0
29212025-02-21T13:01:46.760Z[ helios-setup] Feb 21 13:01:45.799 INFO E| Downloaded quote v1.0.31
29222025-02-21T13:01:46.764Z[ helios-setup] Feb 21 13:01:45.804 INFO E| Downloaded getrandom v0.2.10
29232025-02-21T13:01:46.769Z[ helios-setup] Feb 21 13:01:45.809 INFO E| Downloaded serde_json v1.0.103
29242025-02-21T13:01:46.781Z[ helios-setup] Feb 21 13:01:45.821 INFO E| Downloaded rustix v0.38.4
29252025-02-21T13:01:46.813Z[ helios-setup] Feb 21 13:01:45.852 INFO E| Downloaded syn v2.0.32
29262025-02-21T13:01:46.853Z[ helios-setup] Feb 21 13:01:45.892 INFO E| Downloaded libc v0.2.147
29272025-02-21T13:01:46.888Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29282025-02-21T13:01:46.970Z[ helios-setup] Feb 21 13:01:46.009 INFO E| Compiling libc v0.2.147
29292025-02-21T13:01:46.970Z[ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling proc-macro2 v1.0.66
29302025-02-21T13:01:46.970Z[ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling unicode-ident v1.0.11
29312025-02-21T13:01:46.975Z[ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling cfg-if v1.0.0
29322025-02-21T13:01:46.975Z[ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling version_check v0.9.4
29332025-02-21T13:01:46.975Z[ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling typenum v1.16.0
29342025-02-21T13:01:46.975Z[ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling serde v1.0.193
29352025-02-21T13:01:46.975Z[ helios-setup] Feb 21 13:01:46.010 INFO E| Compiling rustix v0.38.4
29362025-02-21T13:01:47.197Z[ helios-setup] Feb 21 13:01:46.237 INFO E| Compiling num-conv v0.1.0
29372025-02-21T13:01:47.602Z[ helios-setup] Feb 21 13:01:46.641 INFO E| Compiling slog v2.7.0
29382025-02-21T13:01:47.635Z[ helios-setup] Feb 21 13:01:46.675 INFO E| Compiling powerfmt v0.2.0
29392025-02-21T13:01:48.182Z[ helios-setup] Feb 21 13:01:47.222 INFO E| Compiling itoa v1.0.9
29402025-02-21T13:01:48.182Z[ helios-setup] Feb 21 13:01:47.222 INFO E| Compiling time-core v0.1.2
29412025-02-21T13:01:48.347Z[ helios-setup] Feb 21 13:01:47.386 INFO E| Compiling generic-array v0.14.7
29422025-02-21T13:01:48.525Z[ helios-setup] Feb 21 13:01:47.564 INFO E| Compiling time-macros v0.2.18
29432025-02-21T13:01:48.773Z[ helios-setup] Feb 21 13:01:47.812 INFO E| Compiling deranged v0.3.11
29442025-02-21T13:01:48.845Z[ helios-setup] Feb 21 13:01:47.884 INFO E| Compiling num_threads v0.1.6
29452025-02-21T13:01:48.979Z[ helios-setup] Feb 21 13:01:48.018 INFO E| Compiling once_cell v1.18.0
29462025-02-21T13:01:49.048Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29472025-02-21T13:01:49.214Z[ helios-setup] Feb 21 13:01:48.254 INFO E| Compiling bitflags v2.3.3
29482025-02-21T13:01:49.863Z[ helios-setup] Feb 21 13:01:48.902 INFO E| Compiling thread_local v1.1.7
29492025-02-21T13:01:50.058Z[ helios-setup] Feb 21 13:01:49.098 INFO E| Compiling fastrand v2.0.0
29502025-02-21T13:01:50.189Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29512025-02-21T13:01:50.491Z[ helios-setup] Feb 21 13:01:49.530 INFO E| Compiling quote v1.0.31
29522025-02-21T13:01:51.118Z[ helios-setup] Feb 21 13:01:50.157 INFO E| Compiling dirs-sys-next v0.1.2
29532025-02-21T13:01:51.209Z[ helios-setup] Feb 21 13:01:50.248 INFO E| Compiling errno v0.3.1
29542025-02-21T13:01:51.241Z[ helios-setup] Feb 21 13:01:50.280 INFO E| Compiling atty v0.2.14
29552025-02-21T13:01:51.347Z[ helios-setup] Feb 21 13:01:50.386 INFO E| Compiling syn v2.0.32
29562025-02-21T13:01:51.682Z[ helios-setup] Feb 21 13:01:50.721 INFO E| Compiling dirs-next v2.0.0
29572025-02-21T13:01:51.764Z[ helios-setup] Feb 21 13:01:50.804 INFO E| Compiling opaque-debug v0.3.0
29582025-02-21T13:01:51.863Z[ helios-setup] Feb 21 13:01:50.902 INFO E| Compiling anyhow v1.0.72
29592025-02-21T13:01:52.066Z[ helios-setup] Feb 21 13:01:51.105 INFO E| Compiling term v0.7.0
29602025-02-21T13:01:52.133Z[ helios-setup] Feb 21 13:01:51.172 INFO E| Compiling block-buffer v0.9.0
29612025-02-21T13:01:52.203Z[ helios-setup] Feb 21 13:01:51.241 INFO E| Compiling digest v0.9.0
29622025-02-21T13:01:52.239Z[ helios-setup] Feb 21 13:01:51.249 INFO E| Compiling serde_json v1.0.103
29632025-02-21T13:01:52.575Z[ helios-setup] Feb 21 13:01:51.613 INFO E| Compiling getrandom v0.2.10
29642025-02-21T13:01:52.732Z[ helios-setup] Feb 21 13:01:51.771 INFO E| Compiling unicode-width v0.1.10
29652025-02-21T13:01:53.112Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29662025-02-21T13:01:53.117Z[ helios-setup] Feb 21 13:01:52.157 INFO E| Compiling same-file v1.0.6
29672025-02-21T13:01:53.363Z[ helios-setup] Feb 21 13:01:52.402 INFO E| Compiling ryu v1.0.15
29682025-02-21T13:01:53.713Z[ helios-setup] Feb 21 13:01:52.751 INFO E| Compiling cpufeatures v0.2.9
29692025-02-21T13:01:53.842Z[ helios-setup] Feb 21 13:01:52.882 INFO E| Compiling sha-1 v0.9.8
29702025-02-21T13:01:53.848Z[ helios-setup] Feb 21 13:01:52.887 INFO E| Compiling walkdir v2.3.3
29712025-02-21T13:01:54.142Z[ helios-setup] Feb 21 13:01:53.181 INFO E| Compiling time v0.3.36
29722025-02-21T13:01:54.241Z[ helios-setup] Feb 21 13:01:53.280 INFO E| Compiling getopts v0.2.21
29732025-02-21T13:01:54.768Z[ helios-setup] Feb 21 13:01:53.807 INFO E| Compiling tempfile v3.7.0
29742025-02-21T13:01:55.127Z[ helios-setup] Feb 21 13:01:54.167 INFO E| Compiling md-5 v0.9.1
29752025-02-21T13:01:55.163Z[ helios-setup] Feb 21 13:01:54.202 INFO E| Compiling glob v0.3.1
29762025-02-21T13:01:55.224Z[ helios-setup] Feb 21 13:01:54.263 INFO E| Compiling libdevinfo-sys v1.0.0
29772025-02-21T13:01:57.633Z[ helios-setup] Feb 21 13:01:56.672 INFO E| Compiling slog-term v2.9.0
29782025-02-21T13:01:57.760Z[ helios-setup] Feb 21 13:01:56.799 INFO E| Compiling serde_derive v1.0.193
29792025-02-21T13:02:00.067Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29802025-02-21T13:02:04.547Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29812025-02-21T13:02:05.852Z[ host-package] Compiling hickory-server v0.24.3
29822025-02-21T13:02:05.921Z[ host-package] Compiling primeorder v0.13.6
29832025-02-21T13:02:06.204Z[ host-package] Compiling vergen v8.3.2
29842025-02-21T13:02:06.591Z[ host-package] Compiling castaway v0.2.3
29852025-02-21T13:02:06.594Z[ host-package] Compiling env_filter v0.1.2
29862025-02-21T13:02:06.830Z[ host-package] Compiling cargo-platform v0.1.8
29872025-02-21T13:02:07.335Z[ host-package] Compiling cargo_metadata v0.18.1
29882025-02-21T13:02:08.298Z[ host-package] Compiling env_logger v0.11.5
29892025-02-21T13:02:09.452Z[ helios-setup] Feb 21 13:02:08.491 INFO E| Compiling toml v0.5.11
29902025-02-21T13:02:09.452Z[ helios-setup] Feb 21 13:02:08.491 INFO E| Compiling uuid v0.8.2
29912025-02-21T13:02:09.947Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29922025-02-21T13:02:10.593Z[ host-package] Compiling compact_str v0.8.0
29932025-02-21T13:02:11.475Z[ helios-setup] Feb 21 13:02:10.513 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29942025-02-21T13:02:13.088Z[ helios-setup] Feb 21 13:02:12.127 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29952025-02-21T13:02:13.731Z[ host-package] Compiling p384 v0.13.0
29962025-02-21T13:02:18.958Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29972025-02-21T13:02:21.506Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29982025-02-21T13:02:21.553Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29992025-02-21T13:02:21.775Z[ host-package] Compiling git2 v0.19.0
30002025-02-21T13:02:22.473Z[ helios-setup] Feb 21 13:02:21.511 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.74s
30012025-02-21T13:02:22.508Z[ helios-setup] Feb 21 13:02:21.546 INFO building project "image-builder" ok (36 seconds)
30022025-02-21T13:02:22.508Z[ helios-setup] Feb 21 13:02:21.546 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30032025-02-21T13:02:22.508Z[ helios-setup] Feb 21 13:02:21.546 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30042025-02-21T13:02:22.763Z[ helios-setup] Feb 21 13:02:21.800 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
30052025-02-21T13:02:22.971Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30062025-02-21T13:02:23.885Z[ helios-setup] Feb 21 13:02:22.923 INFO E| From https://github.com/oxidecomputer/progenitor
30072025-02-21T13:02:23.885Z[ helios-setup] Feb 21 13:02:22.923 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
30082025-02-21T13:02:23.991Z[ helios-setup] Feb 21 13:02:23.029 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30092025-02-21T13:02:24.441Z[ helios-setup] Feb 21 13:02:23.478 INFO E| From https://github.com/jclulow/hiercmd
30102025-02-21T13:02:24.441Z[ helios-setup] Feb 21 13:02:23.478 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
30112025-02-21T13:02:24.457Z[ helios-setup] Feb 21 13:02:23.496 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
30122025-02-21T13:02:24.910Z[ helios-setup] Feb 21 13:02:23.948 INFO E| From https://github.com/jclulow/network-interface
30132025-02-21T13:02:24.910Z[ helios-setup] Feb 21 13:02:23.948 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
30142025-02-21T13:02:24.947Z[ helios-setup] Feb 21 13:02:23.985 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30152025-02-21T13:02:25.356Z[ helios-setup] Feb 21 13:02:24.394 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30162025-02-21T13:02:25.356Z[ helios-setup] Feb 21 13:02:24.394 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30172025-02-21T13:02:25.392Z[ helios-setup] Feb 21 13:02:24.430 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
30182025-02-21T13:02:26.133Z[ helios-setup] Feb 21 13:02:25.172 INFO E| From https://github.com/oxidecomputer/facade
30192025-02-21T13:02:26.134Z[ helios-setup] Feb 21 13:02:25.172 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
30202025-02-21T13:02:26.177Z[ helios-setup] Feb 21 13:02:25.216 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
30212025-02-21T13:02:27.264Z[ helios-setup] Feb 21 13:02:26.302 INFO E| From https://github.com/oxidecomputer/dropshot
30222025-02-21T13:02:27.264Z[ helios-setup] Feb 21 13:02:26.302 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
30232025-02-21T13:02:27.306Z[ helios-setup] Feb 21 13:02:26.344 INFO E| Updating crates.io index
30242025-02-21T13:02:27.343Z[ helios-setup] Feb 21 13:02:26.381 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
30252025-02-21T13:02:28.134Z[ helios-setup] Feb 21 13:02:27.172 INFO E| From https://github.com/oxidecomputer/typify
30262025-02-21T13:02:28.134Z[ helios-setup] Feb 21 13:02:27.172 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
30272025-02-21T13:02:28.548Z[ helios-setup] Feb 21 13:02:27.586 INFO E| Downloading crates ...
30282025-02-21T13:02:28.720Z[ helios-setup] Feb 21 13:02:27.758 INFO E| Downloaded async-stream-impl v0.3.5
30292025-02-21T13:02:28.766Z[ helios-setup] Feb 21 13:02:27.804 INFO E| Downloaded const-random-macro v0.1.15
30302025-02-21T13:02:28.769Z[ helios-setup] Feb 21 13:02:27.806 INFO E| Downloaded concolor-override v1.0.0
30312025-02-21T13:02:28.772Z[ helios-setup] Feb 21 13:02:27.807 INFO E| Downloaded byteorder v1.4.3
30322025-02-21T13:02:28.810Z[ helios-setup] Feb 21 13:02:27.847 INFO E| Downloaded serde_derive v1.0.204
30332025-02-21T13:02:28.814Z[ helios-setup] Feb 21 13:02:27.852 INFO E| Downloaded rustfmt-wrapper v0.2.0
30342025-02-21T13:02:28.816Z[ helios-setup] Feb 21 13:02:27.855 INFO E| Downloaded project-root v0.2.2
30352025-02-21T13:02:28.819Z[ helios-setup] Feb 21 13:02:27.856 INFO E| Downloaded const-random v0.1.15
30362025-02-21T13:02:28.885Z[ helios-setup] Feb 21 13:02:27.923 INFO E| Downloaded signal-hook-registry v1.4.0
30372025-02-21T13:02:28.889Z[ helios-setup] Feb 21 13:02:27.925 INFO E| Downloaded ahash v0.7.6
30382025-02-21T13:02:28.892Z[ helios-setup] Feb 21 13:02:27.930 INFO E| Downloaded serde_yaml v0.9.21
30392025-02-21T13:02:28.901Z[ helios-setup] Feb 21 13:02:27.938 INFO E| Downloaded slog-bunyan v2.4.0
30402025-02-21T13:02:28.903Z[ helios-setup] Feb 21 13:02:27.941 INFO E| Downloaded strsim v0.10.0
30412025-02-21T13:02:28.906Z[ helios-setup] Feb 21 13:02:27.944 INFO E| Downloaded smawk v0.3.1
30422025-02-21T13:02:28.908Z[ helios-setup] Feb 21 13:02:27.947 INFO E| Downloaded futures-io v0.3.28
30432025-02-21T13:02:28.911Z[ helios-setup] Feb 21 13:02:27.948 INFO E| Downloaded slog-async v2.7.0
30442025-02-21T13:02:28.913Z[ helios-setup] Feb 21 13:02:27.951 INFO E| Downloaded tokio-macros v2.0.0
30452025-02-21T13:02:28.916Z[ helios-setup] Feb 21 13:02:27.953 INFO E| Downloaded smartstring v1.0.1
30462025-02-21T13:02:28.919Z[ helios-setup] Feb 21 13:02:27.958 INFO E| Downloaded time v0.1.45
30472025-02-21T13:02:28.923Z[ helios-setup] Feb 21 13:02:27.961 INFO E| Downloaded try-lock v0.2.4
30482025-02-21T13:02:28.926Z[ helios-setup] Feb 21 13:02:27.963 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30492025-02-21T13:02:28.929Z[ helios-setup] Feb 21 13:02:27.967 INFO E| Downloaded toolchain_find v0.2.0
30502025-02-21T13:02:28.931Z[ helios-setup] Feb 21 13:02:27.969 INFO E| Downloaded home v0.5.4
30512025-02-21T13:02:28.934Z[ helios-setup] Feb 21 13:02:27.971 INFO E| Downloaded camino v1.1.4
30522025-02-21T13:02:28.937Z[ helios-setup] Feb 21 13:02:27.974 INFO E| Downloaded tinyvec v1.6.0
30532025-02-21T13:02:28.942Z[ helios-setup] Feb 21 13:02:27.980 INFO E| Downloaded thiserror v1.0.38
30542025-02-21T13:02:28.949Z[ helios-setup] Feb 21 13:02:27.987 INFO E| Downloaded want v0.3.0
30552025-02-21T13:02:28.952Z[ helios-setup] Feb 21 13:02:27.989 INFO E| Downloaded fastrand v1.9.0
30562025-02-21T13:02:28.955Z[ helios-setup] Feb 21 13:02:27.992 INFO E| Downloaded digest v0.10.6
30572025-02-21T13:02:28.957Z[ helios-setup] Feb 21 13:02:27.995 INFO E| Downloaded socket2 v0.4.9
30582025-02-21T13:02:28.960Z[ helios-setup] Feb 21 13:02:27.998 INFO E| Downloaded rhai_codegen v1.5.0
30592025-02-21T13:02:28.975Z[ helios-setup] Feb 21 13:02:28.013 INFO E| Downloaded toml_datetime v0.6.1
30602025-02-21T13:02:28.979Z[ helios-setup] Feb 21 13:02:28.015 INFO E| Downloaded serde_tokenstream v0.2.0
30612025-02-21T13:02:28.982Z[ helios-setup] Feb 21 13:02:28.020 INFO E| Downloaded percent-encoding v2.2.0
30622025-02-21T13:02:28.988Z[ helios-setup] Feb 21 13:02:28.022 INFO E| Downloaded bincode v1.3.3
30632025-02-21T13:02:28.992Z[ helios-setup] Feb 21 13:02:28.026 INFO E| Downloaded cargo-lock v8.0.3
30642025-02-21T13:02:28.994Z[ helios-setup] Feb 21 13:02:28.031 INFO E| Downloaded parking_lot_core v0.9.6
30652025-02-21T13:02:28.997Z[ helios-setup] Feb 21 13:02:28.034 INFO E| Downloaded utf8parse v0.2.1
30662025-02-21T13:02:28.999Z[ helios-setup] Feb 21 13:02:28.036 INFO E| Downloaded ipnet v2.7.2
30672025-02-21T13:02:29.002Z[ helios-setup] Feb 21 13:02:28.038 INFO E| Downloaded clap_derive v4.2.0
30682025-02-21T13:02:29.004Z[ helios-setup] Feb 21 13:02:28.042 INFO E| Downloaded rustls-pemfile v1.0.2
30692025-02-21T13:02:29.007Z[ helios-setup] Feb 21 13:02:28.045 INFO E| Downloaded futures v0.3.28
30702025-02-21T13:02:29.016Z[ helios-setup] Feb 21 13:02:28.054 INFO E| Downloaded unicode-bidi v0.3.13
30712025-02-21T13:02:29.020Z[ helios-setup] Feb 21 13:02:28.058 INFO E| Downloaded proc-macro2 v1.0.86
30722025-02-21T13:02:29.024Z[ helios-setup] Feb 21 13:02:28.062 INFO E| Downloaded unicode-ident v1.0.8
30732025-02-21T13:02:29.028Z[ helios-setup] Feb 21 13:02:28.067 INFO E| Downloaded serde v1.0.204
30742025-02-21T13:02:29.034Z[ helios-setup] Feb 21 13:02:28.072 INFO E| Downloaded ryu v1.0.13
30752025-02-21T13:02:29.045Z[ helios-setup] Feb 21 13:02:28.083 INFO E| Downloaded tracing v0.1.37
30762025-02-21T13:02:29.052Z[ helios-setup] Feb 21 13:02:28.090 INFO E| Downloaded rustls-webpki v0.100.1
30772025-02-21T13:02:29.084Z[ helios-setup] Feb 21 13:02:28.122 INFO E| Downloaded tokio-util v0.7.7
30782025-02-21T13:02:29.115Z[ helios-setup] Feb 21 13:02:28.153 INFO E| Downloaded toml_edit v0.19.8
30792025-02-21T13:02:29.164Z[ helios-setup] Feb 21 13:02:28.202 INFO E| Downloaded unicode-normalization v0.1.22
30802025-02-21T13:02:29.169Z[ helios-setup] Feb 21 13:02:28.207 INFO E| Downloaded http v0.2.9
30812025-02-21T13:02:29.176Z[ helios-setup] Feb 21 13:02:28.214 INFO E| Downloaded winnow v0.4.1
30822025-02-21T13:02:29.191Z[ helios-setup] Feb 21 13:02:28.229 INFO E| Downloaded pest v2.5.7
30832025-02-21T13:02:29.223Z[ helios-setup] Feb 21 13:02:28.261 INFO E| Downloaded aho-corasick v0.7.20
30842025-02-21T13:02:29.229Z[ helios-setup] Feb 21 13:02:28.267 INFO E| Downloaded syn v1.0.107
30852025-02-21T13:02:29.247Z[ helios-setup] Feb 21 13:02:28.285 INFO E| Downloaded syn v2.0.72
30862025-02-21T13:02:29.266Z[ helios-setup] Feb 21 13:02:28.304 INFO E| Downloaded rayon v1.6.1
30872025-02-21T13:02:29.281Z[ helios-setup] Feb 21 13:02:28.319 INFO E| Downloaded clap_builder v4.2.1
30882025-02-21T13:02:29.294Z[ helios-setup] Feb 21 13:02:28.332 INFO E| Downloaded futures-util v0.3.28
30892025-02-21T13:02:29.315Z[ helios-setup] Feb 21 13:02:28.353 INFO E| Downloaded h2 v0.3.16
30902025-02-21T13:02:29.326Z[ helios-setup] Feb 21 13:02:28.364 INFO E| Downloaded git2 v0.16.1
30912025-02-21T13:02:29.340Z[ helios-setup] Feb 21 13:02:28.378 INFO E| Downloaded rustls v0.21.0
30922025-02-21T13:02:29.359Z[ helios-setup] Feb 21 13:02:28.397 INFO E| Downloaded hyper v0.14.25
30932025-02-21T13:02:29.373Z[ helios-setup] Feb 21 13:02:28.411 INFO E| Downloaded chrono v0.4.24
30942025-02-21T13:02:29.385Z[ helios-setup] Feb 21 13:02:28.423 INFO E| Downloaded regress v0.5.0
30952025-02-21T13:02:29.399Z[ helios-setup] Feb 21 13:02:28.437 INFO E| Downloaded rustix v0.37.3
30962025-02-21T13:02:29.432Z[ helios-setup] Feb 21 13:02:28.469 INFO E| Downloaded idna v0.3.0
30972025-02-21T13:02:29.443Z[ helios-setup] Feb 21 13:02:28.480 INFO E| Downloaded regex v1.7.3
30982025-02-21T13:02:29.457Z[ helios-setup] Feb 21 13:02:28.495 INFO E| Downloaded reqwest v0.11.16
30992025-02-21T13:02:29.470Z[ helios-setup] Feb 21 13:02:28.508 INFO E| Downloaded rhai v1.14.0
31002025-02-21T13:02:29.491Z[ helios-setup] Feb 21 13:02:28.529 INFO E| Downloaded crossbeam-channel v0.5.6
31012025-02-21T13:02:29.498Z[ helios-setup] Feb 21 13:02:28.536 INFO E| Downloaded serde_json v1.0.95
31022025-02-21T13:02:29.511Z[ helios-setup] Feb 21 13:02:28.549 INFO E| Downloaded mio v0.8.5
31032025-02-21T13:02:29.521Z[ helios-setup] Feb 21 13:02:28.559 INFO E| Downloaded openapiv3 v1.0.2
31042025-02-21T13:02:29.542Z[ helios-setup] Feb 21 13:02:28.580 INFO E| Downloaded ahash v0.8.3
31052025-02-21T13:02:29.546Z[ helios-setup] Feb 21 13:02:28.584 INFO E| Downloaded uuid v1.3.0
31062025-02-21T13:02:29.552Z[ helios-setup] Feb 21 13:02:28.590 INFO E| Downloaded unsafe-libyaml v0.2.8
31072025-02-21T13:02:29.557Z[ helios-setup] Feb 21 13:02:28.595 INFO E| Downloaded unicode-linebreak v0.1.4
31082025-02-21T13:02:29.560Z[ helios-setup] Feb 21 13:02:28.598 INFO E| Downloaded clap v4.2.1
31092025-02-21T13:02:29.574Z[ helios-setup] Feb 21 13:02:28.612 INFO E| Downloaded schemars v0.8.12
31102025-02-21T13:02:29.593Z[ helios-setup] Feb 21 13:02:28.631 INFO E| Downloaded rayon-core v1.10.2
31112025-02-21T13:02:29.600Z[ helios-setup] Feb 21 13:02:28.638 INFO E| Downloaded tokio v1.27.0
31122025-02-21T13:02:29.654Z[ helios-setup] Feb 21 13:02:28.692 INFO E| Downloaded memchr v2.5.0
31132025-02-21T13:02:29.660Z[ helios-setup] Feb 21 13:02:28.698 INFO E| Downloaded url v2.3.1
31142025-02-21T13:02:29.668Z[ helios-setup] Feb 21 13:02:28.706 INFO E| Downloaded tracing-core v0.1.30
31152025-02-21T13:02:29.672Z[ helios-setup] Feb 21 13:02:28.710 INFO E| Downloaded bytes v1.4.0
31162025-02-21T13:02:29.690Z[ helios-setup] Feb 21 13:02:28.728 INFO E| Downloaded cc v1.0.78
31172025-02-21T13:02:29.694Z[ helios-setup] Feb 21 13:02:28.732 INFO E| Downloaded base64 v0.21.0
31182025-02-21T13:02:29.700Z[ helios-setup] Feb 21 13:02:28.738 INFO E| Downloaded ucd-trie v0.1.5
31192025-02-21T13:02:29.703Z[ helios-setup] Feb 21 13:02:28.741 INFO E| Downloaded tungstenite v0.18.0
31202025-02-21T13:02:29.707Z[ helios-setup] Feb 21 13:02:28.746 INFO E| Downloaded toml v0.7.3
31212025-02-21T13:02:29.713Z[ helios-setup] Feb 21 13:02:28.751 INFO E| Downloaded num-traits v0.2.15
31222025-02-21T13:02:29.718Z[ helios-setup] Feb 21 13:02:28.756 INFO E| Downloaded crossbeam-utils v0.8.14
31232025-02-21T13:02:29.723Z[ helios-setup] Feb 21 13:02:28.761 INFO E| Downloaded libc v0.2.139
31242025-02-21T13:02:29.764Z[ helios-setup] Feb 21 13:02:28.801 INFO E| Downloaded textwrap v0.16.0
31252025-02-21T13:02:29.767Z[ helios-setup] Feb 21 13:02:28.805 INFO E| Downloaded parking_lot v0.12.1
31262025-02-21T13:02:29.770Z[ helios-setup] Feb 21 13:02:28.809 INFO E| Downloaded crossbeam-epoch v0.9.13
31272025-02-21T13:02:29.775Z[ helios-setup] Feb 21 13:02:28.813 INFO E| Downloaded anyhow v1.0.68
31282025-02-21T13:02:29.780Z[ helios-setup] Feb 21 13:02:28.819 INFO E| Downloaded jobserver v0.1.26
31292025-02-21T13:02:29.791Z[ helios-setup] Feb 21 13:02:28.829 INFO E| Downloaded async-trait v0.1.68
31302025-02-21T13:02:29.796Z[ helios-setup] Feb 21 13:02:28.834 INFO E| Downloaded semver v1.0.17
31312025-02-21T13:02:29.801Z[ helios-setup] Feb 21 13:02:28.838 INFO E| Downloaded semver v0.11.0
31322025-02-21T13:02:29.803Z[ helios-setup] Feb 21 13:02:28.841 INFO E| Downloaded anstream v0.2.6
31332025-02-21T13:02:29.806Z[ helios-setup] Feb 21 13:02:28.844 INFO E| Downloaded tokio-tungstenite v0.18.0
31342025-02-21T13:02:29.809Z[ helios-setup] Feb 21 13:02:28.847 INFO E| Downloaded tokio-rustls v0.24.0
31352025-02-21T13:02:29.812Z[ helios-setup] Feb 21 13:02:28.850 INFO E| Downloaded quote v1.0.36
31362025-02-21T13:02:29.817Z[ helios-setup] Feb 21 13:02:28.854 INFO E| Downloaded paste v1.0.12
31372025-02-21T13:02:29.821Z[ helios-setup] Feb 21 13:02:28.859 INFO E| Downloaded once_cell v1.17.0
31382025-02-21T13:02:29.824Z[ helios-setup] Feb 21 13:02:28.863 INFO E| Downloaded log v0.4.17
31392025-02-21T13:02:29.828Z[ helios-setup] Feb 21 13:02:28.866 INFO E| Downloaded lock_api v0.4.9
31402025-02-21T13:02:29.831Z[ helios-setup] Feb 21 13:02:28.869 INFO E| Downloaded io-lifetimes v1.0.10
31412025-02-21T13:02:29.835Z[ helios-setup] Feb 21 13:02:28.873 INFO E| Downloaded httparse v1.8.0
31422025-02-21T13:02:29.838Z[ helios-setup] Feb 21 13:02:28.876 INFO E| Downloaded getrandom v0.2.8
31432025-02-21T13:02:29.843Z[ helios-setup] Feb 21 13:02:28.880 INFO E| Downloaded futures-channel v0.3.28
31442025-02-21T13:02:29.846Z[ helios-setup] Feb 21 13:02:28.883 INFO E| Downloaded scopeguard v1.1.0
31452025-02-21T13:02:29.849Z[ helios-setup] Feb 21 13:02:28.885 INFO E| Downloaded schemars_derive v0.8.12
31462025-02-21T13:02:29.851Z[ helios-setup] Feb 21 13:02:28.888 INFO E| Downloaded pin-project-lite v0.2.9
31472025-02-21T13:02:29.857Z[ helios-setup] Feb 21 13:02:28.895 INFO E| Downloaded itoa v1.0.6
31482025-02-21T13:02:29.859Z[ helios-setup] Feb 21 13:02:28.897 INFO E| Downloaded anstyle-parse v0.1.1
31492025-02-21T13:02:29.865Z[ helios-setup] Feb 21 13:02:28.903 INFO E| Downloaded tower-service v0.3.2
31502025-02-21T13:02:29.868Z[ helios-setup] Feb 21 13:02:28.905 INFO E| Downloaded sct v0.7.0
31512025-02-21T13:02:29.872Z[ helios-setup] Feb 21 13:02:28.910 INFO E| Downloaded proc-macro-crate v1.2.1
31522025-02-21T13:02:29.874Z[ helios-setup] Feb 21 13:02:28.912 INFO E| Downloaded num_cpus v1.15.0
31532025-02-21T13:02:29.878Z[ helios-setup] Feb 21 13:02:28.916 INFO E| Downloaded sha2 v0.10.6
31542025-02-21T13:02:29.881Z[ helios-setup] Feb 21 13:02:28.920 INFO E| Downloaded lazy_static v1.4.0
31552025-02-21T13:02:29.884Z[ helios-setup] Feb 21 13:02:28.922 INFO E| Downloaded either v1.8.0
31562025-02-21T13:02:29.887Z[ helios-setup] Feb 21 13:02:28.924 INFO E| Downloaded dyn-clone v1.0.11
31572025-02-21T13:02:29.889Z[ helios-setup] Feb 21 13:02:28.926 INFO E| Downloaded num_enum v0.5.7
31582025-02-21T13:02:29.893Z[ helios-setup] Feb 21 13:02:28.932 INFO E| Downloaded memoffset v0.7.1
31592025-02-21T13:02:29.896Z[ helios-setup] Feb 21 13:02:28.934 INFO E| Downloaded iana-time-zone v0.1.56
31602025-02-21T13:02:29.899Z[ helios-setup] Feb 21 13:02:28.936 INFO E| Downloaded futures-executor v0.3.28
31612025-02-21T13:02:29.901Z[ helios-setup] Feb 21 13:02:28.938 INFO E| Downloaded clap_lex v0.4.1
31622025-02-21T13:02:29.903Z[ helios-setup] Feb 21 13:02:28.940 INFO E| Downloaded tempfile v3.5.0
31632025-02-21T13:02:29.906Z[ helios-setup] Feb 21 13:02:28.943 INFO E| Downloaded is-terminal v0.4.7
31642025-02-21T13:02:29.909Z[ helios-setup] Feb 21 13:02:28.945 INFO E| Downloaded http-body v0.4.5
31652025-02-21T13:02:29.912Z[ helios-setup] Feb 21 13:02:28.947 INFO E| Downloaded thiserror-impl v1.0.38
31662025-02-21T13:02:29.912Z[ helios-setup] Feb 21 13:02:28.949 INFO E| Downloaded terminal_size v0.2.6
31672025-02-21T13:02:29.915Z[ helios-setup] Feb 21 13:02:28.951 INFO E| Downloaded num-integer v0.1.45
31682025-02-21T13:02:29.917Z[ helios-setup] Feb 21 13:02:28.954 INFO E| Downloaded concolor-query v0.3.3
31692025-02-21T13:02:29.917Z[ helios-setup] Feb 21 13:02:28.955 INFO E| Downloaded anstyle v0.3.5
31702025-02-21T13:02:29.923Z[ helios-setup] Feb 21 13:02:28.958 INFO E| Downloaded smallvec v1.10.0
31712025-02-21T13:02:29.923Z[ helios-setup] Feb 21 13:02:28.961 INFO E| Downloaded semver-parser v0.10.2
31722025-02-21T13:02:29.926Z[ helios-setup] Feb 21 13:02:28.963 INFO E| Downloaded num_enum_derive v0.5.7
31732025-02-21T13:02:29.929Z[ helios-setup] Feb 21 13:02:28.965 INFO E| Downloaded futures-task v0.3.28
31742025-02-21T13:02:29.929Z[ helios-setup] Feb 21 13:02:28.967 INFO E| Downloaded futures-macro v0.3.28
31752025-02-21T13:02:29.932Z[ helios-setup] Feb 21 13:02:28.968 INFO E| Downloaded encoding_rs v0.8.32
31762025-02-21T13:02:29.966Z[ helios-setup] Feb 21 13:02:29.004 INFO E| Downloaded spin v0.5.2
31772025-02-21T13:02:29.969Z[ helios-setup] Feb 21 13:02:29.006 INFO E| Downloaded crossbeam-deque v0.8.2
31782025-02-21T13:02:29.971Z[ helios-setup] Feb 21 13:02:29.008 INFO E| Downloaded slab v0.4.7
31792025-02-21T13:02:29.972Z[ helios-setup] Feb 21 13:02:29.009 INFO E| Downloaded sha1 v0.10.5
31802025-02-21T13:02:29.974Z[ helios-setup] Feb 21 13:02:29.011 INFO E| Downloaded serde_path_to_error v0.1.11
31812025-02-21T13:02:29.977Z[ helios-setup] Feb 21 13:02:29.013 INFO E| Downloaded ppv-lite86 v0.2.17
31822025-02-21T13:02:29.977Z[ helios-setup] Feb 21 13:02:29.015 INFO E| Downloaded pkg-config v0.3.26
31832025-02-21T13:02:29.980Z[ helios-setup] Feb 21 13:02:29.016 INFO E| Downloaded httpdate v1.0.2
31842025-02-21T13:02:29.980Z[ helios-setup] Feb 21 13:02:29.018 INFO E| Downloaded futures-sink v0.3.28
31852025-02-21T13:02:29.983Z[ helios-setup] Feb 21 13:02:29.019 INFO E| Downloaded futures-core v0.3.28
31862025-02-21T13:02:29.984Z[ helios-setup] Feb 21 13:02:29.021 INFO E| Downloaded serde_spanned v0.6.1
31872025-02-21T13:02:29.987Z[ helios-setup] Feb 21 13:02:29.022 INFO E| Downloaded serde_derive_internals v0.26.0
31882025-02-21T13:02:29.987Z[ helios-setup] Feb 21 13:02:29.024 INFO E| Downloaded form_urlencoded v1.1.0
31892025-02-21T13:02:29.992Z[ helios-setup] Feb 21 13:02:29.026 INFO E| Downloaded built v0.6.0
31902025-02-21T13:02:29.992Z[ helios-setup] Feb 21 13:02:29.027 INFO E| Downloaded autocfg v1.1.0
31912025-02-21T13:02:29.995Z[ helios-setup] Feb 21 13:02:29.029 INFO E| Downloaded async-stream v0.3.5
31922025-02-21T13:02:30.081Z[ helios-setup] Feb 21 13:02:29.119 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31932025-02-21T13:02:30.381Z[ helios-setup] Feb 21 13:02:29.419 INFO E| Downloaded libz-sys v1.1.8
31942025-02-21T13:02:30.567Z[ host-package] Compiling unicode-truncate v1.1.0
31952025-02-21T13:02:30.685Z[ helios-setup] Feb 21 13:02:29.723 INFO E| Downloaded ring v0.16.20
31962025-02-21T13:02:30.955Z[ host-package] Compiling lru v0.12.5
31972025-02-21T13:02:31.048Z[ helios-setup] Feb 21 13:02:30.085 INFO E| Compiling proc-macro2 v1.0.86
31982025-02-21T13:02:31.048Z[ helios-setup] Feb 21 13:02:30.086 INFO E| Compiling libc v0.2.139
31992025-02-21T13:02:31.050Z[ helios-setup] Feb 21 13:02:30.086 INFO E| Compiling unicode-ident v1.0.8
32002025-02-21T13:02:31.050Z[ helios-setup] Feb 21 13:02:30.086 INFO E| Compiling autocfg v1.1.0
32012025-02-21T13:02:31.050Z[ helios-setup] Feb 21 13:02:30.086 INFO E| Compiling cfg-if v1.0.0
32022025-02-21T13:02:31.050Z[ helios-setup] Feb 21 13:02:30.086 INFO E| Compiling version_check v0.9.4
32032025-02-21T13:02:31.050Z[ helios-setup] Feb 21 13:02:30.086 INFO E| Compiling serde v1.0.204
32042025-02-21T13:02:31.051Z[ helios-setup] Feb 21 13:02:30.087 INFO E| Compiling syn v1.0.107
32052025-02-21T13:02:31.602Z[ helios-setup] Feb 21 13:02:30.640 INFO E| Compiling memchr v2.5.0
32062025-02-21T13:02:31.605Z[ host-package] Compiling rand_seeder v0.3.0
32072025-02-21T13:02:31.753Z[ host-package] Compiling libsqlite3-sys v0.30.1
32082025-02-21T13:02:31.943Z[ helios-setup] Feb 21 13:02:30.981 INFO E| Compiling once_cell v1.17.0
32092025-02-21T13:02:32.274Z[ host-package] Compiling lzma-sys v0.1.20
32102025-02-21T13:02:32.482Z[ helios-setup] Feb 21 13:02:31.520 INFO E| Compiling log v0.4.17
32112025-02-21T13:02:32.768Z[ host-package] Compiling instability v0.3.2
32122025-02-21T13:02:32.820Z[ helios-setup] Feb 21 13:02:31.858 INFO E| Compiling thiserror v1.0.38
32132025-02-21T13:02:33.242Z[ helios-setup] Feb 21 13:02:32.280 INFO E| Compiling itoa v1.0.6
32142025-02-21T13:02:33.640Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
32152025-02-21T13:02:33.651Z[ helios-setup] Feb 21 13:02:32.689 INFO E| Compiling serde_json v1.0.95
32162025-02-21T13:02:33.957Z[ host-package] Compiling cassowary v0.3.0
32172025-02-21T13:02:34.546Z[ helios-setup] Feb 21 13:02:33.584 INFO E| Compiling scopeguard v1.1.0
32182025-02-21T13:02:34.716Z[ host-package] Compiling indoc v2.0.5
32192025-02-21T13:02:34.813Z[ helios-setup] Feb 21 13:02:33.851 INFO E| Compiling getrandom v0.2.8
32202025-02-21T13:02:34.903Z[ host-package] Compiling rustls v0.21.12
32212025-02-21T13:02:34.919Z[ helios-setup] Feb 21 13:02:33.957 INFO E| Compiling pin-project-lite v0.2.9
32222025-02-21T13:02:34.988Z[ helios-setup] Feb 21 13:02:34.025 INFO E| Compiling indexmap v1.9.3
32232025-02-21T13:02:35.150Z[ helios-setup] Feb 21 13:02:34.188 INFO E| Compiling bytes v1.4.0
32242025-02-21T13:02:35.463Z[ helios-setup] Feb 21 13:02:34.500 INFO E| Compiling jobserver v0.1.26
32252025-02-21T13:02:35.784Z[ helios-setup] Feb 21 13:02:34.822 INFO E| Compiling quote v1.0.36
32262025-02-21T13:02:35.888Z[ helios-setup] Feb 21 13:02:34.926 INFO E| Compiling futures-core v0.3.28
32272025-02-21T13:02:36.098Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32282025-02-21T13:02:36.131Z[ helios-setup] Feb 21 13:02:35.169 INFO E| Compiling cc v1.0.78
32292025-02-21T13:02:36.222Z[ host-package] Compiling ratatui v0.29.0
32302025-02-21T13:02:36.370Z[ helios-setup] Feb 21 13:02:35.407 INFO E| Compiling num-integer v0.1.45
32312025-02-21T13:02:36.509Z[ helios-setup] Feb 21 13:02:35.546 INFO E| Compiling ryu v1.0.13
32322025-02-21T13:02:36.699Z[ helios-setup] Feb 21 13:02:35.732 INFO E| Compiling syn v2.0.72
32332025-02-21T13:02:37.773Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32342025-02-21T13:02:37.926Z[ helios-setup] Feb 21 13:02:36.964 INFO E| Compiling lock_api v0.4.9
32352025-02-21T13:02:38.319Z[ helios-setup] Feb 21 13:02:37.356 INFO E| Compiling bitflags v1.3.2
32362025-02-21T13:02:38.347Z[ helios-setup] Feb 21 13:02:37.385 INFO E| Compiling typenum v1.16.0
32372025-02-21T13:02:38.438Z[ helios-setup] Feb 21 13:02:37.476 INFO E| Compiling parking_lot_core v0.9.6
32382025-02-21T13:02:38.605Z[ helios-setup] Feb 21 13:02:37.643 INFO E| Compiling num_cpus v1.15.0
32392025-02-21T13:02:39.092Z[ helios-setup] Feb 21 13:02:38.130 INFO E| Compiling slab v0.4.7
32402025-02-21T13:02:39.334Z[ helios-setup] Feb 21 13:02:38.371 INFO E| Compiling generic-array v0.14.6
32412025-02-21T13:02:39.395Z[ helios-setup] Feb 21 13:02:38.429 INFO E| Compiling futures-channel v0.3.28
32422025-02-21T13:02:39.545Z[ helios-setup] Feb 21 13:02:38.570 INFO E| Compiling futures-sink v0.3.28
32432025-02-21T13:02:39.702Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32442025-02-21T13:02:40.100Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32452025-02-21T13:02:40.176Z[ helios-setup] Feb 21 13:02:39.214 INFO E| Compiling futures-task v0.3.28
32462025-02-21T13:02:40.321Z[ helios-setup] Feb 21 13:02:39.359 INFO E| Compiling tokio v1.27.0
32472025-02-21T13:02:40.394Z[ helios-setup] Feb 21 13:02:39.431 INFO E| Compiling futures-util v0.3.28
32482025-02-21T13:02:41.508Z[ helios-setup] Feb 21 13:02:40.546 INFO E| Compiling mio v0.8.5
32492025-02-21T13:02:41.770Z[ helios-setup] Feb 21 13:02:40.807 INFO E| Compiling signal-hook-registry v1.4.0
32502025-02-21T13:02:41.811Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32512025-02-21T13:02:42.003Z[ helios-setup] Feb 21 13:02:41.040 INFO E| Compiling socket2 v0.4.9
32522025-02-21T13:02:42.137Z[ helios-setup] Feb 21 13:02:41.175 INFO E| Compiling pin-utils v0.1.0
32532025-02-21T13:02:42.149Z[ helios-setup] Feb 21 13:02:41.186 INFO E| Compiling schemars v0.8.12
32542025-02-21T13:02:42.471Z[ helios-setup] Feb 21 13:02:41.508 INFO E| Compiling futures-io v0.3.28
32552025-02-21T13:02:42.559Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32562025-02-21T13:02:43.441Z[ helios-setup] Feb 21 13:02:42.478 INFO E| Compiling num-traits v0.2.15
32572025-02-21T13:02:43.443Z[ helios-setup] Feb 21 13:02:42.479 INFO E| Compiling ahash v0.7.6
32582025-02-21T13:02:44.366Z[ helios-setup] Feb 21 13:02:43.404 INFO E| Compiling crunchy v0.2.2
32592025-02-21T13:02:44.523Z[ helios-setup] Feb 21 13:02:43.560 INFO E| Compiling io-lifetimes v1.0.10
32602025-02-21T13:02:45.233Z[ helios-setup] Feb 21 13:02:44.271 INFO E| Compiling ahash v0.8.3
32612025-02-21T13:02:45.860Z[ helios-setup] Feb 21 13:02:44.898 INFO E| Compiling crypto-common v0.1.6
32622025-02-21T13:02:46.036Z[ helios-setup] Feb 21 13:02:45.073 INFO E| Compiling block-buffer v0.10.3
32632025-02-21T13:02:46.229Z[ helios-setup] Feb 21 13:02:45.266 INFO E| Compiling tiny-keccak v2.0.2
32642025-02-21T13:02:46.759Z[ helios-setup] Feb 21 13:02:45.797 INFO E| Compiling slog v2.7.0
32652025-02-21T13:02:46.763Z[ helios-setup] Feb 21 13:02:45.797 INFO E| Compiling rustix v0.37.3
32662025-02-21T13:02:46.946Z[ helios-setup] Feb 21 13:02:45.983 INFO E| Compiling hashbrown v0.12.3
32672025-02-21T13:02:47.067Z[ helios-setup] Feb 21 13:02:46.104 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
32682025-02-21T13:02:47.252Z[ helios-setup] Feb 21 13:02:46.290 INFO E| Compiling crossbeam-utils v0.8.14
32692025-02-21T13:02:48.362Z[ helios-setup] Feb 21 13:02:47.400 INFO E| Compiling serde_derive_internals v0.26.0
32702025-02-21T13:02:48.488Z[ host-package] Compiling sct v0.7.1
32712025-02-21T13:02:48.604Z[ host-package] Compiling rustls-webpki v0.101.7
32722025-02-21T13:02:48.983Z[ helios-setup] Feb 21 13:02:48.020 INFO E| Compiling digest v0.10.6
32732025-02-21T13:02:49.561Z[ host-package] Compiling heck v0.3.3
32742025-02-21T13:02:49.653Z[ helios-setup] Feb 21 13:02:48.658 INFO E| Compiling errno v0.3.1
32752025-02-21T13:02:50.237Z[ helios-setup] Feb 21 13:02:49.256 INFO E| Compiling fnv v1.0.7
32762025-02-21T13:02:50.249Z[ host-package] Compiling csv-core v0.1.11
32772025-02-21T13:02:50.261Z[ helios-setup] Feb 21 13:02:49.282 INFO E| Compiling pkg-config v0.3.26
32782025-02-21T13:02:50.261Z[ helios-setup] Feb 21 13:02:49.294 INFO E| Compiling unicode-width v0.1.10
32792025-02-21T13:02:50.933Z[ helios-setup] Feb 21 13:02:49.970 INFO E| Compiling cpufeatures v0.2.5
32802025-02-21T13:02:51.118Z[ helios-setup] Feb 21 13:02:50.155 INFO E| Compiling anyhow v1.0.68
32812025-02-21T13:02:51.358Z[ helios-setup] Feb 21 13:02:50.395 INFO E| Compiling http v0.2.9
32822025-02-21T13:02:52.184Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32832025-02-21T13:02:53.142Z[ host-package] Compiling glob v0.3.2
32842025-02-21T13:02:54.233Z[ helios-setup] Feb 21 13:02:53.270 INFO E| Compiling aho-corasick v0.7.20
32852025-02-21T13:02:55.562Z[ helios-setup] Feb 21 13:02:54.597 INFO E| Compiling thiserror-impl v1.0.38
32862025-02-21T13:02:55.944Z[ helios-setup] Feb 21 13:02:54.980 INFO E| Compiling schemars_derive v0.8.12
32872025-02-21T13:02:56.064Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32882025-02-21T13:02:56.162Z[ helios-setup] Feb 21 13:02:55.198 INFO E| Compiling serde_derive v1.0.204
32892025-02-21T13:02:56.624Z[ helios-setup] Feb 21 13:02:55.661 INFO E| Compiling tokio-macros v2.0.0
32902025-02-21T13:02:56.927Z[ helios-setup] Feb 21 13:02:55.964 INFO E| Compiling futures-macro v0.3.28
32912025-02-21T13:02:57.098Z[ host-package] Compiling csv v1.3.1
32922025-02-21T13:02:57.742Z[ helios-setup] Feb 21 13:02:56.779 INFO E| Compiling httparse v1.8.0
32932025-02-21T13:02:57.814Z[ helios-setup] Feb 21 13:02:56.850 INFO E| Compiling regex-syntax v0.6.29
32942025-02-21T13:02:58.819Z[ helios-setup] Feb 21 13:02:57.856 INFO E| Compiling heck v0.4.1
32952025-02-21T13:02:59.907Z[ helios-setup] Feb 21 13:02:58.944 INFO E| Compiling tinyvec_macros v0.1.1
32962025-02-21T13:02:59.946Z[ helios-setup] Feb 21 13:02:58.983 INFO E| Compiling percent-encoding v2.2.0
32972025-02-21T13:03:00.248Z[ helios-setup] Feb 21 13:02:59.285 INFO E| Compiling tinyvec v1.6.0
32982025-02-21T13:03:00.450Z[ host-package] Compiling zone_cfg_derive v0.1.2
32992025-02-21T13:03:00.513Z[ helios-setup] Feb 21 13:02:59.550 INFO E| Compiling form_urlencoded v1.1.0
33002025-02-21T13:03:01.142Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33012025-02-21T13:03:01.731Z[ helios-setup] Feb 21 13:03:00.768 INFO E| Compiling const-random-macro v0.1.15
33022025-02-21T13:03:02.123Z[ helios-setup] Feb 21 13:03:01.160 INFO E| Compiling hashbrown v0.13.2
33032025-02-21T13:03:03.600Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
33042025-02-21T13:03:03.636Z[ helios-setup] Feb 21 13:03:02.672 INFO E| Compiling chrono v0.4.24
33052025-02-21T13:03:04.066Z[ helios-setup] Feb 21 13:03:03.103 INFO E| Compiling libz-sys v1.1.8
33062025-02-21T13:03:04.350Z[ helios-setup] Feb 21 13:03:03.387 INFO E| Compiling regex v1.7.3
33072025-02-21T13:03:04.591Z[ helios-setup] Feb 21 13:03:03.628 INFO E| Compiling getopts v0.2.21
33082025-02-21T13:03:05.871Z[ helios-setup] Feb 21 13:03:04.907 INFO E| Compiling memoffset v0.7.1
33092025-02-21T13:03:07.184Z[ helios-setup] Feb 21 13:03:06.220 INFO E| Compiling powerfmt v0.2.0
33102025-02-21T13:03:07.468Z[ helios-setup] Feb 21 13:03:06.505 INFO E| Compiling dyn-clone v1.0.11
33112025-02-21T13:03:07.536Z[ helios-setup] Feb 21 13:03:06.572 INFO E| Compiling uuid v1.3.0
33122025-02-21T13:03:07.907Z[ helios-setup] Feb 21 13:03:06.943 INFO E| Compiling num-conv v0.1.0
33132025-02-21T13:03:08.122Z[ helios-setup] Feb 21 13:03:07.158 INFO E| Compiling time-core v0.1.2
33142025-02-21T13:03:08.479Z[ helios-setup] Feb 21 13:03:07.516 INFO E| Compiling deranged v0.3.11
33152025-02-21T13:03:08.987Z[ helios-setup] Feb 21 13:03:08.024 INFO E| Compiling regress v0.5.0
33162025-02-21T13:03:08.995Z[ helios-setup] Feb 21 13:03:08.031 INFO E| Compiling time-macros v0.2.18
33172025-02-21T13:03:09.261Z[ helios-setup] Feb 21 13:03:08.296 INFO E| Compiling unicode-normalization v0.1.22
33182025-02-21T13:03:09.778Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33192025-02-21T13:03:11.820Z[ helios-setup] Feb 21 13:03:10.856 INFO E| Compiling const-random v0.1.15
33202025-02-21T13:03:12.145Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33212025-02-21T13:03:13.037Z[ helios-setup] Feb 21 13:03:12.073 INFO E| Compiling tracing-core v0.1.30
33222025-02-21T13:03:13.953Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
33232025-02-21T13:03:14.220Z[ helios-setup] Feb 21 13:03:13.256 INFO E| Compiling crossbeam-epoch v0.9.13
33242025-02-21T13:03:14.314Z[ helios-setup] Feb 21 13:03:13.351 INFO E| Compiling num_threads v0.1.6
33252025-02-21T13:03:14.387Z[ helios-setup] Feb 21 13:03:13.424 INFO E| Compiling ucd-trie v0.1.5
33262025-02-21T13:03:14.626Z[ helios-setup] Feb 21 13:03:13.662 INFO E| Compiling unicode-bidi v0.3.13
33272025-02-21T13:03:17.111Z[ helios-setup] Feb 21 13:03:16.148 INFO E| Compiling idna v0.3.0
33282025-02-21T13:03:18.157Z[ helios-setup] Feb 21 13:03:17.194 INFO E| Compiling time v0.3.36
33292025-02-21T13:03:18.527Z[ helios-setup] Feb 21 13:03:17.563 INFO E| Compiling pest v2.5.7
33302025-02-21T13:03:20.639Z[ helios-setup] Feb 21 13:03:19.676 INFO E| Compiling toml v0.5.11
33312025-02-21T13:03:21.456Z[ helios-setup] Feb 21 13:03:20.492 INFO E| Compiling serde_tokenstream v0.2.0
33322025-02-21T13:03:22.356Z[ helios-setup] Feb 21 13:03:21.392 INFO E| Compiling smallvec v1.10.0
33332025-02-21T13:03:24.519Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33342025-02-21T13:03:24.592Z[ helios-setup] Feb 21 13:03:23.628 INFO E| Compiling parking_lot v0.12.1
33352025-02-21T13:03:27.029Z[ helios-setup] Feb 21 13:03:26.065 INFO E| Compiling tracing v0.1.37
33362025-02-21T13:03:28.110Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33372025-02-21T13:03:29.120Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33382025-02-21T13:03:29.129Z[ helios-setup] Feb 21 13:03:28.165 INFO E| Compiling crossbeam-channel v0.5.6
33392025-02-21T13:03:30.158Z[ helios-setup] Feb 21 13:03:29.194 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33402025-02-21T13:03:30.203Z[ helios-setup] Feb 21 13:03:29.238 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
33412025-02-21T13:03:31.321Z[ helios-setup] Feb 21 13:03:30.357 INFO E| Compiling dirs-sys-next v0.1.2
33422025-02-21T13:03:31.880Z[ helios-setup] Feb 21 13:03:30.916 INFO E| Compiling time v0.1.45
33432025-02-21T13:03:32.472Z[ helios-setup] Feb 21 13:03:31.507 INFO E| Compiling crc32fast v1.3.2
33442025-02-21T13:03:33.384Z[ helios-setup] Feb 21 13:03:32.420 INFO E| Compiling iana-time-zone v0.1.56
33452025-02-21T13:03:33.757Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33462025-02-21T13:03:34.378Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33472025-02-21T13:03:34.496Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33482025-02-21T13:03:35.017Z[ helios-setup] Feb 21 13:03:34.053 INFO E| Compiling semver v1.0.17
33492025-02-21T13:03:35.386Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33502025-02-21T13:03:35.733Z[ host-package] Compiling nix v0.27.1
33512025-02-21T13:03:36.265Z[ helios-setup] Feb 21 13:03:35.301 INFO E| Compiling dirs-next v2.0.0
33522025-02-21T13:03:37.041Z[ helios-setup] Feb 21 13:03:36.075 INFO E| Compiling proc-macro-crate v1.2.1
33532025-02-21T13:03:37.088Z[ helios-setup] Feb 21 13:03:36.124 INFO E| Compiling semver-parser v0.10.2
33542025-02-21T13:03:37.839Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33552025-02-21T13:03:38.581Z[ helios-setup] Feb 21 13:03:37.616 INFO E| Compiling url v2.3.1
33562025-02-21T13:03:38.604Z[ host-package] Compiling tungstenite v0.23.0
33572025-02-21T13:03:39.358Z[ host-package] Compiling hashlink v0.9.1
33582025-02-21T13:03:40.702Z[ helios-setup] Feb 21 13:03:39.737 INFO E| Compiling futures-executor v0.3.28
33592025-02-21T13:03:40.832Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
33602025-02-21T13:03:41.149Z[ host-package] Compiling base64 v0.13.1
33612025-02-21T13:03:41.541Z[ host-package] Compiling fallible-iterator v0.3.0
33622025-02-21T13:03:42.188Z[ helios-setup] Feb 21 13:03:41.224 INFO E| Compiling tokio-util v0.7.7
33632025-02-21T13:03:43.010Z[ helios-setup] Feb 21 13:03:42.045 INFO E| Compiling thread_local v1.1.7
33642025-02-21T13:03:43.134Z[ host-package] Compiling ron v0.7.1
33652025-02-21T13:03:43.353Z[ helios-setup] Feb 21 13:03:42.388 INFO E| Compiling rayon-core v1.10.2
33662025-02-21T13:03:43.576Z[ host-package] Compiling rusqlite v0.32.1
33672025-02-21T13:03:44.474Z[ helios-setup] Feb 21 13:03:43.509 INFO E| Compiling adler v1.0.2
33682025-02-21T13:03:44.698Z[ host-package] Compiling tokio-tungstenite v0.23.1
33692025-02-21T13:03:44.858Z[ helios-setup] Feb 21 13:03:43.893 INFO E| Compiling try-lock v0.2.4
33702025-02-21T13:03:44.976Z[ helios-setup] Feb 21 13:03:44.011 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33712025-02-21T13:03:45.231Z[ helios-setup] Feb 21 13:03:44.266 INFO E| Compiling same-file v1.0.6
33722025-02-21T13:03:45.545Z[ helios-setup] Feb 21 13:03:44.580 INFO E| Compiling want v0.3.0
33732025-02-21T13:03:45.900Z[ helios-setup] Feb 21 13:03:44.934 INFO E| Compiling walkdir v2.3.3
33742025-02-21T13:03:46.287Z[ helios-setup] Feb 21 13:03:45.322 INFO E| Compiling miniz_oxide v0.6.2
33752025-02-21T13:03:46.534Z[ helios-setup] Feb 21 13:03:45.569 INFO E| Compiling h2 v0.3.16
33762025-02-21T13:03:48.781Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33772025-02-21T13:03:49.124Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33782025-02-21T13:03:49.678Z[ helios-setup] Feb 21 13:03:48.713 INFO E| Compiling futures v0.3.28
33792025-02-21T13:03:49.697Z[ host-package] Compiling xz2 v0.1.7
33802025-02-21T13:03:50.288Z[ host-package] Compiling tokio-rustls v0.24.1
33812025-02-21T13:03:50.357Z[ helios-setup] Feb 21 13:03:49.393 INFO E| Compiling semver v0.11.0
33822025-02-21T13:03:51.225Z[ helios-setup] Feb 21 13:03:50.260 INFO E| Compiling num_enum_derive v0.5.7
33832025-02-21T13:03:51.356Z[ helios-setup] Feb 21 13:03:50.391 INFO E| Compiling crossbeam-deque v0.8.2
33842025-02-21T13:03:51.415Z[ host-package] Compiling zone v0.1.8
33852025-02-21T13:03:52.689Z[ helios-setup] Feb 21 13:03:51.724 INFO E| Compiling term v0.7.0
33862025-02-21T13:03:53.469Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33872025-02-21T13:03:54.165Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33882025-02-21T13:03:55.043Z[ helios-setup] Feb 21 13:03:54.077 INFO E| Compiling http-body v0.4.5
33892025-02-21T13:03:55.899Z[ helios-setup] Feb 21 13:03:54.931 INFO E| Compiling sha2 v0.10.6
33902025-02-21T13:03:56.338Z[ helios-setup] Feb 21 13:03:55.355 INFO E| Compiling ring v0.16.20
33912025-02-21T13:03:57.077Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33922025-02-21T13:03:58.833Z[ helios-setup] Feb 21 13:03:57.868 INFO E| Compiling rand_core v0.6.4
33932025-02-21T13:04:00.327Z[ helios-setup] Feb 21 13:03:59.362 INFO E| Compiling atty v0.2.14
33942025-02-21T13:04:00.692Z[ helios-setup] Feb 21 13:03:59.726 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33952025-02-21T13:04:00.774Z[ helios-setup] Feb 21 13:03:59.808 INFO E| Compiling home v0.5.4
33962025-02-21T13:04:01.332Z[ helios-setup] Feb 21 13:04:00.366 INFO E| Compiling ppv-lite86 v0.2.17
33972025-02-21T13:04:01.791Z[ helios-setup] Feb 21 13:04:00.826 INFO E| Compiling base64 v0.21.0
33982025-02-21T13:04:02.402Z[ helios-setup] Feb 21 13:04:01.436 INFO E| Compiling httpdate v1.0.2
33992025-02-21T13:04:03.163Z[ helios-setup] Feb 21 13:04:02.198 INFO E| Compiling lazy_static v1.4.0
34002025-02-21T13:04:03.263Z[ helios-setup] Feb 21 13:04:02.298 INFO E| Compiling tower-service v0.3.2
34012025-02-21T13:04:03.677Z[ helios-setup] Feb 21 13:04:02.712 INFO E| Compiling utf8parse v0.2.1
34022025-02-21T13:04:03.817Z[ helios-setup] Feb 21 13:04:02.851 INFO E| Compiling fastrand v1.9.0
34032025-02-21T13:04:04.663Z[ helios-setup] Feb 21 13:04:03.697 INFO E| Compiling tempfile v3.5.0
34042025-02-21T13:04:04.973Z[ helios-setup] Feb 21 13:04:04.008 INFO E| Compiling anstyle-parse v0.1.1
34052025-02-21T13:04:06.038Z[ helios-setup] Feb 21 13:04:05.073 INFO E| Compiling hyper v0.14.25
34062025-02-21T13:04:06.129Z[ helios-setup] Feb 21 13:04:05.164 INFO E| Compiling toolchain_find v0.2.0
34072025-02-21T13:04:07.117Z[ helios-setup] Feb 21 13:04:06.152 INFO E| Compiling rand_chacha v0.3.1
34082025-02-21T13:04:07.808Z[ helios-setup] Feb 21 13:04:06.843 INFO E| Compiling slog-term v2.9.0
34092025-02-21T13:04:15.737Z[ helios-setup] Feb 21 13:04:14.771 INFO E| Compiling num_enum v0.5.7
34102025-02-21T13:04:16.092Z[ helios-setup] Feb 21 13:04:15.126 INFO E| Compiling flate2 v1.0.25
34112025-02-21T13:04:18.929Z[ helios-setup] Feb 21 13:04:17.963 INFO E| Compiling cargo-lock v8.0.3
34122025-02-21T13:04:20.016Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34132025-02-21T13:04:21.159Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34142025-02-21T13:04:24.766Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34152025-02-21T13:04:26.212Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34162025-02-21T13:04:26.513Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34172025-02-21T13:04:27.965Z[ helios-setup] Feb 21 13:04:26.999 INFO E| Compiling serde_urlencoded v0.7.1
34182025-02-21T13:04:28.625Z[ helios-setup] Feb 21 13:04:27.659 INFO E| Compiling is-terminal v0.4.7
34192025-02-21T13:04:29.102Z[ helios-setup] Feb 21 13:04:28.136 INFO E| Compiling sha1 v0.10.5
34202025-02-21T13:04:29.490Z[ helios-setup] Feb 21 13:04:28.524 INFO E| Compiling concolor-override v1.0.0
34212025-02-21T13:04:29.821Z[ helios-setup] Feb 21 13:04:28.854 INFO E| Compiling anstyle v0.3.5
34222025-02-21T13:04:30.035Z[ helios-setup] Feb 21 13:04:29.068 INFO E| Compiling either v1.8.0
34232025-02-21T13:04:30.297Z[ helios-setup] Feb 21 13:04:29.331 INFO E| Compiling concolor-query v0.3.3
34242025-02-21T13:04:30.790Z[ helios-setup] Feb 21 13:04:29.824 INFO E| Compiling rayon v1.6.1
34252025-02-21T13:04:30.950Z[ helios-setup] Feb 21 13:04:29.983 INFO E| Compiling anstream v0.2.6
34262025-02-21T13:04:31.574Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34272025-02-21T13:04:32.327Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34282025-02-21T13:04:33.297Z[ host-package] Compiling rustls-pemfile v1.0.4
34292025-02-21T13:04:33.861Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34302025-02-21T13:04:34.347Z[ helios-setup] Feb 21 13:04:33.380 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
34312025-02-21T13:04:34.407Z[ host-package] Compiling signal-hook-tokio v0.3.1
34322025-02-21T13:04:34.825Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34332025-02-21T13:04:34.975Z[ host-package] Compiling yasna v0.5.2
34342025-02-21T13:04:34.995Z[ helios-setup] Feb 21 13:04:34.029 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
34352025-02-21T13:04:36.373Z[ helios-setup] Feb 21 13:04:35.406 INFO E| Compiling rand v0.8.5
34362025-02-21T13:04:37.632Z[ helios-setup] Feb 21 13:04:36.455 INFO E| Compiling rustfmt-wrapper v0.2.0
34372025-02-21T13:04:38.961Z[ helios-setup] Feb 21 13:04:37.995 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
34382025-02-21T13:04:39.520Z[ helios-setup] Feb 21 13:04:38.553 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
34392025-02-21T13:04:39.645Z[ helios-setup] Feb 21 13:04:38.679 INFO E| Compiling openapiv3 v1.0.2
34402025-02-21T13:04:40.496Z[ helios-setup] Feb 21 13:04:39.529 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
34412025-02-21T13:04:40.974Z[ helios-setup] Feb 21 13:04:40.007 INFO E| Compiling encoding_rs v0.8.32
34422025-02-21T13:04:41.407Z[ host-package] Compiling twox-hash v2.1.0
34432025-02-21T13:04:41.542Z[ helios-setup] Feb 21 13:04:40.575 INFO E| Compiling clap_lex v0.4.1
34442025-02-21T13:04:42.891Z[ helios-setup] Feb 21 13:04:41.924 INFO E| Compiling spin v0.5.2
34452025-02-21T13:04:43.426Z[ helios-setup] Feb 21 13:04:42.459 INFO E| Compiling base64 v0.13.1
34462025-02-21T13:04:43.457Z[ host-package] Compiling unicode-linebreak v0.1.5
34472025-02-21T13:04:45.104Z[ helios-setup] Feb 21 13:04:44.137 INFO E| Compiling byteorder v1.4.3
34482025-02-21T13:04:45.166Z[ host-package] Compiling is_ci v1.2.0
34492025-02-21T13:04:45.875Z[ helios-setup] Feb 21 13:04:44.908 INFO E| Compiling ipnet v2.7.2
34502025-02-21T13:04:46.001Z[ host-package] Compiling smawk v0.3.2
34512025-02-21T13:04:46.086Z[ helios-setup] Feb 21 13:04:45.119 INFO E| Compiling untrusted v0.7.1
34522025-02-21T13:04:47.017Z[ helios-setup] Feb 21 13:04:46.050 INFO E| Compiling mime v0.3.17
34532025-02-21T13:04:47.128Z[ host-package] Compiling textwrap v0.16.1
34542025-02-21T13:04:47.359Z[ helios-setup] Feb 21 13:04:46.391 INFO E| Compiling utf-8 v0.7.6
34552025-02-21T13:04:48.170Z[ helios-setup] Feb 21 13:04:47.203 INFO E| Compiling unsafe-libyaml v0.2.8
34562025-02-21T13:04:49.109Z[ host-package] Compiling supports-color v3.0.1
34572025-02-21T13:04:49.300Z[ helios-setup] Feb 21 13:04:48.333 INFO E| Compiling project-root v0.2.2
34582025-02-21T13:04:50.054Z[ helios-setup] Feb 21 13:04:49.086 INFO E| Compiling strsim v0.10.0
34592025-02-21T13:04:51.196Z[ helios-setup] Feb 21 13:04:50.228 INFO E| Compiling serde_yaml v0.9.21
34602025-02-21T13:04:51.302Z[ helios-setup] Feb 21 13:04:50.335 INFO E| Compiling clap_builder v4.2.1
34612025-02-21T13:04:51.527Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34622025-02-21T13:04:51.843Z[ helios-setup] Feb 21 13:04:50.876 INFO E| Compiling reqwest v0.11.16
34632025-02-21T13:04:53.891Z[ host-package] Compiling rcgen v0.12.1
34642025-02-21T13:04:53.953Z[ helios-setup] Feb 21 13:04:52.986 INFO E| Compiling tungstenite v0.18.0
34652025-02-21T13:04:55.563Z[ helios-setup] Feb 21 13:04:54.596 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34662025-02-21T13:04:55.917Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34672025-02-21T13:05:02.716Z[ helios-setup] Feb 21 13:05:01.749 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34682025-02-21T13:05:02.769Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34692025-02-21T13:05:04.661Z[ helios-setup] Feb 21 13:05:03.693 INFO E| Compiling clap_derive v4.2.0
34702025-02-21T13:05:12.287Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34712025-02-21T13:05:13.322Z[ helios-setup] Feb 21 13:05:12.354 INFO E| Compiling clap v4.2.1
34722025-02-21T13:05:14.299Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
34732025-02-21T13:05:17.077Z[ helios-setup] Feb 21 13:05:16.109 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34742025-02-21T13:05:28.381Z[ helios-setup] Feb 21 13:05:27.411 INFO E| Compiling tokio-tungstenite v0.18.0
34752025-02-21T13:05:29.976Z[ helios-setup] Feb 21 13:05:29.007 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34762025-02-21T13:05:31.688Z[ helios-setup] Feb 21 13:05:30.720 INFO E| Compiling smartstring v1.0.1
34772025-02-21T13:05:32.981Z[ helios-setup] Feb 21 13:05:32.012 INFO E| Compiling rustls v0.21.0
34782025-02-21T13:05:34.923Z[ helios-setup] Feb 21 13:05:33.955 INFO E| Compiling rustls-webpki v0.100.1
34792025-02-21T13:05:35.857Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34802025-02-21T13:05:38.877Z[ helios-setup] Feb 21 13:05:37.908 INFO E| Compiling sct v0.7.0
34812025-02-21T13:05:40.261Z[ helios-setup] Feb 21 13:05:39.293 INFO E| Compiling serde_spanned v0.6.1
34822025-02-21T13:05:41.210Z[ helios-setup] Feb 21 13:05:40.242 INFO E| Compiling toml_datetime v0.6.1
34832025-02-21T13:05:42.679Z[ helios-setup] Feb 21 13:05:41.710 INFO E| Compiling async-trait v0.1.68
34842025-02-21T13:05:43.805Z[ helios-setup] Feb 21 13:05:42.837 INFO E| Compiling paste v1.0.12
34852025-02-21T13:05:44.235Z[ helios-setup] Feb 21 13:05:43.266 INFO E| Compiling match_cfg v0.1.0
34862025-02-21T13:05:44.731Z[ helios-setup] Feb 21 13:05:43.762 INFO E| Compiling camino v1.1.4
34872025-02-21T13:05:44.875Z[ helios-setup] Feb 21 13:05:43.906 INFO E| Compiling static_assertions v1.1.0
34882025-02-21T13:05:44.965Z[ helios-setup] Feb 21 13:05:43.996 INFO E| Compiling slog-async v2.7.0
34892025-02-21T13:05:45.114Z[ helios-setup] Feb 21 13:05:44.145 INFO E| Compiling winnow v0.4.1
34902025-02-21T13:05:46.720Z[ helios-setup] Feb 21 13:05:45.751 INFO E| Compiling hostname v0.3.1
34912025-02-21T13:05:48.125Z[ helios-setup] Feb 21 13:05:47.156 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
34922025-02-21T13:05:48.171Z[ helios-setup] Feb 21 13:05:47.202 INFO E| Compiling slog-json v2.6.1
34932025-02-21T13:05:49.287Z[ helios-setup] Feb 21 13:05:48.318 INFO E| Compiling bincode v1.3.3
34942025-02-21T13:05:51.022Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34952025-02-21T13:05:51.437Z[ helios-setup] Feb 21 13:05:50.467 INFO E| Compiling unicode-linebreak v0.1.4
34962025-02-21T13:05:52.371Z[ helios-setup] Feb 21 13:05:51.402 INFO E| Compiling toml_edit v0.19.8
34972025-02-21T13:05:56.297Z[ helios-setup] Feb 21 13:05:55.328 INFO E| Compiling async-stream-impl v0.3.5
34982025-02-21T13:05:58.949Z[ helios-setup] Feb 21 13:05:57.980 INFO E| Compiling rhai_codegen v1.5.0
34992025-02-21T13:05:59.561Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35002025-02-21T13:06:00.755Z[ helios-setup] Feb 21 13:05:59.785 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35012025-02-21T13:06:01.871Z[ helios-setup] Feb 21 13:06:00.902 INFO E| Compiling take_mut v0.2.2
35022025-02-21T13:06:03.741Z[ helios-setup] Feb 21 13:06:02.772 INFO E| Compiling rhai v1.14.0
35032025-02-21T13:06:04.022Z[ helios-setup] Feb 21 13:06:03.052 INFO E| Compiling toml v0.7.3
35042025-02-21T13:06:07.795Z[ helios-setup] Feb 21 13:06:06.826 INFO E| Compiling async-stream v0.3.5
35052025-02-21T13:06:07.968Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35062025-02-21T13:06:09.226Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35072025-02-21T13:06:09.415Z[ helios-setup] Feb 21 13:06:08.446 INFO E| Compiling tokio-rustls v0.24.0
35082025-02-21T13:06:10.325Z[ helios-setup] Feb 21 13:06:09.355 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
35092025-02-21T13:06:14.109Z[ helios-setup] Feb 21 13:06:13.139 INFO E| Compiling slog-bunyan v2.4.0
35102025-02-21T13:06:17.201Z[ helios-setup] Feb 21 13:06:16.230 INFO E| Compiling rustls-pemfile v1.0.2
35112025-02-21T13:06:18.521Z[ helios-setup] Feb 21 13:06:17.551 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
35122025-02-21T13:06:18.682Z[ helios-setup] Feb 21 13:06:17.712 INFO E| Compiling serde_path_to_error v0.1.11
35132025-02-21T13:06:18.887Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
35142025-02-21T13:06:19.980Z[ helios-setup] Feb 21 13:06:19.008 INFO E| Compiling terminal_size v0.2.6
35152025-02-21T13:06:20.625Z[ helios-setup] Feb 21 13:06:19.655 INFO E| Compiling smawk v0.3.1
35162025-02-21T13:06:20.831Z[ helios-setup] Feb 21 13:06:19.861 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
35172025-02-21T13:06:21.527Z[ helios-setup] Feb 21 13:06:20.557 INFO E| Compiling textwrap v0.16.0
35182025-02-21T13:06:31.013Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
35192025-02-21T13:06:31.910Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35202025-02-21T13:06:38.763Z[ host-package] Compiling fatfs v0.3.6
35212025-02-21T13:06:44.205Z[ host-package] Compiling rtoolbox v0.0.2
35222025-02-21T13:06:44.398Z[ helios-setup] Feb 21 13:06:43.426 INFO E| Compiling git2 v0.16.1
35232025-02-21T13:06:44.821Z[ host-package] Compiling subprocess v0.2.9
35242025-02-21T13:06:45.539Z[ host-package] Compiling assert_matches v1.5.0
35252025-02-21T13:06:48.430Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35262025-02-21T13:06:49.234Z[ helios-setup] Feb 21 13:06:48.263 INFO E| Compiling built v0.6.0
35272025-02-21T13:06:50.739Z[ host-package] Compiling rpassword v7.3.1
35282025-02-21T13:06:50.756Z[ helios-setup] Feb 21 13:06:49.779 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
35292025-02-21T13:06:51.311Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35302025-02-21T13:06:52.441Z[ helios-setup] Feb 21 13:06:51.468 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
35312025-02-21T13:06:53.233Z[ helios-setup] Feb 21 13:06:52.261 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
35322025-02-21T13:06:55.149Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
35332025-02-21T13:06:58.642Z[ host-package] Compiling tui-tree-widget v0.23.0
35342025-02-21T13:06:59.765Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35352025-02-21T13:07:05.610Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35362025-02-21T13:07:11.177Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35372025-02-21T13:07:11.781Z[ host-package] Compiling uzers v0.12.1
35382025-02-21T13:07:15.502Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35392025-02-21T13:07:19.858Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35402025-02-21T13:07:22.093Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35412025-02-21T13:07:22.205Z[ helios-setup] Feb 21 13:07:21.233 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
35422025-02-21T13:07:33.677Z[ helios-setup] Feb 21 13:07:32.705 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
35432025-02-21T13:08:00.734Z[ helios-setup] Feb 21 13:07:59.760 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35442025-02-21T13:08:07.179Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35452025-02-21T13:08:09.616Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35462025-02-21T13:08:15.515Z[ host-package] Compiling multimap v0.10.0
35472025-02-21T13:08:55.962Z[ helios-setup] Feb 21 13:08:54.986 INFO E| Finished `release` profile [optimized] target(s) in 6m 33s
35482025-02-21T13:08:56.090Z[ helios-setup] Feb 21 13:08:55.114 INFO building project "pilot" ok (393 seconds)
35492025-02-21T13:08:56.093Z[ helios-setup] rm -f helios-build
35502025-02-21T13:08:56.095Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35512025-02-21T13:08:56.099Z[ helios-setup]
35522025-02-21T13:08:56.101Z[ helios-setup] Setup complete! ./helios-build is now available.
35532025-02-21T13:08:56.103Z[ helios-setup]
35542025-02-21T13:08:56.104Z[ helios-setup]
35552025-02-21T13:08:56.104Z[ helios-setup] real 11:36.122837576
35562025-02-21T13:08:56.104Z[ helios-setup] user 28:15.114681672
35572025-02-21T13:08:56.104Z[ helios-setup] sys 2:48.720561040
35582025-02-21T13:08:56.104Z[ helios-setup] trap 1.805008612
35592025-02-21T13:08:56.104Z[ helios-setup] tflt 6.329990526
35602025-02-21T13:08:56.104Z[ helios-setup] dflt 21.443112451
35612025-02-21T13:08:56.104Z[ helios-setup] kflt 0.005400365
35622025-02-21T13:08:56.104Z[ helios-setup] lock 1:56:08.062318133
35632025-02-21T13:08:56.118Z[ helios-setup] slp 3:32:00.410812672
35642025-02-21T13:08:56.118Z[ helios-setup] lat 31:28.183694232
35652025-02-21T13:08:56.118Z[ helios-setup] stop 5:00.194577898
35662025-02-21T13:08:56.118ZFeb 21 13:08:55.129 INFO [helios-setup] process exited with exit status: 0 (696.128763364s)
35672025-02-21T13:08:56.118ZFeb 21 13:08:55.129 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
35682025-02-21T13:08:56.157Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
35692025-02-21T13:08:56.387Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
35702025-02-21T13:08:56.389Z[ phbl-toolchain] info: downloading component 'cargo'
35712025-02-21T13:08:57.978Z[ phbl-toolchain] info: downloading component 'clippy'
35722025-02-21T13:08:58.358Z[ phbl-toolchain] info: downloading component 'llvm-tools'
35732025-02-21T13:09:03.252Z[ phbl-toolchain] info: downloading component 'miri'
35742025-02-21T13:09:03.429Z[ phbl-toolchain] info: downloading component 'rust-docs'
35752025-02-21T13:09:04.683Z[ phbl-toolchain] info: downloading component 'rust-src'
35762025-02-21T13:09:04.892Z[ phbl-toolchain] info: downloading component 'rust-std'
35772025-02-21T13:09:06.675Z[ phbl-toolchain] info: downloading component 'rustc'
35782025-02-21T13:09:15.429Z[ phbl-toolchain] info: downloading component 'rustfmt'
35792025-02-21T13:09:16.055Z[ phbl-toolchain] info: installing component 'cargo'
35802025-02-21T13:09:17.339Z[ phbl-toolchain] info: installing component 'clippy'
35812025-02-21T13:09:17.848Z[ phbl-toolchain] info: installing component 'llvm-tools'
35822025-02-21T13:09:23.669Z[ phbl-toolchain] info: installing component 'miri'
35832025-02-21T13:09:24.040Z[ phbl-toolchain] info: installing component 'rust-docs'
35842025-02-21T13:09:31.106Z[ phbl-toolchain] info: installing component 'rust-src'
35852025-02-21T13:09:31.980Z[ phbl-toolchain] info: installing component 'rust-std'
35862025-02-21T13:09:34.340Z[ phbl-toolchain] info: installing component 'rustc'
35872025-02-21T13:09:43.521Z[ phbl-toolchain] info: installing component 'rustfmt'
35882025-02-21T13:09:44.238Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35892025-02-21T13:09:44.241ZFeb 21 13:09:43.264 INFO [phbl-toolchain] process exited with exit status: 0 (48.134679099s)
35902025-02-21T13:10:58.067Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35912025-02-21T13:10:58.384Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35922025-02-21T13:17:59.131Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 51s
35932025-02-21T13:19:10.084ZFeb 21 13:19:09.086 INFO [host-package] process exited with exit status: 0 (1262.760972587s)
35942025-02-21T13:19:10.084ZFeb 21 13:19:09.086 INFO [host-stamp] running task
35952025-02-21T13:19:10.087ZFeb 21 13:19:09.087 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35962025-02-21T13:19:10.094ZFeb 21 13:19:09.097 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+git517bc6313a6
35972025-02-21T13:19:10.102ZFeb 21 13:19:09.105 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+git517bc6313a6
35982025-02-21T13:19:10.108Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35992025-02-21T13:19:10.111ZFeb 21 13:19:09.114 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+git517bc6313a6
36002025-02-21T13:19:10.119Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36012025-02-21T13:19:10.122Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36022025-02-21T13:19:10.125Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36032025-02-21T13:19:10.125ZFeb 21 13:19:09.127 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+git517bc6313a6
36042025-02-21T13:19:10.136Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36052025-02-21T13:19:10.141Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36062025-02-21T13:19:10.143ZFeb 21 13:19:09.143 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+git517bc6313a6
36072025-02-21T13:19:10.153Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36082025-02-21T13:19:10.156ZFeb 21 13:19:09.156 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+git517bc6313a6
36092025-02-21T13:19:10.172Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36102025-02-21T13:19:10.175ZFeb 21 13:19:09.175 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+git517bc6313a6
36112025-02-21T13:19:10.191Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36122025-02-21T13:19:10.195ZFeb 21 13:19:09.194 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+git517bc6313a6
36132025-02-21T13:19:10.207Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36142025-02-21T13:19:10.210Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36152025-02-21T13:19:10.210ZFeb 21 13:19:09.213 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (99.179422ms)
36162025-02-21T13:19:10.213ZFeb 21 13:19:09.213 INFO [stamp-oxlog] process exited with exit status: 0 (116.607661ms)
36172025-02-21T13:19:10.213ZFeb 21 13:19:09.214 INFO [stamp-overlay] process exited with exit status: 0 (38.70674ms)
36182025-02-21T13:19:10.221Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36192025-02-21T13:19:10.257Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36202025-02-21T13:19:10.261ZFeb 21 13:19:09.263 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (120.324426ms)
36212025-02-21T13:19:10.339Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36222025-02-21T13:19:10.343ZFeb 21 13:19:09.345 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (240.118931ms)
36232025-02-21T13:19:10.538Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36242025-02-21T13:19:10.541ZFeb 21 13:19:09.538 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (411.524512ms)
36252025-02-21T13:19:11.275Z[recovery-package] Compiling newtype-uuid v1.2.1
36262025-02-21T13:19:11.320Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
36272025-02-21T13:19:11.325ZFeb 21 13:19:10.327 INFO [stamp-propolis-server] process exited with exit status: 0 (1.171083846s)
36282025-02-21T13:19:11.838Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36292025-02-21T13:19:12.180Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36302025-02-21T13:19:12.180Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36312025-02-21T13:19:12.183Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
36322025-02-21T13:19:12.224Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36332025-02-21T13:19:12.846Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36342025-02-21T13:19:20.671Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
36352025-02-21T13:19:20.675ZFeb 21 13:19:19.676 INFO [stamp-switch-asic] process exited with exit status: 0 (10.482365745s)
36362025-02-21T13:19:20.676ZFeb 21 13:19:19.676 INFO [host-stamp] task succeeded (10.589926002s)
36372025-02-21T13:19:20.676ZFeb 21 13:19:19.676 INFO [host-proto] running task
36382025-02-21T13:19:21.096ZFeb 21 13:19:20.097 INFO [host-proto] task succeeded (420.762422ms)
36392025-02-21T13:19:21.096ZFeb 21 13:19:20.097 INFO [host-profile] running task
36402025-02-21T13:19:21.100ZFeb 21 13:19:20.097 INFO [host-profile] task succeeded (270.755µs)
36412025-02-21T13:19:21.100ZFeb 21 13:19:20.098 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.334' -P /tmp/.tmpyXqKXH/proto/host/root -N 'ci 517bc63/${os_short_commit} 2025-02-21 12:57' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36422025-02-21T13:19:21.116Z[ host-image] Feb 21 13:19:20.118 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36432025-02-21T13:19:21.116Z[ host-image] Feb 21 13:19:20.118 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36442025-02-21T13:19:21.134Z[ host-image] Feb 21 13:19:20.134 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpyXqKXH/proto/host/root"
36452025-02-21T13:19:21.134Z[ host-image] Feb 21 13:19:20.134 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36462025-02-21T13:19:21.139Z[ host-image] Feb 21 13:19:20.135 INFO image builder template: ramdisk-01-os...
36472025-02-21T13:19:21.139Z[ host-image] Feb 21 13:19:20.135 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/.tmpyXqKXH/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.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36482025-02-21T13:19:21.154Z[ host-image] Feb 21 13:19:20.155 INFO O| Feb 21 13:19:20.155 INFO CREATE DATASET: rpool/images/build/host/output
36492025-02-21T13:19:21.319Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36502025-02-21T13:19:21.319Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36512025-02-21T13:19:21.333Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36522025-02-21T13:19:21.333Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36532025-02-21T13:19:21.468Z[ host-image] Feb 21 13:19:20.464 INFO O| Feb 21 13:19:20.463 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36542025-02-21T13:19:21.487Z[ host-image] Feb 21 13:19:20.471 INFO O| Feb 21 13:19:20.471 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36552025-02-21T13:19:21.775Z[ host-image] Feb 21 13:19:20.777 INFO O| Feb 21 13:19:20.777 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
36562025-02-21T13:19:21.936Z[ host-image] Feb 21 13:19:20.938 INFO O| Feb 21 13:19:20.937 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36572025-02-21T13:19:21.936Z[ host-image] Feb 21 13:19:20.938 INFO O| Feb 21 13:19:20.938 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
36582025-02-21T13:19:21.956Z[ host-image] Feb 21 13:19:20.938 INFO O| Feb 21 13:19:20.938 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
36592025-02-21T13:19:21.956Z[ host-image] Feb 21 13:19:20.938 INFO O| Feb 21 13:19:20.938 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
36602025-02-21T13:19:21.960Z[ host-image] Feb 21 13:19:20.953 INFO O| Feb 21 13:19:20.953 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
36612025-02-21T13:19:22.315Z[ host-image] Feb 21 13:19:21.305 INFO O| Feb 21 13:19:21.305 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36622025-02-21T13:19:22.332Z[ host-image] Feb 21 13:19:21.325 INFO O| Feb 21 13:19:21.325 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36632025-02-21T13:19:23.132Z[ host-image] Feb 21 13:19:22.133 INFO O| Feb 21 13:19:22.132 INFO O| Caching catalogs ... Done
36642025-02-21T13:19:23.287Z[ host-image] Feb 21 13:19:22.289 INFO O| Feb 21 13:19:22.288 INFO STEP 0 (pkg_image_create) COMPLETE
36652025-02-21T13:19:23.296Z[ host-image] Feb 21 13:19:22.289 INFO O| Feb 21 13:19:22.289 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36662025-02-21T13:19:23.297Z[ host-image] Feb 21 13:19:22.289 INFO O| Feb 21 13:19:22.289 INFO skip step because feature "repo_redist" is not enabled
36672025-02-21T13:19:23.297Z[ host-image] Feb 21 13:19:22.289 INFO O| Feb 21 13:19:22.289 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36682025-02-21T13:19:23.305Z[ host-image] Feb 21 13:19:22.307 INFO O| Feb 21 13:19:22.307 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"]
36692025-02-21T13:19:23.963Z[ host-image] Feb 21 13:19:22.965 INFO O| Feb 21 13:19:22.965 INFO STEP 2 (pkg_set_publisher) COMPLETE
36702025-02-21T13:19:23.963Z[ host-image] Feb 21 13:19:22.965 INFO O| Feb 21 13:19:22.965 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36712025-02-21T13:19:23.985Z[ host-image] Feb 21 13:19:22.984 INFO O| Feb 21 13:19:22.984 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"]
36722025-02-21T13:19:24.478Z[ host-image] Feb 21 13:19:23.479 INFO O| Feb 21 13:19:23.479 INFO STEP 3 (pkg_set_publisher) COMPLETE
36732025-02-21T13:19:24.478Z[ host-image] Feb 21 13:19:23.479 INFO O| Feb 21 13:19:23.479 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36742025-02-21T13:19:24.481Z[ host-image] Feb 21 13:19:23.479 INFO O| Feb 21 13:19:23.479 INFO skip step because feature "repo_redist" is not enabled
36752025-02-21T13:19:24.481Z[ host-image] Feb 21 13:19:23.479 INFO O| Feb 21 13:19:23.479 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36762025-02-21T13:19:25.061Z[ host-image] Feb 21 13:19:24.063 INFO O| Feb 21 13:19:24.063 INFO variant opensolaris.zone is already global
36772025-02-21T13:19:25.061Z[ host-image] Feb 21 13:19:24.063 INFO O| Feb 21 13:19:24.063 INFO STEP 5 (pkg_change_variant) COMPLETE
36782025-02-21T13:19:25.083Z[ host-image] Feb 21 13:19:24.063 INFO O| Feb 21 13:19:24.063 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36792025-02-21T13:19:25.647Z[ host-image] Feb 21 13:19:24.648 INFO O| Feb 21 13:19:24.648 INFO variant opensolaris.imagetype is full; changing to partial
36802025-02-21T13:19:25.647Z[ host-image] Feb 21 13:19:24.648 INFO O| Feb 21 13:19:24.648 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36812025-02-21T13:19:25.977Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36822025-02-21T13:19:28.468Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36832025-02-21T13:19:30.067Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36842025-02-21T13:19:30.549Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36852025-02-21T13:19:33.510Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36862025-02-21T13:19:34.666Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36872025-02-21T13:19:38.334Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36882025-02-21T13:19:42.373Z[ host-image] Feb 21 13:19:38.082 INFO O| Feb 21 13:19:38.082 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36892025-02-21T13:19:44.963Z[ host-image] Feb 21 13:19:43.964 INFO O| Feb 21 13:19:43.964 INFO O| Startup: Caching catalogs ... Done
36902025-02-21T13:19:45.042Z[ host-image] Feb 21 13:19:44.043 INFO O| Feb 21 13:19:44.043 INFO O| Planning: Planning completed in 0.00 seconds
36912025-02-21T13:19:45.045Z[ host-image] Feb 21 13:19:44.043 INFO O| Feb 21 13:19:44.043 INFO O| Planning: Consolidating action changes ... Done
36922025-02-21T13:19:45.045Z[ host-image] Feb 21 13:19:44.043 INFO O| Feb 21 13:19:44.043 INFO O| Planning: Evaluating mediators ... Done
36932025-02-21T13:19:45.045Z[ host-image] Feb 21 13:19:44.043 INFO O| Feb 21 13:19:44.043 INFO O| Planning: Planning completed in 0.00 seconds
36942025-02-21T13:19:45.045Z[ host-image] Feb 21 13:19:44.044 INFO O| Feb 21 13:19:44.044 INFO O| Variants/Facets to change: 1
36952025-02-21T13:19:45.060Z[ host-image] Feb 21 13:19:44.061 INFO O| Feb 21 13:19:44.061 INFO O| Done
36962025-02-21T13:19:45.060Z[ host-image] Feb 21 13:19:44.061 INFO O| Feb 21 13:19:44.061 INFO O| Done
36972025-02-21T13:19:45.625Z[ host-image] Feb 21 13:19:44.624 INFO O| Feb 21 13:19:44.624 INFO O| Done
36982025-02-21T13:19:45.687Z[ host-image] Feb 21 13:19:44.687 INFO O| Feb 21 13:19:44.687 INFO O| Done
36992025-02-21T13:19:45.692Z[ host-image] Feb 21 13:19:44.689 INFO O| Feb 21 13:19:44.689 INFO O| Done
37002025-02-21T13:19:45.692Z[ host-image] Feb 21 13:19:44.689 INFO O| Feb 21 13:19:44.689 INFO O| Done
37012025-02-21T13:19:45.692Z[ host-image] Feb 21 13:19:44.691 INFO O| Feb 21 13:19:44.691 INFO O| Done
37022025-02-21T13:19:46.298Z[ host-image] Feb 21 13:19:45.299 INFO O| Feb 21 13:19:45.298 INFO STEP 6 (pkg_change_variant) COMPLETE
37032025-02-21T13:19:46.299Z[ host-image] Feb 21 13:19:45.299 INFO O| Feb 21 13:19:45.299 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37042025-02-21T13:19:46.314Z[ host-image] Feb 21 13:19:45.299 INFO O| Feb 21 13:19:45.299 INFO skip step because feature "debug_variant" is not enabled
37052025-02-21T13:19:46.314Z[ host-image] Feb 21 13:19:45.299 INFO O| Feb 21 13:19:45.299 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37062025-02-21T13:19:46.943Z[ host-image] Feb 21 13:19:45.944 INFO O| Feb 21 13:19:45.943 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37072025-02-21T13:19:47.933Z[ host-image] Feb 21 13:19:46.934 INFO O| Feb 21 13:19:46.934 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37082025-02-21T13:19:47.936Z[ host-image] Feb 21 13:19:46.936 INFO O| Feb 21 13:19:46.936 INFO O| Planning: Planning completed in 0.00 seconds
37092025-02-21T13:19:47.937Z[ host-image] Feb 21 13:19:46.937 INFO O| Feb 21 13:19:46.937 INFO O| Planning: Consolidating action changes ... Done
37102025-02-21T13:19:47.937Z[ host-image] Feb 21 13:19:46.937 INFO O| Feb 21 13:19:46.937 INFO O| Planning: Evaluating mediators ... Done
37112025-02-21T13:19:47.937Z[ host-image] Feb 21 13:19:46.937 INFO O| Feb 21 13:19:46.937 INFO O| Planning: Planning completed in 0.00 seconds
37122025-02-21T13:19:47.941Z[ host-image] Feb 21 13:19:46.938 INFO O| Feb 21 13:19:46.938 INFO O| Variants/Facets to change: 1
37132025-02-21T13:19:48.033Z[ host-image] Feb 21 13:19:47.034 INFO O| Feb 21 13:19:47.034 INFO O| Done
37142025-02-21T13:19:48.033Z[ host-image] Feb 21 13:19:47.034 INFO O| Feb 21 13:19:47.034 INFO O| Done
37152025-02-21T13:19:48.753Z[ host-image] Feb 21 13:19:47.753 INFO O| Feb 21 13:19:47.753 INFO O| Done
37162025-02-21T13:19:48.845Z[ host-image] Feb 21 13:19:47.837 INFO O| Feb 21 13:19:47.837 INFO O| Done
37172025-02-21T13:19:48.856Z[ host-image] Feb 21 13:19:47.838 INFO O| Feb 21 13:19:47.838 INFO O| Done
37182025-02-21T13:19:48.856Z[ host-image] Feb 21 13:19:47.838 INFO O| Feb 21 13:19:47.838 INFO O| Done
37192025-02-21T13:19:48.856Z[ host-image] Feb 21 13:19:47.840 INFO O| Feb 21 13:19:47.840 INFO O| Done
37202025-02-21T13:19:48.954Z[ host-image] Feb 21 13:19:47.924 INFO O| Feb 21 13:19:47.924 INFO STEP 8 (pkg_change_facet) COMPLETE
37212025-02-21T13:19:48.954Z[ host-image] Feb 21 13:19:47.925 INFO O| Feb 21 13:19:47.924 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37222025-02-21T13:19:48.963Z[ host-image] Feb 21 13:19:47.925 INFO O| Feb 21 13:19:47.924 INFO skip step because feature "recovery" is not enabled
37232025-02-21T13:19:48.963Z[ host-image] Feb 21 13:19:47.925 INFO O| Feb 21 13:19:47.924 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37242025-02-21T13:19:48.964Z[ host-image] Feb 21 13:19:47.925 INFO O| Feb 21 13:19:47.924 INFO skip step because feature "recovery" is not enabled
37252025-02-21T13:19:48.964Z[ host-image] Feb 21 13:19:47.925 INFO O| Feb 21 13:19:47.924 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37262025-02-21T13:19:48.964Z[ host-image] Feb 21 13:19:47.941 INFO O| Feb 21 13:19:47.941 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"]
37272025-02-21T13:19:49.461Z[ host-image] Feb 21 13:19:48.462 INFO O| Feb 21 13:19:48.462 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37282025-02-21T13:19:56.250Z[recovery-package] Finished `release` profile [optimized] target(s) in 45.88s
37292025-02-21T13:20:02.225ZFeb 21 13:20:01.225 INFO [recovery-package] process exited with exit status: 0 (52.138072337s)
37302025-02-21T13:20:02.225ZFeb 21 13:20:01.225 INFO [recovery-stamp] running task
37312025-02-21T13:20:02.228ZFeb 21 13:20:01.225 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
37322025-02-21T13:20:02.228ZFeb 21 13:20:01.225 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git517bc6313a6
37332025-02-21T13:20:02.246ZFeb 21 13:20:01.246 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+git517bc6313a6
37342025-02-21T13:20:02.256Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
37352025-02-21T13:20:02.266Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
37362025-02-21T13:20:02.348Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
37372025-02-21T13:20:02.352ZFeb 21 13:20:01.353 INFO [stamp-installinator] process exited with exit status: 0 (117.80509ms)
37382025-02-21T13:20:02.376Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
37392025-02-21T13:20:02.380ZFeb 21 13:20:01.381 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (134.790095ms)
37402025-02-21T13:20:02.383ZFeb 21 13:20:01.381 INFO [recovery-stamp] task succeeded (156.233014ms)
37412025-02-21T13:20:02.383ZFeb 21 13:20:01.381 INFO [recovery-proto] running task
37422025-02-21T13:20:02.383ZFeb 21 13:20:01.381 INFO [tuf-stamp] running task
37432025-02-21T13:20:02.383ZFeb 21 13:20:01.382 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+git517bc6313a6
37442025-02-21T13:20:02.400ZFeb 21 13:20:01.400 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+git517bc6313a6
37452025-02-21T13:20:02.418Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
37462025-02-21T13:20:02.420ZFeb 21 13:20:01.418 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+git517bc6313a6
37472025-02-21T13:20:02.431Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37482025-02-21T13:20:02.435ZFeb 21 13:20:01.435 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+git517bc6313a6
37492025-02-21T13:20:02.457Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37502025-02-21T13:20:02.460ZFeb 21 13:20:01.457 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+git517bc6313a6
37512025-02-21T13:20:02.479Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
37522025-02-21T13:20:02.483ZFeb 21 13:20:01.480 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+git517bc6313a6
37532025-02-21T13:20:02.515Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
37542025-02-21T13:20:02.518ZFeb 21 13:20:01.516 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+git517bc6313a6
37552025-02-21T13:20:02.566ZFeb 21 13:20:01.566 INFO [recovery-proto] task succeeded (185.103214ms)
37562025-02-21T13:20:02.569ZFeb 21 13:20:01.567 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.334' -P /tmp/.tmpyXqKXH/proto/recovery/root -N 'recovery 517bc63/${os_short_commit} 2025-02-21 12:57' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37572025-02-21T13:20:02.617Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
37582025-02-21T13:20:02.625Z[ recovery-image] Feb 21 13:20:01.625 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37592025-02-21T13:20:02.625Z[ recovery-image] Feb 21 13:20:01.625 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37602025-02-21T13:20:02.644ZFeb 21 13:20:01.644 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+git517bc6313a6
37612025-02-21T13:20:02.644Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
37622025-02-21T13:20:02.695Z[ recovery-image] Feb 21 13:20:01.676 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpyXqKXH/proto/recovery/root"
37632025-02-21T13:20:02.696Z[ recovery-image] Feb 21 13:20:01.676 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37642025-02-21T13:20:02.699Z[ recovery-image] Feb 21 13:20:01.676 INFO image builder template: ramdisk-01-os...
37652025-02-21T13:20:02.699Z[ recovery-image] Feb 21 13:20:01.676 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/.tmpyXqKXH/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.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37662025-02-21T13:20:02.699Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
37672025-02-21T13:20:02.699ZFeb 21 13:20:01.696 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+git517bc6313a6
37682025-02-21T13:20:02.718Z[ recovery-image] Feb 21 13:20:01.719 INFO O| Feb 21 13:20:01.716 INFO CREATE DATASET: rpool/images/build/recovery/output
37692025-02-21T13:20:02.735Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37702025-02-21T13:20:02.766ZFeb 21 13:20:01.767 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+git517bc6313a6
37712025-02-21T13:20:02.916Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
37722025-02-21T13:20:02.927ZFeb 21 13:20:01.927 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+git517bc6313a6
37732025-02-21T13:20:03.005Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
37742025-02-21T13:20:03.011Z[ recovery-image] Feb 21 13:20:02.011 INFO O| Feb 21 13:20:01.994 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37752025-02-21T13:20:03.013Z[ recovery-image] Feb 21 13:20:02.011 INFO O| Feb 21 13:20:02.000 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37762025-02-21T13:20:03.045ZFeb 21 13:20:02.045 INFO [stamp-probe] process exited with exit status: 0 (587.421585ms)
37772025-02-21T13:20:03.077Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37782025-02-21T13:20:03.229Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
37792025-02-21T13:20:03.277Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37802025-02-21T13:20:03.418Z[ recovery-image] Feb 21 13:20:02.418 INFO O| Feb 21 13:20:02.418 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37812025-02-21T13:20:03.535Z[ recovery-image] Feb 21 13:20:02.535 INFO O| Feb 21 13:20:02.534 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37822025-02-21T13:20:03.538Z[ recovery-image] Feb 21 13:20:02.535 INFO O| Feb 21 13:20:02.535 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37832025-02-21T13:20:03.538Z[ recovery-image] Feb 21 13:20:02.535 INFO O| Feb 21 13:20:02.535 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37842025-02-21T13:20:03.538Z[ recovery-image] Feb 21 13:20:02.535 INFO O| Feb 21 13:20:02.535 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37852025-02-21T13:20:03.545Z[ recovery-image] Feb 21 13:20:02.545 INFO O| Feb 21 13:20:02.545 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37862025-02-21T13:20:03.765Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
37872025-02-21T13:20:03.822ZFeb 21 13:20:02.823 INFO [stamp-ntp] process exited with exit status: 0 (1.055747313s)
37882025-02-21T13:20:04.041Z[ recovery-image] Feb 21 13:20:03.041 INFO O| Feb 21 13:20:03.041 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37892025-02-21T13:20:04.116Z[ recovery-image] Feb 21 13:20:03.115 INFO O| Feb 21 13:20:03.115 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37902025-02-21T13:20:04.663Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37912025-02-21T13:20:04.721ZFeb 21 13:20:03.722 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.321571448s)
37922025-02-21T13:20:04.824Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37932025-02-21T13:20:04.831ZFeb 21 13:20:03.832 INFO [stamp-internal-dns] process exited with exit status: 0 (2.413865339s)
37942025-02-21T13:20:04.883Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37952025-02-21T13:20:04.893ZFeb 21 13:20:03.893 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.96583998s)
37962025-02-21T13:20:05.028Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37972025-02-21T13:20:05.032Z[ recovery-image] Feb 21 13:20:04.032 INFO O| Feb 21 13:20:04.032 INFO O| Caching catalogs ... Done
37982025-02-21T13:20:05.077ZFeb 21 13:20:04.078 INFO [stamp-external-dns] process exited with exit status: 0 (2.425308461s)
37992025-02-21T13:20:05.141Z[ recovery-image] Feb 21 13:20:04.141 INFO O| Feb 21 13:20:04.141 INFO STEP 0 (pkg_image_create) COMPLETE
38002025-02-21T13:20:05.141Z[ recovery-image] Feb 21 13:20:04.141 INFO O| Feb 21 13:20:04.141 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38012025-02-21T13:20:05.141Z[ recovery-image] Feb 21 13:20:04.141 INFO O| Feb 21 13:20:04.141 INFO skip step because feature "repo_redist" is not enabled
38022025-02-21T13:20:05.141Z[ recovery-image] Feb 21 13:20:04.141 INFO O| Feb 21 13:20:04.141 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38032025-02-21T13:20:05.153Z[ recovery-image] Feb 21 13:20:04.153 INFO O| Feb 21 13:20:04.153 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"]
38042025-02-21T13:20:05.535Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
38052025-02-21T13:20:05.540ZFeb 21 13:20:04.541 INFO [stamp-oximeter] process exited with exit status: 0 (2.844352723s)
38062025-02-21T13:20:05.648Z[ recovery-image] Feb 21 13:20:04.648 INFO O| Feb 21 13:20:04.648 INFO STEP 2 (pkg_set_publisher) COMPLETE
38072025-02-21T13:20:05.649Z[ recovery-image] Feb 21 13:20:04.648 INFO O| Feb 21 13:20:04.648 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38082025-02-21T13:20:05.663Z[ recovery-image] Feb 21 13:20:04.663 INFO O| Feb 21 13:20:04.663 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"]
38092025-02-21T13:20:06.130Z[ recovery-image] Feb 21 13:20:05.130 INFO O| Feb 21 13:20:05.130 INFO STEP 3 (pkg_set_publisher) COMPLETE
38102025-02-21T13:20:06.130Z[ recovery-image] Feb 21 13:20:05.130 INFO O| Feb 21 13:20:05.130 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38112025-02-21T13:20:06.130Z[ recovery-image] Feb 21 13:20:05.130 INFO O| Feb 21 13:20:05.130 INFO skip step because feature "repo_redist" is not enabled
38122025-02-21T13:20:06.134Z[ recovery-image] Feb 21 13:20:05.130 INFO O| Feb 21 13:20:05.130 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38132025-02-21T13:20:06.494Z[ recovery-image] Feb 21 13:20:05.493 INFO O| Feb 21 13:20:05.493 INFO variant opensolaris.zone is already global
38142025-02-21T13:20:06.494Z[ recovery-image] Feb 21 13:20:05.493 INFO O| Feb 21 13:20:05.493 INFO STEP 5 (pkg_change_variant) COMPLETE
38152025-02-21T13:20:06.494Z[ recovery-image] Feb 21 13:20:05.493 INFO O| Feb 21 13:20:05.493 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38162025-02-21T13:20:06.973Z[ recovery-image] Feb 21 13:20:05.973 INFO O| Feb 21 13:20:05.972 INFO variant opensolaris.imagetype is full; changing to partial
38172025-02-21T13:20:06.973Z[ recovery-image] Feb 21 13:20:05.973 INFO O| Feb 21 13:20:05.973 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38182025-02-21T13:20:07.236Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38192025-02-21T13:20:07.249ZFeb 21 13:20:06.241 INFO [stamp-nexus] process exited with exit status: 0 (4.805746369s)
38202025-02-21T13:20:07.820Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38212025-02-21T13:20:07.994Z[verify-libraries] Compiling home v0.5.9
38222025-02-21T13:20:08.013Z[verify-libraries] Compiling cfg_aliases v0.1.1
38232025-02-21T13:20:08.035Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38242025-02-21T13:20:08.036Z[verify-libraries] Compiling sqlparser_derive v0.2.2
38252025-02-21T13:20:08.039Z[verify-libraries] Compiling unicode_categories v0.1.1
38262025-02-21T13:20:08.042Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38272025-02-21T13:20:08.056Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38282025-02-21T13:20:08.182Z[verify-libraries] Compiling nix v0.28.0
38292025-02-21T13:20:08.317Z[verify-libraries] Compiling polyval v0.6.2
38302025-02-21T13:20:08.575Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
38312025-02-21T13:20:08.643ZFeb 21 13:20:07.643 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.260888225s)
38322025-02-21T13:20:08.942Z[verify-libraries] Compiling sqlformat v0.2.6
38332025-02-21T13:20:09.146Z[verify-libraries] Compiling ghash v0.5.1
38342025-02-21T13:20:09.196Z[verify-libraries] Compiling ctr v0.9.2
38352025-02-21T13:20:09.541Z[verify-libraries] Compiling ssh-encoding v0.2.0
38362025-02-21T13:20:09.929Z[verify-libraries] Compiling sqlparser v0.45.0
38372025-02-21T13:20:10.032Z[verify-libraries] Compiling aes-gcm v0.10.3
38382025-02-21T13:20:10.164Z[verify-libraries] Compiling blowfish v0.9.1
38392025-02-21T13:20:10.752Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
38402025-02-21T13:20:11.095Z[verify-libraries] Compiling ssh-cipher v0.2.0
38412025-02-21T13:20:11.353Z[verify-libraries] Compiling password-hash v0.4.2
38422025-02-21T13:20:14.259Z[verify-libraries] Compiling rustyline v14.0.0
38432025-02-21T13:20:16.399Z[verify-libraries] Compiling pbkdf2 v0.11.0
38442025-02-21T13:20:16.825Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
38452025-02-21T13:20:16.852ZFeb 21 13:20:15.851 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.371139698s)
38462025-02-21T13:20:16.888Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
38472025-02-21T13:20:16.892ZFeb 21 13:20:15.893 INFO [stamp-clickhouse] process exited with exit status: 0 (14.376816209s)
38482025-02-21T13:20:16.893ZFeb 21 13:20:15.893 INFO [tuf-stamp] task succeeded (14.511484696s)
38492025-02-21T13:20:17.227Z[verify-libraries] Compiling ssh-key v0.6.6
38502025-02-21T13:20:17.592Z[verify-libraries] Compiling p256 v0.13.2
38512025-02-21T13:20:18.703Z[verify-libraries] Compiling p521 v0.13.3
38522025-02-21T13:20:20.725Z[verify-libraries] Compiling russh-cryptovec v0.7.3
38532025-02-21T13:20:21.299Z[verify-libraries] Compiling md5 v0.7.0
38542025-02-21T13:20:21.879Z[ recovery-image] Feb 21 13:20:20.878 INFO O| Feb 21 13:20:20.878 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38552025-02-21T13:20:22.064Z[verify-libraries] Compiling russh-keys v0.45.0
38562025-02-21T13:20:24.495Z[verify-libraries] Compiling num-bigint v0.4.6
38572025-02-21T13:20:31.873Z[ recovery-image] Feb 21 13:20:30.872 INFO O| Feb 21 13:20:30.872 INFO O| Startup: Caching catalogs ... Done
38582025-02-21T13:20:31.995Z[ recovery-image] Feb 21 13:20:30.989 INFO O| Feb 21 13:20:30.989 INFO O| Planning: Planning completed in 0.00 seconds
38592025-02-21T13:20:32.004Z[ recovery-image] Feb 21 13:20:30.990 INFO O| Feb 21 13:20:30.990 INFO O| Planning: Consolidating action changes ... Done
38602025-02-21T13:20:32.004Z[ recovery-image] Feb 21 13:20:30.990 INFO O| Feb 21 13:20:30.990 INFO O| Planning: Evaluating mediators ... Done
38612025-02-21T13:20:32.004Z[ recovery-image] Feb 21 13:20:30.991 INFO O| Feb 21 13:20:30.991 INFO O| Planning: Planning completed in 0.00 seconds
38622025-02-21T13:20:32.004Z[ recovery-image] Feb 21 13:20:30.991 INFO O| Feb 21 13:20:30.991 INFO O| Variants/Facets to change: 1
38632025-02-21T13:20:32.025Z[verify-libraries] Compiling des v0.8.1
38642025-02-21T13:20:32.089Z[ recovery-image] Feb 21 13:20:31.087 INFO O| Feb 21 13:20:31.087 INFO O| Done
38652025-02-21T13:20:32.089Z[ recovery-image] Feb 21 13:20:31.087 INFO O| Feb 21 13:20:31.087 INFO O| Done
38662025-02-21T13:20:32.612Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38672025-02-21T13:20:33.338Z[ recovery-image] Feb 21 13:20:32.338 INFO O| Feb 21 13:20:32.338 INFO O| Done
38682025-02-21T13:20:33.454Z[ recovery-image] Feb 21 13:20:32.453 INFO O| Feb 21 13:20:32.453 INFO O| Done
38692025-02-21T13:20:33.457Z[ recovery-image] Feb 21 13:20:32.455 INFO O| Feb 21 13:20:32.455 INFO O| Done
38702025-02-21T13:20:33.457Z[ recovery-image] Feb 21 13:20:32.455 INFO O| Feb 21 13:20:32.455 INFO O| Done
38712025-02-21T13:20:33.462Z[ recovery-image] Feb 21 13:20:32.458 INFO O| Feb 21 13:20:32.458 INFO O| Done
38722025-02-21T13:20:33.782Z[verify-libraries] Compiling hex-literal v0.4.1
38732025-02-21T13:20:34.090Z[verify-libraries] Compiling russh v0.45.0
38742025-02-21T13:20:34.403Z[ recovery-image] Feb 21 13:20:33.403 INFO O| Feb 21 13:20:33.403 INFO STEP 6 (pkg_change_variant) COMPLETE
38752025-02-21T13:20:34.403Z[ recovery-image] Feb 21 13:20:33.403 INFO O| Feb 21 13:20:33.403 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38762025-02-21T13:20:34.406Z[ recovery-image] Feb 21 13:20:33.403 INFO O| Feb 21 13:20:33.403 INFO skip step because feature "debug_variant" is not enabled
38772025-02-21T13:20:34.406Z[ recovery-image] Feb 21 13:20:33.403 INFO O| Feb 21 13:20:33.403 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38782025-02-21T13:20:34.406Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38792025-02-21T13:20:35.215Z[ recovery-image] Feb 21 13:20:34.215 INFO O| Feb 21 13:20:34.215 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38802025-02-21T13:20:36.283Z[ recovery-image] Feb 21 13:20:35.282 INFO O| Feb 21 13:20:35.282 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38812025-02-21T13:20:36.285Z[ recovery-image] Feb 21 13:20:35.284 INFO O| Feb 21 13:20:35.283 INFO O| Planning: Planning completed in 0.00 seconds
38822025-02-21T13:20:36.285Z[ recovery-image] Feb 21 13:20:35.284 INFO O| Feb 21 13:20:35.284 INFO O| Planning: Consolidating action changes ... Done
38832025-02-21T13:20:36.285Z[ recovery-image] Feb 21 13:20:35.284 INFO O| Feb 21 13:20:35.284 INFO O| Planning: Evaluating mediators ... Done
38842025-02-21T13:20:36.288Z[ recovery-image] Feb 21 13:20:35.285 INFO O| Feb 21 13:20:35.285 INFO O| Planning: Planning completed in 0.00 seconds
38852025-02-21T13:20:36.289Z[ recovery-image] Feb 21 13:20:35.286 INFO O| Feb 21 13:20:35.286 INFO O| Variants/Facets to change: 1
38862025-02-21T13:20:36.381Z[ recovery-image] Feb 21 13:20:35.380 INFO O| Feb 21 13:20:35.380 INFO O| Done
38872025-02-21T13:20:36.383Z[ recovery-image] Feb 21 13:20:35.380 INFO O| Feb 21 13:20:35.380 INFO O| Done
38882025-02-21T13:20:37.261Z[ recovery-image] Feb 21 13:20:36.260 INFO O| Feb 21 13:20:36.260 INFO O| Done
38892025-02-21T13:20:37.367Z[ recovery-image] Feb 21 13:20:36.366 INFO O| Feb 21 13:20:36.366 INFO O| Done
38902025-02-21T13:20:37.370Z[ recovery-image] Feb 21 13:20:36.367 INFO O| Feb 21 13:20:36.367 INFO O| Done
38912025-02-21T13:20:37.370Z[ recovery-image] Feb 21 13:20:36.367 INFO O| Feb 21 13:20:36.367 INFO O| Done
38922025-02-21T13:20:37.372Z[ recovery-image] Feb 21 13:20:36.370 INFO O| Feb 21 13:20:36.369 INFO O| Done
38932025-02-21T13:20:37.477Z[ recovery-image] Feb 21 13:20:36.477 INFO O| Feb 21 13:20:36.477 INFO STEP 8 (pkg_change_facet) COMPLETE
38942025-02-21T13:20:37.478Z[ recovery-image] Feb 21 13:20:36.477 INFO O| Feb 21 13:20:36.477 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38952025-02-21T13:20:38.024Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38962025-02-21T13:20:38.194Z[ recovery-image] Feb 21 13:20:37.194 INFO O| Feb 21 13:20:37.194 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38972025-02-21T13:20:39.223Z[ recovery-image] Feb 21 13:20:38.223 INFO O| Feb 21 13:20:38.223 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38982025-02-21T13:20:39.226Z[ recovery-image] Feb 21 13:20:38.224 INFO O| Feb 21 13:20:38.224 INFO O| Planning: Planning completed in 0.00 seconds
38992025-02-21T13:20:39.226Z[ recovery-image] Feb 21 13:20:38.225 INFO O| Feb 21 13:20:38.225 INFO O| Planning: Consolidating action changes ... Done
39002025-02-21T13:20:39.226Z[ recovery-image] Feb 21 13:20:38.226 INFO O| Feb 21 13:20:38.226 INFO O| Planning: Evaluating mediators ... Done
39012025-02-21T13:20:39.229Z[ recovery-image] Feb 21 13:20:38.226 INFO O| Feb 21 13:20:38.226 INFO O| Planning: Planning completed in 0.00 seconds
39022025-02-21T13:20:39.229Z[ recovery-image] Feb 21 13:20:38.227 INFO O| Feb 21 13:20:38.227 INFO O| Variants/Facets to change: 1
39032025-02-21T13:20:39.322Z[ recovery-image] Feb 21 13:20:38.321 INFO O| Feb 21 13:20:38.321 INFO O| Done
39042025-02-21T13:20:39.322Z[ recovery-image] Feb 21 13:20:38.321 INFO O| Feb 21 13:20:38.321 INFO O| Done
39052025-02-21T13:20:40.152Z[ recovery-image] Feb 21 13:20:39.152 INFO O| Feb 21 13:20:39.152 INFO O| Done
39062025-02-21T13:20:40.244Z[ recovery-image] Feb 21 13:20:39.243 INFO O| Feb 21 13:20:39.243 INFO O| Done
39072025-02-21T13:20:40.247Z[ recovery-image] Feb 21 13:20:39.244 INFO O| Feb 21 13:20:39.244 INFO O| Done
39082025-02-21T13:20:40.247Z[ recovery-image] Feb 21 13:20:39.244 INFO O| Feb 21 13:20:39.244 INFO O| Done
39092025-02-21T13:20:40.249Z[ recovery-image] Feb 21 13:20:39.246 INFO O| Feb 21 13:20:39.246 INFO O| Done
39102025-02-21T13:20:40.360Z[ recovery-image] Feb 21 13:20:39.360 INFO O| Feb 21 13:20:39.359 INFO STEP 9 (pkg_change_facet) COMPLETE
39112025-02-21T13:20:40.360Z[ recovery-image] Feb 21 13:20:39.360 INFO O| Feb 21 13:20:39.359 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39122025-02-21T13:20:41.027Z[ recovery-image] Feb 21 13:20:40.026 INFO O| Feb 21 13:20:40.026 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39132025-02-21T13:20:42.187Z[ recovery-image] Feb 21 13:20:41.186 INFO O| Feb 21 13:20:41.186 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39142025-02-21T13:20:42.190Z[ recovery-image] Feb 21 13:20:41.189 INFO O| Feb 21 13:20:41.189 INFO O| Planning: Planning completed in 0.00 seconds
39152025-02-21T13:20:42.194Z[ recovery-image] Feb 21 13:20:41.189 INFO O| Feb 21 13:20:41.189 INFO O| Planning: Consolidating action changes ... Done
39162025-02-21T13:20:42.194Z[ recovery-image] Feb 21 13:20:41.190 INFO O| Feb 21 13:20:41.190 INFO O| Planning: Evaluating mediators ... Done
39172025-02-21T13:20:42.194Z[ recovery-image] Feb 21 13:20:41.190 INFO O| Feb 21 13:20:41.190 INFO O| Planning: Planning completed in 0.00 seconds
39182025-02-21T13:20:42.194Z[ recovery-image] Feb 21 13:20:41.191 INFO O| Feb 21 13:20:41.191 INFO O| Variants/Facets to change: 1
39192025-02-21T13:20:42.276Z[ recovery-image] Feb 21 13:20:41.275 INFO O| Feb 21 13:20:41.275 INFO O| Done
39202025-02-21T13:20:42.276Z[ recovery-image] Feb 21 13:20:41.275 INFO O| Feb 21 13:20:41.275 INFO O| Done
39212025-02-21T13:20:43.180Z[ recovery-image] Feb 21 13:20:42.180 INFO O| Feb 21 13:20:42.179 INFO O| Done
39222025-02-21T13:20:43.294Z[ recovery-image] Feb 21 13:20:42.292 INFO O| Feb 21 13:20:42.292 INFO O| Done
39232025-02-21T13:20:43.297Z[ recovery-image] Feb 21 13:20:42.293 INFO O| Feb 21 13:20:42.293 INFO O| Done
39242025-02-21T13:20:43.297Z[ recovery-image] Feb 21 13:20:42.294 INFO O| Feb 21 13:20:42.294 INFO O| Done
39252025-02-21T13:20:43.297Z[ recovery-image] Feb 21 13:20:42.296 INFO O| Feb 21 13:20:42.296 INFO O| Done
39262025-02-21T13:20:43.451Z[ recovery-image] Feb 21 13:20:42.450 INFO O| Feb 21 13:20:42.450 INFO STEP 10 (pkg_change_facet) COMPLETE
39272025-02-21T13:20:43.451Z[ recovery-image] Feb 21 13:20:42.450 INFO O| Feb 21 13:20:42.450 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39282025-02-21T13:20:43.509Z[ recovery-image] Feb 21 13:20:42.508 INFO O| Feb 21 13:20:42.508 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"]
39292025-02-21T13:20:44.511Z[ recovery-image] Feb 21 13:20:43.510 INFO O| Feb 21 13:20:43.510 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39302025-02-21T13:20:44.958Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39312025-02-21T13:20:48.027Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
39322025-02-21T13:20:50.963Z[verify-libraries] Compiling petname v2.0.2
39332025-02-21T13:20:51.863Z[ host-image] Feb 21 13:20:50.848 INFO O| Feb 21 13:20:50.848 INFO O| Planning: Solver setup ... Done
39342025-02-21T13:20:52.265Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
39352025-02-21T13:20:53.027Z[verify-libraries] Compiling internet-checksum v0.2.1
39362025-02-21T13:20:53.815Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
39372025-02-21T13:21:01.602Z[verify-libraries] Compiling heck v0.4.1
39382025-02-21T13:21:03.164Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39392025-02-21T13:21:22.840Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39402025-02-21T13:21:26.948Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39412025-02-21T13:21:33.770Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39422025-02-21T13:21:36.434Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39432025-02-21T13:21:44.654Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39442025-02-21T13:21:46.414Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39452025-02-21T13:21:47.144Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39462025-02-21T13:21:47.560Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39472025-02-21T13:21:59.074Z[ recovery-image] Feb 21 13:21:58.070 INFO O| Feb 21 13:21:58.070 INFO O| Planning: Solver setup ... Done
39482025-02-21T13:22:23.437Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
39492025-02-21T13:22:30.074Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39502025-02-21T13:22:32.524Z[ host-image] Feb 21 13:22:31.519 INFO O| Feb 21 13:22:31.519 INFO O| Planning: Running solver ... Done
39512025-02-21T13:22:33.217Z[ host-image] Feb 21 13:22:32.212 INFO O| Feb 21 13:22:32.212 INFO O| Planning: Finding local manifests ... Done
39522025-02-21T13:22:33.248Z[ host-image] Feb 21 13:22:32.244 INFO O| Feb 21 13:22:32.243 INFO O| Planning: Fetching manifests: 0/124 0% complete
39532025-02-21T13:22:37.631Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39542025-02-21T13:22:38.219Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39552025-02-21T13:22:38.798Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
39562025-02-21T13:22:39.313Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39572025-02-21T13:22:39.965Z[verify-libraries] Compiling sync-ptr v0.1.1
39582025-02-21T13:22:39.990Z[ host-image] Feb 21 13:22:38.985 INFO O| Feb 21 13:22:38.985 INFO O| Planning: Fetching manifests: 124/124 100% complete
39592025-02-21T13:22:40.295Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39602025-02-21T13:22:41.161Z[ host-image] Feb 21 13:22:40.156 INFO O| Feb 21 13:22:40.156 INFO O| Planning: Package planning ... Done
39612025-02-21T13:22:42.761Z[ host-image] Feb 21 13:22:41.756 INFO O| Feb 21 13:22:41.756 INFO O| Planning: Merging actions ... Done
39622025-02-21T13:22:43.119Z[ host-image] Feb 21 13:22:42.114 INFO O| Feb 21 13:22:42.113 INFO O| Planning: Checking for conflicting actions ... Done
39632025-02-21T13:22:43.429Z[ host-image] Feb 21 13:22:42.423 INFO O| Feb 21 13:22:42.423 INFO O| Planning: Consolidating action changes ... Done
39642025-02-21T13:22:44.029Z[ host-image] Feb 21 13:22:43.023 INFO O| Feb 21 13:22:43.023 INFO O| Planning: Evaluating mediators ... Done
39652025-02-21T13:22:45.982Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39662025-02-21T13:22:49.132Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39672025-02-21T13:22:50.477Z[ host-image] Feb 21 13:22:49.471 INFO O| Feb 21 13:22:49.471 INFO O| Planning: Planning completed in 181.01 seconds
39682025-02-21T13:22:50.491Z[ host-image] Feb 21 13:22:49.485 INFO O| Feb 21 13:22:49.485 INFO O| Packages to install: 124
39692025-02-21T13:22:50.493Z[ host-image] Feb 21 13:22:49.485 INFO O| Feb 21 13:22:49.485 INFO O| Mediators to change: 4
39702025-02-21T13:22:50.493Z[ host-image] Feb 21 13:22:49.485 INFO O| Feb 21 13:22:49.485 INFO O| Services to change: 6
39712025-02-21T13:22:50.620Z[ host-image] Feb 21 13:22:49.614 INFO O| Feb 21 13:22:49.614 INFO O| Download: 0/22794 items 0.0/199.5MB 0% complete
39722025-02-21T13:22:53.162Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39732025-02-21T13:22:55.628Z[ host-image] Feb 21 13:22:54.622 INFO O| Feb 21 13:22:54.622 INFO O| Download: 690/22794 items 3.4/199.5MB 1% complete (736k/s)
39742025-02-21T13:22:57.558Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39752025-02-21T13:22:59.458Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39762025-02-21T13:23:01.053Z[ host-image] Feb 21 13:23:00.047 INFO O| Feb 21 13:23:00.047 INFO O| Download: 1023/22794 items 5.8/199.5MB 2% complete (805k/s)
39772025-02-21T13:23:04.780Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39782025-02-21T13:23:06.130Z[ host-image] Feb 21 13:23:05.123 INFO O| Feb 21 13:23:05.123 INFO O| Download: 1637/22794 items 10.6/199.5MB 5% complete (675k/s)
39792025-02-21T13:23:11.205Z[ host-image] Feb 21 13:23:10.198 INFO O| Feb 21 13:23:10.198 INFO O| Download: 1934/22794 items 21.9/199.5MB 10% complete (1.6M/s)
39802025-02-21T13:23:12.227Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39812025-02-21T13:23:18.859Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39822025-02-21T13:23:20.245Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39832025-02-21T13:23:23.949Z[verify-libraries] Compiling termios v0.3.3
39842025-02-21T13:23:24.437Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39852025-02-21T13:23:24.538Z[ host-image] Feb 21 13:23:23.532 INFO O| Feb 21 13:23:23.532 INFO O| Download: 2097/22794 items 23.4/199.5MB 11% complete
39862025-02-21T13:23:25.172Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39872025-02-21T13:23:29.580Z[ host-image] Feb 21 13:23:28.573 INFO O| Feb 21 13:23:28.573 INFO O| Download: 2239/22794 items 24.4/199.5MB 12% complete (242k/s)
39882025-02-21T13:23:33.963Z[ recovery-image] Feb 21 13:23:32.956 INFO O| Feb 21 13:23:32.956 INFO O| Planning: Running solver ... Done
39892025-02-21T13:23:34.597Z[ recovery-image] Feb 21 13:23:33.590 INFO O| Feb 21 13:23:33.590 INFO O| Planning: Finding local manifests ... Done
39902025-02-21T13:23:34.615Z[ recovery-image] Feb 21 13:23:33.608 INFO O| Feb 21 13:23:33.608 INFO O| Planning: Fetching manifests: 0/124 0% complete
39912025-02-21T13:23:41.390Z[ recovery-image] Feb 21 13:23:40.383 INFO O| Feb 21 13:23:40.382 INFO O| Planning: Fetching manifests: 124/124 100% complete
39922025-02-21T13:23:41.612Z[ host-image] Feb 21 13:23:40.604 INFO O| Feb 21 13:23:40.604 INFO O| Download: 2251/22794 items 24.7/199.5MB 12% complete
39932025-02-21T13:23:42.416Z[ recovery-image] Feb 21 13:23:41.409 INFO O| Feb 21 13:23:41.409 INFO O| Planning: Package planning ... Done
39942025-02-21T13:23:43.079Z[ recovery-image] Feb 21 13:23:42.072 INFO O| Feb 21 13:23:42.072 INFO O| Planning: Merging actions ... Done
39952025-02-21T13:23:43.481Z[ recovery-image] Feb 21 13:23:42.472 INFO O| Feb 21 13:23:42.472 INFO O| Planning: Checking for conflicting actions ... Done
39962025-02-21T13:23:43.647Z[ recovery-image] Feb 21 13:23:42.640 INFO O| Feb 21 13:23:42.640 INFO O| Planning: Consolidating action changes ... Done
39972025-02-21T13:23:44.052Z[ recovery-image] Feb 21 13:23:43.044 INFO O| Feb 21 13:23:43.044 INFO O| Planning: Evaluating mediators ... Done
39982025-02-21T13:23:46.727Z[ host-image] Feb 21 13:23:45.720 INFO O| Feb 21 13:23:45.719 INFO O| Download: 2451/22794 items 28.1/199.5MB 14% complete (752k/s)
39992025-02-21T13:23:50.059Z[ recovery-image] Feb 21 13:23:49.051 INFO O| Feb 21 13:23:49.051 INFO O| Planning: Planning completed in 185.54 seconds
40002025-02-21T13:23:50.067Z[ recovery-image] Feb 21 13:23:49.059 INFO O| Feb 21 13:23:49.059 INFO O| Packages to install: 124
40012025-02-21T13:23:50.067Z[ recovery-image] Feb 21 13:23:49.059 INFO O| Feb 21 13:23:49.059 INFO O| Mediators to change: 4
40022025-02-21T13:23:50.069Z[ recovery-image] Feb 21 13:23:49.059 INFO O| Feb 21 13:23:49.059 INFO O| Services to change: 5
40032025-02-21T13:23:50.148Z[ recovery-image] Feb 21 13:23:49.140 INFO O| Feb 21 13:23:49.140 INFO O| Download: 0/15865 items 0.0/176.2MB 0% complete
40042025-02-21T13:23:51.727Z[ host-image] Feb 21 13:23:50.720 INFO O| Feb 21 13:23:50.720 INFO O| Download: 3031/22794 items 33.8/199.5MB 16% complete (928k/s)
40052025-02-21T13:23:55.154Z[ recovery-image] Feb 21 13:23:54.146 INFO O| Feb 21 13:23:54.146 INFO O| Download: 502/15865 items 3.2/176.2MB 1% complete (664k/s)
40062025-02-21T13:24:00.154Z[ recovery-image] Feb 21 13:23:59.147 INFO O| Feb 21 13:23:59.146 INFO O| Download: 1009/15865 items 7.9/176.2MB 4% complete (852k/s)
40072025-02-21T13:24:01.391Z[ host-image] Feb 21 13:24:00.382 INFO O| Feb 21 13:24:00.382 INFO O| Download: 3489/22794 items 35.6/199.5MB 17% complete (785k/s)
40082025-02-21T13:24:03.821Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40092025-02-21T13:24:05.337Z[ recovery-image] Feb 21 13:24:04.328 INFO O| Feb 21 13:24:04.328 INFO O| Download: 1096/15865 items 9.2/176.2MB 5% complete (736k/s)
40102025-02-21T13:24:06.394Z[ host-image] Feb 21 13:24:05.385 INFO O| Feb 21 13:24:05.385 INFO O| Download: 4032/22794 items 40.1/199.5MB 20% complete (475k/s)
40112025-02-21T13:24:10.340Z[ recovery-image] Feb 21 13:24:09.331 INFO O| Feb 21 13:24:09.331 INFO O| Download: 1185/15865 items 14.3/176.2MB 8% complete (574k/s)
40122025-02-21T13:24:14.596Z[ host-image] Feb 21 13:24:13.587 INFO O| Feb 21 13:24:13.587 INFO O| Download: 4497/22794 items 41.8/199.5MB 20% complete (722k/s)
40132025-02-21T13:24:15.684Z[ recovery-image] Feb 21 13:24:14.676 INFO O| Feb 21 13:24:14.676 INFO O| Download: 1652/15865 items 25.5/176.2MB 14% complete (1.6M/s)
40142025-02-21T13:24:19.862Z[ host-image] Feb 21 13:24:18.854 INFO O| Feb 21 13:24:18.853 INFO O| Download: 4648/22794 items 42.9/199.5MB 21% complete (187k/s)
40152025-02-21T13:24:20.935Z[ recovery-image] Feb 21 13:24:19.925 INFO O| Feb 21 13:24:19.925 INFO O| Download: 1659/15865 items 25.6/176.2MB 14% complete (1.2M/s)
40162025-02-21T13:24:25.483Z[ host-image] Feb 21 13:24:24.473 INFO O| Feb 21 13:24:24.473 INFO O| Download: 4656/22794 items 43.1/199.5MB 21% complete (179k/s)
40172025-02-21T13:24:25.937Z[ recovery-image] Feb 21 13:24:24.926 INFO O| Feb 21 13:24:24.926 INFO O| Download: 2073/15865 items 31.0/176.2MB 17% complete (614k/s)
40182025-02-21T13:24:30.490Z[ host-image] Feb 21 13:24:29.480 INFO O| Feb 21 13:24:29.480 INFO O| Download: 4966/22794 items 45.7/199.5MB 22% complete (292k/s)
40192025-02-21T13:24:30.996Z[ recovery-image] Feb 21 13:24:29.987 INFO O| Feb 21 13:24:29.987 INFO O| Download: 2684/15865 items 33.0/176.2MB 18% complete (787k/s)
40202025-02-21T13:24:35.580Z[ host-image] Feb 21 13:24:34.570 INFO O| Feb 21 13:24:34.570 INFO O| Download: 5413/22794 items 46.0/199.5MB 23% complete (309k/s)
40212025-02-21T13:24:36.004Z[ recovery-image] Feb 21 13:24:34.994 INFO O| Feb 21 13:24:34.994 INFO O| Download: 3266/15865 items 37.7/176.2MB 21% complete (688k/s)
40222025-02-21T13:24:40.841Z[ host-image] Feb 21 13:24:39.832 INFO O| Feb 21 13:24:39.831 INFO O| Download: 5751/22794 items 46.2/199.5MB 23% complete (142k/s)
40232025-02-21T13:24:45.388Z[ recovery-image] Feb 21 13:24:44.378 INFO O| Feb 21 13:24:44.378 INFO O| Download: 3613/15865 items 39.0/176.2MB 22% complete (664k/s)
40242025-02-21T13:24:45.859Z[ host-image] Feb 21 13:24:44.850 INFO O| Feb 21 13:24:44.849 INFO O| Download: 5911/22794 items 46.3/199.5MB 23% complete (27.8k/s)
40252025-02-21T13:24:50.905Z[ host-image] Feb 21 13:24:49.895 INFO O| Feb 21 13:24:49.895 INFO O| Download: 6386/22794 items 46.6/199.5MB 23% complete (36.9k/s)
40262025-02-21T13:24:51.667Z[ recovery-image] Feb 21 13:24:50.657 INFO O| Feb 21 13:24:50.657 INFO O| Download: 3634/15865 items 39.4/176.2MB 22% complete (158k/s)
40272025-02-21T13:24:56.134Z[ host-image] Feb 21 13:24:55.124 INFO O| Feb 21 13:24:55.124 INFO O| Download: 7000/22794 items 50.4/199.5MB 25% complete (411k/s)
40282025-02-21T13:24:58.066Z[ recovery-image] Feb 21 13:24:57.056 INFO O| Feb 21 13:24:57.056 INFO O| Download: 3635/15865 items 39.4/176.2MB 22% complete
40292025-02-21T13:25:01.135Z[ host-image] Feb 21 13:25:00.124 INFO O| Feb 21 13:25:00.124 INFO O| Download: 7876/22794 items 59.2/199.5MB 29% complete (1.3M/s)
40302025-02-21T13:25:06.413Z[ host-image] Feb 21 13:25:05.402 INFO O| Feb 21 13:25:05.402 INFO O| Download: 8238/22794 items 63.1/199.5MB 31% complete (1.1M/s)
40312025-02-21T13:25:10.886Z[ recovery-image] Feb 21 13:25:09.876 INFO O| Feb 21 13:25:09.875 INFO O| Download: 3641/15865 items 39.5/176.2MB 22% complete
40322025-02-21T13:25:11.417Z[ host-image] Feb 21 13:25:10.407 INFO O| Feb 21 13:25:10.407 INFO O| Download: 8593/22794 items 70.2/199.5MB 35% complete (1.0M/s)
40332025-02-21T13:25:15.898Z[ recovery-image] Feb 21 13:25:14.886 INFO O| Feb 21 13:25:14.886 INFO O| Download: 4150/15865 items 42.6/176.2MB 24% complete (647k/s)
40342025-02-21T13:25:16.429Z[ host-image] Feb 21 13:25:15.417 INFO O| Feb 21 13:25:15.417 INFO O| Download: 9359/22794 items 80.9/199.5MB 40% complete (1.8M/s)
40352025-02-21T13:25:20.908Z[ recovery-image] Feb 21 13:25:19.896 INFO O| Feb 21 13:25:19.896 INFO O| Download: 4663/15865 items 42.9/176.2MB 24% complete (344k/s)
40362025-02-21T13:25:21.745Z[ host-image] Feb 21 13:25:20.734 INFO O| Feb 21 13:25:20.734 INFO O| Download: 9391/22794 items 81.5/199.5MB 40% complete (1.7M/s)
40372025-02-21T13:25:25.914Z[ recovery-image] Feb 21 13:25:24.903 INFO O| Feb 21 13:25:24.903 INFO O| Download: 5167/15865 items 43.2/176.2MB 24% complete (58.1k/s)
40382025-02-21T13:25:26.751Z[ host-image] Feb 21 13:25:25.740 INFO O| Feb 21 13:25:25.739 INFO O| Download: 10051/22794 items 83.9/199.5MB 42% complete (276k/s)
40392025-02-21T13:25:31.062Z[ recovery-image] Feb 21 13:25:30.050 INFO O| Feb 21 13:25:30.050 INFO O| Download: 5662/15865 items 44.4/176.2MB 25% complete (124k/s)
40402025-02-21T13:25:32.681Z[ host-image] Feb 21 13:25:31.669 INFO O| Feb 21 13:25:31.669 INFO O| Download: 10416/22794 items 88.0/199.5MB 44% complete (762k/s)
40412025-02-21T13:25:36.324Z[ recovery-image] Feb 21 13:25:35.312 INFO O| Feb 21 13:25:35.312 INFO O| Download: 5694/15865 items 45.1/176.2MB 25% complete (171k/s)
40422025-02-21T13:25:39.186Z[ host-image] Feb 21 13:25:38.158 INFO O| Feb 21 13:25:38.158 INFO O| Download: 10848/22794 items 89.9/199.5MB 45% complete (612k/s)
40432025-02-21T13:25:41.324Z[ recovery-image] Feb 21 13:25:40.312 INFO O| Feb 21 13:25:40.312 INFO O| Download: 5760/15865 items 50.4/176.2MB 28% complete (842k/s)
40442025-02-21T13:25:44.528Z[ host-image] Feb 21 13:25:43.516 INFO O| Feb 21 13:25:43.516 INFO O| Download: 11143/22794 items 93.2/199.5MB 46% complete (514k/s)
40452025-02-21T13:25:47.332Z[ recovery-image] Feb 21 13:25:46.320 INFO O| Feb 21 13:25:46.320 INFO O| Download: 5916/15865 items 52.9/176.2MB 30% complete (1.1M/s)
40462025-02-21T13:25:50.694Z[ host-image] Feb 21 13:25:49.682 INFO O| Feb 21 13:25:49.682 INFO O| Download: 11250/22794 items 94.1/199.5MB 47% complete (431k/s)
40472025-02-21T13:25:52.407Z[ recovery-image] Feb 21 13:25:51.395 INFO O| Feb 21 13:25:51.395 INFO O| Download: 6096/15865 items 54.5/176.2MB 30% complete (343k/s)
40482025-02-21T13:25:56.197Z[ host-image] Feb 21 13:25:55.184 INFO O| Feb 21 13:25:55.184 INFO O| Download: 11979/22794 items 98.1/199.5MB 49% complete (424k/s)
40492025-02-21T13:25:58.020Z[ recovery-image] Feb 21 13:25:57.008 INFO O| Feb 21 13:25:57.007 INFO O| Download: 6102/15865 items 56.1/176.2MB 31% complete (343k/s)
40502025-02-21T13:26:01.261Z[ host-image] Feb 21 13:26:00.249 INFO O| Feb 21 13:26:00.249 INFO O| Download: 12160/22794 items 108.5/199.5MB 54% complete (1.3M/s)
40512025-02-21T13:26:01.449Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40522025-02-21T13:26:03.132Z[ recovery-image] Feb 21 13:26:02.119 INFO O| Feb 21 13:26:02.119 INFO O| Download: 6510/15865 items 63.9/176.2MB 36% complete (983k/s)
40532025-02-21T13:26:06.267Z[ host-image] Feb 21 13:26:05.255 INFO O| Feb 21 13:26:05.255 INFO O| Download: 12561/22794 items 109.5/199.5MB 54% complete (1.2M/s)
40542025-02-21T13:26:08.609Z[ recovery-image] Feb 21 13:26:07.596 INFO O| Feb 21 13:26:07.596 INFO O| Download: 7213/15865 items 73.2/176.2MB 41% complete (1.8M/s)
40552025-02-21T13:26:11.282Z[ host-image] Feb 21 13:26:10.269 INFO O| Feb 21 13:26:10.269 INFO O| Download: 13282/22794 items 109.9/199.5MB 55% complete (160k/s)
40562025-02-21T13:26:14.979Z[ recovery-image] Feb 21 13:26:13.966 INFO O| Feb 21 13:26:13.966 INFO O| Download: 7628/15865 items 73.6/176.2MB 41% complete (1.1M/s)
40572025-02-21T13:26:16.282Z[ host-image] Feb 21 13:26:15.269 INFO O| Feb 21 13:26:15.269 INFO O| Download: 13417/22794 items 109.9/199.5MB 55% complete (40.1k/s)
40582025-02-21T13:26:21.277Z[ recovery-image] Feb 21 13:26:20.264 INFO O| Feb 21 13:26:20.264 INFO O| Download: 7900/15865 items 76.6/176.2MB 43% complete (296k/s)
40592025-02-21T13:26:24.494Z[ host-image] Feb 21 13:26:23.481 INFO O| Feb 21 13:26:23.480 INFO O| Download: 13905/22794 items 110.2/199.5MB 55% complete (42.0k/s)
40602025-02-21T13:26:26.281Z[ recovery-image] Feb 21 13:26:25.267 INFO O| Feb 21 13:26:25.267 INFO O| Download: 7954/15865 items 77.6/176.2MB 44% complete (351k/s)
40612025-02-21T13:26:26.573Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40622025-02-21T13:26:29.494Z[ host-image] Feb 21 13:26:28.481 INFO O| Feb 21 13:26:28.481 INFO O| Download: 14429/22794 items 111.6/199.5MB 55% complete (142k/s)
40632025-02-21T13:26:31.287Z[ recovery-image] Feb 21 13:26:30.274 INFO O| Feb 21 13:26:30.273 INFO O| Download: 8435/15865 items 79.7/176.2MB 45% complete (319k/s)
40642025-02-21T13:26:36.294Z[ recovery-image] Feb 21 13:26:35.280 INFO O| Feb 21 13:26:35.280 INFO O| Download: 8764/15865 items 84.2/176.2MB 47% complete (693k/s)
40652025-02-21T13:26:36.842Z[ host-image] Feb 21 13:26:35.828 INFO O| Feb 21 13:26:35.828 INFO O| Download: 14510/22794 items 116.5/199.5MB 58% complete (649k/s)
40662025-02-21T13:26:41.496Z[ recovery-image] Feb 21 13:26:40.483 INFO O| Feb 21 13:26:40.482 INFO O| Download: 8924/15865 items 92.6/176.2MB 52% complete (1.3M/s)
40672025-02-21T13:26:41.862Z[ host-image] Feb 21 13:26:40.848 INFO O| Feb 21 13:26:40.848 INFO O| Download: 15025/22794 items 119.1/199.5MB 59% complete (282k/s)
40682025-02-21T13:26:45.583Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40692025-02-21T13:26:45.760Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40702025-02-21T13:26:46.512Z[ recovery-image] Feb 21 13:26:45.498 INFO O| Feb 21 13:26:45.498 INFO O| Download: 9521/15865 items 92.9/176.2MB 52% complete (750k/s)
40712025-02-21T13:26:48.056Z[ host-image] Feb 21 13:26:46.936 INFO O| Feb 21 13:26:46.936 INFO O| Download: 15553/22794 items 123.8/199.5MB 62% complete (759k/s)
40722025-02-21T13:26:49.275Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40732025-02-21T13:26:51.518Z[ recovery-image] Feb 21 13:26:50.504 INFO O| Feb 21 13:26:50.504 INFO O| Download: 10121/15865 items 93.1/176.2MB 52% complete (59.6k/s)
40742025-02-21T13:26:54.755Z[ host-image] Feb 21 13:26:53.741 INFO O| Feb 21 13:26:53.740 INFO O| Download: 15735/22794 items 125.9/199.5MB 63% complete (842k/s)
40752025-02-21T13:26:56.528Z[ recovery-image] Feb 21 13:26:55.514 INFO O| Feb 21 13:26:55.514 INFO O| Download: 10896/15865 items 93.8/176.2MB 53% complete (94.5k/s)
40762025-02-21T13:27:00.867Z[ host-image] Feb 21 13:26:59.853 INFO O| Feb 21 13:26:59.853 INFO O| Download: 15765/22794 items 126.0/199.5MB 63% complete (278k/s)
40772025-02-21T13:27:01.554Z[ recovery-image] Feb 21 13:27:00.540 INFO O| Feb 21 13:27:00.540 INFO O| Download: 11408/15865 items 107.0/176.2MB 60% complete (1.4M/s)
40782025-02-21T13:27:06.556Z[ recovery-image] Feb 21 13:27:05.541 INFO O| Feb 21 13:27:05.541 INFO O| Download: 11926/15865 items 128.2/176.2MB 72% complete (3.4M/s)
40792025-02-21T13:27:07.279Z[ host-image] Feb 21 13:27:06.264 INFO O| Feb 21 13:27:06.264 INFO O| Download: 15767/22794 items 126.0/199.5MB 63% complete (258k/s)
40802025-02-21T13:27:12.282Z[ host-image] Feb 21 13:27:11.265 INFO O| Feb 21 13:27:11.265 INFO O| Download: 16200/22794 items 133.7/199.5MB 66% complete (1.6M/s)
40812025-02-21T13:27:12.872Z[ recovery-image] Feb 21 13:27:11.857 INFO O| Feb 21 13:27:11.856 INFO O| Download: 11990/15865 items 139.1/176.2MB 78% complete (3.6M/s)
40822025-02-21T13:27:17.377Z[ host-image] Feb 21 13:27:16.361 INFO O| Feb 21 13:27:16.361 INFO O| Download: 16893/22794 items 141.7/199.5MB 71% complete (1.6M/s)
40832025-02-21T13:27:17.881Z[ recovery-image] Feb 21 13:27:16.865 INFO O| Feb 21 13:27:16.864 INFO O| Download: 12314/15865 items 141.1/176.2MB 80% complete (698k/s)
40842025-02-21T13:27:23.188Z[ recovery-image] Feb 21 13:27:22.172 INFO O| Feb 21 13:27:22.172 INFO O| Download: 13021/15865 items 144.9/176.2MB 82% complete (618k/s)
40852025-02-21T13:27:23.734Z[ host-image] Feb 21 13:27:22.719 INFO O| Feb 21 13:27:22.719 INFO O| Download: 16895/22794 items 141.7/199.5MB 71% complete (1.6M/s)
40862025-02-21T13:27:28.189Z[ recovery-image] Feb 21 13:27:27.174 INFO O| Feb 21 13:27:27.174 INFO O| Download: 13634/15865 items 147.0/176.2MB 83% complete (591k/s)
40872025-02-21T13:27:28.749Z[ host-image] Feb 21 13:27:27.733 INFO O| Feb 21 13:27:27.733 INFO O| Download: 17647/22794 items 146.3/199.5MB 73% complete (979k/s)
40882025-02-21T13:27:33.424Z[ recovery-image] Feb 21 13:27:32.408 INFO O| Feb 21 13:27:32.408 INFO O| Download: 14043/15865 items 148.4/176.2MB 84% complete (494k/s)
40892025-02-21T13:27:33.952Z[ host-image] Feb 21 13:27:32.935 INFO O| Feb 21 13:27:32.935 INFO O| Download: 17895/22794 items 150.1/199.5MB 75% complete (1.1M/s)
40902025-02-21T13:27:38.426Z[ recovery-image] Feb 21 13:27:37.410 INFO O| Feb 21 13:27:37.410 INFO O| Download: 14434/15865 items 149.7/176.2MB 84% complete (251k/s)
40912025-02-21T13:27:38.961Z[ host-image] Feb 21 13:27:37.945 INFO O| Feb 21 13:27:37.945 INFO O| Download: 17923/22794 items 157.3/199.5MB 78% complete (1.1M/s)
40922025-02-21T13:27:43.968Z[ host-image] Feb 21 13:27:42.951 INFO O| Feb 21 13:27:42.951 INFO O| Download: 18235/22794 items 162.8/199.5MB 81% complete (1.3M/s)
40932025-02-21T13:27:46.759Z[ recovery-image] Feb 21 13:27:45.743 INFO O| Feb 21 13:27:45.743 INFO O| Download: 14692/15865 items 150.9/176.2MB 85% complete (243k/s)
40942025-02-21T13:27:48.978Z[ host-image] Feb 21 13:27:47.962 INFO O| Feb 21 13:27:47.962 INFO O| Download: 19081/22794 items 167.1/199.5MB 83% complete (1007k/s)
40952025-02-21T13:27:53.991Z[ host-image] Feb 21 13:27:52.975 INFO O| Feb 21 13:27:52.975 INFO O| Download: 19807/22794 items 169.5/199.5MB 84% complete (694k/s)
40962025-02-21T13:27:56.380Z[ recovery-image] Feb 21 13:27:55.363 INFO O| Feb 21 13:27:55.363 INFO O| Download: 14804/15865 items 156.7/176.2MB 88% complete (657k/s)
40972025-02-21T13:27:59.000Z[ host-image] Feb 21 13:27:57.983 INFO O| Feb 21 13:27:57.983 INFO O| Download: 20384/22794 items 171.5/199.5MB 85% complete (452k/s)
40982025-02-21T13:28:02.778Z[ recovery-image] Feb 21 13:28:01.761 INFO O| Feb 21 13:28:01.761 INFO O| Download: 14806/15865 items 156.8/176.2MB 88% complete
40992025-02-21T13:28:04.081Z[ host-image] Feb 21 13:28:03.064 INFO O| Feb 21 13:28:03.064 INFO O| Download: 20844/22794 items 176.6/199.5MB 88% complete (675k/s)
41002025-02-21T13:28:07.781Z[ recovery-image] Feb 21 13:28:06.764 INFO O| Feb 21 13:28:06.764 INFO O| Download: 15344/15865 items 161.8/176.2MB 91% complete (942k/s)
41012025-02-21T13:28:10.426Z[ host-image] Feb 21 13:28:09.409 INFO O| Feb 21 13:28:09.409 INFO O| Download: 21074/22794 items 179.3/199.5MB 89% complete (879k/s)
41022025-02-21T13:28:12.874Z[ recovery-image] Feb 21 13:28:11.857 INFO O| Feb 21 13:28:11.857 INFO O| Download: 15561/15865 items 168.9/176.2MB 95% complete (1.6M/s)
41032025-02-21T13:28:15.435Z[ host-image] Feb 21 13:28:14.417 INFO O| Feb 21 13:28:14.417 INFO O| Download: 21927/22794 items 191.2/199.5MB 95% complete (1.2M/s)
41042025-02-21T13:28:18.287Z[ recovery-image] Feb 21 13:28:17.268 INFO O| Feb 21 13:28:17.268 INFO O| Download: 15669/15865 items 170.3/176.2MB 96% complete (941k/s)
41052025-02-21T13:28:20.488Z[ host-image] Feb 21 13:28:19.468 INFO O| Feb 21 13:28:19.468 INFO O| Download: 22047/22794 items 192.4/199.5MB 96% complete (1.4M/s)
41062025-02-21T13:28:22.581Z[ recovery-image] Feb 21 13:28:21.550 INFO O| Feb 21 13:28:21.549 INFO O| Download: Completed 176.24 MB in 272.41 seconds (660k/s)
41072025-02-21T13:28:24.053Z[ recovery-image] Feb 21 13:28:23.036 INFO O| Feb 21 13:28:23.036 INFO O| Actions: 1/25031 actions (Installing new actions)
41082025-02-21T13:28:25.332Z[ host-image] Feb 21 13:28:24.314 INFO O| Feb 21 13:28:24.314 INFO O| Download: Completed 199.52 MB in 334.70 seconds (608k/s)
41092025-02-21T13:28:26.892Z[ host-image] Feb 21 13:28:25.874 INFO O| Feb 21 13:28:25.874 INFO O| Actions: 1/49494 actions (Installing new actions)
41102025-02-21T13:28:29.054Z[ recovery-image] Feb 21 13:28:28.037 INFO O| Feb 21 13:28:28.036 INFO O| Actions: 8678/25031 actions (Installing new actions)
41112025-02-21T13:28:31.892Z[ host-image] Feb 21 13:28:30.874 INFO O| Feb 21 13:28:30.874 INFO O| Actions: 9464/49494 actions (Installing new actions)
41122025-02-21T13:28:34.084Z[ recovery-image] Feb 21 13:28:33.066 INFO O| Feb 21 13:28:33.066 INFO O| Actions: 15141/25031 actions (Installing new actions)
41132025-02-21T13:28:36.892Z[ host-image] Feb 21 13:28:35.874 INFO O| Feb 21 13:28:35.874 INFO O| Actions: 14730/49494 actions (Installing new actions)
41142025-02-21T13:28:39.091Z[ recovery-image] Feb 21 13:28:38.073 INFO O| Feb 21 13:28:38.073 INFO O| Actions: 24589/25031 actions (Installing new actions)
41152025-02-21T13:28:39.798Z[ recovery-image] Feb 21 13:28:38.780 INFO O| Feb 21 13:28:38.780 INFO O| Actions: Completed 25031 actions in 15.74 seconds.
41162025-02-21T13:28:40.636Z[ recovery-image] Feb 21 13:28:39.618 INFO O| Feb 21 13:28:39.618 INFO O| Done
41172025-02-21T13:28:40.636Z[ recovery-image] Feb 21 13:28:39.618 INFO O| Feb 21 13:28:39.618 INFO O| Done
41182025-02-21T13:28:41.893Z[ host-image] Feb 21 13:28:40.875 INFO O| Feb 21 13:28:40.875 INFO O| Actions: 20313/49494 actions (Installing new actions)
41192025-02-21T13:28:42.540Z[ recovery-image] Feb 21 13:28:41.522 INFO O| Feb 21 13:28:41.522 INFO O| Done
41202025-02-21T13:28:44.776Z[ recovery-image] Feb 21 13:28:43.758 INFO O| Feb 21 13:28:43.758 INFO O| Done
41212025-02-21T13:28:44.798Z[ recovery-image] Feb 21 13:28:43.780 INFO O| Feb 21 13:28:43.780 INFO O| Done
41222025-02-21T13:28:46.893Z[ host-image] Feb 21 13:28:45.875 INFO O| Feb 21 13:28:45.875 INFO O| Actions: 26532/49494 actions (Installing new actions)
41232025-02-21T13:28:50.016Z[ recovery-image] Feb 21 13:28:48.997 INFO O| Feb 21 13:28:48.997 INFO O| Done
41242025-02-21T13:28:50.601Z[ host-image] Feb 21 13:28:49.582 INFO O| Feb 21 13:28:49.582 INFO O| Actions: Completed 49494 actions in 23.70 seconds.
41252025-02-21T13:28:50.657Z[ recovery-image] Feb 21 13:28:49.639 INFO O| Feb 21 13:28:49.638 INFO O| Done
41262025-02-21T13:28:51.412Z[ host-image] Feb 21 13:28:50.394 INFO O| Feb 21 13:28:50.393 INFO O| Done
41272025-02-21T13:28:51.412Z[ host-image] Feb 21 13:28:50.394 INFO O| Feb 21 13:28:50.394 INFO O| Done
41282025-02-21T13:28:51.516Z[ recovery-image] Feb 21 13:28:50.497 INFO O| Feb 21 13:28:50.497 INFO STEP 11 (pkg_install) COMPLETE
41292025-02-21T13:28:51.516Z[ recovery-image] Feb 21 13:28:50.497 INFO O| Feb 21 13:28:50.497 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41302025-02-21T13:28:51.518Z[ recovery-image] Feb 21 13:28:50.497 INFO O| Feb 21 13:28:50.497 INFO skip step because feature "recovery" is enabled
41312025-02-21T13:28:51.518Z[ recovery-image] Feb 21 13:28:50.497 INFO O| Feb 21 13:28:50.497 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41322025-02-21T13:28:51.518Z[ recovery-image] Feb 21 13:28:50.497 INFO O| Feb 21 13:28:50.497 INFO skip step because feature "omicron1" is not enabled
41332025-02-21T13:28:51.518Z[ recovery-image] Feb 21 13:28:50.497 INFO O| Feb 21 13:28:50.497 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41342025-02-21T13:28:51.541Z[ recovery-image] Feb 21 13:28:50.522 INFO O| Feb 21 13:28:50.522 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
41352025-02-21T13:28:53.376Z[ host-image] Feb 21 13:28:52.357 INFO O| Feb 21 13:28:52.357 INFO O| Done
41362025-02-21T13:28:54.688Z[ recovery-image] Feb 21 13:28:53.645 INFO O| Feb 21 13:28:53.645 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41372025-02-21T13:28:56.204Z[ host-image] Feb 21 13:28:55.185 INFO O| Feb 21 13:28:55.185 INFO O| Done
41382025-02-21T13:28:56.261Z[ host-image] Feb 21 13:28:55.242 INFO O| Feb 21 13:28:55.242 INFO O| Done
41392025-02-21T13:28:59.070Z[ recovery-image] Feb 21 13:28:58.051 INFO O| Feb 21 13:28:58.051 INFO O| Planning: Solver setup ... Done
41402025-02-21T13:28:59.076Z[ recovery-image] Feb 21 13:28:58.058 INFO O| Feb 21 13:28:58.058 INFO O| Planning: Running solver ... Done
41412025-02-21T13:28:59.206Z[ recovery-image] Feb 21 13:28:58.187 INFO O| Feb 21 13:28:58.187 INFO O| Planning: Finding local manifests ... Done
41422025-02-21T13:28:59.209Z[ recovery-image] Feb 21 13:28:58.188 INFO O| Feb 21 13:28:58.188 INFO O| Planning: Fetching manifests: 0/1 0% complete
41432025-02-21T13:28:59.399Z[ recovery-image] Feb 21 13:28:58.380 INFO O| Feb 21 13:28:58.380 INFO O| Planning: Fetching manifests: 1/1 100% complete
41442025-02-21T13:28:59.440Z[ recovery-image] Feb 21 13:28:58.421 INFO O| Feb 21 13:28:58.421 INFO O| Planning: Package planning ... Done
41452025-02-21T13:28:59.443Z[ recovery-image] Feb 21 13:28:58.422 INFO O| Feb 21 13:28:58.422 INFO O| Planning: Merging actions ... Done
41462025-02-21T13:28:59.507Z[ recovery-image] Feb 21 13:28:58.489 INFO O| Feb 21 13:28:58.488 INFO O| Planning: Checking for conflicting actions ... Done
41472025-02-21T13:28:59.510Z[ recovery-image] Feb 21 13:28:58.489 INFO O| Feb 21 13:28:58.489 INFO O| Planning: Consolidating action changes ... Done
41482025-02-21T13:28:59.792Z[ recovery-image] Feb 21 13:28:58.773 INFO O| Feb 21 13:28:58.773 INFO O| Planning: Evaluating mediators ... Done
41492025-02-21T13:28:59.795Z[ recovery-image] Feb 21 13:28:58.774 INFO O| Feb 21 13:28:58.774 INFO O| Planning: Planning completed in 5.20 seconds
41502025-02-21T13:28:59.797Z[ recovery-image] Feb 21 13:28:58.776 INFO O| Feb 21 13:28:58.776 INFO O| Packages to install: 1
41512025-02-21T13:28:59.844Z[ recovery-image] Feb 21 13:28:58.825 INFO O| Feb 21 13:28:58.825 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
41522025-02-21T13:29:00.725Z[ recovery-image] Feb 21 13:28:59.706 INFO O| Feb 21 13:28:59.706 INFO O| Download: Completed 10.27 MB in 0.88 seconds (11.7M/s)
41532025-02-21T13:29:00.798Z[ recovery-image] Feb 21 13:28:59.779 INFO O| Feb 21 13:28:59.779 INFO O| Actions: 1/22 actions (Installing new actions)
41542025-02-21T13:29:01.275Z[ recovery-image] Feb 21 13:29:00.256 INFO O| Feb 21 13:29:00.256 INFO O| Actions: Completed 22 actions in 0.48 seconds.
41552025-02-21T13:29:02.514Z[ recovery-image] Feb 21 13:29:01.494 INFO O| Feb 21 13:29:01.494 INFO O| Done
41562025-02-21T13:29:02.514Z[ recovery-image] Feb 21 13:29:01.494 INFO O| Feb 21 13:29:01.494 INFO O| Done
41572025-02-21T13:29:04.011Z[ recovery-image] Feb 21 13:29:02.992 INFO O| Feb 21 13:29:02.992 INFO O| Done
41582025-02-21T13:29:04.070Z[ host-image] Feb 21 13:29:03.051 INFO O| Feb 21 13:29:03.051 INFO O| Done
41592025-02-21T13:29:05.157Z[ host-image] Feb 21 13:29:04.138 INFO O| Feb 21 13:29:04.138 INFO O| Done
41602025-02-21T13:29:05.835Z[ host-image] Feb 21 13:29:04.816 INFO O| Feb 21 13:29:04.816 INFO STEP 11 (pkg_install) COMPLETE
41612025-02-21T13:29:05.835Z[ host-image] Feb 21 13:29:04.816 INFO O| Feb 21 13:29:04.816 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41622025-02-21T13:29:05.854Z[ host-image] Feb 21 13:29:04.835 INFO O| Feb 21 13:29:04.835 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"]
41632025-02-21T13:29:06.594Z[ recovery-image] Feb 21 13:29:05.575 INFO O| Feb 21 13:29:05.575 INFO O| Done
41642025-02-21T13:29:06.618Z[ recovery-image] Feb 21 13:29:05.599 INFO O| Feb 21 13:29:05.599 INFO O| Done
41652025-02-21T13:29:06.620Z[ recovery-image] Feb 21 13:29:05.599 INFO O| Feb 21 13:29:05.599 INFO O| Done
41662025-02-21T13:29:06.636Z[ recovery-image] Feb 21 13:29:05.617 INFO O| Feb 21 13:29:05.617 INFO O| Done
41672025-02-21T13:29:06.821Z[ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO STEP 14 (pkg_install) COMPLETE
41682025-02-21T13:29:06.821Z[ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41692025-02-21T13:29:06.821Z[ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO skip step because feature "mfg" is not enabled
41702025-02-21T13:29:06.821Z[ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41712025-02-21T13:29:06.824Z[ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO skip step because feature "compliance" is not enabled
41722025-02-21T13:29:06.824Z[ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41732025-02-21T13:29:06.824Z[ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO skip step because feature "stress" is not enabled
41742025-02-21T13:29:06.824Z[ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41752025-02-21T13:29:06.824Z[ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO skip step because feature "nfs" is not enabled
41762025-02-21T13:29:06.824Z[ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41772025-02-21T13:29:06.824Z[ recovery-image] Feb 21 13:29:05.802 INFO O| Feb 21 13:29:05.802 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41782025-02-21T13:29:06.965Z[ recovery-image] Feb 21 13:29:05.946 INFO O| Feb 21 13:29:05.946 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
41792025-02-21T13:29:07.071Z[ host-image] Feb 21 13:29:06.051 INFO O| Feb 21 13:29:06.051 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41802025-02-21T13:29:07.101Z[ recovery-image] Feb 21 13:29:06.081 INFO O| Feb 21 13:29:06.081 INFO completed processing gimlet/ramdisk-01-os
41812025-02-21T13:29:07.104Z[ recovery-image] Feb 21 13:29:06.085 INFO image builder template: ramdisk-02-trim...
41822025-02-21T13:29:07.104Z[ recovery-image] Feb 21 13:29:06.086 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/.tmpyXqKXH/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.334", "-n", "ramdisk-02-trim"], pwd: None
41832025-02-21T13:29:07.152Z[ recovery-image] Feb 21 13:29:06.133 INFO O| Feb 21 13:29:06.133 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41842025-02-21T13:29:07.159Z[ recovery-image] Feb 21 13:29:06.140 INFO O| Feb 21 13:29:06.140 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41852025-02-21T13:29:07.255Z[ recovery-image] Feb 21 13:29:06.236 INFO O| Feb 21 13:29:06.236 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
41862025-02-21T13:29:07.331Z[ recovery-image] Feb 21 13:29:06.312 INFO O| Feb 21 13:29:06.312 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41872025-02-21T13:29:07.334Z[ recovery-image] Feb 21 13:29:06.312 INFO O| Feb 21 13:29:06.312 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41882025-02-21T13:29:07.346Z[ recovery-image] Feb 21 13:29:06.327 INFO O| Feb 21 13:29:06.327 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41892025-02-21T13:29:07.355Z[ recovery-image] Feb 21 13:29:06.336 INFO O| Feb 21 13:29:06.336 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41902025-02-21T13:29:07.377Z[ recovery-image] Feb 21 13:29:06.358 INFO O| Feb 21 13:29:06.358 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41912025-02-21T13:29:07.743Z[ recovery-image] Feb 21 13:29:06.724 INFO O| Feb 21 13:29:06.724 INFO rolled back to input snapshot; work may begin
41922025-02-21T13:29:07.743Z[ recovery-image] Feb 21 13:29:06.724 INFO O| Feb 21 13:29:06.724 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41932025-02-21T13:29:07.764Z[ recovery-image] Feb 21 13:29:06.745 INFO O| Feb 21 13:29:06.745 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41942025-02-21T13:29:07.784Z[ recovery-image] Feb 21 13:29:06.765 INFO O| Feb 21 13:29:06.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41952025-02-21T13:29:08.027Z[ recovery-image] Feb 21 13:29:07.008 INFO O| Feb 21 13:29:07.008 INFO STEP 0 (remove_files) COMPLETE
41962025-02-21T13:29:08.027Z[ recovery-image] Feb 21 13:29:07.008 INFO O| Feb 21 13:29:07.008 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41972025-02-21T13:29:08.163Z[ recovery-image] Feb 21 13:29:07.144 INFO O| Feb 21 13:29:07.144 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41982025-02-21T13:29:08.167Z[ recovery-image] Feb 21 13:29:07.148 INFO O| Feb 21 13:29:07.148 INFO STEP 1 (remove_files) COMPLETE
41992025-02-21T13:29:08.167Z[ recovery-image] Feb 21 13:29:07.148 INFO O| Feb 21 13:29:07.148 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42002025-02-21T13:29:08.189Z[ recovery-image] Feb 21 13:29:07.170 INFO O| Feb 21 13:29:07.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
42012025-02-21T13:29:08.223Z[ recovery-image] Feb 21 13:29:07.203 INFO O| Feb 21 13:29:07.203 INFO STEP 2 (remove_files) COMPLETE
42022025-02-21T13:29:08.223Z[ recovery-image] Feb 21 13:29:07.203 INFO O| Feb 21 13:29:07.203 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42032025-02-21T13:29:08.262Z[ recovery-image] Feb 21 13:29:07.243 INFO O| Feb 21 13:29:07.243 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
42042025-02-21T13:29:08.266Z[ recovery-image] Feb 21 13:29:07.247 INFO O| Feb 21 13:29:07.247 INFO STEP 3 (remove_files) COMPLETE
42052025-02-21T13:29:08.269Z[ recovery-image] Feb 21 13:29:07.247 INFO O| Feb 21 13:29:07.247 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42062025-02-21T13:29:08.292Z[ recovery-image] Feb 21 13:29:07.272 INFO O| Feb 21 13:29:07.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
42072025-02-21T13:29:08.301Z[ recovery-image] Feb 21 13:29:07.282 INFO O| Feb 21 13:29:07.282 INFO STEP 4 (remove_files) COMPLETE
42082025-02-21T13:29:08.302Z[ recovery-image] Feb 21 13:29:07.282 INFO O| Feb 21 13:29:07.282 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42092025-02-21T13:29:08.330Z[ recovery-image] Feb 21 13:29:07.311 INFO O| Feb 21 13:29:07.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
42102025-02-21T13:29:08.333Z[ recovery-image] Feb 21 13:29:07.312 INFO O| Feb 21 13:29:07.312 INFO STEP 5 (remove_files) COMPLETE
42112025-02-21T13:29:08.333Z[ recovery-image] Feb 21 13:29:07.312 INFO O| Feb 21 13:29:07.312 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42122025-02-21T13:29:08.356Z[ recovery-image] Feb 21 13:29:07.337 INFO O| Feb 21 13:29:07.337 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
42132025-02-21T13:29:08.377Z[ recovery-image] Feb 21 13:29:07.357 INFO O| Feb 21 13:29:07.357 INFO STEP 6 (remove_files) COMPLETE
42142025-02-21T13:29:08.377Z[ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.357 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42152025-02-21T13:29:08.379Z[ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.357 INFO skip step because feature "recovery" is enabled
42162025-02-21T13:29:08.379Z[ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.357 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172025-02-21T13:29:08.379Z[ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.357 INFO skip step because feature "recovery" is enabled
42182025-02-21T13:29:08.379Z[ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.358 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42192025-02-21T13:29:08.379Z[ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.358 INFO skip step because feature "recovery" is enabled
42202025-02-21T13:29:08.379Z[ recovery-image] Feb 21 13:29:07.358 INFO O| Feb 21 13:29:07.358 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42212025-02-21T13:29:08.400Z[ recovery-image] Feb 21 13:29:07.380 INFO O| Feb 21 13:29:07.380 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
42222025-02-21T13:29:08.406Z[ recovery-image] Feb 21 13:29:07.387 INFO O| Feb 21 13:29:07.387 INFO STEP 10 (remove_files) COMPLETE
42232025-02-21T13:29:08.409Z[ recovery-image] Feb 21 13:29:07.387 INFO O| Feb 21 13:29:07.387 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42242025-02-21T13:29:08.427Z[ recovery-image] Feb 21 13:29:07.408 INFO O| Feb 21 13:29:07.407 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
42252025-02-21T13:29:08.429Z[ recovery-image] Feb 21 13:29:07.409 INFO O| Feb 21 13:29:07.409 INFO STEP 11 (remove_files) COMPLETE
42262025-02-21T13:29:08.429Z[ recovery-image] Feb 21 13:29:07.409 INFO O| Feb 21 13:29:07.409 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42272025-02-21T13:29:08.448Z[ recovery-image] Feb 21 13:29:07.428 INFO O| Feb 21 13:29:07.428 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
42282025-02-21T13:29:08.450Z[ recovery-image] Feb 21 13:29:07.431 INFO O| Feb 21 13:29:07.431 INFO STEP 12 (remove_files) COMPLETE
42292025-02-21T13:29:08.450Z[ recovery-image] Feb 21 13:29:07.431 INFO O| Feb 21 13:29:07.431 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42302025-02-21T13:29:08.676Z[ recovery-image] Feb 21 13:29:07.657 INFO O| Feb 21 13:29:07.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
42312025-02-21T13:29:08.736Z[ recovery-image] Feb 21 13:29:07.716 INFO O| Feb 21 13:29:07.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
42322025-02-21T13:29:08.740Z[ recovery-image] Feb 21 13:29:07.721 INFO O| Feb 21 13:29:07.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
42332025-02-21T13:29:08.743Z[ recovery-image] Feb 21 13:29:07.724 INFO O| Feb 21 13:29:07.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
42342025-02-21T13:29:08.946Z[ recovery-image] Feb 21 13:29:07.927 INFO O| Feb 21 13:29:07.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
42352025-02-21T13:29:08.968Z[ recovery-image] Feb 21 13:29:07.949 INFO O| Feb 21 13:29:07.948 INFO STEP 13 (remove_files) COMPLETE
42362025-02-21T13:29:08.968Z[ recovery-image] Feb 21 13:29:07.949 INFO O| Feb 21 13:29:07.949 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42372025-02-21T13:29:08.990Z[ recovery-image] Feb 21 13:29:07.971 INFO O| Feb 21 13:29:07.971 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
42382025-02-21T13:29:08.993Z[ recovery-image] Feb 21 13:29:07.974 INFO O| Feb 21 13:29:07.974 INFO STEP 14 (remove_files) COMPLETE
42392025-02-21T13:29:08.993Z[ recovery-image] Feb 21 13:29:07.974 INFO O| Feb 21 13:29:07.974 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42402025-02-21T13:29:09.014Z[ recovery-image] Feb 21 13:29:07.995 INFO O| Feb 21 13:29:07.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
42412025-02-21T13:29:09.027Z[ recovery-image] Feb 21 13:29:08.007 INFO O| Feb 21 13:29:08.007 INFO STEP 15 (remove_files) COMPLETE
42422025-02-21T13:29:09.027Z[ recovery-image] Feb 21 13:29:08.007 INFO O| Feb 21 13:29:08.007 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42432025-02-21T13:29:09.049Z[ recovery-image] Feb 21 13:29:08.030 INFO O| Feb 21 13:29:08.030 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
42442025-02-21T13:29:09.054Z[ recovery-image] Feb 21 13:29:08.031 INFO O| Feb 21 13:29:08.031 INFO STEP 16 (remove_files) COMPLETE
42452025-02-21T13:29:09.054Z[ recovery-image] Feb 21 13:29:08.031 INFO O| Feb 21 13:29:08.031 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42462025-02-21T13:29:09.074Z[ recovery-image] Feb 21 13:29:08.054 INFO O| Feb 21 13:29:08.054 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
42472025-02-21T13:29:09.076Z[ recovery-image] Feb 21 13:29:08.057 INFO O| Feb 21 13:29:08.057 INFO STEP 17 (remove_files) COMPLETE
42482025-02-21T13:29:09.076Z[ recovery-image] Feb 21 13:29:08.057 INFO O| Feb 21 13:29:08.057 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42492025-02-21T13:29:09.099Z[ recovery-image] Feb 21 13:29:08.080 INFO O| Feb 21 13:29:08.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
42502025-02-21T13:29:09.099Z[ recovery-image] Feb 21 13:29:08.080 INFO O| Feb 21 13:29:08.080 INFO STEP 18 (remove_files) COMPLETE
42512025-02-21T13:29:09.102Z[ recovery-image] Feb 21 13:29:08.081 INFO O| Feb 21 13:29:08.081 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42522025-02-21T13:29:09.123Z[ recovery-image] Feb 21 13:29:08.104 INFO O| Feb 21 13:29:08.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
42532025-02-21T13:29:09.126Z[ recovery-image] Feb 21 13:29:08.104 INFO O| Feb 21 13:29:08.104 INFO STEP 19 (remove_files) COMPLETE
42542025-02-21T13:29:09.126Z[ recovery-image] Feb 21 13:29:08.104 INFO O| Feb 21 13:29:08.104 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42552025-02-21T13:29:09.144Z[ recovery-image] Feb 21 13:29:08.125 INFO O| Feb 21 13:29:08.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
42562025-02-21T13:29:09.144Z[ recovery-image] Feb 21 13:29:08.125 INFO O| Feb 21 13:29:08.125 INFO STEP 20 (remove_files) COMPLETE
42572025-02-21T13:29:09.146Z[ recovery-image] Feb 21 13:29:08.125 INFO O| Feb 21 13:29:08.125 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42582025-02-21T13:29:09.168Z[ recovery-image] Feb 21 13:29:08.149 INFO O| Feb 21 13:29:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
42592025-02-21T13:29:09.168Z[ recovery-image] Feb 21 13:29:08.149 INFO O| Feb 21 13:29:08.149 INFO STEP 21 (remove_files) COMPLETE
42602025-02-21T13:29:09.170Z[ recovery-image] Feb 21 13:29:08.149 INFO O| Feb 21 13:29:08.149 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42612025-02-21T13:29:09.210Z[ recovery-image] Feb 21 13:29:08.191 INFO O| Feb 21 13:29:08.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
42622025-02-21T13:29:09.210Z[ recovery-image] Feb 21 13:29:08.191 INFO O| Feb 21 13:29:08.191 INFO STEP 22 (remove_files) COMPLETE
42632025-02-21T13:29:09.210Z[ recovery-image] Feb 21 13:29:08.191 INFO O| Feb 21 13:29:08.191 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42642025-02-21T13:29:09.244Z[ recovery-image] Feb 21 13:29:08.223 INFO O| Feb 21 13:29:08.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
42652025-02-21T13:29:09.244Z[ recovery-image] Feb 21 13:29:08.223 INFO O| Feb 21 13:29:08.223 INFO STEP 23 (remove_files) COMPLETE
42662025-02-21T13:29:09.244Z[ recovery-image] Feb 21 13:29:08.223 INFO O| Feb 21 13:29:08.223 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42672025-02-21T13:29:09.280Z[ recovery-image] Feb 21 13:29:08.259 INFO O| Feb 21 13:29:08.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
42682025-02-21T13:29:09.280Z[ recovery-image] Feb 21 13:29:08.259 INFO O| Feb 21 13:29:08.259 INFO STEP 24 (remove_files) COMPLETE
42692025-02-21T13:29:09.280Z[ recovery-image] Feb 21 13:29:08.259 INFO O| Feb 21 13:29:08.259 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42702025-02-21T13:29:09.297Z[ recovery-image] Feb 21 13:29:08.276 INFO O| Feb 21 13:29:08.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
42712025-02-21T13:29:09.297Z[ recovery-image] Feb 21 13:29:08.276 INFO O| Feb 21 13:29:08.276 INFO STEP 25 (remove_files) COMPLETE
42722025-02-21T13:29:09.297Z[ recovery-image] Feb 21 13:29:08.276 INFO O| Feb 21 13:29:08.276 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42732025-02-21T13:29:09.313Z[ recovery-image] Feb 21 13:29:08.294 INFO O| Feb 21 13:29:08.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
42742025-02-21T13:29:09.313Z[ recovery-image] Feb 21 13:29:08.294 INFO O| Feb 21 13:29:08.294 INFO STEP 26 (remove_files) COMPLETE
42752025-02-21T13:29:09.313Z[ recovery-image] Feb 21 13:29:08.294 INFO O| Feb 21 13:29:08.294 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42762025-02-21T13:29:09.331Z[ recovery-image] Feb 21 13:29:08.312 INFO O| Feb 21 13:29:08.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
42772025-02-21T13:29:09.331Z[ recovery-image] Feb 21 13:29:08.312 INFO O| Feb 21 13:29:08.312 INFO STEP 27 (remove_files) COMPLETE
42782025-02-21T13:29:09.331Z[ recovery-image] Feb 21 13:29:08.312 INFO O| Feb 21 13:29:08.312 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42792025-02-21T13:29:09.348Z[ recovery-image] Feb 21 13:29:08.329 INFO O| Feb 21 13:29:08.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
42802025-02-21T13:29:09.348Z[ recovery-image] Feb 21 13:29:08.329 INFO O| Feb 21 13:29:08.329 INFO STEP 28 (remove_files) COMPLETE
42812025-02-21T13:29:09.348Z[ recovery-image] Feb 21 13:29:08.329 INFO O| Feb 21 13:29:08.329 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42822025-02-21T13:29:09.365Z[ recovery-image] Feb 21 13:29:08.346 INFO O| Feb 21 13:29:08.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
42832025-02-21T13:29:09.365Z[ recovery-image] Feb 21 13:29:08.346 INFO O| Feb 21 13:29:08.346 INFO STEP 29 (remove_files) COMPLETE
42842025-02-21T13:29:09.365Z[ recovery-image] Feb 21 13:29:08.346 INFO O| Feb 21 13:29:08.346 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42852025-02-21T13:29:09.401Z[ recovery-image] Feb 21 13:29:08.382 INFO O| Feb 21 13:29:08.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
42862025-02-21T13:29:09.401Z[ recovery-image] Feb 21 13:29:08.382 INFO O| Feb 21 13:29:08.382 INFO STEP 30 (remove_files) COMPLETE
42872025-02-21T13:29:09.403Z[ recovery-image] Feb 21 13:29:08.382 INFO O| Feb 21 13:29:08.382 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42882025-02-21T13:29:09.467Z[ recovery-image] Feb 21 13:29:08.448 INFO O| Feb 21 13:29:08.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
42892025-02-21T13:29:09.467Z[ recovery-image] Feb 21 13:29:08.448 INFO O| Feb 21 13:29:08.448 INFO STEP 31 (remove_files) COMPLETE
42902025-02-21T13:29:09.470Z[ recovery-image] Feb 21 13:29:08.448 INFO O| Feb 21 13:29:08.448 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42912025-02-21T13:29:09.517Z[ recovery-image] Feb 21 13:29:08.498 INFO O| Feb 21 13:29:08.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42922025-02-21T13:29:09.517Z[ recovery-image] Feb 21 13:29:08.498 INFO O| Feb 21 13:29:08.498 INFO STEP 32 (remove_files) COMPLETE
42932025-02-21T13:29:09.520Z[ recovery-image] Feb 21 13:29:08.498 INFO O| Feb 21 13:29:08.498 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42942025-02-21T13:29:09.536Z[ recovery-image] Feb 21 13:29:08.517 INFO O| Feb 21 13:29:08.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42952025-02-21T13:29:09.536Z[ recovery-image] Feb 21 13:29:08.517 INFO O| Feb 21 13:29:08.517 INFO STEP 33 (remove_files) COMPLETE
42962025-02-21T13:29:09.536Z[ recovery-image] Feb 21 13:29:08.517 INFO O| Feb 21 13:29:08.517 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42972025-02-21T13:29:09.554Z[ recovery-image] Feb 21 13:29:08.535 INFO O| Feb 21 13:29:08.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42982025-02-21T13:29:09.554Z[ recovery-image] Feb 21 13:29:08.535 INFO O| Feb 21 13:29:08.535 INFO STEP 34 (remove_files) COMPLETE
42992025-02-21T13:29:09.554Z[ recovery-image] Feb 21 13:29:08.535 INFO O| Feb 21 13:29:08.535 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43002025-02-21T13:29:09.852Z[ recovery-image] Feb 21 13:29:08.569 INFO O| Feb 21 13:29:08.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
43012025-02-21T13:29:09.852Z[ recovery-image] Feb 21 13:29:08.569 INFO O| Feb 21 13:29:08.569 INFO STEP 35 (remove_files) COMPLETE
43022025-02-21T13:29:09.852Z[ recovery-image] Feb 21 13:29:08.569 INFO O| Feb 21 13:29:08.569 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43032025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.587 INFO O| Feb 21 13:29:08.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
43042025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.587 INFO O| Feb 21 13:29:08.587 INFO STEP 36 (remove_files) COMPLETE
43052025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.587 INFO O| Feb 21 13:29:08.587 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43062025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.605 INFO O| Feb 21 13:29:08.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
43072025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.605 INFO O| Feb 21 13:29:08.605 INFO STEP 37 (remove_files) COMPLETE
43082025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.605 INFO O| Feb 21 13:29:08.605 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43092025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.623 INFO O| Feb 21 13:29:08.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
43102025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.623 INFO O| Feb 21 13:29:08.623 INFO STEP 38 (remove_files) COMPLETE
43112025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.623 INFO O| Feb 21 13:29:08.623 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43122025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.657 INFO O| Feb 21 13:29:08.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
43132025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.657 INFO O| Feb 21 13:29:08.657 INFO STEP 39 (remove_files) COMPLETE
43142025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.657 INFO O| Feb 21 13:29:08.657 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43152025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.677 INFO O| Feb 21 13:29:08.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
43162025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.677 INFO O| Feb 21 13:29:08.677 INFO STEP 40 (remove_files) COMPLETE
43172025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.677 INFO O| Feb 21 13:29:08.677 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43182025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.702 INFO O| Feb 21 13:29:08.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
43192025-02-21T13:29:09.863Z[ recovery-image] Feb 21 13:29:08.702 INFO O| Feb 21 13:29:08.702 INFO STEP 41 (remove_files) COMPLETE
43202025-02-21T13:29:09.864Z[ recovery-image] Feb 21 13:29:08.702 INFO O| Feb 21 13:29:08.702 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43212025-02-21T13:29:09.864Z[ recovery-image] Feb 21 13:29:08.744 INFO O| Feb 21 13:29:08.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
43222025-02-21T13:29:09.864Z[ recovery-image] Feb 21 13:29:08.744 INFO O| Feb 21 13:29:08.744 INFO STEP 42 (remove_files) COMPLETE
43232025-02-21T13:29:09.864Z[ recovery-image] Feb 21 13:29:08.744 INFO O| Feb 21 13:29:08.744 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43242025-02-21T13:29:09.864Z[ recovery-image] Feb 21 13:29:08.770 INFO O| Feb 21 13:29:08.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
43252025-02-21T13:29:09.864Z[ recovery-image] Feb 21 13:29:08.770 INFO O| Feb 21 13:29:08.770 INFO STEP 43 (remove_files) COMPLETE
43262025-02-21T13:29:09.864Z[ recovery-image] Feb 21 13:29:08.770 INFO O| Feb 21 13:29:08.770 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43272025-02-21T13:29:09.864Z[ recovery-image] Feb 21 13:29:08.827 INFO O| Feb 21 13:29:08.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
43282025-02-21T13:29:09.864Z[ recovery-image] Feb 21 13:29:08.827 INFO O| Feb 21 13:29:08.827 INFO STEP 44 (remove_files) COMPLETE
43292025-02-21T13:29:09.864Z[ recovery-image] Feb 21 13:29:08.827 INFO O| Feb 21 13:29:08.827 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43302025-02-21T13:29:09.872Z[ recovery-image] Feb 21 13:29:08.853 INFO O| Feb 21 13:29:08.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
43312025-02-21T13:29:09.872Z[ recovery-image] Feb 21 13:29:08.853 INFO O| Feb 21 13:29:08.853 INFO STEP 45 (remove_files) COMPLETE
43322025-02-21T13:29:09.872Z[ recovery-image] Feb 21 13:29:08.853 INFO O| Feb 21 13:29:08.853 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43332025-02-21T13:29:09.928Z[ recovery-image] Feb 21 13:29:08.909 INFO O| Feb 21 13:29:08.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
43342025-02-21T13:29:09.928Z[ recovery-image] Feb 21 13:29:08.909 INFO O| Feb 21 13:29:08.909 INFO STEP 46 (remove_files) COMPLETE
43352025-02-21T13:29:09.928Z[ recovery-image] Feb 21 13:29:08.909 INFO O| Feb 21 13:29:08.909 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43362025-02-21T13:29:09.950Z[ recovery-image] Feb 21 13:29:08.931 INFO O| Feb 21 13:29:08.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
43372025-02-21T13:29:09.950Z[ recovery-image] Feb 21 13:29:08.931 INFO O| Feb 21 13:29:08.931 INFO STEP 47 (remove_files) COMPLETE
43382025-02-21T13:29:09.953Z[ recovery-image] Feb 21 13:29:08.931 INFO O| Feb 21 13:29:08.931 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43392025-02-21T13:29:09.971Z[ recovery-image] Feb 21 13:29:08.952 INFO O| Feb 21 13:29:08.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
43402025-02-21T13:29:09.971Z[ recovery-image] Feb 21 13:29:08.952 INFO O| Feb 21 13:29:08.952 INFO STEP 48 (remove_files) COMPLETE
43412025-02-21T13:29:09.973Z[ recovery-image] Feb 21 13:29:08.952 INFO O| Feb 21 13:29:08.952 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43422025-02-21T13:29:09.991Z[ recovery-image] Feb 21 13:29:08.972 INFO O| Feb 21 13:29:08.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
43432025-02-21T13:29:09.991Z[ recovery-image] Feb 21 13:29:08.972 INFO O| Feb 21 13:29:08.972 INFO STEP 49 (remove_files) COMPLETE
43442025-02-21T13:29:09.994Z[ recovery-image] Feb 21 13:29:08.972 INFO O| Feb 21 13:29:08.972 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43452025-02-21T13:29:10.029Z[ recovery-image] Feb 21 13:29:09.010 INFO O| Feb 21 13:29:09.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
43462025-02-21T13:29:10.029Z[ recovery-image] Feb 21 13:29:09.010 INFO O| Feb 21 13:29:09.010 INFO STEP 50 (remove_files) COMPLETE
43472025-02-21T13:29:10.032Z[ recovery-image] Feb 21 13:29:09.010 INFO O| Feb 21 13:29:09.010 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43482025-02-21T13:29:10.047Z[ recovery-image] Feb 21 13:29:09.028 INFO O| Feb 21 13:29:09.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
43492025-02-21T13:29:10.051Z[ recovery-image] Feb 21 13:29:09.028 INFO O| Feb 21 13:29:09.028 INFO STEP 51 (remove_files) COMPLETE
43502025-02-21T13:29:10.051Z[ recovery-image] Feb 21 13:29:09.028 INFO O| Feb 21 13:29:09.028 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43512025-02-21T13:29:10.086Z[ recovery-image] Feb 21 13:29:09.067 INFO O| Feb 21 13:29:09.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
43522025-02-21T13:29:10.088Z[ recovery-image] Feb 21 13:29:09.067 INFO O| Feb 21 13:29:09.067 INFO STEP 52 (remove_files) COMPLETE
43532025-02-21T13:29:10.089Z[ recovery-image] Feb 21 13:29:09.067 INFO O| Feb 21 13:29:09.067 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43542025-02-21T13:29:10.104Z[ recovery-image] Feb 21 13:29:09.085 INFO O| Feb 21 13:29:09.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
43552025-02-21T13:29:10.106Z[ recovery-image] Feb 21 13:29:09.085 INFO O| Feb 21 13:29:09.085 INFO STEP 53 (remove_files) COMPLETE
43562025-02-21T13:29:10.106Z[ recovery-image] Feb 21 13:29:09.085 INFO O| Feb 21 13:29:09.085 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43572025-02-21T13:29:10.156Z[ recovery-image] Feb 21 13:29:09.137 INFO O| Feb 21 13:29:09.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
43582025-02-21T13:29:10.156Z[ recovery-image] Feb 21 13:29:09.137 INFO O| Feb 21 13:29:09.137 INFO STEP 54 (remove_files) COMPLETE
43592025-02-21T13:29:10.156Z[ recovery-image] Feb 21 13:29:09.137 INFO O| Feb 21 13:29:09.137 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43602025-02-21T13:29:10.174Z[ recovery-image] Feb 21 13:29:09.155 INFO O| Feb 21 13:29:09.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
43612025-02-21T13:29:10.174Z[ recovery-image] Feb 21 13:29:09.155 INFO O| Feb 21 13:29:09.155 INFO STEP 55 (remove_files) COMPLETE
43622025-02-21T13:29:10.174Z[ recovery-image] Feb 21 13:29:09.155 INFO O| Feb 21 13:29:09.155 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43632025-02-21T13:29:10.202Z[ recovery-image] Feb 21 13:29:09.182 INFO O| Feb 21 13:29:09.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
43642025-02-21T13:29:10.204Z[ recovery-image] Feb 21 13:29:09.183 INFO O| Feb 21 13:29:09.183 INFO STEP 56 (remove_files) COMPLETE
43652025-02-21T13:29:10.204Z[ recovery-image] Feb 21 13:29:09.183 INFO O| Feb 21 13:29:09.183 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43662025-02-21T13:29:10.221Z[ recovery-image] Feb 21 13:29:09.201 INFO O| Feb 21 13:29:09.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
43672025-02-21T13:29:10.223Z[ recovery-image] Feb 21 13:29:09.202 INFO O| Feb 21 13:29:09.202 INFO STEP 57 (remove_files) COMPLETE
43682025-02-21T13:29:10.223Z[ recovery-image] Feb 21 13:29:09.202 INFO O| Feb 21 13:29:09.202 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43692025-02-21T13:29:10.241Z[ recovery-image] Feb 21 13:29:09.221 INFO O| Feb 21 13:29:09.221 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
43702025-02-21T13:29:10.243Z[ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43712025-02-21T13:29:10.243Z[ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43722025-02-21T13:29:10.243Z[ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43732025-02-21T13:29:10.243Z[ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43742025-02-21T13:29:10.243Z[ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43752025-02-21T13:29:10.243Z[ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO ok!
43762025-02-21T13:29:10.243Z[ recovery-image] Feb 21 13:29:09.222 INFO O| Feb 21 13:29:09.222 INFO STEP 58 (ensure_file) COMPLETE
43772025-02-21T13:29:10.243Z[ recovery-image] Feb 21 13:29:09.223 INFO O| Feb 21 13:29:09.223 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43782025-02-21T13:29:10.261Z[ recovery-image] Feb 21 13:29:09.241 INFO O| Feb 21 13:29:09.241 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
43792025-02-21T13:29:10.264Z[ recovery-image] Feb 21 13:29:09.241 INFO O| Feb 21 13:29:09.241 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
43802025-02-21T13:29:10.264Z[ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43812025-02-21T13:29:10.264Z[ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43822025-02-21T13:29:10.264Z[ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43832025-02-21T13:29:10.264Z[ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43842025-02-21T13:29:10.264Z[ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO ok!
43852025-02-21T13:29:10.264Z[ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO STEP 59 (ensure_file) COMPLETE
43862025-02-21T13:29:10.264Z[ recovery-image] Feb 21 13:29:09.242 INFO O| Feb 21 13:29:09.242 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43872025-02-21T13:29:10.280Z[ recovery-image] Feb 21 13:29:09.261 INFO O| Feb 21 13:29:09.261 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43882025-02-21T13:29:10.280Z[ recovery-image] Feb 21 13:29:09.261 INFO O| Feb 21 13:29:09.261 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43892025-02-21T13:29:10.283Z[ recovery-image] Feb 21 13:29:09.262 INFO O| Feb 21 13:29:09.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43902025-02-21T13:29:10.283Z[ recovery-image] Feb 21 13:29:09.262 INFO O| Feb 21 13:29:09.262 INFO ok!
43912025-02-21T13:29:10.283Z[ recovery-image] Feb 21 13:29:09.262 INFO O| Feb 21 13:29:09.262 INFO STEP 60 (ensure_file) COMPLETE
43922025-02-21T13:29:10.283Z[ recovery-image] Feb 21 13:29:09.262 INFO O| Feb 21 13:29:09.262 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43932025-02-21T13:29:10.300Z[ recovery-image] Feb 21 13:29:09.280 INFO O| Feb 21 13:29:09.280 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43942025-02-21T13:29:10.302Z[ recovery-image] Feb 21 13:29:09.281 INFO O| Feb 21 13:29:09.281 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43952025-02-21T13:29:10.302Z[ recovery-image] Feb 21 13:29:09.281 INFO O| Feb 21 13:29:09.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43962025-02-21T13:29:10.302Z[ recovery-image] Feb 21 13:29:09.281 INFO O| Feb 21 13:29:09.281 INFO ok!
43972025-02-21T13:29:10.302Z[ recovery-image] Feb 21 13:29:09.281 INFO O| Feb 21 13:29:09.281 INFO STEP 61 (ensure_file) COMPLETE
43982025-02-21T13:29:10.302Z[ recovery-image] Feb 21 13:29:09.281 INFO O| Feb 21 13:29:09.281 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43992025-02-21T13:29:10.318Z[ recovery-image] Feb 21 13:29:09.299 INFO O| Feb 21 13:29:09.298 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
44002025-02-21T13:29:10.321Z[ recovery-image] Feb 21 13:29:09.299 INFO O| Feb 21 13:29:09.299 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
44012025-02-21T13:29:10.321Z[ recovery-image] Feb 21 13:29:09.299 INFO O| Feb 21 13:29:09.299 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44022025-02-21T13:29:10.321Z[ recovery-image] Feb 21 13:29:09.299 INFO O| Feb 21 13:29:09.299 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
44032025-02-21T13:29:10.321Z[ recovery-image] Feb 21 13:29:09.299 INFO O| Feb 21 13:29:09.299 INFO ok!
44042025-02-21T13:29:10.321Z[ recovery-image] Feb 21 13:29:09.300 INFO O| Feb 21 13:29:09.299 INFO STEP 62 (ensure_file) COMPLETE
44052025-02-21T13:29:10.321Z[ recovery-image] Feb 21 13:29:09.300 INFO O| Feb 21 13:29:09.300 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44062025-02-21T13:29:10.351Z[ recovery-image] Feb 21 13:29:09.331 INFO O| Feb 21 13:29:09.331 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
44072025-02-21T13:29:10.351Z[ recovery-image] Feb 21 13:29:09.331 INFO O| Feb 21 13:29:09.331 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
44082025-02-21T13:29:10.353Z[ recovery-image] Feb 21 13:29:09.332 INFO O| Feb 21 13:29:09.332 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44092025-02-21T13:29:10.354Z[ recovery-image] Feb 21 13:29:09.332 INFO O| Feb 21 13:29:09.332 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
44102025-02-21T13:29:10.354Z[ recovery-image] Feb 21 13:29:09.332 INFO O| Feb 21 13:29:09.332 INFO ok!
44112025-02-21T13:29:10.354Z[ recovery-image] Feb 21 13:29:09.332 INFO O| Feb 21 13:29:09.332 INFO STEP 63 (ensure_file) COMPLETE
44122025-02-21T13:29:10.354Z[ recovery-image] Feb 21 13:29:09.332 INFO O| Feb 21 13:29:09.332 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44132025-02-21T13:29:10.387Z[ recovery-image] Feb 21 13:29:09.367 INFO O| Feb 21 13:29:09.367 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
44142025-02-21T13:29:10.387Z[ recovery-image] Feb 21 13:29:09.367 INFO O| Feb 21 13:29:09.367 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
44152025-02-21T13:29:10.391Z[ recovery-image] Feb 21 13:29:09.367 INFO O| Feb 21 13:29:09.367 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
44162025-02-21T13:29:10.391Z[ recovery-image] Feb 21 13:29:09.368 INFO O| Feb 21 13:29:09.367 INFO ok!
44172025-02-21T13:29:10.391Z[ recovery-image] Feb 21 13:29:09.368 INFO O| Feb 21 13:29:09.368 INFO STEP 64 (assemble_files) COMPLETE
44182025-02-21T13:29:10.391Z[ recovery-image] Feb 21 13:29:09.368 INFO O| Feb 21 13:29:09.368 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44192025-02-21T13:29:10.406Z[ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
44202025-02-21T13:29:10.406Z[ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
44212025-02-21T13:29:10.406Z[ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44222025-02-21T13:29:10.409Z[ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
44232025-02-21T13:29:10.409Z[ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO ok!
44242025-02-21T13:29:10.409Z[ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO STEP 65 (ensure_file) COMPLETE
44252025-02-21T13:29:10.409Z[ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44262025-02-21T13:29:10.409Z[ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO skip step because feature "omicron1" is not enabled
44272025-02-21T13:29:10.409Z[ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44282025-02-21T13:29:10.409Z[ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO skip step because feature "omicron1" is not enabled
44292025-02-21T13:29:10.409Z[ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44302025-02-21T13:29:10.409Z[ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO skip step because feature "omicron1" is not enabled
44312025-02-21T13:29:10.409Z[ recovery-image] Feb 21 13:29:09.387 INFO O| Feb 21 13:29:09.387 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44322025-02-21T13:29:10.434Z[ recovery-image] Feb 21 13:29:09.415 INFO O| Feb 21 13:29:09.415 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
44332025-02-21T13:29:10.435Z[ recovery-image] Feb 21 13:29:09.415 INFO O| Feb 21 13:29:09.415 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
44342025-02-21T13:29:13.004Z[ host-image] Feb 21 13:29:11.983 INFO O| Feb 21 13:29:11.983 INFO O| Planning: Solver setup ... Done
44352025-02-21T13:29:13.009Z[ host-image] Feb 21 13:29:11.990 INFO O| Feb 21 13:29:11.990 INFO O| Planning: Running solver ... Done
44362025-02-21T13:29:13.111Z[ host-image] Feb 21 13:29:12.092 INFO O| Feb 21 13:29:12.092 INFO O| Planning: Finding local manifests ... Done
44372025-02-21T13:29:13.113Z[ host-image] Feb 21 13:29:12.094 INFO O| Feb 21 13:29:12.093 INFO O| Planning: Fetching manifests: 0/5 0% complete
44382025-02-21T13:29:13.473Z[ host-image] Feb 21 13:29:12.453 INFO O| Feb 21 13:29:12.453 INFO O| Planning: Fetching manifests: 5/5 100% complete
44392025-02-21T13:29:13.512Z[ host-image] Feb 21 13:29:12.493 INFO O| Feb 21 13:29:12.493 INFO O| Planning: Package planning ... Done
44402025-02-21T13:29:13.519Z[ host-image] Feb 21 13:29:12.500 INFO O| Feb 21 13:29:12.500 INFO O| Planning: Merging actions ... Done
44412025-02-21T13:29:13.581Z[ recovery-image] Feb 21 13:29:12.561 INFO O| Feb 21 13:29:12.561 INFO STEP 69 (pack_tar) COMPLETE
44422025-02-21T13:29:13.581Z[ recovery-image] Feb 21 13:29:12.561 INFO O| Feb 21 13:29:12.561 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44432025-02-21T13:29:13.583Z[ recovery-image] Feb 21 13:29:12.561 INFO O| Feb 21 13:29:12.561 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44442025-02-21T13:29:13.666Z[ host-image] Feb 21 13:29:12.647 INFO O| Feb 21 13:29:12.646 INFO O| Planning: Checking for conflicting actions ... Done
44452025-02-21T13:29:13.668Z[ host-image] Feb 21 13:29:12.649 INFO O| Feb 21 13:29:12.649 INFO O| Planning: Consolidating action changes ... Done
44462025-02-21T13:29:13.854Z[ recovery-image] Feb 21 13:29:12.835 INFO O| Feb 21 13:29:12.835 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
44472025-02-21T13:29:13.986Z[ recovery-image] Feb 21 13:29:12.966 INFO O| Feb 21 13:29:12.966 INFO completed processing gimlet/ramdisk-02-trim
44482025-02-21T13:29:13.989Z[ recovery-image] Feb 21 13:29:12.969 INFO image builder template: ramdisk-03-recovery-trim...
44492025-02-21T13:29:13.993Z[ recovery-image] Feb 21 13:29:12.970 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/.tmpyXqKXH/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.334", "-n", "ramdisk-03-recovery-trim"], pwd: None
44502025-02-21T13:29:14.176Z[ host-image] Feb 21 13:29:13.157 INFO O| Feb 21 13:29:13.156 INFO O| Planning: Evaluating mediators ... Done
44512025-02-21T13:29:14.179Z[ host-image] Feb 21 13:29:13.159 INFO O| Feb 21 13:29:13.159 INFO O| Planning: Planning completed in 7.11 seconds
44522025-02-21T13:29:14.181Z[ host-image] Feb 21 13:29:13.162 INFO O| Feb 21 13:29:13.162 INFO O| Packages to install: 5
44532025-02-21T13:29:14.181Z[ host-image] Feb 21 13:29:13.162 INFO O| Feb 21 13:29:13.162 INFO O| Services to change: 2
44542025-02-21T13:29:14.190Z[ recovery-image] Feb 21 13:29:13.170 INFO O| Feb 21 13:29:13.170 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44552025-02-21T13:29:14.203Z[ recovery-image] Feb 21 13:29:13.180 INFO O| Feb 21 13:29:13.180 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44562025-02-21T13:29:14.207Z[ host-image] Feb 21 13:29:13.184 INFO O| Feb 21 13:29:13.183 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
44572025-02-21T13:29:14.315Z[ recovery-image] Feb 21 13:29:13.295 INFO O| Feb 21 13:29:13.295 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
44582025-02-21T13:29:14.401Z[ recovery-image] Feb 21 13:29:13.381 INFO O| Feb 21 13:29:13.381 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
44592025-02-21T13:29:14.403Z[ recovery-image] Feb 21 13:29:13.382 INFO O| Feb 21 13:29:13.382 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
44602025-02-21T13:29:14.415Z[ recovery-image] Feb 21 13:29:13.396 INFO O| Feb 21 13:29:13.396 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
44612025-02-21T13:29:14.424Z[ recovery-image] Feb 21 13:29:13.404 INFO O| Feb 21 13:29:13.404 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
44622025-02-21T13:29:14.433Z[ recovery-image] Feb 21 13:29:13.414 INFO O| Feb 21 13:29:13.414 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
44632025-02-21T13:29:14.896Z[ recovery-image] Feb 21 13:29:13.877 INFO O| Feb 21 13:29:13.877 INFO rolled back to input snapshot; work may begin
44642025-02-21T13:29:14.896Z[ recovery-image] Feb 21 13:29:13.877 INFO O| Feb 21 13:29:13.877 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
44652025-02-21T13:29:14.919Z[ recovery-image] Feb 21 13:29:13.899 INFO O| Feb 21 13:29:13.899 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662025-02-21T13:29:14.977Z[ recovery-image] Feb 21 13:29:13.957 INFO O| Feb 21 13:29:13.957 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
44672025-02-21T13:29:15.049Z[ recovery-image] Feb 21 13:29:14.029 INFO O| Feb 21 13:29:14.029 INFO STEP 0 (remove_files) COMPLETE
44682025-02-21T13:29:15.049Z[ recovery-image] Feb 21 13:29:14.029 INFO O| Feb 21 13:29:14.029 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692025-02-21T13:29:15.069Z[ recovery-image] Feb 21 13:29:14.050 INFO O| Feb 21 13:29:14.050 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
44702025-02-21T13:29:15.254Z[ recovery-image] Feb 21 13:29:14.233 INFO O| Feb 21 13:29:14.233 INFO STEP 1 (remove_files) COMPLETE
44712025-02-21T13:29:15.254Z[ recovery-image] Feb 21 13:29:14.233 INFO O| Feb 21 13:29:14.233 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722025-02-21T13:29:15.291Z[ recovery-image] Feb 21 13:29:14.272 INFO O| Feb 21 13:29:14.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
44732025-02-21T13:29:15.337Z[ recovery-image] Feb 21 13:29:14.317 INFO O| Feb 21 13:29:14.317 INFO STEP 2 (remove_files) COMPLETE
44742025-02-21T13:29:15.337Z[ recovery-image] Feb 21 13:29:14.317 INFO O| Feb 21 13:29:14.317 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752025-02-21T13:29:15.358Z[ recovery-image] Feb 21 13:29:14.339 INFO O| Feb 21 13:29:14.338 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
44762025-02-21T13:29:15.551Z[ recovery-image] Feb 21 13:29:14.532 INFO O| Feb 21 13:29:14.532 INFO STEP 3 (remove_files) COMPLETE
44772025-02-21T13:29:15.551Z[ recovery-image] Feb 21 13:29:14.532 INFO O| Feb 21 13:29:14.532 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782025-02-21T13:29:15.572Z[ recovery-image] Feb 21 13:29:14.553 INFO O| Feb 21 13:29:14.553 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
44792025-02-21T13:29:15.722Z[ recovery-image] Feb 21 13:29:14.702 INFO O| Feb 21 13:29:14.702 INFO STEP 4 (remove_files) COMPLETE
44802025-02-21T13:29:15.722Z[ recovery-image] Feb 21 13:29:14.702 INFO O| Feb 21 13:29:14.702 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812025-02-21T13:29:15.728Z[ host-image] Feb 21 13:29:14.708 INFO O| Feb 21 13:29:14.708 INFO O| Download: Completed 1.46 MB in 1.52 seconds (978k/s)
44822025-02-21T13:29:15.764Z[ recovery-image] Feb 21 13:29:14.745 INFO O| Feb 21 13:29:14.745 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
44832025-02-21T13:29:15.777Z[ host-image] Feb 21 13:29:14.758 INFO O| Feb 21 13:29:14.757 INFO O| Actions: 1/306 actions (Installing new actions)
44842025-02-21T13:29:15.795Z[ recovery-image] Feb 21 13:29:14.775 INFO O| Feb 21 13:29:14.775 INFO STEP 5 (remove_files) COMPLETE
44852025-02-21T13:29:15.795Z[ recovery-image] Feb 21 13:29:14.775 INFO O| Feb 21 13:29:14.775 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862025-02-21T13:29:15.869Z[ recovery-image] Feb 21 13:29:14.849 INFO O| Feb 21 13:29:14.849 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
44872025-02-21T13:29:15.897Z[ recovery-image] Feb 21 13:29:14.877 INFO O| Feb 21 13:29:14.877 INFO STEP 6 (remove_files) COMPLETE
44882025-02-21T13:29:15.897Z[ recovery-image] Feb 21 13:29:14.877 INFO O| Feb 21 13:29:14.877 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892025-02-21T13:29:15.957Z[ recovery-image] Feb 21 13:29:14.938 INFO O| Feb 21 13:29:14.938 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
44902025-02-21T13:29:15.963Z[ host-image] Feb 21 13:29:14.943 INFO O| Feb 21 13:29:14.943 INFO O| Actions: Completed 306 actions in 0.19 seconds.
44912025-02-21T13:29:16.030Z[ recovery-image] Feb 21 13:29:15.011 INFO O| Feb 21 13:29:15.011 INFO STEP 7 (remove_files) COMPLETE
44922025-02-21T13:29:16.030Z[ recovery-image] Feb 21 13:29:15.011 INFO O| Feb 21 13:29:15.011 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932025-02-21T13:29:16.051Z[ recovery-image] Feb 21 13:29:15.032 INFO O| Feb 21 13:29:15.032 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44942025-02-21T13:29:16.071Z[ recovery-image] Feb 21 13:29:15.051 INFO O| Feb 21 13:29:15.051 INFO STEP 8 (remove_files) COMPLETE
44952025-02-21T13:29:16.074Z[ recovery-image] Feb 21 13:29:15.051 INFO O| Feb 21 13:29:15.051 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962025-02-21T13:29:16.107Z[ recovery-image] Feb 21 13:29:15.088 INFO O| Feb 21 13:29:15.088 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44972025-02-21T13:29:16.131Z[ recovery-image] Feb 21 13:29:15.111 INFO O| Feb 21 13:29:15.111 INFO STEP 9 (remove_files) COMPLETE
44982025-02-21T13:29:16.131Z[ recovery-image] Feb 21 13:29:15.111 INFO O| Feb 21 13:29:15.111 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992025-02-21T13:29:16.162Z[ recovery-image] Feb 21 13:29:15.142 INFO O| Feb 21 13:29:15.142 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
45002025-02-21T13:29:16.254Z[ recovery-image] Feb 21 13:29:15.235 INFO O| Feb 21 13:29:15.234 INFO STEP 10 (remove_files) COMPLETE
45012025-02-21T13:29:16.254Z[ recovery-image] Feb 21 13:29:15.235 INFO O| Feb 21 13:29:15.234 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022025-02-21T13:29:16.304Z[ recovery-image] Feb 21 13:29:15.284 INFO O| Feb 21 13:29:15.284 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
45032025-02-21T13:29:16.365Z[ recovery-image] Feb 21 13:29:15.346 INFO O| Feb 21 13:29:15.346 INFO STEP 11 (remove_files) COMPLETE
45042025-02-21T13:29:16.366Z[ recovery-image] Feb 21 13:29:15.346 INFO O| Feb 21 13:29:15.346 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052025-02-21T13:29:16.386Z[ recovery-image] Feb 21 13:29:15.366 INFO O| Feb 21 13:29:15.366 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
45062025-02-21T13:29:16.435Z[ recovery-image] Feb 21 13:29:15.415 INFO O| Feb 21 13:29:15.415 INFO STEP 12 (remove_files) COMPLETE
45072025-02-21T13:29:16.436Z[ recovery-image] Feb 21 13:29:15.415 INFO O| Feb 21 13:29:15.415 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082025-02-21T13:29:16.473Z[ recovery-image] Feb 21 13:29:15.453 INFO O| Feb 21 13:29:15.453 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
45092025-02-21T13:29:16.475Z[ recovery-image] Feb 21 13:29:15.454 INFO O| Feb 21 13:29:15.454 INFO STEP 13 (remove_files) COMPLETE
45102025-02-21T13:29:16.476Z[ recovery-image] Feb 21 13:29:15.454 INFO O| Feb 21 13:29:15.454 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112025-02-21T13:29:16.510Z[ recovery-image] Feb 21 13:29:15.490 INFO O| Feb 21 13:29:15.490 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
45122025-02-21T13:29:16.535Z[ recovery-image] Feb 21 13:29:15.514 INFO O| Feb 21 13:29:15.514 INFO STEP 14 (remove_files) COMPLETE
45132025-02-21T13:29:16.535Z[ recovery-image] Feb 21 13:29:15.515 INFO O| Feb 21 13:29:15.514 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142025-02-21T13:29:16.575Z[ recovery-image] Feb 21 13:29:15.556 INFO O| Feb 21 13:29:15.556 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
45152025-02-21T13:29:16.591Z[ host-image] Feb 21 13:29:15.571 INFO O| Feb 21 13:29:15.571 INFO O| Done
45162025-02-21T13:29:16.591Z[ host-image] Feb 21 13:29:15.571 INFO O| Feb 21 13:29:15.571 INFO O| Done
45172025-02-21T13:29:16.675Z[ recovery-image] Feb 21 13:29:15.654 INFO O| Feb 21 13:29:15.654 INFO STEP 15 (remove_files) COMPLETE
45182025-02-21T13:29:16.675Z[ recovery-image] Feb 21 13:29:15.654 INFO O| Feb 21 13:29:15.654 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192025-02-21T13:29:16.713Z[ recovery-image] Feb 21 13:29:15.693 INFO O| Feb 21 13:29:15.693 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
45202025-02-21T13:29:16.715Z[ recovery-image] Feb 21 13:29:15.694 INFO O| Feb 21 13:29:15.694 INFO STEP 16 (remove_files) COMPLETE
45212025-02-21T13:29:16.715Z[ recovery-image] Feb 21 13:29:15.694 INFO O| Feb 21 13:29:15.694 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222025-02-21T13:29:16.733Z[ recovery-image] Feb 21 13:29:15.712 INFO O| Feb 21 13:29:15.712 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
45232025-02-21T13:29:16.754Z[ recovery-image] Feb 21 13:29:15.734 INFO O| Feb 21 13:29:15.734 INFO STEP 17 (remove_files) COMPLETE
45242025-02-21T13:29:16.754Z[ recovery-image] Feb 21 13:29:15.734 INFO O| Feb 21 13:29:15.734 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252025-02-21T13:29:16.813Z[ recovery-image] Feb 21 13:29:15.794 INFO O| Feb 21 13:29:15.794 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
45262025-02-21T13:29:17.070Z[ recovery-image] Feb 21 13:29:16.048 INFO O| Feb 21 13:29:16.048 INFO STEP 18 (remove_files) COMPLETE
45272025-02-21T13:29:17.070Z[ recovery-image] Feb 21 13:29:16.049 INFO O| Feb 21 13:29:16.048 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282025-02-21T13:29:17.104Z[ recovery-image] Feb 21 13:29:16.085 INFO O| Feb 21 13:29:16.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
45292025-02-21T13:29:17.140Z[ recovery-image] Feb 21 13:29:16.121 INFO O| Feb 21 13:29:16.121 INFO STEP 19 (remove_files) COMPLETE
45302025-02-21T13:29:17.140Z[ recovery-image] Feb 21 13:29:16.121 INFO O| Feb 21 13:29:16.121 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312025-02-21T13:29:17.165Z[ recovery-image] Feb 21 13:29:16.145 INFO O| Feb 21 13:29:16.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
45322025-02-21T13:29:17.165Z[ recovery-image] Feb 21 13:29:16.145 INFO O| Feb 21 13:29:16.145 INFO STEP 20 (remove_files) COMPLETE
45332025-02-21T13:29:17.165Z[ recovery-image] Feb 21 13:29:16.145 INFO O| Feb 21 13:29:16.145 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342025-02-21T13:29:17.189Z[ recovery-image] Feb 21 13:29:16.168 INFO O| Feb 21 13:29:16.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
45352025-02-21T13:29:17.192Z[ recovery-image] Feb 21 13:29:16.169 INFO O| Feb 21 13:29:16.169 INFO STEP 21 (remove_files) COMPLETE
45362025-02-21T13:29:17.192Z[ recovery-image] Feb 21 13:29:16.169 INFO O| Feb 21 13:29:16.169 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372025-02-21T13:29:17.217Z[ recovery-image] Feb 21 13:29:16.197 INFO O| Feb 21 13:29:16.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
45382025-02-21T13:29:17.217Z[ recovery-image] Feb 21 13:29:16.197 INFO O| Feb 21 13:29:16.197 INFO STEP 22 (remove_files) COMPLETE
45392025-02-21T13:29:17.220Z[ recovery-image] Feb 21 13:29:16.197 INFO O| Feb 21 13:29:16.197 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402025-02-21T13:29:17.243Z[ recovery-image] Feb 21 13:29:16.223 INFO O| Feb 21 13:29:16.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
45412025-02-21T13:29:17.243Z[ recovery-image] Feb 21 13:29:16.223 INFO O| Feb 21 13:29:16.223 INFO STEP 23 (remove_files) COMPLETE
45422025-02-21T13:29:17.243Z[ recovery-image] Feb 21 13:29:16.223 INFO O| Feb 21 13:29:16.223 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432025-02-21T13:29:17.299Z[ recovery-image] Feb 21 13:29:16.280 INFO O| Feb 21 13:29:16.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
45442025-02-21T13:29:17.302Z[ recovery-image] Feb 21 13:29:16.280 INFO O| Feb 21 13:29:16.280 INFO STEP 24 (remove_files) COMPLETE
45452025-02-21T13:29:17.302Z[ recovery-image] Feb 21 13:29:16.280 INFO O| Feb 21 13:29:16.280 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462025-02-21T13:29:17.359Z[ recovery-image] Feb 21 13:29:16.340 INFO O| Feb 21 13:29:16.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
45472025-02-21T13:29:17.362Z[ recovery-image] Feb 21 13:29:16.340 INFO O| Feb 21 13:29:16.340 INFO STEP 25 (remove_files) COMPLETE
45482025-02-21T13:29:17.362Z[ recovery-image] Feb 21 13:29:16.340 INFO O| Feb 21 13:29:16.340 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492025-02-21T13:29:17.401Z[ recovery-image] Feb 21 13:29:16.381 INFO O| Feb 21 13:29:16.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
45502025-02-21T13:29:17.405Z[ recovery-image] Feb 21 13:29:16.386 INFO O| Feb 21 13:29:16.386 INFO STEP 26 (remove_files) COMPLETE
45512025-02-21T13:29:17.408Z[ recovery-image] Feb 21 13:29:16.386 INFO O| Feb 21 13:29:16.386 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522025-02-21T13:29:17.422Z[ recovery-image] Feb 21 13:29:16.403 INFO O| Feb 21 13:29:16.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
45532025-02-21T13:29:17.425Z[ recovery-image] Feb 21 13:29:16.403 INFO O| Feb 21 13:29:16.403 INFO STEP 27 (remove_files) COMPLETE
45542025-02-21T13:29:17.425Z[ recovery-image] Feb 21 13:29:16.403 INFO O| Feb 21 13:29:16.403 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552025-02-21T13:29:17.450Z[ recovery-image] Feb 21 13:29:16.430 INFO O| Feb 21 13:29:16.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
45562025-02-21T13:29:17.452Z[ recovery-image] Feb 21 13:29:16.431 INFO O| Feb 21 13:29:16.430 INFO STEP 28 (remove_files) COMPLETE
45572025-02-21T13:29:17.452Z[ recovery-image] Feb 21 13:29:16.431 INFO O| Feb 21 13:29:16.431 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582025-02-21T13:29:17.472Z[ recovery-image] Feb 21 13:29:16.453 INFO O| Feb 21 13:29:16.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
45592025-02-21T13:29:17.475Z[ recovery-image] Feb 21 13:29:16.453 INFO O| Feb 21 13:29:16.453 INFO STEP 29 (remove_files) COMPLETE
45602025-02-21T13:29:17.475Z[ recovery-image] Feb 21 13:29:16.453 INFO O| Feb 21 13:29:16.453 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612025-02-21T13:29:17.493Z[ recovery-image] Feb 21 13:29:16.473 INFO O| Feb 21 13:29:16.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
45622025-02-21T13:29:17.495Z[ recovery-image] Feb 21 13:29:16.474 INFO O| Feb 21 13:29:16.474 INFO STEP 30 (remove_files) COMPLETE
45632025-02-21T13:29:17.495Z[ recovery-image] Feb 21 13:29:16.474 INFO O| Feb 21 13:29:16.474 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642025-02-21T13:29:17.513Z[ recovery-image] Feb 21 13:29:16.494 INFO O| Feb 21 13:29:16.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
45652025-02-21T13:29:17.534Z[ recovery-image] Feb 21 13:29:16.515 INFO O| Feb 21 13:29:16.515 INFO STEP 31 (remove_files) COMPLETE
45662025-02-21T13:29:17.534Z[ recovery-image] Feb 21 13:29:16.515 INFO O| Feb 21 13:29:16.515 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672025-02-21T13:29:17.571Z[ recovery-image] Feb 21 13:29:16.552 INFO O| Feb 21 13:29:16.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
45682025-02-21T13:29:17.592Z[ recovery-image] Feb 21 13:29:16.572 INFO O| Feb 21 13:29:16.572 INFO STEP 32 (remove_files) COMPLETE
45692025-02-21T13:29:17.592Z[ recovery-image] Feb 21 13:29:16.572 INFO O| Feb 21 13:29:16.572 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702025-02-21T13:29:17.648Z[ recovery-image] Feb 21 13:29:16.629 INFO O| Feb 21 13:29:16.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
45712025-02-21T13:29:17.648Z[ recovery-image] Feb 21 13:29:16.629 INFO O| Feb 21 13:29:16.629 INFO STEP 33 (remove_files) COMPLETE
45722025-02-21T13:29:17.651Z[ recovery-image] Feb 21 13:29:16.629 INFO O| Feb 21 13:29:16.629 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732025-02-21T13:29:17.669Z[ recovery-image] Feb 21 13:29:16.649 INFO O| Feb 21 13:29:16.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
45742025-02-21T13:29:17.669Z[ recovery-image] Feb 21 13:29:16.649 INFO O| Feb 21 13:29:16.649 INFO STEP 34 (remove_files) COMPLETE
45752025-02-21T13:29:17.671Z[ recovery-image] Feb 21 13:29:16.649 INFO O| Feb 21 13:29:16.649 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762025-02-21T13:29:17.710Z[ recovery-image] Feb 21 13:29:16.690 INFO O| Feb 21 13:29:16.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45772025-02-21T13:29:17.712Z[ recovery-image] Feb 21 13:29:16.690 INFO O| Feb 21 13:29:16.690 INFO STEP 35 (remove_files) COMPLETE
45782025-02-21T13:29:17.712Z[ recovery-image] Feb 21 13:29:16.690 INFO O| Feb 21 13:29:16.690 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792025-02-21T13:29:17.731Z[ recovery-image] Feb 21 13:29:16.712 INFO O| Feb 21 13:29:16.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
45802025-02-21T13:29:17.734Z[ recovery-image] Feb 21 13:29:16.712 INFO O| Feb 21 13:29:16.712 INFO STEP 36 (remove_files) COMPLETE
45812025-02-21T13:29:17.734Z[ recovery-image] Feb 21 13:29:16.712 INFO O| Feb 21 13:29:16.712 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822025-02-21T13:29:17.751Z[ recovery-image] Feb 21 13:29:16.731 INFO O| Feb 21 13:29:16.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
45832025-02-21T13:29:17.776Z[ recovery-image] Feb 21 13:29:16.757 INFO O| Feb 21 13:29:16.757 INFO STEP 37 (remove_files) COMPLETE
45842025-02-21T13:29:17.776Z[ recovery-image] Feb 21 13:29:16.757 INFO O| Feb 21 13:29:16.757 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852025-02-21T13:29:17.797Z[ recovery-image] Feb 21 13:29:16.778 INFO O| Feb 21 13:29:16.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
45862025-02-21T13:29:17.799Z[ recovery-image] Feb 21 13:29:16.778 INFO O| Feb 21 13:29:16.778 INFO STEP 38 (remove_files) COMPLETE
45872025-02-21T13:29:17.799Z[ recovery-image] Feb 21 13:29:16.778 INFO O| Feb 21 13:29:16.778 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882025-02-21T13:29:17.816Z[ recovery-image] Feb 21 13:29:16.796 INFO O| Feb 21 13:29:16.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
45892025-02-21T13:29:17.818Z[ recovery-image] Feb 21 13:29:16.797 INFO O| Feb 21 13:29:16.796 INFO STEP 39 (remove_files) COMPLETE
45902025-02-21T13:29:17.818Z[ recovery-image] Feb 21 13:29:16.797 INFO O| Feb 21 13:29:16.797 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912025-02-21T13:29:17.842Z[ recovery-image] Feb 21 13:29:16.823 INFO O| Feb 21 13:29:16.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45922025-02-21T13:29:17.845Z[ recovery-image] Feb 21 13:29:16.823 INFO O| Feb 21 13:29:16.823 INFO STEP 40 (remove_files) COMPLETE
45932025-02-21T13:29:17.845Z[ recovery-image] Feb 21 13:29:16.823 INFO O| Feb 21 13:29:16.823 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942025-02-21T13:29:17.863Z[ recovery-image] Feb 21 13:29:16.843 INFO O| Feb 21 13:29:16.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45952025-02-21T13:29:17.866Z[ recovery-image] Feb 21 13:29:16.843 INFO O| Feb 21 13:29:16.843 INFO STEP 41 (remove_files) COMPLETE
45962025-02-21T13:29:17.866Z[ recovery-image] Feb 21 13:29:16.843 INFO O| Feb 21 13:29:16.843 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972025-02-21T13:29:17.885Z[ recovery-image] Feb 21 13:29:16.864 INFO O| Feb 21 13:29:16.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45982025-02-21T13:29:17.888Z[ recovery-image] Feb 21 13:29:16.865 INFO O| Feb 21 13:29:16.865 INFO STEP 42 (remove_files) COMPLETE
45992025-02-21T13:29:17.888Z[ recovery-image] Feb 21 13:29:16.865 INFO O| Feb 21 13:29:16.865 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002025-02-21T13:29:17.920Z[ recovery-image] Feb 21 13:29:16.900 INFO O| Feb 21 13:29:16.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
46012025-02-21T13:29:17.943Z[ recovery-image] Feb 21 13:29:16.924 INFO O| Feb 21 13:29:16.924 INFO STEP 43 (remove_files) COMPLETE
46022025-02-21T13:29:17.943Z[ recovery-image] Feb 21 13:29:16.924 INFO O| Feb 21 13:29:16.924 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032025-02-21T13:29:18.003Z[ recovery-image] Feb 21 13:29:16.984 INFO O| Feb 21 13:29:16.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
46042025-02-21T13:29:18.003Z[ recovery-image] Feb 21 13:29:16.984 INFO O| Feb 21 13:29:16.984 INFO STEP 44 (remove_files) COMPLETE
46052025-02-21T13:29:18.008Z[ recovery-image] Feb 21 13:29:16.984 INFO O| Feb 21 13:29:16.984 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062025-02-21T13:29:18.025Z[ recovery-image] Feb 21 13:29:17.005 INFO O| Feb 21 13:29:17.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
46072025-02-21T13:29:18.046Z[ recovery-image] Feb 21 13:29:17.027 INFO O| Feb 21 13:29:17.027 INFO STEP 45 (remove_files) COMPLETE
46082025-02-21T13:29:18.046Z[ recovery-image] Feb 21 13:29:17.027 INFO O| Feb 21 13:29:17.027 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-02-21T13:29:18.103Z[ host-image] Feb 21 13:29:17.083 INFO O| Feb 21 13:29:17.083 INFO O| Done
46102025-02-21T13:29:18.105Z[ recovery-image] Feb 21 13:29:17.084 INFO O| Feb 21 13:29:17.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
46112025-02-21T13:29:18.105Z[ recovery-image] Feb 21 13:29:17.084 INFO O| Feb 21 13:29:17.084 INFO STEP 46 (remove_files) COMPLETE
46122025-02-21T13:29:18.105Z[ recovery-image] Feb 21 13:29:17.084 INFO O| Feb 21 13:29:17.084 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132025-02-21T13:29:18.123Z[ recovery-image] Feb 21 13:29:17.103 INFO O| Feb 21 13:29:17.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
46142025-02-21T13:29:18.123Z[ recovery-image] Feb 21 13:29:17.103 INFO O| Feb 21 13:29:17.103 INFO STEP 47 (remove_files) COMPLETE
46152025-02-21T13:29:18.123Z[ recovery-image] Feb 21 13:29:17.103 INFO O| Feb 21 13:29:17.103 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162025-02-21T13:29:18.146Z[ recovery-image] Feb 21 13:29:17.126 INFO O| Feb 21 13:29:17.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
46172025-02-21T13:29:18.148Z[ recovery-image] Feb 21 13:29:17.127 INFO O| Feb 21 13:29:17.127 INFO STEP 48 (remove_files) COMPLETE
46182025-02-21T13:29:18.148Z[ recovery-image] Feb 21 13:29:17.127 INFO O| Feb 21 13:29:17.127 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192025-02-21T13:29:18.174Z[ recovery-image] Feb 21 13:29:17.154 INFO O| Feb 21 13:29:17.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
46202025-02-21T13:29:18.174Z[ recovery-image] Feb 21 13:29:17.154 INFO O| Feb 21 13:29:17.154 INFO STEP 49 (remove_files) COMPLETE
46212025-02-21T13:29:18.176Z[ recovery-image] Feb 21 13:29:17.154 INFO O| Feb 21 13:29:17.154 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222025-02-21T13:29:18.209Z[ recovery-image] Feb 21 13:29:17.189 INFO O| Feb 21 13:29:17.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
46232025-02-21T13:29:18.211Z[ recovery-image] Feb 21 13:29:17.190 INFO O| Feb 21 13:29:17.190 INFO STEP 50 (remove_files) COMPLETE
46242025-02-21T13:29:18.212Z[ recovery-image] Feb 21 13:29:17.190 INFO O| Feb 21 13:29:17.190 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252025-02-21T13:29:18.252Z[ recovery-image] Feb 21 13:29:17.233 INFO O| Feb 21 13:29:17.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
46262025-02-21T13:29:18.255Z[ recovery-image] Feb 21 13:29:17.233 INFO O| Feb 21 13:29:17.233 INFO STEP 51 (remove_files) COMPLETE
46272025-02-21T13:29:18.255Z[ recovery-image] Feb 21 13:29:17.233 INFO O| Feb 21 13:29:17.233 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282025-02-21T13:29:18.275Z[ recovery-image] Feb 21 13:29:17.255 INFO O| Feb 21 13:29:17.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
46292025-02-21T13:29:18.275Z[ recovery-image] Feb 21 13:29:17.255 INFO O| Feb 21 13:29:17.255 INFO STEP 52 (remove_files) COMPLETE
46302025-02-21T13:29:18.277Z[ recovery-image] Feb 21 13:29:17.255 INFO O| Feb 21 13:29:17.255 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312025-02-21T13:29:18.296Z[ recovery-image] Feb 21 13:29:17.276 INFO O| Feb 21 13:29:17.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
46322025-02-21T13:29:18.296Z[ recovery-image] Feb 21 13:29:17.276 INFO O| Feb 21 13:29:17.276 INFO STEP 53 (remove_files) COMPLETE
46332025-02-21T13:29:18.296Z[ recovery-image] Feb 21 13:29:17.276 INFO O| Feb 21 13:29:17.276 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342025-02-21T13:29:18.354Z[ recovery-image] Feb 21 13:29:17.335 INFO O| Feb 21 13:29:17.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
46352025-02-21T13:29:18.376Z[ recovery-image] Feb 21 13:29:17.356 INFO O| Feb 21 13:29:17.356 INFO STEP 54 (remove_files) COMPLETE
46362025-02-21T13:29:18.378Z[ recovery-image] Feb 21 13:29:17.356 INFO O| Feb 21 13:29:17.356 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372025-02-21T13:29:18.410Z[ recovery-image] Feb 21 13:29:17.390 INFO O| Feb 21 13:29:17.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
46382025-02-21T13:29:18.413Z[ recovery-image] Feb 21 13:29:17.391 INFO O| Feb 21 13:29:17.391 INFO STEP 55 (remove_files) COMPLETE
46392025-02-21T13:29:18.413Z[ recovery-image] Feb 21 13:29:17.391 INFO O| Feb 21 13:29:17.391 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402025-02-21T13:29:18.431Z[ recovery-image] Feb 21 13:29:17.412 INFO O| Feb 21 13:29:17.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
46412025-02-21T13:29:18.432Z[ recovery-image] Feb 21 13:29:17.412 INFO O| Feb 21 13:29:17.412 INFO STEP 56 (remove_files) COMPLETE
46422025-02-21T13:29:18.432Z[ recovery-image] Feb 21 13:29:17.412 INFO O| Feb 21 13:29:17.412 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432025-02-21T13:29:18.452Z[ recovery-image] Feb 21 13:29:17.432 INFO O| Feb 21 13:29:17.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
46442025-02-21T13:29:18.452Z[ recovery-image] Feb 21 13:29:17.432 INFO O| Feb 21 13:29:17.432 INFO STEP 57 (remove_files) COMPLETE
46452025-02-21T13:29:18.452Z[ recovery-image] Feb 21 13:29:17.432 INFO O| Feb 21 13:29:17.432 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462025-02-21T13:29:18.472Z[ recovery-image] Feb 21 13:29:17.452 INFO O| Feb 21 13:29:17.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
46472025-02-21T13:29:18.472Z[ recovery-image] Feb 21 13:29:17.452 INFO O| Feb 21 13:29:17.452 INFO STEP 58 (remove_files) COMPLETE
46482025-02-21T13:29:18.472Z[ recovery-image] Feb 21 13:29:17.452 INFO O| Feb 21 13:29:17.452 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492025-02-21T13:29:18.502Z[ recovery-image] Feb 21 13:29:17.482 INFO O| Feb 21 13:29:17.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
46502025-02-21T13:29:18.502Z[ recovery-image] Feb 21 13:29:17.482 INFO O| Feb 21 13:29:17.482 INFO STEP 59 (remove_files) COMPLETE
46512025-02-21T13:29:18.504Z[ recovery-image] Feb 21 13:29:17.482 INFO O| Feb 21 13:29:17.482 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522025-02-21T13:29:18.523Z[ recovery-image] Feb 21 13:29:17.503 INFO O| Feb 21 13:29:17.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
46532025-02-21T13:29:18.523Z[ recovery-image] Feb 21 13:29:17.503 INFO O| Feb 21 13:29:17.503 INFO STEP 60 (remove_files) COMPLETE
46542025-02-21T13:29:18.525Z[ recovery-image] Feb 21 13:29:17.503 INFO O| Feb 21 13:29:17.503 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552025-02-21T13:29:18.544Z[ recovery-image] Feb 21 13:29:17.525 INFO O| Feb 21 13:29:17.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
46562025-02-21T13:29:18.544Z[ recovery-image] Feb 21 13:29:17.525 INFO O| Feb 21 13:29:17.525 INFO STEP 61 (remove_files) COMPLETE
46572025-02-21T13:29:18.544Z[ recovery-image] Feb 21 13:29:17.525 INFO O| Feb 21 13:29:17.525 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582025-02-21T13:29:18.565Z[ recovery-image] Feb 21 13:29:17.546 INFO O| Feb 21 13:29:17.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
46592025-02-21T13:29:18.565Z[ recovery-image] Feb 21 13:29:17.546 INFO O| Feb 21 13:29:17.546 INFO STEP 62 (remove_files) COMPLETE
46602025-02-21T13:29:18.565Z[ recovery-image] Feb 21 13:29:17.546 INFO O| Feb 21 13:29:17.546 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612025-02-21T13:29:18.608Z[ recovery-image] Feb 21 13:29:17.588 INFO O| Feb 21 13:29:17.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
46622025-02-21T13:29:18.608Z[ recovery-image] Feb 21 13:29:17.588 INFO O| Feb 21 13:29:17.588 INFO STEP 63 (remove_files) COMPLETE
46632025-02-21T13:29:18.610Z[ recovery-image] Feb 21 13:29:17.588 INFO O| Feb 21 13:29:17.588 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642025-02-21T13:29:18.630Z[ recovery-image] Feb 21 13:29:17.609 INFO O| Feb 21 13:29:17.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
46652025-02-21T13:29:18.630Z[ recovery-image] Feb 21 13:29:17.609 INFO O| Feb 21 13:29:17.609 INFO STEP 64 (remove_files) COMPLETE
46662025-02-21T13:29:18.630Z[ recovery-image] Feb 21 13:29:17.609 INFO O| Feb 21 13:29:17.609 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672025-02-21T13:29:18.647Z[ recovery-image] Feb 21 13:29:17.628 INFO O| Feb 21 13:29:17.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
46682025-02-21T13:29:18.647Z[ recovery-image] Feb 21 13:29:17.628 INFO O| Feb 21 13:29:17.628 INFO STEP 65 (remove_files) COMPLETE
46692025-02-21T13:29:18.650Z[ recovery-image] Feb 21 13:29:17.628 INFO O| Feb 21 13:29:17.628 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702025-02-21T13:29:18.684Z[ recovery-image] Feb 21 13:29:17.665 INFO O| Feb 21 13:29:17.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
46712025-02-21T13:29:18.707Z[ recovery-image] Feb 21 13:29:17.688 INFO O| Feb 21 13:29:17.688 INFO STEP 66 (remove_files) COMPLETE
46722025-02-21T13:29:18.707Z[ recovery-image] Feb 21 13:29:17.688 INFO O| Feb 21 13:29:17.688 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732025-02-21T13:29:18.765Z[ recovery-image] Feb 21 13:29:17.745 INFO O| Feb 21 13:29:17.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46742025-02-21T13:29:18.765Z[ recovery-image] Feb 21 13:29:17.746 INFO O| Feb 21 13:29:17.746 INFO STEP 67 (remove_files) COMPLETE
46752025-02-21T13:29:18.768Z[ recovery-image] Feb 21 13:29:17.746 INFO O| Feb 21 13:29:17.746 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762025-02-21T13:29:18.806Z[ recovery-image] Feb 21 13:29:17.787 INFO O| Feb 21 13:29:17.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46772025-02-21T13:29:18.821Z[ recovery-image] Feb 21 13:29:17.802 INFO O| Feb 21 13:29:17.802 INFO STEP 68 (remove_files) COMPLETE
46782025-02-21T13:29:18.821Z[ recovery-image] Feb 21 13:29:17.802 INFO O| Feb 21 13:29:17.802 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792025-02-21T13:29:18.863Z[ recovery-image] Feb 21 13:29:17.844 INFO O| Feb 21 13:29:17.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
46802025-02-21T13:29:18.863Z[ recovery-image] Feb 21 13:29:17.844 INFO O| Feb 21 13:29:17.844 INFO STEP 69 (remove_files) COMPLETE
46812025-02-21T13:29:18.863Z[ recovery-image] Feb 21 13:29:17.844 INFO O| Feb 21 13:29:17.844 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822025-02-21T13:29:18.883Z[ recovery-image] Feb 21 13:29:17.863 INFO O| Feb 21 13:29:17.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
46832025-02-21T13:29:18.883Z[ recovery-image] Feb 21 13:29:17.863 INFO O| Feb 21 13:29:17.863 INFO STEP 70 (remove_files) COMPLETE
46842025-02-21T13:29:18.883Z[ recovery-image] Feb 21 13:29:17.863 INFO O| Feb 21 13:29:17.863 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852025-02-21T13:29:18.902Z[ recovery-image] Feb 21 13:29:17.883 INFO O| Feb 21 13:29:17.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
46862025-02-21T13:29:18.902Z[ recovery-image] Feb 21 13:29:17.883 INFO O| Feb 21 13:29:17.883 INFO STEP 71 (remove_files) COMPLETE
46872025-02-21T13:29:18.905Z[ recovery-image] Feb 21 13:29:17.883 INFO O| Feb 21 13:29:17.883 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882025-02-21T13:29:18.921Z[ recovery-image] Feb 21 13:29:17.902 INFO O| Feb 21 13:29:17.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
46892025-02-21T13:29:18.943Z[ recovery-image] Feb 21 13:29:17.924 INFO O| Feb 21 13:29:17.924 INFO STEP 72 (remove_files) COMPLETE
46902025-02-21T13:29:18.943Z[ recovery-image] Feb 21 13:29:17.924 INFO O| Feb 21 13:29:17.924 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912025-02-21T13:29:18.977Z[ recovery-image] Feb 21 13:29:17.957 INFO O| Feb 21 13:29:17.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46922025-02-21T13:29:18.977Z[ recovery-image] Feb 21 13:29:17.957 INFO O| Feb 21 13:29:17.957 INFO STEP 73 (remove_files) COMPLETE
46932025-02-21T13:29:18.977Z[ recovery-image] Feb 21 13:29:17.957 INFO O| Feb 21 13:29:17.957 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942025-02-21T13:29:18.997Z[ recovery-image] Feb 21 13:29:17.978 INFO O| Feb 21 13:29:17.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46952025-02-21T13:29:18.997Z[ recovery-image] Feb 21 13:29:17.978 INFO O| Feb 21 13:29:17.978 INFO STEP 74 (remove_files) COMPLETE
46962025-02-21T13:29:18.997Z[ recovery-image] Feb 21 13:29:17.978 INFO O| Feb 21 13:29:17.978 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972025-02-21T13:29:19.027Z[ recovery-image] Feb 21 13:29:18.006 INFO O| Feb 21 13:29:18.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46982025-02-21T13:29:19.027Z[ recovery-image] Feb 21 13:29:18.006 INFO O| Feb 21 13:29:18.006 INFO STEP 75 (remove_files) COMPLETE
46992025-02-21T13:29:19.027Z[ recovery-image] Feb 21 13:29:18.006 INFO O| Feb 21 13:29:18.006 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002025-02-21T13:29:19.058Z[ recovery-image] Feb 21 13:29:18.038 INFO O| Feb 21 13:29:18.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
47012025-02-21T13:29:19.058Z[ recovery-image] Feb 21 13:29:18.038 INFO O| Feb 21 13:29:18.038 INFO STEP 76 (remove_files) COMPLETE
47022025-02-21T13:29:19.061Z[ recovery-image] Feb 21 13:29:18.038 INFO O| Feb 21 13:29:18.038 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032025-02-21T13:29:19.081Z[ recovery-image] Feb 21 13:29:18.062 INFO O| Feb 21 13:29:18.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
47042025-02-21T13:29:19.081Z[ recovery-image] Feb 21 13:29:18.062 INFO O| Feb 21 13:29:18.062 INFO STEP 77 (remove_files) COMPLETE
47052025-02-21T13:29:19.081Z[ recovery-image] Feb 21 13:29:18.062 INFO O| Feb 21 13:29:18.062 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062025-02-21T13:29:19.103Z[ recovery-image] Feb 21 13:29:18.083 INFO O| Feb 21 13:29:18.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
47072025-02-21T13:29:19.103Z[ recovery-image] Feb 21 13:29:18.083 INFO O| Feb 21 13:29:18.083 INFO STEP 78 (remove_files) COMPLETE
47082025-02-21T13:29:19.105Z[ recovery-image] Feb 21 13:29:18.083 INFO O| Feb 21 13:29:18.083 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092025-02-21T13:29:19.123Z[ recovery-image] Feb 21 13:29:18.103 INFO O| Feb 21 13:29:18.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
47102025-02-21T13:29:19.123Z[ recovery-image] Feb 21 13:29:18.103 INFO O| Feb 21 13:29:18.103 INFO STEP 79 (remove_files) COMPLETE
47112025-02-21T13:29:19.126Z[ recovery-image] Feb 21 13:29:18.103 INFO O| Feb 21 13:29:18.103 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122025-02-21T13:29:19.159Z[ recovery-image] Feb 21 13:29:18.140 INFO O| Feb 21 13:29:18.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
47132025-02-21T13:29:19.159Z[ recovery-image] Feb 21 13:29:18.140 INFO O| Feb 21 13:29:18.140 INFO STEP 80 (remove_files) COMPLETE
47142025-02-21T13:29:19.159Z[ recovery-image] Feb 21 13:29:18.140 INFO O| Feb 21 13:29:18.140 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152025-02-21T13:29:19.177Z[ recovery-image] Feb 21 13:29:18.158 INFO O| Feb 21 13:29:18.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
47162025-02-21T13:29:19.177Z[ recovery-image] Feb 21 13:29:18.158 INFO O| Feb 21 13:29:18.158 INFO STEP 81 (remove_files) COMPLETE
47172025-02-21T13:29:19.179Z[ recovery-image] Feb 21 13:29:18.158 INFO O| Feb 21 13:29:18.158 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182025-02-21T13:29:19.215Z[ recovery-image] Feb 21 13:29:18.195 INFO O| Feb 21 13:29:18.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
47192025-02-21T13:29:19.217Z[ recovery-image] Feb 21 13:29:18.196 INFO O| Feb 21 13:29:18.195 INFO STEP 82 (remove_files) COMPLETE
47202025-02-21T13:29:19.217Z[ recovery-image] Feb 21 13:29:18.196 INFO O| Feb 21 13:29:18.196 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212025-02-21T13:29:19.258Z[ recovery-image] Feb 21 13:29:18.238 INFO O| Feb 21 13:29:18.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
47222025-02-21T13:29:19.258Z[ recovery-image] Feb 21 13:29:18.238 INFO O| Feb 21 13:29:18.238 INFO STEP 83 (remove_files) COMPLETE
47232025-02-21T13:29:19.258Z[ recovery-image] Feb 21 13:29:18.238 INFO O| Feb 21 13:29:18.238 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242025-02-21T13:29:19.294Z[ recovery-image] Feb 21 13:29:18.275 INFO O| Feb 21 13:29:18.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
47252025-02-21T13:29:19.302Z[ recovery-image] Feb 21 13:29:18.282 INFO O| Feb 21 13:29:18.282 INFO STEP 84 (remove_files) COMPLETE
47262025-02-21T13:29:19.303Z[ recovery-image] Feb 21 13:29:18.282 INFO O| Feb 21 13:29:18.282 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272025-02-21T13:29:19.323Z[ recovery-image] Feb 21 13:29:18.303 INFO O| Feb 21 13:29:18.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
47282025-02-21T13:29:19.325Z[ recovery-image] Feb 21 13:29:18.303 INFO O| Feb 21 13:29:18.303 INFO STEP 85 (remove_files) COMPLETE
47292025-02-21T13:29:19.325Z[ recovery-image] Feb 21 13:29:18.304 INFO O| Feb 21 13:29:18.304 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302025-02-21T13:29:19.343Z[ recovery-image] Feb 21 13:29:18.324 INFO O| Feb 21 13:29:18.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
47312025-02-21T13:29:19.346Z[ recovery-image] Feb 21 13:29:18.324 INFO O| Feb 21 13:29:18.324 INFO STEP 86 (remove_files) COMPLETE
47322025-02-21T13:29:19.346Z[ recovery-image] Feb 21 13:29:18.324 INFO O| Feb 21 13:29:18.324 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332025-02-21T13:29:19.380Z[ recovery-image] Feb 21 13:29:18.361 INFO O| Feb 21 13:29:18.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
47342025-02-21T13:29:19.383Z[ recovery-image] Feb 21 13:29:18.361 INFO O| Feb 21 13:29:18.361 INFO STEP 87 (remove_files) COMPLETE
47352025-02-21T13:29:19.383Z[ recovery-image] Feb 21 13:29:18.361 INFO O| Feb 21 13:29:18.361 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362025-02-21T13:29:19.405Z[ recovery-image] Feb 21 13:29:18.385 INFO O| Feb 21 13:29:18.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
47372025-02-21T13:29:19.408Z[ recovery-image] Feb 21 13:29:18.386 INFO O| Feb 21 13:29:18.386 INFO STEP 88 (remove_files) COMPLETE
47382025-02-21T13:29:19.408Z[ recovery-image] Feb 21 13:29:18.386 INFO O| Feb 21 13:29:18.386 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392025-02-21T13:29:19.429Z[ recovery-image] Feb 21 13:29:18.410 INFO O| Feb 21 13:29:18.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
47402025-02-21T13:29:19.432Z[ recovery-image] Feb 21 13:29:18.410 INFO O| Feb 21 13:29:18.410 INFO STEP 89 (remove_files) COMPLETE
47412025-02-21T13:29:19.432Z[ recovery-image] Feb 21 13:29:18.410 INFO O| Feb 21 13:29:18.410 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422025-02-21T13:29:19.451Z[ recovery-image] Feb 21 13:29:18.431 INFO O| Feb 21 13:29:18.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
47432025-02-21T13:29:19.453Z[ recovery-image] Feb 21 13:29:18.431 INFO O| Feb 21 13:29:18.431 INFO STEP 90 (remove_files) COMPLETE
47442025-02-21T13:29:19.453Z[ recovery-image] Feb 21 13:29:18.432 INFO O| Feb 21 13:29:18.431 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452025-02-21T13:29:19.471Z[ recovery-image] Feb 21 13:29:18.451 INFO O| Feb 21 13:29:18.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
47462025-02-21T13:29:19.471Z[ recovery-image] Feb 21 13:29:18.452 INFO O| Feb 21 13:29:18.451 INFO STEP 91 (remove_files) COMPLETE
47472025-02-21T13:29:19.473Z[ recovery-image] Feb 21 13:29:18.452 INFO O| Feb 21 13:29:18.451 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482025-02-21T13:29:19.490Z[ recovery-image] Feb 21 13:29:18.471 INFO O| Feb 21 13:29:18.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
47492025-02-21T13:29:19.493Z[ recovery-image] Feb 21 13:29:18.471 INFO O| Feb 21 13:29:18.471 INFO STEP 92 (remove_files) COMPLETE
47502025-02-21T13:29:19.493Z[ recovery-image] Feb 21 13:29:18.471 INFO O| Feb 21 13:29:18.471 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512025-02-21T13:29:19.509Z[ recovery-image] Feb 21 13:29:18.490 INFO O| Feb 21 13:29:18.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
47522025-02-21T13:29:19.509Z[ recovery-image] Feb 21 13:29:18.490 INFO O| Feb 21 13:29:18.490 INFO STEP 93 (remove_files) COMPLETE
47532025-02-21T13:29:19.512Z[ recovery-image] Feb 21 13:29:18.490 INFO O| Feb 21 13:29:18.490 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542025-02-21T13:29:19.528Z[ recovery-image] Feb 21 13:29:18.509 INFO O| Feb 21 13:29:18.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
47552025-02-21T13:29:19.531Z[ recovery-image] Feb 21 13:29:18.509 INFO O| Feb 21 13:29:18.509 INFO STEP 94 (remove_files) COMPLETE
47562025-02-21T13:29:19.531Z[ recovery-image] Feb 21 13:29:18.509 INFO O| Feb 21 13:29:18.509 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572025-02-21T13:29:19.549Z[ recovery-image] Feb 21 13:29:18.529 INFO O| Feb 21 13:29:18.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
47582025-02-21T13:29:19.571Z[ recovery-image] Feb 21 13:29:18.552 INFO O| Feb 21 13:29:18.552 INFO STEP 95 (remove_files) COMPLETE
47592025-02-21T13:29:19.571Z[ recovery-image] Feb 21 13:29:18.552 INFO O| Feb 21 13:29:18.552 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602025-02-21T13:29:19.619Z[ recovery-image] Feb 21 13:29:18.599 INFO O| Feb 21 13:29:18.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
47612025-02-21T13:29:19.621Z[ recovery-image] Feb 21 13:29:18.599 INFO O| Feb 21 13:29:18.599 INFO STEP 96 (remove_files) COMPLETE
47622025-02-21T13:29:19.621Z[ recovery-image] Feb 21 13:29:18.599 INFO O| Feb 21 13:29:18.599 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632025-02-21T13:29:19.639Z[ recovery-image] Feb 21 13:29:18.620 INFO O| Feb 21 13:29:18.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
47642025-02-21T13:29:19.642Z[ recovery-image] Feb 21 13:29:18.620 INFO O| Feb 21 13:29:18.620 INFO STEP 97 (remove_files) COMPLETE
47652025-02-21T13:29:19.642Z[ recovery-image] Feb 21 13:29:18.620 INFO O| Feb 21 13:29:18.620 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662025-02-21T13:29:19.660Z[ recovery-image] Feb 21 13:29:18.640 INFO O| Feb 21 13:29:18.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
47672025-02-21T13:29:19.663Z[ recovery-image] Feb 21 13:29:18.640 INFO O| Feb 21 13:29:18.640 INFO STEP 98 (remove_files) COMPLETE
47682025-02-21T13:29:19.663Z[ recovery-image] Feb 21 13:29:18.640 INFO O| Feb 21 13:29:18.640 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692025-02-21T13:29:19.680Z[ recovery-image] Feb 21 13:29:18.661 INFO O| Feb 21 13:29:18.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
47702025-02-21T13:29:19.683Z[ recovery-image] Feb 21 13:29:18.661 INFO O| Feb 21 13:29:18.661 INFO STEP 99 (remove_files) COMPLETE
47712025-02-21T13:29:19.683Z[ recovery-image] Feb 21 13:29:18.661 INFO O| Feb 21 13:29:18.661 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722025-02-21T13:29:19.754Z[ recovery-image] Feb 21 13:29:18.734 INFO O| Feb 21 13:29:18.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47732025-02-21T13:29:19.756Z[ recovery-image] Feb 21 13:29:18.734 INFO O| Feb 21 13:29:18.734 INFO STEP 100 (remove_files) COMPLETE
47742025-02-21T13:29:19.756Z[ recovery-image] Feb 21 13:29:18.734 INFO O| Feb 21 13:29:18.734 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752025-02-21T13:29:19.820Z[ recovery-image] Feb 21 13:29:18.800 INFO O| Feb 21 13:29:18.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47762025-02-21T13:29:19.823Z[ recovery-image] Feb 21 13:29:18.801 INFO O| Feb 21 13:29:18.801 INFO STEP 101 (remove_files) COMPLETE
47772025-02-21T13:29:19.823Z[ recovery-image] Feb 21 13:29:18.801 INFO O| Feb 21 13:29:18.801 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782025-02-21T13:29:19.852Z[ recovery-image] Feb 21 13:29:18.833 INFO O| Feb 21 13:29:18.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47792025-02-21T13:29:19.852Z[ recovery-image] Feb 21 13:29:18.833 INFO O| Feb 21 13:29:18.833 INFO STEP 102 (remove_files) COMPLETE
47802025-02-21T13:29:19.856Z[ recovery-image] Feb 21 13:29:18.833 INFO O| Feb 21 13:29:18.833 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812025-02-21T13:29:19.876Z[ recovery-image] Feb 21 13:29:18.856 INFO O| Feb 21 13:29:18.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
47822025-02-21T13:29:19.876Z[ recovery-image] Feb 21 13:29:18.856 INFO O| Feb 21 13:29:18.856 INFO STEP 103 (remove_files) COMPLETE
47832025-02-21T13:29:19.878Z[ recovery-image] Feb 21 13:29:18.856 INFO O| Feb 21 13:29:18.856 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842025-02-21T13:29:19.897Z[ recovery-image] Feb 21 13:29:18.878 INFO O| Feb 21 13:29:18.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
47852025-02-21T13:29:19.897Z[ recovery-image] Feb 21 13:29:18.878 INFO O| Feb 21 13:29:18.878 INFO STEP 104 (remove_files) COMPLETE
47862025-02-21T13:29:19.897Z[ recovery-image] Feb 21 13:29:18.878 INFO O| Feb 21 13:29:18.878 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872025-02-21T13:29:19.918Z[ recovery-image] Feb 21 13:29:18.898 INFO O| Feb 21 13:29:18.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
47882025-02-21T13:29:19.918Z[ recovery-image] Feb 21 13:29:18.899 INFO O| Feb 21 13:29:18.899 INFO STEP 105 (remove_files) COMPLETE
47892025-02-21T13:29:19.922Z[ recovery-image] Feb 21 13:29:18.899 INFO O| Feb 21 13:29:18.899 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902025-02-21T13:29:19.938Z[ recovery-image] Feb 21 13:29:18.918 INFO O| Feb 21 13:29:18.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47912025-02-21T13:29:19.938Z[ recovery-image] Feb 21 13:29:18.918 INFO O| Feb 21 13:29:18.918 INFO STEP 106 (remove_files) COMPLETE
47922025-02-21T13:29:19.938Z[ recovery-image] Feb 21 13:29:18.918 INFO O| Feb 21 13:29:18.918 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932025-02-21T13:29:19.959Z[ recovery-image] Feb 21 13:29:18.938 INFO O| Feb 21 13:29:18.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47942025-02-21T13:29:19.959Z[ recovery-image] Feb 21 13:29:18.938 INFO O| Feb 21 13:29:18.938 INFO STEP 107 (remove_files) COMPLETE
47952025-02-21T13:29:19.961Z[ recovery-image] Feb 21 13:29:18.938 INFO O| Feb 21 13:29:18.938 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962025-02-21T13:29:19.978Z[ recovery-image] Feb 21 13:29:18.958 INFO O| Feb 21 13:29:18.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47972025-02-21T13:29:19.978Z[ recovery-image] Feb 21 13:29:18.958 INFO O| Feb 21 13:29:18.958 INFO STEP 108 (remove_files) COMPLETE
47982025-02-21T13:29:19.978Z[ recovery-image] Feb 21 13:29:18.958 INFO O| Feb 21 13:29:18.958 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992025-02-21T13:29:19.999Z[ recovery-image] Feb 21 13:29:18.978 INFO O| Feb 21 13:29:18.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
48002025-02-21T13:29:19.999Z[ recovery-image] Feb 21 13:29:18.979 INFO O| Feb 21 13:29:18.979 INFO STEP 109 (remove_files) COMPLETE
48012025-02-21T13:29:19.999Z[ recovery-image] Feb 21 13:29:18.979 INFO O| Feb 21 13:29:18.979 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022025-02-21T13:29:20.018Z[ recovery-image] Feb 21 13:29:18.998 INFO O| Feb 21 13:29:18.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
48032025-02-21T13:29:20.018Z[ recovery-image] Feb 21 13:29:18.998 INFO O| Feb 21 13:29:18.998 INFO STEP 110 (remove_files) COMPLETE
48042025-02-21T13:29:20.020Z[ recovery-image] Feb 21 13:29:18.998 INFO O| Feb 21 13:29:18.998 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052025-02-21T13:29:20.038Z[ recovery-image] Feb 21 13:29:19.018 INFO O| Feb 21 13:29:19.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
48062025-02-21T13:29:20.041Z[ recovery-image] Feb 21 13:29:19.019 INFO O| Feb 21 13:29:19.019 INFO STEP 111 (remove_files) COMPLETE
48072025-02-21T13:29:20.041Z[ recovery-image] Feb 21 13:29:19.019 INFO O| Feb 21 13:29:19.019 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082025-02-21T13:29:20.058Z[ recovery-image] Feb 21 13:29:19.038 INFO O| Feb 21 13:29:19.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
48092025-02-21T13:29:20.058Z[ recovery-image] Feb 21 13:29:19.038 INFO O| Feb 21 13:29:19.038 INFO STEP 112 (remove_files) COMPLETE
48102025-02-21T13:29:20.058Z[ recovery-image] Feb 21 13:29:19.038 INFO O| Feb 21 13:29:19.038 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112025-02-21T13:29:20.078Z[ recovery-image] Feb 21 13:29:19.058 INFO O| Feb 21 13:29:19.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
48122025-02-21T13:29:20.078Z[ recovery-image] Feb 21 13:29:19.058 INFO O| Feb 21 13:29:19.058 INFO STEP 113 (remove_files) COMPLETE
48132025-02-21T13:29:20.078Z[ recovery-image] Feb 21 13:29:19.058 INFO O| Feb 21 13:29:19.058 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142025-02-21T13:29:20.098Z[ recovery-image] Feb 21 13:29:19.078 INFO O| Feb 21 13:29:19.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
48152025-02-21T13:29:20.098Z[ recovery-image] Feb 21 13:29:19.078 INFO O| Feb 21 13:29:19.078 INFO STEP 114 (remove_files) COMPLETE
48162025-02-21T13:29:20.100Z[ recovery-image] Feb 21 13:29:19.078 INFO O| Feb 21 13:29:19.078 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172025-02-21T13:29:20.117Z[ recovery-image] Feb 21 13:29:19.098 INFO O| Feb 21 13:29:19.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
48182025-02-21T13:29:20.120Z[ recovery-image] Feb 21 13:29:19.098 INFO O| Feb 21 13:29:19.098 INFO STEP 115 (remove_files) COMPLETE
48192025-02-21T13:29:20.120Z[ recovery-image] Feb 21 13:29:19.098 INFO O| Feb 21 13:29:19.098 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202025-02-21T13:29:20.138Z[ recovery-image] Feb 21 13:29:19.118 INFO O| Feb 21 13:29:19.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
48212025-02-21T13:29:20.138Z[ recovery-image] Feb 21 13:29:19.118 INFO O| Feb 21 13:29:19.118 INFO STEP 116 (remove_files) COMPLETE
48222025-02-21T13:29:20.138Z[ recovery-image] Feb 21 13:29:19.118 INFO O| Feb 21 13:29:19.118 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232025-02-21T13:29:20.158Z[ recovery-image] Feb 21 13:29:19.138 INFO O| Feb 21 13:29:19.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
48242025-02-21T13:29:20.160Z[ recovery-image] Feb 21 13:29:19.139 INFO O| Feb 21 13:29:19.138 INFO STEP 117 (remove_files) COMPLETE
48252025-02-21T13:29:20.160Z[ recovery-image] Feb 21 13:29:19.139 INFO O| Feb 21 13:29:19.138 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262025-02-21T13:29:20.204Z[ recovery-image] Feb 21 13:29:19.184 INFO O| Feb 21 13:29:19.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
48272025-02-21T13:29:20.204Z[ recovery-image] Feb 21 13:29:19.184 INFO O| Feb 21 13:29:19.184 INFO STEP 118 (remove_files) COMPLETE
48282025-02-21T13:29:20.206Z[ recovery-image] Feb 21 13:29:19.184 INFO O| Feb 21 13:29:19.184 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292025-02-21T13:29:20.240Z[ recovery-image] Feb 21 13:29:19.220 INFO O| Feb 21 13:29:19.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
48302025-02-21T13:29:20.242Z[ recovery-image] Feb 21 13:29:19.220 INFO O| Feb 21 13:29:19.220 INFO STEP 119 (remove_files) COMPLETE
48312025-02-21T13:29:20.242Z[ recovery-image] Feb 21 13:29:19.221 INFO O| Feb 21 13:29:19.220 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322025-02-21T13:29:20.261Z[ recovery-image] Feb 21 13:29:19.242 INFO O| Feb 21 13:29:19.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
48332025-02-21T13:29:20.265Z[ recovery-image] Feb 21 13:29:19.242 INFO O| Feb 21 13:29:19.242 INFO STEP 120 (remove_files) COMPLETE
48342025-02-21T13:29:20.265Z[ recovery-image] Feb 21 13:29:19.242 INFO O| Feb 21 13:29:19.242 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352025-02-21T13:29:20.386Z[ recovery-image] Feb 21 13:29:19.367 INFO O| Feb 21 13:29:19.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
48362025-02-21T13:29:20.386Z[ recovery-image] Feb 21 13:29:19.367 INFO O| Feb 21 13:29:19.367 INFO STEP 121 (remove_files) COMPLETE
48372025-02-21T13:29:20.386Z[ recovery-image] Feb 21 13:29:19.367 INFO O| Feb 21 13:29:19.367 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382025-02-21T13:29:20.407Z[ recovery-image] Feb 21 13:29:19.388 INFO O| Feb 21 13:29:19.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
48392025-02-21T13:29:20.407Z[ recovery-image] Feb 21 13:29:19.388 INFO O| Feb 21 13:29:19.388 INFO STEP 122 (remove_files) COMPLETE
48402025-02-21T13:29:20.410Z[ recovery-image] Feb 21 13:29:19.388 INFO O| Feb 21 13:29:19.388 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412025-02-21T13:29:20.427Z[ recovery-image] Feb 21 13:29:19.406 INFO O| Feb 21 13:29:19.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
48422025-02-21T13:29:20.427Z[ recovery-image] Feb 21 13:29:19.406 INFO O| Feb 21 13:29:19.406 INFO STEP 123 (remove_files) COMPLETE
48432025-02-21T13:29:20.427Z[ recovery-image] Feb 21 13:29:19.406 INFO O| Feb 21 13:29:19.406 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442025-02-21T13:29:20.462Z[ recovery-image] Feb 21 13:29:19.443 INFO O| Feb 21 13:29:19.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
48452025-02-21T13:29:20.462Z[ recovery-image] Feb 21 13:29:19.443 INFO O| Feb 21 13:29:19.443 INFO STEP 124 (remove_files) COMPLETE
48462025-02-21T13:29:20.462Z[ recovery-image] Feb 21 13:29:19.443 INFO O| Feb 21 13:29:19.443 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472025-02-21T13:29:20.523Z[ recovery-image] Feb 21 13:29:19.504 INFO O| Feb 21 13:29:19.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
48482025-02-21T13:29:20.523Z[ recovery-image] Feb 21 13:29:19.504 INFO O| Feb 21 13:29:19.504 INFO STEP 125 (remove_files) COMPLETE
48492025-02-21T13:29:20.526Z[ recovery-image] Feb 21 13:29:19.504 INFO O| Feb 21 13:29:19.504 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502025-02-21T13:29:20.545Z[ recovery-image] Feb 21 13:29:19.524 INFO O| Feb 21 13:29:19.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
48512025-02-21T13:29:20.545Z[ recovery-image] Feb 21 13:29:19.524 INFO O| Feb 21 13:29:19.524 INFO STEP 126 (remove_files) COMPLETE
48522025-02-21T13:29:20.548Z[ recovery-image] Feb 21 13:29:19.524 INFO O| Feb 21 13:29:19.524 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532025-02-21T13:29:20.602Z[ recovery-image] Feb 21 13:29:19.582 INFO O| Feb 21 13:29:19.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
48542025-02-21T13:29:20.602Z[ recovery-image] Feb 21 13:29:19.582 INFO O| Feb 21 13:29:19.582 INFO STEP 127 (remove_files) COMPLETE
48552025-02-21T13:29:20.602Z[ recovery-image] Feb 21 13:29:19.582 INFO O| Feb 21 13:29:19.582 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562025-02-21T13:29:20.621Z[ recovery-image] Feb 21 13:29:19.601 INFO O| Feb 21 13:29:19.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
48572025-02-21T13:29:20.621Z[ recovery-image] Feb 21 13:29:19.601 INFO O| Feb 21 13:29:19.601 INFO STEP 128 (remove_files) COMPLETE
48582025-02-21T13:29:20.621Z[ recovery-image] Feb 21 13:29:19.601 INFO O| Feb 21 13:29:19.601 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592025-02-21T13:29:20.639Z[ recovery-image] Feb 21 13:29:19.619 INFO O| Feb 21 13:29:19.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
48602025-02-21T13:29:20.639Z[ recovery-image] Feb 21 13:29:19.619 INFO O| Feb 21 13:29:19.619 INFO STEP 129 (remove_files) COMPLETE
48612025-02-21T13:29:20.639Z[ recovery-image] Feb 21 13:29:19.619 INFO O| Feb 21 13:29:19.619 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622025-02-21T13:29:20.657Z[ recovery-image] Feb 21 13:29:19.637 INFO O| Feb 21 13:29:19.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
48632025-02-21T13:29:20.657Z[ recovery-image] Feb 21 13:29:19.637 INFO O| Feb 21 13:29:19.637 INFO STEP 130 (remove_files) COMPLETE
48642025-02-21T13:29:20.659Z[ recovery-image] Feb 21 13:29:19.637 INFO O| Feb 21 13:29:19.637 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652025-02-21T13:29:20.675Z[ recovery-image] Feb 21 13:29:19.655 INFO O| Feb 21 13:29:19.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
48662025-02-21T13:29:20.675Z[ recovery-image] Feb 21 13:29:19.655 INFO O| Feb 21 13:29:19.655 INFO STEP 131 (remove_files) COMPLETE
48672025-02-21T13:29:20.675Z[ recovery-image] Feb 21 13:29:19.655 INFO O| Feb 21 13:29:19.655 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682025-02-21T13:29:20.693Z[ recovery-image] Feb 21 13:29:19.673 INFO O| Feb 21 13:29:19.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48692025-02-21T13:29:20.693Z[ recovery-image] Feb 21 13:29:19.673 INFO O| Feb 21 13:29:19.673 INFO STEP 132 (remove_files) COMPLETE
48702025-02-21T13:29:20.693Z[ recovery-image] Feb 21 13:29:19.673 INFO O| Feb 21 13:29:19.673 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712025-02-21T13:29:20.710Z[ recovery-image] Feb 21 13:29:19.691 INFO O| Feb 21 13:29:19.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48722025-02-21T13:29:20.710Z[ recovery-image] Feb 21 13:29:19.691 INFO O| Feb 21 13:29:19.691 INFO STEP 133 (remove_files) COMPLETE
48732025-02-21T13:29:20.713Z[ recovery-image] Feb 21 13:29:19.691 INFO O| Feb 21 13:29:19.691 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742025-02-21T13:29:20.728Z[ recovery-image] Feb 21 13:29:19.708 INFO O| Feb 21 13:29:19.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48752025-02-21T13:29:20.728Z[ recovery-image] Feb 21 13:29:19.708 INFO O| Feb 21 13:29:19.708 INFO STEP 134 (remove_files) COMPLETE
48762025-02-21T13:29:20.728Z[ recovery-image] Feb 21 13:29:19.708 INFO O| Feb 21 13:29:19.708 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772025-02-21T13:29:20.764Z[ recovery-image] Feb 21 13:29:19.745 INFO O| Feb 21 13:29:19.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48782025-02-21T13:29:20.767Z[ recovery-image] Feb 21 13:29:19.745 INFO O| Feb 21 13:29:19.745 INFO STEP 135 (remove_files) COMPLETE
48792025-02-21T13:29:20.767Z[ recovery-image] Feb 21 13:29:19.745 INFO O| Feb 21 13:29:19.745 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802025-02-21T13:29:20.785Z[ recovery-image] Feb 21 13:29:19.766 INFO O| Feb 21 13:29:19.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
48812025-02-21T13:29:20.785Z[ recovery-image] Feb 21 13:29:19.766 INFO O| Feb 21 13:29:19.766 INFO STEP 136 (remove_files) COMPLETE
48822025-02-21T13:29:20.785Z[ recovery-image] Feb 21 13:29:19.766 INFO O| Feb 21 13:29:19.766 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832025-02-21T13:29:20.808Z[ recovery-image] Feb 21 13:29:19.788 INFO O| Feb 21 13:29:19.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
48842025-02-21T13:29:20.808Z[ recovery-image] Feb 21 13:29:19.788 INFO O| Feb 21 13:29:19.788 INFO STEP 137 (remove_files) COMPLETE
48852025-02-21T13:29:20.810Z[ recovery-image] Feb 21 13:29:19.788 INFO O| Feb 21 13:29:19.788 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862025-02-21T13:29:20.870Z[ recovery-image] Feb 21 13:29:19.850 INFO O| Feb 21 13:29:19.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
48872025-02-21T13:29:20.870Z[ recovery-image] Feb 21 13:29:19.850 INFO O| Feb 21 13:29:19.850 INFO STEP 138 (remove_files) COMPLETE
48882025-02-21T13:29:20.872Z[ recovery-image] Feb 21 13:29:19.851 INFO O| Feb 21 13:29:19.850 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892025-02-21T13:29:20.912Z[ recovery-image] Feb 21 13:29:19.893 INFO O| Feb 21 13:29:19.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48902025-02-21T13:29:20.912Z[ recovery-image] Feb 21 13:29:19.893 INFO O| Feb 21 13:29:19.893 INFO STEP 139 (remove_files) COMPLETE
48912025-02-21T13:29:20.912Z[ recovery-image] Feb 21 13:29:19.893 INFO O| Feb 21 13:29:19.893 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922025-02-21T13:29:20.976Z[ recovery-image] Feb 21 13:29:19.956 INFO O| Feb 21 13:29:19.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48932025-02-21T13:29:20.976Z[ recovery-image] Feb 21 13:29:19.956 INFO O| Feb 21 13:29:19.956 INFO STEP 140 (remove_files) COMPLETE
48942025-02-21T13:29:20.977Z[ recovery-image] Feb 21 13:29:19.956 INFO O| Feb 21 13:29:19.956 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952025-02-21T13:29:21.016Z[ recovery-image] Feb 21 13:29:19.996 INFO O| Feb 21 13:29:19.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48962025-02-21T13:29:21.016Z[ recovery-image] Feb 21 13:29:19.996 INFO O| Feb 21 13:29:19.996 INFO STEP 141 (remove_files) COMPLETE
48972025-02-21T13:29:21.016Z[ recovery-image] Feb 21 13:29:19.996 INFO O| Feb 21 13:29:19.996 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982025-02-21T13:29:21.037Z[ recovery-image] Feb 21 13:29:20.016 INFO O| Feb 21 13:29:20.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48992025-02-21T13:29:21.037Z[ recovery-image] Feb 21 13:29:20.016 INFO O| Feb 21 13:29:20.016 INFO STEP 142 (remove_files) COMPLETE
49002025-02-21T13:29:21.037Z[ recovery-image] Feb 21 13:29:20.016 INFO O| Feb 21 13:29:20.016 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012025-02-21T13:29:21.072Z[ recovery-image] Feb 21 13:29:20.052 INFO O| Feb 21 13:29:20.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
49022025-02-21T13:29:21.074Z[ recovery-image] Feb 21 13:29:20.052 INFO O| Feb 21 13:29:20.052 INFO STEP 143 (remove_files) COMPLETE
49032025-02-21T13:29:21.074Z[ recovery-image] Feb 21 13:29:20.052 INFO O| Feb 21 13:29:20.052 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042025-02-21T13:29:21.092Z[ recovery-image] Feb 21 13:29:20.072 INFO O| Feb 21 13:29:20.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
49052025-02-21T13:29:21.094Z[ recovery-image] Feb 21 13:29:20.073 INFO O| Feb 21 13:29:20.073 INFO STEP 144 (remove_files) COMPLETE
49062025-02-21T13:29:21.094Z[ recovery-image] Feb 21 13:29:20.073 INFO O| Feb 21 13:29:20.073 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072025-02-21T13:29:21.111Z[ recovery-image] Feb 21 13:29:20.091 INFO O| Feb 21 13:29:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
49082025-02-21T13:29:21.111Z[ recovery-image] Feb 21 13:29:20.091 INFO O| Feb 21 13:29:20.091 INFO STEP 145 (remove_files) COMPLETE
49092025-02-21T13:29:21.114Z[ recovery-image] Feb 21 13:29:20.091 INFO O| Feb 21 13:29:20.091 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102025-02-21T13:29:21.162Z[ recovery-image] Feb 21 13:29:20.142 INFO O| Feb 21 13:29:20.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
49112025-02-21T13:29:21.162Z[ recovery-image] Feb 21 13:29:20.142 INFO O| Feb 21 13:29:20.142 INFO STEP 146 (remove_files) COMPLETE
49122025-02-21T13:29:21.162Z[ recovery-image] Feb 21 13:29:20.142 INFO O| Feb 21 13:29:20.142 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132025-02-21T13:29:21.181Z[ recovery-image] Feb 21 13:29:20.161 INFO O| Feb 21 13:29:20.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
49142025-02-21T13:29:21.183Z[ recovery-image] Feb 21 13:29:20.162 INFO O| Feb 21 13:29:20.162 INFO STEP 147 (remove_files) COMPLETE
49152025-02-21T13:29:21.183Z[ recovery-image] Feb 21 13:29:20.162 INFO O| Feb 21 13:29:20.162 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162025-02-21T13:29:21.202Z[ recovery-image] Feb 21 13:29:20.182 INFO O| Feb 21 13:29:20.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
49172025-02-21T13:29:21.202Z[ recovery-image] Feb 21 13:29:20.182 INFO O| Feb 21 13:29:20.182 INFO STEP 148 (remove_files) COMPLETE
49182025-02-21T13:29:21.204Z[ recovery-image] Feb 21 13:29:20.182 INFO O| Feb 21 13:29:20.182 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192025-02-21T13:29:21.221Z[ recovery-image] Feb 21 13:29:20.201 INFO O| Feb 21 13:29:20.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
49202025-02-21T13:29:21.221Z[ recovery-image] Feb 21 13:29:20.201 INFO O| Feb 21 13:29:20.201 INFO STEP 149 (remove_files) COMPLETE
49212025-02-21T13:29:21.221Z[ recovery-image] Feb 21 13:29:20.201 INFO O| Feb 21 13:29:20.201 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222025-02-21T13:29:21.258Z[ recovery-image] Feb 21 13:29:20.238 INFO O| Feb 21 13:29:20.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
49232025-02-21T13:29:21.258Z[ recovery-image] Feb 21 13:29:20.238 INFO O| Feb 21 13:29:20.238 INFO STEP 150 (remove_files) COMPLETE
49242025-02-21T13:29:21.258Z[ recovery-image] Feb 21 13:29:20.238 INFO O| Feb 21 13:29:20.238 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252025-02-21T13:29:21.277Z[ recovery-image] Feb 21 13:29:20.258 INFO O| Feb 21 13:29:20.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
49262025-02-21T13:29:21.277Z[ recovery-image] Feb 21 13:29:20.258 INFO O| Feb 21 13:29:20.258 INFO STEP 151 (remove_files) COMPLETE
49272025-02-21T13:29:21.280Z[ recovery-image] Feb 21 13:29:20.258 INFO O| Feb 21 13:29:20.258 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282025-02-21T13:29:21.297Z[ recovery-image] Feb 21 13:29:20.277 INFO O| Feb 21 13:29:20.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
49292025-02-21T13:29:21.297Z[ recovery-image] Feb 21 13:29:20.278 INFO O| Feb 21 13:29:20.278 INFO STEP 152 (remove_files) COMPLETE
49302025-02-21T13:29:21.297Z[ recovery-image] Feb 21 13:29:20.278 INFO O| Feb 21 13:29:20.278 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312025-02-21T13:29:21.317Z[ recovery-image] Feb 21 13:29:20.297 INFO O| Feb 21 13:29:20.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
49322025-02-21T13:29:21.317Z[ recovery-image] Feb 21 13:29:20.297 INFO O| Feb 21 13:29:20.297 INFO STEP 153 (remove_files) COMPLETE
49332025-02-21T13:29:21.317Z[ recovery-image] Feb 21 13:29:20.297 INFO O| Feb 21 13:29:20.297 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342025-02-21T13:29:21.373Z[ recovery-image] Feb 21 13:29:20.353 INFO O| Feb 21 13:29:20.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
49352025-02-21T13:29:21.373Z[ recovery-image] Feb 21 13:29:20.353 INFO O| Feb 21 13:29:20.353 INFO STEP 154 (remove_files) COMPLETE
49362025-02-21T13:29:21.376Z[ recovery-image] Feb 21 13:29:20.353 INFO O| Feb 21 13:29:20.353 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372025-02-21T13:29:21.401Z[ recovery-image] Feb 21 13:29:20.381 INFO O| Feb 21 13:29:20.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
49382025-02-21T13:29:21.401Z[ recovery-image] Feb 21 13:29:20.381 INFO O| Feb 21 13:29:20.381 INFO STEP 155 (remove_files) COMPLETE
49392025-02-21T13:29:21.404Z[ recovery-image] Feb 21 13:29:20.381 INFO O| Feb 21 13:29:20.381 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402025-02-21T13:29:21.416Z[ host-image] Feb 21 13:29:20.397 INFO O| Feb 21 13:29:20.397 INFO O| Done
49412025-02-21T13:29:21.453Z[ recovery-image] Feb 21 13:29:20.434 INFO O| Feb 21 13:29:20.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
49422025-02-21T13:29:21.456Z[ recovery-image] Feb 21 13:29:20.434 INFO O| Feb 21 13:29:20.434 INFO STEP 156 (remove_files) COMPLETE
49432025-02-21T13:29:21.456Z[ recovery-image] Feb 21 13:29:20.434 INFO O| Feb 21 13:29:20.434 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442025-02-21T13:29:21.464Z[ host-image] Feb 21 13:29:20.442 INFO O| Feb 21 13:29:20.442 INFO O| Done
49452025-02-21T13:29:21.464Z[ host-image] Feb 21 13:29:20.443 INFO O| Feb 21 13:29:20.442 INFO O| Done
49462025-02-21T13:29:21.473Z[ recovery-image] Feb 21 13:29:20.453 INFO O| Feb 21 13:29:20.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
49472025-02-21T13:29:21.476Z[ recovery-image] Feb 21 13:29:20.453 INFO O| Feb 21 13:29:20.453 INFO STEP 157 (remove_files) COMPLETE
49482025-02-21T13:29:21.476Z[ recovery-image] Feb 21 13:29:20.453 INFO O| Feb 21 13:29:20.453 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492025-02-21T13:29:21.506Z[ host-image] Feb 21 13:29:20.486 INFO O| Feb 21 13:29:20.486 INFO O| Done
49502025-02-21T13:29:21.538Z[ recovery-image] Feb 21 13:29:20.518 INFO O| Feb 21 13:29:20.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
49512025-02-21T13:29:21.538Z[ recovery-image] Feb 21 13:29:20.518 INFO O| Feb 21 13:29:20.518 INFO STEP 158 (remove_files) COMPLETE
49522025-02-21T13:29:21.541Z[ recovery-image] Feb 21 13:29:20.518 INFO O| Feb 21 13:29:20.518 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532025-02-21T13:29:21.564Z[ recovery-image] Feb 21 13:29:20.544 INFO O| Feb 21 13:29:20.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
49542025-02-21T13:29:21.564Z[ recovery-image] Feb 21 13:29:20.544 INFO O| Feb 21 13:29:20.544 INFO STEP 159 (remove_files) COMPLETE
49552025-02-21T13:29:21.567Z[ recovery-image] Feb 21 13:29:20.544 INFO O| Feb 21 13:29:20.544 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562025-02-21T13:29:21.621Z[ recovery-image] Feb 21 13:29:20.601 INFO O| Feb 21 13:29:20.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
49572025-02-21T13:29:21.621Z[ recovery-image] Feb 21 13:29:20.602 INFO O| Feb 21 13:29:20.602 INFO STEP 160 (remove_files) COMPLETE
49582025-02-21T13:29:21.621Z[ recovery-image] Feb 21 13:29:20.602 INFO O| Feb 21 13:29:20.602 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592025-02-21T13:29:21.650Z[ recovery-image] Feb 21 13:29:20.630 INFO O| Feb 21 13:29:20.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
49602025-02-21T13:29:21.653Z[ recovery-image] Feb 21 13:29:20.631 INFO O| Feb 21 13:29:20.630 INFO STEP 161 (remove_files) COMPLETE
49612025-02-21T13:29:21.653Z[ recovery-image] Feb 21 13:29:20.631 INFO O| Feb 21 13:29:20.631 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622025-02-21T13:29:21.705Z[ recovery-image] Feb 21 13:29:20.685 INFO O| Feb 21 13:29:20.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
49632025-02-21T13:29:21.707Z[ recovery-image] Feb 21 13:29:20.688 INFO O| Feb 21 13:29:20.688 INFO STEP 162 (remove_files) COMPLETE
49642025-02-21T13:29:21.707Z[ recovery-image] Feb 21 13:29:20.688 INFO O| Feb 21 13:29:20.688 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652025-02-21T13:29:21.712Z[ host-image] Feb 21 13:29:20.692 INFO O| Feb 21 13:29:20.692 INFO STEP 12 (pkg_install) COMPLETE
49662025-02-21T13:29:21.714Z[ host-image] Feb 21 13:29:20.692 INFO O| Feb 21 13:29:20.692 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
49672025-02-21T13:29:21.727Z[ recovery-image] Feb 21 13:29:20.707 INFO O| Feb 21 13:29:20.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
49682025-02-21T13:29:21.730Z[ recovery-image] Feb 21 13:29:20.707 INFO O| Feb 21 13:29:20.707 INFO STEP 163 (remove_files) COMPLETE
49692025-02-21T13:29:21.730Z[ recovery-image] Feb 21 13:29:20.707 INFO O| Feb 21 13:29:20.707 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702025-02-21T13:29:21.730Z[ host-image] Feb 21 13:29:20.710 INFO O| Feb 21 13:29:20.710 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49712025-02-21T13:29:21.746Z[ recovery-image] Feb 21 13:29:20.726 INFO O| Feb 21 13:29:20.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49722025-02-21T13:29:21.746Z[ recovery-image] Feb 21 13:29:20.726 INFO O| Feb 21 13:29:20.726 INFO STEP 164 (remove_files) COMPLETE
49732025-02-21T13:29:21.751Z[ recovery-image] Feb 21 13:29:20.726 INFO O| Feb 21 13:29:20.726 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742025-02-21T13:29:21.765Z[ recovery-image] Feb 21 13:29:20.745 INFO O| Feb 21 13:29:20.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49752025-02-21T13:29:21.765Z[ recovery-image] Feb 21 13:29:20.745 INFO O| Feb 21 13:29:20.745 INFO STEP 165 (remove_files) COMPLETE
49762025-02-21T13:29:21.767Z[ recovery-image] Feb 21 13:29:20.745 INFO O| Feb 21 13:29:20.745 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772025-02-21T13:29:21.784Z[ recovery-image] Feb 21 13:29:20.764 INFO O| Feb 21 13:29:20.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49782025-02-21T13:29:21.784Z[ recovery-image] Feb 21 13:29:20.764 INFO O| Feb 21 13:29:20.764 INFO STEP 166 (remove_files) COMPLETE
49792025-02-21T13:29:21.786Z[ recovery-image] Feb 21 13:29:20.764 INFO O| Feb 21 13:29:20.764 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802025-02-21T13:29:21.804Z[ recovery-image] Feb 21 13:29:20.783 INFO O| Feb 21 13:29:20.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49812025-02-21T13:29:21.804Z[ recovery-image] Feb 21 13:29:20.783 INFO O| Feb 21 13:29:20.783 INFO STEP 167 (remove_files) COMPLETE
49822025-02-21T13:29:21.805Z[ recovery-image] Feb 21 13:29:20.783 INFO O| Feb 21 13:29:20.783 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832025-02-21T13:29:21.823Z[ recovery-image] Feb 21 13:29:20.803 INFO O| Feb 21 13:29:20.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49842025-02-21T13:29:21.823Z[ recovery-image] Feb 21 13:29:20.803 INFO O| Feb 21 13:29:20.803 INFO STEP 168 (remove_files) COMPLETE
49852025-02-21T13:29:21.823Z[ recovery-image] Feb 21 13:29:20.803 INFO O| Feb 21 13:29:20.803 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862025-02-21T13:29:21.844Z[ recovery-image] Feb 21 13:29:20.824 INFO O| Feb 21 13:29:20.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
49872025-02-21T13:29:21.844Z[ recovery-image] Feb 21 13:29:20.824 INFO O| Feb 21 13:29:20.824 INFO STEP 169 (remove_files) COMPLETE
49882025-02-21T13:29:21.844Z[ recovery-image] Feb 21 13:29:20.824 INFO O| Feb 21 13:29:20.824 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892025-02-21T13:29:21.877Z[ recovery-image] Feb 21 13:29:20.857 INFO O| Feb 21 13:29:20.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
49902025-02-21T13:29:21.877Z[ recovery-image] Feb 21 13:29:20.857 INFO O| Feb 21 13:29:20.857 INFO STEP 170 (remove_files) COMPLETE
49912025-02-21T13:29:21.880Z[ recovery-image] Feb 21 13:29:20.857 INFO O| Feb 21 13:29:20.857 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922025-02-21T13:29:21.898Z[ recovery-image] Feb 21 13:29:20.878 INFO O| Feb 21 13:29:20.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
49932025-02-21T13:29:21.898Z[ recovery-image] Feb 21 13:29:20.878 INFO O| Feb 21 13:29:20.878 INFO STEP 171 (remove_files) COMPLETE
49942025-02-21T13:29:21.903Z[ recovery-image] Feb 21 13:29:20.878 INFO O| Feb 21 13:29:20.878 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952025-02-21T13:29:21.917Z[ recovery-image] Feb 21 13:29:20.897 INFO O| Feb 21 13:29:20.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49962025-02-21T13:29:21.917Z[ recovery-image] Feb 21 13:29:20.897 INFO O| Feb 21 13:29:20.897 INFO STEP 172 (remove_files) COMPLETE
49972025-02-21T13:29:21.920Z[ recovery-image] Feb 21 13:29:20.897 INFO O| Feb 21 13:29:20.897 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982025-02-21T13:29:21.937Z[ recovery-image] Feb 21 13:29:20.916 INFO O| Feb 21 13:29:20.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49992025-02-21T13:29:21.937Z[ recovery-image] Feb 21 13:29:20.917 INFO O| Feb 21 13:29:20.916 INFO STEP 173 (remove_files) COMPLETE
50002025-02-21T13:29:21.937Z[ recovery-image] Feb 21 13:29:20.917 INFO O| Feb 21 13:29:20.917 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012025-02-21T13:29:21.954Z[ recovery-image] Feb 21 13:29:20.935 INFO O| Feb 21 13:29:20.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
50022025-02-21T13:29:21.954Z[ recovery-image] Feb 21 13:29:20.935 INFO O| Feb 21 13:29:20.935 INFO STEP 174 (remove_files) COMPLETE
50032025-02-21T13:29:21.957Z[ recovery-image] Feb 21 13:29:20.935 INFO O| Feb 21 13:29:20.935 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042025-02-21T13:29:21.973Z[ recovery-image] Feb 21 13:29:20.953 INFO O| Feb 21 13:29:20.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
50052025-02-21T13:29:21.976Z[ recovery-image] Feb 21 13:29:20.953 INFO O| Feb 21 13:29:20.953 INFO STEP 175 (remove_files) COMPLETE
50062025-02-21T13:29:21.976Z[ recovery-image] Feb 21 13:29:20.953 INFO O| Feb 21 13:29:20.953 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072025-02-21T13:29:21.992Z[ recovery-image] Feb 21 13:29:20.972 INFO O| Feb 21 13:29:20.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
50082025-02-21T13:29:21.992Z[ recovery-image] Feb 21 13:29:20.972 INFO O| Feb 21 13:29:20.972 INFO STEP 176 (remove_files) COMPLETE
50092025-02-21T13:29:21.992Z[ recovery-image] Feb 21 13:29:20.972 INFO O| Feb 21 13:29:20.972 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102025-02-21T13:29:22.012Z[ recovery-image] Feb 21 13:29:20.993 INFO O| Feb 21 13:29:20.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
50112025-02-21T13:29:22.012Z[ recovery-image] Feb 21 13:29:20.993 INFO O| Feb 21 13:29:20.993 INFO STEP 177 (remove_files) COMPLETE
50122025-02-21T13:29:22.019Z[ recovery-image] Feb 21 13:29:20.993 INFO O| Feb 21 13:29:20.993 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132025-02-21T13:29:22.034Z[ recovery-image] Feb 21 13:29:21.014 INFO O| Feb 21 13:29:21.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
50142025-02-21T13:29:22.034Z[ recovery-image] Feb 21 13:29:21.014 INFO O| Feb 21 13:29:21.014 INFO STEP 178 (remove_files) COMPLETE
50152025-02-21T13:29:22.034Z[ recovery-image] Feb 21 13:29:21.014 INFO O| Feb 21 13:29:21.014 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162025-02-21T13:29:22.054Z[ recovery-image] Feb 21 13:29:21.031 INFO O| Feb 21 13:29:21.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
50172025-02-21T13:29:22.072Z[ recovery-image] Feb 21 13:29:21.052 INFO O| Feb 21 13:29:21.052 INFO STEP 179 (remove_files) COMPLETE
50182025-02-21T13:29:22.072Z[ recovery-image] Feb 21 13:29:21.052 INFO O| Feb 21 13:29:21.052 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192025-02-21T13:29:22.092Z[ recovery-image] Feb 21 13:29:21.072 INFO O| Feb 21 13:29:21.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
50202025-02-21T13:29:22.092Z[ recovery-image] Feb 21 13:29:21.072 INFO O| Feb 21 13:29:21.072 INFO STEP 180 (remove_files) COMPLETE
50212025-02-21T13:29:22.092Z[ recovery-image] Feb 21 13:29:21.072 INFO O| Feb 21 13:29:21.072 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222025-02-21T13:29:22.111Z[ recovery-image] Feb 21 13:29:21.091 INFO O| Feb 21 13:29:21.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
50232025-02-21T13:29:22.111Z[ recovery-image] Feb 21 13:29:21.091 INFO O| Feb 21 13:29:21.091 INFO STEP 181 (remove_files) COMPLETE
50242025-02-21T13:29:22.114Z[ recovery-image] Feb 21 13:29:21.091 INFO O| Feb 21 13:29:21.091 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252025-02-21T13:29:22.129Z[ recovery-image] Feb 21 13:29:21.109 INFO O| Feb 21 13:29:21.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
50262025-02-21T13:29:22.141Z[ recovery-image] Feb 21 13:29:21.121 INFO O| Feb 21 13:29:21.121 INFO STEP 182 (remove_files) COMPLETE
50272025-02-21T13:29:22.141Z[ recovery-image] Feb 21 13:29:21.121 INFO O| Feb 21 13:29:21.121 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282025-02-21T13:29:22.173Z[ recovery-image] Feb 21 13:29:21.153 INFO O| Feb 21 13:29:21.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
50292025-02-21T13:29:22.173Z[ recovery-image] Feb 21 13:29:21.153 INFO O| Feb 21 13:29:21.153 INFO STEP 183 (remove_files) COMPLETE
50302025-02-21T13:29:22.173Z[ recovery-image] Feb 21 13:29:21.153 INFO O| Feb 21 13:29:21.153 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312025-02-21T13:29:22.206Z[ recovery-image] Feb 21 13:29:21.186 INFO O| Feb 21 13:29:21.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
50322025-02-21T13:29:22.206Z[ recovery-image] Feb 21 13:29:21.186 INFO O| Feb 21 13:29:21.186 INFO STEP 184 (remove_files) COMPLETE
50332025-02-21T13:29:22.209Z[ recovery-image] Feb 21 13:29:21.186 INFO O| Feb 21 13:29:21.186 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342025-02-21T13:29:22.249Z[ recovery-image] Feb 21 13:29:21.229 INFO O| Feb 21 13:29:21.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
50352025-02-21T13:29:22.252Z[ recovery-image] Feb 21 13:29:21.229 INFO O| Feb 21 13:29:21.229 INFO STEP 185 (remove_files) COMPLETE
50362025-02-21T13:29:22.252Z[ recovery-image] Feb 21 13:29:21.229 INFO O| Feb 21 13:29:21.229 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372025-02-21T13:29:22.268Z[ recovery-image] Feb 21 13:29:21.248 INFO O| Feb 21 13:29:21.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
50382025-02-21T13:29:22.272Z[ recovery-image] Feb 21 13:29:21.248 INFO O| Feb 21 13:29:21.248 INFO STEP 186 (remove_files) COMPLETE
50392025-02-21T13:29:22.272Z[ recovery-image] Feb 21 13:29:21.249 INFO O| Feb 21 13:29:21.248 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402025-02-21T13:29:22.295Z[ recovery-image] Feb 21 13:29:21.275 INFO O| Feb 21 13:29:21.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
50412025-02-21T13:29:22.298Z[ recovery-image] Feb 21 13:29:21.276 INFO O| Feb 21 13:29:21.275 INFO STEP 187 (remove_files) COMPLETE
50422025-02-21T13:29:22.298Z[ recovery-image] Feb 21 13:29:21.276 INFO O| Feb 21 13:29:21.276 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432025-02-21T13:29:22.352Z[ recovery-image] Feb 21 13:29:21.331 INFO O| Feb 21 13:29:21.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
50442025-02-21T13:29:22.352Z[ recovery-image] Feb 21 13:29:21.332 INFO O| Feb 21 13:29:21.331 INFO STEP 188 (remove_files) COMPLETE
50452025-02-21T13:29:22.352Z[ recovery-image] Feb 21 13:29:21.332 INFO O| Feb 21 13:29:21.332 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462025-02-21T13:29:22.398Z[ recovery-image] Feb 21 13:29:21.378 INFO O| Feb 21 13:29:21.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
50472025-02-21T13:29:22.398Z[ recovery-image] Feb 21 13:29:21.378 INFO O| Feb 21 13:29:21.378 INFO STEP 189 (remove_files) COMPLETE
50482025-02-21T13:29:22.398Z[ recovery-image] Feb 21 13:29:21.378 INFO O| Feb 21 13:29:21.378 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492025-02-21T13:29:22.438Z[ recovery-image] Feb 21 13:29:21.415 INFO O| Feb 21 13:29:21.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
50502025-02-21T13:29:22.438Z[ recovery-image] Feb 21 13:29:21.415 INFO O| Feb 21 13:29:21.415 INFO STEP 190 (remove_files) COMPLETE
50512025-02-21T13:29:22.438Z[ recovery-image] Feb 21 13:29:21.415 INFO O| Feb 21 13:29:21.415 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522025-02-21T13:29:22.478Z[ recovery-image] Feb 21 13:29:21.458 INFO O| Feb 21 13:29:21.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
50532025-02-21T13:29:22.480Z[ recovery-image] Feb 21 13:29:21.458 INFO O| Feb 21 13:29:21.458 INFO STEP 191 (remove_files) COMPLETE
50542025-02-21T13:29:22.480Z[ recovery-image] Feb 21 13:29:21.458 INFO O| Feb 21 13:29:21.458 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552025-02-21T13:29:22.539Z[ recovery-image] Feb 21 13:29:21.520 INFO O| Feb 21 13:29:21.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
50562025-02-21T13:29:22.542Z[ recovery-image] Feb 21 13:29:21.520 INFO O| Feb 21 13:29:21.520 INFO STEP 192 (remove_files) COMPLETE
50572025-02-21T13:29:22.542Z[ recovery-image] Feb 21 13:29:21.520 INFO O| Feb 21 13:29:21.520 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582025-02-21T13:29:22.561Z[ recovery-image] Feb 21 13:29:21.541 INFO O| Feb 21 13:29:21.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
50592025-02-21T13:29:22.563Z[ recovery-image] Feb 21 13:29:21.541 INFO O| Feb 21 13:29:21.541 INFO STEP 193 (remove_files) COMPLETE
50602025-02-21T13:29:22.563Z[ recovery-image] Feb 21 13:29:21.541 INFO O| Feb 21 13:29:21.541 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612025-02-21T13:29:22.583Z[ recovery-image] Feb 21 13:29:21.563 INFO O| Feb 21 13:29:21.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
50622025-02-21T13:29:22.585Z[ recovery-image] Feb 21 13:29:21.563 INFO O| Feb 21 13:29:21.563 INFO STEP 194 (remove_files) COMPLETE
50632025-02-21T13:29:22.585Z[ recovery-image] Feb 21 13:29:21.563 INFO O| Feb 21 13:29:21.563 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642025-02-21T13:29:22.606Z[ recovery-image] Feb 21 13:29:21.586 INFO O| Feb 21 13:29:21.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
50652025-02-21T13:29:22.613Z[ recovery-image] Feb 21 13:29:21.594 INFO O| Feb 21 13:29:21.594 INFO STEP 195 (remove_files) COMPLETE
50662025-02-21T13:29:22.616Z[ recovery-image] Feb 21 13:29:21.594 INFO O| Feb 21 13:29:21.594 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672025-02-21T13:29:22.643Z[ recovery-image] Feb 21 13:29:21.623 INFO O| Feb 21 13:29:21.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
50682025-02-21T13:29:22.646Z[ recovery-image] Feb 21 13:29:21.623 INFO O| Feb 21 13:29:21.623 INFO STEP 196 (remove_files) COMPLETE
50692025-02-21T13:29:22.646Z[ recovery-image] Feb 21 13:29:21.623 INFO O| Feb 21 13:29:21.623 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702025-02-21T13:29:22.669Z[ recovery-image] Feb 21 13:29:21.646 INFO O| Feb 21 13:29:21.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50712025-02-21T13:29:22.669Z[ recovery-image] Feb 21 13:29:21.646 INFO O| Feb 21 13:29:21.646 INFO STEP 197 (remove_files) COMPLETE
50722025-02-21T13:29:22.669Z[ recovery-image] Feb 21 13:29:21.646 INFO O| Feb 21 13:29:21.646 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732025-02-21T13:29:22.688Z[ recovery-image] Feb 21 13:29:21.668 INFO O| Feb 21 13:29:21.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50742025-02-21T13:29:22.688Z[ recovery-image] Feb 21 13:29:21.668 INFO O| Feb 21 13:29:21.668 INFO STEP 198 (remove_files) COMPLETE
50752025-02-21T13:29:22.688Z[ recovery-image] Feb 21 13:29:21.668 INFO O| Feb 21 13:29:21.668 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762025-02-21T13:29:22.710Z[ recovery-image] Feb 21 13:29:21.690 INFO O| Feb 21 13:29:21.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50772025-02-21T13:29:22.710Z[ recovery-image] Feb 21 13:29:21.690 INFO O| Feb 21 13:29:21.690 INFO STEP 199 (remove_files) COMPLETE
50782025-02-21T13:29:22.714Z[ recovery-image] Feb 21 13:29:21.690 INFO O| Feb 21 13:29:21.690 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792025-02-21T13:29:22.734Z[ recovery-image] Feb 21 13:29:21.712 INFO O| Feb 21 13:29:21.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50802025-02-21T13:29:22.734Z[ recovery-image] Feb 21 13:29:21.712 INFO O| Feb 21 13:29:21.712 INFO STEP 200 (remove_files) COMPLETE
50812025-02-21T13:29:22.738Z[ recovery-image] Feb 21 13:29:21.712 INFO O| Feb 21 13:29:21.712 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822025-02-21T13:29:22.746Z[ host-image] Feb 21 13:29:21.725 INFO O| Feb 21 13:29:21.725 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
50832025-02-21T13:29:22.751Z[ recovery-image] Feb 21 13:29:21.732 INFO O| Feb 21 13:29:21.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50842025-02-21T13:29:22.752Z[ recovery-image] Feb 21 13:29:21.732 INFO O| Feb 21 13:29:21.732 INFO STEP 201 (remove_files) COMPLETE
50852025-02-21T13:29:22.754Z[ recovery-image] Feb 21 13:29:21.732 INFO O| Feb 21 13:29:21.732 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-02-21T13:29:22.774Z[ recovery-image] Feb 21 13:29:21.752 INFO O| Feb 21 13:29:21.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50872025-02-21T13:29:22.774Z[ recovery-image] Feb 21 13:29:21.752 INFO O| Feb 21 13:29:21.752 INFO STEP 202 (remove_files) COMPLETE
50882025-02-21T13:29:22.777Z[ recovery-image] Feb 21 13:29:21.753 INFO O| Feb 21 13:29:21.752 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-02-21T13:29:22.793Z[ recovery-image] Feb 21 13:29:21.773 INFO O| Feb 21 13:29:21.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50902025-02-21T13:29:22.793Z[ recovery-image] Feb 21 13:29:21.773 INFO O| Feb 21 13:29:21.773 INFO STEP 203 (remove_files) COMPLETE
50912025-02-21T13:29:22.793Z[ recovery-image] Feb 21 13:29:21.773 INFO O| Feb 21 13:29:21.773 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-02-21T13:29:22.824Z[ recovery-image] Feb 21 13:29:21.804 INFO O| Feb 21 13:29:21.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50932025-02-21T13:29:22.824Z[ recovery-image] Feb 21 13:29:21.804 INFO O| Feb 21 13:29:21.804 INFO STEP 204 (remove_files) COMPLETE
50942025-02-21T13:29:22.824Z[ recovery-image] Feb 21 13:29:21.804 INFO O| Feb 21 13:29:21.804 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-02-21T13:29:22.845Z[ recovery-image] Feb 21 13:29:21.825 INFO O| Feb 21 13:29:21.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50962025-02-21T13:29:22.845Z[ recovery-image] Feb 21 13:29:21.825 INFO O| Feb 21 13:29:21.825 INFO STEP 205 (remove_files) COMPLETE
50972025-02-21T13:29:22.848Z[ recovery-image] Feb 21 13:29:21.825 INFO O| Feb 21 13:29:21.825 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-02-21T13:29:22.866Z[ recovery-image] Feb 21 13:29:21.846 INFO O| Feb 21 13:29:21.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50992025-02-21T13:29:22.866Z[ recovery-image] Feb 21 13:29:21.846 INFO O| Feb 21 13:29:21.846 INFO STEP 206 (remove_files) COMPLETE
51002025-02-21T13:29:22.866Z[ recovery-image] Feb 21 13:29:21.846 INFO O| Feb 21 13:29:21.846 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-02-21T13:29:22.901Z[ recovery-image] Feb 21 13:29:21.881 INFO O| Feb 21 13:29:21.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
51022025-02-21T13:29:22.901Z[ recovery-image] Feb 21 13:29:21.881 INFO O| Feb 21 13:29:21.881 INFO STEP 207 (remove_files) COMPLETE
51032025-02-21T13:29:22.901Z[ recovery-image] Feb 21 13:29:21.881 INFO O| Feb 21 13:29:21.881 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-02-21T13:29:22.942Z[ recovery-image] Feb 21 13:29:21.922 INFO O| Feb 21 13:29:21.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
51052025-02-21T13:29:22.942Z[ recovery-image] Feb 21 13:29:21.922 INFO O| Feb 21 13:29:21.922 INFO STEP 208 (remove_files) COMPLETE
51062025-02-21T13:29:22.942Z[ recovery-image] Feb 21 13:29:21.922 INFO O| Feb 21 13:29:21.922 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-02-21T13:29:22.980Z[ recovery-image] Feb 21 13:29:21.960 INFO O| Feb 21 13:29:21.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
51082025-02-21T13:29:22.980Z[ recovery-image] Feb 21 13:29:21.960 INFO O| Feb 21 13:29:21.960 INFO STEP 209 (remove_files) COMPLETE
51092025-02-21T13:29:22.980Z[ recovery-image] Feb 21 13:29:21.960 INFO O| Feb 21 13:29:21.960 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-02-21T13:29:23.045Z[ recovery-image] Feb 21 13:29:22.025 INFO O| Feb 21 13:29:22.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
51112025-02-21T13:29:23.045Z[ recovery-image] Feb 21 13:29:22.025 INFO O| Feb 21 13:29:22.025 INFO STEP 210 (remove_files) COMPLETE
51122025-02-21T13:29:23.045Z[ recovery-image] Feb 21 13:29:22.025 INFO O| Feb 21 13:29:22.025 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-02-21T13:29:23.069Z[ recovery-image] Feb 21 13:29:22.047 INFO O| Feb 21 13:29:22.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
51142025-02-21T13:29:23.069Z[ recovery-image] Feb 21 13:29:22.047 INFO O| Feb 21 13:29:22.047 INFO STEP 211 (remove_files) COMPLETE
51152025-02-21T13:29:23.073Z[ recovery-image] Feb 21 13:29:22.048 INFO O| Feb 21 13:29:22.047 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-02-21T13:29:23.087Z[ recovery-image] Feb 21 13:29:22.067 INFO O| Feb 21 13:29:22.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
51172025-02-21T13:29:23.087Z[ recovery-image] Feb 21 13:29:22.067 INFO O| Feb 21 13:29:22.067 INFO STEP 212 (remove_files) COMPLETE
51182025-02-21T13:29:23.090Z[ recovery-image] Feb 21 13:29:22.067 INFO O| Feb 21 13:29:22.067 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-02-21T13:29:23.118Z[ recovery-image] Feb 21 13:29:22.098 INFO O| Feb 21 13:29:22.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
51202025-02-21T13:29:23.118Z[ recovery-image] Feb 21 13:29:22.099 INFO O| Feb 21 13:29:22.099 INFO STEP 213 (remove_files) COMPLETE
51212025-02-21T13:29:23.121Z[ recovery-image] Feb 21 13:29:22.099 INFO O| Feb 21 13:29:22.099 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-02-21T13:29:23.166Z[ recovery-image] Feb 21 13:29:22.146 INFO O| Feb 21 13:29:22.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
51232025-02-21T13:29:23.166Z[ recovery-image] Feb 21 13:29:22.146 INFO O| Feb 21 13:29:22.146 INFO STEP 214 (remove_files) COMPLETE
51242025-02-21T13:29:23.166Z[ recovery-image] Feb 21 13:29:22.146 INFO O| Feb 21 13:29:22.146 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-02-21T13:29:23.187Z[ recovery-image] Feb 21 13:29:22.167 INFO O| Feb 21 13:29:22.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
51262025-02-21T13:29:23.187Z[ recovery-image] Feb 21 13:29:22.167 INFO O| Feb 21 13:29:22.167 INFO STEP 215 (remove_files) COMPLETE
51272025-02-21T13:29:23.189Z[ recovery-image] Feb 21 13:29:22.167 INFO O| Feb 21 13:29:22.167 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-02-21T13:29:23.220Z[ recovery-image] Feb 21 13:29:22.200 INFO O| Feb 21 13:29:22.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
51292025-02-21T13:29:23.220Z[ recovery-image] Feb 21 13:29:22.200 INFO O| Feb 21 13:29:22.200 INFO STEP 216 (remove_files) COMPLETE
51302025-02-21T13:29:23.220Z[ recovery-image] Feb 21 13:29:22.200 INFO O| Feb 21 13:29:22.200 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-02-21T13:29:23.284Z[ recovery-image] Feb 21 13:29:22.265 INFO O| Feb 21 13:29:22.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
51322025-02-21T13:29:23.284Z[ recovery-image] Feb 21 13:29:22.265 INFO O| Feb 21 13:29:22.265 INFO STEP 217 (remove_files) COMPLETE
51332025-02-21T13:29:23.287Z[ recovery-image] Feb 21 13:29:22.265 INFO O| Feb 21 13:29:22.265 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-02-21T13:29:23.324Z[ recovery-image] Feb 21 13:29:22.303 INFO O| Feb 21 13:29:22.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
51352025-02-21T13:29:23.327Z[ recovery-image] Feb 21 13:29:22.304 INFO O| Feb 21 13:29:22.304 INFO STEP 218 (remove_files) COMPLETE
51362025-02-21T13:29:23.328Z[ recovery-image] Feb 21 13:29:22.304 INFO O| Feb 21 13:29:22.304 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-02-21T13:29:23.345Z[ recovery-image] Feb 21 13:29:22.325 INFO O| Feb 21 13:29:22.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
51382025-02-21T13:29:23.347Z[ recovery-image] Feb 21 13:29:22.325 INFO O| Feb 21 13:29:22.325 INFO STEP 219 (remove_files) COMPLETE
51392025-02-21T13:29:23.347Z[ recovery-image] Feb 21 13:29:22.325 INFO O| Feb 21 13:29:22.325 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-02-21T13:29:23.365Z[ recovery-image] Feb 21 13:29:22.345 INFO O| Feb 21 13:29:22.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
51412025-02-21T13:29:23.380Z[ recovery-image] Feb 21 13:29:22.361 INFO O| Feb 21 13:29:22.361 INFO STEP 220 (remove_files) COMPLETE
51422025-02-21T13:29:23.383Z[ recovery-image] Feb 21 13:29:22.361 INFO O| Feb 21 13:29:22.361 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-02-21T13:29:23.419Z[ recovery-image] Feb 21 13:29:22.399 INFO O| Feb 21 13:29:22.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
51442025-02-21T13:29:23.419Z[ recovery-image] Feb 21 13:29:22.399 INFO O| Feb 21 13:29:22.399 INFO STEP 221 (remove_files) COMPLETE
51452025-02-21T13:29:23.419Z[ recovery-image] Feb 21 13:29:22.399 INFO O| Feb 21 13:29:22.399 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-02-21T13:29:23.440Z[ recovery-image] Feb 21 13:29:22.420 INFO O| Feb 21 13:29:22.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
51472025-02-21T13:29:23.461Z[ recovery-image] Feb 21 13:29:22.441 INFO O| Feb 21 13:29:22.441 INFO STEP 222 (remove_files) COMPLETE
51482025-02-21T13:29:23.461Z[ recovery-image] Feb 21 13:29:22.441 INFO O| Feb 21 13:29:22.441 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-02-21T13:29:23.491Z[ recovery-image] Feb 21 13:29:22.471 INFO O| Feb 21 13:29:22.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
51502025-02-21T13:29:23.493Z[ recovery-image] Feb 21 13:29:22.471 INFO O| Feb 21 13:29:22.471 INFO STEP 223 (remove_files) COMPLETE
51512025-02-21T13:29:23.493Z[ recovery-image] Feb 21 13:29:22.471 INFO O| Feb 21 13:29:22.471 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-02-21T13:29:23.510Z[ recovery-image] Feb 21 13:29:22.490 INFO O| Feb 21 13:29:22.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
51532025-02-21T13:29:23.510Z[ recovery-image] Feb 21 13:29:22.490 INFO O| Feb 21 13:29:22.490 INFO STEP 224 (remove_files) COMPLETE
51542025-02-21T13:29:23.512Z[ recovery-image] Feb 21 13:29:22.490 INFO O| Feb 21 13:29:22.490 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-02-21T13:29:23.561Z[ recovery-image] Feb 21 13:29:22.541 INFO O| Feb 21 13:29:22.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
51562025-02-21T13:29:23.563Z[ recovery-image] Feb 21 13:29:22.541 INFO O| Feb 21 13:29:22.541 INFO STEP 225 (remove_files) COMPLETE
51572025-02-21T13:29:23.563Z[ recovery-image] Feb 21 13:29:22.541 INFO O| Feb 21 13:29:22.541 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-02-21T13:29:23.583Z[ recovery-image] Feb 21 13:29:22.563 INFO O| Feb 21 13:29:22.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
51592025-02-21T13:29:23.585Z[ recovery-image] Feb 21 13:29:22.563 INFO O| Feb 21 13:29:22.563 INFO STEP 226 (remove_files) COMPLETE
51602025-02-21T13:29:23.585Z[ recovery-image] Feb 21 13:29:22.564 INFO O| Feb 21 13:29:22.563 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-02-21T13:29:23.603Z[ recovery-image] Feb 21 13:29:22.583 INFO O| Feb 21 13:29:22.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
51622025-02-21T13:29:23.606Z[ recovery-image] Feb 21 13:29:22.583 INFO O| Feb 21 13:29:22.583 INFO STEP 227 (remove_files) COMPLETE
51632025-02-21T13:29:23.606Z[ recovery-image] Feb 21 13:29:22.583 INFO O| Feb 21 13:29:22.583 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-02-21T13:29:23.625Z[ recovery-image] Feb 21 13:29:22.605 INFO O| Feb 21 13:29:22.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
51652025-02-21T13:29:23.625Z[ recovery-image] Feb 21 13:29:22.605 INFO O| Feb 21 13:29:22.605 INFO STEP 228 (remove_files) COMPLETE
51662025-02-21T13:29:23.625Z[ recovery-image] Feb 21 13:29:22.605 INFO O| Feb 21 13:29:22.605 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-02-21T13:29:23.673Z[ recovery-image] Feb 21 13:29:22.653 INFO O| Feb 21 13:29:22.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
51682025-02-21T13:29:23.673Z[ recovery-image] Feb 21 13:29:22.653 INFO O| Feb 21 13:29:22.653 INFO STEP 229 (remove_files) COMPLETE
51692025-02-21T13:29:23.673Z[ recovery-image] Feb 21 13:29:22.653 INFO O| Feb 21 13:29:22.653 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-02-21T13:29:23.693Z[ recovery-image] Feb 21 13:29:22.674 INFO O| Feb 21 13:29:22.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
51712025-02-21T13:29:23.693Z[ recovery-image] Feb 21 13:29:22.674 INFO O| Feb 21 13:29:22.674 INFO STEP 230 (remove_files) COMPLETE
51722025-02-21T13:29:23.693Z[ recovery-image] Feb 21 13:29:22.674 INFO O| Feb 21 13:29:22.674 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-02-21T13:29:23.714Z[ recovery-image] Feb 21 13:29:22.694 INFO O| Feb 21 13:29:22.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51742025-02-21T13:29:23.714Z[ recovery-image] Feb 21 13:29:22.695 INFO O| Feb 21 13:29:22.695 INFO STEP 231 (remove_files) COMPLETE
51752025-02-21T13:29:23.714Z[ recovery-image] Feb 21 13:29:22.695 INFO O| Feb 21 13:29:22.695 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-02-21T13:29:23.735Z[ recovery-image] Feb 21 13:29:22.715 INFO O| Feb 21 13:29:22.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51772025-02-21T13:29:23.735Z[ recovery-image] Feb 21 13:29:22.716 INFO O| Feb 21 13:29:22.715 INFO STEP 232 (remove_files) COMPLETE
51782025-02-21T13:29:23.738Z[ recovery-image] Feb 21 13:29:22.716 INFO O| Feb 21 13:29:22.716 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-02-21T13:29:23.776Z[ recovery-image] Feb 21 13:29:22.756 INFO O| Feb 21 13:29:22.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51802025-02-21T13:29:23.778Z[ recovery-image] Feb 21 13:29:22.756 INFO O| Feb 21 13:29:22.756 INFO STEP 233 (remove_files) COMPLETE
51812025-02-21T13:29:23.778Z[ recovery-image] Feb 21 13:29:22.756 INFO O| Feb 21 13:29:22.756 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-02-21T13:29:23.798Z[ recovery-image] Feb 21 13:29:22.778 INFO O| Feb 21 13:29:22.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51832025-02-21T13:29:23.798Z[ recovery-image] Feb 21 13:29:22.778 INFO O| Feb 21 13:29:22.778 INFO STEP 234 (remove_files) COMPLETE
51842025-02-21T13:29:23.800Z[ recovery-image] Feb 21 13:29:22.778 INFO O| Feb 21 13:29:22.778 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-02-21T13:29:23.853Z[ recovery-image] Feb 21 13:29:22.833 INFO O| Feb 21 13:29:22.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51862025-02-21T13:29:23.855Z[ recovery-image] Feb 21 13:29:22.833 INFO O| Feb 21 13:29:22.833 INFO STEP 235 (remove_files) COMPLETE
51872025-02-21T13:29:23.855Z[ recovery-image] Feb 21 13:29:22.833 INFO O| Feb 21 13:29:22.833 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-02-21T13:29:23.893Z[ recovery-image] Feb 21 13:29:22.873 INFO O| Feb 21 13:29:22.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51892025-02-21T13:29:23.893Z[ recovery-image] Feb 21 13:29:22.873 INFO O| Feb 21 13:29:22.873 INFO STEP 236 (remove_files) COMPLETE
51902025-02-21T13:29:23.893Z[ recovery-image] Feb 21 13:29:22.873 INFO O| Feb 21 13:29:22.873 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-02-21T13:29:23.928Z[ recovery-image] Feb 21 13:29:22.908 INFO O| Feb 21 13:29:22.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51922025-02-21T13:29:23.928Z[ recovery-image] Feb 21 13:29:22.908 INFO O| Feb 21 13:29:22.908 INFO STEP 237 (remove_files) COMPLETE
51932025-02-21T13:29:23.931Z[ recovery-image] Feb 21 13:29:22.908 INFO O| Feb 21 13:29:22.908 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-02-21T13:29:24.019Z[ recovery-image] Feb 21 13:29:22.999 INFO O| Feb 21 13:29:22.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51952025-02-21T13:29:24.019Z[ recovery-image] Feb 21 13:29:22.999 INFO O| Feb 21 13:29:22.999 INFO STEP 238 (remove_files) COMPLETE
51962025-02-21T13:29:24.024Z[ recovery-image] Feb 21 13:29:22.999 INFO O| Feb 21 13:29:22.999 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-02-21T13:29:24.054Z[ recovery-image] Feb 21 13:29:23.033 INFO O| Feb 21 13:29:23.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51982025-02-21T13:29:24.054Z[ recovery-image] Feb 21 13:29:23.033 INFO O| Feb 21 13:29:23.033 INFO STEP 239 (remove_files) COMPLETE
51992025-02-21T13:29:24.057Z[ recovery-image] Feb 21 13:29:23.033 INFO O| Feb 21 13:29:23.033 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-02-21T13:29:24.090Z[ recovery-image] Feb 21 13:29:23.071 INFO O| Feb 21 13:29:23.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
52012025-02-21T13:29:24.090Z[ recovery-image] Feb 21 13:29:23.071 INFO O| Feb 21 13:29:23.071 INFO STEP 240 (remove_files) COMPLETE
52022025-02-21T13:29:24.094Z[ recovery-image] Feb 21 13:29:23.071 INFO O| Feb 21 13:29:23.071 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-02-21T13:29:24.125Z[ recovery-image] Feb 21 13:29:23.105 INFO O| Feb 21 13:29:23.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
52042025-02-21T13:29:24.125Z[ recovery-image] Feb 21 13:29:23.105 INFO O| Feb 21 13:29:23.105 INFO STEP 241 (remove_files) COMPLETE
52052025-02-21T13:29:24.125Z[ recovery-image] Feb 21 13:29:23.105 INFO O| Feb 21 13:29:23.105 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-02-21T13:29:24.183Z[ recovery-image] Feb 21 13:29:23.163 INFO O| Feb 21 13:29:23.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
52072025-02-21T13:29:24.186Z[ recovery-image] Feb 21 13:29:23.164 INFO O| Feb 21 13:29:23.163 INFO STEP 242 (remove_files) COMPLETE
52082025-02-21T13:29:24.186Z[ recovery-image] Feb 21 13:29:23.164 INFO O| Feb 21 13:29:23.164 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-02-21T13:29:24.205Z[ recovery-image] Feb 21 13:29:23.185 INFO O| Feb 21 13:29:23.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
52102025-02-21T13:29:24.208Z[ recovery-image] Feb 21 13:29:23.186 INFO O| Feb 21 13:29:23.186 INFO STEP 243 (remove_files) COMPLETE
52112025-02-21T13:29:24.209Z[ recovery-image] Feb 21 13:29:23.186 INFO O| Feb 21 13:29:23.186 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-02-21T13:29:24.224Z[ recovery-image] Feb 21 13:29:23.205 INFO O| Feb 21 13:29:23.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
52132025-02-21T13:29:24.227Z[ recovery-image] Feb 21 13:29:23.205 INFO O| Feb 21 13:29:23.205 INFO STEP 244 (remove_files) COMPLETE
52142025-02-21T13:29:24.227Z[ recovery-image] Feb 21 13:29:23.205 INFO O| Feb 21 13:29:23.205 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-02-21T13:29:24.244Z[ recovery-image] Feb 21 13:29:23.224 INFO O| Feb 21 13:29:23.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
52162025-02-21T13:29:24.247Z[ recovery-image] Feb 21 13:29:23.225 INFO O| Feb 21 13:29:23.225 INFO STEP 245 (remove_files) COMPLETE
52172025-02-21T13:29:24.247Z[ recovery-image] Feb 21 13:29:23.225 INFO O| Feb 21 13:29:23.225 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-02-21T13:29:24.298Z[ recovery-image] Feb 21 13:29:23.277 INFO O| Feb 21 13:29:23.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
52192025-02-21T13:29:24.298Z[ recovery-image] Feb 21 13:29:23.277 INFO O| Feb 21 13:29:23.277 INFO STEP 246 (remove_files) COMPLETE
52202025-02-21T13:29:24.298Z[ recovery-image] Feb 21 13:29:23.277 INFO O| Feb 21 13:29:23.277 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-02-21T13:29:24.317Z[ recovery-image] Feb 21 13:29:23.298 INFO O| Feb 21 13:29:23.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
52222025-02-21T13:29:24.318Z[ recovery-image] Feb 21 13:29:23.298 INFO O| Feb 21 13:29:23.298 INFO STEP 247 (remove_files) COMPLETE
52232025-02-21T13:29:24.318Z[ recovery-image] Feb 21 13:29:23.298 INFO O| Feb 21 13:29:23.298 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-02-21T13:29:24.337Z[ recovery-image] Feb 21 13:29:23.316 INFO O| Feb 21 13:29:23.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
52252025-02-21T13:29:24.337Z[ recovery-image] Feb 21 13:29:23.316 INFO O| Feb 21 13:29:23.316 INFO STEP 248 (remove_files) COMPLETE
52262025-02-21T13:29:24.337Z[ recovery-image] Feb 21 13:29:23.317 INFO O| Feb 21 13:29:23.316 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-02-21T13:29:24.355Z[ recovery-image] Feb 21 13:29:23.334 INFO O| Feb 21 13:29:23.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
52282025-02-21T13:29:24.355Z[ recovery-image] Feb 21 13:29:23.335 INFO O| Feb 21 13:29:23.335 INFO STEP 249 (remove_files) COMPLETE
52292025-02-21T13:29:24.355Z[ recovery-image] Feb 21 13:29:23.335 INFO O| Feb 21 13:29:23.335 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-02-21T13:29:24.377Z[ recovery-image] Feb 21 13:29:23.357 INFO O| Feb 21 13:29:23.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
52312025-02-21T13:29:24.377Z[ recovery-image] Feb 21 13:29:23.357 INFO O| Feb 21 13:29:23.357 INFO STEP 250 (remove_files) COMPLETE
52322025-02-21T13:29:24.380Z[ recovery-image] Feb 21 13:29:23.357 INFO O| Feb 21 13:29:23.357 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-02-21T13:29:24.410Z[ recovery-image] Feb 21 13:29:23.391 INFO O| Feb 21 13:29:23.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
52342025-02-21T13:29:24.411Z[ recovery-image] Feb 21 13:29:23.391 INFO O| Feb 21 13:29:23.391 INFO STEP 251 (remove_files) COMPLETE
52352025-02-21T13:29:24.411Z[ recovery-image] Feb 21 13:29:23.391 INFO O| Feb 21 13:29:23.391 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-02-21T13:29:24.433Z[ recovery-image] Feb 21 13:29:23.411 INFO O| Feb 21 13:29:23.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
52372025-02-21T13:29:24.433Z[ recovery-image] Feb 21 13:29:23.411 INFO O| Feb 21 13:29:23.411 INFO STEP 252 (remove_files) COMPLETE
52382025-02-21T13:29:24.433Z[ recovery-image] Feb 21 13:29:23.412 INFO O| Feb 21 13:29:23.411 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-02-21T13:29:24.453Z[ recovery-image] Feb 21 13:29:23.432 INFO O| Feb 21 13:29:23.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
52402025-02-21T13:29:24.453Z[ recovery-image] Feb 21 13:29:23.432 INFO O| Feb 21 13:29:23.432 INFO STEP 253 (remove_files) COMPLETE
52412025-02-21T13:29:24.453Z[ recovery-image] Feb 21 13:29:23.432 INFO O| Feb 21 13:29:23.432 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-02-21T13:29:24.471Z[ recovery-image] Feb 21 13:29:23.451 INFO O| Feb 21 13:29:23.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
52432025-02-21T13:29:24.471Z[ recovery-image] Feb 21 13:29:23.451 INFO O| Feb 21 13:29:23.451 INFO STEP 254 (remove_files) COMPLETE
52442025-02-21T13:29:24.474Z[ recovery-image] Feb 21 13:29:23.451 INFO O| Feb 21 13:29:23.451 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-02-21T13:29:24.493Z[ recovery-image] Feb 21 13:29:23.473 INFO O| Feb 21 13:29:23.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
52462025-02-21T13:29:24.495Z[ recovery-image] Feb 21 13:29:23.473 INFO O| Feb 21 13:29:23.473 INFO STEP 255 (remove_files) COMPLETE
52472025-02-21T13:29:24.495Z[ recovery-image] Feb 21 13:29:23.474 INFO O| Feb 21 13:29:23.473 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-02-21T13:29:24.516Z[ recovery-image] Feb 21 13:29:23.495 INFO O| Feb 21 13:29:23.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
52492025-02-21T13:29:24.518Z[ recovery-image] Feb 21 13:29:23.495 INFO O| Feb 21 13:29:23.495 INFO STEP 256 (remove_files) COMPLETE
52502025-02-21T13:29:24.518Z[ recovery-image] Feb 21 13:29:23.495 INFO O| Feb 21 13:29:23.495 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-02-21T13:29:24.535Z[ recovery-image] Feb 21 13:29:23.515 INFO O| Feb 21 13:29:23.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
52522025-02-21T13:29:24.538Z[ recovery-image] Feb 21 13:29:23.516 INFO O| Feb 21 13:29:23.516 INFO STEP 257 (remove_files) COMPLETE
52532025-02-21T13:29:24.538Z[ recovery-image] Feb 21 13:29:23.516 INFO O| Feb 21 13:29:23.516 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-02-21T13:29:24.557Z[ recovery-image] Feb 21 13:29:23.537 INFO O| Feb 21 13:29:23.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
52552025-02-21T13:29:24.559Z[ recovery-image] Feb 21 13:29:23.537 INFO O| Feb 21 13:29:23.537 INFO STEP 258 (remove_files) COMPLETE
52562025-02-21T13:29:24.559Z[ recovery-image] Feb 21 13:29:23.538 INFO O| Feb 21 13:29:23.537 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-02-21T13:29:24.580Z[ recovery-image] Feb 21 13:29:23.560 INFO O| Feb 21 13:29:23.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
52582025-02-21T13:29:24.582Z[ recovery-image] Feb 21 13:29:23.560 INFO O| Feb 21 13:29:23.560 INFO STEP 259 (remove_files) COMPLETE
52592025-02-21T13:29:24.582Z[ recovery-image] Feb 21 13:29:23.561 INFO O| Feb 21 13:29:23.561 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-02-21T13:29:24.603Z[ recovery-image] Feb 21 13:29:23.584 INFO O| Feb 21 13:29:23.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
52612025-02-21T13:29:24.606Z[ recovery-image] Feb 21 13:29:23.584 INFO O| Feb 21 13:29:23.584 INFO STEP 260 (remove_files) COMPLETE
52622025-02-21T13:29:24.606Z[ recovery-image] Feb 21 13:29:23.584 INFO O| Feb 21 13:29:23.584 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-02-21T13:29:24.641Z[ recovery-image] Feb 21 13:29:23.621 INFO O| Feb 21 13:29:23.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
52642025-02-21T13:29:24.641Z[ recovery-image] Feb 21 13:29:23.621 INFO O| Feb 21 13:29:23.621 INFO STEP 261 (remove_files) COMPLETE
52652025-02-21T13:29:24.641Z[ recovery-image] Feb 21 13:29:23.621 INFO O| Feb 21 13:29:23.621 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-02-21T13:29:24.660Z[ recovery-image] Feb 21 13:29:23.640 INFO O| Feb 21 13:29:23.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
52672025-02-21T13:29:24.663Z[ recovery-image] Feb 21 13:29:23.641 INFO O| Feb 21 13:29:23.641 INFO STEP 262 (remove_files) COMPLETE
52682025-02-21T13:29:24.663Z[ recovery-image] Feb 21 13:29:23.641 INFO O| Feb 21 13:29:23.641 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-02-21T13:29:24.693Z[ recovery-image] Feb 21 13:29:23.666 INFO O| Feb 21 13:29:23.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
52702025-02-21T13:29:24.693Z[ recovery-image] Feb 21 13:29:23.666 INFO O| Feb 21 13:29:23.666 INFO STEP 263 (remove_files) COMPLETE
52712025-02-21T13:29:24.695Z[ recovery-image] Feb 21 13:29:23.666 INFO O| Feb 21 13:29:23.666 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-02-21T13:29:24.708Z[ recovery-image] Feb 21 13:29:23.688 INFO O| Feb 21 13:29:23.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52732025-02-21T13:29:24.711Z[ recovery-image] Feb 21 13:29:23.688 INFO O| Feb 21 13:29:23.688 INFO STEP 264 (remove_files) COMPLETE
52742025-02-21T13:29:24.711Z[ recovery-image] Feb 21 13:29:23.688 INFO O| Feb 21 13:29:23.688 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-02-21T13:29:24.758Z[ recovery-image] Feb 21 13:29:23.738 INFO O| Feb 21 13:29:23.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52762025-02-21T13:29:24.761Z[ recovery-image] Feb 21 13:29:23.739 INFO O| Feb 21 13:29:23.738 INFO STEP 265 (remove_files) COMPLETE
52772025-02-21T13:29:24.761Z[ recovery-image] Feb 21 13:29:23.739 INFO O| Feb 21 13:29:23.739 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-02-21T13:29:24.778Z[ recovery-image] Feb 21 13:29:23.758 INFO O| Feb 21 13:29:23.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52792025-02-21T13:29:24.781Z[ recovery-image] Feb 21 13:29:23.758 INFO O| Feb 21 13:29:23.758 INFO STEP 266 (remove_files) COMPLETE
52802025-02-21T13:29:24.781Z[ recovery-image] Feb 21 13:29:23.759 INFO O| Feb 21 13:29:23.758 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-02-21T13:29:24.811Z[ recovery-image] Feb 21 13:29:23.791 INFO O| Feb 21 13:29:23.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52822025-02-21T13:29:24.822Z[ recovery-image] Feb 21 13:29:23.802 INFO O| Feb 21 13:29:23.802 INFO STEP 267 (remove_files) COMPLETE
52832025-02-21T13:29:24.822Z[ recovery-image] Feb 21 13:29:23.802 INFO O| Feb 21 13:29:23.802 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-02-21T13:29:24.841Z[ recovery-image] Feb 21 13:29:23.821 INFO O| Feb 21 13:29:23.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52852025-02-21T13:29:24.843Z[ recovery-image] Feb 21 13:29:23.821 INFO O| Feb 21 13:29:23.821 INFO STEP 268 (remove_files) COMPLETE
52862025-02-21T13:29:24.843Z[ recovery-image] Feb 21 13:29:23.821 INFO O| Feb 21 13:29:23.821 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-02-21T13:29:24.863Z[ recovery-image] Feb 21 13:29:23.842 INFO O| Feb 21 13:29:23.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52882025-02-21T13:29:24.865Z[ recovery-image] Feb 21 13:29:23.843 INFO O| Feb 21 13:29:23.842 INFO STEP 269 (remove_files) COMPLETE
52892025-02-21T13:29:24.865Z[ recovery-image] Feb 21 13:29:23.843 INFO O| Feb 21 13:29:23.843 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-02-21T13:29:24.973Z[ recovery-image] Feb 21 13:29:23.953 INFO O| Feb 21 13:29:23.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52912025-02-21T13:29:24.973Z[ recovery-image] Feb 21 13:29:23.953 INFO O| Feb 21 13:29:23.953 INFO STEP 270 (remove_files) COMPLETE
52922025-02-21T13:29:24.973Z[ recovery-image] Feb 21 13:29:23.953 INFO O| Feb 21 13:29:23.953 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-02-21T13:29:24.993Z[ recovery-image] Feb 21 13:29:23.973 INFO O| Feb 21 13:29:23.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52942025-02-21T13:29:24.995Z[ recovery-image] Feb 21 13:29:23.973 INFO O| Feb 21 13:29:23.973 INFO STEP 271 (remove_files) COMPLETE
52952025-02-21T13:29:24.995Z[ recovery-image] Feb 21 13:29:23.973 INFO O| Feb 21 13:29:23.973 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-02-21T13:29:25.012Z[ recovery-image] Feb 21 13:29:23.992 INFO O| Feb 21 13:29:23.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52972025-02-21T13:29:25.012Z[ recovery-image] Feb 21 13:29:23.992 INFO O| Feb 21 13:29:23.992 INFO STEP 272 (remove_files) COMPLETE
52982025-02-21T13:29:25.015Z[ recovery-image] Feb 21 13:29:23.992 INFO O| Feb 21 13:29:23.992 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-02-21T13:29:25.039Z[ recovery-image] Feb 21 13:29:24.019 INFO O| Feb 21 13:29:24.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
53002025-02-21T13:29:25.039Z[ recovery-image] Feb 21 13:29:24.019 INFO O| Feb 21 13:29:24.019 INFO STEP 273 (remove_files) COMPLETE
53012025-02-21T13:29:25.039Z[ recovery-image] Feb 21 13:29:24.019 INFO O| Feb 21 13:29:24.019 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-02-21T13:29:25.058Z[ recovery-image] Feb 21 13:29:24.038 INFO O| Feb 21 13:29:24.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
53032025-02-21T13:29:25.058Z[ recovery-image] Feb 21 13:29:24.038 INFO O| Feb 21 13:29:24.038 INFO STEP 274 (remove_files) COMPLETE
53042025-02-21T13:29:25.061Z[ recovery-image] Feb 21 13:29:24.039 INFO O| Feb 21 13:29:24.038 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-02-21T13:29:25.078Z[ recovery-image] Feb 21 13:29:24.058 INFO O| Feb 21 13:29:24.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
53062025-02-21T13:29:25.078Z[ recovery-image] Feb 21 13:29:24.058 INFO O| Feb 21 13:29:24.058 INFO STEP 275 (remove_files) COMPLETE
53072025-02-21T13:29:25.078Z[ recovery-image] Feb 21 13:29:24.058 INFO O| Feb 21 13:29:24.058 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-02-21T13:29:25.096Z[ recovery-image] Feb 21 13:29:24.076 INFO O| Feb 21 13:29:24.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
53092025-02-21T13:29:25.096Z[ recovery-image] Feb 21 13:29:24.076 INFO O| Feb 21 13:29:24.076 INFO STEP 276 (remove_files) COMPLETE
53102025-02-21T13:29:25.096Z[ recovery-image] Feb 21 13:29:24.076 INFO O| Feb 21 13:29:24.076 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-02-21T13:29:25.165Z[ recovery-image] Feb 21 13:29:24.145 INFO O| Feb 21 13:29:24.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
53122025-02-21T13:29:25.165Z[ recovery-image] Feb 21 13:29:24.145 INFO O| Feb 21 13:29:24.145 INFO STEP 277 (remove_files) COMPLETE
53132025-02-21T13:29:25.168Z[ recovery-image] Feb 21 13:29:24.145 INFO O| Feb 21 13:29:24.145 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-02-21T13:29:25.183Z[ recovery-image] Feb 21 13:29:24.164 INFO O| Feb 21 13:29:24.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
53152025-02-21T13:29:25.183Z[ recovery-image] Feb 21 13:29:24.164 INFO O| Feb 21 13:29:24.164 INFO STEP 278 (remove_files) COMPLETE
53162025-02-21T13:29:25.183Z[ recovery-image] Feb 21 13:29:24.164 INFO O| Feb 21 13:29:24.164 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-02-21T13:29:25.212Z[ recovery-image] Feb 21 13:29:24.192 INFO O| Feb 21 13:29:24.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
53182025-02-21T13:29:25.212Z[ recovery-image] Feb 21 13:29:24.192 INFO O| Feb 21 13:29:24.192 INFO STEP 279 (remove_files) COMPLETE
53192025-02-21T13:29:25.215Z[ recovery-image] Feb 21 13:29:24.192 INFO O| Feb 21 13:29:24.192 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-02-21T13:29:25.233Z[ recovery-image] Feb 21 13:29:24.213 INFO O| Feb 21 13:29:24.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
53212025-02-21T13:29:25.233Z[ recovery-image] Feb 21 13:29:24.213 INFO O| Feb 21 13:29:24.213 INFO STEP 280 (remove_files) COMPLETE
53222025-02-21T13:29:25.233Z[ recovery-image] Feb 21 13:29:24.213 INFO O| Feb 21 13:29:24.213 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-02-21T13:29:25.253Z[ recovery-image] Feb 21 13:29:24.232 INFO O| Feb 21 13:29:24.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
53242025-02-21T13:29:25.253Z[ recovery-image] Feb 21 13:29:24.232 INFO O| Feb 21 13:29:24.232 INFO STEP 281 (remove_files) COMPLETE
53252025-02-21T13:29:25.256Z[ recovery-image] Feb 21 13:29:24.232 INFO O| Feb 21 13:29:24.232 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-02-21T13:29:25.271Z[ recovery-image] Feb 21 13:29:24.250 INFO O| Feb 21 13:29:24.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
53272025-02-21T13:29:25.271Z[ recovery-image] Feb 21 13:29:24.251 INFO O| Feb 21 13:29:24.250 INFO STEP 282 (remove_files) COMPLETE
53282025-02-21T13:29:25.271Z[ recovery-image] Feb 21 13:29:24.251 INFO O| Feb 21 13:29:24.251 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-02-21T13:29:25.289Z[ recovery-image] Feb 21 13:29:24.269 INFO O| Feb 21 13:29:24.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
53302025-02-21T13:29:25.289Z[ recovery-image] Feb 21 13:29:24.269 INFO O| Feb 21 13:29:24.269 INFO STEP 283 (remove_files) COMPLETE
53312025-02-21T13:29:25.290Z[ recovery-image] Feb 21 13:29:24.269 INFO O| Feb 21 13:29:24.269 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-02-21T13:29:25.316Z[ recovery-image] Feb 21 13:29:24.296 INFO O| Feb 21 13:29:24.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
53332025-02-21T13:29:25.316Z[ recovery-image] Feb 21 13:29:24.296 INFO O| Feb 21 13:29:24.296 INFO STEP 284 (remove_files) COMPLETE
53342025-02-21T13:29:25.319Z[ recovery-image] Feb 21 13:29:24.297 INFO O| Feb 21 13:29:24.296 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-02-21T13:29:25.339Z[ recovery-image] Feb 21 13:29:24.318 INFO O| Feb 21 13:29:24.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
53362025-02-21T13:29:25.341Z[ recovery-image] Feb 21 13:29:24.318 INFO O| Feb 21 13:29:24.318 INFO STEP 285 (remove_files) COMPLETE
53372025-02-21T13:29:25.341Z[ recovery-image] Feb 21 13:29:24.318 INFO O| Feb 21 13:29:24.318 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-02-21T13:29:25.358Z[ recovery-image] Feb 21 13:29:24.338 INFO O| Feb 21 13:29:24.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
53392025-02-21T13:29:25.360Z[ recovery-image] Feb 21 13:29:24.338 INFO O| Feb 21 13:29:24.338 INFO STEP 286 (remove_files) COMPLETE
53402025-02-21T13:29:25.361Z[ recovery-image] Feb 21 13:29:24.339 INFO O| Feb 21 13:29:24.339 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-02-21T13:29:25.377Z[ recovery-image] Feb 21 13:29:24.357 INFO O| Feb 21 13:29:24.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
53422025-02-21T13:29:25.380Z[ recovery-image] Feb 21 13:29:24.358 INFO O| Feb 21 13:29:24.358 INFO STEP 287 (remove_files) COMPLETE
53432025-02-21T13:29:25.380Z[ recovery-image] Feb 21 13:29:24.358 INFO O| Feb 21 13:29:24.358 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-02-21T13:29:25.398Z[ recovery-image] Feb 21 13:29:24.378 INFO O| Feb 21 13:29:24.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
53452025-02-21T13:29:25.398Z[ recovery-image] Feb 21 13:29:24.378 INFO O| Feb 21 13:29:24.378 INFO STEP 288 (remove_files) COMPLETE
53462025-02-21T13:29:25.408Z[ recovery-image] Feb 21 13:29:24.378 INFO O| Feb 21 13:29:24.378 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-02-21T13:29:25.417Z[ recovery-image] Feb 21 13:29:24.397 INFO O| Feb 21 13:29:24.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
53482025-02-21T13:29:25.419Z[ recovery-image] Feb 21 13:29:24.397 INFO O| Feb 21 13:29:24.397 INFO STEP 289 (remove_files) COMPLETE
53492025-02-21T13:29:25.419Z[ recovery-image] Feb 21 13:29:24.398 INFO O| Feb 21 13:29:24.398 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-02-21T13:29:25.437Z[ recovery-image] Feb 21 13:29:24.417 INFO O| Feb 21 13:29:24.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
53512025-02-21T13:29:25.439Z[ recovery-image] Feb 21 13:29:24.417 INFO O| Feb 21 13:29:24.417 INFO STEP 290 (remove_files) COMPLETE
53522025-02-21T13:29:25.439Z[ recovery-image] Feb 21 13:29:24.417 INFO O| Feb 21 13:29:24.417 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-02-21T13:29:25.458Z[ recovery-image] Feb 21 13:29:24.438 INFO O| Feb 21 13:29:24.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
53542025-02-21T13:29:25.460Z[ recovery-image] Feb 21 13:29:24.438 INFO O| Feb 21 13:29:24.438 INFO STEP 291 (remove_files) COMPLETE
53552025-02-21T13:29:25.460Z[ recovery-image] Feb 21 13:29:24.438 INFO O| Feb 21 13:29:24.438 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-02-21T13:29:25.477Z[ recovery-image] Feb 21 13:29:24.457 INFO O| Feb 21 13:29:24.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
53572025-02-21T13:29:25.479Z[ recovery-image] Feb 21 13:29:24.457 INFO O| Feb 21 13:29:24.457 INFO STEP 292 (remove_files) COMPLETE
53582025-02-21T13:29:25.479Z[ recovery-image] Feb 21 13:29:24.457 INFO O| Feb 21 13:29:24.457 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-02-21T13:29:25.497Z[ recovery-image] Feb 21 13:29:24.476 INFO O| Feb 21 13:29:24.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
53602025-02-21T13:29:25.499Z[ recovery-image] Feb 21 13:29:24.477 INFO O| Feb 21 13:29:24.477 INFO STEP 293 (remove_files) COMPLETE
53612025-02-21T13:29:25.499Z[ recovery-image] Feb 21 13:29:24.477 INFO O| Feb 21 13:29:24.477 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-02-21T13:29:25.516Z[ recovery-image] Feb 21 13:29:24.496 INFO O| Feb 21 13:29:24.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
53632025-02-21T13:29:25.518Z[ recovery-image] Feb 21 13:29:24.497 INFO O| Feb 21 13:29:24.497 INFO STEP 294 (remove_files) COMPLETE
53642025-02-21T13:29:25.518Z[ recovery-image] Feb 21 13:29:24.497 INFO O| Feb 21 13:29:24.497 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-02-21T13:29:25.542Z[ recovery-image] Feb 21 13:29:24.522 INFO O| Feb 21 13:29:24.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
53662025-02-21T13:29:25.545Z[ recovery-image] Feb 21 13:29:24.523 INFO O| Feb 21 13:29:24.523 INFO STEP 295 (remove_files) COMPLETE
53672025-02-21T13:29:25.545Z[ recovery-image] Feb 21 13:29:24.523 INFO O| Feb 21 13:29:24.523 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-02-21T13:29:25.586Z[ recovery-image] Feb 21 13:29:24.566 INFO O| Feb 21 13:29:24.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
53692025-02-21T13:29:25.586Z[ recovery-image] Feb 21 13:29:24.566 INFO O| Feb 21 13:29:24.566 INFO STEP 296 (remove_files) COMPLETE
53702025-02-21T13:29:25.586Z[ recovery-image] Feb 21 13:29:24.566 INFO O| Feb 21 13:29:24.566 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-02-21T13:29:25.618Z[ recovery-image] Feb 21 13:29:24.598 INFO O| Feb 21 13:29:24.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53722025-02-21T13:29:25.618Z[ recovery-image] Feb 21 13:29:24.598 INFO O| Feb 21 13:29:24.598 INFO STEP 297 (remove_files) COMPLETE
53732025-02-21T13:29:25.618Z[ recovery-image] Feb 21 13:29:24.598 INFO O| Feb 21 13:29:24.598 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-02-21T13:29:25.649Z[ recovery-image] Feb 21 13:29:24.629 INFO O| Feb 21 13:29:24.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53752025-02-21T13:29:25.649Z[ recovery-image] Feb 21 13:29:24.629 INFO O| Feb 21 13:29:24.629 INFO STEP 298 (remove_files) COMPLETE
53762025-02-21T13:29:25.651Z[ recovery-image] Feb 21 13:29:24.629 INFO O| Feb 21 13:29:24.629 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-02-21T13:29:25.693Z[ recovery-image] Feb 21 13:29:24.673 INFO O| Feb 21 13:29:24.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53782025-02-21T13:29:25.693Z[ recovery-image] Feb 21 13:29:24.673 INFO O| Feb 21 13:29:24.673 INFO STEP 299 (remove_files) COMPLETE
53792025-02-21T13:29:25.693Z[ recovery-image] Feb 21 13:29:24.674 INFO O| Feb 21 13:29:24.673 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-02-21T13:29:25.734Z[ recovery-image] Feb 21 13:29:24.714 INFO O| Feb 21 13:29:24.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53812025-02-21T13:29:25.736Z[ recovery-image] Feb 21 13:29:24.714 INFO O| Feb 21 13:29:24.714 INFO STEP 300 (remove_files) COMPLETE
53822025-02-21T13:29:25.736Z[ recovery-image] Feb 21 13:29:24.714 INFO O| Feb 21 13:29:24.714 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832025-02-21T13:29:25.785Z[ recovery-image] Feb 21 13:29:24.765 INFO O| Feb 21 13:29:24.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53842025-02-21T13:29:25.785Z[ recovery-image] Feb 21 13:29:24.765 INFO O| Feb 21 13:29:24.765 INFO STEP 301 (remove_files) COMPLETE
53852025-02-21T13:29:25.785Z[ recovery-image] Feb 21 13:29:24.765 INFO O| Feb 21 13:29:24.765 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862025-02-21T13:29:25.841Z[ recovery-image] Feb 21 13:29:24.820 INFO O| Feb 21 13:29:24.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53872025-02-21T13:29:25.841Z[ recovery-image] Feb 21 13:29:24.820 INFO O| Feb 21 13:29:24.820 INFO STEP 302 (remove_files) COMPLETE
53882025-02-21T13:29:25.841Z[ recovery-image] Feb 21 13:29:24.820 INFO O| Feb 21 13:29:24.820 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892025-02-21T13:29:25.865Z[ recovery-image] Feb 21 13:29:24.844 INFO O| Feb 21 13:29:24.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53902025-02-21T13:29:25.868Z[ recovery-image] Feb 21 13:29:24.844 INFO O| Feb 21 13:29:24.844 INFO STEP 303 (remove_files) COMPLETE
53912025-02-21T13:29:25.868Z[ recovery-image] Feb 21 13:29:24.844 INFO O| Feb 21 13:29:24.844 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922025-02-21T13:29:25.886Z[ recovery-image] Feb 21 13:29:24.866 INFO O| Feb 21 13:29:24.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53932025-02-21T13:29:25.890Z[ recovery-image] Feb 21 13:29:24.867 INFO O| Feb 21 13:29:24.867 INFO STEP 304 (remove_files) COMPLETE
53942025-02-21T13:29:25.890Z[ recovery-image] Feb 21 13:29:24.867 INFO O| Feb 21 13:29:24.867 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952025-02-21T13:29:25.913Z[ recovery-image] Feb 21 13:29:24.888 INFO O| Feb 21 13:29:24.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53962025-02-21T13:29:25.920Z[ recovery-image] Feb 21 13:29:24.888 INFO O| Feb 21 13:29:24.888 INFO STEP 305 (remove_files) COMPLETE
53972025-02-21T13:29:25.920Z[ recovery-image] Feb 21 13:29:24.888 INFO O| Feb 21 13:29:24.888 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982025-02-21T13:29:25.929Z[ recovery-image] Feb 21 13:29:24.909 INFO O| Feb 21 13:29:24.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53992025-02-21T13:29:25.932Z[ recovery-image] Feb 21 13:29:24.909 INFO O| Feb 21 13:29:24.909 INFO STEP 306 (remove_files) COMPLETE
54002025-02-21T13:29:25.932Z[ recovery-image] Feb 21 13:29:24.909 INFO O| Feb 21 13:29:24.909 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012025-02-21T13:29:25.958Z[ recovery-image] Feb 21 13:29:24.938 INFO O| Feb 21 13:29:24.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
54022025-02-21T13:29:25.961Z[ recovery-image] Feb 21 13:29:24.938 INFO O| Feb 21 13:29:24.938 INFO STEP 307 (remove_files) COMPLETE
54032025-02-21T13:29:25.961Z[ recovery-image] Feb 21 13:29:24.939 INFO O| Feb 21 13:29:24.939 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042025-02-21T13:29:25.978Z[ recovery-image] Feb 21 13:29:24.959 INFO O| Feb 21 13:29:24.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
54052025-02-21T13:29:25.981Z[ recovery-image] Feb 21 13:29:24.959 INFO O| Feb 21 13:29:24.959 INFO STEP 308 (remove_files) COMPLETE
54062025-02-21T13:29:25.981Z[ recovery-image] Feb 21 13:29:24.959 INFO O| Feb 21 13:29:24.959 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072025-02-21T13:29:25.999Z[ recovery-image] Feb 21 13:29:24.979 INFO O| Feb 21 13:29:24.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
54082025-02-21T13:29:26.002Z[ recovery-image] Feb 21 13:29:24.979 INFO O| Feb 21 13:29:24.979 INFO STEP 309 (remove_files) COMPLETE
54092025-02-21T13:29:26.023Z[ recovery-image] Feb 21 13:29:25.003 INFO O| Feb 21 13:29:24.980 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-02-21T13:29:26.043Z[ recovery-image] Feb 21 13:29:25.024 INFO O| Feb 21 13:29:25.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
54112025-02-21T13:29:26.046Z[ recovery-image] Feb 21 13:29:25.024 INFO O| Feb 21 13:29:25.024 INFO STEP 310 (remove_files) COMPLETE
54122025-02-21T13:29:26.046Z[ recovery-image] Feb 21 13:29:25.024 INFO O| Feb 21 13:29:25.024 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132025-02-21T13:29:26.063Z[ recovery-image] Feb 21 13:29:25.043 INFO O| Feb 21 13:29:25.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
54142025-02-21T13:29:26.068Z[ recovery-image] Feb 21 13:29:25.043 INFO O| Feb 21 13:29:25.043 INFO STEP 311 (remove_files) COMPLETE
54152025-02-21T13:29:26.068Z[ recovery-image] Feb 21 13:29:25.043 INFO O| Feb 21 13:29:25.043 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162025-02-21T13:29:26.100Z[ recovery-image] Feb 21 13:29:25.080 INFO O| Feb 21 13:29:25.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
54172025-02-21T13:29:26.100Z[ recovery-image] Feb 21 13:29:25.080 INFO O| Feb 21 13:29:25.080 INFO STEP 312 (remove_files) COMPLETE
54182025-02-21T13:29:26.100Z[ recovery-image] Feb 21 13:29:25.080 INFO O| Feb 21 13:29:25.080 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-02-21T13:29:26.118Z[ recovery-image] Feb 21 13:29:25.098 INFO O| Feb 21 13:29:25.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
54202025-02-21T13:29:26.118Z[ recovery-image] Feb 21 13:29:25.098 INFO O| Feb 21 13:29:25.098 INFO STEP 313 (remove_files) COMPLETE
54212025-02-21T13:29:26.118Z[ recovery-image] Feb 21 13:29:25.098 INFO O| Feb 21 13:29:25.098 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222025-02-21T13:29:26.137Z[ recovery-image] Feb 21 13:29:25.117 INFO O| Feb 21 13:29:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
54232025-02-21T13:29:26.137Z[ recovery-image] Feb 21 13:29:25.117 INFO O| Feb 21 13:29:25.117 INFO STEP 314 (remove_files) COMPLETE
54242025-02-21T13:29:26.137Z[ recovery-image] Feb 21 13:29:25.117 INFO O| Feb 21 13:29:25.117 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252025-02-21T13:29:26.172Z[ recovery-image] Feb 21 13:29:25.153 INFO O| Feb 21 13:29:25.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
54262025-02-21T13:29:26.172Z[ recovery-image] Feb 21 13:29:25.153 INFO O| Feb 21 13:29:25.153 INFO STEP 315 (remove_files) COMPLETE
54272025-02-21T13:29:26.172Z[ recovery-image] Feb 21 13:29:25.153 INFO O| Feb 21 13:29:25.153 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-02-21T13:29:26.203Z[ recovery-image] Feb 21 13:29:25.183 INFO O| Feb 21 13:29:25.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
54292025-02-21T13:29:26.203Z[ recovery-image] Feb 21 13:29:25.183 INFO O| Feb 21 13:29:25.183 INFO STEP 316 (remove_files) COMPLETE
54302025-02-21T13:29:26.203Z[ recovery-image] Feb 21 13:29:25.183 INFO O| Feb 21 13:29:25.183 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-02-21T13:29:26.261Z[ recovery-image] Feb 21 13:29:25.241 INFO O| Feb 21 13:29:25.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
54322025-02-21T13:29:26.261Z[ recovery-image] Feb 21 13:29:25.241 INFO O| Feb 21 13:29:25.241 INFO STEP 317 (remove_files) COMPLETE
54332025-02-21T13:29:26.263Z[ recovery-image] Feb 21 13:29:25.241 INFO O| Feb 21 13:29:25.241 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-02-21T13:29:26.282Z[ recovery-image] Feb 21 13:29:25.262 INFO O| Feb 21 13:29:25.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
54352025-02-21T13:29:26.284Z[ recovery-image] Feb 21 13:29:25.262 INFO O| Feb 21 13:29:25.262 INFO STEP 318 (remove_files) COMPLETE
54362025-02-21T13:29:26.285Z[ recovery-image] Feb 21 13:29:25.262 INFO O| Feb 21 13:29:25.262 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-02-21T13:29:26.317Z[ recovery-image] Feb 21 13:29:25.297 INFO O| Feb 21 13:29:25.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
54382025-02-21T13:29:26.320Z[ recovery-image] Feb 21 13:29:25.297 INFO O| Feb 21 13:29:25.297 INFO STEP 319 (remove_files) COMPLETE
54392025-02-21T13:29:26.320Z[ recovery-image] Feb 21 13:29:25.297 INFO O| Feb 21 13:29:25.297 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-02-21T13:29:26.370Z[ recovery-image] Feb 21 13:29:25.350 INFO O| Feb 21 13:29:25.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
54412025-02-21T13:29:26.370Z[ recovery-image] Feb 21 13:29:25.351 INFO O| Feb 21 13:29:25.351 INFO STEP 320 (remove_files) COMPLETE
54422025-02-21T13:29:26.370Z[ recovery-image] Feb 21 13:29:25.351 INFO O| Feb 21 13:29:25.351 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-02-21T13:29:26.393Z[ recovery-image] Feb 21 13:29:25.372 INFO O| Feb 21 13:29:25.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
54442025-02-21T13:29:26.393Z[ recovery-image] Feb 21 13:29:25.372 INFO O| Feb 21 13:29:25.372 INFO STEP 321 (remove_files) COMPLETE
54452025-02-21T13:29:26.396Z[ recovery-image] Feb 21 13:29:25.372 INFO O| Feb 21 13:29:25.372 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462025-02-21T13:29:26.434Z[ recovery-image] Feb 21 13:29:25.413 INFO O| Feb 21 13:29:25.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
54472025-02-21T13:29:26.454Z[ recovery-image] Feb 21 13:29:25.434 INFO O| Feb 21 13:29:25.434 INFO STEP 322 (remove_files) COMPLETE
54482025-02-21T13:29:26.454Z[ recovery-image] Feb 21 13:29:25.434 INFO O| Feb 21 13:29:25.434 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-02-21T13:29:26.477Z[ recovery-image] Feb 21 13:29:25.457 INFO O| Feb 21 13:29:25.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
54502025-02-21T13:29:26.479Z[ recovery-image] Feb 21 13:29:25.457 INFO O| Feb 21 13:29:25.457 INFO STEP 323 (remove_files) COMPLETE
54512025-02-21T13:29:26.479Z[ recovery-image] Feb 21 13:29:25.457 INFO O| Feb 21 13:29:25.457 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-02-21T13:29:26.499Z[ recovery-image] Feb 21 13:29:25.479 INFO O| Feb 21 13:29:25.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
54532025-02-21T13:29:26.499Z[ recovery-image] Feb 21 13:29:25.479 INFO O| Feb 21 13:29:25.479 INFO STEP 324 (remove_files) COMPLETE
54542025-02-21T13:29:26.499Z[ recovery-image] Feb 21 13:29:25.479 INFO O| Feb 21 13:29:25.479 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-02-21T13:29:26.577Z[ recovery-image] Feb 21 13:29:25.557 INFO O| Feb 21 13:29:25.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
54562025-02-21T13:29:26.580Z[ recovery-image] Feb 21 13:29:25.558 INFO O| Feb 21 13:29:25.557 INFO STEP 325 (remove_files) COMPLETE
54572025-02-21T13:29:26.580Z[ recovery-image] Feb 21 13:29:25.558 INFO O| Feb 21 13:29:25.557 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-02-21T13:29:26.600Z[ recovery-image] Feb 21 13:29:25.580 INFO O| Feb 21 13:29:25.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
54592025-02-21T13:29:26.600Z[ recovery-image] Feb 21 13:29:25.581 INFO O| Feb 21 13:29:25.580 INFO STEP 326 (remove_files) COMPLETE
54602025-02-21T13:29:26.600Z[ recovery-image] Feb 21 13:29:25.581 INFO O| Feb 21 13:29:25.580 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-02-21T13:29:26.623Z[ recovery-image] Feb 21 13:29:25.603 INFO O| Feb 21 13:29:25.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
54622025-02-21T13:29:26.628Z[ recovery-image] Feb 21 13:29:25.603 INFO O| Feb 21 13:29:25.603 INFO STEP 327 (remove_files) COMPLETE
54632025-02-21T13:29:26.628Z[ recovery-image] Feb 21 13:29:25.603 INFO O| Feb 21 13:29:25.603 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-02-21T13:29:26.647Z[ recovery-image] Feb 21 13:29:25.627 INFO O| Feb 21 13:29:25.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54652025-02-21T13:29:26.651Z[ recovery-image] Feb 21 13:29:25.627 INFO O| Feb 21 13:29:25.627 INFO STEP 328 (remove_files) COMPLETE
54662025-02-21T13:29:26.651Z[ recovery-image] Feb 21 13:29:25.627 INFO O| Feb 21 13:29:25.627 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-02-21T13:29:26.670Z[ recovery-image] Feb 21 13:29:25.650 INFO O| Feb 21 13:29:25.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54682025-02-21T13:29:26.672Z[ recovery-image] Feb 21 13:29:25.650 INFO O| Feb 21 13:29:25.650 INFO STEP 329 (remove_files) COMPLETE
54692025-02-21T13:29:26.672Z[ recovery-image] Feb 21 13:29:25.650 INFO O| Feb 21 13:29:25.650 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-02-21T13:29:26.690Z[ recovery-image] Feb 21 13:29:25.669 INFO O| Feb 21 13:29:25.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54712025-02-21T13:29:26.692Z[ recovery-image] Feb 21 13:29:25.669 INFO O| Feb 21 13:29:25.669 INFO STEP 330 (remove_files) COMPLETE
54722025-02-21T13:29:26.693Z[ recovery-image] Feb 21 13:29:25.669 INFO O| Feb 21 13:29:25.669 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-02-21T13:29:26.740Z[ recovery-image] Feb 21 13:29:25.720 INFO O| Feb 21 13:29:25.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54742025-02-21T13:29:26.743Z[ recovery-image] Feb 21 13:29:25.720 INFO O| Feb 21 13:29:25.720 INFO STEP 331 (remove_files) COMPLETE
54752025-02-21T13:29:26.743Z[ recovery-image] Feb 21 13:29:25.720 INFO O| Feb 21 13:29:25.720 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-02-21T13:29:26.839Z[ recovery-image] Feb 21 13:29:25.819 INFO O| Feb 21 13:29:25.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54772025-02-21T13:29:26.842Z[ recovery-image] Feb 21 13:29:25.820 INFO O| Feb 21 13:29:25.819 INFO STEP 332 (remove_files) COMPLETE
54782025-02-21T13:29:26.842Z[ recovery-image] Feb 21 13:29:25.820 INFO O| Feb 21 13:29:25.819 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-02-21T13:29:26.903Z[ recovery-image] Feb 21 13:29:25.883 INFO O| Feb 21 13:29:25.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54802025-02-21T13:29:26.903Z[ recovery-image] Feb 21 13:29:25.883 INFO O| Feb 21 13:29:25.883 INFO STEP 333 (remove_files) COMPLETE
54812025-02-21T13:29:26.903Z[ recovery-image] Feb 21 13:29:25.883 INFO O| Feb 21 13:29:25.883 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-02-21T13:29:26.941Z[ recovery-image] Feb 21 13:29:25.921 INFO O| Feb 21 13:29:25.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54832025-02-21T13:29:26.941Z[ recovery-image] Feb 21 13:29:25.921 INFO O| Feb 21 13:29:25.921 INFO STEP 334 (remove_files) COMPLETE
54842025-02-21T13:29:26.944Z[ recovery-image] Feb 21 13:29:25.921 INFO O| Feb 21 13:29:25.921 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-02-21T13:29:26.962Z[ recovery-image] Feb 21 13:29:25.942 INFO O| Feb 21 13:29:25.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54862025-02-21T13:29:26.962Z[ recovery-image] Feb 21 13:29:25.942 INFO O| Feb 21 13:29:25.942 INFO STEP 335 (remove_files) COMPLETE
54872025-02-21T13:29:26.962Z[ recovery-image] Feb 21 13:29:25.942 INFO O| Feb 21 13:29:25.942 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-02-21T13:29:26.993Z[ recovery-image] Feb 21 13:29:25.973 INFO O| Feb 21 13:29:25.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54892025-02-21T13:29:26.996Z[ recovery-image] Feb 21 13:29:25.973 INFO O| Feb 21 13:29:25.973 INFO STEP 336 (remove_files) COMPLETE
54902025-02-21T13:29:26.996Z[ recovery-image] Feb 21 13:29:25.973 INFO O| Feb 21 13:29:25.973 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912025-02-21T13:29:27.053Z[ recovery-image] Feb 21 13:29:26.030 INFO O| Feb 21 13:29:26.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54922025-02-21T13:29:27.053Z[ recovery-image] Feb 21 13:29:26.030 INFO O| Feb 21 13:29:26.030 INFO STEP 337 (remove_files) COMPLETE
54932025-02-21T13:29:27.053Z[ recovery-image] Feb 21 13:29:26.030 INFO O| Feb 21 13:29:26.030 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942025-02-21T13:29:27.111Z[ recovery-image] Feb 21 13:29:26.091 INFO O| Feb 21 13:29:26.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54952025-02-21T13:29:27.111Z[ recovery-image] Feb 21 13:29:26.091 INFO O| Feb 21 13:29:26.091 INFO STEP 338 (remove_files) COMPLETE
54962025-02-21T13:29:27.111Z[ recovery-image] Feb 21 13:29:26.091 INFO O| Feb 21 13:29:26.091 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972025-02-21T13:29:27.156Z[ recovery-image] Feb 21 13:29:26.137 INFO O| Feb 21 13:29:26.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54982025-02-21T13:29:27.156Z[ recovery-image] Feb 21 13:29:26.137 INFO O| Feb 21 13:29:26.137 INFO STEP 339 (remove_files) COMPLETE
54992025-02-21T13:29:27.160Z[ recovery-image] Feb 21 13:29:26.137 INFO O| Feb 21 13:29:26.137 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002025-02-21T13:29:27.176Z[ recovery-image] Feb 21 13:29:26.156 INFO O| Feb 21 13:29:26.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
55012025-02-21T13:29:27.180Z[ recovery-image] Feb 21 13:29:26.157 INFO O| Feb 21 13:29:26.157 INFO STEP 340 (remove_files) COMPLETE
55022025-02-21T13:29:27.180Z[ recovery-image] Feb 21 13:29:26.157 INFO O| Feb 21 13:29:26.157 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032025-02-21T13:29:27.196Z[ host-image] Feb 21 13:29:26.176 INFO O| Feb 21 13:29:26.176 INFO O| Planning: Solver setup ... Done
55042025-02-21T13:29:27.203Z[ host-image] Feb 21 13:29:26.183 INFO O| Feb 21 13:29:26.183 INFO O| Planning: Running solver ... Done
55052025-02-21T13:29:27.231Z[ recovery-image] Feb 21 13:29:26.211 INFO O| Feb 21 13:29:26.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
55062025-02-21T13:29:27.231Z[ recovery-image] Feb 21 13:29:26.211 INFO O| Feb 21 13:29:26.211 INFO STEP 341 (remove_files) COMPLETE
55072025-02-21T13:29:27.232Z[ recovery-image] Feb 21 13:29:26.211 INFO O| Feb 21 13:29:26.211 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082025-02-21T13:29:27.269Z[ recovery-image] Feb 21 13:29:26.248 INFO O| Feb 21 13:29:26.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
55092025-02-21T13:29:27.288Z[ recovery-image] Feb 21 13:29:26.268 INFO O| Feb 21 13:29:26.268 INFO STEP 342 (remove_files) COMPLETE
55102025-02-21T13:29:27.291Z[ recovery-image] Feb 21 13:29:26.268 INFO O| Feb 21 13:29:26.268 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112025-02-21T13:29:27.299Z[ host-image] Feb 21 13:29:26.279 INFO O| Feb 21 13:29:26.279 INFO O| Planning: Finding local manifests ... Done
55122025-02-21T13:29:27.301Z[ host-image] Feb 21 13:29:26.281 INFO O| Feb 21 13:29:26.281 INFO O| Planning: Fetching manifests: 0/6 0% complete
55132025-02-21T13:29:27.309Z[ recovery-image] Feb 21 13:29:26.289 INFO O| Feb 21 13:29:26.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
55142025-02-21T13:29:27.312Z[ recovery-image] Feb 21 13:29:26.290 INFO O| Feb 21 13:29:26.289 INFO STEP 343 (remove_files) COMPLETE
55152025-02-21T13:29:27.312Z[ recovery-image] Feb 21 13:29:26.290 INFO O| Feb 21 13:29:26.290 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162025-02-21T13:29:27.329Z[ recovery-image] Feb 21 13:29:26.310 INFO O| Feb 21 13:29:26.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
55172025-02-21T13:29:27.329Z[ recovery-image] Feb 21 13:29:26.310 INFO O| Feb 21 13:29:26.310 INFO STEP 344 (remove_files) COMPLETE
55182025-02-21T13:29:27.330Z[ recovery-image] Feb 21 13:29:26.310 INFO O| Feb 21 13:29:26.310 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192025-02-21T13:29:27.350Z[ recovery-image] Feb 21 13:29:26.330 INFO O| Feb 21 13:29:26.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
55202025-02-21T13:29:27.350Z[ recovery-image] Feb 21 13:29:26.330 INFO O| Feb 21 13:29:26.330 INFO STEP 345 (remove_files) COMPLETE
55212025-02-21T13:29:27.353Z[ recovery-image] Feb 21 13:29:26.330 INFO O| Feb 21 13:29:26.330 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222025-02-21T13:29:27.383Z[ recovery-image] Feb 21 13:29:26.363 INFO O| Feb 21 13:29:26.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
55232025-02-21T13:29:27.406Z[ recovery-image] Feb 21 13:29:26.386 INFO O| Feb 21 13:29:26.386 INFO STEP 346 (remove_files) COMPLETE
55242025-02-21T13:29:27.406Z[ recovery-image] Feb 21 13:29:26.386 INFO O| Feb 21 13:29:26.386 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252025-02-21T13:29:27.441Z[ recovery-image] Feb 21 13:29:26.421 INFO O| Feb 21 13:29:26.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
55262025-02-21T13:29:27.441Z[ recovery-image] Feb 21 13:29:26.421 INFO O| Feb 21 13:29:26.421 INFO STEP 347 (remove_files) COMPLETE
55272025-02-21T13:29:27.445Z[ recovery-image] Feb 21 13:29:26.421 INFO O| Feb 21 13:29:26.421 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282025-02-21T13:29:27.502Z[ recovery-image] Feb 21 13:29:26.481 INFO O| Feb 21 13:29:26.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
55292025-02-21T13:29:27.502Z[ recovery-image] Feb 21 13:29:26.481 INFO O| Feb 21 13:29:26.481 INFO STEP 348 (remove_files) COMPLETE
55302025-02-21T13:29:27.502Z[ recovery-image] Feb 21 13:29:26.481 INFO O| Feb 21 13:29:26.481 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312025-02-21T13:29:27.530Z[ recovery-image] Feb 21 13:29:26.510 INFO O| Feb 21 13:29:26.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
55322025-02-21T13:29:27.530Z[ recovery-image] Feb 21 13:29:26.510 INFO O| Feb 21 13:29:26.510 INFO STEP 349 (remove_files) COMPLETE
55332025-02-21T13:29:27.533Z[ recovery-image] Feb 21 13:29:26.510 INFO O| Feb 21 13:29:26.510 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342025-02-21T13:29:27.586Z[ recovery-image] Feb 21 13:29:26.566 INFO O| Feb 21 13:29:26.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
55352025-02-21T13:29:27.586Z[ recovery-image] Feb 21 13:29:26.566 INFO O| Feb 21 13:29:26.566 INFO STEP 350 (remove_files) COMPLETE
55362025-02-21T13:29:27.586Z[ recovery-image] Feb 21 13:29:26.566 INFO O| Feb 21 13:29:26.566 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372025-02-21T13:29:27.614Z[ recovery-image] Feb 21 13:29:26.594 INFO O| Feb 21 13:29:26.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55382025-02-21T13:29:27.617Z[ recovery-image] Feb 21 13:29:26.594 INFO O| Feb 21 13:29:26.594 INFO STEP 351 (remove_files) COMPLETE
55392025-02-21T13:29:27.617Z[ recovery-image] Feb 21 13:29:26.594 INFO O| Feb 21 13:29:26.594 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402025-02-21T13:29:27.634Z[ recovery-image] Feb 21 13:29:26.614 INFO O| Feb 21 13:29:26.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55412025-02-21T13:29:27.637Z[ recovery-image] Feb 21 13:29:26.615 INFO O| Feb 21 13:29:26.614 INFO STEP 352 (remove_files) COMPLETE
55422025-02-21T13:29:27.637Z[ recovery-image] Feb 21 13:29:26.615 INFO O| Feb 21 13:29:26.615 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432025-02-21T13:29:27.654Z[ recovery-image] Feb 21 13:29:26.634 INFO O| Feb 21 13:29:26.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55442025-02-21T13:29:27.657Z[ recovery-image] Feb 21 13:29:26.635 INFO O| Feb 21 13:29:26.635 INFO STEP 353 (remove_files) COMPLETE
55452025-02-21T13:29:27.657Z[ recovery-image] Feb 21 13:29:26.635 INFO O| Feb 21 13:29:26.635 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462025-02-21T13:29:27.677Z[ recovery-image] Feb 21 13:29:26.657 INFO O| Feb 21 13:29:26.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55472025-02-21T13:29:27.689Z[ recovery-image] Feb 21 13:29:26.670 INFO O| Feb 21 13:29:26.669 INFO STEP 354 (remove_files) COMPLETE
55482025-02-21T13:29:27.689Z[ recovery-image] Feb 21 13:29:26.670 INFO O| Feb 21 13:29:26.670 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492025-02-21T13:29:27.730Z[ recovery-image] Feb 21 13:29:26.710 INFO O| Feb 21 13:29:26.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55502025-02-21T13:29:27.730Z[ recovery-image] Feb 21 13:29:26.710 INFO O| Feb 21 13:29:26.710 INFO STEP 355 (remove_files) COMPLETE
55512025-02-21T13:29:27.730Z[ recovery-image] Feb 21 13:29:26.710 INFO O| Feb 21 13:29:26.710 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522025-02-21T13:29:27.746Z[ host-image] Feb 21 13:29:26.726 INFO O| Feb 21 13:29:26.726 INFO O| Planning: Fetching manifests: 6/6 100% complete
55532025-02-21T13:29:27.768Z[ recovery-image] Feb 21 13:29:26.748 INFO O| Feb 21 13:29:26.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55542025-02-21T13:29:27.769Z[ recovery-image] Feb 21 13:29:26.748 INFO O| Feb 21 13:29:26.748 INFO STEP 356 (remove_files) COMPLETE
55552025-02-21T13:29:27.769Z[ recovery-image] Feb 21 13:29:26.748 INFO O| Feb 21 13:29:26.748 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-02-21T13:29:27.787Z[ recovery-image] Feb 21 13:29:26.767 INFO O| Feb 21 13:29:26.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55572025-02-21T13:29:27.787Z[ recovery-image] Feb 21 13:29:26.767 INFO O| Feb 21 13:29:26.767 INFO STEP 357 (remove_files) COMPLETE
55582025-02-21T13:29:27.787Z[ recovery-image] Feb 21 13:29:26.767 INFO O| Feb 21 13:29:26.767 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592025-02-21T13:29:27.801Z[ host-image] Feb 21 13:29:26.781 INFO O| Feb 21 13:29:26.781 INFO O| Planning: Package planning ... Done
55602025-02-21T13:29:27.808Z[ recovery-image] Feb 21 13:29:26.788 INFO O| Feb 21 13:29:26.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55612025-02-21T13:29:27.808Z[ recovery-image] Feb 21 13:29:26.788 INFO O| Feb 21 13:29:26.788 INFO STEP 358 (remove_files) COMPLETE
55622025-02-21T13:29:27.811Z[ recovery-image] Feb 21 13:29:26.788 INFO O| Feb 21 13:29:26.788 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-02-21T13:29:27.841Z[ recovery-image] Feb 21 13:29:26.821 INFO O| Feb 21 13:29:26.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55642025-02-21T13:29:27.844Z[ recovery-image] Feb 21 13:29:26.821 INFO O| Feb 21 13:29:26.821 INFO STEP 359 (remove_files) COMPLETE
55652025-02-21T13:29:27.844Z[ recovery-image] Feb 21 13:29:26.822 INFO O| Feb 21 13:29:26.821 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-02-21T13:29:27.849Z[ host-image] Feb 21 13:29:26.829 INFO O| Feb 21 13:29:26.829 INFO O| Planning: Merging actions ... Done
55672025-02-21T13:29:27.862Z[ recovery-image] Feb 21 13:29:26.842 INFO O| Feb 21 13:29:26.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55682025-02-21T13:29:27.862Z[ recovery-image] Feb 21 13:29:26.842 INFO O| Feb 21 13:29:26.842 INFO STEP 360 (remove_files) COMPLETE
55692025-02-21T13:29:27.862Z[ recovery-image] Feb 21 13:29:26.842 INFO O| Feb 21 13:29:26.842 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702025-02-21T13:29:27.883Z[ recovery-image] Feb 21 13:29:26.862 INFO O| Feb 21 13:29:26.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55712025-02-21T13:29:27.883Z[ recovery-image] Feb 21 13:29:26.862 INFO O| Feb 21 13:29:26.862 INFO STEP 361 (remove_files) COMPLETE
55722025-02-21T13:29:27.883Z[ recovery-image] Feb 21 13:29:26.862 INFO O| Feb 21 13:29:26.862 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732025-02-21T13:29:27.960Z[ recovery-image] Feb 21 13:29:26.940 INFO O| Feb 21 13:29:26.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55742025-02-21T13:29:27.965Z[ recovery-image] Feb 21 13:29:26.940 INFO O| Feb 21 13:29:26.940 INFO STEP 362 (remove_files) COMPLETE
55752025-02-21T13:29:27.965Z[ recovery-image] Feb 21 13:29:26.940 INFO O| Feb 21 13:29:26.940 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762025-02-21T13:29:27.980Z[ host-image] Feb 21 13:29:26.959 INFO O| Feb 21 13:29:26.959 INFO O| Planning: Checking for conflicting actions ... Done
55772025-02-21T13:29:27.983Z[ recovery-image] Feb 21 13:29:26.961 INFO O| Feb 21 13:29:26.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55782025-02-21T13:29:27.983Z[ recovery-image] Feb 21 13:29:26.962 INFO O| Feb 21 13:29:26.962 INFO STEP 363 (remove_files) COMPLETE
55792025-02-21T13:29:27.983Z[ recovery-image] Feb 21 13:29:26.962 INFO O| Feb 21 13:29:26.962 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-02-21T13:29:27.990Z[ host-image] Feb 21 13:29:26.969 INFO O| Feb 21 13:29:26.969 INFO O| Planning: Consolidating action changes ... Done
55812025-02-21T13:29:28.002Z[ recovery-image] Feb 21 13:29:26.982 INFO O| Feb 21 13:29:26.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55822025-02-21T13:29:28.005Z[ recovery-image] Feb 21 13:29:26.983 INFO O| Feb 21 13:29:26.982 INFO STEP 364 (remove_files) COMPLETE
55832025-02-21T13:29:28.005Z[ recovery-image] Feb 21 13:29:26.983 INFO O| Feb 21 13:29:26.982 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842025-02-21T13:29:28.023Z[ recovery-image] Feb 21 13:29:27.003 INFO O| Feb 21 13:29:27.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55852025-02-21T13:29:28.026Z[ recovery-image] Feb 21 13:29:27.003 INFO O| Feb 21 13:29:27.003 INFO STEP 365 (remove_files) COMPLETE
55862025-02-21T13:29:28.026Z[ recovery-image] Feb 21 13:29:27.003 INFO O| Feb 21 13:29:27.003 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872025-02-21T13:29:28.068Z[ recovery-image] Feb 21 13:29:27.047 INFO O| Feb 21 13:29:27.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55882025-02-21T13:29:28.068Z[ recovery-image] Feb 21 13:29:27.048 INFO O| Feb 21 13:29:27.048 INFO STEP 366 (remove_files) COMPLETE
55892025-02-21T13:29:28.068Z[ recovery-image] Feb 21 13:29:27.048 INFO O| Feb 21 13:29:27.048 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902025-02-21T13:29:28.141Z[ recovery-image] Feb 21 13:29:27.121 INFO O| Feb 21 13:29:27.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55912025-02-21T13:29:28.141Z[ recovery-image] Feb 21 13:29:27.121 INFO O| Feb 21 13:29:27.121 INFO STEP 367 (remove_files) COMPLETE
55922025-02-21T13:29:28.144Z[ recovery-image] Feb 21 13:29:27.121 INFO O| Feb 21 13:29:27.121 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932025-02-21T13:29:28.162Z[ recovery-image] Feb 21 13:29:27.142 INFO O| Feb 21 13:29:27.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55942025-02-21T13:29:28.167Z[ recovery-image] Feb 21 13:29:27.143 INFO O| Feb 21 13:29:27.143 INFO STEP 368 (remove_files) COMPLETE
55952025-02-21T13:29:28.167Z[ recovery-image] Feb 21 13:29:27.143 INFO O| Feb 21 13:29:27.143 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962025-02-21T13:29:28.200Z[ recovery-image] Feb 21 13:29:27.179 INFO O| Feb 21 13:29:27.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55972025-02-21T13:29:28.200Z[ recovery-image] Feb 21 13:29:27.179 INFO O| Feb 21 13:29:27.179 INFO STEP 369 (remove_files) COMPLETE
55982025-02-21T13:29:28.200Z[ recovery-image] Feb 21 13:29:27.179 INFO O| Feb 21 13:29:27.179 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-02-21T13:29:28.228Z[ recovery-image] Feb 21 13:29:27.208 INFO O| Feb 21 13:29:27.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
56002025-02-21T13:29:28.229Z[ recovery-image] Feb 21 13:29:27.208 INFO O| Feb 21 13:29:27.208 INFO STEP 370 (remove_files) COMPLETE
56012025-02-21T13:29:28.229Z[ recovery-image] Feb 21 13:29:27.208 INFO O| Feb 21 13:29:27.208 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-02-21T13:29:28.266Z[ recovery-image] Feb 21 13:29:27.246 INFO O| Feb 21 13:29:27.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
56032025-02-21T13:29:28.269Z[ recovery-image] Feb 21 13:29:27.246 INFO O| Feb 21 13:29:27.246 INFO STEP 371 (remove_files) COMPLETE
56042025-02-21T13:29:28.269Z[ recovery-image] Feb 21 13:29:27.246 INFO O| Feb 21 13:29:27.246 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052025-02-21T13:29:28.287Z[ recovery-image] Feb 21 13:29:27.267 INFO O| Feb 21 13:29:27.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
56062025-02-21T13:29:28.290Z[ recovery-image] Feb 21 13:29:27.267 INFO O| Feb 21 13:29:27.267 INFO STEP 372 (remove_files) COMPLETE
56072025-02-21T13:29:28.290Z[ recovery-image] Feb 21 13:29:27.267 INFO O| Feb 21 13:29:27.267 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082025-02-21T13:29:28.306Z[ recovery-image] Feb 21 13:29:27.286 INFO O| Feb 21 13:29:27.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
56092025-02-21T13:29:28.306Z[ recovery-image] Feb 21 13:29:27.286 INFO O| Feb 21 13:29:27.286 INFO STEP 373 (remove_files) COMPLETE
56102025-02-21T13:29:28.306Z[ recovery-image] Feb 21 13:29:27.287 INFO O| Feb 21 13:29:27.286 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112025-02-21T13:29:28.328Z[ recovery-image] Feb 21 13:29:27.306 INFO O| Feb 21 13:29:27.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
56122025-02-21T13:29:28.329Z[ recovery-image] Feb 21 13:29:27.306 INFO O| Feb 21 13:29:27.306 INFO STEP 374 (remove_files) COMPLETE
56132025-02-21T13:29:28.329Z[ recovery-image] Feb 21 13:29:27.306 INFO O| Feb 21 13:29:27.306 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142025-02-21T13:29:28.363Z[ recovery-image] Feb 21 13:29:27.343 INFO O| Feb 21 13:29:27.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
56152025-02-21T13:29:28.364Z[ recovery-image] Feb 21 13:29:27.344 INFO O| Feb 21 13:29:27.344 INFO STEP 375 (remove_files) COMPLETE
56162025-02-21T13:29:28.364Z[ recovery-image] Feb 21 13:29:27.344 INFO O| Feb 21 13:29:27.344 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172025-02-21T13:29:28.379Z[ host-image] Feb 21 13:29:27.359 INFO O| Feb 21 13:29:27.359 INFO O| Planning: Evaluating mediators ... Done
56182025-02-21T13:29:28.384Z[ host-image] Feb 21 13:29:27.364 INFO O| Feb 21 13:29:27.364 INFO O| Planning: Planning completed in 5.64 seconds
56192025-02-21T13:29:28.387Z[ recovery-image] Feb 21 13:29:27.365 INFO O| Feb 21 13:29:27.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
56202025-02-21T13:29:28.387Z[ recovery-image] Feb 21 13:29:27.365 INFO O| Feb 21 13:29:27.365 INFO STEP 376 (remove_files) COMPLETE
56212025-02-21T13:29:28.387Z[ recovery-image] Feb 21 13:29:27.365 INFO O| Feb 21 13:29:27.365 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-02-21T13:29:28.387Z[ host-image] Feb 21 13:29:27.366 INFO O| Feb 21 13:29:27.366 INFO O| Packages to install: 6
56232025-02-21T13:29:28.387Z[ host-image] Feb 21 13:29:27.366 INFO O| Feb 21 13:29:27.366 INFO O| Mediators to change: 1
56242025-02-21T13:29:28.387Z[ host-image] Feb 21 13:29:27.366 INFO O| Feb 21 13:29:27.366 INFO O| Services to change: 1
56252025-02-21T13:29:28.408Z[ host-image] Feb 21 13:29:27.387 INFO O| Feb 21 13:29:27.387 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
56262025-02-21T13:29:28.417Z[ recovery-image] Feb 21 13:29:27.397 INFO O| Feb 21 13:29:27.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
56272025-02-21T13:29:28.420Z[ recovery-image] Feb 21 13:29:27.397 INFO O| Feb 21 13:29:27.397 INFO STEP 377 (remove_files) COMPLETE
56282025-02-21T13:29:28.420Z[ recovery-image] Feb 21 13:29:27.398 INFO O| Feb 21 13:29:27.397 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-02-21T13:29:28.436Z[ recovery-image] Feb 21 13:29:27.417 INFO O| Feb 21 13:29:27.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
56302025-02-21T13:29:28.437Z[ recovery-image] Feb 21 13:29:27.417 INFO O| Feb 21 13:29:27.417 INFO STEP 378 (remove_files) COMPLETE
56312025-02-21T13:29:28.441Z[ recovery-image] Feb 21 13:29:27.417 INFO O| Feb 21 13:29:27.417 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-02-21T13:29:28.467Z[ recovery-image] Feb 21 13:29:27.447 INFO O| Feb 21 13:29:27.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
56332025-02-21T13:29:28.467Z[ recovery-image] Feb 21 13:29:27.447 INFO O| Feb 21 13:29:27.446 INFO STEP 379 (remove_files) COMPLETE
56342025-02-21T13:29:28.467Z[ recovery-image] Feb 21 13:29:27.447 INFO O| Feb 21 13:29:27.446 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-02-21T13:29:28.506Z[ recovery-image] Feb 21 13:29:27.486 INFO O| Feb 21 13:29:27.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
56362025-02-21T13:29:28.506Z[ recovery-image] Feb 21 13:29:27.486 INFO O| Feb 21 13:29:27.486 INFO STEP 380 (remove_files) COMPLETE
56372025-02-21T13:29:28.506Z[ recovery-image] Feb 21 13:29:27.486 INFO O| Feb 21 13:29:27.486 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-02-21T13:29:28.585Z[ recovery-image] Feb 21 13:29:27.534 INFO O| Feb 21 13:29:27.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
56392025-02-21T13:29:28.585Z[ recovery-image] Feb 21 13:29:27.534 INFO O| Feb 21 13:29:27.534 INFO STEP 381 (remove_files) COMPLETE
56402025-02-21T13:29:28.585Z[ recovery-image] Feb 21 13:29:27.534 INFO O| Feb 21 13:29:27.534 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-02-21T13:29:28.600Z[ recovery-image] Feb 21 13:29:27.579 INFO O| Feb 21 13:29:27.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
56422025-02-21T13:29:28.600Z[ recovery-image] Feb 21 13:29:27.579 INFO O| Feb 21 13:29:27.579 INFO STEP 382 (remove_files) COMPLETE
56432025-02-21T13:29:28.600Z[ recovery-image] Feb 21 13:29:27.579 INFO O| Feb 21 13:29:27.579 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-02-21T13:29:28.639Z[ recovery-image] Feb 21 13:29:27.618 INFO O| Feb 21 13:29:27.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
56452025-02-21T13:29:28.639Z[ recovery-image] Feb 21 13:29:27.619 INFO O| Feb 21 13:29:27.619 INFO STEP 383 (remove_files) COMPLETE
56462025-02-21T13:29:28.639Z[ recovery-image] Feb 21 13:29:27.619 INFO O| Feb 21 13:29:27.619 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-02-21T13:29:28.657Z[ recovery-image] Feb 21 13:29:27.637 INFO O| Feb 21 13:29:27.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56482025-02-21T13:29:28.659Z[ recovery-image] Feb 21 13:29:27.637 INFO O| Feb 21 13:29:27.637 INFO STEP 384 (remove_files) COMPLETE
56492025-02-21T13:29:28.659Z[ recovery-image] Feb 21 13:29:27.637 INFO O| Feb 21 13:29:27.637 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-02-21T13:29:28.676Z[ recovery-image] Feb 21 13:29:27.656 INFO O| Feb 21 13:29:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56512025-02-21T13:29:28.679Z[ recovery-image] Feb 21 13:29:27.657 INFO O| Feb 21 13:29:27.657 INFO STEP 385 (remove_files) COMPLETE
56522025-02-21T13:29:28.679Z[ recovery-image] Feb 21 13:29:27.657 INFO O| Feb 21 13:29:27.657 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-02-21T13:29:28.696Z[ recovery-image] Feb 21 13:29:27.675 INFO O| Feb 21 13:29:27.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56542025-02-21T13:29:28.699Z[ recovery-image] Feb 21 13:29:27.676 INFO O| Feb 21 13:29:27.676 INFO STEP 386 (remove_files) COMPLETE
56552025-02-21T13:29:28.699Z[ recovery-image] Feb 21 13:29:27.676 INFO O| Feb 21 13:29:27.676 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-02-21T13:29:28.717Z[ recovery-image] Feb 21 13:29:27.697 INFO O| Feb 21 13:29:27.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56572025-02-21T13:29:28.717Z[ recovery-image] Feb 21 13:29:27.697 INFO O| Feb 21 13:29:27.697 INFO STEP 387 (remove_files) COMPLETE
56582025-02-21T13:29:28.719Z[ recovery-image] Feb 21 13:29:27.697 INFO O| Feb 21 13:29:27.697 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-02-21T13:29:28.738Z[ recovery-image] Feb 21 13:29:27.718 INFO O| Feb 21 13:29:27.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56602025-02-21T13:29:28.738Z[ recovery-image] Feb 21 13:29:27.718 INFO O| Feb 21 13:29:27.718 INFO STEP 388 (remove_files) COMPLETE
56612025-02-21T13:29:28.738Z[ recovery-image] Feb 21 13:29:27.718 INFO O| Feb 21 13:29:27.718 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-02-21T13:29:28.760Z[ recovery-image] Feb 21 13:29:27.740 INFO O| Feb 21 13:29:27.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56632025-02-21T13:29:28.760Z[ recovery-image] Feb 21 13:29:27.740 INFO O| Feb 21 13:29:27.740 INFO STEP 389 (remove_files) COMPLETE
56642025-02-21T13:29:28.762Z[ recovery-image] Feb 21 13:29:27.740 INFO O| Feb 21 13:29:27.740 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-02-21T13:29:28.782Z[ recovery-image] Feb 21 13:29:27.762 INFO O| Feb 21 13:29:27.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56662025-02-21T13:29:28.782Z[ recovery-image] Feb 21 13:29:27.762 INFO O| Feb 21 13:29:27.762 INFO STEP 390 (remove_files) COMPLETE
56672025-02-21T13:29:28.784Z[ recovery-image] Feb 21 13:29:27.762 INFO O| Feb 21 13:29:27.762 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-02-21T13:29:28.804Z[ recovery-image] Feb 21 13:29:27.784 INFO O| Feb 21 13:29:27.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56692025-02-21T13:29:28.806Z[ recovery-image] Feb 21 13:29:27.784 INFO O| Feb 21 13:29:27.784 INFO STEP 391 (remove_files) COMPLETE
56702025-02-21T13:29:28.806Z[ recovery-image] Feb 21 13:29:27.784 INFO O| Feb 21 13:29:27.784 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-02-21T13:29:28.826Z[ recovery-image] Feb 21 13:29:27.806 INFO O| Feb 21 13:29:27.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56722025-02-21T13:29:28.830Z[ recovery-image] Feb 21 13:29:27.806 INFO O| Feb 21 13:29:27.806 INFO STEP 392 (remove_files) COMPLETE
56732025-02-21T13:29:28.830Z[ recovery-image] Feb 21 13:29:27.806 INFO O| Feb 21 13:29:27.806 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-02-21T13:29:28.847Z[ recovery-image] Feb 21 13:29:27.827 INFO O| Feb 21 13:29:27.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56752025-02-21T13:29:28.847Z[ recovery-image] Feb 21 13:29:27.828 INFO O| Feb 21 13:29:27.827 INFO STEP 393 (remove_files) COMPLETE
56762025-02-21T13:29:28.850Z[ recovery-image] Feb 21 13:29:27.828 INFO O| Feb 21 13:29:27.828 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-02-21T13:29:28.869Z[ recovery-image] Feb 21 13:29:27.849 INFO O| Feb 21 13:29:27.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56782025-02-21T13:29:28.869Z[ recovery-image] Feb 21 13:29:27.849 INFO O| Feb 21 13:29:27.849 INFO STEP 394 (remove_files) COMPLETE
56792025-02-21T13:29:28.869Z[ recovery-image] Feb 21 13:29:27.849 INFO O| Feb 21 13:29:27.849 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-02-21T13:29:28.889Z[ recovery-image] Feb 21 13:29:27.869 INFO O| Feb 21 13:29:27.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56812025-02-21T13:29:28.889Z[ recovery-image] Feb 21 13:29:27.869 INFO O| Feb 21 13:29:27.869 INFO STEP 395 (remove_files) COMPLETE
56822025-02-21T13:29:28.892Z[ recovery-image] Feb 21 13:29:27.869 INFO O| Feb 21 13:29:27.869 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-02-21T13:29:28.910Z[ recovery-image] Feb 21 13:29:27.889 INFO O| Feb 21 13:29:27.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56842025-02-21T13:29:28.910Z[ recovery-image] Feb 21 13:29:27.889 INFO O| Feb 21 13:29:27.889 INFO STEP 396 (remove_files) COMPLETE
56852025-02-21T13:29:28.911Z[ recovery-image] Feb 21 13:29:27.889 INFO O| Feb 21 13:29:27.889 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-02-21T13:29:28.929Z[ recovery-image] Feb 21 13:29:27.909 INFO O| Feb 21 13:29:27.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56872025-02-21T13:29:28.929Z[ recovery-image] Feb 21 13:29:27.909 INFO O| Feb 21 13:29:27.909 INFO STEP 397 (remove_files) COMPLETE
56882025-02-21T13:29:28.932Z[ recovery-image] Feb 21 13:29:27.909 INFO O| Feb 21 13:29:27.909 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-02-21T13:29:28.948Z[ recovery-image] Feb 21 13:29:27.928 INFO O| Feb 21 13:29:27.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56902025-02-21T13:29:28.948Z[ recovery-image] Feb 21 13:29:27.928 INFO O| Feb 21 13:29:27.928 INFO STEP 398 (remove_files) COMPLETE
56912025-02-21T13:29:28.948Z[ recovery-image] Feb 21 13:29:27.928 INFO O| Feb 21 13:29:27.928 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-02-21T13:29:28.967Z[ recovery-image] Feb 21 13:29:27.947 INFO O| Feb 21 13:29:27.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56932025-02-21T13:29:28.967Z[ recovery-image] Feb 21 13:29:27.947 INFO O| Feb 21 13:29:27.947 INFO STEP 399 (remove_files) COMPLETE
56942025-02-21T13:29:28.969Z[ recovery-image] Feb 21 13:29:27.947 INFO O| Feb 21 13:29:27.947 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-02-21T13:29:28.987Z[ recovery-image] Feb 21 13:29:27.967 INFO O| Feb 21 13:29:27.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56962025-02-21T13:29:28.987Z[ recovery-image] Feb 21 13:29:27.967 INFO O| Feb 21 13:29:27.967 INFO STEP 400 (remove_files) COMPLETE
56972025-02-21T13:29:28.987Z[ recovery-image] Feb 21 13:29:27.967 INFO O| Feb 21 13:29:27.967 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-02-21T13:29:29.007Z[ recovery-image] Feb 21 13:29:27.986 INFO O| Feb 21 13:29:27.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56992025-02-21T13:29:29.007Z[ recovery-image] Feb 21 13:29:27.986 INFO O| Feb 21 13:29:27.986 INFO STEP 401 (remove_files) COMPLETE
57002025-02-21T13:29:29.010Z[ recovery-image] Feb 21 13:29:27.986 INFO O| Feb 21 13:29:27.986 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-02-21T13:29:29.025Z[ recovery-image] Feb 21 13:29:28.004 INFO O| Feb 21 13:29:28.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
57022025-02-21T13:29:29.025Z[ recovery-image] Feb 21 13:29:28.004 INFO O| Feb 21 13:29:28.004 INFO STEP 402 (remove_files) COMPLETE
57032025-02-21T13:29:29.026Z[ recovery-image] Feb 21 13:29:28.004 INFO O| Feb 21 13:29:28.004 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-02-21T13:29:29.045Z[ recovery-image] Feb 21 13:29:28.024 INFO O| Feb 21 13:29:28.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
57052025-02-21T13:29:29.045Z[ recovery-image] Feb 21 13:29:28.024 INFO O| Feb 21 13:29:28.024 INFO STEP 403 (remove_files) COMPLETE
57062025-02-21T13:29:29.049Z[ recovery-image] Feb 21 13:29:28.024 INFO O| Feb 21 13:29:28.024 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-02-21T13:29:29.065Z[ recovery-image] Feb 21 13:29:28.044 INFO O| Feb 21 13:29:28.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
57082025-02-21T13:29:29.065Z[ recovery-image] Feb 21 13:29:28.044 INFO O| Feb 21 13:29:28.044 INFO STEP 404 (remove_files) COMPLETE
57092025-02-21T13:29:29.065Z[ recovery-image] Feb 21 13:29:28.044 INFO O| Feb 21 13:29:28.044 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-02-21T13:29:29.084Z[ recovery-image] Feb 21 13:29:28.064 INFO O| Feb 21 13:29:28.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
57112025-02-21T13:29:29.084Z[ recovery-image] Feb 21 13:29:28.065 INFO O| Feb 21 13:29:28.064 INFO STEP 405 (remove_files) COMPLETE
57122025-02-21T13:29:29.084Z[ recovery-image] Feb 21 13:29:28.065 INFO O| Feb 21 13:29:28.065 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-02-21T13:29:29.151Z[ recovery-image] Feb 21 13:29:28.131 INFO O| Feb 21 13:29:28.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
57142025-02-21T13:29:29.151Z[ recovery-image] Feb 21 13:29:28.131 INFO O| Feb 21 13:29:28.131 INFO STEP 406 (remove_files) COMPLETE
57152025-02-21T13:29:29.151Z[ recovery-image] Feb 21 13:29:28.131 INFO O| Feb 21 13:29:28.131 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-02-21T13:29:29.173Z[ recovery-image] Feb 21 13:29:28.153 INFO O| Feb 21 13:29:28.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
57172025-02-21T13:29:29.173Z[ recovery-image] Feb 21 13:29:28.153 INFO O| Feb 21 13:29:28.153 INFO STEP 407 (remove_files) COMPLETE
57182025-02-21T13:29:29.173Z[ recovery-image] Feb 21 13:29:28.153 INFO O| Feb 21 13:29:28.153 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-02-21T13:29:29.232Z[ recovery-image] Feb 21 13:29:28.212 INFO O| Feb 21 13:29:28.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
57202025-02-21T13:29:29.232Z[ recovery-image] Feb 21 13:29:28.212 INFO O| Feb 21 13:29:28.212 INFO STEP 408 (remove_files) COMPLETE
57212025-02-21T13:29:29.232Z[ recovery-image] Feb 21 13:29:28.212 INFO O| Feb 21 13:29:28.212 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-02-21T13:29:29.295Z[ recovery-image] Feb 21 13:29:28.274 INFO O| Feb 21 13:29:28.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
57232025-02-21T13:29:29.295Z[ recovery-image] Feb 21 13:29:28.274 INFO O| Feb 21 13:29:28.274 INFO STEP 409 (remove_files) COMPLETE
57242025-02-21T13:29:29.299Z[ recovery-image] Feb 21 13:29:28.274 INFO O| Feb 21 13:29:28.274 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-02-21T13:29:29.330Z[ recovery-image] Feb 21 13:29:28.310 INFO O| Feb 21 13:29:28.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
57262025-02-21T13:29:29.330Z[ recovery-image] Feb 21 13:29:28.310 INFO O| Feb 21 13:29:28.310 INFO STEP 410 (remove_files) COMPLETE
57272025-02-21T13:29:29.330Z[ recovery-image] Feb 21 13:29:28.310 INFO O| Feb 21 13:29:28.310 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-02-21T13:29:29.361Z[ recovery-image] Feb 21 13:29:28.341 INFO O| Feb 21 13:29:28.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
57292025-02-21T13:29:29.363Z[ recovery-image] Feb 21 13:29:28.341 INFO O| Feb 21 13:29:28.341 INFO STEP 411 (remove_files) COMPLETE
57302025-02-21T13:29:29.363Z[ recovery-image] Feb 21 13:29:28.341 INFO O| Feb 21 13:29:28.341 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-02-21T13:29:29.380Z[ recovery-image] Feb 21 13:29:28.361 INFO O| Feb 21 13:29:28.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
57322025-02-21T13:29:29.381Z[ recovery-image] Feb 21 13:29:28.361 INFO O| Feb 21 13:29:28.361 INFO STEP 412 (remove_files) COMPLETE
57332025-02-21T13:29:29.384Z[ recovery-image] Feb 21 13:29:28.361 INFO O| Feb 21 13:29:28.361 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342025-02-21T13:29:29.407Z[ recovery-image] Feb 21 13:29:28.387 INFO O| Feb 21 13:29:28.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
57352025-02-21T13:29:29.407Z[ recovery-image] Feb 21 13:29:28.387 INFO O| Feb 21 13:29:28.387 INFO STEP 413 (remove_files) COMPLETE
57362025-02-21T13:29:29.407Z[ recovery-image] Feb 21 13:29:28.387 INFO O| Feb 21 13:29:28.387 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-02-21T13:29:29.429Z[ recovery-image] Feb 21 13:29:28.409 INFO O| Feb 21 13:29:28.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
57382025-02-21T13:29:29.429Z[ recovery-image] Feb 21 13:29:28.409 INFO O| Feb 21 13:29:28.409 INFO STEP 414 (remove_files) COMPLETE
57392025-02-21T13:29:29.432Z[ recovery-image] Feb 21 13:29:28.409 INFO O| Feb 21 13:29:28.409 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-02-21T13:29:29.493Z[ recovery-image] Feb 21 13:29:28.473 INFO O| Feb 21 13:29:28.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
57412025-02-21T13:29:29.493Z[ recovery-image] Feb 21 13:29:28.473 INFO O| Feb 21 13:29:28.473 INFO STEP 415 (remove_files) COMPLETE
57422025-02-21T13:29:29.496Z[ recovery-image] Feb 21 13:29:28.473 INFO O| Feb 21 13:29:28.473 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-02-21T13:29:29.514Z[ recovery-image] Feb 21 13:29:28.494 INFO O| Feb 21 13:29:28.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
57442025-02-21T13:29:29.514Z[ recovery-image] Feb 21 13:29:28.494 INFO O| Feb 21 13:29:28.494 INFO STEP 416 (remove_files) COMPLETE
57452025-02-21T13:29:29.518Z[ recovery-image] Feb 21 13:29:28.494 INFO O| Feb 21 13:29:28.494 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-02-21T13:29:29.537Z[ recovery-image] Feb 21 13:29:28.517 INFO O| Feb 21 13:29:28.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57472025-02-21T13:29:29.537Z[ recovery-image] Feb 21 13:29:28.517 INFO O| Feb 21 13:29:28.517 INFO STEP 417 (remove_files) COMPLETE
57482025-02-21T13:29:29.537Z[ recovery-image] Feb 21 13:29:28.517 INFO O| Feb 21 13:29:28.517 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-02-21T13:29:29.564Z[ recovery-image] Feb 21 13:29:28.544 INFO O| Feb 21 13:29:28.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57502025-02-21T13:29:29.564Z[ recovery-image] Feb 21 13:29:28.544 INFO O| Feb 21 13:29:28.544 INFO STEP 418 (remove_files) COMPLETE
57512025-02-21T13:29:29.564Z[ recovery-image] Feb 21 13:29:28.544 INFO O| Feb 21 13:29:28.544 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-02-21T13:29:29.586Z[ recovery-image] Feb 21 13:29:28.566 INFO O| Feb 21 13:29:28.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57532025-02-21T13:29:29.586Z[ recovery-image] Feb 21 13:29:28.566 INFO O| Feb 21 13:29:28.566 INFO STEP 419 (remove_files) COMPLETE
57542025-02-21T13:29:29.586Z[ recovery-image] Feb 21 13:29:28.566 INFO O| Feb 21 13:29:28.566 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-02-21T13:29:29.606Z[ recovery-image] Feb 21 13:29:28.586 INFO O| Feb 21 13:29:28.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57562025-02-21T13:29:29.606Z[ recovery-image] Feb 21 13:29:28.586 INFO O| Feb 21 13:29:28.586 INFO STEP 420 (remove_files) COMPLETE
57572025-02-21T13:29:29.609Z[ recovery-image] Feb 21 13:29:28.586 INFO O| Feb 21 13:29:28.586 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-02-21T13:29:29.643Z[ recovery-image] Feb 21 13:29:28.623 INFO O| Feb 21 13:29:28.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57592025-02-21T13:29:29.643Z[ recovery-image] Feb 21 13:29:28.623 INFO O| Feb 21 13:29:28.623 INFO STEP 421 (remove_files) COMPLETE
57602025-02-21T13:29:29.643Z[ recovery-image] Feb 21 13:29:28.623 INFO O| Feb 21 13:29:28.623 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-02-21T13:29:29.666Z[ recovery-image] Feb 21 13:29:28.646 INFO O| Feb 21 13:29:28.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57622025-02-21T13:29:29.666Z[ recovery-image] Feb 21 13:29:28.646 INFO O| Feb 21 13:29:28.646 INFO STEP 422 (remove_files) COMPLETE
57632025-02-21T13:29:29.666Z[ recovery-image] Feb 21 13:29:28.646 INFO O| Feb 21 13:29:28.646 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-02-21T13:29:29.711Z[ recovery-image] Feb 21 13:29:28.691 INFO O| Feb 21 13:29:28.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57652025-02-21T13:29:29.711Z[ recovery-image] Feb 21 13:29:28.691 INFO O| Feb 21 13:29:28.691 INFO STEP 423 (remove_files) COMPLETE
57662025-02-21T13:29:29.711Z[ recovery-image] Feb 21 13:29:28.691 INFO O| Feb 21 13:29:28.691 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-02-21T13:29:29.732Z[ recovery-image] Feb 21 13:29:28.711 INFO O| Feb 21 13:29:28.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57682025-02-21T13:29:29.732Z[ recovery-image] Feb 21 13:29:28.712 INFO O| Feb 21 13:29:28.712 INFO STEP 424 (remove_files) COMPLETE
57692025-02-21T13:29:29.732Z[ recovery-image] Feb 21 13:29:28.712 INFO O| Feb 21 13:29:28.712 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-02-21T13:29:29.753Z[ recovery-image] Feb 21 13:29:28.733 INFO O| Feb 21 13:29:28.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57712025-02-21T13:29:29.753Z[ recovery-image] Feb 21 13:29:28.733 INFO O| Feb 21 13:29:28.733 INFO STEP 425 (remove_files) COMPLETE
57722025-02-21T13:29:29.753Z[ recovery-image] Feb 21 13:29:28.733 INFO O| Feb 21 13:29:28.733 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-02-21T13:29:29.789Z[ recovery-image] Feb 21 13:29:28.769 INFO O| Feb 21 13:29:28.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57742025-02-21T13:29:29.793Z[ recovery-image] Feb 21 13:29:28.769 INFO O| Feb 21 13:29:28.769 INFO STEP 426 (remove_files) COMPLETE
57752025-02-21T13:29:29.793Z[ recovery-image] Feb 21 13:29:28.769 INFO O| Feb 21 13:29:28.769 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-02-21T13:29:29.845Z[ recovery-image] Feb 21 13:29:28.825 INFO O| Feb 21 13:29:28.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57772025-02-21T13:29:29.870Z[ recovery-image] Feb 21 13:29:28.850 INFO O| Feb 21 13:29:28.850 INFO STEP 427 (remove_files) COMPLETE
57782025-02-21T13:29:29.870Z[ recovery-image] Feb 21 13:29:28.850 INFO O| Feb 21 13:29:28.850 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-02-21T13:29:29.927Z[ recovery-image] Feb 21 13:29:28.907 INFO O| Feb 21 13:29:28.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57802025-02-21T13:29:29.927Z[ recovery-image] Feb 21 13:29:28.907 INFO O| Feb 21 13:29:28.907 INFO STEP 428 (remove_files) COMPLETE
57812025-02-21T13:29:29.927Z[ recovery-image] Feb 21 13:29:28.907 INFO O| Feb 21 13:29:28.907 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-02-21T13:29:30.059Z[ recovery-image] Feb 21 13:29:29.039 INFO O| Feb 21 13:29:29.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57832025-02-21T13:29:30.059Z[ recovery-image] Feb 21 13:29:29.039 INFO O| Feb 21 13:29:29.020 INFO STEP 429 (remove_files) COMPLETE
57842025-02-21T13:29:30.063Z[ recovery-image] Feb 21 13:29:29.039 INFO O| Feb 21 13:29:29.020 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-02-21T13:29:30.067Z[ recovery-image] Feb 21 13:29:29.047 INFO O| Feb 21 13:29:29.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57862025-02-21T13:29:30.067Z[ recovery-image] Feb 21 13:29:29.047 INFO O| Feb 21 13:29:29.047 INFO STEP 430 (remove_files) COMPLETE
57872025-02-21T13:29:30.067Z[ recovery-image] Feb 21 13:29:29.047 INFO O| Feb 21 13:29:29.047 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-02-21T13:29:30.094Z[ recovery-image] Feb 21 13:29:29.073 INFO O| Feb 21 13:29:29.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57892025-02-21T13:29:30.094Z[ recovery-image] Feb 21 13:29:29.073 INFO O| Feb 21 13:29:29.073 INFO STEP 431 (remove_files) COMPLETE
57902025-02-21T13:29:30.094Z[ recovery-image] Feb 21 13:29:29.073 INFO O| Feb 21 13:29:29.073 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-02-21T13:29:30.113Z[ recovery-image] Feb 21 13:29:29.092 INFO O| Feb 21 13:29:29.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57922025-02-21T13:29:30.113Z[ recovery-image] Feb 21 13:29:29.092 INFO O| Feb 21 13:29:29.092 INFO STEP 432 (remove_files) COMPLETE
57932025-02-21T13:29:30.116Z[ recovery-image] Feb 21 13:29:29.092 INFO O| Feb 21 13:29:29.092 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-02-21T13:29:30.151Z[ recovery-image] Feb 21 13:29:29.130 INFO O| Feb 21 13:29:29.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57952025-02-21T13:29:30.151Z[ recovery-image] Feb 21 13:29:29.130 INFO O| Feb 21 13:29:29.128 INFO STEP 433 (remove_files) COMPLETE
57962025-02-21T13:29:30.151Z[ recovery-image] Feb 21 13:29:29.130 INFO O| Feb 21 13:29:29.128 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-02-21T13:29:30.167Z[ recovery-image] Feb 21 13:29:29.147 INFO O| Feb 21 13:29:29.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57982025-02-21T13:29:30.167Z[ recovery-image] Feb 21 13:29:29.147 INFO O| Feb 21 13:29:29.147 INFO STEP 434 (remove_files) COMPLETE
57992025-02-21T13:29:30.167Z[ recovery-image] Feb 21 13:29:29.147 INFO O| Feb 21 13:29:29.147 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-02-21T13:29:30.188Z[ recovery-image] Feb 21 13:29:29.168 INFO O| Feb 21 13:29:29.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
58012025-02-21T13:29:30.188Z[ recovery-image] Feb 21 13:29:29.168 INFO O| Feb 21 13:29:29.168 INFO STEP 435 (remove_files) COMPLETE
58022025-02-21T13:29:30.190Z[ recovery-image] Feb 21 13:29:29.168 INFO O| Feb 21 13:29:29.168 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-02-21T13:29:30.272Z[ recovery-image] Feb 21 13:29:29.252 INFO O| Feb 21 13:29:29.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
58042025-02-21T13:29:30.275Z[ recovery-image] Feb 21 13:29:29.252 INFO O| Feb 21 13:29:29.252 INFO STEP 436 (remove_files) COMPLETE
58052025-02-21T13:29:30.275Z[ recovery-image] Feb 21 13:29:29.252 INFO O| Feb 21 13:29:29.252 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-02-21T13:29:30.343Z[ recovery-image] Feb 21 13:29:29.320 INFO O| Feb 21 13:29:29.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
58072025-02-21T13:29:30.346Z[ recovery-image] Feb 21 13:29:29.321 INFO O| Feb 21 13:29:29.321 INFO STEP 437 (remove_files) COMPLETE
58082025-02-21T13:29:30.346Z[ recovery-image] Feb 21 13:29:29.321 INFO O| Feb 21 13:29:29.321 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-02-21T13:29:30.364Z[ recovery-image] Feb 21 13:29:29.341 INFO O| Feb 21 13:29:29.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
58102025-02-21T13:29:30.364Z[ recovery-image] Feb 21 13:29:29.342 INFO O| Feb 21 13:29:29.342 INFO STEP 438 (remove_files) COMPLETE
58112025-02-21T13:29:30.364Z[ recovery-image] Feb 21 13:29:29.342 INFO O| Feb 21 13:29:29.342 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-02-21T13:29:30.382Z[ recovery-image] Feb 21 13:29:29.361 INFO O| Feb 21 13:29:29.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
58132025-02-21T13:29:30.382Z[ recovery-image] Feb 21 13:29:29.361 INFO O| Feb 21 13:29:29.361 INFO STEP 439 (remove_files) COMPLETE
58142025-02-21T13:29:30.382Z[ recovery-image] Feb 21 13:29:29.362 INFO O| Feb 21 13:29:29.361 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152025-02-21T13:29:30.405Z[ recovery-image] Feb 21 13:29:29.384 INFO O| Feb 21 13:29:29.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
58162025-02-21T13:29:30.405Z[ recovery-image] Feb 21 13:29:29.384 INFO O| Feb 21 13:29:29.384 INFO STEP 440 (remove_files) COMPLETE
58172025-02-21T13:29:30.405Z[ recovery-image] Feb 21 13:29:29.384 INFO O| Feb 21 13:29:29.384 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182025-02-21T13:29:30.442Z[ recovery-image] Feb 21 13:29:29.422 INFO O| Feb 21 13:29:29.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
58192025-02-21T13:29:30.445Z[ recovery-image] Feb 21 13:29:29.422 INFO O| Feb 21 13:29:29.422 INFO STEP 441 (remove_files) COMPLETE
58202025-02-21T13:29:30.445Z[ recovery-image] Feb 21 13:29:29.422 INFO O| Feb 21 13:29:29.422 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212025-02-21T13:29:30.464Z[ recovery-image] Feb 21 13:29:29.444 INFO O| Feb 21 13:29:29.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
58222025-02-21T13:29:30.467Z[ recovery-image] Feb 21 13:29:29.445 INFO O| Feb 21 13:29:29.445 INFO STEP 442 (remove_files) COMPLETE
58232025-02-21T13:29:30.467Z[ recovery-image] Feb 21 13:29:29.445 INFO O| Feb 21 13:29:29.445 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242025-02-21T13:29:30.484Z[ recovery-image] Feb 21 13:29:29.464 INFO O| Feb 21 13:29:29.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
58252025-02-21T13:29:30.487Z[ recovery-image] Feb 21 13:29:29.464 INFO O| Feb 21 13:29:29.464 INFO STEP 443 (remove_files) COMPLETE
58262025-02-21T13:29:30.487Z[ recovery-image] Feb 21 13:29:29.465 INFO O| Feb 21 13:29:29.465 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272025-02-21T13:29:30.503Z[ recovery-image] Feb 21 13:29:29.483 INFO O| Feb 21 13:29:29.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
58282025-02-21T13:29:30.506Z[ recovery-image] Feb 21 13:29:29.483 INFO O| Feb 21 13:29:29.483 INFO STEP 444 (remove_files) COMPLETE
58292025-02-21T13:29:30.506Z[ recovery-image] Feb 21 13:29:29.484 INFO O| Feb 21 13:29:29.484 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302025-02-21T13:29:30.523Z[ recovery-image] Feb 21 13:29:29.503 INFO O| Feb 21 13:29:29.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
58312025-02-21T13:29:30.523Z[ recovery-image] Feb 21 13:29:29.503 INFO O| Feb 21 13:29:29.503 INFO STEP 445 (remove_files) COMPLETE
58322025-02-21T13:29:30.526Z[ recovery-image] Feb 21 13:29:29.503 INFO O| Feb 21 13:29:29.503 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332025-02-21T13:29:30.544Z[ recovery-image] Feb 21 13:29:29.524 INFO O| Feb 21 13:29:29.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
58342025-02-21T13:29:30.556Z[ recovery-image] Feb 21 13:29:29.536 INFO O| Feb 21 13:29:29.536 INFO STEP 446 (remove_files) COMPLETE
58352025-02-21T13:29:30.556Z[ recovery-image] Feb 21 13:29:29.536 INFO O| Feb 21 13:29:29.536 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362025-02-21T13:29:30.578Z[ recovery-image] Feb 21 13:29:29.557 INFO O| Feb 21 13:29:29.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
58372025-02-21T13:29:30.578Z[ recovery-image] Feb 21 13:29:29.558 INFO O| Feb 21 13:29:29.558 INFO STEP 447 (remove_files) COMPLETE
58382025-02-21T13:29:30.581Z[ recovery-image] Feb 21 13:29:29.558 INFO O| Feb 21 13:29:29.558 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392025-02-21T13:29:30.606Z[ recovery-image] Feb 21 13:29:29.586 INFO O| Feb 21 13:29:29.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
58402025-02-21T13:29:30.609Z[ recovery-image] Feb 21 13:29:29.587 INFO O| Feb 21 13:29:29.586 INFO STEP 448 (remove_files) COMPLETE
58412025-02-21T13:29:30.609Z[ recovery-image] Feb 21 13:29:29.587 INFO O| Feb 21 13:29:29.587 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422025-02-21T13:29:30.628Z[ recovery-image] Feb 21 13:29:29.608 INFO O| Feb 21 13:29:29.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58432025-02-21T13:29:30.632Z[ recovery-image] Feb 21 13:29:29.608 INFO O| Feb 21 13:29:29.608 INFO STEP 449 (remove_files) COMPLETE
58442025-02-21T13:29:30.632Z[ recovery-image] Feb 21 13:29:29.608 INFO O| Feb 21 13:29:29.608 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-02-21T13:29:30.710Z[ recovery-image] Feb 21 13:29:29.689 INFO O| Feb 21 13:29:29.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58462025-02-21T13:29:30.710Z[ recovery-image] Feb 21 13:29:29.689 INFO O| Feb 21 13:29:29.689 INFO STEP 450 (remove_files) COMPLETE
58472025-02-21T13:29:30.710Z[ recovery-image] Feb 21 13:29:29.689 INFO O| Feb 21 13:29:29.689 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-02-21T13:29:30.770Z[ recovery-image] Feb 21 13:29:29.750 INFO O| Feb 21 13:29:29.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58492025-02-21T13:29:30.770Z[ recovery-image] Feb 21 13:29:29.750 INFO O| Feb 21 13:29:29.750 INFO STEP 451 (remove_files) COMPLETE
58502025-02-21T13:29:30.770Z[ recovery-image] Feb 21 13:29:29.750 INFO O| Feb 21 13:29:29.750 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512025-02-21T13:29:30.787Z[ recovery-image] Feb 21 13:29:29.767 INFO O| Feb 21 13:29:29.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58522025-02-21T13:29:30.788Z[ recovery-image] Feb 21 13:29:29.768 INFO O| Feb 21 13:29:29.768 INFO STEP 452 (remove_files) COMPLETE
58532025-02-21T13:29:30.790Z[ recovery-image] Feb 21 13:29:29.768 INFO O| Feb 21 13:29:29.768 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542025-02-21T13:29:30.806Z[ recovery-image] Feb 21 13:29:29.786 INFO O| Feb 21 13:29:29.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58552025-02-21T13:29:30.818Z[ recovery-image] Feb 21 13:29:29.798 INFO O| Feb 21 13:29:29.798 INFO STEP 453 (remove_files) COMPLETE
58562025-02-21T13:29:30.818Z[ recovery-image] Feb 21 13:29:29.798 INFO O| Feb 21 13:29:29.798 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572025-02-21T13:29:30.854Z[ recovery-image] Feb 21 13:29:29.833 INFO O| Feb 21 13:29:29.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58582025-02-21T13:29:30.854Z[ recovery-image] Feb 21 13:29:29.833 INFO O| Feb 21 13:29:29.833 INFO STEP 454 (remove_files) COMPLETE
58592025-02-21T13:29:30.854Z[ recovery-image] Feb 21 13:29:29.833 INFO O| Feb 21 13:29:29.833 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-02-21T13:29:30.892Z[ recovery-image] Feb 21 13:29:29.872 INFO O| Feb 21 13:29:29.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58612025-02-21T13:29:30.892Z[ recovery-image] Feb 21 13:29:29.872 INFO O| Feb 21 13:29:29.872 INFO STEP 455 (remove_files) COMPLETE
58622025-02-21T13:29:30.892Z[ recovery-image] Feb 21 13:29:29.872 INFO O| Feb 21 13:29:29.872 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-02-21T13:29:30.951Z[ recovery-image] Feb 21 13:29:29.931 INFO O| Feb 21 13:29:29.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58642025-02-21T13:29:30.951Z[ recovery-image] Feb 21 13:29:29.931 INFO O| Feb 21 13:29:29.931 INFO STEP 456 (remove_files) COMPLETE
58652025-02-21T13:29:30.951Z[ recovery-image] Feb 21 13:29:29.931 INFO O| Feb 21 13:29:29.931 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-02-21T13:29:31.038Z[ recovery-image] Feb 21 13:29:30.018 INFO O| Feb 21 13:29:30.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58672025-02-21T13:29:31.038Z[ recovery-image] Feb 21 13:29:30.018 INFO O| Feb 21 13:29:30.018 INFO STEP 457 (remove_files) COMPLETE
58682025-02-21T13:29:31.041Z[ recovery-image] Feb 21 13:29:30.018 INFO O| Feb 21 13:29:30.018 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692025-02-21T13:29:31.076Z[ recovery-image] Feb 21 13:29:30.056 INFO O| Feb 21 13:29:30.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58702025-02-21T13:29:31.076Z[ recovery-image] Feb 21 13:29:30.056 INFO O| Feb 21 13:29:30.056 INFO STEP 458 (remove_files) COMPLETE
58712025-02-21T13:29:31.076Z[ recovery-image] Feb 21 13:29:30.056 INFO O| Feb 21 13:29:30.056 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722025-02-21T13:29:31.109Z[ recovery-image] Feb 21 13:29:30.088 INFO O| Feb 21 13:29:30.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58732025-02-21T13:29:31.112Z[ recovery-image] Feb 21 13:29:30.089 INFO O| Feb 21 13:29:30.089 INFO STEP 459 (remove_files) COMPLETE
58742025-02-21T13:29:31.112Z[ recovery-image] Feb 21 13:29:30.089 INFO O| Feb 21 13:29:30.089 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-02-21T13:29:31.131Z[ recovery-image] Feb 21 13:29:30.111 INFO O| Feb 21 13:29:30.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58762025-02-21T13:29:31.134Z[ recovery-image] Feb 21 13:29:30.111 INFO O| Feb 21 13:29:30.111 INFO STEP 460 (remove_files) COMPLETE
58772025-02-21T13:29:31.134Z[ recovery-image] Feb 21 13:29:30.111 INFO O| Feb 21 13:29:30.111 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-02-21T13:29:31.155Z[ recovery-image] Feb 21 13:29:30.135 INFO O| Feb 21 13:29:30.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58792025-02-21T13:29:31.155Z[ recovery-image] Feb 21 13:29:30.135 INFO O| Feb 21 13:29:30.135 INFO STEP 461 (remove_files) COMPLETE
58802025-02-21T13:29:31.155Z[ recovery-image] Feb 21 13:29:30.135 INFO O| Feb 21 13:29:30.135 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812025-02-21T13:29:31.180Z[ recovery-image] Feb 21 13:29:30.160 INFO O| Feb 21 13:29:30.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58822025-02-21T13:29:31.180Z[ recovery-image] Feb 21 13:29:30.160 INFO O| Feb 21 13:29:30.160 INFO STEP 462 (remove_files) COMPLETE
58832025-02-21T13:29:31.180Z[ recovery-image] Feb 21 13:29:30.160 INFO O| Feb 21 13:29:30.160 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842025-02-21T13:29:31.222Z[ recovery-image] Feb 21 13:29:30.202 INFO O| Feb 21 13:29:30.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58852025-02-21T13:29:31.222Z[ recovery-image] Feb 21 13:29:30.202 INFO O| Feb 21 13:29:30.202 INFO STEP 463 (remove_files) COMPLETE
58862025-02-21T13:29:31.225Z[ recovery-image] Feb 21 13:29:30.202 INFO O| Feb 21 13:29:30.202 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-02-21T13:29:31.246Z[ recovery-image] Feb 21 13:29:30.225 INFO O| Feb 21 13:29:30.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58882025-02-21T13:29:31.248Z[ recovery-image] Feb 21 13:29:30.226 INFO O| Feb 21 13:29:30.226 INFO STEP 464 (remove_files) COMPLETE
58892025-02-21T13:29:31.248Z[ recovery-image] Feb 21 13:29:30.226 INFO O| Feb 21 13:29:30.226 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-02-21T13:29:31.298Z[ recovery-image] Feb 21 13:29:30.277 INFO O| Feb 21 13:29:30.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58912025-02-21T13:29:31.298Z[ recovery-image] Feb 21 13:29:30.278 INFO O| Feb 21 13:29:30.278 INFO STEP 465 (remove_files) COMPLETE
58922025-02-21T13:29:31.298Z[ recovery-image] Feb 21 13:29:30.278 INFO O| Feb 21 13:29:30.278 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-02-21T13:29:31.318Z[ recovery-image] Feb 21 13:29:30.298 INFO O| Feb 21 13:29:30.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58942025-02-21T13:29:31.318Z[ recovery-image] Feb 21 13:29:30.298 INFO O| Feb 21 13:29:30.298 INFO STEP 466 (remove_files) COMPLETE
58952025-02-21T13:29:31.320Z[ recovery-image] Feb 21 13:29:30.298 INFO O| Feb 21 13:29:30.298 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-02-21T13:29:31.338Z[ recovery-image] Feb 21 13:29:30.318 INFO O| Feb 21 13:29:30.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58972025-02-21T13:29:31.338Z[ recovery-image] Feb 21 13:29:30.318 INFO O| Feb 21 13:29:30.318 INFO STEP 467 (remove_files) COMPLETE
58982025-02-21T13:29:31.338Z[ recovery-image] Feb 21 13:29:30.318 INFO O| Feb 21 13:29:30.318 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-02-21T13:29:31.357Z[ recovery-image] Feb 21 13:29:30.337 INFO O| Feb 21 13:29:30.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
59002025-02-21T13:29:31.357Z[ recovery-image] Feb 21 13:29:30.337 INFO O| Feb 21 13:29:30.337 INFO STEP 468 (remove_files) COMPLETE
59012025-02-21T13:29:31.357Z[ recovery-image] Feb 21 13:29:30.337 INFO O| Feb 21 13:29:30.337 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-02-21T13:29:31.376Z[ recovery-image] Feb 21 13:29:30.356 INFO O| Feb 21 13:29:30.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
59032025-02-21T13:29:31.376Z[ recovery-image] Feb 21 13:29:30.356 INFO O| Feb 21 13:29:30.356 INFO STEP 469 (remove_files) COMPLETE
59042025-02-21T13:29:31.376Z[ recovery-image] Feb 21 13:29:30.356 INFO O| Feb 21 13:29:30.356 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-02-21T13:29:31.400Z[ recovery-image] Feb 21 13:29:30.380 INFO O| Feb 21 13:29:30.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
59062025-02-21T13:29:31.400Z[ recovery-image] Feb 21 13:29:30.380 INFO O| Feb 21 13:29:30.380 INFO STEP 470 (remove_files) COMPLETE
59072025-02-21T13:29:31.400Z[ recovery-image] Feb 21 13:29:30.380 INFO O| Feb 21 13:29:30.380 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-02-21T13:29:31.422Z[ recovery-image] Feb 21 13:29:30.402 INFO O| Feb 21 13:29:30.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
59092025-02-21T13:29:31.422Z[ recovery-image] Feb 21 13:29:30.402 INFO O| Feb 21 13:29:30.402 INFO STEP 471 (remove_files) COMPLETE
59102025-02-21T13:29:31.422Z[ recovery-image] Feb 21 13:29:30.402 INFO O| Feb 21 13:29:30.402 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-02-21T13:29:31.448Z[ recovery-image] Feb 21 13:29:30.427 INFO O| Feb 21 13:29:30.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
59122025-02-21T13:29:31.448Z[ recovery-image] Feb 21 13:29:30.427 INFO O| Feb 21 13:29:30.427 INFO STEP 472 (remove_files) COMPLETE
59132025-02-21T13:29:31.448Z[ recovery-image] Feb 21 13:29:30.427 INFO O| Feb 21 13:29:30.427 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-02-21T13:29:31.473Z[ recovery-image] Feb 21 13:29:30.452 INFO O| Feb 21 13:29:30.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
59152025-02-21T13:29:31.473Z[ recovery-image] Feb 21 13:29:30.452 INFO O| Feb 21 13:29:30.452 INFO STEP 473 (remove_files) COMPLETE
59162025-02-21T13:29:31.473Z[ recovery-image] Feb 21 13:29:30.452 INFO O| Feb 21 13:29:30.452 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-02-21T13:29:31.494Z[ recovery-image] Feb 21 13:29:30.474 INFO O| Feb 21 13:29:30.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
59182025-02-21T13:29:31.498Z[ recovery-image] Feb 21 13:29:30.477 INFO O| Feb 21 13:29:30.477 INFO STEP 474 (remove_files) COMPLETE
59192025-02-21T13:29:31.498Z[ recovery-image] Feb 21 13:29:30.477 INFO O| Feb 21 13:29:30.477 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-02-21T13:29:31.533Z[ recovery-image] Feb 21 13:29:30.513 INFO O| Feb 21 13:29:30.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
59212025-02-21T13:29:31.533Z[ recovery-image] Feb 21 13:29:30.513 INFO O| Feb 21 13:29:30.513 INFO STEP 475 (remove_files) COMPLETE
59222025-02-21T13:29:31.533Z[ recovery-image] Feb 21 13:29:30.513 INFO O| Feb 21 13:29:30.513 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-02-21T13:29:31.575Z[ recovery-image] Feb 21 13:29:30.555 INFO O| Feb 21 13:29:30.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
59242025-02-21T13:29:31.575Z[ recovery-image] Feb 21 13:29:30.555 INFO O| Feb 21 13:29:30.555 INFO STEP 476 (remove_files) COMPLETE
59252025-02-21T13:29:31.578Z[ recovery-image] Feb 21 13:29:30.555 INFO O| Feb 21 13:29:30.555 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-02-21T13:29:31.598Z[ recovery-image] Feb 21 13:29:30.578 INFO O| Feb 21 13:29:30.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
59272025-02-21T13:29:31.598Z[ recovery-image] Feb 21 13:29:30.578 INFO O| Feb 21 13:29:30.578 INFO STEP 477 (remove_files) COMPLETE
59282025-02-21T13:29:31.598Z[ recovery-image] Feb 21 13:29:30.578 INFO O| Feb 21 13:29:30.578 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-02-21T13:29:31.622Z[ recovery-image] Feb 21 13:29:30.602 INFO O| Feb 21 13:29:30.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
59302025-02-21T13:29:31.626Z[ recovery-image] Feb 21 13:29:30.602 INFO O| Feb 21 13:29:30.602 INFO STEP 478 (remove_files) COMPLETE
59312025-02-21T13:29:31.626Z[ recovery-image] Feb 21 13:29:30.602 INFO O| Feb 21 13:29:30.602 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-02-21T13:29:31.646Z[ recovery-image] Feb 21 13:29:30.625 INFO O| Feb 21 13:29:30.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
59332025-02-21T13:29:31.647Z[ recovery-image] Feb 21 13:29:30.625 INFO O| Feb 21 13:29:30.625 INFO STEP 479 (remove_files) COMPLETE
59342025-02-21T13:29:31.647Z[ recovery-image] Feb 21 13:29:30.625 INFO O| Feb 21 13:29:30.625 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-02-21T13:29:31.670Z[ recovery-image] Feb 21 13:29:30.650 INFO O| Feb 21 13:29:30.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
59362025-02-21T13:29:31.670Z[ recovery-image] Feb 21 13:29:30.650 INFO O| Feb 21 13:29:30.650 INFO STEP 480 (remove_files) COMPLETE
59372025-02-21T13:29:31.670Z[ recovery-image] Feb 21 13:29:30.650 INFO O| Feb 21 13:29:30.650 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-02-21T13:29:31.696Z[ recovery-image] Feb 21 13:29:30.676 INFO O| Feb 21 13:29:30.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59392025-02-21T13:29:31.696Z[ recovery-image] Feb 21 13:29:30.676 INFO O| Feb 21 13:29:30.676 INFO STEP 481 (remove_files) COMPLETE
59402025-02-21T13:29:31.696Z[ recovery-image] Feb 21 13:29:30.676 INFO O| Feb 21 13:29:30.676 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-02-21T13:29:31.759Z[ recovery-image] Feb 21 13:29:30.738 INFO O| Feb 21 13:29:30.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59422025-02-21T13:29:31.763Z[ recovery-image] Feb 21 13:29:30.739 INFO O| Feb 21 13:29:30.739 INFO STEP 482 (remove_files) COMPLETE
59432025-02-21T13:29:31.763Z[ recovery-image] Feb 21 13:29:30.739 INFO O| Feb 21 13:29:30.739 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-02-21T13:29:31.781Z[ recovery-image] Feb 21 13:29:30.759 INFO O| Feb 21 13:29:30.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59452025-02-21T13:29:31.784Z[ recovery-image] Feb 21 13:29:30.760 INFO O| Feb 21 13:29:30.760 INFO STEP 483 (remove_files) COMPLETE
59462025-02-21T13:29:31.784Z[ recovery-image] Feb 21 13:29:30.760 INFO O| Feb 21 13:29:30.760 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-02-21T13:29:31.801Z[ recovery-image] Feb 21 13:29:30.780 INFO O| Feb 21 13:29:30.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59482025-02-21T13:29:31.801Z[ recovery-image] Feb 21 13:29:30.780 INFO O| Feb 21 13:29:30.780 INFO STEP 484 (remove_files) COMPLETE
59492025-02-21T13:29:31.801Z[ recovery-image] Feb 21 13:29:30.780 INFO O| Feb 21 13:29:30.780 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-02-21T13:29:31.877Z[ recovery-image] Feb 21 13:29:30.857 INFO O| Feb 21 13:29:30.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59512025-02-21T13:29:31.877Z[ recovery-image] Feb 21 13:29:30.857 INFO O| Feb 21 13:29:30.857 INFO STEP 485 (remove_files) COMPLETE
59522025-02-21T13:29:31.880Z[ recovery-image] Feb 21 13:29:30.857 INFO O| Feb 21 13:29:30.857 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-02-21T13:29:31.898Z[ recovery-image] Feb 21 13:29:30.878 INFO O| Feb 21 13:29:30.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59542025-02-21T13:29:31.898Z[ recovery-image] Feb 21 13:29:30.878 INFO O| Feb 21 13:29:30.878 INFO STEP 486 (remove_files) COMPLETE
59552025-02-21T13:29:31.901Z[ recovery-image] Feb 21 13:29:30.878 INFO O| Feb 21 13:29:30.878 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-02-21T13:29:31.917Z[ recovery-image] Feb 21 13:29:30.896 INFO O| Feb 21 13:29:30.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59572025-02-21T13:29:31.917Z[ recovery-image] Feb 21 13:29:30.897 INFO O| Feb 21 13:29:30.897 INFO STEP 487 (remove_files) COMPLETE
59582025-02-21T13:29:31.917Z[ recovery-image] Feb 21 13:29:30.897 INFO O| Feb 21 13:29:30.897 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-02-21T13:29:31.937Z[ recovery-image] Feb 21 13:29:30.916 INFO O| Feb 21 13:29:30.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59602025-02-21T13:29:31.937Z[ recovery-image] Feb 21 13:29:30.916 INFO O| Feb 21 13:29:30.916 INFO STEP 488 (remove_files) COMPLETE
59612025-02-21T13:29:31.937Z[ recovery-image] Feb 21 13:29:30.916 INFO O| Feb 21 13:29:30.916 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-02-21T13:29:31.956Z[ recovery-image] Feb 21 13:29:30.936 INFO O| Feb 21 13:29:30.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59632025-02-21T13:29:31.956Z[ recovery-image] Feb 21 13:29:30.936 INFO O| Feb 21 13:29:30.936 INFO STEP 489 (remove_files) COMPLETE
59642025-02-21T13:29:31.958Z[ recovery-image] Feb 21 13:29:30.936 INFO O| Feb 21 13:29:30.936 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-02-21T13:29:31.976Z[ recovery-image] Feb 21 13:29:30.956 INFO O| Feb 21 13:29:30.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59662025-02-21T13:29:31.976Z[ recovery-image] Feb 21 13:29:30.956 INFO O| Feb 21 13:29:30.956 INFO STEP 490 (remove_files) COMPLETE
59672025-02-21T13:29:31.978Z[ recovery-image] Feb 21 13:29:30.956 INFO O| Feb 21 13:29:30.956 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-02-21T13:29:31.997Z[ recovery-image] Feb 21 13:29:30.976 INFO O| Feb 21 13:29:30.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59692025-02-21T13:29:31.997Z[ recovery-image] Feb 21 13:29:30.976 INFO O| Feb 21 13:29:30.976 INFO STEP 491 (remove_files) COMPLETE
59702025-02-21T13:29:31.997Z[ recovery-image] Feb 21 13:29:30.977 INFO O| Feb 21 13:29:30.976 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-02-21T13:29:32.017Z[ recovery-image] Feb 21 13:29:30.996 INFO O| Feb 21 13:29:30.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59722025-02-21T13:29:32.017Z[ recovery-image] Feb 21 13:29:30.996 INFO O| Feb 21 13:29:30.996 INFO STEP 492 (remove_files) COMPLETE
59732025-02-21T13:29:32.017Z[ recovery-image] Feb 21 13:29:30.996 INFO O| Feb 21 13:29:30.996 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-02-21T13:29:32.035Z[ recovery-image] Feb 21 13:29:31.014 INFO O| Feb 21 13:29:31.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59752025-02-21T13:29:32.035Z[ recovery-image] Feb 21 13:29:31.014 INFO O| Feb 21 13:29:31.014 INFO STEP 493 (remove_files) COMPLETE
59762025-02-21T13:29:32.037Z[ recovery-image] Feb 21 13:29:31.014 INFO O| Feb 21 13:29:31.014 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-02-21T13:29:32.055Z[ recovery-image] Feb 21 13:29:31.033 INFO O| Feb 21 13:29:31.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59782025-02-21T13:29:32.055Z[ recovery-image] Feb 21 13:29:31.033 INFO O| Feb 21 13:29:31.033 INFO STEP 494 (remove_files) COMPLETE
59792025-02-21T13:29:32.055Z[ recovery-image] Feb 21 13:29:31.033 INFO O| Feb 21 13:29:31.033 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-02-21T13:29:32.073Z[ recovery-image] Feb 21 13:29:31.053 INFO O| Feb 21 13:29:31.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59812025-02-21T13:29:32.073Z[ recovery-image] Feb 21 13:29:31.053 INFO O| Feb 21 13:29:31.053 INFO STEP 495 (remove_files) COMPLETE
59822025-02-21T13:29:32.073Z[ recovery-image] Feb 21 13:29:31.053 INFO O| Feb 21 13:29:31.053 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-02-21T13:29:32.093Z[ recovery-image] Feb 21 13:29:31.072 INFO O| Feb 21 13:29:31.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59842025-02-21T13:29:32.093Z[ recovery-image] Feb 21 13:29:31.072 INFO O| Feb 21 13:29:31.072 INFO STEP 496 (remove_files) COMPLETE
59852025-02-21T13:29:32.093Z[ recovery-image] Feb 21 13:29:31.072 INFO O| Feb 21 13:29:31.072 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-02-21T13:29:32.111Z[ recovery-image] Feb 21 13:29:31.091 INFO O| Feb 21 13:29:31.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59872025-02-21T13:29:32.111Z[ recovery-image] Feb 21 13:29:31.091 INFO O| Feb 21 13:29:31.091 INFO STEP 497 (remove_files) COMPLETE
59882025-02-21T13:29:32.114Z[ recovery-image] Feb 21 13:29:31.091 INFO O| Feb 21 13:29:31.091 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-02-21T13:29:32.130Z[ recovery-image] Feb 21 13:29:31.110 INFO O| Feb 21 13:29:31.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59902025-02-21T13:29:32.133Z[ recovery-image] Feb 21 13:29:31.111 INFO O| Feb 21 13:29:31.111 INFO STEP 498 (remove_files) COMPLETE
59912025-02-21T13:29:32.133Z[ recovery-image] Feb 21 13:29:31.111 INFO O| Feb 21 13:29:31.111 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-02-21T13:29:32.162Z[ recovery-image] Feb 21 13:29:31.142 INFO O| Feb 21 13:29:31.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59932025-02-21T13:29:32.162Z[ recovery-image] Feb 21 13:29:31.142 INFO O| Feb 21 13:29:31.142 INFO STEP 499 (remove_files) COMPLETE
59942025-02-21T13:29:32.162Z[ recovery-image] Feb 21 13:29:31.142 INFO O| Feb 21 13:29:31.142 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-02-21T13:29:32.181Z[ recovery-image] Feb 21 13:29:31.161 INFO O| Feb 21 13:29:31.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59962025-02-21T13:29:32.181Z[ recovery-image] Feb 21 13:29:31.161 INFO O| Feb 21 13:29:31.161 INFO STEP 500 (remove_files) COMPLETE
59972025-02-21T13:29:32.184Z[ recovery-image] Feb 21 13:29:31.161 INFO O| Feb 21 13:29:31.161 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-02-21T13:29:32.210Z[ recovery-image] Feb 21 13:29:31.190 INFO O| Feb 21 13:29:31.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59992025-02-21T13:29:32.210Z[ recovery-image] Feb 21 13:29:31.190 INFO O| Feb 21 13:29:31.190 INFO STEP 501 (remove_files) COMPLETE
60002025-02-21T13:29:32.213Z[ recovery-image] Feb 21 13:29:31.190 INFO O| Feb 21 13:29:31.190 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-02-21T13:29:32.231Z[ recovery-image] Feb 21 13:29:31.211 INFO O| Feb 21 13:29:31.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
60022025-02-21T13:29:32.231Z[ recovery-image] Feb 21 13:29:31.211 INFO O| Feb 21 13:29:31.211 INFO STEP 502 (remove_files) COMPLETE
60032025-02-21T13:29:32.234Z[ recovery-image] Feb 21 13:29:31.211 INFO O| Feb 21 13:29:31.211 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-02-21T13:29:32.252Z[ recovery-image] Feb 21 13:29:31.232 INFO O| Feb 21 13:29:31.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
60052025-02-21T13:29:32.255Z[ recovery-image] Feb 21 13:29:31.232 INFO O| Feb 21 13:29:31.232 INFO STEP 503 (remove_files) COMPLETE
60062025-02-21T13:29:32.255Z[ recovery-image] Feb 21 13:29:31.232 INFO O| Feb 21 13:29:31.232 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-02-21T13:29:32.272Z[ recovery-image] Feb 21 13:29:31.252 INFO O| Feb 21 13:29:31.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
60082025-02-21T13:29:32.272Z[ recovery-image] Feb 21 13:29:31.252 INFO O| Feb 21 13:29:31.252 INFO STEP 504 (remove_files) COMPLETE
60092025-02-21T13:29:32.272Z[ recovery-image] Feb 21 13:29:31.252 INFO O| Feb 21 13:29:31.252 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-02-21T13:29:32.292Z[ recovery-image] Feb 21 13:29:31.272 INFO O| Feb 21 13:29:31.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
60112025-02-21T13:29:32.292Z[ recovery-image] Feb 21 13:29:31.272 INFO O| Feb 21 13:29:31.272 INFO STEP 505 (remove_files) COMPLETE
60122025-02-21T13:29:32.295Z[ recovery-image] Feb 21 13:29:31.272 INFO O| Feb 21 13:29:31.272 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-02-21T13:29:32.376Z[ recovery-image] Feb 21 13:29:31.356 INFO O| Feb 21 13:29:31.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
60142025-02-21T13:29:32.378Z[ recovery-image] Feb 21 13:29:31.356 INFO O| Feb 21 13:29:31.356 INFO STEP 506 (remove_files) COMPLETE
60152025-02-21T13:29:32.378Z[ recovery-image] Feb 21 13:29:31.356 INFO O| Feb 21 13:29:31.356 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-02-21T13:29:32.402Z[ recovery-image] Feb 21 13:29:31.381 INFO O| Feb 21 13:29:31.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
60172025-02-21T13:29:32.404Z[ recovery-image] Feb 21 13:29:31.382 INFO O| Feb 21 13:29:31.382 INFO STEP 507 (remove_files) COMPLETE
60182025-02-21T13:29:32.404Z[ recovery-image] Feb 21 13:29:31.382 INFO O| Feb 21 13:29:31.382 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-02-21T13:29:32.423Z[ recovery-image] Feb 21 13:29:31.403 INFO O| Feb 21 13:29:31.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
60202025-02-21T13:29:32.426Z[ recovery-image] Feb 21 13:29:31.403 INFO O| Feb 21 13:29:31.403 INFO STEP 508 (remove_files) COMPLETE
60212025-02-21T13:29:32.426Z[ recovery-image] Feb 21 13:29:31.403 INFO O| Feb 21 13:29:31.403 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-02-21T13:29:32.445Z[ recovery-image] Feb 21 13:29:31.424 INFO O| Feb 21 13:29:31.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
60232025-02-21T13:29:32.448Z[ recovery-image] Feb 21 13:29:31.425 INFO O| Feb 21 13:29:31.424 INFO STEP 509 (remove_files) COMPLETE
60242025-02-21T13:29:32.448Z[ recovery-image] Feb 21 13:29:31.425 INFO O| Feb 21 13:29:31.425 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-02-21T13:29:32.466Z[ recovery-image] Feb 21 13:29:31.445 INFO O| Feb 21 13:29:31.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60262025-02-21T13:29:32.469Z[ recovery-image] Feb 21 13:29:31.445 INFO O| Feb 21 13:29:31.445 INFO STEP 510 (remove_files) COMPLETE
60272025-02-21T13:29:32.469Z[ recovery-image] Feb 21 13:29:31.445 INFO O| Feb 21 13:29:31.445 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-02-21T13:29:32.487Z[ recovery-image] Feb 21 13:29:31.466 INFO O| Feb 21 13:29:31.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60292025-02-21T13:29:32.487Z[ recovery-image] Feb 21 13:29:31.466 INFO O| Feb 21 13:29:31.466 INFO STEP 511 (remove_files) COMPLETE
60302025-02-21T13:29:32.487Z[ recovery-image] Feb 21 13:29:31.466 INFO O| Feb 21 13:29:31.466 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-02-21T13:29:32.507Z[ recovery-image] Feb 21 13:29:31.487 INFO O| Feb 21 13:29:31.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60322025-02-21T13:29:32.507Z[ recovery-image] Feb 21 13:29:31.487 INFO O| Feb 21 13:29:31.487 INFO STEP 512 (remove_files) COMPLETE
60332025-02-21T13:29:32.507Z[ recovery-image] Feb 21 13:29:31.487 INFO O| Feb 21 13:29:31.487 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-02-21T13:29:32.527Z[ recovery-image] Feb 21 13:29:31.507 INFO O| Feb 21 13:29:31.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60352025-02-21T13:29:32.527Z[ recovery-image] Feb 21 13:29:31.507 INFO O| Feb 21 13:29:31.507 INFO STEP 513 (remove_files) COMPLETE
60362025-02-21T13:29:32.527Z[ recovery-image] Feb 21 13:29:31.507 INFO O| Feb 21 13:29:31.507 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-02-21T13:29:32.546Z[ recovery-image] Feb 21 13:29:31.526 INFO O| Feb 21 13:29:31.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60382025-02-21T13:29:32.546Z[ recovery-image] Feb 21 13:29:31.526 INFO O| Feb 21 13:29:31.526 INFO STEP 514 (remove_files) COMPLETE
60392025-02-21T13:29:32.546Z[ recovery-image] Feb 21 13:29:31.526 INFO O| Feb 21 13:29:31.526 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-02-21T13:29:32.566Z[ recovery-image] Feb 21 13:29:31.546 INFO O| Feb 21 13:29:31.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60412025-02-21T13:29:32.566Z[ recovery-image] Feb 21 13:29:31.546 INFO O| Feb 21 13:29:31.546 INFO STEP 515 (remove_files) COMPLETE
60422025-02-21T13:29:32.566Z[ recovery-image] Feb 21 13:29:31.546 INFO O| Feb 21 13:29:31.546 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-02-21T13:29:32.597Z[ recovery-image] Feb 21 13:29:31.577 INFO O| Feb 21 13:29:31.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60442025-02-21T13:29:32.597Z[ recovery-image] Feb 21 13:29:31.577 INFO O| Feb 21 13:29:31.577 INFO STEP 516 (remove_files) COMPLETE
60452025-02-21T13:29:32.597Z[ recovery-image] Feb 21 13:29:31.577 INFO O| Feb 21 13:29:31.577 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-02-21T13:29:32.619Z[ recovery-image] Feb 21 13:29:31.599 INFO O| Feb 21 13:29:31.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60472025-02-21T13:29:32.619Z[ recovery-image] Feb 21 13:29:31.600 INFO O| Feb 21 13:29:31.599 INFO STEP 517 (remove_files) COMPLETE
60482025-02-21T13:29:32.620Z[ recovery-image] Feb 21 13:29:31.600 INFO O| Feb 21 13:29:31.599 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-02-21T13:29:32.642Z[ recovery-image] Feb 21 13:29:31.621 INFO O| Feb 21 13:29:31.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60502025-02-21T13:29:32.642Z[ recovery-image] Feb 21 13:29:31.621 INFO O| Feb 21 13:29:31.621 INFO STEP 518 (remove_files) COMPLETE
60512025-02-21T13:29:32.642Z[ recovery-image] Feb 21 13:29:31.621 INFO O| Feb 21 13:29:31.621 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-02-21T13:29:32.670Z[ recovery-image] Feb 21 13:29:31.650 INFO O| Feb 21 13:29:31.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60532025-02-21T13:29:32.673Z[ recovery-image] Feb 21 13:29:31.650 INFO O| Feb 21 13:29:31.650 INFO STEP 519 (remove_files) COMPLETE
60542025-02-21T13:29:32.673Z[ recovery-image] Feb 21 13:29:31.650 INFO O| Feb 21 13:29:31.650 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-02-21T13:29:32.696Z[ recovery-image] Feb 21 13:29:31.674 INFO O| Feb 21 13:29:31.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60562025-02-21T13:29:32.696Z[ recovery-image] Feb 21 13:29:31.674 INFO O| Feb 21 13:29:31.674 INFO STEP 520 (remove_files) COMPLETE
60572025-02-21T13:29:32.696Z[ recovery-image] Feb 21 13:29:31.674 INFO O| Feb 21 13:29:31.674 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-02-21T13:29:32.722Z[ recovery-image] Feb 21 13:29:31.700 INFO O| Feb 21 13:29:31.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60592025-02-21T13:29:32.722Z[ recovery-image] Feb 21 13:29:31.700 INFO O| Feb 21 13:29:31.700 INFO STEP 521 (remove_files) COMPLETE
60602025-02-21T13:29:32.722Z[ recovery-image] Feb 21 13:29:31.700 INFO O| Feb 21 13:29:31.700 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-02-21T13:29:32.744Z[ recovery-image] Feb 21 13:29:31.722 INFO O| Feb 21 13:29:31.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60622025-02-21T13:29:32.744Z[ recovery-image] Feb 21 13:29:31.722 INFO O| Feb 21 13:29:31.722 INFO STEP 522 (remove_files) COMPLETE
60632025-02-21T13:29:32.744Z[ recovery-image] Feb 21 13:29:31.722 INFO O| Feb 21 13:29:31.722 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-02-21T13:29:32.765Z[ recovery-image] Feb 21 13:29:31.742 INFO O| Feb 21 13:29:31.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60652025-02-21T13:29:32.765Z[ recovery-image] Feb 21 13:29:31.744 INFO O| Feb 21 13:29:31.744 INFO STEP 523 (remove_files) COMPLETE
60662025-02-21T13:29:32.765Z[ recovery-image] Feb 21 13:29:31.744 INFO O| Feb 21 13:29:31.744 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-02-21T13:29:32.788Z[ recovery-image] Feb 21 13:29:31.767 INFO O| Feb 21 13:29:31.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60682025-02-21T13:29:32.788Z[ recovery-image] Feb 21 13:29:31.767 INFO O| Feb 21 13:29:31.767 INFO STEP 524 (remove_files) COMPLETE
60692025-02-21T13:29:32.788Z[ recovery-image] Feb 21 13:29:31.767 INFO O| Feb 21 13:29:31.767 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-02-21T13:29:32.807Z[ recovery-image] Feb 21 13:29:31.785 INFO O| Feb 21 13:29:31.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60712025-02-21T13:29:32.807Z[ recovery-image] Feb 21 13:29:31.785 INFO O| Feb 21 13:29:31.785 INFO STEP 525 (remove_files) COMPLETE
60722025-02-21T13:29:32.810Z[ recovery-image] Feb 21 13:29:31.785 INFO O| Feb 21 13:29:31.785 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-02-21T13:29:32.866Z[ recovery-image] Feb 21 13:29:31.845 INFO O| Feb 21 13:29:31.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60742025-02-21T13:29:32.866Z[ recovery-image] Feb 21 13:29:31.845 INFO O| Feb 21 13:29:31.845 INFO STEP 526 (remove_files) COMPLETE
60752025-02-21T13:29:32.866Z[ recovery-image] Feb 21 13:29:31.845 INFO O| Feb 21 13:29:31.845 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-02-21T13:29:32.924Z[ recovery-image] Feb 21 13:29:31.903 INFO O| Feb 21 13:29:31.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60772025-02-21T13:29:32.924Z[ recovery-image] Feb 21 13:29:31.903 INFO O| Feb 21 13:29:31.903 INFO STEP 527 (remove_files) COMPLETE
60782025-02-21T13:29:32.924Z[ recovery-image] Feb 21 13:29:31.904 INFO O| Feb 21 13:29:31.903 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-02-21T13:29:33.050Z[ recovery-image] Feb 21 13:29:32.029 INFO O| Feb 21 13:29:32.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60802025-02-21T13:29:33.050Z[ recovery-image] Feb 21 13:29:32.029 INFO O| Feb 21 13:29:32.029 INFO STEP 528 (remove_files) COMPLETE
60812025-02-21T13:29:33.050Z[ recovery-image] Feb 21 13:29:32.029 INFO O| Feb 21 13:29:32.029 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-02-21T13:29:33.072Z[ recovery-image] Feb 21 13:29:32.051 INFO O| Feb 21 13:29:32.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60832025-02-21T13:29:33.072Z[ recovery-image] Feb 21 13:29:32.051 INFO O| Feb 21 13:29:32.051 INFO STEP 529 (remove_files) COMPLETE
60842025-02-21T13:29:33.072Z[ recovery-image] Feb 21 13:29:32.051 INFO O| Feb 21 13:29:32.051 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-02-21T13:29:33.090Z[ recovery-image] Feb 21 13:29:32.070 INFO O| Feb 21 13:29:32.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60862025-02-21T13:29:33.112Z[ recovery-image] Feb 21 13:29:32.091 INFO O| Feb 21 13:29:32.091 INFO STEP 530 (remove_files) COMPLETE
60872025-02-21T13:29:33.112Z[ recovery-image] Feb 21 13:29:32.091 INFO O| Feb 21 13:29:32.091 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-02-21T13:29:33.139Z[ recovery-image] Feb 21 13:29:32.111 INFO O| Feb 21 13:29:32.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60892025-02-21T13:29:33.139Z[ recovery-image] Feb 21 13:29:32.112 INFO O| Feb 21 13:29:32.112 INFO STEP 531 (remove_files) COMPLETE
60902025-02-21T13:29:33.139Z[ recovery-image] Feb 21 13:29:32.112 INFO O| Feb 21 13:29:32.112 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-02-21T13:29:33.152Z[ recovery-image] Feb 21 13:29:32.130 INFO O| Feb 21 13:29:32.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60922025-02-21T13:29:33.152Z[ recovery-image] Feb 21 13:29:32.130 INFO O| Feb 21 13:29:32.130 INFO STEP 532 (remove_files) COMPLETE
60932025-02-21T13:29:33.152Z[ recovery-image] Feb 21 13:29:32.130 INFO O| Feb 21 13:29:32.130 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-02-21T13:29:33.184Z[ recovery-image] Feb 21 13:29:32.164 INFO O| Feb 21 13:29:32.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60952025-02-21T13:29:33.184Z[ recovery-image] Feb 21 13:29:32.164 INFO O| Feb 21 13:29:32.164 INFO STEP 533 (remove_files) COMPLETE
60962025-02-21T13:29:33.185Z[ recovery-image] Feb 21 13:29:32.164 INFO O| Feb 21 13:29:32.164 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-02-21T13:29:33.243Z[ recovery-image] Feb 21 13:29:32.222 INFO O| Feb 21 13:29:32.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60982025-02-21T13:29:33.243Z[ recovery-image] Feb 21 13:29:32.222 INFO O| Feb 21 13:29:32.222 INFO STEP 534 (remove_files) COMPLETE
60992025-02-21T13:29:33.243Z[ recovery-image] Feb 21 13:29:32.222 INFO O| Feb 21 13:29:32.222 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-02-21T13:29:33.299Z[ recovery-image] Feb 21 13:29:32.266 INFO O| Feb 21 13:29:32.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
61012025-02-21T13:29:33.299Z[ recovery-image] Feb 21 13:29:32.266 INFO O| Feb 21 13:29:32.266 INFO STEP 535 (remove_files) COMPLETE
61022025-02-21T13:29:33.299Z[ recovery-image] Feb 21 13:29:32.266 INFO O| Feb 21 13:29:32.266 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-02-21T13:29:33.311Z[ recovery-image] Feb 21 13:29:32.288 INFO O| Feb 21 13:29:32.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
61042025-02-21T13:29:33.311Z[ recovery-image] Feb 21 13:29:32.288 INFO O| Feb 21 13:29:32.288 INFO STEP 536 (remove_files) COMPLETE
61052025-02-21T13:29:33.313Z[ recovery-image] Feb 21 13:29:32.288 INFO O| Feb 21 13:29:32.288 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-02-21T13:29:33.333Z[ recovery-image] Feb 21 13:29:32.311 INFO O| Feb 21 13:29:32.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
61072025-02-21T13:29:33.333Z[ recovery-image] Feb 21 13:29:32.311 INFO O| Feb 21 13:29:32.311 INFO STEP 537 (remove_files) COMPLETE
61082025-02-21T13:29:33.335Z[ recovery-image] Feb 21 13:29:32.311 INFO O| Feb 21 13:29:32.311 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-02-21T13:29:33.392Z[ recovery-image] Feb 21 13:29:32.372 INFO O| Feb 21 13:29:32.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
61102025-02-21T13:29:33.392Z[ recovery-image] Feb 21 13:29:32.372 INFO O| Feb 21 13:29:32.372 INFO STEP 538 (remove_files) COMPLETE
61112025-02-21T13:29:33.394Z[ recovery-image] Feb 21 13:29:32.372 INFO O| Feb 21 13:29:32.372 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-02-21T13:29:33.412Z[ recovery-image] Feb 21 13:29:32.392 INFO O| Feb 21 13:29:32.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
61132025-02-21T13:29:33.412Z[ recovery-image] Feb 21 13:29:32.392 INFO O| Feb 21 13:29:32.392 INFO STEP 539 (remove_files) COMPLETE
61142025-02-21T13:29:33.412Z[ recovery-image] Feb 21 13:29:32.392 INFO O| Feb 21 13:29:32.392 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-02-21T13:29:33.431Z[ recovery-image] Feb 21 13:29:32.411 INFO O| Feb 21 13:29:32.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
61162025-02-21T13:29:33.431Z[ recovery-image] Feb 21 13:29:32.411 INFO O| Feb 21 13:29:32.411 INFO STEP 540 (remove_files) COMPLETE
61172025-02-21T13:29:33.431Z[ recovery-image] Feb 21 13:29:32.411 INFO O| Feb 21 13:29:32.411 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-02-21T13:29:33.433Z[ host-image] Feb 21 13:29:32.412 INFO O| Feb 21 13:29:32.412 INFO O| Download: 1028/1140 items 3.5/8.4MB 41% complete (718k/s)
61192025-02-21T13:29:33.451Z[ recovery-image] Feb 21 13:29:32.430 INFO O| Feb 21 13:29:32.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
61202025-02-21T13:29:33.451Z[ recovery-image] Feb 21 13:29:32.431 INFO O| Feb 21 13:29:32.431 INFO STEP 541 (remove_files) COMPLETE
61212025-02-21T13:29:33.451Z[ recovery-image] Feb 21 13:29:32.431 INFO O| Feb 21 13:29:32.431 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222025-02-21T13:29:33.470Z[ recovery-image] Feb 21 13:29:32.450 INFO O| Feb 21 13:29:32.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
61232025-02-21T13:29:33.472Z[ recovery-image] Feb 21 13:29:32.450 INFO O| Feb 21 13:29:32.450 INFO STEP 542 (remove_files) COMPLETE
61242025-02-21T13:29:33.472Z[ recovery-image] Feb 21 13:29:32.450 INFO O| Feb 21 13:29:32.450 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252025-02-21T13:29:33.490Z[ recovery-image] Feb 21 13:29:32.470 INFO O| Feb 21 13:29:32.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61262025-02-21T13:29:33.490Z[ recovery-image] Feb 21 13:29:32.470 INFO O| Feb 21 13:29:32.470 INFO STEP 543 (remove_files) COMPLETE
61272025-02-21T13:29:33.491Z[ recovery-image] Feb 21 13:29:32.470 INFO O| Feb 21 13:29:32.470 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282025-02-21T13:29:33.510Z[ recovery-image] Feb 21 13:29:32.489 INFO O| Feb 21 13:29:32.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61292025-02-21T13:29:33.510Z[ recovery-image] Feb 21 13:29:32.490 INFO O| Feb 21 13:29:32.490 INFO STEP 544 (remove_files) COMPLETE
61302025-02-21T13:29:33.510Z[ recovery-image] Feb 21 13:29:32.490 INFO O| Feb 21 13:29:32.490 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312025-02-21T13:29:33.528Z[ recovery-image] Feb 21 13:29:32.508 INFO O| Feb 21 13:29:32.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61322025-02-21T13:29:33.528Z[ recovery-image] Feb 21 13:29:32.508 INFO O| Feb 21 13:29:32.508 INFO STEP 545 (remove_files) COMPLETE
61332025-02-21T13:29:33.528Z[ recovery-image] Feb 21 13:29:32.508 INFO O| Feb 21 13:29:32.508 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342025-02-21T13:29:33.546Z[ recovery-image] Feb 21 13:29:32.526 INFO O| Feb 21 13:29:32.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61352025-02-21T13:29:33.546Z[ recovery-image] Feb 21 13:29:32.526 INFO O| Feb 21 13:29:32.526 INFO STEP 546 (remove_files) COMPLETE
61362025-02-21T13:29:33.546Z[ recovery-image] Feb 21 13:29:32.526 INFO O| Feb 21 13:29:32.526 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372025-02-21T13:29:33.565Z[ recovery-image] Feb 21 13:29:32.545 INFO O| Feb 21 13:29:32.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61382025-02-21T13:29:33.565Z[ recovery-image] Feb 21 13:29:32.545 INFO O| Feb 21 13:29:32.545 INFO STEP 547 (remove_files) COMPLETE
61392025-02-21T13:29:33.565Z[ recovery-image] Feb 21 13:29:32.545 INFO O| Feb 21 13:29:32.545 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402025-02-21T13:29:33.603Z[ recovery-image] Feb 21 13:29:32.582 INFO O| Feb 21 13:29:32.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61412025-02-21T13:29:33.603Z[ recovery-image] Feb 21 13:29:32.582 INFO O| Feb 21 13:29:32.582 INFO STEP 548 (remove_files) COMPLETE
61422025-02-21T13:29:33.603Z[ recovery-image] Feb 21 13:29:32.582 INFO O| Feb 21 13:29:32.582 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432025-02-21T13:29:33.622Z[ recovery-image] Feb 21 13:29:32.601 INFO O| Feb 21 13:29:32.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61442025-02-21T13:29:33.623Z[ recovery-image] Feb 21 13:29:32.601 INFO O| Feb 21 13:29:32.601 INFO STEP 549 (remove_files) COMPLETE
61452025-02-21T13:29:33.623Z[ recovery-image] Feb 21 13:29:32.601 INFO O| Feb 21 13:29:32.601 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462025-02-21T13:29:33.644Z[ recovery-image] Feb 21 13:29:32.624 INFO O| Feb 21 13:29:32.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61472025-02-21T13:29:33.644Z[ recovery-image] Feb 21 13:29:32.624 INFO O| Feb 21 13:29:32.624 INFO STEP 550 (remove_files) COMPLETE
61482025-02-21T13:29:33.644Z[ recovery-image] Feb 21 13:29:32.624 INFO O| Feb 21 13:29:32.624 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492025-02-21T13:29:33.664Z[ recovery-image] Feb 21 13:29:32.643 INFO O| Feb 21 13:29:32.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61502025-02-21T13:29:33.664Z[ recovery-image] Feb 21 13:29:32.643 INFO O| Feb 21 13:29:32.643 INFO STEP 551 (remove_files) COMPLETE
61512025-02-21T13:29:33.664Z[ recovery-image] Feb 21 13:29:32.643 INFO O| Feb 21 13:29:32.643 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522025-02-21T13:29:33.681Z[ recovery-image] Feb 21 13:29:32.660 INFO O| Feb 21 13:29:32.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61532025-02-21T13:29:33.681Z[ recovery-image] Feb 21 13:29:32.660 INFO O| Feb 21 13:29:32.660 INFO STEP 552 (remove_files) COMPLETE
61542025-02-21T13:29:33.681Z[ recovery-image] Feb 21 13:29:32.660 INFO O| Feb 21 13:29:32.660 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552025-02-21T13:29:33.698Z[ recovery-image] Feb 21 13:29:32.678 INFO O| Feb 21 13:29:32.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61562025-02-21T13:29:33.699Z[ recovery-image] Feb 21 13:29:32.678 INFO O| Feb 21 13:29:32.678 INFO STEP 553 (remove_files) COMPLETE
61572025-02-21T13:29:33.699Z[ recovery-image] Feb 21 13:29:32.678 INFO O| Feb 21 13:29:32.678 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582025-02-21T13:29:33.715Z[ recovery-image] Feb 21 13:29:32.694 INFO O| Feb 21 13:29:32.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61592025-02-21T13:29:33.715Z[ recovery-image] Feb 21 13:29:32.694 INFO O| Feb 21 13:29:32.694 INFO STEP 554 (remove_files) COMPLETE
61602025-02-21T13:29:33.715Z[ recovery-image] Feb 21 13:29:32.694 INFO O| Feb 21 13:29:32.694 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612025-02-21T13:29:33.761Z[ recovery-image] Feb 21 13:29:32.741 INFO O| Feb 21 13:29:32.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61622025-02-21T13:29:33.761Z[ recovery-image] Feb 21 13:29:32.741 INFO O| Feb 21 13:29:32.741 INFO STEP 555 (remove_files) COMPLETE
61632025-02-21T13:29:33.761Z[ recovery-image] Feb 21 13:29:32.741 INFO O| Feb 21 13:29:32.741 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642025-02-21T13:29:33.800Z[ recovery-image] Feb 21 13:29:32.780 INFO O| Feb 21 13:29:32.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61652025-02-21T13:29:33.800Z[ recovery-image] Feb 21 13:29:32.780 INFO O| Feb 21 13:29:32.780 INFO STEP 556 (remove_files) COMPLETE
61662025-02-21T13:29:33.800Z[ recovery-image] Feb 21 13:29:32.780 INFO O| Feb 21 13:29:32.780 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672025-02-21T13:29:33.821Z[ recovery-image] Feb 21 13:29:32.801 INFO O| Feb 21 13:29:32.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61682025-02-21T13:29:33.821Z[ recovery-image] Feb 21 13:29:32.801 INFO O| Feb 21 13:29:32.801 INFO STEP 557 (remove_files) COMPLETE
61692025-02-21T13:29:33.821Z[ recovery-image] Feb 21 13:29:32.801 INFO O| Feb 21 13:29:32.801 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702025-02-21T13:29:33.840Z[ recovery-image] Feb 21 13:29:32.820 INFO O| Feb 21 13:29:32.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61712025-02-21T13:29:33.842Z[ recovery-image] Feb 21 13:29:32.820 INFO O| Feb 21 13:29:32.820 INFO STEP 558 (remove_files) COMPLETE
61722025-02-21T13:29:33.842Z[ recovery-image] Feb 21 13:29:32.820 INFO O| Feb 21 13:29:32.820 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732025-02-21T13:29:33.860Z[ recovery-image] Feb 21 13:29:32.840 INFO O| Feb 21 13:29:32.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61742025-02-21T13:29:33.860Z[ recovery-image] Feb 21 13:29:32.840 INFO O| Feb 21 13:29:32.840 INFO STEP 559 (remove_files) COMPLETE
61752025-02-21T13:29:33.860Z[ recovery-image] Feb 21 13:29:32.840 INFO O| Feb 21 13:29:32.840 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762025-02-21T13:29:33.880Z[ recovery-image] Feb 21 13:29:32.859 INFO O| Feb 21 13:29:32.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61772025-02-21T13:29:33.901Z[ recovery-image] Feb 21 13:29:32.881 INFO O| Feb 21 13:29:32.881 INFO STEP 560 (remove_files) COMPLETE
61782025-02-21T13:29:33.901Z[ recovery-image] Feb 21 13:29:32.881 INFO O| Feb 21 13:29:32.881 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792025-02-21T13:29:33.959Z[ recovery-image] Feb 21 13:29:32.939 INFO O| Feb 21 13:29:32.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61802025-02-21T13:29:33.961Z[ recovery-image] Feb 21 13:29:32.939 INFO O| Feb 21 13:29:32.939 INFO STEP 561 (remove_files) COMPLETE
61812025-02-21T13:29:33.961Z[ recovery-image] Feb 21 13:29:32.939 INFO O| Feb 21 13:29:32.939 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822025-02-21T13:29:33.979Z[ recovery-image] Feb 21 13:29:32.959 INFO O| Feb 21 13:29:32.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61832025-02-21T13:29:33.984Z[ recovery-image] Feb 21 13:29:32.959 INFO O| Feb 21 13:29:32.959 INFO STEP 562 (remove_files) COMPLETE
61842025-02-21T13:29:33.984Z[ recovery-image] Feb 21 13:29:32.959 INFO O| Feb 21 13:29:32.959 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852025-02-21T13:29:33.999Z[ recovery-image] Feb 21 13:29:32.979 INFO O| Feb 21 13:29:32.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61862025-02-21T13:29:34.019Z[ recovery-image] Feb 21 13:29:32.999 INFO O| Feb 21 13:29:32.999 INFO STEP 563 (remove_files) COMPLETE
61872025-02-21T13:29:34.019Z[ recovery-image] Feb 21 13:29:32.999 INFO O| Feb 21 13:29:32.999 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882025-02-21T13:29:34.040Z[ recovery-image] Feb 21 13:29:33.019 INFO O| Feb 21 13:29:33.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61892025-02-21T13:29:34.043Z[ recovery-image] Feb 21 13:29:33.019 INFO O| Feb 21 13:29:33.019 INFO STEP 564 (remove_files) COMPLETE
61902025-02-21T13:29:34.044Z[ recovery-image] Feb 21 13:29:33.019 INFO O| Feb 21 13:29:33.019 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912025-02-21T13:29:34.079Z[ recovery-image] Feb 21 13:29:33.058 INFO O| Feb 21 13:29:33.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61922025-02-21T13:29:34.079Z[ recovery-image] Feb 21 13:29:33.058 INFO O| Feb 21 13:29:33.058 INFO STEP 565 (remove_files) COMPLETE
61932025-02-21T13:29:34.081Z[ recovery-image] Feb 21 13:29:33.058 INFO O| Feb 21 13:29:33.058 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942025-02-21T13:29:34.122Z[ recovery-image] Feb 21 13:29:33.100 INFO O| Feb 21 13:29:33.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61952025-02-21T13:29:34.122Z[ recovery-image] Feb 21 13:29:33.100 INFO O| Feb 21 13:29:33.100 INFO STEP 566 (remove_files) COMPLETE
61962025-02-21T13:29:34.124Z[ recovery-image] Feb 21 13:29:33.100 INFO O| Feb 21 13:29:33.100 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972025-02-21T13:29:34.171Z[ recovery-image] Feb 21 13:29:33.151 INFO O| Feb 21 13:29:33.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61982025-02-21T13:29:34.171Z[ recovery-image] Feb 21 13:29:33.151 INFO O| Feb 21 13:29:33.151 INFO STEP 567 (remove_files) COMPLETE
61992025-02-21T13:29:34.171Z[ recovery-image] Feb 21 13:29:33.151 INFO O| Feb 21 13:29:33.151 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002025-02-21T13:29:34.204Z[ recovery-image] Feb 21 13:29:33.184 INFO O| Feb 21 13:29:33.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
62012025-02-21T13:29:34.204Z[ recovery-image] Feb 21 13:29:33.184 INFO O| Feb 21 13:29:33.184 INFO STEP 568 (remove_files) COMPLETE
62022025-02-21T13:29:34.204Z[ recovery-image] Feb 21 13:29:33.184 INFO O| Feb 21 13:29:33.184 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032025-02-21T13:29:34.253Z[ recovery-image] Feb 21 13:29:33.233 INFO O| Feb 21 13:29:33.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
62042025-02-21T13:29:34.256Z[ recovery-image] Feb 21 13:29:33.233 INFO O| Feb 21 13:29:33.233 INFO STEP 569 (remove_files) COMPLETE
62052025-02-21T13:29:34.256Z[ recovery-image] Feb 21 13:29:33.233 INFO O| Feb 21 13:29:33.233 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-02-21T13:29:34.416Z[ recovery-image] Feb 21 13:29:33.396 INFO O| Feb 21 13:29:33.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
62072025-02-21T13:29:34.419Z[ recovery-image] Feb 21 13:29:33.396 INFO O| Feb 21 13:29:33.396 INFO STEP 570 (remove_files) COMPLETE
62082025-02-21T13:29:34.419Z[ recovery-image] Feb 21 13:29:33.396 INFO O| Feb 21 13:29:33.396 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-02-21T13:29:34.449Z[ recovery-image] Feb 21 13:29:33.429 INFO O| Feb 21 13:29:33.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
62102025-02-21T13:29:34.449Z[ recovery-image] Feb 21 13:29:33.429 INFO O| Feb 21 13:29:33.429 INFO STEP 571 (remove_files) COMPLETE
62112025-02-21T13:29:34.449Z[ recovery-image] Feb 21 13:29:33.429 INFO O| Feb 21 13:29:33.429 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-02-21T13:29:34.466Z[ recovery-image] Feb 21 13:29:33.446 INFO O| Feb 21 13:29:33.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
62132025-02-21T13:29:34.466Z[ recovery-image] Feb 21 13:29:33.446 INFO O| Feb 21 13:29:33.446 INFO STEP 572 (remove_files) COMPLETE
62142025-02-21T13:29:34.472Z[ recovery-image] Feb 21 13:29:33.446 INFO O| Feb 21 13:29:33.446 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-02-21T13:29:34.484Z[ recovery-image] Feb 21 13:29:33.463 INFO O| Feb 21 13:29:33.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
62162025-02-21T13:29:34.488Z[ recovery-image] Feb 21 13:29:33.463 INFO O| Feb 21 13:29:33.463 INFO STEP 573 (remove_files) COMPLETE
62172025-02-21T13:29:34.488Z[ recovery-image] Feb 21 13:29:33.463 INFO O| Feb 21 13:29:33.463 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-02-21T13:29:34.501Z[ recovery-image] Feb 21 13:29:33.481 INFO O| Feb 21 13:29:33.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
62192025-02-21T13:29:34.501Z[ recovery-image] Feb 21 13:29:33.481 INFO O| Feb 21 13:29:33.481 INFO STEP 574 (remove_files) COMPLETE
62202025-02-21T13:29:34.501Z[ recovery-image] Feb 21 13:29:33.481 INFO O| Feb 21 13:29:33.481 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-02-21T13:29:34.530Z[ recovery-image] Feb 21 13:29:33.508 INFO O| Feb 21 13:29:33.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62222025-02-21T13:29:34.530Z[ recovery-image] Feb 21 13:29:33.508 INFO O| Feb 21 13:29:33.508 INFO STEP 575 (remove_files) COMPLETE
62232025-02-21T13:29:34.530Z[ recovery-image] Feb 21 13:29:33.508 INFO O| Feb 21 13:29:33.508 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-02-21T13:29:34.556Z[ recovery-image] Feb 21 13:29:33.526 INFO O| Feb 21 13:29:33.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62252025-02-21T13:29:34.556Z[ recovery-image] Feb 21 13:29:33.526 INFO O| Feb 21 13:29:33.526 INFO STEP 576 (remove_files) COMPLETE
62262025-02-21T13:29:34.556Z[ recovery-image] Feb 21 13:29:33.526 INFO O| Feb 21 13:29:33.526 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-02-21T13:29:34.564Z[ recovery-image] Feb 21 13:29:33.543 INFO O| Feb 21 13:29:33.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62282025-02-21T13:29:34.567Z[ recovery-image] Feb 21 13:29:33.544 INFO O| Feb 21 13:29:33.543 INFO STEP 577 (remove_files) COMPLETE
62292025-02-21T13:29:34.567Z[ recovery-image] Feb 21 13:29:33.544 INFO O| Feb 21 13:29:33.544 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-02-21T13:29:34.581Z[ recovery-image] Feb 21 13:29:33.560 INFO O| Feb 21 13:29:33.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62312025-02-21T13:29:34.584Z[ recovery-image] Feb 21 13:29:33.561 INFO O| Feb 21 13:29:33.560 INFO STEP 578 (remove_files) COMPLETE
62322025-02-21T13:29:34.584Z[ recovery-image] Feb 21 13:29:33.561 INFO O| Feb 21 13:29:33.561 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-02-21T13:29:34.599Z[ recovery-image] Feb 21 13:29:33.577 INFO O| Feb 21 13:29:33.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62342025-02-21T13:29:34.599Z[ recovery-image] Feb 21 13:29:33.577 INFO O| Feb 21 13:29:33.577 INFO STEP 579 (remove_files) COMPLETE
62352025-02-21T13:29:34.599Z[ recovery-image] Feb 21 13:29:33.577 INFO O| Feb 21 13:29:33.577 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-02-21T13:29:34.613Z[ recovery-image] Feb 21 13:29:33.593 INFO O| Feb 21 13:29:33.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62372025-02-21T13:29:34.613Z[ recovery-image] Feb 21 13:29:33.593 INFO O| Feb 21 13:29:33.593 INFO STEP 580 (remove_files) COMPLETE
62382025-02-21T13:29:34.613Z[ recovery-image] Feb 21 13:29:33.593 INFO O| Feb 21 13:29:33.593 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-02-21T13:29:34.634Z[ recovery-image] Feb 21 13:29:33.614 INFO O| Feb 21 13:29:33.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62402025-02-21T13:29:34.634Z[ recovery-image] Feb 21 13:29:33.614 INFO O| Feb 21 13:29:33.611 INFO STEP 581 (remove_files) COMPLETE
62412025-02-21T13:29:34.637Z[ recovery-image] Feb 21 13:29:33.614 INFO O| Feb 21 13:29:33.611 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-02-21T13:29:34.652Z[ recovery-image] Feb 21 13:29:33.632 INFO O| Feb 21 13:29:33.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62432025-02-21T13:29:34.663Z[ recovery-image] Feb 21 13:29:33.643 INFO O| Feb 21 13:29:33.643 INFO STEP 582 (remove_files) COMPLETE
62442025-02-21T13:29:34.663Z[ recovery-image] Feb 21 13:29:33.643 INFO O| Feb 21 13:29:33.643 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-02-21T13:29:34.726Z[ recovery-image] Feb 21 13:29:33.706 INFO O| Feb 21 13:29:33.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62462025-02-21T13:29:34.729Z[ recovery-image] Feb 21 13:29:33.706 INFO O| Feb 21 13:29:33.706 INFO STEP 583 (remove_files) COMPLETE
62472025-02-21T13:29:34.729Z[ recovery-image] Feb 21 13:29:33.706 INFO O| Feb 21 13:29:33.706 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-02-21T13:29:34.745Z[ recovery-image] Feb 21 13:29:33.724 INFO O| Feb 21 13:29:33.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62492025-02-21T13:29:34.747Z[ recovery-image] Feb 21 13:29:33.725 INFO O| Feb 21 13:29:33.725 INFO STEP 584 (remove_files) COMPLETE
62502025-02-21T13:29:34.747Z[ recovery-image] Feb 21 13:29:33.725 INFO O| Feb 21 13:29:33.725 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-02-21T13:29:34.767Z[ recovery-image] Feb 21 13:29:33.744 INFO O| Feb 21 13:29:33.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62522025-02-21T13:29:34.767Z[ recovery-image] Feb 21 13:29:33.744 INFO O| Feb 21 13:29:33.744 INFO STEP 585 (remove_files) COMPLETE
62532025-02-21T13:29:34.767Z[ recovery-image] Feb 21 13:29:33.745 INFO O| Feb 21 13:29:33.744 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-02-21T13:29:34.803Z[ recovery-image] Feb 21 13:29:33.782 INFO O| Feb 21 13:29:33.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62552025-02-21T13:29:34.809Z[ recovery-image] Feb 21 13:29:33.782 INFO O| Feb 21 13:29:33.782 INFO STEP 586 (remove_files) COMPLETE
62562025-02-21T13:29:34.809Z[ recovery-image] Feb 21 13:29:33.783 INFO O| Feb 21 13:29:33.782 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-02-21T13:29:34.825Z[ recovery-image] Feb 21 13:29:33.805 INFO O| Feb 21 13:29:33.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62582025-02-21T13:29:34.825Z[ recovery-image] Feb 21 13:29:33.805 INFO O| Feb 21 13:29:33.805 INFO STEP 587 (remove_files) COMPLETE
62592025-02-21T13:29:34.828Z[ recovery-image] Feb 21 13:29:33.805 INFO O| Feb 21 13:29:33.805 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602025-02-21T13:29:34.845Z[ recovery-image] Feb 21 13:29:33.825 INFO O| Feb 21 13:29:33.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62612025-02-21T13:29:34.846Z[ recovery-image] Feb 21 13:29:33.825 INFO O| Feb 21 13:29:33.825 INFO STEP 588 (remove_files) COMPLETE
62622025-02-21T13:29:34.846Z[ recovery-image] Feb 21 13:29:33.825 INFO O| Feb 21 13:29:33.825 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632025-02-21T13:29:34.866Z[ recovery-image] Feb 21 13:29:33.846 INFO O| Feb 21 13:29:33.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62642025-02-21T13:29:34.866Z[ recovery-image] Feb 21 13:29:33.846 INFO O| Feb 21 13:29:33.846 INFO STEP 589 (remove_files) COMPLETE
62652025-02-21T13:29:34.866Z[ recovery-image] Feb 21 13:29:33.846 INFO O| Feb 21 13:29:33.846 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662025-02-21T13:29:34.888Z[ recovery-image] Feb 21 13:29:33.867 INFO O| Feb 21 13:29:33.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62672025-02-21T13:29:34.888Z[ recovery-image] Feb 21 13:29:33.867 INFO O| Feb 21 13:29:33.867 INFO STEP 590 (remove_files) COMPLETE
62682025-02-21T13:29:34.888Z[ recovery-image] Feb 21 13:29:33.867 INFO O| Feb 21 13:29:33.867 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-02-21T13:29:34.988Z[ recovery-image] Feb 21 13:29:33.967 INFO O| Feb 21 13:29:33.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62702025-02-21T13:29:34.988Z[ recovery-image] Feb 21 13:29:33.967 INFO O| Feb 21 13:29:33.967 INFO STEP 591 (remove_files) COMPLETE
62712025-02-21T13:29:34.988Z[ recovery-image] Feb 21 13:29:33.967 INFO O| Feb 21 13:29:33.967 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-02-21T13:29:35.049Z[ recovery-image] Feb 21 13:29:34.027 INFO O| Feb 21 13:29:34.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62732025-02-21T13:29:35.050Z[ recovery-image] Feb 21 13:29:34.027 INFO O| Feb 21 13:29:34.027 INFO STEP 592 (remove_files) COMPLETE
62742025-02-21T13:29:35.050Z[ recovery-image] Feb 21 13:29:34.027 INFO O| Feb 21 13:29:34.027 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-02-21T13:29:35.078Z[ recovery-image] Feb 21 13:29:34.049 INFO O| Feb 21 13:29:34.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62762025-02-21T13:29:35.078Z[ recovery-image] Feb 21 13:29:34.049 INFO O| Feb 21 13:29:34.049 INFO STEP 593 (remove_files) COMPLETE
62772025-02-21T13:29:35.078Z[ recovery-image] Feb 21 13:29:34.049 INFO O| Feb 21 13:29:34.049 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-02-21T13:29:35.089Z[ recovery-image] Feb 21 13:29:34.069 INFO O| Feb 21 13:29:34.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62792025-02-21T13:29:35.089Z[ recovery-image] Feb 21 13:29:34.069 INFO O| Feb 21 13:29:34.069 INFO STEP 594 (remove_files) COMPLETE
62802025-02-21T13:29:35.089Z[ recovery-image] Feb 21 13:29:34.069 INFO O| Feb 21 13:29:34.069 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-02-21T13:29:35.134Z[ recovery-image] Feb 21 13:29:34.113 INFO O| Feb 21 13:29:34.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62822025-02-21T13:29:35.134Z[ recovery-image] Feb 21 13:29:34.113 INFO O| Feb 21 13:29:34.113 INFO STEP 595 (remove_files) COMPLETE
62832025-02-21T13:29:35.134Z[ recovery-image] Feb 21 13:29:34.113 INFO O| Feb 21 13:29:34.113 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-02-21T13:29:35.153Z[ recovery-image] Feb 21 13:29:34.133 INFO O| Feb 21 13:29:34.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62852025-02-21T13:29:35.153Z[ recovery-image] Feb 21 13:29:34.133 INFO O| Feb 21 13:29:34.133 INFO STEP 596 (remove_files) COMPLETE
62862025-02-21T13:29:35.153Z[ recovery-image] Feb 21 13:29:34.133 INFO O| Feb 21 13:29:34.133 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-02-21T13:29:35.179Z[ recovery-image] Feb 21 13:29:34.159 INFO O| Feb 21 13:29:34.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62882025-02-21T13:29:35.179Z[ recovery-image] Feb 21 13:29:34.159 INFO O| Feb 21 13:29:34.159 INFO STEP 597 (remove_files) COMPLETE
62892025-02-21T13:29:35.179Z[ recovery-image] Feb 21 13:29:34.159 INFO O| Feb 21 13:29:34.159 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-02-21T13:29:35.224Z[ recovery-image] Feb 21 13:29:34.204 INFO O| Feb 21 13:29:34.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62912025-02-21T13:29:35.224Z[ recovery-image] Feb 21 13:29:34.204 INFO O| Feb 21 13:29:34.204 INFO STEP 598 (remove_files) COMPLETE
62922025-02-21T13:29:35.227Z[ recovery-image] Feb 21 13:29:34.204 INFO O| Feb 21 13:29:34.204 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-02-21T13:29:35.246Z[ recovery-image] Feb 21 13:29:34.226 INFO O| Feb 21 13:29:34.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62942025-02-21T13:29:35.246Z[ recovery-image] Feb 21 13:29:34.226 INFO O| Feb 21 13:29:34.226 INFO STEP 599 (remove_files) COMPLETE
62952025-02-21T13:29:35.246Z[ recovery-image] Feb 21 13:29:34.226 INFO O| Feb 21 13:29:34.226 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-02-21T13:29:35.267Z[ recovery-image] Feb 21 13:29:34.246 INFO O| Feb 21 13:29:34.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62972025-02-21T13:29:35.267Z[ recovery-image] Feb 21 13:29:34.246 INFO O| Feb 21 13:29:34.246 INFO STEP 600 (remove_files) COMPLETE
62982025-02-21T13:29:35.271Z[ recovery-image] Feb 21 13:29:34.247 INFO O| Feb 21 13:29:34.246 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-02-21T13:29:35.287Z[ recovery-image] Feb 21 13:29:34.267 INFO O| Feb 21 13:29:34.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
63002025-02-21T13:29:35.287Z[ recovery-image] Feb 21 13:29:34.267 INFO O| Feb 21 13:29:34.267 INFO STEP 601 (remove_files) COMPLETE
63012025-02-21T13:29:35.287Z[ recovery-image] Feb 21 13:29:34.267 INFO O| Feb 21 13:29:34.267 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-02-21T13:29:35.305Z[ recovery-image] Feb 21 13:29:34.285 INFO O| Feb 21 13:29:34.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
63032025-02-21T13:29:35.305Z[ recovery-image] Feb 21 13:29:34.285 INFO O| Feb 21 13:29:34.285 INFO STEP 602 (remove_files) COMPLETE
63042025-02-21T13:29:35.306Z[ recovery-image] Feb 21 13:29:34.285 INFO O| Feb 21 13:29:34.285 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-02-21T13:29:35.339Z[ recovery-image] Feb 21 13:29:34.319 INFO O| Feb 21 13:29:34.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
63062025-02-21T13:29:35.339Z[ recovery-image] Feb 21 13:29:34.319 INFO O| Feb 21 13:29:34.319 INFO STEP 603 (remove_files) COMPLETE
63072025-02-21T13:29:35.342Z[ recovery-image] Feb 21 13:29:34.319 INFO O| Feb 21 13:29:34.319 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-02-21T13:29:35.362Z[ recovery-image] Feb 21 13:29:34.342 INFO O| Feb 21 13:29:34.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
63092025-02-21T13:29:35.362Z[ recovery-image] Feb 21 13:29:34.342 INFO O| Feb 21 13:29:34.342 INFO STEP 604 (remove_files) COMPLETE
63102025-02-21T13:29:35.362Z[ recovery-image] Feb 21 13:29:34.342 INFO O| Feb 21 13:29:34.342 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-02-21T13:29:35.382Z[ recovery-image] Feb 21 13:29:34.362 INFO O| Feb 21 13:29:34.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
63122025-02-21T13:29:35.384Z[ recovery-image] Feb 21 13:29:34.362 INFO O| Feb 21 13:29:34.362 INFO STEP 605 (remove_files) COMPLETE
63132025-02-21T13:29:35.384Z[ recovery-image] Feb 21 13:29:34.362 INFO O| Feb 21 13:29:34.362 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-02-21T13:29:35.400Z[ recovery-image] Feb 21 13:29:34.380 INFO O| Feb 21 13:29:34.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
63152025-02-21T13:29:35.400Z[ recovery-image] Feb 21 13:29:34.380 INFO O| Feb 21 13:29:34.380 INFO STEP 606 (remove_files) COMPLETE
63162025-02-21T13:29:35.400Z[ recovery-image] Feb 21 13:29:34.380 INFO O| Feb 21 13:29:34.380 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-02-21T13:29:35.418Z[ recovery-image] Feb 21 13:29:34.398 INFO O| Feb 21 13:29:34.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63182025-02-21T13:29:35.418Z[ recovery-image] Feb 21 13:29:34.398 INFO O| Feb 21 13:29:34.398 INFO STEP 607 (remove_files) COMPLETE
63192025-02-21T13:29:35.418Z[ recovery-image] Feb 21 13:29:34.398 INFO O| Feb 21 13:29:34.398 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-02-21T13:29:35.463Z[ recovery-image] Feb 21 13:29:34.443 INFO O| Feb 21 13:29:34.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63212025-02-21T13:29:35.492Z[ recovery-image] Feb 21 13:29:34.471 INFO O| Feb 21 13:29:34.471 INFO STEP 608 (remove_files) COMPLETE
63222025-02-21T13:29:35.492Z[ recovery-image] Feb 21 13:29:34.471 INFO O| Feb 21 13:29:34.471 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-02-21T13:29:35.539Z[ recovery-image] Feb 21 13:29:34.519 INFO O| Feb 21 13:29:34.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63242025-02-21T13:29:35.539Z[ recovery-image] Feb 21 13:29:34.519 INFO O| Feb 21 13:29:34.519 INFO STEP 609 (remove_files) COMPLETE
63252025-02-21T13:29:35.544Z[ recovery-image] Feb 21 13:29:34.519 INFO O| Feb 21 13:29:34.519 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-02-21T13:29:35.597Z[ recovery-image] Feb 21 13:29:34.577 INFO O| Feb 21 13:29:34.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63272025-02-21T13:29:35.597Z[ recovery-image] Feb 21 13:29:34.577 INFO O| Feb 21 13:29:34.577 INFO STEP 610 (remove_files) COMPLETE
63282025-02-21T13:29:35.599Z[ recovery-image] Feb 21 13:29:34.577 INFO O| Feb 21 13:29:34.577 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-02-21T13:29:35.615Z[ recovery-image] Feb 21 13:29:34.595 INFO O| Feb 21 13:29:34.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63302025-02-21T13:29:35.616Z[ recovery-image] Feb 21 13:29:34.595 INFO O| Feb 21 13:29:34.595 INFO STEP 611 (remove_files) COMPLETE
63312025-02-21T13:29:35.619Z[ recovery-image] Feb 21 13:29:34.595 INFO O| Feb 21 13:29:34.595 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-02-21T13:29:35.633Z[ recovery-image] Feb 21 13:29:34.613 INFO O| Feb 21 13:29:34.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63332025-02-21T13:29:35.633Z[ recovery-image] Feb 21 13:29:34.613 INFO O| Feb 21 13:29:34.613 INFO STEP 612 (remove_files) COMPLETE
63342025-02-21T13:29:35.633Z[ recovery-image] Feb 21 13:29:34.613 INFO O| Feb 21 13:29:34.613 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-02-21T13:29:35.652Z[ recovery-image] Feb 21 13:29:34.632 INFO O| Feb 21 13:29:34.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63362025-02-21T13:29:35.676Z[ recovery-image] Feb 21 13:29:34.656 INFO O| Feb 21 13:29:34.656 INFO STEP 613 (remove_files) COMPLETE
63372025-02-21T13:29:35.676Z[ recovery-image] Feb 21 13:29:34.656 INFO O| Feb 21 13:29:34.656 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-02-21T13:29:35.733Z[ recovery-image] Feb 21 13:29:34.712 INFO O| Feb 21 13:29:34.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63392025-02-21T13:29:35.733Z[ recovery-image] Feb 21 13:29:34.713 INFO O| Feb 21 13:29:34.712 INFO STEP 614 (remove_files) COMPLETE
63402025-02-21T13:29:35.733Z[ recovery-image] Feb 21 13:29:34.713 INFO O| Feb 21 13:29:34.713 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-02-21T13:29:35.769Z[ recovery-image] Feb 21 13:29:34.749 INFO O| Feb 21 13:29:34.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63422025-02-21T13:29:35.769Z[ recovery-image] Feb 21 13:29:34.749 INFO O| Feb 21 13:29:34.749 INFO STEP 615 (remove_files) COMPLETE
63432025-02-21T13:29:35.772Z[ recovery-image] Feb 21 13:29:34.749 INFO O| Feb 21 13:29:34.749 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-02-21T13:29:35.787Z[ recovery-image] Feb 21 13:29:34.767 INFO O| Feb 21 13:29:34.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63452025-02-21T13:29:35.787Z[ recovery-image] Feb 21 13:29:34.767 INFO O| Feb 21 13:29:34.767 INFO STEP 616 (remove_files) COMPLETE
63462025-02-21T13:29:35.787Z[ recovery-image] Feb 21 13:29:34.767 INFO O| Feb 21 13:29:34.767 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-02-21T13:29:35.806Z[ recovery-image] Feb 21 13:29:34.785 INFO O| Feb 21 13:29:34.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63482025-02-21T13:29:35.806Z[ recovery-image] Feb 21 13:29:34.785 INFO O| Feb 21 13:29:34.785 INFO STEP 617 (remove_files) COMPLETE
63492025-02-21T13:29:35.808Z[ recovery-image] Feb 21 13:29:34.785 INFO O| Feb 21 13:29:34.785 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-02-21T13:29:35.824Z[ recovery-image] Feb 21 13:29:34.804 INFO O| Feb 21 13:29:34.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63512025-02-21T13:29:35.824Z[ recovery-image] Feb 21 13:29:34.804 INFO O| Feb 21 13:29:34.804 INFO STEP 618 (remove_files) COMPLETE
63522025-02-21T13:29:35.824Z[ recovery-image] Feb 21 13:29:34.804 INFO O| Feb 21 13:29:34.804 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-02-21T13:29:35.854Z[ recovery-image] Feb 21 13:29:34.834 INFO O| Feb 21 13:29:34.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63542025-02-21T13:29:35.854Z[ recovery-image] Feb 21 13:29:34.834 INFO O| Feb 21 13:29:34.834 INFO STEP 619 (remove_files) COMPLETE
63552025-02-21T13:29:35.857Z[ recovery-image] Feb 21 13:29:34.834 INFO O| Feb 21 13:29:34.834 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-02-21T13:29:35.875Z[ recovery-image] Feb 21 13:29:34.855 INFO O| Feb 21 13:29:34.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63572025-02-21T13:29:35.875Z[ recovery-image] Feb 21 13:29:34.855 INFO O| Feb 21 13:29:34.855 INFO STEP 620 (remove_files) COMPLETE
63582025-02-21T13:29:35.876Z[ recovery-image] Feb 21 13:29:34.855 INFO O| Feb 21 13:29:34.855 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-02-21T13:29:35.894Z[ recovery-image] Feb 21 13:29:34.874 INFO O| Feb 21 13:29:34.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63602025-02-21T13:29:35.897Z[ recovery-image] Feb 21 13:29:34.874 INFO O| Feb 21 13:29:34.874 INFO STEP 621 (remove_files) COMPLETE
63612025-02-21T13:29:35.897Z[ recovery-image] Feb 21 13:29:34.874 INFO O| Feb 21 13:29:34.874 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-02-21T13:29:35.914Z[ recovery-image] Feb 21 13:29:34.894 INFO O| Feb 21 13:29:34.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63632025-02-21T13:29:35.914Z[ recovery-image] Feb 21 13:29:34.894 INFO O| Feb 21 13:29:34.894 INFO STEP 622 (remove_files) COMPLETE
63642025-02-21T13:29:35.914Z[ recovery-image] Feb 21 13:29:34.894 INFO O| Feb 21 13:29:34.894 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-02-21T13:29:35.949Z[ recovery-image] Feb 21 13:29:34.928 INFO O| Feb 21 13:29:34.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63662025-02-21T13:29:35.949Z[ recovery-image] Feb 21 13:29:34.929 INFO O| Feb 21 13:29:34.928 INFO STEP 623 (remove_files) COMPLETE
63672025-02-21T13:29:35.949Z[ recovery-image] Feb 21 13:29:34.929 INFO O| Feb 21 13:29:34.929 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-02-21T13:29:35.967Z[ recovery-image] Feb 21 13:29:34.947 INFO O| Feb 21 13:29:34.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63692025-02-21T13:29:35.967Z[ recovery-image] Feb 21 13:29:34.947 INFO O| Feb 21 13:29:34.947 INFO STEP 624 (remove_files) COMPLETE
63702025-02-21T13:29:35.967Z[ recovery-image] Feb 21 13:29:34.947 INFO O| Feb 21 13:29:34.947 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-02-21T13:29:35.986Z[ recovery-image] Feb 21 13:29:34.966 INFO O| Feb 21 13:29:34.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63722025-02-21T13:29:35.994Z[ recovery-image] Feb 21 13:29:34.974 INFO O| Feb 21 13:29:34.974 INFO STEP 625 (remove_files) COMPLETE
63732025-02-21T13:29:35.995Z[ recovery-image] Feb 21 13:29:34.974 INFO O| Feb 21 13:29:34.974 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-02-21T13:29:36.017Z[ recovery-image] Feb 21 13:29:34.996 INFO O| Feb 21 13:29:34.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63752025-02-21T13:29:36.017Z[ recovery-image] Feb 21 13:29:34.996 INFO O| Feb 21 13:29:34.996 INFO STEP 626 (remove_files) COMPLETE
63762025-02-21T13:29:36.017Z[ recovery-image] Feb 21 13:29:34.996 INFO O| Feb 21 13:29:34.996 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-02-21T13:29:36.039Z[ recovery-image] Feb 21 13:29:35.019 INFO O| Feb 21 13:29:35.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63782025-02-21T13:29:36.039Z[ recovery-image] Feb 21 13:29:35.019 INFO O| Feb 21 13:29:35.019 INFO STEP 627 (remove_files) COMPLETE
63792025-02-21T13:29:36.042Z[ recovery-image] Feb 21 13:29:35.019 INFO O| Feb 21 13:29:35.019 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-02-21T13:29:36.061Z[ recovery-image] Feb 21 13:29:35.040 INFO O| Feb 21 13:29:35.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63812025-02-21T13:29:36.061Z[ recovery-image] Feb 21 13:29:35.041 INFO O| Feb 21 13:29:35.041 INFO STEP 628 (remove_files) COMPLETE
63822025-02-21T13:29:36.061Z[ recovery-image] Feb 21 13:29:35.041 INFO O| Feb 21 13:29:35.041 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832025-02-21T13:29:36.093Z[ recovery-image] Feb 21 13:29:35.073 INFO O| Feb 21 13:29:35.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63842025-02-21T13:29:36.093Z[ recovery-image] Feb 21 13:29:35.073 INFO O| Feb 21 13:29:35.073 INFO STEP 629 (remove_files) COMPLETE
63852025-02-21T13:29:36.093Z[ recovery-image] Feb 21 13:29:35.073 INFO O| Feb 21 13:29:35.073 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862025-02-21T13:29:36.115Z[ recovery-image] Feb 21 13:29:35.095 INFO O| Feb 21 13:29:35.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63872025-02-21T13:29:36.115Z[ recovery-image] Feb 21 13:29:35.095 INFO O| Feb 21 13:29:35.095 INFO STEP 630 (remove_files) COMPLETE
63882025-02-21T13:29:36.117Z[ recovery-image] Feb 21 13:29:35.095 INFO O| Feb 21 13:29:35.095 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-02-21T13:29:36.135Z[ recovery-image] Feb 21 13:29:35.115 INFO O| Feb 21 13:29:35.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63902025-02-21T13:29:36.135Z[ recovery-image] Feb 21 13:29:35.115 INFO O| Feb 21 13:29:35.115 INFO STEP 631 (remove_files) COMPLETE
63912025-02-21T13:29:36.135Z[ recovery-image] Feb 21 13:29:35.115 INFO O| Feb 21 13:29:35.115 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-02-21T13:29:36.156Z[ recovery-image] Feb 21 13:29:35.136 INFO O| Feb 21 13:29:35.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63932025-02-21T13:29:36.156Z[ recovery-image] Feb 21 13:29:35.136 INFO O| Feb 21 13:29:35.136 INFO STEP 632 (remove_files) COMPLETE
63942025-02-21T13:29:36.159Z[ recovery-image] Feb 21 13:29:35.136 INFO O| Feb 21 13:29:35.136 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-02-21T13:29:36.187Z[ recovery-image] Feb 21 13:29:35.167 INFO O| Feb 21 13:29:35.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63962025-02-21T13:29:36.187Z[ recovery-image] Feb 21 13:29:35.167 INFO O| Feb 21 13:29:35.167 INFO STEP 633 (remove_files) COMPLETE
63972025-02-21T13:29:36.187Z[ recovery-image] Feb 21 13:29:35.167 INFO O| Feb 21 13:29:35.167 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-02-21T13:29:36.239Z[ recovery-image] Feb 21 13:29:35.218 INFO O| Feb 21 13:29:35.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63992025-02-21T13:29:36.241Z[ recovery-image] Feb 21 13:29:35.219 INFO O| Feb 21 13:29:35.218 INFO STEP 634 (remove_files) COMPLETE
64002025-02-21T13:29:36.241Z[ recovery-image] Feb 21 13:29:35.219 INFO O| Feb 21 13:29:35.218 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-02-21T13:29:36.259Z[ recovery-image] Feb 21 13:29:35.239 INFO O| Feb 21 13:29:35.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
64022025-02-21T13:29:36.262Z[ recovery-image] Feb 21 13:29:35.239 INFO O| Feb 21 13:29:35.239 INFO STEP 635 (remove_files) COMPLETE
64032025-02-21T13:29:36.262Z[ recovery-image] Feb 21 13:29:35.239 INFO O| Feb 21 13:29:35.239 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-02-21T13:29:36.280Z[ recovery-image] Feb 21 13:29:35.259 INFO O| Feb 21 13:29:35.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
64052025-02-21T13:29:36.280Z[ recovery-image] Feb 21 13:29:35.259 INFO O| Feb 21 13:29:35.259 INFO STEP 636 (remove_files) COMPLETE
64062025-02-21T13:29:36.280Z[ recovery-image] Feb 21 13:29:35.259 INFO O| Feb 21 13:29:35.259 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-02-21T13:29:36.297Z[ recovery-image] Feb 21 13:29:35.277 INFO O| Feb 21 13:29:35.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
64082025-02-21T13:29:36.300Z[ recovery-image] Feb 21 13:29:35.277 INFO O| Feb 21 13:29:35.277 INFO STEP 637 (remove_files) COMPLETE
64092025-02-21T13:29:36.300Z[ recovery-image] Feb 21 13:29:35.277 INFO O| Feb 21 13:29:35.277 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-02-21T13:29:36.329Z[ recovery-image] Feb 21 13:29:35.308 INFO O| Feb 21 13:29:35.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
64112025-02-21T13:29:36.331Z[ recovery-image] Feb 21 13:29:35.308 INFO O| Feb 21 13:29:35.308 INFO STEP 638 (remove_files) COMPLETE
64122025-02-21T13:29:36.332Z[ recovery-image] Feb 21 13:29:35.309 INFO O| Feb 21 13:29:35.308 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-02-21T13:29:36.349Z[ recovery-image] Feb 21 13:29:35.328 INFO O| Feb 21 13:29:35.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64142025-02-21T13:29:36.352Z[ recovery-image] Feb 21 13:29:35.329 INFO O| Feb 21 13:29:35.329 INFO STEP 639 (remove_files) COMPLETE
64152025-02-21T13:29:36.352Z[ recovery-image] Feb 21 13:29:35.329 INFO O| Feb 21 13:29:35.329 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-02-21T13:29:36.367Z[ recovery-image] Feb 21 13:29:35.347 INFO O| Feb 21 13:29:35.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64172025-02-21T13:29:36.370Z[ recovery-image] Feb 21 13:29:35.347 INFO O| Feb 21 13:29:35.347 INFO STEP 640 (remove_files) COMPLETE
64182025-02-21T13:29:36.370Z[ recovery-image] Feb 21 13:29:35.347 INFO O| Feb 21 13:29:35.347 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-02-21T13:29:36.385Z[ recovery-image] Feb 21 13:29:35.364 INFO O| Feb 21 13:29:35.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64202025-02-21T13:29:36.385Z[ recovery-image] Feb 21 13:29:35.364 INFO O| Feb 21 13:29:35.364 INFO STEP 641 (remove_files) COMPLETE
64212025-02-21T13:29:36.386Z[ recovery-image] Feb 21 13:29:35.364 INFO O| Feb 21 13:29:35.364 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-02-21T13:29:36.403Z[ recovery-image] Feb 21 13:29:35.383 INFO O| Feb 21 13:29:35.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64232025-02-21T13:29:36.403Z[ recovery-image] Feb 21 13:29:35.383 INFO O| Feb 21 13:29:35.383 INFO STEP 642 (remove_files) COMPLETE
64242025-02-21T13:29:36.407Z[ recovery-image] Feb 21 13:29:35.383 INFO O| Feb 21 13:29:35.383 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-02-21T13:29:36.430Z[ recovery-image] Feb 21 13:29:35.408 INFO O| Feb 21 13:29:35.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64262025-02-21T13:29:36.430Z[ recovery-image] Feb 21 13:29:35.408 INFO O| Feb 21 13:29:35.408 INFO STEP 643 (remove_files) COMPLETE
64272025-02-21T13:29:36.432Z[ recovery-image] Feb 21 13:29:35.408 INFO O| Feb 21 13:29:35.408 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-02-21T13:29:36.460Z[ recovery-image] Feb 21 13:29:35.440 INFO O| Feb 21 13:29:35.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64292025-02-21T13:29:36.460Z[ recovery-image] Feb 21 13:29:35.440 INFO O| Feb 21 13:29:35.440 INFO STEP 644 (remove_files) COMPLETE
64302025-02-21T13:29:36.460Z[ recovery-image] Feb 21 13:29:35.440 INFO O| Feb 21 13:29:35.440 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-02-21T13:29:36.480Z[ recovery-image] Feb 21 13:29:35.460 INFO O| Feb 21 13:29:35.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64322025-02-21T13:29:36.480Z[ recovery-image] Feb 21 13:29:35.460 INFO O| Feb 21 13:29:35.460 INFO STEP 645 (remove_files) COMPLETE
64332025-02-21T13:29:36.480Z[ recovery-image] Feb 21 13:29:35.460 INFO O| Feb 21 13:29:35.460 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-02-21T13:29:36.498Z[ recovery-image] Feb 21 13:29:35.478 INFO O| Feb 21 13:29:35.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64352025-02-21T13:29:36.503Z[ recovery-image] Feb 21 13:29:35.478 INFO O| Feb 21 13:29:35.478 INFO STEP 646 (remove_files) COMPLETE
64362025-02-21T13:29:36.503Z[ recovery-image] Feb 21 13:29:35.478 INFO O| Feb 21 13:29:35.478 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-02-21T13:29:36.514Z[ recovery-image] Feb 21 13:29:35.494 INFO O| Feb 21 13:29:35.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64382025-02-21T13:29:36.521Z[ recovery-image] Feb 21 13:29:35.494 INFO O| Feb 21 13:29:35.494 INFO STEP 647 (remove_files) COMPLETE
64392025-02-21T13:29:36.521Z[ recovery-image] Feb 21 13:29:35.495 INFO O| Feb 21 13:29:35.494 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402025-02-21T13:29:36.532Z[ recovery-image] Feb 21 13:29:35.512 INFO O| Feb 21 13:29:35.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64412025-02-21T13:29:36.535Z[ recovery-image] Feb 21 13:29:35.512 INFO O| Feb 21 13:29:35.512 INFO STEP 648 (remove_files) COMPLETE
64422025-02-21T13:29:36.535Z[ recovery-image] Feb 21 13:29:35.512 INFO O| Feb 21 13:29:35.512 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432025-02-21T13:29:36.560Z[ recovery-image] Feb 21 13:29:35.539 INFO O| Feb 21 13:29:35.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64442025-02-21T13:29:36.563Z[ recovery-image] Feb 21 13:29:35.539 INFO O| Feb 21 13:29:35.539 INFO STEP 649 (remove_files) COMPLETE
64452025-02-21T13:29:36.563Z[ recovery-image] Feb 21 13:29:35.540 INFO O| Feb 21 13:29:35.539 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-02-21T13:29:36.579Z[ recovery-image] Feb 21 13:29:35.559 INFO O| Feb 21 13:29:35.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64472025-02-21T13:29:36.582Z[ recovery-image] Feb 21 13:29:35.559 INFO O| Feb 21 13:29:35.559 INFO STEP 650 (remove_files) COMPLETE
64482025-02-21T13:29:36.582Z[ recovery-image] Feb 21 13:29:35.559 INFO O| Feb 21 13:29:35.559 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492025-02-21T13:29:36.598Z[ recovery-image] Feb 21 13:29:35.577 INFO O| Feb 21 13:29:35.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64502025-02-21T13:29:36.601Z[ recovery-image] Feb 21 13:29:35.578 INFO O| Feb 21 13:29:35.578 INFO STEP 651 (remove_files) COMPLETE
64512025-02-21T13:29:36.601Z[ recovery-image] Feb 21 13:29:35.578 INFO O| Feb 21 13:29:35.578 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522025-02-21T13:29:36.617Z[ recovery-image] Feb 21 13:29:35.596 INFO O| Feb 21 13:29:35.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64532025-02-21T13:29:36.617Z[ recovery-image] Feb 21 13:29:35.596 INFO O| Feb 21 13:29:35.596 INFO STEP 652 (remove_files) COMPLETE
64542025-02-21T13:29:36.617Z[ recovery-image] Feb 21 13:29:35.596 INFO O| Feb 21 13:29:35.596 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552025-02-21T13:29:36.636Z[ recovery-image] Feb 21 13:29:35.615 INFO O| Feb 21 13:29:35.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64562025-02-21T13:29:36.636Z[ recovery-image] Feb 21 13:29:35.615 INFO O| Feb 21 13:29:35.615 INFO STEP 653 (remove_files) COMPLETE
64572025-02-21T13:29:36.636Z[ recovery-image] Feb 21 13:29:35.615 INFO O| Feb 21 13:29:35.615 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582025-02-21T13:29:36.656Z[ recovery-image] Feb 21 13:29:35.635 INFO O| Feb 21 13:29:35.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64592025-02-21T13:29:36.656Z[ recovery-image] Feb 21 13:29:35.635 INFO O| Feb 21 13:29:35.635 INFO STEP 654 (remove_files) COMPLETE
64602025-02-21T13:29:36.656Z[ recovery-image] Feb 21 13:29:35.635 INFO O| Feb 21 13:29:35.635 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612025-02-21T13:29:36.676Z[ recovery-image] Feb 21 13:29:35.655 INFO O| Feb 21 13:29:35.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64622025-02-21T13:29:36.676Z[ recovery-image] Feb 21 13:29:35.655 INFO O| Feb 21 13:29:35.655 INFO STEP 655 (remove_files) COMPLETE
64632025-02-21T13:29:36.676Z[ recovery-image] Feb 21 13:29:35.655 INFO O| Feb 21 13:29:35.655 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642025-02-21T13:29:36.715Z[ recovery-image] Feb 21 13:29:35.694 INFO O| Feb 21 13:29:35.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64652025-02-21T13:29:36.715Z[ recovery-image] Feb 21 13:29:35.694 INFO O| Feb 21 13:29:35.694 INFO STEP 656 (remove_files) COMPLETE
64662025-02-21T13:29:36.715Z[ recovery-image] Feb 21 13:29:35.694 INFO O| Feb 21 13:29:35.694 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672025-02-21T13:29:36.734Z[ recovery-image] Feb 21 13:29:35.714 INFO O| Feb 21 13:29:35.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64682025-02-21T13:29:36.735Z[ recovery-image] Feb 21 13:29:35.714 INFO O| Feb 21 13:29:35.714 INFO STEP 657 (remove_files) COMPLETE
64692025-02-21T13:29:36.735Z[ recovery-image] Feb 21 13:29:35.714 INFO O| Feb 21 13:29:35.714 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702025-02-21T13:29:36.754Z[ recovery-image] Feb 21 13:29:35.733 INFO O| Feb 21 13:29:35.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64712025-02-21T13:29:36.754Z[ recovery-image] Feb 21 13:29:35.733 INFO O| Feb 21 13:29:35.733 INFO STEP 658 (remove_files) COMPLETE
64722025-02-21T13:29:36.754Z[ recovery-image] Feb 21 13:29:35.733 INFO O| Feb 21 13:29:35.733 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732025-02-21T13:29:36.787Z[ recovery-image] Feb 21 13:29:35.767 INFO O| Feb 21 13:29:35.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64742025-02-21T13:29:36.788Z[ recovery-image] Feb 21 13:29:35.767 INFO O| Feb 21 13:29:35.767 INFO STEP 659 (remove_files) COMPLETE
64752025-02-21T13:29:36.790Z[ recovery-image] Feb 21 13:29:35.767 INFO O| Feb 21 13:29:35.767 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762025-02-21T13:29:36.808Z[ recovery-image] Feb 21 13:29:35.788 INFO O| Feb 21 13:29:35.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64772025-02-21T13:29:36.808Z[ recovery-image] Feb 21 13:29:35.788 INFO O| Feb 21 13:29:35.788 INFO STEP 660 (remove_files) COMPLETE
64782025-02-21T13:29:36.808Z[ recovery-image] Feb 21 13:29:35.788 INFO O| Feb 21 13:29:35.788 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-02-21T13:29:36.828Z[ recovery-image] Feb 21 13:29:35.808 INFO O| Feb 21 13:29:35.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64802025-02-21T13:29:36.828Z[ recovery-image] Feb 21 13:29:35.808 INFO O| Feb 21 13:29:35.808 INFO STEP 661 (remove_files) COMPLETE
64812025-02-21T13:29:36.830Z[ recovery-image] Feb 21 13:29:35.808 INFO O| Feb 21 13:29:35.808 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-02-21T13:29:36.846Z[ recovery-image] Feb 21 13:29:35.826 INFO O| Feb 21 13:29:35.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64832025-02-21T13:29:36.846Z[ recovery-image] Feb 21 13:29:35.826 INFO O| Feb 21 13:29:35.826 INFO STEP 662 (remove_files) COMPLETE
64842025-02-21T13:29:36.847Z[ recovery-image] Feb 21 13:29:35.826 INFO O| Feb 21 13:29:35.826 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852025-02-21T13:29:36.864Z[ recovery-image] Feb 21 13:29:35.844 INFO O| Feb 21 13:29:35.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64862025-02-21T13:29:36.864Z[ recovery-image] Feb 21 13:29:35.844 INFO O| Feb 21 13:29:35.844 INFO STEP 663 (remove_files) COMPLETE
64872025-02-21T13:29:36.867Z[ recovery-image] Feb 21 13:29:35.844 INFO O| Feb 21 13:29:35.844 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882025-02-21T13:29:36.905Z[ recovery-image] Feb 21 13:29:35.885 INFO O| Feb 21 13:29:35.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64892025-02-21T13:29:36.908Z[ recovery-image] Feb 21 13:29:35.885 INFO O| Feb 21 13:29:35.885 INFO STEP 664 (remove_files) COMPLETE
64902025-02-21T13:29:36.908Z[ recovery-image] Feb 21 13:29:35.885 INFO O| Feb 21 13:29:35.885 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912025-02-21T13:29:36.927Z[ recovery-image] Feb 21 13:29:35.907 INFO O| Feb 21 13:29:35.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64922025-02-21T13:29:36.927Z[ recovery-image] Feb 21 13:29:35.907 INFO O| Feb 21 13:29:35.907 INFO STEP 665 (remove_files) COMPLETE
64932025-02-21T13:29:36.927Z[ recovery-image] Feb 21 13:29:35.907 INFO O| Feb 21 13:29:35.907 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942025-02-21T13:29:36.947Z[ recovery-image] Feb 21 13:29:35.926 INFO O| Feb 21 13:29:35.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64952025-02-21T13:29:36.947Z[ recovery-image] Feb 21 13:29:35.926 INFO O| Feb 21 13:29:35.926 INFO STEP 666 (remove_files) COMPLETE
64962025-02-21T13:29:36.947Z[ recovery-image] Feb 21 13:29:35.926 INFO O| Feb 21 13:29:35.926 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972025-02-21T13:29:36.964Z[ recovery-image] Feb 21 13:29:35.944 INFO O| Feb 21 13:29:35.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64982025-02-21T13:29:36.964Z[ recovery-image] Feb 21 13:29:35.944 INFO O| Feb 21 13:29:35.944 INFO STEP 667 (remove_files) COMPLETE
64992025-02-21T13:29:36.964Z[ recovery-image] Feb 21 13:29:35.944 INFO O| Feb 21 13:29:35.944 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002025-02-21T13:29:36.983Z[ recovery-image] Feb 21 13:29:35.963 INFO O| Feb 21 13:29:35.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
65012025-02-21T13:29:36.983Z[ recovery-image] Feb 21 13:29:35.963 INFO O| Feb 21 13:29:35.963 INFO STEP 668 (remove_files) COMPLETE
65022025-02-21T13:29:36.986Z[ recovery-image] Feb 21 13:29:35.963 INFO O| Feb 21 13:29:35.963 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032025-02-21T13:29:37.008Z[ recovery-image] Feb 21 13:29:35.988 INFO O| Feb 21 13:29:35.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
65042025-02-21T13:29:37.011Z[ recovery-image] Feb 21 13:29:35.988 INFO O| Feb 21 13:29:35.988 INFO STEP 669 (remove_files) COMPLETE
65052025-02-21T13:29:37.011Z[ recovery-image] Feb 21 13:29:35.989 INFO O| Feb 21 13:29:35.989 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062025-02-21T13:29:37.029Z[ recovery-image] Feb 21 13:29:36.008 INFO O| Feb 21 13:29:36.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
65072025-02-21T13:29:37.031Z[ recovery-image] Feb 21 13:29:36.009 INFO O| Feb 21 13:29:36.009 INFO STEP 670 (remove_files) COMPLETE
65082025-02-21T13:29:37.031Z[ recovery-image] Feb 21 13:29:36.009 INFO O| Feb 21 13:29:36.009 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092025-02-21T13:29:37.047Z[ recovery-image] Feb 21 13:29:36.026 INFO O| Feb 21 13:29:36.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65102025-02-21T13:29:37.049Z[ recovery-image] Feb 21 13:29:36.027 INFO O| Feb 21 13:29:36.027 INFO STEP 671 (remove_files) COMPLETE
65112025-02-21T13:29:37.049Z[ recovery-image] Feb 21 13:29:36.027 INFO O| Feb 21 13:29:36.027 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-02-21T13:29:37.066Z[ recovery-image] Feb 21 13:29:36.046 INFO O| Feb 21 13:29:36.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65132025-02-21T13:29:37.068Z[ recovery-image] Feb 21 13:29:36.046 INFO O| Feb 21 13:29:36.046 INFO STEP 672 (remove_files) COMPLETE
65142025-02-21T13:29:37.068Z[ recovery-image] Feb 21 13:29:36.046 INFO O| Feb 21 13:29:36.046 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-02-21T13:29:37.084Z[ recovery-image] Feb 21 13:29:36.064 INFO O| Feb 21 13:29:36.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65162025-02-21T13:29:37.089Z[ recovery-image] Feb 21 13:29:36.064 INFO O| Feb 21 13:29:36.064 INFO STEP 673 (remove_files) COMPLETE
65172025-02-21T13:29:37.089Z[ recovery-image] Feb 21 13:29:36.064 INFO O| Feb 21 13:29:36.064 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-02-21T13:29:37.091Z[ host-image] Feb 21 13:29:36.071 INFO O| Feb 21 13:29:36.071 INFO O| Download: Completed 8.42 MB in 8.68 seconds (992k/s)
65192025-02-21T13:29:37.102Z[ recovery-image] Feb 21 13:29:36.082 INFO O| Feb 21 13:29:36.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65202025-02-21T13:29:37.105Z[ recovery-image] Feb 21 13:29:36.082 INFO O| Feb 21 13:29:36.082 INFO STEP 674 (remove_files) COMPLETE
65212025-02-21T13:29:37.105Z[ recovery-image] Feb 21 13:29:36.082 INFO O| Feb 21 13:29:36.082 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222025-02-21T13:29:37.118Z[ recovery-image] Feb 21 13:29:36.098 INFO O| Feb 21 13:29:36.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65232025-02-21T13:29:37.121Z[ recovery-image] Feb 21 13:29:36.098 INFO O| Feb 21 13:29:36.098 INFO STEP 675 (remove_files) COMPLETE
65242025-02-21T13:29:37.121Z[ recovery-image] Feb 21 13:29:36.098 INFO O| Feb 21 13:29:36.098 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252025-02-21T13:29:37.136Z[ recovery-image] Feb 21 13:29:36.115 INFO O| Feb 21 13:29:36.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65262025-02-21T13:29:37.139Z[ recovery-image] Feb 21 13:29:36.115 INFO O| Feb 21 13:29:36.115 INFO STEP 676 (remove_files) COMPLETE
65272025-02-21T13:29:37.139Z[ recovery-image] Feb 21 13:29:36.115 INFO O| Feb 21 13:29:36.115 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282025-02-21T13:29:37.165Z[ recovery-image] Feb 21 13:29:36.145 INFO O| Feb 21 13:29:36.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65292025-02-21T13:29:37.165Z[ recovery-image] Feb 21 13:29:36.145 INFO O| Feb 21 13:29:36.145 INFO STEP 677 (remove_files) COMPLETE
65302025-02-21T13:29:37.165Z[ recovery-image] Feb 21 13:29:36.145 INFO O| Feb 21 13:29:36.145 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312025-02-21T13:29:37.182Z[ recovery-image] Feb 21 13:29:36.162 INFO O| Feb 21 13:29:36.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65322025-02-21T13:29:37.182Z[ recovery-image] Feb 21 13:29:36.162 INFO O| Feb 21 13:29:36.162 INFO STEP 678 (remove_files) COMPLETE
65332025-02-21T13:29:37.185Z[ recovery-image] Feb 21 13:29:36.162 INFO O| Feb 21 13:29:36.162 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342025-02-21T13:29:37.200Z[ host-image] Feb 21 13:29:36.180 INFO O| Feb 21 13:29:36.180 INFO O| Actions: 1/1361 actions (Installing new actions)
65352025-02-21T13:29:37.205Z[ recovery-image] Feb 21 13:29:36.185 INFO O| Feb 21 13:29:36.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65362025-02-21T13:29:37.208Z[ recovery-image] Feb 21 13:29:36.185 INFO O| Feb 21 13:29:36.185 INFO STEP 679 (remove_files) COMPLETE
65372025-02-21T13:29:37.208Z[ recovery-image] Feb 21 13:29:36.185 INFO O| Feb 21 13:29:36.185 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-02-21T13:29:37.243Z[ recovery-image] Feb 21 13:29:36.222 INFO O| Feb 21 13:29:36.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65392025-02-21T13:29:37.245Z[ recovery-image] Feb 21 13:29:36.222 INFO O| Feb 21 13:29:36.222 INFO STEP 680 (remove_files) COMPLETE
65402025-02-21T13:29:37.245Z[ recovery-image] Feb 21 13:29:36.223 INFO O| Feb 21 13:29:36.222 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-02-21T13:29:37.261Z[ recovery-image] Feb 21 13:29:36.241 INFO O| Feb 21 13:29:36.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65422025-02-21T13:29:37.263Z[ recovery-image] Feb 21 13:29:36.241 INFO O| Feb 21 13:29:36.241 INFO STEP 681 (remove_files) COMPLETE
65432025-02-21T13:29:37.263Z[ recovery-image] Feb 21 13:29:36.241 INFO O| Feb 21 13:29:36.241 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442025-02-21T13:29:37.291Z[ recovery-image] Feb 21 13:29:36.269 INFO O| Feb 21 13:29:36.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65452025-02-21T13:29:37.291Z[ recovery-image] Feb 21 13:29:36.269 INFO O| Feb 21 13:29:36.269 INFO STEP 682 (remove_files) COMPLETE
65462025-02-21T13:29:37.291Z[ recovery-image] Feb 21 13:29:36.270 INFO O| Feb 21 13:29:36.270 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-02-21T13:29:37.310Z[ recovery-image] Feb 21 13:29:36.289 INFO O| Feb 21 13:29:36.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65482025-02-21T13:29:37.312Z[ recovery-image] Feb 21 13:29:36.289 INFO O| Feb 21 13:29:36.289 INFO STEP 683 (remove_files) COMPLETE
65492025-02-21T13:29:37.312Z[ recovery-image] Feb 21 13:29:36.290 INFO O| Feb 21 13:29:36.290 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-02-21T13:29:37.330Z[ recovery-image] Feb 21 13:29:36.308 INFO O| Feb 21 13:29:36.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65512025-02-21T13:29:37.371Z[ recovery-image] Feb 21 13:29:36.349 INFO O| Feb 21 13:29:36.349 INFO STEP 684 (remove_files) COMPLETE
65522025-02-21T13:29:37.371Z[ recovery-image] Feb 21 13:29:36.349 INFO O| Feb 21 13:29:36.349 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-02-21T13:29:37.389Z[ recovery-image] Feb 21 13:29:36.369 INFO O| Feb 21 13:29:36.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65542025-02-21T13:29:37.391Z[ recovery-image] Feb 21 13:29:36.369 INFO O| Feb 21 13:29:36.369 INFO STEP 685 (remove_files) COMPLETE
65552025-02-21T13:29:37.391Z[ recovery-image] Feb 21 13:29:36.369 INFO O| Feb 21 13:29:36.369 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-02-21T13:29:37.406Z[ recovery-image] Feb 21 13:29:36.386 INFO O| Feb 21 13:29:36.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65572025-02-21T13:29:37.406Z[ recovery-image] Feb 21 13:29:36.386 INFO O| Feb 21 13:29:36.386 INFO STEP 686 (remove_files) COMPLETE
65582025-02-21T13:29:37.409Z[ recovery-image] Feb 21 13:29:36.387 INFO O| Feb 21 13:29:36.387 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-02-21T13:29:37.425Z[ recovery-image] Feb 21 13:29:36.404 INFO O| Feb 21 13:29:36.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65602025-02-21T13:29:37.427Z[ recovery-image] Feb 21 13:29:36.405 INFO O| Feb 21 13:29:36.405 INFO STEP 687 (remove_files) COMPLETE
65612025-02-21T13:29:37.427Z[ recovery-image] Feb 21 13:29:36.405 INFO O| Feb 21 13:29:36.405 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-02-21T13:29:37.472Z[ recovery-image] Feb 21 13:29:36.452 INFO O| Feb 21 13:29:36.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65632025-02-21T13:29:37.475Z[ recovery-image] Feb 21 13:29:36.452 INFO O| Feb 21 13:29:36.452 INFO STEP 688 (remove_files) COMPLETE
65642025-02-21T13:29:37.475Z[ recovery-image] Feb 21 13:29:36.452 INFO O| Feb 21 13:29:36.452 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-02-21T13:29:37.515Z[ recovery-image] Feb 21 13:29:36.494 INFO O| Feb 21 13:29:36.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65662025-02-21T13:29:37.515Z[ recovery-image] Feb 21 13:29:36.495 INFO O| Feb 21 13:29:36.495 INFO STEP 689 (remove_files) COMPLETE
65672025-02-21T13:29:37.515Z[ recovery-image] Feb 21 13:29:36.495 INFO O| Feb 21 13:29:36.495 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-02-21T13:29:37.536Z[ recovery-image] Feb 21 13:29:36.515 INFO O| Feb 21 13:29:36.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65692025-02-21T13:29:37.536Z[ recovery-image] Feb 21 13:29:36.515 INFO O| Feb 21 13:29:36.515 INFO STEP 690 (remove_files) COMPLETE
65702025-02-21T13:29:37.536Z[ recovery-image] Feb 21 13:29:36.516 INFO O| Feb 21 13:29:36.515 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-02-21T13:29:37.556Z[ recovery-image] Feb 21 13:29:36.536 INFO O| Feb 21 13:29:36.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65722025-02-21T13:29:37.556Z[ recovery-image] Feb 21 13:29:36.536 INFO O| Feb 21 13:29:36.536 INFO STEP 691 (remove_files) COMPLETE
65732025-02-21T13:29:37.556Z[ recovery-image] Feb 21 13:29:36.536 INFO O| Feb 21 13:29:36.536 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-02-21T13:29:37.584Z[ recovery-image] Feb 21 13:29:36.564 INFO O| Feb 21 13:29:36.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65752025-02-21T13:29:37.584Z[ recovery-image] Feb 21 13:29:36.564 INFO O| Feb 21 13:29:36.564 INFO STEP 692 (remove_files) COMPLETE
65762025-02-21T13:29:37.584Z[ recovery-image] Feb 21 13:29:36.564 INFO O| Feb 21 13:29:36.564 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-02-21T13:29:37.625Z[ recovery-image] Feb 21 13:29:36.605 INFO O| Feb 21 13:29:36.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65782025-02-21T13:29:37.625Z[ recovery-image] Feb 21 13:29:36.605 INFO O| Feb 21 13:29:36.605 INFO STEP 693 (remove_files) COMPLETE
65792025-02-21T13:29:37.625Z[ recovery-image] Feb 21 13:29:36.605 INFO O| Feb 21 13:29:36.605 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-02-21T13:29:37.642Z[ recovery-image] Feb 21 13:29:36.622 INFO O| Feb 21 13:29:36.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65812025-02-21T13:29:37.642Z[ recovery-image] Feb 21 13:29:36.622 INFO O| Feb 21 13:29:36.622 INFO STEP 694 (remove_files) COMPLETE
65822025-02-21T13:29:37.642Z[ recovery-image] Feb 21 13:29:36.622 INFO O| Feb 21 13:29:36.622 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-02-21T13:29:37.660Z[ recovery-image] Feb 21 13:29:36.638 INFO O| Feb 21 13:29:36.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65842025-02-21T13:29:37.680Z[ recovery-image] Feb 21 13:29:36.660 INFO O| Feb 21 13:29:36.660 INFO STEP 695 (remove_files) COMPLETE
65852025-02-21T13:29:37.680Z[ recovery-image] Feb 21 13:29:36.660 INFO O| Feb 21 13:29:36.660 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-02-21T13:29:37.699Z[ recovery-image] Feb 21 13:29:36.678 INFO O| Feb 21 13:29:36.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65872025-02-21T13:29:37.699Z[ recovery-image] Feb 21 13:29:36.678 INFO O| Feb 21 13:29:36.678 INFO STEP 696 (remove_files) COMPLETE
65882025-02-21T13:29:37.699Z[ recovery-image] Feb 21 13:29:36.678 INFO O| Feb 21 13:29:36.678 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-02-21T13:29:37.731Z[ recovery-image] Feb 21 13:29:36.711 INFO O| Feb 21 13:29:36.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65902025-02-21T13:29:37.758Z[ recovery-image] Feb 21 13:29:36.737 INFO O| Feb 21 13:29:36.737 INFO STEP 697 (remove_files) COMPLETE
65912025-02-21T13:29:37.758Z[ recovery-image] Feb 21 13:29:36.737 INFO O| Feb 21 13:29:36.737 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-02-21T13:29:37.797Z[ recovery-image] Feb 21 13:29:36.776 INFO O| Feb 21 13:29:36.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65932025-02-21T13:29:37.799Z[ recovery-image] Feb 21 13:29:36.777 INFO O| Feb 21 13:29:36.777 INFO STEP 698 (remove_files) COMPLETE
65942025-02-21T13:29:37.799Z[ recovery-image] Feb 21 13:29:36.777 INFO O| Feb 21 13:29:36.777 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-02-21T13:29:37.814Z[ recovery-image] Feb 21 13:29:36.794 INFO O| Feb 21 13:29:36.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65962025-02-21T13:29:37.817Z[ recovery-image] Feb 21 13:29:36.794 INFO O| Feb 21 13:29:36.794 INFO STEP 699 (remove_files) COMPLETE
65972025-02-21T13:29:37.817Z[ recovery-image] Feb 21 13:29:36.794 INFO O| Feb 21 13:29:36.794 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-02-21T13:29:37.831Z[ recovery-image] Feb 21 13:29:36.811 INFO O| Feb 21 13:29:36.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65992025-02-21T13:29:37.831Z[ recovery-image] Feb 21 13:29:36.811 INFO O| Feb 21 13:29:36.811 INFO STEP 700 (remove_files) COMPLETE
66002025-02-21T13:29:37.833Z[ recovery-image] Feb 21 13:29:36.811 INFO O| Feb 21 13:29:36.811 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-02-21T13:29:37.895Z[ recovery-image] Feb 21 13:29:36.875 INFO O| Feb 21 13:29:36.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
66022025-02-21T13:29:37.898Z[ recovery-image] Feb 21 13:29:36.875 INFO O| Feb 21 13:29:36.875 INFO STEP 701 (remove_files) COMPLETE
66032025-02-21T13:29:37.898Z[ recovery-image] Feb 21 13:29:36.875 INFO O| Feb 21 13:29:36.875 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-02-21T13:29:37.916Z[ recovery-image] Feb 21 13:29:36.896 INFO O| Feb 21 13:29:36.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
66052025-02-21T13:29:37.942Z[ host-image] Feb 21 13:29:36.922 INFO O| Feb 21 13:29:36.921 INFO O| Actions: Completed 1361 actions in 0.74 seconds.
66062025-02-21T13:29:37.950Z[ recovery-image] Feb 21 13:29:36.929 INFO O| Feb 21 13:29:36.929 INFO STEP 702 (remove_files) COMPLETE
66072025-02-21T13:29:37.950Z[ recovery-image] Feb 21 13:29:36.929 INFO O| Feb 21 13:29:36.929 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082025-02-21T13:29:38.039Z[ recovery-image] Feb 21 13:29:37.018 INFO O| Feb 21 13:29:37.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
66092025-02-21T13:29:38.039Z[ recovery-image] Feb 21 13:29:37.018 INFO O| Feb 21 13:29:37.018 INFO STEP 703 (remove_files) COMPLETE
66102025-02-21T13:29:38.039Z[ recovery-image] Feb 21 13:29:37.018 INFO O| Feb 21 13:29:37.018 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112025-02-21T13:29:38.096Z[ recovery-image] Feb 21 13:29:37.076 INFO O| Feb 21 13:29:37.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66122025-02-21T13:29:38.096Z[ recovery-image] Feb 21 13:29:37.076 INFO O| Feb 21 13:29:37.076 INFO STEP 704 (remove_files) COMPLETE
66132025-02-21T13:29:38.096Z[ recovery-image] Feb 21 13:29:37.076 INFO O| Feb 21 13:29:37.076 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142025-02-21T13:29:38.116Z[ recovery-image] Feb 21 13:29:37.095 INFO O| Feb 21 13:29:37.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66152025-02-21T13:29:38.116Z[ recovery-image] Feb 21 13:29:37.095 INFO O| Feb 21 13:29:37.095 INFO STEP 705 (remove_files) COMPLETE
66162025-02-21T13:29:38.119Z[ recovery-image] Feb 21 13:29:37.095 INFO O| Feb 21 13:29:37.095 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172025-02-21T13:29:38.136Z[ recovery-image] Feb 21 13:29:37.116 INFO O| Feb 21 13:29:37.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66182025-02-21T13:29:38.143Z[ recovery-image] Feb 21 13:29:37.123 INFO O| Feb 21 13:29:37.123 INFO STEP 706 (remove_files) COMPLETE
66192025-02-21T13:29:38.144Z[ recovery-image] Feb 21 13:29:37.123 INFO O| Feb 21 13:29:37.123 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202025-02-21T13:29:38.164Z[ recovery-image] Feb 21 13:29:37.143 INFO O| Feb 21 13:29:37.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66212025-02-21T13:29:38.164Z[ recovery-image] Feb 21 13:29:37.143 INFO O| Feb 21 13:29:37.143 INFO STEP 707 (remove_files) COMPLETE
66222025-02-21T13:29:38.164Z[ recovery-image] Feb 21 13:29:37.143 INFO O| Feb 21 13:29:37.143 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232025-02-21T13:29:38.198Z[ recovery-image] Feb 21 13:29:37.178 INFO O| Feb 21 13:29:37.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66242025-02-21T13:29:38.198Z[ recovery-image] Feb 21 13:29:37.178 INFO O| Feb 21 13:29:37.178 INFO STEP 708 (remove_files) COMPLETE
66252025-02-21T13:29:38.198Z[ recovery-image] Feb 21 13:29:37.178 INFO O| Feb 21 13:29:37.178 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262025-02-21T13:29:38.276Z[ recovery-image] Feb 21 13:29:37.256 INFO O| Feb 21 13:29:37.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66272025-02-21T13:29:38.276Z[ recovery-image] Feb 21 13:29:37.256 INFO O| Feb 21 13:29:37.256 INFO STEP 709 (remove_files) COMPLETE
66282025-02-21T13:29:38.276Z[ recovery-image] Feb 21 13:29:37.256 INFO O| Feb 21 13:29:37.256 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292025-02-21T13:29:38.324Z[ recovery-image] Feb 21 13:29:37.303 INFO O| Feb 21 13:29:37.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66302025-02-21T13:29:38.324Z[ recovery-image] Feb 21 13:29:37.303 INFO O| Feb 21 13:29:37.303 INFO STEP 710 (remove_files) COMPLETE
66312025-02-21T13:29:38.324Z[ recovery-image] Feb 21 13:29:37.303 INFO O| Feb 21 13:29:37.303 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322025-02-21T13:29:38.346Z[ recovery-image] Feb 21 13:29:37.326 INFO O| Feb 21 13:29:37.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66332025-02-21T13:29:38.346Z[ recovery-image] Feb 21 13:29:37.326 INFO O| Feb 21 13:29:37.326 INFO STEP 711 (remove_files) COMPLETE
66342025-02-21T13:29:38.346Z[ recovery-image] Feb 21 13:29:37.326 INFO O| Feb 21 13:29:37.326 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352025-02-21T13:29:38.368Z[ recovery-image] Feb 21 13:29:37.347 INFO O| Feb 21 13:29:37.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66362025-02-21T13:29:38.368Z[ recovery-image] Feb 21 13:29:37.347 INFO O| Feb 21 13:29:37.347 INFO STEP 712 (remove_files) COMPLETE
66372025-02-21T13:29:38.368Z[ recovery-image] Feb 21 13:29:37.347 INFO O| Feb 21 13:29:37.347 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382025-02-21T13:29:38.389Z[ recovery-image] Feb 21 13:29:37.368 INFO O| Feb 21 13:29:37.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66392025-02-21T13:29:38.389Z[ recovery-image] Feb 21 13:29:37.368 INFO O| Feb 21 13:29:37.368 INFO STEP 713 (remove_files) COMPLETE
66402025-02-21T13:29:38.391Z[ recovery-image] Feb 21 13:29:37.368 INFO O| Feb 21 13:29:37.368 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412025-02-21T13:29:38.410Z[ recovery-image] Feb 21 13:29:37.390 INFO O| Feb 21 13:29:37.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66422025-02-21T13:29:38.411Z[ recovery-image] Feb 21 13:29:37.390 INFO O| Feb 21 13:29:37.390 INFO STEP 714 (remove_files) COMPLETE
66432025-02-21T13:29:38.413Z[ recovery-image] Feb 21 13:29:37.391 INFO O| Feb 21 13:29:37.390 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442025-02-21T13:29:38.449Z[ recovery-image] Feb 21 13:29:37.429 INFO O| Feb 21 13:29:37.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66452025-02-21T13:29:38.449Z[ recovery-image] Feb 21 13:29:37.429 INFO O| Feb 21 13:29:37.429 INFO STEP 715 (remove_files) COMPLETE
66462025-02-21T13:29:38.449Z[ recovery-image] Feb 21 13:29:37.429 INFO O| Feb 21 13:29:37.429 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472025-02-21T13:29:38.472Z[ recovery-image] Feb 21 13:29:37.452 INFO O| Feb 21 13:29:37.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66482025-02-21T13:29:38.472Z[ recovery-image] Feb 21 13:29:37.452 INFO O| Feb 21 13:29:37.452 INFO STEP 716 (remove_files) COMPLETE
66492025-02-21T13:29:38.472Z[ recovery-image] Feb 21 13:29:37.452 INFO O| Feb 21 13:29:37.452 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502025-02-21T13:29:38.492Z[ recovery-image] Feb 21 13:29:37.472 INFO O| Feb 21 13:29:37.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66512025-02-21T13:29:38.513Z[ recovery-image] Feb 21 13:29:37.493 INFO O| Feb 21 13:29:37.493 INFO STEP 717 (remove_files) COMPLETE
66522025-02-21T13:29:38.513Z[ recovery-image] Feb 21 13:29:37.493 INFO O| Feb 21 13:29:37.493 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532025-02-21T13:29:38.545Z[ recovery-image] Feb 21 13:29:37.525 INFO O| Feb 21 13:29:37.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66542025-02-21T13:29:38.548Z[ recovery-image] Feb 21 13:29:37.525 INFO O| Feb 21 13:29:37.525 INFO STEP 718 (remove_files) COMPLETE
66552025-02-21T13:29:38.548Z[ recovery-image] Feb 21 13:29:37.525 INFO O| Feb 21 13:29:37.525 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562025-02-21T13:29:38.570Z[ host-image] Feb 21 13:29:37.550 INFO O| Feb 21 13:29:37.550 INFO O| Done
66572025-02-21T13:29:38.570Z[ host-image] Feb 21 13:29:37.550 INFO O| Feb 21 13:29:37.550 INFO O| Done
66582025-02-21T13:29:38.573Z[ recovery-image] Feb 21 13:29:37.551 INFO O| Feb 21 13:29:37.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66592025-02-21T13:29:38.573Z[ recovery-image] Feb 21 13:29:37.551 INFO O| Feb 21 13:29:37.551 INFO STEP 719 (remove_files) COMPLETE
66602025-02-21T13:29:38.573Z[ recovery-image] Feb 21 13:29:37.551 INFO O| Feb 21 13:29:37.551 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-02-21T13:29:38.596Z[ recovery-image] Feb 21 13:29:37.575 INFO O| Feb 21 13:29:37.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66622025-02-21T13:29:38.596Z[ recovery-image] Feb 21 13:29:37.575 INFO O| Feb 21 13:29:37.575 INFO STEP 720 (remove_files) COMPLETE
66632025-02-21T13:29:38.596Z[ recovery-image] Feb 21 13:29:37.575 INFO O| Feb 21 13:29:37.575 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-02-21T13:29:38.615Z[ recovery-image] Feb 21 13:29:37.595 INFO O| Feb 21 13:29:37.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66652025-02-21T13:29:38.618Z[ recovery-image] Feb 21 13:29:37.596 INFO O| Feb 21 13:29:37.596 INFO STEP 721 (remove_files) COMPLETE
66662025-02-21T13:29:38.618Z[ recovery-image] Feb 21 13:29:37.596 INFO O| Feb 21 13:29:37.596 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-02-21T13:29:38.637Z[ recovery-image] Feb 21 13:29:37.617 INFO O| Feb 21 13:29:37.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66682025-02-21T13:29:38.637Z[ recovery-image] Feb 21 13:29:37.617 INFO O| Feb 21 13:29:37.617 INFO STEP 722 (remove_files) COMPLETE
66692025-02-21T13:29:38.640Z[ recovery-image] Feb 21 13:29:37.617 INFO O| Feb 21 13:29:37.617 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-02-21T13:29:38.658Z[ recovery-image] Feb 21 13:29:37.637 INFO O| Feb 21 13:29:37.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66712025-02-21T13:29:38.660Z[ recovery-image] Feb 21 13:29:37.637 INFO O| Feb 21 13:29:37.637 INFO STEP 723 (remove_files) COMPLETE
66722025-02-21T13:29:38.660Z[ recovery-image] Feb 21 13:29:37.638 INFO O| Feb 21 13:29:37.638 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-02-21T13:29:38.679Z[ recovery-image] Feb 21 13:29:37.659 INFO O| Feb 21 13:29:37.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66742025-02-21T13:29:38.682Z[ recovery-image] Feb 21 13:29:37.659 INFO O| Feb 21 13:29:37.659 INFO STEP 724 (remove_files) COMPLETE
66752025-02-21T13:29:38.682Z[ recovery-image] Feb 21 13:29:37.659 INFO O| Feb 21 13:29:37.659 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-02-21T13:29:38.700Z[ recovery-image] Feb 21 13:29:37.680 INFO O| Feb 21 13:29:37.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66772025-02-21T13:29:38.703Z[ recovery-image] Feb 21 13:29:37.680 INFO O| Feb 21 13:29:37.680 INFO STEP 725 (remove_files) COMPLETE
66782025-02-21T13:29:38.703Z[ recovery-image] Feb 21 13:29:37.680 INFO O| Feb 21 13:29:37.680 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-02-21T13:29:38.721Z[ recovery-image] Feb 21 13:29:37.700 INFO O| Feb 21 13:29:37.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66802025-02-21T13:29:38.723Z[ recovery-image] Feb 21 13:29:37.701 INFO O| Feb 21 13:29:37.700 INFO STEP 726 (remove_files) COMPLETE
66812025-02-21T13:29:38.723Z[ recovery-image] Feb 21 13:29:37.701 INFO O| Feb 21 13:29:37.701 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-02-21T13:29:38.742Z[ recovery-image] Feb 21 13:29:37.722 INFO O| Feb 21 13:29:37.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66832025-02-21T13:29:38.742Z[ recovery-image] Feb 21 13:29:37.722 INFO O| Feb 21 13:29:37.722 INFO STEP 727 (remove_files) COMPLETE
66842025-02-21T13:29:38.745Z[ recovery-image] Feb 21 13:29:37.722 INFO O| Feb 21 13:29:37.722 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-02-21T13:29:38.763Z[ recovery-image] Feb 21 13:29:37.742 INFO O| Feb 21 13:29:37.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66862025-02-21T13:29:38.763Z[ recovery-image] Feb 21 13:29:37.742 INFO O| Feb 21 13:29:37.742 INFO STEP 728 (remove_files) COMPLETE
66872025-02-21T13:29:38.766Z[ recovery-image] Feb 21 13:29:37.743 INFO O| Feb 21 13:29:37.742 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-02-21T13:29:38.784Z[ recovery-image] Feb 21 13:29:37.764 INFO O| Feb 21 13:29:37.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66892025-02-21T13:29:38.785Z[ recovery-image] Feb 21 13:29:37.764 INFO O| Feb 21 13:29:37.764 INFO STEP 729 (remove_files) COMPLETE
66902025-02-21T13:29:38.785Z[ recovery-image] Feb 21 13:29:37.764 INFO O| Feb 21 13:29:37.764 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-02-21T13:29:38.828Z[ recovery-image] Feb 21 13:29:37.807 INFO O| Feb 21 13:29:37.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66922025-02-21T13:29:38.828Z[ recovery-image] Feb 21 13:29:37.807 INFO O| Feb 21 13:29:37.807 INFO STEP 730 (remove_files) COMPLETE
66932025-02-21T13:29:38.828Z[ recovery-image] Feb 21 13:29:37.807 INFO O| Feb 21 13:29:37.807 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-02-21T13:29:38.851Z[ recovery-image] Feb 21 13:29:37.830 INFO O| Feb 21 13:29:37.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66952025-02-21T13:29:38.851Z[ recovery-image] Feb 21 13:29:37.831 INFO O| Feb 21 13:29:37.830 INFO STEP 731 (remove_files) COMPLETE
66962025-02-21T13:29:38.851Z[ recovery-image] Feb 21 13:29:37.831 INFO O| Feb 21 13:29:37.831 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-02-21T13:29:38.886Z[ recovery-image] Feb 21 13:29:37.865 INFO O| Feb 21 13:29:37.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66982025-02-21T13:29:38.886Z[ recovery-image] Feb 21 13:29:37.865 INFO O| Feb 21 13:29:37.865 INFO STEP 732 (remove_files) COMPLETE
66992025-02-21T13:29:38.886Z[ recovery-image] Feb 21 13:29:37.865 INFO O| Feb 21 13:29:37.865 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-02-21T13:29:38.905Z[ recovery-image] Feb 21 13:29:37.884 INFO O| Feb 21 13:29:37.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
67012025-02-21T13:29:38.905Z[ recovery-image] Feb 21 13:29:37.884 INFO O| Feb 21 13:29:37.884 INFO STEP 733 (remove_files) COMPLETE
67022025-02-21T13:29:38.905Z[ recovery-image] Feb 21 13:29:37.884 INFO O| Feb 21 13:29:37.884 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-02-21T13:29:38.924Z[ recovery-image] Feb 21 13:29:37.903 INFO O| Feb 21 13:29:37.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
67042025-02-21T13:29:38.924Z[ recovery-image] Feb 21 13:29:37.903 INFO O| Feb 21 13:29:37.903 INFO STEP 734 (remove_files) COMPLETE
67052025-02-21T13:29:38.924Z[ recovery-image] Feb 21 13:29:37.903 INFO O| Feb 21 13:29:37.903 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-02-21T13:29:38.943Z[ recovery-image] Feb 21 13:29:37.922 INFO O| Feb 21 13:29:37.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
67072025-02-21T13:29:38.943Z[ recovery-image] Feb 21 13:29:37.922 INFO O| Feb 21 13:29:37.922 INFO STEP 735 (remove_files) COMPLETE
67082025-02-21T13:29:38.945Z[ recovery-image] Feb 21 13:29:37.923 INFO O| Feb 21 13:29:37.922 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-02-21T13:29:38.963Z[ recovery-image] Feb 21 13:29:37.942 INFO O| Feb 21 13:29:37.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
67102025-02-21T13:29:38.963Z[ recovery-image] Feb 21 13:29:37.942 INFO O| Feb 21 13:29:37.942 INFO STEP 736 (remove_files) COMPLETE
67112025-02-21T13:29:38.963Z[ recovery-image] Feb 21 13:29:37.942 INFO O| Feb 21 13:29:37.942 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-02-21T13:29:39.001Z[ recovery-image] Feb 21 13:29:37.981 INFO O| Feb 21 13:29:37.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67132025-02-21T13:29:39.026Z[ recovery-image] Feb 21 13:29:38.005 INFO O| Feb 21 13:29:38.005 INFO STEP 737 (remove_files) COMPLETE
67142025-02-21T13:29:39.026Z[ recovery-image] Feb 21 13:29:38.005 INFO O| Feb 21 13:29:38.005 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-02-21T13:29:39.059Z[ recovery-image] Feb 21 13:29:38.039 INFO O| Feb 21 13:29:38.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67162025-02-21T13:29:39.059Z[ recovery-image] Feb 21 13:29:38.039 INFO O| Feb 21 13:29:38.039 INFO STEP 738 (remove_files) COMPLETE
67172025-02-21T13:29:39.059Z[ recovery-image] Feb 21 13:29:38.039 INFO O| Feb 21 13:29:38.039 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-02-21T13:29:39.080Z[ recovery-image] Feb 21 13:29:38.059 INFO O| Feb 21 13:29:38.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67192025-02-21T13:29:39.081Z[ recovery-image] Feb 21 13:29:38.059 INFO O| Feb 21 13:29:38.059 INFO STEP 739 (remove_files) COMPLETE
67202025-02-21T13:29:39.081Z[ recovery-image] Feb 21 13:29:38.059 INFO O| Feb 21 13:29:38.059 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-02-21T13:29:39.099Z[ recovery-image] Feb 21 13:29:38.078 INFO O| Feb 21 13:29:38.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67222025-02-21T13:29:39.100Z[ recovery-image] Feb 21 13:29:38.078 INFO O| Feb 21 13:29:38.078 INFO STEP 740 (remove_files) COMPLETE
67232025-02-21T13:29:39.102Z[ recovery-image] Feb 21 13:29:38.078 INFO O| Feb 21 13:29:38.078 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-02-21T13:29:39.118Z[ recovery-image] Feb 21 13:29:38.097 INFO O| Feb 21 13:29:38.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67252025-02-21T13:29:39.118Z[ recovery-image] Feb 21 13:29:38.097 INFO O| Feb 21 13:29:38.097 INFO STEP 741 (remove_files) COMPLETE
67262025-02-21T13:29:39.122Z[ recovery-image] Feb 21 13:29:38.097 INFO O| Feb 21 13:29:38.097 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-02-21T13:29:39.145Z[ recovery-image] Feb 21 13:29:38.124 INFO O| Feb 21 13:29:38.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67282025-02-21T13:29:39.145Z[ recovery-image] Feb 21 13:29:38.124 INFO O| Feb 21 13:29:38.124 INFO STEP 742 (remove_files) COMPLETE
67292025-02-21T13:29:39.147Z[ recovery-image] Feb 21 13:29:38.124 INFO O| Feb 21 13:29:38.124 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-02-21T13:29:39.179Z[ recovery-image] Feb 21 13:29:38.158 INFO O| Feb 21 13:29:38.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67312025-02-21T13:29:39.179Z[ recovery-image] Feb 21 13:29:38.158 INFO O| Feb 21 13:29:38.158 INFO STEP 743 (remove_files) COMPLETE
67322025-02-21T13:29:39.179Z[ recovery-image] Feb 21 13:29:38.158 INFO O| Feb 21 13:29:38.158 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-02-21T13:29:39.214Z[ recovery-image] Feb 21 13:29:38.193 INFO O| Feb 21 13:29:38.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67342025-02-21T13:29:39.214Z[ recovery-image] Feb 21 13:29:38.193 INFO O| Feb 21 13:29:38.193 INFO STEP 744 (remove_files) COMPLETE
67352025-02-21T13:29:39.216Z[ recovery-image] Feb 21 13:29:38.193 INFO O| Feb 21 13:29:38.193 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-02-21T13:29:39.253Z[ recovery-image] Feb 21 13:29:38.232 INFO O| Feb 21 13:29:38.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67372025-02-21T13:29:39.256Z[ recovery-image] Feb 21 13:29:38.233 INFO O| Feb 21 13:29:38.233 INFO STEP 745 (remove_files) COMPLETE
67382025-02-21T13:29:39.256Z[ recovery-image] Feb 21 13:29:38.233 INFO O| Feb 21 13:29:38.233 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-02-21T13:29:39.287Z[ recovery-image] Feb 21 13:29:38.265 INFO O| Feb 21 13:29:38.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67402025-02-21T13:29:39.287Z[ recovery-image] Feb 21 13:29:38.265 INFO O| Feb 21 13:29:38.265 INFO STEP 746 (remove_files) COMPLETE
67412025-02-21T13:29:39.290Z[ recovery-image] Feb 21 13:29:38.265 INFO O| Feb 21 13:29:38.265 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-02-21T13:29:39.344Z[ recovery-image] Feb 21 13:29:38.323 INFO O| Feb 21 13:29:38.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67432025-02-21T13:29:39.344Z[ recovery-image] Feb 21 13:29:38.323 INFO O| Feb 21 13:29:38.323 INFO STEP 747 (remove_files) COMPLETE
67442025-02-21T13:29:39.344Z[ recovery-image] Feb 21 13:29:38.323 INFO O| Feb 21 13:29:38.323 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-02-21T13:29:39.361Z[ recovery-image] Feb 21 13:29:38.341 INFO O| Feb 21 13:29:38.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67462025-02-21T13:29:39.361Z[ recovery-image] Feb 21 13:29:38.341 INFO O| Feb 21 13:29:38.341 INFO STEP 748 (remove_files) COMPLETE
67472025-02-21T13:29:39.364Z[ recovery-image] Feb 21 13:29:38.341 INFO O| Feb 21 13:29:38.341 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-02-21T13:29:39.417Z[ recovery-image] Feb 21 13:29:38.397 INFO O| Feb 21 13:29:38.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67492025-02-21T13:29:39.417Z[ recovery-image] Feb 21 13:29:38.397 INFO O| Feb 21 13:29:38.397 INFO STEP 749 (remove_files) COMPLETE
67502025-02-21T13:29:39.417Z[ recovery-image] Feb 21 13:29:38.397 INFO O| Feb 21 13:29:38.397 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-02-21T13:29:39.481Z[ recovery-image] Feb 21 13:29:38.461 INFO O| Feb 21 13:29:38.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67522025-02-21T13:29:39.481Z[ recovery-image] Feb 21 13:29:38.461 INFO O| Feb 21 13:29:38.461 INFO STEP 750 (remove_files) COMPLETE
67532025-02-21T13:29:39.481Z[ recovery-image] Feb 21 13:29:38.461 INFO O| Feb 21 13:29:38.461 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-02-21T13:29:39.530Z[ recovery-image] Feb 21 13:29:38.510 INFO O| Feb 21 13:29:38.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67552025-02-21T13:29:39.530Z[ recovery-image] Feb 21 13:29:38.510 INFO O| Feb 21 13:29:38.510 INFO STEP 751 (remove_files) COMPLETE
67562025-02-21T13:29:39.530Z[ recovery-image] Feb 21 13:29:38.510 INFO O| Feb 21 13:29:38.510 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-02-21T13:29:39.551Z[ recovery-image] Feb 21 13:29:38.531 INFO O| Feb 21 13:29:38.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67582025-02-21T13:29:39.551Z[ recovery-image] Feb 21 13:29:38.531 INFO O| Feb 21 13:29:38.531 INFO STEP 752 (remove_files) COMPLETE
67592025-02-21T13:29:39.551Z[ recovery-image] Feb 21 13:29:38.531 INFO O| Feb 21 13:29:38.531 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-02-21T13:29:39.571Z[ recovery-image] Feb 21 13:29:38.550 INFO O| Feb 21 13:29:38.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67612025-02-21T13:29:39.571Z[ recovery-image] Feb 21 13:29:38.550 INFO O| Feb 21 13:29:38.550 INFO STEP 753 (remove_files) COMPLETE
67622025-02-21T13:29:39.573Z[ recovery-image] Feb 21 13:29:38.550 INFO O| Feb 21 13:29:38.550 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-02-21T13:29:39.590Z[ recovery-image] Feb 21 13:29:38.569 INFO O| Feb 21 13:29:38.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67642025-02-21T13:29:39.591Z[ recovery-image] Feb 21 13:29:38.570 INFO O| Feb 21 13:29:38.570 INFO STEP 754 (remove_files) COMPLETE
67652025-02-21T13:29:39.593Z[ recovery-image] Feb 21 13:29:38.570 INFO O| Feb 21 13:29:38.570 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-02-21T13:29:39.609Z[ recovery-image] Feb 21 13:29:38.589 INFO O| Feb 21 13:29:38.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67672025-02-21T13:29:39.610Z[ recovery-image] Feb 21 13:29:38.589 INFO O| Feb 21 13:29:38.589 INFO STEP 755 (remove_files) COMPLETE
67682025-02-21T13:29:39.612Z[ recovery-image] Feb 21 13:29:38.589 INFO O| Feb 21 13:29:38.589 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-02-21T13:29:39.651Z[ recovery-image] Feb 21 13:29:38.631 INFO O| Feb 21 13:29:38.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67702025-02-21T13:29:39.651Z[ recovery-image] Feb 21 13:29:38.631 INFO O| Feb 21 13:29:38.631 INFO STEP 756 (remove_files) COMPLETE
67712025-02-21T13:29:39.651Z[ recovery-image] Feb 21 13:29:38.631 INFO O| Feb 21 13:29:38.631 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-02-21T13:29:39.671Z[ recovery-image] Feb 21 13:29:38.651 INFO O| Feb 21 13:29:38.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67732025-02-21T13:29:39.672Z[ recovery-image] Feb 21 13:29:38.651 INFO O| Feb 21 13:29:38.651 INFO STEP 757 (remove_files) COMPLETE
67742025-02-21T13:29:39.672Z[ recovery-image] Feb 21 13:29:38.651 INFO O| Feb 21 13:29:38.651 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-02-21T13:29:39.772Z[ recovery-image] Feb 21 13:29:38.752 INFO O| Feb 21 13:29:38.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67762025-02-21T13:29:39.775Z[ recovery-image] Feb 21 13:29:38.752 INFO O| Feb 21 13:29:38.752 INFO STEP 758 (remove_files) COMPLETE
67772025-02-21T13:29:39.775Z[ recovery-image] Feb 21 13:29:38.752 INFO O| Feb 21 13:29:38.752 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-02-21T13:29:39.832Z[ recovery-image] Feb 21 13:29:38.812 INFO O| Feb 21 13:29:38.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67792025-02-21T13:29:39.835Z[ recovery-image] Feb 21 13:29:38.812 INFO O| Feb 21 13:29:38.812 INFO STEP 759 (remove_files) COMPLETE
67802025-02-21T13:29:39.835Z[ recovery-image] Feb 21 13:29:38.812 INFO O| Feb 21 13:29:38.812 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-02-21T13:29:39.855Z[ recovery-image] Feb 21 13:29:38.835 INFO O| Feb 21 13:29:38.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67822025-02-21T13:29:39.858Z[ recovery-image] Feb 21 13:29:38.835 INFO O| Feb 21 13:29:38.835 INFO STEP 760 (remove_files) COMPLETE
67832025-02-21T13:29:39.858Z[ recovery-image] Feb 21 13:29:38.835 INFO O| Feb 21 13:29:38.835 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-02-21T13:29:39.877Z[ recovery-image] Feb 21 13:29:38.855 INFO O| Feb 21 13:29:38.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67852025-02-21T13:29:39.877Z[ recovery-image] Feb 21 13:29:38.855 INFO O| Feb 21 13:29:38.855 INFO STEP 761 (remove_files) COMPLETE
67862025-02-21T13:29:39.877Z[ recovery-image] Feb 21 13:29:38.855 INFO O| Feb 21 13:29:38.855 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-02-21T13:29:39.908Z[ recovery-image] Feb 21 13:29:38.887 INFO O| Feb 21 13:29:38.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67882025-02-21T13:29:39.910Z[ recovery-image] Feb 21 13:29:38.888 INFO O| Feb 21 13:29:38.888 INFO STEP 762 (remove_files) COMPLETE
67892025-02-21T13:29:39.910Z[ recovery-image] Feb 21 13:29:38.888 INFO O| Feb 21 13:29:38.888 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-02-21T13:29:39.927Z[ recovery-image] Feb 21 13:29:38.907 INFO O| Feb 21 13:29:38.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67912025-02-21T13:29:39.930Z[ recovery-image] Feb 21 13:29:38.910 INFO O| Feb 21 13:29:38.910 INFO STEP 763 (remove_files) COMPLETE
67922025-02-21T13:29:39.930Z[ recovery-image] Feb 21 13:29:38.910 INFO O| Feb 21 13:29:38.910 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-02-21T13:29:39.949Z[ recovery-image] Feb 21 13:29:38.929 INFO O| Feb 21 13:29:38.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67942025-02-21T13:29:39.952Z[ recovery-image] Feb 21 13:29:38.929 INFO O| Feb 21 13:29:38.929 INFO STEP 764 (remove_files) COMPLETE
67952025-02-21T13:29:39.952Z[ recovery-image] Feb 21 13:29:38.929 INFO O| Feb 21 13:29:38.929 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-02-21T13:29:39.969Z[ host-image] Feb 21 13:29:38.945 INFO O| Feb 21 13:29:38.945 INFO O| Done
67972025-02-21T13:29:39.973Z[ recovery-image] Feb 21 13:29:38.948 INFO O| Feb 21 13:29:38.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67982025-02-21T13:29:39.977Z[ recovery-image] Feb 21 13:29:38.957 INFO O| Feb 21 13:29:38.957 INFO STEP 765 (remove_files) COMPLETE
67992025-02-21T13:29:39.979Z[ recovery-image] Feb 21 13:29:38.957 INFO O| Feb 21 13:29:38.957 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-02-21T13:29:39.997Z[ recovery-image] Feb 21 13:29:38.977 INFO O| Feb 21 13:29:38.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
68012025-02-21T13:29:40.000Z[ recovery-image] Feb 21 13:29:38.977 INFO O| Feb 21 13:29:38.977 INFO STEP 766 (remove_files) COMPLETE
68022025-02-21T13:29:40.000Z[ recovery-image] Feb 21 13:29:38.977 INFO O| Feb 21 13:29:38.977 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032025-02-21T13:29:40.016Z[ recovery-image] Feb 21 13:29:38.995 INFO O| Feb 21 13:29:38.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
68042025-02-21T13:29:40.018Z[ recovery-image] Feb 21 13:29:38.996 INFO O| Feb 21 13:29:38.996 INFO STEP 767 (remove_files) COMPLETE
68052025-02-21T13:29:40.018Z[ recovery-image] Feb 21 13:29:38.996 INFO O| Feb 21 13:29:38.996 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062025-02-21T13:29:40.056Z[ recovery-image] Feb 21 13:29:39.035 INFO O| Feb 21 13:29:39.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
68072025-02-21T13:29:40.058Z[ recovery-image] Feb 21 13:29:39.036 INFO O| Feb 21 13:29:39.035 INFO STEP 768 (remove_files) COMPLETE
68082025-02-21T13:29:40.058Z[ recovery-image] Feb 21 13:29:39.036 INFO O| Feb 21 13:29:39.036 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092025-02-21T13:29:40.086Z[ recovery-image] Feb 21 13:29:39.065 INFO O| Feb 21 13:29:39.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
68102025-02-21T13:29:40.088Z[ recovery-image] Feb 21 13:29:39.065 INFO O| Feb 21 13:29:39.065 INFO STEP 769 (remove_files) COMPLETE
68112025-02-21T13:29:40.088Z[ recovery-image] Feb 21 13:29:39.066 INFO O| Feb 21 13:29:39.065 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122025-02-21T13:29:40.106Z[ recovery-image] Feb 21 13:29:39.086 INFO O| Feb 21 13:29:39.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68132025-02-21T13:29:40.109Z[ recovery-image] Feb 21 13:29:39.086 INFO O| Feb 21 13:29:39.086 INFO STEP 770 (remove_files) COMPLETE
68142025-02-21T13:29:40.109Z[ recovery-image] Feb 21 13:29:39.086 INFO O| Feb 21 13:29:39.086 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152025-02-21T13:29:40.126Z[ recovery-image] Feb 21 13:29:39.105 INFO O| Feb 21 13:29:39.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68162025-02-21T13:29:40.128Z[ recovery-image] Feb 21 13:29:39.106 INFO O| Feb 21 13:29:39.106 INFO STEP 771 (remove_files) COMPLETE
68172025-02-21T13:29:40.128Z[ recovery-image] Feb 21 13:29:39.106 INFO O| Feb 21 13:29:39.106 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182025-02-21T13:29:40.146Z[ recovery-image] Feb 21 13:29:39.126 INFO O| Feb 21 13:29:39.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68192025-02-21T13:29:40.146Z[ recovery-image] Feb 21 13:29:39.126 INFO O| Feb 21 13:29:39.126 INFO STEP 772 (remove_files) COMPLETE
68202025-02-21T13:29:40.146Z[ recovery-image] Feb 21 13:29:39.126 INFO O| Feb 21 13:29:39.126 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212025-02-21T13:29:40.168Z[ recovery-image] Feb 21 13:29:39.147 INFO O| Feb 21 13:29:39.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68222025-02-21T13:29:40.168Z[ recovery-image] Feb 21 13:29:39.147 INFO O| Feb 21 13:29:39.147 INFO STEP 773 (remove_files) COMPLETE
68232025-02-21T13:29:40.171Z[ recovery-image] Feb 21 13:29:39.147 INFO O| Feb 21 13:29:39.147 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242025-02-21T13:29:40.209Z[ recovery-image] Feb 21 13:29:39.189 INFO O| Feb 21 13:29:39.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68252025-02-21T13:29:40.209Z[ recovery-image] Feb 21 13:29:39.189 INFO O| Feb 21 13:29:39.189 INFO STEP 774 (remove_files) COMPLETE
68262025-02-21T13:29:40.209Z[ recovery-image] Feb 21 13:29:39.189 INFO O| Feb 21 13:29:39.189 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272025-02-21T13:29:40.249Z[ recovery-image] Feb 21 13:29:39.229 INFO O| Feb 21 13:29:39.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68282025-02-21T13:29:40.252Z[ recovery-image] Feb 21 13:29:39.229 INFO O| Feb 21 13:29:39.229 INFO STEP 775 (remove_files) COMPLETE
68292025-02-21T13:29:40.252Z[ recovery-image] Feb 21 13:29:39.229 INFO O| Feb 21 13:29:39.229 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302025-02-21T13:29:40.281Z[ recovery-image] Feb 21 13:29:39.260 INFO O| Feb 21 13:29:39.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68312025-02-21T13:29:40.284Z[ recovery-image] Feb 21 13:29:39.260 INFO O| Feb 21 13:29:39.260 INFO STEP 776 (remove_files) COMPLETE
68322025-02-21T13:29:40.284Z[ recovery-image] Feb 21 13:29:39.260 INFO O| Feb 21 13:29:39.260 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332025-02-21T13:29:40.338Z[ recovery-image] Feb 21 13:29:39.318 INFO O| Feb 21 13:29:39.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68342025-02-21T13:29:40.338Z[ recovery-image] Feb 21 13:29:39.318 INFO O| Feb 21 13:29:39.318 INFO STEP 777 (remove_files) COMPLETE
68352025-02-21T13:29:40.338Z[ recovery-image] Feb 21 13:29:39.318 INFO O| Feb 21 13:29:39.318 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362025-02-21T13:29:40.382Z[ recovery-image] Feb 21 13:29:39.362 INFO O| Feb 21 13:29:39.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68372025-02-21T13:29:40.385Z[ recovery-image] Feb 21 13:29:39.362 INFO O| Feb 21 13:29:39.362 INFO STEP 778 (remove_files) COMPLETE
68382025-02-21T13:29:40.385Z[ recovery-image] Feb 21 13:29:39.362 INFO O| Feb 21 13:29:39.362 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392025-02-21T13:29:40.402Z[ recovery-image] Feb 21 13:29:39.381 INFO O| Feb 21 13:29:39.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68402025-02-21T13:29:40.404Z[ recovery-image] Feb 21 13:29:39.382 INFO O| Feb 21 13:29:39.382 INFO STEP 779 (remove_files) COMPLETE
68412025-02-21T13:29:40.404Z[ recovery-image] Feb 21 13:29:39.382 INFO O| Feb 21 13:29:39.382 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422025-02-21T13:29:40.437Z[ recovery-image] Feb 21 13:29:39.417 INFO O| Feb 21 13:29:39.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68432025-02-21T13:29:40.437Z[ recovery-image] Feb 21 13:29:39.417 INFO O| Feb 21 13:29:39.417 INFO STEP 780 (remove_files) COMPLETE
68442025-02-21T13:29:40.440Z[ recovery-image] Feb 21 13:29:39.417 INFO O| Feb 21 13:29:39.417 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452025-02-21T13:29:40.493Z[ recovery-image] Feb 21 13:29:39.472 INFO O| Feb 21 13:29:39.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68462025-02-21T13:29:40.496Z[ recovery-image] Feb 21 13:29:39.472 INFO O| Feb 21 13:29:39.472 INFO STEP 781 (remove_files) COMPLETE
68472025-02-21T13:29:40.496Z[ recovery-image] Feb 21 13:29:39.472 INFO O| Feb 21 13:29:39.472 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482025-02-21T13:29:40.512Z[ recovery-image] Feb 21 13:29:39.492 INFO O| Feb 21 13:29:39.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68492025-02-21T13:29:40.515Z[ recovery-image] Feb 21 13:29:39.492 INFO O| Feb 21 13:29:39.492 INFO STEP 782 (remove_files) COMPLETE
68502025-02-21T13:29:40.515Z[ recovery-image] Feb 21 13:29:39.492 INFO O| Feb 21 13:29:39.492 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512025-02-21T13:29:40.531Z[ recovery-image] Feb 21 13:29:39.511 INFO O| Feb 21 13:29:39.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68522025-02-21T13:29:40.534Z[ recovery-image] Feb 21 13:29:39.511 INFO O| Feb 21 13:29:39.511 INFO STEP 783 (remove_files) COMPLETE
68532025-02-21T13:29:40.534Z[ recovery-image] Feb 21 13:29:39.511 INFO O| Feb 21 13:29:39.511 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542025-02-21T13:29:40.549Z[ recovery-image] Feb 21 13:29:39.529 INFO O| Feb 21 13:29:39.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68552025-02-21T13:29:40.553Z[ recovery-image] Feb 21 13:29:39.529 INFO O| Feb 21 13:29:39.529 INFO STEP 784 (remove_files) COMPLETE
68562025-02-21T13:29:40.553Z[ recovery-image] Feb 21 13:29:39.529 INFO O| Feb 21 13:29:39.529 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572025-02-21T13:29:40.567Z[ recovery-image] Feb 21 13:29:39.547 INFO O| Feb 21 13:29:39.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68582025-02-21T13:29:40.570Z[ recovery-image] Feb 21 13:29:39.547 INFO O| Feb 21 13:29:39.547 INFO STEP 785 (remove_files) COMPLETE
68592025-02-21T13:29:40.570Z[ recovery-image] Feb 21 13:29:39.547 INFO O| Feb 21 13:29:39.547 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602025-02-21T13:29:40.589Z[ recovery-image] Feb 21 13:29:39.569 INFO O| Feb 21 13:29:39.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68612025-02-21T13:29:40.612Z[ recovery-image] Feb 21 13:29:39.591 INFO O| Feb 21 13:29:39.591 INFO STEP 786 (remove_files) COMPLETE
68622025-02-21T13:29:40.612Z[ recovery-image] Feb 21 13:29:39.591 INFO O| Feb 21 13:29:39.591 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632025-02-21T13:29:40.650Z[ recovery-image] Feb 21 13:29:39.630 INFO O| Feb 21 13:29:39.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68642025-02-21T13:29:40.650Z[ recovery-image] Feb 21 13:29:39.630 INFO O| Feb 21 13:29:39.630 INFO STEP 787 (remove_files) COMPLETE
68652025-02-21T13:29:40.653Z[ recovery-image] Feb 21 13:29:39.630 INFO O| Feb 21 13:29:39.630 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662025-02-21T13:29:40.695Z[ recovery-image] Feb 21 13:29:39.675 INFO O| Feb 21 13:29:39.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68672025-02-21T13:29:40.695Z[ recovery-image] Feb 21 13:29:39.675 INFO O| Feb 21 13:29:39.675 INFO STEP 788 (remove_files) COMPLETE
68682025-02-21T13:29:40.698Z[ recovery-image] Feb 21 13:29:39.675 INFO O| Feb 21 13:29:39.675 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692025-02-21T13:29:40.730Z[ recovery-image] Feb 21 13:29:39.710 INFO O| Feb 21 13:29:39.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68702025-02-21T13:29:40.733Z[ recovery-image] Feb 21 13:29:39.710 INFO O| Feb 21 13:29:39.710 INFO STEP 789 (remove_files) COMPLETE
68712025-02-21T13:29:40.733Z[ recovery-image] Feb 21 13:29:39.710 INFO O| Feb 21 13:29:39.710 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722025-02-21T13:29:40.767Z[ recovery-image] Feb 21 13:29:39.746 INFO O| Feb 21 13:29:39.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68732025-02-21T13:29:40.767Z[ recovery-image] Feb 21 13:29:39.746 INFO O| Feb 21 13:29:39.746 INFO STEP 790 (remove_files) COMPLETE
68742025-02-21T13:29:40.767Z[ recovery-image] Feb 21 13:29:39.746 INFO O| Feb 21 13:29:39.746 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752025-02-21T13:29:40.809Z[ recovery-image] Feb 21 13:29:39.789 INFO O| Feb 21 13:29:39.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68762025-02-21T13:29:40.809Z[ recovery-image] Feb 21 13:29:39.789 INFO O| Feb 21 13:29:39.789 INFO STEP 791 (remove_files) COMPLETE
68772025-02-21T13:29:40.809Z[ recovery-image] Feb 21 13:29:39.789 INFO O| Feb 21 13:29:39.789 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782025-02-21T13:29:40.826Z[ recovery-image] Feb 21 13:29:39.806 INFO O| Feb 21 13:29:39.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68792025-02-21T13:29:40.826Z[ recovery-image] Feb 21 13:29:39.806 INFO O| Feb 21 13:29:39.806 INFO STEP 792 (remove_files) COMPLETE
68802025-02-21T13:29:40.826Z[ recovery-image] Feb 21 13:29:39.806 INFO O| Feb 21 13:29:39.806 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812025-02-21T13:29:40.864Z[ recovery-image] Feb 21 13:29:39.843 INFO O| Feb 21 13:29:39.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68822025-02-21T13:29:40.864Z[ recovery-image] Feb 21 13:29:39.843 INFO O| Feb 21 13:29:39.843 INFO STEP 793 (remove_files) COMPLETE
68832025-02-21T13:29:40.866Z[ recovery-image] Feb 21 13:29:39.843 INFO O| Feb 21 13:29:39.843 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842025-02-21T13:29:40.882Z[ recovery-image] Feb 21 13:29:39.862 INFO O| Feb 21 13:29:39.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68852025-02-21T13:29:40.882Z[ recovery-image] Feb 21 13:29:39.862 INFO O| Feb 21 13:29:39.862 INFO STEP 794 (remove_files) COMPLETE
68862025-02-21T13:29:40.882Z[ recovery-image] Feb 21 13:29:39.862 INFO O| Feb 21 13:29:39.862 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872025-02-21T13:29:40.900Z[ recovery-image] Feb 21 13:29:39.879 INFO O| Feb 21 13:29:39.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68882025-02-21T13:29:40.900Z[ recovery-image] Feb 21 13:29:39.879 INFO O| Feb 21 13:29:39.879 INFO STEP 795 (remove_files) COMPLETE
68892025-02-21T13:29:40.902Z[ recovery-image] Feb 21 13:29:39.879 INFO O| Feb 21 13:29:39.879 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902025-02-21T13:29:40.916Z[ recovery-image] Feb 21 13:29:39.896 INFO O| Feb 21 13:29:39.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68912025-02-21T13:29:40.916Z[ recovery-image] Feb 21 13:29:39.896 INFO O| Feb 21 13:29:39.896 INFO STEP 796 (remove_files) COMPLETE
68922025-02-21T13:29:40.919Z[ recovery-image] Feb 21 13:29:39.896 INFO O| Feb 21 13:29:39.896 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932025-02-21T13:29:40.934Z[ recovery-image] Feb 21 13:29:39.913 INFO O| Feb 21 13:29:39.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68942025-02-21T13:29:40.934Z[ recovery-image] Feb 21 13:29:39.913 INFO O| Feb 21 13:29:39.913 INFO STEP 797 (remove_files) COMPLETE
68952025-02-21T13:29:40.934Z[ recovery-image] Feb 21 13:29:39.913 INFO O| Feb 21 13:29:39.913 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962025-02-21T13:29:40.951Z[ recovery-image] Feb 21 13:29:39.930 INFO O| Feb 21 13:29:39.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68972025-02-21T13:29:40.951Z[ recovery-image] Feb 21 13:29:39.930 INFO O| Feb 21 13:29:39.930 INFO STEP 798 (remove_files) COMPLETE
68982025-02-21T13:29:40.951Z[ recovery-image] Feb 21 13:29:39.930 INFO O| Feb 21 13:29:39.930 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992025-02-21T13:29:40.973Z[ recovery-image] Feb 21 13:29:39.952 INFO O| Feb 21 13:29:39.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
69002025-02-21T13:29:40.973Z[ recovery-image] Feb 21 13:29:39.952 INFO O| Feb 21 13:29:39.952 INFO STEP 799 (remove_files) COMPLETE
69012025-02-21T13:29:40.977Z[ recovery-image] Feb 21 13:29:39.952 INFO O| Feb 21 13:29:39.952 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022025-02-21T13:29:41.035Z[ recovery-image] Feb 21 13:29:40.015 INFO O| Feb 21 13:29:40.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
69032025-02-21T13:29:41.035Z[ recovery-image] Feb 21 13:29:40.015 INFO O| Feb 21 13:29:40.015 INFO STEP 800 (remove_files) COMPLETE
69042025-02-21T13:29:41.039Z[ recovery-image] Feb 21 13:29:40.015 INFO O| Feb 21 13:29:40.015 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052025-02-21T13:29:41.054Z[ recovery-image] Feb 21 13:29:40.033 INFO O| Feb 21 13:29:40.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
69062025-02-21T13:29:41.058Z[ recovery-image] Feb 21 13:29:40.033 INFO O| Feb 21 13:29:40.033 INFO STEP 801 (remove_files) COMPLETE
69072025-02-21T13:29:41.058Z[ recovery-image] Feb 21 13:29:40.033 INFO O| Feb 21 13:29:40.033 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082025-02-21T13:29:41.085Z[ recovery-image] Feb 21 13:29:40.064 INFO O| Feb 21 13:29:40.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
69092025-02-21T13:29:41.085Z[ recovery-image] Feb 21 13:29:40.064 INFO O| Feb 21 13:29:40.064 INFO STEP 802 (remove_files) COMPLETE
69102025-02-21T13:29:41.085Z[ recovery-image] Feb 21 13:29:40.064 INFO O| Feb 21 13:29:40.064 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112025-02-21T13:29:41.108Z[ recovery-image] Feb 21 13:29:40.087 INFO O| Feb 21 13:29:40.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69122025-02-21T13:29:41.108Z[ recovery-image] Feb 21 13:29:40.087 INFO O| Feb 21 13:29:40.087 INFO STEP 803 (remove_files) COMPLETE
69132025-02-21T13:29:41.108Z[ recovery-image] Feb 21 13:29:40.087 INFO O| Feb 21 13:29:40.087 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142025-02-21T13:29:41.145Z[ recovery-image] Feb 21 13:29:40.124 INFO O| Feb 21 13:29:40.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69152025-02-21T13:29:41.145Z[ recovery-image] Feb 21 13:29:40.125 INFO O| Feb 21 13:29:40.124 INFO STEP 804 (remove_files) COMPLETE
69162025-02-21T13:29:41.145Z[ recovery-image] Feb 21 13:29:40.125 INFO O| Feb 21 13:29:40.125 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172025-02-21T13:29:41.166Z[ recovery-image] Feb 21 13:29:40.146 INFO O| Feb 21 13:29:40.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69182025-02-21T13:29:41.166Z[ recovery-image] Feb 21 13:29:40.146 INFO O| Feb 21 13:29:40.146 INFO STEP 805 (remove_files) COMPLETE
69192025-02-21T13:29:41.166Z[ recovery-image] Feb 21 13:29:40.146 INFO O| Feb 21 13:29:40.146 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202025-02-21T13:29:41.197Z[ recovery-image] Feb 21 13:29:40.177 INFO O| Feb 21 13:29:40.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69212025-02-21T13:29:41.213Z[ recovery-image] Feb 21 13:29:40.193 INFO O| Feb 21 13:29:40.193 INFO STEP 806 (remove_files) COMPLETE
69222025-02-21T13:29:41.213Z[ recovery-image] Feb 21 13:29:40.193 INFO O| Feb 21 13:29:40.193 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232025-02-21T13:29:41.252Z[ recovery-image] Feb 21 13:29:40.231 INFO O| Feb 21 13:29:40.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69242025-02-21T13:29:41.252Z[ recovery-image] Feb 21 13:29:40.231 INFO O| Feb 21 13:29:40.231 INFO STEP 807 (remove_files) COMPLETE
69252025-02-21T13:29:41.252Z[ recovery-image] Feb 21 13:29:40.231 INFO O| Feb 21 13:29:40.231 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262025-02-21T13:29:41.275Z[ recovery-image] Feb 21 13:29:40.254 INFO O| Feb 21 13:29:40.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69272025-02-21T13:29:41.277Z[ recovery-image] Feb 21 13:29:40.254 INFO O| Feb 21 13:29:40.254 INFO STEP 808 (remove_files) COMPLETE
69282025-02-21T13:29:41.277Z[ recovery-image] Feb 21 13:29:40.255 INFO O| Feb 21 13:29:40.255 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292025-02-21T13:29:41.294Z[ recovery-image] Feb 21 13:29:40.274 INFO O| Feb 21 13:29:40.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69302025-02-21T13:29:41.297Z[ recovery-image] Feb 21 13:29:40.274 INFO O| Feb 21 13:29:40.274 INFO STEP 809 (remove_files) COMPLETE
69312025-02-21T13:29:41.297Z[ recovery-image] Feb 21 13:29:40.274 INFO O| Feb 21 13:29:40.274 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322025-02-21T13:29:41.314Z[ recovery-image] Feb 21 13:29:40.293 INFO O| Feb 21 13:29:40.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69332025-02-21T13:29:41.316Z[ recovery-image] Feb 21 13:29:40.294 INFO O| Feb 21 13:29:40.294 INFO STEP 810 (remove_files) COMPLETE
69342025-02-21T13:29:41.316Z[ recovery-image] Feb 21 13:29:40.294 INFO O| Feb 21 13:29:40.294 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352025-02-21T13:29:41.348Z[ recovery-image] Feb 21 13:29:40.327 INFO O| Feb 21 13:29:40.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69362025-02-21T13:29:41.348Z[ recovery-image] Feb 21 13:29:40.327 INFO O| Feb 21 13:29:40.327 INFO STEP 811 (remove_files) COMPLETE
69372025-02-21T13:29:41.348Z[ recovery-image] Feb 21 13:29:40.327 INFO O| Feb 21 13:29:40.327 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382025-02-21T13:29:41.389Z[ recovery-image] Feb 21 13:29:40.369 INFO O| Feb 21 13:29:40.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69392025-02-21T13:29:41.392Z[ recovery-image] Feb 21 13:29:40.369 INFO O| Feb 21 13:29:40.369 INFO STEP 812 (remove_files) COMPLETE
69402025-02-21T13:29:41.392Z[ recovery-image] Feb 21 13:29:40.369 INFO O| Feb 21 13:29:40.369 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412025-02-21T13:29:41.433Z[ recovery-image] Feb 21 13:29:40.413 INFO O| Feb 21 13:29:40.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69422025-02-21T13:29:41.433Z[ recovery-image] Feb 21 13:29:40.413 INFO O| Feb 21 13:29:40.413 INFO STEP 813 (remove_files) COMPLETE
69432025-02-21T13:29:41.433Z[ recovery-image] Feb 21 13:29:40.413 INFO O| Feb 21 13:29:40.413 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442025-02-21T13:29:41.483Z[ recovery-image] Feb 21 13:29:40.462 INFO O| Feb 21 13:29:40.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69452025-02-21T13:29:41.485Z[ recovery-image] Feb 21 13:29:40.462 INFO O| Feb 21 13:29:40.462 INFO STEP 814 (remove_files) COMPLETE
69462025-02-21T13:29:41.485Z[ recovery-image] Feb 21 13:29:40.462 INFO O| Feb 21 13:29:40.462 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472025-02-21T13:29:41.525Z[ recovery-image] Feb 21 13:29:40.505 INFO O| Feb 21 13:29:40.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69482025-02-21T13:29:41.525Z[ recovery-image] Feb 21 13:29:40.505 INFO O| Feb 21 13:29:40.505 INFO STEP 815 (remove_files) COMPLETE
69492025-02-21T13:29:41.525Z[ recovery-image] Feb 21 13:29:40.505 INFO O| Feb 21 13:29:40.505 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502025-02-21T13:29:41.549Z[ recovery-image] Feb 21 13:29:40.529 INFO O| Feb 21 13:29:40.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69512025-02-21T13:29:41.552Z[ recovery-image] Feb 21 13:29:40.529 INFO O| Feb 21 13:29:40.529 INFO STEP 816 (remove_files) COMPLETE
69522025-02-21T13:29:41.552Z[ recovery-image] Feb 21 13:29:40.529 INFO O| Feb 21 13:29:40.529 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532025-02-21T13:29:41.573Z[ recovery-image] Feb 21 13:29:40.552 INFO O| Feb 21 13:29:40.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69542025-02-21T13:29:41.573Z[ recovery-image] Feb 21 13:29:40.553 INFO O| Feb 21 13:29:40.553 INFO STEP 817 (remove_files) COMPLETE
69552025-02-21T13:29:41.573Z[ recovery-image] Feb 21 13:29:40.553 INFO O| Feb 21 13:29:40.553 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562025-02-21T13:29:41.597Z[ recovery-image] Feb 21 13:29:40.576 INFO O| Feb 21 13:29:40.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69572025-02-21T13:29:41.597Z[ recovery-image] Feb 21 13:29:40.576 INFO O| Feb 21 13:29:40.576 INFO STEP 818 (remove_files) COMPLETE
69582025-02-21T13:29:41.600Z[ recovery-image] Feb 21 13:29:40.576 INFO O| Feb 21 13:29:40.576 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592025-02-21T13:29:41.622Z[ recovery-image] Feb 21 13:29:40.601 INFO O| Feb 21 13:29:40.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69602025-02-21T13:29:41.625Z[ recovery-image] Feb 21 13:29:40.602 INFO O| Feb 21 13:29:40.602 INFO STEP 819 (remove_files) COMPLETE
69612025-02-21T13:29:41.625Z[ recovery-image] Feb 21 13:29:40.602 INFO O| Feb 21 13:29:40.602 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622025-02-21T13:29:41.645Z[ recovery-image] Feb 21 13:29:40.624 INFO O| Feb 21 13:29:40.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69632025-02-21T13:29:41.645Z[ recovery-image] Feb 21 13:29:40.624 INFO O| Feb 21 13:29:40.624 INFO STEP 820 (remove_files) COMPLETE
69642025-02-21T13:29:41.645Z[ recovery-image] Feb 21 13:29:40.624 INFO O| Feb 21 13:29:40.624 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652025-02-21T13:29:41.677Z[ recovery-image] Feb 21 13:29:40.656 INFO O| Feb 21 13:29:40.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69662025-02-21T13:29:41.680Z[ recovery-image] Feb 21 13:29:40.657 INFO O| Feb 21 13:29:40.656 INFO STEP 821 (remove_files) COMPLETE
69672025-02-21T13:29:41.680Z[ recovery-image] Feb 21 13:29:40.657 INFO O| Feb 21 13:29:40.657 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682025-02-21T13:29:41.725Z[ recovery-image] Feb 21 13:29:40.704 INFO O| Feb 21 13:29:40.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69692025-02-21T13:29:41.725Z[ recovery-image] Feb 21 13:29:40.704 INFO O| Feb 21 13:29:40.704 INFO STEP 822 (remove_files) COMPLETE
69702025-02-21T13:29:41.725Z[ recovery-image] Feb 21 13:29:40.704 INFO O| Feb 21 13:29:40.704 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712025-02-21T13:29:41.762Z[ recovery-image] Feb 21 13:29:40.741 INFO O| Feb 21 13:29:40.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69722025-02-21T13:29:41.765Z[ recovery-image] Feb 21 13:29:40.741 INFO O| Feb 21 13:29:40.741 INFO STEP 823 (remove_files) COMPLETE
69732025-02-21T13:29:41.765Z[ recovery-image] Feb 21 13:29:40.741 INFO O| Feb 21 13:29:40.741 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742025-02-21T13:29:41.788Z[ recovery-image] Feb 21 13:29:40.768 INFO O| Feb 21 13:29:40.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69752025-02-21T13:29:41.788Z[ recovery-image] Feb 21 13:29:40.768 INFO O| Feb 21 13:29:40.768 INFO STEP 824 (remove_files) COMPLETE
69762025-02-21T13:29:41.791Z[ recovery-image] Feb 21 13:29:40.768 INFO O| Feb 21 13:29:40.768 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772025-02-21T13:29:41.850Z[ recovery-image] Feb 21 13:29:40.829 INFO O| Feb 21 13:29:40.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69782025-02-21T13:29:41.850Z[ recovery-image] Feb 21 13:29:40.829 INFO O| Feb 21 13:29:40.829 INFO STEP 825 (remove_files) COMPLETE
69792025-02-21T13:29:41.852Z[ recovery-image] Feb 21 13:29:40.829 INFO O| Feb 21 13:29:40.829 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802025-02-21T13:29:41.894Z[ recovery-image] Feb 21 13:29:40.873 INFO O| Feb 21 13:29:40.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69812025-02-21T13:29:41.894Z[ recovery-image] Feb 21 13:29:40.873 INFO O| Feb 21 13:29:40.873 INFO STEP 826 (remove_files) COMPLETE
69822025-02-21T13:29:41.894Z[ recovery-image] Feb 21 13:29:40.873 INFO O| Feb 21 13:29:40.873 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-02-21T13:29:41.917Z[ recovery-image] Feb 21 13:29:40.896 INFO O| Feb 21 13:29:40.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69842025-02-21T13:29:41.917Z[ recovery-image] Feb 21 13:29:40.897 INFO O| Feb 21 13:29:40.897 INFO STEP 827 (remove_files) COMPLETE
69852025-02-21T13:29:41.917Z[ recovery-image] Feb 21 13:29:40.897 INFO O| Feb 21 13:29:40.897 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-02-21T13:29:41.938Z[ recovery-image] Feb 21 13:29:40.918 INFO O| Feb 21 13:29:40.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69872025-02-21T13:29:41.938Z[ recovery-image] Feb 21 13:29:40.918 INFO O| Feb 21 13:29:40.918 INFO STEP 828 (remove_files) COMPLETE
69882025-02-21T13:29:41.939Z[ recovery-image] Feb 21 13:29:40.918 INFO O| Feb 21 13:29:40.918 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-02-21T13:29:41.961Z[ recovery-image] Feb 21 13:29:40.940 INFO O| Feb 21 13:29:40.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69902025-02-21T13:29:41.961Z[ recovery-image] Feb 21 13:29:40.940 INFO O| Feb 21 13:29:40.940 INFO STEP 829 (remove_files) COMPLETE
69912025-02-21T13:29:41.963Z[ recovery-image] Feb 21 13:29:40.940 INFO O| Feb 21 13:29:40.940 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-02-21T13:29:41.982Z[ recovery-image] Feb 21 13:29:40.962 INFO O| Feb 21 13:29:40.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69932025-02-21T13:29:41.982Z[ recovery-image] Feb 21 13:29:40.962 INFO O| Feb 21 13:29:40.962 INFO STEP 830 (remove_files) COMPLETE
69942025-02-21T13:29:41.987Z[ recovery-image] Feb 21 13:29:40.962 INFO O| Feb 21 13:29:40.962 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-02-21T13:29:42.004Z[ recovery-image] Feb 21 13:29:40.984 INFO O| Feb 21 13:29:40.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69962025-02-21T13:29:42.004Z[ recovery-image] Feb 21 13:29:40.984 INFO O| Feb 21 13:29:40.984 INFO STEP 831 (remove_files) COMPLETE
69972025-02-21T13:29:42.004Z[ recovery-image] Feb 21 13:29:40.984 INFO O| Feb 21 13:29:40.984 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-02-21T13:29:42.028Z[ recovery-image] Feb 21 13:29:41.007 INFO O| Feb 21 13:29:41.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69992025-02-21T13:29:42.028Z[ recovery-image] Feb 21 13:29:41.007 INFO O| Feb 21 13:29:41.007 INFO STEP 832 (remove_files) COMPLETE
70002025-02-21T13:29:42.028Z[ recovery-image] Feb 21 13:29:41.007 INFO O| Feb 21 13:29:41.007 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-02-21T13:29:42.050Z[ recovery-image] Feb 21 13:29:41.029 INFO O| Feb 21 13:29:41.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
70022025-02-21T13:29:42.050Z[ recovery-image] Feb 21 13:29:41.029 INFO O| Feb 21 13:29:41.029 INFO STEP 833 (remove_files) COMPLETE
70032025-02-21T13:29:42.050Z[ recovery-image] Feb 21 13:29:41.029 INFO O| Feb 21 13:29:41.029 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-02-21T13:29:42.070Z[ recovery-image] Feb 21 13:29:41.049 INFO O| Feb 21 13:29:41.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
70052025-02-21T13:29:42.070Z[ recovery-image] Feb 21 13:29:41.050 INFO O| Feb 21 13:29:41.049 INFO STEP 834 (remove_files) COMPLETE
70062025-02-21T13:29:42.070Z[ recovery-image] Feb 21 13:29:41.050 INFO O| Feb 21 13:29:41.050 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-02-21T13:29:42.090Z[ recovery-image] Feb 21 13:29:41.069 INFO O| Feb 21 13:29:41.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
70082025-02-21T13:29:42.090Z[ recovery-image] Feb 21 13:29:41.069 INFO O| Feb 21 13:29:41.069 INFO STEP 835 (remove_files) COMPLETE
70092025-02-21T13:29:42.090Z[ recovery-image] Feb 21 13:29:41.069 INFO O| Feb 21 13:29:41.069 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-02-21T13:29:42.113Z[ recovery-image] Feb 21 13:29:41.088 INFO O| Feb 21 13:29:41.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70112025-02-21T13:29:42.113Z[ recovery-image] Feb 21 13:29:41.089 INFO O| Feb 21 13:29:41.089 INFO STEP 836 (remove_files) COMPLETE
70122025-02-21T13:29:42.113Z[ recovery-image] Feb 21 13:29:41.089 INFO O| Feb 21 13:29:41.089 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-02-21T13:29:42.137Z[ recovery-image] Feb 21 13:29:41.116 INFO O| Feb 21 13:29:41.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70142025-02-21T13:29:42.137Z[ recovery-image] Feb 21 13:29:41.116 INFO O| Feb 21 13:29:41.116 INFO STEP 837 (remove_files) COMPLETE
70152025-02-21T13:29:42.137Z[ recovery-image] Feb 21 13:29:41.116 INFO O| Feb 21 13:29:41.116 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-02-21T13:29:42.229Z[ recovery-image] Feb 21 13:29:41.208 INFO O| Feb 21 13:29:41.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70172025-02-21T13:29:42.229Z[ recovery-image] Feb 21 13:29:41.209 INFO O| Feb 21 13:29:41.209 INFO STEP 838 (remove_files) COMPLETE
70182025-02-21T13:29:42.231Z[ recovery-image] Feb 21 13:29:41.209 INFO O| Feb 21 13:29:41.209 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-02-21T13:29:42.265Z[ recovery-image] Feb 21 13:29:41.244 INFO O| Feb 21 13:29:41.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70202025-02-21T13:29:42.265Z[ recovery-image] Feb 21 13:29:41.244 INFO O| Feb 21 13:29:41.244 INFO STEP 839 (remove_files) COMPLETE
70212025-02-21T13:29:42.265Z[ recovery-image] Feb 21 13:29:41.244 INFO O| Feb 21 13:29:41.244 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-02-21T13:29:42.286Z[ recovery-image] Feb 21 13:29:41.265 INFO O| Feb 21 13:29:41.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70232025-02-21T13:29:42.286Z[ recovery-image] Feb 21 13:29:41.265 INFO O| Feb 21 13:29:41.265 INFO STEP 840 (remove_files) COMPLETE
70242025-02-21T13:29:42.289Z[ recovery-image] Feb 21 13:29:41.265 INFO O| Feb 21 13:29:41.265 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-02-21T13:29:42.314Z[ recovery-image] Feb 21 13:29:41.293 INFO O| Feb 21 13:29:41.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70262025-02-21T13:29:42.316Z[ recovery-image] Feb 21 13:29:41.293 INFO O| Feb 21 13:29:41.293 INFO STEP 841 (remove_files) COMPLETE
70272025-02-21T13:29:42.316Z[ recovery-image] Feb 21 13:29:41.293 INFO O| Feb 21 13:29:41.293 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-02-21T13:29:42.379Z[ recovery-image] Feb 21 13:29:41.359 INFO O| Feb 21 13:29:41.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70292025-02-21T13:29:42.379Z[ recovery-image] Feb 21 13:29:41.359 INFO O| Feb 21 13:29:41.359 INFO STEP 842 (remove_files) COMPLETE
70302025-02-21T13:29:42.383Z[ recovery-image] Feb 21 13:29:41.359 INFO O| Feb 21 13:29:41.359 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-02-21T13:29:42.406Z[ recovery-image] Feb 21 13:29:41.385 INFO O| Feb 21 13:29:41.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70322025-02-21T13:29:42.408Z[ recovery-image] Feb 21 13:29:41.385 INFO O| Feb 21 13:29:41.385 INFO STEP 843 (remove_files) COMPLETE
70332025-02-21T13:29:42.408Z[ recovery-image] Feb 21 13:29:41.385 INFO O| Feb 21 13:29:41.385 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-02-21T13:29:42.442Z[ recovery-image] Feb 21 13:29:41.421 INFO O| Feb 21 13:29:41.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70352025-02-21T13:29:42.442Z[ recovery-image] Feb 21 13:29:41.421 INFO O| Feb 21 13:29:41.421 INFO STEP 844 (remove_files) COMPLETE
70362025-02-21T13:29:42.442Z[ recovery-image] Feb 21 13:29:41.421 INFO O| Feb 21 13:29:41.421 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-02-21T13:29:42.474Z[ recovery-image] Feb 21 13:29:41.454 INFO O| Feb 21 13:29:41.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70382025-02-21T13:29:42.474Z[ recovery-image] Feb 21 13:29:41.454 INFO O| Feb 21 13:29:41.454 INFO STEP 845 (remove_files) COMPLETE
70392025-02-21T13:29:42.474Z[ recovery-image] Feb 21 13:29:41.454 INFO O| Feb 21 13:29:41.454 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-02-21T13:29:42.510Z[ recovery-image] Feb 21 13:29:41.489 INFO O| Feb 21 13:29:41.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70412025-02-21T13:29:42.510Z[ recovery-image] Feb 21 13:29:41.489 INFO O| Feb 21 13:29:41.489 INFO STEP 846 (remove_files) COMPLETE
70422025-02-21T13:29:42.510Z[ recovery-image] Feb 21 13:29:41.489 INFO O| Feb 21 13:29:41.489 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-02-21T13:29:42.561Z[ recovery-image] Feb 21 13:29:41.540 INFO O| Feb 21 13:29:41.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70442025-02-21T13:29:42.561Z[ recovery-image] Feb 21 13:29:41.540 INFO O| Feb 21 13:29:41.540 INFO STEP 847 (remove_files) COMPLETE
70452025-02-21T13:29:42.561Z[ recovery-image] Feb 21 13:29:41.540 INFO O| Feb 21 13:29:41.540 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-02-21T13:29:42.581Z[ recovery-image] Feb 21 13:29:41.560 INFO O| Feb 21 13:29:41.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70472025-02-21T13:29:42.581Z[ recovery-image] Feb 21 13:29:41.560 INFO O| Feb 21 13:29:41.560 INFO STEP 848 (remove_files) COMPLETE
70482025-02-21T13:29:42.581Z[ recovery-image] Feb 21 13:29:41.560 INFO O| Feb 21 13:29:41.560 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-02-21T13:29:42.602Z[ recovery-image] Feb 21 13:29:41.580 INFO O| Feb 21 13:29:41.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70502025-02-21T13:29:42.602Z[ recovery-image] Feb 21 13:29:41.581 INFO O| Feb 21 13:29:41.581 INFO STEP 849 (remove_files) COMPLETE
70512025-02-21T13:29:42.602Z[ recovery-image] Feb 21 13:29:41.581 INFO O| Feb 21 13:29:41.581 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-02-21T13:29:42.622Z[ recovery-image] Feb 21 13:29:41.601 INFO O| Feb 21 13:29:41.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70532025-02-21T13:29:42.622Z[ recovery-image] Feb 21 13:29:41.601 INFO O| Feb 21 13:29:41.601 INFO STEP 850 (remove_files) COMPLETE
70542025-02-21T13:29:42.622Z[ recovery-image] Feb 21 13:29:41.601 INFO O| Feb 21 13:29:41.601 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-02-21T13:29:42.655Z[ recovery-image] Feb 21 13:29:41.634 INFO O| Feb 21 13:29:41.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70562025-02-21T13:29:42.655Z[ recovery-image] Feb 21 13:29:41.635 INFO O| Feb 21 13:29:41.635 INFO STEP 851 (remove_files) COMPLETE
70572025-02-21T13:29:42.658Z[ recovery-image] Feb 21 13:29:41.635 INFO O| Feb 21 13:29:41.635 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-02-21T13:29:42.689Z[ host-image] Feb 21 13:29:41.669 INFO O| Feb 21 13:29:41.669 INFO O| Done
70592025-02-21T13:29:42.694Z[ recovery-image] Feb 21 13:29:41.674 INFO O| Feb 21 13:29:41.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70602025-02-21T13:29:42.694Z[ recovery-image] Feb 21 13:29:41.674 INFO O| Feb 21 13:29:41.674 INFO STEP 852 (remove_files) COMPLETE
70612025-02-21T13:29:42.694Z[ recovery-image] Feb 21 13:29:41.674 INFO O| Feb 21 13:29:41.674 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622025-02-21T13:29:42.732Z[ host-image] Feb 21 13:29:41.711 INFO O| Feb 21 13:29:41.711 INFO O| Done
70632025-02-21T13:29:42.736Z[ host-image] Feb 21 13:29:41.711 INFO O| Feb 21 13:29:41.711 INFO O| Done
70642025-02-21T13:29:42.749Z[ recovery-image] Feb 21 13:29:41.729 INFO O| Feb 21 13:29:41.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70652025-02-21T13:29:42.751Z[ recovery-image] Feb 21 13:29:41.729 INFO O| Feb 21 13:29:41.729 INFO STEP 853 (remove_files) COMPLETE
70662025-02-21T13:29:42.752Z[ recovery-image] Feb 21 13:29:41.729 INFO O| Feb 21 13:29:41.729 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-02-21T13:29:42.768Z[ recovery-image] Feb 21 13:29:41.748 INFO O| Feb 21 13:29:41.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70682025-02-21T13:29:42.769Z[ recovery-image] Feb 21 13:29:41.748 INFO O| Feb 21 13:29:41.748 INFO STEP 854 (remove_files) COMPLETE
70692025-02-21T13:29:42.769Z[ recovery-image] Feb 21 13:29:41.748 INFO O| Feb 21 13:29:41.748 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-02-21T13:29:42.817Z[ recovery-image] Feb 21 13:29:41.797 INFO O| Feb 21 13:29:41.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70712025-02-21T13:29:42.820Z[ recovery-image] Feb 21 13:29:41.797 INFO O| Feb 21 13:29:41.797 INFO STEP 855 (remove_files) COMPLETE
70722025-02-21T13:29:42.820Z[ recovery-image] Feb 21 13:29:41.797 INFO O| Feb 21 13:29:41.797 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-02-21T13:29:42.823Z[ host-image] Feb 21 13:29:41.801 INFO O| Feb 21 13:29:41.801 INFO O| Done
70742025-02-21T13:29:42.848Z[ recovery-image] Feb 21 13:29:41.827 INFO O| Feb 21 13:29:41.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70752025-02-21T13:29:42.848Z[ recovery-image] Feb 21 13:29:41.827 INFO O| Feb 21 13:29:41.827 INFO STEP 856 (remove_files) COMPLETE
70762025-02-21T13:29:42.848Z[ recovery-image] Feb 21 13:29:41.827 INFO O| Feb 21 13:29:41.827 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772025-02-21T13:29:42.890Z[ recovery-image] Feb 21 13:29:41.869 INFO O| Feb 21 13:29:41.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70782025-02-21T13:29:42.890Z[ recovery-image] Feb 21 13:29:41.869 INFO O| Feb 21 13:29:41.869 INFO STEP 857 (remove_files) COMPLETE
70792025-02-21T13:29:42.890Z[ recovery-image] Feb 21 13:29:41.869 INFO O| Feb 21 13:29:41.869 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802025-02-21T13:29:42.953Z[ recovery-image] Feb 21 13:29:41.932 INFO O| Feb 21 13:29:41.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70812025-02-21T13:29:42.953Z[ recovery-image] Feb 21 13:29:41.932 INFO O| Feb 21 13:29:41.932 INFO STEP 858 (remove_files) COMPLETE
70822025-02-21T13:29:42.953Z[ recovery-image] Feb 21 13:29:41.932 INFO O| Feb 21 13:29:41.932 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832025-02-21T13:29:42.993Z[ host-image] Feb 21 13:29:41.972 INFO O| Feb 21 13:29:41.971 INFO STEP 13 (pkg_install) COMPLETE
70842025-02-21T13:29:42.993Z[ host-image] Feb 21 13:29:41.972 INFO O| Feb 21 13:29:41.971 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
70852025-02-21T13:29:43.011Z[ host-image] Feb 21 13:29:41.991 INFO O| Feb 21 13:29:41.991 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
70862025-02-21T13:29:43.040Z[ recovery-image] Feb 21 13:29:42.020 INFO O| Feb 21 13:29:42.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70872025-02-21T13:29:43.043Z[ recovery-image] Feb 21 13:29:42.020 INFO O| Feb 21 13:29:42.020 INFO STEP 859 (remove_files) COMPLETE
70882025-02-21T13:29:43.043Z[ recovery-image] Feb 21 13:29:42.020 INFO O| Feb 21 13:29:42.020 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892025-02-21T13:29:43.061Z[ recovery-image] Feb 21 13:29:42.040 INFO O| Feb 21 13:29:42.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70902025-02-21T13:29:43.064Z[ recovery-image] Feb 21 13:29:42.040 INFO O| Feb 21 13:29:42.040 INFO STEP 860 (remove_files) COMPLETE
70912025-02-21T13:29:43.064Z[ recovery-image] Feb 21 13:29:42.041 INFO O| Feb 21 13:29:42.041 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922025-02-21T13:29:43.082Z[ recovery-image] Feb 21 13:29:42.060 INFO O| Feb 21 13:29:42.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70932025-02-21T13:29:43.085Z[ recovery-image] Feb 21 13:29:42.060 INFO O| Feb 21 13:29:42.060 INFO STEP 861 (remove_files) COMPLETE
70942025-02-21T13:29:43.085Z[ recovery-image] Feb 21 13:29:42.060 INFO O| Feb 21 13:29:42.060 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952025-02-21T13:29:43.121Z[ recovery-image] Feb 21 13:29:42.101 INFO O| Feb 21 13:29:42.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70962025-02-21T13:29:43.124Z[ recovery-image] Feb 21 13:29:42.101 INFO O| Feb 21 13:29:42.101 INFO STEP 862 (remove_files) COMPLETE
70972025-02-21T13:29:43.125Z[ recovery-image] Feb 21 13:29:42.101 INFO O| Feb 21 13:29:42.101 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982025-02-21T13:29:43.175Z[ recovery-image] Feb 21 13:29:42.155 INFO O| Feb 21 13:29:42.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70992025-02-21T13:29:43.175Z[ recovery-image] Feb 21 13:29:42.155 INFO O| Feb 21 13:29:42.155 INFO STEP 863 (remove_files) COMPLETE
71002025-02-21T13:29:43.175Z[ recovery-image] Feb 21 13:29:42.155 INFO O| Feb 21 13:29:42.155 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012025-02-21T13:29:43.196Z[ recovery-image] Feb 21 13:29:42.175 INFO O| Feb 21 13:29:42.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
71022025-02-21T13:29:43.196Z[ recovery-image] Feb 21 13:29:42.176 INFO O| Feb 21 13:29:42.175 INFO STEP 864 (remove_files) COMPLETE
71032025-02-21T13:29:43.196Z[ recovery-image] Feb 21 13:29:42.176 INFO O| Feb 21 13:29:42.176 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042025-02-21T13:29:43.226Z[ recovery-image] Feb 21 13:29:42.206 INFO O| Feb 21 13:29:42.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
71052025-02-21T13:29:43.229Z[ recovery-image] Feb 21 13:29:42.206 INFO O| Feb 21 13:29:42.206 INFO STEP 865 (remove_files) COMPLETE
71062025-02-21T13:29:43.229Z[ recovery-image] Feb 21 13:29:42.206 INFO O| Feb 21 13:29:42.206 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072025-02-21T13:29:43.247Z[ recovery-image] Feb 21 13:29:42.227 INFO O| Feb 21 13:29:42.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
71082025-02-21T13:29:43.250Z[ recovery-image] Feb 21 13:29:42.227 INFO O| Feb 21 13:29:42.227 INFO STEP 866 (remove_files) COMPLETE
71092025-02-21T13:29:43.250Z[ recovery-image] Feb 21 13:29:42.227 INFO O| Feb 21 13:29:42.227 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102025-02-21T13:29:43.266Z[ recovery-image] Feb 21 13:29:42.245 INFO O| Feb 21 13:29:42.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
71112025-02-21T13:29:43.268Z[ recovery-image] Feb 21 13:29:42.245 INFO O| Feb 21 13:29:42.245 INFO STEP 867 (remove_files) COMPLETE
71122025-02-21T13:29:43.268Z[ recovery-image] Feb 21 13:29:42.245 INFO O| Feb 21 13:29:42.245 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132025-02-21T13:29:43.284Z[ recovery-image] Feb 21 13:29:42.264 INFO O| Feb 21 13:29:42.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
71142025-02-21T13:29:43.284Z[ recovery-image] Feb 21 13:29:42.264 INFO O| Feb 21 13:29:42.264 INFO STEP 868 (remove_files) COMPLETE
71152025-02-21T13:29:43.287Z[ recovery-image] Feb 21 13:29:42.264 INFO O| Feb 21 13:29:42.264 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162025-02-21T13:29:43.322Z[ recovery-image] Feb 21 13:29:42.301 INFO O| Feb 21 13:29:42.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71172025-02-21T13:29:43.322Z[ recovery-image] Feb 21 13:29:42.301 INFO O| Feb 21 13:29:42.301 INFO STEP 869 (remove_files) COMPLETE
71182025-02-21T13:29:43.325Z[ recovery-image] Feb 21 13:29:42.301 INFO O| Feb 21 13:29:42.301 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192025-02-21T13:29:43.354Z[ recovery-image] Feb 21 13:29:42.333 INFO O| Feb 21 13:29:42.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71202025-02-21T13:29:43.354Z[ recovery-image] Feb 21 13:29:42.333 INFO O| Feb 21 13:29:42.333 INFO STEP 870 (remove_files) COMPLETE
71212025-02-21T13:29:43.356Z[ recovery-image] Feb 21 13:29:42.333 INFO O| Feb 21 13:29:42.333 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222025-02-21T13:29:43.374Z[ recovery-image] Feb 21 13:29:42.353 INFO O| Feb 21 13:29:42.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71232025-02-21T13:29:43.374Z[ recovery-image] Feb 21 13:29:42.353 INFO O| Feb 21 13:29:42.353 INFO STEP 871 (remove_files) COMPLETE
71242025-02-21T13:29:43.374Z[ recovery-image] Feb 21 13:29:42.353 INFO O| Feb 21 13:29:42.353 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252025-02-21T13:29:43.393Z[ recovery-image] Feb 21 13:29:42.372 INFO O| Feb 21 13:29:42.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71262025-02-21T13:29:43.393Z[ recovery-image] Feb 21 13:29:42.372 INFO O| Feb 21 13:29:42.372 INFO STEP 872 (remove_files) COMPLETE
71272025-02-21T13:29:43.393Z[ recovery-image] Feb 21 13:29:42.373 INFO O| Feb 21 13:29:42.372 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282025-02-21T13:29:43.416Z[ recovery-image] Feb 21 13:29:42.395 INFO O| Feb 21 13:29:42.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71292025-02-21T13:29:43.416Z[ recovery-image] Feb 21 13:29:42.395 INFO O| Feb 21 13:29:42.395 INFO STEP 873 (remove_files) COMPLETE
71302025-02-21T13:29:43.419Z[ recovery-image] Feb 21 13:29:42.395 INFO O| Feb 21 13:29:42.395 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312025-02-21T13:29:43.444Z[ recovery-image] Feb 21 13:29:42.424 INFO O| Feb 21 13:29:42.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71322025-02-21T13:29:43.444Z[ recovery-image] Feb 21 13:29:42.424 INFO O| Feb 21 13:29:42.424 INFO STEP 874 (remove_files) COMPLETE
71332025-02-21T13:29:43.444Z[ recovery-image] Feb 21 13:29:42.424 INFO O| Feb 21 13:29:42.424 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342025-02-21T13:29:43.480Z[ recovery-image] Feb 21 13:29:42.460 INFO O| Feb 21 13:29:42.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71352025-02-21T13:29:43.480Z[ recovery-image] Feb 21 13:29:42.460 INFO O| Feb 21 13:29:42.460 INFO STEP 875 (remove_files) COMPLETE
71362025-02-21T13:29:43.480Z[ recovery-image] Feb 21 13:29:42.460 INFO O| Feb 21 13:29:42.460 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372025-02-21T13:29:43.540Z[ recovery-image] Feb 21 13:29:42.519 INFO O| Feb 21 13:29:42.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71382025-02-21T13:29:43.540Z[ recovery-image] Feb 21 13:29:42.519 INFO O| Feb 21 13:29:42.519 INFO STEP 876 (remove_files) COMPLETE
71392025-02-21T13:29:43.543Z[ recovery-image] Feb 21 13:29:42.519 INFO O| Feb 21 13:29:42.519 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402025-02-21T13:29:43.601Z[ recovery-image] Feb 21 13:29:42.581 INFO O| Feb 21 13:29:42.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71412025-02-21T13:29:43.601Z[ recovery-image] Feb 21 13:29:42.581 INFO O| Feb 21 13:29:42.581 INFO STEP 877 (remove_files) COMPLETE
71422025-02-21T13:29:43.601Z[ recovery-image] Feb 21 13:29:42.581 INFO O| Feb 21 13:29:42.581 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432025-02-21T13:29:43.677Z[ recovery-image] Feb 21 13:29:42.656 INFO O| Feb 21 13:29:42.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71442025-02-21T13:29:43.677Z[ recovery-image] Feb 21 13:29:42.656 INFO O| Feb 21 13:29:42.656 INFO STEP 878 (remove_files) COMPLETE
71452025-02-21T13:29:43.677Z[ recovery-image] Feb 21 13:29:42.656 INFO O| Feb 21 13:29:42.656 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462025-02-21T13:29:43.704Z[ recovery-image] Feb 21 13:29:42.684 INFO O| Feb 21 13:29:42.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71472025-02-21T13:29:43.707Z[ recovery-image] Feb 21 13:29:42.684 INFO O| Feb 21 13:29:42.684 INFO STEP 879 (remove_files) COMPLETE
71482025-02-21T13:29:43.707Z[ recovery-image] Feb 21 13:29:42.684 INFO O| Feb 21 13:29:42.684 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492025-02-21T13:29:43.725Z[ recovery-image] Feb 21 13:29:42.705 INFO O| Feb 21 13:29:42.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71502025-02-21T13:29:43.725Z[ recovery-image] Feb 21 13:29:42.705 INFO O| Feb 21 13:29:42.705 INFO STEP 880 (remove_files) COMPLETE
71512025-02-21T13:29:43.725Z[ recovery-image] Feb 21 13:29:42.705 INFO O| Feb 21 13:29:42.705 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522025-02-21T13:29:43.746Z[ recovery-image] Feb 21 13:29:42.726 INFO O| Feb 21 13:29:42.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71532025-02-21T13:29:43.749Z[ recovery-image] Feb 21 13:29:42.726 INFO O| Feb 21 13:29:42.726 INFO STEP 881 (remove_files) COMPLETE
71542025-02-21T13:29:43.749Z[ recovery-image] Feb 21 13:29:42.726 INFO O| Feb 21 13:29:42.726 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552025-02-21T13:29:43.767Z[ recovery-image] Feb 21 13:29:42.747 INFO O| Feb 21 13:29:42.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71562025-02-21T13:29:43.770Z[ recovery-image] Feb 21 13:29:42.747 INFO O| Feb 21 13:29:42.747 INFO STEP 882 (remove_files) COMPLETE
71572025-02-21T13:29:43.770Z[ recovery-image] Feb 21 13:29:42.747 INFO O| Feb 21 13:29:42.747 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582025-02-21T13:29:43.786Z[ recovery-image] Feb 21 13:29:42.765 INFO O| Feb 21 13:29:42.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71592025-02-21T13:29:43.788Z[ recovery-image] Feb 21 13:29:42.765 INFO O| Feb 21 13:29:42.765 INFO STEP 883 (remove_files) COMPLETE
71602025-02-21T13:29:43.788Z[ recovery-image] Feb 21 13:29:42.766 INFO O| Feb 21 13:29:42.766 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612025-02-21T13:29:43.805Z[ recovery-image] Feb 21 13:29:42.784 INFO O| Feb 21 13:29:42.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71622025-02-21T13:29:43.807Z[ recovery-image] Feb 21 13:29:42.784 INFO O| Feb 21 13:29:42.784 INFO STEP 884 (remove_files) COMPLETE
71632025-02-21T13:29:43.808Z[ recovery-image] Feb 21 13:29:42.785 INFO O| Feb 21 13:29:42.785 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642025-02-21T13:29:43.823Z[ recovery-image] Feb 21 13:29:42.803 INFO O| Feb 21 13:29:42.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71652025-02-21T13:29:43.826Z[ recovery-image] Feb 21 13:29:42.803 INFO O| Feb 21 13:29:42.803 INFO STEP 885 (remove_files) COMPLETE
71662025-02-21T13:29:43.826Z[ recovery-image] Feb 21 13:29:42.803 INFO O| Feb 21 13:29:42.803 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672025-02-21T13:29:43.841Z[ recovery-image] Feb 21 13:29:42.821 INFO O| Feb 21 13:29:42.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71682025-02-21T13:29:43.845Z[ recovery-image] Feb 21 13:29:42.821 INFO O| Feb 21 13:29:42.821 INFO STEP 886 (remove_files) COMPLETE
71692025-02-21T13:29:43.845Z[ recovery-image] Feb 21 13:29:42.821 INFO O| Feb 21 13:29:42.821 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702025-02-21T13:29:43.871Z[ recovery-image] Feb 21 13:29:42.850 INFO O| Feb 21 13:29:42.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71712025-02-21T13:29:43.873Z[ recovery-image] Feb 21 13:29:42.850 INFO O| Feb 21 13:29:42.850 INFO STEP 887 (remove_files) COMPLETE
71722025-02-21T13:29:43.873Z[ recovery-image] Feb 21 13:29:42.850 INFO O| Feb 21 13:29:42.850 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-02-21T13:29:43.918Z[ recovery-image] Feb 21 13:29:42.893 INFO O| Feb 21 13:29:42.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71742025-02-21T13:29:43.918Z[ recovery-image] Feb 21 13:29:42.893 INFO O| Feb 21 13:29:42.893 INFO STEP 888 (remove_files) COMPLETE
71752025-02-21T13:29:43.918Z[ recovery-image] Feb 21 13:29:42.893 INFO O| Feb 21 13:29:42.893 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-02-21T13:29:43.943Z[ recovery-image] Feb 21 13:29:42.922 INFO O| Feb 21 13:29:42.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71772025-02-21T13:29:43.960Z[ recovery-image] Feb 21 13:29:42.939 INFO O| Feb 21 13:29:42.939 INFO STEP 889 (remove_files) COMPLETE
71782025-02-21T13:29:43.960Z[ recovery-image] Feb 21 13:29:42.939 INFO O| Feb 21 13:29:42.939 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-02-21T13:29:43.985Z[ recovery-image] Feb 21 13:29:42.962 INFO O| Feb 21 13:29:42.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71802025-02-21T13:29:43.985Z[ recovery-image] Feb 21 13:29:42.962 INFO O| Feb 21 13:29:42.962 INFO STEP 890 (remove_files) COMPLETE
71812025-02-21T13:29:43.990Z[ recovery-image] Feb 21 13:29:42.962 INFO O| Feb 21 13:29:42.962 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-02-21T13:29:44.004Z[ recovery-image] Feb 21 13:29:42.983 INFO O| Feb 21 13:29:42.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71832025-02-21T13:29:44.006Z[ recovery-image] Feb 21 13:29:42.983 INFO O| Feb 21 13:29:42.983 INFO STEP 891 (remove_files) COMPLETE
71842025-02-21T13:29:44.006Z[ recovery-image] Feb 21 13:29:42.983 INFO O| Feb 21 13:29:42.983 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-02-21T13:29:44.041Z[ recovery-image] Feb 21 13:29:43.020 INFO O| Feb 21 13:29:43.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71862025-02-21T13:29:44.041Z[ recovery-image] Feb 21 13:29:43.020 INFO O| Feb 21 13:29:43.020 INFO STEP 892 (remove_files) COMPLETE
71872025-02-21T13:29:44.041Z[ recovery-image] Feb 21 13:29:43.020 INFO O| Feb 21 13:29:43.020 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-02-21T13:29:44.060Z[ recovery-image] Feb 21 13:29:43.040 INFO O| Feb 21 13:29:43.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71892025-02-21T13:29:44.061Z[ recovery-image] Feb 21 13:29:43.040 INFO O| Feb 21 13:29:43.040 INFO STEP 893 (remove_files) COMPLETE
71902025-02-21T13:29:44.061Z[ recovery-image] Feb 21 13:29:43.040 INFO O| Feb 21 13:29:43.040 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-02-21T13:29:44.079Z[ recovery-image] Feb 21 13:29:43.059 INFO O| Feb 21 13:29:43.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71922025-02-21T13:29:44.082Z[ recovery-image] Feb 21 13:29:43.059 INFO O| Feb 21 13:29:43.059 INFO STEP 894 (remove_files) COMPLETE
71932025-02-21T13:29:44.082Z[ recovery-image] Feb 21 13:29:43.059 INFO O| Feb 21 13:29:43.059 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-02-21T13:29:44.098Z[ recovery-image] Feb 21 13:29:43.078 INFO O| Feb 21 13:29:43.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71952025-02-21T13:29:44.098Z[ recovery-image] Feb 21 13:29:43.078 INFO O| Feb 21 13:29:43.078 INFO STEP 895 (remove_files) COMPLETE
71962025-02-21T13:29:44.098Z[ recovery-image] Feb 21 13:29:43.078 INFO O| Feb 21 13:29:43.078 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-02-21T13:29:44.119Z[ recovery-image] Feb 21 13:29:43.096 INFO O| Feb 21 13:29:43.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71982025-02-21T13:29:44.119Z[ recovery-image] Feb 21 13:29:43.096 INFO O| Feb 21 13:29:43.096 INFO STEP 896 (remove_files) COMPLETE
71992025-02-21T13:29:44.123Z[ recovery-image] Feb 21 13:29:43.096 INFO O| Feb 21 13:29:43.096 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-02-21T13:29:44.147Z[ recovery-image] Feb 21 13:29:43.115 INFO O| Feb 21 13:29:43.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
72012025-02-21T13:29:44.152Z[ recovery-image] Feb 21 13:29:43.115 INFO O| Feb 21 13:29:43.115 INFO STEP 897 (remove_files) COMPLETE
72022025-02-21T13:29:44.153Z[ recovery-image] Feb 21 13:29:43.115 INFO O| Feb 21 13:29:43.115 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-02-21T13:29:44.163Z[ recovery-image] Feb 21 13:29:43.142 INFO O| Feb 21 13:29:43.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
72042025-02-21T13:29:44.163Z[ recovery-image] Feb 21 13:29:43.142 INFO O| Feb 21 13:29:43.142 INFO STEP 898 (remove_files) COMPLETE
72052025-02-21T13:29:44.163Z[ recovery-image] Feb 21 13:29:43.142 INFO O| Feb 21 13:29:43.142 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-02-21T13:29:44.190Z[ recovery-image] Feb 21 13:29:43.169 INFO O| Feb 21 13:29:43.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
72072025-02-21T13:29:44.190Z[ recovery-image] Feb 21 13:29:43.169 INFO O| Feb 21 13:29:43.169 INFO STEP 899 (remove_files) COMPLETE
72082025-02-21T13:29:44.190Z[ recovery-image] Feb 21 13:29:43.169 INFO O| Feb 21 13:29:43.169 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092025-02-21T13:29:44.210Z[ host-image] Feb 21 13:29:43.188 INFO O| Feb 21 13:29:43.188 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
72102025-02-21T13:29:44.240Z[ recovery-image] Feb 21 13:29:43.219 INFO O| Feb 21 13:29:43.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
72112025-02-21T13:29:44.240Z[ recovery-image] Feb 21 13:29:43.219 INFO O| Feb 21 13:29:43.219 INFO STEP 900 (remove_files) COMPLETE
72122025-02-21T13:29:44.243Z[ recovery-image] Feb 21 13:29:43.219 INFO O| Feb 21 13:29:43.219 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-02-21T13:29:44.263Z[ recovery-image] Feb 21 13:29:43.241 INFO O| Feb 21 13:29:43.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
72142025-02-21T13:29:44.265Z[ recovery-image] Feb 21 13:29:43.242 INFO O| Feb 21 13:29:43.241 INFO STEP 901 (remove_files) COMPLETE
72152025-02-21T13:29:44.265Z[ recovery-image] Feb 21 13:29:43.242 INFO O| Feb 21 13:29:43.242 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-02-21T13:29:44.297Z[ recovery-image] Feb 21 13:29:43.277 INFO O| Feb 21 13:29:43.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72172025-02-21T13:29:44.297Z[ recovery-image] Feb 21 13:29:43.277 INFO O| Feb 21 13:29:43.277 INFO STEP 902 (remove_files) COMPLETE
72182025-02-21T13:29:44.297Z[ recovery-image] Feb 21 13:29:43.277 INFO O| Feb 21 13:29:43.277 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-02-21T13:29:44.316Z[ recovery-image] Feb 21 13:29:43.295 INFO O| Feb 21 13:29:43.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72202025-02-21T13:29:44.316Z[ recovery-image] Feb 21 13:29:43.295 INFO O| Feb 21 13:29:43.295 INFO STEP 903 (remove_files) COMPLETE
72212025-02-21T13:29:44.316Z[ recovery-image] Feb 21 13:29:43.295 INFO O| Feb 21 13:29:43.295 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-02-21T13:29:44.346Z[ recovery-image] Feb 21 13:29:43.325 INFO O| Feb 21 13:29:43.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72232025-02-21T13:29:44.346Z[ recovery-image] Feb 21 13:29:43.325 INFO O| Feb 21 13:29:43.325 INFO STEP 904 (remove_files) COMPLETE
72242025-02-21T13:29:44.346Z[ recovery-image] Feb 21 13:29:43.325 INFO O| Feb 21 13:29:43.325 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-02-21T13:29:44.367Z[ recovery-image] Feb 21 13:29:43.347 INFO O| Feb 21 13:29:43.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72262025-02-21T13:29:44.367Z[ recovery-image] Feb 21 13:29:43.347 INFO O| Feb 21 13:29:43.347 INFO STEP 905 (remove_files) COMPLETE
72272025-02-21T13:29:44.367Z[ recovery-image] Feb 21 13:29:43.347 INFO O| Feb 21 13:29:43.347 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-02-21T13:29:44.388Z[ recovery-image] Feb 21 13:29:43.368 INFO O| Feb 21 13:29:43.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72292025-02-21T13:29:44.388Z[ recovery-image] Feb 21 13:29:43.368 INFO O| Feb 21 13:29:43.368 INFO STEP 906 (remove_files) COMPLETE
72302025-02-21T13:29:44.388Z[ recovery-image] Feb 21 13:29:43.368 INFO O| Feb 21 13:29:43.368 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-02-21T13:29:44.409Z[ recovery-image] Feb 21 13:29:43.388 INFO O| Feb 21 13:29:43.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72322025-02-21T13:29:44.409Z[ recovery-image] Feb 21 13:29:43.389 INFO O| Feb 21 13:29:43.389 INFO STEP 907 (remove_files) COMPLETE
72332025-02-21T13:29:44.409Z[ recovery-image] Feb 21 13:29:43.389 INFO O| Feb 21 13:29:43.389 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-02-21T13:29:44.429Z[ recovery-image] Feb 21 13:29:43.409 INFO O| Feb 21 13:29:43.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72352025-02-21T13:29:44.430Z[ recovery-image] Feb 21 13:29:43.409 INFO O| Feb 21 13:29:43.409 INFO STEP 908 (remove_files) COMPLETE
72362025-02-21T13:29:44.430Z[ recovery-image] Feb 21 13:29:43.409 INFO O| Feb 21 13:29:43.409 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-02-21T13:29:44.463Z[ recovery-image] Feb 21 13:29:43.442 INFO O| Feb 21 13:29:43.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72382025-02-21T13:29:44.466Z[ recovery-image] Feb 21 13:29:43.442 INFO O| Feb 21 13:29:43.442 INFO STEP 909 (remove_files) COMPLETE
72392025-02-21T13:29:44.466Z[ recovery-image] Feb 21 13:29:43.442 INFO O| Feb 21 13:29:43.442 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-02-21T13:29:44.501Z[ recovery-image] Feb 21 13:29:43.479 INFO O| Feb 21 13:29:43.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72412025-02-21T13:29:44.501Z[ recovery-image] Feb 21 13:29:43.479 INFO O| Feb 21 13:29:43.479 INFO STEP 910 (remove_files) COMPLETE
72422025-02-21T13:29:44.501Z[ recovery-image] Feb 21 13:29:43.479 INFO O| Feb 21 13:29:43.479 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432025-02-21T13:29:44.521Z[ recovery-image] Feb 21 13:29:43.500 INFO O| Feb 21 13:29:43.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72442025-02-21T13:29:44.521Z[ recovery-image] Feb 21 13:29:43.500 INFO O| Feb 21 13:29:43.500 INFO STEP 911 (remove_files) COMPLETE
72452025-02-21T13:29:44.523Z[ recovery-image] Feb 21 13:29:43.500 INFO O| Feb 21 13:29:43.500 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462025-02-21T13:29:44.562Z[ recovery-image] Feb 21 13:29:43.542 INFO O| Feb 21 13:29:43.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72472025-02-21T13:29:44.565Z[ recovery-image] Feb 21 13:29:43.542 INFO O| Feb 21 13:29:43.542 INFO STEP 912 (remove_files) COMPLETE
72482025-02-21T13:29:44.565Z[ recovery-image] Feb 21 13:29:43.542 INFO O| Feb 21 13:29:43.542 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492025-02-21T13:29:44.580Z[ recovery-image] Feb 21 13:29:43.560 INFO O| Feb 21 13:29:43.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72502025-02-21T13:29:44.580Z[ recovery-image] Feb 21 13:29:43.560 INFO O| Feb 21 13:29:43.560 INFO STEP 913 (remove_files) COMPLETE
72512025-02-21T13:29:44.583Z[ recovery-image] Feb 21 13:29:43.560 INFO O| Feb 21 13:29:43.560 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522025-02-21T13:29:44.597Z[ recovery-image] Feb 21 13:29:43.576 INFO O| Feb 21 13:29:43.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72532025-02-21T13:29:44.597Z[ recovery-image] Feb 21 13:29:43.576 INFO O| Feb 21 13:29:43.576 INFO STEP 914 (remove_files) COMPLETE
72542025-02-21T13:29:44.600Z[ recovery-image] Feb 21 13:29:43.576 INFO O| Feb 21 13:29:43.576 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552025-02-21T13:29:44.630Z[ recovery-image] Feb 21 13:29:43.609 INFO O| Feb 21 13:29:43.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72562025-02-21T13:29:44.632Z[ recovery-image] Feb 21 13:29:43.609 INFO O| Feb 21 13:29:43.609 INFO STEP 915 (remove_files) COMPLETE
72572025-02-21T13:29:44.633Z[ recovery-image] Feb 21 13:29:43.609 INFO O| Feb 21 13:29:43.609 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582025-02-21T13:29:44.649Z[ recovery-image] Feb 21 13:29:43.629 INFO O| Feb 21 13:29:43.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72592025-02-21T13:29:44.652Z[ recovery-image] Feb 21 13:29:43.629 INFO O| Feb 21 13:29:43.629 INFO STEP 916 (remove_files) COMPLETE
72602025-02-21T13:29:44.652Z[ recovery-image] Feb 21 13:29:43.629 INFO O| Feb 21 13:29:43.629 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612025-02-21T13:29:44.692Z[ recovery-image] Feb 21 13:29:43.670 INFO O| Feb 21 13:29:43.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72622025-02-21T13:29:44.695Z[ recovery-image] Feb 21 13:29:43.670 INFO O| Feb 21 13:29:43.670 INFO STEP 917 (remove_files) COMPLETE
72632025-02-21T13:29:44.695Z[ recovery-image] Feb 21 13:29:43.670 INFO O| Feb 21 13:29:43.670 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642025-02-21T13:29:44.779Z[ recovery-image] Feb 21 13:29:43.759 INFO O| Feb 21 13:29:43.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72652025-02-21T13:29:44.784Z[ recovery-image] Feb 21 13:29:43.759 INFO O| Feb 21 13:29:43.759 INFO STEP 918 (remove_files) COMPLETE
72662025-02-21T13:29:44.784Z[ recovery-image] Feb 21 13:29:43.759 INFO O| Feb 21 13:29:43.759 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672025-02-21T13:29:44.801Z[ recovery-image] Feb 21 13:29:43.780 INFO O| Feb 21 13:29:43.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72682025-02-21T13:29:44.806Z[ recovery-image] Feb 21 13:29:43.780 INFO O| Feb 21 13:29:43.780 INFO STEP 919 (remove_files) COMPLETE
72692025-02-21T13:29:44.806Z[ recovery-image] Feb 21 13:29:43.781 INFO O| Feb 21 13:29:43.781 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702025-02-21T13:29:44.821Z[ recovery-image] Feb 21 13:29:43.801 INFO O| Feb 21 13:29:43.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72712025-02-21T13:29:44.824Z[ recovery-image] Feb 21 13:29:43.801 INFO O| Feb 21 13:29:43.801 INFO STEP 920 (remove_files) COMPLETE
72722025-02-21T13:29:44.824Z[ recovery-image] Feb 21 13:29:43.801 INFO O| Feb 21 13:29:43.801 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732025-02-21T13:29:44.841Z[ recovery-image] Feb 21 13:29:43.820 INFO O| Feb 21 13:29:43.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72742025-02-21T13:29:44.843Z[ recovery-image] Feb 21 13:29:43.820 INFO O| Feb 21 13:29:43.820 INFO STEP 921 (remove_files) COMPLETE
72752025-02-21T13:29:44.843Z[ recovery-image] Feb 21 13:29:43.820 INFO O| Feb 21 13:29:43.820 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762025-02-21T13:29:44.860Z[ recovery-image] Feb 21 13:29:43.838 INFO O| Feb 21 13:29:43.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72772025-02-21T13:29:44.860Z[ recovery-image] Feb 21 13:29:43.838 INFO O| Feb 21 13:29:43.838 INFO STEP 922 (remove_files) COMPLETE
72782025-02-21T13:29:44.862Z[ recovery-image] Feb 21 13:29:43.838 INFO O| Feb 21 13:29:43.838 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-02-21T13:29:44.878Z[ recovery-image] Feb 21 13:29:43.857 INFO O| Feb 21 13:29:43.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72802025-02-21T13:29:44.878Z[ recovery-image] Feb 21 13:29:43.857 INFO O| Feb 21 13:29:43.857 INFO STEP 923 (remove_files) COMPLETE
72812025-02-21T13:29:44.878Z[ recovery-image] Feb 21 13:29:43.857 INFO O| Feb 21 13:29:43.857 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-02-21T13:29:44.912Z[ recovery-image] Feb 21 13:29:43.891 INFO O| Feb 21 13:29:43.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72832025-02-21T13:29:44.915Z[ recovery-image] Feb 21 13:29:43.891 INFO O| Feb 21 13:29:43.891 INFO STEP 924 (remove_files) COMPLETE
72842025-02-21T13:29:44.915Z[ recovery-image] Feb 21 13:29:43.891 INFO O| Feb 21 13:29:43.891 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-02-21T13:29:44.951Z[ recovery-image] Feb 21 13:29:43.931 INFO O| Feb 21 13:29:43.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72862025-02-21T13:29:44.954Z[ recovery-image] Feb 21 13:29:43.931 INFO O| Feb 21 13:29:43.931 INFO STEP 925 (remove_files) COMPLETE
72872025-02-21T13:29:44.954Z[ recovery-image] Feb 21 13:29:43.931 INFO O| Feb 21 13:29:43.931 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-02-21T13:29:44.972Z[ recovery-image] Feb 21 13:29:43.952 INFO O| Feb 21 13:29:43.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72892025-02-21T13:29:44.975Z[ recovery-image] Feb 21 13:29:43.952 INFO O| Feb 21 13:29:43.952 INFO STEP 926 (remove_files) COMPLETE
72902025-02-21T13:29:44.975Z[ recovery-image] Feb 21 13:29:43.952 INFO O| Feb 21 13:29:43.952 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-02-21T13:29:44.994Z[ recovery-image] Feb 21 13:29:43.972 INFO O| Feb 21 13:29:43.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72922025-02-21T13:29:44.994Z[ recovery-image] Feb 21 13:29:43.972 INFO O| Feb 21 13:29:43.972 INFO STEP 927 (remove_files) COMPLETE
72932025-02-21T13:29:44.994Z[ recovery-image] Feb 21 13:29:43.972 INFO O| Feb 21 13:29:43.972 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-02-21T13:29:45.035Z[ recovery-image] Feb 21 13:29:44.014 INFO O| Feb 21 13:29:44.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72952025-02-21T13:29:45.035Z[ recovery-image] Feb 21 13:29:44.014 INFO O| Feb 21 13:29:44.014 INFO STEP 928 (remove_files) COMPLETE
72962025-02-21T13:29:45.035Z[ recovery-image] Feb 21 13:29:44.014 INFO O| Feb 21 13:29:44.014 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-02-21T13:29:45.097Z[ recovery-image] Feb 21 13:29:44.076 INFO O| Feb 21 13:29:44.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72982025-02-21T13:29:45.098Z[ recovery-image] Feb 21 13:29:44.076 INFO O| Feb 21 13:29:44.076 INFO STEP 929 (remove_files) COMPLETE
72992025-02-21T13:29:45.098Z[ recovery-image] Feb 21 13:29:44.076 INFO O| Feb 21 13:29:44.076 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-02-21T13:29:45.118Z[ recovery-image] Feb 21 13:29:44.096 INFO O| Feb 21 13:29:44.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
73012025-02-21T13:29:45.118Z[ recovery-image] Feb 21 13:29:44.096 INFO O| Feb 21 13:29:44.096 INFO STEP 930 (remove_files) COMPLETE
73022025-02-21T13:29:45.121Z[ recovery-image] Feb 21 13:29:44.097 INFO O| Feb 21 13:29:44.096 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-02-21T13:29:45.136Z[ recovery-image] Feb 21 13:29:44.115 INFO O| Feb 21 13:29:44.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
73042025-02-21T13:29:45.136Z[ recovery-image] Feb 21 13:29:44.115 INFO O| Feb 21 13:29:44.115 INFO STEP 931 (remove_files) COMPLETE
73052025-02-21T13:29:45.136Z[ recovery-image] Feb 21 13:29:44.115 INFO O| Feb 21 13:29:44.115 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-02-21T13:29:45.156Z[ recovery-image] Feb 21 13:29:44.133 INFO O| Feb 21 13:29:44.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
73072025-02-21T13:29:45.156Z[ recovery-image] Feb 21 13:29:44.133 INFO O| Feb 21 13:29:44.133 INFO STEP 932 (remove_files) COMPLETE
73082025-02-21T13:29:45.156Z[ recovery-image] Feb 21 13:29:44.133 INFO O| Feb 21 13:29:44.133 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-02-21T13:29:45.181Z[ recovery-image] Feb 21 13:29:44.160 INFO O| Feb 21 13:29:44.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
73102025-02-21T13:29:45.183Z[ recovery-image] Feb 21 13:29:44.160 INFO O| Feb 21 13:29:44.160 INFO STEP 933 (remove_files) COMPLETE
73112025-02-21T13:29:45.183Z[ recovery-image] Feb 21 13:29:44.160 INFO O| Feb 21 13:29:44.160 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-02-21T13:29:45.239Z[ recovery-image] Feb 21 13:29:44.218 INFO O| Feb 21 13:29:44.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
73132025-02-21T13:29:45.239Z[ recovery-image] Feb 21 13:29:44.218 INFO O| Feb 21 13:29:44.218 INFO STEP 934 (remove_files) COMPLETE
73142025-02-21T13:29:45.239Z[ recovery-image] Feb 21 13:29:44.218 INFO O| Feb 21 13:29:44.218 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-02-21T13:29:45.259Z[ recovery-image] Feb 21 13:29:44.238 INFO O| Feb 21 13:29:44.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
73162025-02-21T13:29:45.259Z[ recovery-image] Feb 21 13:29:44.238 INFO O| Feb 21 13:29:44.238 INFO STEP 935 (remove_files) COMPLETE
73172025-02-21T13:29:45.259Z[ recovery-image] Feb 21 13:29:44.238 INFO O| Feb 21 13:29:44.238 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-02-21T13:29:45.311Z[ recovery-image] Feb 21 13:29:44.290 INFO O| Feb 21 13:29:44.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73192025-02-21T13:29:45.311Z[ recovery-image] Feb 21 13:29:44.290 INFO O| Feb 21 13:29:44.290 INFO STEP 936 (remove_files) COMPLETE
73202025-02-21T13:29:45.315Z[ recovery-image] Feb 21 13:29:44.290 INFO O| Feb 21 13:29:44.290 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-02-21T13:29:45.356Z[ recovery-image] Feb 21 13:29:44.334 INFO O| Feb 21 13:29:44.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73222025-02-21T13:29:45.356Z[ recovery-image] Feb 21 13:29:44.334 INFO O| Feb 21 13:29:44.334 INFO STEP 937 (remove_files) COMPLETE
73232025-02-21T13:29:45.358Z[ recovery-image] Feb 21 13:29:44.334 INFO O| Feb 21 13:29:44.334 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-02-21T13:29:45.396Z[ recovery-image] Feb 21 13:29:44.374 INFO O| Feb 21 13:29:44.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73252025-02-21T13:29:45.396Z[ recovery-image] Feb 21 13:29:44.375 INFO O| Feb 21 13:29:44.375 INFO STEP 938 (remove_files) COMPLETE
73262025-02-21T13:29:45.399Z[ recovery-image] Feb 21 13:29:44.375 INFO O| Feb 21 13:29:44.375 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-02-21T13:29:45.419Z[ recovery-image] Feb 21 13:29:44.398 INFO O| Feb 21 13:29:44.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73282025-02-21T13:29:45.419Z[ recovery-image] Feb 21 13:29:44.398 INFO O| Feb 21 13:29:44.398 INFO STEP 939 (remove_files) COMPLETE
73292025-02-21T13:29:45.421Z[ recovery-image] Feb 21 13:29:44.398 INFO O| Feb 21 13:29:44.398 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-02-21T13:29:45.446Z[ recovery-image] Feb 21 13:29:44.424 INFO O| Feb 21 13:29:44.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73312025-02-21T13:29:45.446Z[ recovery-image] Feb 21 13:29:44.424 INFO O| Feb 21 13:29:44.424 INFO STEP 940 (remove_files) COMPLETE
73322025-02-21T13:29:45.449Z[ recovery-image] Feb 21 13:29:44.425 INFO O| Feb 21 13:29:44.424 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-02-21T13:29:45.469Z[ recovery-image] Feb 21 13:29:44.448 INFO O| Feb 21 13:29:44.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73342025-02-21T13:29:45.469Z[ recovery-image] Feb 21 13:29:44.448 INFO O| Feb 21 13:29:44.448 INFO STEP 941 (remove_files) COMPLETE
73352025-02-21T13:29:45.469Z[ recovery-image] Feb 21 13:29:44.449 INFO O| Feb 21 13:29:44.448 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-02-21T13:29:45.492Z[ recovery-image] Feb 21 13:29:44.471 INFO O| Feb 21 13:29:44.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73372025-02-21T13:29:45.492Z[ recovery-image] Feb 21 13:29:44.471 INFO O| Feb 21 13:29:44.471 INFO STEP 942 (remove_files) COMPLETE
73382025-02-21T13:29:45.495Z[ recovery-image] Feb 21 13:29:44.471 INFO O| Feb 21 13:29:44.471 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-02-21T13:29:45.512Z[ recovery-image] Feb 21 13:29:44.492 INFO O| Feb 21 13:29:44.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73402025-02-21T13:29:45.512Z[ recovery-image] Feb 21 13:29:44.492 INFO O| Feb 21 13:29:44.492 INFO STEP 943 (remove_files) COMPLETE
73412025-02-21T13:29:45.512Z[ recovery-image] Feb 21 13:29:44.492 INFO O| Feb 21 13:29:44.492 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-02-21T13:29:45.544Z[ recovery-image] Feb 21 13:29:44.523 INFO O| Feb 21 13:29:44.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73432025-02-21T13:29:45.547Z[ recovery-image] Feb 21 13:29:44.523 INFO O| Feb 21 13:29:44.523 INFO STEP 944 (remove_files) COMPLETE
73442025-02-21T13:29:45.547Z[ recovery-image] Feb 21 13:29:44.524 INFO O| Feb 21 13:29:44.523 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-02-21T13:29:45.566Z[ recovery-image] Feb 21 13:29:44.544 INFO O| Feb 21 13:29:44.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73462025-02-21T13:29:45.570Z[ recovery-image] Feb 21 13:29:44.544 INFO O| Feb 21 13:29:44.544 INFO STEP 945 (remove_files) COMPLETE
73472025-02-21T13:29:45.570Z[ recovery-image] Feb 21 13:29:44.544 INFO O| Feb 21 13:29:44.544 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-02-21T13:29:45.589Z[ recovery-image] Feb 21 13:29:44.568 INFO O| Feb 21 13:29:44.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73492025-02-21T13:29:45.589Z[ recovery-image] Feb 21 13:29:44.568 INFO O| Feb 21 13:29:44.568 INFO STEP 946 (remove_files) COMPLETE
73502025-02-21T13:29:45.589Z[ recovery-image] Feb 21 13:29:44.568 INFO O| Feb 21 13:29:44.568 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-02-21T13:29:45.608Z[ recovery-image] Feb 21 13:29:44.587 INFO O| Feb 21 13:29:44.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73522025-02-21T13:29:45.608Z[ recovery-image] Feb 21 13:29:44.587 INFO O| Feb 21 13:29:44.587 INFO STEP 947 (remove_files) COMPLETE
73532025-02-21T13:29:45.608Z[ recovery-image] Feb 21 13:29:44.587 INFO O| Feb 21 13:29:44.587 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-02-21T13:29:45.628Z[ recovery-image] Feb 21 13:29:44.608 INFO O| Feb 21 13:29:44.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73552025-02-21T13:29:45.628Z[ recovery-image] Feb 21 13:29:44.608 INFO O| Feb 21 13:29:44.608 INFO STEP 948 (remove_files) COMPLETE
73562025-02-21T13:29:45.628Z[ recovery-image] Feb 21 13:29:44.608 INFO O| Feb 21 13:29:44.608 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-02-21T13:29:45.666Z[ recovery-image] Feb 21 13:29:44.646 INFO O| Feb 21 13:29:44.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73582025-02-21T13:29:45.670Z[ recovery-image] Feb 21 13:29:44.646 INFO O| Feb 21 13:29:44.646 INFO STEP 949 (remove_files) COMPLETE
73592025-02-21T13:29:45.670Z[ recovery-image] Feb 21 13:29:44.646 INFO O| Feb 21 13:29:44.646 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-02-21T13:29:45.697Z[ recovery-image] Feb 21 13:29:44.676 INFO O| Feb 21 13:29:44.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73612025-02-21T13:29:45.697Z[ recovery-image] Feb 21 13:29:44.677 INFO O| Feb 21 13:29:44.676 INFO STEP 950 (remove_files) COMPLETE
73622025-02-21T13:29:45.700Z[ recovery-image] Feb 21 13:29:44.677 INFO O| Feb 21 13:29:44.677 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-02-21T13:29:45.716Z[ recovery-image] Feb 21 13:29:44.695 INFO O| Feb 21 13:29:44.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73642025-02-21T13:29:45.719Z[ recovery-image] Feb 21 13:29:44.695 INFO O| Feb 21 13:29:44.695 INFO STEP 951 (remove_files) COMPLETE
73652025-02-21T13:29:45.719Z[ recovery-image] Feb 21 13:29:44.695 INFO O| Feb 21 13:29:44.695 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-02-21T13:29:45.734Z[ recovery-image] Feb 21 13:29:44.712 INFO O| Feb 21 13:29:44.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73672025-02-21T13:29:45.739Z[ recovery-image] Feb 21 13:29:44.712 INFO O| Feb 21 13:29:44.712 INFO STEP 952 (remove_files) COMPLETE
73682025-02-21T13:29:45.739Z[ recovery-image] Feb 21 13:29:44.712 INFO O| Feb 21 13:29:44.712 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-02-21T13:29:45.759Z[ recovery-image] Feb 21 13:29:44.738 INFO O| Feb 21 13:29:44.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73702025-02-21T13:29:45.761Z[ recovery-image] Feb 21 13:29:44.738 INFO O| Feb 21 13:29:44.738 INFO STEP 953 (remove_files) COMPLETE
73712025-02-21T13:29:45.761Z[ recovery-image] Feb 21 13:29:44.738 INFO O| Feb 21 13:29:44.738 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722025-02-21T13:29:45.793Z[ recovery-image] Feb 21 13:29:44.772 INFO O| Feb 21 13:29:44.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73732025-02-21T13:29:45.795Z[ recovery-image] Feb 21 13:29:44.772 INFO O| Feb 21 13:29:44.772 INFO STEP 954 (remove_files) COMPLETE
73742025-02-21T13:29:45.795Z[ recovery-image] Feb 21 13:29:44.773 INFO O| Feb 21 13:29:44.773 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752025-02-21T13:29:45.816Z[ recovery-image] Feb 21 13:29:44.795 INFO O| Feb 21 13:29:44.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73762025-02-21T13:29:45.819Z[ recovery-image] Feb 21 13:29:44.795 INFO O| Feb 21 13:29:44.795 INFO STEP 955 (remove_files) COMPLETE
73772025-02-21T13:29:45.819Z[ recovery-image] Feb 21 13:29:44.795 INFO O| Feb 21 13:29:44.795 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782025-02-21T13:29:45.835Z[ recovery-image] Feb 21 13:29:44.815 INFO O| Feb 21 13:29:44.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73792025-02-21T13:29:45.835Z[ recovery-image] Feb 21 13:29:44.815 INFO O| Feb 21 13:29:44.815 INFO STEP 956 (remove_files) COMPLETE
73802025-02-21T13:29:45.838Z[ recovery-image] Feb 21 13:29:44.815 INFO O| Feb 21 13:29:44.815 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812025-02-21T13:29:45.853Z[ recovery-image] Feb 21 13:29:44.832 INFO O| Feb 21 13:29:44.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73822025-02-21T13:29:45.853Z[ recovery-image] Feb 21 13:29:44.832 INFO O| Feb 21 13:29:44.832 INFO STEP 957 (remove_files) COMPLETE
73832025-02-21T13:29:45.853Z[ recovery-image] Feb 21 13:29:44.832 INFO O| Feb 21 13:29:44.832 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842025-02-21T13:29:45.871Z[ recovery-image] Feb 21 13:29:44.850 INFO O| Feb 21 13:29:44.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73852025-02-21T13:29:45.871Z[ recovery-image] Feb 21 13:29:44.850 INFO O| Feb 21 13:29:44.850 INFO STEP 958 (remove_files) COMPLETE
73862025-02-21T13:29:45.873Z[ recovery-image] Feb 21 13:29:44.850 INFO O| Feb 21 13:29:44.850 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872025-02-21T13:29:45.891Z[ recovery-image] Feb 21 13:29:44.869 INFO O| Feb 21 13:29:44.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73882025-02-21T13:29:45.891Z[ recovery-image] Feb 21 13:29:44.869 INFO O| Feb 21 13:29:44.869 INFO STEP 959 (remove_files) COMPLETE
73892025-02-21T13:29:45.891Z[ recovery-image] Feb 21 13:29:44.869 INFO O| Feb 21 13:29:44.869 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902025-02-21T13:29:45.920Z[ recovery-image] Feb 21 13:29:44.899 INFO O| Feb 21 13:29:44.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73912025-02-21T13:29:45.920Z[ recovery-image] Feb 21 13:29:44.899 INFO O| Feb 21 13:29:44.899 INFO STEP 960 (remove_files) COMPLETE
73922025-02-21T13:29:45.923Z[ recovery-image] Feb 21 13:29:44.899 INFO O| Feb 21 13:29:44.899 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932025-02-21T13:29:45.945Z[ recovery-image] Feb 21 13:29:44.923 INFO O| Feb 21 13:29:44.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73942025-02-21T13:29:45.945Z[ recovery-image] Feb 21 13:29:44.923 INFO O| Feb 21 13:29:44.923 INFO STEP 961 (remove_files) COMPLETE
73952025-02-21T13:29:45.945Z[ recovery-image] Feb 21 13:29:44.923 INFO O| Feb 21 13:29:44.923 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962025-02-21T13:29:45.991Z[ recovery-image] Feb 21 13:29:44.969 INFO O| Feb 21 13:29:44.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73972025-02-21T13:29:45.994Z[ recovery-image] Feb 21 13:29:44.969 INFO O| Feb 21 13:29:44.969 INFO STEP 962 (remove_files) COMPLETE
73982025-02-21T13:29:45.994Z[ recovery-image] Feb 21 13:29:44.969 INFO O| Feb 21 13:29:44.969 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992025-02-21T13:29:46.048Z[ recovery-image] Feb 21 13:29:45.026 INFO O| Feb 21 13:29:45.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
74002025-02-21T13:29:46.048Z[ recovery-image] Feb 21 13:29:45.026 INFO O| Feb 21 13:29:45.026 INFO STEP 963 (remove_files) COMPLETE
74012025-02-21T13:29:46.051Z[ recovery-image] Feb 21 13:29:45.026 INFO O| Feb 21 13:29:45.026 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022025-02-21T13:29:46.108Z[ recovery-image] Feb 21 13:29:45.086 INFO O| Feb 21 13:29:45.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
74032025-02-21T13:29:46.108Z[ recovery-image] Feb 21 13:29:45.086 INFO O| Feb 21 13:29:45.086 INFO STEP 964 (remove_files) COMPLETE
74042025-02-21T13:29:46.108Z[ recovery-image] Feb 21 13:29:45.086 INFO O| Feb 21 13:29:45.086 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052025-02-21T13:29:46.143Z[ recovery-image] Feb 21 13:29:45.121 INFO O| Feb 21 13:29:45.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
74062025-02-21T13:29:46.143Z[ recovery-image] Feb 21 13:29:45.121 INFO O| Feb 21 13:29:45.121 INFO STEP 965 (remove_files) COMPLETE
74072025-02-21T13:29:46.143Z[ recovery-image] Feb 21 13:29:45.121 INFO O| Feb 21 13:29:45.121 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082025-02-21T13:29:46.159Z[ recovery-image] Feb 21 13:29:45.139 INFO O| Feb 21 13:29:45.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74092025-02-21T13:29:46.159Z[ recovery-image] Feb 21 13:29:45.139 INFO O| Feb 21 13:29:45.139 INFO STEP 966 (remove_files) COMPLETE
74102025-02-21T13:29:46.159Z[ recovery-image] Feb 21 13:29:45.139 INFO O| Feb 21 13:29:45.139 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112025-02-21T13:29:46.175Z[ recovery-image] Feb 21 13:29:45.155 INFO O| Feb 21 13:29:45.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74122025-02-21T13:29:46.178Z[ recovery-image] Feb 21 13:29:45.155 INFO O| Feb 21 13:29:45.155 INFO STEP 967 (remove_files) COMPLETE
74132025-02-21T13:29:46.178Z[ recovery-image] Feb 21 13:29:45.155 INFO O| Feb 21 13:29:45.155 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142025-02-21T13:29:46.203Z[ recovery-image] Feb 21 13:29:45.182 INFO O| Feb 21 13:29:45.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74152025-02-21T13:29:46.206Z[ recovery-image] Feb 21 13:29:45.182 INFO O| Feb 21 13:29:45.182 INFO STEP 968 (remove_files) COMPLETE
74162025-02-21T13:29:46.206Z[ recovery-image] Feb 21 13:29:45.182 INFO O| Feb 21 13:29:45.182 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172025-02-21T13:29:46.237Z[ recovery-image] Feb 21 13:29:45.216 INFO O| Feb 21 13:29:45.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74182025-02-21T13:29:46.237Z[ recovery-image] Feb 21 13:29:45.217 INFO O| Feb 21 13:29:45.217 INFO STEP 969 (remove_files) COMPLETE
74192025-02-21T13:29:46.237Z[ recovery-image] Feb 21 13:29:45.217 INFO O| Feb 21 13:29:45.217 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202025-02-21T13:29:46.254Z[ recovery-image] Feb 21 13:29:45.233 INFO O| Feb 21 13:29:45.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74212025-02-21T13:29:46.254Z[ recovery-image] Feb 21 13:29:45.234 INFO O| Feb 21 13:29:45.233 INFO STEP 970 (remove_files) COMPLETE
74222025-02-21T13:29:46.257Z[ recovery-image] Feb 21 13:29:45.234 INFO O| Feb 21 13:29:45.234 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232025-02-21T13:29:46.272Z[ recovery-image] Feb 21 13:29:45.252 INFO O| Feb 21 13:29:45.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74242025-02-21T13:29:46.272Z[ recovery-image] Feb 21 13:29:45.252 INFO O| Feb 21 13:29:45.252 INFO STEP 971 (remove_files) COMPLETE
74252025-02-21T13:29:46.276Z[ recovery-image] Feb 21 13:29:45.252 INFO O| Feb 21 13:29:45.252 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262025-02-21T13:29:46.291Z[ recovery-image] Feb 21 13:29:45.270 INFO O| Feb 21 13:29:45.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74272025-02-21T13:29:46.291Z[ recovery-image] Feb 21 13:29:45.270 INFO O| Feb 21 13:29:45.270 INFO STEP 972 (remove_files) COMPLETE
74282025-02-21T13:29:46.295Z[ recovery-image] Feb 21 13:29:45.270 INFO O| Feb 21 13:29:45.270 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292025-02-21T13:29:46.309Z[ recovery-image] Feb 21 13:29:45.289 INFO O| Feb 21 13:29:45.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74302025-02-21T13:29:46.309Z[ recovery-image] Feb 21 13:29:45.289 INFO O| Feb 21 13:29:45.289 INFO STEP 973 (remove_files) COMPLETE
74312025-02-21T13:29:46.310Z[ recovery-image] Feb 21 13:29:45.289 INFO O| Feb 21 13:29:45.289 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322025-02-21T13:29:46.328Z[ recovery-image] Feb 21 13:29:45.308 INFO O| Feb 21 13:29:45.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74332025-02-21T13:29:46.331Z[ recovery-image] Feb 21 13:29:45.308 INFO O| Feb 21 13:29:45.308 INFO STEP 974 (remove_files) COMPLETE
74342025-02-21T13:29:46.331Z[ recovery-image] Feb 21 13:29:45.308 INFO O| Feb 21 13:29:45.308 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352025-02-21T13:29:46.439Z[ recovery-image] Feb 21 13:29:45.416 INFO O| Feb 21 13:29:45.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74362025-02-21T13:29:46.441Z[ recovery-image] Feb 21 13:29:45.416 INFO O| Feb 21 13:29:45.416 INFO STEP 975 (remove_files) COMPLETE
74372025-02-21T13:29:46.441Z[ recovery-image] Feb 21 13:29:45.416 INFO O| Feb 21 13:29:45.416 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382025-02-21T13:29:46.458Z[ recovery-image] Feb 21 13:29:45.437 INFO O| Feb 21 13:29:45.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74392025-02-21T13:29:46.460Z[ recovery-image] Feb 21 13:29:45.437 INFO O| Feb 21 13:29:45.437 INFO STEP 976 (remove_files) COMPLETE
74402025-02-21T13:29:46.460Z[ recovery-image] Feb 21 13:29:45.438 INFO O| Feb 21 13:29:45.437 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412025-02-21T13:29:46.477Z[ recovery-image] Feb 21 13:29:45.457 INFO O| Feb 21 13:29:45.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74422025-02-21T13:29:46.478Z[ recovery-image] Feb 21 13:29:45.457 INFO O| Feb 21 13:29:45.457 INFO STEP 977 (remove_files) COMPLETE
74432025-02-21T13:29:46.478Z[ recovery-image] Feb 21 13:29:45.457 INFO O| Feb 21 13:29:45.457 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442025-02-21T13:29:46.501Z[ recovery-image] Feb 21 13:29:45.480 INFO O| Feb 21 13:29:45.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74452025-02-21T13:29:46.501Z[ recovery-image] Feb 21 13:29:45.480 INFO O| Feb 21 13:29:45.480 INFO STEP 978 (remove_files) COMPLETE
74462025-02-21T13:29:46.501Z[ recovery-image] Feb 21 13:29:45.480 INFO O| Feb 21 13:29:45.480 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472025-02-21T13:29:46.529Z[ recovery-image] Feb 21 13:29:45.508 INFO O| Feb 21 13:29:45.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74482025-02-21T13:29:46.533Z[ recovery-image] Feb 21 13:29:45.508 INFO O| Feb 21 13:29:45.508 INFO STEP 979 (remove_files) COMPLETE
74492025-02-21T13:29:46.533Z[ recovery-image] Feb 21 13:29:45.508 INFO O| Feb 21 13:29:45.508 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502025-02-21T13:29:46.598Z[ recovery-image] Feb 21 13:29:45.577 INFO O| Feb 21 13:29:45.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74512025-02-21T13:29:46.600Z[ recovery-image] Feb 21 13:29:45.577 INFO O| Feb 21 13:29:45.577 INFO STEP 980 (remove_files) COMPLETE
74522025-02-21T13:29:46.600Z[ recovery-image] Feb 21 13:29:45.577 INFO O| Feb 21 13:29:45.577 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532025-02-21T13:29:46.635Z[ recovery-image] Feb 21 13:29:45.614 INFO O| Feb 21 13:29:45.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74542025-02-21T13:29:46.639Z[ recovery-image] Feb 21 13:29:45.614 INFO O| Feb 21 13:29:45.614 INFO STEP 981 (remove_files) COMPLETE
74552025-02-21T13:29:46.639Z[ recovery-image] Feb 21 13:29:45.615 INFO O| Feb 21 13:29:45.614 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562025-02-21T13:29:46.658Z[ recovery-image] Feb 21 13:29:45.636 INFO O| Feb 21 13:29:45.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74572025-02-21T13:29:46.660Z[ recovery-image] Feb 21 13:29:45.636 INFO O| Feb 21 13:29:45.636 INFO STEP 982 (remove_files) COMPLETE
74582025-02-21T13:29:46.660Z[ recovery-image] Feb 21 13:29:45.637 INFO O| Feb 21 13:29:45.636 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592025-02-21T13:29:46.678Z[ recovery-image] Feb 21 13:29:45.658 INFO O| Feb 21 13:29:45.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74602025-02-21T13:29:46.678Z[ recovery-image] Feb 21 13:29:45.658 INFO O| Feb 21 13:29:45.658 INFO STEP 983 (remove_files) COMPLETE
74612025-02-21T13:29:46.681Z[ recovery-image] Feb 21 13:29:45.658 INFO O| Feb 21 13:29:45.658 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622025-02-21T13:29:46.699Z[ recovery-image] Feb 21 13:29:45.678 INFO O| Feb 21 13:29:45.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74632025-02-21T13:29:46.701Z[ recovery-image] Feb 21 13:29:45.678 INFO O| Feb 21 13:29:45.678 INFO STEP 984 (remove_files) COMPLETE
74642025-02-21T13:29:46.701Z[ recovery-image] Feb 21 13:29:45.678 INFO O| Feb 21 13:29:45.678 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652025-02-21T13:29:46.722Z[ recovery-image] Feb 21 13:29:45.701 INFO O| Feb 21 13:29:45.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74662025-02-21T13:29:46.722Z[ recovery-image] Feb 21 13:29:45.701 INFO O| Feb 21 13:29:45.701 INFO STEP 985 (remove_files) COMPLETE
74672025-02-21T13:29:46.722Z[ recovery-image] Feb 21 13:29:45.701 INFO O| Feb 21 13:29:45.701 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682025-02-21T13:29:46.784Z[ recovery-image] Feb 21 13:29:45.763 INFO O| Feb 21 13:29:45.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74692025-02-21T13:29:46.784Z[ recovery-image] Feb 21 13:29:45.763 INFO O| Feb 21 13:29:45.763 INFO STEP 986 (remove_files) COMPLETE
74702025-02-21T13:29:46.789Z[ recovery-image] Feb 21 13:29:45.763 INFO O| Feb 21 13:29:45.763 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712025-02-21T13:29:46.823Z[ recovery-image] Feb 21 13:29:45.802 INFO O| Feb 21 13:29:45.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74722025-02-21T13:29:46.823Z[ recovery-image] Feb 21 13:29:45.802 INFO O| Feb 21 13:29:45.802 INFO STEP 987 (remove_files) COMPLETE
74732025-02-21T13:29:46.823Z[ recovery-image] Feb 21 13:29:45.802 INFO O| Feb 21 13:29:45.802 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742025-02-21T13:29:46.845Z[ recovery-image] Feb 21 13:29:45.825 INFO O| Feb 21 13:29:45.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74752025-02-21T13:29:46.845Z[ recovery-image] Feb 21 13:29:45.825 INFO O| Feb 21 13:29:45.825 INFO STEP 988 (remove_files) COMPLETE
74762025-02-21T13:29:46.845Z[ recovery-image] Feb 21 13:29:45.825 INFO O| Feb 21 13:29:45.825 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772025-02-21T13:29:46.866Z[ recovery-image] Feb 21 13:29:45.845 INFO O| Feb 21 13:29:45.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74782025-02-21T13:29:46.866Z[ recovery-image] Feb 21 13:29:45.845 INFO O| Feb 21 13:29:45.845 INFO STEP 989 (remove_files) COMPLETE
74792025-02-21T13:29:46.866Z[ recovery-image] Feb 21 13:29:45.845 INFO O| Feb 21 13:29:45.845 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802025-02-21T13:29:46.905Z[ recovery-image] Feb 21 13:29:45.884 INFO O| Feb 21 13:29:45.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74812025-02-21T13:29:46.905Z[ recovery-image] Feb 21 13:29:45.884 INFO O| Feb 21 13:29:45.884 INFO STEP 990 (remove_files) COMPLETE
74822025-02-21T13:29:46.905Z[ recovery-image] Feb 21 13:29:45.884 INFO O| Feb 21 13:29:45.884 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832025-02-21T13:29:46.929Z[ recovery-image] Feb 21 13:29:45.908 INFO O| Feb 21 13:29:45.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74842025-02-21T13:29:46.931Z[ recovery-image] Feb 21 13:29:45.908 INFO O| Feb 21 13:29:45.908 INFO STEP 991 (remove_files) COMPLETE
74852025-02-21T13:29:46.932Z[ recovery-image] Feb 21 13:29:45.908 INFO O| Feb 21 13:29:45.908 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862025-02-21T13:29:46.948Z[ recovery-image] Feb 21 13:29:45.927 INFO O| Feb 21 13:29:45.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74872025-02-21T13:29:46.957Z[ recovery-image] Feb 21 13:29:45.937 INFO O| Feb 21 13:29:45.937 INFO STEP 992 (remove_files) COMPLETE
74882025-02-21T13:29:46.957Z[ recovery-image] Feb 21 13:29:45.937 INFO O| Feb 21 13:29:45.937 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892025-02-21T13:29:47.003Z[ recovery-image] Feb 21 13:29:45.981 INFO O| Feb 21 13:29:45.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74902025-02-21T13:29:47.003Z[ recovery-image] Feb 21 13:29:45.982 INFO O| Feb 21 13:29:45.981 INFO STEP 993 (remove_files) COMPLETE
74912025-02-21T13:29:47.006Z[ recovery-image] Feb 21 13:29:45.982 INFO O| Feb 21 13:29:45.982 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922025-02-21T13:29:47.026Z[ recovery-image] Feb 21 13:29:46.005 INFO O| Feb 21 13:29:46.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74932025-02-21T13:29:47.026Z[ recovery-image] Feb 21 13:29:46.005 INFO O| Feb 21 13:29:46.005 INFO STEP 994 (remove_files) COMPLETE
74942025-02-21T13:29:47.027Z[ recovery-image] Feb 21 13:29:46.005 INFO O| Feb 21 13:29:46.005 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952025-02-21T13:29:47.048Z[ recovery-image] Feb 21 13:29:46.028 INFO O| Feb 21 13:29:46.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74962025-02-21T13:29:47.048Z[ recovery-image] Feb 21 13:29:46.028 INFO O| Feb 21 13:29:46.028 INFO STEP 995 (remove_files) COMPLETE
74972025-02-21T13:29:47.048Z[ recovery-image] Feb 21 13:29:46.028 INFO O| Feb 21 13:29:46.028 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982025-02-21T13:29:47.084Z[ recovery-image] Feb 21 13:29:46.063 INFO O| Feb 21 13:29:46.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74992025-02-21T13:29:47.086Z[ recovery-image] Feb 21 13:29:46.063 INFO O| Feb 21 13:29:46.063 INFO STEP 996 (remove_files) COMPLETE
75002025-02-21T13:29:47.087Z[ recovery-image] Feb 21 13:29:46.063 INFO O| Feb 21 13:29:46.063 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012025-02-21T13:29:47.119Z[ recovery-image] Feb 21 13:29:46.098 INFO O| Feb 21 13:29:46.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
75022025-02-21T13:29:47.119Z[ recovery-image] Feb 21 13:29:46.098 INFO O| Feb 21 13:29:46.098 INFO STEP 997 (remove_files) COMPLETE
75032025-02-21T13:29:47.119Z[ recovery-image] Feb 21 13:29:46.098 INFO O| Feb 21 13:29:46.098 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-02-21T13:29:47.140Z[ recovery-image] Feb 21 13:29:46.119 INFO O| Feb 21 13:29:46.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75052025-02-21T13:29:47.140Z[ recovery-image] Feb 21 13:29:46.119 INFO O| Feb 21 13:29:46.119 INFO STEP 998 (remove_files) COMPLETE
75062025-02-21T13:29:47.140Z[ recovery-image] Feb 21 13:29:46.119 INFO O| Feb 21 13:29:46.119 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-02-21T13:29:47.170Z[ recovery-image] Feb 21 13:29:46.150 INFO O| Feb 21 13:29:46.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75082025-02-21T13:29:47.170Z[ recovery-image] Feb 21 13:29:46.150 INFO O| Feb 21 13:29:46.150 INFO STEP 999 (remove_files) COMPLETE
75092025-02-21T13:29:47.173Z[ recovery-image] Feb 21 13:29:46.150 INFO O| Feb 21 13:29:46.150 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-02-21T13:29:47.205Z[ recovery-image] Feb 21 13:29:46.184 INFO O| Feb 21 13:29:46.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75112025-02-21T13:29:47.205Z[ recovery-image] Feb 21 13:29:46.184 INFO O| Feb 21 13:29:46.184 INFO STEP 1000 (remove_files) COMPLETE
75122025-02-21T13:29:47.205Z[ recovery-image] Feb 21 13:29:46.184 INFO O| Feb 21 13:29:46.184 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-02-21T13:29:47.250Z[ recovery-image] Feb 21 13:29:46.229 INFO O| Feb 21 13:29:46.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75142025-02-21T13:29:47.252Z[ recovery-image] Feb 21 13:29:46.229 INFO O| Feb 21 13:29:46.229 INFO STEP 1001 (remove_files) COMPLETE
75152025-02-21T13:29:47.253Z[ recovery-image] Feb 21 13:29:46.229 INFO O| Feb 21 13:29:46.229 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-02-21T13:29:47.290Z[ recovery-image] Feb 21 13:29:46.269 INFO O| Feb 21 13:29:46.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75172025-02-21T13:29:47.292Z[ recovery-image] Feb 21 13:29:46.269 INFO O| Feb 21 13:29:46.269 INFO STEP 1002 (remove_files) COMPLETE
75182025-02-21T13:29:47.292Z[ recovery-image] Feb 21 13:29:46.269 INFO O| Feb 21 13:29:46.269 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-02-21T13:29:47.309Z[ recovery-image] Feb 21 13:29:46.289 INFO O| Feb 21 13:29:46.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75202025-02-21T13:29:47.312Z[ recovery-image] Feb 21 13:29:46.289 INFO O| Feb 21 13:29:46.289 INFO STEP 1003 (remove_files) COMPLETE
75212025-02-21T13:29:47.312Z[ recovery-image] Feb 21 13:29:46.289 INFO O| Feb 21 13:29:46.289 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-02-21T13:29:47.329Z[ recovery-image] Feb 21 13:29:46.308 INFO O| Feb 21 13:29:46.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75232025-02-21T13:29:47.331Z[ recovery-image] Feb 21 13:29:46.308 INFO O| Feb 21 13:29:46.308 INFO STEP 1004 (remove_files) COMPLETE
75242025-02-21T13:29:47.331Z[ recovery-image] Feb 21 13:29:46.308 INFO O| Feb 21 13:29:46.308 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-02-21T13:29:47.368Z[ recovery-image] Feb 21 13:29:46.347 INFO O| Feb 21 13:29:46.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75262025-02-21T13:29:47.368Z[ recovery-image] Feb 21 13:29:46.347 INFO O| Feb 21 13:29:46.347 INFO STEP 1005 (remove_files) COMPLETE
75272025-02-21T13:29:47.371Z[ recovery-image] Feb 21 13:29:46.347 INFO O| Feb 21 13:29:46.347 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-02-21T13:29:47.393Z[ recovery-image] Feb 21 13:29:46.372 INFO O| Feb 21 13:29:46.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75292025-02-21T13:29:47.393Z[ recovery-image] Feb 21 13:29:46.372 INFO O| Feb 21 13:29:46.372 INFO STEP 1006 (remove_files) COMPLETE
75302025-02-21T13:29:47.393Z[ recovery-image] Feb 21 13:29:46.372 INFO O| Feb 21 13:29:46.372 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-02-21T13:29:47.414Z[ recovery-image] Feb 21 13:29:46.394 INFO O| Feb 21 13:29:46.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75322025-02-21T13:29:47.415Z[ recovery-image] Feb 21 13:29:46.394 INFO O| Feb 21 13:29:46.394 INFO STEP 1007 (remove_files) COMPLETE
75332025-02-21T13:29:47.415Z[ recovery-image] Feb 21 13:29:46.394 INFO O| Feb 21 13:29:46.394 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-02-21T13:29:47.434Z[ recovery-image] Feb 21 13:29:46.414 INFO O| Feb 21 13:29:46.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75352025-02-21T13:29:47.435Z[ recovery-image] Feb 21 13:29:46.414 INFO O| Feb 21 13:29:46.414 INFO STEP 1008 (remove_files) COMPLETE
75362025-02-21T13:29:47.435Z[ recovery-image] Feb 21 13:29:46.414 INFO O| Feb 21 13:29:46.414 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-02-21T13:29:47.472Z[ recovery-image] Feb 21 13:29:46.451 INFO O| Feb 21 13:29:46.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75382025-02-21T13:29:47.472Z[ recovery-image] Feb 21 13:29:46.452 INFO O| Feb 21 13:29:46.451 INFO STEP 1009 (remove_files) COMPLETE
75392025-02-21T13:29:47.472Z[ recovery-image] Feb 21 13:29:46.452 INFO O| Feb 21 13:29:46.451 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-02-21T13:29:47.505Z[ recovery-image] Feb 21 13:29:46.484 INFO O| Feb 21 13:29:46.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75412025-02-21T13:29:47.505Z[ recovery-image] Feb 21 13:29:46.484 INFO O| Feb 21 13:29:46.484 INFO STEP 1010 (remove_files) COMPLETE
75422025-02-21T13:29:47.505Z[ recovery-image] Feb 21 13:29:46.484 INFO O| Feb 21 13:29:46.484 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-02-21T13:29:47.565Z[ recovery-image] Feb 21 13:29:46.544 INFO O| Feb 21 13:29:46.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75442025-02-21T13:29:47.565Z[ recovery-image] Feb 21 13:29:46.544 INFO O| Feb 21 13:29:46.544 INFO STEP 1011 (remove_files) COMPLETE
75452025-02-21T13:29:47.565Z[ recovery-image] Feb 21 13:29:46.544 INFO O| Feb 21 13:29:46.544 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-02-21T13:29:47.623Z[ recovery-image] Feb 21 13:29:46.603 INFO O| Feb 21 13:29:46.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75472025-02-21T13:29:47.623Z[ recovery-image] Feb 21 13:29:46.603 INFO O| Feb 21 13:29:46.603 INFO STEP 1012 (remove_files) COMPLETE
75482025-02-21T13:29:47.623Z[ recovery-image] Feb 21 13:29:46.603 INFO O| Feb 21 13:29:46.603 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492025-02-21T13:29:47.641Z[ recovery-image] Feb 21 13:29:46.620 INFO O| Feb 21 13:29:46.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75502025-02-21T13:29:47.641Z[ recovery-image] Feb 21 13:29:46.620 INFO O| Feb 21 13:29:46.620 INFO STEP 1013 (remove_files) COMPLETE
75512025-02-21T13:29:47.643Z[ recovery-image] Feb 21 13:29:46.620 INFO O| Feb 21 13:29:46.620 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522025-02-21T13:29:47.701Z[ recovery-image] Feb 21 13:29:46.679 INFO O| Feb 21 13:29:46.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75532025-02-21T13:29:47.702Z[ recovery-image] Feb 21 13:29:46.680 INFO O| Feb 21 13:29:46.680 INFO STEP 1014 (remove_files) COMPLETE
75542025-02-21T13:29:47.702Z[ recovery-image] Feb 21 13:29:46.680 INFO O| Feb 21 13:29:46.680 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552025-02-21T13:29:47.723Z[ recovery-image] Feb 21 13:29:46.701 INFO O| Feb 21 13:29:46.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75562025-02-21T13:29:47.723Z[ recovery-image] Feb 21 13:29:46.701 INFO O| Feb 21 13:29:46.701 INFO STEP 1015 (remove_files) COMPLETE
75572025-02-21T13:29:47.725Z[ recovery-image] Feb 21 13:29:46.701 INFO O| Feb 21 13:29:46.701 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582025-02-21T13:29:47.744Z[ recovery-image] Feb 21 13:29:46.723 INFO O| Feb 21 13:29:46.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75592025-02-21T13:29:47.744Z[ recovery-image] Feb 21 13:29:46.723 INFO O| Feb 21 13:29:46.723 INFO STEP 1016 (remove_files) COMPLETE
75602025-02-21T13:29:47.744Z[ recovery-image] Feb 21 13:29:46.723 INFO O| Feb 21 13:29:46.723 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612025-02-21T13:29:47.764Z[ recovery-image] Feb 21 13:29:46.743 INFO O| Feb 21 13:29:46.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75622025-02-21T13:29:47.764Z[ recovery-image] Feb 21 13:29:46.743 INFO O| Feb 21 13:29:46.743 INFO STEP 1017 (remove_files) COMPLETE
75632025-02-21T13:29:47.767Z[ recovery-image] Feb 21 13:29:46.743 INFO O| Feb 21 13:29:46.743 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642025-02-21T13:29:47.784Z[ recovery-image] Feb 21 13:29:46.764 INFO O| Feb 21 13:29:46.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75652025-02-21T13:29:47.785Z[ recovery-image] Feb 21 13:29:46.764 INFO O| Feb 21 13:29:46.764 INFO STEP 1018 (remove_files) COMPLETE
75662025-02-21T13:29:47.785Z[ recovery-image] Feb 21 13:29:46.764 INFO O| Feb 21 13:29:46.764 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672025-02-21T13:29:47.805Z[ recovery-image] Feb 21 13:29:46.785 INFO O| Feb 21 13:29:46.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75682025-02-21T13:29:47.805Z[ recovery-image] Feb 21 13:29:46.785 INFO O| Feb 21 13:29:46.785 INFO STEP 1019 (remove_files) COMPLETE
75692025-02-21T13:29:47.805Z[ recovery-image] Feb 21 13:29:46.785 INFO O| Feb 21 13:29:46.785 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702025-02-21T13:29:47.827Z[ recovery-image] Feb 21 13:29:46.805 INFO O| Feb 21 13:29:46.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75712025-02-21T13:29:47.827Z[ recovery-image] Feb 21 13:29:46.805 INFO O| Feb 21 13:29:46.805 INFO STEP 1020 (remove_files) COMPLETE
75722025-02-21T13:29:47.827Z[ recovery-image] Feb 21 13:29:46.805 INFO O| Feb 21 13:29:46.805 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732025-02-21T13:29:47.847Z[ recovery-image] Feb 21 13:29:46.826 INFO O| Feb 21 13:29:46.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75742025-02-21T13:29:47.847Z[ recovery-image] Feb 21 13:29:46.826 INFO O| Feb 21 13:29:46.826 INFO STEP 1021 (remove_files) COMPLETE
75752025-02-21T13:29:47.849Z[ recovery-image] Feb 21 13:29:46.826 INFO O| Feb 21 13:29:46.826 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762025-02-21T13:29:47.889Z[ recovery-image] Feb 21 13:29:46.868 INFO O| Feb 21 13:29:46.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75772025-02-21T13:29:47.910Z[ recovery-image] Feb 21 13:29:46.889 INFO O| Feb 21 13:29:46.889 INFO STEP 1022 (remove_files) COMPLETE
75782025-02-21T13:29:47.910Z[ recovery-image] Feb 21 13:29:46.889 INFO O| Feb 21 13:29:46.889 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792025-02-21T13:29:47.930Z[ recovery-image] Feb 21 13:29:46.909 INFO O| Feb 21 13:29:46.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75802025-02-21T13:29:47.933Z[ recovery-image] Feb 21 13:29:46.910 INFO O| Feb 21 13:29:46.910 INFO STEP 1023 (remove_files) COMPLETE
75812025-02-21T13:29:47.933Z[ recovery-image] Feb 21 13:29:46.910 INFO O| Feb 21 13:29:46.910 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822025-02-21T13:29:47.950Z[ recovery-image] Feb 21 13:29:46.928 INFO O| Feb 21 13:29:46.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75832025-02-21T13:29:47.952Z[ recovery-image] Feb 21 13:29:46.928 INFO O| Feb 21 13:29:46.928 INFO STEP 1024 (remove_files) COMPLETE
75842025-02-21T13:29:47.952Z[ recovery-image] Feb 21 13:29:46.928 INFO O| Feb 21 13:29:46.928 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852025-02-21T13:29:47.979Z[ recovery-image] Feb 21 13:29:46.958 INFO O| Feb 21 13:29:46.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75862025-02-21T13:29:47.979Z[ recovery-image] Feb 21 13:29:46.958 INFO O| Feb 21 13:29:46.958 INFO STEP 1025 (remove_files) COMPLETE
75872025-02-21T13:29:47.981Z[ recovery-image] Feb 21 13:29:46.958 INFO O| Feb 21 13:29:46.958 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882025-02-21T13:29:48.001Z[ recovery-image] Feb 21 13:29:46.980 INFO O| Feb 21 13:29:46.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75892025-02-21T13:29:48.001Z[ recovery-image] Feb 21 13:29:46.980 INFO O| Feb 21 13:29:46.980 INFO STEP 1026 (remove_files) COMPLETE
75902025-02-21T13:29:48.004Z[ recovery-image] Feb 21 13:29:46.980 INFO O| Feb 21 13:29:46.980 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912025-02-21T13:29:48.037Z[ recovery-image] Feb 21 13:29:47.016 INFO O| Feb 21 13:29:47.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75922025-02-21T13:29:48.039Z[ recovery-image] Feb 21 13:29:47.016 INFO O| Feb 21 13:29:47.016 INFO STEP 1027 (remove_files) COMPLETE
75932025-02-21T13:29:48.039Z[ recovery-image] Feb 21 13:29:47.016 INFO O| Feb 21 13:29:47.016 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942025-02-21T13:29:48.071Z[ recovery-image] Feb 21 13:29:47.050 INFO O| Feb 21 13:29:47.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75952025-02-21T13:29:48.071Z[ recovery-image] Feb 21 13:29:47.050 INFO O| Feb 21 13:29:47.050 INFO STEP 1028 (remove_files) COMPLETE
75962025-02-21T13:29:48.071Z[ recovery-image] Feb 21 13:29:47.050 INFO O| Feb 21 13:29:47.050 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972025-02-21T13:29:48.127Z[ recovery-image] Feb 21 13:29:47.106 INFO O| Feb 21 13:29:47.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75982025-02-21T13:29:48.127Z[ recovery-image] Feb 21 13:29:47.106 INFO O| Feb 21 13:29:47.106 INFO STEP 1029 (remove_files) COMPLETE
75992025-02-21T13:29:48.127Z[ recovery-image] Feb 21 13:29:47.106 INFO O| Feb 21 13:29:47.106 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002025-02-21T13:29:48.167Z[ recovery-image] Feb 21 13:29:47.146 INFO O| Feb 21 13:29:47.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
76012025-02-21T13:29:48.167Z[ recovery-image] Feb 21 13:29:47.146 INFO O| Feb 21 13:29:47.146 INFO STEP 1030 (remove_files) COMPLETE
76022025-02-21T13:29:48.167Z[ recovery-image] Feb 21 13:29:47.146 INFO O| Feb 21 13:29:47.146 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032025-02-21T13:29:48.186Z[ recovery-image] Feb 21 13:29:47.165 INFO O| Feb 21 13:29:47.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76042025-02-21T13:29:48.186Z[ recovery-image] Feb 21 13:29:47.165 INFO O| Feb 21 13:29:47.165 INFO STEP 1031 (remove_files) COMPLETE
76052025-02-21T13:29:48.186Z[ recovery-image] Feb 21 13:29:47.165 INFO O| Feb 21 13:29:47.165 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062025-02-21T13:29:48.211Z[ recovery-image] Feb 21 13:29:47.189 INFO O| Feb 21 13:29:47.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76072025-02-21T13:29:48.211Z[ recovery-image] Feb 21 13:29:47.189 INFO O| Feb 21 13:29:47.189 INFO STEP 1032 (remove_files) COMPLETE
76082025-02-21T13:29:48.211Z[ recovery-image] Feb 21 13:29:47.189 INFO O| Feb 21 13:29:47.189 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092025-02-21T13:29:48.231Z[ recovery-image] Feb 21 13:29:47.210 INFO O| Feb 21 13:29:47.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76102025-02-21T13:29:48.231Z[ recovery-image] Feb 21 13:29:47.210 INFO O| Feb 21 13:29:47.210 INFO STEP 1033 (remove_files) COMPLETE
76112025-02-21T13:29:48.231Z[ recovery-image] Feb 21 13:29:47.210 INFO O| Feb 21 13:29:47.210 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122025-02-21T13:29:48.251Z[ recovery-image] Feb 21 13:29:47.230 INFO O| Feb 21 13:29:47.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76132025-02-21T13:29:48.251Z[ recovery-image] Feb 21 13:29:47.230 INFO O| Feb 21 13:29:47.230 INFO STEP 1034 (remove_files) COMPLETE
76142025-02-21T13:29:48.253Z[ recovery-image] Feb 21 13:29:47.230 INFO O| Feb 21 13:29:47.230 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152025-02-21T13:29:48.273Z[ recovery-image] Feb 21 13:29:47.252 INFO O| Feb 21 13:29:47.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76162025-02-21T13:29:48.273Z[ recovery-image] Feb 21 13:29:47.252 INFO O| Feb 21 13:29:47.252 INFO STEP 1035 (remove_files) COMPLETE
76172025-02-21T13:29:48.273Z[ recovery-image] Feb 21 13:29:47.252 INFO O| Feb 21 13:29:47.252 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182025-02-21T13:29:48.294Z[ recovery-image] Feb 21 13:29:47.272 INFO O| Feb 21 13:29:47.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76192025-02-21T13:29:48.294Z[ recovery-image] Feb 21 13:29:47.272 INFO O| Feb 21 13:29:47.272 INFO STEP 1036 (remove_files) COMPLETE
76202025-02-21T13:29:48.294Z[ recovery-image] Feb 21 13:29:47.273 INFO O| Feb 21 13:29:47.272 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212025-02-21T13:29:48.313Z[ recovery-image] Feb 21 13:29:47.291 INFO O| Feb 21 13:29:47.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76222025-02-21T13:29:48.313Z[ recovery-image] Feb 21 13:29:47.292 INFO O| Feb 21 13:29:47.292 INFO STEP 1037 (remove_files) COMPLETE
76232025-02-21T13:29:48.313Z[ recovery-image] Feb 21 13:29:47.292 INFO O| Feb 21 13:29:47.292 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242025-02-21T13:29:48.330Z[ recovery-image] Feb 21 13:29:47.309 INFO O| Feb 21 13:29:47.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76252025-02-21T13:29:48.330Z[ recovery-image] Feb 21 13:29:47.309 INFO O| Feb 21 13:29:47.309 INFO STEP 1038 (remove_files) COMPLETE
76262025-02-21T13:29:48.330Z[ recovery-image] Feb 21 13:29:47.309 INFO O| Feb 21 13:29:47.309 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272025-02-21T13:29:48.365Z[ recovery-image] Feb 21 13:29:47.344 INFO O| Feb 21 13:29:47.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76282025-02-21T13:29:48.365Z[ recovery-image] Feb 21 13:29:47.344 INFO O| Feb 21 13:29:47.344 INFO STEP 1039 (remove_files) COMPLETE
76292025-02-21T13:29:48.365Z[ recovery-image] Feb 21 13:29:47.344 INFO O| Feb 21 13:29:47.344 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302025-02-21T13:29:48.387Z[ recovery-image] Feb 21 13:29:47.366 INFO O| Feb 21 13:29:47.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76312025-02-21T13:29:48.387Z[ recovery-image] Feb 21 13:29:47.367 INFO O| Feb 21 13:29:47.367 INFO STEP 1040 (remove_files) COMPLETE
76322025-02-21T13:29:48.387Z[ recovery-image] Feb 21 13:29:47.367 INFO O| Feb 21 13:29:47.367 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332025-02-21T13:29:48.408Z[ recovery-image] Feb 21 13:29:47.388 INFO O| Feb 21 13:29:47.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76342025-02-21T13:29:48.408Z[ recovery-image] Feb 21 13:29:47.388 INFO O| Feb 21 13:29:47.388 INFO STEP 1041 (remove_files) COMPLETE
76352025-02-21T13:29:48.410Z[ recovery-image] Feb 21 13:29:47.388 INFO O| Feb 21 13:29:47.388 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362025-02-21T13:29:48.466Z[ recovery-image] Feb 21 13:29:47.445 INFO O| Feb 21 13:29:47.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76372025-02-21T13:29:48.466Z[ recovery-image] Feb 21 13:29:47.445 INFO O| Feb 21 13:29:47.445 INFO STEP 1042 (remove_files) COMPLETE
76382025-02-21T13:29:48.466Z[ recovery-image] Feb 21 13:29:47.445 INFO O| Feb 21 13:29:47.445 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392025-02-21T13:29:48.487Z[ recovery-image] Feb 21 13:29:47.466 INFO O| Feb 21 13:29:47.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76402025-02-21T13:29:48.487Z[ recovery-image] Feb 21 13:29:47.466 INFO O| Feb 21 13:29:47.466 INFO STEP 1043 (remove_files) COMPLETE
76412025-02-21T13:29:48.487Z[ recovery-image] Feb 21 13:29:47.466 INFO O| Feb 21 13:29:47.466 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422025-02-21T13:29:48.540Z[ recovery-image] Feb 21 13:29:47.519 INFO O| Feb 21 13:29:47.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76432025-02-21T13:29:48.540Z[ recovery-image] Feb 21 13:29:47.519 INFO O| Feb 21 13:29:47.519 INFO STEP 1044 (remove_files) COMPLETE
76442025-02-21T13:29:48.540Z[ recovery-image] Feb 21 13:29:47.519 INFO O| Feb 21 13:29:47.519 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452025-02-21T13:29:48.598Z[ recovery-image] Feb 21 13:29:47.577 INFO O| Feb 21 13:29:47.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76462025-02-21T13:29:48.598Z[ recovery-image] Feb 21 13:29:47.577 INFO O| Feb 21 13:29:47.577 INFO STEP 1045 (remove_files) COMPLETE
76472025-02-21T13:29:48.601Z[ recovery-image] Feb 21 13:29:47.577 INFO O| Feb 21 13:29:47.577 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482025-02-21T13:29:48.618Z[ recovery-image] Feb 21 13:29:47.597 INFO O| Feb 21 13:29:47.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76492025-02-21T13:29:48.621Z[ recovery-image] Feb 21 13:29:47.597 INFO O| Feb 21 13:29:47.597 INFO STEP 1046 (remove_files) COMPLETE
76502025-02-21T13:29:48.621Z[ recovery-image] Feb 21 13:29:47.597 INFO O| Feb 21 13:29:47.597 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512025-02-21T13:29:48.625Z[ host-image] Feb 21 13:29:47.605 INFO O| Feb 21 13:29:47.605 INFO O| Planning: Solver setup ... Done
76522025-02-21T13:29:48.634Z[ host-image] Feb 21 13:29:47.613 INFO O| Feb 21 13:29:47.613 INFO O| Planning: Running solver ... Done
76532025-02-21T13:29:48.677Z[ recovery-image] Feb 21 13:29:47.656 INFO O| Feb 21 13:29:47.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76542025-02-21T13:29:48.677Z[ recovery-image] Feb 21 13:29:47.656 INFO O| Feb 21 13:29:47.656 INFO STEP 1047 (remove_files) COMPLETE
76552025-02-21T13:29:48.677Z[ recovery-image] Feb 21 13:29:47.656 INFO O| Feb 21 13:29:47.656 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562025-02-21T13:29:48.695Z[ recovery-image] Feb 21 13:29:47.674 INFO O| Feb 21 13:29:47.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76572025-02-21T13:29:48.695Z[ recovery-image] Feb 21 13:29:47.674 INFO O| Feb 21 13:29:47.674 INFO STEP 1048 (remove_files) COMPLETE
76582025-02-21T13:29:48.695Z[ recovery-image] Feb 21 13:29:47.674 INFO O| Feb 21 13:29:47.674 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592025-02-21T13:29:48.721Z[ recovery-image] Feb 21 13:29:47.700 INFO O| Feb 21 13:29:47.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76602025-02-21T13:29:48.721Z[ recovery-image] Feb 21 13:29:47.700 INFO O| Feb 21 13:29:47.700 INFO STEP 1049 (remove_files) COMPLETE
76612025-02-21T13:29:48.721Z[ recovery-image] Feb 21 13:29:47.700 INFO O| Feb 21 13:29:47.700 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622025-02-21T13:29:48.750Z[ host-image] Feb 21 13:29:47.730 INFO O| Feb 21 13:29:47.730 INFO O| Planning: Finding local manifests ... Done
76632025-02-21T13:29:48.753Z[ host-image] Feb 21 13:29:47.731 INFO O| Feb 21 13:29:47.731 INFO O| Planning: Fetching manifests: 0/1 0% complete
76642025-02-21T13:29:48.779Z[ recovery-image] Feb 21 13:29:47.759 INFO O| Feb 21 13:29:47.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76652025-02-21T13:29:48.782Z[ recovery-image] Feb 21 13:29:47.759 INFO O| Feb 21 13:29:47.759 INFO STEP 1050 (remove_files) COMPLETE
76662025-02-21T13:29:48.782Z[ recovery-image] Feb 21 13:29:47.759 INFO O| Feb 21 13:29:47.759 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-02-21T13:29:48.800Z[ recovery-image] Feb 21 13:29:47.779 INFO O| Feb 21 13:29:47.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76682025-02-21T13:29:48.804Z[ recovery-image] Feb 21 13:29:47.779 INFO O| Feb 21 13:29:47.779 INFO STEP 1051 (remove_files) COMPLETE
76692025-02-21T13:29:48.804Z[ recovery-image] Feb 21 13:29:47.779 INFO O| Feb 21 13:29:47.779 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702025-02-21T13:29:48.820Z[ recovery-image] Feb 21 13:29:47.799 INFO O| Feb 21 13:29:47.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76712025-02-21T13:29:48.822Z[ recovery-image] Feb 21 13:29:47.799 INFO O| Feb 21 13:29:47.799 INFO STEP 1052 (remove_files) COMPLETE
76722025-02-21T13:29:48.823Z[ recovery-image] Feb 21 13:29:47.799 INFO O| Feb 21 13:29:47.799 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732025-02-21T13:29:48.856Z[ recovery-image] Feb 21 13:29:47.835 INFO O| Feb 21 13:29:47.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76742025-02-21T13:29:48.856Z[ recovery-image] Feb 21 13:29:47.835 INFO O| Feb 21 13:29:47.835 INFO STEP 1053 (remove_files) COMPLETE
76752025-02-21T13:29:48.856Z[ recovery-image] Feb 21 13:29:47.835 INFO O| Feb 21 13:29:47.835 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762025-02-21T13:29:48.916Z[ recovery-image] Feb 21 13:29:47.894 INFO O| Feb 21 13:29:47.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76772025-02-21T13:29:48.916Z[ recovery-image] Feb 21 13:29:47.894 INFO O| Feb 21 13:29:47.894 INFO STEP 1054 (remove_files) COMPLETE
76782025-02-21T13:29:48.916Z[ recovery-image] Feb 21 13:29:47.894 INFO O| Feb 21 13:29:47.894 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-02-21T13:29:48.951Z[ host-image] Feb 21 13:29:47.929 INFO O| Feb 21 13:29:47.929 INFO O| Planning: Fetching manifests: 1/1 100% complete
76802025-02-21T13:29:48.954Z[ recovery-image] Feb 21 13:29:47.933 INFO O| Feb 21 13:29:47.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76812025-02-21T13:29:48.954Z[ recovery-image] Feb 21 13:29:47.933 INFO O| Feb 21 13:29:47.933 INFO STEP 1055 (remove_files) COMPLETE
76822025-02-21T13:29:48.954Z[ recovery-image] Feb 21 13:29:47.933 INFO O| Feb 21 13:29:47.933 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832025-02-21T13:29:48.993Z[ recovery-image] Feb 21 13:29:47.972 INFO O| Feb 21 13:29:47.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76842025-02-21T13:29:48.993Z[ recovery-image] Feb 21 13:29:47.972 INFO O| Feb 21 13:29:47.972 INFO STEP 1056 (remove_files) COMPLETE
76852025-02-21T13:29:48.995Z[ recovery-image] Feb 21 13:29:47.972 INFO O| Feb 21 13:29:47.972 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862025-02-21T13:29:48.995Z[ host-image] Feb 21 13:29:47.975 INFO O| Feb 21 13:29:47.975 INFO O| Planning: Package planning ... Done
76872025-02-21T13:29:48.998Z[ host-image] Feb 21 13:29:47.975 INFO O| Feb 21 13:29:47.975 INFO O| Planning: Merging actions ... Done
76882025-02-21T13:29:49.012Z[ recovery-image] Feb 21 13:29:47.992 INFO O| Feb 21 13:29:47.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76892025-02-21T13:29:49.012Z[ recovery-image] Feb 21 13:29:47.992 INFO O| Feb 21 13:29:47.992 INFO STEP 1057 (remove_files) COMPLETE
76902025-02-21T13:29:49.015Z[ recovery-image] Feb 21 13:29:47.992 INFO O| Feb 21 13:29:47.992 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912025-02-21T13:29:49.031Z[ recovery-image] Feb 21 13:29:48.011 INFO O| Feb 21 13:29:48.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76922025-02-21T13:29:49.032Z[ recovery-image] Feb 21 13:29:48.011 INFO O| Feb 21 13:29:48.011 INFO STEP 1058 (remove_files) COMPLETE
76932025-02-21T13:29:49.032Z[ recovery-image] Feb 21 13:29:48.011 INFO O| Feb 21 13:29:48.011 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942025-02-21T13:29:49.069Z[ recovery-image] Feb 21 13:29:48.048 INFO O| Feb 21 13:29:48.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76952025-02-21T13:29:49.069Z[ recovery-image] Feb 21 13:29:48.048 INFO O| Feb 21 13:29:48.048 INFO STEP 1059 (remove_files) COMPLETE
76962025-02-21T13:29:49.069Z[ recovery-image] Feb 21 13:29:48.048 INFO O| Feb 21 13:29:48.048 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972025-02-21T13:29:49.088Z[ recovery-image] Feb 21 13:29:48.068 INFO O| Feb 21 13:29:48.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76982025-02-21T13:29:49.088Z[ recovery-image] Feb 21 13:29:48.068 INFO O| Feb 21 13:29:48.068 INFO STEP 1060 (remove_files) COMPLETE
76992025-02-21T13:29:49.088Z[ recovery-image] Feb 21 13:29:48.068 INFO O| Feb 21 13:29:48.068 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002025-02-21T13:29:49.108Z[ recovery-image] Feb 21 13:29:48.087 INFO O| Feb 21 13:29:48.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
77012025-02-21T13:29:49.108Z[ recovery-image] Feb 21 13:29:48.087 INFO O| Feb 21 13:29:48.087 INFO STEP 1061 (remove_files) COMPLETE
77022025-02-21T13:29:49.108Z[ recovery-image] Feb 21 13:29:48.087 INFO O| Feb 21 13:29:48.087 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032025-02-21T13:29:49.114Z[ host-image] Feb 21 13:29:48.093 INFO O| Feb 21 13:29:48.093 INFO O| Planning: Checking for conflicting actions ... Done
77042025-02-21T13:29:49.117Z[ host-image] Feb 21 13:29:48.094 INFO O| Feb 21 13:29:48.094 INFO O| Planning: Consolidating action changes ... Done
77052025-02-21T13:29:49.126Z[ recovery-image] Feb 21 13:29:48.105 INFO O| Feb 21 13:29:48.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
77062025-02-21T13:29:49.126Z[ recovery-image] Feb 21 13:29:48.105 INFO O| Feb 21 13:29:48.105 INFO STEP 1062 (remove_files) COMPLETE
77072025-02-21T13:29:49.129Z[ recovery-image] Feb 21 13:29:48.105 INFO O| Feb 21 13:29:48.105 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082025-02-21T13:29:49.144Z[ recovery-image] Feb 21 13:29:48.124 INFO O| Feb 21 13:29:48.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
77092025-02-21T13:29:49.144Z[ recovery-image] Feb 21 13:29:48.124 INFO O| Feb 21 13:29:48.124 INFO STEP 1063 (remove_files) COMPLETE
77102025-02-21T13:29:49.144Z[ recovery-image] Feb 21 13:29:48.124 INFO O| Feb 21 13:29:48.124 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112025-02-21T13:29:49.167Z[ recovery-image] Feb 21 13:29:48.146 INFO O| Feb 21 13:29:48.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77122025-02-21T13:29:49.167Z[ recovery-image] Feb 21 13:29:48.146 INFO O| Feb 21 13:29:48.146 INFO STEP 1064 (remove_files) COMPLETE
77132025-02-21T13:29:49.170Z[ recovery-image] Feb 21 13:29:48.146 INFO O| Feb 21 13:29:48.146 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142025-02-21T13:29:49.197Z[ recovery-image] Feb 21 13:29:48.176 INFO O| Feb 21 13:29:48.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77152025-02-21T13:29:49.197Z[ recovery-image] Feb 21 13:29:48.176 INFO O| Feb 21 13:29:48.176 INFO STEP 1065 (remove_files) COMPLETE
77162025-02-21T13:29:49.197Z[ recovery-image] Feb 21 13:29:48.176 INFO O| Feb 21 13:29:48.176 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172025-02-21T13:29:49.230Z[ recovery-image] Feb 21 13:29:48.209 INFO O| Feb 21 13:29:48.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77182025-02-21T13:29:49.230Z[ recovery-image] Feb 21 13:29:48.209 INFO O| Feb 21 13:29:48.209 INFO STEP 1066 (remove_files) COMPLETE
77192025-02-21T13:29:49.230Z[ recovery-image] Feb 21 13:29:48.209 INFO O| Feb 21 13:29:48.209 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202025-02-21T13:29:49.268Z[ recovery-image] Feb 21 13:29:48.247 INFO O| Feb 21 13:29:48.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77212025-02-21T13:29:49.268Z[ recovery-image] Feb 21 13:29:48.247 INFO O| Feb 21 13:29:48.247 INFO STEP 1067 (remove_files) COMPLETE
77222025-02-21T13:29:49.268Z[ recovery-image] Feb 21 13:29:48.247 INFO O| Feb 21 13:29:48.247 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232025-02-21T13:29:49.324Z[ recovery-image] Feb 21 13:29:48.303 INFO O| Feb 21 13:29:48.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77242025-02-21T13:29:49.327Z[ recovery-image] Feb 21 13:29:48.304 INFO O| Feb 21 13:29:48.304 INFO STEP 1068 (remove_files) COMPLETE
77252025-02-21T13:29:49.327Z[ recovery-image] Feb 21 13:29:48.304 INFO O| Feb 21 13:29:48.304 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262025-02-21T13:29:49.346Z[ recovery-image] Feb 21 13:29:48.324 INFO O| Feb 21 13:29:48.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77272025-02-21T13:29:49.349Z[ recovery-image] Feb 21 13:29:48.324 INFO O| Feb 21 13:29:48.324 INFO STEP 1069 (remove_files) COMPLETE
77282025-02-21T13:29:49.349Z[ recovery-image] Feb 21 13:29:48.324 INFO O| Feb 21 13:29:48.324 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292025-02-21T13:29:49.364Z[ recovery-image] Feb 21 13:29:48.344 INFO O| Feb 21 13:29:48.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77302025-02-21T13:29:49.372Z[ recovery-image] Feb 21 13:29:48.350 INFO O| Feb 21 13:29:48.350 INFO STEP 1070 (remove_files) COMPLETE
77312025-02-21T13:29:49.372Z[ recovery-image] Feb 21 13:29:48.350 INFO O| Feb 21 13:29:48.350 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322025-02-21T13:29:49.392Z[ recovery-image] Feb 21 13:29:48.371 INFO O| Feb 21 13:29:48.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77332025-02-21T13:29:49.392Z[ recovery-image] Feb 21 13:29:48.371 INFO O| Feb 21 13:29:48.371 INFO STEP 1071 (remove_files) COMPLETE
77342025-02-21T13:29:49.392Z[ recovery-image] Feb 21 13:29:48.371 INFO O| Feb 21 13:29:48.371 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352025-02-21T13:29:49.430Z[ recovery-image] Feb 21 13:29:48.410 INFO O| Feb 21 13:29:48.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77362025-02-21T13:29:49.432Z[ recovery-image] Feb 21 13:29:48.410 INFO O| Feb 21 13:29:48.410 INFO STEP 1072 (remove_files) COMPLETE
77372025-02-21T13:29:49.435Z[ recovery-image] Feb 21 13:29:48.410 INFO O| Feb 21 13:29:48.410 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382025-02-21T13:29:49.452Z[ recovery-image] Feb 21 13:29:48.432 INFO O| Feb 21 13:29:48.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77392025-02-21T13:29:49.452Z[ recovery-image] Feb 21 13:29:48.432 INFO O| Feb 21 13:29:48.432 INFO STEP 1073 (remove_files) COMPLETE
77402025-02-21T13:29:49.452Z[ recovery-image] Feb 21 13:29:48.432 INFO O| Feb 21 13:29:48.432 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412025-02-21T13:29:49.470Z[ recovery-image] Feb 21 13:29:48.450 INFO O| Feb 21 13:29:48.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77422025-02-21T13:29:49.470Z[ recovery-image] Feb 21 13:29:48.450 INFO O| Feb 21 13:29:48.450 INFO STEP 1074 (remove_files) COMPLETE
77432025-02-21T13:29:49.473Z[ recovery-image] Feb 21 13:29:48.450 INFO O| Feb 21 13:29:48.450 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442025-02-21T13:29:49.496Z[ recovery-image] Feb 21 13:29:48.475 INFO O| Feb 21 13:29:48.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77452025-02-21T13:29:49.496Z[ recovery-image] Feb 21 13:29:48.475 INFO O| Feb 21 13:29:48.475 INFO STEP 1075 (remove_files) COMPLETE
77462025-02-21T13:29:49.499Z[ recovery-image] Feb 21 13:29:48.475 INFO O| Feb 21 13:29:48.475 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472025-02-21T13:29:49.550Z[ recovery-image] Feb 21 13:29:48.530 INFO O| Feb 21 13:29:48.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77482025-02-21T13:29:49.553Z[ recovery-image] Feb 21 13:29:48.530 INFO O| Feb 21 13:29:48.530 INFO STEP 1076 (remove_files) COMPLETE
77492025-02-21T13:29:49.553Z[ recovery-image] Feb 21 13:29:48.530 INFO O| Feb 21 13:29:48.530 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502025-02-21T13:29:49.557Z[ host-image] Feb 21 13:29:48.536 INFO O| Feb 21 13:29:48.536 INFO O| Planning: Evaluating mediators ... Done
77512025-02-21T13:29:49.560Z[ host-image] Feb 21 13:29:48.537 INFO O| Feb 21 13:29:48.537 INFO O| Planning: Planning completed in 5.35 seconds
77522025-02-21T13:29:49.562Z[ host-image] Feb 21 13:29:48.541 INFO O| Feb 21 13:29:48.539 INFO O| Packages to install: 1
77532025-02-21T13:29:49.580Z[ recovery-image] Feb 21 13:29:48.559 INFO O| Feb 21 13:29:48.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77542025-02-21T13:29:49.580Z[ recovery-image] Feb 21 13:29:48.559 INFO O| Feb 21 13:29:48.559 INFO STEP 1077 (remove_files) COMPLETE
77552025-02-21T13:29:49.580Z[ recovery-image] Feb 21 13:29:48.559 INFO O| Feb 21 13:29:48.559 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562025-02-21T13:29:49.592Z[ host-image] Feb 21 13:29:48.571 INFO O| Feb 21 13:29:48.571 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
77572025-02-21T13:29:49.599Z[ recovery-image] Feb 21 13:29:48.579 INFO O| Feb 21 13:29:48.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77582025-02-21T13:29:49.600Z[ recovery-image] Feb 21 13:29:48.579 INFO O| Feb 21 13:29:48.579 INFO STEP 1078 (remove_files) COMPLETE
77592025-02-21T13:29:49.602Z[ recovery-image] Feb 21 13:29:48.579 INFO O| Feb 21 13:29:48.579 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602025-02-21T13:29:49.621Z[ recovery-image] Feb 21 13:29:48.600 INFO O| Feb 21 13:29:48.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77612025-02-21T13:29:49.621Z[ recovery-image] Feb 21 13:29:48.600 INFO O| Feb 21 13:29:48.600 INFO STEP 1079 (remove_files) COMPLETE
77622025-02-21T13:29:49.621Z[ recovery-image] Feb 21 13:29:48.600 INFO O| Feb 21 13:29:48.600 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632025-02-21T13:29:49.640Z[ recovery-image] Feb 21 13:29:48.620 INFO O| Feb 21 13:29:48.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77642025-02-21T13:29:49.640Z[ recovery-image] Feb 21 13:29:48.620 INFO O| Feb 21 13:29:48.620 INFO STEP 1080 (remove_files) COMPLETE
77652025-02-21T13:29:49.644Z[ recovery-image] Feb 21 13:29:48.620 INFO O| Feb 21 13:29:48.620 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662025-02-21T13:29:49.660Z[ recovery-image] Feb 21 13:29:48.639 INFO O| Feb 21 13:29:48.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77672025-02-21T13:29:49.660Z[ recovery-image] Feb 21 13:29:48.639 INFO O| Feb 21 13:29:48.639 INFO STEP 1081 (remove_files) COMPLETE
77682025-02-21T13:29:49.663Z[ recovery-image] Feb 21 13:29:48.639 INFO O| Feb 21 13:29:48.639 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692025-02-21T13:29:49.767Z[ recovery-image] Feb 21 13:29:48.747 INFO O| Feb 21 13:29:48.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77702025-02-21T13:29:49.770Z[ recovery-image] Feb 21 13:29:48.747 INFO O| Feb 21 13:29:48.747 INFO STEP 1082 (remove_files) COMPLETE
77712025-02-21T13:29:49.770Z[ recovery-image] Feb 21 13:29:48.747 INFO O| Feb 21 13:29:48.747 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722025-02-21T13:29:49.854Z[ recovery-image] Feb 21 13:29:48.833 INFO O| Feb 21 13:29:48.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77732025-02-21T13:29:49.854Z[ recovery-image] Feb 21 13:29:48.833 INFO O| Feb 21 13:29:48.833 INFO STEP 1083 (remove_files) COMPLETE
77742025-02-21T13:29:49.854Z[ recovery-image] Feb 21 13:29:48.833 INFO O| Feb 21 13:29:48.833 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752025-02-21T13:29:49.872Z[ recovery-image] Feb 21 13:29:48.851 INFO O| Feb 21 13:29:48.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77762025-02-21T13:29:49.872Z[ recovery-image] Feb 21 13:29:48.851 INFO O| Feb 21 13:29:48.851 INFO STEP 1084 (remove_files) COMPLETE
77772025-02-21T13:29:49.872Z[ recovery-image] Feb 21 13:29:48.851 INFO O| Feb 21 13:29:48.851 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782025-02-21T13:29:49.888Z[ recovery-image] Feb 21 13:29:48.867 INFO O| Feb 21 13:29:48.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77792025-02-21T13:29:49.891Z[ recovery-image] Feb 21 13:29:48.867 INFO O| Feb 21 13:29:48.867 INFO STEP 1085 (remove_files) COMPLETE
77802025-02-21T13:29:49.891Z[ recovery-image] Feb 21 13:29:48.867 INFO O| Feb 21 13:29:48.867 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812025-02-21T13:29:49.905Z[ recovery-image] Feb 21 13:29:48.884 INFO O| Feb 21 13:29:48.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77822025-02-21T13:29:49.905Z[ recovery-image] Feb 21 13:29:48.884 INFO O| Feb 21 13:29:48.884 INFO STEP 1086 (remove_files) COMPLETE
77832025-02-21T13:29:49.905Z[ recovery-image] Feb 21 13:29:48.884 INFO O| Feb 21 13:29:48.884 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842025-02-21T13:29:49.921Z[ recovery-image] Feb 21 13:29:48.901 INFO O| Feb 21 13:29:48.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77852025-02-21T13:29:49.921Z[ recovery-image] Feb 21 13:29:48.901 INFO O| Feb 21 13:29:48.901 INFO STEP 1087 (remove_files) COMPLETE
77862025-02-21T13:29:49.921Z[ recovery-image] Feb 21 13:29:48.901 INFO O| Feb 21 13:29:48.901 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872025-02-21T13:29:49.940Z[ recovery-image] Feb 21 13:29:48.919 INFO O| Feb 21 13:29:48.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77882025-02-21T13:29:49.943Z[ recovery-image] Feb 21 13:29:48.919 INFO O| Feb 21 13:29:48.919 INFO STEP 1088 (remove_files) COMPLETE
77892025-02-21T13:29:49.943Z[ recovery-image] Feb 21 13:29:48.919 INFO O| Feb 21 13:29:48.919 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902025-02-21T13:29:49.968Z[ recovery-image] Feb 21 13:29:48.947 INFO O| Feb 21 13:29:48.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77912025-02-21T13:29:49.968Z[ recovery-image] Feb 21 13:29:48.947 INFO O| Feb 21 13:29:48.947 INFO STEP 1089 (remove_files) COMPLETE
77922025-02-21T13:29:49.968Z[ recovery-image] Feb 21 13:29:48.947 INFO O| Feb 21 13:29:48.947 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932025-02-21T13:29:49.996Z[ recovery-image] Feb 21 13:29:48.975 INFO O| Feb 21 13:29:48.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77942025-02-21T13:29:49.999Z[ recovery-image] Feb 21 13:29:48.976 INFO O| Feb 21 13:29:48.975 INFO STEP 1090 (remove_files) COMPLETE
77952025-02-21T13:29:49.999Z[ recovery-image] Feb 21 13:29:48.976 INFO O| Feb 21 13:29:48.975 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962025-02-21T13:29:50.018Z[ recovery-image] Feb 21 13:29:48.997 INFO O| Feb 21 13:29:48.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77972025-02-21T13:29:50.021Z[ recovery-image] Feb 21 13:29:48.997 INFO O| Feb 21 13:29:48.997 INFO STEP 1091 (remove_files) COMPLETE
77982025-02-21T13:29:50.021Z[ recovery-image] Feb 21 13:29:48.997 INFO O| Feb 21 13:29:48.997 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992025-02-21T13:29:50.044Z[ recovery-image] Feb 21 13:29:49.023 INFO O| Feb 21 13:29:49.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
78002025-02-21T13:29:50.046Z[ recovery-image] Feb 21 13:29:49.023 INFO O| Feb 21 13:29:49.023 INFO STEP 1092 (remove_files) COMPLETE
78012025-02-21T13:29:50.046Z[ recovery-image] Feb 21 13:29:49.023 INFO O| Feb 21 13:29:49.023 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022025-02-21T13:29:50.064Z[ recovery-image] Feb 21 13:29:49.043 INFO O| Feb 21 13:29:49.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
78032025-02-21T13:29:50.064Z[ recovery-image] Feb 21 13:29:49.043 INFO O| Feb 21 13:29:49.043 INFO STEP 1093 (remove_files) COMPLETE
78042025-02-21T13:29:50.064Z[ recovery-image] Feb 21 13:29:49.043 INFO O| Feb 21 13:29:49.043 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052025-02-21T13:29:50.093Z[ recovery-image] Feb 21 13:29:49.072 INFO O| Feb 21 13:29:49.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
78062025-02-21T13:29:50.093Z[ recovery-image] Feb 21 13:29:49.072 INFO O| Feb 21 13:29:49.072 INFO STEP 1094 (remove_files) COMPLETE
78072025-02-21T13:29:50.103Z[ recovery-image] Feb 21 13:29:49.072 INFO O| Feb 21 13:29:49.072 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082025-02-21T13:29:50.114Z[ recovery-image] Feb 21 13:29:49.093 INFO O| Feb 21 13:29:49.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
78092025-02-21T13:29:50.114Z[ recovery-image] Feb 21 13:29:49.093 INFO O| Feb 21 13:29:49.093 INFO STEP 1095 (remove_files) COMPLETE
78102025-02-21T13:29:50.117Z[ recovery-image] Feb 21 13:29:49.094 INFO O| Feb 21 13:29:49.093 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112025-02-21T13:29:50.133Z[ recovery-image] Feb 21 13:29:49.112 INFO O| Feb 21 13:29:49.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78122025-02-21T13:29:50.135Z[ recovery-image] Feb 21 13:29:49.112 INFO O| Feb 21 13:29:49.112 INFO STEP 1096 (remove_files) COMPLETE
78132025-02-21T13:29:50.135Z[ recovery-image] Feb 21 13:29:49.112 INFO O| Feb 21 13:29:49.112 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142025-02-21T13:29:50.150Z[ recovery-image] Feb 21 13:29:49.129 INFO O| Feb 21 13:29:49.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78152025-02-21T13:29:50.150Z[ recovery-image] Feb 21 13:29:49.129 INFO O| Feb 21 13:29:49.129 INFO STEP 1097 (remove_files) COMPLETE
78162025-02-21T13:29:50.150Z[ recovery-image] Feb 21 13:29:49.129 INFO O| Feb 21 13:29:49.129 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172025-02-21T13:29:50.176Z[ recovery-image] Feb 21 13:29:49.155 INFO O| Feb 21 13:29:49.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78182025-02-21T13:29:50.176Z[ recovery-image] Feb 21 13:29:49.155 INFO O| Feb 21 13:29:49.155 INFO STEP 1098 (remove_files) COMPLETE
78192025-02-21T13:29:50.179Z[ recovery-image] Feb 21 13:29:49.155 INFO O| Feb 21 13:29:49.155 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202025-02-21T13:29:50.207Z[ recovery-image] Feb 21 13:29:49.186 INFO O| Feb 21 13:29:49.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78212025-02-21T13:29:50.210Z[ recovery-image] Feb 21 13:29:49.186 INFO O| Feb 21 13:29:49.186 INFO STEP 1099 (remove_files) COMPLETE
78222025-02-21T13:29:50.210Z[ recovery-image] Feb 21 13:29:49.187 INFO O| Feb 21 13:29:49.187 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232025-02-21T13:29:50.228Z[ recovery-image] Feb 21 13:29:49.207 INFO O| Feb 21 13:29:49.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78242025-02-21T13:29:50.228Z[ recovery-image] Feb 21 13:29:49.207 INFO O| Feb 21 13:29:49.207 INFO STEP 1100 (remove_files) COMPLETE
78252025-02-21T13:29:50.231Z[ recovery-image] Feb 21 13:29:49.207 INFO O| Feb 21 13:29:49.207 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262025-02-21T13:29:50.240Z[ host-image] Feb 21 13:29:49.219 INFO O| Feb 21 13:29:49.219 INFO O| Download: Completed 10.27 MB in 0.65 seconds (15.8M/s)
78272025-02-21T13:29:50.247Z[ recovery-image] Feb 21 13:29:49.227 INFO O| Feb 21 13:29:49.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78282025-02-21T13:29:50.250Z[ recovery-image] Feb 21 13:29:49.227 INFO O| Feb 21 13:29:49.227 INFO STEP 1101 (remove_files) COMPLETE
78292025-02-21T13:29:50.250Z[ recovery-image] Feb 21 13:29:49.227 INFO O| Feb 21 13:29:49.227 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-02-21T13:29:50.268Z[ recovery-image] Feb 21 13:29:49.247 INFO O| Feb 21 13:29:49.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78312025-02-21T13:29:50.271Z[ recovery-image] Feb 21 13:29:49.247 INFO O| Feb 21 13:29:49.247 INFO STEP 1102 (remove_files) COMPLETE
78322025-02-21T13:29:50.271Z[ recovery-image] Feb 21 13:29:49.247 INFO O| Feb 21 13:29:49.247 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-02-21T13:29:50.287Z[ recovery-image] Feb 21 13:29:49.266 INFO O| Feb 21 13:29:49.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78342025-02-21T13:29:50.290Z[ recovery-image] Feb 21 13:29:49.266 INFO O| Feb 21 13:29:49.266 INFO STEP 1103 (remove_files) COMPLETE
78352025-02-21T13:29:50.290Z[ recovery-image] Feb 21 13:29:49.266 INFO O| Feb 21 13:29:49.266 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-02-21T13:29:50.293Z[ host-image] Feb 21 13:29:49.272 INFO O| Feb 21 13:29:49.272 INFO O| Actions: 1/22 actions (Installing new actions)
78372025-02-21T13:29:50.306Z[ recovery-image] Feb 21 13:29:49.285 INFO O| Feb 21 13:29:49.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78382025-02-21T13:29:50.308Z[ recovery-image] Feb 21 13:29:49.285 INFO O| Feb 21 13:29:49.285 INFO STEP 1104 (remove_files) COMPLETE
78392025-02-21T13:29:50.308Z[ recovery-image] Feb 21 13:29:49.286 INFO O| Feb 21 13:29:49.285 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402025-02-21T13:29:50.325Z[ recovery-image] Feb 21 13:29:49.304 INFO O| Feb 21 13:29:49.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78412025-02-21T13:29:50.327Z[ recovery-image] Feb 21 13:29:49.304 INFO O| Feb 21 13:29:49.304 INFO STEP 1105 (remove_files) COMPLETE
78422025-02-21T13:29:50.327Z[ recovery-image] Feb 21 13:29:49.304 INFO O| Feb 21 13:29:49.304 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432025-02-21T13:29:50.341Z[ recovery-image] Feb 21 13:29:49.320 INFO O| Feb 21 13:29:49.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78442025-02-21T13:29:50.343Z[ recovery-image] Feb 21 13:29:49.320 INFO O| Feb 21 13:29:49.320 INFO STEP 1106 (remove_files) COMPLETE
78452025-02-21T13:29:50.343Z[ recovery-image] Feb 21 13:29:49.320 INFO O| Feb 21 13:29:49.320 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462025-02-21T13:29:50.401Z[ recovery-image] Feb 21 13:29:49.380 INFO O| Feb 21 13:29:49.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78472025-02-21T13:29:50.404Z[ recovery-image] Feb 21 13:29:49.381 INFO O| Feb 21 13:29:49.381 INFO STEP 1107 (remove_files) COMPLETE
78482025-02-21T13:29:50.404Z[ recovery-image] Feb 21 13:29:49.381 INFO O| Feb 21 13:29:49.381 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492025-02-21T13:29:50.421Z[ recovery-image] Feb 21 13:29:49.399 INFO O| Feb 21 13:29:49.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78502025-02-21T13:29:50.423Z[ recovery-image] Feb 21 13:29:49.399 INFO O| Feb 21 13:29:49.399 INFO STEP 1108 (remove_files) COMPLETE
78512025-02-21T13:29:50.423Z[ recovery-image] Feb 21 13:29:49.399 INFO O| Feb 21 13:29:49.399 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522025-02-21T13:29:50.439Z[ recovery-image] Feb 21 13:29:49.419 INFO O| Feb 21 13:29:49.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78532025-02-21T13:29:50.442Z[ recovery-image] Feb 21 13:29:49.419 INFO O| Feb 21 13:29:49.419 INFO STEP 1109 (remove_files) COMPLETE
78542025-02-21T13:29:50.442Z[ recovery-image] Feb 21 13:29:49.419 INFO O| Feb 21 13:29:49.419 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552025-02-21T13:29:50.459Z[ recovery-image] Feb 21 13:29:49.438 INFO O| Feb 21 13:29:49.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78562025-02-21T13:29:50.459Z[ recovery-image] Feb 21 13:29:49.438 INFO O| Feb 21 13:29:49.438 INFO STEP 1110 (remove_files) COMPLETE
78572025-02-21T13:29:50.461Z[ recovery-image] Feb 21 13:29:49.438 INFO O| Feb 21 13:29:49.438 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582025-02-21T13:29:50.491Z[ recovery-image] Feb 21 13:29:49.469 INFO O| Feb 21 13:29:49.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78592025-02-21T13:29:50.494Z[ recovery-image] Feb 21 13:29:49.469 INFO O| Feb 21 13:29:49.469 INFO STEP 1111 (remove_files) COMPLETE
78602025-02-21T13:29:50.494Z[ recovery-image] Feb 21 13:29:49.470 INFO O| Feb 21 13:29:49.469 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612025-02-21T13:29:50.530Z[ recovery-image] Feb 21 13:29:49.509 INFO O| Feb 21 13:29:49.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78622025-02-21T13:29:50.533Z[ recovery-image] Feb 21 13:29:49.510 INFO O| Feb 21 13:29:49.510 INFO STEP 1112 (remove_files) COMPLETE
78632025-02-21T13:29:50.533Z[ recovery-image] Feb 21 13:29:49.510 INFO O| Feb 21 13:29:49.510 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642025-02-21T13:29:50.549Z[ recovery-image] Feb 21 13:29:49.528 INFO O| Feb 21 13:29:49.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78652025-02-21T13:29:50.574Z[ recovery-image] Feb 21 13:29:49.553 INFO O| Feb 21 13:29:49.553 INFO STEP 1113 (remove_files) COMPLETE
78662025-02-21T13:29:50.574Z[ recovery-image] Feb 21 13:29:49.553 INFO O| Feb 21 13:29:49.553 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672025-02-21T13:29:50.623Z[ recovery-image] Feb 21 13:29:49.602 INFO O| Feb 21 13:29:49.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78682025-02-21T13:29:50.623Z[ recovery-image] Feb 21 13:29:49.603 INFO O| Feb 21 13:29:49.602 INFO STEP 1114 (remove_files) COMPLETE
78692025-02-21T13:29:50.623Z[ recovery-image] Feb 21 13:29:49.603 INFO O| Feb 21 13:29:49.603 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702025-02-21T13:29:50.642Z[ recovery-image] Feb 21 13:29:49.621 INFO O| Feb 21 13:29:49.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78712025-02-21T13:29:50.642Z[ recovery-image] Feb 21 13:29:49.621 INFO O| Feb 21 13:29:49.621 INFO STEP 1115 (remove_files) COMPLETE
78722025-02-21T13:29:50.646Z[ recovery-image] Feb 21 13:29:49.621 INFO O| Feb 21 13:29:49.621 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732025-02-21T13:29:50.702Z[ recovery-image] Feb 21 13:29:49.681 INFO O| Feb 21 13:29:49.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78742025-02-21T13:29:50.702Z[ recovery-image] Feb 21 13:29:49.681 INFO O| Feb 21 13:29:49.681 INFO STEP 1116 (remove_files) COMPLETE
78752025-02-21T13:29:50.702Z[ recovery-image] Feb 21 13:29:49.681 INFO O| Feb 21 13:29:49.681 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762025-02-21T13:29:50.722Z[ recovery-image] Feb 21 13:29:49.701 INFO O| Feb 21 13:29:49.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78772025-02-21T13:29:50.722Z[ recovery-image] Feb 21 13:29:49.701 INFO O| Feb 21 13:29:49.701 INFO STEP 1117 (remove_files) COMPLETE
78782025-02-21T13:29:50.722Z[ recovery-image] Feb 21 13:29:49.701 INFO O| Feb 21 13:29:49.701 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792025-02-21T13:29:50.740Z[ recovery-image] Feb 21 13:29:49.719 INFO O| Feb 21 13:29:49.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78802025-02-21T13:29:50.740Z[ recovery-image] Feb 21 13:29:49.719 INFO O| Feb 21 13:29:49.719 INFO STEP 1118 (remove_files) COMPLETE
78812025-02-21T13:29:50.743Z[ recovery-image] Feb 21 13:29:49.719 INFO O| Feb 21 13:29:49.719 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822025-02-21T13:29:50.745Z[ host-image] Feb 21 13:29:49.723 INFO O| Feb 21 13:29:49.723 INFO O| Actions: Completed 22 actions in 0.45 seconds.
78832025-02-21T13:29:50.757Z[ recovery-image] Feb 21 13:29:49.737 INFO O| Feb 21 13:29:49.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78842025-02-21T13:29:50.757Z[ recovery-image] Feb 21 13:29:49.737 INFO O| Feb 21 13:29:49.737 INFO STEP 1119 (remove_files) COMPLETE
78852025-02-21T13:29:50.760Z[ recovery-image] Feb 21 13:29:49.737 INFO O| Feb 21 13:29:49.737 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-02-21T13:29:50.774Z[ recovery-image] Feb 21 13:29:49.754 INFO O| Feb 21 13:29:49.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78872025-02-21T13:29:50.774Z[ recovery-image] Feb 21 13:29:49.754 INFO O| Feb 21 13:29:49.754 INFO STEP 1120 (remove_files) COMPLETE
78882025-02-21T13:29:50.774Z[ recovery-image] Feb 21 13:29:49.754 INFO O| Feb 21 13:29:49.754 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892025-02-21T13:29:50.792Z[ recovery-image] Feb 21 13:29:49.771 INFO O| Feb 21 13:29:49.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78902025-02-21T13:29:50.792Z[ recovery-image] Feb 21 13:29:49.771 INFO O| Feb 21 13:29:49.771 INFO STEP 1121 (remove_files) COMPLETE
78912025-02-21T13:29:50.792Z[ recovery-image] Feb 21 13:29:49.771 INFO O| Feb 21 13:29:49.771 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922025-02-21T13:29:50.818Z[ recovery-image] Feb 21 13:29:49.797 INFO O| Feb 21 13:29:49.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78932025-02-21T13:29:50.818Z[ recovery-image] Feb 21 13:29:49.797 INFO O| Feb 21 13:29:49.797 INFO STEP 1122 (remove_files) COMPLETE
78942025-02-21T13:29:50.818Z[ recovery-image] Feb 21 13:29:49.797 INFO O| Feb 21 13:29:49.797 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-02-21T13:29:50.878Z[ recovery-image] Feb 21 13:29:49.857 INFO O| Feb 21 13:29:49.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78962025-02-21T13:29:50.878Z[ recovery-image] Feb 21 13:29:49.857 INFO O| Feb 21 13:29:49.857 INFO STEP 1123 (remove_files) COMPLETE
78972025-02-21T13:29:50.878Z[ recovery-image] Feb 21 13:29:49.857 INFO O| Feb 21 13:29:49.857 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-02-21T13:29:50.898Z[ recovery-image] Feb 21 13:29:49.877 INFO O| Feb 21 13:29:49.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78992025-02-21T13:29:50.898Z[ recovery-image] Feb 21 13:29:49.877 INFO O| Feb 21 13:29:49.877 INFO STEP 1124 (remove_files) COMPLETE
79002025-02-21T13:29:50.901Z[ recovery-image] Feb 21 13:29:49.877 INFO O| Feb 21 13:29:49.877 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-02-21T13:29:50.960Z[ recovery-image] Feb 21 13:29:49.939 INFO O| Feb 21 13:29:49.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
79022025-02-21T13:29:50.960Z[ recovery-image] Feb 21 13:29:49.939 INFO O| Feb 21 13:29:49.939 INFO STEP 1125 (remove_files) COMPLETE
79032025-02-21T13:29:50.960Z[ recovery-image] Feb 21 13:29:49.939 INFO O| Feb 21 13:29:49.939 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-02-21T13:29:50.978Z[ recovery-image] Feb 21 13:29:49.957 INFO O| Feb 21 13:29:49.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
79052025-02-21T13:29:50.978Z[ recovery-image] Feb 21 13:29:49.957 INFO O| Feb 21 13:29:49.957 INFO STEP 1126 (remove_files) COMPLETE
79062025-02-21T13:29:50.978Z[ recovery-image] Feb 21 13:29:49.957 INFO O| Feb 21 13:29:49.957 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-02-21T13:29:51.002Z[ recovery-image] Feb 21 13:29:49.981 INFO O| Feb 21 13:29:49.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
79082025-02-21T13:29:51.002Z[ recovery-image] Feb 21 13:29:49.981 INFO O| Feb 21 13:29:49.981 INFO STEP 1127 (remove_files) COMPLETE
79092025-02-21T13:29:51.002Z[ recovery-image] Feb 21 13:29:49.981 INFO O| Feb 21 13:29:49.981 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-02-21T13:29:51.038Z[ recovery-image] Feb 21 13:29:50.017 INFO O| Feb 21 13:29:50.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
79112025-02-21T13:29:51.038Z[ recovery-image] Feb 21 13:29:50.017 INFO O| Feb 21 13:29:50.017 INFO STEP 1128 (remove_files) COMPLETE
79122025-02-21T13:29:51.041Z[ recovery-image] Feb 21 13:29:50.017 INFO O| Feb 21 13:29:50.017 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-02-21T13:29:51.069Z[ recovery-image] Feb 21 13:29:50.048 INFO O| Feb 21 13:29:50.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
79142025-02-21T13:29:51.069Z[ recovery-image] Feb 21 13:29:50.048 INFO O| Feb 21 13:29:50.048 INFO STEP 1129 (remove_files) COMPLETE
79152025-02-21T13:29:51.072Z[ recovery-image] Feb 21 13:29:50.048 INFO O| Feb 21 13:29:50.048 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-02-21T13:29:51.092Z[ recovery-image] Feb 21 13:29:50.071 INFO O| Feb 21 13:29:50.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79172025-02-21T13:29:51.095Z[ recovery-image] Feb 21 13:29:50.071 INFO O| Feb 21 13:29:50.071 INFO STEP 1130 (remove_files) COMPLETE
79182025-02-21T13:29:51.095Z[ recovery-image] Feb 21 13:29:50.071 INFO O| Feb 21 13:29:50.071 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-02-21T13:29:51.114Z[ recovery-image] Feb 21 13:29:50.093 INFO O| Feb 21 13:29:50.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79202025-02-21T13:29:51.114Z[ recovery-image] Feb 21 13:29:50.093 INFO O| Feb 21 13:29:50.093 INFO STEP 1131 (remove_files) COMPLETE
79212025-02-21T13:29:51.116Z[ recovery-image] Feb 21 13:29:50.093 INFO O| Feb 21 13:29:50.093 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-02-21T13:29:51.136Z[ recovery-image] Feb 21 13:29:50.115 INFO O| Feb 21 13:29:50.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79232025-02-21T13:29:51.136Z[ recovery-image] Feb 21 13:29:50.115 INFO O| Feb 21 13:29:50.115 INFO STEP 1132 (remove_files) COMPLETE
79242025-02-21T13:29:51.136Z[ recovery-image] Feb 21 13:29:50.115 INFO O| Feb 21 13:29:50.115 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-02-21T13:29:51.156Z[ recovery-image] Feb 21 13:29:50.135 INFO O| Feb 21 13:29:50.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79262025-02-21T13:29:51.156Z[ recovery-image] Feb 21 13:29:50.135 INFO O| Feb 21 13:29:50.135 INFO STEP 1133 (remove_files) COMPLETE
79272025-02-21T13:29:51.156Z[ recovery-image] Feb 21 13:29:50.136 INFO O| Feb 21 13:29:50.135 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282025-02-21T13:29:51.177Z[ recovery-image] Feb 21 13:29:50.156 INFO O| Feb 21 13:29:50.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79292025-02-21T13:29:51.177Z[ recovery-image] Feb 21 13:29:50.156 INFO O| Feb 21 13:29:50.156 INFO STEP 1134 (remove_files) COMPLETE
79302025-02-21T13:29:51.177Z[ recovery-image] Feb 21 13:29:50.156 INFO O| Feb 21 13:29:50.156 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312025-02-21T13:29:51.226Z[ recovery-image] Feb 21 13:29:50.205 INFO O| Feb 21 13:29:50.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79322025-02-21T13:29:51.226Z[ recovery-image] Feb 21 13:29:50.205 INFO O| Feb 21 13:29:50.205 INFO STEP 1135 (remove_files) COMPLETE
79332025-02-21T13:29:51.226Z[ recovery-image] Feb 21 13:29:50.205 INFO O| Feb 21 13:29:50.205 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342025-02-21T13:29:51.248Z[ recovery-image] Feb 21 13:29:50.227 INFO O| Feb 21 13:29:50.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79352025-02-21T13:29:51.248Z[ recovery-image] Feb 21 13:29:50.227 INFO O| Feb 21 13:29:50.227 INFO STEP 1136 (remove_files) COMPLETE
79362025-02-21T13:29:51.248Z[ recovery-image] Feb 21 13:29:50.227 INFO O| Feb 21 13:29:50.227 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372025-02-21T13:29:51.341Z[ recovery-image] Feb 21 13:29:50.320 INFO O| Feb 21 13:29:50.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79382025-02-21T13:29:51.341Z[ recovery-image] Feb 21 13:29:50.320 INFO O| Feb 21 13:29:50.320 INFO STEP 1137 (remove_files) COMPLETE
79392025-02-21T13:29:51.341Z[ recovery-image] Feb 21 13:29:50.320 INFO O| Feb 21 13:29:50.320 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402025-02-21T13:29:51.378Z[ recovery-image] Feb 21 13:29:50.357 INFO O| Feb 21 13:29:50.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79412025-02-21T13:29:51.381Z[ recovery-image] Feb 21 13:29:50.357 INFO O| Feb 21 13:29:50.357 INFO STEP 1138 (remove_files) COMPLETE
79422025-02-21T13:29:51.381Z[ recovery-image] Feb 21 13:29:50.357 INFO O| Feb 21 13:29:50.357 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432025-02-21T13:29:51.395Z[ recovery-image] Feb 21 13:29:50.375 INFO O| Feb 21 13:29:50.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79442025-02-21T13:29:51.398Z[ recovery-image] Feb 21 13:29:50.375 INFO O| Feb 21 13:29:50.375 INFO STEP 1139 (remove_files) COMPLETE
79452025-02-21T13:29:51.398Z[ recovery-image] Feb 21 13:29:50.375 INFO O| Feb 21 13:29:50.375 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462025-02-21T13:29:51.451Z[ host-image] Feb 21 13:29:50.430 INFO O| Feb 21 13:29:50.430 INFO O| Done
79472025-02-21T13:29:51.451Z[ host-image] Feb 21 13:29:50.430 INFO O| Feb 21 13:29:50.430 INFO O| Done
79482025-02-21T13:29:51.469Z[ recovery-image] Feb 21 13:29:50.447 INFO O| Feb 21 13:29:50.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79492025-02-21T13:29:51.469Z[ recovery-image] Feb 21 13:29:50.447 INFO O| Feb 21 13:29:50.447 INFO STEP 1140 (remove_files) COMPLETE
79502025-02-21T13:29:51.475Z[ recovery-image] Feb 21 13:29:50.447 INFO O| Feb 21 13:29:50.447 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512025-02-21T13:29:51.528Z[ recovery-image] Feb 21 13:29:50.507 INFO O| Feb 21 13:29:50.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79522025-02-21T13:29:51.528Z[ recovery-image] Feb 21 13:29:50.507 INFO O| Feb 21 13:29:50.507 INFO STEP 1141 (remove_files) COMPLETE
79532025-02-21T13:29:51.528Z[ recovery-image] Feb 21 13:29:50.507 INFO O| Feb 21 13:29:50.507 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542025-02-21T13:29:51.586Z[ recovery-image] Feb 21 13:29:50.564 INFO O| Feb 21 13:29:50.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79552025-02-21T13:29:51.586Z[ recovery-image] Feb 21 13:29:50.564 INFO O| Feb 21 13:29:50.564 INFO STEP 1142 (remove_files) COMPLETE
79562025-02-21T13:29:51.586Z[ recovery-image] Feb 21 13:29:50.564 INFO O| Feb 21 13:29:50.564 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572025-02-21T13:29:51.607Z[ recovery-image] Feb 21 13:29:50.585 INFO O| Feb 21 13:29:50.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79582025-02-21T13:29:51.607Z[ recovery-image] Feb 21 13:29:50.585 INFO O| Feb 21 13:29:50.585 INFO STEP 1143 (remove_files) COMPLETE
79592025-02-21T13:29:51.607Z[ recovery-image] Feb 21 13:29:50.585 INFO O| Feb 21 13:29:50.585 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602025-02-21T13:29:51.625Z[ recovery-image] Feb 21 13:29:50.604 INFO O| Feb 21 13:29:50.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79612025-02-21T13:29:51.625Z[ recovery-image] Feb 21 13:29:50.604 INFO O| Feb 21 13:29:50.604 INFO STEP 1144 (remove_files) COMPLETE
79622025-02-21T13:29:51.625Z[ recovery-image] Feb 21 13:29:50.604 INFO O| Feb 21 13:29:50.604 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632025-02-21T13:29:51.641Z[ recovery-image] Feb 21 13:29:50.620 INFO O| Feb 21 13:29:50.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79642025-02-21T13:29:51.641Z[ recovery-image] Feb 21 13:29:50.620 INFO O| Feb 21 13:29:50.620 INFO STEP 1145 (remove_files) COMPLETE
79652025-02-21T13:29:51.641Z[ recovery-image] Feb 21 13:29:50.620 INFO O| Feb 21 13:29:50.620 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662025-02-21T13:29:51.680Z[ recovery-image] Feb 21 13:29:50.659 INFO O| Feb 21 13:29:50.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79672025-02-21T13:29:51.680Z[ recovery-image] Feb 21 13:29:50.659 INFO O| Feb 21 13:29:50.659 INFO STEP 1146 (remove_files) COMPLETE
79682025-02-21T13:29:51.683Z[ recovery-image] Feb 21 13:29:50.659 INFO O| Feb 21 13:29:50.659 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692025-02-21T13:29:51.702Z[ recovery-image] Feb 21 13:29:50.681 INFO O| Feb 21 13:29:50.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79702025-02-21T13:29:51.702Z[ recovery-image] Feb 21 13:29:50.681 INFO O| Feb 21 13:29:50.681 INFO STEP 1147 (remove_files) COMPLETE
79712025-02-21T13:29:51.702Z[ recovery-image] Feb 21 13:29:50.681 INFO O| Feb 21 13:29:50.681 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722025-02-21T13:29:51.722Z[ recovery-image] Feb 21 13:29:50.701 INFO O| Feb 21 13:29:50.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79732025-02-21T13:29:51.722Z[ recovery-image] Feb 21 13:29:50.701 INFO O| Feb 21 13:29:50.701 INFO STEP 1148 (remove_files) COMPLETE
79742025-02-21T13:29:51.725Z[ recovery-image] Feb 21 13:29:50.701 INFO O| Feb 21 13:29:50.701 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752025-02-21T13:29:51.762Z[ recovery-image] Feb 21 13:29:50.738 INFO O| Feb 21 13:29:50.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79762025-02-21T13:29:51.765Z[ recovery-image] Feb 21 13:29:50.738 INFO O| Feb 21 13:29:50.738 INFO STEP 1149 (remove_files) COMPLETE
79772025-02-21T13:29:51.765Z[ recovery-image] Feb 21 13:29:50.738 INFO O| Feb 21 13:29:50.738 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782025-02-21T13:29:51.779Z[ recovery-image] Feb 21 13:29:50.758 INFO O| Feb 21 13:29:50.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79792025-02-21T13:29:51.783Z[ recovery-image] Feb 21 13:29:50.758 INFO O| Feb 21 13:29:50.758 INFO STEP 1150 (remove_files) COMPLETE
79802025-02-21T13:29:51.783Z[ recovery-image] Feb 21 13:29:50.759 INFO O| Feb 21 13:29:50.758 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812025-02-21T13:29:51.799Z[ recovery-image] Feb 21 13:29:50.778 INFO O| Feb 21 13:29:50.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79822025-02-21T13:29:51.801Z[ recovery-image] Feb 21 13:29:50.778 INFO O| Feb 21 13:29:50.778 INFO STEP 1151 (remove_files) COMPLETE
79832025-02-21T13:29:51.801Z[ recovery-image] Feb 21 13:29:50.778 INFO O| Feb 21 13:29:50.778 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842025-02-21T13:29:51.826Z[ recovery-image] Feb 21 13:29:50.805 INFO O| Feb 21 13:29:50.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79852025-02-21T13:29:51.826Z[ recovery-image] Feb 21 13:29:50.805 INFO O| Feb 21 13:29:50.805 INFO STEP 1152 (remove_files) COMPLETE
79862025-02-21T13:29:51.829Z[ recovery-image] Feb 21 13:29:50.805 INFO O| Feb 21 13:29:50.805 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872025-02-21T13:29:51.858Z[ recovery-image] Feb 21 13:29:50.837 INFO O| Feb 21 13:29:50.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79882025-02-21T13:29:51.858Z[ recovery-image] Feb 21 13:29:50.837 INFO O| Feb 21 13:29:50.837 INFO STEP 1153 (remove_files) COMPLETE
79892025-02-21T13:29:51.858Z[ recovery-image] Feb 21 13:29:50.837 INFO O| Feb 21 13:29:50.837 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902025-02-21T13:29:51.915Z[ recovery-image] Feb 21 13:29:50.894 INFO O| Feb 21 13:29:50.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79912025-02-21T13:29:51.915Z[ recovery-image] Feb 21 13:29:50.894 INFO O| Feb 21 13:29:50.894 INFO STEP 1154 (remove_files) COMPLETE
79922025-02-21T13:29:51.915Z[ recovery-image] Feb 21 13:29:50.894 INFO O| Feb 21 13:29:50.894 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932025-02-21T13:29:51.933Z[ recovery-image] Feb 21 13:29:50.912 INFO O| Feb 21 13:29:50.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79942025-02-21T13:29:51.933Z[ recovery-image] Feb 21 13:29:50.912 INFO O| Feb 21 13:29:50.912 INFO STEP 1155 (remove_files) COMPLETE
79952025-02-21T13:29:51.933Z[ recovery-image] Feb 21 13:29:50.912 INFO O| Feb 21 13:29:50.912 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962025-02-21T13:29:51.950Z[ recovery-image] Feb 21 13:29:50.928 INFO O| Feb 21 13:29:50.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79972025-02-21T13:29:51.950Z[ recovery-image] Feb 21 13:29:50.928 INFO O| Feb 21 13:29:50.928 INFO STEP 1156 (remove_files) COMPLETE
79982025-02-21T13:29:51.950Z[ recovery-image] Feb 21 13:29:50.928 INFO O| Feb 21 13:29:50.928 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992025-02-21T13:29:51.964Z[ recovery-image] Feb 21 13:29:50.944 INFO O| Feb 21 13:29:50.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
80002025-02-21T13:29:51.964Z[ recovery-image] Feb 21 13:29:50.944 INFO O| Feb 21 13:29:50.944 INFO STEP 1157 (remove_files) COMPLETE
80012025-02-21T13:29:51.965Z[ recovery-image] Feb 21 13:29:50.944 INFO O| Feb 21 13:29:50.944 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022025-02-21T13:29:52.026Z[ recovery-image] Feb 21 13:29:51.005 INFO O| Feb 21 13:29:51.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
80032025-02-21T13:29:52.026Z[ recovery-image] Feb 21 13:29:51.005 INFO O| Feb 21 13:29:51.005 INFO STEP 1158 (remove_files) COMPLETE
80042025-02-21T13:29:52.028Z[ recovery-image] Feb 21 13:29:51.005 INFO O| Feb 21 13:29:51.005 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052025-02-21T13:29:52.046Z[ recovery-image] Feb 21 13:29:51.024 INFO O| Feb 21 13:29:51.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
80062025-02-21T13:29:52.049Z[ recovery-image] Feb 21 13:29:51.024 INFO O| Feb 21 13:29:51.024 INFO STEP 1159 (remove_files) COMPLETE
80072025-02-21T13:29:52.049Z[ recovery-image] Feb 21 13:29:51.024 INFO O| Feb 21 13:29:51.024 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082025-02-21T13:29:52.106Z[ recovery-image] Feb 21 13:29:51.082 INFO O| Feb 21 13:29:51.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
80092025-02-21T13:29:52.106Z[ recovery-image] Feb 21 13:29:51.082 INFO O| Feb 21 13:29:51.082 INFO STEP 1160 (remove_files) COMPLETE
80102025-02-21T13:29:52.106Z[ recovery-image] Feb 21 13:29:51.082 INFO O| Feb 21 13:29:51.082 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112025-02-21T13:29:52.139Z[ recovery-image] Feb 21 13:29:51.119 INFO O| Feb 21 13:29:51.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
80122025-02-21T13:29:52.140Z[ recovery-image] Feb 21 13:29:51.119 INFO O| Feb 21 13:29:51.119 INFO STEP 1161 (remove_files) COMPLETE
80132025-02-21T13:29:52.140Z[ recovery-image] Feb 21 13:29:51.119 INFO O| Feb 21 13:29:51.119 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142025-02-21T13:29:52.157Z[ recovery-image] Feb 21 13:29:51.136 INFO O| Feb 21 13:29:51.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
80152025-02-21T13:29:52.157Z[ recovery-image] Feb 21 13:29:51.136 INFO O| Feb 21 13:29:51.136 INFO STEP 1162 (remove_files) COMPLETE
80162025-02-21T13:29:52.157Z[ recovery-image] Feb 21 13:29:51.136 INFO O| Feb 21 13:29:51.136 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172025-02-21T13:29:52.175Z[ recovery-image] Feb 21 13:29:51.154 INFO O| Feb 21 13:29:51.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80182025-02-21T13:29:52.178Z[ recovery-image] Feb 21 13:29:51.157 INFO O| Feb 21 13:29:51.157 INFO STEP 1163 (remove_files) COMPLETE
80192025-02-21T13:29:52.182Z[ recovery-image] Feb 21 13:29:51.157 INFO O| Feb 21 13:29:51.157 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202025-02-21T13:29:52.210Z[ recovery-image] Feb 21 13:29:51.189 INFO O| Feb 21 13:29:51.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80212025-02-21T13:29:52.213Z[ recovery-image] Feb 21 13:29:51.190 INFO O| Feb 21 13:29:51.190 INFO STEP 1164 (remove_files) COMPLETE
80222025-02-21T13:29:52.213Z[ recovery-image] Feb 21 13:29:51.190 INFO O| Feb 21 13:29:51.190 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232025-02-21T13:29:52.233Z[ recovery-image] Feb 21 13:29:51.212 INFO O| Feb 21 13:29:51.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80242025-02-21T13:29:52.235Z[ recovery-image] Feb 21 13:29:51.212 INFO O| Feb 21 13:29:51.212 INFO STEP 1165 (remove_files) COMPLETE
80252025-02-21T13:29:52.235Z[ recovery-image] Feb 21 13:29:51.212 INFO O| Feb 21 13:29:51.212 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80262025-02-21T13:29:52.263Z[ recovery-image] Feb 21 13:29:51.242 INFO O| Feb 21 13:29:51.242 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80272025-02-21T13:29:52.266Z[ recovery-image] Feb 21 13:29:51.242 INFO O| Feb 21 13:29:51.242 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80282025-02-21T13:29:52.747Z[ host-image] Feb 21 13:29:51.726 INFO O| Feb 21 13:29:51.726 INFO O| Done
80292025-02-21T13:29:54.130Z[ recovery-image] Feb 21 13:29:53.108 INFO O| Feb 21 13:29:53.108 INFO STEP 1166 (pack_tar) COMPLETE
80302025-02-21T13:29:54.130Z[ recovery-image] Feb 21 13:29:53.108 INFO O| Feb 21 13:29:53.108 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80312025-02-21T13:29:54.130Z[ recovery-image] Feb 21 13:29:53.108 INFO O| Feb 21 13:29:53.108 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80322025-02-21T13:29:54.567Z[ recovery-image] Feb 21 13:29:53.546 INFO O| Feb 21 13:29:53.546 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80332025-02-21T13:29:54.698Z[ recovery-image] Feb 21 13:29:53.677 INFO O| Feb 21 13:29:53.677 INFO completed processing gimlet/ramdisk-03-recovery-trim
80342025-02-21T13:29:54.707Z[ recovery-image] Feb 21 13:29:53.686 INFO image builder template: zfs-recovery...
80352025-02-21T13:29:54.707Z[ recovery-image] Feb 21 13:29:53.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/.tmpyXqKXH/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.334", "-n", "zfs-recovery"], pwd: None
80362025-02-21T13:29:54.785Z[ recovery-image] Feb 21 13:29:53.764 INFO O| Feb 21 13:29:53.764 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80372025-02-21T13:29:54.828Z[ recovery-image] Feb 21 13:29:53.807 INFO O| Feb 21 13:29:53.807 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80382025-02-21T13:29:54.962Z[ recovery-image] Feb 21 13:29:53.941 INFO O| Feb 21 13:29:53.941 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80392025-02-21T13:29:55.070Z[ recovery-image] Feb 21 13:29:54.049 INFO O| Feb 21 13:29:54.049 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80402025-02-21T13:29:55.073Z[ recovery-image] Feb 21 13:29:54.050 INFO O| Feb 21 13:29:54.050 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80412025-02-21T13:29:55.078Z[ recovery-image] Feb 21 13:29:54.058 INFO O| Feb 21 13:29:54.058 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80422025-02-21T13:29:55.236Z[ recovery-image] Feb 21 13:29:54.215 INFO O| Feb 21 13:29:54.215 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80432025-02-21T13:29:55.317Z[ recovery-image] Feb 21 13:29:54.296 INFO O| Feb 21 13:29:54.296 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80442025-02-21T13:29:55.333Z[ recovery-image] Feb 21 13:29:54.312 INFO O| Feb 21 13:29:54.311 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80452025-02-21T13:29:55.342Z[ recovery-image] Feb 21 13:29:54.321 INFO O| Feb 21 13:29:54.321 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80462025-02-21T13:29:55.351Z[ recovery-image] Feb 21 13:29:54.330 INFO O| Feb 21 13:29:54.330 INFO no lofi found
80472025-02-21T13:29:55.354Z[ recovery-image] Feb 21 13:29:54.330 INFO O| Feb 21 13:29:54.330 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80482025-02-21T13:29:55.354Z[ recovery-image] Feb 21 13:29:54.330 INFO O| Feb 21 13:29:54.330 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80492025-02-21T13:29:55.717Z[ host-image] Feb 21 13:29:54.695 INFO O| Feb 21 13:29:54.695 INFO O| Done
80502025-02-21T13:29:55.756Z[ host-image] Feb 21 13:29:54.735 INFO O| Feb 21 13:29:54.735 INFO O| Done
80512025-02-21T13:29:55.759Z[ host-image] Feb 21 13:29:54.735 INFO O| Feb 21 13:29:54.735 INFO O| Done
80522025-02-21T13:29:55.828Z[ host-image] Feb 21 13:29:54.807 INFO O| Feb 21 13:29:54.807 INFO O| Done
80532025-02-21T13:29:56.074Z[ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO STEP 14 (pkg_install) COMPLETE
80542025-02-21T13:29:56.074Z[ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80552025-02-21T13:29:56.077Z[ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO skip step because feature "mfg" is not enabled
80562025-02-21T13:29:56.077Z[ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80572025-02-21T13:29:56.077Z[ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO skip step because feature "compliance" is not enabled
80582025-02-21T13:29:56.077Z[ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80592025-02-21T13:29:56.077Z[ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO skip step because feature "stress" is not enabled
80602025-02-21T13:29:56.077Z[ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
80612025-02-21T13:29:56.077Z[ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO skip step because feature "nfs" is not enabled
80622025-02-21T13:29:56.078Z[ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
80632025-02-21T13:29:56.078Z[ host-image] Feb 21 13:29:55.053 INFO O| Feb 21 13:29:55.053 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
80642025-02-21T13:29:56.188Z[ host-image] Feb 21 13:29:55.167 INFO O| Feb 21 13:29:55.167 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
80652025-02-21T13:29:56.398Z[ host-image] Feb 21 13:29:55.377 INFO O| Feb 21 13:29:55.377 INFO completed processing gimlet/ramdisk-01-os
80662025-02-21T13:29:56.403Z[ host-image] Feb 21 13:29:55.380 INFO omicron1 baseline generation...
80672025-02-21T13:29:56.403Z[ host-image] Feb 21 13:29:55.380 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
80682025-02-21T13:29:57.137Z[ host-image] Feb 21 13:29:56.095 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z
80692025-02-21T13:29:58.033Z[ recovery-image] Feb 21 13:29:57.012 INFO O| Feb 21 13:29:57.012 INFO lofi device = /dev/dsk/c2t1d0p0
80702025-02-21T13:29:58.033Z[ recovery-image] Feb 21 13:29:57.012 INFO O| Feb 21 13:29:57.012 INFO pool device = /dev/dsk/c2t1d0p0
80712025-02-21T13:29:58.036Z[ recovery-image] Feb 21 13:29:57.012 INFO O| Feb 21 13:29:57.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"]
80722025-02-21T13:29:58.307Z[ recovery-image] Feb 21 13:29:57.286 INFO O| Feb 21 13:29:57.286 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80732025-02-21T13:29:58.307Z[ recovery-image] Feb 21 13:29:57.286 INFO O| Feb 21 13:29:57.286 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80742025-02-21T13:29:58.339Z[ recovery-image] Feb 21 13:29:57.317 INFO O| Feb 21 13:29:57.317 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80752025-02-21T13:29:58.728Z[ recovery-image] Feb 21 13:29:57.707 INFO O| Feb 21 13:29:57.706 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80762025-02-21T13:29:58.796Z[ recovery-image] Feb 21 13:29:57.775 INFO O| Feb 21 13:29:57.775 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80772025-02-21T13:29:58.827Z[ recovery-image] Feb 21 13:29:57.801 INFO O| Feb 21 13:29:57.801 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80782025-02-21T13:29:58.842Z[ recovery-image] Feb 21 13:29:57.821 INFO O| Feb 21 13:29:57.821 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80792025-02-21T13:29:58.925Z[ recovery-image] Feb 21 13:29:57.904 INFO O| Feb 21 13:29:57.904 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80802025-02-21T13:29:58.928Z[ recovery-image] Feb 21 13:29:57.905 INFO O| Feb 21 13:29:57.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80812025-02-21T13:29:58.928Z[ recovery-image] Feb 21 13:29:57.905 INFO O| Feb 21 13:29:57.905 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80822025-02-21T13:29:58.995Z[ recovery-image] Feb 21 13:29:57.974 INFO O| Feb 21 13:29:57.974 INFO boot environment UUID: ed246775-59f5-4a0e-ba81-7134edf8d770
80832025-02-21T13:29:58.995Z[ recovery-image] Feb 21 13:29:57.974 INFO O| Feb 21 13:29:57.974 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = ed246775-59f5-4a0e-ba81-7134edf8d770
80842025-02-21T13:29:59.028Z[ recovery-image] Feb 21 13:29:58.007 INFO O| Feb 21 13:29:58.007 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80852025-02-21T13:29:59.085Z[ recovery-image] Feb 21 13:29:58.063 INFO O| Feb 21 13:29:58.063 INFO STEP 0 (create_be) COMPLETE
80862025-02-21T13:29:59.085Z[ recovery-image] Feb 21 13:29:58.063 INFO O| Feb 21 13:29:58.063 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80872025-02-21T13:29:59.127Z[ recovery-image] Feb 21 13:29:58.105 INFO O| Feb 21 13:29:58.105 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"]
80882025-02-21T13:30:06.236Z[ recovery-image] Feb 21 13:30:05.215 INFO O| Feb 21 13:30:05.215 INFO STEP 1 (unpack_tar) COMPLETE
80892025-02-21T13:30:06.236Z[ recovery-image] Feb 21 13:30:05.215 INFO O| Feb 21 13:30:05.215 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80902025-02-21T13:30:06.255Z[ recovery-image] Feb 21 13:30:05.234 INFO O| Feb 21 13:30:05.234 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80912025-02-21T13:30:07.155Z[ recovery-image] Feb 21 13:30:06.134 INFO O| Feb 21 13:30:06.133 INFO STEP 2 (devfsadm) COMPLETE
80922025-02-21T13:30:07.155Z[ recovery-image] Feb 21 13:30:06.134 INFO O| Feb 21 13:30:06.133 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80932025-02-21T13:30:07.179Z[ recovery-image] Feb 21 13:30:06.155 INFO O| Feb 21 13:30:06.155 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80942025-02-21T13:30:07.179Z[ recovery-image] Feb 21 13:30:06.155 INFO O| Feb 21 13:30:06.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80952025-02-21T13:30:07.182Z[ recovery-image] Feb 21 13:30:06.155 INFO O| Feb 21 13:30:06.155 INFO STEP 3 (ensure_dir) COMPLETE
80962025-02-21T13:30:07.182Z[ recovery-image] Feb 21 13:30:06.155 INFO O| Feb 21 13:30:06.155 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80972025-02-21T13:30:07.196Z[ recovery-image] Feb 21 13:30:06.175 INFO O| Feb 21 13:30:06.175 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80982025-02-21T13:30:07.196Z[ recovery-image] Feb 21 13:30:06.175 INFO O| Feb 21 13:30:06.175 INFO STEP 4 (ensure_dir) COMPLETE
80992025-02-21T13:30:07.199Z[ recovery-image] Feb 21 13:30:06.175 INFO O| Feb 21 13:30:06.175 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81002025-02-21T13:30:07.229Z[ recovery-image] Feb 21 13:30:06.206 INFO O| Feb 21 13:30:06.206 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81012025-02-21T13:30:07.229Z[ recovery-image] Feb 21 13:30:06.206 INFO O| Feb 21 13:30:06.206 INFO STEP 5 (ensure_dir) COMPLETE
81022025-02-21T13:30:07.229Z[ recovery-image] Feb 21 13:30:06.206 INFO O| Feb 21 13:30:06.206 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81032025-02-21T13:30:07.262Z[ recovery-image] Feb 21 13:30:06.240 INFO O| Feb 21 13:30:06.240 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81042025-02-21T13:30:07.265Z[ recovery-image] Feb 21 13:30:06.241 INFO O| Feb 21 13:30:06.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81052025-02-21T13:30:07.265Z[ recovery-image] Feb 21 13:30:06.241 INFO O| Feb 21 13:30:06.241 INFO STEP 6 (ensure_dir) COMPLETE
81062025-02-21T13:30:07.265Z[ recovery-image] Feb 21 13:30:06.241 INFO O| Feb 21 13:30:06.241 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81072025-02-21T13:30:07.282Z[ recovery-image] Feb 21 13:30:06.261 INFO O| Feb 21 13:30:06.261 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81082025-02-21T13:30:07.285Z[ recovery-image] Feb 21 13:30:06.261 INFO O| Feb 21 13:30:06.261 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81092025-02-21T13:30:07.285Z[ recovery-image] Feb 21 13:30:06.261 INFO O| Feb 21 13:30:06.261 INFO STEP 7 (ensure_dir) COMPLETE
81102025-02-21T13:30:07.285Z[ recovery-image] Feb 21 13:30:06.261 INFO O| Feb 21 13:30:06.261 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81112025-02-21T13:30:07.355Z[ recovery-image] Feb 21 13:30:06.334 INFO O| Feb 21 13:30:06.333 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
81122025-02-21T13:30:07.358Z[ recovery-image] Feb 21 13:30:06.334 INFO O| Feb 21 13:30:06.334 INFO STEP 8 (remove_files) COMPLETE
81132025-02-21T13:30:07.358Z[ recovery-image] Feb 21 13:30:06.334 INFO O| Feb 21 13:30:06.334 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81142025-02-21T13:30:07.379Z[ recovery-image] Feb 21 13:30:06.357 INFO O| Feb 21 13:30:06.357 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
81152025-02-21T13:30:07.381Z[ recovery-image] Feb 21 13:30:06.358 INFO O| Feb 21 13:30:06.358 INFO STEP 9 (remove_files) COMPLETE
81162025-02-21T13:30:07.381Z[ recovery-image] Feb 21 13:30:06.358 INFO O| Feb 21 13:30:06.358 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81172025-02-21T13:30:07.400Z[ recovery-image] Feb 21 13:30:06.379 INFO O| Feb 21 13:30:06.379 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
81182025-02-21T13:30:07.403Z[ recovery-image] Feb 21 13:30:06.380 INFO O| Feb 21 13:30:06.380 INFO STEP 10 (remove_files) COMPLETE
81192025-02-21T13:30:07.403Z[ recovery-image] Feb 21 13:30:06.380 INFO O| Feb 21 13:30:06.380 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81202025-02-21T13:30:07.421Z[ recovery-image] Feb 21 13:30:06.400 INFO O| Feb 21 13:30:06.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
81212025-02-21T13:30:07.424Z[ recovery-image] Feb 21 13:30:06.400 INFO O| Feb 21 13:30:06.400 INFO STEP 11 (remove_files) COMPLETE
81222025-02-21T13:30:07.424Z[ recovery-image] Feb 21 13:30:06.400 INFO O| Feb 21 13:30:06.400 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81232025-02-21T13:30:07.441Z[ recovery-image] Feb 21 13:30:06.420 INFO O| Feb 21 13:30:06.420 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
81242025-02-21T13:30:07.444Z[ recovery-image] Feb 21 13:30:06.420 INFO O| Feb 21 13:30:06.420 INFO STEP 12 (remove_files) COMPLETE
81252025-02-21T13:30:07.444Z[ recovery-image] Feb 21 13:30:06.420 INFO O| Feb 21 13:30:06.420 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81262025-02-21T13:30:07.461Z[ recovery-image] Feb 21 13:30:06.440 INFO O| Feb 21 13:30:06.439 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81272025-02-21T13:30:07.461Z[ recovery-image] Feb 21 13:30:06.440 INFO O| Feb 21 13:30:06.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81282025-02-21T13:30:07.461Z[ recovery-image] Feb 21 13:30:06.440 INFO O| Feb 21 13:30:06.440 INFO STEP 13 (ensure_dir) COMPLETE
81292025-02-21T13:30:07.464Z[ recovery-image] Feb 21 13:30:06.440 INFO O| Feb 21 13:30:06.440 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81302025-02-21T13:30:07.481Z[ recovery-image] Feb 21 13:30:06.459 INFO O| Feb 21 13:30:06.459 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81312025-02-21T13:30:07.481Z[ recovery-image] Feb 21 13:30:06.460 INFO O| Feb 21 13:30:06.460 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81322025-02-21T13:30:07.481Z[ recovery-image] Feb 21 13:30:06.460 INFO O| Feb 21 13:30:06.460 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81332025-02-21T13:30:07.484Z[ recovery-image] Feb 21 13:30:06.460 INFO O| Feb 21 13:30:06.460 INFO STEP 14 (ensure_dir) COMPLETE
81342025-02-21T13:30:07.484Z[ recovery-image] Feb 21 13:30:06.460 INFO O| Feb 21 13:30:06.460 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81352025-02-21T13:30:07.516Z[ recovery-image] Feb 21 13:30:06.494 INFO O| Feb 21 13:30:06.494 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81362025-02-21T13:30:07.516Z[ recovery-image] Feb 21 13:30:06.494 INFO O| Feb 21 13:30:06.494 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81372025-02-21T13:30:07.518Z[ recovery-image] Feb 21 13:30:06.494 INFO O| Feb 21 13:30:06.494 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81382025-02-21T13:30:07.518Z[ recovery-image] Feb 21 13:30:06.494 INFO O| Feb 21 13:30:06.494 INFO STEP 15 (ensure_dir) COMPLETE
81392025-02-21T13:30:07.518Z[ recovery-image] Feb 21 13:30:06.494 INFO O| Feb 21 13:30:06.494 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81402025-02-21T13:30:07.537Z[ recovery-image] Feb 21 13:30:06.516 INFO O| Feb 21 13:30:06.516 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81412025-02-21T13:30:07.537Z[ recovery-image] Feb 21 13:30:06.516 INFO O| Feb 21 13:30:06.516 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81422025-02-21T13:30:07.542Z[ recovery-image] Feb 21 13:30:06.516 INFO O| Feb 21 13:30:06.516 INFO STEP 16 (ensure_dir) COMPLETE
81432025-02-21T13:30:07.542Z[ recovery-image] Feb 21 13:30:06.516 INFO O| Feb 21 13:30:06.516 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81442025-02-21T13:30:07.598Z[ recovery-image] Feb 21 13:30:06.577 INFO O| Feb 21 13:30:06.577 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81452025-02-21T13:30:07.598Z[ recovery-image] Feb 21 13:30:06.577 INFO O| Feb 21 13:30:06.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81462025-02-21T13:30:07.598Z[ recovery-image] Feb 21 13:30:06.577 INFO O| Feb 21 13:30:06.577 INFO STEP 17 (ensure_dir) COMPLETE
81472025-02-21T13:30:07.601Z[ recovery-image] Feb 21 13:30:06.577 INFO O| Feb 21 13:30:06.577 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81482025-02-21T13:30:07.624Z[ recovery-image] Feb 21 13:30:06.602 INFO O| Feb 21 13:30:06.602 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81492025-02-21T13:30:07.627Z[ recovery-image] Feb 21 13:30:06.603 INFO O| Feb 21 13:30:06.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81502025-02-21T13:30:07.627Z[ recovery-image] Feb 21 13:30:06.603 INFO O| Feb 21 13:30:06.603 INFO ok!
81512025-02-21T13:30:07.627Z[ recovery-image] Feb 21 13:30:06.603 INFO O| Feb 21 13:30:06.603 INFO STEP 18 (ensure_symlink) COMPLETE
81522025-02-21T13:30:07.627Z[ recovery-image] Feb 21 13:30:06.603 INFO O| Feb 21 13:30:06.603 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81532025-02-21T13:30:07.663Z[ recovery-image] Feb 21 13:30:06.642 INFO O| Feb 21 13:30:06.642 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81542025-02-21T13:30:07.663Z[ recovery-image] Feb 21 13:30:06.642 INFO O| Feb 21 13:30:06.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81552025-02-21T13:30:07.666Z[ recovery-image] Feb 21 13:30:06.642 INFO O| Feb 21 13:30:06.642 INFO ok!
81562025-02-21T13:30:07.666Z[ recovery-image] Feb 21 13:30:06.642 INFO O| Feb 21 13:30:06.642 INFO STEP 19 (ensure_file) COMPLETE
81572025-02-21T13:30:07.666Z[ recovery-image] Feb 21 13:30:06.642 INFO O| Feb 21 13:30:06.642 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81582025-02-21T13:30:07.685Z[ recovery-image] Feb 21 13:30:06.662 INFO O| Feb 21 13:30:06.662 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81592025-02-21T13:30:07.685Z[ recovery-image] Feb 21 13:30:06.663 INFO O| Feb 21 13:30:06.662 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81602025-02-21T13:30:07.685Z[ recovery-image] Feb 21 13:30:06.663 INFO O| Feb 21 13:30:06.663 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81612025-02-21T13:30:07.688Z[ recovery-image] Feb 21 13:30:06.663 INFO O| Feb 21 13:30:06.663 INFO ok!
81622025-02-21T13:30:07.688Z[ recovery-image] Feb 21 13:30:06.663 INFO O| Feb 21 13:30:06.663 INFO STEP 20 (ensure_symlink) COMPLETE
81632025-02-21T13:30:07.688Z[ recovery-image] Feb 21 13:30:06.663 INFO O| Feb 21 13:30:06.663 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81642025-02-21T13:30:07.704Z[ recovery-image] Feb 21 13:30:06.683 INFO O| Feb 21 13:30:06.683 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81652025-02-21T13:30:07.704Z[ recovery-image] Feb 21 13:30:06.683 INFO O| Feb 21 13:30:06.683 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81662025-02-21T13:30:07.707Z[ recovery-image] Feb 21 13:30:06.683 INFO O| Feb 21 13:30:06.683 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81672025-02-21T13:30:07.707Z[ recovery-image] Feb 21 13:30:06.683 INFO O| Feb 21 13:30:06.683 INFO ok!
81682025-02-21T13:30:07.707Z[ recovery-image] Feb 21 13:30:06.683 INFO O| Feb 21 13:30:06.683 INFO STEP 21 (ensure_symlink) COMPLETE
81692025-02-21T13:30:07.707Z[ recovery-image] Feb 21 13:30:06.683 INFO O| Feb 21 13:30:06.683 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81702025-02-21T13:30:07.724Z[ recovery-image] Feb 21 13:30:06.703 INFO O| Feb 21 13:30:06.703 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81712025-02-21T13:30:07.724Z[ recovery-image] Feb 21 13:30:06.703 INFO O| Feb 21 13:30:06.703 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81722025-02-21T13:30:07.724Z[ recovery-image] Feb 21 13:30:06.703 INFO O| Feb 21 13:30:06.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81732025-02-21T13:30:07.727Z[ recovery-image] Feb 21 13:30:06.703 INFO O| Feb 21 13:30:06.703 INFO ok!
81742025-02-21T13:30:07.727Z[ recovery-image] Feb 21 13:30:06.703 INFO O| Feb 21 13:30:06.703 INFO STEP 22 (ensure_symlink) COMPLETE
81752025-02-21T13:30:07.727Z[ recovery-image] Feb 21 13:30:06.703 INFO O| Feb 21 13:30:06.703 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81762025-02-21T13:30:07.744Z[ recovery-image] Feb 21 13:30:06.723 INFO O| Feb 21 13:30:06.723 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81772025-02-21T13:30:07.744Z[ recovery-image] Feb 21 13:30:06.723 INFO O| Feb 21 13:30:06.723 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81782025-02-21T13:30:07.744Z[ recovery-image] Feb 21 13:30:06.723 INFO O| Feb 21 13:30:06.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81792025-02-21T13:30:07.747Z[ recovery-image] Feb 21 13:30:06.723 INFO O| Feb 21 13:30:06.723 INFO ok!
81802025-02-21T13:30:07.747Z[ recovery-image] Feb 21 13:30:06.723 INFO O| Feb 21 13:30:06.723 INFO STEP 23 (ensure_symlink) COMPLETE
81812025-02-21T13:30:07.747Z[ recovery-image] Feb 21 13:30:06.723 INFO O| Feb 21 13:30:06.723 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81822025-02-21T13:30:07.764Z[ recovery-image] Feb 21 13:30:06.743 INFO O| Feb 21 13:30:06.743 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81832025-02-21T13:30:07.764Z[ recovery-image] Feb 21 13:30:06.743 INFO O| Feb 21 13:30:06.743 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 ...
81842025-02-21T13:30:07.767Z[ recovery-image] Feb 21 13:30:06.743 INFO O| Feb 21 13:30:06.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81852025-02-21T13:30:07.767Z[ recovery-image] Feb 21 13:30:06.743 INFO O| Feb 21 13:30:06.743 INFO ok!
81862025-02-21T13:30:07.767Z[ recovery-image] Feb 21 13:30:06.743 INFO O| Feb 21 13:30:06.743 INFO STEP 24 (ensure_file) COMPLETE
81872025-02-21T13:30:07.767Z[ recovery-image] Feb 21 13:30:06.743 INFO O| Feb 21 13:30:06.743 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81882025-02-21T13:30:07.783Z[ recovery-image] Feb 21 13:30:06.762 INFO O| Feb 21 13:30:06.762 INFO updating shadow file
81892025-02-21T13:30:07.786Z[ recovery-image] Feb 21 13:30:06.762 INFO O| Feb 21 13:30:06.762 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81902025-02-21T13:30:07.786Z[ recovery-image] Feb 21 13:30:06.763 INFO O| Feb 21 13:30:06.762 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81912025-02-21T13:30:07.786Z[ recovery-image] Feb 21 13:30:06.763 INFO O| Feb 21 13:30:06.763 INFO STEP 25 (shadow) COMPLETE
81922025-02-21T13:30:07.786Z[ recovery-image] Feb 21 13:30:06.763 INFO O| Feb 21 13:30:06.763 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81932025-02-21T13:30:07.814Z[ recovery-image] Feb 21 13:30:06.793 INFO O| Feb 21 13:30:06.793 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81942025-02-21T13:30:07.817Z[ recovery-image] Feb 21 13:30:06.793 INFO O| Feb 21 13:30:06.793 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81952025-02-21T13:30:07.817Z[ recovery-image] Feb 21 13:30:06.793 INFO O| Feb 21 13:30:06.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81962025-02-21T13:30:07.817Z[ recovery-image] Feb 21 13:30:06.793 INFO O| Feb 21 13:30:06.793 INFO ok!
81972025-02-21T13:30:07.817Z[ recovery-image] Feb 21 13:30:06.793 INFO O| Feb 21 13:30:06.793 INFO STEP 26 (ensure_file) COMPLETE
81982025-02-21T13:30:07.817Z[ recovery-image] Feb 21 13:30:06.793 INFO O| Feb 21 13:30:06.793 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81992025-02-21T13:30:07.832Z[ recovery-image] Feb 21 13:30:06.810 INFO O| Feb 21 13:30:06.810 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
82002025-02-21T13:30:07.832Z[ recovery-image] Feb 21 13:30:06.810 INFO O| Feb 21 13:30:06.810 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
82012025-02-21T13:30:07.832Z[ recovery-image] Feb 21 13:30:06.810 INFO O| Feb 21 13:30:06.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
82022025-02-21T13:30:07.832Z[ recovery-image] Feb 21 13:30:06.810 INFO O| Feb 21 13:30:06.810 INFO ok!
82032025-02-21T13:30:07.835Z[ recovery-image] Feb 21 13:30:06.810 INFO O| Feb 21 13:30:06.810 INFO STEP 27 (ensure_file) COMPLETE
82042025-02-21T13:30:07.835Z[ recovery-image] Feb 21 13:30:06.810 INFO O| Feb 21 13:30:06.810 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82052025-02-21T13:30:07.849Z[ recovery-image] Feb 21 13:30:06.827 INFO O| Feb 21 13:30:06.827 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
82062025-02-21T13:30:07.849Z[ recovery-image] Feb 21 13:30:06.827 INFO O| Feb 21 13:30:06.827 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
82072025-02-21T13:30:07.849Z[ recovery-image] Feb 21 13:30:06.828 INFO O| Feb 21 13:30:06.828 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82082025-02-21T13:30:07.851Z[ recovery-image] Feb 21 13:30:06.828 INFO O| Feb 21 13:30:06.828 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82092025-02-21T13:30:07.851Z[ recovery-image] Feb 21 13:30:06.828 INFO O| Feb 21 13:30:06.828 INFO ok!
82102025-02-21T13:30:07.851Z[ recovery-image] Feb 21 13:30:06.828 INFO O| Feb 21 13:30:06.828 INFO STEP 28 (ensure_file) COMPLETE
82112025-02-21T13:30:07.852Z[ recovery-image] Feb 21 13:30:06.828 INFO O| Feb 21 13:30:06.828 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82122025-02-21T13:30:07.874Z[ recovery-image] Feb 21 13:30:06.853 INFO O| Feb 21 13:30:06.853 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
82132025-02-21T13:30:07.874Z[ recovery-image] Feb 21 13:30:06.853 INFO O| Feb 21 13:30:06.853 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
82142025-02-21T13:30:07.877Z[ recovery-image] Feb 21 13:30:06.853 INFO O| Feb 21 13:30:06.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
82152025-02-21T13:30:07.877Z[ recovery-image] Feb 21 13:30:06.853 INFO O| Feb 21 13:30:06.853 INFO ok!
82162025-02-21T13:30:07.877Z[ recovery-image] Feb 21 13:30:06.853 INFO O| Feb 21 13:30:06.853 INFO STEP 29 (ensure_file) COMPLETE
82172025-02-21T13:30:07.877Z[ recovery-image] Feb 21 13:30:06.854 INFO O| Feb 21 13:30:06.853 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82182025-02-21T13:30:07.894Z[ recovery-image] Feb 21 13:30:06.873 INFO O| Feb 21 13:30:06.873 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
82192025-02-21T13:30:07.894Z[ recovery-image] Feb 21 13:30:06.873 INFO O| Feb 21 13:30:06.873 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
82202025-02-21T13:30:07.897Z[ recovery-image] Feb 21 13:30:06.873 INFO O| Feb 21 13:30:06.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
82212025-02-21T13:30:07.897Z[ recovery-image] Feb 21 13:30:06.873 INFO O| Feb 21 13:30:06.873 INFO ok!
82222025-02-21T13:30:07.897Z[ recovery-image] Feb 21 13:30:06.873 INFO O| Feb 21 13:30:06.873 INFO STEP 30 (ensure_file) COMPLETE
82232025-02-21T13:30:07.897Z[ recovery-image] Feb 21 13:30:06.873 INFO O| Feb 21 13:30:06.873 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82242025-02-21T13:30:07.913Z[ recovery-image] Feb 21 13:30:06.891 INFO O| Feb 21 13:30:06.891 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
82252025-02-21T13:30:07.913Z[ recovery-image] Feb 21 13:30:06.892 INFO O| Feb 21 13:30:06.891 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
82262025-02-21T13:30:07.915Z[ recovery-image] Feb 21 13:30:06.892 INFO O| Feb 21 13:30:06.892 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82272025-02-21T13:30:07.915Z[ recovery-image] Feb 21 13:30:06.892 INFO O| Feb 21 13:30:06.892 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82282025-02-21T13:30:07.916Z[ recovery-image] Feb 21 13:30:06.892 INFO O| Feb 21 13:30:06.892 INFO ok!
82292025-02-21T13:30:07.916Z[ recovery-image] Feb 21 13:30:06.892 INFO O| Feb 21 13:30:06.892 INFO STEP 31 (ensure_file) COMPLETE
82302025-02-21T13:30:07.916Z[ recovery-image] Feb 21 13:30:06.892 INFO O| Feb 21 13:30:06.892 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82312025-02-21T13:30:07.932Z[ recovery-image] Feb 21 13:30:06.911 INFO O| Feb 21 13:30:06.911 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
82322025-02-21T13:30:07.932Z[ recovery-image] Feb 21 13:30:06.911 INFO O| Feb 21 13:30:06.911 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
82332025-02-21T13:30:07.935Z[ recovery-image] Feb 21 13:30:06.911 INFO O| Feb 21 13:30:06.911 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
82342025-02-21T13:30:07.935Z[ recovery-image] Feb 21 13:30:06.912 INFO O| Feb 21 13:30:06.912 INFO ok!
82352025-02-21T13:30:07.935Z[ recovery-image] Feb 21 13:30:06.912 INFO O| Feb 21 13:30:06.912 INFO STEP 32 (ensure_file) COMPLETE
82362025-02-21T13:30:07.935Z[ recovery-image] Feb 21 13:30:06.912 INFO O| Feb 21 13:30:06.912 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82372025-02-21T13:30:07.968Z[ recovery-image] Feb 21 13:30:06.947 INFO O| Feb 21 13:30:06.947 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82382025-02-21T13:30:07.969Z[ recovery-image] Feb 21 13:30:06.947 INFO O| Feb 21 13:30:06.947 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82392025-02-21T13:30:07.972Z[ recovery-image] Feb 21 13:30:06.947 INFO O| Feb 21 13:30:06.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82402025-02-21T13:30:07.972Z[ recovery-image] Feb 21 13:30:06.947 INFO O| Feb 21 13:30:06.947 INFO ok!
82412025-02-21T13:30:07.972Z[ recovery-image] Feb 21 13:30:06.947 INFO O| Feb 21 13:30:06.947 INFO STEP 33 (ensure_file) COMPLETE
82422025-02-21T13:30:07.972Z[ recovery-image] Feb 21 13:30:06.947 INFO O| Feb 21 13:30:06.947 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82432025-02-21T13:30:07.993Z[ recovery-image] Feb 21 13:30:06.972 INFO O| Feb 21 13:30:06.972 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82442025-02-21T13:30:07.993Z[ recovery-image] Feb 21 13:30:06.972 INFO O| Feb 21 13:30:06.972 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82452025-02-21T13:30:07.996Z[ recovery-image] Feb 21 13:30:06.972 INFO O| Feb 21 13:30:06.972 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82462025-02-21T13:30:07.996Z[ recovery-image] Feb 21 13:30:06.972 INFO O| Feb 21 13:30:06.972 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82472025-02-21T13:30:07.996Z[ recovery-image] Feb 21 13:30:06.972 INFO O| Feb 21 13:30:06.972 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82482025-02-21T13:30:07.996Z[ recovery-image] Feb 21 13:30:06.973 INFO O| Feb 21 13:30:06.973 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82492025-02-21T13:30:07.996Z[ recovery-image] Feb 21 13:30:06.973 INFO O| Feb 21 13:30:06.973 INFO ok!
82502025-02-21T13:30:07.996Z[ recovery-image] Feb 21 13:30:06.973 INFO O| Feb 21 13:30:06.973 INFO STEP 34 (ensure_file) COMPLETE
82512025-02-21T13:30:07.996Z[ recovery-image] Feb 21 13:30:06.973 INFO O| Feb 21 13:30:06.973 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82522025-02-21T13:30:08.024Z[ recovery-image] Feb 21 13:30:07.002 INFO O| Feb 21 13:30:07.002 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82532025-02-21T13:30:08.024Z[ recovery-image] Feb 21 13:30:07.002 INFO O| Feb 21 13:30:07.002 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82542025-02-21T13:30:08.024Z[ recovery-image] Feb 21 13:30:07.002 INFO O| Feb 21 13:30:07.002 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82552025-02-21T13:30:08.027Z[ recovery-image] Feb 21 13:30:07.002 INFO O| Feb 21 13:30:07.002 INFO STEP 35 (ensure_dir) COMPLETE
82562025-02-21T13:30:08.027Z[ recovery-image] Feb 21 13:30:07.002 INFO O| Feb 21 13:30:07.002 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82572025-02-21T13:30:08.049Z[ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 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
82582025-02-21T13:30:08.053Z[ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 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 ...
82592025-02-21T13:30:08.053Z[ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 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
82602025-02-21T13:30:08.053Z[ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 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
82612025-02-21T13:30:08.053Z[ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 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
82622025-02-21T13:30:08.053Z[ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 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
82632025-02-21T13:30:08.053Z[ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 INFO ok!
82642025-02-21T13:30:08.053Z[ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 INFO STEP 36 (ensure_file) COMPLETE
82652025-02-21T13:30:08.053Z[ recovery-image] Feb 21 13:30:07.028 INFO O| Feb 21 13:30:07.028 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82662025-02-21T13:30:08.085Z[ recovery-image] Feb 21 13:30:07.063 INFO O| Feb 21 13:30:07.063 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82672025-02-21T13:30:08.085Z[ recovery-image] Feb 21 13:30:07.063 INFO O| Feb 21 13:30:07.063 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 ...
82682025-02-21T13:30:08.087Z[ recovery-image] Feb 21 13:30:07.063 INFO O| Feb 21 13:30:07.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82692025-02-21T13:30:08.087Z[ recovery-image] Feb 21 13:30:07.063 INFO O| Feb 21 13:30:07.063 INFO ok!
82702025-02-21T13:30:08.088Z[ recovery-image] Feb 21 13:30:07.063 INFO O| Feb 21 13:30:07.063 INFO STEP 37 (ensure_symlink) COMPLETE
82712025-02-21T13:30:08.088Z[ recovery-image] Feb 21 13:30:07.063 INFO O| Feb 21 13:30:07.063 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82722025-02-21T13:30:08.106Z[ recovery-image] Feb 21 13:30:07.084 INFO O| Feb 21 13:30:07.084 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82732025-02-21T13:30:08.106Z[ recovery-image] Feb 21 13:30:07.084 INFO O| Feb 21 13:30:07.084 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82742025-02-21T13:30:08.108Z[ recovery-image] Feb 21 13:30:07.084 INFO O| Feb 21 13:30:07.084 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82752025-02-21T13:30:08.108Z[ recovery-image] Feb 21 13:30:07.084 INFO O| Feb 21 13:30:07.084 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82762025-02-21T13:30:08.108Z[ recovery-image] Feb 21 13:30:07.084 INFO O| Feb 21 13:30:07.084 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82772025-02-21T13:30:08.108Z[ recovery-image] Feb 21 13:30:07.085 INFO O| Feb 21 13:30:07.085 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82782025-02-21T13:30:08.108Z[ recovery-image] Feb 21 13:30:07.085 INFO O| Feb 21 13:30:07.085 INFO ok!
82792025-02-21T13:30:08.109Z[ recovery-image] Feb 21 13:30:07.085 INFO O| Feb 21 13:30:07.085 INFO STEP 38 (ensure_file) COMPLETE
82802025-02-21T13:30:08.109Z[ recovery-image] Feb 21 13:30:07.085 INFO O| Feb 21 13:30:07.085 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82812025-02-21T13:30:08.139Z[ recovery-image] Feb 21 13:30:07.117 INFO O| Feb 21 13:30:07.117 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82822025-02-21T13:30:08.139Z[ recovery-image] Feb 21 13:30:07.117 INFO O| Feb 21 13:30:07.117 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 ...
82832025-02-21T13:30:08.142Z[ recovery-image] Feb 21 13:30:07.117 INFO O| Feb 21 13:30:07.117 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
82842025-02-21T13:30:08.142Z[ recovery-image] Feb 21 13:30:07.117 INFO O| Feb 21 13:30:07.117 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82852025-02-21T13:30:08.142Z[ recovery-image] Feb 21 13:30:07.117 INFO O| Feb 21 13:30:07.117 INFO ok!
82862025-02-21T13:30:08.144Z[ recovery-image] Feb 21 13:30:07.118 INFO O| Feb 21 13:30:07.117 INFO STEP 39 (ensure_file) COMPLETE
82872025-02-21T13:30:08.145Z[ recovery-image] Feb 21 13:30:07.123 INFO O| Feb 21 13:30:07.117 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82882025-02-21T13:30:08.169Z[ recovery-image] Feb 21 13:30:07.147 INFO O| Feb 21 13:30:07.147 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82892025-02-21T13:30:08.172Z[ recovery-image] Feb 21 13:30:07.147 INFO O| Feb 21 13:30:07.147 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82902025-02-21T13:30:08.172Z[ recovery-image] Feb 21 13:30:07.147 INFO O| Feb 21 13:30:07.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82912025-02-21T13:30:08.172Z[ recovery-image] Feb 21 13:30:07.148 INFO O| Feb 21 13:30:07.147 INFO ok!
82922025-02-21T13:30:08.172Z[ recovery-image] Feb 21 13:30:07.148 INFO O| Feb 21 13:30:07.147 INFO STEP 40 (ensure_file) COMPLETE
82932025-02-21T13:30:08.172Z[ recovery-image] Feb 21 13:30:07.148 INFO O| Feb 21 13:30:07.147 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82942025-02-21T13:30:08.208Z[ recovery-image] Feb 21 13:30:07.186 INFO O| Feb 21 13:30:07.186 INFO updating shadow file
82952025-02-21T13:30:08.210Z[ recovery-image] Feb 21 13:30:07.186 INFO O| Feb 21 13:30:07.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82962025-02-21T13:30:08.210Z[ recovery-image] Feb 21 13:30:07.186 INFO O| Feb 21 13:30:07.186 INFO STEP 41 (shadow) COMPLETE
82972025-02-21T13:30:08.211Z[ recovery-image] Feb 21 13:30:07.186 INFO O| Feb 21 13:30:07.186 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82982025-02-21T13:30:08.245Z[ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.223 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82992025-02-21T13:30:08.248Z[ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.224 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
83002025-02-21T13:30:08.248Z[ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.224 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83012025-02-21T13:30:08.248Z[ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.224 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83022025-02-21T13:30:08.248Z[ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.224 INFO ok!
83032025-02-21T13:30:08.248Z[ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.224 INFO STEP 42 (ensure_file) COMPLETE
83042025-02-21T13:30:08.248Z[ recovery-image] Feb 21 13:30:07.224 INFO O| Feb 21 13:30:07.224 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83052025-02-21T13:30:08.265Z[ recovery-image] Feb 21 13:30:07.243 INFO O| Feb 21 13:30:07.243 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
83062025-02-21T13:30:08.265Z[ recovery-image] Feb 21 13:30:07.243 INFO O| Feb 21 13:30:07.243 INFO STEP 43 (ensure_dir) COMPLETE
83072025-02-21T13:30:08.265Z[ recovery-image] Feb 21 13:30:07.243 INFO O| Feb 21 13:30:07.243 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83082025-02-21T13:30:08.284Z[ recovery-image] Feb 21 13:30:07.262 INFO O| Feb 21 13:30:07.262 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83092025-02-21T13:30:08.284Z[ recovery-image] Feb 21 13:30:07.262 INFO O| Feb 21 13:30:07.262 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83102025-02-21T13:30:08.284Z[ recovery-image] Feb 21 13:30:07.262 INFO O| Feb 21 13:30:07.262 INFO STEP 44 (ensure_dir) COMPLETE
83112025-02-21T13:30:08.284Z[ recovery-image] Feb 21 13:30:07.262 INFO O| Feb 21 13:30:07.262 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83122025-02-21T13:30:08.302Z[ recovery-image] Feb 21 13:30:07.281 INFO O| Feb 21 13:30:07.281 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83132025-02-21T13:30:08.302Z[ recovery-image] Feb 21 13:30:07.281 INFO O| Feb 21 13:30:07.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83142025-02-21T13:30:08.302Z[ recovery-image] Feb 21 13:30:07.281 INFO O| Feb 21 13:30:07.281 INFO STEP 45 (ensure_dir) COMPLETE
83152025-02-21T13:30:08.305Z[ recovery-image] Feb 21 13:30:07.281 INFO O| Feb 21 13:30:07.281 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83162025-02-21T13:30:08.329Z[ recovery-image] Feb 21 13:30:07.307 INFO O| Feb 21 13:30:07.307 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
83172025-02-21T13:30:08.329Z[ recovery-image] Feb 21 13:30:07.307 INFO O| Feb 21 13:30:07.307 INFO copying /tmp/.tmpyXqKXH/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
83182025-02-21T13:30:08.384Z[ recovery-image] Feb 21 13:30:07.362 INFO O| Feb 21 13:30:07.362 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
83192025-02-21T13:30:08.384Z[ recovery-image] Feb 21 13:30:07.362 INFO O| Feb 21 13:30:07.362 INFO ok!
83202025-02-21T13:30:08.387Z[ recovery-image] Feb 21 13:30:07.362 INFO O| Feb 21 13:30:07.362 INFO STEP 46 (ensure_file) COMPLETE
83212025-02-21T13:30:08.387Z[ recovery-image] Feb 21 13:30:07.362 INFO O| Feb 21 13:30:07.362 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83222025-02-21T13:30:08.407Z[ recovery-image] Feb 21 13:30:07.385 INFO O| Feb 21 13:30:07.385 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83232025-02-21T13:30:08.407Z[ recovery-image] Feb 21 13:30:07.385 INFO O| Feb 21 13:30:07.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83242025-02-21T13:30:08.407Z[ recovery-image] Feb 21 13:30:07.385 INFO O| Feb 21 13:30:07.385 INFO STEP 47 (ensure_dir) COMPLETE
83252025-02-21T13:30:08.409Z[ recovery-image] Feb 21 13:30:07.385 INFO O| Feb 21 13:30:07.385 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83262025-02-21T13:30:08.444Z[ recovery-image] Feb 21 13:30:07.423 INFO O| Feb 21 13:30:07.423 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
83272025-02-21T13:30:08.444Z[ recovery-image] Feb 21 13:30:07.423 INFO O| Feb 21 13:30:07.423 INFO copying /tmp/.tmpyXqKXH/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
83282025-02-21T13:30:08.444Z[ recovery-image] Feb 21 13:30:07.423 INFO O| Feb 21 13:30:07.423 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
83292025-02-21T13:30:08.447Z[ recovery-image] Feb 21 13:30:07.423 INFO O| Feb 21 13:30:07.423 INFO ok!
83302025-02-21T13:30:08.447Z[ recovery-image] Feb 21 13:30:07.423 INFO O| Feb 21 13:30:07.423 INFO STEP 48 (ensure_file) COMPLETE
83312025-02-21T13:30:08.447Z[ recovery-image] Feb 21 13:30:07.423 INFO O| Feb 21 13:30:07.423 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83322025-02-21T13:30:08.464Z[ recovery-image] Feb 21 13:30:07.442 INFO O| Feb 21 13:30:07.442 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83332025-02-21T13:30:08.464Z[ recovery-image] Feb 21 13:30:07.442 INFO O| Feb 21 13:30:07.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83342025-02-21T13:30:08.464Z[ recovery-image] Feb 21 13:30:07.442 INFO O| Feb 21 13:30:07.442 INFO STEP 49 (ensure_dir) COMPLETE
83352025-02-21T13:30:08.466Z[ recovery-image] Feb 21 13:30:07.442 INFO O| Feb 21 13:30:07.442 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83362025-02-21T13:30:08.484Z[ recovery-image] Feb 21 13:30:07.462 INFO O| Feb 21 13:30:07.462 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
83372025-02-21T13:30:08.484Z[ recovery-image] Feb 21 13:30:07.463 INFO O| Feb 21 13:30:07.462 INFO copying /tmp/.tmpyXqKXH/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83382025-02-21T13:30:10.487Z[ recovery-image] Feb 21 13:30:09.465 INFO O| Feb 21 13:30:09.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83392025-02-21T13:30:10.487Z[ recovery-image] Feb 21 13:30:09.466 INFO O| Feb 21 13:30:09.465 INFO ok!
83402025-02-21T13:30:10.490Z[ recovery-image] Feb 21 13:30:09.466 INFO O| Feb 21 13:30:09.465 INFO STEP 50 (ensure_file) COMPLETE
83412025-02-21T13:30:10.490Z[ recovery-image] Feb 21 13:30:09.466 INFO O| Feb 21 13:30:09.465 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83422025-02-21T13:30:10.506Z[ recovery-image] Feb 21 13:30:09.484 INFO O| Feb 21 13:30:09.484 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83432025-02-21T13:30:10.506Z[ recovery-image] Feb 21 13:30:09.484 INFO O| Feb 21 13:30:09.484 INFO copying /tmp/.tmpyXqKXH/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83442025-02-21T13:30:10.559Z[ recovery-image] Feb 21 13:30:09.538 INFO O| Feb 21 13:30:09.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83452025-02-21T13:30:10.559Z[ recovery-image] Feb 21 13:30:09.538 INFO O| Feb 21 13:30:09.538 INFO ok!
83462025-02-21T13:30:10.562Z[ recovery-image] Feb 21 13:30:09.538 INFO O| Feb 21 13:30:09.538 INFO STEP 51 (ensure_file) COMPLETE
83472025-02-21T13:30:10.562Z[ recovery-image] Feb 21 13:30:09.538 INFO O| Feb 21 13:30:09.538 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83482025-02-21T13:30:10.591Z[ recovery-image] Feb 21 13:30:09.569 INFO O| Feb 21 13:30:09.569 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83492025-02-21T13:30:10.591Z[ recovery-image] Feb 21 13:30:09.570 INFO O| Feb 21 13:30:09.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83502025-02-21T13:30:10.591Z[ recovery-image] Feb 21 13:30:09.570 INFO O| Feb 21 13:30:09.570 INFO STEP 52 (ensure_dir) COMPLETE
83512025-02-21T13:30:10.594Z[ recovery-image] Feb 21 13:30:09.570 INFO O| Feb 21 13:30:09.570 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83522025-02-21T13:30:10.617Z[ recovery-image] Feb 21 13:30:09.591 INFO O| Feb 21 13:30:09.591 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83532025-02-21T13:30:10.617Z[ recovery-image] Feb 21 13:30:09.591 INFO O| Feb 21 13:30:09.591 INFO copying /tmp/.tmpyXqKXH/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 ...
83542025-02-21T13:30:10.617Z[ recovery-image] Feb 21 13:30:09.591 INFO O| Feb 21 13:30:09.591 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
83552025-02-21T13:30:10.617Z[ recovery-image] Feb 21 13:30:09.591 INFO O| Feb 21 13:30:09.591 INFO ok!
83562025-02-21T13:30:10.617Z[ recovery-image] Feb 21 13:30:09.591 INFO O| Feb 21 13:30:09.591 INFO STEP 53 (ensure_file) COMPLETE
83572025-02-21T13:30:10.617Z[ recovery-image] Feb 21 13:30:09.591 INFO O| Feb 21 13:30:09.591 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83582025-02-21T13:30:10.643Z[ recovery-image] Feb 21 13:30:09.621 INFO O| Feb 21 13:30:09.621 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83592025-02-21T13:30:10.643Z[ recovery-image] Feb 21 13:30:09.621 INFO O| Feb 21 13:30:09.621 INFO copying /tmp/.tmpyXqKXH/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 ...
83602025-02-21T13:30:10.643Z[ recovery-image] Feb 21 13:30:09.621 INFO O| Feb 21 13:30:09.621 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
83612025-02-21T13:30:10.643Z[ recovery-image] Feb 21 13:30:09.621 INFO O| Feb 21 13:30:09.621 INFO ok!
83622025-02-21T13:30:10.645Z[ recovery-image] Feb 21 13:30:09.621 INFO O| Feb 21 13:30:09.621 INFO STEP 54 (ensure_file) COMPLETE
83632025-02-21T13:30:10.645Z[ recovery-image] Feb 21 13:30:09.621 INFO O| Feb 21 13:30:09.621 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83642025-02-21T13:30:10.663Z[ recovery-image] Feb 21 13:30:09.641 INFO O| Feb 21 13:30:09.641 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83652025-02-21T13:30:10.663Z[ recovery-image] Feb 21 13:30:09.641 INFO O| Feb 21 13:30:09.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83662025-02-21T13:30:10.663Z[ recovery-image] Feb 21 13:30:09.641 INFO O| Feb 21 13:30:09.641 INFO STEP 55 (ensure_dir) COMPLETE
83672025-02-21T13:30:10.665Z[ recovery-image] Feb 21 13:30:09.641 INFO O| Feb 21 13:30:09.641 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83682025-02-21T13:30:10.723Z[ recovery-image] Feb 21 13:30:09.701 INFO O| Feb 21 13:30:09.701 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83692025-02-21T13:30:10.723Z[ recovery-image] Feb 21 13:30:09.702 INFO O| Feb 21 13:30:09.701 INFO copying /tmp/.tmpyXqKXH/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 ...
83702025-02-21T13:30:10.723Z[ recovery-image] Feb 21 13:30:09.702 INFO O| Feb 21 13:30:09.702 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83712025-02-21T13:30:10.723Z[ recovery-image] Feb 21 13:30:09.702 INFO O| Feb 21 13:30:09.702 INFO ok!
83722025-02-21T13:30:10.726Z[ recovery-image] Feb 21 13:30:09.702 INFO O| Feb 21 13:30:09.702 INFO STEP 56 (ensure_file) COMPLETE
83732025-02-21T13:30:10.726Z[ recovery-image] Feb 21 13:30:09.702 INFO O| Feb 21 13:30:09.702 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83742025-02-21T13:30:10.766Z[ recovery-image] Feb 21 13:30:09.745 INFO O| Feb 21 13:30:09.745 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83752025-02-21T13:30:10.766Z[ recovery-image] Feb 21 13:30:09.745 INFO O| Feb 21 13:30:09.745 INFO copying /tmp/.tmpyXqKXH/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 ...
83762025-02-21T13:30:10.766Z[ recovery-image] Feb 21 13:30:09.745 INFO O| Feb 21 13:30:09.745 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
83772025-02-21T13:30:10.769Z[ recovery-image] Feb 21 13:30:09.745 INFO O| Feb 21 13:30:09.745 INFO ok!
83782025-02-21T13:30:10.769Z[ recovery-image] Feb 21 13:30:09.745 INFO O| Feb 21 13:30:09.745 INFO STEP 57 (ensure_file) COMPLETE
83792025-02-21T13:30:10.769Z[ recovery-image] Feb 21 13:30:09.745 INFO O| Feb 21 13:30:09.745 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83802025-02-21T13:30:10.806Z[ recovery-image] Feb 21 13:30:09.784 INFO O| Feb 21 13:30:09.784 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83812025-02-21T13:30:10.806Z[ recovery-image] Feb 21 13:30:09.784 INFO O| Feb 21 13:30:09.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83822025-02-21T13:30:10.808Z[ recovery-image] Feb 21 13:30:09.784 INFO O| Feb 21 13:30:09.784 INFO STEP 58 (ensure_dir) COMPLETE
83832025-02-21T13:30:10.808Z[ recovery-image] Feb 21 13:30:09.784 INFO O| Feb 21 13:30:09.784 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83842025-02-21T13:30:10.826Z[ recovery-image] Feb 21 13:30:09.805 INFO O| Feb 21 13:30:09.804 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83852025-02-21T13:30:10.826Z[ recovery-image] Feb 21 13:30:09.805 INFO O| Feb 21 13:30:09.804 INFO copying /tmp/.tmpyXqKXH/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 ...
83862025-02-21T13:30:10.826Z[ recovery-image] Feb 21 13:30:09.805 INFO O| Feb 21 13:30:09.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83872025-02-21T13:30:10.826Z[ recovery-image] Feb 21 13:30:09.805 INFO O| Feb 21 13:30:09.805 INFO ok!
83882025-02-21T13:30:10.829Z[ recovery-image] Feb 21 13:30:09.805 INFO O| Feb 21 13:30:09.805 INFO STEP 59 (ensure_file) COMPLETE
83892025-02-21T13:30:10.829Z[ recovery-image] Feb 21 13:30:09.805 INFO O| Feb 21 13:30:09.805 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83902025-02-21T13:30:10.848Z[ recovery-image] Feb 21 13:30:09.826 INFO O| Feb 21 13:30:09.826 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83912025-02-21T13:30:10.848Z[ recovery-image] Feb 21 13:30:09.827 INFO O| Feb 21 13:30:09.826 INFO copying /tmp/.tmpyXqKXH/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83922025-02-21T13:30:10.848Z[ recovery-image] Feb 21 13:30:09.827 INFO O| Feb 21 13:30:09.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83932025-02-21T13:30:10.848Z[ recovery-image] Feb 21 13:30:09.827 INFO O| Feb 21 13:30:09.827 INFO ok!
83942025-02-21T13:30:10.851Z[ recovery-image] Feb 21 13:30:09.827 INFO O| Feb 21 13:30:09.827 INFO STEP 60 (ensure_file) COMPLETE
83952025-02-21T13:30:10.851Z[ recovery-image] Feb 21 13:30:09.827 INFO O| Feb 21 13:30:09.827 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83962025-02-21T13:30:10.868Z[ recovery-image] Feb 21 13:30:09.847 INFO O| Feb 21 13:30:09.846 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83972025-02-21T13:30:10.868Z[ recovery-image] Feb 21 13:30:09.847 INFO O| Feb 21 13:30:09.846 INFO STEP 61 (ensure_dir) COMPLETE
83982025-02-21T13:30:10.868Z[ recovery-image] Feb 21 13:30:09.847 INFO O| Feb 21 13:30:09.846 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83992025-02-21T13:30:10.905Z[ recovery-image] Feb 21 13:30:09.884 INFO O| Feb 21 13:30:09.884 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
84002025-02-21T13:30:10.906Z[ recovery-image] Feb 21 13:30:09.884 INFO O| Feb 21 13:30:09.884 INFO STEP 62 (ensure_dir) COMPLETE
84012025-02-21T13:30:10.908Z[ recovery-image] Feb 21 13:30:09.884 INFO O| Feb 21 13:30:09.884 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84022025-02-21T13:30:10.942Z[ recovery-image] Feb 21 13:30:09.920 INFO O| Feb 21 13:30:09.920 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
84032025-02-21T13:30:10.942Z[ recovery-image] Feb 21 13:30:09.920 INFO O| Feb 21 13:30:09.920 INFO STEP 63 (ensure_dir) COMPLETE
84042025-02-21T13:30:10.942Z[ recovery-image] Feb 21 13:30:09.920 INFO O| Feb 21 13:30:09.920 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84052025-02-21T13:30:10.960Z[ recovery-image] Feb 21 13:30:09.938 INFO O| Feb 21 13:30:09.938 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
84062025-02-21T13:30:10.960Z[ recovery-image] Feb 21 13:30:09.938 INFO O| Feb 21 13:30:09.938 INFO STEP 64 (ensure_dir) COMPLETE
84072025-02-21T13:30:10.960Z[ recovery-image] Feb 21 13:30:09.938 INFO O| Feb 21 13:30:09.938 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84082025-02-21T13:30:10.977Z[ recovery-image] Feb 21 13:30:09.956 INFO O| Feb 21 13:30:09.956 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
84092025-02-21T13:30:10.977Z[ recovery-image] Feb 21 13:30:09.956 INFO O| Feb 21 13:30:09.956 INFO copying /tmp/.tmpyXqKXH/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
84102025-02-21T13:30:10.980Z[ recovery-image] Feb 21 13:30:09.956 INFO O| Feb 21 13:30:09.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
84112025-02-21T13:30:10.980Z[ recovery-image] Feb 21 13:30:09.956 INFO O| Feb 21 13:30:09.956 INFO ok!
84122025-02-21T13:30:10.980Z[ recovery-image] Feb 21 13:30:09.956 INFO O| Feb 21 13:30:09.956 INFO STEP 65 (ensure_file) COMPLETE
84132025-02-21T13:30:10.980Z[ recovery-image] Feb 21 13:30:09.957 INFO O| Feb 21 13:30:09.956 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84142025-02-21T13:30:11.016Z[ recovery-image] Feb 21 13:30:09.995 INFO O| Feb 21 13:30:09.995 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
84152025-02-21T13:30:11.019Z[ recovery-image] Feb 21 13:30:09.995 INFO O| Feb 21 13:30:09.995 INFO STEP 66 (remove_files) COMPLETE
84162025-02-21T13:30:11.019Z[ recovery-image] Feb 21 13:30:09.995 INFO O| Feb 21 13:30:09.995 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84172025-02-21T13:30:11.052Z[ recovery-image] Feb 21 13:30:10.030 INFO O| Feb 21 13:30:10.030 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
84182025-02-21T13:30:11.052Z[ recovery-image] Feb 21 13:30:10.031 INFO O| Feb 21 13:30:10.031 INFO STEP 67 (remove_files) COMPLETE
84192025-02-21T13:30:11.055Z[ recovery-image] Feb 21 13:30:10.031 INFO O| Feb 21 13:30:10.031 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84202025-02-21T13:30:11.069Z[ recovery-image] Feb 21 13:30:10.048 INFO O| Feb 21 13:30:10.047 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
84212025-02-21T13:30:11.072Z[ recovery-image] Feb 21 13:30:10.048 INFO O| Feb 21 13:30:10.048 INFO STEP 68 (remove_files) COMPLETE
84222025-02-21T13:30:11.072Z[ recovery-image] Feb 21 13:30:10.048 INFO O| Feb 21 13:30:10.048 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84232025-02-21T13:30:11.105Z[ recovery-image] Feb 21 13:30:10.084 INFO O| Feb 21 13:30:10.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
84242025-02-21T13:30:11.108Z[ recovery-image] Feb 21 13:30:10.084 INFO O| Feb 21 13:30:10.084 INFO STEP 69 (remove_files) COMPLETE
84252025-02-21T13:30:11.108Z[ recovery-image] Feb 21 13:30:10.084 INFO O| Feb 21 13:30:10.084 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84262025-02-21T13:30:11.125Z[ recovery-image] Feb 21 13:30:10.103 INFO O| Feb 21 13:30:10.103 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
84272025-02-21T13:30:11.127Z[ recovery-image] Feb 21 13:30:10.104 INFO O| Feb 21 13:30:10.104 INFO STEP 70 (remove_files) COMPLETE
84282025-02-21T13:30:11.127Z[ recovery-image] Feb 21 13:30:10.104 INFO O| Feb 21 13:30:10.104 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84292025-02-21T13:30:11.143Z[ recovery-image] Feb 21 13:30:10.121 INFO O| Feb 21 13:30:10.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
84302025-02-21T13:30:11.146Z[ recovery-image] Feb 21 13:30:10.121 INFO O| Feb 21 13:30:10.121 INFO STEP 71 (remove_files) COMPLETE
84312025-02-21T13:30:11.146Z[ recovery-image] Feb 21 13:30:10.121 INFO O| Feb 21 13:30:10.121 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84322025-02-21T13:30:11.170Z[ recovery-image] Feb 21 13:30:10.149 INFO O| Feb 21 13:30:10.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
84332025-02-21T13:30:11.170Z[ recovery-image] Feb 21 13:30:10.149 INFO O| Feb 21 13:30:10.149 INFO STEP 72 (remove_files) COMPLETE
84342025-02-21T13:30:11.170Z[ recovery-image] Feb 21 13:30:10.149 INFO O| Feb 21 13:30:10.149 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84352025-02-21T13:30:11.204Z[ recovery-image] Feb 21 13:30:10.183 INFO O| Feb 21 13:30:10.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
84362025-02-21T13:30:11.204Z[ recovery-image] Feb 21 13:30:10.183 INFO O| Feb 21 13:30:10.183 INFO STEP 73 (remove_files) COMPLETE
84372025-02-21T13:30:11.207Z[ recovery-image] Feb 21 13:30:10.183 INFO O| Feb 21 13:30:10.183 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84382025-02-21T13:30:11.311Z[ recovery-image] Feb 21 13:30:10.289 INFO O| Feb 21 13:30:10.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84392025-02-21T13:30:11.311Z[ recovery-image] Feb 21 13:30:10.289 INFO O| Feb 21 13:30:10.289 INFO STEP 74 (remove_files) COMPLETE
84402025-02-21T13:30:11.311Z[ recovery-image] Feb 21 13:30:10.289 INFO O| Feb 21 13:30:10.289 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84412025-02-21T13:30:11.333Z[ recovery-image] Feb 21 13:30:10.311 INFO O| Feb 21 13:30:10.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84422025-02-21T13:30:11.333Z[ recovery-image] Feb 21 13:30:10.311 INFO O| Feb 21 13:30:10.311 INFO STEP 75 (remove_files) COMPLETE
84432025-02-21T13:30:11.333Z[ recovery-image] Feb 21 13:30:10.311 INFO O| Feb 21 13:30:10.311 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84442025-02-21T13:30:11.354Z[ recovery-image] Feb 21 13:30:10.333 INFO O| Feb 21 13:30:10.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84452025-02-21T13:30:11.354Z[ recovery-image] Feb 21 13:30:10.333 INFO O| Feb 21 13:30:10.333 INFO STEP 76 (remove_files) COMPLETE
84462025-02-21T13:30:11.357Z[ recovery-image] Feb 21 13:30:10.333 INFO O| Feb 21 13:30:10.333 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84472025-02-21T13:30:11.376Z[ recovery-image] Feb 21 13:30:10.354 INFO O| Feb 21 13:30:10.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84482025-02-21T13:30:11.376Z[ recovery-image] Feb 21 13:30:10.354 INFO O| Feb 21 13:30:10.354 INFO STEP 77 (remove_files) COMPLETE
84492025-02-21T13:30:11.376Z[ recovery-image] Feb 21 13:30:10.355 INFO O| Feb 21 13:30:10.354 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84502025-02-21T13:30:11.394Z[ recovery-image] Feb 21 13:30:10.372 INFO O| Feb 21 13:30:10.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84512025-02-21T13:30:11.394Z[ recovery-image] Feb 21 13:30:10.373 INFO O| Feb 21 13:30:10.372 INFO STEP 78 (remove_files) COMPLETE
84522025-02-21T13:30:11.394Z[ recovery-image] Feb 21 13:30:10.373 INFO O| Feb 21 13:30:10.373 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84532025-02-21T13:30:11.425Z[ recovery-image] Feb 21 13:30:10.393 INFO O| Feb 21 13:30:10.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84542025-02-21T13:30:11.425Z[ recovery-image] Feb 21 13:30:10.393 INFO O| Feb 21 13:30:10.393 INFO STEP 79 (remove_files) COMPLETE
84552025-02-21T13:30:11.425Z[ recovery-image] Feb 21 13:30:10.393 INFO O| Feb 21 13:30:10.393 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84562025-02-21T13:30:11.434Z[ recovery-image] Feb 21 13:30:10.413 INFO O| Feb 21 13:30:10.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84572025-02-21T13:30:11.435Z[ recovery-image] Feb 21 13:30:10.413 INFO O| Feb 21 13:30:10.413 INFO STEP 80 (remove_files) COMPLETE
84582025-02-21T13:30:11.439Z[ recovery-image] Feb 21 13:30:10.413 INFO O| Feb 21 13:30:10.413 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84592025-02-21T13:30:11.455Z[ recovery-image] Feb 21 13:30:10.434 INFO O| Feb 21 13:30:10.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84602025-02-21T13:30:11.455Z[ recovery-image] Feb 21 13:30:10.434 INFO O| Feb 21 13:30:10.434 INFO STEP 81 (remove_files) COMPLETE
84612025-02-21T13:30:11.455Z[ recovery-image] Feb 21 13:30:10.434 INFO O| Feb 21 13:30:10.434 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84622025-02-21T13:30:11.476Z[ recovery-image] Feb 21 13:30:10.454 INFO O| Feb 21 13:30:10.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84632025-02-21T13:30:11.476Z[ recovery-image] Feb 21 13:30:10.455 INFO O| Feb 21 13:30:10.454 INFO STEP 82 (remove_files) COMPLETE
84642025-02-21T13:30:11.476Z[ recovery-image] Feb 21 13:30:10.455 INFO O| Feb 21 13:30:10.455 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84652025-02-21T13:30:11.496Z[ recovery-image] Feb 21 13:30:10.474 INFO O| Feb 21 13:30:10.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84662025-02-21T13:30:11.496Z[ recovery-image] Feb 21 13:30:10.474 INFO O| Feb 21 13:30:10.474 INFO STEP 83 (remove_files) COMPLETE
84672025-02-21T13:30:11.499Z[ recovery-image] Feb 21 13:30:10.474 INFO O| Feb 21 13:30:10.474 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84682025-02-21T13:30:11.515Z[ recovery-image] Feb 21 13:30:10.493 INFO O| Feb 21 13:30:10.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84692025-02-21T13:30:11.515Z[ recovery-image] Feb 21 13:30:10.493 INFO O| Feb 21 13:30:10.493 INFO STEP 84 (remove_files) COMPLETE
84702025-02-21T13:30:11.515Z[ recovery-image] Feb 21 13:30:10.493 INFO O| Feb 21 13:30:10.493 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84712025-02-21T13:30:11.535Z[ recovery-image] Feb 21 13:30:10.513 INFO O| Feb 21 13:30:10.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84722025-02-21T13:30:11.535Z[ recovery-image] Feb 21 13:30:10.513 INFO O| Feb 21 13:30:10.513 INFO STEP 85 (remove_files) COMPLETE
84732025-02-21T13:30:11.535Z[ recovery-image] Feb 21 13:30:10.513 INFO O| Feb 21 13:30:10.513 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84742025-02-21T13:30:11.553Z[ recovery-image] Feb 21 13:30:10.531 INFO O| Feb 21 13:30:10.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84752025-02-21T13:30:11.553Z[ recovery-image] Feb 21 13:30:10.532 INFO O| Feb 21 13:30:10.532 INFO STEP 86 (remove_files) COMPLETE
84762025-02-21T13:30:11.553Z[ recovery-image] Feb 21 13:30:10.532 INFO O| Feb 21 13:30:10.532 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84772025-02-21T13:30:11.571Z[ recovery-image] Feb 21 13:30:10.549 INFO O| Feb 21 13:30:10.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84782025-02-21T13:30:11.571Z[ recovery-image] Feb 21 13:30:10.550 INFO O| Feb 21 13:30:10.550 INFO STEP 87 (remove_files) COMPLETE
84792025-02-21T13:30:11.571Z[ recovery-image] Feb 21 13:30:10.550 INFO O| Feb 21 13:30:10.550 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84802025-02-21T13:30:11.589Z[ recovery-image] Feb 21 13:30:10.568 INFO O| Feb 21 13:30:10.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84812025-02-21T13:30:11.589Z[ recovery-image] Feb 21 13:30:10.568 INFO O| Feb 21 13:30:10.568 INFO STEP 88 (remove_files) COMPLETE
84822025-02-21T13:30:11.590Z[ recovery-image] Feb 21 13:30:10.568 INFO O| Feb 21 13:30:10.568 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84832025-02-21T13:30:11.626Z[ recovery-image] Feb 21 13:30:10.604 INFO O| Feb 21 13:30:10.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84842025-02-21T13:30:11.630Z[ recovery-image] Feb 21 13:30:10.605 INFO O| Feb 21 13:30:10.605 INFO STEP 89 (remove_files) COMPLETE
84852025-02-21T13:30:11.630Z[ recovery-image] Feb 21 13:30:10.605 INFO O| Feb 21 13:30:10.605 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84862025-02-21T13:30:11.646Z[ recovery-image] Feb 21 13:30:10.625 INFO O| Feb 21 13:30:10.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84872025-02-21T13:30:11.646Z[ recovery-image] Feb 21 13:30:10.625 INFO O| Feb 21 13:30:10.625 INFO STEP 90 (remove_files) COMPLETE
84882025-02-21T13:30:11.646Z[ recovery-image] Feb 21 13:30:10.625 INFO O| Feb 21 13:30:10.625 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84892025-02-21T13:30:11.684Z[ recovery-image] Feb 21 13:30:10.662 INFO O| Feb 21 13:30:10.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84902025-02-21T13:30:11.684Z[ recovery-image] Feb 21 13:30:10.662 INFO O| Feb 21 13:30:10.662 INFO STEP 91 (remove_files) COMPLETE
84912025-02-21T13:30:11.686Z[ recovery-image] Feb 21 13:30:10.662 INFO O| Feb 21 13:30:10.662 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84922025-02-21T13:30:11.704Z[ recovery-image] Feb 21 13:30:10.682 INFO O| Feb 21 13:30:10.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84932025-02-21T13:30:11.704Z[ recovery-image] Feb 21 13:30:10.682 INFO O| Feb 21 13:30:10.682 INFO STEP 92 (remove_files) COMPLETE
84942025-02-21T13:30:11.706Z[ recovery-image] Feb 21 13:30:10.682 INFO O| Feb 21 13:30:10.682 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84952025-02-21T13:30:11.724Z[ recovery-image] Feb 21 13:30:10.702 INFO O| Feb 21 13:30:10.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84962025-02-21T13:30:11.724Z[ recovery-image] Feb 21 13:30:10.702 INFO O| Feb 21 13:30:10.702 INFO STEP 93 (remove_files) COMPLETE
84972025-02-21T13:30:11.726Z[ recovery-image] Feb 21 13:30:10.702 INFO O| Feb 21 13:30:10.702 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84982025-02-21T13:30:11.742Z[ recovery-image] Feb 21 13:30:10.720 INFO O| Feb 21 13:30:10.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84992025-02-21T13:30:11.742Z[ recovery-image] Feb 21 13:30:10.720 INFO O| Feb 21 13:30:10.720 INFO STEP 94 (remove_files) COMPLETE
85002025-02-21T13:30:11.742Z[ recovery-image] Feb 21 13:30:10.720 INFO O| Feb 21 13:30:10.720 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
85012025-02-21T13:30:11.769Z[ recovery-image] Feb 21 13:30:10.748 INFO O| Feb 21 13:30:10.748 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
85022025-02-21T13:30:11.772Z[ recovery-image] Feb 21 13:30:10.749 INFO O| Feb 21 13:30:10.749 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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
85032025-02-21T13:30:25.363Z[ recovery-image] Feb 21 13:30:24.341 INFO O| Feb 21 13:30:24.341 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
85042025-02-21T13:30:25.363Z[ recovery-image] Feb 21 13:30:24.341 INFO O| Feb 21 13:30:24.341 INFO E| svccfg: Loaded 67 smf(7) service descriptions
85052025-02-21T13:30:25.381Z[ recovery-image] Feb 21 13:30:24.359 INFO O| Feb 21 13:30:24.359 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_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"}
85062025-02-21T13:30:25.570Z[ recovery-image] Feb 21 13:30:24.548 INFO O| Feb 21 13:30:24.548 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
85072025-02-21T13:30:25.570Z[ recovery-image] Feb 21 13:30:24.548 INFO O| Feb 21 13:30:24.548 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 ...
85082025-02-21T13:30:25.573Z[ recovery-image] Feb 21 13:30:24.550 INFO O| Feb 21 13:30:24.550 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
85092025-02-21T13:30:25.573Z[ recovery-image] Feb 21 13:30:24.550 INFO O| Feb 21 13:30:24.550 INFO ok!
85102025-02-21T13:30:25.573Z[ recovery-image] Feb 21 13:30:24.550 INFO O| Feb 21 13:30:24.550 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
85112025-02-21T13:30:25.573Z[ recovery-image] Feb 21 13:30:24.550 INFO O| Feb 21 13:30:24.550 INFO STEP 95 (seed_smf) COMPLETE
85122025-02-21T13:30:25.573Z[ recovery-image] Feb 21 13:30:24.550 INFO O| Feb 21 13:30:24.550 INFO steps complete; finalising image!
85132025-02-21T13:30:25.573Z[ recovery-image] Feb 21 13:30:24.551 INFO O| Feb 21 13:30:24.550 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
85142025-02-21T13:30:25.646Z[ recovery-image] Feb 21 13:30:24.623 INFO O| Feb 21 13:30:24.623 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Feb 21 13:30:24 2025)
85152025-02-21T13:30:25.856Z[ recovery-image] Feb 21 13:30:24.834 INFO O| Feb 21 13:30:24.834 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Feb 21 13:30:24 2025)
85162025-02-21T13:30:26.084Z[ recovery-image] Feb 21 13:30:25.062 INFO O| Feb 21 13:30:25.062 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Feb 21 13:30:24 2025)
85172025-02-21T13:30:26.295Z[ recovery-image] Feb 21 13:30:25.273 INFO O| Feb 21 13:30:25.273 INFO trim TEMPORARY-gimlet-zfs-recovery: (56% trimmed, started at Fri Feb 21 13:30:24 2025)
85182025-02-21T13:30:26.509Z[ recovery-image] Feb 21 13:30:25.487 INFO O| Feb 21 13:30:25.487 INFO trim TEMPORARY-gimlet-zfs-recovery: (68% trimmed, started at Fri Feb 21 13:30:24 2025)
85192025-02-21T13:30:26.721Z[ recovery-image] Feb 21 13:30:25.698 INFO O| Feb 21 13:30:25.698 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Fri Feb 21 13:30:24 2025)
85202025-02-21T13:30:26.981Z[ recovery-image] Feb 21 13:30:25.959 INFO O| Feb 21 13:30:25.959 INFO temporary pool has 379M used, 1.38G avail, 1.00x compressratio
85212025-02-21T13:30:26.981Z[ recovery-image] Feb 21 13:30:25.959 INFO O| Feb 21 13:30:25.959 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
85222025-02-21T13:30:27.744Z[ recovery-image] Feb 21 13:30:26.722 INFO O| Feb 21 13:30:26.722 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
85232025-02-21T13:30:27.744Z[ recovery-image] Feb 21 13:30:26.722 INFO O| Feb 21 13:30:26.722 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
85242025-02-21T13:30:33.585Z[ recovery-image] Feb 21 13:30:32.562 INFO O| Feb 21 13:30:32.562 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85252025-02-21T13:30:33.585Z[ recovery-image] Feb 21 13:30:32.562 INFO O| Feb 21 13:30:32.562 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85262025-02-21T13:30:33.588Z[ recovery-image] Feb 21 13:30:32.562 INFO O| Feb 21 13:30:32.562 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85272025-02-21T13:30:33.588Z[ recovery-image] Feb 21 13:30:32.562 INFO O| Feb 21 13:30:32.562 INFO completed processing gimlet/zfs-recovery
85282025-02-21T13:30:33.588Z[ recovery-image] Feb 21 13:30:32.562 INFO O| Feb 21 13:30:32.562 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
85292025-02-21T13:30:34.245Z[ recovery-image] Feb 21 13:30:33.222 INFO O| Feb 21 13:30:33.222 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
85302025-02-21T13:30:34.394Z[ recovery-image] Feb 21 13:30:33.372 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
85312025-02-21T13:30:34.397Z[ recovery-image] Feb 21 13:30:33.372 INFO expanded image name: "recovery 517bc63/${os_short_commit} 2025-02-21 12:57" -> "recovery 517bc63/9fcb5ef 2025-02-21 12:57"
85322025-02-21T13:30:34.397Z[ recovery-image] Feb 21 13:30:33.372 INFO output artefacts stored in: "/work/os-recovery"
85332025-02-21T13:30:34.397Z[ recovery-image] Feb 21 13:30:33.373 INFO collecting git info from project "phbl"...
85342025-02-21T13:30:34.433Z[ recovery-image] Feb 21 13:30:33.411 INFO collecting git info from project "amd-host-image-builder"...
85352025-02-21T13:30:35.151Z[ recovery-image] Feb 21 13:30:34.129 INFO collecting git info from project "chelsio-t6-roms"...
85362025-02-21T13:30:35.195Z[ recovery-image] Feb 21 13:30:34.172 INFO collecting git info from project "amd-firmware"...
85372025-02-21T13:30:35.602Z[ recovery-image] Feb 21 13:30:34.579 INFO collecting git info from project "pilot"...
85382025-02-21T13:30:35.663Z[ recovery-image] Feb 21 13:30:34.640 INFO collecting git info from project "pinprick"...
85392025-02-21T13:30:35.675Z[ recovery-image] Feb 21 13:30:34.652 INFO collecting git info from project "image-builder"...
85402025-02-21T13:30:35.693Z[ recovery-image] Feb 21 13:30:34.670 INFO collecting git info from project "bootserver"...
85412025-02-21T13:30:35.728Z[ recovery-image] Feb 21 13:30:34.706 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85422025-02-21T13:30:36.836Z[ recovery-image] Feb 21 13:30:35.814 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85432025-02-21T13:30:37.541Z[ recovery-image] Feb 21 13:30:36.518 INFO creating Oxide boot image...
85442025-02-21T13:30:37.541Z[ recovery-image] Feb 21 13:30:36.518 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 517bc63/9fcb5ef 2025-02-21 12:57", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85452025-02-21T13:31:26.274Z[ host-image] Feb 21 13:31:25.249 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z
85462025-02-21T13:31:26.277Z[ host-image] Feb 21 13:31:25.250 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z
85472025-02-21T13:31:26.277Z[ host-image] Feb 21 13:31:25.250 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85482025-02-21T13:31:26.277Z[ host-image] Feb 21 13:31:25.250 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85492025-02-21T13:31:26.277Z[ host-image] Feb 21 13:31:25.250 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85502025-02-21T13:31:26.277Z[ host-image] Feb 21 13:31:25.250 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85512025-02-21T13:31:26.277Z[ host-image] Feb 21 13:31:25.252 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85522025-02-21T13:31:26.277Z[ host-image] Feb 21 13:31:25.252 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85532025-02-21T13:31:26.277Z[ host-image] Feb 21 13:31:25.252 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85542025-02-21T13:31:26.277Z[ host-image] Feb 21 13:31:25.252 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85552025-02-21T13:31:26.277Z[ host-image] Feb 21 13:31:25.252 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z
85562025-02-21T13:31:26.279Z[ host-image] Feb 21 13:31:25.255 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z
85572025-02-21T13:31:26.282Z[ host-image] Feb 21 13:31:25.256 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z
85582025-02-21T13:31:26.282Z[ host-image] Feb 21 13:31:25.257 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z
85592025-02-21T13:31:26.282Z[ host-image] Feb 21 13:31:25.257 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85602025-02-21T13:31:26.282Z[ host-image] Feb 21 13:31:25.258 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z
85612025-02-21T13:31:26.285Z[ host-image] Feb 21 13:31:25.259 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z
85622025-02-21T13:31:26.286Z[ host-image] Feb 21 13:31:25.259 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z
85632025-02-21T13:31:26.286Z[ host-image] Feb 21 13:31:25.259 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z
85642025-02-21T13:31:26.286Z[ host-image] Feb 21 13:31:25.260 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z
85652025-02-21T13:31:26.286Z[ host-image] Feb 21 13:31:25.260 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z
85662025-02-21T13:31:26.286Z[ host-image] Feb 21 13:31:25.260 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z
85672025-02-21T13:31:26.286Z[ host-image] Feb 21 13:31:25.260 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z
85682025-02-21T13:31:26.286Z[ host-image] Feb 21 13:31:25.260 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z
85692025-02-21T13:31:26.286Z[ host-image] Feb 21 13:31:25.261 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z
85702025-02-21T13:31:26.289Z[ host-image] Feb 21 13:31:25.261 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z
85712025-02-21T13:31:26.289Z[ host-image] Feb 21 13:31:25.261 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z
85722025-02-21T13:31:26.289Z[ host-image] Feb 21 13:31:25.261 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z
85732025-02-21T13:31:26.289Z[ host-image] Feb 21 13:31:25.262 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z
85742025-02-21T13:31:26.289Z[ host-image] Feb 21 13:31:25.262 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z
85752025-02-21T13:31:26.289Z[ host-image] Feb 21 13:31:25.262 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z
85762025-02-21T13:31:26.289Z[ host-image] Feb 21 13:31:25.262 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z
85772025-02-21T13:31:26.289Z[ host-image] Feb 21 13:31:25.262 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z
85782025-02-21T13:31:26.289Z[ host-image] Feb 21 13:31:25.262 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z
85792025-02-21T13:31:26.289Z[ host-image] Feb 21 13:31:25.264 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z
85802025-02-21T13:31:26.289Z[ host-image] Feb 21 13:31:25.264 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z
85812025-02-21T13:31:26.302Z[ host-image] Feb 21 13:31:25.278 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85822025-02-21T13:31:26.302Z[ host-image] Feb 21 13:31:25.278 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z
85832025-02-21T13:31:26.305Z[ host-image] Feb 21 13:31:25.278 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85842025-02-21T13:31:26.305Z[ host-image] Feb 21 13:31:25.279 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85852025-02-21T13:31:26.305Z[ host-image] Feb 21 13:31:25.280 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85862025-02-21T13:31:26.305Z[ host-image] Feb 21 13:31:25.280 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z
85872025-02-21T13:31:26.305Z[ host-image] Feb 21 13:31:25.280 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85882025-02-21T13:31:26.305Z[ host-image] Feb 21 13:31:25.281 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85892025-02-21T13:31:26.308Z[ host-image] Feb 21 13:31:25.282 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85902025-02-21T13:31:26.308Z[ host-image] Feb 21 13:31:25.283 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85912025-02-21T13:31:26.339Z[ host-image] Feb 21 13:31:25.315 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85922025-02-21T13:31:26.342Z[ host-image] Feb 21 13:31:25.315 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85932025-02-21T13:31:26.342Z[ host-image] Feb 21 13:31:25.315 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85942025-02-21T13:31:26.342Z[ host-image] Feb 21 13:31:25.316 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85952025-02-21T13:31:26.342Z[ host-image] Feb 21 13:31:25.317 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85962025-02-21T13:31:26.342Z[ host-image] Feb 21 13:31:25.318 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85972025-02-21T13:31:26.413Z[ host-image] Feb 21 13:31:25.387 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
85982025-02-21T13:31:26.416Z[ host-image] Feb 21 13:31:25.388 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85992025-02-21T13:31:26.416Z[ host-image] Feb 21 13:31:25.388 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86002025-02-21T13:31:26.416Z[ host-image] Feb 21 13:31:25.389 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z
86012025-02-21T13:31:26.416Z[ host-image] Feb 21 13:31:25.389 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z
86022025-02-21T13:31:26.416Z[ host-image] Feb 21 13:31:25.390 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86032025-02-21T13:31:26.416Z[ host-image] Feb 21 13:31:25.390 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z
86042025-02-21T13:31:26.416Z[ host-image] Feb 21 13:31:25.390 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
86052025-02-21T13:31:26.416Z[ host-image] Feb 21 13:31:25.391 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
86062025-02-21T13:31:26.416Z[ host-image] Feb 21 13:31:25.391 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
86072025-02-21T13:31:26.416Z[ host-image] Feb 21 13:31:25.391 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z
86082025-02-21T13:31:26.416Z[ host-image] Feb 21 13:31:25.391 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86092025-02-21T13:31:26.423Z[ host-image] Feb 21 13:31:25.398 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86102025-02-21T13:31:26.425Z[ host-image] Feb 21 13:31:25.399 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86112025-02-21T13:31:26.425Z[ host-image] Feb 21 13:31:25.399 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86122025-02-21T13:31:26.425Z[ host-image] Feb 21 13:31:25.400 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z
86132025-02-21T13:31:26.425Z[ host-image] Feb 21 13:31:25.400 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86142025-02-21T13:31:26.447Z[ host-image] Feb 21 13:31:25.422 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86152025-02-21T13:31:26.449Z[ host-image] Feb 21 13:31:25.423 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z
86162025-02-21T13:31:26.452Z[ host-image] Feb 21 13:31:25.426 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z
86172025-02-21T13:31:26.452Z[ host-image] Feb 21 13:31:25.427 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z
86182025-02-21T13:31:26.452Z[ host-image] Feb 21 13:31:25.427 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86192025-02-21T13:31:26.452Z[ host-image] Feb 21 13:31:25.428 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z
86202025-02-21T13:31:26.454Z[ host-image] Feb 21 13:31:25.429 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z
86212025-02-21T13:31:26.454Z[ host-image] Feb 21 13:31:25.429 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z
86222025-02-21T13:31:26.455Z[ host-image] Feb 21 13:31:25.430 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z
86232025-02-21T13:31:26.460Z[ host-image] Feb 21 13:31:25.436 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86242025-02-21T13:31:26.471Z[ host-image] Feb 21 13:31:25.447 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z
86252025-02-21T13:31:26.474Z[ host-image] Feb 21 13:31:25.448 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z
86262025-02-21T13:31:26.474Z[ host-image] Feb 21 13:31:25.449 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86272025-02-21T13:31:26.474Z[ host-image] Feb 21 13:31:25.449 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z
86282025-02-21T13:31:26.474Z[ host-image] Feb 21 13:31:25.450 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z
86292025-02-21T13:31:26.474Z[ host-image] Feb 21 13:31:25.450 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z
86302025-02-21T13:31:26.477Z[ host-image] Feb 21 13:31:25.451 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z
86312025-02-21T13:31:26.488Z[ host-image] Feb 21 13:31:25.464 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z
86322025-02-21T13:31:26.488Z[ host-image] Feb 21 13:31:25.464 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
86332025-02-21T13:31:26.491Z[ host-image] Feb 21 13:31:25.467 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z
86342025-02-21T13:31:26.494Z[ host-image] Feb 21 13:31:25.469 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z
86352025-02-21T13:31:26.494Z[ host-image] Feb 21 13:31:25.469 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z
86362025-02-21T13:31:26.496Z[ host-image] Feb 21 13:31:25.470 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z
86372025-02-21T13:31:26.496Z[ host-image] Feb 21 13:31:25.471 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z
86382025-02-21T13:31:26.496Z[ host-image] Feb 21 13:31:25.472 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z
86392025-02-21T13:31:26.527Z[ host-image] Feb 21 13:31:25.502 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z
86402025-02-21T13:31:26.527Z[ host-image] Feb 21 13:31:25.502 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z
86412025-02-21T13:31:26.531Z[ host-image] Feb 21 13:31:25.503 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z
86422025-02-21T13:31:26.531Z[ host-image] Feb 21 13:31:25.505 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z
86432025-02-21T13:31:26.531Z[ host-image] Feb 21 13:31:25.505 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z
86442025-02-21T13:31:26.563Z[ host-image] Feb 21 13:31:25.539 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z
86452025-02-21T13:31:26.563Z[ host-image] Feb 21 13:31:25.539 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z
86462025-02-21T13:31:26.566Z[ host-image] Feb 21 13:31:25.539 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z
86472025-02-21T13:31:26.566Z[ host-image] Feb 21 13:31:25.539 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86482025-02-21T13:31:26.566Z[ host-image] Feb 21 13:31:25.540 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86492025-02-21T13:31:26.611Z[ host-image] Feb 21 13:31:25.586 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z
86502025-02-21T13:31:26.613Z[ host-image] Feb 21 13:31:25.587 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86512025-02-21T13:31:26.613Z[ host-image] Feb 21 13:31:25.587 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z
86522025-02-21T13:31:26.613Z[ host-image] Feb 21 13:31:25.587 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z
86532025-02-21T13:31:26.616Z[ host-image] Feb 21 13:31:25.589 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z
86542025-02-21T13:31:26.616Z[ host-image] Feb 21 13:31:25.590 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86552025-02-21T13:31:26.616Z[ host-image] Feb 21 13:31:25.591 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86562025-02-21T13:31:26.616Z[ host-image] Feb 21 13:31:25.592 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z
86572025-02-21T13:31:26.616Z[ host-image] Feb 21 13:31:25.592 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z
86582025-02-21T13:31:26.619Z[ host-image] Feb 21 13:31:25.592 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z
86592025-02-21T13:31:26.619Z[ host-image] Feb 21 13:31:25.593 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z
86602025-02-21T13:31:26.619Z[ host-image] Feb 21 13:31:25.593 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z
86612025-02-21T13:31:26.619Z[ host-image] Feb 21 13:31:25.594 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z
86622025-02-21T13:31:26.622Z[ host-image] Feb 21 13:31:25.598 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86632025-02-21T13:31:26.625Z[ host-image] Feb 21 13:31:25.599 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z
86642025-02-21T13:31:26.627Z[ host-image] Feb 21 13:31:25.602 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z
86652025-02-21T13:31:26.627Z[ host-image] Feb 21 13:31:25.602 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z
86662025-02-21T13:31:26.627Z[ host-image] Feb 21 13:31:25.602 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z
86672025-02-21T13:31:26.627Z[ host-image] Feb 21 13:31:25.603 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z
86682025-02-21T13:31:26.627Z[ host-image] Feb 21 13:31:25.603 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z
86692025-02-21T13:31:26.630Z[ host-image] Feb 21 13:31:25.603 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86702025-02-21T13:31:26.648Z[ host-image] Feb 21 13:31:25.624 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86712025-02-21T13:31:26.651Z[ host-image] Feb 21 13:31:25.624 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z
86722025-02-21T13:31:26.651Z[ host-image] Feb 21 13:31:25.625 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z
86732025-02-21T13:31:26.651Z[ host-image] Feb 21 13:31:25.625 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86742025-02-21T13:31:26.651Z[ host-image] Feb 21 13:31:25.626 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86752025-02-21T13:31:26.651Z[ host-image] Feb 21 13:31:25.626 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86762025-02-21T13:31:26.651Z[ host-image] Feb 21 13:31:25.626 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86772025-02-21T13:31:26.651Z[ host-image] Feb 21 13:31:25.626 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86782025-02-21T13:31:26.654Z[ host-image] Feb 21 13:31:25.627 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86792025-02-21T13:31:26.656Z[ host-image] Feb 21 13:31:25.630 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86802025-02-21T13:31:26.656Z[ host-image] Feb 21 13:31:25.630 INFO O| tempdir @ "/tmp/.tmpQ34X6A/tmp"
86812025-02-21T13:31:26.656Z[ host-image] Feb 21 13:31:25.630 INFO O| image root @ "/tmp/.tmpQ34X6A/tmp/root"
86822025-02-21T13:31:26.656Z[ host-image] Feb 21 13:31:25.630 INFO O| creating image...
86832025-02-21T13:31:27.823Z[ host-image] Feb 21 13:31:26.799 INFO O| copying publishers...
86842025-02-21T13:31:43.898Z[ recovery-image] Feb 21 13:31:42.873 INFO O| ok, image written!
86852025-02-21T13:31:43.898Z[ recovery-image] Feb 21 13:31:42.873 INFO O| ok, boot_image_csum file written!
86862025-02-21T13:31:43.905Z[ recovery-image] Feb 21 13:31:42.880 INFO creating boot archive (CPIO)...
86872025-02-21T13:31:43.907Z[ recovery-image] Feb 21 13:31:42.880 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
86882025-02-21T13:31:43.927Z[ recovery-image] Feb 21 13:31:42.902 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86892025-02-21T13:31:43.927Z[ recovery-image] Feb 21 13:31:42.903 INFO E| + outfile=/work/os-recovery/cpio
86902025-02-21T13:31:43.931Z[ recovery-image] Feb 21 13:31:42.903 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86912025-02-21T13:31:43.933Z[ recovery-image] Feb 21 13:31:42.906 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86922025-02-21T13:31:43.933Z[ recovery-image] Feb 21 13:31:42.907 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86932025-02-21T13:31:43.981Z[ recovery-image] Feb 21 13:31:42.955 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86942025-02-21T13:31:43.981Z[ recovery-image] Feb 21 13:31:42.955 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86952025-02-21T13:31:43.989Z[ recovery-image] Feb 21 13:31:42.964 INFO creating compressed cpio/unix for nanobl-rs...
86962025-02-21T13:31:43.989Z[ recovery-image] Feb 21 13:31:42.964 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
86972025-02-21T13:31:44.472Z[ recovery-image] Feb 21 13:31:43.447 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86982025-02-21T13:31:51.552Z[ recovery-image] Feb 21 13:31:50.526 INFO creating reset image...
86992025-02-21T13:31:51.552Z[ recovery-image] Feb 21 13:31:50.527 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
87002025-02-21T13:31:52.593Z[ recovery-image] Feb 21 13:31:51.567 INFO E| Updating crates.io index
87012025-02-21T13:31:52.901Z[ recovery-image] Feb 21 13:31:51.876 INFO E| Downloading crates ...
87022025-02-21T13:31:53.044Z[ recovery-image] Feb 21 13:31:52.019 INFO E| Downloaded strsim v0.11.1
87032025-02-21T13:31:53.066Z[ recovery-image] Feb 21 13:31:52.040 INFO E| Downloaded utf8parse v0.2.2
87042025-02-21T13:31:53.070Z[ recovery-image] Feb 21 13:31:52.041 INFO E| Downloaded os_pipe v1.2.1
87052025-02-21T13:31:53.070Z[ recovery-image] Feb 21 13:31:52.043 INFO E| Downloaded proc-macro2 v1.0.86
87062025-02-21T13:31:53.073Z[ recovery-image] Feb 21 13:31:52.046 INFO E| Downloaded quote v1.0.37
87072025-02-21T13:31:53.076Z[ recovery-image] Feb 21 13:31:52.049 INFO E| Downloaded clap v4.5.17
87082025-02-21T13:31:53.089Z[ recovery-image] Feb 21 13:31:52.062 INFO E| Downloaded anstyle-parse v0.2.5
87092025-02-21T13:31:53.110Z[ recovery-image] Feb 21 13:31:52.085 INFO E| Downloaded anstream v0.6.15
87102025-02-21T13:31:53.114Z[ recovery-image] Feb 21 13:31:52.089 INFO E| Downloaded heck v0.5.0
87112025-02-21T13:31:53.118Z[ recovery-image] Feb 21 13:31:52.091 INFO E| Downloaded clap_builder v4.5.17
87122025-02-21T13:31:53.127Z[ recovery-image] Feb 21 13:31:52.102 INFO E| Downloaded duct v0.13.7
87132025-02-21T13:31:53.131Z[ recovery-image] Feb 21 13:31:52.105 INFO E| Downloaded clap_derive v4.5.13
87142025-02-21T13:31:53.134Z[ recovery-image] Feb 21 13:31:52.108 INFO E| Downloaded anstyle v1.0.8
87152025-02-21T13:31:53.137Z[ recovery-image] Feb 21 13:31:52.111 INFO E| Downloaded shared_child v1.0.1
87162025-02-21T13:31:53.141Z[ recovery-image] Feb 21 13:31:52.113 INFO E| Downloaded once_cell v1.19.0
87172025-02-21T13:31:53.146Z[ recovery-image] Feb 21 13:31:52.120 INFO E| Downloaded unicode-ident v1.0.13
87182025-02-21T13:31:53.157Z[ recovery-image] Feb 21 13:31:52.131 INFO E| Downloaded syn v2.0.77
87192025-02-21T13:31:53.178Z[ recovery-image] Feb 21 13:31:52.151 INFO E| Downloaded is_terminal_polyfill v1.70.1
87202025-02-21T13:31:53.189Z[ recovery-image] Feb 21 13:31:52.163 INFO E| Downloaded colorchoice v1.0.2
87212025-02-21T13:31:53.192Z[ recovery-image] Feb 21 13:31:52.165 INFO E| Downloaded clap_lex v0.7.2
87222025-02-21T13:31:53.192Z[ recovery-image] Feb 21 13:31:52.166 INFO E| Downloaded anstyle-query v1.1.1
87232025-02-21T13:31:53.226Z[ recovery-image] Feb 21 13:31:52.201 INFO E| Downloaded libc v0.2.158
87242025-02-21T13:31:53.384Z[ recovery-image] Feb 21 13:31:52.358 INFO E| Compiling proc-macro2 v1.0.86
87252025-02-21T13:31:53.384Z[ recovery-image] Feb 21 13:31:52.358 INFO E| Compiling unicode-ident v1.0.13
87262025-02-21T13:31:53.387Z[ recovery-image] Feb 21 13:31:52.358 INFO E| Compiling libc v0.2.158
87272025-02-21T13:31:53.387Z[ recovery-image] Feb 21 13:31:52.358 INFO E| Compiling utf8parse v0.2.2
87282025-02-21T13:31:53.387Z[ recovery-image] Feb 21 13:31:52.359 INFO E| Compiling anstyle v1.0.8
87292025-02-21T13:31:53.387Z[ recovery-image] Feb 21 13:31:52.359 INFO E| Compiling anstyle-query v1.1.1
87302025-02-21T13:31:53.387Z[ recovery-image] Feb 21 13:31:52.359 INFO E| Compiling is_terminal_polyfill v1.70.1
87312025-02-21T13:31:53.387Z[ recovery-image] Feb 21 13:31:52.359 INFO E| Compiling colorchoice v1.0.2
87322025-02-21T13:31:53.489Z[ host-image] Feb 21 13:31:52.463 INFO O| adding properties...
87332025-02-21T13:31:54.209Z[ recovery-image] Feb 21 13:31:53.183 INFO E| Compiling anstyle-parse v0.2.5
87342025-02-21T13:31:54.209Z[ recovery-image] Feb 21 13:31:53.183 INFO E| Compiling clap_lex v0.7.2
87352025-02-21T13:31:54.262Z[ recovery-image] Feb 21 13:31:53.237 INFO E| Compiling strsim v0.11.1
87362025-02-21T13:31:54.610Z[ recovery-image] Feb 21 13:31:53.585 INFO E| Compiling heck v0.5.0
87372025-02-21T13:31:54.753Z[ recovery-image] Feb 21 13:31:53.727 INFO E| Compiling anstream v0.6.15
87382025-02-21T13:31:55.033Z[ recovery-image] Feb 21 13:31:54.007 INFO E| Compiling once_cell v1.19.0
87392025-02-21T13:31:55.582Z[ recovery-image] Feb 21 13:31:54.557 INFO E| Compiling clap_builder v4.5.17
87402025-02-21T13:31:56.587Z[ recovery-image] Feb 21 13:31:55.561 INFO E| Compiling os_pipe v1.2.1
87412025-02-21T13:31:56.587Z[ recovery-image] Feb 21 13:31:55.561 INFO E| Compiling shared_child v1.0.1
87422025-02-21T13:31:56.733Z[ host-image] Feb 21 13:31:55.707 INFO O| installing packages...
87432025-02-21T13:31:56.831Z[ recovery-image] Feb 21 13:31:55.805 INFO E| Compiling duct v0.13.7
87442025-02-21T13:31:57.158Z[ recovery-image] Feb 21 13:31:56.133 INFO E| Compiling quote v1.0.37
87452025-02-21T13:31:57.716Z[ recovery-image] Feb 21 13:31:56.691 INFO E| Compiling syn v2.0.77
87462025-02-21T13:32:06.494Z[ recovery-image] Feb 21 13:32:05.468 INFO E| Compiling clap_derive v4.5.13
87472025-02-21T13:32:11.218Z[ recovery-image] Feb 21 13:32:10.192 INFO E| Compiling clap v4.5.17
87482025-02-21T13:32:11.333Z[ recovery-image] Feb 21 13:32:10.307 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87492025-02-21T13:32:13.480Z[ recovery-image] Feb 21 13:32:12.454 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.29s
87502025-02-21T13:32:13.501Z[ recovery-image] Feb 21 13:32:12.475 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87512025-02-21T13:32:13.827Z[ recovery-image] Feb 21 13:32:12.800 INFO E| Updating crates.io index
87522025-02-21T13:32:13.957Z[ recovery-image] Feb 21 13:32:12.931 INFO E| Downloading crates ...
87532025-02-21T13:32:14.150Z[ recovery-image] Feb 21 13:32:13.124 INFO E| Downloaded seq-macro v0.3.5
87542025-02-21T13:32:14.159Z[ recovery-image] Feb 21 13:32:13.133 INFO E| Downloaded cpio_reader v0.1.1
87552025-02-21T13:32:14.161Z[ recovery-image] Feb 21 13:32:13.135 INFO E| Downloaded bitstruct_derive v0.1.0
87562025-02-21T13:32:14.164Z[ recovery-image] Feb 21 13:32:13.136 INFO E| Downloaded bitstruct v0.1.1
87572025-02-21T13:32:14.176Z[ recovery-image] Feb 21 13:32:13.150 INFO E| Downloaded scroll v0.12.0
87582025-02-21T13:32:14.179Z[ recovery-image] Feb 21 13:32:13.153 INFO E| Downloaded proc-macro2 v1.0.89
87592025-02-21T13:32:14.183Z[ recovery-image] Feb 21 13:32:13.157 INFO E| Downloaded miniz_oxide v0.8.0
87602025-02-21T13:32:14.186Z[ recovery-image] Feb 21 13:32:13.161 INFO E| Downloaded bit_field v0.10.2
87612025-02-21T13:32:14.206Z[ recovery-image] Feb 21 13:32:13.180 INFO E| Downloaded adler2 v2.0.0
87622025-02-21T13:32:14.209Z[ recovery-image] Feb 21 13:32:13.183 INFO E| Downloaded raw-cpuid v10.7.0
87632025-02-21T13:32:14.214Z[ recovery-image] Feb 21 13:32:13.188 INFO E| Downloaded scroll_derive v0.12.0
87642025-02-21T13:32:14.216Z[ recovery-image] Feb 21 13:32:13.189 INFO E| Downloaded syn v2.0.85
87652025-02-21T13:32:14.231Z[ recovery-image] Feb 21 13:32:13.205 INFO E| Downloaded goblin v0.8.2
87662025-02-21T13:32:14.375Z[ recovery-image] Feb 21 13:32:13.349 INFO E| Downloaded x86 v0.52.0
87672025-02-21T13:32:14.458Z[ recovery-image] Feb 21 13:32:13.430 INFO E| Updating crates.io index
87682025-02-21T13:32:14.609Z[ recovery-image] Feb 21 13:32:13.583 INFO E| Downloading crates ...
87692025-02-21T13:32:14.694Z[ recovery-image] Feb 21 13:32:13.667 INFO E| Downloaded rustc-demangle v0.1.24
87702025-02-21T13:32:14.729Z[ recovery-image] Feb 21 13:32:13.703 INFO E| Downloaded memchr v2.5.0
87712025-02-21T13:32:14.736Z[ recovery-image] Feb 21 13:32:13.710 INFO E| Downloaded allocator-api2 v0.2.18
87722025-02-21T13:32:14.765Z[ recovery-image] Feb 21 13:32:13.739 INFO E| Downloaded getopts v0.2.21
87732025-02-21T13:32:14.768Z[ recovery-image] Feb 21 13:32:13.742 INFO E| Downloaded hashbrown v0.15.0
87742025-02-21T13:32:14.802Z[ recovery-image] Feb 21 13:32:13.776 INFO E| Downloaded compiler_builtins v0.1.134
87752025-02-21T13:32:14.876Z[ recovery-image] Feb 21 13:32:13.848 INFO E| Downloaded libc v0.2.161
87762025-02-21T13:32:14.993Z[ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling compiler_builtins v0.1.134
87772025-02-21T13:32:14.993Z[ recovery-image] Feb 21 13:32:13.967 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)
87782025-02-21T13:32:14.996Z[ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling proc-macro2 v1.0.89
87792025-02-21T13:32:14.996Z[ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling unicode-ident v1.0.13
87802025-02-21T13:32:14.996Z[ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling syn v1.0.109
87812025-02-21T13:32:14.996Z[ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling x86 v0.52.0
87822025-02-21T13:32:14.996Z[ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87832025-02-21T13:32:14.996Z[ recovery-image] Feb 21 13:32:13.967 INFO E| Compiling seq-macro v0.3.5
87842025-02-21T13:32:17.208Z[ recovery-image] Feb 21 13:32:16.181 INFO E| Compiling quote v1.0.37
87852025-02-21T13:32:17.733Z[ recovery-image] Feb 21 13:32:16.706 INFO E| Compiling syn v2.0.85
87862025-02-21T13:32:23.040Z[ recovery-image] Feb 21 13:32:22.014 INFO E| Compiling scroll_derive v0.12.0
87872025-02-21T13:32:28.903Z[ recovery-image] Feb 21 13:32:27.876 INFO E| Compiling bitstruct_derive v0.1.0
87882025-02-21T13:32:31.803Z[ host-image] Feb 21 13:32:30.777 INFO O| seeding SMF database...
87892025-02-21T13:32:45.093Z[ host-image] Feb 21 13:32:44.065 INFO O| configuring SMF profile...
87902025-02-21T13:32:45.095Z[ host-image] Feb 21 13:32:44.066 INFO O| modifying shadow(5)...
87912025-02-21T13:32:45.095Z[ host-image] Feb 21 13:32:44.066 INFO O| loading user and group database...
87922025-02-21T13:32:45.095Z[ host-image] Feb 21 13:32:44.066 INFO O| assessing packaged files...
87932025-02-21T13:32:50.221Z[ host-image] Feb 21 13:32:49.194 INFO O| creating archive...
87942025-02-21T13:32:50.301Z[ host-image] Feb 21 13:32:49.273 INFO O| missing from packaging:
87952025-02-21T13:32:50.301Z[ host-image] Feb 21 13:32:49.273 INFO O| "etc/.pwd.lock"
87962025-02-21T13:32:50.304Z[ host-image] Feb 21 13:32:49.273 INFO O| "etc/bash"
87972025-02-21T13:32:50.309Z[ host-image] Feb 21 13:32:49.282 INFO O| "etc/svc/profile/generic.xml"
87982025-02-21T13:32:50.309Z[ host-image] Feb 21 13:32:49.282 INFO O| "etc/svc/profile/inetd_services.xml"
87992025-02-21T13:32:50.312Z[ host-image] Feb 21 13:32:49.282 INFO O| "etc/svc/profile/name_service.xml"
88002025-02-21T13:32:50.312Z[ host-image] Feb 21 13:32:49.282 INFO O| "etc/svc/profile/platform.xml"
88012025-02-21T13:32:50.312Z[ host-image] Feb 21 13:32:49.282 INFO O| "etc/svc/profile/platform_omicron1.xml"
88022025-02-21T13:32:50.312Z[ host-image] Feb 21 13:32:49.282 INFO O| "etc/svc/repository.db"
88032025-02-21T13:32:50.343Z[ host-image] Feb 21 13:32:49.316 INFO O| "opt/ooce/share"
88042025-02-21T13:32:50.343Z[ host-image] Feb 21 13:32:49.316 INFO O| "opt/ooce/share/man"
88052025-02-21T13:32:50.343Z[ host-image] Feb 21 13:32:49.316 INFO O| "opt/ooce/share/man/man1"
88062025-02-21T13:32:50.358Z[ host-image] Feb 21 13:32:49.330 INFO O| finishing archive...
88072025-02-21T13:32:52.785Z[ recovery-image] Feb 21 13:32:51.758 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)
88082025-02-21T13:32:55.523Z[ host-image] Feb 21 13:32:54.496 INFO O| creating gzonly manifest...
88092025-02-21T13:32:55.549Z[ host-image] Feb 21 13:32:54.506 INFO O| ok
88102025-02-21T13:32:55.721Z[ host-image] Feb 21 13:32:54.693 INFO image builder template: ramdisk-02-trim...
88112025-02-21T13:32:55.721Z[ host-image] Feb 21 13:32:54.693 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/.tmpyXqKXH/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.334", "-n", "ramdisk-02-trim"], pwd: None
88122025-02-21T13:32:55.761Z[ host-image] Feb 21 13:32:54.734 INFO O| Feb 21 13:32:54.734 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88132025-02-21T13:32:55.793Z[ host-image] Feb 21 13:32:54.765 INFO O| Feb 21 13:32:54.765 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88142025-02-21T13:32:56.040Z[ host-image] Feb 21 13:32:55.012 INFO O| Feb 21 13:32:55.012 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88152025-02-21T13:32:56.113Z[ recovery-image] Feb 21 13:32:55.086 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)
88162025-02-21T13:32:56.140Z[ host-image] Feb 21 13:32:55.113 INFO O| Feb 21 13:32:55.113 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88172025-02-21T13:32:56.140Z[ host-image] Feb 21 13:32:55.113 INFO O| Feb 21 13:32:55.113 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88182025-02-21T13:32:56.157Z[ host-image] Feb 21 13:32:55.129 INFO O| Feb 21 13:32:55.129 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88192025-02-21T13:32:56.163Z[ host-image] Feb 21 13:32:55.136 INFO O| Feb 21 13:32:55.136 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88202025-02-21T13:32:56.189Z[ host-image] Feb 21 13:32:55.161 INFO O| Feb 21 13:32:55.161 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88212025-02-21T13:32:56.635Z[ host-image] Feb 21 13:32:55.607 INFO O| Feb 21 13:32:55.607 INFO rolled back to input snapshot; work may begin
88222025-02-21T13:32:56.635Z[ host-image] Feb 21 13:32:55.607 INFO O| Feb 21 13:32:55.607 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88232025-02-21T13:32:56.643Z[ host-image] Feb 21 13:32:55.616 INFO O| Feb 21 13:32:55.616 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242025-02-21T13:32:56.688Z[ host-image] Feb 21 13:32:55.661 INFO O| Feb 21 13:32:55.661 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88252025-02-21T13:32:56.878Z[ host-image] Feb 21 13:32:55.850 INFO O| Feb 21 13:32:55.849 INFO STEP 0 (remove_files) COMPLETE
88262025-02-21T13:32:56.878Z[ host-image] Feb 21 13:32:55.850 INFO O| Feb 21 13:32:55.850 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272025-02-21T13:32:56.920Z[ host-image] Feb 21 13:32:55.893 INFO O| Feb 21 13:32:55.893 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88282025-02-21T13:32:56.924Z[ host-image] Feb 21 13:32:55.895 INFO O| Feb 21 13:32:55.895 INFO STEP 1 (remove_files) COMPLETE
88292025-02-21T13:32:56.924Z[ host-image] Feb 21 13:32:55.895 INFO O| Feb 21 13:32:55.895 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302025-02-21T13:32:57.022Z[ host-image] Feb 21 13:32:55.993 INFO O| Feb 21 13:32:55.993 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88312025-02-21T13:32:57.070Z[ host-image] Feb 21 13:32:56.042 INFO O| Feb 21 13:32:56.042 INFO STEP 2 (remove_files) COMPLETE
88322025-02-21T13:32:57.070Z[ host-image] Feb 21 13:32:56.042 INFO O| Feb 21 13:32:56.042 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332025-02-21T13:32:57.149Z[ host-image] Feb 21 13:32:56.121 INFO O| Feb 21 13:32:56.121 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88342025-02-21T13:32:57.152Z[ host-image] Feb 21 13:32:56.124 INFO O| Feb 21 13:32:56.124 INFO STEP 3 (remove_files) COMPLETE
88352025-02-21T13:32:57.152Z[ host-image] Feb 21 13:32:56.124 INFO O| Feb 21 13:32:56.124 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362025-02-21T13:32:57.192Z[ host-image] Feb 21 13:32:56.164 INFO O| Feb 21 13:32:56.164 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88372025-02-21T13:32:57.198Z[ host-image] Feb 21 13:32:56.171 INFO O| Feb 21 13:32:56.171 INFO STEP 4 (remove_files) COMPLETE
88382025-02-21T13:32:57.198Z[ host-image] Feb 21 13:32:56.171 INFO O| Feb 21 13:32:56.171 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392025-02-21T13:32:57.245Z[ host-image] Feb 21 13:32:56.217 INFO O| Feb 21 13:32:56.217 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88402025-02-21T13:32:57.250Z[ host-image] Feb 21 13:32:56.222 INFO O| Feb 21 13:32:56.222 INFO STEP 5 (remove_files) COMPLETE
88412025-02-21T13:32:57.250Z[ host-image] Feb 21 13:32:56.222 INFO O| Feb 21 13:32:56.222 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422025-02-21T13:32:57.382Z[ host-image] Feb 21 13:32:56.354 INFO O| Feb 21 13:32:56.354 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88432025-02-21T13:32:57.402Z[ host-image] Feb 21 13:32:56.374 INFO O| Feb 21 13:32:56.374 INFO STEP 6 (remove_files) COMPLETE
88442025-02-21T13:32:57.402Z[ host-image] Feb 21 13:32:56.374 INFO O| Feb 21 13:32:56.374 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452025-02-21T13:32:57.498Z[ host-image] Feb 21 13:32:56.470 INFO O| Feb 21 13:32:56.470 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88462025-02-21T13:32:57.521Z[ host-image] Feb 21 13:32:56.493 INFO O| Feb 21 13:32:56.493 INFO STEP 7 (remove_files) COMPLETE
88472025-02-21T13:32:57.521Z[ host-image] Feb 21 13:32:56.494 INFO O| Feb 21 13:32:56.493 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482025-02-21T13:32:57.581Z[ host-image] Feb 21 13:32:56.553 INFO O| Feb 21 13:32:56.553 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88492025-02-21T13:32:57.867Z[ host-image] Feb 21 13:32:56.840 INFO O| Feb 21 13:32:56.839 INFO STEP 8 (remove_files) COMPLETE
88502025-02-21T13:32:57.867Z[ host-image] Feb 21 13:32:56.840 INFO O| Feb 21 13:32:56.839 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512025-02-21T13:32:57.906Z[ host-image] Feb 21 13:32:56.878 INFO O| Feb 21 13:32:56.878 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88522025-02-21T13:32:58.110Z[ host-image] Feb 21 13:32:57.082 INFO O| Feb 21 13:32:57.082 INFO STEP 9 (remove_files) COMPLETE
88532025-02-21T13:32:58.110Z[ host-image] Feb 21 13:32:57.082 INFO O| Feb 21 13:32:57.082 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542025-02-21T13:32:58.130Z[ host-image] Feb 21 13:32:57.102 INFO O| Feb 21 13:32:57.102 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88552025-02-21T13:32:58.138Z[ host-image] Feb 21 13:32:57.110 INFO O| Feb 21 13:32:57.110 INFO STEP 10 (remove_files) COMPLETE
88562025-02-21T13:32:58.138Z[ host-image] Feb 21 13:32:57.110 INFO O| Feb 21 13:32:57.110 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572025-02-21T13:32:58.157Z[ host-image] Feb 21 13:32:57.129 INFO O| Feb 21 13:32:57.129 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88582025-02-21T13:32:58.160Z[ host-image] Feb 21 13:32:57.131 INFO O| Feb 21 13:32:57.131 INFO STEP 11 (remove_files) COMPLETE
88592025-02-21T13:32:58.160Z[ host-image] Feb 21 13:32:57.131 INFO O| Feb 21 13:32:57.131 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602025-02-21T13:32:58.189Z[ host-image] Feb 21 13:32:57.161 INFO O| Feb 21 13:32:57.161 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88612025-02-21T13:32:58.192Z[ host-image] Feb 21 13:32:57.164 INFO O| Feb 21 13:32:57.164 INFO STEP 12 (remove_files) COMPLETE
88622025-02-21T13:32:58.192Z[ host-image] Feb 21 13:32:57.164 INFO O| Feb 21 13:32:57.164 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632025-02-21T13:32:58.232Z[ host-image] Feb 21 13:32:57.204 INFO O| Feb 21 13:32:57.204 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88642025-02-21T13:32:58.251Z[ host-image] Feb 21 13:32:57.223 INFO O| Feb 21 13:32:57.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88652025-02-21T13:32:58.251Z[ host-image] Feb 21 13:32:57.223 INFO O| Feb 21 13:32:57.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88662025-02-21T13:32:58.253Z[ host-image] Feb 21 13:32:57.223 INFO O| Feb 21 13:32:57.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88672025-02-21T13:32:58.254Z[ host-image] Feb 21 13:32:57.223 INFO O| Feb 21 13:32:57.223 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88682025-02-21T13:32:58.254Z[ host-image] Feb 21 13:32:57.224 INFO O| Feb 21 13:32:57.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88692025-02-21T13:32:58.254Z[ host-image] Feb 21 13:32:57.224 INFO O| Feb 21 13:32:57.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88702025-02-21T13:32:58.254Z[ host-image] Feb 21 13:32:57.224 INFO O| Feb 21 13:32:57.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88712025-02-21T13:32:58.254Z[ host-image] Feb 21 13:32:57.224 INFO O| Feb 21 13:32:57.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88722025-02-21T13:32:58.254Z[ host-image] Feb 21 13:32:57.224 INFO O| Feb 21 13:32:57.224 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88732025-02-21T13:32:58.254Z[ host-image] Feb 21 13:32:57.225 INFO O| Feb 21 13:32:57.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88742025-02-21T13:32:58.254Z[ host-image] Feb 21 13:32:57.225 INFO O| Feb 21 13:32:57.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88752025-02-21T13:32:58.254Z[ host-image] Feb 21 13:32:57.225 INFO O| Feb 21 13:32:57.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88762025-02-21T13:32:58.254Z[ host-image] Feb 21 13:32:57.226 INFO O| Feb 21 13:32:57.225 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88772025-02-21T13:32:58.254Z[ host-image] Feb 21 13:32:57.226 INFO O| Feb 21 13:32:57.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88782025-02-21T13:32:58.254Z[ host-image] Feb 21 13:32:57.226 INFO O| Feb 21 13:32:57.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88792025-02-21T13:32:58.254Z[ host-image] Feb 21 13:32:57.226 INFO O| Feb 21 13:32:57.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88802025-02-21T13:32:58.512Z[ host-image] Feb 21 13:32:57.485 INFO O| Feb 21 13:32:57.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88812025-02-21T13:32:58.551Z[ host-image] Feb 21 13:32:57.523 INFO O| Feb 21 13:32:57.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88822025-02-21T13:32:58.555Z[ host-image] Feb 21 13:32:57.527 INFO O| Feb 21 13:32:57.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88832025-02-21T13:32:58.558Z[ host-image] Feb 21 13:32:57.530 INFO O| Feb 21 13:32:57.530 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88842025-02-21T13:32:58.980Z[ host-image] Feb 21 13:32:57.952 INFO O| Feb 21 13:32:57.952 INFO STEP 13 (remove_files) COMPLETE
88852025-02-21T13:32:58.980Z[ host-image] Feb 21 13:32:57.952 INFO O| Feb 21 13:32:57.952 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88862025-02-21T13:32:58.999Z[ host-image] Feb 21 13:32:57.971 INFO O| Feb 21 13:32:57.971 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88872025-02-21T13:32:59.002Z[ host-image] Feb 21 13:32:57.973 INFO O| Feb 21 13:32:57.973 INFO STEP 14 (remove_files) COMPLETE
88882025-02-21T13:32:59.002Z[ host-image] Feb 21 13:32:57.973 INFO O| Feb 21 13:32:57.973 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88892025-02-21T13:32:59.020Z[ host-image] Feb 21 13:32:57.993 INFO O| Feb 21 13:32:57.992 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88902025-02-21T13:32:59.032Z[ host-image] Feb 21 13:32:58.004 INFO O| Feb 21 13:32:58.004 INFO STEP 15 (remove_files) COMPLETE
88912025-02-21T13:32:59.032Z[ host-image] Feb 21 13:32:58.004 INFO O| Feb 21 13:32:58.004 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88922025-02-21T13:32:59.068Z[ host-image] Feb 21 13:32:58.040 INFO O| Feb 21 13:32:58.040 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88932025-02-21T13:32:59.071Z[ host-image] Feb 21 13:32:58.041 INFO O| Feb 21 13:32:58.041 INFO STEP 16 (remove_files) COMPLETE
88942025-02-21T13:32:59.071Z[ host-image] Feb 21 13:32:58.041 INFO O| Feb 21 13:32:58.041 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88952025-02-21T13:32:59.088Z[ host-image] Feb 21 13:32:58.060 INFO O| Feb 21 13:32:58.060 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88962025-02-21T13:32:59.091Z[ host-image] Feb 21 13:32:58.063 INFO O| Feb 21 13:32:58.063 INFO STEP 17 (remove_files) COMPLETE
88972025-02-21T13:32:59.091Z[ host-image] Feb 21 13:32:58.063 INFO O| Feb 21 13:32:58.063 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88982025-02-21T13:32:59.134Z[ host-image] Feb 21 13:32:58.106 INFO O| Feb 21 13:32:58.106 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88992025-02-21T13:32:59.134Z[ host-image] Feb 21 13:32:58.106 INFO O| Feb 21 13:32:58.106 INFO STEP 18 (remove_files) COMPLETE
89002025-02-21T13:32:59.134Z[ host-image] Feb 21 13:32:58.106 INFO O| Feb 21 13:32:58.106 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89012025-02-21T13:32:59.153Z[ host-image] Feb 21 13:32:58.125 INFO O| Feb 21 13:32:58.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
89022025-02-21T13:32:59.153Z[ host-image] Feb 21 13:32:58.125 INFO O| Feb 21 13:32:58.125 INFO STEP 19 (remove_files) COMPLETE
89032025-02-21T13:32:59.155Z[ host-image] Feb 21 13:32:58.125 INFO O| Feb 21 13:32:58.125 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89042025-02-21T13:32:59.176Z[ host-image] Feb 21 13:32:58.147 INFO O| Feb 21 13:32:58.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
89052025-02-21T13:32:59.176Z[ host-image] Feb 21 13:32:58.147 INFO O| Feb 21 13:32:58.147 INFO STEP 20 (remove_files) COMPLETE
89062025-02-21T13:32:59.176Z[ host-image] Feb 21 13:32:58.147 INFO O| Feb 21 13:32:58.147 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89072025-02-21T13:32:59.198Z[ host-image] Feb 21 13:32:58.170 INFO O| Feb 21 13:32:58.170 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
89082025-02-21T13:32:59.198Z[ host-image] Feb 21 13:32:58.170 INFO O| Feb 21 13:32:58.170 INFO STEP 21 (remove_files) COMPLETE
89092025-02-21T13:32:59.201Z[ host-image] Feb 21 13:32:58.170 INFO O| Feb 21 13:32:58.170 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89102025-02-21T13:32:59.218Z[ host-image] Feb 21 13:32:58.190 INFO O| Feb 21 13:32:58.190 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
89112025-02-21T13:32:59.221Z[ host-image] Feb 21 13:32:58.190 INFO O| Feb 21 13:32:58.190 INFO STEP 22 (remove_files) COMPLETE
89122025-02-21T13:32:59.221Z[ host-image] Feb 21 13:32:58.191 INFO O| Feb 21 13:32:58.190 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89132025-02-21T13:32:59.249Z[ host-image] Feb 21 13:32:58.220 INFO O| Feb 21 13:32:58.220 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89142025-02-21T13:32:59.249Z[ host-image] Feb 21 13:32:58.220 INFO O| Feb 21 13:32:58.220 INFO STEP 23 (remove_files) COMPLETE
89152025-02-21T13:32:59.249Z[ host-image] Feb 21 13:32:58.220 INFO O| Feb 21 13:32:58.220 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89162025-02-21T13:32:59.266Z[ host-image] Feb 21 13:32:58.239 INFO O| Feb 21 13:32:58.238 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89172025-02-21T13:32:59.266Z[ host-image] Feb 21 13:32:58.239 INFO O| Feb 21 13:32:58.239 INFO STEP 24 (remove_files) COMPLETE
89182025-02-21T13:32:59.269Z[ host-image] Feb 21 13:32:58.239 INFO O| Feb 21 13:32:58.239 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89192025-02-21T13:32:59.287Z[ host-image] Feb 21 13:32:58.259 INFO O| Feb 21 13:32:58.259 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89202025-02-21T13:32:59.288Z[ host-image] Feb 21 13:32:58.259 INFO O| Feb 21 13:32:58.259 INFO STEP 25 (remove_files) COMPLETE
89212025-02-21T13:32:59.291Z[ host-image] Feb 21 13:32:58.259 INFO O| Feb 21 13:32:58.259 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89222025-02-21T13:32:59.307Z[ host-image] Feb 21 13:32:58.279 INFO O| Feb 21 13:32:58.279 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89232025-02-21T13:32:59.307Z[ host-image] Feb 21 13:32:58.279 INFO O| Feb 21 13:32:58.279 INFO STEP 26 (remove_files) COMPLETE
89242025-02-21T13:32:59.309Z[ host-image] Feb 21 13:32:58.279 INFO O| Feb 21 13:32:58.279 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89252025-02-21T13:32:59.326Z[ host-image] Feb 21 13:32:58.298 INFO O| Feb 21 13:32:58.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89262025-02-21T13:32:59.326Z[ host-image] Feb 21 13:32:58.298 INFO O| Feb 21 13:32:58.298 INFO STEP 27 (remove_files) COMPLETE
89272025-02-21T13:32:59.326Z[ host-image] Feb 21 13:32:58.298 INFO O| Feb 21 13:32:58.298 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89282025-02-21T13:32:59.344Z[ host-image] Feb 21 13:32:58.316 INFO O| Feb 21 13:32:58.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89292025-02-21T13:32:59.344Z[ host-image] Feb 21 13:32:58.317 INFO O| Feb 21 13:32:58.317 INFO STEP 28 (remove_files) COMPLETE
89302025-02-21T13:32:59.347Z[ host-image] Feb 21 13:32:58.317 INFO O| Feb 21 13:32:58.317 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89312025-02-21T13:32:59.368Z[ host-image] Feb 21 13:32:58.340 INFO O| Feb 21 13:32:58.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89322025-02-21T13:32:59.368Z[ host-image] Feb 21 13:32:58.340 INFO O| Feb 21 13:32:58.340 INFO STEP 29 (remove_files) COMPLETE
89332025-02-21T13:32:59.368Z[ host-image] Feb 21 13:32:58.340 INFO O| Feb 21 13:32:58.340 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89342025-02-21T13:32:59.388Z[ host-image] Feb 21 13:32:58.360 INFO O| Feb 21 13:32:58.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89352025-02-21T13:32:59.388Z[ host-image] Feb 21 13:32:58.360 INFO O| Feb 21 13:32:58.360 INFO STEP 30 (remove_files) COMPLETE
89362025-02-21T13:32:59.390Z[ host-image] Feb 21 13:32:58.360 INFO O| Feb 21 13:32:58.360 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89372025-02-21T13:32:59.419Z[ host-image] Feb 21 13:32:58.391 INFO O| Feb 21 13:32:58.391 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89382025-02-21T13:32:59.419Z[ host-image] Feb 21 13:32:58.391 INFO O| Feb 21 13:32:58.391 INFO STEP 31 (remove_files) COMPLETE
89392025-02-21T13:32:59.419Z[ host-image] Feb 21 13:32:58.391 INFO O| Feb 21 13:32:58.391 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89402025-02-21T13:32:59.463Z[ host-image] Feb 21 13:32:58.434 INFO O| Feb 21 13:32:58.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89412025-02-21T13:32:59.463Z[ host-image] Feb 21 13:32:58.434 INFO O| Feb 21 13:32:58.434 INFO STEP 32 (remove_files) COMPLETE
89422025-02-21T13:32:59.463Z[ host-image] Feb 21 13:32:58.434 INFO O| Feb 21 13:32:58.434 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89432025-02-21T13:32:59.481Z[ host-image] Feb 21 13:32:58.453 INFO O| Feb 21 13:32:58.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89442025-02-21T13:32:59.481Z[ host-image] Feb 21 13:32:58.453 INFO O| Feb 21 13:32:58.453 INFO STEP 33 (remove_files) COMPLETE
89452025-02-21T13:32:59.481Z[ host-image] Feb 21 13:32:58.453 INFO O| Feb 21 13:32:58.453 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89462025-02-21T13:32:59.499Z[ host-image] Feb 21 13:32:58.472 INFO O| Feb 21 13:32:58.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89472025-02-21T13:32:59.499Z[ host-image] Feb 21 13:32:58.472 INFO O| Feb 21 13:32:58.472 INFO STEP 34 (remove_files) COMPLETE
89482025-02-21T13:32:59.500Z[ host-image] Feb 21 13:32:58.472 INFO O| Feb 21 13:32:58.472 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89492025-02-21T13:32:59.517Z[ host-image] Feb 21 13:32:58.489 INFO O| Feb 21 13:32:58.489 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89502025-02-21T13:32:59.517Z[ host-image] Feb 21 13:32:58.489 INFO O| Feb 21 13:32:58.489 INFO STEP 35 (remove_files) COMPLETE
89512025-02-21T13:32:59.517Z[ host-image] Feb 21 13:32:58.489 INFO O| Feb 21 13:32:58.489 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89522025-02-21T13:32:59.549Z[ host-image] Feb 21 13:32:58.521 INFO O| Feb 21 13:32:58.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89532025-02-21T13:32:59.549Z[ host-image] Feb 21 13:32:58.521 INFO O| Feb 21 13:32:58.521 INFO STEP 36 (remove_files) COMPLETE
89542025-02-21T13:32:59.549Z[ host-image] Feb 21 13:32:58.521 INFO O| Feb 21 13:32:58.521 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89552025-02-21T13:32:59.608Z[ host-image] Feb 21 13:32:58.580 INFO O| Feb 21 13:32:58.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89562025-02-21T13:32:59.608Z[ host-image] Feb 21 13:32:58.580 INFO O| Feb 21 13:32:58.580 INFO STEP 37 (remove_files) COMPLETE
89572025-02-21T13:32:59.610Z[ host-image] Feb 21 13:32:58.580 INFO O| Feb 21 13:32:58.580 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89582025-02-21T13:32:59.667Z[ host-image] Feb 21 13:32:58.639 INFO O| Feb 21 13:32:58.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89592025-02-21T13:32:59.667Z[ host-image] Feb 21 13:32:58.639 INFO O| Feb 21 13:32:58.639 INFO STEP 38 (remove_files) COMPLETE
89602025-02-21T13:32:59.667Z[ host-image] Feb 21 13:32:58.639 INFO O| Feb 21 13:32:58.639 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89612025-02-21T13:32:59.726Z[ host-image] Feb 21 13:32:58.698 INFO O| Feb 21 13:32:58.698 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89622025-02-21T13:32:59.726Z[ host-image] Feb 21 13:32:58.698 INFO O| Feb 21 13:32:58.698 INFO STEP 39 (remove_files) COMPLETE
89632025-02-21T13:32:59.729Z[ host-image] Feb 21 13:32:58.698 INFO O| Feb 21 13:32:58.698 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89642025-02-21T13:32:59.755Z[ host-image] Feb 21 13:32:58.727 INFO O| Feb 21 13:32:58.727 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89652025-02-21T13:32:59.758Z[ host-image] Feb 21 13:32:58.727 INFO O| Feb 21 13:32:58.727 INFO STEP 40 (remove_files) COMPLETE
89662025-02-21T13:32:59.758Z[ host-image] Feb 21 13:32:58.728 INFO O| Feb 21 13:32:58.728 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89672025-02-21T13:32:59.775Z[ host-image] Feb 21 13:32:58.747 INFO O| Feb 21 13:32:58.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89682025-02-21T13:32:59.775Z[ host-image] Feb 21 13:32:58.747 INFO O| Feb 21 13:32:58.747 INFO STEP 41 (remove_files) COMPLETE
89692025-02-21T13:32:59.778Z[ host-image] Feb 21 13:32:58.748 INFO O| Feb 21 13:32:58.748 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89702025-02-21T13:32:59.794Z[ host-image] Feb 21 13:32:58.766 INFO O| Feb 21 13:32:58.766 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89712025-02-21T13:32:59.796Z[ host-image] Feb 21 13:32:58.766 INFO O| Feb 21 13:32:58.766 INFO STEP 42 (remove_files) COMPLETE
89722025-02-21T13:32:59.796Z[ host-image] Feb 21 13:32:58.767 INFO O| Feb 21 13:32:58.767 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89732025-02-21T13:32:59.853Z[ host-image] Feb 21 13:32:58.825 INFO O| Feb 21 13:32:58.825 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89742025-02-21T13:32:59.856Z[ host-image] Feb 21 13:32:58.825 INFO O| Feb 21 13:32:58.825 INFO STEP 43 (remove_files) COMPLETE
89752025-02-21T13:32:59.856Z[ host-image] Feb 21 13:32:58.825 INFO O| Feb 21 13:32:58.825 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89762025-02-21T13:32:59.873Z[ host-image] Feb 21 13:32:58.845 INFO O| Feb 21 13:32:58.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89772025-02-21T13:32:59.876Z[ host-image] Feb 21 13:32:58.845 INFO O| Feb 21 13:32:58.845 INFO STEP 44 (remove_files) COMPLETE
89782025-02-21T13:32:59.876Z[ host-image] Feb 21 13:32:58.846 INFO O| Feb 21 13:32:58.846 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89792025-02-21T13:32:59.892Z[ host-image] Feb 21 13:32:58.864 INFO O| Feb 21 13:32:58.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89802025-02-21T13:32:59.892Z[ host-image] Feb 21 13:32:58.865 INFO O| Feb 21 13:32:58.865 INFO STEP 45 (remove_files) COMPLETE
89812025-02-21T13:32:59.895Z[ host-image] Feb 21 13:32:58.865 INFO O| Feb 21 13:32:58.865 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89822025-02-21T13:32:59.914Z[ host-image] Feb 21 13:32:58.886 INFO O| Feb 21 13:32:58.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89832025-02-21T13:32:59.916Z[ host-image] Feb 21 13:32:58.886 INFO O| Feb 21 13:32:58.886 INFO STEP 46 (remove_files) COMPLETE
89842025-02-21T13:32:59.916Z[ host-image] Feb 21 13:32:58.887 INFO O| Feb 21 13:32:58.886 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89852025-02-21T13:32:59.934Z[ host-image] Feb 21 13:32:58.906 INFO O| Feb 21 13:32:58.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89862025-02-21T13:32:59.936Z[ host-image] Feb 21 13:32:58.906 INFO O| Feb 21 13:32:58.906 INFO STEP 47 (remove_files) COMPLETE
89872025-02-21T13:32:59.936Z[ host-image] Feb 21 13:32:58.906 INFO O| Feb 21 13:32:58.906 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89882025-02-21T13:32:59.957Z[ host-image] Feb 21 13:32:58.929 INFO O| Feb 21 13:32:58.929 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89892025-02-21T13:32:59.957Z[ host-image] Feb 21 13:32:58.929 INFO O| Feb 21 13:32:58.929 INFO STEP 48 (remove_files) COMPLETE
89902025-02-21T13:32:59.957Z[ host-image] Feb 21 13:32:58.929 INFO O| Feb 21 13:32:58.929 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89912025-02-21T13:32:59.975Z[ host-image] Feb 21 13:32:58.947 INFO O| Feb 21 13:32:58.947 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89922025-02-21T13:32:59.975Z[ host-image] Feb 21 13:32:58.947 INFO O| Feb 21 13:32:58.947 INFO STEP 49 (remove_files) COMPLETE
89932025-02-21T13:32:59.975Z[ host-image] Feb 21 13:32:58.947 INFO O| Feb 21 13:32:58.947 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89942025-02-21T13:33:00.037Z[ host-image] Feb 21 13:32:59.009 INFO O| Feb 21 13:32:59.009 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89952025-02-21T13:33:00.037Z[ host-image] Feb 21 13:32:59.009 INFO O| Feb 21 13:32:59.009 INFO STEP 50 (remove_files) COMPLETE
89962025-02-21T13:33:00.037Z[ host-image] Feb 21 13:32:59.009 INFO O| Feb 21 13:32:59.009 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89972025-02-21T13:33:00.065Z[ host-image] Feb 21 13:32:59.038 INFO O| Feb 21 13:32:59.038 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89982025-02-21T13:33:00.066Z[ host-image] Feb 21 13:32:59.038 INFO O| Feb 21 13:32:59.038 INFO STEP 51 (remove_files) COMPLETE
89992025-02-21T13:33:00.066Z[ host-image] Feb 21 13:32:59.038 INFO O| Feb 21 13:32:59.038 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90002025-02-21T13:33:00.085Z[ host-image] Feb 21 13:32:59.058 INFO O| Feb 21 13:32:59.057 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90012025-02-21T13:33:00.085Z[ host-image] Feb 21 13:32:59.058 INFO O| Feb 21 13:32:59.058 INFO STEP 52 (remove_files) COMPLETE
90022025-02-21T13:33:00.088Z[ host-image] Feb 21 13:32:59.058 INFO O| Feb 21 13:32:59.058 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90032025-02-21T13:33:00.104Z[ host-image] Feb 21 13:32:59.077 INFO O| Feb 21 13:32:59.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
90042025-02-21T13:33:00.104Z[ host-image] Feb 21 13:32:59.077 INFO O| Feb 21 13:32:59.077 INFO STEP 53 (remove_files) COMPLETE
90052025-02-21T13:33:00.107Z[ host-image] Feb 21 13:32:59.077 INFO O| Feb 21 13:32:59.077 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90062025-02-21T13:33:00.123Z[ host-image] Feb 21 13:32:59.095 INFO O| Feb 21 13:32:59.095 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
90072025-02-21T13:33:00.123Z[ host-image] Feb 21 13:32:59.095 INFO O| Feb 21 13:32:59.095 INFO STEP 54 (remove_files) COMPLETE
90082025-02-21T13:33:00.123Z[ host-image] Feb 21 13:32:59.095 INFO O| Feb 21 13:32:59.095 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90092025-02-21T13:33:00.141Z[ host-image] Feb 21 13:32:59.113 INFO O| Feb 21 13:32:59.113 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
90102025-02-21T13:33:00.141Z[ host-image] Feb 21 13:32:59.113 INFO O| Feb 21 13:32:59.113 INFO STEP 55 (remove_files) COMPLETE
90112025-02-21T13:33:00.141Z[ host-image] Feb 21 13:32:59.113 INFO O| Feb 21 13:32:59.113 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90122025-02-21T13:33:00.157Z[ host-image] Feb 21 13:32:59.129 INFO O| Feb 21 13:32:59.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
90132025-02-21T13:33:00.157Z[ host-image] Feb 21 13:32:59.130 INFO O| Feb 21 13:32:59.130 INFO STEP 56 (remove_files) COMPLETE
90142025-02-21T13:33:00.160Z[ host-image] Feb 21 13:32:59.130 INFO O| Feb 21 13:32:59.130 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90152025-02-21T13:33:00.186Z[ host-image] Feb 21 13:32:59.158 INFO O| Feb 21 13:32:59.158 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90162025-02-21T13:33:00.186Z[ host-image] Feb 21 13:32:59.158 INFO O| Feb 21 13:32:59.158 INFO STEP 57 (remove_files) COMPLETE
90172025-02-21T13:33:00.186Z[ host-image] Feb 21 13:32:59.158 INFO O| Feb 21 13:32:59.158 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90182025-02-21T13:33:00.224Z[ host-image] Feb 21 13:32:59.196 INFO O| Feb 21 13:32:59.196 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90192025-02-21T13:33:00.224Z[ host-image] Feb 21 13:32:59.196 INFO O| Feb 21 13:32:59.196 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90202025-02-21T13:33:00.227Z[ host-image] Feb 21 13:32:59.196 INFO O| Feb 21 13:32:59.196 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90212025-02-21T13:33:00.228Z[ host-image] Feb 21 13:32:59.197 INFO O| Feb 21 13:32:59.197 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90222025-02-21T13:33:00.228Z[ host-image] Feb 21 13:32:59.197 INFO O| Feb 21 13:32:59.197 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90232025-02-21T13:33:00.228Z[ host-image] Feb 21 13:32:59.197 INFO O| Feb 21 13:32:59.197 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90242025-02-21T13:33:00.228Z[ host-image] Feb 21 13:32:59.197 INFO O| Feb 21 13:32:59.197 INFO ok!
90252025-02-21T13:33:00.228Z[ host-image] Feb 21 13:32:59.197 INFO O| Feb 21 13:32:59.197 INFO STEP 58 (ensure_file) COMPLETE
90262025-02-21T13:33:00.228Z[ host-image] Feb 21 13:32:59.197 INFO O| Feb 21 13:32:59.197 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90272025-02-21T13:33:00.282Z[ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90282025-02-21T13:33:00.282Z[ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90292025-02-21T13:33:00.285Z[ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90302025-02-21T13:33:00.285Z[ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90312025-02-21T13:33:00.285Z[ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90322025-02-21T13:33:00.285Z[ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90332025-02-21T13:33:00.285Z[ host-image] Feb 21 13:32:59.254 INFO O| Feb 21 13:32:59.254 INFO ok!
90342025-02-21T13:33:00.285Z[ host-image] Feb 21 13:32:59.255 INFO O| Feb 21 13:32:59.254 INFO STEP 59 (ensure_file) COMPLETE
90352025-02-21T13:33:00.285Z[ host-image] Feb 21 13:32:59.255 INFO O| Feb 21 13:32:59.254 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90362025-02-21T13:33:00.300Z[ host-image] Feb 21 13:32:59.273 INFO O| Feb 21 13:32:59.273 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90372025-02-21T13:33:00.300Z[ host-image] Feb 21 13:32:59.273 INFO O| Feb 21 13:32:59.273 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90382025-02-21T13:33:00.300Z[ host-image] Feb 21 13:32:59.273 INFO O| Feb 21 13:32:59.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90392025-02-21T13:33:00.303Z[ host-image] Feb 21 13:32:59.273 INFO O| Feb 21 13:32:59.273 INFO ok!
90402025-02-21T13:33:00.303Z[ host-image] Feb 21 13:32:59.273 INFO O| Feb 21 13:32:59.273 INFO STEP 60 (ensure_file) COMPLETE
90412025-02-21T13:33:00.303Z[ host-image] Feb 21 13:32:59.273 INFO O| Feb 21 13:32:59.273 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90422025-02-21T13:33:00.317Z[ host-image] Feb 21 13:32:59.289 INFO O| Feb 21 13:32:59.289 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90432025-02-21T13:33:00.317Z[ host-image] Feb 21 13:32:59.289 INFO O| Feb 21 13:32:59.289 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90442025-02-21T13:33:00.320Z[ host-image] Feb 21 13:32:59.290 INFO O| Feb 21 13:32:59.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90452025-02-21T13:33:00.320Z[ host-image] Feb 21 13:32:59.290 INFO O| Feb 21 13:32:59.289 INFO ok!
90462025-02-21T13:33:00.320Z[ host-image] Feb 21 13:32:59.290 INFO O| Feb 21 13:32:59.290 INFO STEP 61 (ensure_file) COMPLETE
90472025-02-21T13:33:00.320Z[ host-image] Feb 21 13:32:59.290 INFO O| Feb 21 13:32:59.290 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90482025-02-21T13:33:00.342Z[ host-image] Feb 21 13:32:59.314 INFO O| Feb 21 13:32:59.314 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90492025-02-21T13:33:00.342Z[ host-image] Feb 21 13:32:59.315 INFO O| Feb 21 13:32:59.315 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90502025-02-21T13:33:00.345Z[ host-image] Feb 21 13:32:59.315 INFO O| Feb 21 13:32:59.315 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90512025-02-21T13:33:00.345Z[ host-image] Feb 21 13:32:59.315 INFO O| Feb 21 13:32:59.315 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90522025-02-21T13:33:00.345Z[ host-image] Feb 21 13:32:59.315 INFO O| Feb 21 13:32:59.315 INFO ok!
90532025-02-21T13:33:00.345Z[ host-image] Feb 21 13:32:59.315 INFO O| Feb 21 13:32:59.315 INFO STEP 62 (ensure_file) COMPLETE
90542025-02-21T13:33:00.345Z[ host-image] Feb 21 13:32:59.315 INFO O| Feb 21 13:32:59.315 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90552025-02-21T13:33:00.362Z[ host-image] Feb 21 13:32:59.334 INFO O| Feb 21 13:32:59.334 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90562025-02-21T13:33:00.362Z[ host-image] Feb 21 13:32:59.334 INFO O| Feb 21 13:32:59.334 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90572025-02-21T13:33:00.364Z[ host-image] Feb 21 13:32:59.335 INFO O| Feb 21 13:32:59.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90582025-02-21T13:33:00.364Z[ host-image] Feb 21 13:32:59.335 INFO O| Feb 21 13:32:59.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90592025-02-21T13:33:00.364Z[ host-image] Feb 21 13:32:59.335 INFO O| Feb 21 13:32:59.335 INFO ok!
90602025-02-21T13:33:00.364Z[ host-image] Feb 21 13:32:59.335 INFO O| Feb 21 13:32:59.335 INFO STEP 63 (ensure_file) COMPLETE
90612025-02-21T13:33:00.365Z[ host-image] Feb 21 13:32:59.335 INFO O| Feb 21 13:32:59.335 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90622025-02-21T13:33:00.445Z[ host-image] Feb 21 13:32:59.417 INFO O| Feb 21 13:32:59.417 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90632025-02-21T13:33:00.446Z[ host-image] Feb 21 13:32:59.418 INFO O| Feb 21 13:32:59.417 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90642025-02-21T13:33:00.449Z[ host-image] Feb 21 13:32:59.418 INFO O| Feb 21 13:32:59.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90652025-02-21T13:33:00.449Z[ host-image] Feb 21 13:32:59.418 INFO O| Feb 21 13:32:59.418 INFO ok!
90662025-02-21T13:33:00.449Z[ host-image] Feb 21 13:32:59.418 INFO O| Feb 21 13:32:59.418 INFO STEP 64 (assemble_files) COMPLETE
90672025-02-21T13:33:00.449Z[ host-image] Feb 21 13:32:59.418 INFO O| Feb 21 13:32:59.418 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90682025-02-21T13:33:00.508Z[ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90692025-02-21T13:33:00.508Z[ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90702025-02-21T13:33:00.511Z[ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90712025-02-21T13:33:00.511Z[ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90722025-02-21T13:33:00.511Z[ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO ok!
90732025-02-21T13:33:00.511Z[ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO STEP 65 (ensure_file) COMPLETE
90742025-02-21T13:33:00.511Z[ host-image] Feb 21 13:32:59.480 INFO O| Feb 21 13:32:59.480 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90752025-02-21T13:33:00.527Z[ host-image] Feb 21 13:32:59.500 INFO O| Feb 21 13:32:59.500 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90762025-02-21T13:33:00.527Z[ host-image] Feb 21 13:32:59.500 INFO O| Feb 21 13:32:59.500 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90772025-02-21T13:33:00.530Z[ host-image] Feb 21 13:32:59.500 INFO O| Feb 21 13:32:59.500 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90782025-02-21T13:33:00.530Z[ host-image] Feb 21 13:32:59.500 INFO O| Feb 21 13:32:59.500 INFO STEP 66 (ensure_dir) COMPLETE
90792025-02-21T13:33:00.530Z[ host-image] Feb 21 13:32:59.500 INFO O| Feb 21 13:32:59.500 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90802025-02-21T13:33:00.547Z[ host-image] Feb 21 13:32:59.519 INFO O| Feb 21 13:32:59.519 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90812025-02-21T13:33:00.547Z[ host-image] Feb 21 13:32:59.519 INFO O| Feb 21 13:32:59.519 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 ...
90822025-02-21T13:33:00.557Z[ host-image] Feb 21 13:32:59.529 INFO O| Feb 21 13:32:59.529 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
90832025-02-21T13:33:00.557Z[ host-image] Feb 21 13:32:59.529 INFO O| Feb 21 13:32:59.529 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90842025-02-21T13:33:00.557Z[ host-image] Feb 21 13:32:59.529 INFO O| Feb 21 13:32:59.529 INFO ok!
90852025-02-21T13:33:00.557Z[ host-image] Feb 21 13:32:59.529 INFO O| Feb 21 13:32:59.529 INFO STEP 67 (ensure_file) COMPLETE
90862025-02-21T13:33:00.557Z[ host-image] Feb 21 13:32:59.529 INFO O| Feb 21 13:32:59.529 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90872025-02-21T13:33:00.594Z[ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90882025-02-21T13:33:00.594Z[ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 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 ...
90892025-02-21T13:33:00.596Z[ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 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
90902025-02-21T13:33:00.597Z[ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90912025-02-21T13:33:00.597Z[ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 INFO ok!
90922025-02-21T13:33:00.597Z[ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 INFO STEP 68 (ensure_file) COMPLETE
90932025-02-21T13:33:00.597Z[ host-image] Feb 21 13:32:59.566 INFO O| Feb 21 13:32:59.566 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90942025-02-21T13:33:00.621Z[ host-image] Feb 21 13:32:59.593 INFO O| Feb 21 13:32:59.593 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90952025-02-21T13:33:00.621Z[ host-image] Feb 21 13:32:59.593 INFO O| Feb 21 13:32:59.593 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90962025-02-21T13:33:02.303Z[ recovery-image] Feb 21 13:33:01.275 INFO E| Compiling bitflags v1.3.2
90972025-02-21T13:33:02.306Z[ recovery-image] Feb 21 13:33:01.275 INFO E| Compiling bit_field v0.10.2
90982025-02-21T13:33:02.306Z[ recovery-image] Feb 21 13:33:01.275 INFO E| Compiling log v0.4.22
90992025-02-21T13:33:02.306Z[ recovery-image] Feb 21 13:33:01.275 INFO E| Compiling scroll v0.12.0
91002025-02-21T13:33:02.306Z[ recovery-image] Feb 21 13:33:01.275 INFO E| Compiling plain v0.2.3
91012025-02-21T13:33:02.306Z[ recovery-image] Feb 21 13:33:01.275 INFO E| Compiling adler2 v2.0.0
91022025-02-21T13:33:02.306Z[ recovery-image] Feb 21 13:33:01.276 INFO E| Compiling static_assertions v1.1.0
91032025-02-21T13:33:02.428Z[ recovery-image] Feb 21 13:33:01.400 INFO E| Compiling raw-cpuid v10.7.0
91042025-02-21T13:33:02.443Z[ recovery-image] Feb 21 13:33:01.416 INFO E| Compiling cpio_reader v0.1.1
91052025-02-21T13:33:02.478Z[ recovery-image] Feb 21 13:33:01.450 INFO E| Compiling bitstruct v0.1.1
91062025-02-21T13:33:02.583Z[ recovery-image] Feb 21 13:33:01.555 INFO E| Compiling miniz_oxide v0.8.0
91072025-02-21T13:33:03.111Z[ recovery-image] Feb 21 13:33:02.083 INFO E| Compiling goblin v0.8.2
91082025-02-21T13:33:05.255Z[ host-image] Feb 21 13:33:04.227 INFO O| Feb 21 13:33:04.227 INFO STEP 69 (pack_tar) COMPLETE
91092025-02-21T13:33:05.255Z[ host-image] Feb 21 13:33:04.227 INFO O| Feb 21 13:33:04.227 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
91102025-02-21T13:33:05.258Z[ host-image] Feb 21 13:33:04.227 INFO O| Feb 21 13:33:04.227 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
91112025-02-21T13:33:05.737Z[ host-image] Feb 21 13:33:04.708 INFO O| Feb 21 13:33:04.708 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
91122025-02-21T13:33:05.857Z[ host-image] Feb 21 13:33:04.829 INFO O| Feb 21 13:33:04.829 INFO completed processing gimlet/ramdisk-02-trim
91132025-02-21T13:33:05.880Z[ host-image] Feb 21 13:33:04.832 INFO image builder template: zfs...
91142025-02-21T13:33:05.880Z[ host-image] Feb 21 13:33:04.832 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/.tmpyXqKXH/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.334", "-n", "zfs"], pwd: None
91152025-02-21T13:33:05.883Z[ host-image] Feb 21 13:33:04.854 INFO O| Feb 21 13:33:04.853 INFO skip include "stress" because feature "stress" is not enabled
91162025-02-21T13:33:05.953Z[ host-image] Feb 21 13:33:04.925 INFO O| Feb 21 13:33:04.925 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
91172025-02-21T13:33:05.974Z[ host-image] Feb 21 13:33:04.946 INFO O| Feb 21 13:33:04.946 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
91182025-02-21T13:33:06.343Z[ host-image] Feb 21 13:33:05.109 INFO O| Feb 21 13:33:05.109 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91192025-02-21T13:33:06.351Z[ host-image] Feb 21 13:33:05.209 INFO O| Feb 21 13:33:05.209 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91202025-02-21T13:33:06.351Z[ host-image] Feb 21 13:33:05.209 INFO O| Feb 21 13:33:05.209 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
91212025-02-21T13:33:06.351Z[ host-image] Feb 21 13:33:05.216 INFO O| Feb 21 13:33:05.216 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
91222025-02-21T13:33:06.351Z[ host-image] Feb 21 13:33:05.315 INFO O| Feb 21 13:33:05.315 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
91232025-02-21T13:33:06.406Z[ host-image] Feb 21 13:33:05.378 INFO O| Feb 21 13:33:05.378 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
91242025-02-21T13:33:06.477Z[ host-image] Feb 21 13:33:05.449 INFO O| Feb 21 13:33:05.449 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91252025-02-21T13:33:06.508Z[ host-image] Feb 21 13:33:05.480 INFO O| Feb 21 13:33:05.480 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91262025-02-21T13:33:06.508Z[ host-image] Feb 21 13:33:05.480 INFO O| Feb 21 13:33:05.480 INFO no lofi found
91272025-02-21T13:33:06.511Z[ host-image] Feb 21 13:33:05.480 INFO O| Feb 21 13:33:05.480 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91282025-02-21T13:33:06.511Z[ host-image] Feb 21 13:33:05.480 INFO O| Feb 21 13:33:05.480 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91292025-02-21T13:33:09.040Z[ host-image] Feb 21 13:33:08.011 INFO O| Feb 21 13:33:08.011 INFO lofi device = /dev/dsk/c2t1d0p0
91302025-02-21T13:33:09.040Z[ host-image] Feb 21 13:33:08.011 INFO O| Feb 21 13:33:08.011 INFO pool device = /dev/dsk/c2t1d0p0
91312025-02-21T13:33:09.044Z[ host-image] Feb 21 13:33:08.011 INFO O| Feb 21 13:33:08.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"]
91322025-02-21T13:33:09.238Z[ host-image] Feb 21 13:33:08.210 INFO O| Feb 21 13:33:08.210 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91332025-02-21T13:33:09.238Z[ host-image] Feb 21 13:33:08.210 INFO O| Feb 21 13:33:08.210 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91342025-02-21T13:33:09.274Z[ host-image] Feb 21 13:33:08.246 INFO O| Feb 21 13:33:08.246 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91352025-02-21T13:33:09.402Z[ host-image] Feb 21 13:33:08.370 INFO O| Feb 21 13:33:08.369 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91362025-02-21T13:33:09.474Z[ host-image] Feb 21 13:33:08.446 INFO O| Feb 21 13:33:08.446 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91372025-02-21T13:33:09.500Z[ host-image] Feb 21 13:33:08.473 INFO O| Feb 21 13:33:08.473 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91382025-02-21T13:33:09.520Z[ host-image] Feb 21 13:33:08.492 INFO O| Feb 21 13:33:08.492 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91392025-02-21T13:33:09.601Z[ host-image] Feb 21 13:33:08.573 INFO O| Feb 21 13:33:08.573 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91402025-02-21T13:33:09.601Z[ host-image] Feb 21 13:33:08.573 INFO O| Feb 21 13:33:08.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91412025-02-21T13:33:09.604Z[ host-image] Feb 21 13:33:08.573 INFO O| Feb 21 13:33:08.573 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91422025-02-21T13:33:09.627Z[ host-image] Feb 21 13:33:08.599 INFO O| Feb 21 13:33:08.599 INFO boot environment UUID: 98cba340-04e2-4cdd-8c26-1146837eea42
91432025-02-21T13:33:09.627Z[ host-image] Feb 21 13:33:08.600 INFO O| Feb 21 13:33:08.599 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 98cba340-04e2-4cdd-8c26-1146837eea42
91442025-02-21T13:33:09.694Z[ host-image] Feb 21 13:33:08.666 INFO O| Feb 21 13:33:08.666 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91452025-02-21T13:33:09.736Z[ host-image] Feb 21 13:33:08.708 INFO O| Feb 21 13:33:08.708 INFO STEP 0 (create_be) COMPLETE
91462025-02-21T13:33:09.736Z[ host-image] Feb 21 13:33:08.708 INFO O| Feb 21 13:33:08.708 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91472025-02-21T13:33:09.777Z[ host-image] Feb 21 13:33:08.749 INFO O| Feb 21 13:33:08.749 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91482025-02-21T13:33:20.221Z[ recovery-image] Feb 21 13:33:19.186 INFO E| Finished `release` profile [optimized] target(s) in 1m 06s
91492025-02-21T13:33:20.250Z[ recovery-image] Feb 21 13:33:19.219 INFO building host image...
91502025-02-21T13:33:20.255Z[ recovery-image] Feb 21 13:33:19.219 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")
91512025-02-21T13:33:21.981Z[ recovery-image] Feb 21 13:33:20.953 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
91522025-02-21T13:33:26.810Z[ recovery-image] Feb 21 13:33:25.780 INFO image complete! materials are in "/work/os-recovery"
91532025-02-21T13:33:26.821Z[ recovery-image]
91542025-02-21T13:33:26.821Z[ recovery-image] real 13:24.171650297
91552025-02-21T13:33:26.821Z[ recovery-image] user 6:53.222539466
91562025-02-21T13:33:26.824Z[ recovery-image] sys 1:05.323882738
91572025-02-21T13:33:26.826ZFeb 21 13:33:25.795 INFO [recovery-image] process exited with exit status: 0 (804.227876383s)
91582025-02-21T13:33:26.826Z[ recovery-image] trap 0.329893792
91592025-02-21T13:33:26.826Z[ recovery-image] tflt 0.882353324
91602025-02-21T13:33:26.826Z[ recovery-image] dflt 3.484839824
91612025-02-21T13:33:26.826Z[ recovery-image] kflt 0.028295888
91622025-02-21T13:33:26.826Z[ recovery-image] lock 30:32.571681475
91632025-02-21T13:33:26.826Z[ recovery-image] slp 1:23:41.165051114
91642025-02-21T13:33:26.826Z[ recovery-image] lat 4:39.881818885
91652025-02-21T13:33:26.826Z[ recovery-image] stop 10.439099566
91662025-02-21T13:33:34.200Z[ host-image] Feb 21 13:33:33.171 INFO O| Feb 21 13:33:33.171 INFO STEP 1 (unpack_tar) COMPLETE
91672025-02-21T13:33:34.200Z[ host-image] Feb 21 13:33:33.171 INFO O| Feb 21 13:33:33.171 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91682025-02-21T13:33:34.218Z[ host-image] Feb 21 13:33:33.189 INFO O| Feb 21 13:33:33.189 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91692025-02-21T13:33:35.051Z[ host-image] Feb 21 13:33:34.022 INFO O| Feb 21 13:33:34.022 INFO STEP 2 (devfsadm) COMPLETE
91702025-02-21T13:33:35.053Z[ host-image] Feb 21 13:33:34.022 INFO O| Feb 21 13:33:34.022 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91712025-02-21T13:33:35.069Z[ host-image] Feb 21 13:33:34.041 INFO O| Feb 21 13:33:34.041 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91722025-02-21T13:33:35.070Z[ host-image] Feb 21 13:33:34.041 INFO O| Feb 21 13:33:34.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91732025-02-21T13:33:35.070Z[ host-image] Feb 21 13:33:34.041 INFO O| Feb 21 13:33:34.041 INFO STEP 3 (ensure_dir) COMPLETE
91742025-02-21T13:33:35.072Z[ host-image] Feb 21 13:33:34.041 INFO O| Feb 21 13:33:34.041 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91752025-02-21T13:33:35.092Z[ host-image] Feb 21 13:33:34.062 INFO O| Feb 21 13:33:34.062 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91762025-02-21T13:33:35.092Z[ host-image] Feb 21 13:33:34.062 INFO O| Feb 21 13:33:34.062 INFO STEP 4 (ensure_dir) COMPLETE
91772025-02-21T13:33:35.092Z[ host-image] Feb 21 13:33:34.062 INFO O| Feb 21 13:33:34.062 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91782025-02-21T13:33:35.131Z[ host-image] Feb 21 13:33:34.101 INFO O| Feb 21 13:33:34.101 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91792025-02-21T13:33:35.131Z[ host-image] Feb 21 13:33:34.102 INFO O| Feb 21 13:33:34.101 INFO STEP 5 (ensure_dir) COMPLETE
91802025-02-21T13:33:35.131Z[ host-image] Feb 21 13:33:34.102 INFO O| Feb 21 13:33:34.101 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91812025-02-21T13:33:35.182Z[ host-image] Feb 21 13:33:34.152 INFO O| Feb 21 13:33:34.152 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91822025-02-21T13:33:35.182Z[ host-image] Feb 21 13:33:34.152 INFO O| Feb 21 13:33:34.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91832025-02-21T13:33:35.182Z[ host-image] Feb 21 13:33:34.152 INFO O| Feb 21 13:33:34.152 INFO STEP 6 (ensure_dir) COMPLETE
91842025-02-21T13:33:35.182Z[ host-image] Feb 21 13:33:34.152 INFO O| Feb 21 13:33:34.152 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91852025-02-21T13:33:35.197Z[ host-image] Feb 21 13:33:34.168 INFO O| Feb 21 13:33:34.168 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91862025-02-21T13:33:35.197Z[ host-image] Feb 21 13:33:34.168 INFO O| Feb 21 13:33:34.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91872025-02-21T13:33:35.197Z[ host-image] Feb 21 13:33:34.168 INFO O| Feb 21 13:33:34.168 INFO STEP 7 (ensure_dir) COMPLETE
91882025-02-21T13:33:35.197Z[ host-image] Feb 21 13:33:34.168 INFO O| Feb 21 13:33:34.168 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91892025-02-21T13:33:35.236Z[ host-image] Feb 21 13:33:34.207 INFO O| Feb 21 13:33:34.207 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91902025-02-21T13:33:35.238Z[ host-image] Feb 21 13:33:34.208 INFO O| Feb 21 13:33:34.207 INFO STEP 8 (remove_files) COMPLETE
91912025-02-21T13:33:35.239Z[ host-image] Feb 21 13:33:34.208 INFO O| Feb 21 13:33:34.208 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91922025-02-21T13:33:35.267Z[ host-image] Feb 21 13:33:34.238 INFO O| Feb 21 13:33:34.238 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91932025-02-21T13:33:35.269Z[ host-image] Feb 21 13:33:34.239 INFO O| Feb 21 13:33:34.239 INFO STEP 9 (remove_files) COMPLETE
91942025-02-21T13:33:35.270Z[ host-image] Feb 21 13:33:34.240 INFO O| Feb 21 13:33:34.239 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91952025-02-21T13:33:35.285Z[ host-image] Feb 21 13:33:34.256 INFO O| Feb 21 13:33:34.256 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91962025-02-21T13:33:35.287Z[ host-image] Feb 21 13:33:34.258 INFO O| Feb 21 13:33:34.257 INFO STEP 10 (remove_files) COMPLETE
91972025-02-21T13:33:35.287Z[ host-image] Feb 21 13:33:34.258 INFO O| Feb 21 13:33:34.258 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91982025-02-21T13:33:35.304Z[ host-image] Feb 21 13:33:34.275 INFO O| Feb 21 13:33:34.275 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91992025-02-21T13:33:35.304Z[ host-image] Feb 21 13:33:34.275 INFO O| Feb 21 13:33:34.275 INFO STEP 11 (remove_files) COMPLETE
92002025-02-21T13:33:35.304Z[ host-image] Feb 21 13:33:34.275 INFO O| Feb 21 13:33:34.275 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92012025-02-21T13:33:35.320Z[ host-image] Feb 21 13:33:34.291 INFO O| Feb 21 13:33:34.291 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
92022025-02-21T13:33:35.320Z[ host-image] Feb 21 13:33:34.292 INFO O| Feb 21 13:33:34.291 INFO STEP 12 (remove_files) COMPLETE
92032025-02-21T13:33:35.323Z[ host-image] Feb 21 13:33:34.292 INFO O| Feb 21 13:33:34.292 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92042025-02-21T13:33:35.338Z[ host-image] Feb 21 13:33:34.309 INFO O| Feb 21 13:33:34.309 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92052025-02-21T13:33:35.338Z[ host-image] Feb 21 13:33:34.309 INFO O| Feb 21 13:33:34.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92062025-02-21T13:33:35.340Z[ host-image] Feb 21 13:33:34.309 INFO O| Feb 21 13:33:34.309 INFO STEP 13 (ensure_dir) COMPLETE
92072025-02-21T13:33:35.340Z[ host-image] Feb 21 13:33:34.309 INFO O| Feb 21 13:33:34.309 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92082025-02-21T13:33:35.363Z[ host-image] Feb 21 13:33:34.335 INFO O| Feb 21 13:33:34.334 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92092025-02-21T13:33:35.366Z[ host-image] Feb 21 13:33:34.335 INFO O| Feb 21 13:33:34.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92102025-02-21T13:33:35.366Z[ host-image] Feb 21 13:33:34.335 INFO O| Feb 21 13:33:34.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92112025-02-21T13:33:35.366Z[ host-image] Feb 21 13:33:34.335 INFO O| Feb 21 13:33:34.335 INFO STEP 14 (ensure_dir) COMPLETE
92122025-02-21T13:33:35.366Z[ host-image] Feb 21 13:33:34.335 INFO O| Feb 21 13:33:34.335 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92132025-02-21T13:33:35.382Z[ host-image] Feb 21 13:33:34.353 INFO O| Feb 21 13:33:34.353 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92142025-02-21T13:33:35.385Z[ host-image] Feb 21 13:33:34.353 INFO O| Feb 21 13:33:34.353 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92152025-02-21T13:33:35.385Z[ host-image] Feb 21 13:33:34.353 INFO O| Feb 21 13:33:34.353 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92162025-02-21T13:33:35.385Z[ host-image] Feb 21 13:33:34.354 INFO O| Feb 21 13:33:34.353 INFO STEP 15 (ensure_dir) COMPLETE
92172025-02-21T13:33:35.385Z[ host-image] Feb 21 13:33:34.354 INFO O| Feb 21 13:33:34.354 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92182025-02-21T13:33:35.401Z[ host-image] Feb 21 13:33:34.372 INFO O| Feb 21 13:33:34.372 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92192025-02-21T13:33:35.403Z[ host-image] Feb 21 13:33:34.372 INFO O| Feb 21 13:33:34.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92202025-02-21T13:33:35.403Z[ host-image] Feb 21 13:33:34.372 INFO O| Feb 21 13:33:34.372 INFO STEP 16 (ensure_dir) COMPLETE
92212025-02-21T13:33:35.403Z[ host-image] Feb 21 13:33:34.372 INFO O| Feb 21 13:33:34.372 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92222025-02-21T13:33:35.418Z[ host-image] Feb 21 13:33:34.389 INFO O| Feb 21 13:33:34.389 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92232025-02-21T13:33:35.422Z[ host-image] Feb 21 13:33:34.390 INFO O| Feb 21 13:33:34.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92242025-02-21T13:33:35.422Z[ host-image] Feb 21 13:33:34.390 INFO O| Feb 21 13:33:34.390 INFO STEP 17 (ensure_dir) COMPLETE
92252025-02-21T13:33:35.422Z[ host-image] Feb 21 13:33:34.390 INFO O| Feb 21 13:33:34.390 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92262025-02-21T13:33:35.445Z[ host-image] Feb 21 13:33:34.416 INFO O| Feb 21 13:33:34.416 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92272025-02-21T13:33:35.445Z[ host-image] Feb 21 13:33:34.416 INFO O| Feb 21 13:33:34.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92282025-02-21T13:33:35.450Z[ host-image] Feb 21 13:33:34.416 INFO O| Feb 21 13:33:34.416 INFO ok!
92292025-02-21T13:33:35.450Z[ host-image] Feb 21 13:33:34.416 INFO O| Feb 21 13:33:34.416 INFO STEP 18 (ensure_symlink) COMPLETE
92302025-02-21T13:33:35.450Z[ host-image] Feb 21 13:33:34.416 INFO O| Feb 21 13:33:34.416 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92312025-02-21T13:33:35.476Z[ host-image] Feb 21 13:33:34.447 INFO O| Feb 21 13:33:34.447 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92322025-02-21T13:33:35.476Z[ host-image] Feb 21 13:33:34.447 INFO O| Feb 21 13:33:34.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92332025-02-21T13:33:35.480Z[ host-image] Feb 21 13:33:34.447 INFO O| Feb 21 13:33:34.447 INFO ok!
92342025-02-21T13:33:35.480Z[ host-image] Feb 21 13:33:34.447 INFO O| Feb 21 13:33:34.447 INFO STEP 19 (ensure_file) COMPLETE
92352025-02-21T13:33:35.480Z[ host-image] Feb 21 13:33:34.447 INFO O| Feb 21 13:33:34.447 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92362025-02-21T13:33:35.513Z[ host-image] Feb 21 13:33:34.484 INFO O| Feb 21 13:33:34.484 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92372025-02-21T13:33:35.513Z[ host-image] Feb 21 13:33:34.484 INFO O| Feb 21 13:33:34.484 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92382025-02-21T13:33:35.516Z[ host-image] Feb 21 13:33:34.484 INFO O| Feb 21 13:33:34.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92392025-02-21T13:33:35.516Z[ host-image] Feb 21 13:33:34.485 INFO O| Feb 21 13:33:34.484 INFO ok!
92402025-02-21T13:33:35.516Z[ host-image] Feb 21 13:33:34.485 INFO O| Feb 21 13:33:34.485 INFO STEP 20 (ensure_symlink) COMPLETE
92412025-02-21T13:33:35.516Z[ host-image] Feb 21 13:33:34.485 INFO O| Feb 21 13:33:34.485 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92422025-02-21T13:33:35.530Z[ host-image] Feb 21 13:33:34.501 INFO O| Feb 21 13:33:34.501 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92432025-02-21T13:33:35.533Z[ host-image] Feb 21 13:33:34.501 INFO O| Feb 21 13:33:34.501 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92442025-02-21T13:33:35.533Z[ host-image] Feb 21 13:33:34.502 INFO O| Feb 21 13:33:34.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92452025-02-21T13:33:35.533Z[ host-image] Feb 21 13:33:34.502 INFO O| Feb 21 13:33:34.502 INFO ok!
92462025-02-21T13:33:35.533Z[ host-image] Feb 21 13:33:34.502 INFO O| Feb 21 13:33:34.502 INFO STEP 21 (ensure_symlink) COMPLETE
92472025-02-21T13:33:35.533Z[ host-image] Feb 21 13:33:34.502 INFO O| Feb 21 13:33:34.502 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92482025-02-21T13:33:35.548Z[ host-image] Feb 21 13:33:34.519 INFO O| Feb 21 13:33:34.519 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92492025-02-21T13:33:35.548Z[ host-image] Feb 21 13:33:34.520 INFO O| Feb 21 13:33:34.519 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92502025-02-21T13:33:35.551Z[ host-image] Feb 21 13:33:34.520 INFO O| Feb 21 13:33:34.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92512025-02-21T13:33:35.551Z[ host-image] Feb 21 13:33:34.520 INFO O| Feb 21 13:33:34.520 INFO ok!
92522025-02-21T13:33:35.551Z[ host-image] Feb 21 13:33:34.520 INFO O| Feb 21 13:33:34.520 INFO STEP 22 (ensure_symlink) COMPLETE
92532025-02-21T13:33:35.551Z[ host-image] Feb 21 13:33:34.520 INFO O| Feb 21 13:33:34.520 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92542025-02-21T13:33:35.589Z[ host-image] Feb 21 13:33:34.560 INFO O| Feb 21 13:33:34.560 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92552025-02-21T13:33:35.589Z[ host-image] Feb 21 13:33:34.560 INFO O| Feb 21 13:33:34.560 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92562025-02-21T13:33:35.589Z[ host-image] Feb 21 13:33:34.560 INFO O| Feb 21 13:33:34.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92572025-02-21T13:33:35.592Z[ host-image] Feb 21 13:33:34.560 INFO O| Feb 21 13:33:34.560 INFO ok!
92582025-02-21T13:33:35.592Z[ host-image] Feb 21 13:33:34.560 INFO O| Feb 21 13:33:34.560 INFO STEP 23 (ensure_symlink) COMPLETE
92592025-02-21T13:33:35.592Z[ host-image] Feb 21 13:33:34.560 INFO O| Feb 21 13:33:34.560 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92602025-02-21T13:33:35.609Z[ host-image] Feb 21 13:33:34.580 INFO O| Feb 21 13:33:34.580 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92612025-02-21T13:33:35.609Z[ host-image] Feb 21 13:33:34.581 INFO O| Feb 21 13:33:34.581 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92622025-02-21T13:33:35.612Z[ host-image] Feb 21 13:33:34.581 INFO O| Feb 21 13:33:34.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92632025-02-21T13:33:35.612Z[ host-image] Feb 21 13:33:34.581 INFO O| Feb 21 13:33:34.581 INFO ok!
92642025-02-21T13:33:35.612Z[ host-image] Feb 21 13:33:34.581 INFO O| Feb 21 13:33:34.581 INFO STEP 24 (ensure_file) COMPLETE
92652025-02-21T13:33:35.612Z[ host-image] Feb 21 13:33:34.581 INFO O| Feb 21 13:33:34.581 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92662025-02-21T13:33:35.629Z[ host-image] Feb 21 13:33:34.600 INFO O| Feb 21 13:33:34.600 INFO updating shadow file
92672025-02-21T13:33:35.629Z[ host-image] Feb 21 13:33:34.600 INFO O| Feb 21 13:33:34.600 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92682025-02-21T13:33:35.631Z[ host-image] Feb 21 13:33:34.600 INFO O| Feb 21 13:33:34.600 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92692025-02-21T13:33:35.631Z[ host-image] Feb 21 13:33:34.600 INFO O| Feb 21 13:33:34.600 INFO STEP 25 (shadow) COMPLETE
92702025-02-21T13:33:35.631Z[ host-image] Feb 21 13:33:34.600 INFO O| Feb 21 13:33:34.600 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92712025-02-21T13:33:35.647Z[ host-image] Feb 21 13:33:34.618 INFO O| Feb 21 13:33:34.618 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92722025-02-21T13:33:35.647Z[ host-image] Feb 21 13:33:34.618 INFO O| Feb 21 13:33:34.618 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92732025-02-21T13:33:35.647Z[ host-image] Feb 21 13:33:34.618 INFO O| Feb 21 13:33:34.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92742025-02-21T13:33:35.649Z[ host-image] Feb 21 13:33:34.618 INFO O| Feb 21 13:33:34.618 INFO ok!
92752025-02-21T13:33:35.649Z[ host-image] Feb 21 13:33:34.618 INFO O| Feb 21 13:33:34.618 INFO STEP 26 (ensure_file) COMPLETE
92762025-02-21T13:33:35.649Z[ host-image] Feb 21 13:33:34.618 INFO O| Feb 21 13:33:34.618 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92772025-02-21T13:33:35.664Z[ host-image] Feb 21 13:33:34.636 INFO O| Feb 21 13:33:34.636 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92782025-02-21T13:33:35.664Z[ host-image] Feb 21 13:33:34.636 INFO O| Feb 21 13:33:34.636 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92792025-02-21T13:33:35.667Z[ host-image] Feb 21 13:33:34.636 INFO O| Feb 21 13:33:34.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92802025-02-21T13:33:35.667Z[ host-image] Feb 21 13:33:34.636 INFO O| Feb 21 13:33:34.636 INFO ok!
92812025-02-21T13:33:35.667Z[ host-image] Feb 21 13:33:34.636 INFO O| Feb 21 13:33:34.636 INFO STEP 27 (ensure_file) COMPLETE
92822025-02-21T13:33:35.667Z[ host-image] Feb 21 13:33:34.636 INFO O| Feb 21 13:33:34.636 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92832025-02-21T13:33:35.683Z[ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92842025-02-21T13:33:35.683Z[ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92852025-02-21T13:33:35.683Z[ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92862025-02-21T13:33:35.683Z[ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92872025-02-21T13:33:35.685Z[ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 INFO ok!
92882025-02-21T13:33:35.686Z[ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 INFO STEP 28 (ensure_file) COMPLETE
92892025-02-21T13:33:35.686Z[ host-image] Feb 21 13:33:34.654 INFO O| Feb 21 13:33:34.654 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92902025-02-21T13:33:35.739Z[ host-image] Feb 21 13:33:34.710 INFO O| Feb 21 13:33:34.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92912025-02-21T13:33:35.739Z[ host-image] Feb 21 13:33:34.710 INFO O| Feb 21 13:33:34.710 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92922025-02-21T13:33:35.739Z[ host-image] Feb 21 13:33:34.710 INFO O| Feb 21 13:33:34.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92932025-02-21T13:33:35.739Z[ host-image] Feb 21 13:33:34.710 INFO O| Feb 21 13:33:34.710 INFO ok!
92942025-02-21T13:33:35.742Z[ host-image] Feb 21 13:33:34.710 INFO O| Feb 21 13:33:34.710 INFO STEP 29 (ensure_file) COMPLETE
92952025-02-21T13:33:35.742Z[ host-image] Feb 21 13:33:34.710 INFO O| Feb 21 13:33:34.710 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92962025-02-21T13:33:35.758Z[ host-image] Feb 21 13:33:34.729 INFO O| Feb 21 13:33:34.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92972025-02-21T13:33:35.758Z[ host-image] Feb 21 13:33:34.729 INFO O| Feb 21 13:33:34.729 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92982025-02-21T13:33:35.758Z[ host-image] Feb 21 13:33:34.729 INFO O| Feb 21 13:33:34.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92992025-02-21T13:33:35.760Z[ host-image] Feb 21 13:33:34.729 INFO O| Feb 21 13:33:34.729 INFO ok!
93002025-02-21T13:33:35.760Z[ host-image] Feb 21 13:33:34.729 INFO O| Feb 21 13:33:34.729 INFO STEP 30 (ensure_file) COMPLETE
93012025-02-21T13:33:35.760Z[ host-image] Feb 21 13:33:34.729 INFO O| Feb 21 13:33:34.729 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93022025-02-21T13:33:35.776Z[ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93032025-02-21T13:33:35.776Z[ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
93042025-02-21T13:33:35.778Z[ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93052025-02-21T13:33:35.778Z[ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93062025-02-21T13:33:35.778Z[ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 INFO ok!
93072025-02-21T13:33:35.778Z[ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 INFO STEP 31 (ensure_file) COMPLETE
93082025-02-21T13:33:35.778Z[ host-image] Feb 21 13:33:34.747 INFO O| Feb 21 13:33:34.747 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93092025-02-21T13:33:35.794Z[ host-image] Feb 21 13:33:34.765 INFO O| Feb 21 13:33:34.765 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
93102025-02-21T13:33:35.794Z[ host-image] Feb 21 13:33:34.765 INFO O| Feb 21 13:33:34.765 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
93112025-02-21T13:33:35.796Z[ host-image] Feb 21 13:33:34.765 INFO O| Feb 21 13:33:34.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
93122025-02-21T13:33:35.796Z[ host-image] Feb 21 13:33:34.765 INFO O| Feb 21 13:33:34.765 INFO ok!
93132025-02-21T13:33:35.796Z[ host-image] Feb 21 13:33:34.765 INFO O| Feb 21 13:33:34.765 INFO STEP 32 (ensure_file) COMPLETE
93142025-02-21T13:33:35.796Z[ host-image] Feb 21 13:33:34.765 INFO O| Feb 21 13:33:34.765 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93152025-02-21T13:33:35.812Z[ host-image] Feb 21 13:33:34.783 INFO O| Feb 21 13:33:34.783 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93162025-02-21T13:33:35.812Z[ host-image] Feb 21 13:33:34.783 INFO O| Feb 21 13:33:34.783 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
93172025-02-21T13:33:35.814Z[ host-image] Feb 21 13:33:34.783 INFO O| Feb 21 13:33:34.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
93182025-02-21T13:33:35.814Z[ host-image] Feb 21 13:33:34.783 INFO O| Feb 21 13:33:34.783 INFO ok!
93192025-02-21T13:33:35.814Z[ host-image] Feb 21 13:33:34.783 INFO O| Feb 21 13:33:34.783 INFO STEP 33 (ensure_file) COMPLETE
93202025-02-21T13:33:35.814Z[ host-image] Feb 21 13:33:34.783 INFO O| Feb 21 13:33:34.783 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93212025-02-21T13:33:35.829Z[ host-image] Feb 21 13:33:34.800 INFO O| Feb 21 13:33:34.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
93222025-02-21T13:33:35.829Z[ host-image] Feb 21 13:33:34.800 INFO O| Feb 21 13:33:34.800 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
93232025-02-21T13:33:35.832Z[ host-image] Feb 21 13:33:34.800 INFO O| Feb 21 13:33:34.800 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93242025-02-21T13:33:35.832Z[ host-image] Feb 21 13:33:34.801 INFO O| Feb 21 13:33:34.801 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93252025-02-21T13:33:35.832Z[ host-image] Feb 21 13:33:34.801 INFO O| Feb 21 13:33:34.801 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93262025-02-21T13:33:35.832Z[ host-image] Feb 21 13:33:34.801 INFO O| Feb 21 13:33:34.801 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93272025-02-21T13:33:35.832Z[ host-image] Feb 21 13:33:34.801 INFO O| Feb 21 13:33:34.801 INFO ok!
93282025-02-21T13:33:35.832Z[ host-image] Feb 21 13:33:34.801 INFO O| Feb 21 13:33:34.801 INFO STEP 34 (ensure_file) COMPLETE
93292025-02-21T13:33:35.832Z[ host-image] Feb 21 13:33:34.801 INFO O| Feb 21 13:33:34.801 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93302025-02-21T13:33:35.860Z[ host-image] Feb 21 13:33:34.831 INFO O| Feb 21 13:33:34.831 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93312025-02-21T13:33:35.863Z[ host-image] Feb 21 13:33:34.832 INFO O| Feb 21 13:33:34.831 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93322025-02-21T13:33:35.863Z[ host-image] Feb 21 13:33:34.832 INFO O| Feb 21 13:33:34.832 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93332025-02-21T13:33:35.863Z[ host-image] Feb 21 13:33:34.832 INFO O| Feb 21 13:33:34.832 INFO STEP 35 (ensure_dir) COMPLETE
93342025-02-21T13:33:35.864Z[ host-image] Feb 21 13:33:34.832 INFO O| Feb 21 13:33:34.832 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93352025-02-21T13:33:35.892Z[ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 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
93362025-02-21T13:33:35.892Z[ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 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 ...
93372025-02-21T13:33:35.894Z[ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 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
93382025-02-21T13:33:35.894Z[ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 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
93392025-02-21T13:33:35.894Z[ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 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
93402025-02-21T13:33:35.894Z[ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 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
93412025-02-21T13:33:35.894Z[ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 INFO ok!
93422025-02-21T13:33:35.895Z[ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 INFO STEP 36 (ensure_file) COMPLETE
93432025-02-21T13:33:35.895Z[ host-image] Feb 21 13:33:34.863 INFO O| Feb 21 13:33:34.863 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93442025-02-21T13:33:35.911Z[ host-image] Feb 21 13:33:34.882 INFO O| Feb 21 13:33:34.882 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93452025-02-21T13:33:35.911Z[ host-image] Feb 21 13:33:34.882 INFO O| Feb 21 13:33:34.882 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 ...
93462025-02-21T13:33:35.911Z[ host-image] Feb 21 13:33:34.882 INFO O| Feb 21 13:33:34.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93472025-02-21T13:33:35.913Z[ host-image] Feb 21 13:33:34.882 INFO O| Feb 21 13:33:34.882 INFO ok!
93482025-02-21T13:33:35.913Z[ host-image] Feb 21 13:33:34.882 INFO O| Feb 21 13:33:34.882 INFO STEP 37 (ensure_symlink) COMPLETE
93492025-02-21T13:33:35.913Z[ host-image] Feb 21 13:33:34.882 INFO O| Feb 21 13:33:34.882 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93502025-02-21T13:33:35.929Z[ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93512025-02-21T13:33:35.929Z[ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93522025-02-21T13:33:35.929Z[ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93532025-02-21T13:33:35.932Z[ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93542025-02-21T13:33:35.932Z[ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93552025-02-21T13:33:35.932Z[ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93562025-02-21T13:33:35.933Z[ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO ok!
93572025-02-21T13:33:35.933Z[ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO STEP 38 (ensure_file) COMPLETE
93582025-02-21T13:33:35.933Z[ host-image] Feb 21 13:33:34.900 INFO O| Feb 21 13:33:34.900 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93592025-02-21T13:33:35.946Z[ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.917 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93602025-02-21T13:33:35.946Z[ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.917 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 ...
93612025-02-21T13:33:35.949Z[ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.918 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
93622025-02-21T13:33:35.949Z[ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.918 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93632025-02-21T13:33:35.949Z[ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.918 INFO ok!
93642025-02-21T13:33:35.949Z[ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.918 INFO STEP 39 (ensure_file) COMPLETE
93652025-02-21T13:33:35.949Z[ host-image] Feb 21 13:33:34.918 INFO O| Feb 21 13:33:34.918 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93662025-02-21T13:33:35.966Z[ host-image] Feb 21 13:33:34.937 INFO O| Feb 21 13:33:34.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93672025-02-21T13:33:35.966Z[ host-image] Feb 21 13:33:34.937 INFO O| Feb 21 13:33:34.937 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93682025-02-21T13:33:35.968Z[ host-image] Feb 21 13:33:34.937 INFO O| Feb 21 13:33:34.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93692025-02-21T13:33:35.968Z[ host-image] Feb 21 13:33:34.937 INFO O| Feb 21 13:33:34.937 INFO ok!
93702025-02-21T13:33:35.968Z[ host-image] Feb 21 13:33:34.937 INFO O| Feb 21 13:33:34.937 INFO STEP 40 (ensure_file) COMPLETE
93712025-02-21T13:33:35.968Z[ host-image] Feb 21 13:33:34.937 INFO O| Feb 21 13:33:34.937 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93722025-02-21T13:33:35.985Z[ host-image] Feb 21 13:33:34.956 INFO O| Feb 21 13:33:34.956 INFO updating shadow file
93732025-02-21T13:33:35.987Z[ host-image] Feb 21 13:33:34.956 INFO O| Feb 21 13:33:34.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93742025-02-21T13:33:35.987Z[ host-image] Feb 21 13:33:34.956 INFO O| Feb 21 13:33:34.956 INFO STEP 41 (shadow) COMPLETE
93752025-02-21T13:33:35.987Z[ host-image] Feb 21 13:33:34.956 INFO O| Feb 21 13:33:34.956 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93762025-02-21T13:33:36.006Z[ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.977 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93772025-02-21T13:33:36.007Z[ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93782025-02-21T13:33:36.009Z[ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93792025-02-21T13:33:36.009Z[ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93802025-02-21T13:33:36.009Z[ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO ok!
93812025-02-21T13:33:36.009Z[ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO STEP 42 (ensure_file) COMPLETE
93822025-02-21T13:33:36.009Z[ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93832025-02-21T13:33:36.009Z[ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO skip step because feature "mfg" is not enabled
93842025-02-21T13:33:36.009Z[ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93852025-02-21T13:33:36.009Z[ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO skip step because feature "mfg" is not enabled
93862025-02-21T13:33:36.010Z[ host-image] Feb 21 13:33:34.978 INFO O| Feb 21 13:33:34.978 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93872025-02-21T13:33:36.071Z[ host-image] Feb 21 13:33:35.042 INFO O| Feb 21 13:33:35.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93882025-02-21T13:33:36.071Z[ host-image] Feb 21 13:33:35.042 INFO O| Feb 21 13:33:35.042 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93892025-02-21T13:33:36.913Z[ host-image] Feb 21 13:33:35.884 INFO O| Feb 21 13:33:35.884 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93902025-02-21T13:33:36.913Z[ host-image] Feb 21 13:33:35.884 INFO O| Feb 21 13:33:35.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93912025-02-21T13:33:36.913Z[ host-image] Feb 21 13:33:35.884 INFO O| Feb 21 13:33:35.884 INFO ok!
93922025-02-21T13:33:36.918Z[ host-image] Feb 21 13:33:35.884 INFO O| Feb 21 13:33:35.884 INFO STEP 45 (ensure_file) COMPLETE
93932025-02-21T13:33:36.918Z[ host-image] Feb 21 13:33:35.884 INFO O| Feb 21 13:33:35.884 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93942025-02-21T13:33:36.933Z[ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93952025-02-21T13:33:36.933Z[ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93962025-02-21T13:33:36.936Z[ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93972025-02-21T13:33:36.936Z[ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93982025-02-21T13:33:36.937Z[ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93992025-02-21T13:33:36.937Z[ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94002025-02-21T13:33:36.937Z[ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO ok!
94012025-02-21T13:33:36.937Z[ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO STEP 46 (ensure_file) COMPLETE
94022025-02-21T13:33:36.937Z[ host-image] Feb 21 13:33:35.904 INFO O| Feb 21 13:33:35.904 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94032025-02-21T13:33:36.951Z[ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
94042025-02-21T13:33:36.951Z[ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 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 ...
94052025-02-21T13:33:36.953Z[ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 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
94062025-02-21T13:33:36.953Z[ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94072025-02-21T13:33:36.953Z[ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 INFO ok!
94082025-02-21T13:33:36.953Z[ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 INFO STEP 47 (ensure_file) COMPLETE
94092025-02-21T13:33:36.953Z[ host-image] Feb 21 13:33:35.922 INFO O| Feb 21 13:33:35.922 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94102025-02-21T13:33:36.971Z[ host-image] Feb 21 13:33:35.942 INFO O| Feb 21 13:33:35.942 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
94112025-02-21T13:33:36.971Z[ host-image] Feb 21 13:33:35.942 INFO O| Feb 21 13:33:35.942 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
94122025-02-21T13:33:36.974Z[ host-image] Feb 21 13:33:35.942 INFO O| Feb 21 13:33:35.942 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94132025-02-21T13:33:36.974Z[ host-image] Feb 21 13:33:35.943 INFO O| Feb 21 13:33:35.942 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94142025-02-21T13:33:36.974Z[ host-image] Feb 21 13:33:35.943 INFO O| Feb 21 13:33:35.942 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94152025-02-21T13:33:36.974Z[ host-image] Feb 21 13:33:35.943 INFO O| Feb 21 13:33:35.943 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94162025-02-21T13:33:36.974Z[ host-image] Feb 21 13:33:35.943 INFO O| Feb 21 13:33:35.943 INFO ok!
94172025-02-21T13:33:36.974Z[ host-image] Feb 21 13:33:35.943 INFO O| Feb 21 13:33:35.943 INFO STEP 48 (ensure_file) COMPLETE
94182025-02-21T13:33:36.974Z[ host-image] Feb 21 13:33:35.943 INFO O| Feb 21 13:33:35.943 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94192025-02-21T13:33:36.991Z[ host-image] Feb 21 13:33:35.962 INFO O| Feb 21 13:33:35.962 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94202025-02-21T13:33:36.991Z[ host-image] Feb 21 13:33:35.963 INFO O| Feb 21 13:33:35.962 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 ...
94212025-02-21T13:33:36.994Z[ host-image] Feb 21 13:33:35.963 INFO O| Feb 21 13:33:35.963 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
94222025-02-21T13:33:36.994Z[ host-image] Feb 21 13:33:35.963 INFO O| Feb 21 13:33:35.963 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94232025-02-21T13:33:36.994Z[ host-image] Feb 21 13:33:35.963 INFO O| Feb 21 13:33:35.963 INFO ok!
94242025-02-21T13:33:36.994Z[ host-image] Feb 21 13:33:35.963 INFO O| Feb 21 13:33:35.963 INFO STEP 49 (ensure_file) COMPLETE
94252025-02-21T13:33:36.994Z[ host-image] Feb 21 13:33:35.963 INFO O| Feb 21 13:33:35.963 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94262025-02-21T13:33:37.011Z[ host-image] Feb 21 13:33:35.982 INFO O| Feb 21 13:33:35.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94272025-02-21T13:33:37.011Z[ host-image] Feb 21 13:33:35.982 INFO O| Feb 21 13:33:35.982 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94282025-02-21T13:33:37.014Z[ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.982 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94292025-02-21T13:33:37.014Z[ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.983 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94302025-02-21T13:33:37.014Z[ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.983 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94312025-02-21T13:33:37.014Z[ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.983 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94322025-02-21T13:33:37.014Z[ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.983 INFO ok!
94332025-02-21T13:33:37.014Z[ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.983 INFO STEP 50 (ensure_file) COMPLETE
94342025-02-21T13:33:37.014Z[ host-image] Feb 21 13:33:35.983 INFO O| Feb 21 13:33:35.983 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94352025-02-21T13:33:37.030Z[ host-image] Feb 21 13:33:36.001 INFO O| Feb 21 13:33:36.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94362025-02-21T13:33:37.030Z[ host-image] Feb 21 13:33:36.001 INFO O| Feb 21 13:33:36.001 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 ...
94372025-02-21T13:33:37.033Z[ host-image] Feb 21 13:33:36.002 INFO O| Feb 21 13:33:36.002 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
94382025-02-21T13:33:37.033Z[ host-image] Feb 21 13:33:36.002 INFO O| Feb 21 13:33:36.002 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94392025-02-21T13:33:37.033Z[ host-image] Feb 21 13:33:36.002 INFO O| Feb 21 13:33:36.002 INFO ok!
94402025-02-21T13:33:37.033Z[ host-image] Feb 21 13:33:36.002 INFO O| Feb 21 13:33:36.002 INFO STEP 51 (ensure_file) COMPLETE
94412025-02-21T13:33:37.033Z[ host-image] Feb 21 13:33:36.002 INFO O| Feb 21 13:33:36.002 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94422025-02-21T13:33:37.050Z[ host-image] Feb 21 13:33:36.021 INFO O| Feb 21 13:33:36.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94432025-02-21T13:33:37.050Z[ host-image] Feb 21 13:33:36.021 INFO O| Feb 21 13:33:36.021 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 ...
94442025-02-21T13:33:37.053Z[ host-image] Feb 21 13:33:36.021 INFO O| Feb 21 13:33:36.021 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
94452025-02-21T13:33:37.053Z[ host-image] Feb 21 13:33:36.021 INFO O| Feb 21 13:33:36.021 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94462025-02-21T13:33:37.053Z[ host-image] Feb 21 13:33:36.021 INFO O| Feb 21 13:33:36.021 INFO ok!
94472025-02-21T13:33:37.053Z[ host-image] Feb 21 13:33:36.022 INFO O| Feb 21 13:33:36.021 INFO STEP 52 (ensure_file) COMPLETE
94482025-02-21T13:33:37.053Z[ host-image] Feb 21 13:33:36.022 INFO O| Feb 21 13:33:36.022 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94492025-02-21T13:33:37.070Z[ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94502025-02-21T13:33:37.070Z[ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 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 ...
94512025-02-21T13:33:37.072Z[ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 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
94522025-02-21T13:33:37.072Z[ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94532025-02-21T13:33:37.072Z[ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 INFO ok!
94542025-02-21T13:33:37.072Z[ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 INFO STEP 53 (ensure_file) COMPLETE
94552025-02-21T13:33:37.072Z[ host-image] Feb 21 13:33:36.041 INFO O| Feb 21 13:33:36.041 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562025-02-21T13:33:37.089Z[ host-image] Feb 21 13:33:36.060 INFO O| Feb 21 13:33:36.059 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94572025-02-21T13:33:37.089Z[ host-image] Feb 21 13:33:36.060 INFO O| Feb 21 13:33:36.060 INFO STEP 54 (ensure_dir) COMPLETE
94582025-02-21T13:33:37.089Z[ host-image] Feb 21 13:33:36.060 INFO O| Feb 21 13:33:36.060 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94592025-02-21T13:33:37.108Z[ host-image] Feb 21 13:33:36.079 INFO O| Feb 21 13:33:36.079 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94602025-02-21T13:33:37.112Z[ host-image] Feb 21 13:33:36.079 INFO O| Feb 21 13:33:36.079 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94612025-02-21T13:33:37.112Z[ host-image] Feb 21 13:33:36.079 INFO O| Feb 21 13:33:36.079 INFO STEP 55 (ensure_dir) COMPLETE
94622025-02-21T13:33:37.112Z[ host-image] Feb 21 13:33:36.079 INFO O| Feb 21 13:33:36.079 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632025-02-21T13:33:37.146Z[ host-image] Feb 21 13:33:36.117 INFO O| Feb 21 13:33:36.117 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94642025-02-21T13:33:37.146Z[ host-image] Feb 21 13:33:36.117 INFO O| Feb 21 13:33:36.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94652025-02-21T13:33:37.149Z[ host-image] Feb 21 13:33:36.117 INFO O| Feb 21 13:33:36.117 INFO STEP 56 (ensure_dir) COMPLETE
94662025-02-21T13:33:37.149Z[ host-image] Feb 21 13:33:36.117 INFO O| Feb 21 13:33:36.117 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94672025-02-21T13:33:37.183Z[ host-image] Feb 21 13:33:36.154 INFO O| Feb 21 13:33:36.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94682025-02-21T13:33:37.184Z[ host-image] Feb 21 13:33:36.154 INFO O| Feb 21 13:33:36.154 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94692025-02-21T13:33:37.214Z[ host-image] Feb 21 13:33:36.185 INFO O| Feb 21 13:33:36.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94702025-02-21T13:33:37.214Z[ host-image] Feb 21 13:33:36.185 INFO O| Feb 21 13:33:36.185 INFO ok!
94712025-02-21T13:33:37.216Z[ host-image] Feb 21 13:33:36.185 INFO O| Feb 21 13:33:36.185 INFO STEP 57 (ensure_file) COMPLETE
94722025-02-21T13:33:37.216Z[ host-image] Feb 21 13:33:36.185 INFO O| Feb 21 13:33:36.185 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94732025-02-21T13:33:37.245Z[ host-image] Feb 21 13:33:36.216 INFO O| Feb 21 13:33:36.216 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94742025-02-21T13:33:37.298Z[ host-image] Feb 21 13:33:36.216 INFO O| Feb 21 13:33:36.216 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94752025-02-21T13:33:38.717Z[ host-image] Feb 21 13:33:37.688 INFO O| Feb 21 13:33:37.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94762025-02-21T13:33:38.717Z[ host-image] Feb 21 13:33:37.688 INFO O| Feb 21 13:33:37.688 INFO ok!
94772025-02-21T13:33:38.717Z[ host-image] Feb 21 13:33:37.688 INFO O| Feb 21 13:33:37.688 INFO STEP 58 (ensure_file) COMPLETE
94782025-02-21T13:33:38.720Z[ host-image] Feb 21 13:33:37.688 INFO O| Feb 21 13:33:37.688 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792025-02-21T13:33:38.744Z[ host-image] Feb 21 13:33:37.715 INFO O| Feb 21 13:33:37.715 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94802025-02-21T13:33:38.744Z[ host-image] Feb 21 13:33:37.715 INFO O| Feb 21 13:33:37.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94812025-02-21T13:33:38.747Z[ host-image] Feb 21 13:33:37.715 INFO O| Feb 21 13:33:37.715 INFO STEP 59 (ensure_dir) COMPLETE
94822025-02-21T13:33:38.747Z[ host-image] Feb 21 13:33:37.715 INFO O| Feb 21 13:33:37.715 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94832025-02-21T13:33:38.781Z[ host-image] Feb 21 13:33:37.752 INFO O| Feb 21 13:33:37.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94842025-02-21T13:33:38.781Z[ host-image] Feb 21 13:33:37.752 INFO O| Feb 21 13:33:37.752 INFO copying /tmp/.tmpyXqKXH/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 ...
94852025-02-21T13:33:38.784Z[ host-image] Feb 21 13:33:37.752 INFO O| Feb 21 13:33:37.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94862025-02-21T13:33:38.784Z[ host-image] Feb 21 13:33:37.752 INFO O| Feb 21 13:33:37.752 INFO ok!
94872025-02-21T13:33:38.784Z[ host-image] Feb 21 13:33:37.752 INFO O| Feb 21 13:33:37.752 INFO STEP 60 (ensure_file) COMPLETE
94882025-02-21T13:33:38.784Z[ host-image] Feb 21 13:33:37.753 INFO O| Feb 21 13:33:37.752 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94892025-02-21T13:33:38.799Z[ host-image] Feb 21 13:33:37.770 INFO O| Feb 21 13:33:37.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94902025-02-21T13:33:38.800Z[ host-image] Feb 21 13:33:37.771 INFO O| Feb 21 13:33:37.770 INFO copying /tmp/.tmpyXqKXH/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 ...
94912025-02-21T13:33:38.800Z[ host-image] Feb 21 13:33:37.771 INFO O| Feb 21 13:33:37.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94922025-02-21T13:33:38.802Z[ host-image] Feb 21 13:33:37.771 INFO O| Feb 21 13:33:37.771 INFO ok!
94932025-02-21T13:33:38.802Z[ host-image] Feb 21 13:33:37.771 INFO O| Feb 21 13:33:37.771 INFO STEP 61 (ensure_file) COMPLETE
94942025-02-21T13:33:38.802Z[ host-image] Feb 21 13:33:37.771 INFO O| Feb 21 13:33:37.771 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94952025-02-21T13:33:38.819Z[ host-image] Feb 21 13:33:37.790 INFO O| Feb 21 13:33:37.790 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94962025-02-21T13:33:38.819Z[ host-image] Feb 21 13:33:37.790 INFO O| Feb 21 13:33:37.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94972025-02-21T13:33:38.819Z[ host-image] Feb 21 13:33:37.790 INFO O| Feb 21 13:33:37.790 INFO STEP 62 (ensure_dir) COMPLETE
94982025-02-21T13:33:38.822Z[ host-image] Feb 21 13:33:37.790 INFO O| Feb 21 13:33:37.790 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992025-02-21T13:33:38.837Z[ host-image] Feb 21 13:33:37.808 INFO O| Feb 21 13:33:37.808 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95002025-02-21T13:33:38.837Z[ host-image] Feb 21 13:33:37.808 INFO O| Feb 21 13:33:37.808 INFO copying /tmp/.tmpyXqKXH/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 ...
95012025-02-21T13:33:38.837Z[ host-image] Feb 21 13:33:37.808 INFO O| Feb 21 13:33:37.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95022025-02-21T13:33:38.840Z[ host-image] Feb 21 13:33:37.808 INFO O| Feb 21 13:33:37.808 INFO ok!
95032025-02-21T13:33:38.840Z[ host-image] Feb 21 13:33:37.808 INFO O| Feb 21 13:33:37.808 INFO STEP 63 (ensure_file) COMPLETE
95042025-02-21T13:33:38.840Z[ host-image] Feb 21 13:33:37.808 INFO O| Feb 21 13:33:37.808 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052025-02-21T13:33:38.855Z[ host-image] Feb 21 13:33:37.826 INFO O| Feb 21 13:33:37.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95062025-02-21T13:33:38.855Z[ host-image] Feb 21 13:33:37.826 INFO O| Feb 21 13:33:37.826 INFO copying /tmp/.tmpyXqKXH/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 ...
95072025-02-21T13:33:38.858Z[ host-image] Feb 21 13:33:37.826 INFO O| Feb 21 13:33:37.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
95082025-02-21T13:33:38.858Z[ host-image] Feb 21 13:33:37.826 INFO O| Feb 21 13:33:37.826 INFO ok!
95092025-02-21T13:33:38.858Z[ host-image] Feb 21 13:33:37.826 INFO O| Feb 21 13:33:37.826 INFO STEP 64 (ensure_file) COMPLETE
95102025-02-21T13:33:38.858Z[ host-image] Feb 21 13:33:37.826 INFO O| Feb 21 13:33:37.826 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112025-02-21T13:33:38.889Z[ host-image] Feb 21 13:33:37.860 INFO O| Feb 21 13:33:37.860 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95122025-02-21T13:33:38.889Z[ host-image] Feb 21 13:33:37.860 INFO O| Feb 21 13:33:37.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95132025-02-21T13:33:38.889Z[ host-image] Feb 21 13:33:37.860 INFO O| Feb 21 13:33:37.860 INFO STEP 65 (ensure_dir) COMPLETE
95142025-02-21T13:33:38.892Z[ host-image] Feb 21 13:33:37.860 INFO O| Feb 21 13:33:37.860 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152025-02-21T13:33:38.947Z[ host-image] Feb 21 13:33:37.918 INFO O| Feb 21 13:33:37.918 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95162025-02-21T13:33:38.947Z[ host-image] Feb 21 13:33:37.918 INFO O| Feb 21 13:33:37.918 INFO copying /tmp/.tmpyXqKXH/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 ...
95172025-02-21T13:33:38.947Z[ host-image] Feb 21 13:33:37.918 INFO O| Feb 21 13:33:37.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95182025-02-21T13:33:38.947Z[ host-image] Feb 21 13:33:37.918 INFO O| Feb 21 13:33:37.918 INFO ok!
95192025-02-21T13:33:38.947Z[ host-image] Feb 21 13:33:37.918 INFO O| Feb 21 13:33:37.918 INFO STEP 66 (ensure_file) COMPLETE
95202025-02-21T13:33:38.947Z[ host-image] Feb 21 13:33:37.918 INFO O| Feb 21 13:33:37.918 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95212025-02-21T13:33:39.007Z[ host-image] Feb 21 13:33:37.977 INFO O| Feb 21 13:33:37.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95222025-02-21T13:33:39.007Z[ host-image] Feb 21 13:33:37.977 INFO O| Feb 21 13:33:37.977 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
95232025-02-21T13:33:39.009Z[ host-image] Feb 21 13:33:37.978 INFO O| Feb 21 13:33:37.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
95242025-02-21T13:33:39.009Z[ host-image] Feb 21 13:33:37.978 INFO O| Feb 21 13:33:37.978 INFO ok!
95252025-02-21T13:33:39.009Z[ host-image] Feb 21 13:33:37.978 INFO O| Feb 21 13:33:37.978 INFO STEP 67 (ensure_file) COMPLETE
95262025-02-21T13:33:39.009Z[ host-image] Feb 21 13:33:37.978 INFO O| Feb 21 13:33:37.978 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272025-02-21T13:33:39.024Z[ host-image] Feb 21 13:33:37.995 INFO O| Feb 21 13:33:37.995 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95282025-02-21T13:33:39.024Z[ host-image] Feb 21 13:33:37.995 INFO O| Feb 21 13:33:37.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95292025-02-21T13:33:39.024Z[ host-image] Feb 21 13:33:37.995 INFO O| Feb 21 13:33:37.995 INFO STEP 68 (ensure_dir) COMPLETE
95302025-02-21T13:33:39.024Z[ host-image] Feb 21 13:33:37.995 INFO O| Feb 21 13:33:37.995 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95312025-02-21T13:33:39.044Z[ host-image] Feb 21 13:33:38.014 INFO O| Feb 21 13:33:38.014 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95322025-02-21T13:33:39.044Z[ host-image] Feb 21 13:33:38.014 INFO O| Feb 21 13:33:38.014 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95332025-02-21T13:33:40.491Z[ host-image] Feb 21 13:33:39.462 INFO O| Feb 21 13:33:39.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95342025-02-21T13:33:40.491Z[ host-image] Feb 21 13:33:39.462 INFO O| Feb 21 13:33:39.462 INFO ok!
95352025-02-21T13:33:40.491Z[ host-image] Feb 21 13:33:39.462 INFO O| Feb 21 13:33:39.462 INFO STEP 69 (ensure_file) COMPLETE
95362025-02-21T13:33:40.491Z[ host-image] Feb 21 13:33:39.462 INFO O| Feb 21 13:33:39.462 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95372025-02-21T13:33:40.508Z[ host-image] Feb 21 13:33:39.479 INFO O| Feb 21 13:33:39.479 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95382025-02-21T13:33:40.508Z[ host-image] Feb 21 13:33:39.479 INFO O| Feb 21 13:33:39.479 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95392025-02-21T13:33:42.990Z[ host-image] Feb 21 13:33:41.961 INFO O| Feb 21 13:33:41.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95402025-02-21T13:33:42.990Z[ host-image] Feb 21 13:33:41.961 INFO O| Feb 21 13:33:41.961 INFO ok!
95412025-02-21T13:33:42.993Z[ host-image] Feb 21 13:33:41.961 INFO O| Feb 21 13:33:41.961 INFO STEP 70 (ensure_file) COMPLETE
95422025-02-21T13:33:42.993Z[ host-image] Feb 21 13:33:41.961 INFO O| Feb 21 13:33:41.961 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95432025-02-21T13:33:43.009Z[ host-image] Feb 21 13:33:41.980 INFO O| Feb 21 13:33:41.980 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95442025-02-21T13:33:43.010Z[ host-image] Feb 21 13:33:41.980 INFO O| Feb 21 13:33:41.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95452025-02-21T13:33:43.010Z[ host-image] Feb 21 13:33:41.980 INFO O| Feb 21 13:33:41.980 INFO STEP 71 (ensure_dir) COMPLETE
95462025-02-21T13:33:43.012Z[ host-image] Feb 21 13:33:41.980 INFO O| Feb 21 13:33:41.980 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472025-02-21T13:33:43.034Z[ host-image] Feb 21 13:33:42.005 INFO O| Feb 21 13:33:42.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95482025-02-21T13:33:43.034Z[ host-image] Feb 21 13:33:42.005 INFO O| Feb 21 13:33:42.005 INFO copying /tmp/.tmpyXqKXH/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 ...
95492025-02-21T13:33:43.037Z[ host-image] Feb 21 13:33:42.005 INFO O| Feb 21 13:33:42.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95502025-02-21T13:33:43.037Z[ host-image] Feb 21 13:33:42.005 INFO O| Feb 21 13:33:42.005 INFO ok!
95512025-02-21T13:33:43.037Z[ host-image] Feb 21 13:33:42.005 INFO O| Feb 21 13:33:42.005 INFO STEP 72 (ensure_file) COMPLETE
95522025-02-21T13:33:43.037Z[ host-image] Feb 21 13:33:42.005 INFO O| Feb 21 13:33:42.005 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532025-02-21T13:33:43.054Z[ host-image] Feb 21 13:33:42.025 INFO O| Feb 21 13:33:42.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95542025-02-21T13:33:43.054Z[ host-image] Feb 21 13:33:42.025 INFO O| Feb 21 13:33:42.025 INFO copying /tmp/.tmpyXqKXH/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 ...
95552025-02-21T13:33:43.057Z[ host-image] Feb 21 13:33:42.025 INFO O| Feb 21 13:33:42.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95562025-02-21T13:33:43.057Z[ host-image] Feb 21 13:33:42.025 INFO O| Feb 21 13:33:42.025 INFO ok!
95572025-02-21T13:33:43.057Z[ host-image] Feb 21 13:33:42.025 INFO O| Feb 21 13:33:42.025 INFO STEP 73 (ensure_file) COMPLETE
95582025-02-21T13:33:43.057Z[ host-image] Feb 21 13:33:42.025 INFO O| Feb 21 13:33:42.025 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592025-02-21T13:33:43.073Z[ host-image] Feb 21 13:33:42.044 INFO O| Feb 21 13:33:42.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95602025-02-21T13:33:43.073Z[ host-image] Feb 21 13:33:42.044 INFO O| Feb 21 13:33:42.044 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95612025-02-21T13:33:43.076Z[ host-image] Feb 21 13:33:42.044 INFO O| Feb 21 13:33:42.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95622025-02-21T13:33:43.076Z[ host-image] Feb 21 13:33:42.044 INFO O| Feb 21 13:33:42.044 INFO ok!
95632025-02-21T13:33:43.076Z[ host-image] Feb 21 13:33:42.044 INFO O| Feb 21 13:33:42.044 INFO STEP 74 (ensure_file) COMPLETE
95642025-02-21T13:33:43.076Z[ host-image] Feb 21 13:33:42.044 INFO O| Feb 21 13:33:42.044 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652025-02-21T13:33:43.091Z[ host-image] Feb 21 13:33:42.062 INFO O| Feb 21 13:33:42.062 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95662025-02-21T13:33:43.091Z[ host-image] Feb 21 13:33:42.062 INFO O| Feb 21 13:33:42.062 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95672025-02-21T13:33:43.091Z[ host-image] Feb 21 13:33:42.062 INFO O| Feb 21 13:33:42.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95682025-02-21T13:33:43.094Z[ host-image] Feb 21 13:33:42.062 INFO O| Feb 21 13:33:42.062 INFO ok!
95692025-02-21T13:33:43.094Z[ host-image] Feb 21 13:33:42.062 INFO O| Feb 21 13:33:42.062 INFO STEP 75 (ensure_file) COMPLETE
95702025-02-21T13:33:43.094Z[ host-image] Feb 21 13:33:42.062 INFO O| Feb 21 13:33:42.062 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712025-02-21T13:33:43.110Z[ host-image] Feb 21 13:33:42.081 INFO O| Feb 21 13:33:42.080 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95722025-02-21T13:33:43.110Z[ host-image] Feb 21 13:33:42.081 INFO O| Feb 21 13:33:42.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95732025-02-21T13:33:43.110Z[ host-image] Feb 21 13:33:42.081 INFO O| Feb 21 13:33:42.081 INFO STEP 76 (ensure_dir) COMPLETE
95742025-02-21T13:33:43.112Z[ host-image] Feb 21 13:33:42.081 INFO O| Feb 21 13:33:42.081 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752025-02-21T13:33:43.128Z[ host-image] Feb 21 13:33:42.099 INFO O| Feb 21 13:33:42.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95762025-02-21T13:33:43.128Z[ host-image] Feb 21 13:33:42.099 INFO O| Feb 21 13:33:42.099 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95772025-02-21T13:33:43.132Z[ host-image] Feb 21 13:33:42.103 INFO O| Feb 21 13:33:42.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95782025-02-21T13:33:43.135Z[ host-image] Feb 21 13:33:42.103 INFO O| Feb 21 13:33:42.103 INFO ok!
95792025-02-21T13:33:43.135Z[ host-image] Feb 21 13:33:42.103 INFO O| Feb 21 13:33:42.103 INFO STEP 77 (ensure_file) COMPLETE
95802025-02-21T13:33:43.135Z[ host-image] Feb 21 13:33:42.103 INFO O| Feb 21 13:33:42.103 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812025-02-21T13:33:43.159Z[ host-image] Feb 21 13:33:42.130 INFO O| Feb 21 13:33:42.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95822025-02-21T13:33:43.159Z[ host-image] Feb 21 13:33:42.130 INFO O| Feb 21 13:33:42.130 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95832025-02-21T13:33:43.159Z[ host-image] Feb 21 13:33:42.130 INFO O| Feb 21 13:33:42.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95842025-02-21T13:33:43.160Z[ host-image] Feb 21 13:33:42.130 INFO O| Feb 21 13:33:42.130 INFO ok!
95852025-02-21T13:33:43.162Z[ host-image] Feb 21 13:33:42.130 INFO O| Feb 21 13:33:42.130 INFO STEP 78 (ensure_file) COMPLETE
95862025-02-21T13:33:43.162Z[ host-image] Feb 21 13:33:42.130 INFO O| Feb 21 13:33:42.130 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95872025-02-21T13:33:43.190Z[ host-image] Feb 21 13:33:42.161 INFO O| Feb 21 13:33:42.161 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95882025-02-21T13:33:43.190Z[ host-image] Feb 21 13:33:42.161 INFO O| Feb 21 13:33:42.161 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95892025-02-21T13:33:45.328Z[ host-image] Feb 21 13:33:44.299 INFO O| Feb 21 13:33:44.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95902025-02-21T13:33:45.328Z[ host-image] Feb 21 13:33:44.299 INFO O| Feb 21 13:33:44.299 INFO ok!
95912025-02-21T13:33:45.331Z[ host-image] Feb 21 13:33:44.299 INFO O| Feb 21 13:33:44.299 INFO STEP 79 (ensure_file) COMPLETE
95922025-02-21T13:33:45.331Z[ host-image] Feb 21 13:33:44.299 INFO O| Feb 21 13:33:44.299 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932025-02-21T13:33:45.347Z[ host-image] Feb 21 13:33:44.317 INFO O| Feb 21 13:33:44.317 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95942025-02-21T13:33:45.347Z[ host-image] Feb 21 13:33:44.317 INFO O| Feb 21 13:33:44.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95952025-02-21T13:33:45.350Z[ host-image] Feb 21 13:33:44.317 INFO O| Feb 21 13:33:44.317 INFO STEP 80 (ensure_dir) COMPLETE
95962025-02-21T13:33:45.350Z[ host-image] Feb 21 13:33:44.317 INFO O| Feb 21 13:33:44.317 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95972025-02-21T13:33:45.362Z[ host-image] Feb 21 13:33:44.333 INFO O| Feb 21 13:33:44.333 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95982025-02-21T13:33:45.362Z[ host-image] Feb 21 13:33:44.333 INFO O| Feb 21 13:33:44.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95992025-02-21T13:33:45.365Z[ host-image] Feb 21 13:33:44.333 INFO O| Feb 21 13:33:44.333 INFO STEP 81 (ensure_dir) COMPLETE
96002025-02-21T13:33:45.365Z[ host-image] Feb 21 13:33:44.333 INFO O| Feb 21 13:33:44.333 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96012025-02-21T13:33:45.401Z[ host-image] Feb 21 13:33:44.371 INFO O| Feb 21 13:33:44.371 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96022025-02-21T13:33:45.403Z[ host-image] Feb 21 13:33:44.372 INFO O| Feb 21 13:33:44.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96032025-02-21T13:33:45.403Z[ host-image] Feb 21 13:33:44.372 INFO O| Feb 21 13:33:44.372 INFO STEP 82 (ensure_dir) COMPLETE
96042025-02-21T13:33:45.403Z[ host-image] Feb 21 13:33:44.372 INFO O| Feb 21 13:33:44.372 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052025-02-21T13:33:45.420Z[ host-image] Feb 21 13:33:44.391 INFO O| Feb 21 13:33:44.391 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96062025-02-21T13:33:45.423Z[ host-image] Feb 21 13:33:44.391 INFO O| Feb 21 13:33:44.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96072025-02-21T13:33:45.423Z[ host-image] Feb 21 13:33:44.391 INFO O| Feb 21 13:33:44.391 INFO STEP 83 (ensure_dir) COMPLETE
96082025-02-21T13:33:45.423Z[ host-image] Feb 21 13:33:44.391 INFO O| Feb 21 13:33:44.391 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96092025-02-21T13:33:45.438Z[ host-image] Feb 21 13:33:44.409 INFO O| Feb 21 13:33:44.409 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96102025-02-21T13:33:45.440Z[ host-image] Feb 21 13:33:44.409 INFO O| Feb 21 13:33:44.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96112025-02-21T13:33:45.441Z[ host-image] Feb 21 13:33:44.409 INFO O| Feb 21 13:33:44.409 INFO STEP 84 (ensure_dir) COMPLETE
96122025-02-21T13:33:45.441Z[ host-image] Feb 21 13:33:44.409 INFO O| Feb 21 13:33:44.409 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96132025-02-21T13:33:45.455Z[ host-image] Feb 21 13:33:44.426 INFO O| Feb 21 13:33:44.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
96142025-02-21T13:33:45.455Z[ host-image] Feb 21 13:33:44.426 INFO O| Feb 21 13:33:44.426 INFO copying /tmp/.tmpyXqKXH/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 ...
96152025-02-21T13:33:45.458Z[ host-image] Feb 21 13:33:44.426 INFO O| Feb 21 13:33:44.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96162025-02-21T13:33:45.458Z[ host-image] Feb 21 13:33:44.427 INFO O| Feb 21 13:33:44.426 INFO ok!
96172025-02-21T13:33:45.458Z[ host-image] Feb 21 13:33:44.427 INFO O| Feb 21 13:33:44.427 INFO STEP 85 (ensure_file) COMPLETE
96182025-02-21T13:33:45.458Z[ host-image] Feb 21 13:33:44.427 INFO O| Feb 21 13:33:44.427 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96192025-02-21T13:33:45.473Z[ host-image] Feb 21 13:33:44.444 INFO O| Feb 21 13:33:44.443 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96202025-02-21T13:33:45.475Z[ host-image] Feb 21 13:33:44.444 INFO O| Feb 21 13:33:44.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96212025-02-21T13:33:45.475Z[ host-image] Feb 21 13:33:44.444 INFO O| Feb 21 13:33:44.444 INFO STEP 86 (ensure_dir) COMPLETE
96222025-02-21T13:33:45.475Z[ host-image] Feb 21 13:33:44.444 INFO O| Feb 21 13:33:44.444 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96232025-02-21T13:33:45.497Z[ host-image] Feb 21 13:33:44.467 INFO O| Feb 21 13:33:44.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96242025-02-21T13:33:45.497Z[ host-image] Feb 21 13:33:44.467 INFO O| Feb 21 13:33:44.467 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96252025-02-21T13:33:45.499Z[ host-image] Feb 21 13:33:44.468 INFO O| Feb 21 13:33:44.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96262025-02-21T13:33:45.499Z[ host-image] Feb 21 13:33:44.468 INFO O| Feb 21 13:33:44.468 INFO ok!
96272025-02-21T13:33:45.499Z[ host-image] Feb 21 13:33:44.468 INFO O| Feb 21 13:33:44.468 INFO STEP 87 (ensure_file) COMPLETE
96282025-02-21T13:33:45.499Z[ host-image] Feb 21 13:33:44.468 INFO O| Feb 21 13:33:44.468 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96292025-02-21T13:33:45.516Z[ host-image] Feb 21 13:33:44.487 INFO O| Feb 21 13:33:44.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96302025-02-21T13:33:45.516Z[ host-image] Feb 21 13:33:44.487 INFO O| Feb 21 13:33:44.487 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96312025-02-21T13:33:45.535Z[ host-image] Feb 21 13:33:44.506 INFO O| Feb 21 13:33:44.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96322025-02-21T13:33:45.535Z[ host-image] Feb 21 13:33:44.506 INFO O| Feb 21 13:33:44.506 INFO ok!
96332025-02-21T13:33:45.538Z[ host-image] Feb 21 13:33:44.506 INFO O| Feb 21 13:33:44.506 INFO STEP 88 (ensure_file) COMPLETE
96342025-02-21T13:33:45.538Z[ host-image] Feb 21 13:33:44.506 INFO O| Feb 21 13:33:44.506 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96352025-02-21T13:33:45.554Z[ host-image] Feb 21 13:33:44.525 INFO O| Feb 21 13:33:44.525 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96362025-02-21T13:33:45.554Z[ host-image] Feb 21 13:33:44.525 INFO O| Feb 21 13:33:44.525 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96372025-02-21T13:33:46.170Z[ host-image] Feb 21 13:33:45.140 INFO O| Feb 21 13:33:45.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96382025-02-21T13:33:46.170Z[ host-image] Feb 21 13:33:45.140 INFO O| Feb 21 13:33:45.140 INFO ok!
96392025-02-21T13:33:46.170Z[ host-image] Feb 21 13:33:45.140 INFO O| Feb 21 13:33:45.140 INFO STEP 89 (ensure_file) COMPLETE
96402025-02-21T13:33:46.170Z[ host-image] Feb 21 13:33:45.140 INFO O| Feb 21 13:33:45.140 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96412025-02-21T13:33:46.196Z[ host-image] Feb 21 13:33:45.166 INFO O| Feb 21 13:33:45.166 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96422025-02-21T13:33:46.196Z[ host-image] Feb 21 13:33:45.167 INFO O| Feb 21 13:33:45.166 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96432025-02-21T13:33:46.196Z[ host-image] Feb 21 13:33:45.167 INFO O| Feb 21 13:33:45.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96442025-02-21T13:33:46.199Z[ host-image] Feb 21 13:33:45.167 INFO O| Feb 21 13:33:45.167 INFO ok!
96452025-02-21T13:33:46.199Z[ host-image] Feb 21 13:33:45.167 INFO O| Feb 21 13:33:45.167 INFO STEP 90 (ensure_file) COMPLETE
96462025-02-21T13:33:46.199Z[ host-image] Feb 21 13:33:45.167 INFO O| Feb 21 13:33:45.167 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472025-02-21T13:33:46.229Z[ host-image] Feb 21 13:33:45.199 INFO O| Feb 21 13:33:45.199 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96482025-02-21T13:33:46.229Z[ host-image] Feb 21 13:33:45.199 INFO O| Feb 21 13:33:45.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96492025-02-21T13:33:46.229Z[ host-image] Feb 21 13:33:45.199 INFO O| Feb 21 13:33:45.199 INFO STEP 91 (ensure_dir) COMPLETE
96502025-02-21T13:33:46.229Z[ host-image] Feb 21 13:33:45.199 INFO O| Feb 21 13:33:45.199 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96512025-02-21T13:33:46.269Z[ host-image] Feb 21 13:33:45.239 INFO O| Feb 21 13:33:45.239 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96522025-02-21T13:33:46.269Z[ host-image] Feb 21 13:33:45.239 INFO O| Feb 21 13:33:45.239 INFO copying /tmp/.tmpyXqKXH/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 ...
96532025-02-21T13:33:46.271Z[ host-image] Feb 21 13:33:45.240 INFO O| Feb 21 13:33:45.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96542025-02-21T13:33:46.271Z[ host-image] Feb 21 13:33:45.240 INFO O| Feb 21 13:33:45.240 INFO ok!
96552025-02-21T13:33:46.271Z[ host-image] Feb 21 13:33:45.240 INFO O| Feb 21 13:33:45.240 INFO STEP 92 (ensure_file) COMPLETE
96562025-02-21T13:33:46.272Z[ host-image] Feb 21 13:33:45.240 INFO O| Feb 21 13:33:45.240 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96572025-02-21T13:33:46.288Z[ host-image] Feb 21 13:33:45.259 INFO O| Feb 21 13:33:45.259 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96582025-02-21T13:33:46.291Z[ host-image] Feb 21 13:33:45.259 INFO O| Feb 21 13:33:45.259 INFO copying /tmp/.tmpyXqKXH/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 ...
96592025-02-21T13:33:46.291Z[ host-image] Feb 21 13:33:45.259 INFO O| Feb 21 13:33:45.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96602025-02-21T13:33:46.291Z[ host-image] Feb 21 13:33:45.259 INFO O| Feb 21 13:33:45.259 INFO ok!
96612025-02-21T13:33:46.291Z[ host-image] Feb 21 13:33:45.259 INFO O| Feb 21 13:33:45.259 INFO STEP 93 (ensure_file) COMPLETE
96622025-02-21T13:33:46.291Z[ host-image] Feb 21 13:33:45.259 INFO O| Feb 21 13:33:45.259 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96632025-02-21T13:33:46.307Z[ host-image] Feb 21 13:33:45.277 INFO O| Feb 21 13:33:45.277 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96642025-02-21T13:33:46.307Z[ host-image] Feb 21 13:33:45.277 INFO O| Feb 21 13:33:45.277 INFO copying /tmp/.tmpyXqKXH/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 ...
96652025-02-21T13:33:46.307Z[ host-image] Feb 21 13:33:45.278 INFO O| Feb 21 13:33:45.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96662025-02-21T13:33:46.307Z[ host-image] Feb 21 13:33:45.278 INFO O| Feb 21 13:33:45.278 INFO ok!
96672025-02-21T13:33:46.309Z[ host-image] Feb 21 13:33:45.278 INFO O| Feb 21 13:33:45.278 INFO STEP 94 (ensure_file) COMPLETE
96682025-02-21T13:33:46.309Z[ host-image] Feb 21 13:33:45.278 INFO O| Feb 21 13:33:45.278 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96692025-02-21T13:33:46.324Z[ host-image] Feb 21 13:33:45.294 INFO O| Feb 21 13:33:45.294 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96702025-02-21T13:33:46.324Z[ host-image] Feb 21 13:33:45.294 INFO O| Feb 21 13:33:45.294 INFO copying /tmp/.tmpyXqKXH/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 ...
96712025-02-21T13:33:46.324Z[ host-image] Feb 21 13:33:45.294 INFO O| Feb 21 13:33:45.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96722025-02-21T13:33:46.327Z[ host-image] Feb 21 13:33:45.294 INFO O| Feb 21 13:33:45.294 INFO ok!
96732025-02-21T13:33:46.327Z[ host-image] Feb 21 13:33:45.294 INFO O| Feb 21 13:33:45.294 INFO STEP 95 (ensure_file) COMPLETE
96742025-02-21T13:33:46.327Z[ host-image] Feb 21 13:33:45.294 INFO O| Feb 21 13:33:45.294 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96752025-02-21T13:33:46.350Z[ host-image] Feb 21 13:33:45.320 INFO O| Feb 21 13:33:45.320 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96762025-02-21T13:33:46.350Z[ host-image] Feb 21 13:33:45.320 INFO O| Feb 21 13:33:45.320 INFO copying /tmp/.tmpyXqKXH/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 ...
96772025-02-21T13:33:46.352Z[ host-image] Feb 21 13:33:45.321 INFO O| Feb 21 13:33:45.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96782025-02-21T13:33:46.352Z[ host-image] Feb 21 13:33:45.321 INFO O| Feb 21 13:33:45.321 INFO ok!
96792025-02-21T13:33:46.352Z[ host-image] Feb 21 13:33:45.321 INFO O| Feb 21 13:33:45.321 INFO STEP 96 (ensure_file) COMPLETE
96802025-02-21T13:33:46.352Z[ host-image] Feb 21 13:33:45.321 INFO O| Feb 21 13:33:45.321 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96812025-02-21T13:33:46.386Z[ host-image] Feb 21 13:33:45.357 INFO O| Feb 21 13:33:45.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
96822025-02-21T13:33:46.386Z[ host-image] Feb 21 13:33:45.357 INFO O| Feb 21 13:33:45.357 INFO copying /tmp/.tmpyXqKXH/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 ...
96832025-02-21T13:33:46.386Z[ host-image] Feb 21 13:33:45.357 INFO O| Feb 21 13:33:45.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
96842025-02-21T13:33:46.389Z[ host-image] Feb 21 13:33:45.357 INFO O| Feb 21 13:33:45.357 INFO ok!
96852025-02-21T13:33:46.389Z[ host-image] Feb 21 13:33:45.357 INFO O| Feb 21 13:33:45.357 INFO STEP 97 (ensure_file) COMPLETE
96862025-02-21T13:33:46.389Z[ host-image] Feb 21 13:33:45.357 INFO O| Feb 21 13:33:45.357 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96872025-02-21T13:33:46.404Z[ host-image] Feb 21 13:33:45.375 INFO O| Feb 21 13:33:45.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96882025-02-21T13:33:46.404Z[ host-image] Feb 21 13:33:45.375 INFO O| Feb 21 13:33:45.375 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96892025-02-21T13:33:46.404Z[ host-image] Feb 21 13:33:45.375 INFO O| Feb 21 13:33:45.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96902025-02-21T13:33:46.407Z[ host-image] Feb 21 13:33:45.375 INFO O| Feb 21 13:33:45.375 INFO ok!
96912025-02-21T13:33:46.407Z[ host-image] Feb 21 13:33:45.375 INFO O| Feb 21 13:33:45.375 INFO STEP 98 (ensure_file) COMPLETE
96922025-02-21T13:33:46.407Z[ host-image] Feb 21 13:33:45.375 INFO O| Feb 21 13:33:45.375 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96932025-02-21T13:33:46.422Z[ host-image] Feb 21 13:33:45.393 INFO O| Feb 21 13:33:45.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96942025-02-21T13:33:46.422Z[ host-image] Feb 21 13:33:45.393 INFO O| Feb 21 13:33:45.393 INFO copying /tmp/.tmpyXqKXH/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 ...
96952025-02-21T13:33:46.422Z[ host-image] Feb 21 13:33:45.393 INFO O| Feb 21 13:33:45.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96962025-02-21T13:33:46.425Z[ host-image] Feb 21 13:33:45.393 INFO O| Feb 21 13:33:45.393 INFO ok!
96972025-02-21T13:33:46.425Z[ host-image] Feb 21 13:33:45.393 INFO O| Feb 21 13:33:45.393 INFO STEP 99 (ensure_file) COMPLETE
96982025-02-21T13:33:46.425Z[ host-image] Feb 21 13:33:45.393 INFO O| Feb 21 13:33:45.393 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96992025-02-21T13:33:46.440Z[ host-image] Feb 21 13:33:45.410 INFO O| Feb 21 13:33:45.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
97002025-02-21T13:33:46.440Z[ host-image] Feb 21 13:33:45.410 INFO O| Feb 21 13:33:45.410 INFO copying /tmp/.tmpyXqKXH/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 ...
97012025-02-21T13:33:46.440Z[ host-image] Feb 21 13:33:45.410 INFO O| Feb 21 13:33:45.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
97022025-02-21T13:33:46.440Z[ host-image] Feb 21 13:33:45.410 INFO O| Feb 21 13:33:45.410 INFO ok!
97032025-02-21T13:33:46.442Z[ host-image] Feb 21 13:33:45.410 INFO O| Feb 21 13:33:45.410 INFO STEP 100 (ensure_file) COMPLETE
97042025-02-21T13:33:46.442Z[ host-image] Feb 21 13:33:45.411 INFO O| Feb 21 13:33:45.410 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97052025-02-21T13:33:46.458Z[ host-image] Feb 21 13:33:45.429 INFO O| Feb 21 13:33:45.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
97062025-02-21T13:33:46.458Z[ host-image] Feb 21 13:33:45.429 INFO O| Feb 21 13:33:45.429 INFO copying /tmp/.tmpyXqKXH/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 ...
97072025-02-21T13:33:46.461Z[ host-image] Feb 21 13:33:45.429 INFO O| Feb 21 13:33:45.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
97082025-02-21T13:33:46.461Z[ host-image] Feb 21 13:33:45.429 INFO O| Feb 21 13:33:45.429 INFO ok!
97092025-02-21T13:33:46.461Z[ host-image] Feb 21 13:33:45.429 INFO O| Feb 21 13:33:45.429 INFO STEP 101 (ensure_file) COMPLETE
97102025-02-21T13:33:46.461Z[ host-image] Feb 21 13:33:45.429 INFO O| Feb 21 13:33:45.429 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112025-02-21T13:33:46.476Z[ host-image] Feb 21 13:33:45.447 INFO O| Feb 21 13:33:45.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
97122025-02-21T13:33:46.476Z[ host-image] Feb 21 13:33:45.447 INFO O| Feb 21 13:33:45.446 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
97132025-02-21T13:33:46.478Z[ host-image] Feb 21 13:33:45.447 INFO O| Feb 21 13:33:45.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
97142025-02-21T13:33:46.478Z[ host-image] Feb 21 13:33:45.447 INFO O| Feb 21 13:33:45.447 INFO ok!
97152025-02-21T13:33:46.478Z[ host-image] Feb 21 13:33:45.447 INFO O| Feb 21 13:33:45.447 INFO STEP 102 (ensure_file) COMPLETE
97162025-02-21T13:33:46.478Z[ host-image] Feb 21 13:33:45.447 INFO O| Feb 21 13:33:45.447 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172025-02-21T13:33:46.497Z[ host-image] Feb 21 13:33:45.467 INFO O| Feb 21 13:33:45.467 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
97182025-02-21T13:33:46.497Z[ host-image] Feb 21 13:33:45.467 INFO O| Feb 21 13:33:45.467 INFO copying /tmp/.tmpyXqKXH/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 ...
97192025-02-21T13:33:46.499Z[ host-image] Feb 21 13:33:45.468 INFO O| Feb 21 13:33:45.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
97202025-02-21T13:33:46.499Z[ host-image] Feb 21 13:33:45.468 INFO O| Feb 21 13:33:45.467 INFO ok!
97212025-02-21T13:33:46.499Z[ host-image] Feb 21 13:33:45.468 INFO O| Feb 21 13:33:45.467 INFO STEP 103 (ensure_file) COMPLETE
97222025-02-21T13:33:46.499Z[ host-image] Feb 21 13:33:45.468 INFO O| Feb 21 13:33:45.468 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232025-02-21T13:33:46.534Z[ host-image] Feb 21 13:33:45.504 INFO O| Feb 21 13:33:45.504 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
97242025-02-21T13:33:46.534Z[ host-image] Feb 21 13:33:45.504 INFO O| Feb 21 13:33:45.504 INFO copying /tmp/.tmpyXqKXH/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 ...
97252025-02-21T13:33:46.536Z[ host-image] Feb 21 13:33:45.505 INFO O| Feb 21 13:33:45.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
97262025-02-21T13:33:46.536Z[ host-image] Feb 21 13:33:45.505 INFO O| Feb 21 13:33:45.505 INFO ok!
97272025-02-21T13:33:46.536Z[ host-image] Feb 21 13:33:45.505 INFO O| Feb 21 13:33:45.505 INFO STEP 104 (ensure_file) COMPLETE
97282025-02-21T13:33:46.536Z[ host-image] Feb 21 13:33:45.505 INFO O| Feb 21 13:33:45.505 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97292025-02-21T13:33:46.552Z[ host-image] Feb 21 13:33:45.523 INFO O| Feb 21 13:33:45.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
97302025-02-21T13:33:46.552Z[ host-image] Feb 21 13:33:45.523 INFO O| Feb 21 13:33:45.523 INFO copying /tmp/.tmpyXqKXH/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 ...
97312025-02-21T13:33:46.555Z[ host-image] Feb 21 13:33:45.523 INFO O| Feb 21 13:33:45.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
97322025-02-21T13:33:46.555Z[ host-image] Feb 21 13:33:45.523 INFO O| Feb 21 13:33:45.523 INFO ok!
97332025-02-21T13:33:46.555Z[ host-image] Feb 21 13:33:45.523 INFO O| Feb 21 13:33:45.523 INFO STEP 105 (ensure_file) COMPLETE
97342025-02-21T13:33:46.555Z[ host-image] Feb 21 13:33:45.523 INFO O| Feb 21 13:33:45.523 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97352025-02-21T13:33:46.571Z[ host-image] Feb 21 13:33:45.541 INFO O| Feb 21 13:33:45.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
97362025-02-21T13:33:46.571Z[ host-image] Feb 21 13:33:45.541 INFO O| Feb 21 13:33:45.541 INFO copying /tmp/.tmpyXqKXH/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 ...
97372025-02-21T13:33:46.571Z[ host-image] Feb 21 13:33:45.542 INFO O| Feb 21 13:33:45.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97382025-02-21T13:33:46.571Z[ host-image] Feb 21 13:33:45.542 INFO O| Feb 21 13:33:45.542 INFO ok!
97392025-02-21T13:33:46.571Z[ host-image] Feb 21 13:33:45.542 INFO O| Feb 21 13:33:45.542 INFO STEP 106 (ensure_file) COMPLETE
97402025-02-21T13:33:46.574Z[ host-image] Feb 21 13:33:45.542 INFO O| Feb 21 13:33:45.542 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412025-02-21T13:33:46.589Z[ host-image] Feb 21 13:33:45.559 INFO O| Feb 21 13:33:45.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97422025-02-21T13:33:46.589Z[ host-image] Feb 21 13:33:45.559 INFO O| Feb 21 13:33:45.559 INFO copying /tmp/.tmpyXqKXH/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 ...
97432025-02-21T13:33:46.589Z[ host-image] Feb 21 13:33:45.559 INFO O| Feb 21 13:33:45.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97442025-02-21T13:33:46.589Z[ host-image] Feb 21 13:33:45.559 INFO O| Feb 21 13:33:45.559 INFO ok!
97452025-02-21T13:33:46.589Z[ host-image] Feb 21 13:33:45.559 INFO O| Feb 21 13:33:45.559 INFO STEP 107 (ensure_file) COMPLETE
97462025-02-21T13:33:46.590Z[ host-image] Feb 21 13:33:45.560 INFO O| Feb 21 13:33:45.559 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97472025-02-21T13:33:46.607Z[ host-image] Feb 21 13:33:45.577 INFO O| Feb 21 13:33:45.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97482025-02-21T13:33:46.607Z[ host-image] Feb 21 13:33:45.577 INFO O| Feb 21 13:33:45.577 INFO copying /tmp/.tmpyXqKXH/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 ...
97492025-02-21T13:33:46.608Z[ host-image] Feb 21 13:33:45.577 INFO O| Feb 21 13:33:45.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97502025-02-21T13:33:46.608Z[ host-image] Feb 21 13:33:45.578 INFO O| Feb 21 13:33:45.577 INFO ok!
97512025-02-21T13:33:46.608Z[ host-image] Feb 21 13:33:45.578 INFO O| Feb 21 13:33:45.577 INFO STEP 108 (ensure_file) COMPLETE
97522025-02-21T13:33:46.608Z[ host-image] Feb 21 13:33:45.578 INFO O| Feb 21 13:33:45.577 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97532025-02-21T13:33:46.624Z[ host-image] Feb 21 13:33:45.595 INFO O| Feb 21 13:33:45.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97542025-02-21T13:33:46.624Z[ host-image] Feb 21 13:33:45.595 INFO O| Feb 21 13:33:45.595 INFO copying /tmp/.tmpyXqKXH/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 ...
97552025-02-21T13:33:46.624Z[ host-image] Feb 21 13:33:45.595 INFO O| Feb 21 13:33:45.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97562025-02-21T13:33:46.628Z[ host-image] Feb 21 13:33:45.595 INFO O| Feb 21 13:33:45.595 INFO ok!
97572025-02-21T13:33:46.628Z[ host-image] Feb 21 13:33:45.595 INFO O| Feb 21 13:33:45.595 INFO STEP 109 (ensure_file) COMPLETE
97582025-02-21T13:33:46.628Z[ host-image] Feb 21 13:33:45.595 INFO O| Feb 21 13:33:45.595 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97592025-02-21T13:33:46.642Z[ host-image] Feb 21 13:33:45.612 INFO O| Feb 21 13:33:45.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97602025-02-21T13:33:46.642Z[ host-image] Feb 21 13:33:45.612 INFO O| Feb 21 13:33:45.612 INFO copying /tmp/.tmpyXqKXH/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 ...
97612025-02-21T13:33:46.644Z[ host-image] Feb 21 13:33:45.612 INFO O| Feb 21 13:33:45.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97622025-02-21T13:33:46.644Z[ host-image] Feb 21 13:33:45.613 INFO O| Feb 21 13:33:45.612 INFO ok!
97632025-02-21T13:33:46.644Z[ host-image] Feb 21 13:33:45.613 INFO O| Feb 21 13:33:45.612 INFO STEP 110 (ensure_file) COMPLETE
97642025-02-21T13:33:46.644Z[ host-image] Feb 21 13:33:45.613 INFO O| Feb 21 13:33:45.612 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97652025-02-21T13:33:46.659Z[ host-image] Feb 21 13:33:45.630 INFO O| Feb 21 13:33:45.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97662025-02-21T13:33:46.659Z[ host-image] Feb 21 13:33:45.630 INFO O| Feb 21 13:33:45.630 INFO copying /tmp/.tmpyXqKXH/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 ...
97672025-02-21T13:33:46.663Z[ host-image] Feb 21 13:33:45.630 INFO O| Feb 21 13:33:45.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97682025-02-21T13:33:46.663Z[ host-image] Feb 21 13:33:45.630 INFO O| Feb 21 13:33:45.630 INFO ok!
97692025-02-21T13:33:46.663Z[ host-image] Feb 21 13:33:45.630 INFO O| Feb 21 13:33:45.630 INFO STEP 111 (ensure_file) COMPLETE
97702025-02-21T13:33:46.663Z[ host-image] Feb 21 13:33:45.630 INFO O| Feb 21 13:33:45.630 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97712025-02-21T13:33:46.690Z[ host-image] Feb 21 13:33:45.660 INFO O| Feb 21 13:33:45.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97722025-02-21T13:33:46.690Z[ host-image] Feb 21 13:33:45.660 INFO O| Feb 21 13:33:45.660 INFO copying /tmp/.tmpyXqKXH/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 ...
97732025-02-21T13:33:46.693Z[ host-image] Feb 21 13:33:45.661 INFO O| Feb 21 13:33:45.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97742025-02-21T13:33:46.693Z[ host-image] Feb 21 13:33:45.661 INFO O| Feb 21 13:33:45.661 INFO ok!
97752025-02-21T13:33:46.693Z[ host-image] Feb 21 13:33:45.661 INFO O| Feb 21 13:33:45.661 INFO STEP 112 (ensure_file) COMPLETE
97762025-02-21T13:33:46.693Z[ host-image] Feb 21 13:33:45.661 INFO O| Feb 21 13:33:45.661 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97772025-02-21T13:33:46.723Z[ host-image] Feb 21 13:33:45.692 INFO O| Feb 21 13:33:45.692 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
97782025-02-21T13:33:46.723Z[ host-image] Feb 21 13:33:45.692 INFO O| Feb 21 13:33:45.692 INFO copying /tmp/.tmpyXqKXH/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 ...
97792025-02-21T13:33:46.726Z[ host-image] Feb 21 13:33:45.693 INFO O| Feb 21 13:33:45.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
97802025-02-21T13:33:46.726Z[ host-image] Feb 21 13:33:45.693 INFO O| Feb 21 13:33:45.693 INFO ok!
97812025-02-21T13:33:46.726Z[ host-image] Feb 21 13:33:45.693 INFO O| Feb 21 13:33:45.693 INFO STEP 113 (ensure_file) COMPLETE
97822025-02-21T13:33:46.726Z[ host-image] Feb 21 13:33:45.693 INFO O| Feb 21 13:33:45.693 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97832025-02-21T13:33:46.740Z[ host-image] Feb 21 13:33:45.711 INFO O| Feb 21 13:33:45.711 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
97842025-02-21T13:33:46.740Z[ host-image] Feb 21 13:33:45.711 INFO O| Feb 21 13:33:45.711 INFO copying /tmp/.tmpyXqKXH/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 ...
97852025-02-21T13:33:46.743Z[ host-image] Feb 21 13:33:45.711 INFO O| Feb 21 13:33:45.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
97862025-02-21T13:33:46.743Z[ host-image] Feb 21 13:33:45.711 INFO O| Feb 21 13:33:45.711 INFO ok!
97872025-02-21T13:33:46.743Z[ host-image] Feb 21 13:33:45.711 INFO O| Feb 21 13:33:45.711 INFO STEP 114 (ensure_file) COMPLETE
97882025-02-21T13:33:46.743Z[ host-image] Feb 21 13:33:45.711 INFO O| Feb 21 13:33:45.711 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97892025-02-21T13:33:46.758Z[ host-image] Feb 21 13:33:45.729 INFO O| Feb 21 13:33:45.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97902025-02-21T13:33:46.758Z[ host-image] Feb 21 13:33:45.729 INFO O| Feb 21 13:33:45.729 INFO copying /tmp/.tmpyXqKXH/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 ...
97912025-02-21T13:33:46.760Z[ host-image] Feb 21 13:33:45.729 INFO O| Feb 21 13:33:45.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97922025-02-21T13:33:46.761Z[ host-image] Feb 21 13:33:45.729 INFO O| Feb 21 13:33:45.729 INFO ok!
97932025-02-21T13:33:46.761Z[ host-image] Feb 21 13:33:45.729 INFO O| Feb 21 13:33:45.729 INFO STEP 115 (ensure_file) COMPLETE
97942025-02-21T13:33:46.761Z[ host-image] Feb 21 13:33:45.729 INFO O| Feb 21 13:33:45.729 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97952025-02-21T13:33:46.776Z[ host-image] Feb 21 13:33:45.746 INFO O| Feb 21 13:33:45.746 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97962025-02-21T13:33:46.776Z[ host-image] Feb 21 13:33:45.746 INFO O| Feb 21 13:33:45.746 INFO copying /tmp/.tmpyXqKXH/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 ...
97972025-02-21T13:33:46.778Z[ host-image] Feb 21 13:33:45.747 INFO O| Feb 21 13:33:45.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97982025-02-21T13:33:46.778Z[ host-image] Feb 21 13:33:45.747 INFO O| Feb 21 13:33:45.746 INFO ok!
97992025-02-21T13:33:46.778Z[ host-image] Feb 21 13:33:45.747 INFO O| Feb 21 13:33:45.747 INFO STEP 116 (ensure_file) COMPLETE
98002025-02-21T13:33:46.778Z[ host-image] Feb 21 13:33:45.747 INFO O| Feb 21 13:33:45.747 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98012025-02-21T13:33:46.795Z[ host-image] Feb 21 13:33:45.765 INFO O| Feb 21 13:33:45.765 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
98022025-02-21T13:33:46.795Z[ host-image] Feb 21 13:33:45.765 INFO O| Feb 21 13:33:45.765 INFO copying /tmp/.tmpyXqKXH/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 ...
98032025-02-21T13:33:46.797Z[ host-image] Feb 21 13:33:45.765 INFO O| Feb 21 13:33:45.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
98042025-02-21T13:33:46.797Z[ host-image] Feb 21 13:33:45.765 INFO O| Feb 21 13:33:45.765 INFO ok!
98052025-02-21T13:33:46.797Z[ host-image] Feb 21 13:33:45.766 INFO O| Feb 21 13:33:45.765 INFO STEP 117 (ensure_file) COMPLETE
98062025-02-21T13:33:46.797Z[ host-image] Feb 21 13:33:45.766 INFO O| Feb 21 13:33:45.765 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98072025-02-21T13:33:46.835Z[ host-image] Feb 21 13:33:45.805 INFO O| Feb 21 13:33:45.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
98082025-02-21T13:33:46.835Z[ host-image] Feb 21 13:33:45.805 INFO O| Feb 21 13:33:45.805 INFO copying /tmp/.tmpyXqKXH/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 ...
98092025-02-21T13:33:46.837Z[ host-image] Feb 21 13:33:45.806 INFO O| Feb 21 13:33:45.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
98102025-02-21T13:33:46.837Z[ host-image] Feb 21 13:33:45.806 INFO O| Feb 21 13:33:45.805 INFO ok!
98112025-02-21T13:33:46.837Z[ host-image] Feb 21 13:33:45.806 INFO O| Feb 21 13:33:45.806 INFO STEP 118 (ensure_file) COMPLETE
98122025-02-21T13:33:46.837Z[ host-image] Feb 21 13:33:45.806 INFO O| Feb 21 13:33:45.806 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98132025-02-21T13:33:46.873Z[ host-image] Feb 21 13:33:45.844 INFO O| Feb 21 13:33:45.844 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
98142025-02-21T13:33:46.873Z[ host-image] Feb 21 13:33:45.844 INFO O| Feb 21 13:33:45.844 INFO copying /tmp/.tmpyXqKXH/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 ...
98152025-02-21T13:33:46.873Z[ host-image] Feb 21 13:33:45.844 INFO O| Feb 21 13:33:45.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
98162025-02-21T13:33:46.873Z[ host-image] Feb 21 13:33:45.844 INFO O| Feb 21 13:33:45.844 INFO ok!
98172025-02-21T13:33:46.876Z[ host-image] Feb 21 13:33:45.844 INFO O| Feb 21 13:33:45.844 INFO STEP 119 (ensure_file) COMPLETE
98182025-02-21T13:33:46.876Z[ host-image] Feb 21 13:33:45.844 INFO O| Feb 21 13:33:45.844 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98192025-02-21T13:33:46.892Z[ host-image] Feb 21 13:33:45.863 INFO O| Feb 21 13:33:45.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
98202025-02-21T13:33:46.892Z[ host-image] Feb 21 13:33:45.863 INFO O| Feb 21 13:33:45.863 INFO copying /tmp/.tmpyXqKXH/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 ...
98212025-02-21T13:33:46.895Z[ host-image] Feb 21 13:33:45.863 INFO O| Feb 21 13:33:45.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
98222025-02-21T13:33:46.895Z[ host-image] Feb 21 13:33:45.863 INFO O| Feb 21 13:33:45.863 INFO ok!
98232025-02-21T13:33:46.895Z[ host-image] Feb 21 13:33:45.863 INFO O| Feb 21 13:33:45.863 INFO STEP 120 (ensure_file) COMPLETE
98242025-02-21T13:33:46.895Z[ host-image] Feb 21 13:33:45.863 INFO O| Feb 21 13:33:45.863 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98252025-02-21T13:33:46.911Z[ host-image] Feb 21 13:33:45.882 INFO O| Feb 21 13:33:45.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
98262025-02-21T13:33:46.911Z[ host-image] Feb 21 13:33:45.882 INFO O| Feb 21 13:33:45.882 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
98272025-02-21T13:33:46.913Z[ host-image] Feb 21 13:33:45.882 INFO O| Feb 21 13:33:45.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
98282025-02-21T13:33:46.914Z[ host-image] Feb 21 13:33:45.882 INFO O| Feb 21 13:33:45.882 INFO ok!
98292025-02-21T13:33:46.914Z[ host-image] Feb 21 13:33:45.882 INFO O| Feb 21 13:33:45.882 INFO STEP 121 (ensure_file) COMPLETE
98302025-02-21T13:33:46.914Z[ host-image] Feb 21 13:33:45.882 INFO O| Feb 21 13:33:45.882 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98312025-02-21T13:33:46.936Z[ host-image] Feb 21 13:33:45.907 INFO O| Feb 21 13:33:45.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
98322025-02-21T13:33:46.936Z[ host-image] Feb 21 13:33:45.907 INFO O| Feb 21 13:33:45.907 INFO copying /tmp/.tmpyXqKXH/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 ...
98332025-02-21T13:33:46.939Z[ host-image] Feb 21 13:33:45.907 INFO O| Feb 21 13:33:45.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
98342025-02-21T13:33:46.939Z[ host-image] Feb 21 13:33:45.907 INFO O| Feb 21 13:33:45.907 INFO ok!
98352025-02-21T13:33:46.939Z[ host-image] Feb 21 13:33:45.907 INFO O| Feb 21 13:33:45.907 INFO STEP 122 (ensure_file) COMPLETE
98362025-02-21T13:33:46.939Z[ host-image] Feb 21 13:33:45.907 INFO O| Feb 21 13:33:45.907 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98372025-02-21T13:33:46.969Z[ host-image] Feb 21 13:33:45.939 INFO O| Feb 21 13:33:45.939 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
98382025-02-21T13:33:46.969Z[ host-image] Feb 21 13:33:45.939 INFO O| Feb 21 13:33:45.939 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
98392025-02-21T13:33:46.971Z[ host-image] Feb 21 13:33:45.939 INFO O| Feb 21 13:33:45.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
98402025-02-21T13:33:46.971Z[ host-image] Feb 21 13:33:45.939 INFO O| Feb 21 13:33:45.939 INFO ok!
98412025-02-21T13:33:46.971Z[ host-image] Feb 21 13:33:45.939 INFO O| Feb 21 13:33:45.939 INFO STEP 123 (ensure_file) COMPLETE
98422025-02-21T13:33:46.971Z[ host-image] Feb 21 13:33:45.940 INFO O| Feb 21 13:33:45.939 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98432025-02-21T13:33:47.007Z[ host-image] Feb 21 13:33:45.977 INFO O| Feb 21 13:33:45.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98442025-02-21T13:33:47.007Z[ host-image] Feb 21 13:33:45.977 INFO O| Feb 21 13:33:45.977 INFO copying /tmp/.tmpyXqKXH/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98452025-02-21T13:34:00.088Z[ host-image] Feb 21 13:33:59.058 INFO O| Feb 21 13:33:59.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98462025-02-21T13:34:00.088Z[ host-image] Feb 21 13:33:59.058 INFO O| Feb 21 13:33:59.058 INFO ok!
98472025-02-21T13:34:00.090Z[ host-image] Feb 21 13:33:59.058 INFO O| Feb 21 13:33:59.058 INFO STEP 124 (ensure_file) COMPLETE
98482025-02-21T13:34:00.090Z[ host-image] Feb 21 13:33:59.058 INFO O| Feb 21 13:33:59.058 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98492025-02-21T13:34:00.106Z[ host-image] Feb 21 13:33:59.076 INFO O| Feb 21 13:33:59.076 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98502025-02-21T13:34:00.109Z[ host-image] Feb 21 13:33:59.077 INFO O| Feb 21 13:33:59.076 INFO STEP 125 (ensure_dir) COMPLETE
98512025-02-21T13:34:00.109Z[ host-image] Feb 21 13:33:59.077 INFO O| Feb 21 13:33:59.076 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98522025-02-21T13:34:00.123Z[ host-image] Feb 21 13:33:59.093 INFO O| Feb 21 13:33:59.093 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98532025-02-21T13:34:00.123Z[ host-image] Feb 21 13:33:59.093 INFO O| Feb 21 13:33:59.093 INFO STEP 126 (ensure_dir) COMPLETE
98542025-02-21T13:34:00.123Z[ host-image] Feb 21 13:33:59.093 INFO O| Feb 21 13:33:59.093 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98552025-02-21T13:34:00.139Z[ host-image] Feb 21 13:33:59.109 INFO O| Feb 21 13:33:59.109 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98562025-02-21T13:34:00.139Z[ host-image] Feb 21 13:33:59.109 INFO O| Feb 21 13:33:59.109 INFO STEP 127 (ensure_dir) COMPLETE
98572025-02-21T13:34:00.140Z[ host-image] Feb 21 13:33:59.109 INFO O| Feb 21 13:33:59.109 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98582025-02-21T13:34:00.155Z[ host-image] Feb 21 13:33:59.125 INFO O| Feb 21 13:33:59.125 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98592025-02-21T13:34:00.155Z[ host-image] Feb 21 13:33:59.125 INFO O| Feb 21 13:33:59.125 INFO STEP 128 (ensure_dir) COMPLETE
98602025-02-21T13:34:00.157Z[ host-image] Feb 21 13:33:59.125 INFO O| Feb 21 13:33:59.125 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98612025-02-21T13:34:00.171Z[ host-image] Feb 21 13:33:59.141 INFO O| Feb 21 13:33:59.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98622025-02-21T13:34:00.171Z[ host-image] Feb 21 13:33:59.141 INFO O| Feb 21 13:33:59.141 INFO copying /tmp/.tmpyXqKXH/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 ...
98632025-02-21T13:34:00.173Z[ host-image] Feb 21 13:33:59.142 INFO O| Feb 21 13:33:59.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98642025-02-21T13:34:00.173Z[ host-image] Feb 21 13:33:59.142 INFO O| Feb 21 13:33:59.142 INFO ok!
98652025-02-21T13:34:00.173Z[ host-image] Feb 21 13:33:59.142 INFO O| Feb 21 13:33:59.142 INFO STEP 129 (ensure_file) COMPLETE
98662025-02-21T13:34:00.173Z[ host-image] Feb 21 13:33:59.142 INFO O| Feb 21 13:33:59.142 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98672025-02-21T13:34:00.187Z[ host-image] Feb 21 13:33:59.157 INFO O| Feb 21 13:33:59.157 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98682025-02-21T13:34:00.187Z[ host-image] Feb 21 13:33:59.157 INFO O| Feb 21 13:33:59.157 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98692025-02-21T13:34:00.190Z[ host-image] Feb 21 13:33:59.157 INFO O| Feb 21 13:33:59.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98702025-02-21T13:34:00.190Z[ host-image] Feb 21 13:33:59.157 INFO O| Feb 21 13:33:59.157 INFO STEP 130 (ensure_dir) COMPLETE
98712025-02-21T13:34:00.190Z[ host-image] Feb 21 13:33:59.157 INFO O| Feb 21 13:33:59.157 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98722025-02-21T13:34:00.204Z[ host-image] Feb 21 13:33:59.175 INFO O| Feb 21 13:33:59.175 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98732025-02-21T13:34:00.204Z[ host-image] Feb 21 13:33:59.175 INFO O| Feb 21 13:33:59.175 INFO copying /tmp/.tmpyXqKXH/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98742025-02-21T13:34:00.207Z[ host-image] Feb 21 13:33:59.175 INFO O| Feb 21 13:33:59.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98752025-02-21T13:34:00.207Z[ host-image] Feb 21 13:33:59.175 INFO O| Feb 21 13:33:59.175 INFO ok!
98762025-02-21T13:34:00.207Z[ host-image] Feb 21 13:33:59.175 INFO O| Feb 21 13:33:59.175 INFO STEP 131 (ensure_file) COMPLETE
98772025-02-21T13:34:00.207Z[ host-image] Feb 21 13:33:59.175 INFO O| Feb 21 13:33:59.175 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98782025-02-21T13:34:00.217Z[ host-image] Feb 21 13:33:59.187 INFO O| Feb 21 13:33:59.187 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98792025-02-21T13:34:00.219Z[ host-image] Feb 21 13:33:59.188 INFO O| Feb 21 13:33:59.188 INFO STEP 132 (remove_files) COMPLETE
98802025-02-21T13:34:00.219Z[ host-image] Feb 21 13:33:59.188 INFO O| Feb 21 13:33:59.188 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98812025-02-21T13:34:00.234Z[ host-image] Feb 21 13:33:59.204 INFO O| Feb 21 13:33:59.204 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98822025-02-21T13:34:00.239Z[ host-image] Feb 21 13:33:59.205 INFO O| Feb 21 13:33:59.205 INFO STEP 133 (remove_files) COMPLETE
98832025-02-21T13:34:00.239Z[ host-image] Feb 21 13:33:59.205 INFO O| Feb 21 13:33:59.205 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98842025-02-21T13:34:00.246Z[ host-image] Feb 21 13:33:59.216 INFO O| Feb 21 13:33:59.216 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98852025-02-21T13:34:00.248Z[ host-image] Feb 21 13:33:59.216 INFO O| Feb 21 13:33:59.216 INFO STEP 134 (remove_files) COMPLETE
98862025-02-21T13:34:00.248Z[ host-image] Feb 21 13:33:59.216 INFO O| Feb 21 13:33:59.216 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98872025-02-21T13:34:00.263Z[ host-image] Feb 21 13:33:59.233 INFO O| Feb 21 13:33:59.233 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98882025-02-21T13:34:00.265Z[ host-image] Feb 21 13:33:59.234 INFO O| Feb 21 13:33:59.234 INFO STEP 135 (remove_files) COMPLETE
98892025-02-21T13:34:00.265Z[ host-image] Feb 21 13:33:59.234 INFO O| Feb 21 13:33:59.234 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98902025-02-21T13:34:00.282Z[ host-image] Feb 21 13:33:59.250 INFO O| Feb 21 13:33:59.250 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98912025-02-21T13:34:00.285Z[ host-image] Feb 21 13:33:59.250 INFO O| Feb 21 13:33:59.250 INFO STEP 136 (remove_files) COMPLETE
98922025-02-21T13:34:00.285Z[ host-image] Feb 21 13:33:59.250 INFO O| Feb 21 13:33:59.250 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98932025-02-21T13:34:00.296Z[ host-image] Feb 21 13:33:59.266 INFO O| Feb 21 13:33:59.266 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98942025-02-21T13:34:00.299Z[ host-image] Feb 21 13:33:59.267 INFO O| Feb 21 13:33:59.266 INFO STEP 137 (remove_files) COMPLETE
98952025-02-21T13:34:00.299Z[ host-image] Feb 21 13:33:59.267 INFO O| Feb 21 13:33:59.267 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98962025-02-21T13:34:00.312Z[ host-image] Feb 21 13:33:59.282 INFO O| Feb 21 13:33:59.282 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98972025-02-21T13:34:00.312Z[ host-image] Feb 21 13:33:59.282 INFO O| Feb 21 13:33:59.282 INFO STEP 138 (remove_files) COMPLETE
98982025-02-21T13:34:00.314Z[ host-image] Feb 21 13:33:59.282 INFO O| Feb 21 13:33:59.282 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98992025-02-21T13:34:00.327Z[ host-image] Feb 21 13:33:59.297 INFO O| Feb 21 13:33:59.297 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
99002025-02-21T13:34:00.327Z[ host-image] Feb 21 13:33:59.297 INFO O| Feb 21 13:33:59.297 INFO STEP 139 (remove_files) COMPLETE
99012025-02-21T13:34:00.329Z[ host-image] Feb 21 13:33:59.297 INFO O| Feb 21 13:33:59.297 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99022025-02-21T13:34:00.342Z[ host-image] Feb 21 13:33:59.313 INFO O| Feb 21 13:33:59.312 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
99032025-02-21T13:34:00.342Z[ host-image] Feb 21 13:33:59.313 INFO O| Feb 21 13:33:59.313 INFO STEP 140 (remove_files) COMPLETE
99042025-02-21T13:34:00.342Z[ host-image] Feb 21 13:33:59.313 INFO O| Feb 21 13:33:59.313 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99052025-02-21T13:34:00.358Z[ host-image] Feb 21 13:33:59.329 INFO O| Feb 21 13:33:59.328 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
99062025-02-21T13:34:00.361Z[ host-image] Feb 21 13:33:59.329 INFO O| Feb 21 13:33:59.329 INFO STEP 141 (remove_files) COMPLETE
99072025-02-21T13:34:00.361Z[ host-image] Feb 21 13:33:59.329 INFO O| Feb 21 13:33:59.329 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99082025-02-21T13:34:00.374Z[ host-image] Feb 21 13:33:59.345 INFO O| Feb 21 13:33:59.344 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
99092025-02-21T13:34:00.374Z[ host-image] Feb 21 13:33:59.345 INFO O| Feb 21 13:33:59.345 INFO STEP 142 (remove_files) COMPLETE
99102025-02-21T13:34:00.374Z[ host-image] Feb 21 13:33:59.345 INFO O| Feb 21 13:33:59.345 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99112025-02-21T13:34:00.390Z[ host-image] Feb 21 13:33:59.361 INFO O| Feb 21 13:33:59.360 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
99122025-02-21T13:34:00.390Z[ host-image] Feb 21 13:33:59.361 INFO O| Feb 21 13:33:59.361 INFO STEP 143 (remove_files) COMPLETE
99132025-02-21T13:34:00.394Z[ host-image] Feb 21 13:33:59.361 INFO O| Feb 21 13:33:59.361 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99142025-02-21T13:34:00.407Z[ host-image] Feb 21 13:33:59.377 INFO O| Feb 21 13:33:59.377 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
99152025-02-21T13:34:00.407Z[ host-image] Feb 21 13:33:59.377 INFO O| Feb 21 13:33:59.377 INFO STEP 144 (remove_files) COMPLETE
99162025-02-21T13:34:00.407Z[ host-image] Feb 21 13:33:59.377 INFO O| Feb 21 13:33:59.377 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99172025-02-21T13:34:00.423Z[ host-image] Feb 21 13:33:59.393 INFO O| Feb 21 13:33:59.393 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
99182025-02-21T13:34:00.423Z[ host-image] Feb 21 13:33:59.393 INFO O| Feb 21 13:33:59.393 INFO STEP 145 (remove_files) COMPLETE
99192025-02-21T13:34:00.425Z[ host-image] Feb 21 13:33:59.393 INFO O| Feb 21 13:33:59.393 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99202025-02-21T13:34:00.438Z[ host-image] Feb 21 13:33:59.408 INFO O| Feb 21 13:33:59.408 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
99212025-02-21T13:34:00.441Z[ host-image] Feb 21 13:33:59.409 INFO O| Feb 21 13:33:59.409 INFO STEP 146 (remove_files) COMPLETE
99222025-02-21T13:34:00.441Z[ host-image] Feb 21 13:33:59.409 INFO O| Feb 21 13:33:59.409 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99232025-02-21T13:34:00.454Z[ host-image] Feb 21 13:33:59.424 INFO O| Feb 21 13:33:59.424 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
99242025-02-21T13:34:00.454Z[ host-image] Feb 21 13:33:59.424 INFO O| Feb 21 13:33:59.424 INFO STEP 147 (remove_files) COMPLETE
99252025-02-21T13:34:00.454Z[ host-image] Feb 21 13:33:59.424 INFO O| Feb 21 13:33:59.424 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99262025-02-21T13:34:00.470Z[ host-image] Feb 21 13:33:59.440 INFO O| Feb 21 13:33:59.440 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
99272025-02-21T13:34:00.470Z[ host-image] Feb 21 13:33:59.440 INFO O| Feb 21 13:33:59.440 INFO STEP 148 (remove_files) COMPLETE
99282025-02-21T13:34:00.472Z[ host-image] Feb 21 13:33:59.440 INFO O| Feb 21 13:33:59.440 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99292025-02-21T13:34:00.486Z[ host-image] Feb 21 13:33:59.456 INFO O| Feb 21 13:33:59.456 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
99302025-02-21T13:34:00.486Z[ host-image] Feb 21 13:33:59.456 INFO O| Feb 21 13:33:59.456 INFO STEP 149 (remove_files) COMPLETE
99312025-02-21T13:34:00.488Z[ host-image] Feb 21 13:33:59.456 INFO O| Feb 21 13:33:59.456 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99322025-02-21T13:34:00.501Z[ host-image] Feb 21 13:33:59.472 INFO O| Feb 21 13:33:59.471 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
99332025-02-21T13:34:00.501Z[ host-image] Feb 21 13:33:59.472 INFO O| Feb 21 13:33:59.472 INFO STEP 150 (remove_files) COMPLETE
99342025-02-21T13:34:00.504Z[ host-image] Feb 21 13:33:59.472 INFO O| Feb 21 13:33:59.472 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99352025-02-21T13:34:00.518Z[ host-image] Feb 21 13:33:59.488 INFO O| Feb 21 13:33:59.487 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
99362025-02-21T13:34:00.518Z[ host-image] Feb 21 13:33:59.488 INFO O| Feb 21 13:33:59.488 INFO STEP 151 (remove_files) COMPLETE
99372025-02-21T13:34:00.522Z[ host-image] Feb 21 13:33:59.488 INFO O| Feb 21 13:33:59.488 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99382025-02-21T13:34:00.533Z[ host-image] Feb 21 13:33:59.504 INFO O| Feb 21 13:33:59.503 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99392025-02-21T13:34:00.533Z[ host-image] Feb 21 13:33:59.504 INFO O| Feb 21 13:33:59.504 INFO STEP 152 (remove_files) COMPLETE
99402025-02-21T13:34:00.537Z[ host-image] Feb 21 13:33:59.504 INFO O| Feb 21 13:33:59.504 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99412025-02-21T13:34:00.548Z[ host-image] Feb 21 13:33:59.519 INFO O| Feb 21 13:33:59.519 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99422025-02-21T13:34:00.551Z[ host-image] Feb 21 13:33:59.519 INFO O| Feb 21 13:33:59.519 INFO STEP 153 (remove_files) COMPLETE
99432025-02-21T13:34:00.552Z[ host-image] Feb 21 13:33:59.519 INFO O| Feb 21 13:33:59.519 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99442025-02-21T13:34:00.566Z[ host-image] Feb 21 13:33:59.536 INFO O| Feb 21 13:33:59.536 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99452025-02-21T13:34:00.566Z[ host-image] Feb 21 13:33:59.536 INFO O| Feb 21 13:33:59.536 INFO STEP 154 (remove_files) COMPLETE
99462025-02-21T13:34:00.566Z[ host-image] Feb 21 13:33:59.536 INFO O| Feb 21 13:33:59.536 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99472025-02-21T13:34:00.582Z[ host-image] Feb 21 13:33:59.552 INFO O| Feb 21 13:33:59.552 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99482025-02-21T13:34:00.584Z[ host-image] Feb 21 13:33:59.552 INFO O| Feb 21 13:33:59.552 INFO STEP 155 (remove_files) COMPLETE
99492025-02-21T13:34:00.585Z[ host-image] Feb 21 13:33:59.552 INFO O| Feb 21 13:33:59.552 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99502025-02-21T13:34:00.598Z[ host-image] Feb 21 13:33:59.568 INFO O| Feb 21 13:33:59.568 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99512025-02-21T13:34:00.598Z[ host-image] Feb 21 13:33:59.568 INFO O| Feb 21 13:33:59.568 INFO STEP 156 (remove_files) COMPLETE
99522025-02-21T13:34:00.600Z[ host-image] Feb 21 13:33:59.569 INFO O| Feb 21 13:33:59.568 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99532025-02-21T13:34:00.614Z[ host-image] Feb 21 13:33:59.584 INFO O| Feb 21 13:33:59.584 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99542025-02-21T13:34:00.614Z[ host-image] Feb 21 13:33:59.584 INFO O| Feb 21 13:33:59.584 INFO STEP 157 (remove_files) COMPLETE
99552025-02-21T13:34:00.619Z[ host-image] Feb 21 13:33:59.584 INFO O| Feb 21 13:33:59.584 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99562025-02-21T13:34:00.630Z[ host-image] Feb 21 13:33:59.600 INFO O| Feb 21 13:33:59.600 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99572025-02-21T13:34:00.630Z[ host-image] Feb 21 13:33:59.600 INFO O| Feb 21 13:33:59.600 INFO STEP 158 (remove_files) COMPLETE
99582025-02-21T13:34:00.634Z[ host-image] Feb 21 13:33:59.600 INFO O| Feb 21 13:33:59.600 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99592025-02-21T13:34:00.647Z[ host-image] Feb 21 13:33:59.616 INFO O| Feb 21 13:33:59.616 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99602025-02-21T13:34:00.647Z[ host-image] Feb 21 13:33:59.616 INFO O| Feb 21 13:33:59.616 INFO STEP 159 (remove_files) COMPLETE
99612025-02-21T13:34:00.650Z[ host-image] Feb 21 13:33:59.617 INFO O| Feb 21 13:33:59.616 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99622025-02-21T13:34:00.664Z[ host-image] Feb 21 13:33:59.632 INFO O| Feb 21 13:33:59.632 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99632025-02-21T13:34:00.665Z[ host-image] Feb 21 13:33:59.632 INFO O| Feb 21 13:33:59.632 INFO STEP 160 (remove_files) COMPLETE
99642025-02-21T13:34:00.673Z[ host-image] Feb 21 13:33:59.632 INFO O| Feb 21 13:33:59.632 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99652025-02-21T13:34:00.686Z[ host-image] Feb 21 13:33:59.655 INFO O| Feb 21 13:33:59.655 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99662025-02-21T13:34:00.695Z[ host-image] Feb 21 13:33:59.655 INFO O| Feb 21 13:33:59.655 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
99672025-02-21T13:34:10.523Z[ host-image] Feb 21 13:34:09.493 INFO O| Feb 21 13:34:09.493 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
99682025-02-21T13:34:10.523Z[ host-image] Feb 21 13:34:09.493 INFO O| Feb 21 13:34:09.493 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99692025-02-21T13:34:10.539Z[ host-image] Feb 21 13:34:09.509 INFO O| Feb 21 13:34:09.508 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"}
99702025-02-21T13:34:10.621Z[ host-image] Feb 21 13:34:09.591 INFO O| Feb 21 13:34:09.591 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99712025-02-21T13:34:10.621Z[ host-image] Feb 21 13:34:09.591 INFO O| Feb 21 13:34:09.591 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99722025-02-21T13:34:10.624Z[ host-image] Feb 21 13:34:09.593 INFO O| Feb 21 13:34:09.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99732025-02-21T13:34:10.624Z[ host-image] Feb 21 13:34:09.593 INFO O| Feb 21 13:34:09.593 INFO ok!
99742025-02-21T13:34:10.624Z[ host-image] Feb 21 13:34:09.593 INFO O| Feb 21 13:34:09.593 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99752025-02-21T13:34:10.624Z[ host-image] Feb 21 13:34:09.593 INFO O| Feb 21 13:34:09.593 INFO STEP 161 (seed_smf) COMPLETE
99762025-02-21T13:34:10.624Z[ host-image] Feb 21 13:34:09.593 INFO O| Feb 21 13:34:09.593 INFO steps complete; finalising image!
99772025-02-21T13:34:10.624Z[ host-image] Feb 21 13:34:09.593 INFO O| Feb 21 13:34:09.593 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99782025-02-21T13:34:10.785Z[ host-image] Feb 21 13:34:09.751 INFO O| Feb 21 13:34:09.751 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Feb 21 13:34:09 2025)
99792025-02-21T13:34:10.992Z[ host-image] Feb 21 13:34:09.962 INFO O| Feb 21 13:34:09.962 INFO trim TEMPORARY-gimlet-zfs: (97% trimmed, started at Fri Feb 21 13:34:09 2025)
99802025-02-21T13:34:11.222Z[ host-image] Feb 21 13:34:10.191 INFO O| Feb 21 13:34:10.191 INFO temporary pool has 719M used, 113M avail, 1.79x compressratio
99812025-02-21T13:34:11.223Z[ host-image] Feb 21 13:34:10.191 INFO O| Feb 21 13:34:10.191 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99822025-02-21T13:34:11.654Z[ host-image] Feb 21 13:34:10.624 INFO O| Feb 21 13:34:10.623 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99832025-02-21T13:34:11.655Z[ host-image] Feb 21 13:34:10.624 INFO O| Feb 21 13:34:10.624 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99842025-02-21T13:34:12.781Z[ host-image] Feb 21 13:34:11.751 INFO O| Feb 21 13:34:11.751 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99852025-02-21T13:34:12.781Z[ host-image] Feb 21 13:34:11.751 INFO O| Feb 21 13:34:11.751 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99862025-02-21T13:34:12.784Z[ host-image] Feb 21 13:34:11.751 INFO O| Feb 21 13:34:11.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99872025-02-21T13:34:12.784Z[ host-image] Feb 21 13:34:11.751 INFO O| Feb 21 13:34:11.751 INFO completed processing gimlet/zfs
99882025-02-21T13:34:12.784Z[ host-image] Feb 21 13:34:11.751 INFO O| Feb 21 13:34:11.751 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99892025-02-21T13:34:21.444Z[ host-image] Feb 21 13:34:20.413 INFO O| Feb 21 13:34:20.413 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99902025-02-21T13:34:21.531Z[ host-image] Feb 21 13:34:20.501 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
99912025-02-21T13:34:21.532Z[ host-image] Feb 21 13:34:20.501 INFO expanded image name: "ci 517bc63/${os_short_commit} 2025-02-21 12:57" -> "ci 517bc63/9fcb5ef 2025-02-21 12:57"
99922025-02-21T13:34:21.532Z[ host-image] Feb 21 13:34:20.501 INFO output artefacts stored in: "/work/os-host"
99932025-02-21T13:34:21.547Z[ host-image] Feb 21 13:34:20.501 INFO collecting git info from project "phbl"...
99942025-02-21T13:34:21.547Z[ host-image] Feb 21 13:34:20.507 INFO collecting git info from project "amd-host-image-builder"...
99952025-02-21T13:34:21.555Z[ host-image] Feb 21 13:34:20.524 INFO collecting git info from project "chelsio-t6-roms"...
99962025-02-21T13:34:21.565Z[ host-image] Feb 21 13:34:20.530 INFO collecting git info from project "amd-firmware"...
99972025-02-21T13:34:21.571Z[ host-image] Feb 21 13:34:20.540 INFO collecting git info from project "pilot"...
99982025-02-21T13:34:21.585Z[ host-image] Feb 21 13:34:20.546 INFO collecting git info from project "pinprick"...
99992025-02-21T13:34:21.585Z[ host-image] Feb 21 13:34:20.551 INFO collecting git info from project "image-builder"...
100002025-02-21T13:34:21.588Z[ host-image] Feb 21 13:34:20.556 INFO collecting git info from project "bootserver"...
100012025-02-21T13:34:21.595Z[ host-image] Feb 21 13:34:20.561 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
100022025-02-21T13:34:21.981Z[ host-image] Feb 21 13:34:20.948 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
100032025-02-21T13:34:22.340Z[ host-image] Feb 21 13:34:21.309 INFO creating Oxide boot image...
100042025-02-21T13:34:22.340Z[ host-image] Feb 21 13:34:21.309 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 517bc63/9fcb5ef 2025-02-21 12:57", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
100052025-02-21T13:34:23.335Z[ host-image] Feb 21 13:34:22.304 INFO O| ok, image written!
100062025-02-21T13:34:23.335Z[ host-image] Feb 21 13:34:22.305 INFO O| ok, boot_image_csum file written!
100072025-02-21T13:34:23.350Z[ host-image] Feb 21 13:34:22.308 INFO creating boot archive (CPIO)...
100082025-02-21T13:34:23.350Z[ host-image] Feb 21 13:34:22.308 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
100092025-02-21T13:34:23.350Z[ host-image] Feb 21 13:34:22.315 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
100102025-02-21T13:34:23.350Z[ host-image] Feb 21 13:34:22.315 INFO E| + outfile=/work/os-host/cpio
100112025-02-21T13:34:23.350Z[ host-image] Feb 21 13:34:22.315 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
100122025-02-21T13:34:23.350Z[ host-image] Feb 21 13:34:22.317 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
100132025-02-21T13:34:23.351Z[ host-image] Feb 21 13:34:22.318 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
100142025-02-21T13:34:23.387Z[ host-image] Feb 21 13:34:22.355 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
100152025-02-21T13:34:23.387Z[ host-image] Feb 21 13:34:22.355 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
100162025-02-21T13:34:23.394Z[ host-image] Feb 21 13:34:22.363 INFO creating compressed cpio/unix for nanobl-rs...
100172025-02-21T13:34:23.396Z[ host-image] Feb 21 13:34:22.363 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
100182025-02-21T13:34:23.722Z[ host-image] Feb 21 13:34:22.691 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
100192025-02-21T13:34:28.358Z[ host-image] Feb 21 13:34:27.327 INFO creating reset image...
100202025-02-21T13:34:28.373Z[ host-image] Feb 21 13:34:27.327 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
100212025-02-21T13:34:28.453Z[ host-image] Feb 21 13:34:27.422 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
100222025-02-21T13:34:28.468Z[ host-image] Feb 21 13:34:27.423 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
100232025-02-21T13:34:28.510Z[ host-image] Feb 21 13:34:27.478 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
100242025-02-21T13:34:30.356Z[ host-image] Feb 21 13:34:29.325 INFO E| Finished `release` profile [optimized] target(s) in 1.88s
100252025-02-21T13:34:30.369Z[ host-image] Feb 21 13:34:29.338 INFO building host image...
100262025-02-21T13:34:30.372Z[ host-image] Feb 21 13:34:29.338 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")
100272025-02-21T13:34:30.918Z[ host-image] Feb 21 13:34:29.887 INFO finishing image archive at "/work/os-host/os.tar.gz"...
100282025-02-21T13:35:29.786Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 23s
100292025-02-21T13:35:30.179ZFeb 21 13:35:29.145 INFO [verify-libraries] process exited with exit status: 0 (927.920089828s)
100302025-02-21T13:35:36.416Z[ host-image] Feb 21 13:35:35.383 INFO image complete! materials are in "/work/os-host"
100312025-02-21T13:35:36.423Z[ host-image]
100322025-02-21T13:35:36.423Z[ host-image] real 16:15.270040940
100332025-02-21T13:35:36.423Z[ host-image] user 6:49.802635025
100342025-02-21T13:35:36.423Z[ host-image] sys 1:07.260778362
100352025-02-21T13:35:36.423Z[ host-image] trap 0.317139081
100362025-02-21T13:35:36.423Z[ host-image] tflt 0.013786640
100372025-02-21T13:35:36.423Z[ host-image] dflt 0.078137387
100382025-02-21T13:35:36.424Z[ host-image] kflt 0.004445153
100392025-02-21T13:35:36.424Z[ host-image] lock 11:06.307744922
100402025-02-21T13:35:36.424Z[ host-image] slp 1:30:46.884245109
100412025-02-21T13:35:36.424Z[ host-image] lat 2:53.868533852
100422025-02-21T13:35:36.424Z[ host-image] stop 0.440367026
100432025-02-21T13:35:36.424ZFeb 21 13:35:35.387 INFO [host-image] process exited with exit status: 0 (975.288812964s)
100442025-02-21T13:35:36.424ZFeb 21 13:35:35.387 INFO [tuf-repo] running task
100452025-02-21T13:35:46.390ZFeb 21 13:35:45.356 INFO assembling repository in `/tmp/tufaceous4JbRLs`, component: OmicronRepoAssembler
100462025-02-21T13:35:51.870ZFeb 21 13:35:50.836 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100472025-02-21T13:35:52.285ZFeb 21 13:35:51.251 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100482025-02-21T13:36:06.281ZFeb 21 13:36:05.247 INFO [tuf-repo] task succeeded (29.859900407s)
100492025-02-21T13:36:06.281ZFeb 21 13:36:05.247 INFO all jobs completed in 2326.247514689s
100502025-02-21T13:36:07.091Zprocess exited: duration 3049804 ms, exit code 0
 
100512025-02-21T13:36:07.106Zfound 33 output files
100522025-02-21T13:36:07.106Zuploading: /work/manifest.toml (13429 bytes)
100532025-02-21T13:36:08.127Zuploaded: /work/manifest.toml
100542025-02-21T13:36:08.127Zuploading: /work/repo.zip (2157769037 bytes)
100552025-02-21T13:37:00.671Zuploaded: /work/repo.zip
100562025-02-21T13:37:00.671Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100572025-02-21T13:37:01.696Zuploaded: /work/repo.zip.sha256.txt
100582025-02-21T13:37:01.696Zuploading: /work/helios-setup.log (69013 bytes)
100592025-02-21T13:37:02.722Zuploaded: /work/helios-setup.log
100602025-02-21T13:37:02.722Zuploading: /work/host-image.log (202379 bytes)
100612025-02-21T13:37:03.746Zuploaded: /work/host-image.log
100622025-02-21T13:37:03.748Zuploading: /work/host-package.log (22907 bytes)
100632025-02-21T13:37:04.759Zuploaded: /work/host-package.log
100642025-02-21T13:37:04.759Zuploading: /work/host-target.log (101 bytes)
100652025-02-21T13:37:05.770Zuploaded: /work/host-target.log
100662025-02-21T13:37:05.771Zuploading: /work/omicron-package.log (5681 bytes)
100672025-02-21T13:37:06.779Zuploaded: /work/omicron-package.log
100682025-02-21T13:37:06.781Zuploading: /work/phbl-toolchain.log (881 bytes)
100692025-02-21T13:37:07.787Zuploaded: /work/phbl-toolchain.log
100702025-02-21T13:37:07.787Zuploading: /work/recovery-image.log (581936 bytes)
100712025-02-21T13:37:08.810Zuploaded: /work/recovery-image.log
100722025-02-21T13:37:08.810Zuploading: /work/recovery-package.log (1762 bytes)
100732025-02-21T13:37:09.820Zuploaded: /work/recovery-package.log
100742025-02-21T13:37:09.820Zuploading: /work/recovery-target.log (98 bytes)
100752025-02-21T13:37:10.831Zuploaded: /work/recovery-target.log
100762025-02-21T13:37:10.831Zuploading: /work/stamp-clickhouse.log (117 bytes)
100772025-02-21T13:37:11.839Zuploaded: /work/stamp-clickhouse.log
100782025-02-21T13:37:11.839Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100792025-02-21T13:37:12.851Zuploaded: /work/stamp-clickhouse_keeper.log
100802025-02-21T13:37:12.854Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100812025-02-21T13:37:13.862Zuploaded: /work/stamp-cockroachdb.log
100822025-02-21T13:37:13.863Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100832025-02-21T13:37:14.870Zuploaded: /work/stamp-crucible-dtrace.log
100842025-02-21T13:37:14.870Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100852025-02-21T13:37:15.879Zuploaded: /work/stamp-crucible-pantry-zone.log
100862025-02-21T13:37:15.879Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100872025-02-21T13:37:16.888Zuploaded: /work/stamp-crucible-zone.log
100882025-02-21T13:37:16.888Zuploading: /work/stamp-external-dns.log (119 bytes)
100892025-02-21T13:37:17.898Zuploaded: /work/stamp-external-dns.log
100902025-02-21T13:37:17.898Zuploading: /work/stamp-installinator.log (103 bytes)
100912025-02-21T13:37:18.907Zuploaded: /work/stamp-installinator.log
100922025-02-21T13:37:18.907Zuploading: /work/stamp-internal-dns.log (119 bytes)
100932025-02-21T13:37:19.917Zuploaded: /work/stamp-internal-dns.log
100942025-02-21T13:37:19.917Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100952025-02-21T13:37:20.927Zuploaded: /work/stamp-mg-ddm-gz.log
100962025-02-21T13:37:20.927Zuploading: /work/stamp-nexus.log (112 bytes)
100972025-02-21T13:37:21.936Zuploaded: /work/stamp-nexus.log
100982025-02-21T13:37:21.936Zuploading: /work/stamp-ntp.log (110 bytes)
100992025-02-21T13:37:22.947Zuploaded: /work/stamp-ntp.log
101002025-02-21T13:37:22.950Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
101012025-02-21T13:37:23.957Zuploaded: /work/stamp-omicron-sled-agent.log
101022025-02-21T13:37:23.958Zuploading: /work/stamp-overlay.log (114 bytes)
101032025-02-21T13:37:24.969Zuploaded: /work/stamp-overlay.log
101042025-02-21T13:37:24.973Zuploading: /work/stamp-oximeter.log (115 bytes)
101052025-02-21T13:37:25.979Zuploaded: /work/stamp-oximeter.log
101062025-02-21T13:37:25.979Zuploading: /work/stamp-oxlog.log (109 bytes)
101072025-02-21T13:37:26.989Zuploaded: /work/stamp-oxlog.log
101082025-02-21T13:37:26.989Zuploading: /work/stamp-probe.log (112 bytes)
101092025-02-21T13:37:28.000Zuploaded: /work/stamp-probe.log
101102025-02-21T13:37:28.005Zuploading: /work/stamp-propolis-server.log (122 bytes)
101112025-02-21T13:37:29.013Zuploaded: /work/stamp-propolis-server.log
101122025-02-21T13:37:29.013Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
101132025-02-21T13:37:30.024Zuploaded: /work/stamp-pumpkind-gz.log
101142025-02-21T13:37:30.024Zuploading: /work/stamp-switch-asic.log (118 bytes)
101152025-02-21T13:37:31.034Zuploaded: /work/stamp-switch-asic.log
101162025-02-21T13:37:31.034Zuploading: /work/verify-libraries.log (6147 bytes)
101172025-02-21T13:37:32.045Zuploaded: /work/verify-libraries.log