01JMSD75CJ8HPDBP0DWKDZP7MB: 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: 01JMSD7T81WYSZD1C3821PNAD7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-23T12:42:31.950Zjob assigned to worker 01JMSD7X93SBAT7NKFGVRPSDD8 [factory aws, i-0d5860aed21b9e873] (queued for 48 s)
 
22025-02-23T12:42:39.712Zstarting task 0: "setup"
32025-02-23T12:42:39.719Z++ uname -s
42025-02-23T12:42:39.722Z+ kern=SunOS
52025-02-23T12:42:39.722Z+ build_user=build
62025-02-23T12:42:39.722Z+ build_uid=12345
72025-02-23T12:42:39.722Z+ work_dir=/work
82025-02-23T12:42:39.722Z+ input_dir=/input
92025-02-23T12:42:39.722Z+ [[ 0 == 12345 ]]
102025-02-23T12:42:39.722Z+ case "$kern" in
112025-02-23T12:42:39.722Z+ groupadd -g 12345 build
122025-02-23T12:42:39.725Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-23T12:42:41.730Z+ zfs create -o mountpoint=/work rpool/work
142025-02-23T12:42:41.857Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-23T12:42:41.859Z+ home_fs=zfs
162025-02-23T12:42:41.859Z+ [[ zfs == autofs ]]
172025-02-23T12:42:41.859Z+ mkdir -p /home/build
182025-02-23T12:42:41.862Z+ chown build:build /home/build /work
192025-02-23T12:42:43.865Z+ chmod 0700 /home/build /work
202025-02-23T12:42:43.869Zprocess exited: duration 4156 ms, exit code 0
 
212025-02-23T12:42:43.875Zstarting task 1: "rust-toolchain"
222025-02-23T12:42:43.881Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-23T12:42:43.881Z * rust toolchain channel = "1.85.0"
242025-02-23T12:42:43.881Z * rust toolchain profile = "default"
252025-02-23T12:42:43.884Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-23T12:42:43.884Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-23T12:42:43.884Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-23T12:42:43.885Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-23T12:42:43.885Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-23T12:42:44.002Zinfo: downloading installer
312025-02-23T12:42:45.209Zwarning: it looks like you have an existing installation of Rust at:
322025-02-23T12:42:45.209Zwarning: /opt/ooce/bin
332025-02-23T12:42:45.209Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-23T12:42:45.209Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-23T12:42:45.209Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-23T12:42:45.209Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-23T12:42:45.209Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-23T12:42:45.209Zerror: cannot install while Rust is installed
392025-02-23T12:42:45.209Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-23T12:42:45.243Zinfo: profile set to 'default'
412025-02-23T12:42:45.243Zinfo: default host triple is x86_64-unknown-illumos
422025-02-23T12:42:45.246Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-23T12:42:45.390Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-23T12:42:45.391Zinfo: downloading component 'cargo'
452025-02-23T12:42:46.137Zinfo: downloading component 'clippy'
462025-02-23T12:42:46.423Zinfo: downloading component 'rust-docs'
472025-02-23T12:42:47.560Zinfo: downloading component 'rust-std'
482025-02-23T12:42:49.228Zinfo: downloading component 'rustc'
492025-02-23T12:42:54.945Zinfo: downloading component 'rustfmt'
502025-02-23T12:42:55.169Zinfo: installing component 'cargo'
512025-02-23T12:42:55.988Zinfo: installing component 'clippy'
522025-02-23T12:42:56.371Zinfo: installing component 'rust-docs'
532025-02-23T12:42:58.105Zinfo: installing component 'rust-std'
542025-02-23T12:42:59.991Zinfo: installing component 'rustc'
552025-02-23T12:43:05.880Zinfo: installing component 'rustfmt'
562025-02-23T12:43:06.231Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-23T12:43:06.231Z
582025-02-23T12:43:06.594Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-23T12:43:06.594Z
602025-02-23T12:43:06.597Z
612025-02-23T12:43:06.597ZRust is installed now. Great!
622025-02-23T12:43:06.597Z
632025-02-23T12:43:06.597ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-23T12:43:06.597Zenvironment variable. This has not been done automatically.
652025-02-23T12:43:06.597Z
662025-02-23T12:43:06.597ZTo configure your current shell, you need to source
672025-02-23T12:43:06.597Zthe corresponding env file under $HOME/.cargo.
682025-02-23T12:43:06.597Z
692025-02-23T12:43:06.597ZThis is usually done by running one of the following (note the leading DOT):
702025-02-23T12:43:06.597Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-23T12:43:06.597Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-23T12:43:06.673Z+ rustup --version
732025-02-23T12:43:06.679Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-23T12:43:06.679Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-23T12:43:06.764Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-23T12:43:06.767Z+ cargo --version
772025-02-23T12:43:06.826Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-23T12:43:06.847Z+ rustc --version
792025-02-23T12:43:06.893Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-23T12:43:06.898Zprocess exited: duration 23017 ms, exit code 0
 
812025-02-23T12:43:06.913Zstarting task 2: "authentication"
822025-02-23T12:43:06.935Zprocess exited: duration 22 ms, exit code 0
 
832025-02-23T12:43:06.945Zstarting task 3: "clone repository"
842025-02-23T12:43:06.948Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-23T12:43:06.950Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-23T12:43:07.052ZCloning into '/work/oxidecomputer/omicron'...
872025-02-23T12:43:13.991Z+ cd /work/oxidecomputer/omicron
882025-02-23T12:43:13.991Z+ git fetch origin 32e3ede594d0a6222d2915c4b647c395db712fa1
892025-02-23T12:43:14.277ZFrom https://github.com/oxidecomputer/omicron
902025-02-23T12:43:14.277Z * branch 32e3ede594d0a6222d2915c4b647c395db712fa1 -> FETCH_HEAD
912025-02-23T12:43:14.283Z+ [[ -n renovate/samael-0.x ]]
922025-02-23T12:43:14.299Z++ git branch --show-current
932025-02-23T12:43:14.299Z+ current=main
942025-02-23T12:43:14.299Z+ [[ main != renovate/samael-0.x ]]
952025-02-23T12:43:14.299Z+ git branch -f renovate/samael-0.x 32e3ede594d0a6222d2915c4b647c395db712fa1
962025-02-23T12:43:14.299Z+ git checkout -f renovate/samael-0.x
972025-02-23T12:43:14.496ZSwitched to branch 'renovate/samael-0.x'
982025-02-23T12:43:14.521Z+ git reset --hard 32e3ede594d0a6222d2915c4b647c395db712fa1
992025-02-23T12:43:14.521ZHEAD is now at 32e3ede59 Update Rust crate samael to 0.0.18
1002025-02-23T12:43:14.521Zprocess exited: duration 7551 ms, exit code 0
 
1012025-02-23T12:43:14.566Zstarting task 4: "build"
1022025-02-23T12:43:14.576Z+ source .github/buildomat/ci-env.sh
1032025-02-23T12:43:14.576Z++ export CARGO_TERM_COLOR=always
1042025-02-23T12:43:14.576Z++ CARGO_TERM_COLOR=always
1052025-02-23T12:43:14.576Z+ cargo --version
1062025-02-23T12:43:14.623Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-23T12:43:14.663Z+ rustc --version
1082025-02-23T12:43:14.689Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-23T12:43:14.695Z+ cargo tree --locked
1102025-02-23T12:43:14.937Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-23T12:43:15.224Z Updating crates.io index
1122025-02-23T12:43:15.229Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132025-02-23T12:43:15.787Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142025-02-23T12:43:16.100Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152025-02-23T12:43:16.365Z Updating git repository `https://github.com/oxidecomputer/propolis`
1162025-02-23T12:43:17.298Z Updating git repository `https://github.com/oxidecomputer/crucible`
1172025-02-23T12:43:18.984Z Updating git repository `https://github.com/oxidecomputer/opte`
1182025-02-23T12:43:19.646Z Updating git repository `https://github.com/oxidecomputer/falcon`
1192025-02-23T12:43:20.491Z Updating git repository `https://github.com/oxidecomputer/clickward`
1202025-02-23T12:43:20.748Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212025-02-23T12:43:21.032Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1222025-02-23T12:43:21.649Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1232025-02-23T12:43:22.169Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1242025-02-23T12:43:22.496Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252025-02-23T12:43:22.790Z Updating git repository `https://github.com/oxidecomputer/tofino`
1262025-02-23T12:43:23.052Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272025-02-23T12:43:23.354Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282025-02-23T12:43:23.612Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292025-02-23T12:43:23.914Z Updating git repository `https://github.com/oxidecomputer/lldp`
1302025-02-23T12:43:24.298Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312025-02-23T12:43:24.583Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1322025-02-23T12:43:24.891Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332025-02-23T12:43:25.179Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1342025-02-23T12:43:25.536Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1352025-02-23T12:43:26.062Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1362025-02-23T12:43:26.311Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1372025-02-23T12:43:26.674Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382025-02-23T12:43:26.999Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1392025-02-23T12:43:27.321Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402025-02-23T12:43:27.597Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1412025-02-23T12:43:27.850Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1422025-02-23T12:43:29.224Z Downloading crates ...
1432025-02-23T12:43:29.437Z Downloaded adler2 v2.0.0
1442025-02-23T12:43:29.444Z Downloaded addr2line v0.24.2
1452025-02-23T12:43:29.445Z Downloaded atty v0.2.14
1462025-02-23T12:43:29.445Z Downloaded escape8259 v0.5.3
1472025-02-23T12:43:29.445Z Downloaded equivalent v1.0.1
1482025-02-23T12:43:29.445Z Downloaded async-stream-impl v0.3.6
1492025-02-23T12:43:29.445Z Downloaded errno v0.3.9
1502025-02-23T12:43:29.445Z Downloaded async-object-pool v0.1.5
1512025-02-23T12:43:29.445Z Downloaded foreign-types v0.3.2
1522025-02-23T12:43:29.445Z Downloaded foreign-types-shared v0.1.1
1532025-02-23T12:43:29.445Z Downloaded foreign-types-shared v0.3.1
1542025-02-23T12:43:29.445Z Downloaded fxhash v0.2.1
1552025-02-23T12:43:29.445Z Downloaded cfg_aliases v0.1.1
1562025-02-23T12:43:29.445Z Downloaded cfg_aliases v0.2.1
1572025-02-23T12:43:29.445Z Downloaded atomicwrites v0.4.4
1582025-02-23T12:43:29.445Z Downloaded aead v0.5.2
1592025-02-23T12:43:29.445Z Downloaded guppy-workspace-hack v0.1.0
1602025-02-23T12:43:29.445Z Downloaded http-range v0.1.5
1612025-02-23T12:43:29.445Z Downloaded http-body v1.0.1
1622025-02-23T12:43:29.445Z Downloaded atomic-waker v1.1.2
1632025-02-23T12:43:29.445Z Downloaded async-stream v0.3.6
1642025-02-23T12:43:29.445Z Downloaded base16ct v0.2.0
1652025-02-23T12:43:29.445Z Downloaded hubpack_derive v0.1.1
1662025-02-23T12:43:29.445Z Downloaded autocfg v1.4.0
1672025-02-23T12:43:29.445Z Downloaded headers-core v0.3.0
1682025-02-23T12:43:29.445Z Downloaded bb8 v0.8.5
1692025-02-23T12:43:29.445Z Downloaded ff v0.13.0
1702025-02-23T12:43:29.445Z Downloaded assert-json-diff v2.0.2
1712025-02-23T12:43:29.445Z Downloaded async-global-executor v2.4.1
1722025-02-23T12:43:29.445Z Downloaded olpc-cjson v0.1.4
1732025-02-23T12:43:29.445Z Downloaded fragile v2.0.0
1742025-02-23T12:43:29.445Z Downloaded form_urlencoded v1.2.1
1752025-02-23T12:43:29.445Z Downloaded cargo-platform v0.1.8
1762025-02-23T12:43:29.445Z Downloaded block-padding v0.3.3
1772025-02-23T12:43:29.445Z Downloaded foreign-types-macros v0.2.3
1782025-02-23T12:43:29.445Z Downloaded event-listener-strategy v0.5.2
1792025-02-23T12:43:29.445Z Downloaded heck v0.5.0
1802025-02-23T12:43:29.446Z Downloaded filetime v0.2.25
1812025-02-23T12:43:29.446Z Downloaded cexpr v0.6.0
1822025-02-23T12:43:29.446Z Downloaded ghash v0.5.1
1832025-02-23T12:43:29.446Z Downloaded httpdate v1.0.3
1842025-02-23T12:43:29.446Z Downloaded futures-sink v0.3.31
1852025-02-23T12:43:29.446Z Downloaded bit-set v0.5.3
1862025-02-23T12:43:29.446Z Downloaded futures-task v0.3.31
1872025-02-23T12:43:29.446Z Downloaded futures-core v0.3.31
1882025-02-23T12:43:29.446Z Downloaded futures-io v0.3.31
1892025-02-23T12:43:29.446Z Downloaded heck v0.3.3
1902025-02-23T12:43:29.446Z Downloaded buf-list v1.0.3
1912025-02-23T12:43:29.446Z Downloaded camino-tempfile v1.1.1
1922025-02-23T12:43:29.446Z Downloaded hubpack v0.1.2
1932025-02-23T12:43:29.446Z Downloaded http-body-util v0.1.2
1942025-02-23T12:43:29.446Z Downloaded phf_shared v0.10.0
1952025-02-23T12:43:29.446Z Downloaded anstyle v1.0.10
1962025-02-23T12:43:29.446Z Downloaded hex v0.4.3
1972025-02-23T12:43:29.446Z Downloaded hostname v0.4.0
1982025-02-23T12:43:29.446Z Downloaded hostname v0.3.1
1992025-02-23T12:43:29.449Z Downloaded backoff v0.4.0
2002025-02-23T12:43:29.449Z Downloaded hex-literal v0.4.1
2012025-02-23T12:43:29.449Z Downloaded httptest v0.16.3
2022025-02-23T12:43:29.449Z Downloaded heck v0.4.1
2032025-02-23T12:43:29.449Z Downloaded async-lock v3.4.0
2042025-02-23T12:43:29.452Z Downloaded pathdiff v0.2.3
2052025-02-23T12:43:29.455Z Downloaded num_enum_derive v0.5.11
2062025-02-23T12:43:29.455Z Downloaded async-task v4.7.1
2072025-02-23T12:43:29.457Z Downloaded fixedbitset v0.5.7
2082025-02-23T12:43:29.460Z Downloaded fallible-streaming-iterator v0.1.9
2092025-02-23T12:43:29.460Z Downloaded getrandom v0.2.15
2102025-02-23T12:43:29.463Z Downloaded cargo_metadata v0.19.1
2112025-02-23T12:43:29.465Z Downloaded camino v1.1.9
2122025-02-23T12:43:29.468Z Downloaded highway v1.2.0
2132025-02-23T12:43:29.470Z Downloaded globset v0.4.15
2142025-02-23T12:43:29.473Z Downloaded blake2b_simd v1.0.2
2152025-02-23T12:43:29.473Z Downloaded httparse v1.9.5
2162025-02-23T12:43:29.475Z Downloaded humantime v2.1.0
2172025-02-23T12:43:29.478Z Downloaded hashlink v0.9.1
2182025-02-23T12:43:29.480Z Downloaded futures-lite v2.3.0
2192025-02-23T12:43:29.483Z Downloaded futures-timer v3.0.3
2202025-02-23T12:43:29.485Z Downloaded hash32 v0.3.1
2212025-02-23T12:43:29.485Z Downloaded sync-ptr v0.1.1
2222025-02-23T12:43:29.488Z Downloaded serde-big-array v0.5.1
2232025-02-23T12:43:29.488Z Downloaded try-lock v0.2.5
2242025-02-23T12:43:29.491Z Downloaded sync_wrapper v1.0.1
2252025-02-23T12:43:29.491Z Downloaded toolchain_find v0.4.0
2262025-02-23T12:43:29.493Z Downloaded time-core v0.1.2
2272025-02-23T12:43:29.493Z Downloaded sqlparser_derive v0.2.2
2282025-02-23T12:43:29.493Z Downloaded num-iter v0.1.45
2292025-02-23T12:43:29.496Z Downloaded env_logger v0.11.5
2302025-02-23T12:43:29.498Z Downloaded fatfs v0.3.6
2312025-02-23T12:43:29.501Z Downloaded pkg-config v0.3.31
2322025-02-23T12:43:29.503Z Downloaded tinyvec_macros v0.1.1
2332025-02-23T12:43:29.503Z Downloaded termtree v0.4.1
2342025-02-23T12:43:29.506Z Downloaded proc-macro-crate v3.2.0
2352025-02-23T12:43:29.506Z Downloaded anyhow v1.0.96
2362025-02-23T12:43:29.511Z Downloaded half v2.4.1
2372025-02-23T12:43:29.513Z Downloaded event-listener v5.3.1
2382025-02-23T12:43:29.516Z Downloaded rustc-hash v1.1.0
2392025-02-23T12:43:29.518Z Downloaded waitgroup v0.1.2
2402025-02-23T12:43:29.518Z Downloaded want v0.3.1
2412025-02-23T12:43:29.518Z Downloaded blake2 v0.10.6
2422025-02-23T12:43:29.521Z Downloaded pretty-hex v0.2.1
2432025-02-23T12:43:29.524Z Downloaded hmac v0.12.1
2442025-02-23T12:43:29.527Z Downloaded psl-types v2.0.11
2452025-02-23T12:43:29.527Z Downloaded hickory-client v0.24.3
2462025-02-23T12:43:29.530Z Downloaded progenitor-macro v0.9.1
2472025-02-23T12:43:29.530Z Downloaded futures-channel v0.3.31
2482025-02-23T12:43:29.533Z Downloaded crucible-workspace-hack v0.1.0
2492025-02-23T12:43:29.535Z Downloaded rfc6979 v0.4.0
2502025-02-23T12:43:29.535Z Downloaded futures v0.3.31
2512025-02-23T12:43:29.540Z Downloaded dtrace-parser v0.2.0
2522025-02-23T12:43:29.542Z Downloaded stringprep v0.1.5
2532025-02-23T12:43:29.542Z Downloaded siphasher v0.3.11
2542025-02-23T12:43:29.545Z Downloaded slab v0.4.9
2552025-02-23T12:43:29.549Z Downloaded similar-asserts v1.6.0
2562025-02-23T12:43:29.551Z Downloaded strip-ansi-escapes v0.2.0
2572025-02-23T12:43:29.551Z Downloaded path-tree v0.8.1
2582025-02-23T12:43:29.551Z Downloaded topological-sort v0.2.2
2592025-02-23T12:43:29.554Z Downloaded termtree v0.5.1
2602025-02-23T12:43:29.554Z Downloaded arc-swap v1.7.1
2612025-02-23T12:43:29.557Z Downloaded allocator-api2 v0.2.18
2622025-02-23T12:43:29.560Z Downloaded usdt v0.5.0
2632025-02-23T12:43:29.563Z Downloaded pkcs8 v0.10.2
2642025-02-23T12:43:29.566Z Downloaded partial-io v0.5.4
2652025-02-23T12:43:29.569Z Downloaded chacha20poly1305 v0.10.1
2662025-02-23T12:43:29.571Z Downloaded lalrpop-util v0.19.12
2672025-02-23T12:43:29.571Z Downloaded zerovec-derive v0.10.3
2682025-02-23T12:43:29.574Z Downloaded proc-macro-error2 v2.0.1
2692025-02-23T12:43:29.576Z Downloaded tui-tree-widget v0.23.0
2702025-02-23T12:43:29.579Z Downloaded version_check v0.9.5
2712025-02-23T12:43:29.579Z Downloaded rustls-pemfile v2.2.0
2722025-02-23T12:43:29.586Z Downloaded num-conv v0.1.0
2732025-02-23T12:43:29.586Z Downloaded zeroize_derive v1.4.2
2742025-02-23T12:43:29.589Z Downloaded concurrent-queue v2.5.0
2752025-02-23T12:43:29.592Z Downloaded ctr v0.9.2
2762025-02-23T12:43:29.595Z Downloaded path-slash v0.1.5
2772025-02-23T12:43:29.598Z Downloaded precomputed-hash v0.1.1
2782025-02-23T12:43:29.601Z Downloaded snafu-derive v0.8.5
2792025-02-23T12:43:29.601Z Downloaded deranged v0.3.11
2802025-02-23T12:43:29.603Z Downloaded progenitor-client v0.8.0
2812025-02-23T12:43:29.603Z Downloaded fancy-regex v0.13.0
2822025-02-23T12:43:29.608Z Downloaded hyper-tls v0.6.0
2832025-02-23T12:43:29.610Z Downloaded kv-log-macro v1.0.7
2842025-02-23T12:43:29.613Z Downloaded twox-hash v2.1.0
2852025-02-23T12:43:29.615Z Downloaded tokio-stream v0.1.16
2862025-02-23T12:43:29.621Z Downloaded whoami v1.5.2
2872025-02-23T12:43:29.623Z Downloaded postcard v1.0.10
2882025-02-23T12:43:29.626Z Downloaded num-derive v0.4.2
2892025-02-23T12:43:29.631Z Downloaded bytes v1.9.0
2902025-02-23T12:43:29.634Z Downloaded lru v0.12.5
2912025-02-23T12:43:29.637Z Downloaded walkdir v2.5.0
2922025-02-23T12:43:29.640Z Downloaded proc-macro2 v1.0.93
2932025-02-23T12:43:29.644Z Downloaded newtype-uuid v1.2.1
2942025-02-23T12:43:29.644Z Downloaded heapless v0.8.0
2952025-02-23T12:43:29.648Z Downloaded target-triple v0.1.3
2962025-02-23T12:43:29.650Z Downloaded cookie_store v0.21.1
2972025-02-23T12:43:29.653Z Downloaded serde_with_macros v3.11.0
2982025-02-23T12:43:29.657Z Downloaded quinn-udp v0.5.5
2992025-02-23T12:43:29.657Z Downloaded predicates v3.1.3
3002025-02-23T12:43:29.660Z Downloaded write16 v1.0.0
3012025-02-23T12:43:29.663Z Downloaded tower-layer v0.3.3
3022025-02-23T12:43:29.666Z Downloaded predicates-core v1.0.8
3032025-02-23T12:43:29.666Z Downloaded papergrid v0.14.0
3042025-02-23T12:43:29.672Z Downloaded hyper-staticfile v0.10.1
3052025-02-23T12:43:29.675Z Downloaded ecdsa v0.16.9
3062025-02-23T12:43:29.680Z Downloaded test-strategy v0.4.0
3072025-02-23T12:43:29.680Z Downloaded base64 v0.21.7
3082025-02-23T12:43:29.684Z Downloaded shell-words v1.1.0
3092025-02-23T12:43:29.687Z Downloaded spki v0.7.3
3102025-02-23T12:43:29.689Z Downloaded serde_urlencoded v0.7.1
3112025-02-23T12:43:29.689Z Downloaded uuid v1.12.0
3122025-02-23T12:43:29.693Z Downloaded string_cache v0.8.7
3132025-02-23T12:43:29.696Z Downloaded rcgen v0.12.1
3142025-02-23T12:43:29.698Z Downloaded hickory-resolver v0.24.3
3152025-02-23T12:43:29.704Z Downloaded derive_builder_macro v0.20.2
3162025-02-23T12:43:29.706Z Downloaded num-complex v0.4.6
3172025-02-23T12:43:29.709Z Downloaded tabled_derive v0.7.0
3182025-02-23T12:43:29.709Z Downloaded csv-core v0.1.11
3192025-02-23T12:43:29.711Z Downloaded serde_yaml v0.9.34+deprecated
3202025-02-23T12:43:29.715Z Downloaded universal-hash v0.5.1
3212025-02-23T12:43:29.718Z Downloaded unicode-truncate v1.1.0
3222025-02-23T12:43:29.721Z Downloaded managed v0.8.0
3232025-02-23T12:43:29.723Z Downloaded toml_datetime v0.6.8
3242025-02-23T12:43:29.723Z Downloaded instant v0.1.13
3252025-02-23T12:43:29.723Z Downloaded resolv-conf v0.7.0
3262025-02-23T12:43:29.726Z Downloaded wyz v0.5.1
3272025-02-23T12:43:29.728Z Downloaded icu_provider v1.5.0
3282025-02-23T12:43:29.731Z Downloaded tungstenite v0.23.0
3292025-02-23T12:43:29.736Z Downloaded nodrop v0.1.14
3302025-02-23T12:43:29.738Z Downloaded base64 v0.22.1
3312025-02-23T12:43:29.742Z Downloaded ciborium-ll v0.2.2
3322025-02-23T12:43:29.744Z Downloaded sha2 v0.10.8
3332025-02-23T12:43:29.747Z Downloaded sct v0.7.1
3342025-02-23T12:43:29.750Z Downloaded doc-comment v0.3.3
3352025-02-23T12:43:29.753Z Downloaded zip v0.6.6
3362025-02-23T12:43:29.757Z Downloaded document-features v0.2.10
3372025-02-23T12:43:29.760Z Downloaded curve25519-dalek-derive v0.1.1
3382025-02-23T12:43:29.762Z Downloaded tempfile v3.13.0
3392025-02-23T12:43:29.765Z Downloaded either v1.13.0
3402025-02-23T12:43:29.768Z Downloaded ron v0.7.1
3412025-02-23T12:43:29.772Z Downloaded instability v0.3.2
3422025-02-23T12:43:29.776Z Downloaded mockall v0.13.1
3432025-02-23T12:43:29.779Z Downloaded semver v0.1.20
3442025-02-23T12:43:29.779Z Downloaded scrypt v0.11.0
3452025-02-23T12:43:29.782Z Downloaded tungstenite v0.24.0
3462025-02-23T12:43:29.784Z Downloaded vsss-rs v3.3.4
3472025-02-23T12:43:29.787Z Downloaded parse-size v1.1.0
3482025-02-23T12:43:29.790Z Downloaded zerocopy-derive v0.7.35
3492025-02-23T12:43:29.794Z Downloaded indicatif v0.17.11
3502025-02-23T12:43:29.799Z Downloaded proc-macro-error-attr2 v2.0.0
3512025-02-23T12:43:29.801Z Downloaded hickory-server v0.24.3
3522025-02-23T12:43:29.806Z Downloaded take_mut v0.2.2
3532025-02-23T12:43:29.809Z Downloaded term v0.7.0
3542025-02-23T12:43:29.812Z Downloaded swrite v0.1.0
3552025-02-23T12:43:29.814Z Downloaded proc-macro-error v1.0.4
3562025-02-23T12:43:29.817Z Downloaded cstr-argument v0.1.2
3572025-02-23T12:43:29.817Z Downloaded derive_builder_core v0.20.2
3582025-02-23T12:43:29.819Z Downloaded derive_builder v0.20.2
3592025-02-23T12:43:29.826Z Downloaded secrecy v0.8.0
3602025-02-23T12:43:29.828Z Downloaded pin-project v1.1.6
3612025-02-23T12:43:29.839Z Downloaded icu_provider_macros v1.5.0
3622025-02-23T12:43:29.843Z Downloaded ssh-encoding v0.2.0
3632025-02-23T12:43:29.843Z Downloaded ssh-cipher v0.2.0
3642025-02-23T12:43:29.846Z Downloaded sqlformat v0.2.6
3652025-02-23T12:43:29.846Z Downloaded slog-stdlog v4.1.1
3662025-02-23T12:43:29.848Z Downloaded normalize-line-endings v0.3.0
3672025-02-23T12:43:29.848Z Downloaded rstest_macros v0.23.0
3682025-02-23T12:43:29.851Z Downloaded ident_case v1.0.1
3692025-02-23T12:43:29.854Z Downloaded tap v1.0.1
3702025-02-23T12:43:29.854Z Downloaded crossbeam-utils v0.8.20
3712025-02-23T12:43:29.857Z Downloaded openssl-sys v0.9.106
3722025-02-23T12:43:29.863Z Downloaded openssl-macros v0.1.1
3732025-02-23T12:43:29.865Z Downloaded opaque-debug v0.3.1
3742025-02-23T12:43:29.866Z Downloaded num-bigint-dig v0.8.4
3752025-02-23T12:43:29.870Z Downloaded unicode-xid v0.2.6
3762025-02-23T12:43:29.873Z Downloaded tls_codec v0.4.1
3772025-02-23T12:43:29.875Z Downloaded tabwriter v1.4.0
3782025-02-23T12:43:29.878Z Downloaded number_prefix v0.4.0
3792025-02-23T12:43:29.878Z Downloaded num_threads v0.1.7
3802025-02-23T12:43:29.882Z Downloaded unicode-linebreak v0.1.5
3812025-02-23T12:43:29.882Z Downloaded postgres-types v0.2.8
3822025-02-23T12:43:29.884Z Downloaded crypto-common v0.1.6
3832025-02-23T12:43:29.887Z Downloaded chrono-tz-build v0.4.0
3842025-02-23T12:43:29.887Z Downloaded tabled_derive v0.10.0
3852025-02-23T12:43:29.889Z Downloaded rand_chacha v0.3.1
3862025-02-23T12:43:29.892Z Downloaded rustc_version v0.4.1
3872025-02-23T12:43:29.892Z Downloaded unsafe-libyaml v0.2.11
3882025-02-23T12:43:29.896Z Downloaded colored v2.1.0
3892025-02-23T12:43:29.899Z Downloaded ena v0.14.3
3902025-02-23T12:43:29.902Z Downloaded dsl_auto_type v0.1.2
3912025-02-23T12:43:29.904Z Downloaded dof v0.3.0
3922025-02-23T12:43:29.907Z Downloaded mockall_derive v0.13.1
3932025-02-23T12:43:29.909Z Downloaded powerfmt v0.2.0
3942025-02-23T12:43:29.909Z Downloaded clap v4.5.30
3952025-02-23T12:43:29.919Z Downloaded lockfree-object-pool v0.1.6
3962025-02-23T12:43:29.922Z Downloaded hyper v1.5.2
3972025-02-23T12:43:29.930Z Downloaded oorandom v11.1.4
3982025-02-23T12:43:29.933Z Downloaded proc-macro-crate v1.3.1
3992025-02-23T12:43:29.935Z Downloaded primeorder v0.13.6
4002025-02-23T12:43:29.935Z Downloaded darling_macro v0.20.10
4012025-02-23T12:43:29.938Z Downloaded parking_lot v0.12.3
4022025-02-23T12:43:29.940Z Downloaded parking_lot v0.11.2
4032025-02-23T12:43:29.943Z Downloaded ref-cast-impl v1.0.23
4042025-02-23T12:43:29.945Z Downloaded plotters-backend v0.3.7
4052025-02-23T12:43:29.945Z Downloaded plain v0.2.3
4062025-02-23T12:43:29.948Z Downloaded yoke v0.7.4
4072025-02-23T12:43:29.948Z Downloaded serde_regex v1.1.0
4082025-02-23T12:43:29.951Z Downloaded num-bigint v0.4.6
4092025-02-23T12:43:29.956Z Downloaded endian-type v0.1.2
4102025-02-23T12:43:29.958Z Downloaded zerocopy-derive v0.8.10
4112025-02-23T12:43:29.964Z Downloaded md5 v0.7.0
4122025-02-23T12:43:29.967Z Downloaded supports-color v3.0.1
4132025-02-23T12:43:29.969Z Downloaded rustls-pemfile v1.0.4
4142025-02-23T12:43:29.972Z Downloaded lock_api v0.4.12
4152025-02-23T12:43:29.972Z Downloaded hkdf v0.12.4
4162025-02-23T12:43:29.975Z Downloaded pest v2.7.14
4172025-02-23T12:43:29.981Z Downloaded pretty-hex v0.4.1
4182025-02-23T12:43:29.984Z Downloaded icu_locid_transform_data v1.5.0
4192025-02-23T12:43:29.987Z Downloaded once_cell v1.20.3
4202025-02-23T12:43:29.990Z Downloaded openssl-probe v0.1.5
4212025-02-23T12:43:29.992Z Downloaded smf v0.2.3
4222025-02-23T12:43:29.992Z Downloaded oso-derive v0.27.3
4232025-02-23T12:43:29.995Z Downloaded data-encoding v2.6.0
4242025-02-23T12:43:29.995Z Downloaded utf8parse v0.2.2
4252025-02-23T12:43:29.998Z Downloaded thiserror v1.0.69
4262025-02-23T12:43:30.001Z Downloaded unicode-properties v0.1.3
4272025-02-23T12:43:30.004Z Downloaded num_enum v0.5.11
4282025-02-23T12:43:30.007Z Downloaded slog-json v2.6.1
4292025-02-23T12:43:30.010Z Downloaded rustfmt-wrapper v0.2.1
4302025-02-23T12:43:30.012Z Downloaded russh-cryptovec v0.7.3
4312025-02-23T12:43:30.012Z Downloaded const-oid v0.9.6
4322025-02-23T12:43:30.015Z Downloaded enum-as-inner v0.6.1
4332025-02-23T12:43:30.018Z Downloaded utf-8 v0.7.6
4342025-02-23T12:43:30.018Z Downloaded usdt-impl v0.5.0
4352025-02-23T12:43:30.022Z Downloaded usdt-attr-macro v0.5.0
4362025-02-23T12:43:30.022Z Downloaded icu_normalizer v1.5.0
4372025-02-23T12:43:30.024Z Downloaded is_terminal_polyfill v1.70.1
4382025-02-23T12:43:30.029Z Downloaded aho-corasick v1.1.3
4392025-02-23T12:43:30.032Z Downloaded log v0.4.22
4402025-02-23T12:43:30.035Z Downloaded litrs v0.4.1
4412025-02-23T12:43:30.039Z Downloaded typify v0.2.0
4422025-02-23T12:43:30.043Z Downloaded md-5 v0.10.6
4432025-02-23T12:43:30.045Z Downloaded maybe-uninit v2.0.0
4442025-02-23T12:43:30.045Z Downloaded goblin v0.8.2
4452025-02-23T12:43:30.050Z Downloaded value-bag v1.9.0
4462025-02-23T12:43:30.054Z Downloaded uzers v0.12.1
4472025-02-23T12:43:30.057Z Downloaded vte v0.11.1
4482025-02-23T12:43:30.059Z Downloaded newline-converter v0.3.0
4492025-02-23T12:43:30.060Z Downloaded smallvec v0.6.14
4502025-02-23T12:43:30.062Z Downloaded datatest-stable v0.2.9
4512025-02-23T12:43:30.065Z Downloaded new_debug_unreachable v1.0.6
4522025-02-23T12:43:30.065Z Downloaded structmeta-derive v0.3.0
4532025-02-23T12:43:30.067Z Downloaded tower v0.5.2
4542025-02-23T12:43:30.075Z Downloaded newtype_derive v0.1.6
4552025-02-23T12:43:30.078Z Downloaded futures-util v0.3.31
4562025-02-23T12:43:30.089Z Downloaded salsa20 v0.10.2
4572025-02-23T12:43:30.091Z Downloaded xattr v1.3.1
4582025-02-23T12:43:30.094Z Downloaded textwrap v0.16.1
4592025-02-23T12:43:30.097Z Downloaded libtest-mimic v0.7.3
4602025-02-23T12:43:30.099Z Downloaded ed25519 v2.2.3
4612025-02-23T12:43:30.102Z Downloaded zerofrom v0.1.4
4622025-02-23T12:43:30.102Z Downloaded tinystr v0.7.6
4632025-02-23T12:43:30.105Z Downloaded owo-colors v4.1.0
4642025-02-23T12:43:30.108Z Downloaded keccak v0.1.5
4652025-02-23T12:43:30.108Z Downloaded pin-project-lite v0.2.14
4662025-02-23T12:43:30.113Z Downloaded vergen v8.3.2
4672025-02-23T12:43:30.116Z Downloaded debug-ignore v1.0.5
4682025-02-23T12:43:30.118Z Downloaded portable-atomic v1.9.0
4692025-02-23T12:43:30.125Z Downloaded crunchy v0.2.2
4702025-02-23T12:43:30.127Z Downloaded plotters-svg v0.3.7
4712025-02-23T12:43:30.130Z Downloaded ciborium-io v0.2.2
4722025-02-23T12:43:30.130Z Downloaded rand_xorshift v0.3.0
4732025-02-23T12:43:30.130Z Downloaded r2d2 v0.8.10
4742025-02-23T12:43:30.133Z Downloaded itoa v1.0.11
4752025-02-23T12:43:30.135Z Downloaded ppv-lite86 v0.2.20
4762025-02-23T12:43:30.135Z Downloaded tls_codec_derive v0.4.1
4772025-02-23T12:43:30.138Z Downloaded tinytemplate v1.2.1
4782025-02-23T12:43:30.140Z Downloaded pest_generator v2.7.14
4792025-02-23T12:43:30.140Z Downloaded unarray v0.1.4
4802025-02-23T12:43:30.143Z Downloaded const_format v0.2.34
4812025-02-23T12:43:30.146Z Downloaded crc-catalog v2.4.0
4822025-02-23T12:43:30.149Z Downloaded parse-zoneinfo v0.3.1
4832025-02-23T12:43:30.151Z Downloaded snafu v0.8.5
4842025-02-23T12:43:30.159Z Downloaded thiserror-impl-no-std v2.0.2
4852025-02-23T12:43:30.161Z Downloaded slog-scope v4.4.0
4862025-02-23T12:43:30.162Z Downloaded shlex v1.3.0
4872025-02-23T12:43:30.162Z Downloaded kstat-rs v0.2.4
4882025-02-23T12:43:30.165Z Downloaded clap_lex v0.7.4
4892025-02-23T12:43:30.168Z Downloaded serde_derive_internals v0.29.1
4902025-02-23T12:43:30.168Z Downloaded oxnet v0.1.0
4912025-02-23T12:43:30.172Z Downloaded unicase v2.7.0
4922025-02-23T12:43:30.172Z Downloaded prettyplease v0.2.29
4932025-02-23T12:43:30.175Z Downloaded xz2 v0.1.7
4942025-02-23T12:43:30.175Z Downloaded time-macros v0.2.18
4952025-02-23T12:43:30.178Z Downloaded env_filter v0.1.2
4962025-02-23T12:43:30.181Z Downloaded embedded-io v0.6.1
4972025-02-23T12:43:30.181Z Downloaded slog-term v2.9.1
4982025-02-23T12:43:30.184Z Downloaded crypto-bigint v0.5.5
4992025-02-23T12:43:30.191Z Downloaded memmap v0.7.0
5002025-02-23T12:43:30.196Z Downloaded postgres-protocol v0.6.7
5012025-02-23T12:43:30.196Z Downloaded piper v0.2.4
5022025-02-23T12:43:30.199Z Downloaded darling_core v0.20.10
5032025-02-23T12:43:30.201Z Downloaded zone_cfg_derive v0.3.0
5042025-02-23T12:43:30.201Z Downloaded zone_cfg_derive v0.1.2
5052025-02-23T12:43:30.204Z Downloaded rand_seeder v0.3.0
5062025-02-23T12:43:30.204Z Downloaded tokio-postgres v0.7.12
5072025-02-23T12:43:30.209Z Downloaded smallvec v1.14.0
5082025-02-23T12:43:30.212Z Downloaded bindgen v0.69.5
5092025-02-23T12:43:30.219Z Downloaded strum_macros v0.26.4
5102025-02-23T12:43:30.222Z Downloaded tokio-macros v2.5.0
5112025-02-23T12:43:30.225Z Downloaded slog-dtrace v0.3.0
5122025-02-23T12:43:30.228Z Downloaded criterion v0.5.1
5132025-02-23T12:43:30.232Z Downloaded clap_derive v4.5.28
5142025-02-23T12:43:30.236Z Downloaded signal-hook-tokio v0.3.1
5152025-02-23T12:43:30.239Z Downloaded libefi-sys v0.1.0
5162025-02-23T12:43:30.239Z Downloaded const_format_proc_macros v0.2.34
5172025-02-23T12:43:30.243Z Downloaded peg-runtime v0.8.3
5182025-02-23T12:43:30.243Z Downloaded colorchoice v1.0.2
5192025-02-23T12:43:30.246Z Downloaded phf v0.11.2
5202025-02-23T12:43:30.246Z Downloaded cobs v0.2.3
5212025-02-23T12:43:30.246Z Downloaded cmake v0.1.51
5222025-02-23T12:43:30.249Z Downloaded memmap2 v0.9.5
5232025-02-23T12:43:30.249Z Downloaded pkcs1 v0.7.5
5242025-02-23T12:43:30.253Z Downloaded pest_meta v2.7.14
5252025-02-23T12:43:30.256Z Downloaded lazycell v1.3.0
5262025-02-23T12:43:30.256Z Downloaded rustls-webpki v0.101.7
5272025-02-23T12:43:30.268Z Downloaded num_cpus v1.16.0
5282025-02-23T12:43:30.271Z Downloaded bitvec v1.0.1
5292025-02-23T12:43:30.287Z Downloaded progenitor-client v0.9.1
5302025-02-23T12:43:30.290Z Downloaded digest v0.10.7
5312025-02-23T12:43:30.290Z Downloaded miniz_oxide v0.8.0
5322025-02-23T12:43:30.293Z Downloaded unicode-bidi v0.3.17
5332025-02-23T12:43:30.296Z Downloaded peg v0.8.4
5342025-02-23T12:43:30.299Z Downloaded num-integer v0.1.46
5352025-02-23T12:43:30.299Z Downloaded pem v3.0.4
5362025-02-23T12:43:30.303Z Downloaded yoke-derive v0.7.4
5372025-02-23T12:43:30.303Z Downloaded crossbeam-epoch v0.9.18
5382025-02-23T12:43:30.306Z Downloaded quinn v0.11.5
5392025-02-23T12:43:30.310Z Downloaded mime_guess v2.0.5
5402025-02-23T12:43:30.312Z Downloaded downcast v0.11.0
5412025-02-23T12:43:30.312Z Downloaded tower-service v0.3.3
5422025-02-23T12:43:30.312Z Downloaded thiserror-impl v1.0.69
5432025-02-23T12:43:30.315Z Downloaded signature v2.2.0
5442025-02-23T12:43:30.315Z Downloaded async-std v1.13.0
5452025-02-23T12:43:30.335Z Downloaded vte_generate_state_changes v0.1.2
5462025-02-23T12:43:30.340Z Downloaded wait-timeout v0.2.0
5472025-02-23T12:43:30.340Z Downloaded tokio-tungstenite v0.24.0
5482025-02-23T12:43:30.343Z Downloaded pest_derive v2.7.14
5492025-02-23T12:43:30.343Z Downloaded percent-encoding v2.3.1
5502025-02-23T12:43:30.343Z Downloaded diesel_table_macro_syntax v0.2.0
5512025-02-23T12:43:30.347Z Downloaded sigpipe v0.1.3
5522025-02-23T12:43:30.348Z Downloaded mirai-annotations v1.12.0
5532025-02-23T12:43:30.348Z Downloaded displaydoc v0.2.5
5542025-02-23T12:43:30.350Z Downloaded spin v0.9.8
5552025-02-23T12:43:30.351Z Downloaded slog-bunyan v2.5.0
5562025-02-23T12:43:30.357Z Downloaded slog-async v2.8.0
5572025-02-23T12:43:30.357Z Downloaded simd-adler32 v0.3.7
5582025-02-23T12:43:30.362Z Downloaded darling v0.20.10
5592025-02-23T12:43:30.362Z Downloaded icu_locid_transform v1.5.0
5602025-02-23T12:43:30.367Z Downloaded bindgen v0.71.1
5612025-02-23T12:43:30.371Z Downloaded password-hash v0.4.2
5622025-02-23T12:43:30.371Z Downloaded nanorand v0.7.0
5632025-02-23T12:43:30.375Z Downloaded strum_macros v0.25.3
5642025-02-23T12:43:30.380Z Downloaded rstest v0.23.0
5652025-02-23T12:43:30.389Z Downloaded terminal_size v0.4.0
5662025-02-23T12:43:30.390Z Downloaded termcolor v1.4.1
5672025-02-23T12:43:30.390Z Downloaded strum_macros v0.24.3
5682025-02-23T12:43:30.390Z Downloaded rayon v1.10.0
5692025-02-23T12:43:30.393Z Downloaded strum v0.26.3
5702025-02-23T12:43:30.395Z Downloaded is-terminal v0.4.13
5712025-02-23T12:43:30.396Z Downloaded typify-macro v0.3.0
5722025-02-23T12:43:30.396Z Downloaded ryu v1.0.18
5732025-02-23T12:43:30.398Z Downloaded nibble_vec v0.1.0
5742025-02-23T12:43:30.402Z Downloaded rpassword v7.3.1
5752025-02-23T12:43:30.402Z Downloaded polyval v0.6.2
5762025-02-23T12:43:30.405Z Downloaded toml v0.8.19
5772025-02-23T12:43:30.408Z Downloaded ipnetwork v0.21.1
5782025-02-23T12:43:30.408Z Downloaded progenitor v0.8.0
5792025-02-23T12:43:30.411Z Downloaded scheduled-thread-pool v0.2.7
5802025-02-23T12:43:30.412Z Downloaded criterion-plot v0.5.0
5812025-02-23T12:43:30.415Z Downloaded stable_deref_trait v1.2.0
5822025-02-23T12:43:30.415Z Downloaded difflib v0.4.0
5832025-02-23T12:43:30.415Z Downloaded crossbeam-deque v0.8.5
5842025-02-23T12:43:30.418Z Downloaded yansi v1.0.1
5852025-02-23T12:43:30.420Z Downloaded convert_case v0.4.0
5862025-02-23T12:43:30.420Z Downloaded p384 v0.13.0
5872025-02-23T12:43:30.424Z Downloaded progenitor-macro v0.8.0
5882025-02-23T12:43:30.427Z Downloaded quinn-proto v0.11.8
5892025-02-23T12:43:30.434Z Downloaded embedded-io v0.4.0
5902025-02-23T12:43:30.436Z Downloaded tiny-keccak v2.0.2
5912025-02-23T12:43:30.436Z Downloaded thiserror-impl v2.0.11
5922025-02-23T12:43:30.441Z Downloaded num-rational v0.4.2
5932025-02-23T12:43:30.441Z Downloaded structmeta v0.3.0
5942025-02-23T12:43:30.447Z Downloaded quick-error v1.2.3
5952025-02-23T12:43:30.447Z Downloaded nu-ansi-term v0.50.1
5962025-02-23T12:43:30.447Z Downloaded gimli v0.31.1
5972025-02-23T12:43:30.452Z Downloaded radium v0.7.0
5982025-02-23T12:43:30.455Z Downloaded poly1305 v0.8.0
5992025-02-23T12:43:30.455Z Downloaded daft-derive v0.1.1
6002025-02-23T12:43:30.461Z Downloaded yasna v0.5.2
6012025-02-23T12:43:30.463Z Downloaded semver v1.0.25
6022025-02-23T12:43:30.463Z Downloaded progenitor-impl v0.9.1
6032025-02-23T12:43:30.466Z Downloaded plotters v0.3.7
6042025-02-23T12:43:30.473Z Downloaded crc32fast v1.4.2
6052025-02-23T12:43:30.478Z Downloaded chrono-tz v0.10.1
6062025-02-23T12:43:30.481Z Downloaded toml v0.7.8
6072025-02-23T12:43:30.484Z Downloaded diff v0.1.13
6082025-02-23T12:43:30.487Z Downloaded num-traits v0.2.19
6092025-02-23T12:43:30.490Z Downloaded unicode_categories v0.1.1
6102025-02-23T12:43:30.493Z Downloaded ciborium v0.2.2
6112025-02-23T12:43:30.496Z Downloaded rand_distr v0.4.3
6122025-02-23T12:43:30.499Z Downloaded webpki-roots v0.26.6
6132025-02-23T12:43:30.503Z Downloaded libloading v0.8.5
6142025-02-23T12:43:30.506Z Downloaded dropshot_endpoint v0.15.1
6152025-02-23T12:43:30.506Z Downloaded dropshot_endpoint v0.12.0
6162025-02-23T12:43:30.508Z Downloaded icu_locid v1.5.0
6172025-02-23T12:43:30.513Z Downloaded polling v3.7.3
6182025-02-23T12:43:30.516Z Downloaded p256 v0.13.2
6192025-02-23T12:43:30.520Z Downloaded pretty_assertions v1.4.1
6202025-02-23T12:43:30.523Z Downloaded samael v0.0.18
6212025-02-23T12:43:30.527Z Downloaded serde_json v1.0.139
6222025-02-23T12:43:30.534Z Downloaded itertools v0.12.1
6232025-02-23T12:43:30.541Z Downloaded icu_collections v1.5.0
6242025-02-23T12:43:30.546Z Downloaded progenitor-impl v0.8.0
6252025-02-23T12:43:30.549Z Downloaded rustyline v14.0.0
6262025-02-23T12:43:30.554Z Downloaded multer v3.1.0
6272025-02-23T12:43:30.557Z Downloaded slog v2.7.0
6282025-02-23T12:43:30.560Z Downloaded itertools v0.10.5
6292025-02-23T12:43:30.564Z Downloaded russh v0.45.0
6302025-02-23T12:43:30.570Z Downloaded zerocopy v0.7.35
6312025-02-23T12:43:30.586Z Downloaded ron v0.8.1
6322025-02-23T12:43:30.590Z Downloaded ssh-key v0.6.6
6332025-02-23T12:43:30.597Z Downloaded x509-cert v0.2.5
6342025-02-23T12:43:30.603Z Downloaded p521 v0.13.3
6352025-02-23T12:43:30.607Z Downloaded time v0.3.36
6362025-02-23T12:43:30.615Z Downloaded minimal-lexical v0.2.1
6372025-02-23T12:43:30.618Z Downloaded crossbeam-channel v0.5.13
6382025-02-23T12:43:30.623Z Downloaded nom v7.1.3
6392025-02-23T12:43:30.629Z Downloaded syn v2.0.96
6402025-02-23T12:43:30.640Z Downloaded rusqlite v0.32.1
6412025-02-23T12:43:30.646Z Downloaded itertools v0.13.0
6422025-02-23T12:43:30.654Z Downloaded crossterm v0.28.1
6432025-02-23T12:43:30.659Z Downloaded rsa v0.9.6
6442025-02-23T12:43:30.663Z Downloaded mio v1.0.2
6452025-02-23T12:43:30.669Z Downloaded tokio-util v0.7.12
6462025-02-23T12:43:30.675Z Downloaded nix v0.28.0
6472025-02-23T12:43:30.686Z Downloaded libm v0.2.8
6482025-02-23T12:43:30.694Z Downloaded hickory-proto v0.24.3
6492025-02-23T12:43:30.709Z Downloaded winnow v0.5.40
6502025-02-23T12:43:30.717Z Downloaded regex-syntax v0.6.29
6512025-02-23T12:43:30.724Z Downloaded openapiv3 v2.0.0
6522025-02-23T12:43:30.736Z Downloaded rustls v0.21.12
6532025-02-23T12:43:30.747Z Downloaded petname v2.0.2
6542025-02-23T12:43:30.753Z Downloaded rustls v0.23.19
6552025-02-23T12:43:30.763Z Downloaded regress v0.10.1
6562025-02-23T12:43:30.770Z Downloaded openssl v0.10.71
6572025-02-23T12:43:30.780Z Downloaded smoltcp v0.11.0
6582025-02-23T12:43:30.792Z Downloaded radix_trie v0.2.1
6592025-02-23T12:43:30.797Z Downloaded polar-core v0.27.3
6602025-02-23T12:43:30.804Z Downloaded regex-syntax v0.8.5
6612025-02-23T12:43:30.812Z Downloaded rustix v0.38.37
6622025-02-23T12:43:30.837Z Downloaded dropshot v0.15.1
6632025-02-23T12:43:30.854Z Downloaded object v0.36.5
6642025-02-23T12:43:30.865Z Downloaded smoltcp v0.9.1
6652025-02-23T12:43:31.878Z Downloaded diesel v2.2.7
6662025-02-23T12:43:31.885Z Downloaded rustls v0.22.4
6672025-02-23T12:43:31.885Z Downloaded zerocopy-derive v0.6.6
6682025-02-23T12:43:31.885Z Downloaded sled v0.34.7
6692025-02-23T12:43:31.885Z Downloaded bzip2-sys v0.1.11+1.0.8
6702025-02-23T12:43:31.885Z Downloaded nix v0.27.1
6712025-02-23T12:43:31.885Z Downloaded regex-automata v0.4.8
6722025-02-23T12:43:31.885Z Downloaded zerocopy v0.8.10
6732025-02-23T12:43:31.885Z Downloaded regress v0.9.1
6742025-02-23T12:43:31.885Z Downloaded winnow v0.6.20
6752025-02-23T12:43:31.885Z Downloaded bstr v1.10.0
6762025-02-23T12:43:31.885Z Downloaded curve25519-dalek v4.1.3
6772025-02-23T12:43:31.885Z Downloaded vcpkg v0.2.15
6782025-02-23T12:43:31.885Z Downloaded petgraph v0.7.1
6792025-02-23T12:43:31.885Z Downloaded unicode-width v0.2.0
6802025-02-23T12:43:31.885Z Downloaded unicode-width v0.1.14
6812025-02-23T12:43:31.885Z Downloaded tabled v0.18.0
6822025-02-23T12:43:31.885Z Downloaded typify-impl v0.3.0
6832025-02-23T12:43:31.885Z Downloaded typify-impl v0.2.0
6842025-02-23T12:43:31.885Z Downloaded ratatui v0.29.0
6852025-02-23T12:43:31.885Z Downloaded nix v0.29.0
6862025-02-23T12:43:31.885Z Downloaded object v0.30.4
6872025-02-23T12:43:31.886Z Downloaded dropshot v0.12.0
6882025-02-23T12:43:31.886Z Downloaded icu_properties_data v1.5.0
6892025-02-23T12:43:31.886Z Downloaded lzma-sys v0.1.20
6902025-02-23T12:43:31.886Z Downloaded regex v1.11.1
6912025-02-23T12:43:31.886Z Downloaded itertools v0.14.0
6922025-02-23T12:43:31.886Z Downloaded serde v1.0.218
6932025-02-23T12:43:31.886Z Downloaded reqwest v0.12.12
6942025-02-23T12:43:31.886Z Downloaded quick-xml v0.37.2
6952025-02-23T12:43:31.886Z Downloaded petgraph v0.6.5
6962025-02-23T12:43:31.886Z Downloaded tokio v1.43.0
6972025-02-23T12:43:31.886Z Downloaded libc v0.2.170
6982025-02-23T12:43:31.886Z Downloaded libz-sys v1.1.20
6992025-02-23T12:43:31.886Z Downloaded sha3 v0.10.8
7002025-02-23T12:43:31.886Z Downloaded tabled v0.15.0
7012025-02-23T12:43:31.886Z Downloaded csv v1.3.1
7022025-02-23T12:43:31.886Z Downloaded reedline v0.35.0
7032025-02-23T12:43:31.886Z Downloaded lalrpop v0.19.12
7042025-02-23T12:43:31.886Z Downloaded syn v1.0.109
7052025-02-23T12:43:31.886Z Downloaded constant_time_eq v0.3.1
7062025-02-23T12:43:31.886Z Downloaded zone v0.3.0
7072025-02-23T12:43:31.886Z Downloaded zone v0.1.8
7082025-02-23T12:43:31.886Z Downloaded peg-macros v0.8.4
7092025-02-23T12:43:31.886Z Downloaded iana-time-zone v0.1.61
7102025-02-23T12:43:31.886Z Downloaded ucd-trie v0.1.7
7112025-02-23T12:43:31.886Z Downloaded unicode-segmentation v1.12.0
7122025-02-23T12:43:31.887Z Downloaded tokio-rustls v0.26.0
7132025-02-23T12:43:31.887Z Downloaded socket2 v0.5.7
7142025-02-23T12:43:31.887Z Downloaded elliptic-curve v0.13.8
7152025-02-23T12:43:31.887Z Downloaded memchr v2.7.4
7162025-02-23T12:43:31.887Z Downloaded unicode-normalization v0.1.24
7172025-02-23T12:43:31.887Z Downloaded serde_with v3.11.0
7182025-02-23T12:43:31.887Z Downloaded slog-envlogger v2.2.0
7192025-02-23T12:43:31.887Z Downloaded subprocess v0.2.9
7202025-02-23T12:43:31.887Z Downloaded pkcs5 v0.7.1
7212025-02-23T12:43:31.887Z Downloaded password-hash v0.5.0
7222025-02-23T12:43:31.887Z Downloaded tar v0.4.42
7232025-02-23T12:43:31.887Z Downloaded idna v1.0.3
7242025-02-23T12:43:31.887Z Downloaded clap_builder v4.5.30
7252025-02-23T12:43:31.887Z Downloaded sqlparser v0.45.0
7262025-02-23T12:43:31.887Z Downloaded rustls-webpki v0.102.8
7272025-02-23T12:43:31.887Z Downloaded tokio-native-tls v0.3.1
7282025-02-23T12:43:31.887Z Downloaded encoding_rs v0.8.34
7292025-02-23T12:43:31.887Z Downloaded ring v0.17.11
7302025-02-23T12:43:31.887Z Downloaded httpmock v0.8.0-alpha.1
7312025-02-23T12:43:31.887Z Downloaded signal-hook-registry v1.4.2
7322025-02-23T12:43:31.887Z Downloaded signal-hook-mio v0.2.4
7332025-02-23T12:43:31.887Z Downloaded target-spec v3.4.2
7342025-02-23T12:43:31.887Z Downloaded static_assertions v1.1.0
7352025-02-23T12:43:31.887Z Downloaded signal-hook v0.3.17
7362025-02-23T12:43:31.887Z Downloaded unicode-ident v1.0.14
7372025-02-23T12:43:31.888Z Downloaded salty v0.3.0
7382025-02-23T12:43:31.888Z Downloaded chrono v0.4.39
7392025-02-23T12:43:31.888Z Downloaded derive_more v0.99.19
7402025-02-23T12:43:31.888Z Downloaded tracing v0.1.40
7412025-02-23T12:43:31.888Z Downloaded proptest v1.5.0
7422025-02-23T12:43:31.888Z Downloaded display-error-chain v0.2.2
7432025-02-23T12:43:31.888Z Downloaded dirs-sys-next v0.1.2
7442025-02-23T12:43:31.888Z Downloaded dirs-next v2.0.0
7452025-02-23T12:43:31.888Z Downloaded untrusted v0.7.1
7462025-02-23T12:43:31.888Z Downloaded target-lexicon v0.13.2
7472025-02-23T12:43:31.888Z Downloaded git2 v0.19.0
7482025-02-23T12:43:31.888Z Downloaded rtoolbox v0.0.2
7492025-02-23T12:43:31.888Z Downloaded threadpool v1.8.1
7502025-02-23T12:43:31.888Z Downloaded crc-any v2.5.0
7512025-02-23T12:43:31.888Z Downloaded cookie v0.18.1
7522025-02-23T12:43:31.888Z Downloaded zerocopy v0.6.6
7532025-02-23T12:43:31.888Z Downloaded pem-rfc7468 v0.7.0
7542025-02-23T12:43:31.888Z Downloaded native-tls v0.2.12
7552025-02-23T12:43:31.888Z Downloaded jobserver v0.1.32
7562025-02-23T12:43:31.888Z Downloaded libsw v3.3.1
7572025-02-23T12:43:31.888Z Downloaded lazy_static v1.5.0
7582025-02-23T12:43:31.888Z Downloaded daft v0.1.1
7592025-02-23T12:43:31.888Z Downloaded ipnet v2.10.1
7602025-02-23T12:43:31.888Z Downloaded tough v0.19.0
7612025-02-23T12:43:31.889Z Downloaded des v0.8.1
7622025-02-23T12:43:31.889Z Downloaded zip v2.1.3
7632025-02-23T12:43:31.889Z Downloaded typify v0.3.0
7642025-02-23T12:43:31.889Z Downloaded thiserror v2.0.11
7652025-02-23T12:43:31.889Z Downloaded typify-macro v0.2.0
7662025-02-23T12:43:31.893Z Downloaded thiserror-no-std v2.0.2
7672025-02-23T12:43:31.893Z Downloaded aws-lc-rs v1.10.0
7682025-02-23T12:43:31.893Z Downloaded subtle v2.6.1
7692025-02-23T12:43:31.893Z Downloaded relative-path v1.9.3
7702025-02-23T12:43:31.893Z Downloaded icu_properties v1.5.1
7712025-02-23T12:43:31.893Z Downloaded diesel_derives v2.2.3
7722025-02-23T12:43:31.893Z Downloaded libgit2-sys v0.17.0+1.8.1
7732025-02-23T12:43:31.894Z Downloaded toml_edit v0.22.22
7742025-02-23T12:43:31.894Z Downloaded nested v0.1.1
7752025-02-23T12:43:31.894Z Downloaded predicates-tree v1.0.11
7762025-02-23T12:43:31.894Z Downloaded phf_codegen v0.11.2
7772025-02-23T12:43:31.894Z Downloaded rand v0.8.5
7782025-02-23T12:43:31.894Z Downloaded match_cfg v0.1.0
7792025-02-23T12:43:31.894Z Downloaded is_ci v1.2.0
7802025-02-23T12:43:31.894Z Downloaded blake3 v1.5.4
7812025-02-23T12:43:31.894Z Downloaded libxml v0.3.3
7822025-02-23T12:43:31.894Z Downloaded zerovec v0.10.4
7832025-02-23T12:43:31.894Z Downloaded schemars v0.8.21
7842025-02-23T12:43:31.894Z Downloaded untrusted v0.9.0
7852025-02-23T12:43:31.894Z Downloaded icu_normalizer_data v1.5.0
7862025-02-23T12:43:31.894Z Downloaded zopfli v0.8.1
7872025-02-23T12:43:31.894Z Downloaded serde_path_to_error v0.1.16
7882025-02-23T12:43:31.894Z Downloaded ed25519-dalek v2.1.1
7892025-02-23T12:43:31.894Z Downloaded steno v0.4.1
7902025-02-23T12:43:31.894Z Downloaded toml_edit v0.19.15
7912025-02-23T12:43:31.894Z Downloaded termios v0.3.3
7922025-02-23T12:43:31.894Z Downloaded tracing-core v0.1.32
7932025-02-23T12:43:31.894Z Downloaded tracing-attributes v0.1.27
7942025-02-23T12:43:31.894Z Downloaded utf16_iter v1.0.5
7952025-02-23T12:43:31.894Z Downloaded smawk v0.3.2
7962025-02-23T12:43:31.894Z Downloaded h2 v0.4.6
7972025-02-23T12:43:31.894Z Downloaded typenum v1.17.0
7982025-02-23T12:43:31.894Z Downloaded tokio-rustls v0.25.0
7992025-02-23T12:43:31.895Z Downloaded ref-cast v1.0.23
8002025-02-23T12:43:31.895Z Downloaded console v0.15.10
8012025-02-23T12:43:31.895Z Downloaded usdt-macro v0.5.0
8022025-02-23T12:43:31.895Z Downloaded serde_plain v1.0.2
8032025-02-23T12:43:31.895Z Downloaded rustls-native-certs v0.7.3
8042025-02-23T12:43:31.895Z Downloaded same-file v1.0.6
8052025-02-23T12:43:31.895Z Downloaded rand_core v0.6.4
8062025-02-23T12:43:31.895Z Downloaded hyper-util v0.1.10
8072025-02-23T12:43:31.895Z Downloaded papergrid v0.11.0
8082025-02-23T12:43:31.895Z Downloaded omicron-zone-package v0.12.0
8092025-02-23T12:43:31.895Z Downloaded linear-map v1.2.0
8102025-02-23T12:43:31.895Z Downloaded linked-hash-map v0.5.6
8112025-02-23T12:43:31.895Z Downloaded hashbrown v0.15.1
8122025-02-23T12:43:31.895Z Downloaded tokio-rustls v0.24.1
8132025-02-23T12:43:31.895Z Downloaded diesel-dtrace v0.4.2
8142025-02-23T12:43:31.895Z Downloaded typed-path v0.9.3
8152025-02-23T12:43:31.895Z Downloaded hashbrown v0.14.5
8162025-02-23T12:43:31.895Z Downloaded scroll v0.12.0
8172025-02-23T12:43:31.895Z Downloaded qorb v0.2.1
8182025-02-23T12:43:31.899Z Downloaded der v0.7.9
8192025-02-23T12:43:31.904Z Downloaded parking_lot_core v0.8.6
8202025-02-23T12:43:31.907Z Downloaded guppy v0.17.17
8212025-02-23T12:43:31.911Z Downloaded indexmap v2.7.1
8222025-02-23T12:43:31.914Z Downloaded scopeguard v1.2.0
8232025-02-23T12:43:31.914Z Downloaded litemap v0.7.3
8242025-02-23T12:43:31.917Z Downloaded internet-checksum v0.2.1
8252025-02-23T12:43:31.917Z Downloaded hyper-rustls v0.26.0
8262025-02-23T12:43:31.921Z Downloaded env_logger v0.10.2
8272025-02-23T12:43:31.925Z Downloaded clang-sys v1.8.1
8282025-02-23T12:43:31.925Z Downloaded compact_str v0.8.0
8292025-02-23T12:43:31.928Z Downloaded trybuild v1.0.101
8302025-02-23T12:43:31.932Z Downloaded defmt v0.3.8
8312025-02-23T12:43:31.936Z Downloaded packed_struct_codegen v0.10.1
8322025-02-23T12:43:31.936Z Downloaded packed_struct v0.10.1
8332025-02-23T12:43:31.936Z Downloaded proc-macro-error-attr v1.0.4
8342025-02-23T12:43:31.936Z Downloaded parse-display v0.10.0
8352025-02-23T12:43:31.939Z Downloaded cipher v0.4.4
8362025-02-23T12:43:31.939Z Downloaded russh-keys v0.45.0
8372025-02-23T12:43:31.942Z Downloaded url v2.5.3
8382025-02-23T12:43:31.947Z Downloaded scroll_derive v0.12.0
8392025-02-23T12:43:31.947Z Downloaded maplit v1.0.2
8402025-02-23T12:43:31.947Z Downloaded macaddr v1.0.1
8412025-02-23T12:43:31.950Z Downloaded inout v0.1.3
8422025-02-23T12:43:31.951Z Downloaded indent_write v2.2.0
8432025-02-23T12:43:31.951Z Downloaded impl-trait-for-tuples v0.2.2
8442025-02-23T12:43:31.951Z Downloaded idna_adapter v1.2.0
8452025-02-23T12:43:31.954Z Downloaded utf8_iter v1.0.4
8462025-02-23T12:43:31.954Z Downloaded tokio-tungstenite v0.23.1
8472025-02-23T12:43:31.954Z Downloaded cc v1.2.15
8482025-02-23T12:43:31.958Z Downloaded publicsuffix v2.3.0
8492025-02-23T12:43:31.962Z Downloaded expectorate v1.1.0
8502025-02-23T12:43:31.966Z Downloaded rayon-core v1.12.1
8512025-02-23T12:43:31.966Z Downloaded http v1.2.0
8522025-02-23T12:43:31.971Z Downloaded hashbrown v0.13.2
8532025-02-23T12:43:31.974Z Downloaded hashbrown v0.12.3
8542025-02-23T12:43:31.977Z Downloaded aes-gcm v0.10.3
8552025-02-23T12:43:31.980Z Downloaded tungstenite v0.21.0
8562025-02-23T12:43:31.983Z Downloaded tinyvec v1.8.0
8572025-02-23T12:43:31.987Z Downloaded writeable v0.5.5
8582025-02-23T12:43:31.991Z Downloaded quote v1.0.38
8592025-02-23T12:43:31.991Z Downloaded indexmap v1.9.3
8602025-02-23T12:43:31.994Z Downloaded hyper-rustls v0.27.3
8612025-02-23T12:43:31.997Z Downloaded pin-project-internal v1.1.6
8622025-02-23T12:43:31.998Z Downloaded derive-where v1.2.7
8632025-02-23T12:43:32.002Z Downloaded serde_derive v1.0.218
8642025-02-23T12:43:32.005Z Downloaded flate2 v1.0.35
8652025-02-23T12:43:32.009Z Downloaded rustls-pki-types v1.10.0
8662025-02-23T12:43:32.012Z Downloaded stringmetrics v2.2.2
8672025-02-23T12:43:32.012Z Downloaded thread_local v1.1.8
8682025-02-23T12:43:32.012Z Downloaded thread-id v4.2.2
8692025-02-23T12:43:32.017Z Downloaded serde_tokenstream v0.2.2
8702025-02-23T12:43:32.017Z Downloaded serde_spanned v0.6.8
8712025-02-23T12:43:32.021Z Downloaded serde_repr v0.1.19
8722025-02-23T12:43:32.021Z Downloaded sec1 v0.7.3
8732025-02-23T12:43:32.021Z Downloaded schemars_derive v0.8.21
8742025-02-23T12:43:32.021Z Downloaded rustc_version v0.1.7
8752025-02-23T12:43:32.021Z Downloaded rustc-hash v2.1.1
8762025-02-23T12:43:32.024Z Downloaded bumpalo v3.16.0
8772025-02-23T12:43:32.024Z Downloaded backtrace v0.3.74
8782025-02-23T12:43:32.028Z Downloaded oso v0.27.3
8792025-02-23T12:43:32.031Z Downloaded similar v2.6.0
8802025-02-23T12:43:32.036Z Downloaded phf_shared v0.11.2
8812025-02-23T12:43:32.039Z Downloaded progenitor v0.9.1
8822025-02-23T12:43:32.039Z Downloaded phf_generator v0.11.2
8832025-02-23T12:43:32.039Z Downloaded pbkdf2 v0.12.2
8842025-02-23T12:43:32.043Z Downloaded pbkdf2 v0.11.0
8852025-02-23T12:43:32.043Z Downloaded paste v1.0.15
8862025-02-23T12:43:32.046Z Downloaded parse-display-derive v0.10.0
8872025-02-23T12:43:32.046Z Downloaded parking v2.2.1
8882025-02-23T12:43:32.046Z Downloaded der_derive v0.7.3
8892025-02-23T12:43:32.050Z Downloaded aes v0.8.4
8902025-02-23T12:43:32.052Z Downloaded num v0.4.3
8912025-02-23T12:43:32.053Z Downloaded heapless v0.7.17
8922025-02-23T12:43:32.056Z Downloaded multimap v0.10.0
8932025-02-23T12:43:32.059Z Downloaded mime v0.3.17
8942025-02-23T12:43:32.059Z Downloaded memoffset v0.9.1
8952025-02-23T12:43:32.059Z Downloaded lru-cache v0.1.2
8962025-02-23T12:43:32.062Z Downloaded indoc v2.0.5
8972025-02-23T12:43:32.062Z Downloaded indoc v1.0.9
8982025-02-23T12:43:32.064Z Downloaded flume v0.11.1
8992025-02-23T12:43:32.067Z Downloaded base64 v0.13.1
9002025-02-23T12:43:32.070Z Downloaded tokio-tungstenite v0.21.0
9012025-02-23T12:43:32.073Z Downloaded dyn-clone v1.0.18
9022025-02-23T12:43:32.075Z Downloaded dunce v1.0.5
9032025-02-23T12:43:32.075Z Downloaded defmt-macros v0.3.9
9042025-02-23T12:43:32.078Z Downloaded defmt-parser v0.3.4
9052025-02-23T12:43:32.078Z Downloaded crc v3.2.1
9062025-02-23T12:43:32.082Z Downloaded cpufeatures v0.2.14
9072025-02-23T12:43:32.084Z Downloaded rust-argon2 v2.1.0
9082025-02-23T12:43:32.087Z Downloaded headers v0.4.0
9092025-02-23T12:43:32.090Z Downloaded strsim v0.11.1
9102025-02-23T12:43:32.093Z Downloaded rustc-demangle v0.1.24
9112025-02-23T12:43:32.093Z Downloaded zeroize v1.8.1
9122025-02-23T12:43:32.097Z Downloaded zerofrom-derive v0.1.4
9132025-02-23T12:43:32.097Z Downloaded which v4.4.2
9142025-02-23T12:43:32.097Z Downloaded synstructure v0.13.1
9152025-02-23T12:43:32.101Z Downloaded parking_lot_core v0.9.10
9162025-02-23T12:43:32.102Z Downloaded sha1 v0.10.6
9172025-02-23T12:43:32.106Z Downloaded serde-hex v0.1.0
9182025-02-23T12:43:32.106Z Downloaded rusty-fork v0.3.0
9192025-02-23T12:43:32.106Z Downloaded rustversion v1.0.17
9202025-02-23T12:43:32.109Z Downloaded bcs v0.1.6
9212025-02-23T12:43:32.109Z Downloaded bitflags v2.6.0
9222025-02-23T12:43:32.113Z Downloaded cfg-expr v0.18.0
9232025-02-23T12:43:32.116Z Downloaded bzip2 v0.4.4
9242025-02-23T12:43:32.119Z Downloaded pin-utils v0.1.0
9252025-02-23T12:43:32.119Z Downloaded async-io v2.3.4
9262025-02-23T12:43:32.123Z Downloaded ahash v0.8.11
9272025-02-23T12:43:32.126Z Downloaded cancel-safe-futures v0.1.5
9282025-02-23T12:43:32.126Z Downloaded cassowary v0.3.0
9292025-02-23T12:43:32.129Z Downloaded bitflags v1.3.2
9302025-02-23T12:43:32.129Z Downloaded async-bb8-diesel v0.2.1
9312025-02-23T12:43:32.132Z Downloaded fs_extra v1.3.0
9322025-02-23T12:43:32.134Z Downloaded chacha20 v0.9.1
9332025-02-23T12:43:32.134Z Downloaded cargo_metadata v0.18.1
9342025-02-23T12:43:32.137Z Downloaded base64ct v1.6.0
9352025-02-23T12:43:32.139Z Downloaded anstream v0.6.15
9362025-02-23T12:43:32.142Z Downloaded anes v0.1.6
9372025-02-23T12:43:32.145Z Downloaded async-trait v0.1.86
9382025-02-23T12:43:32.147Z Downloaded async-channel v2.3.1
9392025-02-23T12:43:32.147Z Downloaded assert_cmd v2.0.16
9402025-02-23T12:43:32.150Z Downloaded argon2 v0.5.3
9412025-02-23T12:43:32.150Z Downloaded async-executor v1.13.1
9422025-02-23T12:43:32.152Z Downloaded arrayvec v0.7.6
9432025-02-23T12:43:32.155Z Downloaded async-process v2.3.0
9442025-02-23T12:43:32.157Z Downloaded async-channel v1.9.0
9452025-02-23T12:43:32.157Z Downloaded home v0.5.9
9462025-02-23T12:43:32.157Z Downloaded hash32 v0.2.1
9472025-02-23T12:43:32.160Z Downloaded gethostname v0.5.0
9482025-02-23T12:43:32.160Z Downloaded generic-array v0.14.7
9492025-02-23T12:43:32.163Z Downloaded fs-err v2.11.0
9502025-02-23T12:43:32.163Z Downloaded cbc v0.1.2
9512025-02-23T12:43:32.165Z Downloaded castaway v0.2.3
9522025-02-23T12:43:32.165Z Downloaded byteorder v1.5.0
9532025-02-23T12:43:32.169Z Downloaded approx v0.5.1
9542025-02-23T12:43:32.169Z Downloaded futures-executor v0.3.31
9552025-02-23T12:43:32.171Z Downloaded group v0.13.0
9562025-02-23T12:43:32.171Z Downloaded glob v0.3.2
9572025-02-23T12:43:32.171Z Downloaded futures-macro v0.3.31
9582025-02-23T12:43:32.174Z Downloaded cfg-if v1.0.0
9592025-02-23T12:43:32.174Z Downloaded bytecount v0.6.8
9602025-02-23T12:43:32.177Z Downloaded blowfish v0.9.1
9612025-02-23T12:43:32.177Z Downloaded bcrypt-pbkdf v0.10.0
9622025-02-23T12:43:32.177Z Downloaded bitfield-struct v0.6.2
9632025-02-23T12:43:32.179Z Downloaded funty v2.0.0
9642025-02-23T12:43:32.179Z Downloaded blocking v1.6.1
9652025-02-23T12:43:32.179Z Downloaded bitfield v0.14.0
9662025-02-23T12:43:32.182Z Downloaded bit-vec v0.6.3
9672025-02-23T12:43:32.182Z Downloaded cast v0.3.0
9682025-02-23T12:43:32.184Z Downloaded block-buffer v0.10.4
9692025-02-23T12:43:32.184Z Downloaded foreign-types v0.5.0
9702025-02-23T12:43:32.184Z Downloaded fixedbitset v0.4.2
9712025-02-23T12:43:32.187Z Downloaded fd-lock v4.0.2
9722025-02-23T12:43:32.190Z Downloaded fastrand v2.1.1
9732025-02-23T12:43:32.190Z Downloaded async-recursion v1.1.1
9742025-02-23T12:43:32.192Z Downloaded fnv v1.0.7
9752025-02-23T12:43:32.192Z Downloaded fallible-iterator v0.2.0
9762025-02-23T12:43:32.195Z Downloaded foldhash v0.1.3
9772025-02-23T12:43:32.195Z Downloaded float-ord v0.3.2
9782025-02-23T12:43:32.195Z Downloaded float-cmp v0.10.0
9792025-02-23T12:43:32.197Z Downloaded flagset v0.4.6
9802025-02-23T12:43:32.197Z Downloaded fallible-iterator v0.3.0
9812025-02-23T12:43:32.200Z Downloaded async-signal v0.2.10
9822025-02-23T12:43:32.200Z Downloaded async-attributes v1.1.2
9832025-02-23T12:43:32.202Z Downloaded assert_matches v1.5.0
9842025-02-23T12:43:32.202Z Downloaded anstyle-parse v0.2.5
9852025-02-23T12:43:32.205Z Downloaded event-listener v2.5.3
9862025-02-23T12:43:32.205Z Downloaded ascii-canvas v3.0.0
9872025-02-23T12:43:32.208Z Downloaded arrayref v0.3.9
9882025-02-23T12:43:32.208Z Downloaded anstyle-query v1.1.1
9892025-02-23T12:43:32.208Z Downloaded array-init v0.0.4
9902025-02-23T12:43:32.214Z Downloaded libsqlite3-sys v0.30.1
9912025-02-23T12:43:32.431Z Downloaded aws-lc-sys v0.22.0
9922025-02-23T12:43:32.899Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9932025-02-23T12:43:35.386Zpkg list: illegal option -- F
9942025-02-23T12:43:35.386ZUsage:
9952025-02-23T12:43:35.495Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9962025-02-23T12:43:35.495Z [pkg_fmri_pattern ...]
9972025-02-23T12:43:36.307Zpkg list: illegal option -- F
9982025-02-23T12:43:36.308ZUsage:
9992025-02-23T12:43:36.436Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
10002025-02-23T12:43:36.436Z [pkg_fmri_pattern ...]
10012025-02-23T12:43:45.847Z Startup: Refreshing catalog 'helios-dev' ... Done
10022025-02-23T12:43:50.168Z Startup: Caching catalogs ... Done
10032025-02-23T12:44:03.213ZPlanning: Solver setup ... Done (12.099s)
10042025-02-23T12:44:03.369ZPlanning: Running solver ... Done (0.156s)
10052025-02-23T12:44:03.554ZPlanning: Finding local manifests ... Done (0.066s)
10062025-02-23T12:44:03.599ZPlanning: Fetching manifests: 0/7 0% complete
10072025-02-23T12:44:03.892ZPlanning: Fetching manifests: 7/7 100% complete
10082025-02-23T12:44:04.092ZPlanning: Package planning ... Done (0.199s)
10092025-02-23T12:44:04.148ZPlanning: Merging actions ... Done (0.056s)
10102025-02-23T12:44:04.585ZPlanning: Checking for conflicting actions ... Done (0.436s)
10112025-02-23T12:44:07.722ZPlanning: Consolidating action changes ... Done (3.135s)
10122025-02-23T12:44:08.115ZPlanning: Evaluating mediators ... Done (0.393s)
10132025-02-23T12:44:08.195ZPlanning: Planning completed in 17.93 seconds
10142025-02-23T12:44:08.210Z Packages to install: 4
10152025-02-23T12:44:08.210Z Packages to update: 3
10162025-02-23T12:44:08.213Z Mediators to change: 2
10172025-02-23T12:44:08.213Z Services to change: 1
10182025-02-23T12:44:08.213Z Estimated space available: 155.36 GB
10192025-02-23T12:44:08.213ZEstimated space to be consumed: 1.66 GB
10202025-02-23T12:44:08.213Z Create boot environment: No
10212025-02-23T12:44:08.213ZCreate backup boot environment: Yes
10222025-02-23T12:44:08.213Z Rebuild boot archive: No
10232025-02-23T12:44:08.213Z
10242025-02-23T12:44:08.213ZChanged mediators:
10252025-02-23T12:44:08.213Z mediator clang:
10262025-02-23T12:44:08.213Z version: None -> 15 (system default)
10272025-02-23T12:44:08.213Z
10282025-02-23T12:44:08.213Z mediator llvm:
10292025-02-23T12:44:08.213Z version: 14 (system default) -> 15 (system default)
10302025-02-23T12:44:08.213Z
10312025-02-23T12:44:08.213ZChanged packages:
10322025-02-23T12:44:08.213Zhelios-dev
10332025-02-23T12:44:08.213Z developer/build-essential
10342025-02-23T12:44:08.213Z None -> 11-2.0
10352025-02-23T12:44:08.213Z library/libxmlsec1
10362025-02-23T12:44:08.214Z None -> 1.2.35-2.0
10372025-02-23T12:44:08.214Z ooce/developer/clang-15
10382025-02-23T12:44:08.214Z None -> 15.0.7-2.0
10392025-02-23T12:44:08.214Z ooce/developer/llvm-15
10402025-02-23T12:44:08.214Z None -> 15.0.7-2.0
10412025-02-23T12:44:08.214Z package/pkg
10422025-02-23T12:44:08.214Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10432025-02-23T12:44:08.214Z system/library/g++-runtime
10442025-02-23T12:44:08.214Z 13-2.0 -> 14-2.0
10452025-02-23T12:44:08.214Z system/library/gcc-runtime
10462025-02-23T12:44:08.214Z 13-2.0 -> 14-2.0
10472025-02-23T12:44:08.214Z
10482025-02-23T12:44:08.214ZServices:
10492025-02-23T12:44:08.214Z restart_fmri:
10502025-02-23T12:44:08.214Z svc:/system/update-man-index:default
10512025-02-23T12:44:08.214Z
10522025-02-23T12:44:08.214ZEditable files to change:
10532025-02-23T12:44:08.214Z Update:
10542025-02-23T12:44:08.214Z usr/share/lib/pkg/web/config.shtml
10552025-02-23T12:44:08.330Z
10562025-02-23T12:44:08.330ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10572025-02-23T12:44:13.340ZDownload: 447/4301 items 16.7/225.4MB 7% complete (3.5M/s)
10582025-02-23T12:44:18.340ZDownload: 1192/4301 items 66.1/225.4MB 29% complete (6.6M/s)
10592025-02-23T12:44:23.397ZDownload: 1229/4301 items 100.3/225.4MB 44% complete (8.3M/s)
10602025-02-23T12:44:28.382ZDownload: 1469/4301 items 115.8/225.4MB 51% complete (5.6M/s)
10612025-02-23T12:44:33.395ZDownload: 1623/4301 items 116.3/225.4MB 51% complete (2.5M/s)
10622025-02-23T12:44:38.406ZDownload: 1765/4301 items 116.7/225.4MB 51% complete (144k/s)
10632025-02-23T12:44:43.424ZDownload: 2064/4301 items 117.2/225.4MB 51% complete (101k/s)
10642025-02-23T12:44:48.948ZDownload: 2223/4301 items 119.2/225.4MB 52% complete (253k/s)
10652025-02-23T12:44:53.994ZDownload: 2364/4301 items 120.0/225.4MB 53% complete (276k/s)
10662025-02-23T12:44:59.112ZDownload: 2582/4301 items 120.5/225.4MB 53% complete (131k/s)
10672025-02-23T12:45:04.258ZDownload: 2751/4301 items 120.9/225.4MB 53% complete (111k/s)
10682025-02-23T12:45:09.306ZDownload: 3030/4301 items 121.4/225.4MB 53% complete (89.0k/s)
10692025-02-23T12:45:14.310ZDownload: 3153/4301 items 178.4/225.4MB 79% complete (5.7M/s)
10702025-02-23T12:45:19.743ZDownload: 3241/4301 items 201.6/225.4MB 89% complete (8.0M/s)
10712025-02-23T12:45:32.448ZDownload: 3245/4301 items 203.1/225.4MB 90% complete
10722025-02-23T12:45:38.418ZDownload: 3248/4301 items 203.1/225.4MB 90% complete
10732025-02-23T12:45:43.421ZDownload: 3465/4301 items 215.3/225.4MB 95% complete (1.2M/s)
10742025-02-23T12:45:48.479ZDownload: 3815/4301 items 218.1/225.4MB 96% complete (1.5M/s)
10752025-02-23T12:45:53.486ZDownload: 4191/4301 items 220.5/225.4MB 97% complete (577k/s)
10762025-02-23T12:46:00.130ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (518k/s)
10772025-02-23T12:46:04.443ZDownload: Completed 225.42 MB in 116.09 seconds (1.9M/s)
10782025-02-23T12:46:06.787Z Actions: 1/5122 actions (Removing old actions)
10792025-02-23T12:46:06.803Z Actions: 194/5122 actions (Installing new actions)
10802025-02-23T12:46:11.646Z Actions: 4267/5122 actions (Updating modified actions)
10812025-02-23T12:46:12.007Z Actions: Completed 5122 actions in 5.22 seconds.
10822025-02-23T12:46:12.256Z Done (0.239s)
10832025-02-23T12:46:12.259Z Done (0.001s)
10842025-02-23T12:46:12.885Z Done (0.627s)
10852025-02-23T12:46:19.238Z Done (6.116s)
10862025-02-23T12:46:19.629Z Done (0.320s)
10872025-02-23T12:46:19.632Z Done (0.000s)
10882025-02-23T12:46:19.834Z Done (0.000s)
10892025-02-23T12:46:20.626ZPlanning: Evaluating mediator changes ... Done
10902025-02-23T12:46:20.796ZPlanning: Checking for conflicting actions ... Done
10912025-02-23T12:46:20.799ZPlanning: Consolidating action changes ... Done
10922025-02-23T12:46:21.087ZPlanning: Evaluating mediators ... Done
10932025-02-23T12:46:21.090ZPlanning: Planning completed in 0.46 seconds
10942025-02-23T12:46:21.129Z Mediators to change: 2
10952025-02-23T12:46:21.129Z Create boot environment: No
10962025-02-23T12:46:21.129ZCreate backup boot environment: No
10972025-02-23T12:46:21.215Z Done
10982025-02-23T12:46:21.215Z Done
10992025-02-23T12:46:21.667Z Done
11002025-02-23T12:46:25.754Z Done
11012025-02-23T12:46:25.855Z Done
11022025-02-23T12:46:25.857Z Done
11032025-02-23T12:46:25.985Z Done
11042025-02-23T12:46:26.663ZPlanning: Evaluating mediator changes ... Done
11052025-02-23T12:46:26.666ZPlanning: Merging actions ... Done
11062025-02-23T12:46:26.869ZPlanning: Checking for conflicting actions ... Done
11072025-02-23T12:46:26.873ZPlanning: Consolidating action changes ... Done
11082025-02-23T12:46:27.158ZPlanning: Evaluating mediators ... Done
11092025-02-23T12:46:27.219ZPlanning: Planning completed in 0.81 seconds
11102025-02-23T12:46:27.261Z Packages to change: 1
11112025-02-23T12:46:27.261Z Mediators to change: 1
11122025-02-23T12:46:27.261Z Services to change: 1
11132025-02-23T12:46:27.261Z Create boot environment: No
11142025-02-23T12:46:27.261ZCreate backup boot environment: Yes
11152025-02-23T12:46:29.572Z Actions: 1/6 actions (Updating modified actions)
11162025-02-23T12:46:29.575Z Actions: Completed 6 actions in 0.00 seconds.
11172025-02-23T12:46:29.575Z Done
11182025-02-23T12:46:29.575Z Done
11192025-02-23T12:46:29.701Z Done
11202025-02-23T12:46:33.824Z Done
11212025-02-23T12:46:33.935Z Done
11222025-02-23T12:46:33.938Z Done
11232025-02-23T12:46:34.073Z Done
11242025-02-23T12:46:34.561ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11252025-02-23T12:46:34.561Zclang system 15 system
11262025-02-23T12:46:34.561Zcsh system system illumos
11272025-02-23T12:46:34.561Zctags system system illumos
11282025-02-23T12:46:34.561Zgcc vendor 12 vendor
11292025-02-23T12:46:34.561Zgcc system 10 system
11302025-02-23T12:46:34.561Zgcc system 7 system
11312025-02-23T12:46:34.561Zgo system 1.20 system
11322025-02-23T12:46:34.561Zgo system 1.19 system
11332025-02-23T12:46:34.561Zllvm system 15 system
11342025-02-23T12:46:34.561Zllvm system 14 system
11352025-02-23T12:46:34.561Zmariadb system 10.6 system
11362025-02-23T12:46:34.561Zmta vendor vendor dma
11372025-02-23T12:46:34.561Zopenjdk system 17 system
11382025-02-23T12:46:34.561Zopenjdk system 11 system
11392025-02-23T12:46:34.561Zopenjdk system 1.8 system
11402025-02-23T12:46:34.561Zopenssl vendor 3 vendor
11412025-02-23T12:46:34.561Zperl system 5.36 system
11422025-02-23T12:46:34.561Zpostgresql system 15 system
11432025-02-23T12:46:34.561Zpostgresql system 13 system
11442025-02-23T12:46:34.561Zpython vendor 3 vendor
11452025-02-23T12:46:34.561Zpython system 2 system
11462025-02-23T12:46:34.561Zpython3 system 3.11 system
11472025-02-23T12:46:34.561Zruby system 3.0 system
11482025-02-23T12:46:34.561Zwords vendor vendor american-english
11492025-02-23T12:46:34.561Zwords system system australian-english
11502025-02-23T12:46:34.561Zwords system system british-english
11512025-02-23T12:46:34.561Zwords system system canadian-english
11522025-02-23T12:46:34.561Zwords system system french
11532025-02-23T12:46:34.561Zwords system system italian
11542025-02-23T12:46:34.561Zwords system system ngerman
11552025-02-23T12:46:34.561Zwords system system ogerman
11562025-02-23T12:46:34.561Zwords system system spanish
11572025-02-23T12:46:34.926ZPUBLISHER TYPE STATUS P LOCATION
11582025-02-23T12:46:34.926Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11592025-02-23T12:46:38.138ZFMRI IFO
11602025-02-23T12:46:38.138Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11612025-02-23T12:46:38.138Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11622025-02-23T12:46:38.138Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11632025-02-23T12:46:38.139Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11642025-02-23T12:46:38.139Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11652025-02-23T12:46:38.139Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11662025-02-23T12:46:38.139Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11672025-02-23T12:46:38.139Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11682025-02-23T12:46:38.139Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11692025-02-23T12:46:38.139Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11702025-02-23T12:46:38.139Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11712025-02-23T12:46:38.139Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11722025-02-23T12:46:38.139Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11732025-02-23T12:46:38.139Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11742025-02-23T12:46:38.139Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11752025-02-23T12:46:39.308Z Downloading crates ...
11762025-02-23T12:46:39.378Z Downloaded cargo_toml v0.20.5
11772025-02-23T12:46:39.521Z Compiling proc-macro2 v1.0.93
11782025-02-23T12:46:39.524Z Compiling unicode-ident v1.0.14
11792025-02-23T12:46:39.524Z Compiling version_check v0.9.5
11802025-02-23T12:46:39.524Z Compiling serde v1.0.218
11812025-02-23T12:46:39.524Z Compiling memchr v2.7.4
11822025-02-23T12:46:39.524Z Compiling thiserror v1.0.69
11832025-02-23T12:46:39.545Z Compiling libc v0.2.170
11842025-02-23T12:46:39.548Z Compiling ryu v1.0.18
11852025-02-23T12:46:39.798Z Compiling ucd-trie v0.1.7
11862025-02-23T12:46:39.893Z Compiling itoa v1.0.11
11872025-02-23T12:46:40.111Z Compiling once_cell v1.20.3
11882025-02-23T12:46:40.248Z Compiling byteorder v1.5.0
11892025-02-23T12:46:40.393Z Compiling serde_json v1.0.139
11902025-02-23T12:46:40.740Z Compiling rustix v0.38.37
11912025-02-23T12:46:40.821Z Compiling bitflags v2.6.0
11922025-02-23T12:46:40.854Z Compiling usdt-impl v0.5.0
11932025-02-23T12:46:41.111Z Compiling proc-macro-error-attr v1.0.4
11942025-02-23T12:46:41.175Z Compiling syn v1.0.109
11952025-02-23T12:46:41.236Z Compiling proc-macro-error v1.0.4
11962025-02-23T12:46:41.353Z Compiling plain v0.2.3
11972025-02-23T12:46:41.508Z Compiling camino v1.1.9
11982025-02-23T12:46:41.521Z Compiling equivalent v1.0.1
11992025-02-23T12:46:41.546Z Compiling hashbrown v0.15.1
12002025-02-23T12:46:41.558Z Compiling utf8parse v0.2.2
12012025-02-23T12:46:41.638Z Compiling log v0.4.22
12022025-02-23T12:46:41.723Z Compiling anstyle-parse v0.2.5
12032025-02-23T12:46:41.962Z Compiling quote v1.0.38
12042025-02-23T12:46:41.977Z Compiling errno v0.3.9
12052025-02-23T12:46:41.993Z Compiling thread-id v4.2.2
12062025-02-23T12:46:42.106Z Compiling anstyle-query v1.1.1
12072025-02-23T12:46:42.191Z Compiling autocfg v1.4.0
12082025-02-23T12:46:42.206Z Compiling unicode-width v0.1.14
12092025-02-23T12:46:42.258Z Compiling winnow v0.6.20
12102025-02-23T12:46:42.418Z Compiling syn v2.0.96
12112025-02-23T12:46:42.685Z Compiling indexmap v2.7.1
12122025-02-23T12:46:42.722Z Compiling pretty-hex v0.4.1
12132025-02-23T12:46:42.940Z Compiling colorchoice v1.0.2
12142025-02-23T12:46:43.117Z Compiling anstyle v1.0.10
12152025-02-23T12:46:43.138Z Compiling semver v1.0.25
12162025-02-23T12:46:43.523Z Compiling is_terminal_polyfill v1.70.1
12172025-02-23T12:46:43.578Z Compiling fs-err v2.11.0
12182025-02-23T12:46:43.657Z Compiling anstream v0.6.15
12192025-02-23T12:46:43.909Z Compiling clap_lex v0.7.4
12202025-02-23T12:46:43.934Z Compiling heck v0.5.0
12212025-02-23T12:46:44.074Z Compiling bytecount v0.6.8
12222025-02-23T12:46:44.303Z Compiling terminal_size v0.4.0
12232025-02-23T12:46:44.342Z Compiling fnv v1.0.7
12242025-02-23T12:46:44.357Z Compiling strsim v0.11.1
12252025-02-23T12:46:44.447Z Compiling heck v0.4.1
12262025-02-23T12:46:44.529Z Compiling fastrand v2.1.1
12272025-02-23T12:46:44.857Z Compiling anyhow v1.0.96
12282025-02-23T12:46:44.873Z Compiling cfg-if v1.0.0
12292025-02-23T12:46:44.904Z Compiling clap_builder v4.5.30
12302025-02-23T12:46:44.978Z Compiling tempfile v3.13.0
12312025-02-23T12:46:45.050Z Compiling papergrid v0.11.0
12322025-02-23T12:46:45.248Z Compiling memmap v0.7.0
12332025-02-23T12:46:45.752Z Compiling smawk v0.3.2
12342025-02-23T12:46:45.797Z Compiling unicode-linebreak v0.1.5
12352025-02-23T12:46:46.050Z Compiling swrite v0.1.0
12362025-02-23T12:46:46.301Z Compiling textwrap v0.16.1
12372025-02-23T12:46:46.978Z Compiling tabled_derive v0.7.0
12382025-02-23T12:46:48.152Z Compiling tabled v0.15.0
12392025-02-23T12:46:49.643Z Compiling serde_derive v1.0.218
12402025-02-23T12:46:49.646Z Compiling thiserror-impl v1.0.69
12412025-02-23T12:46:49.646Z Compiling zerocopy-derive v0.7.35
12422025-02-23T12:46:49.659Z Compiling scroll_derive v0.12.0
12432025-02-23T12:46:49.670Z Compiling clap_derive v4.5.28
12442025-02-23T12:46:50.910Z Compiling zerocopy v0.7.35
12452025-02-23T12:46:51.017Z Compiling scroll v0.12.0
12462025-02-23T12:46:51.447Z Compiling goblin v0.8.2
12472025-02-23T12:46:51.940Z Compiling pest v2.7.14
12482025-02-23T12:46:53.020Z Compiling clap v4.5.30
12492025-02-23T12:46:54.021Z Compiling pest_meta v2.7.14
12502025-02-23T12:46:55.003Z Compiling pest_generator v2.7.14
12512025-02-23T12:46:56.268Z Compiling pest_derive v2.7.14
12522025-02-23T12:46:57.018Z Compiling dtrace-parser v0.2.0
12532025-02-23T12:46:58.173Z Compiling serde_tokenstream v0.2.2
12542025-02-23T12:46:58.196Z Compiling toml_datetime v0.6.8
12552025-02-23T12:46:58.199Z Compiling serde_spanned v0.6.8
12562025-02-23T12:46:58.408Z Compiling cargo-platform v0.1.8
12572025-02-23T12:46:58.489Z Compiling macaddr v1.0.1
12582025-02-23T12:46:58.741Z Compiling toml_edit v0.22.22
12592025-02-23T12:46:58.858Z Compiling camino-tempfile v1.1.1
12602025-02-23T12:46:59.645Z Compiling dof v0.3.0
12612025-02-23T12:46:59.645Z Compiling cargo_metadata v0.18.1
12622025-02-23T12:47:00.995Z Compiling usdt-attr-macro v0.5.0
12632025-02-23T12:47:00.997Z Compiling usdt-macro v0.5.0
12642025-02-23T12:47:01.631Z Compiling toml v0.8.19
12652025-02-23T12:47:02.055Z Compiling usdt v0.5.0
12662025-02-23T12:47:02.430Z Compiling cargo_toml v0.20.5
12672025-02-23T12:47:05.059Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12682025-02-23T12:47:08.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.51s
12692025-02-23T12:47:08.320Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12702025-02-23T12:47:09.204Z Compiling serde v1.0.218
12712025-02-23T12:47:09.207Z Compiling value-bag v1.9.0
12722025-02-23T12:47:09.207Z Compiling lock_api v0.4.12
12732025-02-23T12:47:09.207Z Compiling scopeguard v1.2.0
12742025-02-23T12:47:09.207Z Compiling typenum v1.17.0
12752025-02-23T12:47:09.207Z Compiling generic-array v0.14.7
12762025-02-23T12:47:09.349Z Compiling syn v2.0.96
12772025-02-23T12:47:09.360Z Compiling getrandom v0.2.15
12782025-02-23T12:47:09.476Z Compiling shlex v1.3.0
12792025-02-23T12:47:09.709Z Compiling rand_core v0.6.4
12802025-02-23T12:47:09.768Z Compiling log v0.4.22
12812025-02-23T12:47:09.866Z Compiling subtle v2.6.1
12822025-02-23T12:47:09.888Z Compiling jobserver v0.1.32
12832025-02-23T12:47:09.892Z Compiling smallvec v1.14.0
12842025-02-23T12:47:10.231Z Compiling const-oid v0.9.6
12852025-02-23T12:47:10.235Z Compiling pin-project-lite v0.2.14
12862025-02-23T12:47:10.266Z Compiling parking_lot_core v0.9.10
12872025-02-23T12:47:10.322Z Compiling cc v1.2.15
12882025-02-23T12:47:10.386Z Compiling rustix v0.38.37
12892025-02-23T12:47:10.513Z Compiling futures-core v0.3.31
12902025-02-23T12:47:10.695Z Compiling spin v0.9.8
12912025-02-23T12:47:10.765Z Compiling signal-hook-registry v1.4.2
12922025-02-23T12:47:11.048Z Compiling mio v1.0.2
12932025-02-23T12:47:11.202Z Compiling parking_lot v0.12.3
12942025-02-23T12:47:11.284Z Compiling either v1.13.0
12952025-02-23T12:47:11.442Z Compiling aho-corasick v1.1.3
12962025-02-23T12:47:11.667Z Compiling futures-sink v0.3.31
12972025-02-23T12:47:11.685Z Compiling regex-syntax v0.8.5
12982025-02-23T12:47:11.820Z Compiling cpufeatures v0.2.14
12992025-02-23T12:47:11.931Z Compiling stable_deref_trait v1.2.0
13002025-02-23T12:47:12.028Z Compiling socket2 v0.5.7
13012025-02-23T12:47:12.050Z Compiling slab v0.4.9
13022025-02-23T12:47:12.077Z Compiling glob v0.3.2
13032025-02-23T12:47:12.192Z Compiling prettyplease v0.2.29
13042025-02-23T12:47:12.581Z Compiling lazy_static v1.5.0
13052025-02-23T12:47:12.742Z Compiling serde_json v1.0.139
13062025-02-23T12:47:12.885Z Compiling minimal-lexical v0.2.1
13072025-02-23T12:47:12.911Z Compiling futures-channel v0.3.31
13082025-02-23T12:47:12.911Z Compiling clang-sys v1.8.1
13092025-02-23T12:47:13.084Z Compiling libloading v0.8.5
13102025-02-23T12:47:13.269Z Compiling nom v7.1.3
13112025-02-23T12:47:13.318Z Compiling futures-task v0.3.31
13122025-02-23T12:47:13.430Z Compiling pin-utils v0.1.0
13132025-02-23T12:47:13.536Z Compiling home v0.5.9
13142025-02-23T12:47:13.580Z Compiling bindgen v0.69.5
13152025-02-23T12:47:13.618Z Compiling futures-io v0.3.31
13162025-02-23T12:47:13.877Z Compiling itertools v0.12.1
13172025-02-23T12:47:14.105Z Compiling foldhash v0.1.3
13182025-02-23T12:47:14.404Z Compiling rustc-hash v1.1.0
13192025-02-23T12:47:14.501Z Compiling lazycell v1.3.0
13202025-02-23T12:47:14.574Z Compiling allocator-api2 v0.2.18
13212025-02-23T12:47:14.670Z Compiling libm v0.2.8
13222025-02-23T12:47:15.044Z Compiling cmake v0.1.51
13232025-02-23T12:47:15.305Z Compiling regex-automata v0.4.8
13242025-02-23T12:47:15.817Z Compiling hashbrown v0.15.1
13252025-02-23T12:47:15.857Z Compiling num-traits v0.2.19
13262025-02-23T12:47:16.193Z Compiling fs_extra v1.3.0
13272025-02-23T12:47:16.558Z Compiling synstructure v0.13.1
13282025-02-23T12:47:16.734Z Compiling cexpr v0.6.0
13292025-02-23T12:47:16.993Z Compiling pkg-config v0.3.31
13302025-02-23T12:47:17.628Z Compiling dunce v1.0.5
13312025-02-23T12:47:18.006Z Compiling litemap v0.7.3
13322025-02-23T12:47:18.241Z Compiling writeable v0.5.5
13332025-02-23T12:47:18.284Z Compiling ring v0.17.11
13342025-02-23T12:47:18.396Z Compiling base64ct v1.6.0
13352025-02-23T12:47:18.777Z Compiling paste v1.0.15
13362025-02-23T12:47:19.212Z Compiling pem-rfc7468 v0.7.0
13372025-02-23T12:47:19.379Z Compiling aws-lc-rs v1.10.0
13382025-02-23T12:47:19.551Z Compiling flagset v0.4.6
13392025-02-23T12:47:19.762Z Compiling httparse v1.9.5
13402025-02-23T12:47:19.775Z Compiling icu_locid_transform_data v1.5.0
13412025-02-23T12:47:19.875Z Compiling tracing-core v0.1.32
13422025-02-23T12:47:20.407Z Compiling percent-encoding v2.3.1
13432025-02-23T12:47:20.623Z Compiling regex v1.11.1
13442025-02-23T12:47:20.733Z Compiling rustls-pki-types v1.10.0
13452025-02-23T12:47:20.830Z Compiling icu_properties_data v1.5.0
13462025-02-23T12:47:21.038Z Compiling crossbeam-utils v0.8.20
13472025-02-23T12:47:21.520Z Compiling vcpkg v0.2.15
13482025-02-23T12:47:21.553Z Compiling serde_derive v1.0.218
13492025-02-23T12:47:21.570Z Compiling zeroize_derive v1.4.2
13502025-02-23T12:47:21.637Z Compiling zerocopy-derive v0.7.35
13512025-02-23T12:47:21.680Z Compiling tokio-macros v2.5.0
13522025-02-23T12:47:22.867Z Compiling zeroize v1.8.1
13532025-02-23T12:47:22.998Z Compiling zerofrom-derive v0.1.4
13542025-02-23T12:47:23.201Z Compiling yoke-derive v0.7.4
13552025-02-23T12:47:23.425Z Compiling zerocopy v0.7.35
13562025-02-23T12:47:24.071Z Compiling futures-macro v0.3.31
13572025-02-23T12:47:24.444Z Compiling crypto-common v0.1.6
13582025-02-23T12:47:24.677Z Compiling block-buffer v0.10.4
13592025-02-23T12:47:24.774Z Compiling zerovec-derive v0.10.3
13602025-02-23T12:47:24.941Z Compiling digest v0.10.7
13612025-02-23T12:47:25.382Z Compiling thiserror-impl v1.0.69
13622025-02-23T12:47:25.492Z Compiling hmac v0.12.1
13632025-02-23T12:47:25.741Z Compiling displaydoc v0.2.5
13642025-02-23T12:47:25.761Z Compiling block-padding v0.3.3
13652025-02-23T12:47:25.870Z Compiling futures-util v0.3.31
13662025-02-23T12:47:26.016Z Compiling inout v0.1.3
13672025-02-23T12:47:26.294Z Compiling cipher v0.4.4
13682025-02-23T12:47:26.440Z Compiling zerofrom v0.1.4
13692025-02-23T12:47:26.658Z Compiling yoke v0.7.4
13702025-02-23T12:47:26.804Z Compiling sha2 v0.10.8
13712025-02-23T12:47:26.996Z Compiling icu_provider_macros v1.5.0
13722025-02-23T12:47:27.098Z Compiling zerovec v0.10.4
13732025-02-23T12:47:27.189Z Compiling ppv-lite86 v0.2.20
13742025-02-23T12:47:27.896Z Compiling der_derive v0.7.3
13752025-02-23T12:47:28.091Z Compiling rand_chacha v0.3.1
13762025-02-23T12:47:28.202Z Compiling thiserror v1.0.69
13772025-02-23T12:47:28.361Z Compiling tracing-attributes v0.1.27
13782025-02-23T12:47:28.738Z Compiling tinystr v0.7.6
13792025-02-23T12:47:29.011Z Compiling icu_collections v1.5.0
13802025-02-23T12:47:29.140Z Compiling icu_locid v1.5.0
13812025-02-23T12:47:30.135Z Compiling der v0.7.9
13822025-02-23T12:47:30.352Z Compiling icu_provider v1.5.0
13832025-02-23T12:47:30.355Z Compiling rand v0.8.5
13842025-02-23T12:47:30.389Z Compiling pest v2.7.14
13852025-02-23T12:47:31.087Z Compiling icu_locid_transform v1.5.0
13862025-02-23T12:47:31.142Z Compiling salsa20 v0.10.2
13872025-02-23T12:47:31.286Z Compiling pbkdf2 v0.12.2
13882025-02-23T12:47:31.394Z Compiling untrusted v0.9.0
13892025-02-23T12:47:31.461Z Compiling time-core v0.1.2
13902025-02-23T12:47:31.570Z Compiling write16 v1.0.0
13912025-02-23T12:47:31.652Z Compiling untrusted v0.7.1
13922025-02-23T12:47:31.710Z Compiling num-conv v0.1.0
13932025-02-23T12:47:31.729Z Compiling tracing v0.1.40
13942025-02-23T12:47:31.855Z Compiling powerfmt v0.2.0
13952025-02-23T12:47:32.014Z Compiling utf16_iter v1.0.5
13962025-02-23T12:47:32.232Z Compiling spki v0.7.3
13972025-02-23T12:47:32.253Z Compiling icu_normalizer_data v1.5.0
13982025-02-23T12:47:32.271Z Compiling utf8_iter v1.0.4
13992025-02-23T12:47:32.271Z Compiling mirai-annotations v1.12.0
14002025-02-23T12:47:32.369Z Compiling icu_properties v1.5.1
14012025-02-23T12:47:32.503Z Compiling deranged v0.3.11
14022025-02-23T12:47:32.526Z Compiling time-macros v0.2.18
14032025-02-23T12:47:33.033Z Compiling pest_meta v2.7.14
14042025-02-23T12:47:33.357Z Compiling scrypt v0.11.0
14052025-02-23T12:47:33.868Z Compiling aes v0.8.4
14062025-02-23T12:47:33.933Z Compiling cbc v0.1.2
14072025-02-23T12:47:34.216Z Compiling bitflags v2.6.0
14082025-02-23T12:47:34.414Z Compiling bytes v1.9.0
14092025-02-23T12:47:35.570Z Compiling tokio v1.43.0
14102025-02-23T12:47:35.591Z Compiling indexmap v2.7.1
14112025-02-23T12:47:36.690Z Compiling semver v1.0.25
14122025-02-23T12:47:36.927Z Compiling http v1.2.0
14132025-02-23T12:47:36.930Z Compiling icu_normalizer v1.5.0
14142025-02-23T12:47:36.973Z Compiling openssl-sys v0.9.106
14152025-02-23T12:47:37.239Z Compiling rustc_version v0.4.1
14162025-02-23T12:47:37.366Z Compiling scroll_derive v0.12.0
14172025-02-23T12:47:37.444Z Compiling atomic-waker v1.1.2
14182025-02-23T12:47:37.646Z Compiling tinyvec_macros v0.1.1
14192025-02-23T12:47:37.761Z Compiling num_threads v0.1.7
14202025-02-23T12:47:37.903Z Compiling time v0.3.36
14212025-02-23T12:47:37.906Z Compiling idna_adapter v1.2.0
14222025-02-23T12:47:38.121Z Compiling which v4.4.2
14232025-02-23T12:47:38.149Z Compiling tinyvec v1.8.0
14242025-02-23T12:47:38.673Z Compiling http-body v1.0.1
14252025-02-23T12:47:38.766Z Compiling scroll v0.12.0
14262025-02-23T12:47:38.917Z Compiling pkcs5 v0.7.1
14272025-02-23T12:47:39.077Z Compiling pest_generator v2.7.14
14282025-02-23T12:47:39.214Z Compiling form_urlencoded v1.2.1
14292025-02-23T12:47:39.298Z Compiling slog v2.7.0
14302025-02-23T12:47:39.542Z Compiling try-lock v0.2.5
14312025-02-23T12:47:39.603Z Compiling goblin v0.8.2
14322025-02-23T12:47:39.696Z Compiling want v0.3.1
14332025-02-23T12:47:39.904Z Compiling pkcs8 v0.10.2
14342025-02-23T12:47:39.982Z Compiling idna v1.0.3
14352025-02-23T12:47:40.006Z Compiling uuid v1.12.0
14362025-02-23T12:47:40.534Z Compiling httpdate v1.0.3
14372025-02-23T12:47:40.841Z Compiling pest_derive v2.7.14
14382025-02-23T12:47:40.958Z Compiling tower-service v0.3.3
14392025-02-23T12:47:41.098Z Compiling iana-time-zone v0.1.61
14402025-02-23T12:47:41.449Z Compiling chrono v0.4.39
14412025-02-23T12:47:41.540Z Compiling toml_datetime v0.6.8
14422025-02-23T12:47:41.652Z Compiling dtrace-parser v0.2.0
14432025-02-23T12:47:42.015Z Compiling serde_tokenstream v0.2.2
14442025-02-23T12:47:42.253Z Compiling serde_spanned v0.6.8
14452025-02-23T12:47:42.493Z Compiling foreign-types-shared v0.1.1
14462025-02-23T12:47:42.513Z Compiling base64 v0.22.1
14472025-02-23T12:47:42.580Z Compiling openssl v0.10.71
14482025-02-23T12:47:42.623Z Compiling rustversion v1.0.17
14492025-02-23T12:47:43.003Z Compiling adler2 v2.0.0
14502025-02-23T12:47:43.199Z Compiling match_cfg v0.1.0
14512025-02-23T12:47:43.219Z Compiling miniz_oxide v0.8.0
14522025-02-23T12:47:43.317Z Compiling hostname v0.3.1
14532025-02-23T12:47:43.403Z Compiling foreign-types v0.3.2
14542025-02-23T12:47:43.462Z Compiling tokio-util v0.7.12
14552025-02-23T12:47:43.509Z Compiling url v2.5.3
14562025-02-23T12:47:44.656Z Compiling h2 v0.4.6
14572025-02-23T12:47:44.659Z Compiling openssl-macros v0.1.1
14582025-02-23T12:47:44.788Z Compiling async-trait v0.1.86
14592025-02-23T12:47:44.813Z Compiling serde_derive_internals v0.29.1
14602025-02-23T12:47:45.262Z Compiling dof v0.3.0
14612025-02-23T12:47:45.424Z Compiling dirs-sys-next v0.1.2
14622025-02-23T12:47:45.971Z Compiling data-encoding v2.6.0
14632025-02-23T12:47:47.024Z Compiling usdt-impl v0.5.0
14642025-02-23T12:47:47.043Z Compiling rustls v0.23.19
14652025-02-23T12:47:47.185Z Compiling schemars v0.8.21
14662025-02-23T12:47:47.337Z Compiling syn v1.0.109
14672025-02-23T12:47:47.520Z Compiling native-tls v0.2.12
14682025-02-23T12:47:47.881Z Compiling rustls v0.22.4
14692025-02-23T12:47:47.914Z Compiling siphasher v0.3.11
14702025-02-23T12:47:48.065Z Compiling schemars_derive v0.8.21
14712025-02-23T12:47:48.201Z Compiling dirs-next v2.0.0
14722025-02-23T12:47:48.385Z Compiling unicode-normalization v0.1.24
14732025-02-23T12:47:48.509Z Compiling http-body-util v0.1.2
14742025-02-23T12:47:48.608Z Compiling heapless v0.7.17
14752025-02-23T12:47:49.042Z Compiling crossbeam-epoch v0.9.18
14762025-02-23T12:47:49.120Z Compiling sha1 v0.10.6
14772025-02-23T12:47:49.510Z Compiling signature v2.2.0
14782025-02-23T12:47:49.543Z Compiling bzip2-sys v0.1.11+1.0.8
14792025-02-23T12:47:49.611Z Compiling thread_local v1.1.8
14802025-02-23T12:47:49.733Z Compiling multer v3.1.0
14812025-02-23T12:47:49.802Z Compiling encoding_rs v0.8.34
14822025-02-23T12:47:50.046Z Compiling cookie v0.18.1
14832025-02-23T12:47:50.048Z Compiling slog-async v2.8.0
14842025-02-23T12:47:50.103Z Compiling unicode-bidi v0.3.17
14852025-02-23T12:47:50.352Z Compiling ipnet v2.10.1
14862025-02-23T12:47:50.576Z Compiling dyn-clone v1.0.18
14872025-02-23T12:47:50.781Z Compiling openssl-probe v0.1.5
14882025-02-23T12:47:50.970Z Compiling mime v0.3.17
14892025-02-23T12:47:51.100Z Compiling rayon-core v1.12.1
14902025-02-23T12:47:51.247Z Compiling gimli v0.31.1
14912025-02-23T12:47:51.391Z Compiling signal-hook v0.3.17
14922025-02-23T12:47:51.409Z Compiling unicode-properties v0.1.3
14932025-02-23T12:47:51.499Z Compiling toml_edit v0.22.22
14942025-02-23T12:47:51.680Z Compiling hyper v1.5.2
14952025-02-23T12:47:51.818Z Compiling stringprep v0.1.5
14962025-02-23T12:47:54.483Z Compiling hyper-util v0.1.10
14972025-02-23T12:47:55.291Z Compiling crossbeam-deque v0.8.5
14982025-02-23T12:47:55.636Z Compiling addr2line v0.24.2
14992025-02-23T12:47:55.920Z Compiling usdt-macro v0.5.0
15002025-02-23T12:47:55.937Z Compiling usdt-attr-macro v0.5.0
15012025-02-23T12:47:56.056Z Compiling term v0.7.0
15022025-02-23T12:47:56.345Z Compiling slog-json v2.6.1
15032025-02-23T12:47:56.710Z Compiling serde_urlencoded v0.7.1
15042025-02-23T12:47:57.216Z Compiling curve25519-dalek v4.1.3
15052025-02-23T12:47:57.234Z Compiling crossbeam-channel v0.5.13
15062025-02-23T12:47:57.290Z Compiling enum-as-inner v0.6.1
15072025-02-23T12:47:57.378Z Compiling futures-executor v0.3.31
15082025-02-23T12:47:57.456Z Compiling md-5 v0.10.6
15092025-02-23T12:47:57.744Z Compiling async-stream-impl v0.3.6
15102025-02-23T12:47:57.879Z Compiling rustls-pemfile v2.2.0
15112025-02-23T12:47:57.924Z Compiling num-integer v0.1.46
15122025-02-23T12:47:58.216Z Compiling hash32 v0.2.1
15132025-02-23T12:47:58.237Z Compiling ff v0.13.0
15142025-02-23T12:47:58.368Z Compiling is-terminal v0.4.13
15152025-02-23T12:47:58.476Z Compiling object v0.36.5
15162025-02-23T12:47:58.520Z Compiling memoffset v0.9.1
15172025-02-23T12:47:58.565Z Compiling dropshot v0.12.0
15182025-02-23T12:47:58.586Z Compiling quick-error v1.2.3
15192025-02-23T12:47:58.653Z Compiling rustc-demangle v0.1.24
15202025-02-23T12:47:58.741Z Compiling take_mut v0.2.2
15212025-02-23T12:47:58.859Z Compiling anyhow v1.0.96
15222025-02-23T12:47:58.885Z Compiling smoltcp v0.9.1
15232025-02-23T12:47:58.914Z Compiling cfg_aliases v0.2.1
15242025-02-23T12:47:58.950Z Compiling litrs v0.4.1
15252025-02-23T12:47:59.076Z Compiling psl-types v2.0.11
15262025-02-23T12:47:59.281Z Compiling portable-atomic v1.9.0
15272025-02-23T12:47:59.510Z Compiling num-bigint-dig v0.8.4
15282025-02-23T12:47:59.560Z Compiling utf-8 v0.7.6
15292025-02-23T12:47:59.578Z Compiling linked-hash-map v0.5.6
15302025-02-23T12:47:59.841Z Compiling fallible-iterator v0.2.0
15312025-02-23T12:47:59.887Z Compiling base16ct v0.2.0
15322025-02-23T12:47:59.924Z Compiling lru-cache v0.1.2
15332025-02-23T12:48:00.060Z Compiling document-features v0.2.10
15342025-02-23T12:48:00.135Z Compiling sec1 v0.7.3
15352025-02-23T12:48:00.240Z Compiling tungstenite v0.24.0
15362025-02-23T12:48:00.512Z Compiling postgres-protocol v0.6.7
15372025-02-23T12:48:00.690Z Compiling publicsuffix v2.3.0
15382025-02-23T12:48:00.761Z Compiling nix v0.29.0
15392025-02-23T12:48:00.999Z Compiling async-stream v0.3.6
15402025-02-23T12:48:01.536Z Compiling resolv-conf v0.7.0
15412025-02-23T12:48:01.639Z Compiling slog-term v2.9.1
15422025-02-23T12:48:02.207Z Compiling usdt v0.5.0
15432025-02-23T12:48:02.231Z Compiling num-iter v0.1.45
15442025-02-23T12:48:02.253Z Compiling group v0.13.0
15452025-02-23T12:48:02.443Z Compiling hickory-proto v0.24.3
15462025-02-23T12:48:02.686Z Compiling futures v0.3.31
15472025-02-23T12:48:02.707Z Compiling slog-bunyan v2.5.0
15482025-02-23T12:48:02.812Z Compiling toml v0.8.19
15492025-02-23T12:48:03.841Z Compiling tokio-native-tls v0.3.1
15502025-02-23T12:48:03.884Z Compiling camino v1.1.9
15512025-02-23T12:48:04.292Z Compiling phf_shared v0.11.2
15522025-02-23T12:48:04.320Z Compiling dropshot_endpoint v0.12.0
15532025-02-23T12:48:04.693Z Compiling terminal_size v0.4.0
15542025-02-23T12:48:04.786Z Compiling waitgroup v0.1.2
15552025-02-23T12:48:04.926Z Compiling openapiv3 v2.0.0
15562025-02-23T12:48:05.022Z Compiling backtrace v0.3.74
15572025-02-23T12:48:05.038Z Compiling serde_path_to_error v0.1.16
15582025-02-23T12:48:05.579Z Compiling hkdf v0.12.4
15592025-02-23T12:48:05.826Z Compiling crypto-bigint v0.5.5
15602025-02-23T12:48:05.857Z Compiling zerocopy-derive v0.6.6
15612025-02-23T12:48:07.782Z Compiling curve25519-dalek-derive v0.1.1
15622025-02-23T12:48:07.878Z Compiling webpki-roots v0.26.6
15632025-02-23T12:48:08.075Z Compiling sync_wrapper v1.0.1
15642025-02-23T12:48:08.107Z Compiling hubpack_derive v0.1.1
15652025-02-23T12:48:08.230Z Compiling hostname v0.4.0
15662025-02-23T12:48:08.365Z Compiling fs-err v2.11.0
15672025-02-23T12:48:08.440Z Compiling crc32fast v1.4.2
15682025-02-23T12:48:08.677Z Compiling ahash v0.8.11
15692025-02-23T12:48:08.772Z Compiling debug-ignore v1.0.5
15702025-02-23T12:48:08.924Z Compiling newtype-uuid v1.2.1
15712025-02-23T12:48:08.943Z Compiling bitflags v1.3.2
15722025-02-23T12:48:08.971Z Compiling unicode-width v0.2.0
15732025-02-23T12:48:09.037Z Compiling managed v0.8.0
15742025-02-23T12:48:09.071Z Compiling tower-layer v0.3.3
15752025-02-23T12:48:09.253Z Compiling winnow v0.5.40
15762025-02-23T12:48:09.273Z Compiling clap_builder v4.5.30
15772025-02-23T12:48:09.341Z Compiling tower v0.5.2
15782025-02-23T12:48:09.482Z Compiling console v0.15.10
15792025-02-23T12:48:10.827Z Compiling hubpack v0.1.2
15802025-02-23T12:48:11.252Z Compiling strum_macros v0.25.3
15812025-02-23T12:48:11.443Z Compiling elliptic-curve v0.13.8
15822025-02-23T12:48:11.624Z Compiling flate2 v1.0.35
15832025-02-23T12:48:11.727Z Compiling hickory-resolver v0.24.3
15842025-02-23T12:48:12.262Z Compiling zerocopy v0.6.6
15852025-02-23T12:48:12.522Z Compiling toml_edit v0.19.15
15862025-02-23T12:48:12.974Z Compiling signal-hook-mio v0.2.4
15872025-02-23T12:48:13.150Z Compiling phf v0.11.2
15882025-02-23T12:48:13.437Z Compiling hyper-tls v0.6.0
15892025-02-23T12:48:13.473Z Compiling rayon v1.10.0
15902025-02-23T12:48:13.849Z Compiling cookie_store v0.21.1
15912025-02-23T12:48:14.909Z Compiling bzip2 v0.4.4
15922025-02-23T12:48:15.473Z Compiling tokio-tungstenite v0.24.0
15932025-02-23T12:48:16.016Z Compiling postgres-types v0.2.8
15942025-02-23T12:48:17.250Z Compiling ed25519 v2.2.3
15952025-02-23T12:48:17.355Z Compiling phf_shared v0.10.0
15962025-02-23T12:48:17.737Z Compiling tokio-stream v0.1.16
15972025-02-23T12:48:17.796Z Compiling pkcs1 v0.7.5
15982025-02-23T12:48:18.060Z Compiling serde-big-array v0.5.1
15992025-02-23T12:48:18.315Z Compiling clap_derive v4.5.28
16002025-02-23T12:48:18.341Z Compiling rfc6979 v0.4.0
16012025-02-23T12:48:18.544Z Compiling serde_repr v0.1.19
16022025-02-23T12:48:18.623Z Compiling derive-where v1.2.7
16032025-02-23T12:48:18.671Z Compiling bstr v1.10.0
16042025-02-23T12:48:19.059Z Compiling float-cmp v0.10.0
16052025-02-23T12:48:19.298Z Compiling whoami v1.5.2
16062025-02-23T12:48:19.609Z Compiling predicates-core v1.0.8
16072025-02-23T12:48:19.694Z Compiling fixedbitset v0.4.2
16082025-02-23T12:48:19.865Z Compiling precomputed-hash v0.1.1
16092025-02-23T12:48:19.926Z Compiling unicode-segmentation v1.12.0
16102025-02-23T12:48:19.995Z Compiling number_prefix v0.4.0
16112025-02-23T12:48:20.124Z Compiling difflib v0.4.0
16122025-02-23T12:48:20.239Z Compiling normalize-line-endings v0.3.0
16132025-02-23T12:48:20.259Z Compiling bit-vec v0.6.3
16142025-02-23T12:48:20.389Z Compiling new_debug_unreachable v1.0.6
16152025-02-23T12:48:20.505Z Compiling static_assertions v1.1.0
16162025-02-23T12:48:20.623Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
16172025-02-23T12:48:20.670Z Compiling similar v2.6.0
16182025-02-23T12:48:20.811Z Compiling bit-set v0.5.3
16192025-02-23T12:48:21.107Z Compiling predicates v3.1.3
16202025-02-23T12:48:21.415Z Compiling string_cache v0.8.7
16212025-02-23T12:48:21.803Z Compiling indicatif v0.17.11
16222025-02-23T12:48:21.835Z Compiling petgraph v0.6.5
16232025-02-23T12:48:22.573Z Compiling tokio-postgres v0.7.12
16242025-02-23T12:48:22.794Z Compiling ecdsa v0.16.9
16252025-02-23T12:48:22.879Z Compiling clap v4.5.30
16262025-02-23T12:48:23.016Z Compiling rsa v0.9.6
16272025-02-23T12:48:23.642Z Compiling ed25519-dalek v2.1.1
16282025-02-23T12:48:23.854Z Compiling toml v0.7.8
16292025-02-23T12:48:25.367Z Compiling zip v0.6.6
16302025-02-23T12:48:25.434Z Compiling crossterm v0.28.1
16312025-02-23T12:48:27.386Z Compiling hex v0.4.3
16322025-02-23T12:48:27.435Z Compiling x509-cert v0.2.5
16332025-02-23T12:48:27.525Z Compiling itertools v0.14.0
16342025-02-23T12:48:27.985Z Compiling itertools v0.10.5
16352025-02-23T12:48:28.205Z Compiling peg-runtime v0.8.3
16362025-02-23T12:48:28.705Z Compiling lalrpop-util v0.19.12
16372025-02-23T12:48:28.812Z Compiling unicode-xid v0.2.6
16382025-02-23T12:48:29.016Z Compiling strum_macros v0.26.4
16392025-02-23T12:48:29.110Z Compiling xattr v1.3.1
16402025-02-23T12:48:29.412Z Compiling filetime v0.2.25
16412025-02-23T12:48:29.742Z Compiling tar v0.4.42
16422025-02-23T12:48:33.600Z Compiling strum v0.26.3
16432025-02-23T12:48:36.616Z Compiling aws-lc-sys v0.22.0
16442025-02-23T12:49:05.204Z Compiling rustls-webpki v0.102.8
16452025-02-23T12:49:08.419Z Compiling tokio-rustls v0.25.0
16462025-02-23T12:49:10.142Z Compiling tokio-rustls v0.26.0
16472025-02-23T12:49:10.458Z Compiling hyper-rustls v0.27.3
16482025-02-23T12:49:10.861Z Compiling reqwest v0.12.12
16492025-02-23T12:49:12.055Z Compiling qorb v0.2.1
16502025-02-23T12:49:15.126Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16512025-02-23T12:49:15.387Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16522025-02-23T12:49:19.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
16532025-02-23T12:49:20.140Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16542025-02-23T12:49:20.185ZFeb 23 12:49:18.985 INFO Starting download, target: Cockroach
16552025-02-23T12:49:20.185ZFeb 23 12:49:18.985 INFO Starting download, target: Console
16562025-02-23T12:49:20.185ZFeb 23 12:49:18.985 INFO Starting download, target: Clickhouse
16572025-02-23T12:49:20.185ZFeb 23 12:49:18.985 INFO Starting download, target: DendriteOpenapi
16582025-02-23T12:49:20.185ZFeb 23 12:49:18.985 INFO Starting download, target: DendriteStub
16592025-02-23T12:49:20.188ZFeb 23 12:49:18.985 INFO Starting download, target: MaghemiteMgd
16602025-02-23T12:49:20.188ZFeb 23 12:49:18.985 INFO Starting download, target: TransceiverControl
16612025-02-23T12:49:20.188ZFeb 23 12:49:18.986 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16622025-02-23T12:49:20.188ZFeb 23 12:49:18.986 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16632025-02-23T12:49:20.188ZFeb 23 12:49:18.986 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16642025-02-23T12:49:20.188ZFeb 23 12:49:18.986 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16652025-02-23T12:49:20.188ZFeb 23 12:49:18.986 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16662025-02-23T12:49:20.188ZFeb 23 12:49:18.986 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16672025-02-23T12:49:20.188ZFeb 23 12:49:18.986 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16682025-02-23T12:49:20.387ZFeb 23 12:49:19.177 INFO Download complete, target: DendriteOpenapi
16692025-02-23T12:49:20.506ZFeb 23 12:49:19.294 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16702025-02-23T12:49:20.658ZFeb 23 12:49:19.457 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16712025-02-23T12:49:21.019ZFeb 23 12:49:19.818 INFO Download complete, target: Console
16722025-02-23T12:49:21.049ZFeb 23 12:49:19.830 INFO Download complete, target: TransceiverControl
16732025-02-23T12:49:21.243ZFeb 23 12:49:20.039 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16742025-02-23T12:49:21.264ZFeb 23 12:49:20.063 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16752025-02-23T12:49:21.729ZFeb 23 12:49:20.528 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16762025-02-23T12:49:21.729ZFeb 23 12:49:20.528 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16772025-02-23T12:49:22.081ZFeb 23 12:49:20.880 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16782025-02-23T12:49:24.092ZFeb 23 12:49:22.882 INFO Download complete, target: DendriteStub
16792025-02-23T12:49:24.274ZFeb 23 12:49:23.069 INFO Download complete, target: MaghemiteMgd
16802025-02-23T12:49:29.137ZFeb 23 12:49:27.934 INFO Checking that binary works, target: Cockroach
16812025-02-23T12:49:29.356ZFeb 23 12:49:28.154 INFO Download complete, target: Cockroach
16822025-02-23T12:49:34.530ZFeb 23 12:49:33.327 INFO Checking that binary works, target: Clickhouse
16832025-02-23T12:49:34.654ZFeb 23 12:49:33.451 INFO Download complete, target: Clickhouse
16842025-02-23T12:49:34.662ZAll prerequisites installed successfully
16852025-02-23T12:49:34.665Z
16862025-02-23T12:49:34.665Zreal 6:01.698747178
16872025-02-23T12:49:34.665Zuser 15:33.910226003
16882025-02-23T12:49:34.665Zsys 2:03.027027314
16892025-02-23T12:49:34.665Ztrap 0.545005840
16902025-02-23T12:49:34.665Ztflt 3.720514042
16912025-02-23T12:49:34.665Zdflt 2.384365852
16922025-02-23T12:49:34.665Zkflt 0.028236150
16932025-02-23T12:49:34.665Zlock 26:12.936875053
16942025-02-23T12:49:34.665Zslp 57:53.754145683
16952025-02-23T12:49:34.666Zlat 55.121080248
16962025-02-23T12:49:34.666Zstop 2:13.662692229
16972025-02-23T12:49:34.666Z+ source ./tools/include/force-git-over-https.sh
16982025-02-23T12:49:34.666Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16992025-02-23T12:49:34.666Z++ (( i = 0 ))
17002025-02-23T12:49:34.666Z++ (( i < 5 ))
17012025-02-23T12:49:34.666Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17022025-02-23T12:49:34.668Z++ (( i++ ))
17032025-02-23T12:49:34.668Z++ (( i < 5 ))
17042025-02-23T12:49:34.668Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17052025-02-23T12:49:34.672Z++ (( i++ ))
17062025-02-23T12:49:34.672Z++ (( i < 5 ))
17072025-02-23T12:49:34.672Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17082025-02-23T12:49:34.674Z++ (( i++ ))
17092025-02-23T12:49:34.674Z++ (( i < 5 ))
17102025-02-23T12:49:34.674Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17112025-02-23T12:49:34.677Z++ (( i++ ))
17122025-02-23T12:49:34.677Z++ (( i < 5 ))
17132025-02-23T12:49:34.677Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17142025-02-23T12:49:34.679Z++ (( i++ ))
17152025-02-23T12:49:34.680Z++ (( i < 5 ))
17162025-02-23T12:49:34.680Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17172025-02-23T12:49:34.680Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17182025-02-23T12:49:34.680Z+ rc=0
17192025-02-23T12:49:34.680Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17202025-02-23T12:50:10.127Z+ case $rc in
17212025-02-23T12:50:10.127Z+ pfexec zfs create -p rpool/images/build/host
17222025-02-23T12:50:10.339Z+ pfexec zfs create -p rpool/images/build/recovery
17232025-02-23T12:50:10.416Z+ cargo xtask releng --output-dir /work
17242025-02-23T12:50:10.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17252025-02-23T12:50:10.975Z Running `target/debug/xtask releng --output-dir /work`
17262025-02-23T12:50:11.898Z Compiling proc-macro2 v1.0.93
17272025-02-23T12:50:11.898Z Compiling unicode-ident v1.0.14
17282025-02-23T12:50:11.901Z Compiling libc v0.2.170
17292025-02-23T12:50:11.901Z Compiling serde v1.0.218
17302025-02-23T12:50:11.901Z Compiling autocfg v1.4.0
17312025-02-23T12:50:11.901Z Compiling version_check v0.9.5
17322025-02-23T12:50:11.901Z Compiling cfg-if v1.0.0
17332025-02-23T12:50:12.225Z Compiling memchr v2.7.4
17342025-02-23T12:50:12.268Z Compiling typenum v1.17.0
17352025-02-23T12:50:12.301Z Compiling shlex v1.3.0
17362025-02-23T12:50:12.751Z Compiling generic-array v0.14.7
17372025-02-23T12:50:12.798Z Compiling value-bag v1.9.0
17382025-02-23T12:50:12.901Z Compiling lock_api v0.4.12
17392025-02-23T12:50:13.081Z Compiling scopeguard v1.2.0
17402025-02-23T12:50:13.250Z Compiling log v0.4.22
17412025-02-23T12:50:13.320Z Compiling parking_lot_core v0.9.10
17422025-02-23T12:50:13.501Z Compiling rustix v0.38.37
17432025-02-23T12:50:13.775Z Compiling quote v1.0.38
17442025-02-23T12:50:13.901Z Compiling jobserver v0.1.32
17452025-02-23T12:50:13.986Z Compiling getrandom v0.2.15
17462025-02-23T12:50:14.043Z Compiling serde_json v1.0.139
17472025-02-23T12:50:14.149Z Compiling syn v2.0.96
17482025-02-23T12:50:14.324Z Compiling cc v1.2.15
17492025-02-23T12:50:14.359Z Compiling libm v0.2.8
17502025-02-23T12:50:14.436Z Compiling num-traits v0.2.19
17512025-02-23T12:50:14.567Z Compiling once_cell v1.20.3
17522025-02-23T12:50:14.597Z Compiling slab v0.4.9
17532025-02-23T12:50:14.684Z Compiling itoa v1.0.11
17542025-02-23T12:50:14.709Z Compiling semver v1.0.25
17552025-02-23T12:50:14.913Z Compiling thiserror v1.0.69
17562025-02-23T12:50:14.936Z Compiling aho-corasick v1.1.3
17572025-02-23T12:50:14.960Z Compiling regex-syntax v0.8.5
17582025-02-23T12:50:15.153Z Compiling spin v0.9.8
17592025-02-23T12:50:15.643Z Compiling errno v0.3.9
17602025-02-23T12:50:15.752Z Compiling either v1.13.0
17612025-02-23T12:50:16.005Z Compiling byteorder v1.5.0
17622025-02-23T12:50:16.227Z Compiling glob v0.3.2
17632025-02-23T12:50:16.251Z Compiling rand_core v0.6.4
17642025-02-23T12:50:16.549Z Compiling subtle v2.6.1
17652025-02-23T12:50:16.878Z Compiling prettyplease v0.2.29
17662025-02-23T12:50:16.925Z Compiling lazy_static v1.5.0
17672025-02-23T12:50:17.021Z Compiling clang-sys v1.8.1
17682025-02-23T12:50:17.109Z Compiling minimal-lexical v0.2.1
17692025-02-23T12:50:17.435Z Compiling libloading v0.8.5
17702025-02-23T12:50:17.582Z Compiling nom v7.1.3
17712025-02-23T12:50:17.605Z Compiling smallvec v1.14.0
17722025-02-23T12:50:17.809Z Compiling home v0.5.9
17732025-02-23T12:50:17.856Z Compiling bindgen v0.69.5
17742025-02-23T12:50:18.342Z Compiling itertools v0.12.1
17752025-02-23T12:50:18.690Z Compiling rustc-hash v1.1.0
17762025-02-23T12:50:18.786Z Compiling regex-automata v0.4.8
17772025-02-23T12:50:18.865Z Compiling lazycell v1.3.0
17782025-02-23T12:50:19.354Z Compiling cmake v0.1.51
17792025-02-23T12:50:21.634Z Compiling pkg-config v0.3.31
17802025-02-23T12:50:21.637Z Compiling fs_extra v1.3.0
17812025-02-23T12:50:21.637Z Compiling cexpr v0.6.0
17822025-02-23T12:50:21.637Z Compiling dunce v1.0.5
17832025-02-23T12:50:21.637Z Compiling ring v0.17.11
17842025-02-23T12:50:21.637Z Compiling paste v1.0.15
17852025-02-23T12:50:21.700Z Compiling synstructure v0.13.1
17862025-02-23T12:50:22.119Z Compiling ryu v1.0.18
17872025-02-23T12:50:22.305Z Compiling heck v0.5.0
17882025-02-23T12:50:22.436Z Compiling httparse v1.9.5
17892025-02-23T12:50:22.737Z Compiling pin-project-lite v0.2.14
17902025-02-23T12:50:22.881Z Compiling aws-lc-rs v1.10.0
17912025-02-23T12:50:22.973Z Compiling const-oid v0.9.6
17922025-02-23T12:50:23.396Z Compiling futures-core v0.3.31
17932025-02-23T12:50:23.485Z Compiling allocator-api2 v0.2.18
17942025-02-23T12:50:24.242Z Compiling signal-hook-registry v1.4.2
17952025-02-23T12:50:24.911Z Compiling regex v1.11.1
17962025-02-23T12:50:25.038Z Compiling parking_lot v0.12.3
17972025-02-23T12:50:25.167Z Compiling mio v1.0.2
17982025-02-23T12:50:25.832Z Compiling serde_derive v1.0.218
17992025-02-23T12:50:25.875Z Compiling zeroize_derive v1.4.2
18002025-02-23T12:50:25.999Z Compiling zerocopy-derive v0.7.35
18012025-02-23T12:50:26.676Z Compiling tokio-macros v2.5.0
18022025-02-23T12:50:27.008Z Compiling thiserror-impl v1.0.69
18032025-02-23T12:50:27.381Z Compiling zeroize v1.8.1
18042025-02-23T12:50:27.629Z Compiling zerofrom-derive v0.1.4
18052025-02-23T12:50:27.870Z Compiling yoke-derive v0.7.4
18062025-02-23T12:50:27.899Z Compiling futures-macro v0.3.31
18072025-02-23T12:50:28.054Z Compiling zerovec-derive v0.10.3
18082025-02-23T12:50:28.227Z Compiling displaydoc v0.2.5
18092025-02-23T12:50:29.866Z Compiling zerocopy v0.7.35
18102025-02-23T12:50:29.998Z Compiling icu_provider_macros v1.5.0
18112025-02-23T12:50:30.194Z Compiling crypto-common v0.1.6
18122025-02-23T12:50:30.482Z Compiling tracing-attributes v0.1.27
18132025-02-23T12:50:30.517Z Compiling block-buffer v0.10.4
18142025-02-23T12:50:30.743Z Compiling der_derive v0.7.3
18152025-02-23T12:50:30.850Z Compiling digest v0.10.7
18162025-02-23T12:50:31.237Z Compiling time-core v0.1.2
18172025-02-23T12:50:31.313Z Compiling num-conv v0.1.0
18182025-02-23T12:50:31.409Z Compiling vcpkg v0.2.15
18192025-02-23T12:50:31.668Z Compiling time-macros v0.2.18
18202025-02-23T12:50:31.765Z Compiling crossbeam-utils v0.8.20
18212025-02-23T12:50:32.142Z Compiling schemars v0.8.21
18222025-02-23T12:50:32.416Z Compiling serde_derive_internals v0.29.1
18232025-02-23T12:50:32.523Z Compiling socket2 v0.5.7
18242025-02-23T12:50:32.833Z Compiling openssl-sys v0.9.106
18252025-02-23T12:50:34.375Z Compiling schemars_derive v0.8.21
18262025-02-23T12:50:34.409Z Compiling fnv v1.0.7
18272025-02-23T12:50:34.539Z Compiling futures-sink v0.3.31
18282025-02-23T12:50:35.450Z Compiling ahash v0.8.11
18292025-02-23T12:50:35.865Z Compiling stable_deref_trait v1.2.0
18302025-02-23T12:50:36.065Z Compiling foldhash v0.1.3
18312025-02-23T12:50:36.316Z Compiling equivalent v1.0.1
18322025-02-23T12:50:36.697Z Compiling cpufeatures v0.2.14
18332025-02-23T12:50:36.768Z Compiling hashbrown v0.15.1
18342025-02-23T12:50:37.187Z Compiling slog v2.7.0
18352025-02-23T12:50:37.243Z Compiling futures-channel v0.3.31
18362025-02-23T12:50:37.319Z Compiling zerofrom v0.1.4
18372025-02-23T12:50:37.706Z Compiling futures-io v0.3.31
18382025-02-23T12:50:37.737Z Compiling pin-utils v0.1.0
18392025-02-23T12:50:37.832Z Compiling futures-task v0.3.31
18402025-02-23T12:50:37.866Z Compiling yoke v0.7.4
18412025-02-23T12:50:38.185Z Compiling futures-util v0.3.31
18422025-02-23T12:50:38.255Z Compiling openssl v0.10.71
18432025-02-23T12:50:38.258Z Compiling zerovec v0.10.4
18442025-02-23T12:50:38.787Z Compiling bitflags v2.6.0
18452025-02-23T12:50:38.832Z Compiling bytes v1.9.0
18462025-02-23T12:50:38.928Z Compiling indexmap v2.7.1
18472025-02-23T12:50:40.361Z Compiling tokio v1.43.0
18482025-02-23T12:50:41.749Z Compiling serde_tokenstream v0.2.2
18492025-02-23T12:50:41.801Z Compiling http v1.2.0
18502025-02-23T12:50:42.344Z Compiling scroll_derive v0.12.0
18512025-02-23T12:50:43.899Z Compiling which v4.4.2
18522025-02-23T12:50:44.384Z Compiling ucd-trie v0.1.7
18532025-02-23T12:50:44.696Z Compiling pest v2.7.14
18542025-02-23T12:50:44.920Z Compiling rustc_version v0.4.1
18552025-02-23T12:50:47.206Z Compiling uuid v1.12.0
18562025-02-23T12:50:47.685Z Compiling hmac v0.12.1
18572025-02-23T12:50:47.946Z Compiling openssl-macros v0.1.1
18582025-02-23T12:50:47.990Z Compiling rustls v0.23.19
18592025-02-23T12:50:48.061Z Compiling iana-time-zone v0.1.61
18602025-02-23T12:50:48.375Z Compiling native-tls v0.2.12
18612025-02-23T12:50:48.428Z Compiling chrono v0.4.39
18622025-02-23T12:50:48.833Z Compiling pest_meta v2.7.14
18632025-02-23T12:50:48.858Z Compiling tinystr v0.7.6
18642025-02-23T12:50:49.392Z Compiling block-padding v0.3.3
18652025-02-23T12:50:49.577Z Compiling writeable v0.5.5
18662025-02-23T12:50:49.772Z Compiling litemap v0.7.3
18672025-02-23T12:50:50.341Z Compiling icu_locid v1.5.0
18682025-02-23T12:50:50.585Z Compiling pest_generator v2.7.14
18692025-02-23T12:50:50.832Z Compiling inout v0.1.3
18702025-02-23T12:50:51.755Z Compiling cookie v0.18.1
18712025-02-23T12:50:53.486Z Compiling pest_derive v2.7.14
18722025-02-23T12:50:53.610Z Compiling icu_provider v1.5.0
18732025-02-23T12:50:54.516Z Compiling cipher v0.4.4
18742025-02-23T12:50:55.062Z Compiling sha2 v0.10.8
18752025-02-23T12:50:55.779Z Compiling async-trait v0.1.86
18762025-02-23T12:50:56.016Z Compiling tracing-core v0.1.32
18772025-02-23T12:50:56.067Z Compiling usdt-impl v0.5.0
18782025-02-23T12:50:56.659Z Compiling percent-encoding v2.3.1
18792025-02-23T12:50:57.168Z Compiling dyn-clone v1.0.18
18802025-02-23T12:50:57.423Z Compiling aws-lc-sys v0.22.0
18812025-02-23T12:50:57.451Z Compiling rustls-pki-types v1.10.0
18822025-02-23T12:50:58.129Z Compiling base64ct v1.6.0
18832025-02-23T12:50:58.131Z Compiling icu_locid_transform_data v1.5.0
18842025-02-23T12:50:58.272Z Compiling icu_locid_transform v1.5.0
18852025-02-23T12:50:58.797Z Compiling pem-rfc7468 v0.7.0
18862025-02-23T12:50:59.289Z Compiling tracing v0.1.40
18872025-02-23T12:51:01.588Z Compiling tokio-util v0.7.12
18882025-02-23T12:51:01.686Z Compiling scroll v0.12.0
18892025-02-23T12:51:01.717Z Compiling icu_collections v1.5.0
18902025-02-23T12:51:03.923Z Compiling ppv-lite86 v0.2.20
18912025-02-23T12:51:04.221Z Compiling untrusted v0.9.0
18922025-02-23T12:51:04.423Z Compiling camino v1.1.9
18932025-02-23T12:51:04.450Z Compiling icu_properties_data v1.5.0
18942025-02-23T12:51:04.712Z Compiling flagset v0.4.6
18952025-02-23T12:51:04.812Z Compiling plain v0.2.3
18962025-02-23T12:51:04.912Z Compiling untrusted v0.7.1
18972025-02-23T12:51:04.939Z Compiling syn v1.0.109
18982025-02-23T12:51:04.965Z Compiling powerfmt v0.2.0
18992025-02-23T12:51:05.115Z Compiling mirai-annotations v1.12.0
19002025-02-23T12:51:05.332Z Compiling deranged v0.3.11
19012025-02-23T12:51:05.451Z Compiling goblin v0.8.2
19022025-02-23T12:51:05.555Z Compiling der v0.7.9
19032025-02-23T12:51:08.528Z Compiling icu_properties v1.5.1
19042025-02-23T12:51:09.235Z Compiling rand_chacha v0.3.1
19052025-02-23T12:51:12.657Z Compiling num_threads v0.1.7
19062025-02-23T12:51:12.891Z Compiling utf16_iter v1.0.5
19072025-02-23T12:51:13.204Z Compiling litrs v0.4.1
19082025-02-23T12:51:14.087Z Compiling utf8_iter v1.0.4
19092025-02-23T12:51:14.181Z Compiling rustls v0.22.4
19102025-02-23T12:51:14.307Z Compiling write16 v1.0.0
19112025-02-23T12:51:14.382Z Compiling pretty-hex v0.4.1
19122025-02-23T12:51:14.539Z Compiling rayon-core v1.12.1
19132025-02-23T12:51:14.711Z Compiling icu_normalizer_data v1.5.0
19142025-02-23T12:51:14.764Z Compiling atomic-waker v1.1.2
19152025-02-23T12:51:14.859Z Compiling icu_normalizer v1.5.0
19162025-02-23T12:51:14.981Z Compiling dof v0.3.0
19172025-02-23T12:51:15.041Z Compiling document-features v0.2.10
19182025-02-23T12:51:15.178Z Compiling time v0.3.36
19192025-02-23T12:51:16.939Z Compiling rand v0.8.5
19202025-02-23T12:51:17.379Z Compiling spki v0.7.3
19212025-02-23T12:51:17.795Z Compiling form_urlencoded v1.2.1
19222025-02-23T12:51:18.602Z Compiling salsa20 v0.10.2
19232025-02-23T12:51:18.689Z Compiling dtrace-parser v0.2.0
19242025-02-23T12:51:19.771Z Compiling pbkdf2 v0.12.2
19252025-02-23T12:51:20.082Z Compiling http-body v1.0.1
19262025-02-23T12:51:20.422Z Compiling bzip2-sys v0.1.11+1.0.8
19272025-02-23T12:51:20.470Z Compiling thread-id v4.2.2
19282025-02-23T12:51:21.273Z Compiling try-lock v0.2.5
19292025-02-23T12:51:22.086Z Compiling want v0.3.1
19302025-02-23T12:51:24.988Z Compiling scrypt v0.11.0
19312025-02-23T12:51:25.077Z Compiling idna_adapter v1.2.0
19322025-02-23T12:51:25.373Z Compiling h2 v0.4.6
19332025-02-23T12:51:25.481Z Compiling aes v0.8.4
19342025-02-23T12:51:25.557Z Compiling cbc v0.1.2
19352025-02-23T12:51:26.380Z Compiling multer v3.1.0
19362025-02-23T12:51:26.659Z Compiling tower-service v0.3.3
19372025-02-23T12:51:26.761Z Compiling httpdate v1.0.3
19382025-02-23T12:51:26.891Z Compiling tinyvec_macros v0.1.1
19392025-02-23T12:51:27.029Z Compiling slog-async v2.8.0
19402025-02-23T12:51:27.601Z Compiling base64 v0.22.1
19412025-02-23T12:51:27.701Z Compiling tinyvec v1.8.0
19422025-02-23T12:51:29.368Z Compiling pkcs5 v0.7.1
19432025-02-23T12:51:30.520Z Compiling idna v1.0.3
19442025-02-23T12:51:35.299Z Compiling hyper v1.5.2
19452025-02-23T12:51:35.986Z Compiling heapless v0.7.17
19462025-02-23T12:51:36.763Z Compiling zerocopy-derive v0.6.6
19472025-02-23T12:51:37.306Z Compiling signal-hook v0.3.17
19482025-02-23T12:51:37.786Z Compiling num-bigint-dig v0.8.4
19492025-02-23T12:51:37.811Z Compiling anyhow v1.0.96
19502025-02-23T12:51:38.617Z Compiling hyper-util v0.1.10
19512025-02-23T12:51:40.720Z Compiling pkcs8 v0.10.2
19522025-02-23T12:51:42.109Z Compiling usdt-attr-macro v0.5.0
19532025-02-23T12:51:43.678Z Compiling usdt-macro v0.5.0
19542025-02-23T12:51:44.251Z Compiling async-stream-impl v0.3.6
19552025-02-23T12:51:44.708Z Compiling rustversion v1.0.17
19562025-02-23T12:51:45.381Z Compiling foreign-types-shared v0.1.1
19572025-02-23T12:51:45.425Z Compiling strsim v0.11.1
19582025-02-23T12:51:45.539Z Compiling foreign-types v0.3.2
19592025-02-23T12:51:46.214Z Compiling url v2.5.3
19602025-02-23T12:51:46.625Z Compiling http-body-util v0.1.2
19612025-02-23T12:51:47.639Z Compiling curve25519-dalek v4.1.3
19622025-02-23T12:51:48.161Z Compiling openapiv3 v2.0.0
19632025-02-23T12:51:48.214Z Compiling toml_datetime v0.6.8
19642025-02-23T12:51:48.505Z Compiling serde_spanned v0.6.8
19652025-02-23T12:51:48.805Z Compiling enum-as-inner v0.6.1
19662025-02-23T12:51:50.066Z Compiling memoffset v0.9.1
19672025-02-23T12:51:50.731Z Compiling dropshot v0.12.0
19682025-02-23T12:51:51.159Z Compiling encoding_rs v0.8.34
19692025-02-23T12:51:51.956Z Compiling newtype-uuid v1.2.1
19702025-02-23T12:51:52.358Z Compiling match_cfg v0.1.0
19712025-02-23T12:51:52.492Z Compiling portable-atomic v1.9.0
19722025-02-23T12:51:52.720Z Compiling smoltcp v0.9.1
19732025-02-23T12:51:53.502Z Compiling mime v0.3.17
19742025-02-23T12:51:53.587Z Compiling adler2 v2.0.0
19752025-02-23T12:51:53.853Z Compiling miniz_oxide v0.8.0
19762025-02-23T12:51:54.597Z Compiling hostname v0.3.1
19772025-02-23T12:52:05.517Z Compiling serde_urlencoded v0.7.1
19782025-02-23T12:52:05.977Z Compiling rustls-pemfile v2.2.0
19792025-02-23T12:52:06.199Z Compiling clap_derive v4.5.28
19802025-02-23T12:52:06.498Z Compiling dirs-sys-next v0.1.2
19812025-02-23T12:52:07.281Z Compiling data-encoding v2.6.0
19822025-02-23T12:52:08.758Z Compiling siphasher v0.3.11
19832025-02-23T12:52:09.157Z Compiling cfg_aliases v0.2.1
19842025-02-23T12:52:09.573Z Compiling ipnet v2.10.1
19852025-02-23T12:52:11.322Z Compiling openssl-probe v0.1.5
19862025-02-23T12:52:13.027Z Compiling nix v0.29.0
19872025-02-23T12:52:13.096Z Compiling rustls-webpki v0.102.8
19882025-02-23T12:52:13.214Z Compiling dirs-next v2.0.0
19892025-02-23T12:52:14.900Z Compiling hubpack_derive v0.1.1
19902025-02-23T12:52:14.952Z Compiling unicode-normalization v0.1.24
19912025-02-23T12:52:15.905Z Compiling crossbeam-epoch v0.9.18
19922025-02-23T12:52:16.198Z Compiling dropshot_endpoint v0.12.0
19932025-02-23T12:52:16.631Z Compiling sha1 v0.10.6
19942025-02-23T12:52:16.832Z Compiling signature v2.2.0
19952025-02-23T12:52:17.118Z Compiling curve25519-dalek-derive v0.1.1
19962025-02-23T12:52:17.232Z Compiling thread_local v1.1.8
19972025-02-23T12:52:17.296Z Compiling fs-err v2.11.0
19982025-02-23T12:52:17.767Z Compiling unicode-properties v0.1.3
19992025-02-23T12:52:18.284Z Compiling utf8parse v0.2.2
20002025-02-23T12:52:18.536Z Compiling winnow v0.6.20
20012025-02-23T12:52:19.325Z Compiling anstyle v1.0.10
20022025-02-23T12:52:19.920Z Compiling psl-types v2.0.11
20032025-02-23T12:52:20.377Z Compiling unicode-bidi v0.3.17
20042025-02-23T12:52:20.483Z Compiling gimli v0.31.1
20052025-02-23T12:52:21.649Z Compiling stringprep v0.1.5
20062025-02-23T12:52:22.373Z Compiling toml_edit v0.22.22
20072025-02-23T12:52:22.376Z Compiling publicsuffix v2.3.0
20082025-02-23T12:52:22.608Z Compiling anstyle-parse v0.2.5
20092025-02-23T12:52:22.661Z Compiling crossbeam-deque v0.8.5
20102025-02-23T12:52:25.692Z Compiling addr2line v0.24.2
20112025-02-23T12:52:25.763Z Compiling term v0.7.0
20122025-02-23T12:52:26.416Z Compiling tokio-native-tls v0.3.1
20132025-02-23T12:52:26.817Z Compiling slog-json v2.6.1
20142025-02-23T12:52:27.386Z Compiling crossbeam-channel v0.5.13
20152025-02-23T12:52:28.769Z Compiling webpki-roots v0.26.6
20162025-02-23T12:52:29.030Z Compiling futures-executor v0.3.31
20172025-02-23T12:52:29.052Z Compiling num-integer v0.1.46
20182025-02-23T12:52:29.087Z Compiling md-5 v0.10.6
20192025-02-23T12:52:29.349Z Compiling sync_wrapper v1.0.1
20202025-02-23T12:52:29.463Z Compiling ff v0.13.0
20212025-02-23T12:52:29.530Z Compiling hash32 v0.2.1
20222025-02-23T12:52:29.712Z Compiling is-terminal v0.4.13
20232025-02-23T12:52:29.736Z Compiling memmap v0.7.0
20242025-02-23T12:52:29.868Z Compiling object v0.36.5
20252025-02-23T12:52:29.904Z Compiling take_mut v0.2.2
20262025-02-23T12:52:30.051Z Compiling utf-8 v0.7.6
20272025-02-23T12:52:30.090Z Compiling base16ct v0.2.0
20282025-02-23T12:52:30.369Z Compiling linked-hash-map v0.5.6
20292025-02-23T12:52:30.396Z Compiling heck v0.4.1
20302025-02-23T12:52:30.740Z Compiling anstyle-query v1.1.1
20312025-02-23T12:52:30.794Z Compiling fallible-iterator v0.2.0
20322025-02-23T12:52:31.136Z Compiling rustc-demangle v0.1.24
20332025-02-23T12:52:31.158Z Compiling is_terminal_polyfill v1.70.1
20342025-02-23T12:52:31.315Z Compiling tower-layer v0.3.3
20352025-02-23T12:52:31.451Z Compiling colorchoice v1.0.2
20362025-02-23T12:52:31.645Z Compiling quick-error v1.2.3
20372025-02-23T12:52:31.728Z Compiling tower v0.5.2
20382025-02-23T12:52:31.823Z Compiling resolv-conf v0.7.0
20392025-02-23T12:52:31.959Z Compiling anstream v0.6.15
20402025-02-23T12:52:32.450Z Compiling postgres-protocol v0.6.7
20412025-02-23T12:52:32.695Z Compiling strum_macros v0.25.3
20422025-02-23T12:52:32.870Z Compiling lru-cache v0.1.2
20432025-02-23T12:52:33.078Z Compiling sec1 v0.7.3
20442025-02-23T12:52:33.532Z Compiling tungstenite v0.24.0
20452025-02-23T12:52:34.482Z Compiling usdt v0.5.0
20462025-02-23T12:52:34.614Z Compiling tokio-rustls v0.26.0
20472025-02-23T12:52:34.921Z Compiling slog-term v2.9.1
20482025-02-23T12:52:35.395Z Compiling group v0.13.0
20492025-02-23T12:52:35.731Z Compiling num-iter v0.1.45
20502025-02-23T12:52:35.917Z Compiling futures v0.3.31
20512025-02-23T12:52:36.141Z Compiling tokio-rustls v0.25.0
20522025-02-23T12:52:36.563Z Compiling backtrace v0.3.74
20532025-02-23T12:52:36.807Z Compiling slog-bunyan v2.5.0
20542025-02-23T12:52:37.019Z Compiling hyper-tls v0.6.0
20552025-02-23T12:52:37.446Z Compiling toml v0.8.19
20562025-02-23T12:52:37.466Z Compiling cookie_store v0.21.1
20572025-02-23T12:52:37.577Z Compiling hickory-proto v0.24.3
20582025-02-23T12:52:37.918Z Compiling phf_shared v0.11.2
20592025-02-23T12:52:38.722Z Compiling async-stream v0.3.6
20602025-02-23T12:52:38.879Z Compiling waitgroup v0.1.2
20612025-02-23T12:52:39.104Z Compiling hashbrown v0.14.5
20622025-02-23T12:52:39.228Z Compiling hkdf v0.12.4
20632025-02-23T12:52:39.483Z Compiling terminal_size v0.4.0
20642025-02-23T12:52:39.723Z Compiling serde_path_to_error v0.1.16
20652025-02-23T12:52:40.117Z Compiling crypto-bigint v0.5.5
20662025-02-23T12:52:40.322Z Compiling derive-where v1.2.7
20672025-02-23T12:52:40.499Z Compiling serde_repr v0.1.19
20682025-02-23T12:52:41.558Z Compiling hostname v0.4.0
20692025-02-23T12:52:41.587Z Compiling crc32fast v1.4.2
20702025-02-23T12:52:42.153Z Compiling clap_lex v0.7.4
20712025-02-23T12:52:42.353Z Compiling debug-ignore v1.0.5
20722025-02-23T12:52:42.553Z Compiling unicode-width v0.2.0
20732025-02-23T12:52:42.673Z Compiling winnow v0.5.40
20742025-02-23T12:52:43.291Z Compiling managed v0.8.0
20752025-02-23T12:52:43.362Z Compiling bitflags v1.3.2
20762025-02-23T12:52:44.050Z Compiling hickory-resolver v0.24.3
20772025-02-23T12:52:44.255Z Compiling console v0.15.10
20782025-02-23T12:52:45.353Z Compiling elliptic-curve v0.13.8
20792025-02-23T12:52:45.980Z Compiling toml_edit v0.19.15
20802025-02-23T12:52:46.041Z Compiling clap_builder v4.5.30
20812025-02-23T12:52:47.787Z Compiling flate2 v1.0.35
20822025-02-23T12:52:48.690Z Compiling regress v0.10.1
20832025-02-23T12:52:50.800Z Compiling hyper-rustls v0.27.3
20842025-02-23T12:52:53.545Z Compiling phf v0.11.2
20852025-02-23T12:52:53.837Z Compiling signal-hook-mio v0.2.4
20862025-02-23T12:52:53.944Z Compiling rayon v1.10.0
20872025-02-23T12:52:54.056Z Compiling bzip2 v0.4.4
20882025-02-23T12:52:54.090Z Compiling tokio-tungstenite v0.24.0
20892025-02-23T12:52:54.418Z Compiling postgres-types v0.2.8
20902025-02-23T12:52:54.800Z Compiling ed25519 v2.2.3
20912025-02-23T12:52:55.242Z Compiling hubpack v0.1.2
20922025-02-23T12:52:55.318Z Compiling phf_shared v0.10.0
20932025-02-23T12:52:55.779Z Compiling pkcs1 v0.7.5
20942025-02-23T12:52:55.832Z Compiling zerocopy v0.6.6
20952025-02-23T12:52:56.532Z Compiling tokio-stream v0.1.16
20962025-02-23T12:52:56.633Z Compiling rfc6979 v0.4.0
20972025-02-23T12:52:57.010Z Compiling serde-big-array v0.5.1
20982025-02-23T12:52:57.267Z Compiling float-cmp v0.10.0
20992025-02-23T12:52:57.524Z Compiling bstr v1.10.0
21002025-02-23T12:52:57.755Z Compiling whoami v1.5.2
21012025-02-23T12:52:57.789Z Compiling normalize-line-endings v0.3.0
21022025-02-23T12:52:57.942Z Compiling new_debug_unreachable v1.0.6
21032025-02-23T12:52:58.061Z Compiling fixedbitset v0.4.2
21042025-02-23T12:52:58.239Z Compiling static_assertions v1.1.0
21052025-02-23T12:52:58.367Z Compiling difflib v0.4.0
21062025-02-23T12:52:58.463Z Compiling bit-vec v0.6.3
21072025-02-23T12:52:58.798Z Compiling precomputed-hash v0.1.1
21082025-02-23T12:52:58.876Z Compiling unicode-segmentation v1.12.0
21092025-02-23T12:52:58.878Z Compiling number_prefix v0.4.0
21102025-02-23T12:52:59.166Z Compiling predicates-core v1.0.8
21112025-02-23T12:52:59.410Z Compiling predicates v3.1.3
21122025-02-23T12:52:59.692Z Compiling similar v2.6.0
21132025-02-23T12:53:00.503Z Compiling indicatif v0.17.11
21142025-02-23T12:53:00.701Z Compiling string_cache v0.8.7
21152025-02-23T12:53:01.113Z Compiling bit-set v0.5.3
21162025-02-23T12:53:01.422Z Compiling petgraph v0.6.5
21172025-02-23T12:53:01.425Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21182025-02-23T12:53:02.500Z Compiling tokio-postgres v0.7.12
21192025-02-23T12:53:03.960Z Compiling reqwest v0.12.12
21202025-02-23T12:53:05.569Z Compiling qorb v0.2.1
21212025-02-23T12:53:05.954Z Compiling ecdsa v0.16.9
21222025-02-23T12:53:06.381Z Compiling rsa v0.9.6
21232025-02-23T12:53:07.473Z Compiling ed25519-dalek v2.1.1
21242025-02-23T12:53:08.005Z Compiling zip v0.6.6
21252025-02-23T12:53:08.653Z Compiling crossterm v0.28.1
21262025-02-23T12:53:08.988Z Compiling typify-impl v0.2.0
21272025-02-23T12:53:09.183Z Compiling clap v4.5.30
21282025-02-23T12:53:09.289Z Compiling toml v0.7.8
21292025-02-23T12:53:11.742Z Compiling x509-cert v0.2.5
21302025-02-23T12:53:13.400Z Compiling hex v0.4.3
21312025-02-23T12:53:15.705Z Compiling itertools v0.10.5
21322025-02-23T12:53:16.293Z Compiling itertools v0.14.0
21332025-02-23T12:53:18.198Z Compiling lalrpop-util v0.19.12
21342025-02-23T12:53:19.362Z Compiling peg-runtime v0.8.3
21352025-02-23T12:53:20.477Z Compiling unicode-xid v0.2.6
21362025-02-23T12:53:20.716Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21372025-02-23T12:53:21.049Z Compiling typify-macro v0.2.0
21382025-02-23T12:53:49.168Z Compiling radium v0.7.0
21392025-02-23T12:53:56.238Z Compiling tap v1.0.1
21402025-02-23T12:53:57.883Z Compiling ident_case v1.0.1
21412025-02-23T12:53:57.963Z Compiling maybe-uninit v2.0.0
21422025-02-23T12:53:58.566Z Compiling darling_core v0.20.10
21432025-02-23T12:54:01.732Z Compiling wyz v0.5.1
21442025-02-23T12:54:08.400Z Compiling typify v0.2.0
21452025-02-23T12:54:10.755Z Compiling funty v2.0.0
21462025-02-23T12:54:12.662Z Compiling unsafe-libyaml v0.2.11
21472025-02-23T12:54:13.573Z Compiling packed_struct v0.10.1
21482025-02-23T12:54:15.651Z Compiling serde_yaml v0.9.34+deprecated
21492025-02-23T12:54:20.797Z Compiling bitvec v1.0.1
21502025-02-23T12:54:27.501Z Compiling progenitor-impl v0.8.0
21512025-02-23T12:54:28.245Z Compiling darling_macro v0.20.10
21522025-02-23T12:54:33.255Z Compiling ipnetwork v0.21.1
21532025-02-23T12:54:33.566Z Compiling packed_struct_codegen v0.10.1
21542025-02-23T12:54:33.799Z Compiling structmeta-derive v0.3.0
21552025-02-23T12:54:33.842Z Compiling indexmap v1.9.3
21562025-02-23T12:54:34.216Z Compiling crc-catalog v2.4.0
21572025-02-23T12:54:34.409Z Compiling thiserror v2.0.11
21582025-02-23T12:54:35.485Z Compiling nodrop v0.1.14
21592025-02-23T12:54:36.018Z Compiling fastrand v2.1.1
21602025-02-23T12:54:36.280Z Compiling structmeta v0.3.0
21612025-02-23T12:54:36.692Z Compiling tempfile v3.13.0
21622025-02-23T12:54:36.777Z Compiling array-init v0.0.4
21632025-02-23T12:54:36.919Z Compiling crc v3.2.1
21642025-02-23T12:54:36.984Z Compiling oxnet v0.1.0
21652025-02-23T12:54:37.249Z Compiling progenitor-macro v0.8.0
21662025-02-23T12:54:37.786Z Compiling smallvec v0.6.14
21672025-02-23T12:54:38.302Z Compiling darling v0.20.10
21682025-02-23T12:54:38.486Z Compiling progenitor-client v0.8.0
21692025-02-23T12:54:39.081Z Compiling xattr v1.3.1
21702025-02-23T12:54:39.435Z Compiling pin-project-internal v1.1.6
21712025-02-23T12:54:39.462Z Compiling thiserror-impl v2.0.11
21722025-02-23T12:54:40.555Z Compiling daft-derive v0.1.1
21732025-02-23T12:54:40.761Z Compiling filetime v0.2.25
21742025-02-23T12:54:41.166Z Compiling dropshot v0.15.1
21752025-02-23T12:54:41.567Z Compiling base64 v0.21.7
21762025-02-23T12:54:42.029Z Compiling hashbrown v0.12.3
21772025-02-23T12:54:42.053Z Compiling same-file v1.0.6
21782025-02-23T12:54:42.381Z Compiling bitfield v0.14.0
21792025-02-23T12:54:42.430Z Compiling termcolor v1.4.1
21802025-02-23T12:54:42.715Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21812025-02-23T12:54:42.946Z Compiling walkdir v2.5.0
21822025-02-23T12:54:43.515Z Compiling env_logger v0.10.2
21832025-02-23T12:54:44.451Z Compiling ron v0.8.1
21842025-02-23T12:54:44.594Z Compiling pin-project v1.1.6
21852025-02-23T12:54:44.769Z Compiling daft v0.1.1
21862025-02-23T12:54:45.407Z Compiling tar v0.4.42
21872025-02-23T12:54:46.821Z Compiling serde_with_macros v3.11.0
21882025-02-23T12:54:47.907Z Compiling progenitor v0.8.0
21892025-02-23T12:54:48.188Z Compiling serde-hex v0.1.0
21902025-02-23T12:54:49.326Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21912025-02-23T12:54:49.688Z Compiling parse-display-derive v0.10.0
21922025-02-23T12:54:50.508Z Compiling strum_macros v0.26.4
21932025-02-23T12:54:51.453Z Compiling hashbrown v0.13.2
21942025-02-23T12:54:52.782Z Compiling dropshot_endpoint v0.15.1
21952025-02-23T12:54:53.303Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21962025-02-23T12:54:53.522Z Compiling snafu-derive v0.8.5
21972025-02-23T12:54:54.084Z Compiling blake3 v1.5.4
21982025-02-23T12:54:54.748Z Compiling instant v0.1.13
21992025-02-23T12:54:54.780Z Compiling zip v2.1.3
22002025-02-23T12:54:54.952Z Compiling bumpalo v3.16.0
22012025-02-23T12:54:55.162Z Compiling buf-list v1.0.3
22022025-02-23T12:54:55.575Z Compiling simd-adler32 v0.3.7
22032025-02-23T12:54:55.766Z Compiling crc-any v2.5.0
22042025-02-23T12:54:56.086Z Compiling lockfree-object-pool v0.1.6
22052025-02-23T12:54:56.433Z Compiling zopfli v0.8.1
22062025-02-23T12:54:56.824Z Compiling backoff v0.4.0
22072025-02-23T12:54:56.877Z Compiling strum v0.26.3
22082025-02-23T12:54:57.238Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092025-02-23T12:54:57.487Z Compiling parse-display v0.10.0
22102025-02-23T12:54:57.799Z Compiling object v0.30.4
22112025-02-23T12:54:57.863Z Compiling snafu v0.8.5
22122025-02-23T12:54:59.175Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22132025-02-23T12:54:59.397Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22142025-02-23T12:55:00.795Z Compiling serde_with v3.11.0
22152025-02-23T12:55:01.001Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22162025-02-23T12:55:04.958Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22172025-02-23T12:55:05.763Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22182025-02-23T12:55:06.547Z Compiling camino-tempfile v1.1.1
22192025-02-23T12:55:07.423Z Compiling globset v0.4.15
22202025-02-23T12:55:07.610Z Compiling regress v0.9.1
22212025-02-23T12:55:10.612Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22222025-02-23T12:55:10.842Z Compiling progenitor-client v0.9.1
22232025-02-23T12:55:11.854Z Compiling olpc-cjson v0.1.4
22242025-02-23T12:55:12.165Z Compiling pem v3.0.4
22252025-02-23T12:55:13.664Z Compiling serde_plain v1.0.2
22262025-02-23T12:55:13.710Z Compiling macaddr v1.0.1
22272025-02-23T12:55:14.053Z Compiling cargo-platform v0.1.8
22282025-02-23T12:55:14.216Z Compiling async-recursion v1.1.1
22292025-02-23T12:55:14.416Z Compiling memmap2 v0.9.5
22302025-02-23T12:55:15.035Z Compiling path-slash v0.1.5
22312025-02-23T12:55:15.177Z Compiling typed-path v0.9.3
22322025-02-23T12:55:15.297Z Compiling arrayvec v0.7.6
22332025-02-23T12:55:15.504Z Compiling constant_time_eq v0.3.1
22342025-02-23T12:55:15.737Z Compiling arrayref v0.3.9
22352025-02-23T12:55:15.838Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22362025-02-23T12:55:16.419Z Compiling cargo_metadata v0.18.1
22372025-02-23T12:55:17.268Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22382025-02-23T12:55:18.464Z Compiling tough v0.19.0
22392025-02-23T12:55:20.359Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22402025-02-23T12:55:20.893Z Compiling itertools v0.13.0
22412025-02-23T12:55:21.765Z Compiling parse-size v1.1.0
22422025-02-23T12:55:22.161Z Compiling topological-sort v0.2.2
22432025-02-23T12:55:22.394Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22442025-02-23T12:55:22.492Z Compiling omicron-zone-package v0.12.0
22452025-02-23T12:55:24.674Z Compiling shell-words v1.1.0
22462025-02-23T12:55:30.993Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22472025-02-23T12:55:43.083Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22482025-02-23T12:55:57.613Z Finished `release` profile [optimized] target(s) in 5m 46s
22492025-02-23T12:55:57.790Z Running `target/release/omicron-releng --output-dir /work`
22502025-02-23T12:55:57.844ZFeb 23 12:55:56.577 DEBG changing working directory to /work/oxidecomputer/omicron
22512025-02-23T12:55:57.960ZFeb 23 12:55:56.693 DEBG running: git rev-parse HEAD
22522025-02-23T12:55:57.967ZFeb 23 12:55:56.700 DEBG process exited with exit status: 0 (6.883213ms)
22532025-02-23T12:55:57.968ZFeb 23 12:55:56.700 INFO version: 13.0.0-0.ci+git32e3ede594d
22542025-02-23T12:55:58.008ZFeb 23 12:55:56.740 INFO cloning helios to /work/oxidecomputer/helios
22552025-02-23T12:55:58.008ZFeb 23 12:55:56.740 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22562025-02-23T12:55:58.015ZCloning into '/work/oxidecomputer/helios'...
22572025-02-23T12:55:58.462ZFeb 23 12:55:57.194 DEBG process exited with exit status: 0 (453.74324ms)
22582025-02-23T12:55:58.462ZFeb 23 12:55:57.194 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22592025-02-23T12:55:59.447ZFeb 23 12:55:58.177 DEBG process exited with exit status: 0 (982.215857ms)
22602025-02-23T12:55:59.447ZFeb 23 12:55:58.177 DEBG running: zfs list rpool/images/build/host
22612025-02-23T12:55:59.454ZNAME USED AVAIL REFER MOUNTPOINT
22622025-02-23T12:55:59.454Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22632025-02-23T12:55:59.457ZFeb 23 12:55:58.185 DEBG process exited with exit status: 0 (8.276406ms)
22642025-02-23T12:55:59.457ZFeb 23 12:55:58.185 DEBG running: zfs list rpool/images/build/recovery
22652025-02-23T12:55:59.460ZNAME USED AVAIL REFER MOUNTPOINT
22662025-02-23T12:55:59.460Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22672025-02-23T12:55:59.462ZFeb 23 12:55:58.193 DEBG process exited with exit status: 0 (7.339902ms)
22682025-02-23T12:55:59.462ZFeb 23 12:55:58.193 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22692025-02-23T12:55:59.469Z# branch.oid 1e0785c95bda2195e187a1605f4ed360e6a0c0fa
22702025-02-23T12:55:59.469Z# branch.head master
22712025-02-23T12:55:59.469Z# branch.upstream origin/master
22722025-02-23T12:55:59.469Z# branch.ab +0 -0
22732025-02-23T12:55:59.471ZFeb 23 12:55:58.202 DEBG process exited with exit status: 0 (8.662428ms)
22742025-02-23T12:55:59.471ZFeb 23 12:55:58.202 INFO [hubris-staging] running task
22752025-02-23T12:55:59.471ZFeb 23 12:55:58.203 INFO [hubris-production] running task
22762025-02-23T12:55:59.471ZFeb 23 12:55:58.203 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
22772025-02-23T12:55:59.474ZFeb 23 12:55:58.206 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22782025-02-23T12:55:59.553Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22792025-02-23T12:55:59.979Z[ omicron-package] Blocking waiting for file lock on package cache
22802025-02-23T12:56:00.511Z[ omicron-package] Blocking waiting for file lock on package cache
22812025-02-23T12:56:01.597Z[ omicron-package] Compiling ring v0.17.11
22822025-02-23T12:56:01.632ZFeb 23 12:56:00.361 INFO [hubris-production] task succeeded (2.157918379s)
22832025-02-23T12:56:01.875Z[ omicron-package] Compiling zerocopy v0.8.10
22842025-02-23T12:56:01.875Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22852025-02-23T12:56:01.875Z[ omicron-package] Compiling itertools v0.13.0
22862025-02-23T12:56:01.875Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22872025-02-23T12:56:01.875Z[ omicron-package] Compiling heapless v0.8.0
22882025-02-23T12:56:01.875Z[ omicron-package] Compiling hash32 v0.3.1
22892025-02-23T12:56:03.341Z[ omicron-package] Compiling smoltcp v0.11.0
22902025-02-23T12:56:03.606Z[ omicron-package] Compiling num_enum_derive v0.5.11
22912025-02-23T12:56:03.739Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22922025-02-23T12:56:04.833Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22932025-02-23T12:56:04.915Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22942025-02-23T12:56:06.034Z[ omicron-package] Compiling cobs v0.2.3
22952025-02-23T12:56:06.405Z[ omicron-package] Compiling postcard v1.0.10
22962025-02-23T12:56:07.042Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22972025-02-23T12:56:07.769Z[ omicron-package] Compiling num_enum v0.5.11
22982025-02-23T12:56:07.892Z[ omicron-package] Compiling proc-macro-error v1.0.4
22992025-02-23T12:56:07.991Z[ omicron-package] Compiling foreign-types-macros v0.2.3
23002025-02-23T12:56:08.185Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012025-02-23T12:56:08.279Z[ omicron-package] Compiling foreign-types-shared v0.3.1
23022025-02-23T12:56:08.635Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23032025-02-23T12:56:09.136Z[ omicron-package] Compiling unicode-width v0.1.14
23042025-02-23T12:56:09.568Z[ omicron-package] Compiling rustls v0.23.19
23052025-02-23T12:56:09.640Z[ omicron-package] Compiling rustls v0.22.4
23062025-02-23T12:56:10.492Z[ omicron-package] Compiling tabwriter v1.4.0
23072025-02-23T12:56:10.903Z[ omicron-package] Compiling foreign-types v0.5.0
23082025-02-23T12:56:12.102Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092025-02-23T12:56:12.211Z[ omicron-package] Compiling cstr-argument v0.1.2
23102025-02-23T12:56:12.340Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23112025-02-23T12:56:13.039Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23122025-02-23T12:56:13.878Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
23132025-02-23T12:56:13.996Z[ omicron-package] Compiling pretty-hex v0.2.1
23142025-02-23T12:56:14.388Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152025-02-23T12:56:14.564Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23162025-02-23T12:56:14.712Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172025-02-23T12:56:14.795Z[ omicron-package] Compiling rustls-webpki v0.102.8
23182025-02-23T12:56:15.286Z[ omicron-package] Compiling colored v2.1.0
23192025-02-23T12:56:15.633Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23202025-02-23T12:56:16.049Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
23212025-02-23T12:56:17.662Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23222025-02-23T12:56:18.218Z[ omicron-package] Compiling sigpipe v0.1.3
23232025-02-23T12:56:18.218Z[ omicron-package] Compiling num-derive v0.4.2
23242025-02-23T12:56:18.421Z[ omicron-package] Compiling libefi-sys v0.1.0
23252025-02-23T12:56:18.692Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23262025-02-23T12:56:19.008Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23272025-02-23T12:56:19.331Z[ omicron-package] Compiling zone v0.3.0
23282025-02-23T12:56:19.536Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23292025-02-23T12:56:19.710Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23302025-02-23T12:56:20.331Z[ omicron-package] Compiling smf v0.2.3
23312025-02-23T12:56:21.230Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23322025-02-23T12:56:23.322Z[ omicron-package] Compiling tokio-rustls v0.25.0
23332025-02-23T12:56:23.754Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23342025-02-23T12:56:24.027Z[ omicron-package] Compiling dropshot v0.12.0
23352025-02-23T12:56:24.150Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23362025-02-23T12:56:24.180Z[ omicron-package] Compiling bitfield-struct v0.6.2
23372025-02-23T12:56:25.796Z[ omicron-package] Compiling tokio-rustls v0.26.0
23382025-02-23T12:56:26.265Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23392025-02-23T12:56:26.516Z[ omicron-package] Compiling hyper-rustls v0.27.3
23402025-02-23T12:56:27.452Z[ omicron-package] Compiling reqwest v0.12.12
23412025-02-23T12:56:27.772Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23422025-02-23T12:56:28.304Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432025-02-23T12:56:32.050Z[ omicron-package] Compiling qorb v0.2.1
23442025-02-23T12:56:32.121Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23452025-02-23T12:56:33.205Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462025-02-23T12:56:33.555Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472025-02-23T12:56:34.333ZFeb 23 12:56:33.058 INFO [hubris-staging] task succeeded (34.856189413s)
23482025-02-23T12:56:35.300Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23492025-02-23T12:56:36.001Z[ omicron-package] Compiling gethostname v0.5.0
23502025-02-23T12:56:36.094Z[ omicron-package] Compiling indent_write v2.2.0
23512025-02-23T12:56:38.037Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23522025-02-23T12:56:38.688Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23532025-02-23T12:56:39.258Z[ omicron-package] Compiling dropshot v0.15.1
23542025-02-23T12:56:46.300Z[ helios-setup] Feb 23 12:56:45.024 INFO helios repository root is: /work/oxidecomputer/helios
23552025-02-23T12:56:46.303Z[ helios-setup] Feb 23 12:56:45.027 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
23562025-02-23T12:56:46.303Z[ helios-setup] Feb 23 12:56:45.027 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
23572025-02-23T12:56:46.309Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23582025-02-23T12:56:47.781Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23592025-02-23T12:56:47.817Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23602025-02-23T12:56:57.026Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23612025-02-23T12:56:57.042Z[ helios-setup] Feb 23 12:56:55.764 INFO clone ok!, project: amd-host-image-builder
23622025-02-23T12:56:57.044Z[ helios-setup] Feb 23 12:56:55.764 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
23632025-02-23T12:56:57.044Z[ helios-setup] Feb 23 12:56:55.764 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23642025-02-23T12:56:57.047Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23652025-02-23T12:56:57.640Z[ omicron-package] Compiling progenitor-client v0.8.0
23662025-02-23T12:56:57.768Z[ helios-setup] Feb 23 12:56:56.490 INFO clone ok!, project: image-builder
23672025-02-23T12:56:57.770Z[ helios-setup] Feb 23 12:56:56.490 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
23682025-02-23T12:56:57.770Z[ helios-setup] Feb 23 12:56:56.490 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23692025-02-23T12:56:57.773Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23702025-02-23T12:56:58.440Z[ helios-setup] Feb 23 12:56:57.162 INFO clone ok!, project: pinprick
23712025-02-23T12:56:58.442Z[ helios-setup] Feb 23 12:56:57.162 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
23722025-02-23T12:56:58.442Z[ helios-setup] Feb 23 12:56:57.162 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23732025-02-23T12:56:58.446Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23742025-02-23T12:56:58.655Z[ omicron-package] Compiling progenitor v0.8.0
23752025-02-23T12:56:59.070Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23762025-02-23T12:56:59.290Z[ helios-setup] Feb 23 12:56:58.013 INFO clone ok!, project: phbl
23772025-02-23T12:56:59.293Z[ helios-setup] Feb 23 12:56:58.013 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23782025-02-23T12:56:59.293Z[ helios-setup] Feb 23 12:56:58.013 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
23792025-02-23T12:56:59.293Z[ helios-setup] Feb 23 12:56:58.013 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23802025-02-23T12:56:59.298Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23812025-02-23T12:57:00.360Z[ helios-setup] Feb 23 12:56:59.081 INFO clone ok!, project: chelsio-t6-roms
23822025-02-23T12:57:00.362Z[ helios-setup] Feb 23 12:56:59.082 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
23832025-02-23T12:57:00.362Z[ helios-setup] Feb 23 12:56:59.082 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23842025-02-23T12:57:00.365Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23852025-02-23T12:57:01.523Z[ omicron-package] Compiling progenitor-client v0.9.1
23862025-02-23T12:57:01.734Z[ helios-setup] Feb 23 12:57:00.454 INFO clone ok!, project: pilot
23872025-02-23T12:57:01.737Z[ helios-setup] Feb 23 12:57:00.455 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23882025-02-23T12:57:01.737Z[ helios-setup] Feb 23 12:57:00.455 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
23892025-02-23T12:57:01.737Z[ helios-setup] Feb 23 12:57:00.455 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23902025-02-23T12:57:01.739Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23912025-02-23T12:57:02.547Z[ helios-setup] Feb 23 12:57:01.269 INFO clone ok!, project: bootserver
23922025-02-23T12:57:02.551Z[ helios-setup] Feb 23 12:57:01.269 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23932025-02-23T12:57:02.551Z[ helios-setup] Feb 23 12:57:01.269 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
23942025-02-23T12:57:02.551Z[ helios-setup] Feb 23 12:57:01.269 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23952025-02-23T12:57:02.551Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23962025-02-23T12:57:02.554Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23972025-02-23T12:57:02.782Z[ omicron-package] Compiling omicron-zone-package v0.12.0
23982025-02-23T12:57:05.456Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992025-02-23T12:57:11.618Z[ helios-setup] Feb 23 12:57:10.338 INFO clone ok!, project: amd-firmware
24002025-02-23T12:57:11.621Z[ helios-setup] Feb 23 12:57:10.338 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24012025-02-23T12:57:12.699Z[ helios-setup] Feb 23 12:57:11.419 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24022025-02-23T12:57:13.155Z[ helios-setup] Feb 23 12:57:11.875 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24032025-02-23T12:57:13.158Z[ helios-setup] Feb 23 12:57:11.875 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24042025-02-23T12:57:13.496Z[ helios-setup] Feb 23 12:57:12.216 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24052025-02-23T12:57:13.830Z[ helios-setup] Feb 23 12:57:12.550 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24062025-02-23T12:57:13.830Z[ helios-setup] Feb 23 12:57:12.550 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24072025-02-23T12:57:14.147Z[ helios-setup] Feb 23 12:57:12.866 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24082025-02-23T12:57:14.475Z[ helios-setup] Feb 23 12:57:13.194 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24092025-02-23T12:57:14.477Z[ helios-setup] Feb 23 12:57:13.194 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24102025-02-23T12:57:14.477Z[ helios-setup] Feb 23 12:57:13.194 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24112025-02-23T12:57:14.477Z[ helios-setup] Feb 23 12:57:13.195 INFO ok!
24122025-02-23T12:57:14.477Z[ helios-setup] Feb 23 12:57:13.195 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24132025-02-23T12:57:14.477Z[ helios-setup] Feb 23 12:57:13.195 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24142025-02-23T12:57:14.478Z[ helios-setup] Feb 23 12:57:13.195 INFO ok!
24152025-02-23T12:57:14.478Z[ helios-setup] Feb 23 12:57:13.195 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24162025-02-23T12:57:14.478Z[ helios-setup] Feb 23 12:57:13.195 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24172025-02-23T12:57:14.478Z[ helios-setup] Feb 23 12:57:13.195 INFO ok!
24182025-02-23T12:57:14.478Z[ helios-setup] Feb 23 12:57:13.195 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24192025-02-23T12:57:14.478Z[ helios-setup] Feb 23 12:57:13.195 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24202025-02-23T12:57:14.482Z[ helios-setup] Feb 23 12:57:13.202 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24212025-02-23T12:57:14.656Z[ helios-setup] Feb 23 12:57:13.376 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24222025-02-23T12:57:14.656Z[ helios-setup] Feb 23 12:57:13.376 INFO E| info: downloading component 'cargo'
24232025-02-23T12:57:15.516Z[ helios-setup] Feb 23 12:57:14.235 INFO E| info: downloading component 'clippy'
24242025-02-23T12:57:15.775Z[ helios-setup] Feb 23 12:57:14.494 INFO E| info: downloading component 'rust-docs'
24252025-02-23T12:57:16.842Z[ helios-setup] Feb 23 12:57:15.561 INFO E| info: downloading component 'rust-src'
24262025-02-23T12:57:17.029Z[ helios-setup] Feb 23 12:57:15.748 INFO E| info: downloading component 'rust-std'
24272025-02-23T12:57:18.938Z[ helios-setup] Feb 23 12:57:17.657 INFO E| info: downloading component 'rustc'
24282025-02-23T12:57:21.779Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24292025-02-23T12:57:22.641Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24302025-02-23T12:57:24.045Z[ helios-setup] Feb 23 12:57:22.763 INFO E| info: downloading component 'rustfmt'
24312025-02-23T12:57:24.331Z[ helios-setup] Feb 23 12:57:23.049 INFO E| info: installing component 'cargo'
24322025-02-23T12:57:25.659Z[ helios-setup] Feb 23 12:57:24.377 INFO E| info: installing component 'clippy'
24332025-02-23T12:57:26.061Z[ helios-setup] Feb 23 12:57:24.778 INFO E| info: installing component 'rust-docs'
24342025-02-23T12:57:26.418Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24352025-02-23T12:57:29.065Z[ helios-setup] Feb 23 12:57:27.782 INFO E| info: installing component 'rust-src'
24362025-02-23T12:57:29.730Z[ helios-setup] Feb 23 12:57:28.447 INFO E| info: installing component 'rust-std'
24372025-02-23T12:57:32.215Z[ helios-setup] Feb 23 12:57:30.932 INFO E| info: installing component 'rustc'
24382025-02-23T12:57:37.051Z[ helios-setup] Feb 23 12:57:35.767 INFO E| info: installing component 'rustfmt'
24392025-02-23T12:57:37.820Z[ helios-setup] Feb 23 12:57:36.536 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24402025-02-23T12:57:38.509Z[ helios-setup] Feb 23 12:57:37.224 INFO E| From https://github.com/oxidecomputer/amd-apcb
24412025-02-23T12:57:38.509Z[ helios-setup] Feb 23 12:57:37.224 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
24422025-02-23T12:57:38.512Z[ helios-setup] Feb 23 12:57:37.224 INFO E| * [new tag] v0.4.5 -> v0.4.5
24432025-02-23T12:57:38.540Z[ helios-setup] Feb 23 12:57:37.255 INFO E| * [new tag] v0.1.3 -> v0.1.3
24442025-02-23T12:57:38.540Z[ helios-setup] Feb 23 12:57:37.255 INFO E| * [new tag] v0.1.4 -> v0.1.4
24452025-02-23T12:57:38.543Z[ helios-setup] Feb 23 12:57:37.255 INFO E| * [new tag] v0.1.5 -> v0.1.5
24462025-02-23T12:57:38.543Z[ helios-setup] Feb 23 12:57:37.256 INFO E| * [new tag] v0.2.0 -> v0.2.0
24472025-02-23T12:57:38.543Z[ helios-setup] Feb 23 12:57:37.256 INFO E| * [new tag] v0.3.0 -> v0.3.0
24482025-02-23T12:57:38.543Z[ helios-setup] Feb 23 12:57:37.256 INFO E| * [new tag] v0.3.1 -> v0.3.1
24492025-02-23T12:57:38.543Z[ helios-setup] Feb 23 12:57:37.256 INFO E| * [new tag] v0.3.2 -> v0.3.2
24502025-02-23T12:57:38.543Z[ helios-setup] Feb 23 12:57:37.256 INFO E| * [new tag] v0.3.3 -> v0.3.3
24512025-02-23T12:57:38.543Z[ helios-setup] Feb 23 12:57:37.256 INFO E| * [new tag] v0.4.0 -> v0.4.0
24522025-02-23T12:57:38.543Z[ helios-setup] Feb 23 12:57:37.257 INFO E| * [new tag] v0.4.1 -> v0.4.1
24532025-02-23T12:57:38.543Z[ helios-setup] Feb 23 12:57:37.257 INFO E| * [new tag] v0.4.2 -> v0.4.2
24542025-02-23T12:57:38.543Z[ helios-setup] Feb 23 12:57:37.257 INFO E| * [new tag] v0.4.3 -> v0.4.3
24552025-02-23T12:57:38.543Z[ helios-setup] Feb 23 12:57:37.257 INFO E| * [new tag] v0.4.4 -> v0.4.4
24562025-02-23T12:57:38.584Z[ helios-setup] Feb 23 12:57:37.299 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24572025-02-23T12:57:39.459Z[ helios-setup] Feb 23 12:57:38.174 INFO E| From https://github.com/oxidecomputer/amd-efs
24582025-02-23T12:57:39.459Z[ helios-setup] Feb 23 12:57:38.174 INFO E| * [new branch] empty -> origin/empty
24592025-02-23T12:57:39.459Z[ helios-setup] Feb 23 12:57:38.175 INFO E| * [new branch] issue-99 -> origin/issue-99
24602025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.175 INFO E| * [new branch] main -> origin/main
24612025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.175 INFO E| * [new branch] review -> origin/review
24622025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.175 INFO E| * [new ref] -> origin/HEAD
24632025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.175 INFO E| * [new tag] v0.2.0 -> v0.2.0
24642025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.1 -> v0.2.1
24652025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.2 -> v0.2.2
24662025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.3 -> v0.2.3
24672025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.4 -> v0.2.4
24682025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.5 -> v0.2.5
24692025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.6 -> v0.2.6
24702025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.2.7 -> v0.2.7
24712025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.3.0 -> v0.3.0
24722025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.176 INFO E| * [new tag] v0.3.1 -> v0.3.1
24732025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.177 INFO E| * [new tag] v0.4.0 -> v0.4.0
24742025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.177 INFO E| * [new tag] v0.4.1 -> v0.4.1
24752025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.177 INFO E| * [new tag] v0.4.2 -> v0.4.2
24762025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.177 INFO E| * [new tag] v0.4.3 -> v0.4.3
24772025-02-23T12:57:39.462Z[ helios-setup] Feb 23 12:57:38.177 INFO E| * [new tag] v0.4.4 -> v0.4.4
24782025-02-23T12:57:39.483Z[ helios-setup] Feb 23 12:57:38.199 INFO E| Updating crates.io index
24792025-02-23T12:57:40.155Z[ helios-setup] Feb 23 12:57:38.870 INFO E| Downloading crates ...
24802025-02-23T12:57:40.373Z[ helios-setup] Feb 23 12:57:39.088 INFO E| Downloaded memoffset v0.5.6
24812025-02-23T12:57:40.376Z[ helios-setup] Feb 23 12:57:39.091 INFO E| Downloaded fletcher v0.1.0
24822025-02-23T12:57:40.379Z[ helios-setup] Feb 23 12:57:39.093 INFO E| Downloaded atty v0.2.14
24832025-02-23T12:57:40.411Z[ helios-setup] Feb 23 12:57:39.126 INFO E| Downloaded unic-ucd-version v0.9.0
24842025-02-23T12:57:40.414Z[ helios-setup] Feb 23 12:57:39.127 INFO E| Downloaded unic-common v0.9.0
24852025-02-23T12:57:40.414Z[ helios-setup] Feb 23 12:57:39.128 INFO E| Downloaded unic-char-property v0.9.0
24862025-02-23T12:57:40.421Z[ helios-setup] Feb 23 12:57:39.137 INFO E| Downloaded unic-char-range v0.9.0
24872025-02-23T12:57:40.424Z[ helios-setup] Feb 23 12:57:39.139 INFO E| Downloaded scroll_derive v0.10.5
24882025-02-23T12:57:40.426Z[ helios-setup] Feb 23 12:57:39.140 INFO E| Downloaded dyn-clone v1.0.17
24892025-02-23T12:57:40.429Z[ helios-setup] Feb 23 12:57:39.142 INFO E| Downloaded cfg-if v1.0.0
24902025-02-23T12:57:40.441Z[ helios-setup] Feb 23 12:57:39.156 INFO E| Downloaded rustc_version v0.2.3
24912025-02-23T12:57:40.443Z[ helios-setup] Feb 23 12:57:39.157 INFO E| Downloaded thiserror-impl v2.0.11
24922025-02-23T12:57:40.446Z[ helios-setup] Feb 23 12:57:39.159 INFO E| Downloaded structopt-derive v0.4.18
24932025-02-23T12:57:40.446Z[ helios-setup] Feb 23 12:57:39.161 INFO E| Downloaded plain v0.2.3
24942025-02-23T12:57:40.471Z[ helios-setup] Feb 23 12:57:39.162 INFO E| Downloaded unic-ucd-ident v0.9.0
24952025-02-23T12:57:40.474Z[ helios-setup] Feb 23 12:57:39.165 INFO E| Downloaded paste v1.0.15
24962025-02-23T12:57:40.476Z[ helios-setup] Feb 23 12:57:39.190 INFO E| Downloaded vec_map v0.8.2
24972025-02-23T12:57:40.477Z[ helios-setup] Feb 23 12:57:39.191 INFO E| Downloaded thiserror-impl v1.0.69
24982025-02-23T12:57:40.480Z[ helios-setup] Feb 23 12:57:39.192 INFO E| Downloaded rustversion v1.0.19
24992025-02-23T12:57:40.489Z[ helios-setup] Feb 23 12:57:39.195 INFO E| Downloaded proc-macro-error-attr v1.0.4
25002025-02-23T12:57:40.489Z[ helios-setup] Feb 23 12:57:39.197 INFO E| Downloaded thiserror v1.0.69
25012025-02-23T12:57:40.493Z[ helios-setup] Feb 23 12:57:39.205 INFO E| Downloaded strum_macros v0.23.1
25022025-02-23T12:57:40.496Z[ helios-setup] Feb 23 12:57:39.208 INFO E| Downloaded textwrap v0.11.0
25032025-02-23T12:57:40.498Z[ helios-setup] Feb 23 12:57:39.212 INFO E| Downloaded quote v1.0.38
25042025-02-23T12:57:40.501Z[ helios-setup] Feb 23 12:57:39.215 INFO E| Downloaded once_cell v1.20.2
25052025-02-23T12:57:40.505Z[ helios-setup] Feb 23 12:57:39.220 INFO E| Downloaded pre-proc-macro v0.2.1
25062025-02-23T12:57:40.508Z[ helios-setup] Feb 23 12:57:39.223 INFO E| Downloaded version_check v0.9.5
25072025-02-23T12:57:40.511Z[ helios-setup] Feb 23 12:57:39.225 INFO E| Downloaded sha2 v0.10.8
25082025-02-23T12:57:40.514Z[ helios-setup] Feb 23 12:57:39.229 INFO E| Downloaded serde_derive_internals v0.29.1
25092025-02-23T12:57:40.517Z[ helios-setup] Feb 23 12:57:39.232 INFO E| Downloaded thiserror v2.0.11
25102025-02-23T12:57:40.527Z[ helios-setup] Feb 23 12:57:39.242 INFO E| Downloaded log v0.4.22
25112025-02-23T12:57:40.532Z[ helios-setup] Feb 23 12:57:39.246 INFO E| Downloaded unicode-ident v1.0.14
25122025-02-23T12:57:40.536Z[ helios-setup] Feb 23 12:57:39.251 INFO E| Downloaded ucd-trie v0.1.7
25132025-02-23T12:57:40.538Z[ helios-setup] Feb 23 12:57:39.253 INFO E| Downloaded toml v0.5.11
25142025-02-23T12:57:40.542Z[ helios-setup] Feb 23 12:57:39.257 INFO E| Downloaded pest_meta v2.7.15
25152025-02-23T12:57:40.545Z[ helios-setup] Feb 23 12:57:39.261 INFO E| Downloaded zerocopy v0.6.6
25162025-02-23T12:57:40.549Z[ helios-setup] Feb 23 12:57:39.264 INFO E| Downloaded typenum v1.17.0
25172025-02-23T12:57:40.553Z[ helios-setup] Feb 23 12:57:39.268 INFO E| Downloaded serde v1.0.217
25182025-02-23T12:57:40.558Z[ helios-setup] Feb 23 12:57:39.273 INFO E| Downloaded proc-macro2 v1.0.93
25192025-02-23T12:57:40.563Z[ helios-setup] Feb 23 12:57:39.278 INFO E| Downloaded memchr v2.7.4
25202025-02-23T12:57:40.572Z[ helios-setup] Feb 23 12:57:39.287 INFO E| Downloaded unicode-segmentation v1.12.0
25212025-02-23T12:57:40.577Z[ helios-setup] Feb 23 12:57:39.292 INFO E| Downloaded serde_derive v1.0.217
25222025-02-23T12:57:40.581Z[ helios-setup] Feb 23 12:57:39.296 INFO E| Downloaded schemars v0.8.21
25232025-02-23T12:57:40.601Z[ helios-setup] Feb 23 12:57:39.316 INFO E| Downloaded pest v2.7.15
25242025-02-23T12:57:40.609Z[ helios-setup] Feb 23 12:57:39.324 INFO E| Downloaded structopt v0.3.26
25252025-02-23T12:57:40.622Z[ helios-setup] Feb 23 12:57:39.336 INFO E| Downloaded serde_json v1.0.135
25262025-02-23T12:57:40.633Z[ helios-setup] Feb 23 12:57:39.348 INFO E| Downloaded goblin v0.4.3
25272025-02-23T12:57:40.641Z[ helios-setup] Feb 23 12:57:39.356 INFO E| Downloaded syn v1.0.109
25282025-02-23T12:57:40.657Z[ helios-setup] Feb 23 12:57:39.372 INFO E| Downloaded unicode-width v0.1.14
25292025-02-23T12:57:40.666Z[ helios-setup] Feb 23 12:57:39.381 INFO E| Downloaded syn v2.0.96
25302025-02-23T12:57:40.684Z[ helios-setup] Feb 23 12:57:39.399 INFO E| Downloaded clap v2.34.0
25312025-02-23T12:57:40.707Z[ helios-setup] Feb 23 12:57:39.422 INFO E| Downloaded zerocopy-derive v0.6.6
25322025-02-23T12:57:40.722Z[ helios-setup] Feb 23 12:57:39.437 INFO E| Downloaded libc v0.2.169
25332025-02-23T12:57:40.758Z[ helios-setup] Feb 23 12:57:39.473 INFO E| Downloaded scroll v0.10.2
25342025-02-23T12:57:40.761Z[ helios-setup] Feb 23 12:57:39.475 INFO E| Downloaded pest_derive v2.7.15
25352025-02-23T12:57:40.764Z[ helios-setup] Feb 23 12:57:39.479 INFO E| Downloaded modular-bitfield v0.11.2
25362025-02-23T12:57:40.779Z[ helios-setup] Feb 23 12:57:39.495 INFO E| Downloaded ryu v1.0.18
25372025-02-23T12:57:40.784Z[ helios-setup] Feb 23 12:57:39.499 INFO E| Downloaded num-traits v0.2.19
25382025-02-23T12:57:40.788Z[ helios-setup] Feb 23 12:57:39.503 INFO E| Downloaded proc-macro-error v1.0.4
25392025-02-23T12:57:40.793Z[ helios-setup] Feb 23 12:57:39.508 INFO E| Downloaded four-cc v0.3.0
25402025-02-23T12:57:40.796Z[ helios-setup] Feb 23 12:57:39.510 INFO E| Downloaded static_assertions v1.1.0
25412025-02-23T12:57:40.799Z[ helios-setup] Feb 23 12:57:39.512 INFO E| Downloaded semver v0.9.0
25422025-02-23T12:57:40.805Z[ helios-setup] Feb 23 12:57:39.520 INFO E| Downloaded schemars_derive v0.8.21
25432025-02-23T12:57:40.808Z[ helios-setup] Feb 23 12:57:39.522 INFO E| Downloaded pest_generator v2.7.15
25442025-02-23T12:57:40.810Z[ helios-setup] Feb 23 12:57:39.525 INFO E| Downloaded autocfg v1.4.0
25452025-02-23T12:57:40.813Z[ helios-setup] Feb 23 12:57:39.528 INFO E| Downloaded ansi_term v0.12.1
25462025-02-23T12:57:40.816Z[ helios-setup] Feb 23 12:57:39.531 INFO E| Downloaded proc-macro-crate v0.1.5
25472025-02-23T12:57:40.819Z[ helios-setup] Feb 23 12:57:39.533 INFO E| Downloaded pre v0.2.1
25482025-02-23T12:57:40.821Z[ helios-setup] Feb 23 12:57:39.534 INFO E| Downloaded num-derive v0.4.2
25492025-02-23T12:57:40.821Z[ helios-setup] Feb 23 12:57:39.536 INFO E| Downloaded modular-bitfield-impl v0.11.2
25502025-02-23T12:57:40.824Z[ helios-setup] Feb 23 12:57:39.538 INFO E| Downloaded strsim v0.8.0
25512025-02-23T12:57:40.826Z[ helios-setup] Feb 23 12:57:39.540 INFO E| Downloaded semver-parser v0.7.0
25522025-02-23T12:57:40.827Z[ helios-setup] Feb 23 12:57:39.541 INFO E| Downloaded lazy_static v1.5.0
25532025-02-23T12:57:40.829Z[ helios-setup] Feb 23 12:57:39.544 INFO E| Downloaded json5 v0.4.1
25542025-02-23T12:57:40.832Z[ helios-setup] Feb 23 12:57:39.546 INFO E| Downloaded itoa v1.0.14
25552025-02-23T12:57:40.834Z[ helios-setup] Feb 23 12:57:39.548 INFO E| Downloaded heck v0.3.3
25562025-02-23T12:57:40.834Z[ helios-setup] Feb 23 12:57:39.549 INFO E| Downloaded generic-array v0.14.7
25572025-02-23T12:57:40.837Z[ helios-setup] Feb 23 12:57:39.551 INFO E| Downloaded digest v0.10.7
25582025-02-23T12:57:40.840Z[ helios-setup] Feb 23 12:57:39.554 INFO E| Downloaded crypto-common v0.1.6
25592025-02-23T12:57:40.842Z[ helios-setup] Feb 23 12:57:39.555 INFO E| Downloaded cpufeatures v0.2.16
25602025-02-23T12:57:40.842Z[ helios-setup] Feb 23 12:57:39.557 INFO E| Downloaded bytesize v1.3.0
25612025-02-23T12:57:40.845Z[ helios-setup] Feb 23 12:57:39.559 INFO E| Downloaded bitflags v1.3.2
25622025-02-23T12:57:40.848Z[ helios-setup] Feb 23 12:57:39.563 INFO E| Downloaded cfg-if v0.1.10
25632025-02-23T12:57:40.850Z[ helios-setup] Feb 23 12:57:39.564 INFO E| Downloaded byteorder v1.5.0
25642025-02-23T12:57:40.853Z[ helios-setup] Feb 23 12:57:39.567 INFO E| Downloaded block-buffer v0.10.4
25652025-02-23T12:57:40.856Z[ helios-setup] Feb 23 12:57:39.568 INFO E| Downloaded strum v0.23.0
25662025-02-23T12:57:40.856Z[ helios-setup] Feb 23 12:57:39.569 INFO E| Downloaded parse_int v0.6.0
25672025-02-23T12:57:40.994Z[ helios-setup] Feb 23 12:57:39.709 INFO E| Compiling proc-macro2 v1.0.93
25682025-02-23T12:57:40.994Z[ helios-setup] Feb 23 12:57:39.709 INFO E| Compiling unicode-ident v1.0.14
25692025-02-23T12:57:40.997Z[ helios-setup] Feb 23 12:57:39.709 INFO E| Compiling syn v1.0.109
25702025-02-23T12:57:40.997Z[ helios-setup] Feb 23 12:57:39.709 INFO E| Compiling version_check v0.9.5
25712025-02-23T12:57:40.997Z[ helios-setup] Feb 23 12:57:39.710 INFO E| Compiling memchr v2.7.4
25722025-02-23T12:57:40.997Z[ helios-setup] Feb 23 12:57:39.710 INFO E| Compiling semver-parser v0.7.0
25732025-02-23T12:57:40.997Z[ helios-setup] Feb 23 12:57:39.710 INFO E| Compiling autocfg v1.4.0
25742025-02-23T12:57:40.997Z[ helios-setup] Feb 23 12:57:39.710 INFO E| Compiling serde v1.0.217
25752025-02-23T12:57:41.894Z[ helios-setup] Feb 23 12:57:40.609 INFO E| Compiling semver v0.9.0
25762025-02-23T12:57:42.008Z[ helios-setup] Feb 23 12:57:40.722 INFO E| Compiling proc-macro-error-attr v1.0.4
25772025-02-23T12:57:42.094Z[ helios-setup] Feb 23 12:57:40.809 INFO E| Compiling proc-macro-error v1.0.4
25782025-02-23T12:57:42.235Z[ helios-setup] Feb 23 12:57:40.950 INFO E| Compiling rustc_version v0.2.3
25792025-02-23T12:57:42.256Z[ helios-setup] Feb 23 12:57:40.970 INFO E| Compiling serde_json v1.0.135
25802025-02-23T12:57:42.456Z[ helios-setup] Feb 23 12:57:41.170 INFO E| Compiling thiserror v2.0.11
25812025-02-23T12:57:42.464Z[ helios-setup] Feb 23 12:57:41.179 INFO E| Compiling num-traits v0.2.19
25822025-02-23T12:57:42.660Z[ helios-setup] Feb 23 12:57:41.374 INFO E| Compiling itoa v1.0.14
25832025-02-23T12:57:42.667Z[ helios-setup] Feb 23 12:57:41.381 INFO E| Compiling unicode-segmentation v1.12.0
25842025-02-23T12:57:42.698Z[ helios-setup] Feb 23 12:57:41.412 INFO E| Compiling schemars v0.8.21
25852025-02-23T12:57:42.880Z[ helios-setup] Feb 23 12:57:41.595 INFO E| Compiling ryu v1.0.18
25862025-02-23T12:57:43.183Z[ helios-setup] Feb 23 12:57:41.898 INFO E| Compiling pre-proc-macro v0.2.1
25872025-02-23T12:57:43.207Z[ helios-setup] Feb 23 12:57:41.922 INFO E| Compiling memoffset v0.5.6
25882025-02-23T12:57:43.235Z[ helios-setup] Feb 23 12:57:41.950 INFO E| Compiling ucd-trie v0.1.7
25892025-02-23T12:57:43.273Z[ helios-setup] Feb 23 12:57:41.988 INFO E| Compiling quote v1.0.38
25902025-02-23T12:57:43.580Z[ helios-setup] Feb 23 12:57:42.290 INFO E| Compiling heck v0.3.3
25912025-02-23T12:57:43.617Z[ helios-setup] Feb 23 12:57:42.331 INFO E| Compiling lazy_static v1.5.0
25922025-02-23T12:57:43.630Z[ helios-setup] Feb 23 12:57:42.344 INFO E| Compiling rustversion v1.0.19
25932025-02-23T12:57:43.651Z[ helios-setup] Feb 23 12:57:42.366 INFO E| Compiling dyn-clone v1.0.17
25942025-02-23T12:57:43.746Z[ helios-setup] Feb 23 12:57:42.460 INFO E| Compiling syn v2.0.96
25952025-02-23T12:57:44.044Z[ helios-setup] Feb 23 12:57:42.759 INFO E| Compiling thiserror v1.0.69
25962025-02-23T12:57:44.103Z[ helios-setup] Feb 23 12:57:42.817 INFO E| Compiling paste v1.0.15
25972025-02-23T12:57:44.287Z[ helios-setup] Feb 23 12:57:43.001 INFO E| Compiling libc v0.2.169
25982025-02-23T12:57:44.567Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 45s
25992025-02-23T12:57:44.846Z[ helios-setup] Feb 23 12:57:43.559 INFO E| Compiling pre v0.2.1
26002025-02-23T12:57:44.932Z[ omicron-package]
26012025-02-23T12:57:44.932Z[ omicron-package] real 1:45.371209592
26022025-02-23T12:57:44.935Z[ omicron-package] user 9:16.219925184
26032025-02-23T12:57:44.935Z[ omicron-package] sys 33.032538786
26042025-02-23T12:57:44.935Z[ omicron-package] trap 1.350046843
26052025-02-23T12:57:44.935Z[ omicron-package] tflt 0.581513073
26062025-02-23T12:57:44.935Z[ omicron-package] dflt 0.721042618
26072025-02-23T12:57:44.935Z[ omicron-package] kflt 0.000120799
26082025-02-23T12:57:44.935Z[ omicron-package] lock 17:27.762464212
26092025-02-23T12:57:44.935Z[ omicron-package] slp 28:31.848966347
26102025-02-23T12:57:44.935Z[ omicron-package] lat 2:38.379208382
26112025-02-23T12:57:44.935Z[ omicron-package] stop 1:12.043546180
26122025-02-23T12:57:44.935ZFeb 23 12:57:43.648 INFO [omicron-package] process exited with exit status: 0 (105.444468615s)
26132025-02-23T12:57:44.936ZFeb 23 12:57:43.648 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26142025-02-23T12:57:45.038Z[ helios-setup] Feb 23 12:57:43.655 INFO E| Compiling cfg-if v0.1.10
26152025-02-23T12:57:45.038Z[ helios-setup] Feb 23 12:57:43.753 INFO E| Compiling byteorder v1.5.0
26162025-02-23T12:57:45.041ZFeb 23 12:57:43.753 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26172025-02-23T12:57:45.053Z[ recovery-target] Created new build target 'recovery' and set it as active
26182025-02-23T12:57:45.053Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26192025-02-23T12:57:45.081ZFeb 23 12:57:43.795 INFO [recovery-target] process exited with exit status: 0 (147.125902ms)
26202025-02-23T12:57:45.106Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26212025-02-23T12:57:45.112Z[ helios-setup] Feb 23 12:57:43.827 INFO E| Compiling static_assertions v1.1.0
26222025-02-23T12:57:45.139Z[ helios-setup] Feb 23 12:57:43.853 INFO E| Compiling once_cell v1.20.2
26232025-02-23T12:57:45.142Z[ host-target] Created new build target 'host' and set it as active
26242025-02-23T12:57:45.189ZFeb 23 12:57:43.902 INFO [host-target] process exited with exit status: 0 (149.036706ms)
26252025-02-23T12:57:45.193ZFeb 23 12:57:43.902 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26262025-02-23T12:57:45.227Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26272025-02-23T12:57:45.704Z[ helios-setup] Feb 23 12:57:44.418 INFO E| Compiling unicode-width v0.1.14
26282025-02-23T12:57:46.095Z[ helios-setup] Feb 23 12:57:44.809 INFO E| Compiling atty v0.2.14
26292025-02-23T12:57:46.245Z[ helios-setup] Feb 23 12:57:44.959 INFO E| Compiling textwrap v0.11.0
26302025-02-23T12:57:46.282Z[ helios-setup] Feb 23 12:57:44.996 INFO E| Compiling unic-common v0.9.0
26312025-02-23T12:57:46.500Z[ helios-setup] Feb 23 12:57:45.213 INFO E| Compiling fletcher v0.1.0
26322025-02-23T12:57:46.662Z[ helios-setup] Feb 23 12:57:45.375 INFO E| Compiling bitflags v1.3.2
26332025-02-23T12:57:46.763Z[ helios-setup] Feb 23 12:57:45.477 INFO E| Compiling unic-char-range v0.9.0
26342025-02-23T12:57:46.779Z[ helios-setup] Feb 23 12:57:45.493 INFO E| Compiling vec_map v0.8.2
26352025-02-23T12:57:46.967Z[ helios-setup] Feb 23 12:57:45.681 INFO E| Compiling parse_int v0.6.0
26362025-02-23T12:57:46.996Z[ helios-setup] Feb 23 12:57:45.709 INFO E| Compiling strum v0.23.0
26372025-02-23T12:57:47.068Z[ helios-setup] Feb 23 12:57:45.782 INFO E| Compiling strsim v0.8.0
26382025-02-23T12:57:47.088Z[ helios-setup] Feb 23 12:57:45.802 INFO E| Compiling ansi_term v0.12.1
26392025-02-23T12:57:47.108Z[ helios-setup] Feb 23 12:57:45.822 INFO E| Compiling unic-char-property v0.9.0
26402025-02-23T12:57:47.130Z[ helios-setup] Feb 23 12:57:45.844 INFO E| Compiling unic-ucd-version v0.9.0
26412025-02-23T12:57:47.227Z[ helios-setup] Feb 23 12:57:45.940 INFO E| Compiling plain v0.2.3
26422025-02-23T12:57:47.248Z[ helios-setup] Feb 23 12:57:45.962 INFO E| Compiling log v0.4.22
26432025-02-23T12:57:47.410Z[ helios-setup] Feb 23 12:57:46.118 INFO E| Compiling unic-ucd-ident v0.9.0
26442025-02-23T12:57:47.452Z[ helios-setup] Feb 23 12:57:46.165 INFO E| Compiling bytesize v1.3.0
26452025-02-23T12:57:47.693Z[ helios-setup] Feb 23 12:57:46.407 INFO E| Compiling clap v2.34.0
26462025-02-23T12:57:47.755Z[ host-package] Compiling ring v0.17.11
26472025-02-23T12:57:48.000Z[ host-package] Compiling thiserror v2.0.11
26482025-02-23T12:57:48.029Z[ host-package] Compiling typify-impl v0.3.0
26492025-02-23T12:57:48.031Z[ host-package] Compiling convert_case v0.4.0
26502025-02-23T12:57:48.031Z[ host-package] Compiling newline-converter v0.3.0
26512025-02-23T12:57:48.031Z[ host-package] Compiling password-hash v0.5.0
26522025-02-23T12:57:48.031Z[ host-package] Compiling blake2 v0.10.6
26532025-02-23T12:57:48.506Z[ host-package] Compiling expectorate v1.1.0
26542025-02-23T12:57:48.644Z[ helios-setup] Feb 23 12:57:47.357 INFO E| Compiling serde_derive_internals v0.29.1
26552025-02-23T12:57:49.218Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26562025-02-23T12:57:49.586Z[ host-package] Compiling derive_more v0.99.19
26572025-02-23T12:57:50.063Z[ helios-setup] Feb 23 12:57:48.776 INFO E| Compiling toml v0.5.11
26582025-02-23T12:57:50.481Z[ host-package] Compiling argon2 v0.5.3
26592025-02-23T12:57:50.842Z[ host-package] Compiling atomicwrites v0.4.4
26602025-02-23T12:57:51.677Z[ host-package] Compiling owo-colors v4.1.0
26612025-02-23T12:57:51.793Z[ host-package] Compiling cancel-safe-futures v0.1.5
26622025-02-23T12:57:52.628Z[ host-package] Compiling num-rational v0.4.2
26632025-02-23T12:57:52.938Z[ host-package] Compiling num-complex v0.4.6
26642025-02-23T12:57:52.980Z[ helios-setup] Feb 23 12:57:51.693 INFO E| Compiling proc-macro-crate v0.1.5
26652025-02-23T12:57:54.487Z[ helios-setup] Feb 23 12:57:53.200 INFO E| Compiling serde_derive v1.0.217
26662025-02-23T12:57:54.523Z[ helios-setup] Feb 23 12:57:53.236 INFO E| Compiling thiserror-impl v2.0.11
26672025-02-23T12:57:54.849Z[ helios-setup] Feb 23 12:57:53.562 INFO E| Compiling schemars_derive v0.8.21
26682025-02-23T12:57:55.024Z[ host-package] Compiling rustls v0.23.19
26692025-02-23T12:57:55.087Z[ host-package] Compiling rustls v0.22.4
26702025-02-23T12:57:55.128Z[ host-package] Compiling num v0.4.3
26712025-02-23T12:57:55.403Z[ helios-setup] Feb 23 12:57:54.116 INFO E| Compiling thiserror-impl v1.0.69
26722025-02-23T12:57:55.430Z[ host-package] Compiling libsw v3.3.1
26732025-02-23T12:57:55.498Z[ helios-setup] Feb 23 12:57:54.210 INFO E| Compiling zerocopy-derive v0.6.6
26742025-02-23T12:57:55.670Z[ helios-setup] Feb 23 12:57:54.382 INFO E| Compiling num-derive v0.4.2
26752025-02-23T12:57:56.448Z[ host-package] Compiling linear-map v1.2.0
26762025-02-23T12:57:57.436Z[ host-package] Compiling swrite v0.1.0
26772025-02-23T12:57:57.590Z[ host-package] Compiling float-ord v0.3.2
26782025-02-23T12:57:58.098Z[ host-package] Compiling highway v1.2.0
26792025-02-23T12:57:58.310Z[ host-package] Compiling semver v0.1.20
26802025-02-23T12:57:59.354Z[ helios-setup] Feb 23 12:57:58.066 INFO E| Compiling zerocopy v0.6.6
26812025-02-23T12:57:59.667Z[ host-package] Compiling rustc_version v0.1.7
26822025-02-23T12:57:59.846Z[ host-package] Compiling tungstenite v0.21.0
26832025-02-23T12:58:00.361Z[ host-package] Compiling rustls-webpki v0.102.8
26842025-02-23T12:58:00.511Z[ host-package] Compiling newtype_derive v0.1.6
26852025-02-23T12:58:01.052Z[ helios-setup] Feb 23 12:57:59.763 INFO E| Compiling pest v2.7.15
26862025-02-23T12:58:01.110Z[ host-package] Compiling ipnetwork v0.21.1
26872025-02-23T12:58:01.676Z[ host-package] Compiling humantime v2.1.0
26882025-02-23T12:58:02.143Z[ host-package] Compiling oxnet v0.1.0
26892025-02-23T12:58:02.561Z[ helios-setup] Feb 23 12:58:01.273 INFO E| Compiling modular-bitfield-impl v0.11.2
26902025-02-23T12:58:02.765Z[ helios-setup] Feb 23 12:58:01.476 INFO E| Compiling strum_macros v0.23.1
26912025-02-23T12:58:03.058Z[ helios-setup] Feb 23 12:58:01.769 INFO E| Compiling scroll_derive v0.10.5
26922025-02-23T12:58:03.452Z[ host-package] Compiling tokio-tungstenite v0.21.0
26932025-02-23T12:58:03.633Z[ host-package] Compiling daft v0.1.1
26942025-02-23T12:58:05.169Z[ host-package] Compiling dropshot v0.15.1
26952025-02-23T12:58:05.288Z[ host-package] Compiling instant v0.1.13
26962025-02-23T12:58:05.441Z[ host-package] Compiling steno v0.4.1
26972025-02-23T12:58:05.845Z[ host-package] Compiling backoff v0.4.0
26982025-02-23T12:58:06.076Z[ helios-setup] Feb 23 12:58:04.787 INFO E| Compiling pest_meta v2.7.15
26992025-02-23T12:58:06.178Z[ helios-setup] Feb 23 12:58:04.888 INFO E| Compiling scroll v0.10.2
27002025-02-23T12:58:06.489Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27012025-02-23T12:58:06.802Z[ host-package] Compiling typify-macro v0.3.0
27022025-02-23T12:58:07.013Z[ helios-setup] Feb 23 12:58:05.724 INFO E| Compiling structopt-derive v0.4.18
27032025-02-23T12:58:07.323Z[ helios-setup] Feb 23 12:58:06.033 INFO E| Compiling goblin v0.4.3
27042025-02-23T12:58:07.524Z[ host-package] Compiling parse-display v0.10.0
27052025-02-23T12:58:08.117Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27062025-02-23T12:58:08.160Z[ helios-setup] Feb 23 12:58:06.871 INFO E| Compiling modular-bitfield v0.11.2
27072025-02-23T12:58:08.542Z[ host-package] Compiling serde_with v3.11.0
27082025-02-23T12:58:08.660Z[ host-package] Compiling strum v0.26.3
27092025-02-23T12:58:08.880Z[ helios-setup] Feb 23 12:58:07.590 INFO E| Compiling pest_generator v2.7.15
27102025-02-23T12:58:09.573Z[ host-package] Compiling regress v0.9.1
27112025-02-23T12:58:12.131Z[ host-package] Compiling tokio-rustls v0.25.0
27122025-02-23T12:58:12.423Z[ helios-setup] Feb 23 12:58:11.133 INFO E| Compiling structopt v0.3.26
27132025-02-23T12:58:12.799Z[ host-package] Compiling dropshot v0.12.0
27142025-02-23T12:58:14.757Z[ helios-setup] Feb 23 12:58:13.466 INFO E| Compiling pest_derive v2.7.15
27152025-02-23T12:58:16.511Z[ host-package] Compiling tokio-rustls v0.26.0
27162025-02-23T12:58:17.177Z[ host-package] Compiling hyper-rustls v0.27.3
27172025-02-23T12:58:17.843Z[ host-package] Compiling reqwest v0.12.12
27182025-02-23T12:58:19.030Z[ helios-setup] Feb 23 12:58:17.738 INFO E| Compiling json5 v0.4.1
27192025-02-23T12:58:20.172Z[ host-package] Compiling qorb v0.2.1
27202025-02-23T12:58:23.751Z[ host-package] Compiling typify v0.3.0
27212025-02-23T12:58:24.024Z[ host-package] Compiling progenitor-impl v0.9.1
27222025-02-23T12:58:25.024Z[ helios-setup] Feb 23 12:58:23.731 INFO E| Compiling four-cc v0.3.0
27232025-02-23T12:58:25.024Z[ helios-setup] Feb 23 12:58:23.731 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
27242025-02-23T12:58:25.269Z[ helios-setup] Feb 23 12:58:23.977 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
27252025-02-23T12:58:28.105Z[ host-package] Compiling progenitor-client v0.9.1
27262025-02-23T12:58:30.437Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27272025-02-23T12:58:32.077Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27282025-02-23T12:58:38.642Z[ host-package] Compiling progenitor-client v0.8.0
27292025-02-23T12:58:58.425Z[ host-package] Compiling progenitor v0.8.0
27302025-02-23T12:58:58.736Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
27312025-02-23T12:59:06.877Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27322025-02-23T12:59:09.240Z[ host-package] Compiling progenitor-macro v0.9.1
27332025-02-23T12:59:10.346Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27342025-02-23T12:59:12.335Z[ helios-setup] Feb 23 12:59:11.034 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27352025-02-23T12:59:12.386Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27362025-02-23T12:59:12.757Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27372025-02-23T12:59:13.739Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27382025-02-23T12:59:18.980Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27392025-02-23T12:59:21.026Z[ host-package] Compiling macaddr v1.0.1
27402025-02-23T12:59:21.089Z[ host-package] Compiling progenitor v0.9.1
27412025-02-23T12:59:21.413Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27422025-02-23T12:59:21.765Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27432025-02-23T12:59:22.123Z[ host-package] Compiling slog-dtrace v0.3.0
27442025-02-23T12:59:22.248Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
27452025-02-23T12:59:22.415Z[ host-package] Compiling prettyplease v0.2.29
27462025-02-23T12:59:22.501Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27472025-02-23T12:59:22.555Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27482025-02-23T12:59:23.485Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27492025-02-23T12:59:24.962Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27502025-02-23T12:59:29.168Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27512025-02-23T12:59:30.554Z[ helios-setup] Feb 23 12:59:29.250 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27522025-02-23T12:59:32.015Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27532025-02-23T12:59:34.310Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27542025-02-23T12:59:37.592Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27552025-02-23T12:59:40.786Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27562025-02-23T12:59:50.220Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
27572025-02-23T12:59:52.549Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27582025-02-23T12:59:54.768Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592025-02-23T12:59:56.162Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27602025-02-23T12:59:56.331Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27612025-02-23T12:59:57.415Z[ host-package] Compiling half v2.4.1
27622025-02-23T12:59:58.342Z[ host-package] Compiling ciborium-io v0.2.2
27632025-02-23T12:59:58.637Z[ host-package] Compiling ciborium-ll v0.2.2
27642025-02-23T12:59:59.297Z[ host-package] Compiling bytecount v0.6.8
27652025-02-23T12:59:59.741Z[ host-package] Compiling ciborium v0.2.2
27662025-02-23T13:00:01.982Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27672025-02-23T13:00:02.205Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27682025-02-23T13:00:02.872Z[ host-package] Compiling display-error-chain v0.2.2
27692025-02-23T13:00:03.226Z[ host-package] Compiling fastrand v2.1.1
27702025-02-23T13:00:03.917Z[ host-package] Compiling same-file v1.0.6
27712025-02-23T13:00:04.263Z[ host-package] Compiling walkdir v2.5.0
27722025-02-23T13:00:04.441Z[ host-package] Compiling tempfile v3.13.0
27732025-02-23T13:00:05.038Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27742025-02-23T13:00:05.390Z[ host-package] Compiling blake3 v1.5.4
27752025-02-23T13:00:05.968Z[ host-package] Compiling const_format_proc_macros v0.2.34
27762025-02-23T13:00:06.304Z[ host-package] Compiling xattr v1.3.1
27772025-02-23T13:00:06.730Z[ host-package] Compiling memmap2 v0.9.5
27782025-02-23T13:00:07.418Z[ host-package] Compiling filetime v0.2.25
27792025-02-23T13:00:08.064Z[ host-package] Compiling keccak v0.1.5
27802025-02-23T13:00:08.174Z[ host-package] Compiling arrayref v0.3.9
27812025-02-23T13:00:08.389Z[ host-package] Compiling maplit v1.0.2
27822025-02-23T13:00:08.656Z[ host-package] Compiling crunchy v0.2.2
27832025-02-23T13:00:08.716Z[ host-package] Compiling constant_time_eq v0.3.1
27842025-02-23T13:00:09.015Z[ host-package] Compiling arrayvec v0.7.6
27852025-02-23T13:00:09.613Z[ host-package] Compiling sha3 v0.10.8
27862025-02-23T13:00:09.681Z[ host-package] Compiling const_format v0.2.34
27872025-02-23T13:00:09.988Z[ host-package] Compiling tar v0.4.42
27882025-02-23T13:00:10.850Z[ host-package] Compiling camino-tempfile v1.1.1
27892025-02-23T13:00:11.212Z[ host-package] Compiling toolchain_find v0.4.0
27902025-02-23T13:00:11.537Z[ host-package] Compiling topological-sort v0.2.2
27912025-02-23T13:00:11.613Z[ host-package] Compiling tiny-keccak v2.0.2
27922025-02-23T13:00:11.909Z[ host-package] Compiling omicron-zone-package v0.12.0
27932025-02-23T13:00:11.979Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27942025-02-23T13:00:12.287Z[ host-package] Compiling dsl_auto_type v0.1.2
27952025-02-23T13:00:12.664Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27962025-02-23T13:00:12.696Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27972025-02-23T13:00:13.435Z[ host-package] Compiling r2d2 v0.8.10
27982025-02-23T13:00:13.522Z[ host-package] Compiling phf_generator v0.11.2
27992025-02-23T13:00:13.802Z[ host-package] Compiling ascii-canvas v3.0.0
28002025-02-23T13:00:14.079Z[ host-package] Compiling diesel_derives v2.2.3
28012025-02-23T13:00:14.296Z[ host-package] Compiling secrecy v0.8.0
28022025-02-23T13:00:14.386Z[ host-package] Compiling ena v0.14.3
28032025-02-23T13:00:14.492Z[ host-package] Compiling arc-swap v1.7.1
28042025-02-23T13:00:14.667Z[ host-package] Compiling bindgen v0.71.1
28052025-02-23T13:00:15.053Z[ host-package] Compiling regex-syntax v0.6.29
28062025-02-23T13:00:15.261Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28072025-02-23T13:00:15.434Z[ host-package] Compiling diff v0.1.13
28082025-02-23T13:00:15.851Z[ host-package] Compiling slog-scope v4.4.0
28092025-02-23T13:00:16.025Z[ host-package] Compiling phf_codegen v0.11.2
28102025-02-23T13:00:16.228Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28112025-02-23T13:00:16.356Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28122025-02-23T13:00:16.775Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28132025-02-23T13:00:17.068Z[ host-package] Compiling universal-hash v0.5.1
28142025-02-23T13:00:17.480Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28152025-02-23T13:00:17.506Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28162025-02-23T13:00:17.584Z[ host-package] Compiling parse-zoneinfo v0.3.1
28172025-02-23T13:00:19.212Z[ host-package] Compiling lalrpop v0.19.12
28182025-02-23T13:00:19.799Z[ helios-setup] Feb 23 13:00:18.463 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 42s
28192025-02-23T13:00:19.862Z[ helios-setup] Feb 23 13:00:18.550 INFO building project "amd-host-image-builder" ok (185 seconds)
28202025-02-23T13:00:19.862Z[ helios-setup] Feb 23 13:00:18.551 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28212025-02-23T13:00:19.865Z[ helios-setup] Feb 23 13:00:18.551 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28222025-02-23T13:00:20.174Z[ helios-setup] Feb 23 13:00:18.863 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28232025-02-23T13:00:20.403Z[ host-package] Compiling unicase v2.7.0
28242025-02-23T13:00:20.481Z[ host-package] Compiling opaque-debug v0.3.1
28252025-02-23T13:00:20.618Z[ host-package] Compiling rustc-hash v2.1.1
28262025-02-23T13:00:20.640Z[ helios-setup] Feb 23 13:00:19.328 INFO E| From https://github.com/jclulow/rust-jmclib
28272025-02-23T13:00:20.640Z[ helios-setup] Feb 23 13:00:19.328 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28282025-02-23T13:00:20.661Z[ helios-setup] Feb 23 13:00:19.349 INFO E| Updating crates.io index
28292025-02-23T13:00:20.797Z[ host-package] Compiling ref-cast v1.0.23
28302025-02-23T13:00:20.864Z[ helios-setup] Feb 23 13:00:19.552 INFO E| Downloading crates ...
28312025-02-23T13:00:21.094Z[ helios-setup] Feb 23 13:00:19.782 INFO E| Downloaded opaque-debug v0.3.0
28322025-02-23T13:00:21.097Z[ helios-setup] Feb 23 13:00:19.784 INFO E| Downloaded block-buffer v0.9.0
28332025-02-23T13:00:21.100Z[ helios-setup] Feb 23 13:00:19.786 INFO E| Downloaded libdevinfo-sys v1.0.0
28342025-02-23T13:00:21.100Z[ helios-setup] Feb 23 13:00:19.787 INFO E| Downloaded anyhow v1.0.72
28352025-02-23T13:00:21.139Z[ helios-setup] Feb 23 13:00:19.827 INFO E| Downloaded sha-1 v0.9.8
28362025-02-23T13:00:21.142Z[ helios-setup] Feb 23 13:00:19.830 INFO E| Downloaded itoa v1.0.9
28372025-02-23T13:00:21.145Z[ helios-setup] Feb 23 13:00:19.833 INFO E| Downloaded errno v0.3.1
28382025-02-23T13:00:21.147Z[ helios-setup] Feb 23 13:00:19.835 INFO E| Downloaded digest v0.9.0
28392025-02-23T13:00:21.150Z[ helios-setup] Feb 23 13:00:19.837 INFO E| Downloaded unicode-width v0.1.10
28402025-02-23T13:00:21.152Z[ helios-setup] Feb 23 13:00:19.839 INFO E| Downloaded glob v0.3.1
28412025-02-23T13:00:21.155Z[ helios-setup] Feb 23 13:00:19.841 INFO E| Downloaded cpufeatures v0.2.9
28422025-02-23T13:00:21.158Z[ helios-setup] Feb 23 13:00:19.844 INFO E| Downloaded walkdir v2.3.3
28432025-02-23T13:00:21.160Z[ helios-setup] Feb 23 13:00:19.847 INFO E| Downloaded quote v1.0.31
28442025-02-23T13:00:21.164Z[ helios-setup] Feb 23 13:00:19.852 INFO E| Downloaded proc-macro2 v1.0.66
28452025-02-23T13:00:21.168Z[ helios-setup] Feb 23 13:00:19.857 INFO E| Downloaded tempfile v3.7.0
28462025-02-23T13:00:21.173Z[ helios-setup] Feb 23 13:00:19.861 INFO E| Downloaded uuid v0.8.2
28472025-02-23T13:00:21.179Z[ helios-setup] Feb 23 13:00:19.867 INFO E| Downloaded ryu v1.0.15
28482025-02-23T13:00:21.184Z[ helios-setup] Feb 23 13:00:19.873 INFO E| Downloaded toml v0.5.11
28492025-02-23T13:00:21.195Z[ helios-setup] Feb 23 13:00:19.883 INFO E| Downloaded serde v1.0.193
28502025-02-23T13:00:21.201Z[ helios-setup] Feb 23 13:00:19.889 INFO E| Downloaded unicode-ident v1.0.11
28512025-02-23T13:00:21.205Z[ helios-setup] Feb 23 13:00:19.893 INFO E| Downloaded typenum v1.16.0
28522025-02-23T13:00:21.209Z[ helios-setup] Feb 23 13:00:19.897 INFO E| Downloaded serde_json v1.0.103
28532025-02-23T13:00:21.219Z[ helios-setup] Feb 23 13:00:19.907 INFO E| Downloaded serde_derive v1.0.193
28542025-02-23T13:00:21.224Z[ helios-setup] Feb 23 13:00:19.912 INFO E| Downloaded once_cell v1.18.0
28552025-02-23T13:00:21.230Z[ helios-setup] Feb 23 13:00:19.915 INFO E| Downloaded getrandom v0.2.10
28562025-02-23T13:00:21.233Z[ helios-setup] Feb 23 13:00:19.919 INFO E| Downloaded bitflags v2.3.3
28572025-02-23T13:00:21.235Z[ helios-setup] Feb 23 13:00:19.923 INFO E| Downloaded md-5 v0.9.1
28582025-02-23T13:00:21.238Z[ helios-setup] Feb 23 13:00:19.926 INFO E| Downloaded fastrand v2.0.0
28592025-02-23T13:00:21.273Z[ helios-setup] Feb 23 13:00:19.961 INFO E| Downloaded syn v2.0.32
28602025-02-23T13:00:21.297Z[ helios-setup] Feb 23 13:00:19.985 INFO E| Downloaded rustix v0.38.4
28612025-02-23T13:00:21.359Z[ helios-setup] Feb 23 13:00:20.047 INFO E| Downloaded libc v0.2.147
28622025-02-23T13:00:21.490Z[ helios-setup] Feb 23 13:00:20.178 INFO E| Compiling libc v0.2.147
28632025-02-23T13:00:21.490Z[ helios-setup] Feb 23 13:00:20.178 INFO E| Compiling proc-macro2 v1.0.66
28642025-02-23T13:00:21.490Z[ helios-setup] Feb 23 13:00:20.178 INFO E| Compiling unicode-ident v1.0.11
28652025-02-23T13:00:21.490Z[ helios-setup] Feb 23 13:00:20.178 INFO E| Compiling cfg-if v1.0.0
28662025-02-23T13:00:21.495Z[ helios-setup] Feb 23 13:00:20.178 INFO E| Compiling typenum v1.16.0
28672025-02-23T13:00:21.495Z[ helios-setup] Feb 23 13:00:20.178 INFO E| Compiling version_check v0.9.4
28682025-02-23T13:00:21.498Z[ helios-setup] Feb 23 13:00:20.186 INFO E| Compiling serde v1.0.193
28692025-02-23T13:00:21.500Z[ helios-setup] Feb 23 13:00:20.186 INFO E| Compiling rustix v0.38.4
28702025-02-23T13:00:21.612Z[ host-package] Compiling poly1305 v0.8.0
28712025-02-23T13:00:21.875Z[ helios-setup] Feb 23 13:00:20.563 INFO E| Compiling slog v2.7.0
28722025-02-23T13:00:21.971Z[ helios-setup] Feb 23 13:00:20.659 INFO E| Compiling powerfmt v0.2.0
28732025-02-23T13:00:22.624Z[ helios-setup] Feb 23 13:00:21.311 INFO E| Compiling itoa v1.0.9
28742025-02-23T13:00:22.730Z[ helios-setup] Feb 23 13:00:21.418 INFO E| Compiling generic-array v0.14.7
28752025-02-23T13:00:22.980Z[ helios-setup] Feb 23 13:00:21.668 INFO E| Compiling num-conv v0.1.0
28762025-02-23T13:00:23.040Z[ helios-setup] Feb 23 13:00:21.728 INFO E| Compiling time-core v0.1.2
28772025-02-23T13:00:23.301Z[ helios-setup] Feb 23 13:00:21.988 INFO E| Compiling deranged v0.3.11
28782025-02-23T13:00:23.416Z[ helios-setup] Feb 23 13:00:22.104 INFO E| Compiling once_cell v1.18.0
28792025-02-23T13:00:23.424Z[ helios-setup] Feb 23 13:00:22.112 INFO E| Compiling time-macros v0.2.18
28802025-02-23T13:00:23.724Z[ helios-setup] Feb 23 13:00:22.412 INFO E| Compiling num_threads v0.1.6
28812025-02-23T13:00:23.964Z[ helios-setup] Feb 23 13:00:22.652 INFO E| Compiling bitflags v2.3.3
28822025-02-23T13:00:24.124Z[ helios-setup] Feb 23 13:00:22.811 INFO E| Compiling thread_local v1.1.7
28832025-02-23T13:00:24.733Z[ helios-setup] Feb 23 13:00:23.421 INFO E| Compiling serde_json v1.0.103
28842025-02-23T13:00:24.843Z[ host-package] Compiling thiserror-no-std v2.0.2
28852025-02-23T13:00:25.290Z[ helios-setup] Feb 23 13:00:23.977 INFO E| Compiling quote v1.0.31
28862025-02-23T13:00:25.467Z[ host-package] Compiling chrono-tz-build v0.4.0
28872025-02-23T13:00:25.754Z[ helios-setup] Feb 23 13:00:24.441 INFO E| Compiling dirs-sys-next v0.1.2
28882025-02-23T13:00:25.849Z[ helios-setup] Feb 23 13:00:24.536 INFO E| Compiling errno v0.3.1
28892025-02-23T13:00:26.002Z[ helios-setup] Feb 23 13:00:24.689 INFO E| Compiling syn v2.0.32
28902025-02-23T13:00:26.179Z[ helios-setup] Feb 23 13:00:24.866 INFO E| Compiling dirs-next v2.0.0
28912025-02-23T13:00:26.338Z[ helios-setup] Feb 23 13:00:25.025 INFO E| Compiling atty v0.2.14
28922025-02-23T13:00:26.544Z[ helios-setup] Feb 23 13:00:25.231 INFO E| Compiling term v0.7.0
28932025-02-23T13:00:26.566Z[ helios-setup] Feb 23 13:00:25.253 INFO E| Compiling opaque-debug v0.3.0
28942025-02-23T13:00:26.645Z[ helios-setup] Feb 23 13:00:25.331 INFO E| Compiling anyhow v1.0.72
28952025-02-23T13:00:26.665Z[ helios-setup] Feb 23 13:00:25.352 INFO E| Compiling fastrand v2.0.0
28962025-02-23T13:00:27.045Z[ helios-setup] Feb 23 13:00:25.732 INFO E| Compiling getrandom v0.2.10
28972025-02-23T13:00:27.733Z[ helios-setup] Feb 23 13:00:26.350 INFO E| Compiling ryu v1.0.15
28982025-02-23T13:00:28.026Z[ helios-setup] Feb 23 13:00:26.713 INFO E| Compiling block-buffer v0.9.0
28992025-02-23T13:00:28.053Z[ host-package] Compiling slog-stdlog v4.1.1
29002025-02-23T13:00:28.076Z[ helios-setup] Feb 23 13:00:26.762 INFO E| Compiling digest v0.9.0
29012025-02-23T13:00:28.216Z[ host-package] Compiling diesel v2.2.7
29022025-02-23T13:00:28.420Z[ helios-setup] Feb 23 13:00:27.106 INFO E| Compiling unicode-width v0.1.10
29032025-02-23T13:00:28.432Z[ helios-setup] Feb 23 13:00:27.119 INFO E| Compiling time v0.3.36
29042025-02-23T13:00:28.539Z[ helios-setup] Feb 23 13:00:27.226 INFO E| Compiling same-file v1.0.6
29052025-02-23T13:00:28.608Z[ helios-setup] Feb 23 13:00:27.294 INFO E| Compiling cpufeatures v0.2.9
29062025-02-23T13:00:28.716Z[ helios-setup] Feb 23 13:00:27.403 INFO E| Compiling sha-1 v0.9.8
29072025-02-23T13:00:28.920Z[ helios-setup] Feb 23 13:00:27.606 INFO E| Compiling walkdir v2.3.3
29082025-02-23T13:00:29.453Z[ helios-setup] Feb 23 13:00:28.139 INFO E| Compiling tempfile v3.7.0
29092025-02-23T13:00:29.568Z[ helios-setup] Feb 23 13:00:28.255 INFO E| Compiling getopts v0.2.21
29102025-02-23T13:00:29.846Z[ helios-setup] Feb 23 13:00:28.532 INFO E| Compiling md-5 v0.9.1
29112025-02-23T13:00:29.981Z[ helios-setup] Feb 23 13:00:28.667 INFO E| Compiling glob v0.3.1
29122025-02-23T13:00:30.040Z[ helios-setup] Feb 23 13:00:28.726 INFO E| Compiling libdevinfo-sys v1.0.0
29132025-02-23T13:00:30.860Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29142025-02-23T13:00:31.576Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29152025-02-23T13:00:31.925Z[ helios-setup] Feb 23 13:00:30.610 INFO E| Compiling slog-term v2.9.0
29162025-02-23T13:00:32.318Z[ host-package] Compiling derive_builder_core v0.20.2
29172025-02-23T13:00:33.159Z[ helios-setup] Feb 23 13:00:31.845 INFO E| Compiling serde_derive v1.0.193
29182025-02-23T13:00:35.201Z[ host-package] Compiling chacha20 v0.9.1
29192025-02-23T13:00:35.741Z[ host-package] Compiling headers-core v0.3.0
29202025-02-23T13:00:36.063Z[ host-package] Compiling aead v0.5.2
29212025-02-23T13:00:36.490Z[ host-package] Compiling libxml v0.3.3
29222025-02-23T13:00:37.083Z[ host-package] Compiling ref-cast-impl v1.0.23
29232025-02-23T13:00:38.586Z[ host-package] Compiling vte_generate_state_changes v0.1.2
29242025-02-23T13:00:39.356Z[ host-package] Compiling vte v0.11.1
29252025-02-23T13:00:40.341Z[ host-package] Compiling samael v0.0.18
29262025-02-23T13:00:41.996Z[ host-package] Compiling chacha20poly1305 v0.10.1
29272025-02-23T13:00:42.130Z[ host-package] Compiling headers v0.4.0
29282025-02-23T13:00:42.481Z[ host-package] Compiling derive_builder_macro v0.20.2
29292025-02-23T13:00:43.734Z[ host-package] Compiling slog-envlogger v2.2.0
29302025-02-23T13:00:45.487Z[ helios-setup] Feb 23 13:00:44.159 INFO E| Compiling toml v0.5.11
29312025-02-23T13:00:45.487Z[ helios-setup] Feb 23 13:00:44.159 INFO E| Compiling uuid v0.8.2
29322025-02-23T13:00:46.412Z[ host-package] Compiling chrono-tz v0.10.1
29332025-02-23T13:00:46.929Z[ host-package] Compiling vsss-rs v3.3.4
29342025-02-23T13:00:47.509Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29352025-02-23T13:00:47.807Z[ helios-setup] Feb 23 13:00:46.489 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29362025-02-23T13:00:49.439Z[ helios-setup] Feb 23 13:00:48.122 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29372025-02-23T13:00:50.529Z[ host-package] Compiling polar-core v0.27.3
29382025-02-23T13:00:50.955Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29392025-02-23T13:00:52.595Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29402025-02-23T13:00:53.059Z[ host-package] Compiling strum_macros v0.24.3
29412025-02-23T13:00:55.320Z[ host-package] Compiling fxhash v0.2.1
29422025-02-23T13:00:55.720Z[ host-package] Compiling indoc v1.0.9
29432025-02-23T13:00:57.228Z[ host-package] Compiling derive_builder v0.20.2
29442025-02-23T13:00:59.503Z[ helios-setup] Feb 23 13:00:58.185 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.51s
29452025-02-23T13:00:59.534Z[ helios-setup] Feb 23 13:00:58.215 INFO building project "image-builder" ok (39 seconds)
29462025-02-23T13:00:59.534Z[ helios-setup] Feb 23 13:00:58.215 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
29472025-02-23T13:00:59.534Z[ helios-setup] Feb 23 13:00:58.215 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
29482025-02-23T13:00:59.828Z[ helios-setup] Feb 23 13:00:58.510 INFO E| Downloading crates ...
29492025-02-23T13:00:59.949Z[ helios-setup] Feb 23 13:00:58.630 INFO E| Downloaded miniz_oxide v0.7.2
29502025-02-23T13:01:00.011Z[ helios-setup] Feb 23 13:00:58.693 INFO E| Compiling adler v1.0.2
29512025-02-23T13:01:00.214Z[ helios-setup] Feb 23 13:00:58.895 INFO E| Compiling miniz_oxide v0.7.2
29522025-02-23T13:01:02.736Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29532025-02-23T13:01:02.739Z[ helios-setup] Feb 23 13:01:01.420 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
29542025-02-23T13:01:03.613Z[ host-package] Compiling papergrid v0.11.0
29552025-02-23T13:01:03.657Z[ helios-setup] Feb 23 13:01:02.338 INFO E| Finished `release` profile [optimized] target(s) in 4.00s
29562025-02-23T13:01:03.668Z[ helios-setup] Feb 23 13:01:02.349 INFO building project "pinprick" ok (4 seconds)
29572025-02-23T13:01:03.668Z[ helios-setup] Feb 23 13:01:02.349 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29582025-02-23T13:01:03.668Z[ helios-setup] Feb 23 13:01:02.349 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29592025-02-23T13:01:03.708Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29602025-02-23T13:01:03.947Z[ helios-setup] Feb 23 13:01:02.628 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29612025-02-23T13:01:04.154Z[ host-package] Compiling tabled_derive v0.7.0
29622025-02-23T13:01:04.940Z[ helios-setup] Feb 23 13:01:03.620 INFO E| From https://github.com/oxidecomputer/progenitor
29632025-02-23T13:01:04.940Z[ helios-setup] Feb 23 13:01:03.620 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29642025-02-23T13:01:05.053Z[ helios-setup] Feb 23 13:01:03.733 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29652025-02-23T13:01:05.497Z[ helios-setup] Feb 23 13:01:04.178 INFO E| From https://github.com/jclulow/hiercmd
29662025-02-23T13:01:05.497Z[ helios-setup] Feb 23 13:01:04.178 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29672025-02-23T13:01:05.517Z[ helios-setup] Feb 23 13:01:04.197 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29682025-02-23T13:01:05.959Z[ helios-setup] Feb 23 13:01:04.640 INFO E| From https://github.com/jclulow/network-interface
29692025-02-23T13:01:05.959Z[ helios-setup] Feb 23 13:01:04.640 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29702025-02-23T13:01:05.993Z[ helios-setup] Feb 23 13:01:04.673 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29712025-02-23T13:01:06.357Z[ host-package] Compiling fd-lock v4.0.2
29722025-02-23T13:01:06.473Z[ helios-setup] Feb 23 13:01:05.154 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29732025-02-23T13:01:06.476Z[ helios-setup] Feb 23 13:01:05.154 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29742025-02-23T13:01:06.511Z[ helios-setup] Feb 23 13:01:05.191 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29752025-02-23T13:01:06.639Z[ host-package] Compiling peg-macros v0.8.4
29762025-02-23T13:01:07.369Z[ helios-setup] Feb 23 13:01:06.049 INFO E| From https://github.com/oxidecomputer/facade
29772025-02-23T13:01:07.369Z[ helios-setup] Feb 23 13:01:06.049 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29782025-02-23T13:01:07.413Z[ helios-setup] Feb 23 13:01:06.093 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29792025-02-23T13:01:08.229Z[ helios-setup] Feb 23 13:01:06.909 INFO E| From https://github.com/oxidecomputer/dropshot
29802025-02-23T13:01:08.229Z[ helios-setup] Feb 23 13:01:06.909 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29812025-02-23T13:01:08.274Z[ helios-setup] Feb 23 13:01:06.954 INFO E| Updating crates.io index
29822025-02-23T13:01:08.312Z[ helios-setup] Feb 23 13:01:06.992 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29832025-02-23T13:01:09.296Z[ helios-setup] Feb 23 13:01:07.976 INFO E| From https://github.com/oxidecomputer/typify
29842025-02-23T13:01:09.296Z[ helios-setup] Feb 23 13:01:07.976 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29852025-02-23T13:01:09.910Z[ helios-setup] Feb 23 13:01:08.589 INFO E| Downloading crates ...
29862025-02-23T13:01:10.080Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29872025-02-23T13:01:10.094Z[ helios-setup] Feb 23 13:01:08.774 INFO E| Downloaded const-random v0.1.15
29882025-02-23T13:01:10.097Z[ helios-setup] Feb 23 13:01:08.777 INFO E| Downloaded async-stream-impl v0.3.5
29892025-02-23T13:01:10.100Z[ helios-setup] Feb 23 13:01:08.778 INFO E| Downloaded concolor-override v1.0.0
29902025-02-23T13:01:10.102Z[ helios-setup] Feb 23 13:01:08.780 INFO E| Downloaded async-stream v0.3.5
29912025-02-23T13:01:10.140Z[ helios-setup] Feb 23 13:01:08.819 INFO E| Downloaded project-root v0.2.2
29922025-02-23T13:01:10.142Z[ helios-setup] Feb 23 13:01:08.821 INFO E| Downloaded futures-sink v0.3.28
29932025-02-23T13:01:10.145Z[ helios-setup] Feb 23 13:01:08.823 INFO E| Downloaded const-random-macro v0.1.15
29942025-02-23T13:01:10.177Z[ helios-setup] Feb 23 13:01:08.856 INFO E| Downloaded want v0.3.0
29952025-02-23T13:01:10.179Z[ helios-setup] Feb 23 13:01:08.858 INFO E| Downloaded autocfg v1.1.0
29962025-02-23T13:01:10.182Z[ helios-setup] Feb 23 13:01:08.861 INFO E| Downloaded try-lock v0.2.4
29972025-02-23T13:01:10.185Z[ helios-setup] Feb 23 13:01:08.862 INFO E| Downloaded toolchain_find v0.2.0
29982025-02-23T13:01:10.185Z[ helios-setup] Feb 23 13:01:08.864 INFO E| Downloaded http-body v0.4.5
29992025-02-23T13:01:10.188Z[ helios-setup] Feb 23 13:01:08.868 INFO E| Downloaded tower-service v0.3.2
30002025-02-23T13:01:10.190Z[ helios-setup] Feb 23 13:01:08.869 INFO E| Downloaded home v0.5.4
30012025-02-23T13:01:10.193Z[ helios-setup] Feb 23 13:01:08.871 INFO E| Downloaded futures-io v0.3.28
30022025-02-23T13:01:10.193Z[ helios-setup] Feb 23 13:01:08.872 INFO E| Downloaded futures-task v0.3.28
30032025-02-23T13:01:10.196Z[ helios-setup] Feb 23 13:01:08.875 INFO E| Downloaded sha2 v0.10.6
30042025-02-23T13:01:10.199Z[ helios-setup] Feb 23 13:01:08.879 INFO E| Downloaded utf8parse v0.2.1
30052025-02-23T13:01:10.202Z[ helios-setup] Feb 23 13:01:08.881 INFO E| Downloaded num-integer v0.1.45
30062025-02-23T13:01:10.205Z[ helios-setup] Feb 23 13:01:08.885 INFO E| Downloaded smawk v0.3.1
30072025-02-23T13:01:10.207Z[ helios-setup] Feb 23 13:01:08.887 INFO E| Downloaded strsim v0.10.0
30082025-02-23T13:01:10.210Z[ helios-setup] Feb 23 13:01:08.890 INFO E| Downloaded num_enum_derive v0.5.7
30092025-02-23T13:01:10.213Z[ helios-setup] Feb 23 13:01:08.892 INFO E| Downloaded toml_datetime v0.6.1
30102025-02-23T13:01:10.215Z[ helios-setup] Feb 23 13:01:08.894 INFO E| Downloaded tokio-macros v2.0.0
30112025-02-23T13:01:10.218Z[ helios-setup] Feb 23 13:01:08.896 INFO E| Downloaded thiserror v1.0.38
30122025-02-23T13:01:10.224Z[ helios-setup] Feb 23 13:01:08.904 INFO E| Downloaded semver v0.11.0
30132025-02-23T13:01:10.227Z[ helios-setup] Feb 23 13:01:08.906 INFO E| Downloaded slog-bunyan v2.4.0
30142025-02-23T13:01:10.229Z[ helios-setup] Feb 23 13:01:08.909 INFO E| Downloaded proc-macro-crate v1.2.1
30152025-02-23T13:01:10.232Z[ helios-setup] Feb 23 13:01:08.911 INFO E| Downloaded schemars_derive v0.8.12
30162025-02-23T13:01:10.234Z[ helios-setup] Feb 23 13:01:08.913 INFO E| Downloaded rustfmt-wrapper v0.2.0
30172025-02-23T13:01:10.237Z[ helios-setup] Feb 23 13:01:08.916 INFO E| Downloaded async-trait v0.1.68
30182025-02-23T13:01:10.242Z[ helios-setup] Feb 23 13:01:08.922 INFO E| Downloaded pkg-config v0.3.26
30192025-02-23T13:01:10.245Z[ helios-setup] Feb 23 13:01:08.925 INFO E| Downloaded clap_derive v4.2.0
30202025-02-23T13:01:10.248Z[ helios-setup] Feb 23 13:01:08.928 INFO E| Downloaded serde_spanned v0.6.1
30212025-02-23T13:01:10.251Z[ helios-setup] Feb 23 13:01:08.930 INFO E| Downloaded slab v0.4.7
30222025-02-23T13:01:10.253Z[ helios-setup] Feb 23 13:01:08.932 INFO E| Downloaded scopeguard v1.1.0
30232025-02-23T13:01:10.256Z[ helios-setup] Feb 23 13:01:08.934 INFO E| Downloaded fastrand v1.9.0
30242025-02-23T13:01:10.260Z[ helios-setup] Feb 23 13:01:08.936 INFO E| Downloaded rustls-pemfile v1.0.2
30252025-02-23T13:01:10.262Z[ helios-setup] Feb 23 13:01:08.940 INFO E| Downloaded smartstring v1.0.1
30262025-02-23T13:01:10.265Z[ helios-setup] Feb 23 13:01:08.944 INFO E| Downloaded httpdate v1.0.2
30272025-02-23T13:01:10.268Z[ helios-setup] Feb 23 13:01:08.946 INFO E| Downloaded tokio-tungstenite v0.18.0
30282025-02-23T13:01:10.272Z[ helios-setup] Feb 23 13:01:08.950 INFO E| Downloaded serde_derive_internals v0.26.0
30292025-02-23T13:01:10.274Z[ helios-setup] Feb 23 13:01:08.952 INFO E| Downloaded generic-array v0.14.6
30302025-02-23T13:01:10.277Z[ helios-setup] Feb 23 13:01:08.955 INFO E| Downloaded semver-parser v0.10.2
30312025-02-23T13:01:10.279Z[ helios-setup] Feb 23 13:01:08.959 INFO E| Downloaded tokio-rustls v0.24.0
30322025-02-23T13:01:10.282Z[ helios-setup] Feb 23 13:01:08.961 INFO E| Downloaded time v0.1.45
30332025-02-23T13:01:10.285Z[ helios-setup] Feb 23 13:01:08.964 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
30342025-02-23T13:01:10.288Z[ helios-setup] Feb 23 13:01:08.968 INFO E| Downloaded pin-project-lite v0.2.9
30352025-02-23T13:01:10.297Z[ helios-setup] Feb 23 13:01:08.976 INFO E| Downloaded tinyvec v1.6.0
30362025-02-23T13:01:10.302Z[ helios-setup] Feb 23 13:01:08.981 INFO E| Downloaded toml v0.7.3
30372025-02-23T13:01:10.307Z[ helios-setup] Feb 23 13:01:08.987 INFO E| Downloaded semver v1.0.17
30382025-02-23T13:01:10.312Z[ helios-setup] Feb 23 13:01:08.992 INFO E| Downloaded rhai_codegen v1.5.0
30392025-02-23T13:01:10.330Z[ helios-setup] Feb 23 13:01:09.009 INFO E| Downloaded serde_derive v1.0.204
30402025-02-23T13:01:10.334Z[ helios-setup] Feb 23 13:01:09.014 INFO E| Downloaded proc-macro2 v1.0.86
30412025-02-23T13:01:10.339Z[ helios-setup] Feb 23 13:01:09.019 INFO E| Downloaded miniz_oxide v0.6.2
30422025-02-23T13:01:10.343Z[ helios-setup] Feb 23 13:01:09.023 INFO E| Downloaded tungstenite v0.18.0
30432025-02-23T13:01:10.348Z[ helios-setup] Feb 23 13:01:09.028 INFO E| Downloaded schemars v0.8.12
30442025-02-23T13:01:10.385Z[ helios-setup] Feb 23 13:01:09.065 INFO E| Downloaded serde v1.0.204
30452025-02-23T13:01:10.391Z[ helios-setup] Feb 23 13:01:09.071 INFO E| Downloaded url v2.3.1
30462025-02-23T13:01:10.396Z[ helios-setup] Feb 23 13:01:09.076 INFO E| Downloaded tracing v0.1.37
30472025-02-23T13:01:10.403Z[ helios-setup] Feb 23 13:01:09.083 INFO E| Downloaded tokio-util v0.7.7
30482025-02-23T13:01:10.445Z[ helios-setup] Feb 23 13:01:09.125 INFO E| Downloaded toml_edit v0.19.8
30492025-02-23T13:01:10.492Z[ helios-setup] Feb 23 13:01:09.171 INFO E| Downloaded mio v0.8.5
30502025-02-23T13:01:10.501Z[ helios-setup] Feb 23 13:01:09.181 INFO E| Downloaded unicode-normalization v0.1.22
30512025-02-23T13:01:10.507Z[ helios-setup] Feb 23 13:01:09.187 INFO E| Downloaded pest v2.5.7
30522025-02-23T13:01:10.515Z[ helios-setup] Feb 23 13:01:09.195 INFO E| Downloaded winnow v0.4.1
30532025-02-23T13:01:10.529Z[ helios-setup] Feb 23 13:01:09.209 INFO E| Downloaded crossbeam-channel v0.5.6
30542025-02-23T13:01:10.536Z[ helios-setup] Feb 23 13:01:09.216 INFO E| Downloaded serde_json v1.0.95
30552025-02-23T13:01:10.549Z[ helios-setup] Feb 23 13:01:09.229 INFO E| Downloaded aho-corasick v0.7.20
30562025-02-23T13:01:10.556Z[ helios-setup] Feb 23 13:01:09.235 INFO E| Downloaded clap_builder v4.2.1
30572025-02-23T13:01:10.567Z[ helios-setup] Feb 23 13:01:09.247 INFO E| Downloaded syn v1.0.107
30582025-02-23T13:01:10.586Z[ helios-setup] Feb 23 13:01:09.266 INFO E| Downloaded syn v2.0.72
30592025-02-23T13:01:10.606Z[ helios-setup] Feb 23 13:01:09.285 INFO E| Downloaded rustls v0.21.0
30602025-02-23T13:01:10.630Z[ helios-setup] Feb 23 13:01:09.309 INFO E| Downloaded hyper v0.14.25
30612025-02-23T13:01:10.644Z[ helios-setup] Feb 23 13:01:09.323 INFO E| Downloaded regex v1.7.3
30622025-02-23T13:01:10.658Z[ helios-setup] Feb 23 13:01:09.337 INFO E| Downloaded git2 v0.16.1
30632025-02-23T13:01:10.671Z[ helios-setup] Feb 23 13:01:09.351 INFO E| Downloaded chrono v0.4.24
30642025-02-23T13:01:10.686Z[ helios-setup] Feb 23 13:01:09.364 INFO E| Downloaded reqwest v0.11.16
30652025-02-23T13:01:10.698Z[ helios-setup] Feb 23 13:01:09.377 INFO E| Downloaded rhai v1.14.0
30662025-02-23T13:01:10.720Z[ helios-setup] Feb 23 13:01:09.399 INFO E| Downloaded rustix v0.37.3
30672025-02-23T13:01:10.751Z[ helios-setup] Feb 23 13:01:09.431 INFO E| Downloaded idna v0.3.0
30682025-02-23T13:01:10.763Z[ helios-setup] Feb 23 13:01:09.443 INFO E| Downloaded rayon v1.6.1
30692025-02-23T13:01:10.781Z[ helios-setup] Feb 23 13:01:09.461 INFO E| Downloaded regress v0.5.0
30702025-02-23T13:01:10.795Z[ helios-setup] Feb 23 13:01:09.474 INFO E| Downloaded h2 v0.3.16
30712025-02-23T13:01:10.806Z[ helios-setup] Feb 23 13:01:09.486 INFO E| Downloaded openapiv3 v1.0.2
30722025-02-23T13:01:10.826Z[ helios-setup] Feb 23 13:01:09.506 INFO E| Downloaded futures-util v0.3.28
30732025-02-23T13:01:10.846Z[ helios-setup] Feb 23 13:01:09.525 INFO E| Downloaded http v0.2.9
30742025-02-23T13:01:10.852Z[ helios-setup] Feb 23 13:01:09.531 INFO E| Downloaded flate2 v1.0.25
30752025-02-23T13:01:10.860Z[ helios-setup] Feb 23 13:01:09.539 INFO E| Downloaded base64 v0.21.0
30762025-02-23T13:01:10.866Z[ helios-setup] Feb 23 13:01:09.545 INFO E| Downloaded rustls-webpki v0.100.1
30772025-02-23T13:01:10.876Z[ helios-setup] Feb 23 13:01:09.555 INFO E| Downloaded unsafe-libyaml v0.2.8
30782025-02-23T13:01:10.881Z[ helios-setup] Feb 23 13:01:09.561 INFO E| Downloaded unicode-linebreak v0.1.4
30792025-02-23T13:01:10.884Z[ helios-setup] Feb 23 13:01:09.564 INFO E| Downloaded serde_yaml v0.9.21
30802025-02-23T13:01:10.891Z[ helios-setup] Feb 23 13:01:09.570 INFO E| Downloaded rayon-core v1.10.2
30812025-02-23T13:01:10.897Z[ helios-setup] Feb 23 13:01:09.577 INFO E| Downloaded tokio v1.27.0
30822025-02-23T13:01:10.952Z[ helios-setup] Feb 23 13:01:09.631 INFO E| Downloaded memchr v2.5.0
30832025-02-23T13:01:10.958Z[ helios-setup] Feb 23 13:01:09.638 INFO E| Downloaded futures v0.3.28
30842025-02-23T13:01:10.965Z[ helios-setup] Feb 23 13:01:09.645 INFO E| Downloaded cc v1.0.78
30852025-02-23T13:01:10.970Z[ helios-setup] Feb 23 13:01:09.650 INFO E| Downloaded tracing-core v0.1.30
30862025-02-23T13:01:10.974Z[ helios-setup] Feb 23 13:01:09.653 INFO E| Downloaded crossbeam-epoch v0.9.13
30872025-02-23T13:01:10.978Z[ helios-setup] Feb 23 13:01:09.657 INFO E| Downloaded bytes v1.4.0
30882025-02-23T13:01:10.984Z[ helios-setup] Feb 23 13:01:09.663 INFO E| Downloaded ryu v1.0.13
30892025-02-23T13:01:11.011Z[ helios-setup] Feb 23 13:01:09.688 INFO E| Downloaded uuid v1.3.0
30902025-02-23T13:01:11.015Z[ helios-setup] Feb 23 13:01:09.694 INFO E| Downloaded unicode-ident v1.0.8
30912025-02-23T13:01:11.019Z[ helios-setup] Feb 23 13:01:09.698 INFO E| Downloaded unicode-bidi v0.3.13
30922025-02-23T13:01:11.022Z[ helios-setup] Feb 23 13:01:09.702 INFO E| Downloaded ucd-trie v0.1.5
30932025-02-23T13:01:11.025Z[ helios-setup] Feb 23 13:01:09.704 INFO E| Downloaded sct v0.7.0
30942025-02-23T13:01:11.031Z[ helios-setup] Feb 23 13:01:09.709 INFO E| Downloaded parking_lot_core v0.9.6
30952025-02-23T13:01:11.033Z[ helios-setup] Feb 23 13:01:09.713 INFO E| Downloaded parking_lot v0.12.1
30962025-02-23T13:01:11.037Z[ helios-setup] Feb 23 13:01:09.717 INFO E| Downloaded libc v0.2.139
30972025-02-23T13:01:11.074Z[ helios-setup] Feb 23 13:01:09.754 INFO E| Downloaded once_cell v1.17.0
30982025-02-23T13:01:11.077Z[ helios-setup] Feb 23 13:01:09.757 INFO E| Downloaded log v0.4.17
30992025-02-23T13:01:11.081Z[ helios-setup] Feb 23 13:01:09.760 INFO E| Downloaded textwrap v0.16.0
31002025-02-23T13:01:11.085Z[ helios-setup] Feb 23 13:01:09.764 INFO E| Downloaded crossbeam-utils v0.8.14
31012025-02-23T13:01:11.089Z[ helios-setup] Feb 23 13:01:09.768 INFO E| Downloaded clap v4.2.1
31022025-02-23T13:01:11.100Z[ helios-setup] Feb 23 13:01:09.780 INFO E| Downloaded tempfile v3.5.0
31032025-02-23T13:01:11.104Z[ helios-setup] Feb 23 13:01:09.783 INFO E| Downloaded num-traits v0.2.15
31042025-02-23T13:01:11.107Z[ helios-setup] Feb 23 13:01:09.787 INFO E| Downloaded anyhow v1.0.68
31052025-02-23T13:01:11.113Z[ helios-setup] Feb 23 13:01:09.792 INFO E| Downloaded socket2 v0.4.9
31062025-02-23T13:01:11.116Z[ helios-setup] Feb 23 13:01:09.795 INFO E| Downloaded smallvec v1.10.0
31072025-02-23T13:01:11.119Z[ helios-setup] Feb 23 13:01:09.798 INFO E| Downloaded quote v1.0.36
31082025-02-23T13:01:11.122Z[ helios-setup] Feb 23 13:01:09.802 INFO E| Downloaded io-lifetimes v1.0.10
31092025-02-23T13:01:11.126Z[ helios-setup] Feb 23 13:01:09.806 INFO E| Downloaded getrandom v0.2.8
31102025-02-23T13:01:11.130Z[ helios-setup] Feb 23 13:01:09.809 INFO E| Downloaded ipnet v2.7.2
31112025-02-23T13:01:11.132Z[ helios-setup] Feb 23 13:01:09.812 INFO E| Downloaded lock_api v0.4.9
31122025-02-23T13:01:11.135Z[ helios-setup] Feb 23 13:01:09.814 INFO E| Downloaded paste v1.0.12
31132025-02-23T13:01:11.138Z[ helios-setup] Feb 23 13:01:09.818 INFO E| Downloaded futures-channel v0.3.28
31142025-02-23T13:01:11.141Z[ helios-setup] Feb 23 13:01:09.821 INFO E| Downloaded cargo-lock v8.0.3
31152025-02-23T13:01:11.145Z[ helios-setup] Feb 23 13:01:09.825 INFO E| Downloaded httparse v1.8.0
31162025-02-23T13:01:11.149Z[ helios-setup] Feb 23 13:01:09.828 INFO E| Downloaded camino v1.1.4
31172025-02-23T13:01:11.152Z[ helios-setup] Feb 23 13:01:09.831 INFO E| Downloaded thiserror-impl v1.0.38
31182025-02-23T13:01:11.154Z[ helios-setup] Feb 23 13:01:09.833 INFO E| Downloaded ahash v0.8.3
31192025-02-23T13:01:11.158Z[ helios-setup] Feb 23 13:01:09.837 INFO E| Downloaded anstream v0.2.6
31202025-02-23T13:01:11.161Z[ helios-setup] Feb 23 13:01:09.840 INFO E| Downloaded ahash v0.7.6
31212025-02-23T13:01:11.165Z[ helios-setup] Feb 23 13:01:09.844 INFO E| Downloaded futures-executor v0.3.28
31222025-02-23T13:01:11.167Z[ helios-setup] Feb 23 13:01:09.847 INFO E| Downloaded ppv-lite86 v0.2.17
31232025-02-23T13:01:11.170Z[ helios-setup] Feb 23 13:01:09.849 INFO E| Downloaded percent-encoding v2.2.0
31242025-02-23T13:01:11.173Z[ helios-setup] Feb 23 13:01:09.850 INFO E| Downloaded num_cpus v1.15.0
31252025-02-23T13:01:11.182Z[ helios-setup] Feb 23 13:01:09.854 INFO E| Downloaded jobserver v0.1.26
31262025-02-23T13:01:11.182Z[ helios-setup] Feb 23 13:01:09.856 INFO E| Downloaded futures-core v0.3.28
31272025-02-23T13:01:11.185Z[ helios-setup] Feb 23 13:01:09.858 INFO E| Downloaded lazy_static v1.4.0
31282025-02-23T13:01:11.185Z[ helios-setup] Feb 23 13:01:09.860 INFO E| Downloaded terminal_size v0.2.6
31292025-02-23T13:01:11.185Z[ helios-setup] Feb 23 13:01:09.862 INFO E| Downloaded itoa v1.0.6
31302025-02-23T13:01:11.185Z[ helios-setup] Feb 23 13:01:09.864 INFO E| Downloaded iana-time-zone v0.1.56
31312025-02-23T13:01:11.188Z[ helios-setup] Feb 23 13:01:09.867 INFO E| Downloaded dyn-clone v1.0.11
31322025-02-23T13:01:11.190Z[ helios-setup] Feb 23 13:01:09.870 INFO E| Downloaded signal-hook-registry v1.4.0
31332025-02-23T13:01:11.193Z[ helios-setup] Feb 23 13:01:09.872 INFO E| Downloaded sha1 v0.10.5
31342025-02-23T13:01:11.195Z[ helios-setup] Feb 23 13:01:09.874 INFO E| Downloaded futures-macro v0.3.28
31352025-02-23T13:01:11.198Z[ helios-setup] Feb 23 13:01:09.875 INFO E| Downloaded cpufeatures v0.2.5
31362025-02-23T13:01:11.198Z[ helios-setup] Feb 23 13:01:09.877 INFO E| Downloaded spin v0.5.2
31372025-02-23T13:01:11.201Z[ helios-setup] Feb 23 13:01:09.879 INFO E| Downloaded serde_path_to_error v0.1.11
31382025-02-23T13:01:11.203Z[ helios-setup] Feb 23 13:01:09.881 INFO E| Downloaded is-terminal v0.4.7
31392025-02-23T13:01:11.203Z[ helios-setup] Feb 23 13:01:09.883 INFO E| Downloaded slog-async v2.7.0
31402025-02-23T13:01:11.206Z[ helios-setup] Feb 23 13:01:09.885 INFO E| Downloaded memoffset v0.7.1
31412025-02-23T13:01:11.209Z[ helios-setup] Feb 23 13:01:09.886 INFO E| Downloaded digest v0.10.6
31422025-02-23T13:01:11.211Z[ helios-setup] Feb 23 13:01:09.889 INFO E| Downloaded serde_tokenstream v0.2.0
31432025-02-23T13:01:11.214Z[ helios-setup] Feb 23 13:01:09.894 INFO E| Downloaded num_enum v0.5.7
31442025-02-23T13:01:11.221Z[ helios-setup] Feb 23 13:01:09.901 INFO E| Downloaded form_urlencoded v1.1.0
31452025-02-23T13:01:11.227Z[ helios-setup] Feb 23 13:01:09.902 INFO E| Downloaded either v1.8.0
31462025-02-23T13:01:11.227Z[ helios-setup] Feb 23 13:01:09.904 INFO E| Downloaded encoding_rs v0.8.32
31472025-02-23T13:01:11.255Z[ helios-setup] Feb 23 13:01:09.934 INFO E| Downloaded clap_lex v0.4.1
31482025-02-23T13:01:11.262Z[ helios-setup] Feb 23 13:01:09.937 INFO E| Downloaded built v0.6.0
31492025-02-23T13:01:11.262Z[ helios-setup] Feb 23 13:01:09.938 INFO E| Downloaded crossbeam-deque v0.8.2
31502025-02-23T13:01:11.266Z[ helios-setup] Feb 23 13:01:09.946 INFO E| Downloaded block-buffer v0.10.3
31512025-02-23T13:01:11.269Z[ helios-setup] Feb 23 13:01:09.947 INFO E| Downloaded concolor-query v0.3.3
31522025-02-23T13:01:11.269Z[ helios-setup] Feb 23 13:01:09.948 INFO E| Downloaded byteorder v1.4.3
31532025-02-23T13:01:11.271Z[ helios-setup] Feb 23 13:01:09.951 INFO E| Downloaded bincode v1.3.3
31542025-02-23T13:01:11.274Z[ helios-setup] Feb 23 13:01:09.953 INFO E| Downloaded anstyle-parse v0.1.1
31552025-02-23T13:01:11.277Z[ helios-setup] Feb 23 13:01:09.957 INFO E| Downloaded anstyle v0.3.5
31562025-02-23T13:01:11.290Z[ host-package] Compiling kstat-rs v0.2.4
31572025-02-23T13:01:11.343Z[ helios-setup] Feb 23 13:01:10.023 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31582025-02-23T13:01:11.505Z[ helios-setup] Feb 23 13:01:10.184 INFO E| Downloaded libz-sys v1.1.8
31592025-02-23T13:01:11.848Z[ helios-setup] Feb 23 13:01:10.527 INFO E| Downloaded ring v0.16.20
31602025-02-23T13:01:12.303Z[ helios-setup] Feb 23 13:01:10.982 INFO E| Compiling proc-macro2 v1.0.86
31612025-02-23T13:01:12.303Z[ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling libc v0.2.139
31622025-02-23T13:01:12.304Z[ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling unicode-ident v1.0.8
31632025-02-23T13:01:12.306Z[ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling autocfg v1.1.0
31642025-02-23T13:01:12.306Z[ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling cfg-if v1.0.0
31652025-02-23T13:01:12.306Z[ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling version_check v0.9.4
31662025-02-23T13:01:12.306Z[ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling serde v1.0.204
31672025-02-23T13:01:12.306Z[ helios-setup] Feb 23 13:01:10.983 INFO E| Compiling syn v1.0.107
31682025-02-23T13:01:12.371Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
31692025-02-23T13:01:12.778Z[ helios-setup] Feb 23 13:01:11.458 INFO E| Compiling memchr v2.5.0
31702025-02-23T13:01:13.029Z[ helios-setup] Feb 23 13:01:11.708 INFO E| Compiling once_cell v1.17.0
31712025-02-23T13:01:13.104Z[ host-package] Compiling oso-derive v0.27.3
31722025-02-23T13:01:13.975Z[ helios-setup] Feb 23 13:01:12.652 INFO E| Compiling thiserror v1.0.38
31732025-02-23T13:01:14.004Z[ host-package] Compiling quick-xml v0.37.2
31742025-02-23T13:01:14.130Z[ helios-setup] Feb 23 13:01:12.809 INFO E| Compiling log v0.4.17
31752025-02-23T13:01:14.466Z[ helios-setup] Feb 23 13:01:13.145 INFO E| Compiling serde_json v1.0.95
31762025-02-23T13:01:15.103Z[ helios-setup] Feb 23 13:01:13.782 INFO E| Compiling itoa v1.0.6
31772025-02-23T13:01:15.767Z[ helios-setup] Feb 23 13:01:14.446 INFO E| Compiling jobserver v0.1.26
31782025-02-23T13:01:15.918Z[ helios-setup] Feb 23 13:01:14.597 INFO E| Compiling getrandom v0.2.8
31792025-02-23T13:01:16.357Z[ helios-setup] Feb 23 13:01:15.036 INFO E| Compiling cc v1.0.78
31802025-02-23T13:01:16.538Z[ helios-setup] Feb 23 13:01:15.217 INFO E| Compiling quote v1.0.36
31812025-02-23T13:01:16.655Z[ helios-setup] Feb 23 13:01:15.333 INFO E| Compiling scopeguard v1.1.0
31822025-02-23T13:01:16.737Z[ helios-setup] Feb 23 13:01:15.416 INFO E| Compiling pin-project-lite v0.2.9
31832025-02-23T13:01:17.176Z[ helios-setup] Feb 23 13:01:15.840 INFO E| Compiling indexmap v1.9.3
31842025-02-23T13:01:17.254Z[ helios-setup] Feb 23 13:01:15.933 INFO E| Compiling syn v2.0.72
31852025-02-23T13:01:17.599Z[ helios-setup] Feb 23 13:01:16.277 INFO E| Compiling bytes v1.4.0
31862025-02-23T13:01:17.751Z[ helios-setup] Feb 23 13:01:16.430 INFO E| Compiling futures-core v0.3.28
31872025-02-23T13:01:18.007Z[ helios-setup] Feb 23 13:01:16.686 INFO E| Compiling num-integer v0.1.45
31882025-02-23T13:01:18.134Z[ helios-setup] Feb 23 13:01:16.813 INFO E| Compiling ryu v1.0.13
31892025-02-23T13:01:19.484Z[ helios-setup] Feb 23 13:01:18.163 INFO E| Compiling lock_api v0.4.9
31902025-02-23T13:01:19.844Z[ helios-setup] Feb 23 13:01:18.522 INFO E| Compiling parking_lot_core v0.9.6
31912025-02-23T13:01:20.234Z[ helios-setup] Feb 23 13:01:18.912 INFO E| Compiling typenum v1.16.0
31922025-02-23T13:01:20.393Z[ helios-setup] Feb 23 13:01:19.071 INFO E| Compiling bitflags v1.3.2
31932025-02-23T13:01:20.836Z[ helios-setup] Feb 23 13:01:19.514 INFO E| Compiling num_cpus v1.15.0
31942025-02-23T13:01:21.005Z[ helios-setup] Feb 23 13:01:19.683 INFO E| Compiling generic-array v0.14.6
31952025-02-23T13:01:21.086Z[ helios-setup] Feb 23 13:01:19.764 INFO E| Compiling slab v0.4.7
31962025-02-23T13:01:21.260Z[ helios-setup] Feb 23 13:01:19.935 INFO E| Compiling futures-sink v0.3.28
31972025-02-23T13:01:21.395Z[ helios-setup] Feb 23 13:01:20.073 INFO E| Compiling futures-channel v0.3.28
31982025-02-23T13:01:21.440Z[ helios-setup] Feb 23 13:01:20.118 INFO E| Compiling futures-task v0.3.28
31992025-02-23T13:01:22.375Z[ host-package] Compiling diesel-dtrace v0.4.2
32002025-02-23T13:01:22.466Z[ host-package] Compiling nu-ansi-term v0.50.1
32012025-02-23T13:01:22.551Z[ helios-setup] Feb 23 13:01:21.229 INFO E| Compiling tokio v1.27.0
32022025-02-23T13:01:22.597Z[ helios-setup] Feb 23 13:01:21.275 INFO E| Compiling futures-util v0.3.28
32032025-02-23T13:01:23.569Z[ helios-setup] Feb 23 13:01:22.246 INFO E| Compiling mio v0.8.5
32042025-02-23T13:01:23.645Z[ helios-setup] Feb 23 13:01:22.323 INFO E| Compiling socket2 v0.4.9
32052025-02-23T13:01:23.678Z[ host-package] Compiling reedline v0.35.0
32062025-02-23T13:01:23.755Z[ helios-setup] Feb 23 13:01:22.432 INFO E| Compiling signal-hook-registry v1.4.0
32072025-02-23T13:01:24.434Z[ helios-setup] Feb 23 13:01:23.111 INFO E| Compiling schemars v0.8.12
32082025-02-23T13:01:24.543Z[ helios-setup] Feb 23 13:01:23.220 INFO E| Compiling pin-utils v0.1.0
32092025-02-23T13:01:24.801Z[ host-package] Compiling oso v0.27.3
32102025-02-23T13:01:24.830Z[ helios-setup] Feb 23 13:01:23.507 INFO E| Compiling futures-io v0.3.28
32112025-02-23T13:01:25.637Z[ helios-setup] Feb 23 13:01:24.314 INFO E| Compiling ahash v0.7.6
32122025-02-23T13:01:25.711Z[ helios-setup] Feb 23 13:01:24.388 INFO E| Compiling num-traits v0.2.15
32132025-02-23T13:01:26.607Z[ helios-setup] Feb 23 13:01:25.284 INFO E| Compiling crunchy v0.2.2
32142025-02-23T13:01:26.742Z[ helios-setup] Feb 23 13:01:25.419 INFO E| Compiling io-lifetimes v1.0.10
32152025-02-23T13:01:27.380Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32162025-02-23T13:01:27.449Z[ helios-setup] Feb 23 13:01:26.126 INFO E| Compiling ahash v0.8.3
32172025-02-23T13:01:28.012Z[ helios-setup] Feb 23 13:01:26.684 INFO E| Compiling block-buffer v0.10.3
32182025-02-23T13:01:28.210Z[ helios-setup] Feb 23 13:01:26.878 INFO E| Compiling crypto-common v0.1.6
32192025-02-23T13:01:28.265Z[ helios-setup] Feb 23 13:01:26.941 INFO E| Compiling serde_derive_internals v0.26.0
32202025-02-23T13:01:28.504Z[ helios-setup] Feb 23 13:01:27.180 INFO E| Compiling slog v2.7.0
32212025-02-23T13:01:28.564Z[ helios-setup] Feb 23 13:01:27.241 INFO E| Compiling crossbeam-utils v0.8.14
32222025-02-23T13:01:28.618Z[ helios-setup] Feb 23 13:01:27.294 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
32232025-02-23T13:01:28.620Z[ host-package] Compiling peg v0.8.4
32242025-02-23T13:01:29.179Z[ host-package] Compiling tabled v0.15.0
32252025-02-23T13:01:29.750Z[ helios-setup] Feb 23 13:01:28.426 INFO E| Compiling tiny-keccak v2.0.2
32262025-02-23T13:01:29.764Z[ helios-setup] Feb 23 13:01:28.440 INFO E| Compiling rustix v0.37.3
32272025-02-23T13:01:30.213Z[ helios-setup] Feb 23 13:01:28.889 INFO E| Compiling hashbrown v0.12.3
32282025-02-23T13:01:31.695Z[ helios-setup] Feb 23 13:01:30.371 INFO E| Compiling digest v0.10.6
32292025-02-23T13:01:32.245Z[ helios-setup] Feb 23 13:01:30.921 INFO E| Compiling errno v0.3.1
32302025-02-23T13:01:32.546Z[ helios-setup] Feb 23 13:01:31.222 INFO E| Compiling pkg-config v0.3.26
32312025-02-23T13:01:32.655Z[ helios-setup] Feb 23 13:01:31.331 INFO E| Compiling fnv v1.0.7
32322025-02-23T13:01:32.717Z[ helios-setup] Feb 23 13:01:31.393 INFO E| Compiling unicode-width v0.1.10
32332025-02-23T13:01:32.928Z[ helios-setup] Feb 23 13:01:31.604 INFO E| Compiling anyhow v1.0.68
32342025-02-23T13:01:33.361Z[ helios-setup] Feb 23 13:01:32.036 INFO E| Compiling cpufeatures v0.2.5
32352025-02-23T13:01:33.693Z[ helios-setup] Feb 23 13:01:32.368 INFO E| Compiling http v0.2.9
32362025-02-23T13:01:35.180Z[ helios-setup] Feb 23 13:01:33.855 INFO E| Compiling thiserror-impl v1.0.38
32372025-02-23T13:01:35.389Z[ helios-setup] Feb 23 13:01:34.065 INFO E| Compiling schemars_derive v0.8.12
32382025-02-23T13:01:37.481Z[ helios-setup] Feb 23 13:01:36.156 INFO E| Compiling serde_derive v1.0.204
32392025-02-23T13:01:38.280Z[ helios-setup] Feb 23 13:01:36.955 INFO E| Compiling tokio-macros v2.0.0
32402025-02-23T13:01:38.482Z[ helios-setup] Feb 23 13:01:37.157 INFO E| Compiling futures-macro v0.3.28
32412025-02-23T13:01:39.893Z[ helios-setup] Feb 23 13:01:38.568 INFO E| Compiling aho-corasick v0.7.20
32422025-02-23T13:01:40.925Z[ helios-setup] Feb 23 13:01:39.600 INFO E| Compiling percent-encoding v2.2.0
32432025-02-23T13:01:41.455Z[ helios-setup] Feb 23 13:01:40.129 INFO E| Compiling httparse v1.8.0
32442025-02-23T13:01:41.552Z[ helios-setup] Feb 23 13:01:40.226 INFO E| Compiling regex-syntax v0.6.29
32452025-02-23T13:01:41.902Z[ helios-setup] Feb 23 13:01:40.576 INFO E| Compiling tinyvec_macros v0.1.1
32462025-02-23T13:01:42.187Z[ helios-setup] Feb 23 13:01:40.861 INFO E| Compiling heck v0.4.1
32472025-02-23T13:01:42.357Z[ helios-setup] Feb 23 13:01:41.032 INFO E| Compiling tinyvec v1.6.0
32482025-02-23T13:01:43.233Z[ helios-setup] Feb 23 13:01:41.907 INFO E| Compiling form_urlencoded v1.1.0
32492025-02-23T13:01:43.430Z[ helios-setup] Feb 23 13:01:42.104 INFO E| Compiling const-random-macro v0.1.15
32502025-02-23T13:01:44.357Z[ helios-setup] Feb 23 13:01:43.031 INFO E| Compiling hashbrown v0.13.2
32512025-02-23T13:01:45.590Z[ helios-setup] Feb 23 13:01:44.264 INFO E| Compiling chrono v0.4.24
32522025-02-23T13:01:46.579Z[ helios-setup] Feb 23 13:01:45.252 INFO E| Compiling libz-sys v1.1.8
32532025-02-23T13:01:47.466Z[ helios-setup] Feb 23 13:01:46.139 INFO E| Compiling getopts v0.2.21
32542025-02-23T13:01:48.131Z[ helios-setup] Feb 23 13:01:46.805 INFO E| Compiling memoffset v0.7.1
32552025-02-23T13:01:48.872Z[ helios-setup] Feb 23 13:01:47.545 INFO E| Compiling regex v1.7.3
32562025-02-23T13:01:48.928Z[ helios-setup] Feb 23 13:01:47.598 INFO E| Compiling powerfmt v0.2.0
32572025-02-23T13:01:49.173Z[ helios-setup] Feb 23 13:01:47.846 INFO E| Compiling time-core v0.1.2
32582025-02-23T13:01:49.249Z[ helios-setup] Feb 23 13:01:47.922 INFO E| Compiling uuid v1.3.0
32592025-02-23T13:01:49.669Z[ helios-setup] Feb 23 13:01:48.342 INFO E| Compiling dyn-clone v1.0.11
32602025-02-23T13:01:50.322Z[ helios-setup] Feb 23 13:01:48.994 INFO E| Compiling num-conv v0.1.0
32612025-02-23T13:01:50.480Z[ helios-setup] Feb 23 13:01:49.152 INFO E| Compiling deranged v0.3.11
32622025-02-23T13:01:51.285Z[ helios-setup] Feb 23 13:01:49.953 INFO E| Compiling time-macros v0.2.18
32632025-02-23T13:01:51.648Z[ helios-setup] Feb 23 13:01:50.320 INFO E| Compiling unicode-normalization v0.1.22
32642025-02-23T13:01:51.945Z[ helios-setup] Feb 23 13:01:50.617 INFO E| Compiling regress v0.5.0
32652025-02-23T13:01:53.982Z[ helios-setup] Feb 23 13:01:52.654 INFO E| Compiling const-random v0.1.15
32662025-02-23T13:01:56.878Z[ helios-setup] Feb 23 13:01:55.549 INFO E| Compiling tracing-core v0.1.30
32672025-02-23T13:01:56.947Z[ helios-setup] Feb 23 13:01:55.619 INFO E| Compiling crossbeam-epoch v0.9.13
32682025-02-23T13:01:58.097Z[ helios-setup] Feb 23 13:01:56.768 INFO E| Compiling num_threads v0.1.6
32692025-02-23T13:01:58.513Z[ helios-setup] Feb 23 13:01:57.184 INFO E| Compiling unicode-bidi v0.3.13
32702025-02-23T13:01:58.581Z[ helios-setup] Feb 23 13:01:57.252 INFO E| Compiling ucd-trie v0.1.5
32712025-02-23T13:01:58.712Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32722025-02-23T13:01:59.488Z[ helios-setup] Feb 23 13:01:58.159 INFO E| Compiling pest v2.5.7
32732025-02-23T13:02:00.836Z[ helios-setup] Feb 23 13:01:59.506 INFO E| Compiling idna v0.3.0
32742025-02-23T13:02:00.952Z[ helios-setup] Feb 23 13:01:59.623 INFO E| Compiling time v0.3.36
32752025-02-23T13:02:01.162Z[ helios-setup] Feb 23 13:01:59.833 INFO E| Compiling tracing v0.1.37
32762025-02-23T13:02:02.837Z[ helios-setup] Feb 23 13:02:01.508 INFO E| Compiling toml v0.5.11
32772025-02-23T13:02:03.236Z[ helios-setup] Feb 23 13:02:01.907 INFO E| Compiling smallvec v1.10.0
32782025-02-23T13:02:06.551Z[ helios-setup] Feb 23 13:02:05.221 INFO E| Compiling parking_lot v0.12.1
32792025-02-23T13:02:06.587Z[ helios-setup] Feb 23 13:02:05.257 INFO E| Compiling serde_tokenstream v0.2.0
32802025-02-23T13:02:07.732Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32812025-02-23T13:02:08.503Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32822025-02-23T13:02:10.368Z[ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
32832025-02-23T13:02:11.388Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32842025-02-23T13:02:12.063Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
32852025-02-23T13:02:12.552Z[ host-package] Compiling bb8 v0.8.5
32862025-02-23T13:02:12.914Z[ helios-setup] Feb 23 13:02:11.582 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32872025-02-23T13:02:13.159Z[ helios-setup] Feb 23 13:02:11.827 INFO E| Compiling crossbeam-channel v0.5.6
32882025-02-23T13:02:14.365Z[ helios-setup] Feb 23 13:02:13.034 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32892025-02-23T13:02:14.540Z[ host-package] Compiling bcs v0.1.6
32902025-02-23T13:02:15.384Z[ helios-setup] Feb 23 13:02:14.053 INFO E| Compiling time v0.1.45
32912025-02-23T13:02:16.273Z[ host-package] Compiling libz-sys v1.1.20
32922025-02-23T13:02:16.486Z[ helios-setup] Feb 23 13:02:15.155 INFO E| Compiling dirs-sys-next v0.1.2
32932025-02-23T13:02:17.732Z[ host-package] Compiling nanorand v0.7.0
32942025-02-23T13:02:18.678Z[ helios-setup] Feb 23 13:02:17.346 INFO E| Compiling iana-time-zone v0.1.56
32952025-02-23T13:02:18.746Z[ helios-setup] Feb 23 13:02:17.414 INFO E| Compiling crc32fast v1.3.2
32962025-02-23T13:02:19.157Z[ helios-setup] Feb 23 13:02:17.825 INFO E| Compiling semver v1.0.17
32972025-02-23T13:02:19.300Z[ host-package] Compiling termtree v0.5.1
32982025-02-23T13:02:20.193Z[ host-package] Compiling parking_lot_core v0.8.6
32992025-02-23T13:02:20.291Z[ helios-setup] Feb 23 13:02:18.959 INFO E| Compiling dirs-next v2.0.0
33002025-02-23T13:02:21.446Z[ host-package] Compiling flume v0.11.1
33012025-02-23T13:02:21.490Z[ helios-setup] Feb 23 13:02:20.158 INFO E| Compiling url v2.3.1
33022025-02-23T13:02:23.292Z[ helios-setup] Feb 23 13:02:21.959 INFO E| Compiling proc-macro-crate v1.2.1
33032025-02-23T13:02:23.468Z[ helios-setup] Feb 23 13:02:22.135 INFO E| Compiling semver-parser v0.10.2
33042025-02-23T13:02:24.154Z[ host-package] Compiling async-bb8-diesel v0.2.1
33052025-02-23T13:02:24.894Z[ helios-setup] Feb 23 13:02:23.561 INFO E| Compiling futures-executor v0.3.28
33062025-02-23T13:02:25.869Z[ helios-setup] Feb 23 13:02:24.536 INFO E| Compiling tokio-util v0.7.7
33072025-02-23T13:02:26.807Z[ helios-setup] Feb 23 13:02:25.474 INFO E| Compiling thread_local v1.1.7
33082025-02-23T13:02:27.119Z[ helios-setup] Feb 23 13:02:25.785 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33092025-02-23T13:02:27.308Z[ helios-setup] Feb 23 13:02:25.969 INFO E| Compiling adler v1.0.2
33102025-02-23T13:02:27.676Z[ host-package] Compiling mime_guess v2.0.5
33112025-02-23T13:02:27.831Z[ helios-setup] Feb 23 13:02:26.497 INFO E| Compiling rayon-core v1.10.2
33122025-02-23T13:02:27.900Z[ helios-setup] Feb 23 13:02:26.567 INFO E| Compiling same-file v1.0.6
33132025-02-23T13:02:28.557Z[ helios-setup] Feb 23 13:02:27.223 INFO E| Compiling try-lock v0.2.4
33142025-02-23T13:02:29.276Z[ helios-setup] Feb 23 13:02:27.942 INFO E| Compiling want v0.3.0
33152025-02-23T13:02:29.462Z[ helios-setup] Feb 23 13:02:28.128 INFO E| Compiling walkdir v2.3.3
33162025-02-23T13:02:30.501Z[ helios-setup] Feb 23 13:02:29.167 INFO E| Compiling h2 v0.3.16
33172025-02-23T13:02:30.557Z[ helios-setup] Feb 23 13:02:29.223 INFO E| Compiling miniz_oxide v0.6.2
33182025-02-23T13:02:32.201Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33192025-02-23T13:02:32.353Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33202025-02-23T13:02:34.557Z[ helios-setup] Feb 23 13:02:33.223 INFO E| Compiling futures v0.3.28
33212025-02-23T13:02:34.862Z[ helios-setup] Feb 23 13:02:33.526 INFO E| Compiling num_enum_derive v0.5.7
33222025-02-23T13:02:35.283Z[ helios-setup] Feb 23 13:02:33.948 INFO E| Compiling semver v0.11.0
33232025-02-23T13:02:35.555Z[ helios-setup] Feb 23 13:02:34.220 INFO E| Compiling crossbeam-deque v0.8.2
33242025-02-23T13:02:36.645Z[ helios-setup] Feb 23 13:02:35.310 INFO E| Compiling term v0.7.0
33252025-02-23T13:02:38.505Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33262025-02-23T13:02:38.505Z[ helios-setup] Feb 23 13:02:37.170 INFO E| Compiling http-body v0.4.5
33272025-02-23T13:02:39.500Z[ helios-setup] Feb 23 13:02:38.165 INFO E| Compiling sha2 v0.10.6
33282025-02-23T13:02:40.342Z[ host-package] Compiling proc-macro-error2 v2.0.1
33292025-02-23T13:02:41.193Z[ helios-setup] Feb 23 13:02:39.858 INFO E| Compiling ring v0.16.20
33302025-02-23T13:02:42.505Z[ host-package] Compiling nibble_vec v0.1.0
33312025-02-23T13:02:43.107Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
33322025-02-23T13:02:43.568Z[ helios-setup] Feb 23 13:02:42.232 INFO E| Compiling rand_core v0.6.4
33332025-02-23T13:02:43.617Z[ host-package] Compiling atty v0.2.14
33342025-02-23T13:02:44.430Z[ host-package] Compiling salty v0.3.0
33352025-02-23T13:02:44.463Z[ helios-setup] Feb 23 13:02:43.125 INFO E| Compiling atty v0.2.14
33362025-02-23T13:02:44.546Z[ helios-setup] Feb 23 13:02:43.210 INFO E| Compiling home v0.5.4
33372025-02-23T13:02:44.798Z[ host-package] Compiling http-range v0.1.5
33382025-02-23T13:02:44.986Z[ helios-setup] Feb 23 13:02:43.650 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33392025-02-23T13:02:45.274Z[ helios-setup] Feb 23 13:02:43.937 INFO E| Compiling ppv-lite86 v0.2.17
33402025-02-23T13:02:45.648Z[ host-package] Compiling endian-type v0.1.2
33412025-02-23T13:02:45.932Z[ helios-setup] Feb 23 13:02:44.595 INFO E| Compiling tower-service v0.3.2
33422025-02-23T13:02:46.352Z[ helios-setup] Feb 23 13:02:45.015 INFO E| Compiling httpdate v1.0.2
33432025-02-23T13:02:46.499Z[ host-package] Compiling radix_trie v0.2.1
33442025-02-23T13:02:46.829Z[ helios-setup] Feb 23 13:02:45.493 INFO E| Compiling utf8parse v0.2.1
33452025-02-23T13:02:47.028Z[ helios-setup] Feb 23 13:02:45.691 INFO E| Compiling fastrand v1.9.0
33462025-02-23T13:02:47.469Z[ helios-setup] Feb 23 13:02:46.133 INFO E| Compiling base64 v0.21.0
33472025-02-23T13:02:48.268Z[ host-package] Compiling parking_lot v0.11.2
33482025-02-23T13:02:48.512Z[ helios-setup] Feb 23 13:02:47.175 INFO E| Compiling lazy_static v1.4.0
33492025-02-23T13:02:49.127Z[ helios-setup] Feb 23 13:02:47.789 INFO E| Compiling toolchain_find v0.2.0
33502025-02-23T13:02:49.944Z[ helios-setup] Feb 23 13:02:48.607 INFO E| Compiling tempfile v3.5.0
33512025-02-23T13:02:50.079Z[ helios-setup] Feb 23 13:02:48.742 INFO E| Compiling anstyle-parse v0.1.1
33522025-02-23T13:02:51.133Z[ helios-setup] Feb 23 13:02:49.791 INFO E| Compiling hyper v0.14.25
33532025-02-23T13:02:51.277Z[ helios-setup] Feb 23 13:02:49.939 INFO E| Compiling rand_chacha v0.3.1
33542025-02-23T13:02:52.445Z[ helios-setup] Feb 23 13:02:51.107 INFO E| Compiling slog-term v2.9.0
33552025-02-23T13:02:55.874Z[ host-package] Compiling tabled_derive v0.10.0
33562025-02-23T13:03:00.293Z[ helios-setup] Feb 23 13:02:58.954 INFO E| Compiling num_enum v0.5.7
33572025-02-23T13:03:00.870Z[ helios-setup] Feb 23 13:02:59.531 INFO E| Compiling cargo-lock v8.0.3
33582025-02-23T13:03:01.706Z[ host-package] Compiling papergrid v0.14.0
33592025-02-23T13:03:03.358Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33602025-02-23T13:03:03.677Z[ helios-setup] Feb 23 13:03:02.337 INFO E| Compiling flate2 v1.0.25
33612025-02-23T13:03:10.753Z[ helios-setup] Feb 23 13:03:09.412 INFO E| Compiling serde_urlencoded v0.7.1
33622025-02-23T13:03:11.444Z[ helios-setup] Feb 23 13:03:10.103 INFO E| Compiling is-terminal v0.4.7
33632025-02-23T13:03:12.050Z[ helios-setup] Feb 23 13:03:10.709 INFO E| Compiling sha1 v0.10.5
33642025-02-23T13:03:12.553Z[ helios-setup] Feb 23 13:03:11.212 INFO E| Compiling either v1.8.0
33652025-02-23T13:03:14.198Z[ helios-setup] Feb 23 13:03:12.857 INFO E| Compiling concolor-query v0.3.3
33662025-02-23T13:03:14.928Z[ helios-setup] Feb 23 13:03:13.586 INFO E| Compiling anstyle v0.3.5
33672025-02-23T13:03:16.028Z[ helios-setup] Feb 23 13:03:14.686 INFO E| Compiling concolor-override v1.0.0
33682025-02-23T13:03:16.347Z[ helios-setup] Feb 23 13:03:15.005 INFO E| Compiling anstream v0.2.6
33692025-02-23T13:03:18.384Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
33702025-02-23T13:03:19.220Z[ helios-setup] Feb 23 13:03:17.877 INFO E| Compiling rayon v1.6.1
33712025-02-23T13:03:19.737Z[ helios-setup] Feb 23 13:03:18.395 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33722025-02-23T13:03:19.862Z[ helios-setup] Feb 23 13:03:18.520 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33732025-02-23T13:03:22.653Z[ helios-setup] Feb 23 13:03:21.310 INFO E| Compiling rand v0.8.5
33742025-02-23T13:03:23.705Z[ helios-setup] Feb 23 13:03:22.362 INFO E| Compiling rustfmt-wrapper v0.2.0
33752025-02-23T13:03:24.948Z[ helios-setup] Feb 23 13:03:23.605 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33762025-02-23T13:03:25.368Z[ helios-setup] Feb 23 13:03:24.024 INFO E| Compiling openapiv3 v1.0.2
33772025-02-23T13:03:26.328Z[ helios-setup] Feb 23 13:03:24.984 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33782025-02-23T13:03:26.882Z[ helios-setup] Feb 23 13:03:25.538 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33792025-02-23T13:03:27.052Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
33802025-02-23T13:03:27.570Z[ helios-setup] Feb 23 13:03:26.227 INFO E| Compiling encoding_rs v0.8.32
33812025-02-23T13:03:27.747Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
33822025-02-23T13:03:29.108Z[ host-package] Compiling tabled v0.18.0
33832025-02-23T13:03:30.195Z[ helios-setup] Feb 23 13:03:28.851 INFO E| Compiling byteorder v1.4.3
33842025-02-23T13:03:31.292Z[ helios-setup] Feb 23 13:03:29.947 INFO E| Compiling untrusted v0.7.1
33852025-02-23T13:03:32.119Z[ helios-setup] Feb 23 13:03:30.775 INFO E| Compiling unsafe-libyaml v0.2.8
33862025-02-23T13:03:32.202Z[ helios-setup] Feb 23 13:03:30.858 INFO E| Compiling clap_lex v0.4.1
33872025-02-23T13:03:33.272Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
33882025-02-23T13:03:33.587Z[ helios-setup] Feb 23 13:03:32.242 INFO E| Compiling strsim v0.10.0
33892025-02-23T13:03:33.832Z[ helios-setup] Feb 23 13:03:32.487 INFO E| Compiling ipnet v2.7.2
33902025-02-23T13:03:34.412Z[ helios-setup] Feb 23 13:03:33.068 INFO E| Compiling mime v0.3.17
33912025-02-23T13:03:35.851Z[ helios-setup] Feb 23 13:03:34.506 INFO E| Compiling base64 v0.13.1
33922025-02-23T13:03:36.520Z[ helios-setup] Feb 23 13:03:35.175 INFO E| Compiling spin v0.5.2
33932025-02-23T13:03:36.996Z[ helios-setup] Feb 23 13:03:35.651 INFO E| Compiling project-root v0.2.2
33942025-02-23T13:03:37.427Z[ helios-setup] Feb 23 13:03:36.082 INFO E| Compiling utf-8 v0.7.6
33952025-02-23T13:03:37.530Z[ helios-setup] Feb 23 13:03:36.185 INFO E| Compiling reqwest v0.11.16
33962025-02-23T13:03:37.533Z[ helios-setup] Feb 23 13:03:36.185 INFO E| Compiling serde_yaml v0.9.21
33972025-02-23T13:03:38.339Z[ helios-setup] Feb 23 13:03:36.994 INFO E| Compiling tungstenite v0.18.0
33982025-02-23T13:03:38.642Z[ helios-setup] Feb 23 13:03:37.297 INFO E| Compiling clap_builder v4.2.1
33992025-02-23T13:03:39.001Z[ host-package] Compiling hyper-staticfile v0.10.1
34002025-02-23T13:03:39.629Z[ helios-setup] Feb 23 13:03:38.283 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34012025-02-23T13:03:43.792Z[ host-package] Compiling sled v0.34.7
34022025-02-23T13:03:43.988Z[ helios-setup] Feb 23 13:03:42.642 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
34032025-02-23T13:03:49.081Z[ helios-setup] Feb 23 13:03:47.734 INFO E| Compiling clap_derive v4.2.0
34042025-02-23T13:03:54.451Z[ host-package] Compiling hickory-client v0.24.3
34052025-02-23T13:03:57.676Z[ helios-setup] Feb 23 13:03:56.327 INFO E| Compiling clap v4.2.1
34062025-02-23T13:04:01.979Z[ helios-setup] Feb 23 13:04:00.629 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34072025-02-23T13:04:02.397Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34082025-02-23T13:04:03.181Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34092025-02-23T13:04:03.689Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34102025-02-23T13:04:04.783Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34112025-02-23T13:04:07.666Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34122025-02-23T13:04:10.505Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
34132025-02-23T13:04:12.851Z[ host-package] Compiling hickory-server v0.24.3
34142025-02-23T13:04:14.550Z[ host-package] Compiling primeorder v0.13.6
34152025-02-23T13:04:14.896Z[ host-package] Compiling castaway v0.2.3
34162025-02-23T13:04:15.473Z[ host-package] Compiling vergen v8.3.2
34172025-02-23T13:04:15.959Z[ host-package] Compiling env_filter v0.1.2
34182025-02-23T13:04:16.002Z[ helios-setup] Feb 23 13:04:14.648 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34192025-02-23T13:04:16.551Z[ host-package] Compiling cargo-platform v0.1.8
34202025-02-23T13:04:17.708Z[ host-package] Compiling tough v0.19.0
34212025-02-23T13:04:18.108Z[ helios-setup] Feb 23 13:04:16.756 INFO E| Compiling tokio-tungstenite v0.18.0
34222025-02-23T13:04:19.152Z[ host-package] Compiling cargo_metadata v0.18.1
34232025-02-23T13:04:19.607Z[ helios-setup] Feb 23 13:04:18.255 INFO E| Compiling smartstring v1.0.1
34242025-02-23T13:04:20.034Z[ host-package] Compiling env_logger v0.11.5
34252025-02-23T13:04:20.585Z[ helios-setup] Feb 23 13:04:19.233 INFO E| Compiling rustls v0.21.0
34262025-02-23T13:04:22.930Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34272025-02-23T13:04:23.177Z[ helios-setup] Feb 23 13:04:21.824 INFO E| Compiling serde_spanned v0.6.1
34282025-02-23T13:04:23.674Z[ helios-setup] Feb 23 13:04:22.321 INFO E| Compiling toml_datetime v0.6.1
34292025-02-23T13:04:25.136Z[ helios-setup] Feb 23 13:04:23.783 INFO E| Compiling camino v1.1.4
34302025-02-23T13:04:25.588Z[ host-package] Compiling p384 v0.13.0
34312025-02-23T13:04:26.553Z[ helios-setup] Feb 23 13:04:25.199 INFO E| Compiling async-trait v0.1.68
34322025-02-23T13:04:28.243Z[ helios-setup] Feb 23 13:04:26.886 INFO E| Compiling paste v1.0.12
34332025-02-23T13:04:29.094Z[ helios-setup] Feb 23 13:04:27.741 INFO E| Compiling match_cfg v0.1.0
34342025-02-23T13:04:29.378Z[ helios-setup] Feb 23 13:04:28.024 INFO E| Compiling slog-async v2.7.0
34352025-02-23T13:04:29.631Z[ helios-setup] Feb 23 13:04:28.276 INFO E| Compiling static_assertions v1.1.0
34362025-02-23T13:04:29.854Z[ helios-setup] Feb 23 13:04:28.500 INFO E| Compiling winnow v0.4.1
34372025-02-23T13:04:30.914Z[ helios-setup] Feb 23 13:04:29.560 INFO E| Compiling hostname v0.3.1
34382025-02-23T13:04:31.823Z[ helios-setup] Feb 23 13:04:30.463 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
34392025-02-23T13:04:31.907Z[ helios-setup] Feb 23 13:04:30.553 INFO E| Compiling slog-json v2.6.1
34402025-02-23T13:04:32.817Z[ helios-setup] Feb 23 13:04:31.462 INFO E| Compiling bincode v1.3.3
34412025-02-23T13:04:33.107Z[ helios-setup] Feb 23 13:04:31.752 INFO E| Compiling unicode-linebreak v0.1.4
34422025-02-23T13:04:35.635Z[ helios-setup] Feb 23 13:04:34.280 INFO E| Compiling async-stream-impl v0.3.5
34432025-02-23T13:04:36.756Z[ helios-setup] Feb 23 13:04:35.401 INFO E| Compiling toml_edit v0.19.8
34442025-02-23T13:04:37.932Z[ helios-setup] Feb 23 13:04:36.576 INFO E| Compiling rhai_codegen v1.5.0
34452025-02-23T13:04:38.146Z[ helios-setup] Feb 23 13:04:36.790 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34462025-02-23T13:04:39.287Z[ helios-setup] Feb 23 13:04:37.932 INFO E| Compiling take_mut v0.2.2
34472025-02-23T13:04:39.957Z[ host-package] Compiling compact_str v0.8.0
34482025-02-23T13:04:43.300Z[ helios-setup] Feb 23 13:04:41.942 INFO E| Compiling rhai v1.14.0
34492025-02-23T13:04:44.274Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34502025-02-23T13:04:45.103Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34512025-02-23T13:04:45.331Z[ helios-setup] Feb 23 13:04:43.974 INFO E| Compiling toml v0.7.3
34522025-02-23T13:04:47.982Z[ helios-setup] Feb 23 13:04:46.625 INFO E| Compiling async-stream v0.3.5
34532025-02-23T13:04:49.094Z[ helios-setup] Feb 23 13:04:47.737 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34542025-02-23T13:04:49.216Z[ helios-setup] Feb 23 13:04:47.859 INFO E| Compiling slog-bunyan v2.4.0
34552025-02-23T13:04:58.066Z[ helios-setup] Feb 23 13:04:56.708 INFO E| Compiling rustls-pemfile v1.0.2
34562025-02-23T13:04:58.589Z[ helios-setup] Feb 23 13:04:57.230 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34572025-02-23T13:04:59.268Z[ helios-setup] Feb 23 13:04:57.909 INFO E| Compiling serde_path_to_error v0.1.11
34582025-02-23T13:04:59.713Z[ helios-setup] Feb 23 13:04:58.353 INFO E| Compiling terminal_size v0.2.6
34592025-02-23T13:04:59.953Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34602025-02-23T13:05:00.523Z[ helios-setup] Feb 23 13:04:59.164 INFO E| Compiling smawk v0.3.1
34612025-02-23T13:05:00.565Z[ helios-setup] Feb 23 13:04:59.206 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
34622025-02-23T13:05:01.250Z[ helios-setup] Feb 23 13:04:59.891 INFO E| Compiling textwrap v0.16.0
34632025-02-23T13:05:02.152Z[ host-package] Compiling git2 v0.19.0
34642025-02-23T13:05:07.520Z[ helios-setup] Feb 23 13:05:06.159 INFO E| Compiling sct v0.7.0
34652025-02-23T13:05:08.033Z[ helios-setup] Feb 23 13:05:06.673 INFO E| Compiling rustls-webpki v0.100.1
34662025-02-23T13:05:09.450Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34672025-02-23T13:05:18.203Z[ helios-setup] Feb 23 13:05:16.841 INFO E| Compiling git2 v0.16.1
34682025-02-23T13:05:18.946Z[ host-package] Compiling unicode-truncate v1.1.0
34692025-02-23T13:05:19.211Z[ host-package] Compiling lru v0.12.5
34702025-02-23T13:05:19.410Z[ host-package] Compiling rand_seeder v0.3.0
34712025-02-23T13:05:19.415Z[ host-package] Compiling libsqlite3-sys v0.30.1
34722025-02-23T13:05:19.554Z[ helios-setup] Feb 23 13:05:18.191 INFO E| Compiling tokio-rustls v0.24.0
34732025-02-23T13:05:19.851Z[ host-package] Compiling lzma-sys v0.1.20
34742025-02-23T13:05:20.002Z[ host-package] Compiling instability v0.3.2
34752025-02-23T13:05:20.586Z[ host-package] Compiling rustls v0.21.12
34762025-02-23T13:05:21.231Z[ host-package] Compiling indoc v2.0.5
34772025-02-23T13:05:21.286Z[ host-package] Compiling cassowary v0.3.0
34782025-02-23T13:05:22.416Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
34792025-02-23T13:05:23.255Z[ host-package] Compiling ratatui v0.29.0
34802025-02-23T13:05:23.660Z[ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34812025-02-23T13:05:23.998Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34822025-02-23T13:05:25.013Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34832025-02-23T13:05:27.434Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34842025-02-23T13:05:28.517Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34852025-02-23T13:05:29.847Z[ helios-setup] Feb 23 13:05:28.483 INFO E| Compiling built v0.6.0
34862025-02-23T13:05:31.432Z[ helios-setup] Feb 23 13:05:30.068 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34872025-02-23T13:05:32.597Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34882025-02-23T13:05:34.177Z[ helios-setup] Feb 23 13:05:32.813 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34892025-02-23T13:05:34.669Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34902025-02-23T13:05:35.313Z[ helios-setup] Feb 23 13:05:33.948 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34912025-02-23T13:05:35.335Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34922025-02-23T13:05:39.743Z[ host-package] Compiling sct v0.7.1
34932025-02-23T13:05:40.497Z[ host-package] Compiling rustls-webpki v0.101.7
34942025-02-23T13:05:41.269Z[ host-package] Compiling heck v0.3.3
34952025-02-23T13:05:41.882Z[ host-package] Compiling csv-core v0.1.11
34962025-02-23T13:05:42.580Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34972025-02-23T13:05:43.633Z[ host-package] Compiling glob v0.3.2
34982025-02-23T13:05:44.007Z[ host-package] Compiling csv v1.3.1
34992025-02-23T13:05:47.037Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35002025-02-23T13:05:48.116Z[ host-package] Compiling zone_cfg_derive v0.1.2
35012025-02-23T13:05:52.302Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35022025-02-23T13:05:54.976Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35032025-02-23T13:05:56.523Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
35042025-02-23T13:05:56.602Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35052025-02-23T13:05:58.998Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
35062025-02-23T13:06:02.731Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35072025-02-23T13:06:07.732Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35082025-02-23T13:06:08.340Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35092025-02-23T13:06:08.344Z[ helios-setup] Feb 23 13:06:06.972 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
35102025-02-23T13:06:10.740Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35112025-02-23T13:06:11.581Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35122025-02-23T13:06:12.088Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35132025-02-23T13:06:12.155Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35142025-02-23T13:06:12.692Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35152025-02-23T13:06:12.758Z[ host-package] Compiling nix v0.27.1
35162025-02-23T13:06:14.048Z[ host-package] Compiling tungstenite v0.23.0
35172025-02-23T13:06:15.280Z[ host-package] Compiling hashlink v0.9.1
35182025-02-23T13:06:17.051Z[ host-package] Compiling base64 v0.13.1
35192025-02-23T13:06:18.283Z[ host-package] Compiling fallible-iterator v0.3.0
35202025-02-23T13:06:19.554Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
35212025-02-23T13:06:19.821Z[ host-package] Compiling ron v0.7.1
35222025-02-23T13:06:19.984Z[ host-package] Compiling rusqlite v0.32.1
35232025-02-23T13:06:20.099Z[ host-package] Compiling tokio-tungstenite v0.23.1
35242025-02-23T13:06:20.954Z[ helios-setup] Feb 23 13:06:19.581 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
35252025-02-23T13:06:21.681Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35262025-02-23T13:06:23.196Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35272025-02-23T13:06:23.552Z[ host-package] Compiling xz2 v0.1.7
35282025-02-23T13:06:24.908Z[ host-package] Compiling tokio-rustls v0.24.1
35292025-02-23T13:06:26.547Z[ host-package] Compiling zone v0.1.8
35302025-02-23T13:06:28.198Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35312025-02-23T13:06:29.518Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35322025-02-23T13:06:33.190Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35332025-02-23T13:06:37.724Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35342025-02-23T13:06:49.858Z[ helios-setup] Feb 23 13:06:48.480 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35352025-02-23T13:06:51.764Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35362025-02-23T13:06:51.820Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35372025-02-23T13:06:51.881Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35382025-02-23T13:06:52.318Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35392025-02-23T13:06:55.234Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35402025-02-23T13:06:55.724Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35412025-02-23T13:06:57.735Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35422025-02-23T13:06:57.981Z[ host-package] Compiling rustls-pemfile v1.0.4
35432025-02-23T13:06:58.932Z[ host-package] Compiling signal-hook-tokio v0.3.1
35442025-02-23T13:06:59.219Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35452025-02-23T13:07:02.663Z[ host-package] Compiling yasna v0.5.2
35462025-02-23T13:07:08.380Z[ host-package] Compiling twox-hash v2.1.0
35472025-02-23T13:07:10.561Z[ host-package] Compiling smawk v0.3.2
35482025-02-23T13:07:11.541Z[ host-package] Compiling is_ci v1.2.0
35492025-02-23T13:07:12.536Z[ host-package] Compiling unicode-linebreak v0.1.5
35502025-02-23T13:07:12.653Z[ host-package] Compiling supports-color v3.0.1
35512025-02-23T13:07:13.615Z[ host-package] Compiling textwrap v0.16.1
35522025-02-23T13:07:13.839Z[ host-package] Compiling rcgen v0.12.1
35532025-02-23T13:07:18.711Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
35542025-02-23T13:07:18.954Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35552025-02-23T13:07:32.383Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35562025-02-23T13:07:32.573Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35572025-02-23T13:07:40.761Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35582025-02-23T13:07:46.429Z[ helios-setup] Feb 23 13:07:45.041 INFO E| Finished `release` profile [optimized] target(s) in 6m 42s
35592025-02-23T13:07:46.600Z[ helios-setup] Feb 23 13:07:45.212 INFO building project "pilot" ok (402 seconds)
35602025-02-23T13:07:46.600Z[ helios-setup] Feb 23 13:07:45.212 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35612025-02-23T13:07:46.600Z[ helios-setup] Feb 23 13:07:45.212 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35622025-02-23T13:07:46.933Z[ helios-setup] Feb 23 13:07:45.545 INFO E| Downloading crates ...
35632025-02-23T13:07:47.062Z[ helios-setup] Feb 23 13:07:45.674 INFO E| Downloaded anyhow v1.0.62
35642025-02-23T13:07:47.081Z[ helios-setup] Feb 23 13:07:45.694 INFO E| Downloaded typenum v1.15.0
35652025-02-23T13:07:47.086Z[ helios-setup] Feb 23 13:07:45.699 INFO E| Downloaded sha2 v0.10.5
35662025-02-23T13:07:47.089Z[ helios-setup] Feb 23 13:07:45.702 INFO E| Downloaded digest v0.10.3
35672025-02-23T13:07:47.092Z[ helios-setup] Feb 23 13:07:45.705 INFO E| Downloaded bytes v1.2.1
35682025-02-23T13:07:47.185Z[ helios-setup] Feb 23 13:07:45.798 INFO E| Compiling version_check v0.9.4
35692025-02-23T13:07:47.186Z[ helios-setup] Feb 23 13:07:45.798 INFO E| Compiling typenum v1.15.0
35702025-02-23T13:07:47.188Z[ helios-setup] Feb 23 13:07:45.798 INFO E| Compiling crc32fast v1.3.2
35712025-02-23T13:07:47.188Z[ helios-setup] Feb 23 13:07:45.798 INFO E| Compiling cfg-if v1.0.0
35722025-02-23T13:07:47.189Z[ helios-setup] Feb 23 13:07:45.798 INFO E| Compiling adler v1.0.2
35732025-02-23T13:07:47.189Z[ helios-setup] Feb 23 13:07:45.798 INFO E| Compiling anyhow v1.0.62
35742025-02-23T13:07:47.189Z[ helios-setup] Feb 23 13:07:45.799 INFO E| Compiling unicode-width v0.1.10
35752025-02-23T13:07:47.189Z[ helios-setup] Feb 23 13:07:45.799 INFO E| Compiling cpufeatures v0.2.5
35762025-02-23T13:07:47.532Z[ helios-setup] Feb 23 13:07:46.144 INFO E| Compiling bitflags v1.3.2
35772025-02-23T13:07:47.857Z[ helios-setup] Feb 23 13:07:46.469 INFO E| Compiling miniz_oxide v0.6.2
35782025-02-23T13:07:47.890Z[ helios-setup] Feb 23 13:07:46.502 INFO E| Compiling getopts v0.2.21
35792025-02-23T13:07:47.943Z[ helios-setup] Feb 23 13:07:46.556 INFO E| Compiling bytes v1.2.1
35802025-02-23T13:07:48.657Z[ helios-setup] Feb 23 13:07:47.269 INFO E| Compiling generic-array v0.14.6
35812025-02-23T13:07:49.671Z[ helios-setup] Feb 23 13:07:48.283 INFO E| Compiling flate2 v1.0.25
35822025-02-23T13:07:51.531Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35832025-02-23T13:07:53.113Z[ helios-setup] Feb 23 13:07:51.725 INFO E| Compiling block-buffer v0.10.3
35842025-02-23T13:07:53.113Z[ helios-setup] Feb 23 13:07:51.725 INFO E| Compiling crypto-common v0.1.6
35852025-02-23T13:07:53.345Z[ helios-setup] Feb 23 13:07:51.957 INFO E| Compiling digest v0.10.3
35862025-02-23T13:07:53.973Z[ helios-setup] Feb 23 13:07:52.412 INFO E| Compiling sha2 v0.10.5
35872025-02-23T13:07:54.470Z[ helios-setup] Feb 23 13:07:53.081 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35882025-02-23T13:07:59.408Z[ helios-setup] Feb 23 13:07:58.019 INFO E| Finished `release` profile [optimized] target(s) in 12.68s
35892025-02-23T13:07:59.425Z[ helios-setup] Feb 23 13:07:58.036 INFO building project "bootserver" ok (12 seconds)
35902025-02-23T13:07:59.429Z[ helios-setup] rm -f helios-build
35912025-02-23T13:07:59.433Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35922025-02-23T13:07:59.433Z[ helios-setup]
35932025-02-23T13:07:59.436Z[ helios-setup] Setup complete! ./helios-build is now available.
35942025-02-23T13:07:59.436Z[ helios-setup]
35952025-02-23T13:07:59.439Z[ helios-setup]
35962025-02-23T13:07:59.439ZFeb 23 13:07:58.050 INFO [helios-setup] process exited with exit status: 0 (719.843370343s)
35972025-02-23T13:07:59.441Z[ helios-setup] real 11:59.837015558
35982025-02-23T13:07:59.441Z[ helios-setup] user 29:06.494247458
35992025-02-23T13:07:59.441Z[ helios-setup] sys 2:54.124037270
36002025-02-23T13:07:59.441Z[ helios-setup] trap 1.992419730
36012025-02-23T13:07:59.441Z[ helios-setup] tflt 6.933000454
36022025-02-23T13:07:59.441Z[ helios-setup] dflt 24.854839973
36032025-02-23T13:07:59.442Z[ helios-setup] kflt 0.002840971
36042025-02-23T13:07:59.442Z[ helios-setup] lock 1:56:14.373808750
36052025-02-23T13:07:59.442Z[ helios-setup] slp 3:37:41.019775392
36062025-02-23T13:07:59.442Z[ helios-setup] lat 32:21.805937716
36072025-02-23T13:07:59.442Z[ helios-setup] stop 4:57.436561926
36082025-02-23T13:07:59.442ZFeb 23 13:07:58.052 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
36092025-02-23T13:07:59.470Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
36102025-02-23T13:07:59.716Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
36112025-02-23T13:07:59.716Z[ phbl-toolchain] info: downloading component 'cargo'
36122025-02-23T13:08:01.401Z[ phbl-toolchain] info: downloading component 'clippy'
36132025-02-23T13:08:01.569Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
36142025-02-23T13:08:01.904Z[ phbl-toolchain] info: downloading component 'llvm-tools'
36152025-02-23T13:08:02.735Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36162025-02-23T13:08:06.507Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36172025-02-23T13:08:06.579Z[ phbl-toolchain] info: downloading component 'miri'
36182025-02-23T13:08:06.836Z[ phbl-toolchain] info: downloading component 'rust-docs'
36192025-02-23T13:08:07.126Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36202025-02-23T13:08:08.476Z[ phbl-toolchain] info: downloading component 'rust-src'
36212025-02-23T13:08:08.701Z[ phbl-toolchain] info: downloading component 'rust-std'
36222025-02-23T13:08:10.545Z[ phbl-toolchain] info: downloading component 'rustc'
36232025-02-23T13:08:13.479Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36242025-02-23T13:08:18.743Z[ phbl-toolchain] info: downloading component 'rustfmt'
36252025-02-23T13:08:19.007Z[ phbl-toolchain] info: installing component 'cargo'
36262025-02-23T13:08:20.362Z[ phbl-toolchain] info: installing component 'clippy'
36272025-02-23T13:08:20.887Z[ phbl-toolchain] info: installing component 'llvm-tools'
36282025-02-23T13:08:24.410Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
36292025-02-23T13:08:26.958Z[ phbl-toolchain] info: installing component 'miri'
36302025-02-23T13:08:27.345Z[ phbl-toolchain] info: installing component 'rust-docs'
36312025-02-23T13:08:27.406Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36322025-02-23T13:08:27.804Z[ host-package] Compiling fatfs v0.3.6
36332025-02-23T13:08:29.250Z[ host-package] Compiling rtoolbox v0.0.2
36342025-02-23T13:08:29.859Z[ host-package] Compiling subprocess v0.2.9
36352025-02-23T13:08:31.263Z[ host-package] Compiling assert_matches v1.5.0
36362025-02-23T13:08:31.775Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36372025-02-23T13:08:34.121Z[ phbl-toolchain] info: installing component 'rust-src'
36382025-02-23T13:08:34.750Z[ phbl-toolchain] info: installing component 'rust-std'
36392025-02-23T13:08:35.343Z[ host-package] Compiling rpassword v7.3.1
36402025-02-23T13:08:36.080Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36412025-02-23T13:08:37.369Z[ phbl-toolchain] info: installing component 'rustc'
36422025-02-23T13:08:38.833Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36432025-02-23T13:08:40.700Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36442025-02-23T13:08:46.829Z[ host-package] Compiling tui-tree-widget v0.23.0
36452025-02-23T13:08:46.929Z[ phbl-toolchain] info: installing component 'rustfmt'
36462025-02-23T13:08:47.332Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36472025-02-23T13:08:47.711Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
36482025-02-23T13:08:47.714ZFeb 23 13:08:46.314 INFO [phbl-toolchain] process exited with exit status: 0 (48.26157736s)
36492025-02-23T13:08:51.986Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36502025-02-23T13:08:52.366Z[ host-package] Compiling uzers v0.12.1
36512025-02-23T13:08:55.627Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36522025-02-23T13:09:01.080Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36532025-02-23T13:09:03.131Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36542025-02-23T13:09:29.252Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36552025-02-23T13:09:32.059Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36562025-02-23T13:09:36.780Z[ host-package] Compiling multimap v0.10.0
36572025-02-23T13:12:02.583Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36582025-02-23T13:19:06.443Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 20s
36592025-02-23T13:20:17.332ZFeb 23 13:20:15.817 INFO [host-package] process exited with exit status: 0 (1351.914921814s)
36602025-02-23T13:20:17.362ZFeb 23 13:20:15.818 INFO [host-stamp] running task
36612025-02-23T13:20:17.362ZFeb 23 13:20:15.818 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
36622025-02-23T13:20:17.362ZFeb 23 13:20:15.829 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+git32e3ede594d
36632025-02-23T13:20:17.378ZFeb 23 13:20:15.842 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+git32e3ede594d
36642025-02-23T13:20:17.378Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
36652025-02-23T13:20:17.378Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36662025-02-23T13:20:17.378ZFeb 23 13:20:15.854 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+git32e3ede594d
36672025-02-23T13:20:17.386Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36682025-02-23T13:20:17.386ZFeb 23 13:20:15.867 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+git32e3ede594d
36692025-02-23T13:20:17.400Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36702025-02-23T13:20:17.405Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36712025-02-23T13:20:17.405ZFeb 23 13:20:15.886 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+git32e3ede594d
36722025-02-23T13:20:17.421Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36732025-02-23T13:20:17.421ZFeb 23 13:20:15.907 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+git32e3ede594d
36742025-02-23T13:20:17.459Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36752025-02-23T13:20:17.460ZFeb 23 13:20:15.923 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+git32e3ede594d
36762025-02-23T13:20:17.465Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36772025-02-23T13:20:17.465Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36782025-02-23T13:20:17.465ZFeb 23 13:20:15.941 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+git32e3ede594d
36792025-02-23T13:20:17.469Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36802025-02-23T13:20:17.474Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36812025-02-23T13:20:18.068ZFeb 23 13:20:15.961 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (132.008116ms)
36822025-02-23T13:20:18.069ZFeb 23 13:20:15.961 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (107.254523ms)
36832025-02-23T13:20:18.069ZFeb 23 13:20:15.961 INFO [stamp-overlay] process exited with exit status: 0 (75.253045ms)
36842025-02-23T13:20:18.069Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36852025-02-23T13:20:18.069Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36862025-02-23T13:20:18.069ZFeb 23 13:20:15.994 INFO [stamp-oxlog] process exited with exit status: 0 (53.053565ms)
36872025-02-23T13:20:18.069Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36882025-02-23T13:20:18.069ZFeb 23 13:20:16.132 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (224.736382ms)
36892025-02-23T13:20:18.069Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36902025-02-23T13:20:18.070ZFeb 23 13:20:16.343 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (420.025518ms)
36912025-02-23T13:20:18.542Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
36922025-02-23T13:20:18.555ZFeb 23 13:20:17.032 INFO [stamp-propolis-server] process exited with exit status: 0 (1.19030132s)
36932025-02-23T13:20:18.575Z[recovery-package] Compiling newtype-uuid v1.2.1
36942025-02-23T13:20:21.951Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36952025-02-23T13:20:21.984Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36962025-02-23T13:20:21.984Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36972025-02-23T13:20:21.984Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
36982025-02-23T13:20:21.984Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36992025-02-23T13:20:22.028Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
37002025-02-23T13:20:28.107Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
37012025-02-23T13:20:28.114ZFeb 23 13:20:26.596 INFO [stamp-switch-asic] process exited with exit status: 0 (10.729111672s)
37022025-02-23T13:20:28.114ZFeb 23 13:20:26.596 INFO [host-stamp] task succeeded (10.77853861s)
37032025-02-23T13:20:28.114ZFeb 23 13:20:26.596 INFO [host-proto] running task
37042025-02-23T13:20:28.579ZFeb 23 13:20:27.057 INFO [host-proto] task succeeded (460.814494ms)
37052025-02-23T13:20:28.579ZFeb 23 13:20:27.057 INFO [host-profile] running task
37062025-02-23T13:20:28.582ZFeb 23 13:20:27.057 INFO [host-profile] task succeeded (253.781µs)
37072025-02-23T13:20:28.582ZFeb 23 13:20:27.058 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/.tmpO8vQuE/proto/host/root -N 'ci 32e3ede/${os_short_commit} 2025-02-23 12:55' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37082025-02-23T13:20:28.595Z[ host-image] Feb 23 13:20:27.079 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37092025-02-23T13:20:28.599Z[ host-image] Feb 23 13:20:27.079 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37102025-02-23T13:20:28.629Z[ host-image] Feb 23 13:20:27.099 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpO8vQuE/proto/host/root"
37112025-02-23T13:20:28.629Z[ host-image] Feb 23 13:20:27.099 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37122025-02-23T13:20:28.640Z[ host-image] Feb 23 13:20:27.099 INFO image builder template: ramdisk-01-os...
37132025-02-23T13:20:28.640Z[ host-image] Feb 23 13:20:27.099 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/.tmpO8vQuE/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
37142025-02-23T13:20:28.646Z[ host-image] Feb 23 13:20:27.126 INFO O| Feb 23 13:20:27.125 INFO CREATE DATASET: rpool/images/build/host/output
37152025-02-23T13:20:28.954Z[ host-image] Feb 23 13:20:27.438 INFO O| Feb 23 13:20:27.438 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37162025-02-23T13:20:28.960Z[ host-image] Feb 23 13:20:27.444 INFO O| Feb 23 13:20:27.444 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37172025-02-23T13:20:29.206Z[ host-image] Feb 23 13:20:27.691 INFO O| Feb 23 13:20:27.690 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
37182025-02-23T13:20:29.278Z[ host-image] Feb 23 13:20:27.762 INFO O| Feb 23 13:20:27.762 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37192025-02-23T13:20:29.288Z[ host-image] Feb 23 13:20:27.762 INFO O| Feb 23 13:20:27.762 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
37202025-02-23T13:20:29.288Z[ host-image] Feb 23 13:20:27.763 INFO O| Feb 23 13:20:27.763 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
37212025-02-23T13:20:29.289Z[ host-image] Feb 23 13:20:27.763 INFO O| Feb 23 13:20:27.763 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
37222025-02-23T13:20:29.289Z[ host-image] Feb 23 13:20:27.772 INFO O| Feb 23 13:20:27.772 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
37232025-02-23T13:20:29.788Z[ host-image] Feb 23 13:20:28.018 INFO O| Feb 23 13:20:28.018 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37242025-02-23T13:20:30.525Z[ host-image] Feb 23 13:20:28.030 INFO O| Feb 23 13:20:28.030 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
37252025-02-23T13:20:30.525Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
37262025-02-23T13:20:30.525Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37272025-02-23T13:20:30.525Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37282025-02-23T13:20:30.526Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37292025-02-23T13:20:31.548Z[ host-image] Feb 23 13:20:28.526 INFO O| Feb 23 13:20:28.526 INFO O| Caching catalogs ... Done
37302025-02-23T13:20:31.646Z[ host-image] Feb 23 13:20:28.700 INFO O| Feb 23 13:20:28.700 INFO STEP 0 (pkg_image_create) COMPLETE
37312025-02-23T13:20:31.646Z[ host-image] Feb 23 13:20:28.700 INFO O| Feb 23 13:20:28.700 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37322025-02-23T13:20:31.646Z[ host-image] Feb 23 13:20:28.701 INFO O| Feb 23 13:20:28.700 INFO skip step because feature "repo_redist" is not enabled
37332025-02-23T13:20:31.646Z[ host-image] Feb 23 13:20:28.701 INFO O| Feb 23 13:20:28.700 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37342025-02-23T13:20:31.646Z[ host-image] Feb 23 13:20:28.725 INFO O| Feb 23 13:20:28.725 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"]
37352025-02-23T13:20:31.646Z[ host-image] Feb 23 13:20:29.420 INFO O| Feb 23 13:20:29.419 INFO STEP 2 (pkg_set_publisher) COMPLETE
37362025-02-23T13:20:31.646Z[ host-image] Feb 23 13:20:29.420 INFO O| Feb 23 13:20:29.419 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37372025-02-23T13:20:31.646Z[ host-image] Feb 23 13:20:29.441 INFO O| Feb 23 13:20:29.441 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"]
37382025-02-23T13:20:31.679Z[ host-image] Feb 23 13:20:30.141 INFO O| Feb 23 13:20:30.141 INFO STEP 3 (pkg_set_publisher) COMPLETE
37392025-02-23T13:20:31.680Z[ host-image] Feb 23 13:20:30.141 INFO O| Feb 23 13:20:30.141 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37402025-02-23T13:20:31.683Z[ host-image] Feb 23 13:20:30.141 INFO O| Feb 23 13:20:30.141 INFO skip step because feature "repo_redist" is not enabled
37412025-02-23T13:20:31.684Z[ host-image] Feb 23 13:20:30.141 INFO O| Feb 23 13:20:30.141 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37422025-02-23T13:20:32.342Z[ host-image] Feb 23 13:20:30.812 INFO O| Feb 23 13:20:30.812 INFO variant opensolaris.zone is already global
37432025-02-23T13:20:32.342Z[ host-image] Feb 23 13:20:30.812 INFO O| Feb 23 13:20:30.812 INFO STEP 5 (pkg_change_variant) COMPLETE
37442025-02-23T13:20:32.342Z[ host-image] Feb 23 13:20:30.812 INFO O| Feb 23 13:20:30.812 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37452025-02-23T13:20:32.886Z[ host-image] Feb 23 13:20:31.368 INFO O| Feb 23 13:20:31.368 INFO variant opensolaris.imagetype is full; changing to partial
37462025-02-23T13:20:32.886Z[ host-image] Feb 23 13:20:31.368 INFO O| Feb 23 13:20:31.368 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37472025-02-23T13:20:35.977Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37482025-02-23T13:20:36.365Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37492025-02-23T13:20:40.260Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37502025-02-23T13:20:40.332Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37512025-02-23T13:20:40.347Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37522025-02-23T13:20:42.579Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37532025-02-23T13:20:46.736Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37542025-02-23T13:20:46.821Z[ host-image] Feb 23 13:20:45.302 INFO O| Feb 23 13:20:45.302 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37552025-02-23T13:20:54.155Z[ host-image] Feb 23 13:20:52.621 INFO O| Feb 23 13:20:52.621 INFO O| Startup: Caching catalogs ... Done
37562025-02-23T13:20:54.222Z[ host-image] Feb 23 13:20:52.701 INFO O| Feb 23 13:20:52.701 INFO O| Planning: Planning completed in 0.00 seconds
37572025-02-23T13:20:54.226Z[ host-image] Feb 23 13:20:52.701 INFO O| Feb 23 13:20:52.701 INFO O| Planning: Consolidating action changes ... Done
37582025-02-23T13:20:54.226Z[ host-image] Feb 23 13:20:52.701 INFO O| Feb 23 13:20:52.701 INFO O| Planning: Evaluating mediators ... Done
37592025-02-23T13:20:54.226Z[ host-image] Feb 23 13:20:52.702 INFO O| Feb 23 13:20:52.702 INFO O| Planning: Planning completed in 0.00 seconds
37602025-02-23T13:20:54.226Z[ host-image] Feb 23 13:20:52.702 INFO O| Feb 23 13:20:52.702 INFO O| Variants/Facets to change: 1
37612025-02-23T13:20:54.242Z[ host-image] Feb 23 13:20:52.722 INFO O| Feb 23 13:20:52.722 INFO O| Done
37622025-02-23T13:20:54.242Z[ host-image] Feb 23 13:20:52.722 INFO O| Feb 23 13:20:52.722 INFO O| Done
37632025-02-23T13:20:54.867Z[ host-image] Feb 23 13:20:53.346 INFO O| Feb 23 13:20:53.346 INFO O| Done
37642025-02-23T13:20:54.919Z[ host-image] Feb 23 13:20:53.399 INFO O| Feb 23 13:20:53.398 INFO O| Done
37652025-02-23T13:20:54.935Z[ host-image] Feb 23 13:20:53.400 INFO O| Feb 23 13:20:53.400 INFO O| Done
37662025-02-23T13:20:54.935Z[ host-image] Feb 23 13:20:53.400 INFO O| Feb 23 13:20:53.400 INFO O| Done
37672025-02-23T13:20:54.935Z[ host-image] Feb 23 13:20:53.401 INFO O| Feb 23 13:20:53.401 INFO O| Done
37682025-02-23T13:20:55.423Z[ host-image] Feb 23 13:20:53.895 INFO O| Feb 23 13:20:53.895 INFO STEP 6 (pkg_change_variant) COMPLETE
37692025-02-23T13:20:55.423Z[ host-image] Feb 23 13:20:53.895 INFO O| Feb 23 13:20:53.895 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37702025-02-23T13:20:55.428Z[ host-image] Feb 23 13:20:53.895 INFO O| Feb 23 13:20:53.895 INFO skip step because feature "debug_variant" is not enabled
37712025-02-23T13:20:55.428Z[ host-image] Feb 23 13:20:53.895 INFO O| Feb 23 13:20:53.895 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37722025-02-23T13:20:55.928Z[ host-image] Feb 23 13:20:54.407 INFO O| Feb 23 13:20:54.407 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37732025-02-23T13:20:56.919Z[ host-image] Feb 23 13:20:55.396 INFO O| Feb 23 13:20:55.396 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37742025-02-23T13:20:56.922Z[ host-image] Feb 23 13:20:55.398 INFO O| Feb 23 13:20:55.398 INFO O| Planning: Planning completed in 0.00 seconds
37752025-02-23T13:20:56.923Z[ host-image] Feb 23 13:20:55.399 INFO O| Feb 23 13:20:55.399 INFO O| Planning: Consolidating action changes ... Done
37762025-02-23T13:20:56.923Z[ host-image] Feb 23 13:20:55.399 INFO O| Feb 23 13:20:55.399 INFO O| Planning: Evaluating mediators ... Done
37772025-02-23T13:20:56.923Z[ host-image] Feb 23 13:20:55.400 INFO O| Feb 23 13:20:55.400 INFO O| Planning: Planning completed in 0.00 seconds
37782025-02-23T13:20:56.923Z[ host-image] Feb 23 13:20:55.400 INFO O| Feb 23 13:20:55.400 INFO O| Variants/Facets to change: 1
37792025-02-23T13:20:56.971Z[ host-image] Feb 23 13:20:55.450 INFO O| Feb 23 13:20:55.450 INFO O| Done
37802025-02-23T13:20:56.971Z[ host-image] Feb 23 13:20:55.450 INFO O| Feb 23 13:20:55.450 INFO O| Done
37812025-02-23T13:20:57.970Z[ host-image] Feb 23 13:20:56.448 INFO O| Feb 23 13:20:56.448 INFO O| Done
37822025-02-23T13:20:58.067Z[ host-image] Feb 23 13:20:56.546 INFO O| Feb 23 13:20:56.546 INFO O| Done
37832025-02-23T13:20:58.070Z[ host-image] Feb 23 13:20:56.547 INFO O| Feb 23 13:20:56.547 INFO O| Done
37842025-02-23T13:20:58.071Z[ host-image] Feb 23 13:20:56.547 INFO O| Feb 23 13:20:56.547 INFO O| Done
37852025-02-23T13:20:58.080Z[ host-image] Feb 23 13:20:56.559 INFO O| Feb 23 13:20:56.559 INFO O| Done
37862025-02-23T13:20:58.190Z[ host-image] Feb 23 13:20:56.668 INFO O| Feb 23 13:20:56.668 INFO STEP 8 (pkg_change_facet) COMPLETE
37872025-02-23T13:20:58.190Z[ host-image] Feb 23 13:20:56.668 INFO O| Feb 23 13:20:56.668 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37882025-02-23T13:20:58.237Z[ host-image] Feb 23 13:20:56.668 INFO O| Feb 23 13:20:56.668 INFO skip step because feature "recovery" is not enabled
37892025-02-23T13:20:58.237Z[ host-image] Feb 23 13:20:56.668 INFO O| Feb 23 13:20:56.668 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37902025-02-23T13:20:58.237Z[ host-image] Feb 23 13:20:56.668 INFO O| Feb 23 13:20:56.668 INFO skip step because feature "recovery" is not enabled
37912025-02-23T13:20:58.237Z[ host-image] Feb 23 13:20:56.668 INFO O| Feb 23 13:20:56.668 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37922025-02-23T13:20:58.238Z[ host-image] Feb 23 13:20:56.691 INFO O| Feb 23 13:20:56.691 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"]
37932025-02-23T13:20:58.990Z[ host-image] Feb 23 13:20:57.468 INFO O| Feb 23 13:20:57.468 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37942025-02-23T13:21:06.959Z[recovery-package] Finished `release` profile [optimized] target(s) in 49.36s
37952025-02-23T13:21:08.324ZFeb 23 13:21:06.801 INFO [recovery-package] process exited with exit status: 0 (50.98270286s)
37962025-02-23T13:21:08.325ZFeb 23 13:21:06.801 INFO [recovery-stamp] running task
37972025-02-23T13:21:08.342ZFeb 23 13:21:06.801 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
37982025-02-23T13:21:08.357ZFeb 23 13:21:06.812 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+git32e3ede594d
37992025-02-23T13:21:08.358ZFeb 23 13:21:06.824 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git32e3ede594d
38002025-02-23T13:21:08.360Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
38012025-02-23T13:21:08.371Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
38022025-02-23T13:21:08.467Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
38032025-02-23T13:21:08.471ZFeb 23 13:21:06.937 INFO [stamp-installinator] process exited with exit status: 0 (112.054669ms)
38042025-02-23T13:21:08.475Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
38052025-02-23T13:21:08.481ZFeb 23 13:21:06.956 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (144.24035ms)
38062025-02-23T13:21:08.481ZFeb 23 13:21:06.956 INFO [recovery-stamp] task succeeded (154.795934ms)
38072025-02-23T13:21:08.481ZFeb 23 13:21:06.956 INFO [recovery-proto] running task
38082025-02-23T13:21:08.482ZFeb 23 13:21:06.956 INFO [tuf-stamp] running task
38092025-02-23T13:21:08.482ZFeb 23 13:21:06.957 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+git32e3ede594d
38102025-02-23T13:21:08.499ZFeb 23 13:21:06.975 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 13.0.0-0.ci+git32e3ede594d
38112025-02-23T13:21:08.509Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
38122025-02-23T13:21:08.517ZFeb 23 13:21:06.994 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+git32e3ede594d
38132025-02-23T13:21:08.538ZFeb 23 13:21:07.015[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38142025-02-23T13:21:08.539Z 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+git32e3ede594d
38152025-02-23T13:21:08.557Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
38162025-02-23T13:21:08.564ZFeb 23 13:21:07.033 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+git32e3ede594d
38172025-02-23T13:21:08.580Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38182025-02-23T13:21:08.584ZFeb 23 13:21:07.057 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+git32e3ede594d
38192025-02-23T13:21:08.613Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38202025-02-23T13:21:08.616ZFeb 23 13:21:07.090 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+git32e3ede594d
38212025-02-23T13:21:08.646Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
38222025-02-23T13:21:08.649ZFeb 23 13:21:07.123 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+git32e3ede594d
38232025-02-23T13:21:08.710ZFeb 23 13:21:07.187 INFO [recovery-proto] task succeeded (231.218927ms)
38242025-02-23T13:21:08.716ZFeb 23 13:21:07.188 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/.tmpO8vQuE/proto/recovery/root -N 'recovery 32e3ede/${os_short_commit} 2025-02-23 12:55' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38252025-02-23T13:21:08.760Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
38262025-02-23T13:21:08.760ZFeb 23 13:21:07.237 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+git32e3ede594d
38272025-02-23T13:21:08.764Z[ recovery-image] Feb 23 13:21:07.237 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38282025-02-23T13:21:08.764Z[ recovery-image] Feb 23 13:21:07.238 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
38292025-02-23T13:21:08.823Z[ recovery-image] Feb 23 13:21:07.265 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpO8vQuE/proto/recovery/root"
38302025-02-23T13:21:08.828Z[ recovery-image] Feb 23 13:21:07.265 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
38312025-02-23T13:21:08.828Z[ recovery-image] Feb 23 13:21:07.266 INFO image builder template: ramdisk-01-os...
38322025-02-23T13:21:08.828Z[ recovery-image] Feb 23 13:21:07.266 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/.tmpO8vQuE/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
38332025-02-23T13:21:08.828Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
38342025-02-23T13:21:08.828ZFeb 23 13:21:07.301 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+git32e3ede594d
38352025-02-23T13:21:08.954Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
38362025-02-23T13:21:08.958Z[ recovery-image] Feb 23 13:21:07.330 INFO O| Feb 23 13:21:07.306 INFO CREATE DATASET: rpool/images/build/recovery/output
38372025-02-23T13:21:09.023Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
38382025-02-23T13:21:09.081ZFeb 23 13:21:07.559 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+git32e3ede594d
38392025-02-23T13:21:09.243Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
38402025-02-23T13:21:09.249ZFeb 23 13:21:07.720 INFO [stamp-probe] process exited with exit status: 0 (663.100176ms)
38412025-02-23T13:21:09.262Z[ recovery-image] Feb 23 13:21:07.737 INFO O| Feb 23 13:21:07.724 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38422025-02-23T13:21:09.273Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38432025-02-23T13:21:09.316Z[ recovery-image] Feb 23 13:21:07.793 INFO O| Feb 23 13:21:07.777 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38442025-02-23T13:21:09.416Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
38452025-02-23T13:21:09.541Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
38462025-02-23T13:21:09.830Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
38472025-02-23T13:21:09.860Z[ recovery-image] Feb 23 13:21:08.321 INFO O| Feb 23 13:21:08.321 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
38482025-02-23T13:21:09.889ZFeb 23 13:21:08.366 INFO [stamp-ntp] process exited with exit status: 0 (1.101385083s)
38492025-02-23T13:21:09.968Z[ recovery-image] Feb 23 13:21:08.445 INFO O| Feb 23 13:21:08.445 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38502025-02-23T13:21:09.972Z[ recovery-image] Feb 23 13:21:08.445 INFO O| Feb 23 13:21:08.445 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38512025-02-23T13:21:09.972Z[ recovery-image] Feb 23 13:21:08.445 INFO O| Feb 23 13:21:08.445 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38522025-02-23T13:21:09.972Z[ recovery-image] Feb 23 13:21:08.445 INFO O| Feb 23 13:21:08.445 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38532025-02-23T13:21:09.979Z[ recovery-image] Feb 23 13:21:08.456 INFO O| Feb 23 13:21:08.456 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38542025-02-23T13:21:10.251Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
38552025-02-23T13:21:10.317ZFeb 23 13:21:08.794 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.818855701s)
38562025-02-23T13:21:10.320Z[ recovery-image] Feb 23 13:21:08.795 INFO O| Feb 23 13:21:08.795 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38572025-02-23T13:21:10.344Z[ recovery-image] Feb 23 13:21:08.820 INFO O| Feb 23 13:21:08.820 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
38582025-02-23T13:21:10.718Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
38592025-02-23T13:21:10.815ZFeb 23 13:21:09.228 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.213124671s)
38602025-02-23T13:21:11.096Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
38612025-02-23T13:21:11.135ZFeb 23 13:21:09.612 INFO [stamp-internal-dns] process exited with exit status: 0 (2.578917326s)
38622025-02-23T13:21:11.344Z[ recovery-image] Feb 23 13:21:09.821 INFO O| Feb 23 13:21:09.821 INFO O| Caching catalogs ... Done
38632025-02-23T13:21:11.498Z[ recovery-image] Feb 23 13:21:09.951 INFO O| Feb 23 13:21:09.951 INFO STEP 0 (pkg_image_create) COMPLETE
38642025-02-23T13:21:11.498Z[ recovery-image] Feb 23 13:21:09.951 INFO O| Feb 23 13:21:09.951 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38652025-02-23T13:21:11.498Z[ recovery-image] Feb 23 13:21:09.951 INFO O| Feb 23 13:21:09.951 INFO skip step because feature "repo_redist" is not enabled
38662025-02-23T13:21:11.499Z[ recovery-image] Feb 23 13:21:09.951 INFO O| Feb 23 13:21:09.951 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38672025-02-23T13:21:11.514Z[ recovery-image] Feb 23 13:21:09.966 INFO O| Feb 23 13:21:09.965 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"]
38682025-02-23T13:21:11.524Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
38692025-02-23T13:21:11.531Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
38702025-02-23T13:21:11.534ZFeb 23 13:21:10.010 INFO [stamp-external-dns] process exited with exit status: 0 (2.398113594s)
38712025-02-23T13:21:11.537ZFeb 23 13:21:10.013 INFO [stamp-oximeter] process exited with exit status: 0 (2.712003096s)
38722025-02-23T13:21:12.005Z[ recovery-image] Feb 23 13:21:10.481 INFO O| Feb 23 13:21:10.481 INFO STEP 2 (pkg_set_publisher) COMPLETE
38732025-02-23T13:21:12.005Z[ recovery-image] Feb 23 13:21:10.481 INFO O| Feb 23 13:21:10.481 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38742025-02-23T13:21:12.024Z[ recovery-image] Feb 23 13:21:10.500 INFO O| Feb 23 13:21:10.500 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"]
38752025-02-23T13:21:12.554Z[ recovery-image] Feb 23 13:21:11.030 INFO O| Feb 23 13:21:11.030 INFO STEP 3 (pkg_set_publisher) COMPLETE
38762025-02-23T13:21:12.554Z[ recovery-image] Feb 23 13:21:11.030 INFO O| Feb 23 13:21:11.030 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38772025-02-23T13:21:12.554Z[ recovery-image] Feb 23 13:21:11.030 INFO O| Feb 23 13:21:11.030 INFO skip step because feature "repo_redist" is not enabled
38782025-02-23T13:21:12.559Z[ recovery-image] Feb 23 13:21:11.030 INFO O| Feb 23 13:21:11.030 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38792025-02-23T13:21:13.009Z[ recovery-image] Feb 23 13:21:11.486 INFO O| Feb 23 13:21:11.486 INFO variant opensolaris.zone is already global
38802025-02-23T13:21:13.009Z[ recovery-image] Feb 23 13:21:11.486 INFO O| Feb 23 13:21:11.486 INFO STEP 5 (pkg_change_variant) COMPLETE
38812025-02-23T13:21:13.014Z[ recovery-image] Feb 23 13:21:11.486 INFO O| Feb 23 13:21:11.486 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38822025-02-23T13:21:13.427Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38832025-02-23T13:21:13.462ZFeb 23 13:21:11.909 INFO [stamp-nexus] process exited with exit status: 0 (4.914088847s)
38842025-02-23T13:21:13.462Z[ recovery-image] Feb 23 13:21:11.920 INFO O| Feb 23 13:21:11.920 INFO variant opensolaris.imagetype is full; changing to partial
38852025-02-23T13:21:13.462Z[ recovery-image] Feb 23 13:21:11.920 INFO O| Feb 23 13:21:11.920 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38862025-02-23T13:21:14.295Z[verify-libraries] Compiling ring v0.17.11
38872025-02-23T13:21:14.584Z[verify-libraries] Compiling home v0.5.9
38882025-02-23T13:21:14.626Z[verify-libraries] Compiling cfg_aliases v0.1.1
38892025-02-23T13:21:14.637Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38902025-02-23T13:21:14.637Z[verify-libraries] Compiling sqlparser_derive v0.2.2
38912025-02-23T13:21:14.637Z[verify-libraries] Compiling unicode_categories v0.1.1
38922025-02-23T13:21:14.807Z[verify-libraries] Compiling polyval v0.6.2
38932025-02-23T13:21:14.889Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
38942025-02-23T13:21:14.953ZFeb 23 13:21:13.430 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.472223655s)
38952025-02-23T13:21:15.109Z[verify-libraries] Compiling nix v0.28.0
38962025-02-23T13:21:15.240Z[verify-libraries] Compiling sqlformat v0.2.6
38972025-02-23T13:21:15.403Z[verify-libraries] Compiling ghash v0.5.1
38982025-02-23T13:21:15.688Z[verify-libraries] Compiling ctr v0.9.2
38992025-02-23T13:21:15.785Z[verify-libraries] Compiling ssh-encoding v0.2.0
39002025-02-23T13:21:21.177Z[verify-libraries] Compiling aes-gcm v0.10.3
39012025-02-23T13:21:21.209Z[verify-libraries] Compiling sqlparser v0.45.0
39022025-02-23T13:21:21.209Z[verify-libraries] Compiling blowfish v0.9.1
39032025-02-23T13:21:21.209Z[verify-libraries] Compiling ssh-cipher v0.2.0
39042025-02-23T13:21:21.209Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
39052025-02-23T13:21:21.209Z[verify-libraries] Compiling password-hash v0.4.2
39062025-02-23T13:21:21.209Z[verify-libraries] Compiling ssh-key v0.6.6
39072025-02-23T13:21:21.209Z[verify-libraries] Compiling pbkdf2 v0.11.0
39082025-02-23T13:21:21.349Z[verify-libraries] Compiling rustls v0.23.19
39092025-02-23T13:21:21.459Z[verify-libraries] Compiling rustls v0.22.4
39102025-02-23T13:21:21.508Z[verify-libraries] Compiling rustyline v14.0.0
39112025-02-23T13:21:22.083Z[verify-libraries] Compiling p256 v0.13.2
39122025-02-23T13:21:22.610Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
39132025-02-23T13:21:22.652ZFeb 23 13:21:21.127 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.004464047s)
39142025-02-23T13:21:23.744Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
39152025-02-23T13:21:23.769ZFeb 23 13:21:22.244 INFO [stamp-clickhouse] process exited with exit status: 0 (15.154337813s)
39162025-02-23T13:21:23.772ZFeb 23 13:21:22.244 INFO [tuf-stamp] task succeeded (15.288222069s)
39172025-02-23T13:21:24.360Z[verify-libraries] Compiling p521 v0.13.3
39182025-02-23T13:21:25.471Z[verify-libraries] Compiling rustls-webpki v0.102.8
39192025-02-23T13:21:26.012Z[verify-libraries] Compiling russh-cryptovec v0.7.3
39202025-02-23T13:21:26.217Z[ recovery-image] Feb 23 13:21:24.692 INFO O| Feb 23 13:21:24.692 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39212025-02-23T13:21:26.523Z[verify-libraries] Compiling md5 v0.7.0
39222025-02-23T13:21:31.108Z[verify-libraries] Compiling rustls v0.21.12
39232025-02-23T13:21:31.157Z[verify-libraries] Compiling russh-keys v0.45.0
39242025-02-23T13:21:36.378Z[ recovery-image] Feb 23 13:21:34.850 INFO O| Feb 23 13:21:34.850 INFO O| Startup: Caching catalogs ... Done
39252025-02-23T13:21:36.510Z[ recovery-image] Feb 23 13:21:34.982 INFO O| Feb 23 13:21:34.982 INFO O| Planning: Planning completed in 0.00 seconds
39262025-02-23T13:21:36.513Z[ recovery-image] Feb 23 13:21:34.984 INFO O| Feb 23 13:21:34.983 INFO O| Planning: Consolidating action changes ... Done
39272025-02-23T13:21:36.513Z[ recovery-image] Feb 23 13:21:34.984 INFO O| Feb 23 13:21:34.984 INFO O| Planning: Evaluating mediators ... Done
39282025-02-23T13:21:36.513Z[ recovery-image] Feb 23 13:21:34.984 INFO O| Feb 23 13:21:34.984 INFO O| Planning: Planning completed in 0.00 seconds
39292025-02-23T13:21:36.513Z[ recovery-image] Feb 23 13:21:34.985 INFO O| Feb 23 13:21:34.985 INFO O| Variants/Facets to change: 1
39302025-02-23T13:21:36.636Z[ recovery-image] Feb 23 13:21:35.109 INFO O| Feb 23 13:21:35.109 INFO O| Done
39312025-02-23T13:21:36.636Z[ recovery-image] Feb 23 13:21:35.109 INFO O| Feb 23 13:21:35.109 INFO O| Done
39322025-02-23T13:21:36.888Z[verify-libraries] Compiling tokio-rustls v0.26.0
39332025-02-23T13:21:37.661Z[verify-libraries] Compiling hyper-rustls v0.27.3
39342025-02-23T13:21:37.720Z[verify-libraries] Compiling tokio-rustls v0.25.0
39352025-02-23T13:21:37.780Z[ recovery-image] Feb 23 13:21:36.253 INFO O| Feb 23 13:21:36.252 INFO O| Done
39362025-02-23T13:21:37.865Z[ recovery-image] Feb 23 13:21:36.337 INFO O| Feb 23 13:21:36.337 INFO O| Done
39372025-02-23T13:21:37.868Z[ recovery-image] Feb 23 13:21:36.339 INFO O| Feb 23 13:21:36.339 INFO O| Done
39382025-02-23T13:21:37.868Z[ recovery-image] Feb 23 13:21:36.339 INFO O| Feb 23 13:21:36.339 INFO O| Done
39392025-02-23T13:21:37.871Z[ recovery-image] Feb 23 13:21:36.341 INFO O| Feb 23 13:21:36.341 INFO O| Done
39402025-02-23T13:21:38.310Z[verify-libraries] Compiling reqwest v0.12.12
39412025-02-23T13:21:38.475Z[verify-libraries] Compiling dropshot v0.12.0
39422025-02-23T13:21:38.833Z[ recovery-image] Feb 23 13:21:37.306 INFO O| Feb 23 13:21:37.305 INFO STEP 6 (pkg_change_variant) COMPLETE
39432025-02-23T13:21:38.837Z[ recovery-image] Feb 23 13:21:37.306 INFO O| Feb 23 13:21:37.305 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39442025-02-23T13:21:38.837Z[ recovery-image] Feb 23 13:21:37.306 INFO O| Feb 23 13:21:37.306 INFO skip step because feature "debug_variant" is not enabled
39452025-02-23T13:21:38.837Z[ recovery-image] Feb 23 13:21:37.306 INFO O| Feb 23 13:21:37.306 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39462025-02-23T13:21:39.682Z[ recovery-image] Feb 23 13:21:38.154 INFO O| Feb 23 13:21:38.154 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39472025-02-23T13:21:40.985Z[ recovery-image] Feb 23 13:21:39.456 INFO O| Feb 23 13:21:39.456 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39482025-02-23T13:21:40.988Z[ recovery-image] Feb 23 13:21:39.458 INFO O| Feb 23 13:21:39.458 INFO O| Planning: Planning completed in 0.00 seconds
39492025-02-23T13:21:40.988Z[ recovery-image] Feb 23 13:21:39.459 INFO O| Feb 23 13:21:39.459 INFO O| Planning: Consolidating action changes ... Done
39502025-02-23T13:21:40.988Z[ recovery-image] Feb 23 13:21:39.460 INFO O| Feb 23 13:21:39.459 INFO O| Planning: Evaluating mediators ... Done
39512025-02-23T13:21:40.988Z[ recovery-image] Feb 23 13:21:39.460 INFO O| Feb 23 13:21:39.460 INFO O| Planning: Planning completed in 0.00 seconds
39522025-02-23T13:21:40.991Z[ recovery-image] Feb 23 13:21:39.461 INFO O| Feb 23 13:21:39.461 INFO O| Variants/Facets to change: 1
39532025-02-23T13:21:41.210Z[ recovery-image] Feb 23 13:21:39.681 INFO O| Feb 23 13:21:39.681 INFO O| Done
39542025-02-23T13:21:41.210Z[ recovery-image] Feb 23 13:21:39.681 INFO O| Feb 23 13:21:39.681 INFO O| Done
39552025-02-23T13:21:42.104Z[ recovery-image] Feb 23 13:21:40.576 INFO O| Feb 23 13:21:40.575 INFO O| Done
39562025-02-23T13:21:42.193Z[ recovery-image] Feb 23 13:21:40.665 INFO O| Feb 23 13:21:40.664 INFO O| Done
39572025-02-23T13:21:42.197Z[ recovery-image] Feb 23 13:21:40.665 INFO O| Feb 23 13:21:40.665 INFO O| Done
39582025-02-23T13:21:42.197Z[ recovery-image] Feb 23 13:21:40.666 INFO O| Feb 23 13:21:40.666 INFO O| Done
39592025-02-23T13:21:42.197Z[ recovery-image] Feb 23 13:21:40.667 INFO O| Feb 23 13:21:40.667 INFO O| Done
39602025-02-23T13:21:42.316Z[ recovery-image] Feb 23 13:21:40.787 INFO O| Feb 23 13:21:40.787 INFO STEP 8 (pkg_change_facet) COMPLETE
39612025-02-23T13:21:42.316Z[ recovery-image] Feb 23 13:21:40.787 INFO O| Feb 23 13:21:40.787 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39622025-02-23T13:21:43.144Z[ recovery-image] Feb 23 13:21:41.615 INFO O| Feb 23 13:21:41.615 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39632025-02-23T13:21:43.282Z[verify-libraries] Compiling progenitor-client v0.9.1
39642025-02-23T13:21:43.819Z[verify-libraries] Compiling progenitor-client v0.8.0
39652025-02-23T13:21:44.093Z[ recovery-image] Feb 23 13:21:42.564 INFO O| Feb 23 13:21:42.564 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39662025-02-23T13:21:44.095Z[ recovery-image] Feb 23 13:21:42.566 INFO O| Feb 23 13:21:42.566 INFO O| Planning: Planning completed in 0.00 seconds
39672025-02-23T13:21:44.098Z[ recovery-image] Feb 23 13:21:42.567 INFO O| Feb 23 13:21:42.567 INFO O| Planning: Consolidating action changes ... Done
39682025-02-23T13:21:44.098Z[ recovery-image] Feb 23 13:21:42.568 INFO O| Feb 23 13:21:42.568 INFO O| Planning: Evaluating mediators ... Done
39692025-02-23T13:21:44.098Z[ recovery-image] Feb 23 13:21:42.568 INFO O| Feb 23 13:21:42.568 INFO O| Planning: Planning completed in 0.00 seconds
39702025-02-23T13:21:44.099Z[ recovery-image] Feb 23 13:21:42.569 INFO O| Feb 23 13:21:42.569 INFO O| Variants/Facets to change: 1
39712025-02-23T13:21:44.127Z[verify-libraries] Compiling dropshot v0.15.1
39722025-02-23T13:21:44.176Z[ recovery-image] Feb 23 13:21:42.648 INFO O| Feb 23 13:21:42.647 INFO O| Done
39732025-02-23T13:21:44.176Z[ recovery-image] Feb 23 13:21:42.648 INFO O| Feb 23 13:21:42.648 INFO O| Done
39742025-02-23T13:21:44.484Z[verify-libraries] Compiling progenitor v0.8.0
39752025-02-23T13:21:44.861Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
39762025-02-23T13:21:45.211Z[ recovery-image] Feb 23 13:21:43.682 INFO O| Feb 23 13:21:43.682 INFO O| Done
39772025-02-23T13:21:45.338Z[ recovery-image] Feb 23 13:21:43.810 INFO O| Feb 23 13:21:43.810 INFO O| Done
39782025-02-23T13:21:45.341Z[ recovery-image] Feb 23 13:21:43.811 INFO O| Feb 23 13:21:43.811 INFO O| Done
39792025-02-23T13:21:45.341Z[ recovery-image] Feb 23 13:21:43.811 INFO O| Feb 23 13:21:43.811 INFO O| Done
39802025-02-23T13:21:45.344Z[ recovery-image] Feb 23 13:21:43.814 INFO O| Feb 23 13:21:43.814 INFO O| Done
39812025-02-23T13:21:45.448Z[ recovery-image] Feb 23 13:21:43.919 INFO O| Feb 23 13:21:43.919 INFO STEP 9 (pkg_change_facet) COMPLETE
39822025-02-23T13:21:45.448Z[ recovery-image] Feb 23 13:21:43.919 INFO O| Feb 23 13:21:43.919 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39832025-02-23T13:21:46.139Z[ recovery-image] Feb 23 13:21:44.610 INFO O| Feb 23 13:21:44.610 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39842025-02-23T13:21:47.217Z[ recovery-image] Feb 23 13:21:45.688 INFO O| Feb 23 13:21:45.687 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39852025-02-23T13:21:47.220Z[ recovery-image] Feb 23 13:21:45.690 INFO O| Feb 23 13:21:45.690 INFO O| Planning: Planning completed in 0.00 seconds
39862025-02-23T13:21:47.223Z[ recovery-image] Feb 23 13:21:45.691 INFO O| Feb 23 13:21:45.691 INFO O| Planning: Consolidating action changes ... Done
39872025-02-23T13:21:47.223Z[ recovery-image] Feb 23 13:21:45.691 INFO O| Feb 23 13:21:45.691 INFO O| Planning: Evaluating mediators ... Done
39882025-02-23T13:21:47.223Z[ recovery-image] Feb 23 13:21:45.692 INFO O| Feb 23 13:21:45.692 INFO O| Planning: Planning completed in 0.00 seconds
39892025-02-23T13:21:47.223Z[ recovery-image] Feb 23 13:21:45.692 INFO O| Feb 23 13:21:45.692 INFO O| Variants/Facets to change: 1
39902025-02-23T13:21:47.372Z[ recovery-image] Feb 23 13:21:45.843 INFO O| Feb 23 13:21:45.843 INFO O| Done
39912025-02-23T13:21:47.372Z[ recovery-image] Feb 23 13:21:45.843 INFO O| Feb 23 13:21:45.843 INFO O| Done
39922025-02-23T13:21:48.296Z[ recovery-image] Feb 23 13:21:46.767 INFO O| Feb 23 13:21:46.767 INFO O| Done
39932025-02-23T13:21:48.392Z[ recovery-image] Feb 23 13:21:46.863 INFO O| Feb 23 13:21:46.863 INFO O| Done
39942025-02-23T13:21:48.395Z[ recovery-image] Feb 23 13:21:46.864 INFO O| Feb 23 13:21:46.864 INFO O| Done
39952025-02-23T13:21:48.395Z[ recovery-image] Feb 23 13:21:46.864 INFO O| Feb 23 13:21:46.864 INFO O| Done
39962025-02-23T13:21:48.395Z[ recovery-image] Feb 23 13:21:46.866 INFO O| Feb 23 13:21:46.866 INFO O| Done
39972025-02-23T13:21:48.445Z[verify-libraries] Compiling qorb v0.2.1
39982025-02-23T13:21:48.576Z[ recovery-image] Feb 23 13:21:47.047 INFO O| Feb 23 13:21:47.047 INFO STEP 10 (pkg_change_facet) COMPLETE
39992025-02-23T13:21:48.576Z[ recovery-image] Feb 23 13:21:47.047 INFO O| Feb 23 13:21:47.047 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40002025-02-23T13:21:48.597Z[ recovery-image] Feb 23 13:21:47.068 INFO O| Feb 23 13:21:47.068 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"]
40012025-02-23T13:21:49.798Z[ recovery-image] Feb 23 13:21:48.268 INFO O| Feb 23 13:21:48.268 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40022025-02-23T13:21:55.081Z[verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40032025-02-23T13:21:56.553Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40042025-02-23T13:21:57.603Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
40052025-02-23T13:21:57.949Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40062025-02-23T13:21:58.394Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
40072025-02-23T13:22:06.778Z[ host-image] Feb 23 13:22:05.245 INFO O| Feb 23 13:22:05.245 INFO O| Planning: Solver setup ... Done
40082025-02-23T13:22:22.369Z[verify-libraries] Compiling progenitor v0.9.1
40092025-02-23T13:22:22.733Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40102025-02-23T13:22:26.844Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40112025-02-23T13:22:29.633Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40122025-02-23T13:22:34.703Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
40132025-02-23T13:22:36.679Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
40142025-02-23T13:22:41.473Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
40152025-02-23T13:22:42.185Z[verify-libraries] Compiling omicron-zone-package v0.12.0
40162025-02-23T13:22:45.347Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40172025-02-23T13:22:48.817Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40182025-02-23T13:22:51.794Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40192025-02-23T13:22:52.365Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
40202025-02-23T13:22:52.589Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40212025-02-23T13:22:56.736Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40222025-02-23T13:22:59.991Z[verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
40232025-02-23T13:23:00.625Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
40242025-02-23T13:23:04.175Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40252025-02-23T13:23:05.829Z[ recovery-image] Feb 23 13:23:04.287 INFO O| Feb 23 13:23:04.287 INFO O| Planning: Solver setup ... Done
40262025-02-23T13:23:10.839Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
40272025-02-23T13:23:11.089Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40282025-02-23T13:23:17.507Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
40292025-02-23T13:23:18.135Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
40302025-02-23T13:23:19.012Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
40312025-02-23T13:23:19.110Z[verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
40322025-02-23T13:23:20.947Z[verify-libraries] Compiling rcgen v0.12.1
40332025-02-23T13:23:22.025Z[verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40342025-02-23T13:23:23.078Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40352025-02-23T13:23:23.731Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40362025-02-23T13:23:30.190Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40372025-02-23T13:23:36.279Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40382025-02-23T13:23:38.060Z[verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
40392025-02-23T13:23:38.742Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40402025-02-23T13:23:39.847Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
40412025-02-23T13:23:47.268Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
40422025-02-23T13:23:48.452Z[ host-image] Feb 23 13:23:46.902 INFO O| Feb 23 13:23:46.902 INFO O| Planning: Running solver ... Done
40432025-02-23T13:23:49.124Z[ host-image] Feb 23 13:23:47.574 INFO O| Feb 23 13:23:47.574 INFO O| Planning: Finding local manifests ... Done
40442025-02-23T13:23:49.142Z[ host-image] Feb 23 13:23:47.593 INFO O| Feb 23 13:23:47.593 INFO O| Planning: Fetching manifests: 0/124 0% complete
40452025-02-23T13:23:51.383Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40462025-02-23T13:23:53.545Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40472025-02-23T13:23:54.834Z[ host-image] Feb 23 13:23:53.283 INFO O| Feb 23 13:23:53.283 INFO O| Planning: Fetching manifests: 124/124 100% complete
40482025-02-23T13:23:55.981Z[ host-image] Feb 23 13:23:54.431 INFO O| Feb 23 13:23:54.431 INFO O| Planning: Package planning ... Done
40492025-02-23T13:23:57.482Z[ host-image] Feb 23 13:23:55.931 INFO O| Feb 23 13:23:55.931 INFO O| Planning: Merging actions ... Done
40502025-02-23T13:23:58.086Z[ host-image] Feb 23 13:23:56.535 INFO O| Feb 23 13:23:56.534 INFO O| Planning: Checking for conflicting actions ... Done
40512025-02-23T13:23:58.289Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40522025-02-23T13:23:58.390Z[ host-image] Feb 23 13:23:56.839 INFO O| Feb 23 13:23:56.839 INFO O| Planning: Consolidating action changes ... Done
40532025-02-23T13:23:58.914Z[ host-image] Feb 23 13:23:57.363 INFO O| Feb 23 13:23:57.363 INFO O| Planning: Evaluating mediators ... Done
40542025-02-23T13:24:00.043Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40552025-02-23T13:24:00.461Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40562025-02-23T13:24:05.534Z[ host-image] Feb 23 13:24:03.982 INFO O| Feb 23 13:24:03.982 INFO O| Planning: Planning completed in 186.51 seconds
40572025-02-23T13:24:05.567Z[ host-image] Feb 23 13:24:04.014 INFO O| Feb 23 13:24:04.014 INFO O| Packages to install: 124
40582025-02-23T13:24:05.569Z[ host-image] Feb 23 13:24:04.015 INFO O| Feb 23 13:24:04.015 INFO O| Mediators to change: 4
40592025-02-23T13:24:05.569Z[ host-image] Feb 23 13:24:04.015 INFO O| Feb 23 13:24:04.015 INFO O| Services to change: 6
40602025-02-23T13:24:05.675Z[ host-image] Feb 23 13:24:04.122 INFO O| Feb 23 13:24:04.122 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete
40612025-02-23T13:24:06.421Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
40622025-02-23T13:24:07.452Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
40632025-02-23T13:24:09.741Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40642025-02-23T13:24:10.283Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40652025-02-23T13:24:10.678Z[ host-image] Feb 23 13:24:09.125 INFO O| Feb 23 13:24:09.124 INFO O| Download: 809/22863 items 4.4/199.8MB 2% complete (889k/s)
40662025-02-23T13:24:10.982Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40672025-02-23T13:24:15.681Z[ host-image] Feb 23 13:24:14.127 INFO O| Feb 23 13:24:14.127 INFO O| Download: 1323/22863 items 7.4/199.8MB 3% complete (760k/s)
40682025-02-23T13:24:15.921Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40692025-02-23T13:24:20.078Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
40702025-02-23T13:24:20.788Z[ host-image] Feb 23 13:24:19.234 INFO O| Feb 23 13:24:19.233 INFO O| Download: 1616/22863 items 9.7/199.8MB 4% complete (665k/s)
40712025-02-23T13:24:21.157Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40722025-02-23T13:24:25.420Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40732025-02-23T13:24:25.800Z[ host-image] Feb 23 13:24:24.245 INFO O| Feb 23 13:24:24.245 INFO O| Download: 1698/22863 items 11.3/199.8MB 5% complete (419k/s)
40742025-02-23T13:24:30.869Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40752025-02-23T13:24:31.960Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40762025-02-23T13:24:32.096Z[ host-image] Feb 23 13:24:30.539 INFO O| Feb 23 13:24:30.539 INFO O| Download: 1947/22863 items 22.1/199.8MB 11% complete (1.2M/s)
40772025-02-23T13:24:35.126Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40782025-02-23T13:24:37.097Z[ host-image] Feb 23 13:24:35.539 INFO O| Feb 23 13:24:35.539 INFO O| Download: 2231/22863 items 24.3/199.8MB 12% complete (1.2M/s)
40792025-02-23T13:24:37.112Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
40802025-02-23T13:24:41.195Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40812025-02-23T13:24:41.762Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
40822025-02-23T13:24:42.400Z[ host-image] Feb 23 13:24:40.842 INFO O| Feb 23 13:24:40.842 INFO O| Download: 2464/22863 items 28.1/199.8MB 14% complete (625k/s)
40832025-02-23T13:24:43.808Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40842025-02-23T13:24:46.514Z[ recovery-image] Feb 23 13:24:44.955 INFO O| Feb 23 13:24:44.955 INFO O| Planning: Running solver ... Done
40852025-02-23T13:24:47.137Z[ recovery-image] Feb 23 13:24:45.578 INFO O| Feb 23 13:24:45.578 INFO O| Planning: Finding local manifests ... Done
40862025-02-23T13:24:47.155Z[ recovery-image] Feb 23 13:24:45.595 INFO O| Feb 23 13:24:45.595 INFO O| Planning: Fetching manifests: 0/124 0% complete
40872025-02-23T13:24:47.402Z[ host-image] Feb 23 13:24:45.843 INFO O| Feb 23 13:24:45.843 INFO O| Download: 2980/22863 items 33.8/199.8MB 16% complete (970k/s)
40882025-02-23T13:24:52.092Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40892025-02-23T13:24:52.552Z[ recovery-image] Feb 23 13:24:50.992 INFO O| Feb 23 13:24:50.991 INFO O| Planning: Fetching manifests: 124/124 100% complete
40902025-02-23T13:24:52.838Z[ host-image] Feb 23 13:24:51.278 INFO O| Feb 23 13:24:51.277 INFO O| Download: 3482/22863 items 35.6/199.8MB 17% complete (779k/s)
40912025-02-23T13:24:53.609Z[ recovery-image] Feb 23 13:24:52.049 INFO O| Feb 23 13:24:52.049 INFO O| Planning: Package planning ... Done
40922025-02-23T13:24:53.873Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
40932025-02-23T13:24:54.005Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40942025-02-23T13:24:54.226Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40952025-02-23T13:24:54.450Z[ recovery-image] Feb 23 13:24:52.890 INFO O| Feb 23 13:24:52.890 INFO O| Planning: Merging actions ... Done
40962025-02-23T13:24:54.638Z[ recovery-image] Feb 23 13:24:53.078 INFO O| Feb 23 13:24:53.072 INFO O| Planning: Checking for conflicting actions ... Done
40972025-02-23T13:24:54.765Z[ recovery-image] Feb 23 13:24:53.204 INFO O| Feb 23 13:24:53.204 INFO O| Planning: Consolidating action changes ... Done
40982025-02-23T13:24:54.768Z[verify-libraries] Compiling tough v0.19.0
40992025-02-23T13:24:55.259Z[ recovery-image] Feb 23 13:24:53.698 INFO O| Feb 23 13:24:53.698 INFO O| Planning: Evaluating mediators ... Done
41002025-02-23T13:24:57.846Z[ host-image] Feb 23 13:24:56.284 INFO O| Feb 23 13:24:56.284 INFO O| Download: 3611/22863 items 35.9/199.8MB 17% complete (205k/s)
41012025-02-23T13:25:01.377Z[ recovery-image] Feb 23 13:24:59.815 INFO O| Feb 23 13:24:59.815 INFO O| Planning: Planning completed in 191.55 seconds
41022025-02-23T13:25:01.384Z[ recovery-image] Feb 23 13:24:59.823 INFO O| Feb 23 13:24:59.823 INFO O| Packages to install: 124
41032025-02-23T13:25:01.387Z[ recovery-image] Feb 23 13:24:59.823 INFO O| Feb 23 13:24:59.823 INFO O| Mediators to change: 4
41042025-02-23T13:25:01.387Z[ recovery-image] Feb 23 13:24:59.823 INFO O| Feb 23 13:24:59.823 INFO O| Services to change: 5
41052025-02-23T13:25:01.530Z[ recovery-image] Feb 23 13:24:59.968 INFO O| Feb 23 13:24:59.968 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete
41062025-02-23T13:25:02.583Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
41072025-02-23T13:25:02.639Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
41082025-02-23T13:25:02.861Z[ host-image] Feb 23 13:25:01.299 INFO O| Feb 23 13:25:01.299 INFO O| Download: 4079/22863 items 40.3/199.8MB 20% complete (486k/s)
41092025-02-23T13:25:04.152Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41102025-02-23T13:25:05.034Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41112025-02-23T13:25:06.542Z[ recovery-image] Feb 23 13:25:04.979 INFO O| Feb 23 13:25:04.979 INFO O| Download: 478/15934 items 3.0/176.5MB 1% complete (617k/s)
41122025-02-23T13:25:07.966Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
41132025-02-23T13:25:08.523Z[ host-image] Feb 23 13:25:06.960 INFO O| Feb 23 13:25:06.960 INFO O| Download: 4538/22863 items 41.8/199.8MB 20% complete (607k/s)
41142025-02-23T13:25:11.367Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
41152025-02-23T13:25:12.239Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41162025-02-23T13:25:13.561Z[ host-image] Feb 23 13:25:11.997 INFO O| Feb 23 13:25:11.997 INFO O| Download: 4622/22863 items 42.7/199.8MB 21% complete (220k/s)
41172025-02-23T13:25:14.574Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
41182025-02-23T13:25:15.042Z[ recovery-image] Feb 23 13:25:13.478 INFO O| Feb 23 13:25:13.478 INFO O| Download: 1007/15934 items 7.9/176.5MB 4% complete (942k/s)
41192025-02-23T13:25:18.611Z[ host-image] Feb 23 13:25:17.046 INFO O| Feb 23 13:25:17.046 INFO O| Download: 5082/22863 items 46.0/199.8MB 23% complete (438k/s)
41202025-02-23T13:25:20.626Z[ recovery-image] Feb 23 13:25:19.061 INFO O| Feb 23 13:25:19.061 INFO O| Download: 1079/15934 items 9.0/176.5MB 5% complete (388k/s)
41212025-02-23T13:25:23.208Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41222025-02-23T13:25:23.571Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41232025-02-23T13:25:23.850Z[ host-image] Feb 23 13:25:22.285 INFO O| Feb 23 13:25:22.285 INFO O| Download: 5821/22863 items 46.5/199.8MB 23% complete (448k/s)
41242025-02-23T13:25:25.628Z[ recovery-image] Feb 23 13:25:24.062 INFO O| Feb 23 13:25:24.062 INFO O| Download: 1169/15934 items 10.4/176.5MB 5% complete (261k/s)
41252025-02-23T13:25:28.856Z[ host-image] Feb 23 13:25:27.290 INFO O| Feb 23 13:25:27.290 INFO O| Download: 6588/22863 items 46.9/199.8MB 23% complete (83.2k/s)
41262025-02-23T13:25:30.615Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
41272025-02-23T13:25:30.734Z[ recovery-image] Feb 23 13:25:29.167 INFO O| Feb 23 13:25:29.167 INFO O| Download: 1462/15934 items 21.4/176.5MB 12% complete (1.2M/s)
41282025-02-23T13:25:30.753Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
41292025-02-23T13:25:31.038Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41302025-02-23T13:25:31.965Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41312025-02-23T13:25:34.216Z[ host-image] Feb 23 13:25:32.649 INFO O| Feb 23 13:25:32.648 INFO O| Download: 6838/22863 items 48.0/199.8MB 24% complete (150k/s)
41322025-02-23T13:25:35.830Z[ recovery-image] Feb 23 13:25:34.262 INFO O| Feb 23 13:25:34.262 INFO O| Download: 1544/15934 items 22.4/176.5MB 12% complete (1.2M/s)
41332025-02-23T13:25:37.202Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41342025-02-23T13:25:39.321Z[ host-image] Feb 23 13:25:37.753 INFO O| Feb 23 13:25:37.752 INFO O| Download: 7064/22863 items 50.6/199.8MB 25% complete (383k/s)
41352025-02-23T13:25:43.334Z[ recovery-image] Feb 23 13:25:41.766 INFO O| Feb 23 13:25:41.766 INFO O| Download: 1621/15934 items 25.0/176.5MB 14% complete (658k/s)
41362025-02-23T13:25:44.333Z[ host-image] Feb 23 13:25:42.764 INFO O| Feb 23 13:25:42.764 INFO O| Download: 7416/22863 items 57.7/199.8MB 28% complete (993k/s)
41372025-02-23T13:25:44.392Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41382025-02-23T13:25:48.343Z[ recovery-image] Feb 23 13:25:46.774 INFO O| Feb 23 13:25:46.773 INFO O| Download: 2021/15934 items 31.0/176.5MB 17% complete (680k/s)
41392025-02-23T13:25:49.841Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
41402025-02-23T13:25:50.096Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41412025-02-23T13:25:50.522Z[verify-libraries] Compiling rustls-webpki v0.101.7
41422025-02-23T13:25:51.430Z[ host-image] Feb 23 13:25:49.859 INFO O| Feb 23 13:25:49.859 INFO O| Download: 8031/22863 items 59.8/199.8MB 29% complete (968k/s)
41432025-02-23T13:25:52.964Z[verify-libraries] Compiling sct v0.7.1
41442025-02-23T13:25:53.355Z[ recovery-image] Feb 23 13:25:51.785 INFO O| Feb 23 13:25:51.785 INFO O| Download: 2803/15934 items 34.7/176.5MB 19% complete (994k/s)
41452025-02-23T13:25:54.621Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41462025-02-23T13:25:55.608Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41472025-02-23T13:25:56.553Z[ host-image] Feb 23 13:25:54.982 INFO O| Feb 23 13:25:54.982 INFO O| Download: 8147/22863 items 60.5/199.8MB 30% complete (272k/s)
41482025-02-23T13:25:58.379Z[ recovery-image] Feb 23 13:25:56.808 INFO O| Feb 23 13:25:56.808 INFO O| Download: 3625/15934 items 38.8/176.5MB 21% complete (823k/s)
41492025-02-23T13:26:01.576Z[ host-image] Feb 23 13:26:00.004 INFO O| Feb 23 13:26:00.004 INFO O| Download: 8488/22863 items 69.6/199.8MB 34% complete (1.1M/s)
41502025-02-23T13:26:03.454Z[ recovery-image] Feb 23 13:26:01.882 INFO O| Feb 23 13:26:01.882 INFO O| Download: 4090/15934 items 42.8/176.5MB 24% complete (875k/s)
41512025-02-23T13:26:06.695Z[ host-image] Feb 23 13:26:05.122 INFO O| Feb 23 13:26:05.122 INFO O| Download: 9227/22863 items 75.7/199.8MB 37% complete (1.4M/s)
41522025-02-23T13:26:08.655Z[ recovery-image] Feb 23 13:26:07.082 INFO O| Feb 23 13:26:07.082 INFO O| Download: 4849/15934 items 43.2/176.5MB 24% complete (475k/s)
41532025-02-23T13:26:09.065Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41542025-02-23T13:26:11.799Z[ host-image] Feb 23 13:26:10.226 INFO O| Feb 23 13:26:10.226 INFO O| Download: 9468/22863 items 81.7/199.8MB 40% complete (1.2M/s)
41552025-02-23T13:26:13.671Z[ recovery-image] Feb 23 13:26:12.098 INFO O| Feb 23 13:26:12.097 INFO O| Download: 5625/15934 items 43.6/176.5MB 24% complete (85.9k/s)
41562025-02-23T13:26:16.801Z[ host-image] Feb 23 13:26:15.227 INFO O| Feb 23 13:26:15.227 INFO O| Download: 10254/22863 items 86.2/199.8MB 43% complete (1.0M/s)
41572025-02-23T13:26:18.685Z[ recovery-image] Feb 23 13:26:17.110 INFO O| Feb 23 13:26:17.110 INFO O| Download: 5850/15934 items 50.7/176.5MB 28% complete (611k/s)
41582025-02-23T13:26:21.719Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41592025-02-23T13:26:21.804Z[ host-image] Feb 23 13:26:20.228 INFO O| Feb 23 13:26:20.228 INFO O| Download: 10632/22863 items 89.0/199.8MB 44% complete (734k/s)
41602025-02-23T13:26:24.473Z[ recovery-image] Feb 23 13:26:22.897 INFO O| Feb 23 13:26:22.897 INFO O| Download: 6029/15934 items 53.9/176.5MB 30% complete (1.0M/s)
41612025-02-23T13:26:26.967Z[ host-image] Feb 23 13:26:25.391 INFO O| Feb 23 13:26:25.391 INFO O| Download: 10919/22863 items 90.2/199.8MB 45% complete (644k/s)
41622025-02-23T13:26:32.001Z[ host-image] Feb 23 13:26:30.424 INFO O| Feb 23 13:26:30.423 INFO O| Download: 11157/22863 items 92.2/199.8MB 46% complete (308k/s)
41632025-02-23T13:26:32.230Z[ recovery-image] Feb 23 13:26:30.653 INFO O| Feb 23 13:26:30.653 INFO O| Download: 6169/15934 items 56.4/176.5MB 31% complete (960k/s)
41642025-02-23T13:26:32.848Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41652025-02-23T13:26:37.247Z[ recovery-image] Feb 23 13:26:35.669 INFO O| Feb 23 13:26:35.668 INFO O| Download: 6922/15934 items 67.0/176.5MB 37% complete (1.2M/s)
41662025-02-23T13:26:40.400Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41672025-02-23T13:26:40.457Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41682025-02-23T13:26:42.579Z[ recovery-image] Feb 23 13:26:41.000 INFO O| Feb 23 13:26:41.000 INFO O| Download: 7705/15934 items 73.9/176.5MB 41% complete (1.8M/s)
41692025-02-23T13:26:43.261Z[ host-image] Feb 23 13:26:41.682 INFO O| Feb 23 13:26:41.681 INFO O| Download: 11168/22863 items 92.2/199.8MB 46% complete
41702025-02-23T13:26:47.859Z[ recovery-image] Feb 23 13:26:46.280 INFO O| Feb 23 13:26:46.280 INFO O| Download: 7937/15934 items 75.9/176.5MB 42% complete (1.1M/s)
41712025-02-23T13:26:48.678Z[ host-image] Feb 23 13:26:47.098 INFO O| Feb 23 13:26:47.098 INFO O| Download: 11270/22863 items 94.1/199.8MB 47% complete (493k/s)
41722025-02-23T13:26:49.219Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41732025-02-23T13:26:49.636Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41742025-02-23T13:26:49.802Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41752025-02-23T13:26:50.117Z[verify-libraries] Compiling tokio-rustls v0.24.1
41762025-02-23T13:26:50.253Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41772025-02-23T13:26:50.661Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782025-02-23T13:26:50.902Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
41792025-02-23T13:26:52.875Z[ recovery-image] Feb 23 13:26:51.294 INFO O| Feb 23 13:26:51.294 INFO O| Download: 8320/15934 items 79.9/176.5MB 45% complete (644k/s)
41802025-02-23T13:26:53.695Z[ host-image] Feb 23 13:26:52.114 INFO O| Feb 23 13:26:52.114 INFO O| Download: 11482/22863 items 95.9/199.8MB 48% complete (314k/s)
41812025-02-23T13:26:53.835Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41822025-02-23T13:26:56.106Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41832025-02-23T13:26:56.508Z[verify-libraries] Compiling num-bigint v0.4.6
41842025-02-23T13:26:58.158Z[ recovery-image] Feb 23 13:26:56.576 INFO O| Feb 23 13:26:56.576 INFO O| Download: 8750/15934 items 82.9/176.5MB 46% complete (661k/s)
41852025-02-23T13:26:58.754Z[ host-image] Feb 23 13:26:57.173 INFO O| Feb 23 13:26:57.173 INFO O| Download: 12049/22863 items 98.4/199.8MB 49% complete (380k/s)
41862025-02-23T13:26:58.894Z[verify-libraries] Compiling des v0.8.1
41872025-02-23T13:26:59.460Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41882025-02-23T13:27:00.454Z[verify-libraries] Compiling hex-literal v0.4.1
41892025-02-23T13:27:00.549Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41902025-02-23T13:27:00.748Z[verify-libraries] Compiling russh v0.45.0
41912025-02-23T13:27:02.246Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
41922025-02-23T13:27:03.168Z[ recovery-image] Feb 23 13:27:01.585 INFO O| Feb 23 13:27:01.585 INFO O| Download: 9042/15934 items 92.8/176.5MB 52% complete (1.3M/s)
41932025-02-23T13:27:03.781Z[ host-image] Feb 23 13:27:02.195 INFO O| Feb 23 13:27:02.195 INFO O| Download: 12242/22863 items 108.7/199.8MB 54% complete (1.2M/s)
41942025-02-23T13:27:05.672Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
41952025-02-23T13:27:06.175Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41962025-02-23T13:27:08.180Z[ recovery-image] Feb 23 13:27:06.597 INFO O| Feb 23 13:27:06.597 INFO O| Download: 10002/15934 items 93.3/176.5MB 52% complete (1.1M/s)
41972025-02-23T13:27:09.186Z[ host-image] Feb 23 13:27:07.603 INFO O| Feb 23 13:27:07.603 INFO O| Download: 12358/22863 items 109.6/199.8MB 54% complete (1.2M/s)
41982025-02-23T13:27:10.279Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41992025-02-23T13:27:13.240Z[ recovery-image] Feb 23 13:27:11.657 INFO O| Feb 23 13:27:11.656 INFO O| Download: 10581/15934 items 93.6/176.5MB 53% complete (78.6k/s)
42002025-02-23T13:27:14.194Z[ host-image] Feb 23 13:27:12.610 INFO O| Feb 23 13:27:12.610 INFO O| Download: 13202/22863 items 110.0/199.8MB 55% complete (142k/s)
42012025-02-23T13:27:14.197Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42022025-02-23T13:27:16.549Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42032025-02-23T13:27:17.902Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42042025-02-23T13:27:18.254Z[ recovery-image] Feb 23 13:27:16.670 INFO O| Feb 23 13:27:16.670 INFO O| Download: 10913/15934 items 94.0/176.5MB 53% complete (71.8k/s)
42052025-02-23T13:27:19.206Z[ host-image] Feb 23 13:27:17.621 INFO O| Feb 23 13:27:17.621 INFO O| Download: 13705/22863 items 110.3/199.8MB 55% complete (68.8k/s)
42062025-02-23T13:27:23.469Z[ recovery-image] Feb 23 13:27:21.883 INFO O| Feb 23 13:27:21.883 INFO O| Download: 11145/15934 items 98.3/176.5MB 55% complete (387k/s)
42072025-02-23T13:27:24.217Z[ host-image] Feb 23 13:27:22.632 INFO O| Feb 23 13:27:22.631 INFO O| Download: 14107/22863 items 110.5/199.8MB 55% complete (45.6k/s)
42082025-02-23T13:27:25.830Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42092025-02-23T13:27:26.219Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42102025-02-23T13:27:29.149Z[ recovery-image] Feb 23 13:27:27.563 INFO O| Feb 23 13:27:27.562 INFO O| Download: 11476/15934 items 107.2/176.5MB 60% complete (1.3M/s)
42112025-02-23T13:27:29.660Z[ host-image] Feb 23 13:27:28.073 INFO O| Feb 23 13:27:28.073 INFO O| Download: 14340/22863 items 110.9/199.8MB 55% complete (68.8k/s)
42122025-02-23T13:27:35.788Z[ host-image] Feb 23 13:27:34.200 INFO O| Feb 23 13:27:34.200 INFO O| Download: 14497/22863 items 111.9/199.8MB 55% complete (144k/s)
42132025-02-23T13:27:35.791Z[ recovery-image] Feb 23 13:27:34.203 INFO O| Feb 23 13:27:34.203 INFO O| Download: 11587/15934 items 111.5/176.5MB 63% complete (1.7M/s)
42142025-02-23T13:27:40.145Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42152025-02-23T13:27:40.790Z[ host-image] Feb 23 13:27:39.200 INFO O| Feb 23 13:27:39.200 INFO O| Download: 14822/22863 items 117.4/199.8MB 58% complete (576k/s)
42162025-02-23T13:27:40.965Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42172025-02-23T13:27:41.148Z[ recovery-image] Feb 23 13:27:39.559 INFO O| Feb 23 13:27:39.559 INFO O| Download: 12064/15934 items 139.9/176.5MB 79% complete (2.8M/s)
42182025-02-23T13:27:45.791Z[ host-image] Feb 23 13:27:44.201 INFO O| Feb 23 13:27:44.201 INFO O| Download: 15677/22863 items 124.1/199.8MB 62% complete (1.2M/s)
42192025-02-23T13:27:46.166Z[ recovery-image] Feb 23 13:27:44.575 INFO O| Feb 23 13:27:44.575 INFO O| Download: 13027/15934 items 144.9/176.5MB 82% complete (3.2M/s)
42202025-02-23T13:27:50.794Z[ host-image] Feb 23 13:27:49.203 INFO O| Feb 23 13:27:49.203 INFO O| Download: 16200/22863 items 133.3/199.8MB 66% complete (1.5M/s)
42212025-02-23T13:27:51.185Z[ recovery-image] Feb 23 13:27:49.595 INFO O| Feb 23 13:27:49.594 INFO O| Download: 13984/15934 items 148.2/176.5MB 83% complete (849k/s)
42222025-02-23T13:27:52.477Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
42232025-02-23T13:27:55.878Z[ host-image] Feb 23 13:27:54.287 INFO O| Feb 23 13:27:54.287 INFO O| Download: 16951/22863 items 141.8/199.8MB 70% complete (1.8M/s)
42242025-02-23T13:27:56.276Z[ recovery-image] Feb 23 13:27:54.685 INFO O| Feb 23 13:27:54.685 INFO O| Download: 14740/15934 items 150.7/176.5MB 85% complete (602k/s)
42252025-02-23T13:27:59.369Z[verify-libraries] Compiling petname v2.0.2
42262025-02-23T13:28:00.444Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
42272025-02-23T13:28:00.888Z[ host-image] Feb 23 13:27:59.296 INFO O| Feb 23 13:27:59.296 INFO O| Download: 17397/22863 items 145.8/199.8MB 72% complete (1.3M/s)
42282025-02-23T13:28:01.028Z[verify-libraries] Compiling internet-checksum v0.2.1
42292025-02-23T13:28:01.740Z[ recovery-image] Feb 23 13:28:00.148 INFO O| Feb 23 13:28:00.148 INFO O| Download: 14838/15934 items 156.2/176.5MB 88% complete (844k/s)
42302025-02-23T13:28:05.894Z[ host-image] Feb 23 13:28:04.301 INFO O| Feb 23 13:28:04.301 INFO O| Download: 18121/22863 items 162.3/199.8MB 81% complete (2.0M/s)
42312025-02-23T13:28:06.780Z[ recovery-image] Feb 23 13:28:05.187 INFO O| Feb 23 13:28:05.187 INFO O| Download: 15334/15934 items 160.7/176.5MB 91% complete (925k/s)
42322025-02-23T13:28:10.895Z[ host-image] Feb 23 13:28:09.301 INFO O| Feb 23 13:28:09.301 INFO O| Download: 19040/22863 items 166.8/199.8MB 83% complete (2.1M/s)
42332025-02-23T13:28:11.966Z[ recovery-image] Feb 23 13:28:10.372 INFO O| Feb 23 13:28:10.372 INFO O| Download: 15606/15934 items 169.0/176.5MB 95% complete (1.3M/s)
42342025-02-23T13:28:15.898Z[ host-image] Feb 23 13:28:14.304 INFO O| Feb 23 13:28:14.304 INFO O| Download: 19613/22863 items 168.9/199.8MB 84% complete (685k/s)
42352025-02-23T13:28:17.422Z[ recovery-image] Feb 23 13:28:15.827 INFO O| Feb 23 13:28:15.827 INFO O| Download: 15734/15934 items 170.5/176.5MB 96% complete (1.2M/s)
42362025-02-23T13:28:20.899Z[ host-image] Feb 23 13:28:19.304 INFO O| Feb 23 13:28:19.304 INFO O| Download: 20087/22863 items 170.5/199.8MB 85% complete (380k/s)
42372025-02-23T13:28:21.341Z[ recovery-image] Feb 23 13:28:19.746 INFO O| Feb 23 13:28:19.746 INFO O| Download: Completed 176.48 MB in 199.78 seconds (901k/s)
42382025-02-23T13:28:21.383Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42392025-02-23T13:28:22.454Z[ recovery-image] Feb 23 13:28:20.858 INFO O| Feb 23 13:28:20.858 INFO O| Actions: 1/25107 actions (Installing new actions)
42402025-02-23T13:28:26.187Z[ host-image] Feb 23 13:28:24.591 INFO O| Feb 23 13:28:24.590 INFO O| Download: 20915/22863 items 176.5/199.8MB 88% complete (705k/s)
42412025-02-23T13:28:27.455Z[ recovery-image] Feb 23 13:28:25.859 INFO O| Feb 23 13:28:25.858 INFO O| Actions: 8733/25107 actions (Installing new actions)
42422025-02-23T13:28:31.716Z[ host-image] Feb 23 13:28:30.119 INFO O| Feb 23 13:28:30.119 INFO O| Download: 21485/22863 items 180.5/199.8MB 90% complete (1016k/s)
42432025-02-23T13:28:32.456Z[ recovery-image] Feb 23 13:28:30.859 INFO O| Feb 23 13:28:30.859 INFO O| Actions: 15351/25107 actions (Installing new actions)
42442025-02-23T13:28:36.885Z[ host-image] Feb 23 13:28:35.287 INFO O| Feb 23 13:28:35.287 INFO O| Download: 22113/22863 items 192.6/199.8MB 96% complete (1.4M/s)
42452025-02-23T13:28:37.457Z[ recovery-image] Feb 23 13:28:35.859 INFO O| Feb 23 13:28:35.859 INFO O| Actions: 23049/25107 actions (Installing new actions)
42462025-02-23T13:28:38.362Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42472025-02-23T13:28:39.048Z[ recovery-image] Feb 23 13:28:37.449 INFO O| Feb 23 13:28:37.449 INFO O| Actions: Completed 25107 actions in 16.59 seconds.
42482025-02-23T13:28:39.966Z[ recovery-image] Feb 23 13:28:38.368 INFO O| Feb 23 13:28:38.368 INFO O| Done
42492025-02-23T13:28:39.966Z[ recovery-image] Feb 23 13:28:38.368 INFO O| Feb 23 13:28:38.368 INFO O| Done
42502025-02-23T13:28:41.568Z[ recovery-image] Feb 23 13:28:39.970 INFO O| Feb 23 13:28:39.970 INFO O| Done
42512025-02-23T13:28:42.015Z[ host-image] Feb 23 13:28:40.416 INFO O| Feb 23 13:28:40.416 INFO O| Download: 22860/22863 items 199.8/199.8MB 99% complete (1.9M/s)
42522025-02-23T13:28:42.131Z[ host-image] Feb 23 13:28:40.532 INFO O| Feb 23 13:28:40.532 INFO O| Download: Completed 199.77 MB in 276.41 seconds (738k/s)
42532025-02-23T13:28:43.600Z[ recovery-image] Feb 23 13:28:42.001 INFO O| Feb 23 13:28:42.001 INFO O| Done
42542025-02-23T13:28:43.627Z[ recovery-image] Feb 23 13:28:42.028 INFO O| Feb 23 13:28:42.028 INFO O| Done
42552025-02-23T13:28:43.722Z[ host-image] Feb 23 13:28:42.123 INFO O| Feb 23 13:28:42.123 INFO O| Actions: 1/49570 actions (Installing new actions)
42562025-02-23T13:28:48.724Z[ host-image] Feb 23 13:28:47.123 INFO O| Feb 23 13:28:47.123 INFO O| Actions: 9526/49570 actions (Installing new actions)
42572025-02-23T13:28:48.842Z[ recovery-image] Feb 23 13:28:47.242 INFO O| Feb 23 13:28:47.242 INFO O| Done
42582025-02-23T13:28:49.594Z[ recovery-image] Feb 23 13:28:47.994 INFO O| Feb 23 13:28:47.994 INFO O| Done
42592025-02-23T13:28:50.314Z[ recovery-image] Feb 23 13:28:48.714 INFO O| Feb 23 13:28:48.714 INFO STEP 11 (pkg_install) COMPLETE
42602025-02-23T13:28:50.314Z[ recovery-image] Feb 23 13:28:48.714 INFO O| Feb 23 13:28:48.714 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42612025-02-23T13:28:50.317Z[ recovery-image] Feb 23 13:28:48.714 INFO O| Feb 23 13:28:48.714 INFO skip step because feature "recovery" is enabled
42622025-02-23T13:28:50.317Z[ recovery-image] Feb 23 13:28:48.714 INFO O| Feb 23 13:28:48.714 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42632025-02-23T13:28:50.317Z[ recovery-image] Feb 23 13:28:48.714 INFO O| Feb 23 13:28:48.714 INFO skip step because feature "omicron1" is not enabled
42642025-02-23T13:28:50.317Z[ recovery-image] Feb 23 13:28:48.714 INFO O| Feb 23 13:28:48.714 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42652025-02-23T13:28:50.348Z[ recovery-image] Feb 23 13:28:48.748 INFO O| Feb 23 13:28:48.748 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
42662025-02-23T13:28:53.724Z[ host-image] Feb 23 13:28:52.124 INFO O| Feb 23 13:28:52.124 INFO O| Actions: 15900/49570 actions (Installing new actions)
42672025-02-23T13:28:54.574Z[ recovery-image] Feb 23 13:28:52.974 INFO O| Feb 23 13:28:52.973 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42682025-02-23T13:28:54.841Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42692025-02-23T13:28:55.799Z[verify-libraries] Compiling heck v0.4.1
42702025-02-23T13:28:57.379Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
42712025-02-23T13:28:58.730Z[ host-image] Feb 23 13:28:57.127 INFO O| Feb 23 13:28:57.127 INFO O| Actions: 22948/49570 actions (Installing new actions)
42722025-02-23T13:28:59.935Z[ recovery-image] Feb 23 13:28:58.333 INFO O| Feb 23 13:28:58.333 INFO O| Planning: Solver setup ... Done
42732025-02-23T13:28:59.944Z[ recovery-image] Feb 23 13:28:58.342 INFO O| Feb 23 13:28:58.341 INFO O| Planning: Running solver ... Done
42742025-02-23T13:29:00.052Z[ recovery-image] Feb 23 13:28:58.450 INFO O| Feb 23 13:28:58.450 INFO O| Planning: Finding local manifests ... Done
42752025-02-23T13:29:00.055Z[ recovery-image] Feb 23 13:28:58.451 INFO O| Feb 23 13:28:58.451 INFO O| Planning: Fetching manifests: 0/1 0% complete
42762025-02-23T13:29:00.254Z[ recovery-image] Feb 23 13:28:58.652 INFO O| Feb 23 13:28:58.652 INFO O| Planning: Fetching manifests: 1/1 100% complete
42772025-02-23T13:29:00.458Z[ recovery-image] Feb 23 13:28:58.856 INFO O| Feb 23 13:28:58.856 INFO O| Planning: Package planning ... Done
42782025-02-23T13:29:00.461Z[ recovery-image] Feb 23 13:28:58.857 INFO O| Feb 23 13:28:58.857 INFO O| Planning: Merging actions ... Done
42792025-02-23T13:29:00.544Z[ recovery-image] Feb 23 13:28:58.941 INFO O| Feb 23 13:28:58.941 INFO O| Planning: Checking for conflicting actions ... Done
42802025-02-23T13:29:00.547Z[ recovery-image] Feb 23 13:28:58.941 INFO O| Feb 23 13:28:58.941 INFO O| Planning: Consolidating action changes ... Done
42812025-02-23T13:29:00.882Z[ recovery-image] Feb 23 13:28:59.280 INFO O| Feb 23 13:28:59.280 INFO O| Planning: Evaluating mediators ... Done
42822025-02-23T13:29:00.885Z[ recovery-image] Feb 23 13:28:59.281 INFO O| Feb 23 13:28:59.281 INFO O| Planning: Planning completed in 6.31 seconds
42832025-02-23T13:29:00.888Z[ recovery-image] Feb 23 13:28:59.283 INFO O| Feb 23 13:28:59.283 INFO O| Packages to install: 1
42842025-02-23T13:29:00.907Z[ recovery-image] Feb 23 13:28:59.305 INFO O| Feb 23 13:28:59.305 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
42852025-02-23T13:29:01.834Z[ recovery-image] Feb 23 13:29:00.232 INFO O| Feb 23 13:29:00.232 INFO O| Download: Completed 10.27 MB in 0.93 seconds (11.1M/s)
42862025-02-23T13:29:02.016Z[ recovery-image] Feb 23 13:29:00.413 INFO O| Feb 23 13:29:00.413 INFO O| Actions: 1/22 actions (Installing new actions)
42872025-02-23T13:29:02.384Z[ recovery-image] Feb 23 13:29:00.781 INFO O| Feb 23 13:29:00.781 INFO O| Actions: Completed 22 actions in 0.37 seconds.
42882025-02-23T13:29:03.203Z[ recovery-image] Feb 23 13:29:01.600 INFO O| Feb 23 13:29:01.600 INFO O| Done
42892025-02-23T13:29:03.206Z[ recovery-image] Feb 23 13:29:01.600 INFO O| Feb 23 13:29:01.600 INFO O| Done
42902025-02-23T13:29:03.733Z[ host-image] Feb 23 13:29:02.130 INFO O| Feb 23 13:29:02.130 INFO O| Actions: 49098/49570 actions (Installing new actions)
42912025-02-23T13:29:04.562Z[ recovery-image] Feb 23 13:29:02.960 INFO O| Feb 23 13:29:02.960 INFO O| Done
42922025-02-23T13:29:04.849Z[ host-image] Feb 23 13:29:03.235 INFO O| Feb 23 13:29:03.235 INFO O| Actions: Completed 49570 actions in 21.08 seconds.
42932025-02-23T13:29:05.934Z[ host-image] Feb 23 13:29:04.331 INFO O| Feb 23 13:29:04.331 INFO O| Done
42942025-02-23T13:29:05.934Z[ host-image] Feb 23 13:29:04.331 INFO O| Feb 23 13:29:04.331 INFO O| Done
42952025-02-23T13:29:06.660Z[ recovery-image] Feb 23 13:29:05.057 INFO O| Feb 23 13:29:05.057 INFO O| Done
42962025-02-23T13:29:06.695Z[ recovery-image] Feb 23 13:29:05.090 INFO O| Feb 23 13:29:05.090 INFO O| Done
42972025-02-23T13:29:06.698Z[ recovery-image] Feb 23 13:29:05.091 INFO O| Feb 23 13:29:05.091 INFO O| Done
42982025-02-23T13:29:06.712Z[ recovery-image] Feb 23 13:29:05.109 INFO O| Feb 23 13:29:05.108 INFO O| Done
42992025-02-23T13:29:06.750Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
43002025-02-23T13:29:06.947Z[ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO STEP 14 (pkg_install) COMPLETE
43012025-02-23T13:29:06.947Z[ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43022025-02-23T13:29:06.947Z[ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO skip step because feature "mfg" is not enabled
43032025-02-23T13:29:06.951Z[ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43042025-02-23T13:29:06.951Z[ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO skip step because feature "compliance" is not enabled
43052025-02-23T13:29:06.951Z[ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43062025-02-23T13:29:06.951Z[ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO skip step because feature "stress" is not enabled
43072025-02-23T13:29:06.951Z[ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
43082025-02-23T13:29:06.951Z[ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO skip step because feature "nfs" is not enabled
43092025-02-23T13:29:06.951Z[ recovery-image] Feb 23 13:29:05.342 INFO O| Feb 23 13:29:05.342 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
43102025-02-23T13:29:06.951Z[ recovery-image] Feb 23 13:29:05.343 INFO O| Feb 23 13:29:05.343 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
43112025-02-23T13:29:07.108Z[ recovery-image] Feb 23 13:29:05.504 INFO O| Feb 23 13:29:05.504 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
43122025-02-23T13:29:07.275Z[ recovery-image] Feb 23 13:29:05.671 INFO O| Feb 23 13:29:05.671 INFO completed processing gimlet/ramdisk-01-os
43132025-02-23T13:29:07.281Z[ recovery-image] Feb 23 13:29:05.676 INFO image builder template: ramdisk-02-trim...
43142025-02-23T13:29:07.281Z[ recovery-image] Feb 23 13:29:05.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/.tmpO8vQuE/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
43152025-02-23T13:29:07.326Z[ recovery-image] Feb 23 13:29:05.723 INFO O| Feb 23 13:29:05.723 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43162025-02-23T13:29:07.342Z[ recovery-image] Feb 23 13:29:05.737 INFO O| Feb 23 13:29:05.737 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43172025-02-23T13:29:07.508Z[ recovery-image] Feb 23 13:29:05.903 INFO O| Feb 23 13:29:05.903 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
43182025-02-23T13:29:07.577Z[ host-image] Feb 23 13:29:05.974 INFO O| Feb 23 13:29:05.974 INFO O| Done
43192025-02-23T13:29:07.650Z[ recovery-image] Feb 23 13:29:06.045 INFO O| Feb 23 13:29:06.045 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43202025-02-23T13:29:07.650Z[ recovery-image] Feb 23 13:29:06.045 INFO O| Feb 23 13:29:06.045 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43212025-02-23T13:29:07.663Z[ recovery-image] Feb 23 13:29:06.058 INFO O| Feb 23 13:29:06.058 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43222025-02-23T13:29:07.670Z[ recovery-image] Feb 23 13:29:06.066 INFO O| Feb 23 13:29:06.066 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
43232025-02-23T13:29:07.681Z[ recovery-image] Feb 23 13:29:06.076 INFO O| Feb 23 13:29:06.076 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
43242025-02-23T13:29:08.351Z[ recovery-image] Feb 23 13:29:06.748 INFO O| Feb 23 13:29:06.747 INFO rolled back to input snapshot; work may begin
43252025-02-23T13:29:08.351Z[ recovery-image] Feb 23 13:29:06.748 INFO O| Feb 23 13:29:06.747 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43262025-02-23T13:29:08.362Z[ recovery-image] Feb 23 13:29:06.758 INFO O| Feb 23 13:29:06.758 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43272025-02-23T13:29:08.385Z[ recovery-image] Feb 23 13:29:06.780 INFO O| Feb 23 13:29:06.780 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
43282025-02-23T13:29:08.480Z[ recovery-image] Feb 23 13:29:06.877 INFO O| Feb 23 13:29:06.876 INFO STEP 0 (remove_files) COMPLETE
43292025-02-23T13:29:08.480Z[ recovery-image] Feb 23 13:29:06.877 INFO O| Feb 23 13:29:06.876 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43302025-02-23T13:29:08.516Z[ recovery-image] Feb 23 13:29:06.912 INFO O| Feb 23 13:29:06.912 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
43312025-02-23T13:29:08.521Z[ recovery-image] Feb 23 13:29:06.915 INFO O| Feb 23 13:29:06.915 INFO STEP 1 (remove_files) COMPLETE
43322025-02-23T13:29:08.521Z[ recovery-image] Feb 23 13:29:06.915 INFO O| Feb 23 13:29:06.915 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43332025-02-23T13:29:08.566Z[ recovery-image] Feb 23 13:29:06.962 INFO O| Feb 23 13:29:06.962 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
43342025-02-23T13:29:08.590Z[ recovery-image] Feb 23 13:29:06.986 INFO O| Feb 23 13:29:06.986 INFO STEP 2 (remove_files) COMPLETE
43352025-02-23T13:29:08.590Z[ recovery-image] Feb 23 13:29:06.986 INFO O| Feb 23 13:29:06.986 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43362025-02-23T13:29:08.627Z[ recovery-image] Feb 23 13:29:07.023 INFO O| Feb 23 13:29:07.023 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
43372025-02-23T13:29:08.630Z[ recovery-image] Feb 23 13:29:07.026 INFO O| Feb 23 13:29:07.026 INFO STEP 3 (remove_files) COMPLETE
43382025-02-23T13:29:08.631Z[ recovery-image] Feb 23 13:29:07.026 INFO O| Feb 23 13:29:07.026 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43392025-02-23T13:29:08.658Z[ recovery-image] Feb 23 13:29:07.052 INFO O| Feb 23 13:29:07.052 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
43402025-02-23T13:29:08.663Z[ recovery-image] Feb 23 13:29:07.059 INFO O| Feb 23 13:29:07.059 INFO STEP 4 (remove_files) COMPLETE
43412025-02-23T13:29:08.664Z[ recovery-image] Feb 23 13:29:07.059 INFO O| Feb 23 13:29:07.059 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43422025-02-23T13:29:08.738Z[ recovery-image] Feb 23 13:29:07.135 INFO O| Feb 23 13:29:07.135 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
43432025-02-23T13:29:08.743Z[ recovery-image] Feb 23 13:29:07.135 INFO O| Feb 23 13:29:07.135 INFO STEP 5 (remove_files) COMPLETE
43442025-02-23T13:29:08.743Z[ recovery-image] Feb 23 13:29:07.135 INFO O| Feb 23 13:29:07.135 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43452025-02-23T13:29:08.760Z[ recovery-image] Feb 23 13:29:07.155 INFO O| Feb 23 13:29:07.155 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
43462025-02-23T13:29:08.782Z[ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO STEP 6 (remove_files) COMPLETE
43472025-02-23T13:29:08.782Z[ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43482025-02-23T13:29:08.786Z[ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO skip step because feature "recovery" is enabled
43492025-02-23T13:29:08.786Z[ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43502025-02-23T13:29:08.786Z[ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO skip step because feature "recovery" is enabled
43512025-02-23T13:29:08.786Z[ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43522025-02-23T13:29:08.786Z[ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO skip step because feature "recovery" is enabled
43532025-02-23T13:29:08.786Z[ recovery-image] Feb 23 13:29:07.177 INFO O| Feb 23 13:29:07.177 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43542025-02-23T13:29:08.825Z[ recovery-image] Feb 23 13:29:07.221 INFO O| Feb 23 13:29:07.221 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
43552025-02-23T13:29:08.833Z[ recovery-image] Feb 23 13:29:07.229 INFO O| Feb 23 13:29:07.229 INFO STEP 10 (remove_files) COMPLETE
43562025-02-23T13:29:08.833Z[ recovery-image] Feb 23 13:29:07.229 INFO O| Feb 23 13:29:07.229 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43572025-02-23T13:29:08.856Z[ recovery-image] Feb 23 13:29:07.253 INFO O| Feb 23 13:29:07.253 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
43582025-02-23T13:29:08.859Z[ recovery-image] Feb 23 13:29:07.255 INFO O| Feb 23 13:29:07.255 INFO STEP 11 (remove_files) COMPLETE
43592025-02-23T13:29:08.859Z[ recovery-image] Feb 23 13:29:07.255 INFO O| Feb 23 13:29:07.255 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43602025-02-23T13:29:08.890Z[ recovery-image] Feb 23 13:29:07.286 INFO O| Feb 23 13:29:07.286 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
43612025-02-23T13:29:08.894Z[ recovery-image] Feb 23 13:29:07.289 INFO O| Feb 23 13:29:07.288 INFO STEP 12 (remove_files) COMPLETE
43622025-02-23T13:29:08.894Z[ recovery-image] Feb 23 13:29:07.289 INFO O| Feb 23 13:29:07.289 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43632025-02-23T13:29:09.208Z[ recovery-image] Feb 23 13:29:07.604 INFO O| Feb 23 13:29:07.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
43642025-02-23T13:29:09.215Z[ recovery-image] Feb 23 13:29:07.612 INFO O| Feb 23 13:29:07.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
43652025-02-23T13:29:09.235Z[ recovery-image] Feb 23 13:29:07.630 INFO O| Feb 23 13:29:07.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
43662025-02-23T13:29:09.238Z[ recovery-image] Feb 23 13:29:07.631 INFO O| Feb 23 13:29:07.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
43672025-02-23T13:29:09.427Z[ recovery-image] Feb 23 13:29:07.823 INFO O| Feb 23 13:29:07.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
43682025-02-23T13:29:09.427Z[ recovery-image] Feb 23 13:29:07.823 INFO O| Feb 23 13:29:07.823 INFO STEP 13 (remove_files) COMPLETE
43692025-02-23T13:29:09.430Z[ recovery-image] Feb 23 13:29:07.823 INFO O| Feb 23 13:29:07.823 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43702025-02-23T13:29:09.454Z[ recovery-image] Feb 23 13:29:07.849 INFO O| Feb 23 13:29:07.849 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
43712025-02-23T13:29:09.457Z[ recovery-image] Feb 23 13:29:07.852 INFO O| Feb 23 13:29:07.852 INFO STEP 14 (remove_files) COMPLETE
43722025-02-23T13:29:09.457Z[ recovery-image] Feb 23 13:29:07.852 INFO O| Feb 23 13:29:07.852 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43732025-02-23T13:29:09.478Z[ recovery-image] Feb 23 13:29:07.874 INFO O| Feb 23 13:29:07.874 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
43742025-02-23T13:29:09.489Z[ recovery-image] Feb 23 13:29:07.885 INFO O| Feb 23 13:29:07.885 INFO STEP 15 (remove_files) COMPLETE
43752025-02-23T13:29:09.514Z[ recovery-image] Feb 23 13:29:07.885 INFO O| Feb 23 13:29:07.885 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43762025-02-23T13:29:09.517Z[ recovery-image] Feb 23 13:29:07.911 INFO O| Feb 23 13:29:07.911 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
43772025-02-23T13:29:09.517Z[ recovery-image] Feb 23 13:29:07.911 INFO O| Feb 23 13:29:07.911 INFO STEP 16 (remove_files) COMPLETE
43782025-02-23T13:29:09.517Z[ recovery-image] Feb 23 13:29:07.911 INFO O| Feb 23 13:29:07.911 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43792025-02-23T13:29:09.539Z[ recovery-image] Feb 23 13:29:07.935 INFO O| Feb 23 13:29:07.935 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
43802025-02-23T13:29:09.541Z[ recovery-image] Feb 23 13:29:07.937 INFO O| Feb 23 13:29:07.937 INFO STEP 17 (remove_files) COMPLETE
43812025-02-23T13:29:09.542Z[ recovery-image] Feb 23 13:29:07.937 INFO O| Feb 23 13:29:07.937 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43822025-02-23T13:29:09.562Z[ recovery-image] Feb 23 13:29:07.959 INFO O| Feb 23 13:29:07.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
43832025-02-23T13:29:09.563Z[ recovery-image] Feb 23 13:29:07.959 INFO O| Feb 23 13:29:07.959 INFO STEP 18 (remove_files) COMPLETE
43842025-02-23T13:29:09.563Z[ recovery-image] Feb 23 13:29:07.959 INFO O| Feb 23 13:29:07.959 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43852025-02-23T13:29:09.584Z[ recovery-image] Feb 23 13:29:07.980 INFO O| Feb 23 13:29:07.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
43862025-02-23T13:29:09.584Z[ recovery-image] Feb 23 13:29:07.980 INFO O| Feb 23 13:29:07.980 INFO STEP 19 (remove_files) COMPLETE
43872025-02-23T13:29:09.589Z[ recovery-image] Feb 23 13:29:07.980 INFO O| Feb 23 13:29:07.980 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43882025-02-23T13:29:09.611Z[ recovery-image] Feb 23 13:29:08.007 INFO O| Feb 23 13:29:08.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
43892025-02-23T13:29:09.611Z[ recovery-image] Feb 23 13:29:08.007 INFO O| Feb 23 13:29:08.007 INFO STEP 20 (remove_files) COMPLETE
43902025-02-23T13:29:09.615Z[ recovery-image] Feb 23 13:29:08.007 INFO O| Feb 23 13:29:08.007 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43912025-02-23T13:29:09.634Z[ recovery-image] Feb 23 13:29:08.030 INFO O| Feb 23 13:29:08.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
43922025-02-23T13:29:09.634Z[ recovery-image] Feb 23 13:29:08.031 INFO O| Feb 23 13:29:08.031 INFO STEP 21 (remove_files) COMPLETE
43932025-02-23T13:29:09.637Z[ recovery-image] Feb 23 13:29:08.031 INFO O| Feb 23 13:29:08.031 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43942025-02-23T13:29:09.667Z[ recovery-image] Feb 23 13:29:08.063 INFO O| Feb 23 13:29:08.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
43952025-02-23T13:29:09.670Z[ recovery-image] Feb 23 13:29:08.063 INFO O| Feb 23 13:29:08.063 INFO STEP 22 (remove_files) COMPLETE
43962025-02-23T13:29:09.670Z[ recovery-image] Feb 23 13:29:08.063 INFO O| Feb 23 13:29:08.063 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43972025-02-23T13:29:09.730Z[ recovery-image] Feb 23 13:29:08.126 INFO O| Feb 23 13:29:08.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
43982025-02-23T13:29:09.730Z[ recovery-image] Feb 23 13:29:08.126 INFO O| Feb 23 13:29:08.126 INFO STEP 23 (remove_files) COMPLETE
43992025-02-23T13:29:09.733Z[ recovery-image] Feb 23 13:29:08.126 INFO O| Feb 23 13:29:08.126 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44002025-02-23T13:29:09.756Z[ recovery-image] Feb 23 13:29:08.152 INFO O| Feb 23 13:29:08.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
44012025-02-23T13:29:09.756Z[ recovery-image] Feb 23 13:29:08.152 INFO O| Feb 23 13:29:08.152 INFO STEP 24 (remove_files) COMPLETE
44022025-02-23T13:29:09.759Z[ recovery-image] Feb 23 13:29:08.152 INFO O| Feb 23 13:29:08.152 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44032025-02-23T13:29:09.792Z[ recovery-image] Feb 23 13:29:08.188 INFO O| Feb 23 13:29:08.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
44042025-02-23T13:29:09.795Z[ recovery-image] Feb 23 13:29:08.188 INFO O| Feb 23 13:29:08.188 INFO STEP 25 (remove_files) COMPLETE
44052025-02-23T13:29:09.795Z[ recovery-image] Feb 23 13:29:08.188 INFO O| Feb 23 13:29:08.188 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44062025-02-23T13:29:09.833Z[ recovery-image] Feb 23 13:29:08.229 INFO O| Feb 23 13:29:08.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
44072025-02-23T13:29:09.836Z[ recovery-image] Feb 23 13:29:08.229 INFO O| Feb 23 13:29:08.229 INFO STEP 26 (remove_files) COMPLETE
44082025-02-23T13:29:09.836Z[ recovery-image] Feb 23 13:29:08.229 INFO O| Feb 23 13:29:08.229 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44092025-02-23T13:29:09.897Z[ recovery-image] Feb 23 13:29:08.293 INFO O| Feb 23 13:29:08.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
44102025-02-23T13:29:09.900Z[ recovery-image] Feb 23 13:29:08.293 INFO O| Feb 23 13:29:08.293 INFO STEP 27 (remove_files) COMPLETE
44112025-02-23T13:29:09.900Z[ recovery-image] Feb 23 13:29:08.293 INFO O| Feb 23 13:29:08.293 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44122025-02-23T13:29:09.925Z[ recovery-image] Feb 23 13:29:08.321 INFO O| Feb 23 13:29:08.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
44132025-02-23T13:29:09.925Z[ recovery-image] Feb 23 13:29:08.321 INFO O| Feb 23 13:29:08.321 INFO STEP 28 (remove_files) COMPLETE
44142025-02-23T13:29:09.929Z[ recovery-image] Feb 23 13:29:08.321 INFO O| Feb 23 13:29:08.321 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44152025-02-23T13:29:09.950Z[ recovery-image] Feb 23 13:29:08.346 INFO O| Feb 23 13:29:08.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
44162025-02-23T13:29:09.950Z[ recovery-image] Feb 23 13:29:08.346 INFO O| Feb 23 13:29:08.346 INFO STEP 29 (remove_files) COMPLETE
44172025-02-23T13:29:09.950Z[ recovery-image] Feb 23 13:29:08.346 INFO O| Feb 23 13:29:08.346 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44182025-02-23T13:29:09.972Z[ recovery-image] Feb 23 13:29:08.368 INFO O| Feb 23 13:29:08.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
44192025-02-23T13:29:09.972Z[ recovery-image] Feb 23 13:29:08.368 INFO O| Feb 23 13:29:08.368 INFO STEP 30 (remove_files) COMPLETE
44202025-02-23T13:29:09.975Z[ recovery-image] Feb 23 13:29:08.368 INFO O| Feb 23 13:29:08.368 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44212025-02-23T13:29:10.003Z[ recovery-image] Feb 23 13:29:08.399 INFO O| Feb 23 13:29:08.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
44222025-02-23T13:29:10.007Z[ recovery-image] Feb 23 13:29:08.400 INFO O| Feb 23 13:29:08.399 INFO STEP 31 (remove_files) COMPLETE
44232025-02-23T13:29:10.007Z[ recovery-image] Feb 23 13:29:08.400 INFO O| Feb 23 13:29:08.399 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44242025-02-23T13:29:10.030Z[ recovery-image] Feb 23 13:29:08.426 INFO O| Feb 23 13:29:08.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
44252025-02-23T13:29:10.030Z[ recovery-image] Feb 23 13:29:08.426 INFO O| Feb 23 13:29:08.426 INFO STEP 32 (remove_files) COMPLETE
44262025-02-23T13:29:10.030Z[ recovery-image] Feb 23 13:29:08.426 INFO O| Feb 23 13:29:08.426 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44272025-02-23T13:29:10.065Z[ recovery-image] Feb 23 13:29:08.462 INFO O| Feb 23 13:29:08.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
44282025-02-23T13:29:10.068Z[ recovery-image] Feb 23 13:29:08.462 INFO O| Feb 23 13:29:08.462 INFO STEP 33 (remove_files) COMPLETE
44292025-02-23T13:29:10.068Z[ recovery-image] Feb 23 13:29:08.462 INFO O| Feb 23 13:29:08.462 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44302025-02-23T13:29:10.088Z[ recovery-image] Feb 23 13:29:08.484 INFO O| Feb 23 13:29:08.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
44312025-02-23T13:29:10.091Z[ recovery-image] Feb 23 13:29:08.485 INFO O| Feb 23 13:29:08.485 INFO STEP 34 (remove_files) COMPLETE
44322025-02-23T13:29:10.091Z[ recovery-image] Feb 23 13:29:08.485 INFO O| Feb 23 13:29:08.485 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44332025-02-23T13:29:10.158Z[ recovery-image] Feb 23 13:29:08.554 INFO O| Feb 23 13:29:08.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
44342025-02-23T13:29:10.161Z[ recovery-image] Feb 23 13:29:08.555 INFO O| Feb 23 13:29:08.555 INFO STEP 35 (remove_files) COMPLETE
44352025-02-23T13:29:10.161Z[ recovery-image] Feb 23 13:29:08.555 INFO O| Feb 23 13:29:08.555 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44362025-02-23T13:29:10.181Z[ recovery-image] Feb 23 13:29:08.576 INFO O| Feb 23 13:29:08.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
44372025-02-23T13:29:10.181Z[ recovery-image] Feb 23 13:29:08.576 INFO O| Feb 23 13:29:08.576 INFO STEP 36 (remove_files) COMPLETE
44382025-02-23T13:29:10.190Z[ recovery-image] Feb 23 13:29:08.577 INFO O| Feb 23 13:29:08.577 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44392025-02-23T13:29:10.217Z[ recovery-image] Feb 23 13:29:08.613 INFO O| Feb 23 13:29:08.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
44402025-02-23T13:29:10.217Z[ recovery-image] Feb 23 13:29:08.613 INFO O| Feb 23 13:29:08.613 INFO STEP 37 (remove_files) COMPLETE
44412025-02-23T13:29:10.217Z[ recovery-image] Feb 23 13:29:08.613 INFO O| Feb 23 13:29:08.613 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44422025-02-23T13:29:10.241Z[ recovery-image] Feb 23 13:29:08.637 INFO O| Feb 23 13:29:08.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
44432025-02-23T13:29:10.241Z[ recovery-image] Feb 23 13:29:08.637 INFO O| Feb 23 13:29:08.637 INFO STEP 38 (remove_files) COMPLETE
44442025-02-23T13:29:10.246Z[ recovery-image] Feb 23 13:29:08.637 INFO O| Feb 23 13:29:08.637 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44452025-02-23T13:29:10.342Z[ recovery-image] Feb 23 13:29:08.737 INFO O| Feb 23 13:29:08.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
44462025-02-23T13:29:10.342Z[ recovery-image] Feb 23 13:29:08.737 INFO O| Feb 23 13:29:08.737 INFO STEP 39 (remove_files) COMPLETE
44472025-02-23T13:29:10.345Z[ recovery-image] Feb 23 13:29:08.738 INFO O| Feb 23 13:29:08.737 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44482025-02-23T13:29:10.401Z[ recovery-image] Feb 23 13:29:08.795 INFO O| Feb 23 13:29:08.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
44492025-02-23T13:29:10.401Z[ recovery-image] Feb 23 13:29:08.795 INFO O| Feb 23 13:29:08.795 INFO STEP 40 (remove_files) COMPLETE
44502025-02-23T13:29:10.401Z[ recovery-image] Feb 23 13:29:08.796 INFO O| Feb 23 13:29:08.795 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44512025-02-23T13:29:10.422Z[ recovery-image] Feb 23 13:29:08.818 INFO O| Feb 23 13:29:08.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
44522025-02-23T13:29:10.422Z[ recovery-image] Feb 23 13:29:08.818 INFO O| Feb 23 13:29:08.818 INFO STEP 41 (remove_files) COMPLETE
44532025-02-23T13:29:10.422Z[ recovery-image] Feb 23 13:29:08.818 INFO O| Feb 23 13:29:08.818 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44542025-02-23T13:29:10.444Z[ recovery-image] Feb 23 13:29:08.840 INFO O| Feb 23 13:29:08.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
44552025-02-23T13:29:10.445Z[ recovery-image] Feb 23 13:29:08.841 INFO O| Feb 23 13:29:08.841 INFO STEP 42 (remove_files) COMPLETE
44562025-02-23T13:29:10.445Z[ recovery-image] Feb 23 13:29:08.841 INFO O| Feb 23 13:29:08.841 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44572025-02-23T13:29:10.461Z[ host-image] Feb 23 13:29:08.857 INFO O| Feb 23 13:29:08.857 INFO O| Done
44582025-02-23T13:29:10.480Z[ recovery-image] Feb 23 13:29:08.876 INFO O| Feb 23 13:29:08.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
44592025-02-23T13:29:10.483Z[ recovery-image] Feb 23 13:29:08.877 INFO O| Feb 23 13:29:08.876 INFO STEP 43 (remove_files) COMPLETE
44602025-02-23T13:29:10.484Z[ recovery-image] Feb 23 13:29:08.877 INFO O| Feb 23 13:29:08.877 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44612025-02-23T13:29:10.503Z[ host-image] Feb 23 13:29:08.899 INFO O| Feb 23 13:29:08.899 INFO O| Done
44622025-02-23T13:29:10.507Z[ recovery-image] Feb 23 13:29:08.902 INFO O| Feb 23 13:29:08.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
44632025-02-23T13:29:10.507Z[ recovery-image] Feb 23 13:29:08.902 INFO O| Feb 23 13:29:08.902 INFO STEP 44 (remove_files) COMPLETE
44642025-02-23T13:29:10.510Z[ recovery-image] Feb 23 13:29:08.902 INFO O| Feb 23 13:29:08.902 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44652025-02-23T13:29:10.532Z[ recovery-image] Feb 23 13:29:08.928 INFO O| Feb 23 13:29:08.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
44662025-02-23T13:29:10.535Z[ recovery-image] Feb 23 13:29:08.928 INFO O| Feb 23 13:29:08.928 INFO STEP 45 (remove_files) COMPLETE
44672025-02-23T13:29:10.535Z[ recovery-image] Feb 23 13:29:08.928 INFO O| Feb 23 13:29:08.928 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44682025-02-23T13:29:10.556Z[ recovery-image] Feb 23 13:29:08.952 INFO O| Feb 23 13:29:08.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
44692025-02-23T13:29:10.556Z[ recovery-image] Feb 23 13:29:08.952 INFO O| Feb 23 13:29:08.952 INFO STEP 46 (remove_files) COMPLETE
44702025-02-23T13:29:10.556Z[ recovery-image] Feb 23 13:29:08.952 INFO O| Feb 23 13:29:08.952 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44712025-02-23T13:29:10.578Z[ recovery-image] Feb 23 13:29:08.973 INFO O| Feb 23 13:29:08.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
44722025-02-23T13:29:10.578Z[ recovery-image] Feb 23 13:29:08.973 INFO O| Feb 23 13:29:08.973 INFO STEP 47 (remove_files) COMPLETE
44732025-02-23T13:29:10.578Z[ recovery-image] Feb 23 13:29:08.974 INFO O| Feb 23 13:29:08.973 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44742025-02-23T13:29:10.614Z[ recovery-image] Feb 23 13:29:09.010 INFO O| Feb 23 13:29:09.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
44752025-02-23T13:29:10.614Z[ recovery-image] Feb 23 13:29:09.010 INFO O| Feb 23 13:29:09.010 INFO STEP 48 (remove_files) COMPLETE
44762025-02-23T13:29:10.614Z[ recovery-image] Feb 23 13:29:09.010 INFO O| Feb 23 13:29:09.010 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44772025-02-23T13:29:10.640Z[ recovery-image] Feb 23 13:29:09.035 INFO O| Feb 23 13:29:09.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
44782025-02-23T13:29:10.640Z[ recovery-image] Feb 23 13:29:09.035 INFO O| Feb 23 13:29:09.035 INFO STEP 49 (remove_files) COMPLETE
44792025-02-23T13:29:10.644Z[ recovery-image] Feb 23 13:29:09.035 INFO O| Feb 23 13:29:09.035 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44802025-02-23T13:29:10.661Z[ recovery-image] Feb 23 13:29:09.057 INFO O| Feb 23 13:29:09.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
44812025-02-23T13:29:10.661Z[ recovery-image] Feb 23 13:29:09.057 INFO O| Feb 23 13:29:09.057 INFO STEP 50 (remove_files) COMPLETE
44822025-02-23T13:29:10.661Z[ recovery-image] Feb 23 13:29:09.057 INFO O| Feb 23 13:29:09.057 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44832025-02-23T13:29:10.692Z[ recovery-image] Feb 23 13:29:09.088 INFO O| Feb 23 13:29:09.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
44842025-02-23T13:29:10.692Z[ recovery-image] Feb 23 13:29:09.088 INFO O| Feb 23 13:29:09.088 INFO STEP 51 (remove_files) COMPLETE
44852025-02-23T13:29:10.692Z[ recovery-image] Feb 23 13:29:09.088 INFO O| Feb 23 13:29:09.088 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44862025-02-23T13:29:10.752Z[ recovery-image] Feb 23 13:29:09.148 INFO O| Feb 23 13:29:09.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
44872025-02-23T13:29:10.752Z[ recovery-image] Feb 23 13:29:09.148 INFO O| Feb 23 13:29:09.148 INFO STEP 52 (remove_files) COMPLETE
44882025-02-23T13:29:10.752Z[ recovery-image] Feb 23 13:29:09.148 INFO O| Feb 23 13:29:09.148 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44892025-02-23T13:29:10.775Z[ recovery-image] Feb 23 13:29:09.171 INFO O| Feb 23 13:29:09.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
44902025-02-23T13:29:10.775Z[ recovery-image] Feb 23 13:29:09.171 INFO O| Feb 23 13:29:09.171 INFO STEP 53 (remove_files) COMPLETE
44912025-02-23T13:29:10.775Z[ recovery-image] Feb 23 13:29:09.171 INFO O| Feb 23 13:29:09.171 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44922025-02-23T13:29:10.816Z[ recovery-image] Feb 23 13:29:09.212 INFO O| Feb 23 13:29:09.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
44932025-02-23T13:29:10.822Z[ recovery-image] Feb 23 13:29:09.213 INFO O| Feb 23 13:29:09.213 INFO STEP 54 (remove_files) COMPLETE
44942025-02-23T13:29:10.822Z[ recovery-image] Feb 23 13:29:09.213 INFO O| Feb 23 13:29:09.213 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44952025-02-23T13:29:10.855Z[ recovery-image] Feb 23 13:29:09.251 INFO O| Feb 23 13:29:09.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
44962025-02-23T13:29:10.858Z[ recovery-image] Feb 23 13:29:09.251 INFO O| Feb 23 13:29:09.251 INFO STEP 55 (remove_files) COMPLETE
44972025-02-23T13:29:10.858Z[ recovery-image] Feb 23 13:29:09.252 INFO O| Feb 23 13:29:09.251 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44982025-02-23T13:29:10.898Z[ recovery-image] Feb 23 13:29:09.294 INFO O| Feb 23 13:29:09.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
44992025-02-23T13:29:10.898Z[ recovery-image] Feb 23 13:29:09.294 INFO O| Feb 23 13:29:09.294 INFO STEP 56 (remove_files) COMPLETE
45002025-02-23T13:29:10.898Z[ recovery-image] Feb 23 13:29:09.294 INFO O| Feb 23 13:29:09.294 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45012025-02-23T13:29:10.926Z[ recovery-image] Feb 23 13:29:09.322 INFO O| Feb 23 13:29:09.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
45022025-02-23T13:29:10.926Z[ recovery-image] Feb 23 13:29:09.322 INFO O| Feb 23 13:29:09.322 INFO STEP 57 (remove_files) COMPLETE
45032025-02-23T13:29:10.930Z[ recovery-image] Feb 23 13:29:09.322 INFO O| Feb 23 13:29:09.322 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45042025-02-23T13:29:10.954Z[ recovery-image] Feb 23 13:29:09.350 INFO O| Feb 23 13:29:09.350 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
45052025-02-23T13:29:10.955Z[ recovery-image] Feb 23 13:29:09.350 INFO O| Feb 23 13:29:09.350 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
45062025-02-23T13:29:10.955Z[ recovery-image] Feb 23 13:29:09.350 INFO O| Feb 23 13:29:09.350 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45072025-02-23T13:29:10.958Z[ recovery-image] Feb 23 13:29:09.350 INFO O| Feb 23 13:29:09.350 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45082025-02-23T13:29:10.958Z[ recovery-image] Feb 23 13:29:09.350 INFO O| Feb 23 13:29:09.350 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45092025-02-23T13:29:10.958Z[ recovery-image] Feb 23 13:29:09.350 INFO O| Feb 23 13:29:09.350 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
45102025-02-23T13:29:10.958Z[ recovery-image] Feb 23 13:29:09.351 INFO O| Feb 23 13:29:09.350 INFO ok!
45112025-02-23T13:29:10.958Z[ recovery-image] Feb 23 13:29:09.351 INFO O| Feb 23 13:29:09.351 INFO STEP 58 (ensure_file) COMPLETE
45122025-02-23T13:29:10.958Z[ recovery-image] Feb 23 13:29:09.351 INFO O| Feb 23 13:29:09.351 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45132025-02-23T13:29:10.979Z[ recovery-image] Feb 23 13:29:09.375 INFO O| Feb 23 13:29:09.375 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
45142025-02-23T13:29:10.979Z[ recovery-image] Feb 23 13:29:09.375 INFO O| Feb 23 13:29:09.375 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
45152025-02-23T13:29:10.982Z[ recovery-image] Feb 23 13:29:09.375 INFO O| Feb 23 13:29:09.375 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45162025-02-23T13:29:10.982Z[ recovery-image] Feb 23 13:29:09.375 INFO O| Feb 23 13:29:09.375 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45172025-02-23T13:29:10.982Z[ recovery-image] Feb 23 13:29:09.375 INFO O| Feb 23 13:29:09.375 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45182025-02-23T13:29:10.982Z[ recovery-image] Feb 23 13:29:09.376 INFO O| Feb 23 13:29:09.375 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
45192025-02-23T13:29:10.982Z[ recovery-image] Feb 23 13:29:09.376 INFO O| Feb 23 13:29:09.376 INFO ok!
45202025-02-23T13:29:10.982Z[ recovery-image] Feb 23 13:29:09.376 INFO O| Feb 23 13:29:09.376 INFO STEP 59 (ensure_file) COMPLETE
45212025-02-23T13:29:10.982Z[ recovery-image] Feb 23 13:29:09.376 INFO O| Feb 23 13:29:09.376 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45222025-02-23T13:29:11.052Z[ recovery-image] Feb 23 13:29:09.435 INFO O| Feb 23 13:29:09.435 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
45232025-02-23T13:29:11.052Z[ recovery-image] Feb 23 13:29:09.435 INFO O| Feb 23 13:29:09.435 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
45242025-02-23T13:29:11.052Z[ recovery-image] Feb 23 13:29:09.435 INFO O| Feb 23 13:29:09.435 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
45252025-02-23T13:29:11.052Z[ recovery-image] Feb 23 13:29:09.435 INFO O| Feb 23 13:29:09.435 INFO ok!
45262025-02-23T13:29:11.100Z[ recovery-image] Feb 23 13:29:09.435 INFO O| Feb 23 13:29:09.435 INFO STEP 60 (ensure_file) COMPLETE
45272025-02-23T13:29:11.100Z[ recovery-image] Feb 23 13:29:09.435 INFO O| Feb 23 13:29:09.435 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45282025-02-23T13:29:11.100Z[ recovery-image] Feb 23 13:29:09.461 INFO O| Feb 23 13:29:09.461 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
45292025-02-23T13:29:11.100Z[ recovery-image] Feb 23 13:29:09.461 INFO O| Feb 23 13:29:09.461 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
45302025-02-23T13:29:11.100Z[ recovery-image] Feb 23 13:29:09.462 INFO O| Feb 23 13:29:09.462 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
45312025-02-23T13:29:11.100Z[ recovery-image] Feb 23 13:29:09.462 INFO O| Feb 23 13:29:09.462 INFO ok!
45322025-02-23T13:29:11.100Z[ recovery-image] Feb 23 13:29:09.462 INFO O| Feb 23 13:29:09.462 INFO STEP 61 (ensure_file) COMPLETE
45332025-02-23T13:29:11.100Z[ recovery-image] Feb 23 13:29:09.462 INFO O| Feb 23 13:29:09.462 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45342025-02-23T13:29:11.114Z[ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
45352025-02-23T13:29:11.114Z[ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
45362025-02-23T13:29:11.118Z[ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45372025-02-23T13:29:11.118Z[ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45382025-02-23T13:29:11.118Z[ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 INFO ok!
45392025-02-23T13:29:11.118Z[ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 INFO STEP 62 (ensure_file) COMPLETE
45402025-02-23T13:29:11.118Z[ recovery-image] Feb 23 13:29:09.503 INFO O| Feb 23 13:29:09.503 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45412025-02-23T13:29:11.145Z[ recovery-image] Feb 23 13:29:09.529 INFO O| Feb 23 13:29:09.529 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
45422025-02-23T13:29:11.145Z[ recovery-image] Feb 23 13:29:09.529 INFO O| Feb 23 13:29:09.529 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
45432025-02-23T13:29:11.145Z[ recovery-image] Feb 23 13:29:09.530 INFO O| Feb 23 13:29:09.530 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45442025-02-23T13:29:11.151Z[ recovery-image] Feb 23 13:29:09.530 INFO O| Feb 23 13:29:09.530 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45452025-02-23T13:29:11.151Z[ recovery-image] Feb 23 13:29:09.530 INFO O| Feb 23 13:29:09.530 INFO ok!
45462025-02-23T13:29:11.151Z[ recovery-image] Feb 23 13:29:09.530 INFO O| Feb 23 13:29:09.530 INFO STEP 63 (ensure_file) COMPLETE
45472025-02-23T13:29:11.151Z[ recovery-image] Feb 23 13:29:09.530 INFO O| Feb 23 13:29:09.530 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45482025-02-23T13:29:11.172Z[ recovery-image] Feb 23 13:29:09.567 INFO O| Feb 23 13:29:09.567 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
45492025-02-23T13:29:11.172Z[ recovery-image] Feb 23 13:29:09.567 INFO O| Feb 23 13:29:09.567 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
45502025-02-23T13:29:11.172Z[ recovery-image] Feb 23 13:29:09.567 INFO O| Feb 23 13:29:09.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
45512025-02-23T13:29:11.172Z[ recovery-image] Feb 23 13:29:09.567 INFO O| Feb 23 13:29:09.567 INFO ok!
45522025-02-23T13:29:11.176Z[ recovery-image] Feb 23 13:29:09.568 INFO O| Feb 23 13:29:09.567 INFO STEP 64 (assemble_files) COMPLETE
45532025-02-23T13:29:11.176Z[ recovery-image] Feb 23 13:29:09.568 INFO O| Feb 23 13:29:09.568 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45542025-02-23T13:29:11.207Z[ recovery-image] Feb 23 13:29:09.597 INFO O| Feb 23 13:29:09.597 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
45552025-02-23T13:29:11.207Z[ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.597 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
45562025-02-23T13:29:11.211Z[ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45572025-02-23T13:29:11.211Z[ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45582025-02-23T13:29:11.211Z[ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO ok!
45592025-02-23T13:29:11.211Z[ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO STEP 65 (ensure_file) COMPLETE
45602025-02-23T13:29:11.212Z[ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45612025-02-23T13:29:11.212Z[ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO skip step because feature "omicron1" is not enabled
45622025-02-23T13:29:11.212Z[ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45632025-02-23T13:29:11.212Z[ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO skip step because feature "omicron1" is not enabled
45642025-02-23T13:29:11.212Z[ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45652025-02-23T13:29:11.212Z[ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO skip step because feature "omicron1" is not enabled
45662025-02-23T13:29:11.212Z[ recovery-image] Feb 23 13:29:09.598 INFO O| Feb 23 13:29:09.598 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45672025-02-23T13:29:11.278Z[ recovery-image] Feb 23 13:29:09.666 INFO O| Feb 23 13:29:09.666 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
45682025-02-23T13:29:11.278Z[ recovery-image] Feb 23 13:29:09.666 INFO O| Feb 23 13:29:09.666 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
45692025-02-23T13:29:14.294Z[ recovery-image] Feb 23 13:29:12.682 INFO O| Feb 23 13:29:12.682 INFO STEP 69 (pack_tar) COMPLETE
45702025-02-23T13:29:14.294Z[ recovery-image] Feb 23 13:29:12.682 INFO O| Feb 23 13:29:12.682 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45712025-02-23T13:29:14.309Z[ recovery-image] Feb 23 13:29:12.682 INFO O| Feb 23 13:29:12.682 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45722025-02-23T13:29:14.503Z[ recovery-image] Feb 23 13:29:12.898 INFO O| Feb 23 13:29:12.898 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
45732025-02-23T13:29:14.684Z[ recovery-image] Feb 23 13:29:13.079 INFO O| Feb 23 13:29:13.079 INFO completed processing gimlet/ramdisk-02-trim
45742025-02-23T13:29:14.687Z[ recovery-image] Feb 23 13:29:13.083 INFO image builder template: ramdisk-03-recovery-trim...
45752025-02-23T13:29:14.687Z[ recovery-image] Feb 23 13:29:13.083 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/.tmpO8vQuE/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
45762025-02-23T13:29:14.845Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45772025-02-23T13:29:14.894Z[ recovery-image] Feb 23 13:29:13.285 INFO O| Feb 23 13:29:13.285 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45782025-02-23T13:29:14.917Z[ recovery-image] Feb 23 13:29:13.311 INFO O| Feb 23 13:29:13.311 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45792025-02-23T13:29:15.094Z[ recovery-image] Feb 23 13:29:13.488 INFO O| Feb 23 13:29:13.488 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
45802025-02-23T13:29:15.233Z[ recovery-image] Feb 23 13:29:13.627 INFO O| Feb 23 13:29:13.627 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45812025-02-23T13:29:15.233Z[ recovery-image] Feb 23 13:29:13.627 INFO O| Feb 23 13:29:13.627 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
45822025-02-23T13:29:15.262Z[ recovery-image] Feb 23 13:29:13.657 INFO O| Feb 23 13:29:13.657 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
45832025-02-23T13:29:15.289Z[ recovery-image] Feb 23 13:29:13.683 INFO O| Feb 23 13:29:13.683 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45842025-02-23T13:29:15.301Z[ recovery-image] Feb 23 13:29:13.696 INFO O| Feb 23 13:29:13.696 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45852025-02-23T13:29:16.026Z[ recovery-image] Feb 23 13:29:14.421 INFO O| Feb 23 13:29:14.421 INFO rolled back to input snapshot; work may begin
45862025-02-23T13:29:16.026Z[ recovery-image] Feb 23 13:29:14.421 INFO O| Feb 23 13:29:14.421 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
45872025-02-23T13:29:16.038Z[ recovery-image] Feb 23 13:29:14.433 INFO O| Feb 23 13:29:14.433 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882025-02-23T13:29:16.061Z[ recovery-image] Feb 23 13:29:14.456 INFO O| Feb 23 13:29:14.456 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
45892025-02-23T13:29:16.071Z[ recovery-image] Feb 23 13:29:14.466 INFO O| Feb 23 13:29:14.466 INFO STEP 0 (remove_files) COMPLETE
45902025-02-23T13:29:16.071Z[ recovery-image] Feb 23 13:29:14.466 INFO O| Feb 23 13:29:14.466 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912025-02-23T13:29:16.102Z[ recovery-image] Feb 23 13:29:14.497 INFO O| Feb 23 13:29:14.497 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
45922025-02-23T13:29:16.587Z[ recovery-image] Feb 23 13:29:14.982 INFO O| Feb 23 13:29:14.982 INFO STEP 1 (remove_files) COMPLETE
45932025-02-23T13:29:16.587Z[ recovery-image] Feb 23 13:29:14.982 INFO O| Feb 23 13:29:14.982 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942025-02-23T13:29:16.641Z[ recovery-image] Feb 23 13:29:15.037 INFO O| Feb 23 13:29:15.036 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
45952025-02-23T13:29:16.687Z[ recovery-image] Feb 23 13:29:15.062 INFO O| Feb 23 13:29:15.061 INFO STEP 2 (remove_files) COMPLETE
45962025-02-23T13:29:16.687Z[ recovery-image] Feb 23 13:29:15.062 INFO O| Feb 23 13:29:15.062 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972025-02-23T13:29:16.733Z[ recovery-image] Feb 23 13:29:15.127 INFO O| Feb 23 13:29:15.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
45982025-02-23T13:29:16.860Z[ recovery-image] Feb 23 13:29:15.253 INFO O| Feb 23 13:29:15.253 INFO STEP 3 (remove_files) COMPLETE
45992025-02-23T13:29:16.860Z[ recovery-image] Feb 23 13:29:15.253 INFO O| Feb 23 13:29:15.253 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002025-02-23T13:29:16.923Z[ recovery-image] Feb 23 13:29:15.307 INFO O| Feb 23 13:29:15.307 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
46012025-02-23T13:29:17.366Z[ recovery-image] Feb 23 13:29:15.761 INFO O| Feb 23 13:29:15.761 INFO STEP 4 (remove_files) COMPLETE
46022025-02-23T13:29:17.369Z[ recovery-image] Feb 23 13:29:15.761 INFO O| Feb 23 13:29:15.761 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032025-02-23T13:29:17.433Z[ recovery-image] Feb 23 13:29:15.827 INFO O| Feb 23 13:29:15.827 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
46042025-02-23T13:29:17.453Z[ recovery-image] Feb 23 13:29:15.848 INFO O| Feb 23 13:29:15.848 INFO STEP 5 (remove_files) COMPLETE
46052025-02-23T13:29:17.453Z[ recovery-image] Feb 23 13:29:15.848 INFO O| Feb 23 13:29:15.848 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062025-02-23T13:29:17.475Z[ recovery-image] Feb 23 13:29:15.870 INFO O| Feb 23 13:29:15.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
46072025-02-23T13:29:17.477Z[ recovery-image] Feb 23 13:29:15.872 INFO O| Feb 23 13:29:15.872 INFO STEP 6 (remove_files) COMPLETE
46082025-02-23T13:29:17.477Z[ recovery-image] Feb 23 13:29:15.872 INFO O| Feb 23 13:29:15.872 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-02-23T13:29:17.515Z[ recovery-image] Feb 23 13:29:15.910 INFO O| Feb 23 13:29:15.910 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
46102025-02-23T13:29:17.549Z[ recovery-image] Feb 23 13:29:15.943 INFO O| Feb 23 13:29:15.943 INFO STEP 7 (remove_files) COMPLETE
46112025-02-23T13:29:17.549Z[ recovery-image] Feb 23 13:29:15.943 INFO O| Feb 23 13:29:15.943 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122025-02-23T13:29:17.612Z[ recovery-image] Feb 23 13:29:16.007 INFO O| Feb 23 13:29:16.007 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
46132025-02-23T13:29:17.629Z[ recovery-image] Feb 23 13:29:16.023 INFO O| Feb 23 13:29:16.023 INFO STEP 8 (remove_files) COMPLETE
46142025-02-23T13:29:17.629Z[ recovery-image] Feb 23 13:29:16.023 INFO O| Feb 23 13:29:16.023 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152025-02-23T13:29:17.671Z[ recovery-image] Feb 23 13:29:16.066 INFO O| Feb 23 13:29:16.066 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
46162025-02-23T13:29:17.674Z[ recovery-image] Feb 23 13:29:16.067 INFO O| Feb 23 13:29:16.067 INFO STEP 9 (remove_files) COMPLETE
46172025-02-23T13:29:17.674Z[ recovery-image] Feb 23 13:29:16.067 INFO O| Feb 23 13:29:16.067 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182025-02-23T13:29:17.731Z[ recovery-image] Feb 23 13:29:16.126 INFO O| Feb 23 13:29:16.126 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
46192025-02-23T13:29:17.864Z[ recovery-image] Feb 23 13:29:16.255 INFO O| Feb 23 13:29:16.255 INFO STEP 10 (remove_files) COMPLETE
46202025-02-23T13:29:17.864Z[ recovery-image] Feb 23 13:29:16.256 INFO O| Feb 23 13:29:16.255 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212025-02-23T13:29:17.885Z[ recovery-image] Feb 23 13:29:16.280 INFO O| Feb 23 13:29:16.280 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
46222025-02-23T13:29:17.942Z[ recovery-image] Feb 23 13:29:16.337 INFO O| Feb 23 13:29:16.337 INFO STEP 11 (remove_files) COMPLETE
46232025-02-23T13:29:17.942Z[ recovery-image] Feb 23 13:29:16.337 INFO O| Feb 23 13:29:16.337 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242025-02-23T13:29:17.966Z[ recovery-image] Feb 23 13:29:16.361 INFO O| Feb 23 13:29:16.360 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
46252025-02-23T13:29:17.986Z[ recovery-image] Feb 23 13:29:16.381 INFO O| Feb 23 13:29:16.380 INFO STEP 12 (remove_files) COMPLETE
46262025-02-23T13:29:17.986Z[ recovery-image] Feb 23 13:29:16.381 INFO O| Feb 23 13:29:16.380 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272025-02-23T13:29:18.051Z[ recovery-image] Feb 23 13:29:16.443 INFO O| Feb 23 13:29:16.443 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
46282025-02-23T13:29:18.068Z[ recovery-image] Feb 23 13:29:16.462 INFO O| Feb 23 13:29:16.462 INFO STEP 13 (remove_files) COMPLETE
46292025-02-23T13:29:18.068Z[ recovery-image] Feb 23 13:29:16.462 INFO O| Feb 23 13:29:16.462 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302025-02-23T13:29:18.124Z[ recovery-image] Feb 23 13:29:16.519 INFO O| Feb 23 13:29:16.519 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
46312025-02-23T13:29:18.128Z[ recovery-image] Feb 23 13:29:16.523 INFO O| Feb 23 13:29:16.523 INFO STEP 14 (remove_files) COMPLETE
46322025-02-23T13:29:18.128Z[ recovery-image] Feb 23 13:29:16.523 INFO O| Feb 23 13:29:16.523 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332025-02-23T13:29:18.158Z[ recovery-image] Feb 23 13:29:16.552 INFO O| Feb 23 13:29:16.551 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
46342025-02-23T13:29:18.290Z[ recovery-image] Feb 23 13:29:16.685 INFO O| Feb 23 13:29:16.685 INFO STEP 15 (remove_files) COMPLETE
46352025-02-23T13:29:18.290Z[ recovery-image] Feb 23 13:29:16.685 INFO O| Feb 23 13:29:16.685 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362025-02-23T13:29:18.318Z[ recovery-image] Feb 23 13:29:16.712 INFO O| Feb 23 13:29:16.712 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
46372025-02-23T13:29:18.337Z[ recovery-image] Feb 23 13:29:16.731 INFO O| Feb 23 13:29:16.731 INFO STEP 16 (remove_files) COMPLETE
46382025-02-23T13:29:18.337Z[ recovery-image] Feb 23 13:29:16.731 INFO O| Feb 23 13:29:16.731 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392025-02-23T13:29:18.391Z[ recovery-image] Feb 23 13:29:16.784 INFO O| Feb 23 13:29:16.784 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
46402025-02-23T13:29:18.395Z[ recovery-image] Feb 23 13:29:16.785 INFO O| Feb 23 13:29:16.784 INFO STEP 17 (remove_files) COMPLETE
46412025-02-23T13:29:18.395Z[ recovery-image] Feb 23 13:29:16.785 INFO O| Feb 23 13:29:16.785 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422025-02-23T13:29:18.416Z[ recovery-image] Feb 23 13:29:16.811 INFO O| Feb 23 13:29:16.810 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
46432025-02-23T13:29:18.611Z[ host-image] Feb 23 13:29:17.006 INFO O| Feb 23 13:29:17.005 INFO O| Done
46442025-02-23T13:29:18.761Z[ recovery-image] Feb 23 13:29:17.156 INFO O| Feb 23 13:29:17.155 INFO STEP 18 (remove_files) COMPLETE
46452025-02-23T13:29:18.772Z[ recovery-image] Feb 23 13:29:17.167 INFO O| Feb 23 13:29:17.167 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462025-02-23T13:29:18.806Z[ recovery-image] Feb 23 13:29:17.201 INFO O| Feb 23 13:29:17.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
46472025-02-23T13:29:18.860Z[ recovery-image] Feb 23 13:29:17.255 INFO O| Feb 23 13:29:17.255 INFO STEP 19 (remove_files) COMPLETE
46482025-02-23T13:29:18.860Z[ recovery-image] Feb 23 13:29:17.255 INFO O| Feb 23 13:29:17.255 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492025-02-23T13:29:18.912Z[ recovery-image] Feb 23 13:29:17.307 INFO O| Feb 23 13:29:17.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
46502025-02-23T13:29:18.990Z[ recovery-image] Feb 23 13:29:17.385 INFO O| Feb 23 13:29:17.385 INFO STEP 20 (remove_files) COMPLETE
46512025-02-23T13:29:18.990Z[ recovery-image] Feb 23 13:29:17.385 INFO O| Feb 23 13:29:17.385 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522025-02-23T13:29:19.056Z[ recovery-image] Feb 23 13:29:17.451 INFO O| Feb 23 13:29:17.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
46532025-02-23T13:29:19.064Z[ recovery-image] Feb 23 13:29:17.451 INFO O| Feb 23 13:29:17.451 INFO STEP 21 (remove_files) COMPLETE
46542025-02-23T13:29:19.064Z[ recovery-image] Feb 23 13:29:17.451 INFO O| Feb 23 13:29:17.451 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552025-02-23T13:29:19.115Z[ recovery-image] Feb 23 13:29:17.510 INFO O| Feb 23 13:29:17.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
46562025-02-23T13:29:19.115Z[ recovery-image] Feb 23 13:29:17.510 INFO O| Feb 23 13:29:17.510 INFO STEP 22 (remove_files) COMPLETE
46572025-02-23T13:29:19.115Z[ recovery-image] Feb 23 13:29:17.510 INFO O| Feb 23 13:29:17.510 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582025-02-23T13:29:19.142Z[ recovery-image] Feb 23 13:29:17.537 INFO O| Feb 23 13:29:17.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
46592025-02-23T13:29:19.156Z[ recovery-image] Feb 23 13:29:17.551 INFO O| Feb 23 13:29:17.551 INFO STEP 23 (remove_files) COMPLETE
46602025-02-23T13:29:19.156Z[ recovery-image] Feb 23 13:29:17.551 INFO O| Feb 23 13:29:17.551 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612025-02-23T13:29:19.180Z[ recovery-image] Feb 23 13:29:17.575 INFO O| Feb 23 13:29:17.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
46622025-02-23T13:29:19.180Z[ recovery-image] Feb 23 13:29:17.575 INFO O| Feb 23 13:29:17.575 INFO STEP 24 (remove_files) COMPLETE
46632025-02-23T13:29:19.180Z[ recovery-image] Feb 23 13:29:17.575 INFO O| Feb 23 13:29:17.575 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642025-02-23T13:29:19.206Z[ recovery-image] Feb 23 13:29:17.601 INFO O| Feb 23 13:29:17.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
46652025-02-23T13:29:19.217Z[ recovery-image] Feb 23 13:29:17.610 INFO O| Feb 23 13:29:17.610 INFO STEP 25 (remove_files) COMPLETE
46662025-02-23T13:29:19.217Z[ recovery-image] Feb 23 13:29:17.610 INFO O| Feb 23 13:29:17.610 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672025-02-23T13:29:19.248Z[ recovery-image] Feb 23 13:29:17.640 INFO O| Feb 23 13:29:17.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
46682025-02-23T13:29:19.251Z[ recovery-image] Feb 23 13:29:17.640 INFO O| Feb 23 13:29:17.640 INFO STEP 26 (remove_files) COMPLETE
46692025-02-23T13:29:19.251Z[ recovery-image] Feb 23 13:29:17.640 INFO O| Feb 23 13:29:17.640 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702025-02-23T13:29:19.283Z[ recovery-image] Feb 23 13:29:17.677 INFO O| Feb 23 13:29:17.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
46712025-02-23T13:29:19.302Z[ recovery-image] Feb 23 13:29:17.696 INFO O| Feb 23 13:29:17.696 INFO STEP 27 (remove_files) COMPLETE
46722025-02-23T13:29:19.302Z[ recovery-image] Feb 23 13:29:17.696 INFO O| Feb 23 13:29:17.696 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732025-02-23T13:29:19.386Z[ recovery-image] Feb 23 13:29:17.780 INFO O| Feb 23 13:29:17.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
46742025-02-23T13:29:19.386Z[ recovery-image] Feb 23 13:29:17.780 INFO O| Feb 23 13:29:17.780 INFO STEP 28 (remove_files) COMPLETE
46752025-02-23T13:29:19.401Z[ recovery-image] Feb 23 13:29:17.780 INFO O| Feb 23 13:29:17.780 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762025-02-23T13:29:19.475Z[ recovery-image] Feb 23 13:29:17.869 INFO O| Feb 23 13:29:17.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
46772025-02-23T13:29:19.501Z[ recovery-image] Feb 23 13:29:17.895 INFO O| Feb 23 13:29:17.895 INFO STEP 29 (remove_files) COMPLETE
46782025-02-23T13:29:19.501Z[ recovery-image] Feb 23 13:29:17.895 INFO O| Feb 23 13:29:17.895 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792025-02-23T13:29:19.595Z[ recovery-image] Feb 23 13:29:17.989 INFO O| Feb 23 13:29:17.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
46802025-02-23T13:29:19.595Z[ recovery-image] Feb 23 13:29:17.989 INFO O| Feb 23 13:29:17.989 INFO STEP 30 (remove_files) COMPLETE
46812025-02-23T13:29:19.595Z[ recovery-image] Feb 23 13:29:17.989 INFO O| Feb 23 13:29:17.989 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822025-02-23T13:29:19.620Z[ recovery-image] Feb 23 13:29:18.014 INFO O| Feb 23 13:29:18.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
46832025-02-23T13:29:19.624Z[ host-image] Feb 23 13:29:18.019 INFO O| Feb 23 13:29:18.019 INFO O| Done
46842025-02-23T13:29:19.627Z[ recovery-image] Feb 23 13:29:18.021 INFO O| Feb 23 13:29:18.021 INFO STEP 31 (remove_files) COMPLETE
46852025-02-23T13:29:19.627Z[ recovery-image] Feb 23 13:29:18.021 INFO O| Feb 23 13:29:18.021 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862025-02-23T13:29:19.670Z[ recovery-image] Feb 23 13:29:18.064 INFO O| Feb 23 13:29:18.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
46872025-02-23T13:29:19.690Z[ recovery-image] Feb 23 13:29:18.084 INFO O| Feb 23 13:29:18.084 INFO STEP 32 (remove_files) COMPLETE
46882025-02-23T13:29:19.690Z[ recovery-image] Feb 23 13:29:18.084 INFO O| Feb 23 13:29:18.084 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892025-02-23T13:29:19.742Z[ recovery-image] Feb 23 13:29:18.136 INFO O| Feb 23 13:29:18.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
46902025-02-23T13:29:19.742Z[ recovery-image] Feb 23 13:29:18.136 INFO O| Feb 23 13:29:18.136 INFO STEP 33 (remove_files) COMPLETE
46912025-02-23T13:29:19.745Z[ recovery-image] Feb 23 13:29:18.136 INFO O| Feb 23 13:29:18.136 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922025-02-23T13:29:19.766Z[ recovery-image] Feb 23 13:29:18.160 INFO O| Feb 23 13:29:18.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
46932025-02-23T13:29:19.766Z[ recovery-image] Feb 23 13:29:18.160 INFO O| Feb 23 13:29:18.160 INFO STEP 34 (remove_files) COMPLETE
46942025-02-23T13:29:19.769Z[ recovery-image] Feb 23 13:29:18.160 INFO O| Feb 23 13:29:18.160 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952025-02-23T13:29:19.807Z[ recovery-image] Feb 23 13:29:18.202 INFO O| Feb 23 13:29:18.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
46962025-02-23T13:29:19.829Z[ recovery-image] Feb 23 13:29:18.220 INFO O| Feb 23 13:29:18.220 INFO STEP 35 (remove_files) COMPLETE
46972025-02-23T13:29:19.829Z[ recovery-image] Feb 23 13:29:18.220 INFO O| Feb 23 13:29:18.220 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982025-02-23T13:29:19.885Z[ recovery-image] Feb 23 13:29:18.279 INFO O| Feb 23 13:29:18.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
46992025-02-23T13:29:19.885Z[ recovery-image] Feb 23 13:29:18.279 INFO O| Feb 23 13:29:18.279 INFO STEP 36 (remove_files) COMPLETE
47002025-02-23T13:29:19.885Z[ recovery-image] Feb 23 13:29:18.279 INFO O| Feb 23 13:29:18.279 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012025-02-23T13:29:19.907Z[ recovery-image] Feb 23 13:29:18.302 INFO O| Feb 23 13:29:18.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
47022025-02-23T13:29:19.907Z[ recovery-image] Feb 23 13:29:18.302 INFO O| Feb 23 13:29:18.302 INFO STEP 37 (remove_files) COMPLETE
47032025-02-23T13:29:19.907Z[ recovery-image] Feb 23 13:29:18.302 INFO O| Feb 23 13:29:18.302 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042025-02-23T13:29:19.932Z[ recovery-image] Feb 23 13:29:18.327 INFO O| Feb 23 13:29:18.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
47052025-02-23T13:29:19.932Z[ recovery-image] Feb 23 13:29:18.327 INFO O| Feb 23 13:29:18.327 INFO STEP 38 (remove_files) COMPLETE
47062025-02-23T13:29:19.935Z[ recovery-image] Feb 23 13:29:18.327 INFO O| Feb 23 13:29:18.327 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072025-02-23T13:29:19.958Z[ recovery-image] Feb 23 13:29:18.351 INFO O| Feb 23 13:29:18.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
47082025-02-23T13:29:19.958Z[ recovery-image] Feb 23 13:29:18.351 INFO O| Feb 23 13:29:18.351 INFO STEP 39 (remove_files) COMPLETE
47092025-02-23T13:29:19.961Z[ recovery-image] Feb 23 13:29:18.351 INFO O| Feb 23 13:29:18.351 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102025-02-23T13:29:19.979Z[ recovery-image] Feb 23 13:29:18.374 INFO O| Feb 23 13:29:18.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
47112025-02-23T13:29:19.979Z[ recovery-image] Feb 23 13:29:18.374 INFO O| Feb 23 13:29:18.374 INFO STEP 40 (remove_files) COMPLETE
47122025-02-23T13:29:19.982Z[ recovery-image] Feb 23 13:29:18.374 INFO O| Feb 23 13:29:18.374 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132025-02-23T13:29:20.008Z[ recovery-image] Feb 23 13:29:18.396 INFO O| Feb 23 13:29:18.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
47142025-02-23T13:29:20.029Z[ recovery-image] Feb 23 13:29:18.396 INFO O| Feb 23 13:29:18.396 INFO STEP 41 (remove_files) COMPLETE
47152025-02-23T13:29:20.029Z[ recovery-image] Feb 23 13:29:18.396 INFO O| Feb 23 13:29:18.396 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162025-02-23T13:29:20.029Z[ recovery-image] Feb 23 13:29:18.421 INFO O| Feb 23 13:29:18.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
47172025-02-23T13:29:20.029Z[ recovery-image] Feb 23 13:29:18.421 INFO O| Feb 23 13:29:18.421 INFO STEP 42 (remove_files) COMPLETE
47182025-02-23T13:29:20.030Z[ recovery-image] Feb 23 13:29:18.421 INFO O| Feb 23 13:29:18.421 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192025-02-23T13:29:20.051Z[ recovery-image] Feb 23 13:29:18.446 INFO O| Feb 23 13:29:18.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
47202025-02-23T13:29:20.051Z[ recovery-image] Feb 23 13:29:18.446 INFO O| Feb 23 13:29:18.446 INFO STEP 43 (remove_files) COMPLETE
47212025-02-23T13:29:20.051Z[ recovery-image] Feb 23 13:29:18.446 INFO O| Feb 23 13:29:18.446 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222025-02-23T13:29:20.076Z[ recovery-image] Feb 23 13:29:18.470 INFO O| Feb 23 13:29:18.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
47232025-02-23T13:29:20.076Z[ recovery-image] Feb 23 13:29:18.470 INFO O| Feb 23 13:29:18.470 INFO STEP 44 (remove_files) COMPLETE
47242025-02-23T13:29:20.076Z[ recovery-image] Feb 23 13:29:18.470 INFO O| Feb 23 13:29:18.470 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252025-02-23T13:29:20.098Z[ recovery-image] Feb 23 13:29:18.492 INFO O| Feb 23 13:29:18.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
47262025-02-23T13:29:20.098Z[ recovery-image] Feb 23 13:29:18.492 INFO O| Feb 23 13:29:18.492 INFO STEP 45 (remove_files) COMPLETE
47272025-02-23T13:29:20.098Z[ recovery-image] Feb 23 13:29:18.492 INFO O| Feb 23 13:29:18.492 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282025-02-23T13:29:20.123Z[ recovery-image] Feb 23 13:29:18.517 INFO O| Feb 23 13:29:18.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
47292025-02-23T13:29:20.123Z[ recovery-image] Feb 23 13:29:18.517 INFO O| Feb 23 13:29:18.517 INFO STEP 46 (remove_files) COMPLETE
47302025-02-23T13:29:20.126Z[ recovery-image] Feb 23 13:29:18.517 INFO O| Feb 23 13:29:18.517 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312025-02-23T13:29:20.148Z[ recovery-image] Feb 23 13:29:18.542 INFO O| Feb 23 13:29:18.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
47322025-02-23T13:29:20.148Z[ recovery-image] Feb 23 13:29:18.542 INFO O| Feb 23 13:29:18.542 INFO STEP 47 (remove_files) COMPLETE
47332025-02-23T13:29:20.148Z[ recovery-image] Feb 23 13:29:18.542 INFO O| Feb 23 13:29:18.542 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342025-02-23T13:29:20.172Z[ recovery-image] Feb 23 13:29:18.567 INFO O| Feb 23 13:29:18.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
47352025-02-23T13:29:20.172Z[ recovery-image] Feb 23 13:29:18.567 INFO O| Feb 23 13:29:18.567 INFO STEP 48 (remove_files) COMPLETE
47362025-02-23T13:29:20.172Z[ recovery-image] Feb 23 13:29:18.567 INFO O| Feb 23 13:29:18.567 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372025-02-23T13:29:20.195Z[ recovery-image] Feb 23 13:29:18.590 INFO O| Feb 23 13:29:18.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
47382025-02-23T13:29:20.195Z[ recovery-image] Feb 23 13:29:18.590 INFO O| Feb 23 13:29:18.590 INFO STEP 49 (remove_files) COMPLETE
47392025-02-23T13:29:20.195Z[ recovery-image] Feb 23 13:29:18.590 INFO O| Feb 23 13:29:18.590 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402025-02-23T13:29:20.220Z[ recovery-image] Feb 23 13:29:18.614 INFO O| Feb 23 13:29:18.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
47412025-02-23T13:29:20.229Z[ recovery-image] Feb 23 13:29:18.623 INFO O| Feb 23 13:29:18.623 INFO STEP 50 (remove_files) COMPLETE
47422025-02-23T13:29:20.229Z[ recovery-image] Feb 23 13:29:18.623 INFO O| Feb 23 13:29:18.623 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432025-02-23T13:29:20.287Z[ recovery-image] Feb 23 13:29:18.682 INFO O| Feb 23 13:29:18.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
47442025-02-23T13:29:20.288Z[ recovery-image] Feb 23 13:29:18.682 INFO O| Feb 23 13:29:18.682 INFO STEP 51 (remove_files) COMPLETE
47452025-02-23T13:29:20.288Z[ recovery-image] Feb 23 13:29:18.682 INFO O| Feb 23 13:29:18.682 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462025-02-23T13:29:20.315Z[ recovery-image] Feb 23 13:29:18.707 INFO O| Feb 23 13:29:18.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
47472025-02-23T13:29:20.315Z[ recovery-image] Feb 23 13:29:18.707 INFO O| Feb 23 13:29:18.707 INFO STEP 52 (remove_files) COMPLETE
47482025-02-23T13:29:20.315Z[ recovery-image] Feb 23 13:29:18.707 INFO O| Feb 23 13:29:18.707 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492025-02-23T13:29:20.337Z[ recovery-image] Feb 23 13:29:18.731 INFO O| Feb 23 13:29:18.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
47502025-02-23T13:29:20.337Z[ recovery-image] Feb 23 13:29:18.731 INFO O| Feb 23 13:29:18.731 INFO STEP 53 (remove_files) COMPLETE
47512025-02-23T13:29:20.341Z[ recovery-image] Feb 23 13:29:18.732 INFO O| Feb 23 13:29:18.731 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522025-02-23T13:29:20.361Z[ host-image] Feb 23 13:29:18.756 INFO O| Feb 23 13:29:18.756 INFO STEP 11 (pkg_install) COMPLETE
47532025-02-23T13:29:20.371Z[ host-image] Feb 23 13:29:18.756 INFO O| Feb 23 13:29:18.756 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
47542025-02-23T13:29:20.377Z[ recovery-image] Feb 23 13:29:18.768 INFO O| Feb 23 13:29:18.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
47552025-02-23T13:29:20.381Z[ recovery-image] Feb 23 13:29:18.776 INFO O| Feb 23 13:29:18.776 INFO STEP 54 (remove_files) COMPLETE
47562025-02-23T13:29:20.384Z[ host-image] Feb 23 13:29:18.776 INFO O| Feb 23 13:29:18.776 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"]
47572025-02-23T13:29:20.384Z[ recovery-image] Feb 23 13:29:18.776 INFO O| Feb 23 13:29:18.776 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582025-02-23T13:29:20.460Z[ recovery-image] Feb 23 13:29:18.853 INFO O| Feb 23 13:29:18.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
47592025-02-23T13:29:20.465Z[ recovery-image] Feb 23 13:29:18.853 INFO O| Feb 23 13:29:18.853 INFO STEP 55 (remove_files) COMPLETE
47602025-02-23T13:29:20.465Z[ recovery-image] Feb 23 13:29:18.853 INFO O| Feb 23 13:29:18.853 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612025-02-23T13:29:20.483Z[ recovery-image] Feb 23 13:29:18.877 INFO O| Feb 23 13:29:18.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
47622025-02-23T13:29:20.485Z[ recovery-image] Feb 23 13:29:18.877 INFO O| Feb 23 13:29:18.877 INFO STEP 56 (remove_files) COMPLETE
47632025-02-23T13:29:20.485Z[ recovery-image] Feb 23 13:29:18.877 INFO O| Feb 23 13:29:18.877 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642025-02-23T13:29:20.507Z[ recovery-image] Feb 23 13:29:18.901 INFO O| Feb 23 13:29:18.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
47652025-02-23T13:29:20.510Z[ recovery-image] Feb 23 13:29:18.902 INFO O| Feb 23 13:29:18.902 INFO STEP 57 (remove_files) COMPLETE
47662025-02-23T13:29:20.510Z[ recovery-image] Feb 23 13:29:18.902 INFO O| Feb 23 13:29:18.902 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672025-02-23T13:29:20.555Z[ recovery-image] Feb 23 13:29:18.950 INFO O| Feb 23 13:29:18.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
47682025-02-23T13:29:20.558Z[ recovery-image] Feb 23 13:29:18.950 INFO O| Feb 23 13:29:18.950 INFO STEP 58 (remove_files) COMPLETE
47692025-02-23T13:29:20.559Z[ recovery-image] Feb 23 13:29:18.950 INFO O| Feb 23 13:29:18.950 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702025-02-23T13:29:20.589Z[ recovery-image] Feb 23 13:29:18.983 INFO O| Feb 23 13:29:18.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
47712025-02-23T13:29:20.589Z[ recovery-image] Feb 23 13:29:18.983 INFO O| Feb 23 13:29:18.983 INFO STEP 59 (remove_files) COMPLETE
47722025-02-23T13:29:20.589Z[ recovery-image] Feb 23 13:29:18.983 INFO O| Feb 23 13:29:18.983 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732025-02-23T13:29:20.643Z[ recovery-image] Feb 23 13:29:19.037 INFO O| Feb 23 13:29:19.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
47742025-02-23T13:29:20.655Z[ recovery-image] Feb 23 13:29:19.050 INFO O| Feb 23 13:29:19.050 INFO STEP 60 (remove_files) COMPLETE
47752025-02-23T13:29:20.656Z[ recovery-image] Feb 23 13:29:19.050 INFO O| Feb 23 13:29:19.050 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762025-02-23T13:29:20.676Z[ recovery-image] Feb 23 13:29:19.070 INFO O| Feb 23 13:29:19.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
47772025-02-23T13:29:20.677Z[ recovery-image] Feb 23 13:29:19.070 INFO O| Feb 23 13:29:19.070 INFO STEP 61 (remove_files) COMPLETE
47782025-02-23T13:29:20.680Z[ recovery-image] Feb 23 13:29:19.070 INFO O| Feb 23 13:29:19.070 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792025-02-23T13:29:20.694Z[ recovery-image] Feb 23 13:29:19.089 INFO O| Feb 23 13:29:19.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
47802025-02-23T13:29:20.694Z[ recovery-image] Feb 23 13:29:19.089 INFO O| Feb 23 13:29:19.089 INFO STEP 62 (remove_files) COMPLETE
47812025-02-23T13:29:20.699Z[ recovery-image] Feb 23 13:29:19.089 INFO O| Feb 23 13:29:19.089 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822025-02-23T13:29:20.720Z[ recovery-image] Feb 23 13:29:19.114 INFO O| Feb 23 13:29:19.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
47832025-02-23T13:29:20.723Z[ recovery-image] Feb 23 13:29:19.114 INFO O| Feb 23 13:29:19.114 INFO STEP 63 (remove_files) COMPLETE
47842025-02-23T13:29:20.723Z[ recovery-image] Feb 23 13:29:19.115 INFO O| Feb 23 13:29:19.115 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852025-02-23T13:29:20.812Z[ recovery-image] Feb 23 13:29:19.206 INFO O| Feb 23 13:29:19.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
47862025-02-23T13:29:20.815Z[ recovery-image] Feb 23 13:29:19.206 INFO O| Feb 23 13:29:19.206 INFO STEP 64 (remove_files) COMPLETE
47872025-02-23T13:29:20.815Z[ recovery-image] Feb 23 13:29:19.207 INFO O| Feb 23 13:29:19.206 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882025-02-23T13:29:20.842Z[ recovery-image] Feb 23 13:29:19.235 INFO O| Feb 23 13:29:19.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
47892025-02-23T13:29:20.846Z[ recovery-image] Feb 23 13:29:19.236 INFO O| Feb 23 13:29:19.236 INFO STEP 65 (remove_files) COMPLETE
47902025-02-23T13:29:20.846Z[ recovery-image] Feb 23 13:29:19.236 INFO O| Feb 23 13:29:19.236 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912025-02-23T13:29:20.890Z[ recovery-image] Feb 23 13:29:19.284 INFO O| Feb 23 13:29:19.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
47922025-02-23T13:29:20.890Z[ recovery-image] Feb 23 13:29:19.284 INFO O| Feb 23 13:29:19.284 INFO STEP 66 (remove_files) COMPLETE
47932025-02-23T13:29:20.894Z[ recovery-image] Feb 23 13:29:19.284 INFO O| Feb 23 13:29:19.284 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942025-02-23T13:29:20.917Z[ recovery-image] Feb 23 13:29:19.310 INFO O| Feb 23 13:29:19.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
47952025-02-23T13:29:20.921Z[ recovery-image] Feb 23 13:29:19.311 INFO O| Feb 23 13:29:19.311 INFO STEP 67 (remove_files) COMPLETE
47962025-02-23T13:29:20.921Z[ recovery-image] Feb 23 13:29:19.311 INFO O| Feb 23 13:29:19.311 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972025-02-23T13:29:20.950Z[ recovery-image] Feb 23 13:29:19.344 INFO O| Feb 23 13:29:19.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
47982025-02-23T13:29:20.951Z[ recovery-image] Feb 23 13:29:19.344 INFO O| Feb 23 13:29:19.344 INFO STEP 68 (remove_files) COMPLETE
47992025-02-23T13:29:20.951Z[ recovery-image] Feb 23 13:29:19.344 INFO O| Feb 23 13:29:19.344 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002025-02-23T13:29:20.997Z[ recovery-image] Feb 23 13:29:19.391 INFO O| Feb 23 13:29:19.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
48012025-02-23T13:29:20.997Z[ recovery-image] Feb 23 13:29:19.391 INFO O| Feb 23 13:29:19.391 INFO STEP 69 (remove_files) COMPLETE
48022025-02-23T13:29:21.000Z[ recovery-image] Feb 23 13:29:19.391 INFO O| Feb 23 13:29:19.391 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032025-02-23T13:29:21.024Z[ recovery-image] Feb 23 13:29:19.418 INFO O| Feb 23 13:29:19.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
48042025-02-23T13:29:21.024Z[ recovery-image] Feb 23 13:29:19.418 INFO O| Feb 23 13:29:19.418 INFO STEP 70 (remove_files) COMPLETE
48052025-02-23T13:29:21.024Z[ recovery-image] Feb 23 13:29:19.418 INFO O| Feb 23 13:29:19.418 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062025-02-23T13:29:21.061Z[ recovery-image] Feb 23 13:29:19.455 INFO O| Feb 23 13:29:19.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
48072025-02-23T13:29:21.061Z[ recovery-image] Feb 23 13:29:19.455 INFO O| Feb 23 13:29:19.455 INFO STEP 71 (remove_files) COMPLETE
48082025-02-23T13:29:21.061Z[ recovery-image] Feb 23 13:29:19.455 INFO O| Feb 23 13:29:19.455 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092025-02-23T13:29:21.099Z[ recovery-image] Feb 23 13:29:19.493 INFO O| Feb 23 13:29:19.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
48102025-02-23T13:29:21.099Z[ recovery-image] Feb 23 13:29:19.493 INFO O| Feb 23 13:29:19.493 INFO STEP 72 (remove_files) COMPLETE
48112025-02-23T13:29:21.099Z[ recovery-image] Feb 23 13:29:19.493 INFO O| Feb 23 13:29:19.493 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122025-02-23T13:29:21.139Z[ recovery-image] Feb 23 13:29:19.534 INFO O| Feb 23 13:29:19.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
48132025-02-23T13:29:21.142Z[ recovery-image] Feb 23 13:29:19.534 INFO O| Feb 23 13:29:19.534 INFO STEP 73 (remove_files) COMPLETE
48142025-02-23T13:29:21.143Z[ recovery-image] Feb 23 13:29:19.534 INFO O| Feb 23 13:29:19.534 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152025-02-23T13:29:21.165Z[ recovery-image] Feb 23 13:29:19.558 INFO O| Feb 23 13:29:19.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
48162025-02-23T13:29:21.168Z[ recovery-image] Feb 23 13:29:19.558 INFO O| Feb 23 13:29:19.558 INFO STEP 74 (remove_files) COMPLETE
48172025-02-23T13:29:21.168Z[ recovery-image] Feb 23 13:29:19.558 INFO O| Feb 23 13:29:19.558 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182025-02-23T13:29:21.192Z[ recovery-image] Feb 23 13:29:19.578 INFO O| Feb 23 13:29:19.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
48192025-02-23T13:29:21.196Z[ recovery-image] Feb 23 13:29:19.578 INFO O| Feb 23 13:29:19.578 INFO STEP 75 (remove_files) COMPLETE
48202025-02-23T13:29:21.196Z[ recovery-image] Feb 23 13:29:19.578 INFO O| Feb 23 13:29:19.578 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212025-02-23T13:29:21.237Z[ recovery-image] Feb 23 13:29:19.630 INFO O| Feb 23 13:29:19.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
48222025-02-23T13:29:21.240Z[ recovery-image] Feb 23 13:29:19.630 INFO O| Feb 23 13:29:19.630 INFO STEP 76 (remove_files) COMPLETE
48232025-02-23T13:29:21.240Z[ recovery-image] Feb 23 13:29:19.630 INFO O| Feb 23 13:29:19.630 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242025-02-23T13:29:21.301Z[ recovery-image] Feb 23 13:29:19.695 INFO O| Feb 23 13:29:19.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
48252025-02-23T13:29:21.301Z[ recovery-image] Feb 23 13:29:19.695 INFO O| Feb 23 13:29:19.695 INFO STEP 77 (remove_files) COMPLETE
48262025-02-23T13:29:21.305Z[ recovery-image] Feb 23 13:29:19.695 INFO O| Feb 23 13:29:19.695 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272025-02-23T13:29:21.353Z[ recovery-image] Feb 23 13:29:19.747 INFO O| Feb 23 13:29:19.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
48282025-02-23T13:29:21.353Z[ recovery-image] Feb 23 13:29:19.747 INFO O| Feb 23 13:29:19.747 INFO STEP 78 (remove_files) COMPLETE
48292025-02-23T13:29:21.353Z[ recovery-image] Feb 23 13:29:19.747 INFO O| Feb 23 13:29:19.747 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302025-02-23T13:29:21.381Z[ recovery-image] Feb 23 13:29:19.770 INFO O| Feb 23 13:29:19.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
48312025-02-23T13:29:21.381Z[ recovery-image] Feb 23 13:29:19.770 INFO O| Feb 23 13:29:19.770 INFO STEP 79 (remove_files) COMPLETE
48322025-02-23T13:29:21.381Z[ recovery-image] Feb 23 13:29:19.770 INFO O| Feb 23 13:29:19.770 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332025-02-23T13:29:21.398Z[ recovery-image] Feb 23 13:29:19.792 INFO O| Feb 23 13:29:19.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
48342025-02-23T13:29:21.398Z[ recovery-image] Feb 23 13:29:19.793 INFO O| Feb 23 13:29:19.793 INFO STEP 80 (remove_files) COMPLETE
48352025-02-23T13:29:21.401Z[ recovery-image] Feb 23 13:29:19.793 INFO O| Feb 23 13:29:19.793 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362025-02-23T13:29:21.443Z[ recovery-image] Feb 23 13:29:19.838 INFO O| Feb 23 13:29:19.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
48372025-02-23T13:29:21.444Z[ recovery-image] Feb 23 13:29:19.838 INFO O| Feb 23 13:29:19.838 INFO STEP 81 (remove_files) COMPLETE
48382025-02-23T13:29:21.446Z[ recovery-image] Feb 23 13:29:19.838 INFO O| Feb 23 13:29:19.838 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392025-02-23T13:29:21.507Z[ recovery-image] Feb 23 13:29:19.896 INFO O| Feb 23 13:29:19.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
48402025-02-23T13:29:21.507Z[ recovery-image] Feb 23 13:29:19.897 INFO O| Feb 23 13:29:19.896 INFO STEP 82 (remove_files) COMPLETE
48412025-02-23T13:29:21.507Z[ recovery-image] Feb 23 13:29:19.897 INFO O| Feb 23 13:29:19.896 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422025-02-23T13:29:21.549Z[ recovery-image] Feb 23 13:29:19.919 INFO O| Feb 23 13:29:19.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
48432025-02-23T13:29:21.549Z[ recovery-image] Feb 23 13:29:19.919 INFO O| Feb 23 13:29:19.919 INFO STEP 83 (remove_files) COMPLETE
48442025-02-23T13:29:21.549Z[ recovery-image] Feb 23 13:29:19.919 INFO O| Feb 23 13:29:19.919 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452025-02-23T13:29:21.557Z[ recovery-image] Feb 23 13:29:19.943 INFO O| Feb 23 13:29:19.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
48462025-02-23T13:29:21.557Z[ recovery-image] Feb 23 13:29:19.944 INFO O| Feb 23 13:29:19.944 INFO STEP 84 (remove_files) COMPLETE
48472025-02-23T13:29:21.557Z[ recovery-image] Feb 23 13:29:19.944 INFO O| Feb 23 13:29:19.944 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482025-02-23T13:29:21.579Z[ recovery-image] Feb 23 13:29:19.970 INFO O| Feb 23 13:29:19.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
48492025-02-23T13:29:21.579Z[ recovery-image] Feb 23 13:29:19.970 INFO O| Feb 23 13:29:19.970 INFO STEP 85 (remove_files) COMPLETE
48502025-02-23T13:29:21.579Z[ recovery-image] Feb 23 13:29:19.970 INFO O| Feb 23 13:29:19.970 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512025-02-23T13:29:21.612Z[ recovery-image] Feb 23 13:29:20.006 INFO O| Feb 23 13:29:20.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
48522025-02-23T13:29:21.612Z[ recovery-image] Feb 23 13:29:20.006 INFO O| Feb 23 13:29:20.006 INFO STEP 86 (remove_files) COMPLETE
48532025-02-23T13:29:21.615Z[ recovery-image] Feb 23 13:29:20.006 INFO O| Feb 23 13:29:20.006 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542025-02-23T13:29:21.657Z[ recovery-image] Feb 23 13:29:20.051 INFO O| Feb 23 13:29:20.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
48552025-02-23T13:29:21.657Z[ recovery-image] Feb 23 13:29:20.051 INFO O| Feb 23 13:29:20.051 INFO STEP 87 (remove_files) COMPLETE
48562025-02-23T13:29:21.661Z[ recovery-image] Feb 23 13:29:20.051 INFO O| Feb 23 13:29:20.051 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572025-02-23T13:29:21.697Z[ recovery-image] Feb 23 13:29:20.092 INFO O| Feb 23 13:29:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
48582025-02-23T13:29:21.700Z[ recovery-image] Feb 23 13:29:20.092 INFO O| Feb 23 13:29:20.092 INFO STEP 88 (remove_files) COMPLETE
48592025-02-23T13:29:21.700Z[ recovery-image] Feb 23 13:29:20.092 INFO O| Feb 23 13:29:20.092 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602025-02-23T13:29:21.732Z[ host-image] Feb 23 13:29:20.126 INFO O| Feb 23 13:29:20.126 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
48612025-02-23T13:29:21.737Z[ recovery-image] Feb 23 13:29:20.128 INFO O| Feb 23 13:29:20.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
48622025-02-23T13:29:21.737Z[ recovery-image] Feb 23 13:29:20.128 INFO O| Feb 23 13:29:20.128 INFO STEP 89 (remove_files) COMPLETE
48632025-02-23T13:29:21.737Z[ recovery-image] Feb 23 13:29:20.128 INFO O| Feb 23 13:29:20.128 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-02-23T13:29:21.763Z[ recovery-image] Feb 23 13:29:20.151 INFO O| Feb 23 13:29:20.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
48652025-02-23T13:29:21.763Z[ recovery-image] Feb 23 13:29:20.151 INFO O| Feb 23 13:29:20.151 INFO STEP 90 (remove_files) COMPLETE
48662025-02-23T13:29:21.763Z[ recovery-image] Feb 23 13:29:20.151 INFO O| Feb 23 13:29:20.151 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-02-23T13:29:21.778Z[ recovery-image] Feb 23 13:29:20.173 INFO O| Feb 23 13:29:20.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
48682025-02-23T13:29:21.778Z[ recovery-image] Feb 23 13:29:20.173 INFO O| Feb 23 13:29:20.173 INFO STEP 91 (remove_files) COMPLETE
48692025-02-23T13:29:21.781Z[ recovery-image] Feb 23 13:29:20.173 INFO O| Feb 23 13:29:20.173 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-02-23T13:29:21.816Z[ recovery-image] Feb 23 13:29:20.210 INFO O| Feb 23 13:29:20.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
48712025-02-23T13:29:21.838Z[ recovery-image] Feb 23 13:29:20.210 INFO O| Feb 23 13:29:20.210 INFO STEP 92 (remove_files) COMPLETE
48722025-02-23T13:29:21.838Z[ recovery-image] Feb 23 13:29:20.211 INFO O| Feb 23 13:29:20.211 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-02-23T13:29:21.851Z[ recovery-image] Feb 23 13:29:20.237 INFO O| Feb 23 13:29:20.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
48742025-02-23T13:29:21.864Z[ recovery-image] Feb 23 13:29:20.237 INFO O| Feb 23 13:29:20.237 INFO STEP 93 (remove_files) COMPLETE
48752025-02-23T13:29:21.864Z[ recovery-image] Feb 23 13:29:20.237 INFO O| Feb 23 13:29:20.237 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-02-23T13:29:21.880Z[ recovery-image] Feb 23 13:29:20.258 INFO O| Feb 23 13:29:20.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
48772025-02-23T13:29:21.880Z[ recovery-image] Feb 23 13:29:20.259 INFO O| Feb 23 13:29:20.259 INFO STEP 94 (remove_files) COMPLETE
48782025-02-23T13:29:21.880Z[ recovery-image] Feb 23 13:29:20.259 INFO O| Feb 23 13:29:20.259 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-02-23T13:29:21.895Z[ recovery-image] Feb 23 13:29:20.280 INFO O| Feb 23 13:29:20.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
48802025-02-23T13:29:21.895Z[ recovery-image] Feb 23 13:29:20.281 INFO O| Feb 23 13:29:20.281 INFO STEP 95 (remove_files) COMPLETE
48812025-02-23T13:29:21.895Z[ recovery-image] Feb 23 13:29:20.281 INFO O| Feb 23 13:29:20.281 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-02-23T13:29:21.931Z[ recovery-image] Feb 23 13:29:20.325 INFO O| Feb 23 13:29:20.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
48832025-02-23T13:29:21.962Z[ recovery-image] Feb 23 13:29:20.326 INFO O| Feb 23 13:29:20.325 INFO STEP 96 (remove_files) COMPLETE
48842025-02-23T13:29:21.963Z[ recovery-image] Feb 23 13:29:20.326 INFO O| Feb 23 13:29:20.326 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-02-23T13:29:21.972Z[ recovery-image] Feb 23 13:29:20.348 INFO O| Feb 23 13:29:20.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
48862025-02-23T13:29:21.972Z[ recovery-image] Feb 23 13:29:20.349 INFO O| Feb 23 13:29:20.349 INFO STEP 97 (remove_files) COMPLETE
48872025-02-23T13:29:21.972Z[ recovery-image] Feb 23 13:29:20.349 INFO O| Feb 23 13:29:20.349 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-02-23T13:29:22.025Z[ recovery-image] Feb 23 13:29:20.419 INFO O| Feb 23 13:29:20.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
48892025-02-23T13:29:22.029Z[ recovery-image] Feb 23 13:29:20.419 INFO O| Feb 23 13:29:20.419 INFO STEP 98 (remove_files) COMPLETE
48902025-02-23T13:29:22.029Z[ recovery-image] Feb 23 13:29:20.419 INFO O| Feb 23 13:29:20.419 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-02-23T13:29:22.052Z[ recovery-image] Feb 23 13:29:20.446 INFO O| Feb 23 13:29:20.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
48922025-02-23T13:29:22.055Z[ recovery-image] Feb 23 13:29:20.447 INFO O| Feb 23 13:29:20.446 INFO STEP 99 (remove_files) COMPLETE
48932025-02-23T13:29:22.055Z[ recovery-image] Feb 23 13:29:20.447 INFO O| Feb 23 13:29:20.446 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-02-23T13:29:22.077Z[ recovery-image] Feb 23 13:29:20.467 INFO O| Feb 23 13:29:20.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
48952025-02-23T13:29:22.079Z[ recovery-image] Feb 23 13:29:20.467 INFO O| Feb 23 13:29:20.467 INFO STEP 100 (remove_files) COMPLETE
48962025-02-23T13:29:22.079Z[ recovery-image] Feb 23 13:29:20.467 INFO O| Feb 23 13:29:20.467 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-02-23T13:29:22.097Z[ recovery-image] Feb 23 13:29:20.491 INFO O| Feb 23 13:29:20.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
48982025-02-23T13:29:22.099Z[ recovery-image] Feb 23 13:29:20.491 INFO O| Feb 23 13:29:20.491 INFO STEP 101 (remove_files) COMPLETE
48992025-02-23T13:29:22.099Z[ recovery-image] Feb 23 13:29:20.492 INFO O| Feb 23 13:29:20.491 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-02-23T13:29:22.130Z[ recovery-image] Feb 23 13:29:20.522 INFO O| Feb 23 13:29:20.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
49012025-02-23T13:29:22.134Z[ recovery-image] Feb 23 13:29:20.522 INFO O| Feb 23 13:29:20.522 INFO STEP 102 (remove_files) COMPLETE
49022025-02-23T13:29:22.134Z[ recovery-image] Feb 23 13:29:20.522 INFO O| Feb 23 13:29:20.522 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032025-02-23T13:29:22.157Z[ recovery-image] Feb 23 13:29:20.551 INFO O| Feb 23 13:29:20.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
49042025-02-23T13:29:22.161Z[ recovery-image] Feb 23 13:29:20.552 INFO O| Feb 23 13:29:20.551 INFO STEP 103 (remove_files) COMPLETE
49052025-02-23T13:29:22.161Z[ recovery-image] Feb 23 13:29:20.552 INFO O| Feb 23 13:29:20.552 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062025-02-23T13:29:22.187Z[ recovery-image] Feb 23 13:29:20.578 INFO O| Feb 23 13:29:20.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
49072025-02-23T13:29:22.190Z[ recovery-image] Feb 23 13:29:20.578 INFO O| Feb 23 13:29:20.578 INFO STEP 104 (remove_files) COMPLETE
49082025-02-23T13:29:22.190Z[ recovery-image] Feb 23 13:29:20.578 INFO O| Feb 23 13:29:20.578 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092025-02-23T13:29:22.221Z[ recovery-image] Feb 23 13:29:20.610 INFO O| Feb 23 13:29:20.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
49102025-02-23T13:29:22.225Z[ recovery-image] Feb 23 13:29:20.611 INFO O| Feb 23 13:29:20.611 INFO STEP 105 (remove_files) COMPLETE
49112025-02-23T13:29:22.225Z[ recovery-image] Feb 23 13:29:20.611 INFO O| Feb 23 13:29:20.611 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122025-02-23T13:29:22.249Z[ recovery-image] Feb 23 13:29:20.643 INFO O| Feb 23 13:29:20.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
49132025-02-23T13:29:22.251Z[ recovery-image] Feb 23 13:29:20.643 INFO O| Feb 23 13:29:20.643 INFO STEP 106 (remove_files) COMPLETE
49142025-02-23T13:29:22.251Z[ recovery-image] Feb 23 13:29:20.643 INFO O| Feb 23 13:29:20.643 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152025-02-23T13:29:22.277Z[ recovery-image] Feb 23 13:29:20.671 INFO O| Feb 23 13:29:20.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
49162025-02-23T13:29:22.280Z[ recovery-image] Feb 23 13:29:20.671 INFO O| Feb 23 13:29:20.671 INFO STEP 107 (remove_files) COMPLETE
49172025-02-23T13:29:22.281Z[ recovery-image] Feb 23 13:29:20.671 INFO O| Feb 23 13:29:20.671 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182025-02-23T13:29:22.305Z[ recovery-image] Feb 23 13:29:20.700 INFO O| Feb 23 13:29:20.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
49192025-02-23T13:29:22.308Z[ recovery-image] Feb 23 13:29:20.700 INFO O| Feb 23 13:29:20.700 INFO STEP 108 (remove_files) COMPLETE
49202025-02-23T13:29:22.308Z[ recovery-image] Feb 23 13:29:20.700 INFO O| Feb 23 13:29:20.700 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-02-23T13:29:22.339Z[ recovery-image] Feb 23 13:29:20.733 INFO O| Feb 23 13:29:20.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
49222025-02-23T13:29:22.343Z[ recovery-image] Feb 23 13:29:20.733 INFO O| Feb 23 13:29:20.733 INFO STEP 109 (remove_files) COMPLETE
49232025-02-23T13:29:22.343Z[ recovery-image] Feb 23 13:29:20.733 INFO O| Feb 23 13:29:20.733 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-02-23T13:29:22.369Z[ recovery-image] Feb 23 13:29:20.763 INFO O| Feb 23 13:29:20.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
49252025-02-23T13:29:22.375Z[ recovery-image] Feb 23 13:29:20.763 INFO O| Feb 23 13:29:20.763 INFO STEP 110 (remove_files) COMPLETE
49262025-02-23T13:29:22.375Z[ recovery-image] Feb 23 13:29:20.763 INFO O| Feb 23 13:29:20.763 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-02-23T13:29:22.469Z[ recovery-image] Feb 23 13:29:20.864 INFO O| Feb 23 13:29:20.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
49282025-02-23T13:29:22.472Z[ recovery-image] Feb 23 13:29:20.864 INFO O| Feb 23 13:29:20.864 INFO STEP 111 (remove_files) COMPLETE
49292025-02-23T13:29:22.472Z[ recovery-image] Feb 23 13:29:20.864 INFO O| Feb 23 13:29:20.864 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-02-23T13:29:22.527Z[ recovery-image] Feb 23 13:29:20.921 INFO O| Feb 23 13:29:20.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
49312025-02-23T13:29:22.547Z[ recovery-image] Feb 23 13:29:20.941 INFO O| Feb 23 13:29:20.941 INFO STEP 112 (remove_files) COMPLETE
49322025-02-23T13:29:22.547Z[ recovery-image] Feb 23 13:29:20.941 INFO O| Feb 23 13:29:20.941 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-02-23T13:29:22.588Z[ recovery-image] Feb 23 13:29:20.982 INFO O| Feb 23 13:29:20.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
49342025-02-23T13:29:22.588Z[ recovery-image] Feb 23 13:29:20.982 INFO O| Feb 23 13:29:20.982 INFO STEP 113 (remove_files) COMPLETE
49352025-02-23T13:29:22.590Z[ recovery-image] Feb 23 13:29:20.982 INFO O| Feb 23 13:29:20.982 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-02-23T13:29:22.643Z[ recovery-image] Feb 23 13:29:21.036 INFO O| Feb 23 13:29:21.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
49372025-02-23T13:29:22.643Z[ recovery-image] Feb 23 13:29:21.037 INFO O| Feb 23 13:29:21.037 INFO STEP 114 (remove_files) COMPLETE
49382025-02-23T13:29:22.643Z[ recovery-image] Feb 23 13:29:21.037 INFO O| Feb 23 13:29:21.037 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-02-23T13:29:22.672Z[ recovery-image] Feb 23 13:29:21.065 INFO O| Feb 23 13:29:21.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
49402025-02-23T13:29:22.672Z[ recovery-image] Feb 23 13:29:21.066 INFO O| Feb 23 13:29:21.065 INFO STEP 115 (remove_files) COMPLETE
49412025-02-23T13:29:22.674Z[ recovery-image] Feb 23 13:29:21.066 INFO O| Feb 23 13:29:21.065 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-02-23T13:29:22.710Z[ recovery-image] Feb 23 13:29:21.104 INFO O| Feb 23 13:29:21.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
49432025-02-23T13:29:22.710Z[ recovery-image] Feb 23 13:29:21.105 INFO O| Feb 23 13:29:21.104 INFO STEP 116 (remove_files) COMPLETE
49442025-02-23T13:29:22.713Z[ recovery-image] Feb 23 13:29:21.105 INFO O| Feb 23 13:29:21.104 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-02-23T13:29:22.759Z[ recovery-image] Feb 23 13:29:21.152 INFO O| Feb 23 13:29:21.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
49462025-02-23T13:29:22.759Z[ recovery-image] Feb 23 13:29:21.152 INFO O| Feb 23 13:29:21.152 INFO STEP 117 (remove_files) COMPLETE
49472025-02-23T13:29:22.763Z[ recovery-image] Feb 23 13:29:21.152 INFO O| Feb 23 13:29:21.152 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-02-23T13:29:22.778Z[ recovery-image] Feb 23 13:29:21.173 INFO O| Feb 23 13:29:21.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
49492025-02-23T13:29:22.778Z[ recovery-image] Feb 23 13:29:21.173 INFO O| Feb 23 13:29:21.173 INFO STEP 118 (remove_files) COMPLETE
49502025-02-23T13:29:22.778Z[ recovery-image] Feb 23 13:29:21.173 INFO O| Feb 23 13:29:21.173 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-02-23T13:29:22.821Z[ recovery-image] Feb 23 13:29:21.215 INFO O| Feb 23 13:29:21.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
49522025-02-23T13:29:22.821Z[ recovery-image] Feb 23 13:29:21.215 INFO O| Feb 23 13:29:21.215 INFO STEP 119 (remove_files) COMPLETE
49532025-02-23T13:29:22.821Z[ recovery-image] Feb 23 13:29:21.215 INFO O| Feb 23 13:29:21.215 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-02-23T13:29:22.878Z[ recovery-image] Feb 23 13:29:21.272 INFO O| Feb 23 13:29:21.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
49552025-02-23T13:29:22.878Z[ recovery-image] Feb 23 13:29:21.272 INFO O| Feb 23 13:29:21.272 INFO STEP 120 (remove_files) COMPLETE
49562025-02-23T13:29:22.881Z[ recovery-image] Feb 23 13:29:21.272 INFO O| Feb 23 13:29:21.272 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-02-23T13:29:22.940Z[ recovery-image] Feb 23 13:29:21.334 INFO O| Feb 23 13:29:21.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
49582025-02-23T13:29:22.940Z[ recovery-image] Feb 23 13:29:21.334 INFO O| Feb 23 13:29:21.334 INFO STEP 121 (remove_files) COMPLETE
49592025-02-23T13:29:22.940Z[ recovery-image] Feb 23 13:29:21.334 INFO O| Feb 23 13:29:21.334 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-02-23T13:29:22.966Z[ recovery-image] Feb 23 13:29:21.359 INFO O| Feb 23 13:29:21.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
49612025-02-23T13:29:22.966Z[ recovery-image] Feb 23 13:29:21.359 INFO O| Feb 23 13:29:21.359 INFO STEP 122 (remove_files) COMPLETE
49622025-02-23T13:29:22.966Z[ recovery-image] Feb 23 13:29:21.359 INFO O| Feb 23 13:29:21.359 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-02-23T13:29:22.987Z[ recovery-image] Feb 23 13:29:21.381 INFO O| Feb 23 13:29:21.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
49642025-02-23T13:29:22.987Z[ recovery-image] Feb 23 13:29:21.381 INFO O| Feb 23 13:29:21.381 INFO STEP 123 (remove_files) COMPLETE
49652025-02-23T13:29:22.987Z[ recovery-image] Feb 23 13:29:21.381 INFO O| Feb 23 13:29:21.381 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-02-23T13:29:23.023Z[ recovery-image] Feb 23 13:29:21.417 INFO O| Feb 23 13:29:21.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
49672025-02-23T13:29:23.023Z[ recovery-image] Feb 23 13:29:21.417 INFO O| Feb 23 13:29:21.417 INFO STEP 124 (remove_files) COMPLETE
49682025-02-23T13:29:23.027Z[ recovery-image] Feb 23 13:29:21.417 INFO O| Feb 23 13:29:21.417 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-02-23T13:29:23.069Z[ recovery-image] Feb 23 13:29:21.462 INFO O| Feb 23 13:29:21.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
49702025-02-23T13:29:23.073Z[ recovery-image] Feb 23 13:29:21.462 INFO O| Feb 23 13:29:21.462 INFO STEP 125 (remove_files) COMPLETE
49712025-02-23T13:29:23.073Z[ recovery-image] Feb 23 13:29:21.462 INFO O| Feb 23 13:29:21.462 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-02-23T13:29:23.181Z[ recovery-image] Feb 23 13:29:21.573 INFO O| Feb 23 13:29:21.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
49732025-02-23T13:29:23.184Z[ recovery-image] Feb 23 13:29:21.574 INFO O| Feb 23 13:29:21.573 INFO STEP 126 (remove_files) COMPLETE
49742025-02-23T13:29:23.184Z[ recovery-image] Feb 23 13:29:21.574 INFO O| Feb 23 13:29:21.574 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-02-23T13:29:23.267Z[ recovery-image] Feb 23 13:29:21.660 INFO O| Feb 23 13:29:21.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
49762025-02-23T13:29:23.270Z[ recovery-image] Feb 23 13:29:21.660 INFO O| Feb 23 13:29:21.660 INFO STEP 127 (remove_files) COMPLETE
49772025-02-23T13:29:23.270Z[ recovery-image] Feb 23 13:29:21.660 INFO O| Feb 23 13:29:21.660 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-02-23T13:29:23.373Z[ recovery-image] Feb 23 13:29:21.764 INFO O| Feb 23 13:29:21.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
49792025-02-23T13:29:23.373Z[ recovery-image] Feb 23 13:29:21.764 INFO O| Feb 23 13:29:21.764 INFO STEP 128 (remove_files) COMPLETE
49802025-02-23T13:29:23.376Z[ recovery-image] Feb 23 13:29:21.764 INFO O| Feb 23 13:29:21.764 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-02-23T13:29:23.392Z[ recovery-image] Feb 23 13:29:21.786 INFO O| Feb 23 13:29:21.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
49822025-02-23T13:29:23.393Z[ recovery-image] Feb 23 13:29:21.786 INFO O| Feb 23 13:29:21.786 INFO STEP 129 (remove_files) COMPLETE
49832025-02-23T13:29:23.396Z[ recovery-image] Feb 23 13:29:21.786 INFO O| Feb 23 13:29:21.786 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-02-23T13:29:23.417Z[ recovery-image] Feb 23 13:29:21.811 INFO O| Feb 23 13:29:21.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
49852025-02-23T13:29:23.417Z[ recovery-image] Feb 23 13:29:21.811 INFO O| Feb 23 13:29:21.811 INFO STEP 130 (remove_files) COMPLETE
49862025-02-23T13:29:23.422Z[ recovery-image] Feb 23 13:29:21.811 INFO O| Feb 23 13:29:21.811 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-02-23T13:29:23.516Z[ recovery-image] Feb 23 13:29:21.910 INFO O| Feb 23 13:29:21.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
49882025-02-23T13:29:23.516Z[ recovery-image] Feb 23 13:29:21.910 INFO O| Feb 23 13:29:21.910 INFO STEP 131 (remove_files) COMPLETE
49892025-02-23T13:29:23.519Z[ recovery-image] Feb 23 13:29:21.910 INFO O| Feb 23 13:29:21.910 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-02-23T13:29:23.558Z[ recovery-image] Feb 23 13:29:21.952 INFO O| Feb 23 13:29:21.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
49912025-02-23T13:29:23.558Z[ recovery-image] Feb 23 13:29:21.952 INFO O| Feb 23 13:29:21.952 INFO STEP 132 (remove_files) COMPLETE
49922025-02-23T13:29:23.558Z[ recovery-image] Feb 23 13:29:21.952 INFO O| Feb 23 13:29:21.952 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-02-23T13:29:23.621Z[ recovery-image] Feb 23 13:29:22.012 INFO O| Feb 23 13:29:22.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
49942025-02-23T13:29:23.621Z[ recovery-image] Feb 23 13:29:22.012 INFO O| Feb 23 13:29:22.012 INFO STEP 133 (remove_files) COMPLETE
49952025-02-23T13:29:23.621Z[ recovery-image] Feb 23 13:29:22.012 INFO O| Feb 23 13:29:22.012 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-02-23T13:29:23.645Z[ recovery-image] Feb 23 13:29:22.037 INFO O| Feb 23 13:29:22.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
49972025-02-23T13:29:23.645Z[ recovery-image] Feb 23 13:29:22.038 INFO O| Feb 23 13:29:22.038 INFO STEP 134 (remove_files) COMPLETE
49982025-02-23T13:29:23.645Z[ recovery-image] Feb 23 13:29:22.038 INFO O| Feb 23 13:29:22.038 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-02-23T13:29:23.691Z[ recovery-image] Feb 23 13:29:22.073 INFO O| Feb 23 13:29:22.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
50002025-02-23T13:29:23.704Z[ recovery-image] Feb 23 13:29:22.073 INFO O| Feb 23 13:29:22.073 INFO STEP 135 (remove_files) COMPLETE
50012025-02-23T13:29:23.704Z[ recovery-image] Feb 23 13:29:22.074 INFO O| Feb 23 13:29:22.073 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-02-23T13:29:23.718Z[ recovery-image] Feb 23 13:29:22.100 INFO O| Feb 23 13:29:22.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
50032025-02-23T13:29:23.719Z[ recovery-image] Feb 23 13:29:22.100 INFO O| Feb 23 13:29:22.100 INFO STEP 136 (remove_files) COMPLETE
50042025-02-23T13:29:23.719Z[ recovery-image] Feb 23 13:29:22.100 INFO O| Feb 23 13:29:22.100 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-02-23T13:29:23.747Z[ recovery-image] Feb 23 13:29:22.136 INFO O| Feb 23 13:29:22.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
50062025-02-23T13:29:23.753Z[ recovery-image] Feb 23 13:29:22.136 INFO O| Feb 23 13:29:22.136 INFO STEP 137 (remove_files) COMPLETE
50072025-02-23T13:29:23.753Z[ recovery-image] Feb 23 13:29:22.136 INFO O| Feb 23 13:29:22.136 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-02-23T13:29:23.767Z[ recovery-image] Feb 23 13:29:22.161 INFO O| Feb 23 13:29:22.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
50092025-02-23T13:29:23.769Z[ recovery-image] Feb 23 13:29:22.162 INFO O| Feb 23 13:29:22.161 INFO STEP 138 (remove_files) COMPLETE
50102025-02-23T13:29:23.769Z[ recovery-image] Feb 23 13:29:22.162 INFO O| Feb 23 13:29:22.162 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-02-23T13:29:23.816Z[ recovery-image] Feb 23 13:29:22.210 INFO O| Feb 23 13:29:22.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
50122025-02-23T13:29:23.816Z[ recovery-image] Feb 23 13:29:22.210 INFO O| Feb 23 13:29:22.210 INFO STEP 139 (remove_files) COMPLETE
50132025-02-23T13:29:23.816Z[ recovery-image] Feb 23 13:29:22.210 INFO O| Feb 23 13:29:22.210 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-02-23T13:29:23.843Z[ recovery-image] Feb 23 13:29:22.238 INFO O| Feb 23 13:29:22.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
50152025-02-23T13:29:23.843Z[ recovery-image] Feb 23 13:29:22.238 INFO O| Feb 23 13:29:22.238 INFO STEP 140 (remove_files) COMPLETE
50162025-02-23T13:29:23.844Z[ recovery-image] Feb 23 13:29:22.238 INFO O| Feb 23 13:29:22.238 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-02-23T13:29:23.868Z[ recovery-image] Feb 23 13:29:22.262 INFO O| Feb 23 13:29:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
50182025-02-23T13:29:23.868Z[ recovery-image] Feb 23 13:29:22.262 INFO O| Feb 23 13:29:22.262 INFO STEP 141 (remove_files) COMPLETE
50192025-02-23T13:29:23.875Z[ recovery-image] Feb 23 13:29:22.263 INFO O| Feb 23 13:29:22.263 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-02-23T13:29:23.889Z[ recovery-image] Feb 23 13:29:22.283 INFO O| Feb 23 13:29:22.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
50212025-02-23T13:29:23.889Z[ recovery-image] Feb 23 13:29:22.283 INFO O| Feb 23 13:29:22.283 INFO STEP 142 (remove_files) COMPLETE
50222025-02-23T13:29:23.892Z[ recovery-image] Feb 23 13:29:22.283 INFO O| Feb 23 13:29:22.283 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-02-23T13:29:23.916Z[ recovery-image] Feb 23 13:29:22.310 INFO O| Feb 23 13:29:22.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
50242025-02-23T13:29:23.918Z[ recovery-image] Feb 23 13:29:22.310 INFO O| Feb 23 13:29:22.310 INFO STEP 143 (remove_files) COMPLETE
50252025-02-23T13:29:23.919Z[ recovery-image] Feb 23 13:29:22.310 INFO O| Feb 23 13:29:22.310 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-02-23T13:29:23.962Z[ recovery-image] Feb 23 13:29:22.354 INFO O| Feb 23 13:29:22.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
50272025-02-23T13:29:23.962Z[ recovery-image] Feb 23 13:29:22.354 INFO O| Feb 23 13:29:22.354 INFO STEP 144 (remove_files) COMPLETE
50282025-02-23T13:29:23.972Z[ recovery-image] Feb 23 13:29:22.354 INFO O| Feb 23 13:29:22.354 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-02-23T13:29:23.981Z[ recovery-image] Feb 23 13:29:22.375 INFO O| Feb 23 13:29:22.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
50302025-02-23T13:29:23.981Z[ recovery-image] Feb 23 13:29:22.375 INFO O| Feb 23 13:29:22.375 INFO STEP 145 (remove_files) COMPLETE
50312025-02-23T13:29:23.985Z[ recovery-image] Feb 23 13:29:22.375 INFO O| Feb 23 13:29:22.375 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-02-23T13:29:24.005Z[ recovery-image] Feb 23 13:29:22.399 INFO O| Feb 23 13:29:22.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
50332025-02-23T13:29:24.008Z[ recovery-image] Feb 23 13:29:22.399 INFO O| Feb 23 13:29:22.399 INFO STEP 146 (remove_files) COMPLETE
50342025-02-23T13:29:24.008Z[ recovery-image] Feb 23 13:29:22.399 INFO O| Feb 23 13:29:22.399 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-02-23T13:29:24.055Z[ recovery-image] Feb 23 13:29:22.449 INFO O| Feb 23 13:29:22.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
50362025-02-23T13:29:24.075Z[ recovery-image] Feb 23 13:29:22.469 INFO O| Feb 23 13:29:22.469 INFO STEP 147 (remove_files) COMPLETE
50372025-02-23T13:29:24.075Z[ recovery-image] Feb 23 13:29:22.469 INFO O| Feb 23 13:29:22.469 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-02-23T13:29:24.104Z[ recovery-image] Feb 23 13:29:22.495 INFO O| Feb 23 13:29:22.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
50392025-02-23T13:29:24.108Z[ recovery-image] Feb 23 13:29:22.496 INFO O| Feb 23 13:29:22.495 INFO STEP 148 (remove_files) COMPLETE
50402025-02-23T13:29:24.108Z[ recovery-image] Feb 23 13:29:22.496 INFO O| Feb 23 13:29:22.496 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-02-23T13:29:24.131Z[ recovery-image] Feb 23 13:29:22.522 INFO O| Feb 23 13:29:22.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
50422025-02-23T13:29:24.135Z[ recovery-image] Feb 23 13:29:22.523 INFO O| Feb 23 13:29:22.523 INFO STEP 149 (remove_files) COMPLETE
50432025-02-23T13:29:24.136Z[ recovery-image] Feb 23 13:29:22.523 INFO O| Feb 23 13:29:22.523 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-02-23T13:29:24.154Z[ recovery-image] Feb 23 13:29:22.548 INFO O| Feb 23 13:29:22.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
50452025-02-23T13:29:24.158Z[ recovery-image] Feb 23 13:29:22.549 INFO O| Feb 23 13:29:22.549 INFO STEP 150 (remove_files) COMPLETE
50462025-02-23T13:29:24.158Z[ recovery-image] Feb 23 13:29:22.549 INFO O| Feb 23 13:29:22.549 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-02-23T13:29:24.206Z[ recovery-image] Feb 23 13:29:22.571 INFO O| Feb 23 13:29:22.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
50482025-02-23T13:29:24.213Z[ recovery-image] Feb 23 13:29:22.571 INFO O| Feb 23 13:29:22.571 INFO STEP 151 (remove_files) COMPLETE
50492025-02-23T13:29:24.213Z[ recovery-image] Feb 23 13:29:22.571 INFO O| Feb 23 13:29:22.571 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-02-23T13:29:24.213Z[ recovery-image] Feb 23 13:29:22.593 INFO O| Feb 23 13:29:22.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
50512025-02-23T13:29:24.213Z[ recovery-image] Feb 23 13:29:22.594 INFO O| Feb 23 13:29:22.593 INFO STEP 152 (remove_files) COMPLETE
50522025-02-23T13:29:24.213Z[ recovery-image] Feb 23 13:29:22.594 INFO O| Feb 23 13:29:22.594 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-02-23T13:29:24.227Z[ recovery-image] Feb 23 13:29:22.620 INFO O| Feb 23 13:29:22.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
50542025-02-23T13:29:24.229Z[ recovery-image] Feb 23 13:29:22.621 INFO O| Feb 23 13:29:22.621 INFO STEP 153 (remove_files) COMPLETE
50552025-02-23T13:29:24.229Z[ recovery-image] Feb 23 13:29:22.621 INFO O| Feb 23 13:29:22.621 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-02-23T13:29:24.252Z[ recovery-image] Feb 23 13:29:22.646 INFO O| Feb 23 13:29:22.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
50572025-02-23T13:29:24.256Z[ recovery-image] Feb 23 13:29:22.646 INFO O| Feb 23 13:29:22.646 INFO STEP 154 (remove_files) COMPLETE
50582025-02-23T13:29:24.256Z[ recovery-image] Feb 23 13:29:22.646 INFO O| Feb 23 13:29:22.646 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-02-23T13:29:24.291Z[ recovery-image] Feb 23 13:29:22.685 INFO O| Feb 23 13:29:22.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
50602025-02-23T13:29:24.294Z[ recovery-image] Feb 23 13:29:22.686 INFO O| Feb 23 13:29:22.685 INFO STEP 155 (remove_files) COMPLETE
50612025-02-23T13:29:24.294Z[ recovery-image] Feb 23 13:29:22.686 INFO O| Feb 23 13:29:22.686 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-02-23T13:29:24.389Z[ recovery-image] Feb 23 13:29:22.781 INFO O| Feb 23 13:29:22.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
50632025-02-23T13:29:24.392Z[ recovery-image] Feb 23 13:29:22.782 INFO O| Feb 23 13:29:22.782 INFO STEP 156 (remove_files) COMPLETE
50642025-02-23T13:29:24.392Z[ recovery-image] Feb 23 13:29:22.782 INFO O| Feb 23 13:29:22.782 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-02-23T13:29:24.411Z[ recovery-image] Feb 23 13:29:22.805 INFO O| Feb 23 13:29:22.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
50662025-02-23T13:29:24.414Z[ recovery-image] Feb 23 13:29:22.805 INFO O| Feb 23 13:29:22.805 INFO STEP 157 (remove_files) COMPLETE
50672025-02-23T13:29:24.414Z[ recovery-image] Feb 23 13:29:22.805 INFO O| Feb 23 13:29:22.805 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-02-23T13:29:24.437Z[ recovery-image] Feb 23 13:29:22.830 INFO O| Feb 23 13:29:22.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
50692025-02-23T13:29:24.441Z[ recovery-image] Feb 23 13:29:22.831 INFO O| Feb 23 13:29:22.831 INFO STEP 158 (remove_files) COMPLETE
50702025-02-23T13:29:24.441Z[ recovery-image] Feb 23 13:29:22.831 INFO O| Feb 23 13:29:22.831 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-02-23T13:29:24.472Z[ recovery-image] Feb 23 13:29:22.864 INFO O| Feb 23 13:29:22.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
50722025-02-23T13:29:24.472Z[ recovery-image] Feb 23 13:29:22.864 INFO O| Feb 23 13:29:22.864 INFO STEP 159 (remove_files) COMPLETE
50732025-02-23T13:29:24.472Z[ recovery-image] Feb 23 13:29:22.864 INFO O| Feb 23 13:29:22.864 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-02-23T13:29:24.492Z[ recovery-image] Feb 23 13:29:22.885 INFO O| Feb 23 13:29:22.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
50752025-02-23T13:29:24.495Z[ recovery-image] Feb 23 13:29:22.886 INFO O| Feb 23 13:29:22.885 INFO STEP 160 (remove_files) COMPLETE
50762025-02-23T13:29:24.495Z[ recovery-image] Feb 23 13:29:22.886 INFO O| Feb 23 13:29:22.886 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-02-23T13:29:24.529Z[ recovery-image] Feb 23 13:29:22.922 INFO O| Feb 23 13:29:22.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
50782025-02-23T13:29:24.529Z[ recovery-image] Feb 23 13:29:22.923 INFO O| Feb 23 13:29:22.923 INFO STEP 161 (remove_files) COMPLETE
50792025-02-23T13:29:24.529Z[ recovery-image] Feb 23 13:29:22.923 INFO O| Feb 23 13:29:22.923 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-02-23T13:29:24.573Z[ recovery-image] Feb 23 13:29:22.967 INFO O| Feb 23 13:29:22.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
50812025-02-23T13:29:24.593Z[ recovery-image] Feb 23 13:29:22.987 INFO O| Feb 23 13:29:22.987 INFO STEP 162 (remove_files) COMPLETE
50822025-02-23T13:29:24.593Z[ recovery-image] Feb 23 13:29:22.987 INFO O| Feb 23 13:29:22.987 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-02-23T13:29:24.635Z[ recovery-image] Feb 23 13:29:23.029 INFO O| Feb 23 13:29:23.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
50842025-02-23T13:29:24.638Z[ recovery-image] Feb 23 13:29:23.029 INFO O| Feb 23 13:29:23.029 INFO STEP 163 (remove_files) COMPLETE
50852025-02-23T13:29:24.638Z[ recovery-image] Feb 23 13:29:23.029 INFO O| Feb 23 13:29:23.029 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-02-23T13:29:24.663Z[ recovery-image] Feb 23 13:29:23.057 INFO O| Feb 23 13:29:23.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
50872025-02-23T13:29:24.663Z[ recovery-image] Feb 23 13:29:23.057 INFO O| Feb 23 13:29:23.057 INFO STEP 164 (remove_files) COMPLETE
50882025-02-23T13:29:24.669Z[ recovery-image] Feb 23 13:29:23.057 INFO O| Feb 23 13:29:23.057 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-02-23T13:29:24.686Z[ recovery-image] Feb 23 13:29:23.079 INFO O| Feb 23 13:29:23.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
50902025-02-23T13:29:24.686Z[ recovery-image] Feb 23 13:29:23.080 INFO O| Feb 23 13:29:23.080 INFO STEP 165 (remove_files) COMPLETE
50912025-02-23T13:29:24.686Z[ recovery-image] Feb 23 13:29:23.080 INFO O| Feb 23 13:29:23.080 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-02-23T13:29:24.710Z[ recovery-image] Feb 23 13:29:23.104 INFO O| Feb 23 13:29:23.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
50932025-02-23T13:29:24.710Z[ recovery-image] Feb 23 13:29:23.104 INFO O| Feb 23 13:29:23.104 INFO STEP 166 (remove_files) COMPLETE
50942025-02-23T13:29:24.714Z[ recovery-image] Feb 23 13:29:23.104 INFO O| Feb 23 13:29:23.104 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-02-23T13:29:24.754Z[ recovery-image] Feb 23 13:29:23.147 INFO O| Feb 23 13:29:23.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
50962025-02-23T13:29:24.754Z[ recovery-image] Feb 23 13:29:23.148 INFO O| Feb 23 13:29:23.148 INFO STEP 167 (remove_files) COMPLETE
50972025-02-23T13:29:24.754Z[ recovery-image] Feb 23 13:29:23.148 INFO O| Feb 23 13:29:23.148 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-02-23T13:29:24.777Z[ recovery-image] Feb 23 13:29:23.171 INFO O| Feb 23 13:29:23.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
50992025-02-23T13:29:24.778Z[ recovery-image] Feb 23 13:29:23.172 INFO O| Feb 23 13:29:23.172 INFO STEP 168 (remove_files) COMPLETE
51002025-02-23T13:29:24.782Z[ recovery-image] Feb 23 13:29:23.172 INFO O| Feb 23 13:29:23.172 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-02-23T13:29:24.819Z[ recovery-image] Feb 23 13:29:23.213 INFO O| Feb 23 13:29:23.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
51022025-02-23T13:29:24.820Z[ recovery-image] Feb 23 13:29:23.213 INFO O| Feb 23 13:29:23.213 INFO STEP 169 (remove_files) COMPLETE
51032025-02-23T13:29:24.824Z[ recovery-image] Feb 23 13:29:23.213 INFO O| Feb 23 13:29:23.213 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-02-23T13:29:24.867Z[ recovery-image] Feb 23 13:29:23.260 INFO O| Feb 23 13:29:23.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
51052025-02-23T13:29:24.869Z[ recovery-image] Feb 23 13:29:23.261 INFO O| Feb 23 13:29:23.261 INFO STEP 170 (remove_files) COMPLETE
51062025-02-23T13:29:24.869Z[ recovery-image] Feb 23 13:29:23.261 INFO O| Feb 23 13:29:23.261 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-02-23T13:29:24.888Z[ recovery-image] Feb 23 13:29:23.282 INFO O| Feb 23 13:29:23.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
51082025-02-23T13:29:24.891Z[ recovery-image] Feb 23 13:29:23.282 INFO O| Feb 23 13:29:23.282 INFO STEP 171 (remove_files) COMPLETE
51092025-02-23T13:29:24.891Z[ recovery-image] Feb 23 13:29:23.282 INFO O| Feb 23 13:29:23.282 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-02-23T13:29:24.915Z[ recovery-image] Feb 23 13:29:23.307 INFO O| Feb 23 13:29:23.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
51112025-02-23T13:29:24.918Z[ recovery-image] Feb 23 13:29:23.307 INFO O| Feb 23 13:29:23.307 INFO STEP 172 (remove_files) COMPLETE
51122025-02-23T13:29:24.918Z[ recovery-image] Feb 23 13:29:23.308 INFO O| Feb 23 13:29:23.308 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-02-23T13:29:24.941Z[ recovery-image] Feb 23 13:29:23.334 INFO O| Feb 23 13:29:23.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
51142025-02-23T13:29:24.943Z[ recovery-image] Feb 23 13:29:23.335 INFO O| Feb 23 13:29:23.334 INFO STEP 173 (remove_files) COMPLETE
51152025-02-23T13:29:24.943Z[ recovery-image] Feb 23 13:29:23.335 INFO O| Feb 23 13:29:23.335 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-02-23T13:29:24.969Z[ recovery-image] Feb 23 13:29:23.362 INFO O| Feb 23 13:29:23.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
51172025-02-23T13:29:24.969Z[ recovery-image] Feb 23 13:29:23.362 INFO O| Feb 23 13:29:23.362 INFO STEP 174 (remove_files) COMPLETE
51182025-02-23T13:29:24.969Z[ recovery-image] Feb 23 13:29:23.362 INFO O| Feb 23 13:29:23.362 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-02-23T13:29:25.032Z[ recovery-image] Feb 23 13:29:23.426 INFO O| Feb 23 13:29:23.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
51202025-02-23T13:29:25.032Z[ recovery-image] Feb 23 13:29:23.426 INFO O| Feb 23 13:29:23.426 INFO STEP 175 (remove_files) COMPLETE
51212025-02-23T13:29:25.036Z[ recovery-image] Feb 23 13:29:23.426 INFO O| Feb 23 13:29:23.426 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-02-23T13:29:25.075Z[ recovery-image] Feb 23 13:29:23.465 INFO O| Feb 23 13:29:23.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
51232025-02-23T13:29:25.075Z[ recovery-image] Feb 23 13:29:23.465 INFO O| Feb 23 13:29:23.465 INFO STEP 176 (remove_files) COMPLETE
51242025-02-23T13:29:25.075Z[ recovery-image] Feb 23 13:29:23.465 INFO O| Feb 23 13:29:23.465 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-02-23T13:29:25.098Z[ recovery-image] Feb 23 13:29:23.492 INFO O| Feb 23 13:29:23.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
51262025-02-23T13:29:25.098Z[ recovery-image] Feb 23 13:29:23.492 INFO O| Feb 23 13:29:23.492 INFO STEP 177 (remove_files) COMPLETE
51272025-02-23T13:29:25.098Z[ recovery-image] Feb 23 13:29:23.492 INFO O| Feb 23 13:29:23.492 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-02-23T13:29:25.125Z[ recovery-image] Feb 23 13:29:23.519 INFO O| Feb 23 13:29:23.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
51292025-02-23T13:29:25.125Z[ recovery-image] Feb 23 13:29:23.519 INFO O| Feb 23 13:29:23.519 INFO STEP 178 (remove_files) COMPLETE
51302025-02-23T13:29:25.126Z[ recovery-image] Feb 23 13:29:23.519 INFO O| Feb 23 13:29:23.519 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-02-23T13:29:25.158Z[ recovery-image] Feb 23 13:29:23.550 INFO O| Feb 23 13:29:23.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
51322025-02-23T13:29:25.158Z[ recovery-image] Feb 23 13:29:23.550 INFO O| Feb 23 13:29:23.550 INFO STEP 179 (remove_files) COMPLETE
51332025-02-23T13:29:25.158Z[ recovery-image] Feb 23 13:29:23.550 INFO O| Feb 23 13:29:23.550 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-02-23T13:29:25.179Z[ recovery-image] Feb 23 13:29:23.573 INFO O| Feb 23 13:29:23.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
51352025-02-23T13:29:25.179Z[ recovery-image] Feb 23 13:29:23.573 INFO O| Feb 23 13:29:23.573 INFO STEP 180 (remove_files) COMPLETE
51362025-02-23T13:29:25.179Z[ recovery-image] Feb 23 13:29:23.573 INFO O| Feb 23 13:29:23.573 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-02-23T13:29:25.201Z[ recovery-image] Feb 23 13:29:23.595 INFO O| Feb 23 13:29:23.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
51382025-02-23T13:29:25.201Z[ recovery-image] Feb 23 13:29:23.595 INFO O| Feb 23 13:29:23.595 INFO STEP 181 (remove_files) COMPLETE
51392025-02-23T13:29:25.201Z[ recovery-image] Feb 23 13:29:23.595 INFO O| Feb 23 13:29:23.595 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-02-23T13:29:25.258Z[ recovery-image] Feb 23 13:29:23.652 INFO O| Feb 23 13:29:23.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
51412025-02-23T13:29:25.258Z[ recovery-image] Feb 23 13:29:23.652 INFO O| Feb 23 13:29:23.652 INFO STEP 182 (remove_files) COMPLETE
51422025-02-23T13:29:25.261Z[ recovery-image] Feb 23 13:29:23.652 INFO O| Feb 23 13:29:23.652 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-02-23T13:29:25.278Z[ recovery-image] Feb 23 13:29:23.672 INFO O| Feb 23 13:29:23.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
51442025-02-23T13:29:25.281Z[ recovery-image] Feb 23 13:29:23.672 INFO O| Feb 23 13:29:23.672 INFO STEP 183 (remove_files) COMPLETE
51452025-02-23T13:29:25.281Z[ recovery-image] Feb 23 13:29:23.672 INFO O| Feb 23 13:29:23.672 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-02-23T13:29:25.301Z[ recovery-image] Feb 23 13:29:23.695 INFO O| Feb 23 13:29:23.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
51472025-02-23T13:29:25.304Z[ recovery-image] Feb 23 13:29:23.695 INFO O| Feb 23 13:29:23.695 INFO STEP 184 (remove_files) COMPLETE
51482025-02-23T13:29:25.304Z[ recovery-image] Feb 23 13:29:23.695 INFO O| Feb 23 13:29:23.695 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-02-23T13:29:25.342Z[ recovery-image] Feb 23 13:29:23.736 INFO O| Feb 23 13:29:23.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
51502025-02-23T13:29:25.342Z[ recovery-image] Feb 23 13:29:23.736 INFO O| Feb 23 13:29:23.736 INFO STEP 185 (remove_files) COMPLETE
51512025-02-23T13:29:25.346Z[ recovery-image] Feb 23 13:29:23.736 INFO O| Feb 23 13:29:23.736 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-02-23T13:29:25.376Z[ recovery-image] Feb 23 13:29:23.770 INFO O| Feb 23 13:29:23.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
51532025-02-23T13:29:25.376Z[ recovery-image] Feb 23 13:29:23.770 INFO O| Feb 23 13:29:23.770 INFO STEP 186 (remove_files) COMPLETE
51542025-02-23T13:29:25.382Z[ recovery-image] Feb 23 13:29:23.770 INFO O| Feb 23 13:29:23.770 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-02-23T13:29:25.401Z[ recovery-image] Feb 23 13:29:23.793 INFO O| Feb 23 13:29:23.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
51562025-02-23T13:29:25.401Z[ recovery-image] Feb 23 13:29:23.793 INFO O| Feb 23 13:29:23.793 INFO STEP 187 (remove_files) COMPLETE
51572025-02-23T13:29:25.404Z[ recovery-image] Feb 23 13:29:23.793 INFO O| Feb 23 13:29:23.793 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-02-23T13:29:25.440Z[ recovery-image] Feb 23 13:29:23.831 INFO O| Feb 23 13:29:23.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
51592025-02-23T13:29:25.440Z[ recovery-image] Feb 23 13:29:23.831 INFO O| Feb 23 13:29:23.831 INFO STEP 188 (remove_files) COMPLETE
51602025-02-23T13:29:25.443Z[ recovery-image] Feb 23 13:29:23.831 INFO O| Feb 23 13:29:23.831 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-02-23T13:29:25.492Z[ recovery-image] Feb 23 13:29:23.886 INFO O| Feb 23 13:29:23.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
51622025-02-23T13:29:25.492Z[ recovery-image] Feb 23 13:29:23.886 INFO O| Feb 23 13:29:23.886 INFO STEP 189 (remove_files) COMPLETE
51632025-02-23T13:29:25.495Z[ recovery-image] Feb 23 13:29:23.886 INFO O| Feb 23 13:29:23.886 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-02-23T13:29:25.549Z[ recovery-image] Feb 23 13:29:23.942 INFO O| Feb 23 13:29:23.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
51652025-02-23T13:29:25.549Z[ recovery-image] Feb 23 13:29:23.942 INFO O| Feb 23 13:29:23.942 INFO STEP 190 (remove_files) COMPLETE
51662025-02-23T13:29:25.555Z[ recovery-image] Feb 23 13:29:23.942 INFO O| Feb 23 13:29:23.942 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-02-23T13:29:25.588Z[ recovery-image] Feb 23 13:29:23.980 INFO O| Feb 23 13:29:23.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
51682025-02-23T13:29:25.588Z[ recovery-image] Feb 23 13:29:23.980 INFO O| Feb 23 13:29:23.980 INFO STEP 191 (remove_files) COMPLETE
51692025-02-23T13:29:25.591Z[ recovery-image] Feb 23 13:29:23.980 INFO O| Feb 23 13:29:23.980 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-02-23T13:29:25.613Z[ recovery-image] Feb 23 13:29:24.007 INFO O| Feb 23 13:29:24.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
51712025-02-23T13:29:25.613Z[ recovery-image] Feb 23 13:29:24.007 INFO O| Feb 23 13:29:24.007 INFO STEP 192 (remove_files) COMPLETE
51722025-02-23T13:29:25.617Z[ recovery-image] Feb 23 13:29:24.007 INFO O| Feb 23 13:29:24.007 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-02-23T13:29:25.657Z[ recovery-image] Feb 23 13:29:24.051 INFO O| Feb 23 13:29:24.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
51742025-02-23T13:29:25.657Z[ recovery-image] Feb 23 13:29:24.051 INFO O| Feb 23 13:29:24.051 INFO STEP 193 (remove_files) COMPLETE
51752025-02-23T13:29:25.657Z[ recovery-image] Feb 23 13:29:24.051 INFO O| Feb 23 13:29:24.051 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-02-23T13:29:25.682Z[ recovery-image] Feb 23 13:29:24.075 INFO O| Feb 23 13:29:24.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
51772025-02-23T13:29:25.682Z[ recovery-image] Feb 23 13:29:24.075 INFO O| Feb 23 13:29:24.075 INFO STEP 194 (remove_files) COMPLETE
51782025-02-23T13:29:25.686Z[ recovery-image] Feb 23 13:29:24.075 INFO O| Feb 23 13:29:24.075 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-02-23T13:29:25.722Z[ recovery-image] Feb 23 13:29:24.116 INFO O| Feb 23 13:29:24.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
51802025-02-23T13:29:25.722Z[ recovery-image] Feb 23 13:29:24.116 INFO O| Feb 23 13:29:24.116 INFO STEP 195 (remove_files) COMPLETE
51812025-02-23T13:29:25.726Z[ recovery-image] Feb 23 13:29:24.116 INFO O| Feb 23 13:29:24.116 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-02-23T13:29:25.749Z[ recovery-image] Feb 23 13:29:24.140 INFO O| Feb 23 13:29:24.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
51832025-02-23T13:29:25.753Z[ recovery-image] Feb 23 13:29:24.141 INFO O| Feb 23 13:29:24.141 INFO STEP 196 (remove_files) COMPLETE
51842025-02-23T13:29:25.753Z[ recovery-image] Feb 23 13:29:24.141 INFO O| Feb 23 13:29:24.141 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-02-23T13:29:25.774Z[ recovery-image] Feb 23 13:29:24.168 INFO O| Feb 23 13:29:24.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
51862025-02-23T13:29:25.774Z[ recovery-image] Feb 23 13:29:24.168 INFO O| Feb 23 13:29:24.168 INFO STEP 197 (remove_files) COMPLETE
51872025-02-23T13:29:25.777Z[ recovery-image] Feb 23 13:29:24.168 INFO O| Feb 23 13:29:24.168 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-02-23T13:29:25.824Z[ recovery-image] Feb 23 13:29:24.215 INFO O| Feb 23 13:29:24.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
51892025-02-23T13:29:25.827Z[ recovery-image] Feb 23 13:29:24.216 INFO O| Feb 23 13:29:24.216 INFO STEP 198 (remove_files) COMPLETE
51902025-02-23T13:29:25.827Z[ recovery-image] Feb 23 13:29:24.216 INFO O| Feb 23 13:29:24.216 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-02-23T13:29:25.849Z[ recovery-image] Feb 23 13:29:24.243 INFO O| Feb 23 13:29:24.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
51922025-02-23T13:29:25.862Z[ recovery-image] Feb 23 13:29:24.243 INFO O| Feb 23 13:29:24.243 INFO STEP 199 (remove_files) COMPLETE
51932025-02-23T13:29:25.863Z[ recovery-image] Feb 23 13:29:24.243 INFO O| Feb 23 13:29:24.243 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-02-23T13:29:25.883Z[ recovery-image] Feb 23 13:29:24.266 INFO O| Feb 23 13:29:24.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
51952025-02-23T13:29:25.886Z[ recovery-image] Feb 23 13:29:24.266 INFO O| Feb 23 13:29:24.266 INFO STEP 200 (remove_files) COMPLETE
51962025-02-23T13:29:25.886Z[ recovery-image] Feb 23 13:29:24.266 INFO O| Feb 23 13:29:24.266 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-02-23T13:29:25.899Z[ recovery-image] Feb 23 13:29:24.290 INFO O| Feb 23 13:29:24.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
51982025-02-23T13:29:25.899Z[ recovery-image] Feb 23 13:29:24.290 INFO O| Feb 23 13:29:24.290 INFO STEP 201 (remove_files) COMPLETE
51992025-02-23T13:29:25.899Z[ recovery-image] Feb 23 13:29:24.291 INFO O| Feb 23 13:29:24.290 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-02-23T13:29:25.940Z[ recovery-image] Feb 23 13:29:24.330 INFO O| Feb 23 13:29:24.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
52012025-02-23T13:29:25.940Z[ recovery-image] Feb 23 13:29:24.330 INFO O| Feb 23 13:29:24.330 INFO STEP 202 (remove_files) COMPLETE
52022025-02-23T13:29:25.945Z[ recovery-image] Feb 23 13:29:24.330 INFO O| Feb 23 13:29:24.330 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-02-23T13:29:25.980Z[ recovery-image] Feb 23 13:29:24.374 INFO O| Feb 23 13:29:24.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
52042025-02-23T13:29:25.983Z[ recovery-image] Feb 23 13:29:24.374 INFO O| Feb 23 13:29:24.374 INFO STEP 203 (remove_files) COMPLETE
52052025-02-23T13:29:25.983Z[ recovery-image] Feb 23 13:29:24.374 INFO O| Feb 23 13:29:24.374 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-02-23T13:29:26.005Z[ recovery-image] Feb 23 13:29:24.398 INFO O| Feb 23 13:29:24.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
52072025-02-23T13:29:26.005Z[ recovery-image] Feb 23 13:29:24.398 INFO O| Feb 23 13:29:24.398 INFO STEP 204 (remove_files) COMPLETE
52082025-02-23T13:29:26.005Z[ recovery-image] Feb 23 13:29:24.398 INFO O| Feb 23 13:29:24.398 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-02-23T13:29:26.033Z[ recovery-image] Feb 23 13:29:24.426 INFO O| Feb 23 13:29:24.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
52102025-02-23T13:29:26.033Z[ recovery-image] Feb 23 13:29:24.426 INFO O| Feb 23 13:29:24.426 INFO STEP 205 (remove_files) COMPLETE
52112025-02-23T13:29:26.033Z[ recovery-image] Feb 23 13:29:24.426 INFO O| Feb 23 13:29:24.426 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-02-23T13:29:26.059Z[ recovery-image] Feb 23 13:29:24.451 INFO O| Feb 23 13:29:24.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
52132025-02-23T13:29:26.059Z[ recovery-image] Feb 23 13:29:24.452 INFO O| Feb 23 13:29:24.452 INFO STEP 206 (remove_files) COMPLETE
52142025-02-23T13:29:26.059Z[ recovery-image] Feb 23 13:29:24.452 INFO O| Feb 23 13:29:24.452 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-02-23T13:29:26.090Z[ recovery-image] Feb 23 13:29:24.484 INFO O| Feb 23 13:29:24.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
52162025-02-23T13:29:26.090Z[ recovery-image] Feb 23 13:29:24.484 INFO O| Feb 23 13:29:24.484 INFO STEP 207 (remove_files) COMPLETE
52172025-02-23T13:29:26.093Z[ recovery-image] Feb 23 13:29:24.484 INFO O| Feb 23 13:29:24.484 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-02-23T13:29:26.150Z[ recovery-image] Feb 23 13:29:24.543 INFO O| Feb 23 13:29:24.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
52192025-02-23T13:29:26.150Z[ recovery-image] Feb 23 13:29:24.543 INFO O| Feb 23 13:29:24.543 INFO STEP 208 (remove_files) COMPLETE
52202025-02-23T13:29:26.150Z[ recovery-image] Feb 23 13:29:24.543 INFO O| Feb 23 13:29:24.543 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-02-23T13:29:26.174Z[ recovery-image] Feb 23 13:29:24.566 INFO O| Feb 23 13:29:24.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
52222025-02-23T13:29:26.174Z[ recovery-image] Feb 23 13:29:24.566 INFO O| Feb 23 13:29:24.566 INFO STEP 209 (remove_files) COMPLETE
52232025-02-23T13:29:26.174Z[ recovery-image] Feb 23 13:29:24.566 INFO O| Feb 23 13:29:24.566 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-02-23T13:29:26.209Z[ recovery-image] Feb 23 13:29:24.602 INFO O| Feb 23 13:29:24.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
52252025-02-23T13:29:26.214Z[ recovery-image] Feb 23 13:29:24.603 INFO O| Feb 23 13:29:24.602 INFO STEP 210 (remove_files) COMPLETE
52262025-02-23T13:29:26.214Z[ recovery-image] Feb 23 13:29:24.603 INFO O| Feb 23 13:29:24.603 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-02-23T13:29:26.245Z[ recovery-image] Feb 23 13:29:24.638 INFO O| Feb 23 13:29:24.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
52282025-02-23T13:29:26.245Z[ recovery-image] Feb 23 13:29:24.638 INFO O| Feb 23 13:29:24.638 INFO STEP 211 (remove_files) COMPLETE
52292025-02-23T13:29:26.248Z[ recovery-image] Feb 23 13:29:24.638 INFO O| Feb 23 13:29:24.638 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-02-23T13:29:26.294Z[ recovery-image] Feb 23 13:29:24.686 INFO O| Feb 23 13:29:24.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
52312025-02-23T13:29:26.294Z[ recovery-image] Feb 23 13:29:24.686 INFO O| Feb 23 13:29:24.686 INFO STEP 212 (remove_files) COMPLETE
52322025-02-23T13:29:26.294Z[ recovery-image] Feb 23 13:29:24.686 INFO O| Feb 23 13:29:24.686 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-02-23T13:29:26.353Z[ recovery-image] Feb 23 13:29:24.744 INFO O| Feb 23 13:29:24.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
52342025-02-23T13:29:26.353Z[ recovery-image] Feb 23 13:29:24.744 INFO O| Feb 23 13:29:24.744 INFO STEP 213 (remove_files) COMPLETE
52352025-02-23T13:29:26.353Z[ recovery-image] Feb 23 13:29:24.744 INFO O| Feb 23 13:29:24.744 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-02-23T13:29:26.375Z[ recovery-image] Feb 23 13:29:24.769 INFO O| Feb 23 13:29:24.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
52372025-02-23T13:29:26.375Z[ recovery-image] Feb 23 13:29:24.769 INFO O| Feb 23 13:29:24.769 INFO STEP 214 (remove_files) COMPLETE
52382025-02-23T13:29:26.378Z[ recovery-image] Feb 23 13:29:24.769 INFO O| Feb 23 13:29:24.769 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-02-23T13:29:26.408Z[ recovery-image] Feb 23 13:29:24.802 INFO O| Feb 23 13:29:24.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
52402025-02-23T13:29:26.411Z[ recovery-image] Feb 23 13:29:24.802 INFO O| Feb 23 13:29:24.802 INFO STEP 215 (remove_files) COMPLETE
52412025-02-23T13:29:26.411Z[ recovery-image] Feb 23 13:29:24.802 INFO O| Feb 23 13:29:24.802 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-02-23T13:29:26.446Z[ recovery-image] Feb 23 13:29:24.839 INFO O| Feb 23 13:29:24.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
52432025-02-23T13:29:26.446Z[ recovery-image] Feb 23 13:29:24.840 INFO O| Feb 23 13:29:24.840 INFO STEP 216 (remove_files) COMPLETE
52442025-02-23T13:29:26.446Z[ recovery-image] Feb 23 13:29:24.840 INFO O| Feb 23 13:29:24.840 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-02-23T13:29:26.488Z[ recovery-image] Feb 23 13:29:24.881 INFO O| Feb 23 13:29:24.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
52462025-02-23T13:29:26.488Z[ recovery-image] Feb 23 13:29:24.881 INFO O| Feb 23 13:29:24.881 INFO STEP 217 (remove_files) COMPLETE
52472025-02-23T13:29:26.488Z[ recovery-image] Feb 23 13:29:24.881 INFO O| Feb 23 13:29:24.881 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-02-23T13:29:26.515Z[ recovery-image] Feb 23 13:29:24.907 INFO O| Feb 23 13:29:24.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
52492025-02-23T13:29:26.515Z[ recovery-image] Feb 23 13:29:24.908 INFO O| Feb 23 13:29:24.907 INFO STEP 218 (remove_files) COMPLETE
52502025-02-23T13:29:26.519Z[ recovery-image] Feb 23 13:29:24.908 INFO O| Feb 23 13:29:24.908 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-02-23T13:29:26.581Z[ recovery-image] Feb 23 13:29:24.972 INFO O| Feb 23 13:29:24.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
52522025-02-23T13:29:26.581Z[ recovery-image] Feb 23 13:29:24.972 INFO O| Feb 23 13:29:24.972 INFO STEP 219 (remove_files) COMPLETE
52532025-02-23T13:29:26.581Z[ recovery-image] Feb 23 13:29:24.972 INFO O| Feb 23 13:29:24.972 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-02-23T13:29:26.605Z[ recovery-image] Feb 23 13:29:24.998 INFO O| Feb 23 13:29:24.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
52552025-02-23T13:29:26.607Z[ recovery-image] Feb 23 13:29:24.998 INFO O| Feb 23 13:29:24.998 INFO STEP 220 (remove_files) COMPLETE
52562025-02-23T13:29:26.607Z[ recovery-image] Feb 23 13:29:24.998 INFO O| Feb 23 13:29:24.998 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-02-23T13:29:26.648Z[ recovery-image] Feb 23 13:29:25.041 INFO O| Feb 23 13:29:25.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
52582025-02-23T13:29:26.652Z[ recovery-image] Feb 23 13:29:25.041 INFO O| Feb 23 13:29:25.041 INFO STEP 221 (remove_files) COMPLETE
52592025-02-23T13:29:26.652Z[ recovery-image] Feb 23 13:29:25.041 INFO O| Feb 23 13:29:25.041 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-02-23T13:29:26.672Z[ recovery-image] Feb 23 13:29:25.065 INFO O| Feb 23 13:29:25.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
52612025-02-23T13:29:26.675Z[ recovery-image] Feb 23 13:29:25.066 INFO O| Feb 23 13:29:25.066 INFO STEP 222 (remove_files) COMPLETE
52622025-02-23T13:29:26.675Z[ recovery-image] Feb 23 13:29:25.066 INFO O| Feb 23 13:29:25.066 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-02-23T13:29:26.704Z[ recovery-image] Feb 23 13:29:25.098 INFO O| Feb 23 13:29:25.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
52642025-02-23T13:29:26.704Z[ recovery-image] Feb 23 13:29:25.098 INFO O| Feb 23 13:29:25.098 INFO STEP 223 (remove_files) COMPLETE
52652025-02-23T13:29:26.707Z[ recovery-image] Feb 23 13:29:25.098 INFO O| Feb 23 13:29:25.098 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-02-23T13:29:26.733Z[ recovery-image] Feb 23 13:29:25.124 INFO O| Feb 23 13:29:25.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
52672025-02-23T13:29:26.733Z[ recovery-image] Feb 23 13:29:25.124 INFO O| Feb 23 13:29:25.124 INFO STEP 224 (remove_files) COMPLETE
52682025-02-23T13:29:26.733Z[ recovery-image] Feb 23 13:29:25.124 INFO O| Feb 23 13:29:25.124 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-02-23T13:29:26.756Z[ recovery-image] Feb 23 13:29:25.149 INFO O| Feb 23 13:29:25.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
52702025-02-23T13:29:26.756Z[ recovery-image] Feb 23 13:29:25.150 INFO O| Feb 23 13:29:25.150 INFO STEP 225 (remove_files) COMPLETE
52712025-02-23T13:29:26.760Z[ recovery-image] Feb 23 13:29:25.150 INFO O| Feb 23 13:29:25.150 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-02-23T13:29:26.782Z[ recovery-image] Feb 23 13:29:25.174 INFO O| Feb 23 13:29:25.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
52732025-02-23T13:29:26.782Z[ recovery-image] Feb 23 13:29:25.174 INFO O| Feb 23 13:29:25.174 INFO STEP 226 (remove_files) COMPLETE
52742025-02-23T13:29:26.782Z[ recovery-image] Feb 23 13:29:25.174 INFO O| Feb 23 13:29:25.174 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-02-23T13:29:26.816Z[ recovery-image] Feb 23 13:29:25.209 INFO O| Feb 23 13:29:25.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
52762025-02-23T13:29:26.819Z[ recovery-image] Feb 23 13:29:25.210 INFO O| Feb 23 13:29:25.210 INFO STEP 227 (remove_files) COMPLETE
52772025-02-23T13:29:26.819Z[ recovery-image] Feb 23 13:29:25.210 INFO O| Feb 23 13:29:25.210 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-02-23T13:29:26.847Z[ recovery-image] Feb 23 13:29:25.240 INFO O| Feb 23 13:29:25.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
52792025-02-23T13:29:26.849Z[ recovery-image] Feb 23 13:29:25.240 INFO O| Feb 23 13:29:25.240 INFO STEP 228 (remove_files) COMPLETE
52802025-02-23T13:29:26.849Z[ recovery-image] Feb 23 13:29:25.240 INFO O| Feb 23 13:29:25.240 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-02-23T13:29:26.887Z[ recovery-image] Feb 23 13:29:25.280 INFO O| Feb 23 13:29:25.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
52822025-02-23T13:29:26.888Z[ recovery-image] Feb 23 13:29:25.280 INFO O| Feb 23 13:29:25.280 INFO STEP 229 (remove_files) COMPLETE
52832025-02-23T13:29:26.888Z[ recovery-image] Feb 23 13:29:25.280 INFO O| Feb 23 13:29:25.280 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-02-23T13:29:26.949Z[ recovery-image] Feb 23 13:29:25.343 INFO O| Feb 23 13:29:25.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
52852025-02-23T13:29:26.949Z[ recovery-image] Feb 23 13:29:25.343 INFO O| Feb 23 13:29:25.343 INFO STEP 230 (remove_files) COMPLETE
52862025-02-23T13:29:26.949Z[ recovery-image] Feb 23 13:29:25.343 INFO O| Feb 23 13:29:25.343 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-02-23T13:29:26.973Z[ recovery-image] Feb 23 13:29:25.367 INFO O| Feb 23 13:29:25.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
52882025-02-23T13:29:26.973Z[ recovery-image] Feb 23 13:29:25.367 INFO O| Feb 23 13:29:25.367 INFO STEP 231 (remove_files) COMPLETE
52892025-02-23T13:29:26.973Z[ recovery-image] Feb 23 13:29:25.367 INFO O| Feb 23 13:29:25.367 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-02-23T13:29:26.998Z[ recovery-image] Feb 23 13:29:25.391 INFO O| Feb 23 13:29:25.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
52912025-02-23T13:29:26.998Z[ recovery-image] Feb 23 13:29:25.391 INFO O| Feb 23 13:29:25.391 INFO STEP 232 (remove_files) COMPLETE
52922025-02-23T13:29:27.003Z[ recovery-image] Feb 23 13:29:25.391 INFO O| Feb 23 13:29:25.391 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-02-23T13:29:27.025Z[ recovery-image] Feb 23 13:29:25.418 INFO O| Feb 23 13:29:25.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
52942025-02-23T13:29:27.025Z[ recovery-image] Feb 23 13:29:25.418 INFO O| Feb 23 13:29:25.418 INFO STEP 233 (remove_files) COMPLETE
52952025-02-23T13:29:27.025Z[ recovery-image] Feb 23 13:29:25.418 INFO O| Feb 23 13:29:25.418 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-02-23T13:29:27.057Z[ recovery-image] Feb 23 13:29:25.450 INFO O| Feb 23 13:29:25.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
52972025-02-23T13:29:27.061Z[ recovery-image] Feb 23 13:29:25.450 INFO O| Feb 23 13:29:25.450 INFO STEP 234 (remove_files) COMPLETE
52982025-02-23T13:29:27.061Z[ recovery-image] Feb 23 13:29:25.450 INFO O| Feb 23 13:29:25.450 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-02-23T13:29:27.175Z[ recovery-image] Feb 23 13:29:25.569 INFO O| Feb 23 13:29:25.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
53002025-02-23T13:29:27.175Z[ recovery-image] Feb 23 13:29:25.569 INFO O| Feb 23 13:29:25.569 INFO STEP 235 (remove_files) COMPLETE
53012025-02-23T13:29:27.175Z[ recovery-image] Feb 23 13:29:25.569 INFO O| Feb 23 13:29:25.569 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-02-23T13:29:27.201Z[ recovery-image] Feb 23 13:29:25.595 INFO O| Feb 23 13:29:25.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
53032025-02-23T13:29:27.201Z[ recovery-image] Feb 23 13:29:25.595 INFO O| Feb 23 13:29:25.595 INFO STEP 236 (remove_files) COMPLETE
53042025-02-23T13:29:27.201Z[ recovery-image] Feb 23 13:29:25.595 INFO O| Feb 23 13:29:25.595 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-02-23T13:29:27.258Z[ recovery-image] Feb 23 13:29:25.650 INFO O| Feb 23 13:29:25.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
53062025-02-23T13:29:27.258Z[ recovery-image] Feb 23 13:29:25.650 INFO O| Feb 23 13:29:25.650 INFO STEP 237 (remove_files) COMPLETE
53072025-02-23T13:29:27.258Z[ recovery-image] Feb 23 13:29:25.650 INFO O| Feb 23 13:29:25.650 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-02-23T13:29:27.295Z[ recovery-image] Feb 23 13:29:25.688 INFO O| Feb 23 13:29:25.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
53092025-02-23T13:29:27.295Z[ recovery-image] Feb 23 13:29:25.688 INFO O| Feb 23 13:29:25.688 INFO STEP 238 (remove_files) COMPLETE
53102025-02-23T13:29:27.298Z[ recovery-image] Feb 23 13:29:25.688 INFO O| Feb 23 13:29:25.688 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-02-23T13:29:27.322Z[ recovery-image] Feb 23 13:29:25.715 INFO O| Feb 23 13:29:25.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
53122025-02-23T13:29:27.322Z[ recovery-image] Feb 23 13:29:25.715 INFO O| Feb 23 13:29:25.715 INFO STEP 239 (remove_files) COMPLETE
53132025-02-23T13:29:27.326Z[ recovery-image] Feb 23 13:29:25.715 INFO O| Feb 23 13:29:25.715 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-02-23T13:29:27.362Z[ recovery-image] Feb 23 13:29:25.755 INFO O| Feb 23 13:29:25.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
53152025-02-23T13:29:27.362Z[ recovery-image] Feb 23 13:29:25.755 INFO O| Feb 23 13:29:25.755 INFO STEP 240 (remove_files) COMPLETE
53162025-02-23T13:29:27.363Z[ recovery-image] Feb 23 13:29:25.755 INFO O| Feb 23 13:29:25.755 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-02-23T13:29:27.388Z[ recovery-image] Feb 23 13:29:25.781 INFO O| Feb 23 13:29:25.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
53182025-02-23T13:29:27.388Z[ recovery-image] Feb 23 13:29:25.781 INFO O| Feb 23 13:29:25.781 INFO STEP 241 (remove_files) COMPLETE
53192025-02-23T13:29:27.393Z[ recovery-image] Feb 23 13:29:25.782 INFO O| Feb 23 13:29:25.782 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-02-23T13:29:27.424Z[ recovery-image] Feb 23 13:29:25.818 INFO O| Feb 23 13:29:25.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
53212025-02-23T13:29:27.424Z[ recovery-image] Feb 23 13:29:25.818 INFO O| Feb 23 13:29:25.818 INFO STEP 242 (remove_files) COMPLETE
53222025-02-23T13:29:27.424Z[ recovery-image] Feb 23 13:29:25.818 INFO O| Feb 23 13:29:25.818 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-02-23T13:29:27.452Z[ recovery-image] Feb 23 13:29:25.846 INFO O| Feb 23 13:29:25.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
53242025-02-23T13:29:27.452Z[ recovery-image] Feb 23 13:29:25.846 INFO O| Feb 23 13:29:25.846 INFO STEP 243 (remove_files) COMPLETE
53252025-02-23T13:29:27.453Z[ recovery-image] Feb 23 13:29:25.846 INFO O| Feb 23 13:29:25.846 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-02-23T13:29:27.494Z[ recovery-image] Feb 23 13:29:25.887 INFO O| Feb 23 13:29:25.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
53272025-02-23T13:29:27.494Z[ recovery-image] Feb 23 13:29:25.887 INFO O| Feb 23 13:29:25.887 INFO STEP 244 (remove_files) COMPLETE
53282025-02-23T13:29:27.494Z[ recovery-image] Feb 23 13:29:25.887 INFO O| Feb 23 13:29:25.887 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-02-23T13:29:27.519Z[ recovery-image] Feb 23 13:29:25.913 INFO O| Feb 23 13:29:25.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
53302025-02-23T13:29:27.519Z[ recovery-image] Feb 23 13:29:25.913 INFO O| Feb 23 13:29:25.913 INFO STEP 245 (remove_files) COMPLETE
53312025-02-23T13:29:27.520Z[ recovery-image] Feb 23 13:29:25.913 INFO O| Feb 23 13:29:25.913 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-02-23T13:29:27.543Z[ recovery-image] Feb 23 13:29:25.937 INFO O| Feb 23 13:29:25.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
53332025-02-23T13:29:27.543Z[ recovery-image] Feb 23 13:29:25.937 INFO O| Feb 23 13:29:25.937 INFO STEP 246 (remove_files) COMPLETE
53342025-02-23T13:29:27.543Z[ recovery-image] Feb 23 13:29:25.937 INFO O| Feb 23 13:29:25.937 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-02-23T13:29:27.567Z[ recovery-image] Feb 23 13:29:25.960 INFO O| Feb 23 13:29:25.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
53362025-02-23T13:29:27.570Z[ recovery-image] Feb 23 13:29:25.960 INFO O| Feb 23 13:29:25.960 INFO STEP 247 (remove_files) COMPLETE
53372025-02-23T13:29:27.570Z[ recovery-image] Feb 23 13:29:25.961 INFO O| Feb 23 13:29:25.961 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-02-23T13:29:27.591Z[ recovery-image] Feb 23 13:29:25.984 INFO O| Feb 23 13:29:25.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
53392025-02-23T13:29:27.594Z[ recovery-image] Feb 23 13:29:25.985 INFO O| Feb 23 13:29:25.985 INFO STEP 248 (remove_files) COMPLETE
53402025-02-23T13:29:27.594Z[ recovery-image] Feb 23 13:29:25.985 INFO O| Feb 23 13:29:25.985 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-02-23T13:29:27.618Z[ recovery-image] Feb 23 13:29:26.010 INFO O| Feb 23 13:29:26.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
53422025-02-23T13:29:27.622Z[ recovery-image] Feb 23 13:29:26.010 INFO O| Feb 23 13:29:26.010 INFO STEP 249 (remove_files) COMPLETE
53432025-02-23T13:29:27.622Z[ recovery-image] Feb 23 13:29:26.010 INFO O| Feb 23 13:29:26.010 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-02-23T13:29:27.641Z[ recovery-image] Feb 23 13:29:26.034 INFO O| Feb 23 13:29:26.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
53452025-02-23T13:29:27.645Z[ recovery-image] Feb 23 13:29:26.034 INFO O| Feb 23 13:29:26.034 INFO STEP 250 (remove_files) COMPLETE
53462025-02-23T13:29:27.645Z[ recovery-image] Feb 23 13:29:26.034 INFO O| Feb 23 13:29:26.034 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-02-23T13:29:27.675Z[ recovery-image] Feb 23 13:29:26.068 INFO O| Feb 23 13:29:26.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
53482025-02-23T13:29:27.675Z[ recovery-image] Feb 23 13:29:26.068 INFO O| Feb 23 13:29:26.068 INFO STEP 251 (remove_files) COMPLETE
53492025-02-23T13:29:27.678Z[ recovery-image] Feb 23 13:29:26.068 INFO O| Feb 23 13:29:26.068 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-02-23T13:29:27.696Z[ recovery-image] Feb 23 13:29:26.090 INFO O| Feb 23 13:29:26.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
53512025-02-23T13:29:27.700Z[ recovery-image] Feb 23 13:29:26.090 INFO O| Feb 23 13:29:26.090 INFO STEP 252 (remove_files) COMPLETE
53522025-02-23T13:29:27.700Z[ recovery-image] Feb 23 13:29:26.090 INFO O| Feb 23 13:29:26.090 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-02-23T13:29:27.732Z[ recovery-image] Feb 23 13:29:26.122 INFO O| Feb 23 13:29:26.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
53542025-02-23T13:29:27.732Z[ recovery-image] Feb 23 13:29:26.122 INFO O| Feb 23 13:29:26.122 INFO STEP 253 (remove_files) COMPLETE
53552025-02-23T13:29:27.737Z[ recovery-image] Feb 23 13:29:26.122 INFO O| Feb 23 13:29:26.122 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-02-23T13:29:27.765Z[ recovery-image] Feb 23 13:29:26.158 INFO O| Feb 23 13:29:26.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
53572025-02-23T13:29:27.765Z[ recovery-image] Feb 23 13:29:26.158 INFO O| Feb 23 13:29:26.158 INFO STEP 254 (remove_files) COMPLETE
53582025-02-23T13:29:27.765Z[ recovery-image] Feb 23 13:29:26.158 INFO O| Feb 23 13:29:26.158 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-02-23T13:29:27.798Z[ recovery-image] Feb 23 13:29:26.191 INFO O| Feb 23 13:29:26.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
53602025-02-23T13:29:27.799Z[ recovery-image] Feb 23 13:29:26.191 INFO O| Feb 23 13:29:26.191 INFO STEP 255 (remove_files) COMPLETE
53612025-02-23T13:29:27.799Z[ recovery-image] Feb 23 13:29:26.191 INFO O| Feb 23 13:29:26.191 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-02-23T13:29:27.841Z[ recovery-image] Feb 23 13:29:26.235 INFO O| Feb 23 13:29:26.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
53632025-02-23T13:29:27.841Z[ recovery-image] Feb 23 13:29:26.235 INFO O| Feb 23 13:29:26.235 INFO STEP 256 (remove_files) COMPLETE
53642025-02-23T13:29:27.841Z[ recovery-image] Feb 23 13:29:26.235 INFO O| Feb 23 13:29:26.235 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-02-23T13:29:27.865Z[ recovery-image] Feb 23 13:29:26.258 INFO O| Feb 23 13:29:26.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
53662025-02-23T13:29:27.865Z[ recovery-image] Feb 23 13:29:26.258 INFO O| Feb 23 13:29:26.258 INFO STEP 257 (remove_files) COMPLETE
53672025-02-23T13:29:27.865Z[ recovery-image] Feb 23 13:29:26.258 INFO O| Feb 23 13:29:26.258 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682025-02-23T13:29:27.887Z[ recovery-image] Feb 23 13:29:26.281 INFO O| Feb 23 13:29:26.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
53692025-02-23T13:29:27.887Z[ recovery-image] Feb 23 13:29:26.281 INFO O| Feb 23 13:29:26.281 INFO STEP 258 (remove_files) COMPLETE
53702025-02-23T13:29:27.890Z[ recovery-image] Feb 23 13:29:26.281 INFO O| Feb 23 13:29:26.281 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712025-02-23T13:29:27.912Z[ recovery-image] Feb 23 13:29:26.305 INFO O| Feb 23 13:29:26.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
53722025-02-23T13:29:27.912Z[ recovery-image] Feb 23 13:29:26.305 INFO O| Feb 23 13:29:26.305 INFO STEP 259 (remove_files) COMPLETE
53732025-02-23T13:29:27.915Z[ recovery-image] Feb 23 13:29:26.305 INFO O| Feb 23 13:29:26.305 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742025-02-23T13:29:27.935Z[ recovery-image] Feb 23 13:29:26.329 INFO O| Feb 23 13:29:26.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
53752025-02-23T13:29:27.935Z[ recovery-image] Feb 23 13:29:26.329 INFO O| Feb 23 13:29:26.329 INFO STEP 260 (remove_files) COMPLETE
53762025-02-23T13:29:27.939Z[ recovery-image] Feb 23 13:29:26.329 INFO O| Feb 23 13:29:26.329 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772025-02-23T13:29:27.977Z[ recovery-image] Feb 23 13:29:26.367 INFO O| Feb 23 13:29:26.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
53782025-02-23T13:29:27.977Z[ recovery-image] Feb 23 13:29:26.367 INFO O| Feb 23 13:29:26.367 INFO STEP 261 (remove_files) COMPLETE
53792025-02-23T13:29:27.980Z[ recovery-image] Feb 23 13:29:26.367 INFO O| Feb 23 13:29:26.367 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802025-02-23T13:29:27.984Z[ host-image] Feb 23 13:29:26.375 INFO O| Feb 23 13:29:26.375 INFO O| Planning: Solver setup ... Done
53812025-02-23T13:29:27.989Z[ host-image] Feb 23 13:29:26.381 INFO O| Feb 23 13:29:26.381 INFO O| Planning: Running solver ... Done
53822025-02-23T13:29:28.034Z[ recovery-image] Feb 23 13:29:26.426 INFO O| Feb 23 13:29:26.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
53832025-02-23T13:29:28.034Z[ recovery-image] Feb 23 13:29:26.426 INFO O| Feb 23 13:29:26.426 INFO STEP 262 (remove_files) COMPLETE
53842025-02-23T13:29:28.071Z[ recovery-image] Feb 23 13:29:26.427 INFO O| Feb 23 13:29:26.426 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852025-02-23T13:29:28.086Z[ recovery-image] Feb 23 13:29:26.466 INFO O| Feb 23 13:29:26.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
53862025-02-23T13:29:28.086Z[ recovery-image] Feb 23 13:29:26.466 INFO O| Feb 23 13:29:26.466 INFO STEP 263 (remove_files) COMPLETE
53872025-02-23T13:29:28.086Z[ recovery-image] Feb 23 13:29:26.466 INFO O| Feb 23 13:29:26.466 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882025-02-23T13:29:28.097Z[ recovery-image] Feb 23 13:29:26.489 INFO O| Feb 23 13:29:26.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
53892025-02-23T13:29:28.097Z[ recovery-image] Feb 23 13:29:26.489 INFO O| Feb 23 13:29:26.489 INFO STEP 264 (remove_files) COMPLETE
53902025-02-23T13:29:28.097Z[ recovery-image] Feb 23 13:29:26.490 INFO O| Feb 23 13:29:26.489 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912025-02-23T13:29:28.111Z[ host-image] Feb 23 13:29:26.504 INFO O| Feb 23 13:29:26.504 INFO O| Planning: Finding local manifests ... Done
53922025-02-23T13:29:28.114Z[ host-image] Feb 23 13:29:26.507 INFO O| Feb 23 13:29:26.507 INFO O| Planning: Fetching manifests: 0/5 0% complete
53932025-02-23T13:29:28.138Z[ recovery-image] Feb 23 13:29:26.531 INFO O| Feb 23 13:29:26.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
53942025-02-23T13:29:28.139Z[ recovery-image] Feb 23 13:29:26.531 INFO O| Feb 23 13:29:26.531 INFO STEP 265 (remove_files) COMPLETE
53952025-02-23T13:29:28.139Z[ recovery-image] Feb 23 13:29:26.531 INFO O| Feb 23 13:29:26.531 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962025-02-23T13:29:28.213Z[ recovery-image] Feb 23 13:29:26.606 INFO O| Feb 23 13:29:26.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
53972025-02-23T13:29:28.216Z[ recovery-image] Feb 23 13:29:26.606 INFO O| Feb 23 13:29:26.606 INFO STEP 266 (remove_files) COMPLETE
53982025-02-23T13:29:28.216Z[ recovery-image] Feb 23 13:29:26.606 INFO O| Feb 23 13:29:26.606 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992025-02-23T13:29:28.260Z[ recovery-image] Feb 23 13:29:26.640 INFO O| Feb 23 13:29:26.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
54002025-02-23T13:29:28.277Z[ recovery-image] Feb 23 13:29:26.641 INFO O| Feb 23 13:29:26.641 INFO STEP 267 (remove_files) COMPLETE
54012025-02-23T13:29:28.277Z[ recovery-image] Feb 23 13:29:26.641 INFO O| Feb 23 13:29:26.641 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022025-02-23T13:29:28.299Z[ recovery-image] Feb 23 13:29:26.667 INFO O| Feb 23 13:29:26.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
54032025-02-23T13:29:28.299Z[ recovery-image] Feb 23 13:29:26.668 INFO O| Feb 23 13:29:26.668 INFO STEP 268 (remove_files) COMPLETE
54042025-02-23T13:29:28.299Z[ recovery-image] Feb 23 13:29:26.668 INFO O| Feb 23 13:29:26.668 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052025-02-23T13:29:28.307Z[ recovery-image] Feb 23 13:29:26.691 INFO O| Feb 23 13:29:26.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
54062025-02-23T13:29:28.307Z[ recovery-image] Feb 23 13:29:26.692 INFO O| Feb 23 13:29:26.692 INFO STEP 269 (remove_files) COMPLETE
54072025-02-23T13:29:28.307Z[ recovery-image] Feb 23 13:29:26.692 INFO O| Feb 23 13:29:26.692 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082025-02-23T13:29:28.325Z[ recovery-image] Feb 23 13:29:26.718 INFO O| Feb 23 13:29:26.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
54092025-02-23T13:29:28.329Z[ recovery-image] Feb 23 13:29:26.718 INFO O| Feb 23 13:29:26.718 INFO STEP 270 (remove_files) COMPLETE
54102025-02-23T13:29:28.329Z[ recovery-image] Feb 23 13:29:26.718 INFO O| Feb 23 13:29:26.718 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112025-02-23T13:29:28.362Z[ recovery-image] Feb 23 13:29:26.755 INFO O| Feb 23 13:29:26.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
54122025-02-23T13:29:28.362Z[ recovery-image] Feb 23 13:29:26.755 INFO O| Feb 23 13:29:26.755 INFO STEP 271 (remove_files) COMPLETE
54132025-02-23T13:29:28.362Z[ recovery-image] Feb 23 13:29:26.755 INFO O| Feb 23 13:29:26.755 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142025-02-23T13:29:28.398Z[ recovery-image] Feb 23 13:29:26.789 INFO O| Feb 23 13:29:26.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
54152025-02-23T13:29:28.398Z[ recovery-image] Feb 23 13:29:26.789 INFO O| Feb 23 13:29:26.789 INFO STEP 272 (remove_files) COMPLETE
54162025-02-23T13:29:28.398Z[ recovery-image] Feb 23 13:29:26.789 INFO O| Feb 23 13:29:26.789 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-02-23T13:29:28.429Z[ recovery-image] Feb 23 13:29:26.817 INFO O| Feb 23 13:29:26.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
54182025-02-23T13:29:28.429Z[ recovery-image] Feb 23 13:29:26.817 INFO O| Feb 23 13:29:26.817 INFO STEP 273 (remove_files) COMPLETE
54192025-02-23T13:29:28.429Z[ recovery-image] Feb 23 13:29:26.817 INFO O| Feb 23 13:29:26.817 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202025-02-23T13:29:28.435Z[ host-image] Feb 23 13:29:26.829 INFO O| Feb 23 13:29:26.829 INFO O| Planning: Fetching manifests: 5/5 100% complete
54212025-02-23T13:29:28.451Z[ recovery-image] Feb 23 13:29:26.844 INFO O| Feb 23 13:29:26.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
54222025-02-23T13:29:28.455Z[ recovery-image] Feb 23 13:29:26.844 INFO O| Feb 23 13:29:26.844 INFO STEP 274 (remove_files) COMPLETE
54232025-02-23T13:29:28.455Z[ recovery-image] Feb 23 13:29:26.844 INFO O| Feb 23 13:29:26.844 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242025-02-23T13:29:28.489Z[ host-image] Feb 23 13:29:26.882 INFO O| Feb 23 13:29:26.882 INFO O| Planning: Package planning ... Done
54252025-02-23T13:29:28.516Z[ host-image] Feb 23 13:29:26.909 INFO O| Feb 23 13:29:26.909 INFO O| Planning: Merging actions ... Done
54262025-02-23T13:29:28.520Z[ recovery-image] Feb 23 13:29:26.913 INFO O| Feb 23 13:29:26.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
54272025-02-23T13:29:28.522Z[ recovery-image] Feb 23 13:29:26.913 INFO O| Feb 23 13:29:26.913 INFO STEP 275 (remove_files) COMPLETE
54282025-02-23T13:29:28.522Z[ recovery-image] Feb 23 13:29:26.913 INFO O| Feb 23 13:29:26.913 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292025-02-23T13:29:28.577Z[ recovery-image] Feb 23 13:29:26.970 INFO O| Feb 23 13:29:26.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
54302025-02-23T13:29:28.577Z[ recovery-image] Feb 23 13:29:26.970 INFO O| Feb 23 13:29:26.970 INFO STEP 276 (remove_files) COMPLETE
54312025-02-23T13:29:28.580Z[ recovery-image] Feb 23 13:29:26.970 INFO O| Feb 23 13:29:26.970 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322025-02-23T13:29:28.616Z[ recovery-image] Feb 23 13:29:27.009 INFO O| Feb 23 13:29:27.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
54332025-02-23T13:29:28.619Z[ recovery-image] Feb 23 13:29:27.009 INFO O| Feb 23 13:29:27.009 INFO STEP 277 (remove_files) COMPLETE
54342025-02-23T13:29:28.619Z[ recovery-image] Feb 23 13:29:27.009 INFO O| Feb 23 13:29:27.009 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352025-02-23T13:29:28.651Z[ recovery-image] Feb 23 13:29:27.044 INFO O| Feb 23 13:29:27.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
54362025-02-23T13:29:28.654Z[ recovery-image] Feb 23 13:29:27.045 INFO O| Feb 23 13:29:27.045 INFO STEP 278 (remove_files) COMPLETE
54372025-02-23T13:29:28.654Z[ recovery-image] Feb 23 13:29:27.045 INFO O| Feb 23 13:29:27.045 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382025-02-23T13:29:28.677Z[ recovery-image] Feb 23 13:29:27.070 INFO O| Feb 23 13:29:27.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
54392025-02-23T13:29:28.677Z[ recovery-image] Feb 23 13:29:27.070 INFO O| Feb 23 13:29:27.070 INFO STEP 279 (remove_files) COMPLETE
54402025-02-23T13:29:28.677Z[ recovery-image] Feb 23 13:29:27.070 INFO O| Feb 23 13:29:27.070 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412025-02-23T13:29:28.719Z[ recovery-image] Feb 23 13:29:27.112 INFO O| Feb 23 13:29:27.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
54422025-02-23T13:29:28.719Z[ recovery-image] Feb 23 13:29:27.112 INFO O| Feb 23 13:29:27.112 INFO STEP 280 (remove_files) COMPLETE
54432025-02-23T13:29:28.724Z[ recovery-image] Feb 23 13:29:27.112 INFO O| Feb 23 13:29:27.112 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442025-02-23T13:29:28.737Z[ host-image] Feb 23 13:29:27.130 INFO O| Feb 23 13:29:27.130 INFO O| Planning: Checking for conflicting actions ... Done
54452025-02-23T13:29:28.740Z[ host-image] Feb 23 13:29:27.133 INFO O| Feb 23 13:29:27.132 INFO O| Planning: Consolidating action changes ... Done
54462025-02-23T13:29:28.758Z[ recovery-image] Feb 23 13:29:27.151 INFO O| Feb 23 13:29:27.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
54472025-02-23T13:29:28.761Z[ recovery-image] Feb 23 13:29:27.152 INFO O| Feb 23 13:29:27.152 INFO STEP 281 (remove_files) COMPLETE
54482025-02-23T13:29:28.761Z[ recovery-image] Feb 23 13:29:27.152 INFO O| Feb 23 13:29:27.152 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-02-23T13:29:28.784Z[ recovery-image] Feb 23 13:29:27.176 INFO O| Feb 23 13:29:27.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
54502025-02-23T13:29:28.784Z[ recovery-image] Feb 23 13:29:27.176 INFO O| Feb 23 13:29:27.176 INFO STEP 282 (remove_files) COMPLETE
54512025-02-23T13:29:28.787Z[ recovery-image] Feb 23 13:29:27.176 INFO O| Feb 23 13:29:27.176 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522025-02-23T13:29:28.822Z[ recovery-image] Feb 23 13:29:27.215 INFO O| Feb 23 13:29:27.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
54532025-02-23T13:29:28.822Z[ recovery-image] Feb 23 13:29:27.215 INFO O| Feb 23 13:29:27.215 INFO STEP 283 (remove_files) COMPLETE
54542025-02-23T13:29:28.822Z[ recovery-image] Feb 23 13:29:27.215 INFO O| Feb 23 13:29:27.215 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552025-02-23T13:29:28.860Z[ recovery-image] Feb 23 13:29:27.251 INFO O| Feb 23 13:29:27.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
54562025-02-23T13:29:28.860Z[ recovery-image] Feb 23 13:29:27.251 INFO O| Feb 23 13:29:27.251 INFO STEP 284 (remove_files) COMPLETE
54572025-02-23T13:29:28.860Z[ recovery-image] Feb 23 13:29:27.251 INFO O| Feb 23 13:29:27.251 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582025-02-23T13:29:28.893Z[ recovery-image] Feb 23 13:29:27.286 INFO O| Feb 23 13:29:27.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
54592025-02-23T13:29:28.893Z[ recovery-image] Feb 23 13:29:27.286 INFO O| Feb 23 13:29:27.286 INFO STEP 285 (remove_files) COMPLETE
54602025-02-23T13:29:28.893Z[ recovery-image] Feb 23 13:29:27.286 INFO O| Feb 23 13:29:27.286 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612025-02-23T13:29:28.974Z[ recovery-image] Feb 23 13:29:27.367 INFO O| Feb 23 13:29:27.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
54622025-02-23T13:29:28.974Z[ recovery-image] Feb 23 13:29:27.367 INFO O| Feb 23 13:29:27.367 INFO STEP 286 (remove_files) COMPLETE
54632025-02-23T13:29:28.974Z[ recovery-image] Feb 23 13:29:27.367 INFO O| Feb 23 13:29:27.367 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642025-02-23T13:29:29.012Z[ recovery-image] Feb 23 13:29:27.405 INFO O| Feb 23 13:29:27.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
54652025-02-23T13:29:29.017Z[ recovery-image] Feb 23 13:29:27.405 INFO O| Feb 23 13:29:27.405 INFO STEP 287 (remove_files) COMPLETE
54662025-02-23T13:29:29.017Z[ recovery-image] Feb 23 13:29:27.405 INFO O| Feb 23 13:29:27.405 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672025-02-23T13:29:29.039Z[ recovery-image] Feb 23 13:29:27.432 INFO O| Feb 23 13:29:27.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
54682025-02-23T13:29:29.042Z[ recovery-image] Feb 23 13:29:27.432 INFO O| Feb 23 13:29:27.432 INFO STEP 288 (remove_files) COMPLETE
54692025-02-23T13:29:29.042Z[ recovery-image] Feb 23 13:29:27.433 INFO O| Feb 23 13:29:27.433 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702025-02-23T13:29:29.082Z[ recovery-image] Feb 23 13:29:27.475 INFO O| Feb 23 13:29:27.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
54712025-02-23T13:29:29.082Z[ recovery-image] Feb 23 13:29:27.475 INFO O| Feb 23 13:29:27.475 INFO STEP 289 (remove_files) COMPLETE
54722025-02-23T13:29:29.082Z[ recovery-image] Feb 23 13:29:27.475 INFO O| Feb 23 13:29:27.475 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732025-02-23T13:29:29.144Z[ recovery-image] Feb 23 13:29:27.536 INFO O| Feb 23 13:29:27.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
54742025-02-23T13:29:29.144Z[ recovery-image] Feb 23 13:29:27.537 INFO O| Feb 23 13:29:27.537 INFO STEP 290 (remove_files) COMPLETE
54752025-02-23T13:29:29.144Z[ recovery-image] Feb 23 13:29:27.537 INFO O| Feb 23 13:29:27.537 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762025-02-23T13:29:29.171Z[ recovery-image] Feb 23 13:29:27.564 INFO O| Feb 23 13:29:27.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
54772025-02-23T13:29:29.174Z[ recovery-image] Feb 23 13:29:27.564 INFO O| Feb 23 13:29:27.564 INFO STEP 291 (remove_files) COMPLETE
54782025-02-23T13:29:29.174Z[ recovery-image] Feb 23 13:29:27.564 INFO O| Feb 23 13:29:27.564 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792025-02-23T13:29:29.198Z[ recovery-image] Feb 23 13:29:27.591 INFO O| Feb 23 13:29:27.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
54802025-02-23T13:29:29.198Z[ recovery-image] Feb 23 13:29:27.591 INFO O| Feb 23 13:29:27.591 INFO STEP 292 (remove_files) COMPLETE
54812025-02-23T13:29:29.201Z[ recovery-image] Feb 23 13:29:27.591 INFO O| Feb 23 13:29:27.591 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822025-02-23T13:29:29.225Z[ recovery-image] Feb 23 13:29:27.618 INFO O| Feb 23 13:29:27.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
54832025-02-23T13:29:29.228Z[ recovery-image] Feb 23 13:29:27.618 INFO O| Feb 23 13:29:27.618 INFO STEP 293 (remove_files) COMPLETE
54842025-02-23T13:29:29.228Z[ recovery-image] Feb 23 13:29:27.619 INFO O| Feb 23 13:29:27.618 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852025-02-23T13:29:29.252Z[ recovery-image] Feb 23 13:29:27.645 INFO O| Feb 23 13:29:27.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
54862025-02-23T13:29:29.252Z[ recovery-image] Feb 23 13:29:27.645 INFO O| Feb 23 13:29:27.645 INFO STEP 294 (remove_files) COMPLETE
54872025-02-23T13:29:29.252Z[ recovery-image] Feb 23 13:29:27.645 INFO O| Feb 23 13:29:27.645 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882025-02-23T13:29:29.254Z[ host-image] Feb 23 13:29:27.647 INFO O| Feb 23 13:29:27.647 INFO O| Planning: Evaluating mediators ... Done
54892025-02-23T13:29:29.257Z[ host-image] Feb 23 13:29:27.650 INFO O| Feb 23 13:29:27.650 INFO O| Planning: Planning completed in 7.52 seconds
54902025-02-23T13:29:29.262Z[ host-image] Feb 23 13:29:27.652 INFO O| Feb 23 13:29:27.652 INFO O| Packages to install: 5
54912025-02-23T13:29:29.262Z[ host-image] Feb 23 13:29:27.652 INFO O| Feb 23 13:29:27.652 INFO O| Services to change: 2
54922025-02-23T13:29:29.280Z[ host-image] Feb 23 13:29:27.673 INFO O| Feb 23 13:29:27.673 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
54932025-02-23T13:29:29.303Z[ recovery-image] Feb 23 13:29:27.696 INFO O| Feb 23 13:29:27.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
54942025-02-23T13:29:29.307Z[ recovery-image] Feb 23 13:29:27.696 INFO O| Feb 23 13:29:27.696 INFO STEP 295 (remove_files) COMPLETE
54952025-02-23T13:29:29.307Z[ recovery-image] Feb 23 13:29:27.696 INFO O| Feb 23 13:29:27.696 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962025-02-23T13:29:29.366Z[ recovery-image] Feb 23 13:29:27.758 INFO O| Feb 23 13:29:27.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
54972025-02-23T13:29:29.369Z[ recovery-image] Feb 23 13:29:27.758 INFO O| Feb 23 13:29:27.758 INFO STEP 296 (remove_files) COMPLETE
54982025-02-23T13:29:29.369Z[ recovery-image] Feb 23 13:29:27.758 INFO O| Feb 23 13:29:27.758 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992025-02-23T13:29:29.398Z[ recovery-image] Feb 23 13:29:27.791 INFO O| Feb 23 13:29:27.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
55002025-02-23T13:29:29.398Z[ recovery-image] Feb 23 13:29:27.791 INFO O| Feb 23 13:29:27.791 INFO STEP 297 (remove_files) COMPLETE
55012025-02-23T13:29:29.398Z[ recovery-image] Feb 23 13:29:27.791 INFO O| Feb 23 13:29:27.791 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022025-02-23T13:29:29.441Z[ recovery-image] Feb 23 13:29:27.834 INFO O| Feb 23 13:29:27.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
55032025-02-23T13:29:29.441Z[ recovery-image] Feb 23 13:29:27.834 INFO O| Feb 23 13:29:27.834 INFO STEP 298 (remove_files) COMPLETE
55042025-02-23T13:29:29.441Z[ recovery-image] Feb 23 13:29:27.834 INFO O| Feb 23 13:29:27.834 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052025-02-23T13:29:29.517Z[ recovery-image] Feb 23 13:29:27.910 INFO O| Feb 23 13:29:27.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
55062025-02-23T13:29:29.519Z[ recovery-image] Feb 23 13:29:27.910 INFO O| Feb 23 13:29:27.910 INFO STEP 299 (remove_files) COMPLETE
55072025-02-23T13:29:29.519Z[ recovery-image] Feb 23 13:29:27.910 INFO O| Feb 23 13:29:27.910 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082025-02-23T13:29:29.544Z[ recovery-image] Feb 23 13:29:27.936 INFO O| Feb 23 13:29:27.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
55092025-02-23T13:29:29.547Z[ recovery-image] Feb 23 13:29:27.937 INFO O| Feb 23 13:29:27.937 INFO STEP 300 (remove_files) COMPLETE
55102025-02-23T13:29:29.547Z[ recovery-image] Feb 23 13:29:27.937 INFO O| Feb 23 13:29:27.937 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112025-02-23T13:29:29.570Z[ recovery-image] Feb 23 13:29:27.962 INFO O| Feb 23 13:29:27.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
55122025-02-23T13:29:29.573Z[ recovery-image] Feb 23 13:29:27.962 INFO O| Feb 23 13:29:27.962 INFO STEP 301 (remove_files) COMPLETE
55132025-02-23T13:29:29.573Z[ recovery-image] Feb 23 13:29:27.962 INFO O| Feb 23 13:29:27.962 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142025-02-23T13:29:29.592Z[ recovery-image] Feb 23 13:29:27.985 INFO O| Feb 23 13:29:27.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
55152025-02-23T13:29:29.594Z[ recovery-image] Feb 23 13:29:27.985 INFO O| Feb 23 13:29:27.985 INFO STEP 302 (remove_files) COMPLETE
55162025-02-23T13:29:29.595Z[ recovery-image] Feb 23 13:29:27.986 INFO O| Feb 23 13:29:27.986 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172025-02-23T13:29:29.652Z[ recovery-image] Feb 23 13:29:28.045 INFO O| Feb 23 13:29:28.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
55182025-02-23T13:29:29.652Z[ recovery-image] Feb 23 13:29:28.045 INFO O| Feb 23 13:29:28.045 INFO STEP 303 (remove_files) COMPLETE
55192025-02-23T13:29:29.652Z[ recovery-image] Feb 23 13:29:28.045 INFO O| Feb 23 13:29:28.045 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202025-02-23T13:29:29.680Z[ recovery-image] Feb 23 13:29:28.071 INFO O| Feb 23 13:29:28.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
55212025-02-23T13:29:29.681Z[ recovery-image] Feb 23 13:29:28.072 INFO O| Feb 23 13:29:28.072 INFO STEP 304 (remove_files) COMPLETE
55222025-02-23T13:29:29.684Z[ recovery-image] Feb 23 13:29:28.072 INFO O| Feb 23 13:29:28.072 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-02-23T13:29:29.704Z[ recovery-image] Feb 23 13:29:28.096 INFO O| Feb 23 13:29:28.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
55242025-02-23T13:29:29.704Z[ recovery-image] Feb 23 13:29:28.097 INFO O| Feb 23 13:29:28.096 INFO STEP 305 (remove_files) COMPLETE
55252025-02-23T13:29:29.704Z[ recovery-image] Feb 23 13:29:28.097 INFO O| Feb 23 13:29:28.097 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262025-02-23T13:29:29.730Z[ recovery-image] Feb 23 13:29:28.123 INFO O| Feb 23 13:29:28.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
55272025-02-23T13:29:29.730Z[ recovery-image] Feb 23 13:29:28.124 INFO O| Feb 23 13:29:28.124 INFO STEP 306 (remove_files) COMPLETE
55282025-02-23T13:29:29.734Z[ recovery-image] Feb 23 13:29:28.124 INFO O| Feb 23 13:29:28.124 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292025-02-23T13:29:29.761Z[ recovery-image] Feb 23 13:29:28.148 INFO O| Feb 23 13:29:28.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
55302025-02-23T13:29:29.762Z[ recovery-image] Feb 23 13:29:28.148 INFO O| Feb 23 13:29:28.148 INFO STEP 307 (remove_files) COMPLETE
55312025-02-23T13:29:29.767Z[ recovery-image] Feb 23 13:29:28.149 INFO O| Feb 23 13:29:28.148 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322025-02-23T13:29:29.789Z[ recovery-image] Feb 23 13:29:28.173 INFO O| Feb 23 13:29:28.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
55332025-02-23T13:29:29.789Z[ recovery-image] Feb 23 13:29:28.173 INFO O| Feb 23 13:29:28.173 INFO STEP 308 (remove_files) COMPLETE
55342025-02-23T13:29:29.795Z[ recovery-image] Feb 23 13:29:28.173 INFO O| Feb 23 13:29:28.173 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352025-02-23T13:29:29.826Z[ recovery-image] Feb 23 13:29:28.218 INFO O| Feb 23 13:29:28.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
55362025-02-23T13:29:29.826Z[ recovery-image] Feb 23 13:29:28.219 INFO O| Feb 23 13:29:28.219 INFO STEP 309 (remove_files) COMPLETE
55372025-02-23T13:29:29.826Z[ recovery-image] Feb 23 13:29:28.219 INFO O| Feb 23 13:29:28.219 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382025-02-23T13:29:29.851Z[ recovery-image] Feb 23 13:29:28.244 INFO O| Feb 23 13:29:28.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
55392025-02-23T13:29:29.851Z[ recovery-image] Feb 23 13:29:28.244 INFO O| Feb 23 13:29:28.244 INFO STEP 310 (remove_files) COMPLETE
55402025-02-23T13:29:29.854Z[ recovery-image] Feb 23 13:29:28.244 INFO O| Feb 23 13:29:28.244 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412025-02-23T13:29:29.874Z[ recovery-image] Feb 23 13:29:28.267 INFO O| Feb 23 13:29:28.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
55422025-02-23T13:29:29.874Z[ recovery-image] Feb 23 13:29:28.267 INFO O| Feb 23 13:29:28.267 INFO STEP 311 (remove_files) COMPLETE
55432025-02-23T13:29:29.874Z[ recovery-image] Feb 23 13:29:28.267 INFO O| Feb 23 13:29:28.267 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442025-02-23T13:29:29.900Z[ recovery-image] Feb 23 13:29:28.291 INFO O| Feb 23 13:29:28.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
55452025-02-23T13:29:29.900Z[ recovery-image] Feb 23 13:29:28.291 INFO O| Feb 23 13:29:28.291 INFO STEP 312 (remove_files) COMPLETE
55462025-02-23T13:29:29.903Z[ recovery-image] Feb 23 13:29:28.291 INFO O| Feb 23 13:29:28.291 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472025-02-23T13:29:29.925Z[ recovery-image] Feb 23 13:29:28.318 INFO O| Feb 23 13:29:28.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
55482025-02-23T13:29:29.925Z[ recovery-image] Feb 23 13:29:28.318 INFO O| Feb 23 13:29:28.318 INFO STEP 313 (remove_files) COMPLETE
55492025-02-23T13:29:29.928Z[ recovery-image] Feb 23 13:29:28.318 INFO O| Feb 23 13:29:28.318 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502025-02-23T13:29:29.951Z[ recovery-image] Feb 23 13:29:28.343 INFO O| Feb 23 13:29:28.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
55512025-02-23T13:29:29.951Z[ recovery-image] Feb 23 13:29:28.343 INFO O| Feb 23 13:29:28.343 INFO STEP 314 (remove_files) COMPLETE
55522025-02-23T13:29:29.954Z[ recovery-image] Feb 23 13:29:28.343 INFO O| Feb 23 13:29:28.343 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-02-23T13:29:29.974Z[ recovery-image] Feb 23 13:29:28.366 INFO O| Feb 23 13:29:28.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
55542025-02-23T13:29:29.974Z[ recovery-image] Feb 23 13:29:28.366 INFO O| Feb 23 13:29:28.366 INFO STEP 315 (remove_files) COMPLETE
55552025-02-23T13:29:29.974Z[ recovery-image] Feb 23 13:29:28.366 INFO O| Feb 23 13:29:28.366 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-02-23T13:29:29.998Z[ recovery-image] Feb 23 13:29:28.391 INFO O| Feb 23 13:29:28.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
55572025-02-23T13:29:29.998Z[ recovery-image] Feb 23 13:29:28.391 INFO O| Feb 23 13:29:28.391 INFO STEP 316 (remove_files) COMPLETE
55582025-02-23T13:29:30.001Z[ recovery-image] Feb 23 13:29:28.391 INFO O| Feb 23 13:29:28.391 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592025-02-23T13:29:30.026Z[ recovery-image] Feb 23 13:29:28.419 INFO O| Feb 23 13:29:28.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
55602025-02-23T13:29:30.026Z[ recovery-image] Feb 23 13:29:28.419 INFO O| Feb 23 13:29:28.419 INFO STEP 317 (remove_files) COMPLETE
55612025-02-23T13:29:30.030Z[ recovery-image] Feb 23 13:29:28.419 INFO O| Feb 23 13:29:28.419 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622025-02-23T13:29:30.052Z[ recovery-image] Feb 23 13:29:28.445 INFO O| Feb 23 13:29:28.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
55632025-02-23T13:29:30.052Z[ recovery-image] Feb 23 13:29:28.445 INFO O| Feb 23 13:29:28.445 INFO STEP 318 (remove_files) COMPLETE
55642025-02-23T13:29:30.052Z[ recovery-image] Feb 23 13:29:28.445 INFO O| Feb 23 13:29:28.445 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652025-02-23T13:29:30.096Z[ recovery-image] Feb 23 13:29:28.485 INFO O| Feb 23 13:29:28.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
55662025-02-23T13:29:30.096Z[ recovery-image] Feb 23 13:29:28.485 INFO O| Feb 23 13:29:28.485 INFO STEP 319 (remove_files) COMPLETE
55672025-02-23T13:29:30.096Z[ recovery-image] Feb 23 13:29:28.485 INFO O| Feb 23 13:29:28.485 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682025-02-23T13:29:30.120Z[ recovery-image] Feb 23 13:29:28.512 INFO O| Feb 23 13:29:28.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
55692025-02-23T13:29:30.120Z[ recovery-image] Feb 23 13:29:28.512 INFO O| Feb 23 13:29:28.512 INFO STEP 320 (remove_files) COMPLETE
55702025-02-23T13:29:30.120Z[ recovery-image] Feb 23 13:29:28.512 INFO O| Feb 23 13:29:28.512 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712025-02-23T13:29:30.144Z[ recovery-image] Feb 23 13:29:28.536 INFO O| Feb 23 13:29:28.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
55722025-02-23T13:29:30.144Z[ recovery-image] Feb 23 13:29:28.536 INFO O| Feb 23 13:29:28.536 INFO STEP 321 (remove_files) COMPLETE
55732025-02-23T13:29:30.144Z[ recovery-image] Feb 23 13:29:28.536 INFO O| Feb 23 13:29:28.536 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742025-02-23T13:29:30.183Z[ recovery-image] Feb 23 13:29:28.575 INFO O| Feb 23 13:29:28.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
55752025-02-23T13:29:30.183Z[ recovery-image] Feb 23 13:29:28.575 INFO O| Feb 23 13:29:28.575 INFO STEP 322 (remove_files) COMPLETE
55762025-02-23T13:29:30.183Z[ recovery-image] Feb 23 13:29:28.575 INFO O| Feb 23 13:29:28.575 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772025-02-23T13:29:30.208Z[ recovery-image] Feb 23 13:29:28.601 INFO O| Feb 23 13:29:28.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
55782025-02-23T13:29:30.208Z[ recovery-image] Feb 23 13:29:28.601 INFO O| Feb 23 13:29:28.601 INFO STEP 323 (remove_files) COMPLETE
55792025-02-23T13:29:30.208Z[ recovery-image] Feb 23 13:29:28.601 INFO O| Feb 23 13:29:28.601 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-02-23T13:29:30.234Z[ recovery-image] Feb 23 13:29:28.627 INFO O| Feb 23 13:29:28.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
55812025-02-23T13:29:30.234Z[ recovery-image] Feb 23 13:29:28.627 INFO O| Feb 23 13:29:28.627 INFO STEP 324 (remove_files) COMPLETE
55822025-02-23T13:29:30.234Z[ recovery-image] Feb 23 13:29:28.627 INFO O| Feb 23 13:29:28.627 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832025-02-23T13:29:30.259Z[ recovery-image] Feb 23 13:29:28.651 INFO O| Feb 23 13:29:28.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
55842025-02-23T13:29:30.259Z[ recovery-image] Feb 23 13:29:28.651 INFO O| Feb 23 13:29:28.651 INFO STEP 325 (remove_files) COMPLETE
55852025-02-23T13:29:30.259Z[ recovery-image] Feb 23 13:29:28.651 INFO O| Feb 23 13:29:28.651 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862025-02-23T13:29:30.283Z[ recovery-image] Feb 23 13:29:28.674 INFO O| Feb 23 13:29:28.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
55872025-02-23T13:29:30.283Z[ recovery-image] Feb 23 13:29:28.674 INFO O| Feb 23 13:29:28.674 INFO STEP 326 (remove_files) COMPLETE
55882025-02-23T13:29:30.283Z[ recovery-image] Feb 23 13:29:28.675 INFO O| Feb 23 13:29:28.674 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892025-02-23T13:29:30.343Z[ recovery-image] Feb 23 13:29:28.735 INFO O| Feb 23 13:29:28.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
55902025-02-23T13:29:30.343Z[ recovery-image] Feb 23 13:29:28.736 INFO O| Feb 23 13:29:28.736 INFO STEP 327 (remove_files) COMPLETE
55912025-02-23T13:29:30.345Z[ recovery-image] Feb 23 13:29:28.736 INFO O| Feb 23 13:29:28.736 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922025-02-23T13:29:30.366Z[ recovery-image] Feb 23 13:29:28.759 INFO O| Feb 23 13:29:28.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
55932025-02-23T13:29:30.367Z[ recovery-image] Feb 23 13:29:28.760 INFO O| Feb 23 13:29:28.760 INFO STEP 328 (remove_files) COMPLETE
55942025-02-23T13:29:30.367Z[ recovery-image] Feb 23 13:29:28.760 INFO O| Feb 23 13:29:28.760 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952025-02-23T13:29:30.392Z[ host-image] Feb 23 13:29:28.783 INFO O| Feb 23 13:29:28.783 INFO O| Download: Completed 1.46 MB in 1.11 seconds (1.3M/s)
55962025-02-23T13:29:30.395Z[ recovery-image] Feb 23 13:29:28.786 INFO O| Feb 23 13:29:28.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
55972025-02-23T13:29:30.395Z[ recovery-image] Feb 23 13:29:28.786 INFO O| Feb 23 13:29:28.786 INFO STEP 329 (remove_files) COMPLETE
55982025-02-23T13:29:30.395Z[ recovery-image] Feb 23 13:29:28.786 INFO O| Feb 23 13:29:28.786 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992025-02-23T13:29:30.490Z[ recovery-image] Feb 23 13:29:28.877 INFO O| Feb 23 13:29:28.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
56002025-02-23T13:29:30.499Z[ recovery-image] Feb 23 13:29:28.877 INFO O| Feb 23 13:29:28.877 INFO STEP 330 (remove_files) COMPLETE
56012025-02-23T13:29:30.499Z[ recovery-image] Feb 23 13:29:28.877 INFO O| Feb 23 13:29:28.877 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022025-02-23T13:29:30.510Z[ host-image] Feb 23 13:29:28.902 INFO O| Feb 23 13:29:28.902 INFO O| Actions: 1/306 actions (Installing new actions)
56032025-02-23T13:29:30.539Z[ recovery-image] Feb 23 13:29:28.931 INFO O| Feb 23 13:29:28.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
56042025-02-23T13:29:30.539Z[ recovery-image] Feb 23 13:29:28.931 INFO O| Feb 23 13:29:28.931 INFO STEP 331 (remove_files) COMPLETE
56052025-02-23T13:29:30.539Z[ recovery-image] Feb 23 13:29:28.931 INFO O| Feb 23 13:29:28.931 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062025-02-23T13:29:30.583Z[ recovery-image] Feb 23 13:29:28.975 INFO O| Feb 23 13:29:28.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
56072025-02-23T13:29:30.583Z[ recovery-image] Feb 23 13:29:28.975 INFO O| Feb 23 13:29:28.975 INFO STEP 332 (remove_files) COMPLETE
56082025-02-23T13:29:30.583Z[ recovery-image] Feb 23 13:29:28.975 INFO O| Feb 23 13:29:28.975 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092025-02-23T13:29:30.612Z[ recovery-image] Feb 23 13:29:29.000 INFO O| Feb 23 13:29:29.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
56102025-02-23T13:29:30.612Z[ recovery-image] Feb 23 13:29:29.000 INFO O| Feb 23 13:29:29.000 INFO STEP 333 (remove_files) COMPLETE
56112025-02-23T13:29:30.626Z[ recovery-image] Feb 23 13:29:29.000 INFO O| Feb 23 13:29:29.000 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122025-02-23T13:29:30.638Z[ recovery-image] Feb 23 13:29:29.027 INFO O| Feb 23 13:29:29.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
56132025-02-23T13:29:30.638Z[ recovery-image] Feb 23 13:29:29.027 INFO O| Feb 23 13:29:29.027 INFO STEP 334 (remove_files) COMPLETE
56142025-02-23T13:29:30.638Z[ recovery-image] Feb 23 13:29:29.027 INFO O| Feb 23 13:29:29.027 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152025-02-23T13:29:30.684Z[ host-image] Feb 23 13:29:29.075 INFO O| Feb 23 13:29:29.075 INFO O| Actions: Completed 306 actions in 0.17 seconds.
56162025-02-23T13:29:30.701Z[ recovery-image] Feb 23 13:29:29.084 INFO O| Feb 23 13:29:29.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
56172025-02-23T13:29:30.706Z[ recovery-image] Feb 23 13:29:29.085 INFO O| Feb 23 13:29:29.084 INFO STEP 335 (remove_files) COMPLETE
56182025-02-23T13:29:30.706Z[ recovery-image] Feb 23 13:29:29.085 INFO O| Feb 23 13:29:29.085 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192025-02-23T13:29:30.719Z[ recovery-image] Feb 23 13:29:29.111 INFO O| Feb 23 13:29:29.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
56202025-02-23T13:29:30.719Z[ recovery-image] Feb 23 13:29:29.111 INFO O| Feb 23 13:29:29.111 INFO STEP 336 (remove_files) COMPLETE
56212025-02-23T13:29:30.719Z[ recovery-image] Feb 23 13:29:29.111 INFO O| Feb 23 13:29:29.111 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-02-23T13:29:30.744Z[ recovery-image] Feb 23 13:29:29.137 INFO O| Feb 23 13:29:29.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
56232025-02-23T13:29:30.744Z[ recovery-image] Feb 23 13:29:29.137 INFO O| Feb 23 13:29:29.137 INFO STEP 337 (remove_files) COMPLETE
56242025-02-23T13:29:30.744Z[ recovery-image] Feb 23 13:29:29.137 INFO O| Feb 23 13:29:29.137 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252025-02-23T13:29:30.778Z[ recovery-image] Feb 23 13:29:29.171 INFO O| Feb 23 13:29:29.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
56262025-02-23T13:29:30.778Z[ recovery-image] Feb 23 13:29:29.171 INFO O| Feb 23 13:29:29.171 INFO STEP 338 (remove_files) COMPLETE
56272025-02-23T13:29:30.781Z[ recovery-image] Feb 23 13:29:29.171 INFO O| Feb 23 13:29:29.171 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282025-02-23T13:29:30.823Z[ recovery-image] Feb 23 13:29:29.216 INFO O| Feb 23 13:29:29.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
56292025-02-23T13:29:30.823Z[ recovery-image] Feb 23 13:29:29.216 INFO O| Feb 23 13:29:29.216 INFO STEP 339 (remove_files) COMPLETE
56302025-02-23T13:29:30.826Z[ recovery-image] Feb 23 13:29:29.216 INFO O| Feb 23 13:29:29.216 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312025-02-23T13:29:30.869Z[ recovery-image] Feb 23 13:29:29.262 INFO O| Feb 23 13:29:29.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
56322025-02-23T13:29:30.869Z[ recovery-image] Feb 23 13:29:29.262 INFO O| Feb 23 13:29:29.262 INFO STEP 340 (remove_files) COMPLETE
56332025-02-23T13:29:30.873Z[ recovery-image] Feb 23 13:29:29.263 INFO O| Feb 23 13:29:29.262 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342025-02-23T13:29:30.892Z[ recovery-image] Feb 23 13:29:29.284 INFO O| Feb 23 13:29:29.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
56352025-02-23T13:29:30.892Z[ recovery-image] Feb 23 13:29:29.284 INFO O| Feb 23 13:29:29.284 INFO STEP 341 (remove_files) COMPLETE
56362025-02-23T13:29:30.892Z[ recovery-image] Feb 23 13:29:29.284 INFO O| Feb 23 13:29:29.284 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372025-02-23T13:29:30.924Z[ recovery-image] Feb 23 13:29:29.316 INFO O| Feb 23 13:29:29.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
56382025-02-23T13:29:30.924Z[ recovery-image] Feb 23 13:29:29.316 INFO O| Feb 23 13:29:29.316 INFO STEP 342 (remove_files) COMPLETE
56392025-02-23T13:29:30.935Z[ recovery-image] Feb 23 13:29:29.316 INFO O| Feb 23 13:29:29.316 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402025-02-23T13:29:30.953Z[ recovery-image] Feb 23 13:29:29.345 INFO O| Feb 23 13:29:29.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
56412025-02-23T13:29:30.953Z[ recovery-image] Feb 23 13:29:29.346 INFO O| Feb 23 13:29:29.345 INFO STEP 343 (remove_files) COMPLETE
56422025-02-23T13:29:30.959Z[ recovery-image] Feb 23 13:29:29.346 INFO O| Feb 23 13:29:29.346 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432025-02-23T13:29:30.981Z[ recovery-image] Feb 23 13:29:29.374 INFO O| Feb 23 13:29:29.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
56442025-02-23T13:29:30.981Z[ recovery-image] Feb 23 13:29:29.374 INFO O| Feb 23 13:29:29.374 INFO STEP 344 (remove_files) COMPLETE
56452025-02-23T13:29:30.981Z[ recovery-image] Feb 23 13:29:29.374 INFO O| Feb 23 13:29:29.374 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462025-02-23T13:29:31.027Z[ recovery-image] Feb 23 13:29:29.419 INFO O| Feb 23 13:29:29.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
56472025-02-23T13:29:31.027Z[ recovery-image] Feb 23 13:29:29.419 INFO O| Feb 23 13:29:29.419 INFO STEP 345 (remove_files) COMPLETE
56482025-02-23T13:29:31.027Z[ recovery-image] Feb 23 13:29:29.419 INFO O| Feb 23 13:29:29.419 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492025-02-23T13:29:31.054Z[ recovery-image] Feb 23 13:29:29.445 INFO O| Feb 23 13:29:29.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
56502025-02-23T13:29:31.056Z[ recovery-image] Feb 23 13:29:29.445 INFO O| Feb 23 13:29:29.445 INFO STEP 346 (remove_files) COMPLETE
56512025-02-23T13:29:31.056Z[ recovery-image] Feb 23 13:29:29.445 INFO O| Feb 23 13:29:29.445 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522025-02-23T13:29:31.096Z[ recovery-image] Feb 23 13:29:29.483 INFO O| Feb 23 13:29:29.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
56532025-02-23T13:29:31.096Z[ recovery-image] Feb 23 13:29:29.483 INFO O| Feb 23 13:29:29.483 INFO STEP 347 (remove_files) COMPLETE
56542025-02-23T13:29:31.096Z[ recovery-image] Feb 23 13:29:29.483 INFO O| Feb 23 13:29:29.483 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552025-02-23T13:29:31.115Z[ recovery-image] Feb 23 13:29:29.507 INFO O| Feb 23 13:29:29.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
56562025-02-23T13:29:31.115Z[ recovery-image] Feb 23 13:29:29.507 INFO O| Feb 23 13:29:29.507 INFO STEP 348 (remove_files) COMPLETE
56572025-02-23T13:29:31.115Z[ recovery-image] Feb 23 13:29:29.507 INFO O| Feb 23 13:29:29.507 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582025-02-23T13:29:31.167Z[ recovery-image] Feb 23 13:29:29.560 INFO O| Feb 23 13:29:29.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
56592025-02-23T13:29:31.167Z[ recovery-image] Feb 23 13:29:29.560 INFO O| Feb 23 13:29:29.560 INFO STEP 349 (remove_files) COMPLETE
56602025-02-23T13:29:31.172Z[ recovery-image] Feb 23 13:29:29.560 INFO O| Feb 23 13:29:29.560 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612025-02-23T13:29:31.188Z[ recovery-image] Feb 23 13:29:29.580 INFO O| Feb 23 13:29:29.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
56622025-02-23T13:29:31.188Z[ recovery-image] Feb 23 13:29:29.580 INFO O| Feb 23 13:29:29.580 INFO STEP 350 (remove_files) COMPLETE
56632025-02-23T13:29:31.193Z[ recovery-image] Feb 23 13:29:29.580 INFO O| Feb 23 13:29:29.580 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642025-02-23T13:29:31.219Z[ recovery-image] Feb 23 13:29:29.611 INFO O| Feb 23 13:29:29.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
56652025-02-23T13:29:31.219Z[ recovery-image] Feb 23 13:29:29.611 INFO O| Feb 23 13:29:29.611 INFO STEP 351 (remove_files) COMPLETE
56662025-02-23T13:29:31.219Z[ recovery-image] Feb 23 13:29:29.611 INFO O| Feb 23 13:29:29.611 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672025-02-23T13:29:31.248Z[ recovery-image] Feb 23 13:29:29.640 INFO O| Feb 23 13:29:29.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
56682025-02-23T13:29:31.248Z[ recovery-image] Feb 23 13:29:29.640 INFO O| Feb 23 13:29:29.640 INFO STEP 352 (remove_files) COMPLETE
56692025-02-23T13:29:31.248Z[ recovery-image] Feb 23 13:29:29.640 INFO O| Feb 23 13:29:29.640 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702025-02-23T13:29:31.285Z[ recovery-image] Feb 23 13:29:29.677 INFO O| Feb 23 13:29:29.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
56712025-02-23T13:29:31.285Z[ recovery-image] Feb 23 13:29:29.677 INFO O| Feb 23 13:29:29.677 INFO STEP 353 (remove_files) COMPLETE
56722025-02-23T13:29:31.285Z[ recovery-image] Feb 23 13:29:29.677 INFO O| Feb 23 13:29:29.677 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732025-02-23T13:29:31.314Z[ recovery-image] Feb 23 13:29:29.706 INFO O| Feb 23 13:29:29.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
56742025-02-23T13:29:31.316Z[ recovery-image] Feb 23 13:29:29.707 INFO O| Feb 23 13:29:29.706 INFO STEP 354 (remove_files) COMPLETE
56752025-02-23T13:29:31.316Z[ recovery-image] Feb 23 13:29:29.707 INFO O| Feb 23 13:29:29.707 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-02-23T13:29:31.341Z[ recovery-image] Feb 23 13:29:29.734 INFO O| Feb 23 13:29:29.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
56772025-02-23T13:29:31.346Z[ recovery-image] Feb 23 13:29:29.734 INFO O| Feb 23 13:29:29.734 INFO STEP 355 (remove_files) COMPLETE
56782025-02-23T13:29:31.346Z[ recovery-image] Feb 23 13:29:29.734 INFO O| Feb 23 13:29:29.734 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-02-23T13:29:31.365Z[ recovery-image] Feb 23 13:29:29.758 INFO O| Feb 23 13:29:29.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
56802025-02-23T13:29:31.368Z[ recovery-image] Feb 23 13:29:29.758 INFO O| Feb 23 13:29:29.758 INFO STEP 356 (remove_files) COMPLETE
56812025-02-23T13:29:31.368Z[ recovery-image] Feb 23 13:29:29.758 INFO O| Feb 23 13:29:29.758 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-02-23T13:29:31.389Z[ recovery-image] Feb 23 13:29:29.781 INFO O| Feb 23 13:29:29.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
56832025-02-23T13:29:31.392Z[ recovery-image] Feb 23 13:29:29.782 INFO O| Feb 23 13:29:29.782 INFO STEP 357 (remove_files) COMPLETE
56842025-02-23T13:29:31.392Z[ recovery-image] Feb 23 13:29:29.782 INFO O| Feb 23 13:29:29.782 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-02-23T13:29:31.414Z[ recovery-image] Feb 23 13:29:29.805 INFO O| Feb 23 13:29:29.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
56862025-02-23T13:29:31.420Z[ recovery-image] Feb 23 13:29:29.806 INFO O| Feb 23 13:29:29.806 INFO STEP 358 (remove_files) COMPLETE
56872025-02-23T13:29:31.420Z[ recovery-image] Feb 23 13:29:29.806 INFO O| Feb 23 13:29:29.806 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882025-02-23T13:29:31.430Z[ host-image] Feb 23 13:29:29.818 INFO O| Feb 23 13:29:29.817 INFO O| Done
56892025-02-23T13:29:31.430Z[ host-image] Feb 23 13:29:29.818 INFO O| Feb 23 13:29:29.817 INFO O| Done
56902025-02-23T13:29:31.461Z[ recovery-image] Feb 23 13:29:29.854 INFO O| Feb 23 13:29:29.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
56912025-02-23T13:29:31.465Z[ recovery-image] Feb 23 13:29:29.854 INFO O| Feb 23 13:29:29.854 INFO STEP 359 (remove_files) COMPLETE
56922025-02-23T13:29:31.465Z[ recovery-image] Feb 23 13:29:29.854 INFO O| Feb 23 13:29:29.854 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932025-02-23T13:29:31.500Z[ recovery-image] Feb 23 13:29:29.893 INFO O| Feb 23 13:29:29.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
56942025-02-23T13:29:31.504Z[ recovery-image] Feb 23 13:29:29.893 INFO O| Feb 23 13:29:29.893 INFO STEP 360 (remove_files) COMPLETE
56952025-02-23T13:29:31.504Z[ recovery-image] Feb 23 13:29:29.893 INFO O| Feb 23 13:29:29.893 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962025-02-23T13:29:31.531Z[ recovery-image] Feb 23 13:29:29.923 INFO O| Feb 23 13:29:29.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
56972025-02-23T13:29:31.536Z[ recovery-image] Feb 23 13:29:29.924 INFO O| Feb 23 13:29:29.923 INFO STEP 361 (remove_files) COMPLETE
56982025-02-23T13:29:31.536Z[ recovery-image] Feb 23 13:29:29.924 INFO O| Feb 23 13:29:29.924 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992025-02-23T13:29:31.581Z[ recovery-image] Feb 23 13:29:29.970 INFO O| Feb 23 13:29:29.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
57002025-02-23T13:29:31.589Z[ recovery-image] Feb 23 13:29:29.982 INFO O| Feb 23 13:29:29.982 INFO STEP 362 (remove_files) COMPLETE
57012025-02-23T13:29:31.589Z[ recovery-image] Feb 23 13:29:29.982 INFO O| Feb 23 13:29:29.982 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022025-02-23T13:29:31.626Z[ recovery-image] Feb 23 13:29:30.018 INFO O| Feb 23 13:29:30.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
57032025-02-23T13:29:31.626Z[ recovery-image] Feb 23 13:29:30.018 INFO O| Feb 23 13:29:30.018 INFO STEP 363 (remove_files) COMPLETE
57042025-02-23T13:29:31.628Z[ recovery-image] Feb 23 13:29:30.018 INFO O| Feb 23 13:29:30.018 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052025-02-23T13:29:31.729Z[ recovery-image] Feb 23 13:29:30.122 INFO O| Feb 23 13:29:30.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
57062025-02-23T13:29:31.729Z[ recovery-image] Feb 23 13:29:30.122 INFO O| Feb 23 13:29:30.122 INFO STEP 364 (remove_files) COMPLETE
57072025-02-23T13:29:31.732Z[ recovery-image] Feb 23 13:29:30.122 INFO O| Feb 23 13:29:30.122 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082025-02-23T13:29:31.768Z[ recovery-image] Feb 23 13:29:30.159 INFO O| Feb 23 13:29:30.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
57092025-02-23T13:29:31.768Z[ recovery-image] Feb 23 13:29:30.159 INFO O| Feb 23 13:29:30.159 INFO STEP 365 (remove_files) COMPLETE
57102025-02-23T13:29:31.771Z[ recovery-image] Feb 23 13:29:30.159 INFO O| Feb 23 13:29:30.159 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112025-02-23T13:29:31.790Z[ recovery-image] Feb 23 13:29:30.181 INFO O| Feb 23 13:29:30.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
57122025-02-23T13:29:31.790Z[ recovery-image] Feb 23 13:29:30.181 INFO O| Feb 23 13:29:30.181 INFO STEP 366 (remove_files) COMPLETE
57132025-02-23T13:29:31.790Z[ recovery-image] Feb 23 13:29:30.181 INFO O| Feb 23 13:29:30.181 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142025-02-23T13:29:31.857Z[ recovery-image] Feb 23 13:29:30.250 INFO O| Feb 23 13:29:30.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
57152025-02-23T13:29:31.857Z[ recovery-image] Feb 23 13:29:30.250 INFO O| Feb 23 13:29:30.250 INFO STEP 367 (remove_files) COMPLETE
57162025-02-23T13:29:31.860Z[ recovery-image] Feb 23 13:29:30.250 INFO O| Feb 23 13:29:30.250 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172025-02-23T13:29:31.879Z[ recovery-image] Feb 23 13:29:30.271 INFO O| Feb 23 13:29:30.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
57182025-02-23T13:29:31.879Z[ recovery-image] Feb 23 13:29:30.271 INFO O| Feb 23 13:29:30.271 INFO STEP 368 (remove_files) COMPLETE
57192025-02-23T13:29:31.879Z[ recovery-image] Feb 23 13:29:30.271 INFO O| Feb 23 13:29:30.271 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202025-02-23T13:29:31.902Z[ recovery-image] Feb 23 13:29:30.294 INFO O| Feb 23 13:29:30.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
57212025-02-23T13:29:31.902Z[ recovery-image] Feb 23 13:29:30.294 INFO O| Feb 23 13:29:30.294 INFO STEP 369 (remove_files) COMPLETE
57222025-02-23T13:29:31.902Z[ recovery-image] Feb 23 13:29:30.294 INFO O| Feb 23 13:29:30.294 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232025-02-23T13:29:32.005Z[ recovery-image] Feb 23 13:29:30.398 INFO O| Feb 23 13:29:30.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
57242025-02-23T13:29:32.012Z[ recovery-image] Feb 23 13:29:30.398 INFO O| Feb 23 13:29:30.398 INFO STEP 370 (remove_files) COMPLETE
57252025-02-23T13:29:32.012Z[ recovery-image] Feb 23 13:29:30.398 INFO O| Feb 23 13:29:30.398 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262025-02-23T13:29:32.099Z[ recovery-image] Feb 23 13:29:30.492 INFO O| Feb 23 13:29:30.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
57272025-02-23T13:29:32.102Z[ recovery-image] Feb 23 13:29:30.492 INFO O| Feb 23 13:29:30.492 INFO STEP 371 (remove_files) COMPLETE
57282025-02-23T13:29:32.102Z[ recovery-image] Feb 23 13:29:30.492 INFO O| Feb 23 13:29:30.492 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292025-02-23T13:29:32.137Z[ recovery-image] Feb 23 13:29:30.528 INFO O| Feb 23 13:29:30.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
57302025-02-23T13:29:32.141Z[ recovery-image] Feb 23 13:29:30.529 INFO O| Feb 23 13:29:30.528 INFO STEP 372 (remove_files) COMPLETE
57312025-02-23T13:29:32.141Z[ recovery-image] Feb 23 13:29:30.529 INFO O| Feb 23 13:29:30.528 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322025-02-23T13:29:32.184Z[ recovery-image] Feb 23 13:29:30.569 INFO O| Feb 23 13:29:30.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
57332025-02-23T13:29:32.189Z[ recovery-image] Feb 23 13:29:30.569 INFO O| Feb 23 13:29:30.569 INFO STEP 373 (remove_files) COMPLETE
57342025-02-23T13:29:32.189Z[ recovery-image] Feb 23 13:29:30.570 INFO O| Feb 23 13:29:30.569 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352025-02-23T13:29:32.213Z[ recovery-image] Feb 23 13:29:30.605 INFO O| Feb 23 13:29:30.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
57362025-02-23T13:29:32.219Z[ recovery-image] Feb 23 13:29:30.612 INFO O| Feb 23 13:29:30.612 INFO STEP 374 (remove_files) COMPLETE
57372025-02-23T13:29:32.219Z[ recovery-image] Feb 23 13:29:30.612 INFO O| Feb 23 13:29:30.612 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382025-02-23T13:29:32.255Z[ recovery-image] Feb 23 13:29:30.648 INFO O| Feb 23 13:29:30.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
57392025-02-23T13:29:32.255Z[ recovery-image] Feb 23 13:29:30.648 INFO O| Feb 23 13:29:30.648 INFO STEP 375 (remove_files) COMPLETE
57402025-02-23T13:29:32.255Z[ recovery-image] Feb 23 13:29:30.648 INFO O| Feb 23 13:29:30.648 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412025-02-23T13:29:32.297Z[ recovery-image] Feb 23 13:29:30.687 INFO O| Feb 23 13:29:30.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
57422025-02-23T13:29:32.297Z[ recovery-image] Feb 23 13:29:30.687 INFO O| Feb 23 13:29:30.687 INFO STEP 376 (remove_files) COMPLETE
57432025-02-23T13:29:32.297Z[ recovery-image] Feb 23 13:29:30.687 INFO O| Feb 23 13:29:30.687 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442025-02-23T13:29:32.331Z[ recovery-image] Feb 23 13:29:30.716 INFO O| Feb 23 13:29:30.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
57452025-02-23T13:29:32.331Z[ recovery-image] Feb 23 13:29:30.716 INFO O| Feb 23 13:29:30.716 INFO STEP 377 (remove_files) COMPLETE
57462025-02-23T13:29:32.331Z[ recovery-image] Feb 23 13:29:30.716 INFO O| Feb 23 13:29:30.716 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472025-02-23T13:29:32.352Z[ recovery-image] Feb 23 13:29:30.743 INFO O| Feb 23 13:29:30.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
57482025-02-23T13:29:32.352Z[ recovery-image] Feb 23 13:29:30.743 INFO O| Feb 23 13:29:30.743 INFO STEP 378 (remove_files) COMPLETE
57492025-02-23T13:29:32.355Z[ recovery-image] Feb 23 13:29:30.743 INFO O| Feb 23 13:29:30.743 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502025-02-23T13:29:32.376Z[ recovery-image] Feb 23 13:29:30.767 INFO O| Feb 23 13:29:30.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
57512025-02-23T13:29:32.376Z[ recovery-image] Feb 23 13:29:30.767 INFO O| Feb 23 13:29:30.767 INFO STEP 379 (remove_files) COMPLETE
57522025-02-23T13:29:32.379Z[ recovery-image] Feb 23 13:29:30.767 INFO O| Feb 23 13:29:30.767 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532025-02-23T13:29:32.400Z[ recovery-image] Feb 23 13:29:30.791 INFO O| Feb 23 13:29:30.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
57542025-02-23T13:29:32.404Z[ recovery-image] Feb 23 13:29:30.791 INFO O| Feb 23 13:29:30.791 INFO STEP 380 (remove_files) COMPLETE
57552025-02-23T13:29:32.404Z[ recovery-image] Feb 23 13:29:30.791 INFO O| Feb 23 13:29:30.791 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562025-02-23T13:29:32.438Z[ recovery-image] Feb 23 13:29:30.829 INFO O| Feb 23 13:29:30.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
57572025-02-23T13:29:32.438Z[ recovery-image] Feb 23 13:29:30.829 INFO O| Feb 23 13:29:30.829 INFO STEP 381 (remove_files) COMPLETE
57582025-02-23T13:29:32.438Z[ recovery-image] Feb 23 13:29:30.829 INFO O| Feb 23 13:29:30.829 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592025-02-23T13:29:32.460Z[ recovery-image] Feb 23 13:29:30.852 INFO O| Feb 23 13:29:30.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
57602025-02-23T13:29:32.460Z[ recovery-image] Feb 23 13:29:30.852 INFO O| Feb 23 13:29:30.852 INFO STEP 382 (remove_files) COMPLETE
57612025-02-23T13:29:32.463Z[ recovery-image] Feb 23 13:29:30.853 INFO O| Feb 23 13:29:30.852 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622025-02-23T13:29:32.496Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
57632025-02-23T13:29:32.525Z[ recovery-image] Feb 23 13:29:30.918 INFO O| Feb 23 13:29:30.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
57642025-02-23T13:29:32.525Z[ recovery-image] Feb 23 13:29:30.918 INFO O| Feb 23 13:29:30.918 INFO STEP 383 (remove_files) COMPLETE
57652025-02-23T13:29:32.528Z[ recovery-image] Feb 23 13:29:30.918 INFO O| Feb 23 13:29:30.918 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662025-02-23T13:29:32.559Z[ recovery-image] Feb 23 13:29:30.951 INFO O| Feb 23 13:29:30.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
57672025-02-23T13:29:32.559Z[ recovery-image] Feb 23 13:29:30.952 INFO O| Feb 23 13:29:30.951 INFO STEP 384 (remove_files) COMPLETE
57682025-02-23T13:29:32.559Z[ recovery-image] Feb 23 13:29:30.952 INFO O| Feb 23 13:29:30.952 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692025-02-23T13:29:32.580Z[ recovery-image] Feb 23 13:29:30.972 INFO O| Feb 23 13:29:30.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
57702025-02-23T13:29:32.580Z[ recovery-image] Feb 23 13:29:30.972 INFO O| Feb 23 13:29:30.972 INFO STEP 385 (remove_files) COMPLETE
57712025-02-23T13:29:32.580Z[ recovery-image] Feb 23 13:29:30.972 INFO O| Feb 23 13:29:30.972 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722025-02-23T13:29:32.601Z[ recovery-image] Feb 23 13:29:30.994 INFO O| Feb 23 13:29:30.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
57732025-02-23T13:29:32.601Z[ recovery-image] Feb 23 13:29:30.994 INFO O| Feb 23 13:29:30.994 INFO STEP 386 (remove_files) COMPLETE
57742025-02-23T13:29:32.601Z[ recovery-image] Feb 23 13:29:30.994 INFO O| Feb 23 13:29:30.994 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752025-02-23T13:29:32.629Z[ recovery-image] Feb 23 13:29:31.022 INFO O| Feb 23 13:29:31.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
57762025-02-23T13:29:32.633Z[ recovery-image] Feb 23 13:29:31.022 INFO O| Feb 23 13:29:31.022 INFO STEP 387 (remove_files) COMPLETE
57772025-02-23T13:29:32.633Z[ recovery-image] Feb 23 13:29:31.022 INFO O| Feb 23 13:29:31.022 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782025-02-23T13:29:32.664Z[ recovery-image] Feb 23 13:29:31.057 INFO O| Feb 23 13:29:31.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
57792025-02-23T13:29:32.664Z[ recovery-image] Feb 23 13:29:31.057 INFO O| Feb 23 13:29:31.057 INFO STEP 388 (remove_files) COMPLETE
57802025-02-23T13:29:32.664Z[ recovery-image] Feb 23 13:29:31.057 INFO O| Feb 23 13:29:31.057 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812025-02-23T13:29:32.707Z[ recovery-image] Feb 23 13:29:31.088 INFO O| Feb 23 13:29:31.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
57822025-02-23T13:29:32.707Z[ recovery-image] Feb 23 13:29:31.088 INFO O| Feb 23 13:29:31.088 INFO STEP 389 (remove_files) COMPLETE
57832025-02-23T13:29:32.712Z[ recovery-image] Feb 23 13:29:31.088 INFO O| Feb 23 13:29:31.088 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842025-02-23T13:29:32.725Z[ recovery-image] Feb 23 13:29:31.115 INFO O| Feb 23 13:29:31.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
57852025-02-23T13:29:32.725Z[ recovery-image] Feb 23 13:29:31.115 INFO O| Feb 23 13:29:31.115 INFO STEP 390 (remove_files) COMPLETE
57862025-02-23T13:29:32.725Z[ recovery-image] Feb 23 13:29:31.115 INFO O| Feb 23 13:29:31.115 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872025-02-23T13:29:32.740Z[ host-image] Feb 23 13:29:31.132 INFO O| Feb 23 13:29:31.132 INFO O| Done
57882025-02-23T13:29:32.755Z[ recovery-image] Feb 23 13:29:31.141 INFO O| Feb 23 13:29:31.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
57892025-02-23T13:29:32.755Z[ recovery-image] Feb 23 13:29:31.141 INFO O| Feb 23 13:29:31.141 INFO STEP 391 (remove_files) COMPLETE
57902025-02-23T13:29:32.755Z[ recovery-image] Feb 23 13:29:31.141 INFO O| Feb 23 13:29:31.141 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-02-23T13:29:32.775Z[ recovery-image] Feb 23 13:29:31.167 INFO O| Feb 23 13:29:31.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
57922025-02-23T13:29:32.775Z[ recovery-image] Feb 23 13:29:31.167 INFO O| Feb 23 13:29:31.167 INFO STEP 392 (remove_files) COMPLETE
57932025-02-23T13:29:32.779Z[ recovery-image] Feb 23 13:29:31.167 INFO O| Feb 23 13:29:31.167 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-02-23T13:29:32.837Z[ recovery-image] Feb 23 13:29:31.222 INFO O| Feb 23 13:29:31.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
57952025-02-23T13:29:32.837Z[ recovery-image] Feb 23 13:29:31.222 INFO O| Feb 23 13:29:31.222 INFO STEP 393 (remove_files) COMPLETE
57962025-02-23T13:29:32.838Z[ recovery-image] Feb 23 13:29:31.222 INFO O| Feb 23 13:29:31.222 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-02-23T13:29:32.858Z[ recovery-image] Feb 23 13:29:31.250 INFO O| Feb 23 13:29:31.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
57982025-02-23T13:29:32.858Z[ recovery-image] Feb 23 13:29:31.251 INFO O| Feb 23 13:29:31.250 INFO STEP 394 (remove_files) COMPLETE
57992025-02-23T13:29:32.858Z[ recovery-image] Feb 23 13:29:31.251 INFO O| Feb 23 13:29:31.250 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-02-23T13:29:32.918Z[ recovery-image] Feb 23 13:29:31.310 INFO O| Feb 23 13:29:31.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
58012025-02-23T13:29:32.918Z[ recovery-image] Feb 23 13:29:31.310 INFO O| Feb 23 13:29:31.310 INFO STEP 395 (remove_files) COMPLETE
58022025-02-23T13:29:32.922Z[ recovery-image] Feb 23 13:29:31.310 INFO O| Feb 23 13:29:31.310 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-02-23T13:29:32.966Z[ recovery-image] Feb 23 13:29:31.358 INFO O| Feb 23 13:29:31.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
58042025-02-23T13:29:32.966Z[ recovery-image] Feb 23 13:29:31.358 INFO O| Feb 23 13:29:31.358 INFO STEP 396 (remove_files) COMPLETE
58052025-02-23T13:29:32.968Z[ recovery-image] Feb 23 13:29:31.358 INFO O| Feb 23 13:29:31.358 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-02-23T13:29:32.999Z[ recovery-image] Feb 23 13:29:31.391 INFO O| Feb 23 13:29:31.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
58072025-02-23T13:29:32.999Z[ recovery-image] Feb 23 13:29:31.391 INFO O| Feb 23 13:29:31.391 INFO STEP 397 (remove_files) COMPLETE
58082025-02-23T13:29:32.999Z[ recovery-image] Feb 23 13:29:31.391 INFO O| Feb 23 13:29:31.391 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-02-23T13:29:33.024Z[ recovery-image] Feb 23 13:29:31.417 INFO O| Feb 23 13:29:31.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
58102025-02-23T13:29:33.024Z[ recovery-image] Feb 23 13:29:31.417 INFO O| Feb 23 13:29:31.417 INFO STEP 398 (remove_files) COMPLETE
58112025-02-23T13:29:33.029Z[ recovery-image] Feb 23 13:29:31.417 INFO O| Feb 23 13:29:31.417 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-02-23T13:29:33.064Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
58132025-02-23T13:29:33.064Z[ recovery-image] Feb 23 13:29:31.456 INFO O| Feb 23 13:29:31.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
58142025-02-23T13:29:33.064Z[ recovery-image] Feb 23 13:29:31.456 INFO O| Feb 23 13:29:31.456 INFO STEP 399 (remove_files) COMPLETE
58152025-02-23T13:29:33.064Z[ recovery-image] Feb 23 13:29:31.456 INFO O| Feb 23 13:29:31.456 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162025-02-23T13:29:33.111Z[ recovery-image] Feb 23 13:29:31.496 INFO O| Feb 23 13:29:31.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
58172025-02-23T13:29:33.111Z[ recovery-image] Feb 23 13:29:31.497 INFO O| Feb 23 13:29:31.496 INFO STEP 400 (remove_files) COMPLETE
58182025-02-23T13:29:33.111Z[ recovery-image] Feb 23 13:29:31.497 INFO O| Feb 23 13:29:31.496 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192025-02-23T13:29:33.129Z[ recovery-image] Feb 23 13:29:31.521 INFO O| Feb 23 13:29:31.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
58202025-02-23T13:29:33.129Z[ recovery-image] Feb 23 13:29:31.521 INFO O| Feb 23 13:29:31.521 INFO STEP 401 (remove_files) COMPLETE
58212025-02-23T13:29:33.133Z[ recovery-image] Feb 23 13:29:31.521 INFO O| Feb 23 13:29:31.521 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222025-02-23T13:29:33.184Z[ recovery-image] Feb 23 13:29:31.577 INFO O| Feb 23 13:29:31.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
58232025-02-23T13:29:33.184Z[ recovery-image] Feb 23 13:29:31.577 INFO O| Feb 23 13:29:31.577 INFO STEP 402 (remove_files) COMPLETE
58242025-02-23T13:29:33.189Z[ recovery-image] Feb 23 13:29:31.577 INFO O| Feb 23 13:29:31.577 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252025-02-23T13:29:33.224Z[ recovery-image] Feb 23 13:29:31.617 INFO O| Feb 23 13:29:31.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
58262025-02-23T13:29:33.229Z[ recovery-image] Feb 23 13:29:31.617 INFO O| Feb 23 13:29:31.617 INFO STEP 403 (remove_files) COMPLETE
58272025-02-23T13:29:33.229Z[ recovery-image] Feb 23 13:29:31.617 INFO O| Feb 23 13:29:31.617 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282025-02-23T13:29:33.254Z[ recovery-image] Feb 23 13:29:31.646 INFO O| Feb 23 13:29:31.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
58292025-02-23T13:29:33.256Z[ recovery-image] Feb 23 13:29:31.646 INFO O| Feb 23 13:29:31.646 INFO STEP 404 (remove_files) COMPLETE
58302025-02-23T13:29:33.256Z[ recovery-image] Feb 23 13:29:31.647 INFO O| Feb 23 13:29:31.646 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312025-02-23T13:29:33.279Z[ recovery-image] Feb 23 13:29:31.671 INFO O| Feb 23 13:29:31.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
58322025-02-23T13:29:33.281Z[ recovery-image] Feb 23 13:29:31.671 INFO O| Feb 23 13:29:31.671 INFO STEP 405 (remove_files) COMPLETE
58332025-02-23T13:29:33.281Z[ recovery-image] Feb 23 13:29:31.672 INFO O| Feb 23 13:29:31.672 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342025-02-23T13:29:33.308Z[ recovery-image] Feb 23 13:29:31.700 INFO O| Feb 23 13:29:31.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
58352025-02-23T13:29:33.310Z[ recovery-image] Feb 23 13:29:31.700 INFO O| Feb 23 13:29:31.700 INFO STEP 406 (remove_files) COMPLETE
58362025-02-23T13:29:33.311Z[ recovery-image] Feb 23 13:29:31.700 INFO O| Feb 23 13:29:31.700 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-02-23T13:29:33.362Z[ recovery-image] Feb 23 13:29:31.755 INFO O| Feb 23 13:29:31.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
58382025-02-23T13:29:33.365Z[ recovery-image] Feb 23 13:29:31.755 INFO O| Feb 23 13:29:31.755 INFO STEP 407 (remove_files) COMPLETE
58392025-02-23T13:29:33.365Z[ recovery-image] Feb 23 13:29:31.755 INFO O| Feb 23 13:29:31.755 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-02-23T13:29:33.388Z[ recovery-image] Feb 23 13:29:31.780 INFO O| Feb 23 13:29:31.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
58412025-02-23T13:29:33.390Z[ recovery-image] Feb 23 13:29:31.781 INFO O| Feb 23 13:29:31.781 INFO STEP 408 (remove_files) COMPLETE
58422025-02-23T13:29:33.390Z[ recovery-image] Feb 23 13:29:31.781 INFO O| Feb 23 13:29:31.781 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-02-23T13:29:33.420Z[ recovery-image] Feb 23 13:29:31.810 INFO O| Feb 23 13:29:31.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
58442025-02-23T13:29:33.420Z[ recovery-image] Feb 23 13:29:31.810 INFO O| Feb 23 13:29:31.810 INFO STEP 409 (remove_files) COMPLETE
58452025-02-23T13:29:33.422Z[ recovery-image] Feb 23 13:29:31.810 INFO O| Feb 23 13:29:31.810 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-02-23T13:29:33.445Z[ recovery-image] Feb 23 13:29:31.836 INFO O| Feb 23 13:29:31.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
58472025-02-23T13:29:33.445Z[ recovery-image] Feb 23 13:29:31.836 INFO O| Feb 23 13:29:31.836 INFO STEP 410 (remove_files) COMPLETE
58482025-02-23T13:29:33.445Z[ recovery-image] Feb 23 13:29:31.836 INFO O| Feb 23 13:29:31.836 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-02-23T13:29:33.471Z[ recovery-image] Feb 23 13:29:31.861 INFO O| Feb 23 13:29:31.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
58502025-02-23T13:29:33.471Z[ recovery-image] Feb 23 13:29:31.862 INFO O| Feb 23 13:29:31.861 INFO STEP 411 (remove_files) COMPLETE
58512025-02-23T13:29:33.471Z[ recovery-image] Feb 23 13:29:31.862 INFO O| Feb 23 13:29:31.862 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-02-23T13:29:33.494Z[ recovery-image] Feb 23 13:29:31.886 INFO O| Feb 23 13:29:31.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
58532025-02-23T13:29:33.494Z[ recovery-image] Feb 23 13:29:31.886 INFO O| Feb 23 13:29:31.886 INFO STEP 412 (remove_files) COMPLETE
58542025-02-23T13:29:33.498Z[ recovery-image] Feb 23 13:29:31.886 INFO O| Feb 23 13:29:31.886 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-02-23T13:29:33.526Z[ recovery-image] Feb 23 13:29:31.918 INFO O| Feb 23 13:29:31.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
58562025-02-23T13:29:33.526Z[ recovery-image] Feb 23 13:29:31.918 INFO O| Feb 23 13:29:31.918 INFO STEP 413 (remove_files) COMPLETE
58572025-02-23T13:29:33.526Z[ recovery-image] Feb 23 13:29:31.918 INFO O| Feb 23 13:29:31.918 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-02-23T13:29:33.560Z[ recovery-image] Feb 23 13:29:31.952 INFO O| Feb 23 13:29:31.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
58592025-02-23T13:29:33.560Z[ recovery-image] Feb 23 13:29:31.952 INFO O| Feb 23 13:29:31.952 INFO STEP 414 (remove_files) COMPLETE
58602025-02-23T13:29:33.562Z[ recovery-image] Feb 23 13:29:31.953 INFO O| Feb 23 13:29:31.952 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-02-23T13:29:33.582Z[ recovery-image] Feb 23 13:29:31.975 INFO O| Feb 23 13:29:31.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
58622025-02-23T13:29:33.582Z[ recovery-image] Feb 23 13:29:31.975 INFO O| Feb 23 13:29:31.975 INFO STEP 415 (remove_files) COMPLETE
58632025-02-23T13:29:33.582Z[ recovery-image] Feb 23 13:29:31.975 INFO O| Feb 23 13:29:31.975 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-02-23T13:29:33.611Z[ recovery-image] Feb 23 13:29:32.003 INFO O| Feb 23 13:29:31.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
58652025-02-23T13:29:33.611Z[ recovery-image] Feb 23 13:29:32.003 INFO O| Feb 23 13:29:31.998 INFO STEP 416 (remove_files) COMPLETE
58662025-02-23T13:29:33.617Z[ recovery-image] Feb 23 13:29:32.003 INFO O| Feb 23 13:29:31.998 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-02-23T13:29:33.647Z[ recovery-image] Feb 23 13:29:32.038 INFO O| Feb 23 13:29:32.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
58682025-02-23T13:29:33.651Z[ recovery-image] Feb 23 13:29:32.038 INFO O| Feb 23 13:29:32.038 INFO STEP 417 (remove_files) COMPLETE
58692025-02-23T13:29:33.651Z[ recovery-image] Feb 23 13:29:32.038 INFO O| Feb 23 13:29:32.038 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-02-23T13:29:33.674Z[ recovery-image] Feb 23 13:29:32.065 INFO O| Feb 23 13:29:32.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
58712025-02-23T13:29:33.676Z[ recovery-image] Feb 23 13:29:32.065 INFO O| Feb 23 13:29:32.065 INFO STEP 418 (remove_files) COMPLETE
58722025-02-23T13:29:33.676Z[ recovery-image] Feb 23 13:29:32.065 INFO O| Feb 23 13:29:32.065 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-02-23T13:29:33.676Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
58742025-02-23T13:29:33.730Z[ recovery-image] Feb 23 13:29:32.123 INFO O| Feb 23 13:29:32.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
58752025-02-23T13:29:33.730Z[ recovery-image] Feb 23 13:29:32.123 INFO O| Feb 23 13:29:32.123 INFO STEP 419 (remove_files) COMPLETE
58762025-02-23T13:29:33.734Z[ recovery-image] Feb 23 13:29:32.123 INFO O| Feb 23 13:29:32.123 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772025-02-23T13:29:33.756Z[ recovery-image] Feb 23 13:29:32.148 INFO O| Feb 23 13:29:32.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
58782025-02-23T13:29:33.756Z[ recovery-image] Feb 23 13:29:32.149 INFO O| Feb 23 13:29:32.149 INFO STEP 420 (remove_files) COMPLETE
58792025-02-23T13:29:33.756Z[ recovery-image] Feb 23 13:29:32.149 INFO O| Feb 23 13:29:32.149 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802025-02-23T13:29:33.776Z[ recovery-image] Feb 23 13:29:32.168 INFO O| Feb 23 13:29:32.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
58812025-02-23T13:29:33.781Z[ recovery-image] Feb 23 13:29:32.168 INFO O| Feb 23 13:29:32.168 INFO STEP 421 (remove_files) COMPLETE
58822025-02-23T13:29:33.781Z[ recovery-image] Feb 23 13:29:32.168 INFO O| Feb 23 13:29:32.168 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832025-02-23T13:29:33.802Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
58842025-02-23T13:29:33.810Z[ recovery-image] Feb 23 13:29:32.202 INFO O| Feb 23 13:29:32.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
58852025-02-23T13:29:33.813Z[ recovery-image] Feb 23 13:29:32.202 INFO O| Feb 23 13:29:32.202 INFO STEP 422 (remove_files) COMPLETE
58862025-02-23T13:29:33.813Z[ recovery-image] Feb 23 13:29:32.202 INFO O| Feb 23 13:29:32.202 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-02-23T13:29:33.835Z[ recovery-image] Feb 23 13:29:32.228 INFO O| Feb 23 13:29:32.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
58882025-02-23T13:29:33.838Z[ recovery-image] Feb 23 13:29:32.228 INFO O| Feb 23 13:29:32.228 INFO STEP 423 (remove_files) COMPLETE
58892025-02-23T13:29:33.838Z[ recovery-image] Feb 23 13:29:32.228 INFO O| Feb 23 13:29:32.228 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-02-23T13:29:33.870Z[ recovery-image] Feb 23 13:29:32.262 INFO O| Feb 23 13:29:32.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
58912025-02-23T13:29:33.872Z[ recovery-image] Feb 23 13:29:32.263 INFO O| Feb 23 13:29:32.262 INFO STEP 424 (remove_files) COMPLETE
58922025-02-23T13:29:33.872Z[ recovery-image] Feb 23 13:29:32.263 INFO O| Feb 23 13:29:32.262 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-02-23T13:29:33.893Z[ recovery-image] Feb 23 13:29:32.285 INFO O| Feb 23 13:29:32.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
58942025-02-23T13:29:33.896Z[ recovery-image] Feb 23 13:29:32.286 INFO O| Feb 23 13:29:32.286 INFO STEP 425 (remove_files) COMPLETE
58952025-02-23T13:29:33.896Z[ recovery-image] Feb 23 13:29:32.286 INFO O| Feb 23 13:29:32.286 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-02-23T13:29:33.919Z[ recovery-image] Feb 23 13:29:32.311 INFO O| Feb 23 13:29:32.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
58972025-02-23T13:29:33.923Z[ recovery-image] Feb 23 13:29:32.311 INFO O| Feb 23 13:29:32.311 INFO STEP 426 (remove_files) COMPLETE
58982025-02-23T13:29:33.923Z[ recovery-image] Feb 23 13:29:32.311 INFO O| Feb 23 13:29:32.311 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-02-23T13:29:33.943Z[ recovery-image] Feb 23 13:29:32.335 INFO O| Feb 23 13:29:32.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
59002025-02-23T13:29:33.948Z[ recovery-image] Feb 23 13:29:32.336 INFO O| Feb 23 13:29:32.336 INFO STEP 427 (remove_files) COMPLETE
59012025-02-23T13:29:33.948Z[ recovery-image] Feb 23 13:29:32.336 INFO O| Feb 23 13:29:32.336 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-02-23T13:29:33.966Z[ recovery-image] Feb 23 13:29:32.356 INFO O| Feb 23 13:29:32.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
59032025-02-23T13:29:33.966Z[ recovery-image] Feb 23 13:29:32.356 INFO O| Feb 23 13:29:32.356 INFO STEP 428 (remove_files) COMPLETE
59042025-02-23T13:29:33.966Z[ recovery-image] Feb 23 13:29:32.356 INFO O| Feb 23 13:29:32.356 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-02-23T13:29:34.004Z[ recovery-image] Feb 23 13:29:32.396 INFO O| Feb 23 13:29:32.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
59062025-02-23T13:29:34.004Z[ recovery-image] Feb 23 13:29:32.396 INFO O| Feb 23 13:29:32.396 INFO STEP 429 (remove_files) COMPLETE
59072025-02-23T13:29:34.004Z[ recovery-image] Feb 23 13:29:32.396 INFO O| Feb 23 13:29:32.396 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-02-23T13:29:34.069Z[ recovery-image] Feb 23 13:29:32.460 INFO O| Feb 23 13:29:32.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
59092025-02-23T13:29:34.090Z[ recovery-image] Feb 23 13:29:32.474 INFO O| Feb 23 13:29:32.474 INFO STEP 430 (remove_files) COMPLETE
59102025-02-23T13:29:34.090Z[ recovery-image] Feb 23 13:29:32.474 INFO O| Feb 23 13:29:32.474 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-02-23T13:29:34.106Z[ recovery-image] Feb 23 13:29:32.498 INFO O| Feb 23 13:29:32.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
59122025-02-23T13:29:34.106Z[ recovery-image] Feb 23 13:29:32.498 INFO O| Feb 23 13:29:32.498 INFO STEP 431 (remove_files) COMPLETE
59132025-02-23T13:29:34.110Z[ recovery-image] Feb 23 13:29:32.498 INFO O| Feb 23 13:29:32.498 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-02-23T13:29:34.151Z[ recovery-image] Feb 23 13:29:32.544 INFO O| Feb 23 13:29:32.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
59152025-02-23T13:29:34.151Z[ recovery-image] Feb 23 13:29:32.544 INFO O| Feb 23 13:29:32.544 INFO STEP 432 (remove_files) COMPLETE
59162025-02-23T13:29:34.156Z[ recovery-image] Feb 23 13:29:32.544 INFO O| Feb 23 13:29:32.544 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-02-23T13:29:34.158Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
59182025-02-23T13:29:34.226Z[ recovery-image] Feb 23 13:29:32.618 INFO O| Feb 23 13:29:32.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
59192025-02-23T13:29:34.227Z[ recovery-image] Feb 23 13:29:32.618 INFO O| Feb 23 13:29:32.618 INFO STEP 433 (remove_files) COMPLETE
59202025-02-23T13:29:34.227Z[ recovery-image] Feb 23 13:29:32.618 INFO O| Feb 23 13:29:32.618 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-02-23T13:29:34.250Z[ recovery-image] Feb 23 13:29:32.642 INFO O| Feb 23 13:29:32.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
59222025-02-23T13:29:34.250Z[ recovery-image] Feb 23 13:29:32.642 INFO O| Feb 23 13:29:32.642 INFO STEP 434 (remove_files) COMPLETE
59232025-02-23T13:29:34.250Z[ recovery-image] Feb 23 13:29:32.642 INFO O| Feb 23 13:29:32.642 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242025-02-23T13:29:34.291Z[ recovery-image] Feb 23 13:29:32.683 INFO O| Feb 23 13:29:32.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
59252025-02-23T13:29:34.291Z[ recovery-image] Feb 23 13:29:32.683 INFO O| Feb 23 13:29:32.683 INFO STEP 435 (remove_files) COMPLETE
59262025-02-23T13:29:34.293Z[ recovery-image] Feb 23 13:29:32.683 INFO O| Feb 23 13:29:32.683 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272025-02-23T13:29:34.323Z[ recovery-image] Feb 23 13:29:32.713 INFO O| Feb 23 13:29:32.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
59282025-02-23T13:29:34.323Z[ recovery-image] Feb 23 13:29:32.713 INFO O| Feb 23 13:29:32.713 INFO STEP 436 (remove_files) COMPLETE
59292025-02-23T13:29:34.323Z[ recovery-image] Feb 23 13:29:32.713 INFO O| Feb 23 13:29:32.713 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302025-02-23T13:29:34.412Z[verify-libraries] Compiling sync-ptr v0.1.1
59312025-02-23T13:29:34.412Z[ recovery-image] Feb 23 13:29:32.804 INFO O| Feb 23 13:29:32.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
59322025-02-23T13:29:34.416Z[ recovery-image] Feb 23 13:29:32.805 INFO O| Feb 23 13:29:32.805 INFO STEP 437 (remove_files) COMPLETE
59332025-02-23T13:29:34.416Z[ recovery-image] Feb 23 13:29:32.805 INFO O| Feb 23 13:29:32.805 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342025-02-23T13:29:34.475Z[ recovery-image] Feb 23 13:29:32.866 INFO O| Feb 23 13:29:32.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
59352025-02-23T13:29:34.475Z[ recovery-image] Feb 23 13:29:32.866 INFO O| Feb 23 13:29:32.866 INFO STEP 438 (remove_files) COMPLETE
59362025-02-23T13:29:34.475Z[ recovery-image] Feb 23 13:29:32.866 INFO O| Feb 23 13:29:32.866 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372025-02-23T13:29:34.499Z[ recovery-image] Feb 23 13:29:32.891 INFO O| Feb 23 13:29:32.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
59382025-02-23T13:29:34.499Z[ recovery-image] Feb 23 13:29:32.891 INFO O| Feb 23 13:29:32.891 INFO STEP 439 (remove_files) COMPLETE
59392025-02-23T13:29:34.499Z[ recovery-image] Feb 23 13:29:32.891 INFO O| Feb 23 13:29:32.891 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402025-02-23T13:29:34.525Z[ recovery-image] Feb 23 13:29:32.917 INFO O| Feb 23 13:29:32.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
59412025-02-23T13:29:34.526Z[ recovery-image] Feb 23 13:29:32.917 INFO O| Feb 23 13:29:32.917 INFO STEP 440 (remove_files) COMPLETE
59422025-02-23T13:29:34.526Z[ recovery-image] Feb 23 13:29:32.917 INFO O| Feb 23 13:29:32.917 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432025-02-23T13:29:34.571Z[ recovery-image] Feb 23 13:29:32.964 INFO O| Feb 23 13:29:32.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
59442025-02-23T13:29:34.576Z[ recovery-image] Feb 23 13:29:32.964 INFO O| Feb 23 13:29:32.964 INFO STEP 441 (remove_files) COMPLETE
59452025-02-23T13:29:34.576Z[ recovery-image] Feb 23 13:29:32.964 INFO O| Feb 23 13:29:32.964 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462025-02-23T13:29:34.594Z[ recovery-image] Feb 23 13:29:32.986 INFO O| Feb 23 13:29:32.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
59472025-02-23T13:29:34.597Z[ recovery-image] Feb 23 13:29:32.986 INFO O| Feb 23 13:29:32.986 INFO STEP 442 (remove_files) COMPLETE
59482025-02-23T13:29:34.606Z[ recovery-image] Feb 23 13:29:32.986 INFO O| Feb 23 13:29:32.986 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492025-02-23T13:29:34.645Z[ recovery-image] Feb 23 13:29:33.036 INFO O| Feb 23 13:29:33.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
59502025-02-23T13:29:34.645Z[ recovery-image] Feb 23 13:29:33.036 INFO O| Feb 23 13:29:33.036 INFO STEP 443 (remove_files) COMPLETE
59512025-02-23T13:29:34.645Z[ recovery-image] Feb 23 13:29:33.036 INFO O| Feb 23 13:29:33.036 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522025-02-23T13:29:34.667Z[ recovery-image] Feb 23 13:29:33.060 INFO O| Feb 23 13:29:33.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
59532025-02-23T13:29:34.667Z[ recovery-image] Feb 23 13:29:33.060 INFO O| Feb 23 13:29:33.060 INFO STEP 444 (remove_files) COMPLETE
59542025-02-23T13:29:34.667Z[ recovery-image] Feb 23 13:29:33.060 INFO O| Feb 23 13:29:33.060 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552025-02-23T13:29:34.683Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
59562025-02-23T13:29:34.692Z[ recovery-image] Feb 23 13:29:33.084 INFO O| Feb 23 13:29:33.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
59572025-02-23T13:29:34.692Z[ recovery-image] Feb 23 13:29:33.084 INFO O| Feb 23 13:29:33.084 INFO STEP 445 (remove_files) COMPLETE
59582025-02-23T13:29:34.695Z[ recovery-image] Feb 23 13:29:33.084 INFO O| Feb 23 13:29:33.084 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-02-23T13:29:34.717Z[ recovery-image] Feb 23 13:29:33.109 INFO O| Feb 23 13:29:33.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
59602025-02-23T13:29:34.717Z[ recovery-image] Feb 23 13:29:33.110 INFO O| Feb 23 13:29:33.110 INFO STEP 446 (remove_files) COMPLETE
59612025-02-23T13:29:34.721Z[ recovery-image] Feb 23 13:29:33.110 INFO O| Feb 23 13:29:33.110 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-02-23T13:29:34.755Z[ recovery-image] Feb 23 13:29:33.147 INFO O| Feb 23 13:29:33.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
59632025-02-23T13:29:34.755Z[ recovery-image] Feb 23 13:29:33.147 INFO O| Feb 23 13:29:33.147 INFO STEP 447 (remove_files) COMPLETE
59642025-02-23T13:29:34.757Z[ recovery-image] Feb 23 13:29:33.147 INFO O| Feb 23 13:29:33.147 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-02-23T13:29:34.780Z[ recovery-image] Feb 23 13:29:33.172 INFO O| Feb 23 13:29:33.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
59662025-02-23T13:29:34.780Z[ recovery-image] Feb 23 13:29:33.172 INFO O| Feb 23 13:29:33.172 INFO STEP 448 (remove_files) COMPLETE
59672025-02-23T13:29:34.782Z[ recovery-image] Feb 23 13:29:33.172 INFO O| Feb 23 13:29:33.172 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-02-23T13:29:34.785Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
59692025-02-23T13:29:34.809Z[ recovery-image] Feb 23 13:29:33.201 INFO O| Feb 23 13:29:33.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
59702025-02-23T13:29:34.813Z[ recovery-image] Feb 23 13:29:33.201 INFO O| Feb 23 13:29:33.201 INFO STEP 449 (remove_files) COMPLETE
59712025-02-23T13:29:34.813Z[ recovery-image] Feb 23 13:29:33.201 INFO O| Feb 23 13:29:33.201 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-02-23T13:29:34.835Z[ recovery-image] Feb 23 13:29:33.227 INFO O| Feb 23 13:29:33.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
59732025-02-23T13:29:34.838Z[ recovery-image] Feb 23 13:29:33.227 INFO O| Feb 23 13:29:33.227 INFO STEP 450 (remove_files) COMPLETE
59742025-02-23T13:29:34.838Z[ recovery-image] Feb 23 13:29:33.228 INFO O| Feb 23 13:29:33.228 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-02-23T13:29:34.858Z[ recovery-image] Feb 23 13:29:33.250 INFO O| Feb 23 13:29:33.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
59762025-02-23T13:29:34.861Z[ recovery-image] Feb 23 13:29:33.251 INFO O| Feb 23 13:29:33.251 INFO STEP 451 (remove_files) COMPLETE
59772025-02-23T13:29:34.861Z[ recovery-image] Feb 23 13:29:33.251 INFO O| Feb 23 13:29:33.251 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-02-23T13:29:34.883Z[ recovery-image] Feb 23 13:29:33.273 INFO O| Feb 23 13:29:33.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
59792025-02-23T13:29:34.886Z[ recovery-image] Feb 23 13:29:33.273 INFO O| Feb 23 13:29:33.273 INFO STEP 452 (remove_files) COMPLETE
59802025-02-23T13:29:34.886Z[ recovery-image] Feb 23 13:29:33.273 INFO O| Feb 23 13:29:33.273 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-02-23T13:29:34.926Z[ recovery-image] Feb 23 13:29:33.318 INFO O| Feb 23 13:29:33.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
59822025-02-23T13:29:34.926Z[ recovery-image] Feb 23 13:29:33.318 INFO O| Feb 23 13:29:33.318 INFO STEP 453 (remove_files) COMPLETE
59832025-02-23T13:29:34.928Z[ recovery-image] Feb 23 13:29:33.318 INFO O| Feb 23 13:29:33.318 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-02-23T13:29:34.951Z[ recovery-image] Feb 23 13:29:33.343 INFO O| Feb 23 13:29:33.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
59852025-02-23T13:29:34.955Z[ recovery-image] Feb 23 13:29:33.343 INFO O| Feb 23 13:29:33.343 INFO STEP 454 (remove_files) COMPLETE
59862025-02-23T13:29:34.955Z[ recovery-image] Feb 23 13:29:33.343 INFO O| Feb 23 13:29:33.343 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-02-23T13:29:35.007Z[ recovery-image] Feb 23 13:29:33.399 INFO O| Feb 23 13:29:33.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
59882025-02-23T13:29:35.007Z[ recovery-image] Feb 23 13:29:33.399 INFO O| Feb 23 13:29:33.399 INFO STEP 455 (remove_files) COMPLETE
59892025-02-23T13:29:35.007Z[ recovery-image] Feb 23 13:29:33.399 INFO O| Feb 23 13:29:33.399 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-02-23T13:29:35.032Z[ recovery-image] Feb 23 13:29:33.424 INFO O| Feb 23 13:29:33.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
59912025-02-23T13:29:35.032Z[ recovery-image] Feb 23 13:29:33.424 INFO O| Feb 23 13:29:33.424 INFO STEP 456 (remove_files) COMPLETE
59922025-02-23T13:29:35.042Z[ recovery-image] Feb 23 13:29:33.424 INFO O| Feb 23 13:29:33.424 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-02-23T13:29:35.055Z[ recovery-image] Feb 23 13:29:33.447 INFO O| Feb 23 13:29:33.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
59942025-02-23T13:29:35.055Z[ recovery-image] Feb 23 13:29:33.447 INFO O| Feb 23 13:29:33.447 INFO STEP 457 (remove_files) COMPLETE
59952025-02-23T13:29:35.055Z[ recovery-image] Feb 23 13:29:33.447 INFO O| Feb 23 13:29:33.447 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-02-23T13:29:35.086Z[ recovery-image] Feb 23 13:29:33.468 INFO O| Feb 23 13:29:33.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
59972025-02-23T13:29:35.089Z[ recovery-image] Feb 23 13:29:33.468 INFO O| Feb 23 13:29:33.468 INFO STEP 458 (remove_files) COMPLETE
59982025-02-23T13:29:35.089Z[ recovery-image] Feb 23 13:29:33.468 INFO O| Feb 23 13:29:33.468 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-02-23T13:29:35.102Z[ recovery-image] Feb 23 13:29:33.488 INFO O| Feb 23 13:29:33.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
60002025-02-23T13:29:35.102Z[ recovery-image] Feb 23 13:29:33.488 INFO O| Feb 23 13:29:33.488 INFO STEP 459 (remove_files) COMPLETE
60012025-02-23T13:29:35.102Z[ recovery-image] Feb 23 13:29:33.488 INFO O| Feb 23 13:29:33.488 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-02-23T13:29:35.118Z[ recovery-image] Feb 23 13:29:33.510 INFO O| Feb 23 13:29:33.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
60032025-02-23T13:29:35.121Z[ recovery-image] Feb 23 13:29:33.511 INFO O| Feb 23 13:29:33.511 INFO STEP 460 (remove_files) COMPLETE
60042025-02-23T13:29:35.121Z[ recovery-image] Feb 23 13:29:33.511 INFO O| Feb 23 13:29:33.511 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052025-02-23T13:29:35.144Z[ recovery-image] Feb 23 13:29:33.535 INFO O| Feb 23 13:29:33.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
60062025-02-23T13:29:35.159Z[ recovery-image] Feb 23 13:29:33.536 INFO O| Feb 23 13:29:33.536 INFO STEP 461 (remove_files) COMPLETE
60072025-02-23T13:29:35.159Z[ recovery-image] Feb 23 13:29:33.536 INFO O| Feb 23 13:29:33.536 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082025-02-23T13:29:35.174Z[ recovery-image] Feb 23 13:29:33.565 INFO O| Feb 23 13:29:33.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
60092025-02-23T13:29:35.174Z[ recovery-image] Feb 23 13:29:33.565 INFO O| Feb 23 13:29:33.565 INFO STEP 462 (remove_files) COMPLETE
60102025-02-23T13:29:35.177Z[ recovery-image] Feb 23 13:29:33.565 INFO O| Feb 23 13:29:33.565 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112025-02-23T13:29:35.233Z[ recovery-image] Feb 23 13:29:33.625 INFO O| Feb 23 13:29:33.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
60122025-02-23T13:29:35.237Z[ recovery-image] Feb 23 13:29:33.626 INFO O| Feb 23 13:29:33.625 INFO STEP 463 (remove_files) COMPLETE
60132025-02-23T13:29:35.237Z[ recovery-image] Feb 23 13:29:33.626 INFO O| Feb 23 13:29:33.625 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142025-02-23T13:29:35.294Z[ recovery-image] Feb 23 13:29:33.682 INFO O| Feb 23 13:29:33.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
60152025-02-23T13:29:35.298Z[ recovery-image] Feb 23 13:29:33.683 INFO O| Feb 23 13:29:33.682 INFO STEP 464 (remove_files) COMPLETE
60162025-02-23T13:29:35.298Z[ recovery-image] Feb 23 13:29:33.683 INFO O| Feb 23 13:29:33.683 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172025-02-23T13:29:35.315Z[ recovery-image] Feb 23 13:29:33.707 INFO O| Feb 23 13:29:33.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
60182025-02-23T13:29:35.318Z[ recovery-image] Feb 23 13:29:33.708 INFO O| Feb 23 13:29:33.708 INFO STEP 465 (remove_files) COMPLETE
60192025-02-23T13:29:35.318Z[ recovery-image] Feb 23 13:29:33.708 INFO O| Feb 23 13:29:33.708 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-02-23T13:29:35.349Z[ recovery-image] Feb 23 13:29:33.734 INFO O| Feb 23 13:29:33.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
60212025-02-23T13:29:35.349Z[ recovery-image] Feb 23 13:29:33.734 INFO O| Feb 23 13:29:33.734 INFO STEP 466 (remove_files) COMPLETE
60222025-02-23T13:29:35.349Z[ recovery-image] Feb 23 13:29:33.734 INFO O| Feb 23 13:29:33.734 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-02-23T13:29:35.367Z[ recovery-image] Feb 23 13:29:33.759 INFO O| Feb 23 13:29:33.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
60242025-02-23T13:29:35.379Z[ recovery-image] Feb 23 13:29:33.759 INFO O| Feb 23 13:29:33.759 INFO STEP 467 (remove_files) COMPLETE
60252025-02-23T13:29:35.380Z[ recovery-image] Feb 23 13:29:33.759 INFO O| Feb 23 13:29:33.759 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-02-23T13:29:35.409Z[ recovery-image] Feb 23 13:29:33.800 INFO O| Feb 23 13:29:33.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
60272025-02-23T13:29:35.422Z[ recovery-image] Feb 23 13:29:33.801 INFO O| Feb 23 13:29:33.801 INFO STEP 468 (remove_files) COMPLETE
60282025-02-23T13:29:35.422Z[ recovery-image] Feb 23 13:29:33.801 INFO O| Feb 23 13:29:33.801 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292025-02-23T13:29:35.446Z[ recovery-image] Feb 23 13:29:33.838 INFO O| Feb 23 13:29:33.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
60302025-02-23T13:29:35.446Z[ recovery-image] Feb 23 13:29:33.838 INFO O| Feb 23 13:29:33.838 INFO STEP 469 (remove_files) COMPLETE
60312025-02-23T13:29:35.446Z[ recovery-image] Feb 23 13:29:33.838 INFO O| Feb 23 13:29:33.838 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-02-23T13:29:35.471Z[ recovery-image] Feb 23 13:29:33.863 INFO O| Feb 23 13:29:33.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
60332025-02-23T13:29:35.478Z[ recovery-image] Feb 23 13:29:33.863 INFO O| Feb 23 13:29:33.863 INFO STEP 470 (remove_files) COMPLETE
60342025-02-23T13:29:35.478Z[ recovery-image] Feb 23 13:29:33.863 INFO O| Feb 23 13:29:33.863 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352025-02-23T13:29:35.509Z[ recovery-image] Feb 23 13:29:33.901 INFO O| Feb 23 13:29:33.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
60362025-02-23T13:29:35.509Z[ recovery-image] Feb 23 13:29:33.901 INFO O| Feb 23 13:29:33.901 INFO STEP 471 (remove_files) COMPLETE
60372025-02-23T13:29:35.512Z[ recovery-image] Feb 23 13:29:33.901 INFO O| Feb 23 13:29:33.901 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382025-02-23T13:29:35.550Z[ recovery-image] Feb 23 13:29:33.942 INFO O| Feb 23 13:29:33.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
60392025-02-23T13:29:35.550Z[ recovery-image] Feb 23 13:29:33.942 INFO O| Feb 23 13:29:33.942 INFO STEP 472 (remove_files) COMPLETE
60402025-02-23T13:29:35.553Z[ recovery-image] Feb 23 13:29:33.942 INFO O| Feb 23 13:29:33.942 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412025-02-23T13:29:35.583Z[ recovery-image] Feb 23 13:29:33.971 INFO O| Feb 23 13:29:33.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
60422025-02-23T13:29:35.583Z[ recovery-image] Feb 23 13:29:33.971 INFO O| Feb 23 13:29:33.971 INFO STEP 473 (remove_files) COMPLETE
60432025-02-23T13:29:35.583Z[ recovery-image] Feb 23 13:29:33.971 INFO O| Feb 23 13:29:33.971 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442025-02-23T13:29:35.614Z[ recovery-image] Feb 23 13:29:34.006 INFO O| Feb 23 13:29:34.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
60452025-02-23T13:29:35.617Z[ recovery-image] Feb 23 13:29:34.007 INFO O| Feb 23 13:29:34.007 INFO STEP 474 (remove_files) COMPLETE
60462025-02-23T13:29:35.617Z[ recovery-image] Feb 23 13:29:34.007 INFO O| Feb 23 13:29:34.007 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472025-02-23T13:29:35.652Z[ recovery-image] Feb 23 13:29:34.044 INFO O| Feb 23 13:29:34.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
60482025-02-23T13:29:35.652Z[ recovery-image] Feb 23 13:29:34.044 INFO O| Feb 23 13:29:34.044 INFO STEP 475 (remove_files) COMPLETE
60492025-02-23T13:29:35.652Z[ recovery-image] Feb 23 13:29:34.044 INFO O| Feb 23 13:29:34.044 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502025-02-23T13:29:35.675Z[ recovery-image] Feb 23 13:29:34.066 INFO O| Feb 23 13:29:34.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
60512025-02-23T13:29:35.675Z[ recovery-image] Feb 23 13:29:34.066 INFO O| Feb 23 13:29:34.066 INFO STEP 476 (remove_files) COMPLETE
60522025-02-23T13:29:35.681Z[ recovery-image] Feb 23 13:29:34.066 INFO O| Feb 23 13:29:34.066 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532025-02-23T13:29:35.696Z[ recovery-image] Feb 23 13:29:34.088 INFO O| Feb 23 13:29:34.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
60542025-02-23T13:29:35.696Z[ recovery-image] Feb 23 13:29:34.088 INFO O| Feb 23 13:29:34.088 INFO STEP 477 (remove_files) COMPLETE
60552025-02-23T13:29:35.696Z[ recovery-image] Feb 23 13:29:34.088 INFO O| Feb 23 13:29:34.088 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562025-02-23T13:29:35.718Z[ host-image] Feb 23 13:29:34.110 INFO O| Feb 23 13:29:34.110 INFO O| Done
60572025-02-23T13:29:35.721Z[ recovery-image] Feb 23 13:29:34.113 INFO O| Feb 23 13:29:34.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
60582025-02-23T13:29:35.734Z[ recovery-image] Feb 23 13:29:34.125 INFO O| Feb 23 13:29:34.125 INFO STEP 478 (remove_files) COMPLETE
60592025-02-23T13:29:35.734Z[ recovery-image] Feb 23 13:29:34.125 INFO O| Feb 23 13:29:34.125 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602025-02-23T13:29:35.768Z[ recovery-image] Feb 23 13:29:34.160 INFO O| Feb 23 13:29:34.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
60612025-02-23T13:29:35.768Z[ recovery-image] Feb 23 13:29:34.160 INFO O| Feb 23 13:29:34.160 INFO STEP 479 (remove_files) COMPLETE
60622025-02-23T13:29:35.771Z[ recovery-image] Feb 23 13:29:34.161 INFO O| Feb 23 13:29:34.160 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632025-02-23T13:29:35.786Z[ host-image] Feb 23 13:29:34.178 INFO O| Feb 23 13:29:34.178 INFO O| Done
60642025-02-23T13:29:35.789Z[ host-image] Feb 23 13:29:34.178 INFO O| Feb 23 13:29:34.178 INFO O| Done
60652025-02-23T13:29:35.803Z[ recovery-image] Feb 23 13:29:34.192 INFO O| Feb 23 13:29:34.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
60662025-02-23T13:29:35.803Z[ recovery-image] Feb 23 13:29:34.192 INFO O| Feb 23 13:29:34.192 INFO STEP 480 (remove_files) COMPLETE
60672025-02-23T13:29:35.806Z[ recovery-image] Feb 23 13:29:34.193 INFO O| Feb 23 13:29:34.192 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682025-02-23T13:29:35.814Z[ host-image] Feb 23 13:29:34.206 INFO O| Feb 23 13:29:34.206 INFO O| Done
60692025-02-23T13:29:35.882Z[ recovery-image] Feb 23 13:29:34.274 INFO O| Feb 23 13:29:34.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
60702025-02-23T13:29:35.886Z[ recovery-image] Feb 23 13:29:34.274 INFO O| Feb 23 13:29:34.274 INFO STEP 481 (remove_files) COMPLETE
60712025-02-23T13:29:35.886Z[ recovery-image] Feb 23 13:29:34.274 INFO O| Feb 23 13:29:34.274 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722025-02-23T13:29:35.911Z[ recovery-image] Feb 23 13:29:34.303 INFO O| Feb 23 13:29:34.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
60732025-02-23T13:29:35.912Z[ recovery-image] Feb 23 13:29:34.303 INFO O| Feb 23 13:29:34.303 INFO STEP 482 (remove_files) COMPLETE
60742025-02-23T13:29:35.912Z[ recovery-image] Feb 23 13:29:34.303 INFO O| Feb 23 13:29:34.303 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752025-02-23T13:29:35.939Z[ recovery-image] Feb 23 13:29:34.330 INFO O| Feb 23 13:29:34.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
60762025-02-23T13:29:35.942Z[ recovery-image] Feb 23 13:29:34.330 INFO O| Feb 23 13:29:34.330 INFO STEP 483 (remove_files) COMPLETE
60772025-02-23T13:29:35.942Z[ recovery-image] Feb 23 13:29:34.330 INFO O| Feb 23 13:29:34.330 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782025-02-23T13:29:35.965Z[ recovery-image] Feb 23 13:29:34.357 INFO O| Feb 23 13:29:34.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
60792025-02-23T13:29:35.965Z[ recovery-image] Feb 23 13:29:34.357 INFO O| Feb 23 13:29:34.357 INFO STEP 484 (remove_files) COMPLETE
60802025-02-23T13:29:35.969Z[ recovery-image] Feb 23 13:29:34.357 INFO O| Feb 23 13:29:34.357 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812025-02-23T13:29:35.990Z[ recovery-image] Feb 23 13:29:34.382 INFO O| Feb 23 13:29:34.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
60822025-02-23T13:29:35.990Z[ recovery-image] Feb 23 13:29:34.382 INFO O| Feb 23 13:29:34.382 INFO STEP 485 (remove_files) COMPLETE
60832025-02-23T13:29:35.993Z[ recovery-image] Feb 23 13:29:34.382 INFO O| Feb 23 13:29:34.382 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842025-02-23T13:29:36.018Z[ recovery-image] Feb 23 13:29:34.409 INFO O| Feb 23 13:29:34.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
60852025-02-23T13:29:36.018Z[ recovery-image] Feb 23 13:29:34.409 INFO O| Feb 23 13:29:34.409 INFO STEP 486 (remove_files) COMPLETE
60862025-02-23T13:29:36.018Z[ recovery-image] Feb 23 13:29:34.409 INFO O| Feb 23 13:29:34.409 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872025-02-23T13:29:36.039Z[ host-image] Feb 23 13:29:34.431 INFO O| Feb 23 13:29:34.431 INFO STEP 12 (pkg_install) COMPLETE
60882025-02-23T13:29:36.039Z[ host-image] Feb 23 13:29:34.431 INFO O| Feb 23 13:29:34.431 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
60892025-02-23T13:29:36.062Z[ host-image] Feb 23 13:29:34.454 INFO O| Feb 23 13:29:34.454 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
60902025-02-23T13:29:36.182Z[ recovery-image] Feb 23 13:29:34.574 INFO O| Feb 23 13:29:34.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
60912025-02-23T13:29:36.182Z[ recovery-image] Feb 23 13:29:34.574 INFO O| Feb 23 13:29:34.574 INFO STEP 487 (remove_files) COMPLETE
60922025-02-23T13:29:36.182Z[ recovery-image] Feb 23 13:29:34.574 INFO O| Feb 23 13:29:34.574 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932025-02-23T13:29:36.206Z[ recovery-image] Feb 23 13:29:34.598 INFO O| Feb 23 13:29:34.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
60942025-02-23T13:29:36.206Z[ recovery-image] Feb 23 13:29:34.598 INFO O| Feb 23 13:29:34.598 INFO STEP 488 (remove_files) COMPLETE
60952025-02-23T13:29:36.206Z[ recovery-image] Feb 23 13:29:34.598 INFO O| Feb 23 13:29:34.598 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962025-02-23T13:29:36.231Z[ recovery-image] Feb 23 13:29:34.623 INFO O| Feb 23 13:29:34.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
60972025-02-23T13:29:36.234Z[ recovery-image] Feb 23 13:29:34.624 INFO O| Feb 23 13:29:34.624 INFO STEP 489 (remove_files) COMPLETE
60982025-02-23T13:29:36.234Z[ recovery-image] Feb 23 13:29:34.624 INFO O| Feb 23 13:29:34.624 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992025-02-23T13:29:36.312Z[ recovery-image] Feb 23 13:29:34.698 INFO O| Feb 23 13:29:34.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
61002025-02-23T13:29:36.312Z[ recovery-image] Feb 23 13:29:34.698 INFO O| Feb 23 13:29:34.698 INFO STEP 490 (remove_files) COMPLETE
61012025-02-23T13:29:36.312Z[ recovery-image] Feb 23 13:29:34.698 INFO O| Feb 23 13:29:34.698 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022025-02-23T13:29:36.360Z[ recovery-image] Feb 23 13:29:34.752 INFO O| Feb 23 13:29:34.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
61032025-02-23T13:29:36.360Z[ recovery-image] Feb 23 13:29:34.752 INFO O| Feb 23 13:29:34.752 INFO STEP 491 (remove_files) COMPLETE
61042025-02-23T13:29:36.360Z[ recovery-image] Feb 23 13:29:34.752 INFO O| Feb 23 13:29:34.752 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052025-02-23T13:29:36.413Z[ recovery-image] Feb 23 13:29:34.804 INFO O| Feb 23 13:29:34.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
61062025-02-23T13:29:36.413Z[ recovery-image] Feb 23 13:29:34.804 INFO O| Feb 23 13:29:34.804 INFO STEP 492 (remove_files) COMPLETE
61072025-02-23T13:29:36.413Z[ recovery-image] Feb 23 13:29:34.804 INFO O| Feb 23 13:29:34.804 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082025-02-23T13:29:36.448Z[ recovery-image] Feb 23 13:29:34.840 INFO O| Feb 23 13:29:34.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
61092025-02-23T13:29:36.456Z[ recovery-image] Feb 23 13:29:34.847 INFO O| Feb 23 13:29:34.847 INFO STEP 493 (remove_files) COMPLETE
61102025-02-23T13:29:36.456Z[ recovery-image] Feb 23 13:29:34.847 INFO O| Feb 23 13:29:34.847 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112025-02-23T13:29:36.506Z[ recovery-image] Feb 23 13:29:34.898 INFO O| Feb 23 13:29:34.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
61122025-02-23T13:29:36.506Z[ recovery-image] Feb 23 13:29:34.898 INFO O| Feb 23 13:29:34.898 INFO STEP 494 (remove_files) COMPLETE
61132025-02-23T13:29:36.509Z[ recovery-image] Feb 23 13:29:34.898 INFO O| Feb 23 13:29:34.898 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142025-02-23T13:29:36.553Z[ recovery-image] Feb 23 13:29:34.945 INFO O| Feb 23 13:29:34.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
61152025-02-23T13:29:36.555Z[ recovery-image] Feb 23 13:29:34.945 INFO O| Feb 23 13:29:34.945 INFO STEP 495 (remove_files) COMPLETE
61162025-02-23T13:29:36.555Z[ recovery-image] Feb 23 13:29:34.945 INFO O| Feb 23 13:29:34.945 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172025-02-23T13:29:36.592Z[ recovery-image] Feb 23 13:29:34.983 INFO O| Feb 23 13:29:34.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
61182025-02-23T13:29:36.596Z[ recovery-image] Feb 23 13:29:34.984 INFO O| Feb 23 13:29:34.984 INFO STEP 496 (remove_files) COMPLETE
61192025-02-23T13:29:36.596Z[ recovery-image] Feb 23 13:29:34.984 INFO O| Feb 23 13:29:34.984 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202025-02-23T13:29:36.622Z[ recovery-image] Feb 23 13:29:35.013 INFO O| Feb 23 13:29:35.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
61212025-02-23T13:29:36.627Z[ recovery-image] Feb 23 13:29:35.014 INFO O| Feb 23 13:29:35.013 INFO STEP 497 (remove_files) COMPLETE
61222025-02-23T13:29:36.627Z[ recovery-image] Feb 23 13:29:35.014 INFO O| Feb 23 13:29:35.014 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232025-02-23T13:29:36.650Z[ recovery-image] Feb 23 13:29:35.042 INFO O| Feb 23 13:29:35.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
61242025-02-23T13:29:36.650Z[ recovery-image] Feb 23 13:29:35.042 INFO O| Feb 23 13:29:35.042 INFO STEP 498 (remove_files) COMPLETE
61252025-02-23T13:29:36.650Z[ recovery-image] Feb 23 13:29:35.042 INFO O| Feb 23 13:29:35.042 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262025-02-23T13:29:36.677Z[ recovery-image] Feb 23 13:29:35.069 INFO O| Feb 23 13:29:35.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
61272025-02-23T13:29:36.677Z[ recovery-image] Feb 23 13:29:35.069 INFO O| Feb 23 13:29:35.069 INFO STEP 499 (remove_files) COMPLETE
61282025-02-23T13:29:36.681Z[ recovery-image] Feb 23 13:29:35.069 INFO O| Feb 23 13:29:35.069 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292025-02-23T13:29:36.744Z[ recovery-image] Feb 23 13:29:35.136 INFO O| Feb 23 13:29:35.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
61302025-02-23T13:29:36.748Z[ recovery-image] Feb 23 13:29:35.137 INFO O| Feb 23 13:29:35.136 INFO STEP 500 (remove_files) COMPLETE
61312025-02-23T13:29:36.748Z[ recovery-image] Feb 23 13:29:35.137 INFO O| Feb 23 13:29:35.136 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322025-02-23T13:29:36.769Z[ recovery-image] Feb 23 13:29:35.161 INFO O| Feb 23 13:29:35.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
61332025-02-23T13:29:36.769Z[ recovery-image] Feb 23 13:29:35.161 INFO O| Feb 23 13:29:35.161 INFO STEP 501 (remove_files) COMPLETE
61342025-02-23T13:29:36.773Z[ recovery-image] Feb 23 13:29:35.161 INFO O| Feb 23 13:29:35.161 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352025-02-23T13:29:36.823Z[ recovery-image] Feb 23 13:29:35.215 INFO O| Feb 23 13:29:35.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
61362025-02-23T13:29:36.823Z[ recovery-image] Feb 23 13:29:35.215 INFO O| Feb 23 13:29:35.215 INFO STEP 502 (remove_files) COMPLETE
61372025-02-23T13:29:36.826Z[ recovery-image] Feb 23 13:29:35.216 INFO O| Feb 23 13:29:35.215 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382025-02-23T13:29:36.894Z[ recovery-image] Feb 23 13:29:35.285 INFO O| Feb 23 13:29:35.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
61392025-02-23T13:29:36.894Z[ recovery-image] Feb 23 13:29:35.286 INFO O| Feb 23 13:29:35.286 INFO STEP 503 (remove_files) COMPLETE
61402025-02-23T13:29:36.898Z[ recovery-image] Feb 23 13:29:35.286 INFO O| Feb 23 13:29:35.286 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412025-02-23T13:29:36.950Z[ recovery-image] Feb 23 13:29:35.342 INFO O| Feb 23 13:29:35.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
61422025-02-23T13:29:36.950Z[ recovery-image] Feb 23 13:29:35.342 INFO O| Feb 23 13:29:35.342 INFO STEP 504 (remove_files) COMPLETE
61432025-02-23T13:29:36.950Z[ recovery-image] Feb 23 13:29:35.342 INFO O| Feb 23 13:29:35.342 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442025-02-23T13:29:36.975Z[ recovery-image] Feb 23 13:29:35.367 INFO O| Feb 23 13:29:35.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
61452025-02-23T13:29:36.976Z[ recovery-image] Feb 23 13:29:35.368 INFO O| Feb 23 13:29:35.368 INFO STEP 505 (remove_files) COMPLETE
61462025-02-23T13:29:36.978Z[ recovery-image] Feb 23 13:29:35.368 INFO O| Feb 23 13:29:35.368 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472025-02-23T13:29:36.998Z[ recovery-image] Feb 23 13:29:35.390 INFO O| Feb 23 13:29:35.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
61482025-02-23T13:29:37.003Z[ recovery-image] Feb 23 13:29:35.391 INFO O| Feb 23 13:29:35.390 INFO STEP 506 (remove_files) COMPLETE
61492025-02-23T13:29:37.003Z[ recovery-image] Feb 23 13:29:35.391 INFO O| Feb 23 13:29:35.391 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502025-02-23T13:29:37.027Z[ recovery-image] Feb 23 13:29:35.418 INFO O| Feb 23 13:29:35.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
61512025-02-23T13:29:37.027Z[ recovery-image] Feb 23 13:29:35.419 INFO O| Feb 23 13:29:35.419 INFO STEP 507 (remove_files) COMPLETE
61522025-02-23T13:29:37.027Z[ recovery-image] Feb 23 13:29:35.419 INFO O| Feb 23 13:29:35.419 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532025-02-23T13:29:37.067Z[ recovery-image] Feb 23 13:29:35.459 INFO O| Feb 23 13:29:35.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
61542025-02-23T13:29:37.067Z[ recovery-image] Feb 23 13:29:35.459 INFO O| Feb 23 13:29:35.459 INFO STEP 508 (remove_files) COMPLETE
61552025-02-23T13:29:37.070Z[ recovery-image] Feb 23 13:29:35.460 INFO O| Feb 23 13:29:35.459 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562025-02-23T13:29:37.092Z[ recovery-image] Feb 23 13:29:35.483 INFO O| Feb 23 13:29:35.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
61572025-02-23T13:29:37.095Z[ recovery-image] Feb 23 13:29:35.483 INFO O| Feb 23 13:29:35.483 INFO STEP 509 (remove_files) COMPLETE
61582025-02-23T13:29:37.095Z[ recovery-image] Feb 23 13:29:35.484 INFO O| Feb 23 13:29:35.483 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592025-02-23T13:29:37.120Z[ recovery-image] Feb 23 13:29:35.511 INFO O| Feb 23 13:29:35.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
61602025-02-23T13:29:37.120Z[ recovery-image] Feb 23 13:29:35.511 INFO O| Feb 23 13:29:35.511 INFO STEP 510 (remove_files) COMPLETE
61612025-02-23T13:29:37.120Z[ recovery-image] Feb 23 13:29:35.511 INFO O| Feb 23 13:29:35.511 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622025-02-23T13:29:37.143Z[ recovery-image] Feb 23 13:29:35.535 INFO O| Feb 23 13:29:35.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
61632025-02-23T13:29:37.143Z[ recovery-image] Feb 23 13:29:35.535 INFO O| Feb 23 13:29:35.535 INFO STEP 511 (remove_files) COMPLETE
61642025-02-23T13:29:37.146Z[ recovery-image] Feb 23 13:29:35.535 INFO O| Feb 23 13:29:35.535 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652025-02-23T13:29:37.173Z[ recovery-image] Feb 23 13:29:35.564 INFO O| Feb 23 13:29:35.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
61662025-02-23T13:29:37.173Z[ recovery-image] Feb 23 13:29:35.564 INFO O| Feb 23 13:29:35.564 INFO STEP 512 (remove_files) COMPLETE
61672025-02-23T13:29:37.173Z[ recovery-image] Feb 23 13:29:35.564 INFO O| Feb 23 13:29:35.564 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682025-02-23T13:29:37.192Z[ recovery-image] Feb 23 13:29:35.583 INFO O| Feb 23 13:29:35.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
61692025-02-23T13:29:37.192Z[ recovery-image] Feb 23 13:29:35.583 INFO O| Feb 23 13:29:35.583 INFO STEP 513 (remove_files) COMPLETE
61702025-02-23T13:29:37.196Z[ recovery-image] Feb 23 13:29:35.584 INFO O| Feb 23 13:29:35.583 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712025-02-23T13:29:37.216Z[ host-image] Feb 23 13:29:35.608 INFO O| Feb 23 13:29:35.606 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
61722025-02-23T13:29:37.219Z[ recovery-image] Feb 23 13:29:35.608 INFO O| Feb 23 13:29:35.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
61732025-02-23T13:29:37.219Z[ recovery-image] Feb 23 13:29:35.609 INFO O| Feb 23 13:29:35.608 INFO STEP 514 (remove_files) COMPLETE
61742025-02-23T13:29:37.219Z[ recovery-image] Feb 23 13:29:35.609 INFO O| Feb 23 13:29:35.609 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-02-23T13:29:37.256Z[ recovery-image] Feb 23 13:29:35.648 INFO O| Feb 23 13:29:35.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
61762025-02-23T13:29:37.256Z[ recovery-image] Feb 23 13:29:35.648 INFO O| Feb 23 13:29:35.648 INFO STEP 515 (remove_files) COMPLETE
61772025-02-23T13:29:37.256Z[ recovery-image] Feb 23 13:29:35.648 INFO O| Feb 23 13:29:35.648 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-02-23T13:29:37.296Z[ recovery-image] Feb 23 13:29:35.685 INFO O| Feb 23 13:29:35.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
61792025-02-23T13:29:37.296Z[ recovery-image] Feb 23 13:29:35.685 INFO O| Feb 23 13:29:35.685 INFO STEP 516 (remove_files) COMPLETE
61802025-02-23T13:29:37.299Z[ recovery-image] Feb 23 13:29:35.685 INFO O| Feb 23 13:29:35.685 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812025-02-23T13:29:37.319Z[ recovery-image] Feb 23 13:29:35.710 INFO O| Feb 23 13:29:35.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
61822025-02-23T13:29:37.319Z[ recovery-image] Feb 23 13:29:35.710 INFO O| Feb 23 13:29:35.710 INFO STEP 517 (remove_files) COMPLETE
61832025-02-23T13:29:37.319Z[ recovery-image] Feb 23 13:29:35.710 INFO O| Feb 23 13:29:35.710 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-02-23T13:29:37.354Z[ recovery-image] Feb 23 13:29:35.736 INFO O| Feb 23 13:29:35.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
61852025-02-23T13:29:37.354Z[ recovery-image] Feb 23 13:29:35.736 INFO O| Feb 23 13:29:35.736 INFO STEP 518 (remove_files) COMPLETE
61862025-02-23T13:29:37.354Z[ recovery-image] Feb 23 13:29:35.736 INFO O| Feb 23 13:29:35.736 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-02-23T13:29:37.371Z[ recovery-image] Feb 23 13:29:35.762 INFO O| Feb 23 13:29:35.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
61882025-02-23T13:29:37.371Z[ recovery-image] Feb 23 13:29:35.763 INFO O| Feb 23 13:29:35.762 INFO STEP 519 (remove_files) COMPLETE
61892025-02-23T13:29:37.371Z[ recovery-image] Feb 23 13:29:35.763 INFO O| Feb 23 13:29:35.763 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-02-23T13:29:37.396Z[ recovery-image] Feb 23 13:29:35.787 INFO O| Feb 23 13:29:35.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
61912025-02-23T13:29:37.396Z[ recovery-image] Feb 23 13:29:35.787 INFO O| Feb 23 13:29:35.787 INFO STEP 520 (remove_files) COMPLETE
61922025-02-23T13:29:37.398Z[ recovery-image] Feb 23 13:29:35.788 INFO O| Feb 23 13:29:35.787 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-02-23T13:29:37.425Z[ recovery-image] Feb 23 13:29:35.817 INFO O| Feb 23 13:29:35.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
61942025-02-23T13:29:37.428Z[ recovery-image] Feb 23 13:29:35.817 INFO O| Feb 23 13:29:35.817 INFO STEP 521 (remove_files) COMPLETE
61952025-02-23T13:29:37.428Z[ recovery-image] Feb 23 13:29:35.817 INFO O| Feb 23 13:29:35.817 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-02-23T13:29:37.453Z[ recovery-image] Feb 23 13:29:35.845 INFO O| Feb 23 13:29:35.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
61972025-02-23T13:29:37.459Z[ recovery-image] Feb 23 13:29:35.845 INFO O| Feb 23 13:29:35.845 INFO STEP 522 (remove_files) COMPLETE
61982025-02-23T13:29:37.459Z[ recovery-image] Feb 23 13:29:35.845 INFO O| Feb 23 13:29:35.845 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-02-23T13:29:37.489Z[ recovery-image] Feb 23 13:29:35.875 INFO O| Feb 23 13:29:35.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
62002025-02-23T13:29:37.502Z[ recovery-image] Feb 23 13:29:35.877 INFO O| Feb 23 13:29:35.877 INFO STEP 523 (remove_files) COMPLETE
62012025-02-23T13:29:37.502Z[ recovery-image] Feb 23 13:29:35.877 INFO O| Feb 23 13:29:35.877 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-02-23T13:29:37.534Z[ recovery-image] Feb 23 13:29:35.925 INFO O| Feb 23 13:29:35.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
62032025-02-23T13:29:37.555Z[ recovery-image] Feb 23 13:29:35.926 INFO O| Feb 23 13:29:35.926 INFO STEP 524 (remove_files) COMPLETE
62042025-02-23T13:29:37.555Z[ recovery-image] Feb 23 13:29:35.926 INFO O| Feb 23 13:29:35.926 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-02-23T13:29:37.555Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
62062025-02-23T13:29:37.568Z[ recovery-image] Feb 23 13:29:35.960 INFO O| Feb 23 13:29:35.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
62072025-02-23T13:29:37.579Z[ recovery-image] Feb 23 13:29:35.960 INFO O| Feb 23 13:29:35.960 INFO STEP 525 (remove_files) COMPLETE
62082025-02-23T13:29:37.579Z[ recovery-image] Feb 23 13:29:35.960 INFO O| Feb 23 13:29:35.960 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-02-23T13:29:37.635Z[ recovery-image] Feb 23 13:29:36.026 INFO O| Feb 23 13:29:36.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
62102025-02-23T13:29:37.635Z[ recovery-image] Feb 23 13:29:36.026 INFO O| Feb 23 13:29:36.026 INFO STEP 526 (remove_files) COMPLETE
62112025-02-23T13:29:37.635Z[ recovery-image] Feb 23 13:29:36.026 INFO O| Feb 23 13:29:36.026 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-02-23T13:29:37.658Z[ recovery-image] Feb 23 13:29:36.049 INFO O| Feb 23 13:29:36.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
62132025-02-23T13:29:37.658Z[ recovery-image] Feb 23 13:29:36.049 INFO O| Feb 23 13:29:36.049 INFO STEP 527 (remove_files) COMPLETE
62142025-02-23T13:29:37.663Z[ recovery-image] Feb 23 13:29:36.049 INFO O| Feb 23 13:29:36.049 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-02-23T13:29:37.690Z[ recovery-image] Feb 23 13:29:36.081 INFO O| Feb 23 13:29:36.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
62162025-02-23T13:29:37.691Z[ recovery-image] Feb 23 13:29:36.081 INFO O| Feb 23 13:29:36.081 INFO STEP 528 (remove_files) COMPLETE
62172025-02-23T13:29:37.691Z[ recovery-image] Feb 23 13:29:36.081 INFO O| Feb 23 13:29:36.081 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-02-23T13:29:37.755Z[ recovery-image] Feb 23 13:29:36.147 INFO O| Feb 23 13:29:36.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
62192025-02-23T13:29:37.755Z[ recovery-image] Feb 23 13:29:36.147 INFO O| Feb 23 13:29:36.147 INFO STEP 529 (remove_files) COMPLETE
62202025-02-23T13:29:37.755Z[ recovery-image] Feb 23 13:29:36.147 INFO O| Feb 23 13:29:36.147 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-02-23T13:29:37.775Z[ recovery-image] Feb 23 13:29:36.167 INFO O| Feb 23 13:29:36.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
62222025-02-23T13:29:37.775Z[ recovery-image] Feb 23 13:29:36.167 INFO O| Feb 23 13:29:36.167 INFO STEP 530 (remove_files) COMPLETE
62232025-02-23T13:29:37.778Z[ recovery-image] Feb 23 13:29:36.167 INFO O| Feb 23 13:29:36.167 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-02-23T13:29:37.808Z[ recovery-image] Feb 23 13:29:36.199 INFO O| Feb 23 13:29:36.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
62252025-02-23T13:29:37.808Z[ recovery-image] Feb 23 13:29:36.199 INFO O| Feb 23 13:29:36.199 INFO STEP 531 (remove_files) COMPLETE
62262025-02-23T13:29:37.808Z[ recovery-image] Feb 23 13:29:36.199 INFO O| Feb 23 13:29:36.199 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-02-23T13:29:37.842Z[ recovery-image] Feb 23 13:29:36.233 INFO O| Feb 23 13:29:36.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
62282025-02-23T13:29:37.842Z[ recovery-image] Feb 23 13:29:36.233 INFO O| Feb 23 13:29:36.233 INFO STEP 532 (remove_files) COMPLETE
62292025-02-23T13:29:37.842Z[ recovery-image] Feb 23 13:29:36.233 INFO O| Feb 23 13:29:36.233 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-02-23T13:29:37.886Z[ recovery-image] Feb 23 13:29:36.276 INFO O| Feb 23 13:29:36.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
62312025-02-23T13:29:37.886Z[ recovery-image] Feb 23 13:29:36.277 INFO O| Feb 23 13:29:36.277 INFO STEP 533 (remove_files) COMPLETE
62322025-02-23T13:29:37.889Z[ recovery-image] Feb 23 13:29:36.277 INFO O| Feb 23 13:29:36.277 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-02-23T13:29:37.908Z[ recovery-image] Feb 23 13:29:36.300 INFO O| Feb 23 13:29:36.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
62342025-02-23T13:29:37.908Z[ recovery-image] Feb 23 13:29:36.300 INFO O| Feb 23 13:29:36.300 INFO STEP 534 (remove_files) COMPLETE
62352025-02-23T13:29:37.909Z[ recovery-image] Feb 23 13:29:36.300 INFO O| Feb 23 13:29:36.300 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-02-23T13:29:37.932Z[ recovery-image] Feb 23 13:29:36.324 INFO O| Feb 23 13:29:36.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
62372025-02-23T13:29:37.932Z[ recovery-image] Feb 23 13:29:36.324 INFO O| Feb 23 13:29:36.324 INFO STEP 535 (remove_files) COMPLETE
62382025-02-23T13:29:37.932Z[ recovery-image] Feb 23 13:29:36.324 INFO O| Feb 23 13:29:36.324 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-02-23T13:29:37.956Z[ recovery-image] Feb 23 13:29:36.348 INFO O| Feb 23 13:29:36.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
62402025-02-23T13:29:37.956Z[ recovery-image] Feb 23 13:29:36.348 INFO O| Feb 23 13:29:36.348 INFO STEP 536 (remove_files) COMPLETE
62412025-02-23T13:29:37.956Z[ recovery-image] Feb 23 13:29:36.348 INFO O| Feb 23 13:29:36.348 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-02-23T13:29:37.979Z[ recovery-image] Feb 23 13:29:36.371 INFO O| Feb 23 13:29:36.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
62432025-02-23T13:29:37.979Z[ recovery-image] Feb 23 13:29:36.371 INFO O| Feb 23 13:29:36.371 INFO STEP 537 (remove_files) COMPLETE
62442025-02-23T13:29:37.994Z[ recovery-image] Feb 23 13:29:36.371 INFO O| Feb 23 13:29:36.371 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-02-23T13:29:38.008Z[ recovery-image] Feb 23 13:29:36.393 INFO O| Feb 23 13:29:36.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
62462025-02-23T13:29:38.008Z[ recovery-image] Feb 23 13:29:36.394 INFO O| Feb 23 13:29:36.394 INFO STEP 538 (remove_files) COMPLETE
62472025-02-23T13:29:38.008Z[ recovery-image] Feb 23 13:29:36.394 INFO O| Feb 23 13:29:36.394 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62482025-02-23T13:29:38.043Z[ recovery-image] Feb 23 13:29:36.434 INFO O| Feb 23 13:29:36.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
62492025-02-23T13:29:38.043Z[ recovery-image] Feb 23 13:29:36.434 INFO O| Feb 23 13:29:36.434 INFO STEP 539 (remove_files) COMPLETE
62502025-02-23T13:29:38.043Z[ recovery-image] Feb 23 13:29:36.434 INFO O| Feb 23 13:29:36.434 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62512025-02-23T13:29:38.087Z[ recovery-image] Feb 23 13:29:36.478 INFO O| Feb 23 13:29:36.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
62522025-02-23T13:29:38.087Z[ recovery-image] Feb 23 13:29:36.478 INFO O| Feb 23 13:29:36.478 INFO STEP 540 (remove_files) COMPLETE
62532025-02-23T13:29:38.090Z[ recovery-image] Feb 23 13:29:36.479 INFO O| Feb 23 13:29:36.478 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62542025-02-23T13:29:38.127Z[ recovery-image] Feb 23 13:29:36.518 INFO O| Feb 23 13:29:36.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
62552025-02-23T13:29:38.131Z[ recovery-image] Feb 23 13:29:36.519 INFO O| Feb 23 13:29:36.519 INFO STEP 541 (remove_files) COMPLETE
62562025-02-23T13:29:38.131Z[ recovery-image] Feb 23 13:29:36.519 INFO O| Feb 23 13:29:36.519 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62572025-02-23T13:29:38.156Z[ recovery-image] Feb 23 13:29:36.547 INFO O| Feb 23 13:29:36.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
62582025-02-23T13:29:38.159Z[ recovery-image] Feb 23 13:29:36.547 INFO O| Feb 23 13:29:36.547 INFO STEP 542 (remove_files) COMPLETE
62592025-02-23T13:29:38.159Z[ recovery-image] Feb 23 13:29:36.547 INFO O| Feb 23 13:29:36.547 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62602025-02-23T13:29:38.179Z[ recovery-image] Feb 23 13:29:36.570 INFO O| Feb 23 13:29:36.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
62612025-02-23T13:29:38.179Z[ recovery-image] Feb 23 13:29:36.570 INFO O| Feb 23 13:29:36.570 INFO STEP 543 (remove_files) COMPLETE
62622025-02-23T13:29:38.179Z[ recovery-image] Feb 23 13:29:36.570 INFO O| Feb 23 13:29:36.570 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62632025-02-23T13:29:38.231Z[ recovery-image] Feb 23 13:29:36.622 INFO O| Feb 23 13:29:36.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
62642025-02-23T13:29:38.231Z[ recovery-image] Feb 23 13:29:36.622 INFO O| Feb 23 13:29:36.622 INFO STEP 544 (remove_files) COMPLETE
62652025-02-23T13:29:38.231Z[ recovery-image] Feb 23 13:29:36.622 INFO O| Feb 23 13:29:36.622 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62662025-02-23T13:29:38.257Z[ recovery-image] Feb 23 13:29:36.648 INFO O| Feb 23 13:29:36.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
62672025-02-23T13:29:38.257Z[ recovery-image] Feb 23 13:29:36.648 INFO O| Feb 23 13:29:36.648 INFO STEP 545 (remove_files) COMPLETE
62682025-02-23T13:29:38.257Z[ recovery-image] Feb 23 13:29:36.648 INFO O| Feb 23 13:29:36.648 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692025-02-23T13:29:38.313Z[ recovery-image] Feb 23 13:29:36.703 INFO O| Feb 23 13:29:36.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
62702025-02-23T13:29:38.313Z[ recovery-image] Feb 23 13:29:36.703 INFO O| Feb 23 13:29:36.703 INFO STEP 546 (remove_files) COMPLETE
62712025-02-23T13:29:38.313Z[ recovery-image] Feb 23 13:29:36.703 INFO O| Feb 23 13:29:36.703 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722025-02-23T13:29:38.340Z[ recovery-image] Feb 23 13:29:36.731 INFO O| Feb 23 13:29:36.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
62732025-02-23T13:29:38.342Z[ recovery-image] Feb 23 13:29:36.732 INFO O| Feb 23 13:29:36.731 INFO STEP 547 (remove_files) COMPLETE
62742025-02-23T13:29:38.342Z[ recovery-image] Feb 23 13:29:36.732 INFO O| Feb 23 13:29:36.732 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752025-02-23T13:29:38.363Z[ recovery-image] Feb 23 13:29:36.755 INFO O| Feb 23 13:29:36.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
62762025-02-23T13:29:38.368Z[ recovery-image] Feb 23 13:29:36.755 INFO O| Feb 23 13:29:36.755 INFO STEP 548 (remove_files) COMPLETE
62772025-02-23T13:29:38.368Z[ recovery-image] Feb 23 13:29:36.755 INFO O| Feb 23 13:29:36.755 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782025-02-23T13:29:38.386Z[ recovery-image] Feb 23 13:29:36.777 INFO O| Feb 23 13:29:36.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
62792025-02-23T13:29:38.386Z[ recovery-image] Feb 23 13:29:36.777 INFO O| Feb 23 13:29:36.777 INFO STEP 549 (remove_files) COMPLETE
62802025-02-23T13:29:38.386Z[ recovery-image] Feb 23 13:29:36.777 INFO O| Feb 23 13:29:36.777 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812025-02-23T13:29:38.411Z[ recovery-image] Feb 23 13:29:36.802 INFO O| Feb 23 13:29:36.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
62822025-02-23T13:29:38.411Z[ recovery-image] Feb 23 13:29:36.802 INFO O| Feb 23 13:29:36.802 INFO STEP 550 (remove_files) COMPLETE
62832025-02-23T13:29:38.411Z[ recovery-image] Feb 23 13:29:36.802 INFO O| Feb 23 13:29:36.802 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842025-02-23T13:29:38.437Z[ recovery-image] Feb 23 13:29:36.828 INFO O| Feb 23 13:29:36.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
62852025-02-23T13:29:38.437Z[ recovery-image] Feb 23 13:29:36.828 INFO O| Feb 23 13:29:36.828 INFO STEP 551 (remove_files) COMPLETE
62862025-02-23T13:29:38.437Z[ recovery-image] Feb 23 13:29:36.828 INFO O| Feb 23 13:29:36.828 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872025-02-23T13:29:38.479Z[ recovery-image] Feb 23 13:29:36.870 INFO O| Feb 23 13:29:36.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
62882025-02-23T13:29:38.482Z[ recovery-image] Feb 23 13:29:36.870 INFO O| Feb 23 13:29:36.870 INFO STEP 552 (remove_files) COMPLETE
62892025-02-23T13:29:38.482Z[ recovery-image] Feb 23 13:29:36.870 INFO O| Feb 23 13:29:36.870 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902025-02-23T13:29:38.513Z[ recovery-image] Feb 23 13:29:36.904 INFO O| Feb 23 13:29:36.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
62912025-02-23T13:29:38.516Z[ recovery-image] Feb 23 13:29:36.905 INFO O| Feb 23 13:29:36.905 INFO STEP 553 (remove_files) COMPLETE
62922025-02-23T13:29:38.517Z[ recovery-image] Feb 23 13:29:36.905 INFO O| Feb 23 13:29:36.905 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932025-02-23T13:29:38.541Z[ recovery-image] Feb 23 13:29:36.933 INFO O| Feb 23 13:29:36.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
62942025-02-23T13:29:38.543Z[ recovery-image] Feb 23 13:29:36.933 INFO O| Feb 23 13:29:36.933 INFO STEP 554 (remove_files) COMPLETE
62952025-02-23T13:29:38.543Z[ recovery-image] Feb 23 13:29:36.933 INFO O| Feb 23 13:29:36.933 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962025-02-23T13:29:38.576Z[ recovery-image] Feb 23 13:29:36.968 INFO O| Feb 23 13:29:36.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
62972025-02-23T13:29:38.576Z[ recovery-image] Feb 23 13:29:36.968 INFO O| Feb 23 13:29:36.968 INFO STEP 555 (remove_files) COMPLETE
62982025-02-23T13:29:38.576Z[ recovery-image] Feb 23 13:29:36.968 INFO O| Feb 23 13:29:36.968 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992025-02-23T13:29:38.619Z[ recovery-image] Feb 23 13:29:37.011 INFO O| Feb 23 13:29:37.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
63002025-02-23T13:29:38.622Z[ recovery-image] Feb 23 13:29:37.011 INFO O| Feb 23 13:29:37.011 INFO STEP 556 (remove_files) COMPLETE
63012025-02-23T13:29:38.622Z[ recovery-image] Feb 23 13:29:37.011 INFO O| Feb 23 13:29:37.011 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022025-02-23T13:29:38.676Z[ recovery-image] Feb 23 13:29:37.063 INFO O| Feb 23 13:29:37.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
63032025-02-23T13:29:38.676Z[ recovery-image] Feb 23 13:29:37.063 INFO O| Feb 23 13:29:37.063 INFO STEP 557 (remove_files) COMPLETE
63042025-02-23T13:29:38.680Z[ recovery-image] Feb 23 13:29:37.063 INFO O| Feb 23 13:29:37.063 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-02-23T13:29:38.748Z[ recovery-image] Feb 23 13:29:37.140 INFO O| Feb 23 13:29:37.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
63062025-02-23T13:29:38.752Z[ recovery-image] Feb 23 13:29:37.140 INFO O| Feb 23 13:29:37.140 INFO STEP 558 (remove_files) COMPLETE
63072025-02-23T13:29:38.752Z[ recovery-image] Feb 23 13:29:37.140 INFO O| Feb 23 13:29:37.140 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-02-23T13:29:38.771Z[ recovery-image] Feb 23 13:29:37.162 INFO O| Feb 23 13:29:37.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
63092025-02-23T13:29:38.771Z[ recovery-image] Feb 23 13:29:37.162 INFO O| Feb 23 13:29:37.162 INFO STEP 559 (remove_files) COMPLETE
63102025-02-23T13:29:38.771Z[ recovery-image] Feb 23 13:29:37.162 INFO O| Feb 23 13:29:37.162 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-02-23T13:29:38.792Z[ recovery-image] Feb 23 13:29:37.184 INFO O| Feb 23 13:29:37.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
63122025-02-23T13:29:38.792Z[ recovery-image] Feb 23 13:29:37.184 INFO O| Feb 23 13:29:37.184 INFO STEP 560 (remove_files) COMPLETE
63132025-02-23T13:29:38.796Z[ recovery-image] Feb 23 13:29:37.184 INFO O| Feb 23 13:29:37.184 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-02-23T13:29:38.834Z[ recovery-image] Feb 23 13:29:37.225 INFO O| Feb 23 13:29:37.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
63152025-02-23T13:29:38.834Z[ recovery-image] Feb 23 13:29:37.225 INFO O| Feb 23 13:29:37.225 INFO STEP 561 (remove_files) COMPLETE
63162025-02-23T13:29:38.834Z[ recovery-image] Feb 23 13:29:37.226 INFO O| Feb 23 13:29:37.225 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-02-23T13:29:38.857Z[ recovery-image] Feb 23 13:29:37.248 INFO O| Feb 23 13:29:37.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63182025-02-23T13:29:38.857Z[ recovery-image] Feb 23 13:29:37.248 INFO O| Feb 23 13:29:37.248 INFO STEP 562 (remove_files) COMPLETE
63192025-02-23T13:29:38.860Z[ recovery-image] Feb 23 13:29:37.248 INFO O| Feb 23 13:29:37.248 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-02-23T13:29:38.880Z[ recovery-image] Feb 23 13:29:37.271 INFO O| Feb 23 13:29:37.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63212025-02-23T13:29:38.880Z[ recovery-image] Feb 23 13:29:37.271 INFO O| Feb 23 13:29:37.271 INFO STEP 563 (remove_files) COMPLETE
63222025-02-23T13:29:38.880Z[ recovery-image] Feb 23 13:29:37.271 INFO O| Feb 23 13:29:37.271 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232025-02-23T13:29:38.904Z[ recovery-image] Feb 23 13:29:37.295 INFO O| Feb 23 13:29:37.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
63242025-02-23T13:29:38.904Z[ recovery-image] Feb 23 13:29:37.295 INFO O| Feb 23 13:29:37.295 INFO STEP 564 (remove_files) COMPLETE
63252025-02-23T13:29:38.907Z[ recovery-image] Feb 23 13:29:37.295 INFO O| Feb 23 13:29:37.295 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262025-02-23T13:29:38.931Z[ recovery-image] Feb 23 13:29:37.322 INFO O| Feb 23 13:29:37.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
63272025-02-23T13:29:38.931Z[ recovery-image] Feb 23 13:29:37.322 INFO O| Feb 23 13:29:37.322 INFO STEP 565 (remove_files) COMPLETE
63282025-02-23T13:29:38.934Z[ recovery-image] Feb 23 13:29:37.323 INFO O| Feb 23 13:29:37.322 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292025-02-23T13:29:38.966Z[ recovery-image] Feb 23 13:29:37.357 INFO O| Feb 23 13:29:37.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
63302025-02-23T13:29:38.969Z[ recovery-image] Feb 23 13:29:37.358 INFO O| Feb 23 13:29:37.358 INFO STEP 566 (remove_files) COMPLETE
63312025-02-23T13:29:38.969Z[ recovery-image] Feb 23 13:29:37.358 INFO O| Feb 23 13:29:37.358 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322025-02-23T13:29:39.075Z[ recovery-image] Feb 23 13:29:37.466 INFO O| Feb 23 13:29:37.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
63332025-02-23T13:29:39.075Z[ recovery-image] Feb 23 13:29:37.466 INFO O| Feb 23 13:29:37.466 INFO STEP 567 (remove_files) COMPLETE
63342025-02-23T13:29:39.075Z[ recovery-image] Feb 23 13:29:37.466 INFO O| Feb 23 13:29:37.466 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352025-02-23T13:29:39.100Z[ recovery-image] Feb 23 13:29:37.491 INFO O| Feb 23 13:29:37.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
63362025-02-23T13:29:39.100Z[ recovery-image] Feb 23 13:29:37.492 INFO O| Feb 23 13:29:37.492 INFO STEP 568 (remove_files) COMPLETE
63372025-02-23T13:29:39.105Z[ recovery-image] Feb 23 13:29:37.492 INFO O| Feb 23 13:29:37.492 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382025-02-23T13:29:39.127Z[ recovery-image] Feb 23 13:29:37.518 INFO O| Feb 23 13:29:37.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
63392025-02-23T13:29:39.127Z[ recovery-image] Feb 23 13:29:37.518 INFO O| Feb 23 13:29:37.518 INFO STEP 569 (remove_files) COMPLETE
63402025-02-23T13:29:39.133Z[ recovery-image] Feb 23 13:29:37.518 INFO O| Feb 23 13:29:37.518 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412025-02-23T13:29:39.159Z[ recovery-image] Feb 23 13:29:37.549 INFO O| Feb 23 13:29:37.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
63422025-02-23T13:29:39.159Z[ recovery-image] Feb 23 13:29:37.549 INFO O| Feb 23 13:29:37.549 INFO STEP 570 (remove_files) COMPLETE
63432025-02-23T13:29:39.159Z[ recovery-image] Feb 23 13:29:37.549 INFO O| Feb 23 13:29:37.549 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442025-02-23T13:29:39.183Z[ recovery-image] Feb 23 13:29:37.574 INFO O| Feb 23 13:29:37.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
63452025-02-23T13:29:39.184Z[ recovery-image] Feb 23 13:29:37.574 INFO O| Feb 23 13:29:37.574 INFO STEP 571 (remove_files) COMPLETE
63462025-02-23T13:29:39.184Z[ recovery-image] Feb 23 13:29:37.574 INFO O| Feb 23 13:29:37.574 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472025-02-23T13:29:39.220Z[ recovery-image] Feb 23 13:29:37.611 INFO O| Feb 23 13:29:37.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
63482025-02-23T13:29:39.220Z[ recovery-image] Feb 23 13:29:37.611 INFO O| Feb 23 13:29:37.611 INFO STEP 572 (remove_files) COMPLETE
63492025-02-23T13:29:39.224Z[ recovery-image] Feb 23 13:29:37.611 INFO O| Feb 23 13:29:37.611 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502025-02-23T13:29:39.244Z[ recovery-image] Feb 23 13:29:37.635 INFO O| Feb 23 13:29:37.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
63512025-02-23T13:29:39.244Z[ recovery-image] Feb 23 13:29:37.636 INFO O| Feb 23 13:29:37.636 INFO STEP 573 (remove_files) COMPLETE
63522025-02-23T13:29:39.248Z[ recovery-image] Feb 23 13:29:37.636 INFO O| Feb 23 13:29:37.636 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532025-02-23T13:29:39.269Z[ recovery-image] Feb 23 13:29:37.660 INFO O| Feb 23 13:29:37.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
63542025-02-23T13:29:39.269Z[ recovery-image] Feb 23 13:29:37.660 INFO O| Feb 23 13:29:37.660 INFO STEP 574 (remove_files) COMPLETE
63552025-02-23T13:29:39.269Z[ recovery-image] Feb 23 13:29:37.660 INFO O| Feb 23 13:29:37.660 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562025-02-23T13:29:39.299Z[ recovery-image] Feb 23 13:29:37.690 INFO O| Feb 23 13:29:37.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
63572025-02-23T13:29:39.299Z[ recovery-image] Feb 23 13:29:37.690 INFO O| Feb 23 13:29:37.690 INFO STEP 575 (remove_files) COMPLETE
63582025-02-23T13:29:39.303Z[ recovery-image] Feb 23 13:29:37.690 INFO O| Feb 23 13:29:37.690 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592025-02-23T13:29:39.387Z[ recovery-image] Feb 23 13:29:37.778 INFO O| Feb 23 13:29:37.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
63602025-02-23T13:29:39.387Z[ recovery-image] Feb 23 13:29:37.778 INFO O| Feb 23 13:29:37.778 INFO STEP 576 (remove_files) COMPLETE
63612025-02-23T13:29:39.387Z[ recovery-image] Feb 23 13:29:37.778 INFO O| Feb 23 13:29:37.778 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622025-02-23T13:29:39.442Z[ recovery-image] Feb 23 13:29:37.834 INFO O| Feb 23 13:29:37.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
63632025-02-23T13:29:39.443Z[ recovery-image] Feb 23 13:29:37.834 INFO O| Feb 23 13:29:37.834 INFO STEP 577 (remove_files) COMPLETE
63642025-02-23T13:29:39.443Z[ recovery-image] Feb 23 13:29:37.834 INFO O| Feb 23 13:29:37.834 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652025-02-23T13:29:39.466Z[ recovery-image] Feb 23 13:29:37.857 INFO O| Feb 23 13:29:37.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
63662025-02-23T13:29:39.466Z[ recovery-image] Feb 23 13:29:37.858 INFO O| Feb 23 13:29:37.858 INFO STEP 578 (remove_files) COMPLETE
63672025-02-23T13:29:39.470Z[ recovery-image] Feb 23 13:29:37.858 INFO O| Feb 23 13:29:37.858 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682025-02-23T13:29:39.489Z[ recovery-image] Feb 23 13:29:37.880 INFO O| Feb 23 13:29:37.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
63692025-02-23T13:29:39.489Z[ recovery-image] Feb 23 13:29:37.880 INFO O| Feb 23 13:29:37.880 INFO STEP 579 (remove_files) COMPLETE
63702025-02-23T13:29:39.493Z[ recovery-image] Feb 23 13:29:37.881 INFO O| Feb 23 13:29:37.880 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712025-02-23T13:29:39.577Z[ recovery-image] Feb 23 13:29:37.968 INFO O| Feb 23 13:29:37.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
63722025-02-23T13:29:39.602Z[ recovery-image] Feb 23 13:29:37.992 INFO O| Feb 23 13:29:37.992 INFO STEP 580 (remove_files) COMPLETE
63732025-02-23T13:29:39.602Z[ recovery-image] Feb 23 13:29:37.992 INFO O| Feb 23 13:29:37.992 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742025-02-23T13:29:39.649Z[ recovery-image] Feb 23 13:29:38.040 INFO O| Feb 23 13:29:38.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
63752025-02-23T13:29:39.649Z[ recovery-image] Feb 23 13:29:38.040 INFO O| Feb 23 13:29:38.040 INFO STEP 581 (remove_files) COMPLETE
63762025-02-23T13:29:39.649Z[ recovery-image] Feb 23 13:29:38.040 INFO O| Feb 23 13:29:38.040 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772025-02-23T13:29:39.676Z[ recovery-image] Feb 23 13:29:38.066 INFO O| Feb 23 13:29:38.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
63782025-02-23T13:29:39.699Z[ recovery-image] Feb 23 13:29:38.089 INFO O| Feb 23 13:29:38.089 INFO STEP 582 (remove_files) COMPLETE
63792025-02-23T13:29:39.699Z[ recovery-image] Feb 23 13:29:38.089 INFO O| Feb 23 13:29:38.089 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802025-02-23T13:29:39.756Z[ recovery-image] Feb 23 13:29:38.147 INFO O| Feb 23 13:29:38.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
63812025-02-23T13:29:39.765Z[ recovery-image] Feb 23 13:29:38.147 INFO O| Feb 23 13:29:38.147 INFO STEP 583 (remove_files) COMPLETE
63822025-02-23T13:29:39.765Z[ recovery-image] Feb 23 13:29:38.147 INFO O| Feb 23 13:29:38.147 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832025-02-23T13:29:39.780Z[ recovery-image] Feb 23 13:29:38.170 INFO O| Feb 23 13:29:38.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
63842025-02-23T13:29:39.780Z[ recovery-image] Feb 23 13:29:38.170 INFO O| Feb 23 13:29:38.170 INFO STEP 584 (remove_files) COMPLETE
63852025-02-23T13:29:39.780Z[ recovery-image] Feb 23 13:29:38.170 INFO O| Feb 23 13:29:38.170 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862025-02-23T13:29:39.814Z[ recovery-image] Feb 23 13:29:38.205 INFO O| Feb 23 13:29:38.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
63872025-02-23T13:29:39.814Z[ recovery-image] Feb 23 13:29:38.205 INFO O| Feb 23 13:29:38.205 INFO STEP 585 (remove_files) COMPLETE
63882025-02-23T13:29:39.818Z[ recovery-image] Feb 23 13:29:38.205 INFO O| Feb 23 13:29:38.205 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892025-02-23T13:29:39.867Z[ recovery-image] Feb 23 13:29:38.258 INFO O| Feb 23 13:29:38.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
63902025-02-23T13:29:39.867Z[ recovery-image] Feb 23 13:29:38.258 INFO O| Feb 23 13:29:38.258 INFO STEP 586 (remove_files) COMPLETE
63912025-02-23T13:29:39.871Z[ recovery-image] Feb 23 13:29:38.259 INFO O| Feb 23 13:29:38.258 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922025-02-23T13:29:39.899Z[ recovery-image] Feb 23 13:29:38.282 INFO O| Feb 23 13:29:38.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
63932025-02-23T13:29:39.899Z[ recovery-image] Feb 23 13:29:38.282 INFO O| Feb 23 13:29:38.282 INFO STEP 587 (remove_files) COMPLETE
63942025-02-23T13:29:39.899Z[ recovery-image] Feb 23 13:29:38.282 INFO O| Feb 23 13:29:38.282 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952025-02-23T13:29:39.918Z[ recovery-image] Feb 23 13:29:38.309 INFO O| Feb 23 13:29:38.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
63962025-02-23T13:29:39.918Z[ recovery-image] Feb 23 13:29:38.310 INFO O| Feb 23 13:29:38.310 INFO STEP 588 (remove_files) COMPLETE
63972025-02-23T13:29:39.934Z[ recovery-image] Feb 23 13:29:38.310 INFO O| Feb 23 13:29:38.310 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982025-02-23T13:29:39.950Z[ recovery-image] Feb 23 13:29:38.336 INFO O| Feb 23 13:29:38.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
63992025-02-23T13:29:39.950Z[ recovery-image] Feb 23 13:29:38.336 INFO O| Feb 23 13:29:38.336 INFO STEP 589 (remove_files) COMPLETE
64002025-02-23T13:29:39.950Z[ recovery-image] Feb 23 13:29:38.336 INFO O| Feb 23 13:29:38.336 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-02-23T13:29:39.983Z[ recovery-image] Feb 23 13:29:38.374 INFO O| Feb 23 13:29:38.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
64022025-02-23T13:29:39.983Z[ recovery-image] Feb 23 13:29:38.374 INFO O| Feb 23 13:29:38.374 INFO STEP 590 (remove_files) COMPLETE
64032025-02-23T13:29:39.983Z[ recovery-image] Feb 23 13:29:38.374 INFO O| Feb 23 13:29:38.374 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-02-23T13:29:40.025Z[ recovery-image] Feb 23 13:29:38.416 INFO O| Feb 23 13:29:38.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
64052025-02-23T13:29:40.025Z[ recovery-image] Feb 23 13:29:38.416 INFO O| Feb 23 13:29:38.416 INFO STEP 591 (remove_files) COMPLETE
64062025-02-23T13:29:40.025Z[ recovery-image] Feb 23 13:29:38.416 INFO O| Feb 23 13:29:38.416 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-02-23T13:29:40.055Z[ recovery-image] Feb 23 13:29:38.446 INFO O| Feb 23 13:29:38.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
64082025-02-23T13:29:40.055Z[ recovery-image] Feb 23 13:29:38.446 INFO O| Feb 23 13:29:38.446 INFO STEP 592 (remove_files) COMPLETE
64092025-02-23T13:29:40.058Z[ recovery-image] Feb 23 13:29:38.446 INFO O| Feb 23 13:29:38.446 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-02-23T13:29:40.078Z[ recovery-image] Feb 23 13:29:38.469 INFO O| Feb 23 13:29:38.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
64112025-02-23T13:29:40.078Z[ recovery-image] Feb 23 13:29:38.469 INFO O| Feb 23 13:29:38.469 INFO STEP 593 (remove_files) COMPLETE
64122025-02-23T13:29:40.078Z[ recovery-image] Feb 23 13:29:38.469 INFO O| Feb 23 13:29:38.469 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-02-23T13:29:40.101Z[ recovery-image] Feb 23 13:29:38.492 INFO O| Feb 23 13:29:38.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
64142025-02-23T13:29:40.104Z[ recovery-image] Feb 23 13:29:38.492 INFO O| Feb 23 13:29:38.492 INFO STEP 594 (remove_files) COMPLETE
64152025-02-23T13:29:40.104Z[ recovery-image] Feb 23 13:29:38.492 INFO O| Feb 23 13:29:38.492 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-02-23T13:29:40.150Z[ recovery-image] Feb 23 13:29:38.541 INFO O| Feb 23 13:29:38.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
64172025-02-23T13:29:40.150Z[ recovery-image] Feb 23 13:29:38.541 INFO O| Feb 23 13:29:38.541 INFO STEP 595 (remove_files) COMPLETE
64182025-02-23T13:29:40.161Z[ recovery-image] Feb 23 13:29:38.541 INFO O| Feb 23 13:29:38.541 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-02-23T13:29:40.281Z[ recovery-image] Feb 23 13:29:38.672 INFO O| Feb 23 13:29:38.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
64202025-02-23T13:29:40.281Z[ recovery-image] Feb 23 13:29:38.672 INFO O| Feb 23 13:29:38.672 INFO STEP 596 (remove_files) COMPLETE
64212025-02-23T13:29:40.281Z[ recovery-image] Feb 23 13:29:38.672 INFO O| Feb 23 13:29:38.672 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-02-23T13:29:40.305Z[ recovery-image] Feb 23 13:29:38.695 INFO O| Feb 23 13:29:38.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
64232025-02-23T13:29:40.309Z[ recovery-image] Feb 23 13:29:38.695 INFO O| Feb 23 13:29:38.695 INFO STEP 597 (remove_files) COMPLETE
64242025-02-23T13:29:40.309Z[ recovery-image] Feb 23 13:29:38.695 INFO O| Feb 23 13:29:38.695 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-02-23T13:29:40.331Z[ recovery-image] Feb 23 13:29:38.721 INFO O| Feb 23 13:29:38.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
64262025-02-23T13:29:40.346Z[ recovery-image] Feb 23 13:29:38.736 INFO O| Feb 23 13:29:38.736 INFO STEP 598 (remove_files) COMPLETE
64272025-02-23T13:29:40.346Z[ recovery-image] Feb 23 13:29:38.736 INFO O| Feb 23 13:29:38.736 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-02-23T13:29:40.406Z[ recovery-image] Feb 23 13:29:38.797 INFO O| Feb 23 13:29:38.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64292025-02-23T13:29:40.407Z[ recovery-image] Feb 23 13:29:38.798 INFO O| Feb 23 13:29:38.797 INFO STEP 599 (remove_files) COMPLETE
64302025-02-23T13:29:40.407Z[ recovery-image] Feb 23 13:29:38.798 INFO O| Feb 23 13:29:38.798 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-02-23T13:29:40.434Z[ recovery-image] Feb 23 13:29:38.825 INFO O| Feb 23 13:29:38.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
64322025-02-23T13:29:40.434Z[ recovery-image] Feb 23 13:29:38.825 INFO O| Feb 23 13:29:38.825 INFO STEP 600 (remove_files) COMPLETE
64332025-02-23T13:29:40.437Z[ recovery-image] Feb 23 13:29:38.825 INFO O| Feb 23 13:29:38.825 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342025-02-23T13:29:40.551Z[ recovery-image] Feb 23 13:29:38.940 INFO O| Feb 23 13:29:38.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64352025-02-23T13:29:40.551Z[ recovery-image] Feb 23 13:29:38.941 INFO O| Feb 23 13:29:38.941 INFO STEP 601 (remove_files) COMPLETE
64362025-02-23T13:29:40.551Z[ recovery-image] Feb 23 13:29:38.941 INFO O| Feb 23 13:29:38.941 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372025-02-23T13:29:40.576Z[ recovery-image] Feb 23 13:29:38.967 INFO O| Feb 23 13:29:38.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64382025-02-23T13:29:40.580Z[ recovery-image] Feb 23 13:29:38.968 INFO O| Feb 23 13:29:38.968 INFO STEP 602 (remove_files) COMPLETE
64392025-02-23T13:29:40.580Z[ recovery-image] Feb 23 13:29:38.968 INFO O| Feb 23 13:29:38.968 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402025-02-23T13:29:40.602Z[ recovery-image] Feb 23 13:29:38.992 INFO O| Feb 23 13:29:38.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
64412025-02-23T13:29:40.602Z[ recovery-image] Feb 23 13:29:38.993 INFO O| Feb 23 13:29:38.993 INFO STEP 603 (remove_files) COMPLETE
64422025-02-23T13:29:40.602Z[ recovery-image] Feb 23 13:29:38.993 INFO O| Feb 23 13:29:38.993 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432025-02-23T13:29:40.634Z[ recovery-image] Feb 23 13:29:39.024 INFO O| Feb 23 13:29:39.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
64442025-02-23T13:29:40.637Z[ recovery-image] Feb 23 13:29:39.025 INFO O| Feb 23 13:29:39.025 INFO STEP 604 (remove_files) COMPLETE
64452025-02-23T13:29:40.637Z[ recovery-image] Feb 23 13:29:39.025 INFO O| Feb 23 13:29:39.025 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462025-02-23T13:29:40.661Z[ recovery-image] Feb 23 13:29:39.050 INFO O| Feb 23 13:29:39.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64472025-02-23T13:29:40.664Z[ recovery-image] Feb 23 13:29:39.051 INFO O| Feb 23 13:29:39.051 INFO STEP 605 (remove_files) COMPLETE
64482025-02-23T13:29:40.664Z[ recovery-image] Feb 23 13:29:39.051 INFO O| Feb 23 13:29:39.051 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492025-02-23T13:29:40.734Z[ recovery-image] Feb 23 13:29:39.125 INFO O| Feb 23 13:29:39.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
64502025-02-23T13:29:40.734Z[ recovery-image] Feb 23 13:29:39.125 INFO O| Feb 23 13:29:39.125 INFO STEP 606 (remove_files) COMPLETE
64512025-02-23T13:29:40.734Z[ recovery-image] Feb 23 13:29:39.125 INFO O| Feb 23 13:29:39.125 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522025-02-23T13:29:40.772Z[ recovery-image] Feb 23 13:29:39.162 INFO O| Feb 23 13:29:39.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
64532025-02-23T13:29:40.772Z[ recovery-image] Feb 23 13:29:39.162 INFO O| Feb 23 13:29:39.162 INFO STEP 607 (remove_files) COMPLETE
64542025-02-23T13:29:40.772Z[ recovery-image] Feb 23 13:29:39.162 INFO O| Feb 23 13:29:39.162 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552025-02-23T13:29:40.807Z[ recovery-image] Feb 23 13:29:39.198 INFO O| Feb 23 13:29:39.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
64562025-02-23T13:29:40.807Z[ recovery-image] Feb 23 13:29:39.198 INFO O| Feb 23 13:29:39.198 INFO STEP 608 (remove_files) COMPLETE
64572025-02-23T13:29:40.810Z[ recovery-image] Feb 23 13:29:39.198 INFO O| Feb 23 13:29:39.198 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582025-02-23T13:29:40.844Z[ recovery-image] Feb 23 13:29:39.233 INFO O| Feb 23 13:29:39.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
64592025-02-23T13:29:40.844Z[ recovery-image] Feb 23 13:29:39.233 INFO O| Feb 23 13:29:39.233 INFO STEP 609 (remove_files) COMPLETE
64602025-02-23T13:29:40.844Z[ recovery-image] Feb 23 13:29:39.233 INFO O| Feb 23 13:29:39.233 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612025-02-23T13:29:40.901Z[ recovery-image] Feb 23 13:29:39.292 INFO O| Feb 23 13:29:39.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
64622025-02-23T13:29:40.908Z[ recovery-image] Feb 23 13:29:39.292 INFO O| Feb 23 13:29:39.292 INFO STEP 610 (remove_files) COMPLETE
64632025-02-23T13:29:40.908Z[ recovery-image] Feb 23 13:29:39.292 INFO O| Feb 23 13:29:39.292 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642025-02-23T13:29:40.931Z[ recovery-image] Feb 23 13:29:39.321 INFO O| Feb 23 13:29:39.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
64652025-02-23T13:29:40.936Z[ recovery-image] Feb 23 13:29:39.322 INFO O| Feb 23 13:29:39.322 INFO STEP 611 (remove_files) COMPLETE
64662025-02-23T13:29:40.936Z[ recovery-image] Feb 23 13:29:39.322 INFO O| Feb 23 13:29:39.322 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672025-02-23T13:29:40.962Z[ recovery-image] Feb 23 13:29:39.352 INFO O| Feb 23 13:29:39.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
64682025-02-23T13:29:40.965Z[ recovery-image] Feb 23 13:29:39.352 INFO O| Feb 23 13:29:39.352 INFO STEP 612 (remove_files) COMPLETE
64692025-02-23T13:29:40.965Z[ recovery-image] Feb 23 13:29:39.353 INFO O| Feb 23 13:29:39.353 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702025-02-23T13:29:40.986Z[ recovery-image] Feb 23 13:29:39.377 INFO O| Feb 23 13:29:39.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
64712025-02-23T13:29:40.991Z[ recovery-image] Feb 23 13:29:39.378 INFO O| Feb 23 13:29:39.378 INFO STEP 613 (remove_files) COMPLETE
64722025-02-23T13:29:40.991Z[ recovery-image] Feb 23 13:29:39.378 INFO O| Feb 23 13:29:39.378 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732025-02-23T13:29:41.016Z[ recovery-image] Feb 23 13:29:39.407 INFO O| Feb 23 13:29:39.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
64742025-02-23T13:29:41.019Z[ recovery-image] Feb 23 13:29:39.407 INFO O| Feb 23 13:29:39.407 INFO STEP 614 (remove_files) COMPLETE
64752025-02-23T13:29:41.019Z[ recovery-image] Feb 23 13:29:39.407 INFO O| Feb 23 13:29:39.407 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762025-02-23T13:29:41.048Z[ recovery-image] Feb 23 13:29:39.438 INFO O| Feb 23 13:29:39.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
64772025-02-23T13:29:41.053Z[ recovery-image] Feb 23 13:29:39.438 INFO O| Feb 23 13:29:39.438 INFO STEP 615 (remove_files) COMPLETE
64782025-02-23T13:29:41.054Z[ recovery-image] Feb 23 13:29:39.438 INFO O| Feb 23 13:29:39.438 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-02-23T13:29:41.075Z[ recovery-image] Feb 23 13:29:39.466 INFO O| Feb 23 13:29:39.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
64802025-02-23T13:29:41.079Z[ recovery-image] Feb 23 13:29:39.466 INFO O| Feb 23 13:29:39.466 INFO STEP 616 (remove_files) COMPLETE
64812025-02-23T13:29:41.079Z[ recovery-image] Feb 23 13:29:39.466 INFO O| Feb 23 13:29:39.466 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-02-23T13:29:41.127Z[ recovery-image] Feb 23 13:29:39.516 INFO O| Feb 23 13:29:39.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
64832025-02-23T13:29:41.131Z[ recovery-image] Feb 23 13:29:39.516 INFO O| Feb 23 13:29:39.516 INFO STEP 617 (remove_files) COMPLETE
64842025-02-23T13:29:41.131Z[ recovery-image] Feb 23 13:29:39.516 INFO O| Feb 23 13:29:39.516 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852025-02-23T13:29:41.154Z[ recovery-image] Feb 23 13:29:39.542 INFO O| Feb 23 13:29:39.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
64862025-02-23T13:29:41.154Z[ recovery-image] Feb 23 13:29:39.542 INFO O| Feb 23 13:29:39.542 INFO STEP 618 (remove_files) COMPLETE
64872025-02-23T13:29:41.160Z[ recovery-image] Feb 23 13:29:39.542 INFO O| Feb 23 13:29:39.542 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882025-02-23T13:29:41.175Z[ recovery-image] Feb 23 13:29:39.565 INFO O| Feb 23 13:29:39.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
64892025-02-23T13:29:41.175Z[ recovery-image] Feb 23 13:29:39.565 INFO O| Feb 23 13:29:39.565 INFO STEP 619 (remove_files) COMPLETE
64902025-02-23T13:29:41.175Z[ recovery-image] Feb 23 13:29:39.565 INFO O| Feb 23 13:29:39.565 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912025-02-23T13:29:41.216Z[ recovery-image] Feb 23 13:29:39.607 INFO O| Feb 23 13:29:39.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
64922025-02-23T13:29:41.219Z[ recovery-image] Feb 23 13:29:39.607 INFO O| Feb 23 13:29:39.607 INFO STEP 620 (remove_files) COMPLETE
64932025-02-23T13:29:41.219Z[ recovery-image] Feb 23 13:29:39.607 INFO O| Feb 23 13:29:39.607 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942025-02-23T13:29:41.245Z[ recovery-image] Feb 23 13:29:39.636 INFO O| Feb 23 13:29:39.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
64952025-02-23T13:29:41.248Z[ recovery-image] Feb 23 13:29:39.636 INFO O| Feb 23 13:29:39.636 INFO STEP 621 (remove_files) COMPLETE
64962025-02-23T13:29:41.248Z[ recovery-image] Feb 23 13:29:39.636 INFO O| Feb 23 13:29:39.636 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972025-02-23T13:29:41.321Z[ recovery-image] Feb 23 13:29:39.712 INFO O| Feb 23 13:29:39.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
64982025-02-23T13:29:41.321Z[ recovery-image] Feb 23 13:29:39.712 INFO O| Feb 23 13:29:39.712 INFO STEP 622 (remove_files) COMPLETE
64992025-02-23T13:29:41.321Z[ recovery-image] Feb 23 13:29:39.712 INFO O| Feb 23 13:29:39.712 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002025-02-23T13:29:41.349Z[ recovery-image] Feb 23 13:29:39.740 INFO O| Feb 23 13:29:39.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
65012025-02-23T13:29:41.350Z[ recovery-image] Feb 23 13:29:39.740 INFO O| Feb 23 13:29:39.740 INFO STEP 623 (remove_files) COMPLETE
65022025-02-23T13:29:41.350Z[ recovery-image] Feb 23 13:29:39.740 INFO O| Feb 23 13:29:39.740 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032025-02-23T13:29:41.375Z[ recovery-image] Feb 23 13:29:39.765 INFO O| Feb 23 13:29:39.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
65042025-02-23T13:29:41.375Z[ recovery-image] Feb 23 13:29:39.765 INFO O| Feb 23 13:29:39.765 INFO STEP 624 (remove_files) COMPLETE
65052025-02-23T13:29:41.375Z[ recovery-image] Feb 23 13:29:39.765 INFO O| Feb 23 13:29:39.765 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062025-02-23T13:29:41.397Z[ recovery-image] Feb 23 13:29:39.787 INFO O| Feb 23 13:29:39.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
65072025-02-23T13:29:41.397Z[ recovery-image] Feb 23 13:29:39.787 INFO O| Feb 23 13:29:39.787 INFO STEP 625 (remove_files) COMPLETE
65082025-02-23T13:29:41.397Z[ recovery-image] Feb 23 13:29:39.787 INFO O| Feb 23 13:29:39.787 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092025-02-23T13:29:41.456Z[ recovery-image] Feb 23 13:29:39.846 INFO O| Feb 23 13:29:39.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
65102025-02-23T13:29:41.456Z[ recovery-image] Feb 23 13:29:39.846 INFO O| Feb 23 13:29:39.846 INFO STEP 626 (remove_files) COMPLETE
65112025-02-23T13:29:41.456Z[ recovery-image] Feb 23 13:29:39.846 INFO O| Feb 23 13:29:39.846 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-02-23T13:29:41.481Z[ recovery-image] Feb 23 13:29:39.868 INFO O| Feb 23 13:29:39.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
65132025-02-23T13:29:41.484Z[ recovery-image] Feb 23 13:29:39.868 INFO O| Feb 23 13:29:39.868 INFO STEP 627 (remove_files) COMPLETE
65142025-02-23T13:29:41.484Z[ recovery-image] Feb 23 13:29:39.868 INFO O| Feb 23 13:29:39.868 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-02-23T13:29:41.626Z[ recovery-image] Feb 23 13:29:40.017 INFO O| Feb 23 13:29:40.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65162025-02-23T13:29:41.629Z[ recovery-image] Feb 23 13:29:40.018 INFO O| Feb 23 13:29:40.018 INFO STEP 628 (remove_files) COMPLETE
65172025-02-23T13:29:41.630Z[ recovery-image] Feb 23 13:29:40.018 INFO O| Feb 23 13:29:40.018 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-02-23T13:29:41.655Z[ recovery-image] Feb 23 13:29:40.045 INFO O| Feb 23 13:29:40.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65192025-02-23T13:29:41.655Z[ recovery-image] Feb 23 13:29:40.045 INFO O| Feb 23 13:29:40.045 INFO STEP 629 (remove_files) COMPLETE
65202025-02-23T13:29:41.658Z[ recovery-image] Feb 23 13:29:40.046 INFO O| Feb 23 13:29:40.045 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212025-02-23T13:29:41.696Z[ recovery-image] Feb 23 13:29:40.087 INFO O| Feb 23 13:29:40.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65222025-02-23T13:29:41.700Z[ recovery-image] Feb 23 13:29:40.087 INFO O| Feb 23 13:29:40.087 INFO STEP 630 (remove_files) COMPLETE
65232025-02-23T13:29:41.700Z[ recovery-image] Feb 23 13:29:40.087 INFO O| Feb 23 13:29:40.087 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242025-02-23T13:29:41.727Z[ recovery-image] Feb 23 13:29:40.115 INFO O| Feb 23 13:29:40.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
65252025-02-23T13:29:41.730Z[ recovery-image] Feb 23 13:29:40.115 INFO O| Feb 23 13:29:40.115 INFO STEP 631 (remove_files) COMPLETE
65262025-02-23T13:29:41.730Z[ recovery-image] Feb 23 13:29:40.115 INFO O| Feb 23 13:29:40.115 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272025-02-23T13:29:41.767Z[ recovery-image] Feb 23 13:29:40.157 INFO O| Feb 23 13:29:40.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
65282025-02-23T13:29:41.767Z[ recovery-image] Feb 23 13:29:40.157 INFO O| Feb 23 13:29:40.157 INFO STEP 632 (remove_files) COMPLETE
65292025-02-23T13:29:41.770Z[ recovery-image] Feb 23 13:29:40.157 INFO O| Feb 23 13:29:40.157 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302025-02-23T13:29:41.789Z[ recovery-image] Feb 23 13:29:40.179 INFO O| Feb 23 13:29:40.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
65312025-02-23T13:29:41.789Z[ recovery-image] Feb 23 13:29:40.179 INFO O| Feb 23 13:29:40.179 INFO STEP 633 (remove_files) COMPLETE
65322025-02-23T13:29:41.792Z[ recovery-image] Feb 23 13:29:40.179 INFO O| Feb 23 13:29:40.179 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332025-02-23T13:29:41.840Z[ host-image] Feb 23 13:29:40.230 INFO O| Feb 23 13:29:40.230 INFO O| Planning: Solver setup ... Done
65342025-02-23T13:29:41.848Z[ host-image] Feb 23 13:29:40.238 INFO O| Feb 23 13:29:40.238 INFO O| Planning: Running solver ... Done
65352025-02-23T13:29:41.894Z[ recovery-image] Feb 23 13:29:40.285 INFO O| Feb 23 13:29:40.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
65362025-02-23T13:29:41.894Z[ recovery-image] Feb 23 13:29:40.285 INFO O| Feb 23 13:29:40.285 INFO STEP 634 (remove_files) COMPLETE
65372025-02-23T13:29:41.894Z[ recovery-image] Feb 23 13:29:40.285 INFO O| Feb 23 13:29:40.285 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-02-23T13:29:41.970Z[ recovery-image] Feb 23 13:29:40.349 INFO O| Feb 23 13:29:40.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
65392025-02-23T13:29:41.974Z[ recovery-image] Feb 23 13:29:40.349 INFO O| Feb 23 13:29:40.349 INFO STEP 635 (remove_files) COMPLETE
65402025-02-23T13:29:41.974Z[ recovery-image] Feb 23 13:29:40.349 INFO O| Feb 23 13:29:40.349 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-02-23T13:29:41.974Z[ host-image] Feb 23 13:29:40.357 INFO O| Feb 23 13:29:40.357 INFO O| Planning: Finding local manifests ... Done
65422025-02-23T13:29:41.974Z[ host-image] Feb 23 13:29:40.359 INFO O| Feb 23 13:29:40.359 INFO O| Planning: Fetching manifests: 0/6 0% complete
65432025-02-23T13:29:41.982Z[ recovery-image] Feb 23 13:29:40.372 INFO O| Feb 23 13:29:40.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65442025-02-23T13:29:41.985Z[ recovery-image] Feb 23 13:29:40.373 INFO O| Feb 23 13:29:40.372 INFO STEP 636 (remove_files) COMPLETE
65452025-02-23T13:29:41.985Z[ recovery-image] Feb 23 13:29:40.373 INFO O| Feb 23 13:29:40.373 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462025-02-23T13:29:42.008Z[ recovery-image] Feb 23 13:29:40.398 INFO O| Feb 23 13:29:40.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
65472025-02-23T13:29:42.011Z[ recovery-image] Feb 23 13:29:40.399 INFO O| Feb 23 13:29:40.399 INFO STEP 637 (remove_files) COMPLETE
65482025-02-23T13:29:42.011Z[ recovery-image] Feb 23 13:29:40.399 INFO O| Feb 23 13:29:40.399 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492025-02-23T13:29:42.036Z[ recovery-image] Feb 23 13:29:40.427 INFO O| Feb 23 13:29:40.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
65502025-02-23T13:29:42.039Z[ recovery-image] Feb 23 13:29:40.427 INFO O| Feb 23 13:29:40.427 INFO STEP 638 (remove_files) COMPLETE
65512025-02-23T13:29:42.039Z[ recovery-image] Feb 23 13:29:40.428 INFO O| Feb 23 13:29:40.427 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522025-02-23T13:29:42.065Z[ recovery-image] Feb 23 13:29:40.455 INFO O| Feb 23 13:29:40.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65532025-02-23T13:29:42.068Z[ recovery-image] Feb 23 13:29:40.455 INFO O| Feb 23 13:29:40.455 INFO STEP 639 (remove_files) COMPLETE
65542025-02-23T13:29:42.068Z[ recovery-image] Feb 23 13:29:40.455 INFO O| Feb 23 13:29:40.455 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552025-02-23T13:29:42.090Z[ recovery-image] Feb 23 13:29:40.480 INFO O| Feb 23 13:29:40.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65562025-02-23T13:29:42.093Z[ recovery-image] Feb 23 13:29:40.481 INFO O| Feb 23 13:29:40.481 INFO STEP 640 (remove_files) COMPLETE
65572025-02-23T13:29:42.094Z[ recovery-image] Feb 23 13:29:40.481 INFO O| Feb 23 13:29:40.481 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582025-02-23T13:29:42.120Z[ recovery-image] Feb 23 13:29:40.509 INFO O| Feb 23 13:29:40.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
65592025-02-23T13:29:42.123Z[ recovery-image] Feb 23 13:29:40.509 INFO O| Feb 23 13:29:40.509 INFO STEP 641 (remove_files) COMPLETE
65602025-02-23T13:29:42.123Z[ recovery-image] Feb 23 13:29:40.509 INFO O| Feb 23 13:29:40.509 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612025-02-23T13:29:42.168Z[ recovery-image] Feb 23 13:29:40.559 INFO O| Feb 23 13:29:40.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
65622025-02-23T13:29:42.169Z[ recovery-image] Feb 23 13:29:40.559 INFO O| Feb 23 13:29:40.559 INFO STEP 642 (remove_files) COMPLETE
65632025-02-23T13:29:42.169Z[ recovery-image] Feb 23 13:29:40.559 INFO O| Feb 23 13:29:40.559 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642025-02-23T13:29:42.203Z[ recovery-image] Feb 23 13:29:40.593 INFO O| Feb 23 13:29:40.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
65652025-02-23T13:29:42.203Z[ recovery-image] Feb 23 13:29:40.593 INFO O| Feb 23 13:29:40.593 INFO STEP 643 (remove_files) COMPLETE
65662025-02-23T13:29:42.203Z[ recovery-image] Feb 23 13:29:40.593 INFO O| Feb 23 13:29:40.593 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672025-02-23T13:29:42.249Z[ recovery-image] Feb 23 13:29:40.639 INFO O| Feb 23 13:29:40.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
65682025-02-23T13:29:42.261Z[ recovery-image] Feb 23 13:29:40.639 INFO O| Feb 23 13:29:40.639 INFO STEP 644 (remove_files) COMPLETE
65692025-02-23T13:29:42.261Z[ recovery-image] Feb 23 13:29:40.639 INFO O| Feb 23 13:29:40.639 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702025-02-23T13:29:42.275Z[ recovery-image] Feb 23 13:29:40.664 INFO O| Feb 23 13:29:40.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
65712025-02-23T13:29:42.275Z[ recovery-image] Feb 23 13:29:40.665 INFO O| Feb 23 13:29:40.664 INFO STEP 645 (remove_files) COMPLETE
65722025-02-23T13:29:42.275Z[ recovery-image] Feb 23 13:29:40.665 INFO O| Feb 23 13:29:40.665 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732025-02-23T13:29:42.325Z[ recovery-image] Feb 23 13:29:40.715 INFO O| Feb 23 13:29:40.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
65742025-02-23T13:29:42.327Z[ recovery-image] Feb 23 13:29:40.715 INFO O| Feb 23 13:29:40.715 INFO STEP 646 (remove_files) COMPLETE
65752025-02-23T13:29:42.327Z[ recovery-image] Feb 23 13:29:40.715 INFO O| Feb 23 13:29:40.715 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762025-02-23T13:29:42.350Z[ recovery-image] Feb 23 13:29:40.740 INFO O| Feb 23 13:29:40.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
65772025-02-23T13:29:42.353Z[ recovery-image] Feb 23 13:29:40.741 INFO O| Feb 23 13:29:40.741 INFO STEP 647 (remove_files) COMPLETE
65782025-02-23T13:29:42.353Z[ recovery-image] Feb 23 13:29:40.741 INFO O| Feb 23 13:29:40.741 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792025-02-23T13:29:42.374Z[ recovery-image] Feb 23 13:29:40.764 INFO O| Feb 23 13:29:40.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
65802025-02-23T13:29:42.399Z[ recovery-image] Feb 23 13:29:40.789 INFO O| Feb 23 13:29:40.789 INFO STEP 648 (remove_files) COMPLETE
65812025-02-23T13:29:42.399Z[ recovery-image] Feb 23 13:29:40.789 INFO O| Feb 23 13:29:40.789 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822025-02-23T13:29:42.428Z[ recovery-image] Feb 23 13:29:40.818 INFO O| Feb 23 13:29:40.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
65832025-02-23T13:29:42.428Z[ host-image] Feb 23 13:29:40.818 INFO O| Feb 23 13:29:40.817 INFO O| Planning: Fetching manifests: 6/6 100% complete
65842025-02-23T13:29:42.428Z[ recovery-image] Feb 23 13:29:40.818 INFO O| Feb 23 13:29:40.818 INFO STEP 649 (remove_files) COMPLETE
65852025-02-23T13:29:42.428Z[ recovery-image] Feb 23 13:29:40.818 INFO O| Feb 23 13:29:40.818 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-02-23T13:29:42.471Z[ recovery-image] Feb 23 13:29:40.861 INFO O| Feb 23 13:29:40.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
65872025-02-23T13:29:42.471Z[ recovery-image] Feb 23 13:29:40.861 INFO O| Feb 23 13:29:40.861 INFO STEP 650 (remove_files) COMPLETE
65882025-02-23T13:29:42.477Z[ recovery-image] Feb 23 13:29:40.861 INFO O| Feb 23 13:29:40.861 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-02-23T13:29:42.489Z[ host-image] Feb 23 13:29:40.880 INFO O| Feb 23 13:29:40.880 INFO O| Planning: Package planning ... Done
65902025-02-23T13:29:42.518Z[ recovery-image] Feb 23 13:29:40.909 INFO O| Feb 23 13:29:40.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
65912025-02-23T13:29:42.518Z[ recovery-image] Feb 23 13:29:40.909 INFO O| Feb 23 13:29:40.909 INFO STEP 651 (remove_files) COMPLETE
65922025-02-23T13:29:42.518Z[ recovery-image] Feb 23 13:29:40.909 INFO O| Feb 23 13:29:40.909 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932025-02-23T13:29:42.525Z[ host-image] Feb 23 13:29:40.916 INFO O| Feb 23 13:29:40.916 INFO O| Planning: Merging actions ... Done
65942025-02-23T13:29:42.546Z[ recovery-image] Feb 23 13:29:40.936 INFO O| Feb 23 13:29:40.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
65952025-02-23T13:29:42.549Z[ recovery-image] Feb 23 13:29:40.937 INFO O| Feb 23 13:29:40.937 INFO STEP 652 (remove_files) COMPLETE
65962025-02-23T13:29:42.549Z[ recovery-image] Feb 23 13:29:40.937 INFO O| Feb 23 13:29:40.937 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972025-02-23T13:29:42.571Z[ recovery-image] Feb 23 13:29:40.961 INFO O| Feb 23 13:29:40.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
65982025-02-23T13:29:42.573Z[ recovery-image] Feb 23 13:29:40.961 INFO O| Feb 23 13:29:40.961 INFO STEP 653 (remove_files) COMPLETE
65992025-02-23T13:29:42.573Z[ recovery-image] Feb 23 13:29:40.961 INFO O| Feb 23 13:29:40.961 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002025-02-23T13:29:42.597Z[ recovery-image] Feb 23 13:29:40.988 INFO O| Feb 23 13:29:40.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
66012025-02-23T13:29:42.597Z[ recovery-image] Feb 23 13:29:40.988 INFO O| Feb 23 13:29:40.988 INFO STEP 654 (remove_files) COMPLETE
66022025-02-23T13:29:42.597Z[ recovery-image] Feb 23 13:29:40.988 INFO O| Feb 23 13:29:40.988 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032025-02-23T13:29:42.627Z[ recovery-image] Feb 23 13:29:41.018 INFO O| Feb 23 13:29:41.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
66042025-02-23T13:29:42.628Z[ recovery-image] Feb 23 13:29:41.018 INFO O| Feb 23 13:29:41.018 INFO STEP 655 (remove_files) COMPLETE
66052025-02-23T13:29:42.628Z[ recovery-image] Feb 23 13:29:41.018 INFO O| Feb 23 13:29:41.018 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062025-02-23T13:29:42.654Z[ recovery-image] Feb 23 13:29:41.045 INFO O| Feb 23 13:29:41.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
66072025-02-23T13:29:42.654Z[ recovery-image] Feb 23 13:29:41.045 INFO O| Feb 23 13:29:41.045 INFO STEP 656 (remove_files) COMPLETE
66082025-02-23T13:29:42.654Z[ recovery-image] Feb 23 13:29:41.045 INFO O| Feb 23 13:29:41.045 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092025-02-23T13:29:42.680Z[ recovery-image] Feb 23 13:29:41.070 INFO O| Feb 23 13:29:41.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
66102025-02-23T13:29:42.684Z[ recovery-image] Feb 23 13:29:41.070 INFO O| Feb 23 13:29:41.070 INFO STEP 657 (remove_files) COMPLETE
66112025-02-23T13:29:42.684Z[ recovery-image] Feb 23 13:29:41.070 INFO O| Feb 23 13:29:41.070 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122025-02-23T13:29:42.704Z[ recovery-image] Feb 23 13:29:41.095 INFO O| Feb 23 13:29:41.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
66132025-02-23T13:29:42.704Z[ recovery-image] Feb 23 13:29:41.095 INFO O| Feb 23 13:29:41.095 INFO STEP 658 (remove_files) COMPLETE
66142025-02-23T13:29:42.705Z[ recovery-image] Feb 23 13:29:41.095 INFO O| Feb 23 13:29:41.095 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152025-02-23T13:29:42.708Z[ host-image] Feb 23 13:29:41.097 INFO O| Feb 23 13:29:41.097 INFO O| Planning: Checking for conflicting actions ... Done
66162025-02-23T13:29:42.716Z[ host-image] Feb 23 13:29:41.106 INFO O| Feb 23 13:29:41.105 INFO O| Planning: Consolidating action changes ... Done
66172025-02-23T13:29:42.730Z[ recovery-image] Feb 23 13:29:41.121 INFO O| Feb 23 13:29:41.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
66182025-02-23T13:29:42.730Z[ recovery-image] Feb 23 13:29:41.121 INFO O| Feb 23 13:29:41.121 INFO STEP 659 (remove_files) COMPLETE
66192025-02-23T13:29:42.730Z[ recovery-image] Feb 23 13:29:41.121 INFO O| Feb 23 13:29:41.121 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202025-02-23T13:29:42.755Z[ recovery-image] Feb 23 13:29:41.146 INFO O| Feb 23 13:29:41.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
66212025-02-23T13:29:42.755Z[ recovery-image] Feb 23 13:29:41.146 INFO O| Feb 23 13:29:41.146 INFO STEP 660 (remove_files) COMPLETE
66222025-02-23T13:29:42.756Z[ recovery-image] Feb 23 13:29:41.146 INFO O| Feb 23 13:29:41.146 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232025-02-23T13:29:42.807Z[ recovery-image] Feb 23 13:29:41.197 INFO O| Feb 23 13:29:41.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66242025-02-23T13:29:42.807Z[ recovery-image] Feb 23 13:29:41.197 INFO O| Feb 23 13:29:41.197 INFO STEP 661 (remove_files) COMPLETE
66252025-02-23T13:29:42.810Z[ recovery-image] Feb 23 13:29:41.197 INFO O| Feb 23 13:29:41.197 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262025-02-23T13:29:42.856Z[ recovery-image] Feb 23 13:29:41.246 INFO O| Feb 23 13:29:41.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66272025-02-23T13:29:42.857Z[ recovery-image] Feb 23 13:29:41.247 INFO O| Feb 23 13:29:41.246 INFO STEP 662 (remove_files) COMPLETE
66282025-02-23T13:29:42.857Z[ recovery-image] Feb 23 13:29:41.247 INFO O| Feb 23 13:29:41.247 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292025-02-23T13:29:42.896Z[ recovery-image] Feb 23 13:29:41.287 INFO O| Feb 23 13:29:41.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66302025-02-23T13:29:42.900Z[ recovery-image] Feb 23 13:29:41.287 INFO O| Feb 23 13:29:41.287 INFO STEP 663 (remove_files) COMPLETE
66312025-02-23T13:29:42.900Z[ recovery-image] Feb 23 13:29:41.287 INFO O| Feb 23 13:29:41.287 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322025-02-23T13:29:43.009Z[ recovery-image] Feb 23 13:29:41.399 INFO O| Feb 23 13:29:41.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66332025-02-23T13:29:43.009Z[ recovery-image] Feb 23 13:29:41.399 INFO O| Feb 23 13:29:41.399 INFO STEP 664 (remove_files) COMPLETE
66342025-02-23T13:29:43.009Z[ recovery-image] Feb 23 13:29:41.399 INFO O| Feb 23 13:29:41.399 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352025-02-23T13:29:43.043Z[ recovery-image] Feb 23 13:29:41.432 INFO O| Feb 23 13:29:41.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66362025-02-23T13:29:43.043Z[ recovery-image] Feb 23 13:29:41.433 INFO O| Feb 23 13:29:41.432 INFO STEP 665 (remove_files) COMPLETE
66372025-02-23T13:29:43.044Z[ recovery-image] Feb 23 13:29:41.433 INFO O| Feb 23 13:29:41.432 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382025-02-23T13:29:43.092Z[ host-image] Feb 23 13:29:41.482 INFO O| Feb 23 13:29:41.482 INFO O| Planning: Evaluating mediators ... Done
66392025-02-23T13:29:43.095Z[ recovery-image] Feb 23 13:29:41.485 INFO O| Feb 23 13:29:41.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66402025-02-23T13:29:43.096Z[ recovery-image] Feb 23 13:29:41.486 INFO O| Feb 23 13:29:41.486 INFO STEP 666 (remove_files) COMPLETE
66412025-02-23T13:29:43.096Z[ recovery-image] Feb 23 13:29:41.486 INFO O| Feb 23 13:29:41.486 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422025-02-23T13:29:43.099Z[ host-image] Feb 23 13:29:41.488 INFO O| Feb 23 13:29:41.488 INFO O| Planning: Planning completed in 5.88 seconds
66432025-02-23T13:29:43.103Z[ host-image] Feb 23 13:29:41.491 INFO O| Feb 23 13:29:41.491 INFO O| Packages to install: 6
66442025-02-23T13:29:43.103Z[ host-image] Feb 23 13:29:41.491 INFO O| Feb 23 13:29:41.491 INFO O| Mediators to change: 1
66452025-02-23T13:29:43.103Z[ host-image] Feb 23 13:29:41.491 INFO O| Feb 23 13:29:41.491 INFO O| Services to change: 1
66462025-02-23T13:29:43.124Z[ host-image] Feb 23 13:29:41.514 INFO O| Feb 23 13:29:41.514 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
66472025-02-23T13:29:43.132Z[ recovery-image] Feb 23 13:29:41.523 INFO O| Feb 23 13:29:41.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66482025-02-23T13:29:43.135Z[ recovery-image] Feb 23 13:29:41.523 INFO O| Feb 23 13:29:41.523 INFO STEP 667 (remove_files) COMPLETE
66492025-02-23T13:29:43.135Z[ recovery-image] Feb 23 13:29:41.523 INFO O| Feb 23 13:29:41.523 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502025-02-23T13:29:43.161Z[ recovery-image] Feb 23 13:29:41.552 INFO O| Feb 23 13:29:41.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
66512025-02-23T13:29:43.161Z[ recovery-image] Feb 23 13:29:41.552 INFO O| Feb 23 13:29:41.552 INFO STEP 668 (remove_files) COMPLETE
66522025-02-23T13:29:43.162Z[ recovery-image] Feb 23 13:29:41.552 INFO O| Feb 23 13:29:41.552 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532025-02-23T13:29:43.190Z[ recovery-image] Feb 23 13:29:41.580 INFO O| Feb 23 13:29:41.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66542025-02-23T13:29:43.190Z[ recovery-image] Feb 23 13:29:41.580 INFO O| Feb 23 13:29:41.580 INFO STEP 669 (remove_files) COMPLETE
66552025-02-23T13:29:43.190Z[ recovery-image] Feb 23 13:29:41.580 INFO O| Feb 23 13:29:41.580 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562025-02-23T13:29:43.224Z[ recovery-image] Feb 23 13:29:41.614 INFO O| Feb 23 13:29:41.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
66572025-02-23T13:29:43.224Z[ recovery-image] Feb 23 13:29:41.615 INFO O| Feb 23 13:29:41.614 INFO STEP 670 (remove_files) COMPLETE
66582025-02-23T13:29:43.229Z[ recovery-image] Feb 23 13:29:41.615 INFO O| Feb 23 13:29:41.615 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592025-02-23T13:29:43.265Z[ recovery-image] Feb 23 13:29:41.655 INFO O| Feb 23 13:29:41.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
66602025-02-23T13:29:43.295Z[ recovery-image] Feb 23 13:29:41.655 INFO O| Feb 23 13:29:41.655 INFO STEP 671 (remove_files) COMPLETE
66612025-02-23T13:29:43.295Z[ recovery-image] Feb 23 13:29:41.655 INFO O| Feb 23 13:29:41.655 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622025-02-23T13:29:43.309Z[ recovery-image] Feb 23 13:29:41.699 INFO O| Feb 23 13:29:41.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
66632025-02-23T13:29:43.309Z[ recovery-image] Feb 23 13:29:41.700 INFO O| Feb 23 13:29:41.699 INFO STEP 672 (remove_files) COMPLETE
66642025-02-23T13:29:43.313Z[ recovery-image] Feb 23 13:29:41.700 INFO O| Feb 23 13:29:41.700 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652025-02-23T13:29:43.361Z[ recovery-image] Feb 23 13:29:41.751 INFO O| Feb 23 13:29:41.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66662025-02-23T13:29:43.365Z[ recovery-image] Feb 23 13:29:41.751 INFO O| Feb 23 13:29:41.751 INFO STEP 673 (remove_files) COMPLETE
66672025-02-23T13:29:43.365Z[ recovery-image] Feb 23 13:29:41.751 INFO O| Feb 23 13:29:41.751 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682025-02-23T13:29:43.390Z[ recovery-image] Feb 23 13:29:41.780 INFO O| Feb 23 13:29:41.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66692025-02-23T13:29:43.390Z[ recovery-image] Feb 23 13:29:41.780 INFO O| Feb 23 13:29:41.780 INFO STEP 674 (remove_files) COMPLETE
66702025-02-23T13:29:43.390Z[ recovery-image] Feb 23 13:29:41.780 INFO O| Feb 23 13:29:41.780 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712025-02-23T13:29:43.441Z[ recovery-image] Feb 23 13:29:41.823 INFO O| Feb 23 13:29:41.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
66722025-02-23T13:29:43.441Z[ recovery-image] Feb 23 13:29:41.823 INFO O| Feb 23 13:29:41.823 INFO STEP 675 (remove_files) COMPLETE
66732025-02-23T13:29:43.457Z[ recovery-image] Feb 23 13:29:41.823 INFO O| Feb 23 13:29:41.823 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742025-02-23T13:29:43.473Z[ recovery-image] Feb 23 13:29:41.863 INFO O| Feb 23 13:29:41.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
66752025-02-23T13:29:43.473Z[ recovery-image] Feb 23 13:29:41.863 INFO O| Feb 23 13:29:41.863 INFO STEP 676 (remove_files) COMPLETE
66762025-02-23T13:29:43.477Z[ recovery-image] Feb 23 13:29:41.863 INFO O| Feb 23 13:29:41.863 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772025-02-23T13:29:43.504Z[ recovery-image] Feb 23 13:29:41.892 INFO O| Feb 23 13:29:41.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
66782025-02-23T13:29:43.505Z[ recovery-image] Feb 23 13:29:41.892 INFO O| Feb 23 13:29:41.892 INFO STEP 677 (remove_files) COMPLETE
66792025-02-23T13:29:43.511Z[ recovery-image] Feb 23 13:29:41.893 INFO O| Feb 23 13:29:41.892 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802025-02-23T13:29:43.537Z[ recovery-image] Feb 23 13:29:41.928 INFO O| Feb 23 13:29:41.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
66812025-02-23T13:29:43.537Z[ recovery-image] Feb 23 13:29:41.928 INFO O| Feb 23 13:29:41.928 INFO STEP 678 (remove_files) COMPLETE
66822025-02-23T13:29:43.538Z[ recovery-image] Feb 23 13:29:41.928 INFO O| Feb 23 13:29:41.928 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832025-02-23T13:29:43.579Z[ recovery-image] Feb 23 13:29:41.966 INFO O| Feb 23 13:29:41.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
66842025-02-23T13:29:43.579Z[ recovery-image] Feb 23 13:29:41.966 INFO O| Feb 23 13:29:41.966 INFO STEP 679 (remove_files) COMPLETE
66852025-02-23T13:29:43.583Z[ recovery-image] Feb 23 13:29:41.967 INFO O| Feb 23 13:29:41.966 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-02-23T13:29:43.635Z[ recovery-image] Feb 23 13:29:42.025 INFO O| Feb 23 13:29:42.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
66872025-02-23T13:29:43.635Z[ recovery-image] Feb 23 13:29:42.025 INFO O| Feb 23 13:29:42.025 INFO STEP 680 (remove_files) COMPLETE
66882025-02-23T13:29:43.639Z[ recovery-image] Feb 23 13:29:42.025 INFO O| Feb 23 13:29:42.025 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-02-23T13:29:43.667Z[ recovery-image] Feb 23 13:29:42.057 INFO O| Feb 23 13:29:42.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
66902025-02-23T13:29:43.667Z[ recovery-image] Feb 23 13:29:42.057 INFO O| Feb 23 13:29:42.057 INFO STEP 681 (remove_files) COMPLETE
66912025-02-23T13:29:43.670Z[ recovery-image] Feb 23 13:29:42.057 INFO O| Feb 23 13:29:42.057 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-02-23T13:29:43.694Z[ recovery-image] Feb 23 13:29:42.084 INFO O| Feb 23 13:29:42.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
66932025-02-23T13:29:43.694Z[ recovery-image] Feb 23 13:29:42.084 INFO O| Feb 23 13:29:42.084 INFO STEP 682 (remove_files) COMPLETE
66942025-02-23T13:29:43.694Z[ recovery-image] Feb 23 13:29:42.084 INFO O| Feb 23 13:29:42.084 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-02-23T13:29:43.725Z[ recovery-image] Feb 23 13:29:42.115 INFO O| Feb 23 13:29:42.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
66962025-02-23T13:29:43.725Z[ recovery-image] Feb 23 13:29:42.115 INFO O| Feb 23 13:29:42.115 INFO STEP 683 (remove_files) COMPLETE
66972025-02-23T13:29:43.725Z[ recovery-image] Feb 23 13:29:42.115 INFO O| Feb 23 13:29:42.115 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-02-23T13:29:43.753Z[ recovery-image] Feb 23 13:29:42.143 INFO O| Feb 23 13:29:42.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
66992025-02-23T13:29:43.757Z[ recovery-image] Feb 23 13:29:42.143 INFO O| Feb 23 13:29:42.143 INFO STEP 684 (remove_files) COMPLETE
67002025-02-23T13:29:43.757Z[ recovery-image] Feb 23 13:29:42.143 INFO O| Feb 23 13:29:42.143 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-02-23T13:29:43.778Z[ recovery-image] Feb 23 13:29:42.168 INFO O| Feb 23 13:29:42.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
67022025-02-23T13:29:43.784Z[ recovery-image] Feb 23 13:29:42.169 INFO O| Feb 23 13:29:42.168 INFO STEP 685 (remove_files) COMPLETE
67032025-02-23T13:29:43.785Z[ recovery-image] Feb 23 13:29:42.169 INFO O| Feb 23 13:29:42.168 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-02-23T13:29:43.833Z[ recovery-image] Feb 23 13:29:42.222 INFO O| Feb 23 13:29:42.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
67052025-02-23T13:29:43.833Z[ recovery-image] Feb 23 13:29:42.222 INFO O| Feb 23 13:29:42.222 INFO STEP 686 (remove_files) COMPLETE
67062025-02-23T13:29:43.833Z[ recovery-image] Feb 23 13:29:42.222 INFO O| Feb 23 13:29:42.222 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-02-23T13:29:43.864Z[ recovery-image] Feb 23 13:29:42.255 INFO O| Feb 23 13:29:42.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
67082025-02-23T13:29:43.865Z[ recovery-image] Feb 23 13:29:42.255 INFO O| Feb 23 13:29:42.255 INFO STEP 687 (remove_files) COMPLETE
67092025-02-23T13:29:43.868Z[ recovery-image] Feb 23 13:29:42.255 INFO O| Feb 23 13:29:42.255 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-02-23T13:29:43.891Z[ recovery-image] Feb 23 13:29:42.281 INFO O| Feb 23 13:29:42.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
67112025-02-23T13:29:43.891Z[ recovery-image] Feb 23 13:29:42.281 INFO O| Feb 23 13:29:42.281 INFO STEP 688 (remove_files) COMPLETE
67122025-02-23T13:29:43.891Z[ recovery-image] Feb 23 13:29:42.281 INFO O| Feb 23 13:29:42.281 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-02-23T13:29:43.919Z[ recovery-image] Feb 23 13:29:42.309 INFO O| Feb 23 13:29:42.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
67142025-02-23T13:29:43.919Z[ recovery-image] Feb 23 13:29:42.309 INFO O| Feb 23 13:29:42.309 INFO STEP 689 (remove_files) COMPLETE
67152025-02-23T13:29:43.922Z[ recovery-image] Feb 23 13:29:42.309 INFO O| Feb 23 13:29:42.309 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-02-23T13:29:43.947Z[ recovery-image] Feb 23 13:29:42.338 INFO O| Feb 23 13:29:42.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
67172025-02-23T13:29:43.947Z[ recovery-image] Feb 23 13:29:42.338 INFO O| Feb 23 13:29:42.338 INFO STEP 690 (remove_files) COMPLETE
67182025-02-23T13:29:43.953Z[ recovery-image] Feb 23 13:29:42.338 INFO O| Feb 23 13:29:42.338 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192025-02-23T13:29:43.976Z[ recovery-image] Feb 23 13:29:42.364 INFO O| Feb 23 13:29:42.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
67202025-02-23T13:29:43.977Z[ recovery-image] Feb 23 13:29:42.364 INFO O| Feb 23 13:29:42.364 INFO STEP 691 (remove_files) COMPLETE
67212025-02-23T13:29:43.977Z[ recovery-image] Feb 23 13:29:42.364 INFO O| Feb 23 13:29:42.364 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222025-02-23T13:29:43.998Z[ recovery-image] Feb 23 13:29:42.388 INFO O| Feb 23 13:29:42.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
67232025-02-23T13:29:43.999Z[ recovery-image] Feb 23 13:29:42.388 INFO O| Feb 23 13:29:42.388 INFO STEP 692 (remove_files) COMPLETE
67242025-02-23T13:29:43.999Z[ recovery-image] Feb 23 13:29:42.388 INFO O| Feb 23 13:29:42.388 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252025-02-23T13:29:44.035Z[ recovery-image] Feb 23 13:29:42.425 INFO O| Feb 23 13:29:42.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
67262025-02-23T13:29:44.051Z[ recovery-image] Feb 23 13:29:42.425 INFO O| Feb 23 13:29:42.425 INFO STEP 693 (remove_files) COMPLETE
67272025-02-23T13:29:44.051Z[ recovery-image] Feb 23 13:29:42.425 INFO O| Feb 23 13:29:42.425 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282025-02-23T13:29:44.063Z[ recovery-image] Feb 23 13:29:42.454 INFO O| Feb 23 13:29:42.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
67292025-02-23T13:29:44.064Z[ recovery-image] Feb 23 13:29:42.454 INFO O| Feb 23 13:29:42.454 INFO STEP 694 (remove_files) COMPLETE
67302025-02-23T13:29:44.064Z[ recovery-image] Feb 23 13:29:42.454 INFO O| Feb 23 13:29:42.454 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312025-02-23T13:29:44.088Z[ recovery-image] Feb 23 13:29:42.479 INFO O| Feb 23 13:29:42.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67322025-02-23T13:29:44.092Z[ recovery-image] Feb 23 13:29:42.479 INFO O| Feb 23 13:29:42.479 INFO STEP 695 (remove_files) COMPLETE
67332025-02-23T13:29:44.093Z[ recovery-image] Feb 23 13:29:42.479 INFO O| Feb 23 13:29:42.479 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342025-02-23T13:29:44.116Z[ recovery-image] Feb 23 13:29:42.506 INFO O| Feb 23 13:29:42.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67352025-02-23T13:29:44.121Z[ recovery-image] Feb 23 13:29:42.506 INFO O| Feb 23 13:29:42.506 INFO STEP 696 (remove_files) COMPLETE
67362025-02-23T13:29:44.122Z[ recovery-image] Feb 23 13:29:42.506 INFO O| Feb 23 13:29:42.506 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372025-02-23T13:29:44.142Z[ recovery-image] Feb 23 13:29:42.530 INFO O| Feb 23 13:29:42.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
67382025-02-23T13:29:44.142Z[ recovery-image] Feb 23 13:29:42.530 INFO O| Feb 23 13:29:42.530 INFO STEP 697 (remove_files) COMPLETE
67392025-02-23T13:29:44.151Z[ recovery-image] Feb 23 13:29:42.530 INFO O| Feb 23 13:29:42.530 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402025-02-23T13:29:44.167Z[ recovery-image] Feb 23 13:29:42.556 INFO O| Feb 23 13:29:42.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
67412025-02-23T13:29:44.167Z[ recovery-image] Feb 23 13:29:42.556 INFO O| Feb 23 13:29:42.556 INFO STEP 698 (remove_files) COMPLETE
67422025-02-23T13:29:44.167Z[ recovery-image] Feb 23 13:29:42.556 INFO O| Feb 23 13:29:42.556 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432025-02-23T13:29:44.219Z[ recovery-image] Feb 23 13:29:42.609 INFO O| Feb 23 13:29:42.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
67442025-02-23T13:29:44.219Z[ recovery-image] Feb 23 13:29:42.609 INFO O| Feb 23 13:29:42.609 INFO STEP 699 (remove_files) COMPLETE
67452025-02-23T13:29:44.219Z[ recovery-image] Feb 23 13:29:42.609 INFO O| Feb 23 13:29:42.609 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462025-02-23T13:29:44.261Z[ recovery-image] Feb 23 13:29:42.652 INFO O| Feb 23 13:29:42.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
67472025-02-23T13:29:44.268Z[ recovery-image] Feb 23 13:29:42.652 INFO O| Feb 23 13:29:42.652 INFO STEP 700 (remove_files) COMPLETE
67482025-02-23T13:29:44.268Z[ recovery-image] Feb 23 13:29:42.652 INFO O| Feb 23 13:29:42.652 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492025-02-23T13:29:44.285Z[ recovery-image] Feb 23 13:29:42.675 INFO O| Feb 23 13:29:42.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
67502025-02-23T13:29:44.307Z[ recovery-image] Feb 23 13:29:42.696 INFO O| Feb 23 13:29:42.696 INFO STEP 701 (remove_files) COMPLETE
67512025-02-23T13:29:44.307Z[ recovery-image] Feb 23 13:29:42.696 INFO O| Feb 23 13:29:42.696 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522025-02-23T13:29:44.347Z[ recovery-image] Feb 23 13:29:42.731 INFO O| Feb 23 13:29:42.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67532025-02-23T13:29:44.350Z[ recovery-image] Feb 23 13:29:42.732 INFO O| Feb 23 13:29:42.732 INFO STEP 702 (remove_files) COMPLETE
67542025-02-23T13:29:44.350Z[ recovery-image] Feb 23 13:29:42.732 INFO O| Feb 23 13:29:42.732 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552025-02-23T13:29:44.384Z[ recovery-image] Feb 23 13:29:42.774 INFO O| Feb 23 13:29:42.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
67562025-02-23T13:29:44.388Z[ recovery-image] Feb 23 13:29:42.774 INFO O| Feb 23 13:29:42.774 INFO STEP 703 (remove_files) COMPLETE
67572025-02-23T13:29:44.388Z[ recovery-image] Feb 23 13:29:42.774 INFO O| Feb 23 13:29:42.774 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582025-02-23T13:29:44.412Z[ recovery-image] Feb 23 13:29:42.802 INFO O| Feb 23 13:29:42.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
67592025-02-23T13:29:44.415Z[ recovery-image] Feb 23 13:29:42.802 INFO O| Feb 23 13:29:42.802 INFO STEP 704 (remove_files) COMPLETE
67602025-02-23T13:29:44.415Z[ recovery-image] Feb 23 13:29:42.803 INFO O| Feb 23 13:29:42.803 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612025-02-23T13:29:44.475Z[ recovery-image] Feb 23 13:29:42.866 INFO O| Feb 23 13:29:42.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67622025-02-23T13:29:44.479Z[ recovery-image] Feb 23 13:29:42.866 INFO O| Feb 23 13:29:42.866 INFO STEP 705 (remove_files) COMPLETE
67632025-02-23T13:29:44.479Z[ recovery-image] Feb 23 13:29:42.866 INFO O| Feb 23 13:29:42.866 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642025-02-23T13:29:44.513Z[ recovery-image] Feb 23 13:29:42.903 INFO O| Feb 23 13:29:42.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67652025-02-23T13:29:44.517Z[ recovery-image] Feb 23 13:29:42.904 INFO O| Feb 23 13:29:42.904 INFO STEP 706 (remove_files) COMPLETE
67662025-02-23T13:29:44.517Z[ recovery-image] Feb 23 13:29:42.904 INFO O| Feb 23 13:29:42.904 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672025-02-23T13:29:44.542Z[ recovery-image] Feb 23 13:29:42.932 INFO O| Feb 23 13:29:42.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67682025-02-23T13:29:44.542Z[ recovery-image] Feb 23 13:29:42.932 INFO O| Feb 23 13:29:42.932 INFO STEP 707 (remove_files) COMPLETE
67692025-02-23T13:29:44.561Z[ recovery-image] Feb 23 13:29:42.932 INFO O| Feb 23 13:29:42.932 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702025-02-23T13:29:44.600Z[ recovery-image] Feb 23 13:29:42.960 INFO O| Feb 23 13:29:42.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
67712025-02-23T13:29:44.600Z[ recovery-image] Feb 23 13:29:42.961 INFO O| Feb 23 13:29:42.961 INFO STEP 708 (remove_files) COMPLETE
67722025-02-23T13:29:44.600Z[ recovery-image] Feb 23 13:29:42.961 INFO O| Feb 23 13:29:42.961 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732025-02-23T13:29:44.641Z[ recovery-image] Feb 23 13:29:42.986 INFO O| Feb 23 13:29:42.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
67742025-02-23T13:29:44.642Z[ recovery-image] Feb 23 13:29:42.987 INFO O| Feb 23 13:29:42.986 INFO STEP 709 (remove_files) COMPLETE
67752025-02-23T13:29:44.642Z[ recovery-image] Feb 23 13:29:42.987 INFO O| Feb 23 13:29:42.986 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762025-02-23T13:29:44.668Z[ recovery-image] Feb 23 13:29:43.013 INFO O| Feb 23 13:29:43.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
67772025-02-23T13:29:44.669Z[ recovery-image] Feb 23 13:29:43.013 INFO O| Feb 23 13:29:43.013 INFO STEP 710 (remove_files) COMPLETE
67782025-02-23T13:29:44.669Z[ recovery-image] Feb 23 13:29:43.014 INFO O| Feb 23 13:29:43.013 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792025-02-23T13:29:44.669Z[ recovery-image] Feb 23 13:29:43.039 INFO O| Feb 23 13:29:43.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
67802025-02-23T13:29:44.669Z[ recovery-image] Feb 23 13:29:43.039 INFO O| Feb 23 13:29:43.039 INFO STEP 711 (remove_files) COMPLETE
67812025-02-23T13:29:44.669Z[ recovery-image] Feb 23 13:29:43.039 INFO O| Feb 23 13:29:43.039 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822025-02-23T13:29:44.680Z[ recovery-image] Feb 23 13:29:43.067 INFO O| Feb 23 13:29:43.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
67832025-02-23T13:29:44.680Z[ recovery-image] Feb 23 13:29:43.068 INFO O| Feb 23 13:29:43.068 INFO STEP 712 (remove_files) COMPLETE
67842025-02-23T13:29:44.680Z[ recovery-image] Feb 23 13:29:43.068 INFO O| Feb 23 13:29:43.068 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852025-02-23T13:29:44.700Z[ recovery-image] Feb 23 13:29:43.090 INFO O| Feb 23 13:29:43.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
67862025-02-23T13:29:44.700Z[ recovery-image] Feb 23 13:29:43.090 INFO O| Feb 23 13:29:43.090 INFO STEP 713 (remove_files) COMPLETE
67872025-02-23T13:29:44.710Z[ recovery-image] Feb 23 13:29:43.090 INFO O| Feb 23 13:29:43.090 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882025-02-23T13:29:44.755Z[ recovery-image] Feb 23 13:29:43.117 INFO O| Feb 23 13:29:43.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
67892025-02-23T13:29:44.755Z[ recovery-image] Feb 23 13:29:43.117 INFO O| Feb 23 13:29:43.117 INFO STEP 714 (remove_files) COMPLETE
67902025-02-23T13:29:44.755Z[ recovery-image] Feb 23 13:29:43.117 INFO O| Feb 23 13:29:43.117 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912025-02-23T13:29:44.794Z[ recovery-image] Feb 23 13:29:43.175 INFO O| Feb 23 13:29:43.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
67922025-02-23T13:29:44.794Z[ recovery-image] Feb 23 13:29:43.176 INFO O| Feb 23 13:29:43.176 INFO STEP 715 (remove_files) COMPLETE
67932025-02-23T13:29:44.805Z[ recovery-image] Feb 23 13:29:43.176 INFO O| Feb 23 13:29:43.176 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942025-02-23T13:29:44.847Z[ recovery-image] Feb 23 13:29:43.230 INFO O| Feb 23 13:29:43.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
67952025-02-23T13:29:44.862Z[ recovery-image] Feb 23 13:29:43.252 INFO O| Feb 23 13:29:43.252 INFO STEP 716 (remove_files) COMPLETE
67962025-02-23T13:29:44.863Z[ recovery-image] Feb 23 13:29:43.252 INFO O| Feb 23 13:29:43.252 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972025-02-23T13:29:44.898Z[ recovery-image] Feb 23 13:29:43.286 INFO O| Feb 23 13:29:43.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
67982025-02-23T13:29:44.899Z[ recovery-image] Feb 23 13:29:43.286 INFO O| Feb 23 13:29:43.286 INFO STEP 717 (remove_files) COMPLETE
67992025-02-23T13:29:44.899Z[ recovery-image] Feb 23 13:29:43.286 INFO O| Feb 23 13:29:43.286 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-02-23T13:29:44.946Z[ recovery-image] Feb 23 13:29:43.330 INFO O| Feb 23 13:29:43.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
68012025-02-23T13:29:45.015Z[ recovery-image] Feb 23 13:29:43.350 INFO O| Feb 23 13:29:43.350 INFO STEP 718 (remove_files) COMPLETE
68022025-02-23T13:29:45.015Z[ recovery-image] Feb 23 13:29:43.350 INFO O| Feb 23 13:29:43.350 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032025-02-23T13:29:45.033Z[ recovery-image] Feb 23 13:29:43.412 INFO O| Feb 23 13:29:43.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
68042025-02-23T13:29:45.034Z[ recovery-image] Feb 23 13:29:43.412 INFO O| Feb 23 13:29:43.412 INFO STEP 719 (remove_files) COMPLETE
68052025-02-23T13:29:45.034Z[ recovery-image] Feb 23 13:29:43.412 INFO O| Feb 23 13:29:43.412 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062025-02-23T13:29:45.052Z[ recovery-image] Feb 23 13:29:43.437 INFO O| Feb 23 13:29:43.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
68072025-02-23T13:29:45.052Z[ recovery-image] Feb 23 13:29:43.437 INFO O| Feb 23 13:29:43.437 INFO STEP 720 (remove_files) COMPLETE
68082025-02-23T13:29:45.062Z[ recovery-image] Feb 23 13:29:43.437 INFO O| Feb 23 13:29:43.437 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092025-02-23T13:29:45.073Z[ recovery-image] Feb 23 13:29:43.461 INFO O| Feb 23 13:29:43.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
68102025-02-23T13:29:45.073Z[ recovery-image] Feb 23 13:29:43.462 INFO O| Feb 23 13:29:43.462 INFO STEP 721 (remove_files) COMPLETE
68112025-02-23T13:29:45.073Z[ recovery-image] Feb 23 13:29:43.462 INFO O| Feb 23 13:29:43.462 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122025-02-23T13:29:45.123Z[ recovery-image] Feb 23 13:29:43.514 INFO O| Feb 23 13:29:43.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
68132025-02-23T13:29:45.124Z[ recovery-image] Feb 23 13:29:43.514 INFO O| Feb 23 13:29:43.514 INFO STEP 722 (remove_files) COMPLETE
68142025-02-23T13:29:45.134Z[ recovery-image] Feb 23 13:29:43.514 INFO O| Feb 23 13:29:43.514 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152025-02-23T13:29:45.223Z[ recovery-image] Feb 23 13:29:43.604 INFO O| Feb 23 13:29:43.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
68162025-02-23T13:29:45.223Z[ recovery-image] Feb 23 13:29:43.604 INFO O| Feb 23 13:29:43.604 INFO STEP 723 (remove_files) COMPLETE
68172025-02-23T13:29:45.242Z[ recovery-image] Feb 23 13:29:43.604 INFO O| Feb 23 13:29:43.604 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182025-02-23T13:29:45.260Z[ recovery-image] Feb 23 13:29:43.635 INFO O| Feb 23 13:29:43.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
68192025-02-23T13:29:45.260Z[ recovery-image] Feb 23 13:29:43.635 INFO O| Feb 23 13:29:43.635 INFO STEP 724 (remove_files) COMPLETE
68202025-02-23T13:29:45.271Z[ recovery-image] Feb 23 13:29:43.661 INFO O| Feb 23 13:29:43.635 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212025-02-23T13:29:45.378Z[ recovery-image] Feb 23 13:29:43.713 INFO O| Feb 23 13:29:43.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
68222025-02-23T13:29:45.378Z[ recovery-image] Feb 23 13:29:43.713 INFO O| Feb 23 13:29:43.713 INFO STEP 725 (remove_files) COMPLETE
68232025-02-23T13:29:45.378Z[ recovery-image] Feb 23 13:29:43.713 INFO O| Feb 23 13:29:43.713 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242025-02-23T13:29:45.384Z[ recovery-image] Feb 23 13:29:43.739 INFO O| Feb 23 13:29:43.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
68252025-02-23T13:29:45.384Z[ recovery-image] Feb 23 13:29:43.739 INFO O| Feb 23 13:29:43.739 INFO STEP 726 (remove_files) COMPLETE
68262025-02-23T13:29:45.384Z[ recovery-image] Feb 23 13:29:43.739 INFO O| Feb 23 13:29:43.739 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272025-02-23T13:29:45.384Z[ recovery-image] Feb 23 13:29:43.763 INFO O| Feb 23 13:29:43.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
68282025-02-23T13:29:45.384Z[ recovery-image] Feb 23 13:29:43.763 INFO O| Feb 23 13:29:43.763 INFO STEP 727 (remove_files) COMPLETE
68292025-02-23T13:29:45.384Z[ recovery-image] Feb 23 13:29:43.763 INFO O| Feb 23 13:29:43.763 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302025-02-23T13:29:45.400Z[ recovery-image] Feb 23 13:29:43.788 INFO O| Feb 23 13:29:43.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68312025-02-23T13:29:45.400Z[ recovery-image] Feb 23 13:29:43.788 INFO O| Feb 23 13:29:43.788 INFO STEP 728 (remove_files) COMPLETE
68322025-02-23T13:29:45.401Z[ recovery-image] Feb 23 13:29:43.788 INFO O| Feb 23 13:29:43.788 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332025-02-23T13:29:45.426Z[ recovery-image] Feb 23 13:29:43.816 INFO O| Feb 23 13:29:43.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68342025-02-23T13:29:45.426Z[ recovery-image] Feb 23 13:29:43.816 INFO O| Feb 23 13:29:43.816 INFO STEP 729 (remove_files) COMPLETE
68352025-02-23T13:29:45.426Z[ recovery-image] Feb 23 13:29:43.816 INFO O| Feb 23 13:29:43.816 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362025-02-23T13:29:45.479Z[ recovery-image] Feb 23 13:29:43.862 INFO O| Feb 23 13:29:43.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68372025-02-23T13:29:45.479Z[ recovery-image] Feb 23 13:29:43.862 INFO O| Feb 23 13:29:43.862 INFO STEP 730 (remove_files) COMPLETE
68382025-02-23T13:29:45.479Z[ recovery-image] Feb 23 13:29:43.862 INFO O| Feb 23 13:29:43.862 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392025-02-23T13:29:45.506Z[ recovery-image] Feb 23 13:29:43.890 INFO O| Feb 23 13:29:43.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68402025-02-23T13:29:45.506Z[ recovery-image] Feb 23 13:29:43.890 INFO O| Feb 23 13:29:43.890 INFO STEP 731 (remove_files) COMPLETE
68412025-02-23T13:29:45.532Z[ recovery-image] Feb 23 13:29:43.890 INFO O| Feb 23 13:29:43.890 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422025-02-23T13:29:45.547Z[ recovery-image] Feb 23 13:29:43.918 INFO O| Feb 23 13:29:43.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68432025-02-23T13:29:45.547Z[ recovery-image] Feb 23 13:29:43.918 INFO O| Feb 23 13:29:43.918 INFO STEP 732 (remove_files) COMPLETE
68442025-02-23T13:29:45.547Z[ recovery-image] Feb 23 13:29:43.918 INFO O| Feb 23 13:29:43.918 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452025-02-23T13:29:45.568Z[ recovery-image] Feb 23 13:29:43.944 INFO O| Feb 23 13:29:43.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68462025-02-23T13:29:45.568Z[ recovery-image] Feb 23 13:29:43.944 INFO O| Feb 23 13:29:43.944 INFO STEP 733 (remove_files) COMPLETE
68472025-02-23T13:29:45.568Z[ recovery-image] Feb 23 13:29:43.944 INFO O| Feb 23 13:29:43.944 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482025-02-23T13:29:45.588Z[ recovery-image] Feb 23 13:29:43.978 INFO O| Feb 23 13:29:43.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68492025-02-23T13:29:45.610Z[ recovery-image] Feb 23 13:29:43.979 INFO O| Feb 23 13:29:43.978 INFO STEP 734 (remove_files) COMPLETE
68502025-02-23T13:29:45.611Z[ recovery-image] Feb 23 13:29:43.979 INFO O| Feb 23 13:29:43.979 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512025-02-23T13:29:45.632Z[ recovery-image] Feb 23 13:29:44.022 INFO O| Feb 23 13:29:44.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68522025-02-23T13:29:45.644Z[ recovery-image] Feb 23 13:29:44.022 INFO O| Feb 23 13:29:44.022 INFO STEP 735 (remove_files) COMPLETE
68532025-02-23T13:29:45.644Z[ recovery-image] Feb 23 13:29:44.022 INFO O| Feb 23 13:29:44.022 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542025-02-23T13:29:45.661Z[ recovery-image] Feb 23 13:29:44.051 INFO O| Feb 23 13:29:44.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68552025-02-23T13:29:45.668Z[ recovery-image] Feb 23 13:29:44.052 INFO O| Feb 23 13:29:44.052 INFO STEP 736 (remove_files) COMPLETE
68562025-02-23T13:29:45.668Z[ recovery-image] Feb 23 13:29:44.052 INFO O| Feb 23 13:29:44.052 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572025-02-23T13:29:45.693Z[ recovery-image] Feb 23 13:29:44.078 INFO O| Feb 23 13:29:44.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68582025-02-23T13:29:45.693Z[ recovery-image] Feb 23 13:29:44.078 INFO O| Feb 23 13:29:44.078 INFO STEP 737 (remove_files) COMPLETE
68592025-02-23T13:29:45.704Z[ recovery-image] Feb 23 13:29:44.078 INFO O| Feb 23 13:29:44.078 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602025-02-23T13:29:45.716Z[ recovery-image] Feb 23 13:29:44.106 INFO O| Feb 23 13:29:44.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68612025-02-23T13:29:45.734Z[ recovery-image] Feb 23 13:29:44.106 INFO O| Feb 23 13:29:44.106 INFO STEP 738 (remove_files) COMPLETE
68622025-02-23T13:29:45.734Z[ recovery-image] Feb 23 13:29:44.106 INFO O| Feb 23 13:29:44.106 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632025-02-23T13:29:45.768Z[ recovery-image] Feb 23 13:29:44.158 INFO O| Feb 23 13:29:44.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68642025-02-23T13:29:45.768Z[ recovery-image] Feb 23 13:29:44.158 INFO O| Feb 23 13:29:44.158 INFO STEP 739 (remove_files) COMPLETE
68652025-02-23T13:29:45.780Z[ recovery-image] Feb 23 13:29:44.158 INFO O| Feb 23 13:29:44.158 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662025-02-23T13:29:45.794Z[ recovery-image] Feb 23 13:29:44.184 INFO O| Feb 23 13:29:44.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68672025-02-23T13:29:45.794Z[ recovery-image] Feb 23 13:29:44.184 INFO O| Feb 23 13:29:44.184 INFO STEP 740 (remove_files) COMPLETE
68682025-02-23T13:29:45.794Z[ recovery-image] Feb 23 13:29:44.184 INFO O| Feb 23 13:29:44.184 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692025-02-23T13:29:45.856Z[ recovery-image] Feb 23 13:29:44.246 INFO O| Feb 23 13:29:44.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
68702025-02-23T13:29:45.856Z[ recovery-image] Feb 23 13:29:44.246 INFO O| Feb 23 13:29:44.246 INFO STEP 741 (remove_files) COMPLETE
68712025-02-23T13:29:45.856Z[ recovery-image] Feb 23 13:29:44.246 INFO O| Feb 23 13:29:44.246 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722025-02-23T13:29:45.932Z[ recovery-image] Feb 23 13:29:44.322 INFO O| Feb 23 13:29:44.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
68732025-02-23T13:29:45.943Z[ recovery-image] Feb 23 13:29:44.322 INFO O| Feb 23 13:29:44.322 INFO STEP 742 (remove_files) COMPLETE
68742025-02-23T13:29:45.943Z[ recovery-image] Feb 23 13:29:44.322 INFO O| Feb 23 13:29:44.322 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752025-02-23T13:29:45.963Z[ recovery-image] Feb 23 13:29:44.348 INFO O| Feb 23 13:29:44.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
68762025-02-23T13:29:45.982Z[ recovery-image] Feb 23 13:29:44.348 INFO O| Feb 23 13:29:44.348 INFO STEP 743 (remove_files) COMPLETE
68772025-02-23T13:29:45.982Z[ recovery-image] Feb 23 13:29:44.348 INFO O| Feb 23 13:29:44.348 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782025-02-23T13:29:46.039Z[ recovery-image] Feb 23 13:29:44.370 INFO O| Feb 23 13:29:44.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
68792025-02-23T13:29:46.039Z[ recovery-image] Feb 23 13:29:44.370 INFO O| Feb 23 13:29:44.370 INFO STEP 744 (remove_files) COMPLETE
68802025-02-23T13:29:46.039Z[ recovery-image] Feb 23 13:29:44.370 INFO O| Feb 23 13:29:44.370 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812025-02-23T13:29:46.107Z[ recovery-image] Feb 23 13:29:44.394 INFO O| Feb 23 13:29:44.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
68822025-02-23T13:29:46.107Z[ recovery-image] Feb 23 13:29:44.414 INFO O| Feb 23 13:29:44.414 INFO STEP 745 (remove_files) COMPLETE
68832025-02-23T13:29:46.107Z[ recovery-image] Feb 23 13:29:44.414 INFO O| Feb 23 13:29:44.414 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842025-02-23T13:29:46.174Z[ recovery-image] Feb 23 13:29:44.450 INFO O| Feb 23 13:29:44.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
68852025-02-23T13:29:46.174Z[ recovery-image] Feb 23 13:29:44.450 INFO O| Feb 23 13:29:44.450 INFO STEP 746 (remove_files) COMPLETE
68862025-02-23T13:29:46.174Z[ recovery-image] Feb 23 13:29:44.450 INFO O| Feb 23 13:29:44.450 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872025-02-23T13:29:46.174Z[ recovery-image] Feb 23 13:29:44.474 INFO O| Feb 23 13:29:44.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
68882025-02-23T13:29:46.175Z[ recovery-image] Feb 23 13:29:44.474 INFO O| Feb 23 13:29:44.474 INFO STEP 747 (remove_files) COMPLETE
68892025-02-23T13:29:46.175Z[ recovery-image] Feb 23 13:29:44.474 INFO O| Feb 23 13:29:44.474 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902025-02-23T13:29:46.175Z[ recovery-image] Feb 23 13:29:44.500 INFO O| Feb 23 13:29:44.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
68912025-02-23T13:29:46.175Z[ recovery-image] Feb 23 13:29:44.500 INFO O| Feb 23 13:29:44.500 INFO STEP 748 (remove_files) COMPLETE
68922025-02-23T13:29:46.175Z[ recovery-image] Feb 23 13:29:44.500 INFO O| Feb 23 13:29:44.500 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932025-02-23T13:29:46.175Z[ recovery-image] Feb 23 13:29:44.525 INFO O| Feb 23 13:29:44.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
68942025-02-23T13:29:46.175Z[ recovery-image] Feb 23 13:29:44.525 INFO O| Feb 23 13:29:44.525 INFO STEP 749 (remove_files) COMPLETE
68952025-02-23T13:29:46.175Z[ recovery-image] Feb 23 13:29:44.525 INFO O| Feb 23 13:29:44.525 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962025-02-23T13:29:46.262Z[ recovery-image] Feb 23 13:29:44.588 INFO O| Feb 23 13:29:44.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
68972025-02-23T13:29:46.262Z[ recovery-image] Feb 23 13:29:44.588 INFO O| Feb 23 13:29:44.588 INFO STEP 750 (remove_files) COMPLETE
68982025-02-23T13:29:46.262Z[ recovery-image] Feb 23 13:29:44.588 INFO O| Feb 23 13:29:44.588 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992025-02-23T13:29:46.278Z[ recovery-image] Feb 23 13:29:44.614 INFO O| Feb 23 13:29:44.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
69002025-02-23T13:29:46.278Z[ recovery-image] Feb 23 13:29:44.614 INFO O| Feb 23 13:29:44.614 INFO STEP 751 (remove_files) COMPLETE
69012025-02-23T13:29:46.278Z[ recovery-image] Feb 23 13:29:44.614 INFO O| Feb 23 13:29:44.614 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022025-02-23T13:29:46.278Z[ recovery-image] Feb 23 13:29:44.640 INFO O| Feb 23 13:29:44.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
69032025-02-23T13:29:46.278Z[ recovery-image] Feb 23 13:29:44.640 INFO O| Feb 23 13:29:44.640 INFO STEP 752 (remove_files) COMPLETE
69042025-02-23T13:29:46.278Z[ recovery-image] Feb 23 13:29:44.640 INFO O| Feb 23 13:29:44.640 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052025-02-23T13:29:46.278Z[ recovery-image] Feb 23 13:29:44.661 INFO O| Feb 23 13:29:44.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
69062025-02-23T13:29:46.278Z[ recovery-image] Feb 23 13:29:44.662 INFO O| Feb 23 13:29:44.661 INFO STEP 753 (remove_files) COMPLETE
69072025-02-23T13:29:46.278Z[ recovery-image] Feb 23 13:29:44.662 INFO O| Feb 23 13:29:44.662 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082025-02-23T13:29:46.334Z[ recovery-image] Feb 23 13:29:44.682 INFO O| Feb 23 13:29:44.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
69092025-02-23T13:29:46.334Z[ recovery-image] Feb 23 13:29:44.683 INFO O| Feb 23 13:29:44.683 INFO STEP 754 (remove_files) COMPLETE
69102025-02-23T13:29:46.334Z[ recovery-image] Feb 23 13:29:44.683 INFO O| Feb 23 13:29:44.683 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112025-02-23T13:29:46.352Z[ recovery-image] Feb 23 13:29:44.722 INFO O| Feb 23 13:29:44.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
69122025-02-23T13:29:46.353Z[ recovery-image] Feb 23 13:29:44.722 INFO O| Feb 23 13:29:44.722 INFO STEP 755 (remove_files) COMPLETE
69132025-02-23T13:29:46.353Z[ recovery-image] Feb 23 13:29:44.722 INFO O| Feb 23 13:29:44.722 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142025-02-23T13:29:46.408Z[ recovery-image] Feb 23 13:29:44.748 INFO O| Feb 23 13:29:44.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
69152025-02-23T13:29:46.408Z[ recovery-image] Feb 23 13:29:44.748 INFO O| Feb 23 13:29:44.748 INFO STEP 756 (remove_files) COMPLETE
69162025-02-23T13:29:46.408Z[ recovery-image] Feb 23 13:29:44.749 INFO O| Feb 23 13:29:44.748 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172025-02-23T13:29:46.423Z[ recovery-image] Feb 23 13:29:44.772 INFO O| Feb 23 13:29:44.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69182025-02-23T13:29:46.423Z[ recovery-image] Feb 23 13:29:44.773 INFO O| Feb 23 13:29:44.772 INFO STEP 757 (remove_files) COMPLETE
69192025-02-23T13:29:46.424Z[ recovery-image] Feb 23 13:29:44.773 INFO O| Feb 23 13:29:44.772 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202025-02-23T13:29:46.424Z[ recovery-image] Feb 23 13:29:44.799 INFO O| Feb 23 13:29:44.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69212025-02-23T13:29:46.424Z[ recovery-image] Feb 23 13:29:44.799 INFO O| Feb 23 13:29:44.799 INFO STEP 758 (remove_files) COMPLETE
69222025-02-23T13:29:46.424Z[ recovery-image] Feb 23 13:29:44.799 INFO O| Feb 23 13:29:44.799 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232025-02-23T13:29:46.524Z[ recovery-image] Feb 23 13:29:44.826 INFO O| Feb 23 13:29:44.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69242025-02-23T13:29:46.524Z[ recovery-image] Feb 23 13:29:44.826 INFO O| Feb 23 13:29:44.826 INFO STEP 759 (remove_files) COMPLETE
69252025-02-23T13:29:46.524Z[ recovery-image] Feb 23 13:29:44.826 INFO O| Feb 23 13:29:44.826 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262025-02-23T13:29:46.629Z[ recovery-image] Feb 23 13:29:44.851 INFO O| Feb 23 13:29:44.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69272025-02-23T13:29:46.629Z[ recovery-image] Feb 23 13:29:44.852 INFO O| Feb 23 13:29:44.852 INFO STEP 760 (remove_files) COMPLETE
69282025-02-23T13:29:46.629Z[ recovery-image] Feb 23 13:29:44.852 INFO O| Feb 23 13:29:44.852 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292025-02-23T13:29:46.629Z[ recovery-image] Feb 23 13:29:44.915 INFO O| Feb 23 13:29:44.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69302025-02-23T13:29:46.629Z[ recovery-image] Feb 23 13:29:44.915 INFO O| Feb 23 13:29:44.915 INFO STEP 761 (remove_files) COMPLETE
69312025-02-23T13:29:46.629Z[ recovery-image] Feb 23 13:29:44.915 INFO O| Feb 23 13:29:44.915 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322025-02-23T13:29:46.629Z[ recovery-image] Feb 23 13:29:44.944 INFO O| Feb 23 13:29:44.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
69332025-02-23T13:29:46.629Z[ recovery-image] Feb 23 13:29:44.944 INFO O| Feb 23 13:29:44.944 INFO STEP 762 (remove_files) COMPLETE
69342025-02-23T13:29:46.629Z[ recovery-image] Feb 23 13:29:44.944 INFO O| Feb 23 13:29:44.944 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352025-02-23T13:29:46.684Z[ recovery-image] Feb 23 13:29:44.968 INFO O| Feb 23 13:29:44.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
69362025-02-23T13:29:46.684Z[ recovery-image] Feb 23 13:29:44.968 INFO O| Feb 23 13:29:44.968 INFO STEP 763 (remove_files) COMPLETE
69372025-02-23T13:29:46.684Z[ recovery-image] Feb 23 13:29:44.968 INFO O| Feb 23 13:29:44.968 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382025-02-23T13:29:46.684Z[ recovery-image] Feb 23 13:29:44.991 INFO O| Feb 23 13:29:44.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69392025-02-23T13:29:46.684Z[ recovery-image] Feb 23 13:29:44.991 INFO O| Feb 23 13:29:44.991 INFO STEP 764 (remove_files) COMPLETE
69402025-02-23T13:29:46.684Z[ recovery-image] Feb 23 13:29:44.991 INFO O| Feb 23 13:29:44.991 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412025-02-23T13:29:46.684Z[ recovery-image] Feb 23 13:29:45.023 INFO O| Feb 23 13:29:45.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
69422025-02-23T13:29:46.684Z[ recovery-image] Feb 23 13:29:45.023 INFO O| Feb 23 13:29:45.023 INFO STEP 765 (remove_files) COMPLETE
69432025-02-23T13:29:46.684Z[ recovery-image] Feb 23 13:29:45.023 INFO O| Feb 23 13:29:45.023 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442025-02-23T13:29:46.684Z[ recovery-image] Feb 23 13:29:45.058 INFO O| Feb 23 13:29:45.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
69452025-02-23T13:29:46.684Z[ recovery-image] Feb 23 13:29:45.058 INFO O| Feb 23 13:29:45.058 INFO STEP 766 (remove_files) COMPLETE
69462025-02-23T13:29:46.684Z[ recovery-image] Feb 23 13:29:45.058 INFO O| Feb 23 13:29:45.058 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472025-02-23T13:29:46.703Z[ recovery-image] Feb 23 13:29:45.092 INFO O| Feb 23 13:29:45.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
69482025-02-23T13:29:46.704Z[ recovery-image] Feb 23 13:29:45.092 INFO O| Feb 23 13:29:45.092 INFO STEP 767 (remove_files) COMPLETE
69492025-02-23T13:29:46.704Z[ recovery-image] Feb 23 13:29:45.092 INFO O| Feb 23 13:29:45.092 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502025-02-23T13:29:46.745Z[ recovery-image] Feb 23 13:29:45.124 INFO O| Feb 23 13:29:45.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
69512025-02-23T13:29:46.745Z[ recovery-image] Feb 23 13:29:45.124 INFO O| Feb 23 13:29:45.124 INFO STEP 768 (remove_files) COMPLETE
69522025-02-23T13:29:46.797Z[ recovery-image] Feb 23 13:29:45.124 INFO O| Feb 23 13:29:45.124 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532025-02-23T13:29:46.837Z[ recovery-image] Feb 23 13:29:45.152 INFO O| Feb 23 13:29:45.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
69542025-02-23T13:29:46.837Z[ recovery-image] Feb 23 13:29:45.152 INFO O| Feb 23 13:29:45.152 INFO STEP 769 (remove_files) COMPLETE
69552025-02-23T13:29:46.837Z[ recovery-image] Feb 23 13:29:45.152 INFO O| Feb 23 13:29:45.152 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562025-02-23T13:29:46.837Z[ recovery-image] Feb 23 13:29:45.189 INFO O| Feb 23 13:29:45.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69572025-02-23T13:29:46.837Z[ recovery-image] Feb 23 13:29:45.189 INFO O| Feb 23 13:29:45.189 INFO STEP 770 (remove_files) COMPLETE
69582025-02-23T13:29:46.837Z[ recovery-image] Feb 23 13:29:45.189 INFO O| Feb 23 13:29:45.189 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592025-02-23T13:29:46.859Z[ recovery-image] Feb 23 13:29:45.229 INFO O| Feb 23 13:29:45.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
69602025-02-23T13:29:46.859Z[ recovery-image] Feb 23 13:29:45.229 INFO O| Feb 23 13:29:45.229 INFO STEP 771 (remove_files) COMPLETE
69612025-02-23T13:29:46.859Z[ recovery-image] Feb 23 13:29:45.229 INFO O| Feb 23 13:29:45.229 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622025-02-23T13:29:46.877Z[ recovery-image] Feb 23 13:29:45.253 INFO O| Feb 23 13:29:45.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
69632025-02-23T13:29:46.877Z[ recovery-image] Feb 23 13:29:45.253 INFO O| Feb 23 13:29:45.253 INFO STEP 772 (remove_files) COMPLETE
69642025-02-23T13:29:46.877Z[ recovery-image] Feb 23 13:29:45.253 INFO O| Feb 23 13:29:45.253 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652025-02-23T13:29:46.895Z[ recovery-image] Feb 23 13:29:45.275 INFO O| Feb 23 13:29:45.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
69662025-02-23T13:29:46.895Z[ recovery-image] Feb 23 13:29:45.275 INFO O| Feb 23 13:29:45.275 INFO STEP 773 (remove_files) COMPLETE
69672025-02-23T13:29:46.895Z[ recovery-image] Feb 23 13:29:45.275 INFO O| Feb 23 13:29:45.275 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682025-02-23T13:29:46.929Z[ recovery-image] Feb 23 13:29:45.319 INFO O| Feb 23 13:29:45.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69692025-02-23T13:29:46.946Z[ recovery-image] Feb 23 13:29:45.319 INFO O| Feb 23 13:29:45.319 INFO STEP 774 (remove_files) COMPLETE
69702025-02-23T13:29:46.946Z[ recovery-image] Feb 23 13:29:45.319 INFO O| Feb 23 13:29:45.319 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712025-02-23T13:29:47.003Z[ recovery-image] Feb 23 13:29:45.346 INFO O| Feb 23 13:29:45.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
69722025-02-23T13:29:47.003Z[ recovery-image] Feb 23 13:29:45.346 INFO O| Feb 23 13:29:45.346 INFO STEP 775 (remove_files) COMPLETE
69732025-02-23T13:29:47.055Z[ recovery-image] Feb 23 13:29:45.346 INFO O| Feb 23 13:29:45.346 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742025-02-23T13:29:47.055Z[ recovery-image] Feb 23 13:29:45.367 INFO O| Feb 23 13:29:45.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
69752025-02-23T13:29:47.055Z[ recovery-image] Feb 23 13:29:45.367 INFO O| Feb 23 13:29:45.367 INFO STEP 776 (remove_files) COMPLETE
69762025-02-23T13:29:47.055Z[ recovery-image] Feb 23 13:29:45.367 INFO O| Feb 23 13:29:45.367 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772025-02-23T13:29:47.055Z[ recovery-image] Feb 23 13:29:45.390 INFO O| Feb 23 13:29:45.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
69782025-02-23T13:29:47.055Z[ recovery-image] Feb 23 13:29:45.390 INFO O| Feb 23 13:29:45.390 INFO STEP 777 (remove_files) COMPLETE
69792025-02-23T13:29:47.055Z[ recovery-image] Feb 23 13:29:45.390 INFO O| Feb 23 13:29:45.390 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802025-02-23T13:29:47.077Z[ recovery-image] Feb 23 13:29:45.419 INFO O| Feb 23 13:29:45.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
69812025-02-23T13:29:47.077Z[ recovery-image] Feb 23 13:29:45.419 INFO O| Feb 23 13:29:45.419 INFO STEP 778 (remove_files) COMPLETE
69822025-02-23T13:29:47.077Z[ recovery-image] Feb 23 13:29:45.419 INFO O| Feb 23 13:29:45.419 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-02-23T13:29:47.077Z[ recovery-image] Feb 23 13:29:45.444 INFO O| Feb 23 13:29:45.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
69842025-02-23T13:29:47.077Z[ recovery-image] Feb 23 13:29:45.444 INFO O| Feb 23 13:29:45.444 INFO STEP 779 (remove_files) COMPLETE
69852025-02-23T13:29:47.077Z[ recovery-image] Feb 23 13:29:45.444 INFO O| Feb 23 13:29:45.444 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-02-23T13:29:47.130Z[ recovery-image] Feb 23 13:29:45.469 INFO O| Feb 23 13:29:45.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
69872025-02-23T13:29:47.131Z[ recovery-image] Feb 23 13:29:45.469 INFO O| Feb 23 13:29:45.469 INFO STEP 780 (remove_files) COMPLETE
69882025-02-23T13:29:47.131Z[ recovery-image] Feb 23 13:29:45.469 INFO O| Feb 23 13:29:45.469 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-02-23T13:29:47.150Z[ recovery-image] Feb 23 13:29:45.507 INFO O| Feb 23 13:29:45.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
69902025-02-23T13:29:47.150Z[ recovery-image] Feb 23 13:29:45.507 INFO O| Feb 23 13:29:45.507 INFO STEP 781 (remove_files) COMPLETE
69912025-02-23T13:29:47.150Z[ recovery-image] Feb 23 13:29:45.507 INFO O| Feb 23 13:29:45.507 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-02-23T13:29:47.160Z[ recovery-image] Feb 23 13:29:45.535 INFO O| Feb 23 13:29:45.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
69932025-02-23T13:29:47.160Z[ recovery-image] Feb 23 13:29:45.535 INFO O| Feb 23 13:29:45.535 INFO STEP 782 (remove_files) COMPLETE
69942025-02-23T13:29:47.160Z[ recovery-image] Feb 23 13:29:45.535 INFO O| Feb 23 13:29:45.535 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-02-23T13:29:47.172Z[ recovery-image] Feb 23 13:29:45.559 INFO O| Feb 23 13:29:45.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
69962025-02-23T13:29:47.172Z[ recovery-image] Feb 23 13:29:45.559 INFO O| Feb 23 13:29:45.559 INFO STEP 783 (remove_files) COMPLETE
69972025-02-23T13:29:47.172Z[ recovery-image] Feb 23 13:29:45.559 INFO O| Feb 23 13:29:45.559 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-02-23T13:29:47.224Z[ recovery-image] Feb 23 13:29:45.582 INFO O| Feb 23 13:29:45.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
69992025-02-23T13:29:47.224Z[ recovery-image] Feb 23 13:29:45.582 INFO O| Feb 23 13:29:45.582 INFO STEP 784 (remove_files) COMPLETE
70002025-02-23T13:29:47.224Z[ recovery-image] Feb 23 13:29:45.582 INFO O| Feb 23 13:29:45.582 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-02-23T13:29:47.243Z[ recovery-image] Feb 23 13:29:45.609 INFO O| Feb 23 13:29:45.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
70022025-02-23T13:29:47.244Z[ recovery-image] Feb 23 13:29:45.609 INFO O| Feb 23 13:29:45.609 INFO STEP 785 (remove_files) COMPLETE
70032025-02-23T13:29:47.244Z[ recovery-image] Feb 23 13:29:45.609 INFO O| Feb 23 13:29:45.609 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-02-23T13:29:47.256Z[ recovery-image] Feb 23 13:29:45.634 INFO O| Feb 23 13:29:45.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
70052025-02-23T13:29:47.256Z[ recovery-image] Feb 23 13:29:45.634 INFO O| Feb 23 13:29:45.634 INFO STEP 786 (remove_files) COMPLETE
70062025-02-23T13:29:47.257Z[ recovery-image] Feb 23 13:29:45.634 INFO O| Feb 23 13:29:45.634 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-02-23T13:29:47.285Z[ recovery-image] Feb 23 13:29:45.658 INFO O| Feb 23 13:29:45.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
70082025-02-23T13:29:47.285Z[ recovery-image] Feb 23 13:29:45.658 INFO O| Feb 23 13:29:45.658 INFO STEP 787 (remove_files) COMPLETE
70092025-02-23T13:29:47.285Z[ recovery-image] Feb 23 13:29:45.658 INFO O| Feb 23 13:29:45.658 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-02-23T13:29:47.291Z[ recovery-image] Feb 23 13:29:45.681 INFO O| Feb 23 13:29:45.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
70112025-02-23T13:29:47.291Z[ recovery-image] Feb 23 13:29:45.681 INFO O| Feb 23 13:29:45.681 INFO STEP 788 (remove_files) COMPLETE
70122025-02-23T13:29:47.294Z[ recovery-image] Feb 23 13:29:45.681 INFO O| Feb 23 13:29:45.681 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-02-23T13:29:47.326Z[ recovery-image] Feb 23 13:29:45.707 INFO O| Feb 23 13:29:45.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
70142025-02-23T13:29:47.326Z[ recovery-image] Feb 23 13:29:45.708 INFO O| Feb 23 13:29:45.708 INFO STEP 789 (remove_files) COMPLETE
70152025-02-23T13:29:47.357Z[ recovery-image] Feb 23 13:29:45.708 INFO O| Feb 23 13:29:45.708 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-02-23T13:29:47.373Z[ recovery-image] Feb 23 13:29:45.735 INFO O| Feb 23 13:29:45.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
70172025-02-23T13:29:47.373Z[ recovery-image] Feb 23 13:29:45.735 INFO O| Feb 23 13:29:45.735 INFO STEP 790 (remove_files) COMPLETE
70182025-02-23T13:29:47.373Z[ recovery-image] Feb 23 13:29:45.735 INFO O| Feb 23 13:29:45.735 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-02-23T13:29:47.390Z[ recovery-image] Feb 23 13:29:45.759 INFO O| Feb 23 13:29:45.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
70202025-02-23T13:29:47.390Z[ recovery-image] Feb 23 13:29:45.759 INFO O| Feb 23 13:29:45.759 INFO STEP 791 (remove_files) COMPLETE
70212025-02-23T13:29:47.390Z[ recovery-image] Feb 23 13:29:45.759 INFO O| Feb 23 13:29:45.759 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-02-23T13:29:47.407Z[ recovery-image] Feb 23 13:29:45.781 INFO O| Feb 23 13:29:45.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
70232025-02-23T13:29:47.407Z[ recovery-image] Feb 23 13:29:45.781 INFO O| Feb 23 13:29:45.781 INFO STEP 792 (remove_files) COMPLETE
70242025-02-23T13:29:47.407Z[ recovery-image] Feb 23 13:29:45.781 INFO O| Feb 23 13:29:45.781 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-02-23T13:29:47.485Z[ recovery-image] Feb 23 13:29:45.868 INFO O| Feb 23 13:29:45.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
70262025-02-23T13:29:47.495Z[ recovery-image] Feb 23 13:29:45.868 INFO O| Feb 23 13:29:45.868 INFO STEP 793 (remove_files) COMPLETE
70272025-02-23T13:29:47.495Z[ recovery-image] Feb 23 13:29:45.868 INFO O| Feb 23 13:29:45.868 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-02-23T13:29:47.518Z[ recovery-image] Feb 23 13:29:45.891 INFO O| Feb 23 13:29:45.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70292025-02-23T13:29:47.518Z[ recovery-image] Feb 23 13:29:45.891 INFO O| Feb 23 13:29:45.891 INFO STEP 794 (remove_files) COMPLETE
70302025-02-23T13:29:47.518Z[ recovery-image] Feb 23 13:29:45.892 INFO O| Feb 23 13:29:45.891 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-02-23T13:29:47.538Z[ recovery-image] Feb 23 13:29:45.917 INFO O| Feb 23 13:29:45.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
70322025-02-23T13:29:47.538Z[ recovery-image] Feb 23 13:29:45.917 INFO O| Feb 23 13:29:45.917 INFO STEP 795 (remove_files) COMPLETE
70332025-02-23T13:29:47.538Z[ recovery-image] Feb 23 13:29:45.917 INFO O| Feb 23 13:29:45.917 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-02-23T13:29:47.559Z[ recovery-image] Feb 23 13:29:45.941 INFO O| Feb 23 13:29:45.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
70352025-02-23T13:29:47.559Z[ recovery-image] Feb 23 13:29:45.941 INFO O| Feb 23 13:29:45.941 INFO STEP 796 (remove_files) COMPLETE
70362025-02-23T13:29:47.559Z[ recovery-image] Feb 23 13:29:45.941 INFO O| Feb 23 13:29:45.941 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-02-23T13:29:47.578Z[ recovery-image] Feb 23 13:29:45.962 INFO O| Feb 23 13:29:45.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
70382025-02-23T13:29:47.578Z[ recovery-image] Feb 23 13:29:45.962 INFO O| Feb 23 13:29:45.962 INFO STEP 797 (remove_files) COMPLETE
70392025-02-23T13:29:47.578Z[ recovery-image] Feb 23 13:29:45.962 INFO O| Feb 23 13:29:45.962 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-02-23T13:29:47.622Z[ recovery-image] Feb 23 13:29:45.998 INFO O| Feb 23 13:29:45.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
70412025-02-23T13:29:47.643Z[ recovery-image] Feb 23 13:29:45.998 INFO O| Feb 23 13:29:45.998 INFO STEP 798 (remove_files) COMPLETE
70422025-02-23T13:29:47.643Z[ recovery-image] Feb 23 13:29:45.999 INFO O| Feb 23 13:29:45.999 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-02-23T13:29:47.662Z[ recovery-image] Feb 23 13:29:46.025 INFO O| Feb 23 13:29:46.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
70442025-02-23T13:29:47.662Z[ recovery-image] Feb 23 13:29:46.026 INFO O| Feb 23 13:29:46.026 INFO STEP 799 (remove_files) COMPLETE
70452025-02-23T13:29:47.662Z[ recovery-image] Feb 23 13:29:46.026 INFO O| Feb 23 13:29:46.026 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-02-23T13:29:47.679Z[ recovery-image] Feb 23 13:29:46.046 INFO O| Feb 23 13:29:46.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
70472025-02-23T13:29:47.679Z[ recovery-image] Feb 23 13:29:46.047 INFO O| Feb 23 13:29:46.047 INFO STEP 800 (remove_files) COMPLETE
70482025-02-23T13:29:47.679Z[ recovery-image] Feb 23 13:29:46.047 INFO O| Feb 23 13:29:46.047 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-02-23T13:29:47.693Z[ recovery-image] Feb 23 13:29:46.071 INFO O| Feb 23 13:29:46.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
70502025-02-23T13:29:47.694Z[ recovery-image] Feb 23 13:29:46.072 INFO O| Feb 23 13:29:46.071 INFO STEP 801 (remove_files) COMPLETE
70512025-02-23T13:29:47.694Z[ recovery-image] Feb 23 13:29:46.072 INFO O| Feb 23 13:29:46.072 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-02-23T13:29:47.715Z[ recovery-image] Feb 23 13:29:46.098 INFO O| Feb 23 13:29:46.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
70532025-02-23T13:29:47.722Z[ recovery-image] Feb 23 13:29:46.098 INFO O| Feb 23 13:29:46.098 INFO STEP 802 (remove_files) COMPLETE
70542025-02-23T13:29:47.722Z[ recovery-image] Feb 23 13:29:46.099 INFO O| Feb 23 13:29:46.099 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-02-23T13:29:47.739Z[ recovery-image] Feb 23 13:29:46.125 INFO O| Feb 23 13:29:46.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
70562025-02-23T13:29:47.739Z[ recovery-image] Feb 23 13:29:46.125 INFO O| Feb 23 13:29:46.125 INFO STEP 803 (remove_files) COMPLETE
70572025-02-23T13:29:47.756Z[ recovery-image] Feb 23 13:29:46.125 INFO O| Feb 23 13:29:46.125 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-02-23T13:29:47.785Z[ recovery-image] Feb 23 13:29:46.151 INFO O| Feb 23 13:29:46.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
70592025-02-23T13:29:47.785Z[ recovery-image] Feb 23 13:29:46.151 INFO O| Feb 23 13:29:46.151 INFO STEP 804 (remove_files) COMPLETE
70602025-02-23T13:29:47.785Z[ recovery-image] Feb 23 13:29:46.151 INFO O| Feb 23 13:29:46.151 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612025-02-23T13:29:47.795Z[ recovery-image] Feb 23 13:29:46.184 INFO O| Feb 23 13:29:46.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
70622025-02-23T13:29:47.795Z[ recovery-image] Feb 23 13:29:46.184 INFO O| Feb 23 13:29:46.184 INFO STEP 805 (remove_files) COMPLETE
70632025-02-23T13:29:47.795Z[ recovery-image] Feb 23 13:29:46.184 INFO O| Feb 23 13:29:46.184 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642025-02-23T13:29:47.835Z[ recovery-image] Feb 23 13:29:46.224 INFO O| Feb 23 13:29:46.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
70652025-02-23T13:29:47.835Z[ recovery-image] Feb 23 13:29:46.224 INFO O| Feb 23 13:29:46.224 INFO STEP 806 (remove_files) COMPLETE
70662025-02-23T13:29:47.869Z[ recovery-image] Feb 23 13:29:46.225 INFO O| Feb 23 13:29:46.224 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-02-23T13:29:47.869Z[ recovery-image] Feb 23 13:29:46.252 INFO O| Feb 23 13:29:46.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
70682025-02-23T13:29:47.869Z[ recovery-image] Feb 23 13:29:46.253 INFO O| Feb 23 13:29:46.253 INFO STEP 807 (remove_files) COMPLETE
70692025-02-23T13:29:47.869Z[ recovery-image] Feb 23 13:29:46.253 INFO O| Feb 23 13:29:46.253 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-02-23T13:29:47.919Z[ recovery-image] Feb 23 13:29:46.292 INFO O| Feb 23 13:29:46.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
70712025-02-23T13:29:47.919Z[ recovery-image] Feb 23 13:29:46.292 INFO O| Feb 23 13:29:46.292 INFO STEP 808 (remove_files) COMPLETE
70722025-02-23T13:29:47.919Z[ recovery-image] Feb 23 13:29:46.292 INFO O| Feb 23 13:29:46.292 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-02-23T13:29:47.975Z[ recovery-image] Feb 23 13:29:46.328 INFO O| Feb 23 13:29:46.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
70742025-02-23T13:29:47.975Z[ recovery-image] Feb 23 13:29:46.328 INFO O| Feb 23 13:29:46.328 INFO STEP 809 (remove_files) COMPLETE
70752025-02-23T13:29:47.975Z[ recovery-image] Feb 23 13:29:46.328 INFO O| Feb 23 13:29:46.328 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762025-02-23T13:29:48.021Z[ recovery-image] Feb 23 13:29:46.357 INFO O| Feb 23 13:29:46.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
70772025-02-23T13:29:48.021Z[ recovery-image] Feb 23 13:29:46.357 INFO O| Feb 23 13:29:46.357 INFO STEP 810 (remove_files) COMPLETE
70782025-02-23T13:29:48.021Z[ recovery-image] Feb 23 13:29:46.357 INFO O| Feb 23 13:29:46.357 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792025-02-23T13:29:48.074Z[ recovery-image] Feb 23 13:29:46.433 INFO O| Feb 23 13:29:46.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
70802025-02-23T13:29:48.095Z[ recovery-image] Feb 23 13:29:46.433 INFO O| Feb 23 13:29:46.433 INFO STEP 811 (remove_files) COMPLETE
70812025-02-23T13:29:48.095Z[ recovery-image] Feb 23 13:29:46.433 INFO O| Feb 23 13:29:46.433 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822025-02-23T13:29:48.148Z[ recovery-image] Feb 23 13:29:46.490 INFO O| Feb 23 13:29:46.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
70832025-02-23T13:29:48.148Z[ recovery-image] Feb 23 13:29:46.490 INFO O| Feb 23 13:29:46.490 INFO STEP 812 (remove_files) COMPLETE
70842025-02-23T13:29:48.148Z[ recovery-image] Feb 23 13:29:46.490 INFO O| Feb 23 13:29:46.490 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852025-02-23T13:29:48.172Z[ recovery-image] Feb 23 13:29:46.516 INFO O| Feb 23 13:29:46.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
70862025-02-23T13:29:48.172Z[ recovery-image] Feb 23 13:29:46.516 INFO O| Feb 23 13:29:46.516 INFO STEP 813 (remove_files) COMPLETE
70872025-02-23T13:29:48.172Z[ recovery-image] Feb 23 13:29:46.516 INFO O| Feb 23 13:29:46.516 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882025-02-23T13:29:48.172Z[ host-image] Feb 23 13:29:46.532 INFO O| Feb 23 13:29:46.531 INFO O| Download: 920/1140 items 3.3/8.4MB 38% complete (678k/s)
70892025-02-23T13:29:48.172Z[ recovery-image] Feb 23 13:29:46.546 INFO O| Feb 23 13:29:46.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
70902025-02-23T13:29:48.172Z[ recovery-image] Feb 23 13:29:46.546 INFO O| Feb 23 13:29:46.546 INFO STEP 814 (remove_files) COMPLETE
70912025-02-23T13:29:48.172Z[ recovery-image] Feb 23 13:29:46.546 INFO O| Feb 23 13:29:46.546 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922025-02-23T13:29:48.280Z[ recovery-image] Feb 23 13:29:46.582 INFO O| Feb 23 13:29:46.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
70932025-02-23T13:29:48.280Z[ recovery-image] Feb 23 13:29:46.582 INFO O| Feb 23 13:29:46.582 INFO STEP 815 (remove_files) COMPLETE
70942025-02-23T13:29:48.280Z[ recovery-image] Feb 23 13:29:46.582 INFO O| Feb 23 13:29:46.582 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952025-02-23T13:29:48.346Z[ recovery-image] Feb 23 13:29:46.678 INFO O| Feb 23 13:29:46.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
70962025-02-23T13:29:48.346Z[ recovery-image] Feb 23 13:29:46.678 INFO O| Feb 23 13:29:46.678 INFO STEP 816 (remove_files) COMPLETE
70972025-02-23T13:29:48.346Z[ recovery-image] Feb 23 13:29:46.678 INFO O| Feb 23 13:29:46.678 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982025-02-23T13:29:48.364Z[ recovery-image] Feb 23 13:29:46.714 INFO O| Feb 23 13:29:46.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
70992025-02-23T13:29:48.364Z[ recovery-image] Feb 23 13:29:46.714 INFO O| Feb 23 13:29:46.714 INFO STEP 817 (remove_files) COMPLETE
71002025-02-23T13:29:48.364Z[ recovery-image] Feb 23 13:29:46.714 INFO O| Feb 23 13:29:46.714 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012025-02-23T13:29:48.393Z[ recovery-image] Feb 23 13:29:46.765 INFO O| Feb 23 13:29:46.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
71022025-02-23T13:29:48.393Z[ recovery-image] Feb 23 13:29:46.765 INFO O| Feb 23 13:29:46.765 INFO STEP 818 (remove_files) COMPLETE
71032025-02-23T13:29:48.452Z[ recovery-image] Feb 23 13:29:46.765 INFO O| Feb 23 13:29:46.765 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042025-02-23T13:29:48.452Z[ recovery-image] Feb 23 13:29:46.788 INFO O| Feb 23 13:29:46.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
71052025-02-23T13:29:48.452Z[ recovery-image] Feb 23 13:29:46.789 INFO O| Feb 23 13:29:46.789 INFO STEP 819 (remove_files) COMPLETE
71062025-02-23T13:29:48.452Z[ recovery-image] Feb 23 13:29:46.789 INFO O| Feb 23 13:29:46.789 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072025-02-23T13:29:48.452Z[ recovery-image] Feb 23 13:29:46.814 INFO O| Feb 23 13:29:46.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
71082025-02-23T13:29:48.452Z[ recovery-image] Feb 23 13:29:46.815 INFO O| Feb 23 13:29:46.815 INFO STEP 820 (remove_files) COMPLETE
71092025-02-23T13:29:48.452Z[ recovery-image] Feb 23 13:29:46.815 INFO O| Feb 23 13:29:46.815 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102025-02-23T13:29:48.522Z[ recovery-image] Feb 23 13:29:46.841 INFO O| Feb 23 13:29:46.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
71112025-02-23T13:29:48.522Z[ recovery-image] Feb 23 13:29:46.841 INFO O| Feb 23 13:29:46.841 INFO STEP 821 (remove_files) COMPLETE
71122025-02-23T13:29:48.522Z[ recovery-image] Feb 23 13:29:46.841 INFO O| Feb 23 13:29:46.841 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132025-02-23T13:29:48.591Z[ recovery-image] Feb 23 13:29:46.879 INFO O| Feb 23 13:29:46.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
71142025-02-23T13:29:48.591Z[ recovery-image] Feb 23 13:29:46.879 INFO O| Feb 23 13:29:46.879 INFO STEP 822 (remove_files) COMPLETE
71152025-02-23T13:29:48.591Z[ recovery-image] Feb 23 13:29:46.879 INFO O| Feb 23 13:29:46.879 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162025-02-23T13:29:48.620Z[ recovery-image] Feb 23 13:29:46.981 INFO O| Feb 23 13:29:46.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71172025-02-23T13:29:48.620Z[ recovery-image] Feb 23 13:29:46.981 INFO O| Feb 23 13:29:46.981 INFO STEP 823 (remove_files) COMPLETE
71182025-02-23T13:29:48.620Z[ recovery-image] Feb 23 13:29:46.981 INFO O| Feb 23 13:29:46.981 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192025-02-23T13:29:48.800Z[ recovery-image] Feb 23 13:29:47.018 INFO O| Feb 23 13:29:47.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
71202025-02-23T13:29:48.800Z[ recovery-image] Feb 23 13:29:47.018 INFO O| Feb 23 13:29:47.018 INFO STEP 824 (remove_files) COMPLETE
71212025-02-23T13:29:48.800Z[ recovery-image] Feb 23 13:29:47.018 INFO O| Feb 23 13:29:47.018 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222025-02-23T13:29:52.906Z[ recovery-image] Feb 23 13:29:47.056 INFO O| Feb 23 13:29:47.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71232025-02-23T13:29:52.906Z[ recovery-image] Feb 23 13:29:47.056 INFO O| Feb 23 13:29:47.056 INFO STEP 825 (remove_files) COMPLETE
71242025-02-23T13:29:52.906Z[ recovery-image] Feb 23 13:29:47.056 INFO O| Feb 23 13:29:47.056 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252025-02-23T13:29:52.906Z[ recovery-image] Feb 23 13:29:47.085 INFO O| Feb 23 13:29:47.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
71262025-02-23T13:29:52.906Z[ recovery-image] Feb 23 13:29:47.085 INFO O| Feb 23 13:29:47.085 INFO STEP 826 (remove_files) COMPLETE
71272025-02-23T13:29:52.906Z[ recovery-image] Feb 23 13:29:47.085 INFO O| Feb 23 13:29:47.085 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282025-02-23T13:29:52.906Z[ recovery-image] Feb 23 13:29:47.123 INFO O| Feb 23 13:29:47.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71292025-02-23T13:29:52.906Z[ recovery-image] Feb 23 13:29:47.123 INFO O| Feb 23 13:29:47.123 INFO STEP 827 (remove_files) COMPLETE
71302025-02-23T13:29:52.906Z[ recovery-image] Feb 23 13:29:47.123 INFO O| Feb 23 13:29:47.123 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312025-02-23T13:29:52.906Z[ recovery-image] Feb 23 13:29:47.150 INFO O| Feb 23 13:29:47.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
71322025-02-23T13:29:52.907Z[ recovery-image] Feb 23 13:29:47.150 INFO O| Feb 23 13:29:47.150 INFO STEP 828 (remove_files) COMPLETE
71332025-02-23T13:29:52.907Z[ recovery-image] Feb 23 13:29:47.150 INFO O| Feb 23 13:29:47.150 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342025-02-23T13:29:52.907Z[ recovery-image] Feb 23 13:29:47.182 INFO O| Feb 23 13:29:47.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
71352025-02-23T13:29:52.907Z[ recovery-image] Feb 23 13:29:47.182 INFO O| Feb 23 13:29:47.182 INFO STEP 829 (remove_files) COMPLETE
71362025-02-23T13:29:52.907Z[ recovery-image] Feb 23 13:29:47.182 INFO O| Feb 23 13:29:47.182 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.215 INFO O| Feb 23 13:29:47.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
71382025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.216 INFO O| Feb 23 13:29:47.216 INFO STEP 830 (remove_files) COMPLETE
71392025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.216 INFO O| Feb 23 13:29:47.216 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.241 INFO O| Feb 23 13:29:47.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
71412025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.242 INFO O| Feb 23 13:29:47.242 INFO STEP 831 (remove_files) COMPLETE
71422025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.242 INFO O| Feb 23 13:29:47.242 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.267 INFO O| Feb 23 13:29:47.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
71442025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.267 INFO O| Feb 23 13:29:47.267 INFO STEP 832 (remove_files) COMPLETE
71452025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.267 INFO O| Feb 23 13:29:47.267 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.299 INFO O| Feb 23 13:29:47.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
71472025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.299 INFO O| Feb 23 13:29:47.299 INFO STEP 833 (remove_files) COMPLETE
71482025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.299 INFO O| Feb 23 13:29:47.299 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.325 INFO O| Feb 23 13:29:47.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
71502025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.325 INFO O| Feb 23 13:29:47.325 INFO STEP 834 (remove_files) COMPLETE
71512025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.325 INFO O| Feb 23 13:29:47.325 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.349 INFO O| Feb 23 13:29:47.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
71532025-02-23T13:29:52.944Z[ recovery-image] Feb 23 13:29:47.349 INFO O| Feb 23 13:29:47.349 INFO STEP 835 (remove_files) COMPLETE
71542025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.350 INFO O| Feb 23 13:29:47.349 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.371 INFO O| Feb 23 13:29:47.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
71562025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.371 INFO O| Feb 23 13:29:47.371 INFO STEP 836 (remove_files) COMPLETE
71572025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.371 INFO O| Feb 23 13:29:47.371 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.396 INFO O| Feb 23 13:29:47.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
71592025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.396 INFO O| Feb 23 13:29:47.396 INFO STEP 837 (remove_files) COMPLETE
71602025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.396 INFO O| Feb 23 13:29:47.396 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.423 INFO O| Feb 23 13:29:47.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71622025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.423 INFO O| Feb 23 13:29:47.423 INFO STEP 838 (remove_files) COMPLETE
71632025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.423 INFO O| Feb 23 13:29:47.423 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.460 INFO O| Feb 23 13:29:47.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71652025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.461 INFO O| Feb 23 13:29:47.461 INFO STEP 839 (remove_files) COMPLETE
71662025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.461 INFO O| Feb 23 13:29:47.461 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.485 INFO O| Feb 23 13:29:47.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71682025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.485 INFO O| Feb 23 13:29:47.485 INFO STEP 840 (remove_files) COMPLETE
71692025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.485 INFO O| Feb 23 13:29:47.485 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.513 INFO O| Feb 23 13:29:47.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71712025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.513 INFO O| Feb 23 13:29:47.513 INFO STEP 841 (remove_files) COMPLETE
71722025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.513 INFO O| Feb 23 13:29:47.513 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.540 INFO O| Feb 23 13:29:47.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71742025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.540 INFO O| Feb 23 13:29:47.540 INFO STEP 842 (remove_files) COMPLETE
71752025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.540 INFO O| Feb 23 13:29:47.540 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.561 INFO O| Feb 23 13:29:47.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
71772025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.561 INFO O| Feb 23 13:29:47.561 INFO STEP 843 (remove_files) COMPLETE
71782025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.562 INFO O| Feb 23 13:29:47.561 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.617 INFO O| Feb 23 13:29:47.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
71802025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.617 INFO O| Feb 23 13:29:47.617 INFO STEP 844 (remove_files) COMPLETE
71812025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.617 INFO O| Feb 23 13:29:47.617 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.644 INFO O| Feb 23 13:29:47.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
71832025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.644 INFO O| Feb 23 13:29:47.644 INFO STEP 845 (remove_files) COMPLETE
71842025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.644 INFO O| Feb 23 13:29:47.644 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.666 INFO O| Feb 23 13:29:47.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
71862025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.667 INFO O| Feb 23 13:29:47.666 INFO STEP 846 (remove_files) COMPLETE
71872025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.667 INFO O| Feb 23 13:29:47.667 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.698 INFO O| Feb 23 13:29:47.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
71892025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.698 INFO O| Feb 23 13:29:47.698 INFO STEP 847 (remove_files) COMPLETE
71902025-02-23T13:29:52.945Z[ recovery-image] Feb 23 13:29:47.699 INFO O| Feb 23 13:29:47.698 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.726 INFO O| Feb 23 13:29:47.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
71922025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.726 INFO O| Feb 23 13:29:47.726 INFO STEP 848 (remove_files) COMPLETE
71932025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.726 INFO O| Feb 23 13:29:47.726 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.751 INFO O| Feb 23 13:29:47.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
71952025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.752 INFO O| Feb 23 13:29:47.752 INFO STEP 849 (remove_files) COMPLETE
71962025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.752 INFO O| Feb 23 13:29:47.752 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.773 INFO O| Feb 23 13:29:47.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
71982025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.773 INFO O| Feb 23 13:29:47.773 INFO STEP 850 (remove_files) COMPLETE
71992025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.773 INFO O| Feb 23 13:29:47.773 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.797 INFO O| Feb 23 13:29:47.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
72012025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.798 INFO O| Feb 23 13:29:47.798 INFO STEP 851 (remove_files) COMPLETE
72022025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.798 INFO O| Feb 23 13:29:47.798 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.824 INFO O| Feb 23 13:29:47.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
72042025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.831 INFO O| Feb 23 13:29:47.831 INFO STEP 852 (remove_files) COMPLETE
72052025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.831 INFO O| Feb 23 13:29:47.831 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-02-23T13:29:52.946Z[ host-image] Feb 23 13:29:47.934 INFO O| Feb 23 13:29:47.934 INFO O| Download: Completed 8.42 MB in 6.42 seconds (1.3M/s)
72072025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.944 INFO O| Feb 23 13:29:47.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
72082025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.945 INFO O| Feb 23 13:29:47.945 INFO STEP 853 (remove_files) COMPLETE
72092025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.945 INFO O| Feb 23 13:29:47.945 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.969 INFO O| Feb 23 13:29:47.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
72112025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.969 INFO O| Feb 23 13:29:47.969 INFO STEP 854 (remove_files) COMPLETE
72122025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:47.970 INFO O| Feb 23 13:29:47.970 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.007 INFO O| Feb 23 13:29:48.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72142025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.007 INFO O| Feb 23 13:29:48.007 INFO STEP 855 (remove_files) COMPLETE
72152025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.007 INFO O| Feb 23 13:29:48.007 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.056 INFO O| Feb 23 13:29:48.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72172025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.056 INFO O| Feb 23 13:29:48.056 INFO STEP 856 (remove_files) COMPLETE
72182025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.056 INFO O| Feb 23 13:29:48.056 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.104 INFO O| Feb 23 13:29:48.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72202025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.104 INFO O| Feb 23 13:29:48.104 INFO STEP 857 (remove_files) COMPLETE
72212025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.104 INFO O| Feb 23 13:29:48.104 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.141 INFO O| Feb 23 13:29:48.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
72232025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.141 INFO O| Feb 23 13:29:48.141 INFO STEP 858 (remove_files) COMPLETE
72242025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.141 INFO O| Feb 23 13:29:48.141 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.175 INFO O| Feb 23 13:29:48.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72262025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.175 INFO O| Feb 23 13:29:48.175 INFO STEP 859 (remove_files) COMPLETE
72272025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.175 INFO O| Feb 23 13:29:48.175 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-02-23T13:29:52.946Z[ host-image] Feb 23 13:29:48.187 INFO O| Feb 23 13:29:48.187 INFO O| Actions: 1/1361 actions (Installing new actions)
72292025-02-23T13:29:52.946Z[ recovery-image] Feb 23 13:29:48.236 INFO O| Feb 23 13:29:48.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
72302025-02-23T13:29:52.947Z[ recovery-image] Feb 23 13:29:48.236 INFO O| Feb 23 13:29:48.236 INFO STEP 860 (remove_files) COMPLETE
72312025-02-23T13:29:52.947Z[ recovery-image] Feb 23 13:29:48.236 INFO O| Feb 23 13:29:48.236 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322025-02-23T13:29:52.947Z[ recovery-image] Feb 23 13:29:48.278 INFO O| Feb 23 13:29:48.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
72332025-02-23T13:29:52.947Z[ recovery-image] Feb 23 13:29:48.278 INFO O| Feb 23 13:29:48.278 INFO STEP 861 (remove_files) COMPLETE
72342025-02-23T13:29:52.947Z[ recovery-image] Feb 23 13:29:48.278 INFO O| Feb 23 13:29:48.278 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352025-02-23T13:29:52.947Z[ recovery-image] Feb 23 13:29:48.302 INFO O| Feb 23 13:29:48.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
72362025-02-23T13:29:52.947Z[ recovery-image] Feb 23 13:29:48.302 INFO O| Feb 23 13:29:48.302 INFO STEP 862 (remove_files) COMPLETE
72372025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.302 INFO O| Feb 23 13:29:48.302 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.329 INFO O| Feb 23 13:29:48.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
72392025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.329 INFO O| Feb 23 13:29:48.329 INFO STEP 863 (remove_files) COMPLETE
72402025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.329 INFO O| Feb 23 13:29:48.329 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.375 INFO O| Feb 23 13:29:48.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
72422025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.375 INFO O| Feb 23 13:29:48.375 INFO STEP 864 (remove_files) COMPLETE
72432025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.375 INFO O| Feb 23 13:29:48.375 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.402 INFO O| Feb 23 13:29:48.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72452025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.403 INFO O| Feb 23 13:29:48.402 INFO STEP 865 (remove_files) COMPLETE
72462025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.403 INFO O| Feb 23 13:29:48.403 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.446 INFO O| Feb 23 13:29:48.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72482025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.446 INFO O| Feb 23 13:29:48.446 INFO STEP 866 (remove_files) COMPLETE
72492025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.447 INFO O| Feb 23 13:29:48.446 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.534 INFO O| Feb 23 13:29:48.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72512025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.534 INFO O| Feb 23 13:29:48.534 INFO STEP 867 (remove_files) COMPLETE
72522025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.534 INFO O| Feb 23 13:29:48.534 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.557 INFO O| Feb 23 13:29:48.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72542025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.557 INFO O| Feb 23 13:29:48.557 INFO STEP 868 (remove_files) COMPLETE
72552025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.557 INFO O| Feb 23 13:29:48.557 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.579 INFO O| Feb 23 13:29:48.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72572025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.579 INFO O| Feb 23 13:29:48.579 INFO STEP 869 (remove_files) COMPLETE
72582025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.579 INFO O| Feb 23 13:29:48.579 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.605 INFO O| Feb 23 13:29:48.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72602025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.605 INFO O| Feb 23 13:29:48.605 INFO STEP 870 (remove_files) COMPLETE
72612025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.605 INFO O| Feb 23 13:29:48.605 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.630 INFO O| Feb 23 13:29:48.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72632025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.630 INFO O| Feb 23 13:29:48.630 INFO STEP 871 (remove_files) COMPLETE
72642025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.630 INFO O| Feb 23 13:29:48.630 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.656 INFO O| Feb 23 13:29:48.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72662025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.656 INFO O| Feb 23 13:29:48.656 INFO STEP 872 (remove_files) COMPLETE
72672025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.656 INFO O| Feb 23 13:29:48.656 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.774 INFO O| Feb 23 13:29:48.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72692025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.774 INFO O| Feb 23 13:29:48.774 INFO STEP 873 (remove_files) COMPLETE
72702025-02-23T13:29:53.135Z[ recovery-image] Feb 23 13:29:48.774 INFO O| Feb 23 13:29:48.774 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.799 INFO O| Feb 23 13:29:48.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72722025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.799 INFO O| Feb 23 13:29:48.799 INFO STEP 874 (remove_files) COMPLETE
72732025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.799 INFO O| Feb 23 13:29:48.799 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.826 INFO O| Feb 23 13:29:48.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72752025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.826 INFO O| Feb 23 13:29:48.826 INFO STEP 875 (remove_files) COMPLETE
72762025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.826 INFO O| Feb 23 13:29:48.826 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.852 INFO O| Feb 23 13:29:48.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72782025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.852 INFO O| Feb 23 13:29:48.852 INFO STEP 876 (remove_files) COMPLETE
72792025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.852 INFO O| Feb 23 13:29:48.852 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.873 INFO O| Feb 23 13:29:48.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72812025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.873 INFO O| Feb 23 13:29:48.873 INFO STEP 877 (remove_files) COMPLETE
72822025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.873 INFO O| Feb 23 13:29:48.873 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.897 INFO O| Feb 23 13:29:48.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72842025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.897 INFO O| Feb 23 13:29:48.897 INFO STEP 878 (remove_files) COMPLETE
72852025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.897 INFO O| Feb 23 13:29:48.897 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.942 INFO O| Feb 23 13:29:48.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
72872025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.942 INFO O| Feb 23 13:29:48.942 INFO STEP 879 (remove_files) COMPLETE
72882025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.942 INFO O| Feb 23 13:29:48.942 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.963 INFO O| Feb 23 13:29:48.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
72902025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.963 INFO O| Feb 23 13:29:48.963 INFO STEP 880 (remove_files) COMPLETE
72912025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:48.963 INFO O| Feb 23 13:29:48.963 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922025-02-23T13:29:53.136Z[ host-image] Feb 23 13:29:49.007 INFO O| Feb 23 13:29:49.007 INFO O| Actions: Completed 1361 actions in 0.82 seconds.
72932025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:49.019 INFO O| Feb 23 13:29:49.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
72942025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:49.020 INFO O| Feb 23 13:29:49.020 INFO STEP 881 (remove_files) COMPLETE
72952025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:49.020 INFO O| Feb 23 13:29:49.020 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:49.049 INFO O| Feb 23 13:29:49.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
72972025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:49.049 INFO O| Feb 23 13:29:49.049 INFO STEP 882 (remove_files) COMPLETE
72982025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:49.049 INFO O| Feb 23 13:29:49.049 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:49.072 INFO O| Feb 23 13:29:49.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
73002025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:49.072 INFO O| Feb 23 13:29:49.072 INFO STEP 883 (remove_files) COMPLETE
73012025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:49.072 INFO O| Feb 23 13:29:49.072 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:49.097 INFO O| Feb 23 13:29:49.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
73032025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:49.097 INFO O| Feb 23 13:29:49.097 INFO STEP 884 (remove_files) COMPLETE
73042025-02-23T13:29:53.136Z[ recovery-image] Feb 23 13:29:49.097 INFO O| Feb 23 13:29:49.097 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.131 INFO O| Feb 23 13:29:49.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
73062025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.132 INFO O| Feb 23 13:29:49.132 INFO STEP 885 (remove_files) COMPLETE
73072025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.132 INFO O| Feb 23 13:29:49.132 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.187 INFO O| Feb 23 13:29:49.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
73092025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.187 INFO O| Feb 23 13:29:49.187 INFO STEP 886 (remove_files) COMPLETE
73102025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.187 INFO O| Feb 23 13:29:49.187 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.252 INFO O| Feb 23 13:29:49.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
73122025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.252 INFO O| Feb 23 13:29:49.252 INFO STEP 887 (remove_files) COMPLETE
73132025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.252 INFO O| Feb 23 13:29:49.252 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.285 INFO O| Feb 23 13:29:49.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73152025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.285 INFO O| Feb 23 13:29:49.285 INFO STEP 888 (remove_files) COMPLETE
73162025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.285 INFO O| Feb 23 13:29:49.285 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.312 INFO O| Feb 23 13:29:49.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73182025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.312 INFO O| Feb 23 13:29:49.312 INFO STEP 889 (remove_files) COMPLETE
73192025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.312 INFO O| Feb 23 13:29:49.312 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.356 INFO O| Feb 23 13:29:49.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73212025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.356 INFO O| Feb 23 13:29:49.356 INFO STEP 890 (remove_files) COMPLETE
73222025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.356 INFO O| Feb 23 13:29:49.356 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.389 INFO O| Feb 23 13:29:49.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73242025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.389 INFO O| Feb 23 13:29:49.389 INFO STEP 891 (remove_files) COMPLETE
73252025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.389 INFO O| Feb 23 13:29:49.389 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.442 INFO O| Feb 23 13:29:49.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73272025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.442 INFO O| Feb 23 13:29:49.442 INFO STEP 892 (remove_files) COMPLETE
73282025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.442 INFO O| Feb 23 13:29:49.442 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.466 INFO O| Feb 23 13:29:49.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73302025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.466 INFO O| Feb 23 13:29:49.466 INFO STEP 893 (remove_files) COMPLETE
73312025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.466 INFO O| Feb 23 13:29:49.466 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.490 INFO O| Feb 23 13:29:49.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73332025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.491 INFO O| Feb 23 13:29:49.491 INFO STEP 894 (remove_files) COMPLETE
73342025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.491 INFO O| Feb 23 13:29:49.491 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.517 INFO O| Feb 23 13:29:49.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73362025-02-23T13:29:53.137Z[ recovery-image] Feb 23 13:29:49.518 INFO O| Feb 23 13:29:49.518 INFO STEP 895 (remove_files) COMPLETE
73372025-02-23T13:29:53.198Z[ recovery-image] Feb 23 13:29:49.518 INFO O| Feb 23 13:29:49.518 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382025-02-23T13:29:53.198Z[ recovery-image] Feb 23 13:29:49.543 INFO O| Feb 23 13:29:49.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
73392025-02-23T13:29:53.198Z[ recovery-image] Feb 23 13:29:49.544 INFO O| Feb 23 13:29:49.544 INFO STEP 896 (remove_files) COMPLETE
73402025-02-23T13:29:53.198Z[ recovery-image] Feb 23 13:29:49.544 INFO O| Feb 23 13:29:49.544 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412025-02-23T13:29:53.198Z[ recovery-image] Feb 23 13:29:49.568 INFO O| Feb 23 13:29:49.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
73422025-02-23T13:29:53.198Z[ recovery-image] Feb 23 13:29:49.568 INFO O| Feb 23 13:29:49.568 INFO STEP 897 (remove_files) COMPLETE
73432025-02-23T13:29:53.198Z[ recovery-image] Feb 23 13:29:49.569 INFO O| Feb 23 13:29:49.569 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442025-02-23T13:29:53.198Z[ recovery-image] Feb 23 13:29:49.594 INFO O| Feb 23 13:29:49.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
73452025-02-23T13:29:53.198Z[ recovery-image] Feb 23 13:29:49.595 INFO O| Feb 23 13:29:49.595 INFO STEP 898 (remove_files) COMPLETE
73462025-02-23T13:29:53.198Z[ recovery-image] Feb 23 13:29:49.595 INFO O| Feb 23 13:29:49.595 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.622 INFO O| Feb 23 13:29:49.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73482025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.622 INFO O| Feb 23 13:29:49.622 INFO STEP 899 (remove_files) COMPLETE
73492025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.622 INFO O| Feb 23 13:29:49.622 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.651 INFO O| Feb 23 13:29:49.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73512025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.651 INFO O| Feb 23 13:29:49.651 INFO STEP 900 (remove_files) COMPLETE
73522025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.651 INFO O| Feb 23 13:29:49.651 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.673 INFO O| Feb 23 13:29:49.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
73542025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.673 INFO O| Feb 23 13:29:49.673 INFO STEP 901 (remove_files) COMPLETE
73552025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.674 INFO O| Feb 23 13:29:49.673 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.702 INFO O| Feb 23 13:29:49.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
73572025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.702 INFO O| Feb 23 13:29:49.702 INFO STEP 902 (remove_files) COMPLETE
73582025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.702 INFO O| Feb 23 13:29:49.702 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.729 INFO O| Feb 23 13:29:49.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73602025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.729 INFO O| Feb 23 13:29:49.729 INFO STEP 903 (remove_files) COMPLETE
73612025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.730 INFO O| Feb 23 13:29:49.729 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.786 INFO O| Feb 23 13:29:49.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
73632025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.786 INFO O| Feb 23 13:29:49.786 INFO STEP 904 (remove_files) COMPLETE
73642025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.786 INFO O| Feb 23 13:29:49.786 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652025-02-23T13:29:53.199Z[ host-image] Feb 23 13:29:49.799 INFO O| Feb 23 13:29:49.799 INFO O| Done
73662025-02-23T13:29:53.199Z[ host-image] Feb 23 13:29:49.799 INFO O| Feb 23 13:29:49.799 INFO O| Done
73672025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.839 INFO O| Feb 23 13:29:49.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73682025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.863 INFO O| Feb 23 13:29:49.863 INFO STEP 905 (remove_files) COMPLETE
73692025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.863 INFO O| Feb 23 13:29:49.863 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.900 INFO O| Feb 23 13:29:49.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73712025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.900 INFO O| Feb 23 13:29:49.900 INFO STEP 906 (remove_files) COMPLETE
73722025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.900 INFO O| Feb 23 13:29:49.900 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.936 INFO O| Feb 23 13:29:49.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
73742025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.936 INFO O| Feb 23 13:29:49.936 INFO STEP 907 (remove_files) COMPLETE
73752025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.936 INFO O| Feb 23 13:29:49.936 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.996 INFO O| Feb 23 13:29:49.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
73772025-02-23T13:29:53.199Z[ recovery-image] Feb 23 13:29:49.996 INFO O| Feb 23 13:29:49.996 INFO STEP 908 (remove_files) COMPLETE
73782025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:49.996 INFO O| Feb 23 13:29:49.996 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.029 INFO O| Feb 23 13:29:50.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73802025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.029 INFO O| Feb 23 13:29:50.029 INFO STEP 909 (remove_files) COMPLETE
73812025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.029 INFO O| Feb 23 13:29:50.029 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.063 INFO O| Feb 23 13:29:50.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
73832025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.063 INFO O| Feb 23 13:29:50.063 INFO STEP 910 (remove_files) COMPLETE
73842025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.063 INFO O| Feb 23 13:29:50.063 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.102 INFO O| Feb 23 13:29:50.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
73862025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.102 INFO O| Feb 23 13:29:50.102 INFO STEP 911 (remove_files) COMPLETE
73872025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.102 INFO O| Feb 23 13:29:50.102 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.125 INFO O| Feb 23 13:29:50.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
73892025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.126 INFO O| Feb 23 13:29:50.125 INFO STEP 912 (remove_files) COMPLETE
73902025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.126 INFO O| Feb 23 13:29:50.126 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.149 INFO O| Feb 23 13:29:50.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
73922025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.149 INFO O| Feb 23 13:29:50.149 INFO STEP 913 (remove_files) COMPLETE
73932025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.149 INFO O| Feb 23 13:29:50.149 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.186 INFO O| Feb 23 13:29:50.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
73952025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.186 INFO O| Feb 23 13:29:50.186 INFO STEP 914 (remove_files) COMPLETE
73962025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.186 INFO O| Feb 23 13:29:50.186 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.228 INFO O| Feb 23 13:29:50.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
73982025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.228 INFO O| Feb 23 13:29:50.228 INFO STEP 915 (remove_files) COMPLETE
73992025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.228 INFO O| Feb 23 13:29:50.228 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.253 INFO O| Feb 23 13:29:50.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
74012025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.253 INFO O| Feb 23 13:29:50.253 INFO STEP 916 (remove_files) COMPLETE
74022025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.253 INFO O| Feb 23 13:29:50.253 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.275 INFO O| Feb 23 13:29:50.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
74042025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.275 INFO O| Feb 23 13:29:50.275 INFO STEP 917 (remove_files) COMPLETE
74052025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.275 INFO O| Feb 23 13:29:50.275 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.300 INFO O| Feb 23 13:29:50.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
74072025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.300 INFO O| Feb 23 13:29:50.300 INFO STEP 918 (remove_files) COMPLETE
74082025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.300 INFO O| Feb 23 13:29:50.300 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.345 INFO O| Feb 23 13:29:50.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
74102025-02-23T13:29:53.200Z[ recovery-image] Feb 23 13:29:50.345 INFO O| Feb 23 13:29:50.345 INFO STEP 919 (remove_files) COMPLETE
74112025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.345 INFO O| Feb 23 13:29:50.345 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.371 INFO O| Feb 23 13:29:50.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
74132025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.372 INFO O| Feb 23 13:29:50.372 INFO STEP 920 (remove_files) COMPLETE
74142025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.372 INFO O| Feb 23 13:29:50.372 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.396 INFO O| Feb 23 13:29:50.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
74162025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.397 INFO O| Feb 23 13:29:50.396 INFO STEP 921 (remove_files) COMPLETE
74172025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.397 INFO O| Feb 23 13:29:50.397 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.442 INFO O| Feb 23 13:29:50.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
74192025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.442 INFO O| Feb 23 13:29:50.442 INFO STEP 922 (remove_files) COMPLETE
74202025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.442 INFO O| Feb 23 13:29:50.442 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.465 INFO O| Feb 23 13:29:50.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
74222025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.465 INFO O| Feb 23 13:29:50.465 INFO STEP 923 (remove_files) COMPLETE
74232025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.465 INFO O| Feb 23 13:29:50.465 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.487 INFO O| Feb 23 13:29:50.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
74252025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.487 INFO O| Feb 23 13:29:50.487 INFO STEP 924 (remove_files) COMPLETE
74262025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.487 INFO O| Feb 23 13:29:50.487 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.533 INFO O| Feb 23 13:29:50.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
74282025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.533 INFO O| Feb 23 13:29:50.533 INFO STEP 925 (remove_files) COMPLETE
74292025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.533 INFO O| Feb 23 13:29:50.533 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.558 INFO O| Feb 23 13:29:50.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
74312025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.558 INFO O| Feb 23 13:29:50.558 INFO STEP 926 (remove_files) COMPLETE
74322025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.558 INFO O| Feb 23 13:29:50.558 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.580 INFO O| Feb 23 13:29:50.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
74342025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.580 INFO O| Feb 23 13:29:50.580 INFO STEP 927 (remove_files) COMPLETE
74352025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.580 INFO O| Feb 23 13:29:50.580 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-02-23T13:29:53.201Z[ recovery-image] Feb 23 13:29:50.604 INFO O| Feb 23 13:29:50.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
74372025-02-23T13:29:53.221Z[ recovery-image] Feb 23 13:29:50.604 INFO O| Feb 23 13:29:50.604 INFO STEP 928 (remove_files) COMPLETE
74382025-02-23T13:29:53.221Z[ recovery-image] Feb 23 13:29:50.605 INFO O| Feb 23 13:29:50.604 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-02-23T13:29:53.221Z[ recovery-image] Feb 23 13:29:50.631 INFO O| Feb 23 13:29:50.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
74402025-02-23T13:29:53.221Z[ recovery-image] Feb 23 13:29:50.631 INFO O| Feb 23 13:29:50.631 INFO STEP 929 (remove_files) COMPLETE
74412025-02-23T13:29:53.221Z[ recovery-image] Feb 23 13:29:50.631 INFO O| Feb 23 13:29:50.631 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-02-23T13:29:53.221Z[ recovery-image] Feb 23 13:29:50.665 INFO O| Feb 23 13:29:50.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
74432025-02-23T13:29:53.221Z[ recovery-image] Feb 23 13:29:50.666 INFO O| Feb 23 13:29:50.665 INFO STEP 930 (remove_files) COMPLETE
74442025-02-23T13:29:53.221Z[ recovery-image] Feb 23 13:29:50.666 INFO O| Feb 23 13:29:50.666 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-02-23T13:29:53.221Z[ recovery-image] Feb 23 13:29:50.704 INFO O| Feb 23 13:29:50.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74462025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.704 INFO O| Feb 23 13:29:50.704 INFO STEP 931 (remove_files) COMPLETE
74472025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.704 INFO O| Feb 23 13:29:50.704 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.730 INFO O| Feb 23 13:29:50.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74492025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.731 INFO O| Feb 23 13:29:50.731 INFO STEP 932 (remove_files) COMPLETE
74502025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.731 INFO O| Feb 23 13:29:50.731 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.754 INFO O| Feb 23 13:29:50.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74522025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.774 INFO O| Feb 23 13:29:50.774 INFO STEP 933 (remove_files) COMPLETE
74532025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.774 INFO O| Feb 23 13:29:50.774 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.799 INFO O| Feb 23 13:29:50.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74552025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.799 INFO O| Feb 23 13:29:50.799 INFO STEP 934 (remove_files) COMPLETE
74562025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.799 INFO O| Feb 23 13:29:50.799 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.824 INFO O| Feb 23 13:29:50.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
74582025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.824 INFO O| Feb 23 13:29:50.824 INFO STEP 935 (remove_files) COMPLETE
74592025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.824 INFO O| Feb 23 13:29:50.824 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.869 INFO O| Feb 23 13:29:50.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
74612025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.870 INFO O| Feb 23 13:29:50.869 INFO STEP 936 (remove_files) COMPLETE
74622025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.870 INFO O| Feb 23 13:29:50.869 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.953 INFO O| Feb 23 13:29:50.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
74642025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.953 INFO O| Feb 23 13:29:50.953 INFO STEP 937 (remove_files) COMPLETE
74652025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.953 INFO O| Feb 23 13:29:50.953 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.992 INFO O| Feb 23 13:29:50.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
74672025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.992 INFO O| Feb 23 13:29:50.992 INFO STEP 938 (remove_files) COMPLETE
74682025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:50.992 INFO O| Feb 23 13:29:50.992 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-02-23T13:29:53.222Z[ recovery-image] Feb 23 13:29:51.018 INFO O| Feb 23 13:29:51.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
74702025-02-23T13:29:53.223Z[ host-image] Feb 23 13:29:51.218 INFO O| Feb 23 13:29:51.218 INFO O| Done
74712025-02-23T13:29:53.223Z[ recovery-image] Feb 23 13:29:51.018 INFO O| Feb 23 13:29:51.018 INFO STEP 939 (remove_files) COMPLETE
74722025-02-23T13:29:53.223Z[ recovery-image] Feb 23 13:29:51.018 INFO O| Feb 23 13:29:51.018 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732025-02-23T13:29:53.223Z[ recovery-image] Feb 23 13:29:51.039 INFO O| Feb 23 13:29:51.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
74742025-02-23T13:29:53.223Z[ recovery-image] Feb 23 13:29:51.044 INFO O| Feb 23 13:29:51.044 INFO STEP 940 (remove_files) COMPLETE
74752025-02-23T13:29:53.223Z[ recovery-image] Feb 23 13:29:51.044 INFO O| Feb 23 13:29:51.044 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762025-02-23T13:29:53.223Z[ recovery-image] Feb 23 13:29:51.065 INFO O| Feb 23 13:29:51.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74772025-02-23T13:29:53.223Z[ recovery-image] Feb 23 13:29:51.065 INFO O| Feb 23 13:29:51.065 INFO STEP 941 (remove_files) COMPLETE
74782025-02-23T13:29:53.223Z[ recovery-image] Feb 23 13:29:51.065 INFO O| Feb 23 13:29:51.065 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792025-02-23T13:29:53.223Z[ recovery-image] Feb 23 13:29:51.087 INFO O| Feb 23 13:29:51.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74802025-02-23T13:29:53.223Z[ recovery-image] Feb 23 13:29:51.087 INFO O| Feb 23 13:29:51.087 INFO STEP 942 (remove_files) COMPLETE
74812025-02-23T13:29:53.223Z[ recovery-image] Feb 23 13:29:51.087 INFO O| Feb 23 13:29:51.087 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822025-02-23T13:29:53.223Z[ recovery-image] Feb 23 13:29:51.146 INFO O| Feb 23 13:29:51.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
74832025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.146 INFO O| Feb 23 13:29:51.146 INFO STEP 943 (remove_files) COMPLETE
74842025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.146 INFO O| Feb 23 13:29:51.146 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.168 INFO O| Feb 23 13:29:51.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
74862025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.168 INFO O| Feb 23 13:29:51.168 INFO STEP 944 (remove_files) COMPLETE
74872025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.168 INFO O| Feb 23 13:29:51.168 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.226 INFO O| Feb 23 13:29:51.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
74892025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.226 INFO O| Feb 23 13:29:51.226 INFO STEP 945 (remove_files) COMPLETE
74902025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.226 INFO O| Feb 23 13:29:51.226 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.251 INFO O| Feb 23 13:29:51.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
74922025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.251 INFO O| Feb 23 13:29:51.251 INFO STEP 946 (remove_files) COMPLETE
74932025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.251 INFO O| Feb 23 13:29:51.251 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.275 INFO O| Feb 23 13:29:51.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
74952025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.275 INFO O| Feb 23 13:29:51.275 INFO STEP 947 (remove_files) COMPLETE
74962025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.275 INFO O| Feb 23 13:29:51.275 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.303 INFO O| Feb 23 13:29:51.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
74982025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.303 INFO O| Feb 23 13:29:51.303 INFO STEP 948 (remove_files) COMPLETE
74992025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.303 INFO O| Feb 23 13:29:51.303 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.336 INFO O| Feb 23 13:29:51.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
75012025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.336 INFO O| Feb 23 13:29:51.335 INFO STEP 949 (remove_files) COMPLETE
75022025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.336 INFO O| Feb 23 13:29:51.335 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.362 INFO O| Feb 23 13:29:51.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
75042025-02-23T13:29:53.226Z[ recovery-image] Feb 23 13:29:51.362 INFO O| Feb 23 13:29:51.362 INFO STEP 950 (remove_files) COMPLETE
75052025-02-23T13:29:53.227Z[ recovery-image] Feb 23 13:29:51.363 INFO O| Feb 23 13:29:51.362 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062025-02-23T13:29:53.227Z[ recovery-image] Feb 23 13:29:51.553 INFO O| Feb 23 13:29:51.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
75072025-02-23T13:29:53.227Z[ recovery-image] Feb 23 13:29:51.553 INFO O| Feb 23 13:29:51.553 INFO STEP 951 (remove_files) COMPLETE
75082025-02-23T13:29:53.227Z[ recovery-image] Feb 23 13:29:51.553 INFO O| Feb 23 13:29:51.553 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092025-02-23T13:29:53.227Z[ recovery-image] Feb 23 13:29:51.572 INFO O| Feb 23 13:29:51.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
75102025-02-23T13:29:53.227Z[ recovery-image] Feb 23 13:29:51.573 INFO O| Feb 23 13:29:51.573 INFO STEP 952 (remove_files) COMPLETE
75112025-02-23T13:29:53.227Z[ recovery-image] Feb 23 13:29:51.573 INFO O| Feb 23 13:29:51.573 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122025-02-23T13:29:53.243Z[ recovery-image] Feb 23 13:29:51.610 INFO O| Feb 23 13:29:51.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
75132025-02-23T13:29:53.243Z[ recovery-image] Feb 23 13:29:51.610 INFO O| Feb 23 13:29:51.610 INFO STEP 953 (remove_files) COMPLETE
75142025-02-23T13:29:53.243Z[ recovery-image] Feb 23 13:29:51.610 INFO O| Feb 23 13:29:51.610 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152025-02-23T13:29:53.247Z[ recovery-image] Feb 23 13:29:51.636 INFO O| Feb 23 13:29:51.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
75162025-02-23T13:29:53.247Z[ recovery-image] Feb 23 13:29:51.636 INFO O| Feb 23 13:29:51.636 INFO STEP 954 (remove_files) COMPLETE
75172025-02-23T13:29:53.264Z[ recovery-image] Feb 23 13:29:51.636 INFO O| Feb 23 13:29:51.636 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182025-02-23T13:29:53.306Z[ recovery-image] Feb 23 13:29:51.695 INFO O| Feb 23 13:29:51.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
75192025-02-23T13:29:53.306Z[ recovery-image] Feb 23 13:29:51.695 INFO O| Feb 23 13:29:51.695 INFO STEP 955 (remove_files) COMPLETE
75202025-02-23T13:29:53.320Z[ recovery-image] Feb 23 13:29:51.695 INFO O| Feb 23 13:29:51.695 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212025-02-23T13:29:53.331Z[ recovery-image] Feb 23 13:29:51.720 INFO O| Feb 23 13:29:51.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
75222025-02-23T13:29:53.331Z[ recovery-image] Feb 23 13:29:51.720 INFO O| Feb 23 13:29:51.720 INFO STEP 956 (remove_files) COMPLETE
75232025-02-23T13:29:53.334Z[ recovery-image] Feb 23 13:29:51.720 INFO O| Feb 23 13:29:51.720 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242025-02-23T13:29:53.360Z[ recovery-image] Feb 23 13:29:51.748 INFO O| Feb 23 13:29:51.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
75252025-02-23T13:29:53.360Z[ recovery-image] Feb 23 13:29:51.748 INFO O| Feb 23 13:29:51.748 INFO STEP 957 (remove_files) COMPLETE
75262025-02-23T13:29:53.360Z[ recovery-image] Feb 23 13:29:51.748 INFO O| Feb 23 13:29:51.748 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272025-02-23T13:29:53.380Z[ recovery-image] Feb 23 13:29:51.769 INFO O| Feb 23 13:29:51.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
75282025-02-23T13:29:53.380Z[ recovery-image] Feb 23 13:29:51.770 INFO O| Feb 23 13:29:51.770 INFO STEP 958 (remove_files) COMPLETE
75292025-02-23T13:29:53.383Z[ recovery-image] Feb 23 13:29:51.770 INFO O| Feb 23 13:29:51.770 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302025-02-23T13:29:53.410Z[ recovery-image] Feb 23 13:29:51.799 INFO O| Feb 23 13:29:51.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
75312025-02-23T13:29:53.413Z[ recovery-image] Feb 23 13:29:51.800 INFO O| Feb 23 13:29:51.799 INFO STEP 959 (remove_files) COMPLETE
75322025-02-23T13:29:53.413Z[ recovery-image] Feb 23 13:29:51.800 INFO O| Feb 23 13:29:51.800 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332025-02-23T13:29:53.456Z[ recovery-image] Feb 23 13:29:51.845 INFO O| Feb 23 13:29:51.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
75342025-02-23T13:29:53.456Z[ recovery-image] Feb 23 13:29:51.845 INFO O| Feb 23 13:29:51.845 INFO STEP 960 (remove_files) COMPLETE
75352025-02-23T13:29:53.456Z[ recovery-image] Feb 23 13:29:51.845 INFO O| Feb 23 13:29:51.845 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362025-02-23T13:29:53.479Z[ recovery-image] Feb 23 13:29:51.868 INFO O| Feb 23 13:29:51.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
75372025-02-23T13:29:53.479Z[ recovery-image] Feb 23 13:29:51.868 INFO O| Feb 23 13:29:51.868 INFO STEP 961 (remove_files) COMPLETE
75382025-02-23T13:29:53.479Z[ recovery-image] Feb 23 13:29:51.868 INFO O| Feb 23 13:29:51.868 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392025-02-23T13:29:53.520Z[ recovery-image] Feb 23 13:29:51.909 INFO O| Feb 23 13:29:51.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
75402025-02-23T13:29:53.520Z[ recovery-image] Feb 23 13:29:51.909 INFO O| Feb 23 13:29:51.909 INFO STEP 962 (remove_files) COMPLETE
75412025-02-23T13:29:53.520Z[ recovery-image] Feb 23 13:29:51.909 INFO O| Feb 23 13:29:51.909 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422025-02-23T13:29:53.563Z[ recovery-image] Feb 23 13:29:51.952 INFO O| Feb 23 13:29:51.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
75432025-02-23T13:29:53.563Z[ recovery-image] Feb 23 13:29:51.952 INFO O| Feb 23 13:29:51.952 INFO STEP 963 (remove_files) COMPLETE
75442025-02-23T13:29:53.565Z[ recovery-image] Feb 23 13:29:51.952 INFO O| Feb 23 13:29:51.952 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452025-02-23T13:29:53.602Z[ recovery-image] Feb 23 13:29:51.991 INFO O| Feb 23 13:29:51.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
75462025-02-23T13:29:53.604Z[ recovery-image] Feb 23 13:29:51.991 INFO O| Feb 23 13:29:51.991 INFO STEP 964 (remove_files) COMPLETE
75472025-02-23T13:29:53.604Z[ recovery-image] Feb 23 13:29:51.991 INFO O| Feb 23 13:29:51.991 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482025-02-23T13:29:53.628Z[ recovery-image] Feb 23 13:29:52.017 INFO O| Feb 23 13:29:52.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
75492025-02-23T13:29:53.653Z[ recovery-image] Feb 23 13:29:52.042 INFO O| Feb 23 13:29:52.042 INFO STEP 965 (remove_files) COMPLETE
75502025-02-23T13:29:53.653Z[ recovery-image] Feb 23 13:29:52.042 INFO O| Feb 23 13:29:52.042 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512025-02-23T13:29:53.689Z[ recovery-image] Feb 23 13:29:52.077 INFO O| Feb 23 13:29:52.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
75522025-02-23T13:29:53.689Z[ recovery-image] Feb 23 13:29:52.077 INFO O| Feb 23 13:29:52.077 INFO STEP 966 (remove_files) COMPLETE
75532025-02-23T13:29:53.689Z[ recovery-image] Feb 23 13:29:52.077 INFO O| Feb 23 13:29:52.077 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542025-02-23T13:29:53.758Z[ recovery-image] Feb 23 13:29:52.147 INFO O| Feb 23 13:29:52.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
75552025-02-23T13:29:53.758Z[ recovery-image] Feb 23 13:29:52.147 INFO O| Feb 23 13:29:52.147 INFO STEP 967 (remove_files) COMPLETE
75562025-02-23T13:29:53.758Z[ recovery-image] Feb 23 13:29:52.147 INFO O| Feb 23 13:29:52.147 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572025-02-23T13:29:53.778Z[ recovery-image] Feb 23 13:29:52.167 INFO O| Feb 23 13:29:52.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
75582025-02-23T13:29:53.778Z[ recovery-image] Feb 23 13:29:52.167 INFO O| Feb 23 13:29:52.167 INFO STEP 968 (remove_files) COMPLETE
75592025-02-23T13:29:53.781Z[ recovery-image] Feb 23 13:29:52.167 INFO O| Feb 23 13:29:52.167 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602025-02-23T13:29:53.830Z[ recovery-image] Feb 23 13:29:52.219 INFO O| Feb 23 13:29:52.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
75612025-02-23T13:29:53.830Z[ recovery-image] Feb 23 13:29:52.219 INFO O| Feb 23 13:29:52.219 INFO STEP 969 (remove_files) COMPLETE
75622025-02-23T13:29:53.830Z[ recovery-image] Feb 23 13:29:52.219 INFO O| Feb 23 13:29:52.219 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632025-02-23T13:29:53.857Z[ recovery-image] Feb 23 13:29:52.245 INFO O| Feb 23 13:29:52.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
75642025-02-23T13:29:53.857Z[ recovery-image] Feb 23 13:29:52.245 INFO O| Feb 23 13:29:52.245 INFO STEP 970 (remove_files) COMPLETE
75652025-02-23T13:29:53.857Z[ recovery-image] Feb 23 13:29:52.245 INFO O| Feb 23 13:29:52.245 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662025-02-23T13:29:53.879Z[ recovery-image] Feb 23 13:29:52.267 INFO O| Feb 23 13:29:52.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
75672025-02-23T13:29:53.879Z[ recovery-image] Feb 23 13:29:52.267 INFO O| Feb 23 13:29:52.267 INFO STEP 971 (remove_files) COMPLETE
75682025-02-23T13:29:53.879Z[ recovery-image] Feb 23 13:29:52.267 INFO O| Feb 23 13:29:52.267 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692025-02-23T13:29:53.902Z[ recovery-image] Feb 23 13:29:52.290 INFO O| Feb 23 13:29:52.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
75702025-02-23T13:29:53.902Z[ recovery-image] Feb 23 13:29:52.290 INFO O| Feb 23 13:29:52.290 INFO STEP 972 (remove_files) COMPLETE
75712025-02-23T13:29:53.902Z[ recovery-image] Feb 23 13:29:52.290 INFO O| Feb 23 13:29:52.290 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722025-02-23T13:29:53.937Z[ recovery-image] Feb 23 13:29:52.326 INFO O| Feb 23 13:29:52.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
75732025-02-23T13:29:53.937Z[ recovery-image] Feb 23 13:29:52.326 INFO O| Feb 23 13:29:52.326 INFO STEP 973 (remove_files) COMPLETE
75742025-02-23T13:29:53.937Z[ recovery-image] Feb 23 13:29:52.326 INFO O| Feb 23 13:29:52.326 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752025-02-23T13:29:53.967Z[ recovery-image] Feb 23 13:29:52.356 INFO O| Feb 23 13:29:52.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
75762025-02-23T13:29:53.970Z[ recovery-image] Feb 23 13:29:52.356 INFO O| Feb 23 13:29:52.356 INFO STEP 974 (remove_files) COMPLETE
75772025-02-23T13:29:53.970Z[ recovery-image] Feb 23 13:29:52.357 INFO O| Feb 23 13:29:52.356 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782025-02-23T13:29:53.991Z[ recovery-image] Feb 23 13:29:52.380 INFO O| Feb 23 13:29:52.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
75792025-02-23T13:29:53.994Z[ recovery-image] Feb 23 13:29:52.381 INFO O| Feb 23 13:29:52.381 INFO STEP 975 (remove_files) COMPLETE
75802025-02-23T13:29:53.994Z[ recovery-image] Feb 23 13:29:52.381 INFO O| Feb 23 13:29:52.381 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812025-02-23T13:29:54.025Z[ recovery-image] Feb 23 13:29:52.414 INFO O| Feb 23 13:29:52.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
75822025-02-23T13:29:54.025Z[ recovery-image] Feb 23 13:29:52.414 INFO O| Feb 23 13:29:52.414 INFO STEP 976 (remove_files) COMPLETE
75832025-02-23T13:29:54.027Z[ recovery-image] Feb 23 13:29:52.414 INFO O| Feb 23 13:29:52.414 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842025-02-23T13:29:54.087Z[ recovery-image] Feb 23 13:29:52.476 INFO O| Feb 23 13:29:52.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
75852025-02-23T13:29:54.087Z[ recovery-image] Feb 23 13:29:52.476 INFO O| Feb 23 13:29:52.476 INFO STEP 977 (remove_files) COMPLETE
75862025-02-23T13:29:54.087Z[ recovery-image] Feb 23 13:29:52.476 INFO O| Feb 23 13:29:52.476 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872025-02-23T13:29:54.124Z[ recovery-image] Feb 23 13:29:52.513 INFO O| Feb 23 13:29:52.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
75882025-02-23T13:29:54.124Z[ recovery-image] Feb 23 13:29:52.513 INFO O| Feb 23 13:29:52.513 INFO STEP 978 (remove_files) COMPLETE
75892025-02-23T13:29:54.147Z[ recovery-image] Feb 23 13:29:52.513 INFO O| Feb 23 13:29:52.513 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902025-02-23T13:29:54.184Z[ recovery-image] Feb 23 13:29:52.569 INFO O| Feb 23 13:29:52.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
75912025-02-23T13:29:54.186Z[ recovery-image] Feb 23 13:29:52.569 INFO O| Feb 23 13:29:52.569 INFO STEP 979 (remove_files) COMPLETE
75922025-02-23T13:29:54.186Z[ recovery-image] Feb 23 13:29:52.569 INFO O| Feb 23 13:29:52.569 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932025-02-23T13:29:54.208Z[ recovery-image] Feb 23 13:29:52.597 INFO O| Feb 23 13:29:52.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
75942025-02-23T13:29:54.208Z[ recovery-image] Feb 23 13:29:52.597 INFO O| Feb 23 13:29:52.597 INFO STEP 980 (remove_files) COMPLETE
75952025-02-23T13:29:54.208Z[ recovery-image] Feb 23 13:29:52.598 INFO O| Feb 23 13:29:52.597 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962025-02-23T13:29:54.238Z[ recovery-image] Feb 23 13:29:52.627 INFO O| Feb 23 13:29:52.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
75972025-02-23T13:29:54.238Z[ recovery-image] Feb 23 13:29:52.627 INFO O| Feb 23 13:29:52.627 INFO STEP 981 (remove_files) COMPLETE
75982025-02-23T13:29:54.238Z[ recovery-image] Feb 23 13:29:52.627 INFO O| Feb 23 13:29:52.627 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992025-02-23T13:29:54.290Z[ recovery-image] Feb 23 13:29:52.679 INFO O| Feb 23 13:29:52.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
76002025-02-23T13:29:54.293Z[ recovery-image] Feb 23 13:29:52.679 INFO O| Feb 23 13:29:52.679 INFO STEP 982 (remove_files) COMPLETE
76012025-02-23T13:29:54.293Z[ recovery-image] Feb 23 13:29:52.679 INFO O| Feb 23 13:29:52.679 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022025-02-23T13:29:54.331Z[ recovery-image] Feb 23 13:29:52.719 INFO O| Feb 23 13:29:52.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
76032025-02-23T13:29:54.331Z[ recovery-image] Feb 23 13:29:52.719 INFO O| Feb 23 13:29:52.719 INFO STEP 983 (remove_files) COMPLETE
76042025-02-23T13:29:54.331Z[ recovery-image] Feb 23 13:29:52.719 INFO O| Feb 23 13:29:52.719 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052025-02-23T13:29:54.362Z[ recovery-image] Feb 23 13:29:52.751 INFO O| Feb 23 13:29:52.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
76062025-02-23T13:29:54.362Z[ recovery-image] Feb 23 13:29:52.751 INFO O| Feb 23 13:29:52.751 INFO STEP 984 (remove_files) COMPLETE
76072025-02-23T13:29:54.375Z[ recovery-image] Feb 23 13:29:52.751 INFO O| Feb 23 13:29:52.751 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082025-02-23T13:29:54.387Z[ recovery-image] Feb 23 13:29:52.776 INFO O| Feb 23 13:29:52.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
76092025-02-23T13:29:54.387Z[ recovery-image] Feb 23 13:29:52.776 INFO O| Feb 23 13:29:52.776 INFO STEP 985 (remove_files) COMPLETE
76102025-02-23T13:29:54.393Z[ recovery-image] Feb 23 13:29:52.777 INFO O| Feb 23 13:29:52.776 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112025-02-23T13:29:54.440Z[ recovery-image] Feb 23 13:29:52.829 INFO O| Feb 23 13:29:52.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
76122025-02-23T13:29:54.440Z[ recovery-image] Feb 23 13:29:52.829 INFO O| Feb 23 13:29:52.829 INFO STEP 986 (remove_files) COMPLETE
76132025-02-23T13:29:54.440Z[ recovery-image] Feb 23 13:29:52.829 INFO O| Feb 23 13:29:52.829 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142025-02-23T13:29:54.464Z[ recovery-image] Feb 23 13:29:52.853 INFO O| Feb 23 13:29:52.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
76152025-02-23T13:29:54.464Z[ recovery-image] Feb 23 13:29:52.854 INFO O| Feb 23 13:29:52.853 INFO STEP 987 (remove_files) COMPLETE
76162025-02-23T13:29:54.465Z[ recovery-image] Feb 23 13:29:52.854 INFO O| Feb 23 13:29:52.853 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172025-02-23T13:29:54.486Z[ recovery-image] Feb 23 13:29:52.875 INFO O| Feb 23 13:29:52.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
76182025-02-23T13:29:54.486Z[ recovery-image] Feb 23 13:29:52.875 INFO O| Feb 23 13:29:52.875 INFO STEP 988 (remove_files) COMPLETE
76192025-02-23T13:29:54.486Z[ recovery-image] Feb 23 13:29:52.875 INFO O| Feb 23 13:29:52.875 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202025-02-23T13:29:54.531Z[ recovery-image] Feb 23 13:29:52.920 INFO O| Feb 23 13:29:52.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
76212025-02-23T13:29:54.533Z[ recovery-image] Feb 23 13:29:52.920 INFO O| Feb 23 13:29:52.920 INFO STEP 989 (remove_files) COMPLETE
76222025-02-23T13:29:54.534Z[ recovery-image] Feb 23 13:29:52.920 INFO O| Feb 23 13:29:52.920 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232025-02-23T13:29:54.598Z[ recovery-image] Feb 23 13:29:52.987 INFO O| Feb 23 13:29:52.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
76242025-02-23T13:29:54.600Z[ recovery-image] Feb 23 13:29:52.987 INFO O| Feb 23 13:29:52.987 INFO STEP 990 (remove_files) COMPLETE
76252025-02-23T13:29:54.600Z[ recovery-image] Feb 23 13:29:52.987 INFO O| Feb 23 13:29:52.987 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262025-02-23T13:29:54.640Z[ recovery-image] Feb 23 13:29:53.029 INFO O| Feb 23 13:29:53.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
76272025-02-23T13:29:54.640Z[ recovery-image] Feb 23 13:29:53.029 INFO O| Feb 23 13:29:53.029 INFO STEP 991 (remove_files) COMPLETE
76282025-02-23T13:29:54.642Z[ recovery-image] Feb 23 13:29:53.029 INFO O| Feb 23 13:29:53.029 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292025-02-23T13:29:54.667Z[ recovery-image] Feb 23 13:29:53.056 INFO O| Feb 23 13:29:53.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
76302025-02-23T13:29:54.667Z[ recovery-image] Feb 23 13:29:53.056 INFO O| Feb 23 13:29:53.056 INFO STEP 992 (remove_files) COMPLETE
76312025-02-23T13:29:54.669Z[ recovery-image] Feb 23 13:29:53.056 INFO O| Feb 23 13:29:53.056 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322025-02-23T13:29:54.706Z[ recovery-image] Feb 23 13:29:53.095 INFO O| Feb 23 13:29:53.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
76332025-02-23T13:29:54.706Z[ recovery-image] Feb 23 13:29:53.095 INFO O| Feb 23 13:29:53.095 INFO STEP 993 (remove_files) COMPLETE
76342025-02-23T13:29:54.709Z[ recovery-image] Feb 23 13:29:53.096 INFO O| Feb 23 13:29:53.095 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352025-02-23T13:29:54.739Z[ recovery-image] Feb 23 13:29:53.128 INFO O| Feb 23 13:29:53.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
76362025-02-23T13:29:54.739Z[ recovery-image] Feb 23 13:29:53.128 INFO O| Feb 23 13:29:53.128 INFO STEP 994 (remove_files) COMPLETE
76372025-02-23T13:29:54.739Z[ recovery-image] Feb 23 13:29:53.128 INFO O| Feb 23 13:29:53.128 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382025-02-23T13:29:54.763Z[ recovery-image] Feb 23 13:29:53.152 INFO O| Feb 23 13:29:53.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
76392025-02-23T13:29:54.763Z[ recovery-image] Feb 23 13:29:53.152 INFO O| Feb 23 13:29:53.152 INFO STEP 995 (remove_files) COMPLETE
76402025-02-23T13:29:54.763Z[ recovery-image] Feb 23 13:29:53.152 INFO O| Feb 23 13:29:53.152 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412025-02-23T13:29:54.813Z[ recovery-image] Feb 23 13:29:53.202 INFO O| Feb 23 13:29:53.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
76422025-02-23T13:29:54.813Z[ recovery-image] Feb 23 13:29:53.202 INFO O| Feb 23 13:29:53.202 INFO STEP 996 (remove_files) COMPLETE
76432025-02-23T13:29:54.813Z[ recovery-image] Feb 23 13:29:53.202 INFO O| Feb 23 13:29:53.202 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442025-02-23T13:29:54.848Z[ recovery-image] Feb 23 13:29:53.237 INFO O| Feb 23 13:29:53.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
76452025-02-23T13:29:54.848Z[ recovery-image] Feb 23 13:29:53.237 INFO O| Feb 23 13:29:53.237 INFO STEP 997 (remove_files) COMPLETE
76462025-02-23T13:29:54.848Z[ recovery-image] Feb 23 13:29:53.237 INFO O| Feb 23 13:29:53.237 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472025-02-23T13:29:54.872Z[ recovery-image] Feb 23 13:29:53.260 INFO O| Feb 23 13:29:53.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
76482025-02-23T13:29:54.872Z[ recovery-image] Feb 23 13:29:53.260 INFO O| Feb 23 13:29:53.260 INFO STEP 998 (remove_files) COMPLETE
76492025-02-23T13:29:54.872Z[ recovery-image] Feb 23 13:29:53.260 INFO O| Feb 23 13:29:53.260 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502025-02-23T13:29:54.893Z[ recovery-image] Feb 23 13:29:53.282 INFO O| Feb 23 13:29:53.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
76512025-02-23T13:29:54.896Z[ recovery-image] Feb 23 13:29:53.282 INFO O| Feb 23 13:29:53.282 INFO STEP 999 (remove_files) COMPLETE
76522025-02-23T13:29:54.896Z[ recovery-image] Feb 23 13:29:53.282 INFO O| Feb 23 13:29:53.282 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532025-02-23T13:29:54.922Z[ recovery-image] Feb 23 13:29:53.310 INFO O| Feb 23 13:29:53.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
76542025-02-23T13:29:54.925Z[ recovery-image] Feb 23 13:29:53.310 INFO O| Feb 23 13:29:53.310 INFO STEP 1000 (remove_files) COMPLETE
76552025-02-23T13:29:54.925Z[ recovery-image] Feb 23 13:29:53.310 INFO O| Feb 23 13:29:53.310 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562025-02-23T13:29:54.950Z[ recovery-image] Feb 23 13:29:53.337 INFO O| Feb 23 13:29:53.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
76572025-02-23T13:29:54.950Z[ recovery-image] Feb 23 13:29:53.337 INFO O| Feb 23 13:29:53.337 INFO STEP 1001 (remove_files) COMPLETE
76582025-02-23T13:29:54.952Z[ recovery-image] Feb 23 13:29:53.337 INFO O| Feb 23 13:29:53.337 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592025-02-23T13:29:54.972Z[ recovery-image] Feb 23 13:29:53.361 INFO O| Feb 23 13:29:53.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
76602025-02-23T13:29:54.974Z[ recovery-image] Feb 23 13:29:53.361 INFO O| Feb 23 13:29:53.361 INFO STEP 1002 (remove_files) COMPLETE
76612025-02-23T13:29:54.974Z[ recovery-image] Feb 23 13:29:53.361 INFO O| Feb 23 13:29:53.361 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622025-02-23T13:29:54.999Z[ recovery-image] Feb 23 13:29:53.388 INFO O| Feb 23 13:29:53.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
76632025-02-23T13:29:54.999Z[ recovery-image] Feb 23 13:29:53.388 INFO O| Feb 23 13:29:53.388 INFO STEP 1003 (remove_files) COMPLETE
76642025-02-23T13:29:55.002Z[ recovery-image] Feb 23 13:29:53.388 INFO O| Feb 23 13:29:53.388 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652025-02-23T13:29:55.024Z[ recovery-image] Feb 23 13:29:53.413 INFO O| Feb 23 13:29:53.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
76662025-02-23T13:29:55.024Z[ recovery-image] Feb 23 13:29:53.413 INFO O| Feb 23 13:29:53.413 INFO STEP 1004 (remove_files) COMPLETE
76672025-02-23T13:29:55.027Z[ recovery-image] Feb 23 13:29:53.413 INFO O| Feb 23 13:29:53.413 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682025-02-23T13:29:55.056Z[ recovery-image] Feb 23 13:29:53.444 INFO O| Feb 23 13:29:53.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
76692025-02-23T13:29:55.056Z[ recovery-image] Feb 23 13:29:53.445 INFO O| Feb 23 13:29:53.445 INFO STEP 1005 (remove_files) COMPLETE
76702025-02-23T13:29:55.058Z[ recovery-image] Feb 23 13:29:53.445 INFO O| Feb 23 13:29:53.445 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712025-02-23T13:29:55.101Z[ recovery-image] Feb 23 13:29:53.490 INFO O| Feb 23 13:29:53.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
76722025-02-23T13:29:55.103Z[ recovery-image] Feb 23 13:29:53.490 INFO O| Feb 23 13:29:53.490 INFO STEP 1006 (remove_files) COMPLETE
76732025-02-23T13:29:55.103Z[ recovery-image] Feb 23 13:29:53.490 INFO O| Feb 23 13:29:53.490 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742025-02-23T13:29:55.136Z[ recovery-image] Feb 23 13:29:53.524 INFO O| Feb 23 13:29:53.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
76752025-02-23T13:29:55.138Z[ recovery-image] Feb 23 13:29:53.525 INFO O| Feb 23 13:29:53.525 INFO STEP 1007 (remove_files) COMPLETE
76762025-02-23T13:29:55.138Z[ recovery-image] Feb 23 13:29:53.525 INFO O| Feb 23 13:29:53.525 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772025-02-23T13:29:55.162Z[ recovery-image] Feb 23 13:29:53.551 INFO O| Feb 23 13:29:53.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
76782025-02-23T13:29:55.165Z[ recovery-image] Feb 23 13:29:53.552 INFO O| Feb 23 13:29:53.552 INFO STEP 1008 (remove_files) COMPLETE
76792025-02-23T13:29:55.165Z[ recovery-image] Feb 23 13:29:53.552 INFO O| Feb 23 13:29:53.552 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802025-02-23T13:29:55.234Z[ recovery-image] Feb 23 13:29:53.612 INFO O| Feb 23 13:29:53.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
76812025-02-23T13:29:55.248Z[ recovery-image] Feb 23 13:29:53.612 INFO O| Feb 23 13:29:53.612 INFO STEP 1009 (remove_files) COMPLETE
76822025-02-23T13:29:55.248Z[ recovery-image] Feb 23 13:29:53.613 INFO O| Feb 23 13:29:53.612 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832025-02-23T13:29:55.254Z[ recovery-image] Feb 23 13:29:53.643 INFO O| Feb 23 13:29:53.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
76842025-02-23T13:29:55.254Z[ recovery-image] Feb 23 13:29:53.643 INFO O| Feb 23 13:29:53.643 INFO STEP 1010 (remove_files) COMPLETE
76852025-02-23T13:29:55.260Z[ recovery-image] Feb 23 13:29:53.643 INFO O| Feb 23 13:29:53.643 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862025-02-23T13:29:55.278Z[ recovery-image] Feb 23 13:29:53.666 INFO O| Feb 23 13:29:53.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
76872025-02-23T13:29:55.278Z[ recovery-image] Feb 23 13:29:53.666 INFO O| Feb 23 13:29:53.666 INFO STEP 1011 (remove_files) COMPLETE
76882025-02-23T13:29:55.278Z[ recovery-image] Feb 23 13:29:53.666 INFO O| Feb 23 13:29:53.666 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892025-02-23T13:29:55.302Z[ recovery-image] Feb 23 13:29:53.691 INFO O| Feb 23 13:29:53.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
76902025-02-23T13:29:55.302Z[ recovery-image] Feb 23 13:29:53.691 INFO O| Feb 23 13:29:53.691 INFO STEP 1012 (remove_files) COMPLETE
76912025-02-23T13:29:55.302Z[ recovery-image] Feb 23 13:29:53.691 INFO O| Feb 23 13:29:53.691 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922025-02-23T13:29:55.330Z[ recovery-image] Feb 23 13:29:53.718 INFO O| Feb 23 13:29:53.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
76932025-02-23T13:29:55.330Z[ recovery-image] Feb 23 13:29:53.718 INFO O| Feb 23 13:29:53.718 INFO STEP 1013 (remove_files) COMPLETE
76942025-02-23T13:29:55.330Z[ recovery-image] Feb 23 13:29:53.718 INFO O| Feb 23 13:29:53.718 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952025-02-23T13:29:55.357Z[ recovery-image] Feb 23 13:29:53.746 INFO O| Feb 23 13:29:53.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
76962025-02-23T13:29:55.357Z[ recovery-image] Feb 23 13:29:53.746 INFO O| Feb 23 13:29:53.746 INFO STEP 1014 (remove_files) COMPLETE
76972025-02-23T13:29:55.357Z[ recovery-image] Feb 23 13:29:53.746 INFO O| Feb 23 13:29:53.746 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982025-02-23T13:29:55.383Z[ recovery-image] Feb 23 13:29:53.772 INFO O| Feb 23 13:29:53.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
76992025-02-23T13:29:55.386Z[ recovery-image] Feb 23 13:29:53.772 INFO O| Feb 23 13:29:53.772 INFO STEP 1015 (remove_files) COMPLETE
77002025-02-23T13:29:55.386Z[ recovery-image] Feb 23 13:29:53.772 INFO O| Feb 23 13:29:53.772 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012025-02-23T13:29:55.430Z[ recovery-image] Feb 23 13:29:53.819 INFO O| Feb 23 13:29:53.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
77022025-02-23T13:29:55.434Z[ recovery-image] Feb 23 13:29:53.819 INFO O| Feb 23 13:29:53.819 INFO STEP 1016 (remove_files) COMPLETE
77032025-02-23T13:29:55.434Z[ recovery-image] Feb 23 13:29:53.819 INFO O| Feb 23 13:29:53.819 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042025-02-23T13:29:55.463Z[ recovery-image] Feb 23 13:29:53.851 INFO O| Feb 23 13:29:53.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
77052025-02-23T13:29:55.463Z[ recovery-image] Feb 23 13:29:53.851 INFO O| Feb 23 13:29:53.851 INFO STEP 1017 (remove_files) COMPLETE
77062025-02-23T13:29:55.463Z[ recovery-image] Feb 23 13:29:53.852 INFO O| Feb 23 13:29:53.851 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072025-02-23T13:29:55.493Z[ recovery-image] Feb 23 13:29:53.881 INFO O| Feb 23 13:29:53.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
77082025-02-23T13:29:55.495Z[ recovery-image] Feb 23 13:29:53.882 INFO O| Feb 23 13:29:53.881 INFO STEP 1018 (remove_files) COMPLETE
77092025-02-23T13:29:55.495Z[ recovery-image] Feb 23 13:29:53.882 INFO O| Feb 23 13:29:53.882 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102025-02-23T13:29:55.520Z[ recovery-image] Feb 23 13:29:53.909 INFO O| Feb 23 13:29:53.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
77112025-02-23T13:29:55.520Z[ recovery-image] Feb 23 13:29:53.909 INFO O| Feb 23 13:29:53.909 INFO STEP 1019 (remove_files) COMPLETE
77122025-02-23T13:29:55.520Z[ recovery-image] Feb 23 13:29:53.909 INFO O| Feb 23 13:29:53.909 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132025-02-23T13:29:55.547Z[ recovery-image] Feb 23 13:29:53.935 INFO O| Feb 23 13:29:53.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
77142025-02-23T13:29:55.547Z[ recovery-image] Feb 23 13:29:53.935 INFO O| Feb 23 13:29:53.935 INFO STEP 1020 (remove_files) COMPLETE
77152025-02-23T13:29:55.547Z[ recovery-image] Feb 23 13:29:53.935 INFO O| Feb 23 13:29:53.935 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162025-02-23T13:29:55.584Z[ recovery-image] Feb 23 13:29:53.973 INFO O| Feb 23 13:29:53.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
77172025-02-23T13:29:55.584Z[ recovery-image] Feb 23 13:29:53.973 INFO O| Feb 23 13:29:53.973 INFO STEP 1021 (remove_files) COMPLETE
77182025-02-23T13:29:55.584Z[ recovery-image] Feb 23 13:29:53.973 INFO O| Feb 23 13:29:53.973 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192025-02-23T13:29:55.612Z[ recovery-image] Feb 23 13:29:54.000 INFO O| Feb 23 13:29:54.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
77202025-02-23T13:29:55.614Z[ recovery-image] Feb 23 13:29:54.001 INFO O| Feb 23 13:29:54.001 INFO STEP 1022 (remove_files) COMPLETE
77212025-02-23T13:29:55.614Z[ recovery-image] Feb 23 13:29:54.001 INFO O| Feb 23 13:29:54.001 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222025-02-23T13:29:55.641Z[ recovery-image] Feb 23 13:29:54.029 INFO O| Feb 23 13:29:54.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
77232025-02-23T13:29:55.643Z[ recovery-image] Feb 23 13:29:54.029 INFO O| Feb 23 13:29:54.029 INFO STEP 1023 (remove_files) COMPLETE
77242025-02-23T13:29:55.643Z[ recovery-image] Feb 23 13:29:54.030 INFO O| Feb 23 13:29:54.030 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252025-02-23T13:29:55.685Z[ recovery-image] Feb 23 13:29:54.073 INFO O| Feb 23 13:29:54.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
77262025-02-23T13:29:55.685Z[ recovery-image] Feb 23 13:29:54.074 INFO O| Feb 23 13:29:54.074 INFO STEP 1024 (remove_files) COMPLETE
77272025-02-23T13:29:55.687Z[ recovery-image] Feb 23 13:29:54.074 INFO O| Feb 23 13:29:54.074 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282025-02-23T13:29:55.717Z[ recovery-image] Feb 23 13:29:54.106 INFO O| Feb 23 13:29:54.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
77292025-02-23T13:29:55.717Z[ recovery-image] Feb 23 13:29:54.106 INFO O| Feb 23 13:29:54.106 INFO STEP 1025 (remove_files) COMPLETE
77302025-02-23T13:29:55.717Z[ recovery-image] Feb 23 13:29:54.106 INFO O| Feb 23 13:29:54.106 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-02-23T13:29:55.778Z[ recovery-image] Feb 23 13:29:54.167 INFO O| Feb 23 13:29:54.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
77322025-02-23T13:29:55.778Z[ recovery-image] Feb 23 13:29:54.167 INFO O| Feb 23 13:29:54.167 INFO STEP 1026 (remove_files) COMPLETE
77332025-02-23T13:29:55.781Z[ recovery-image] Feb 23 13:29:54.167 INFO O| Feb 23 13:29:54.167 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342025-02-23T13:29:55.803Z[ recovery-image] Feb 23 13:29:54.192 INFO O| Feb 23 13:29:54.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
77352025-02-23T13:29:55.803Z[ recovery-image] Feb 23 13:29:54.192 INFO O| Feb 23 13:29:54.192 INFO STEP 1027 (remove_files) COMPLETE
77362025-02-23T13:29:55.803Z[ recovery-image] Feb 23 13:29:54.192 INFO O| Feb 23 13:29:54.192 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-02-23T13:29:55.849Z[ host-image] Feb 23 13:29:54.238 INFO O| Feb 23 13:29:54.238 INFO O| Done
77382025-02-23T13:29:55.899Z[ recovery-image] Feb 23 13:29:54.278 INFO O| Feb 23 13:29:54.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
77392025-02-23T13:29:55.905Z[ recovery-image] Feb 23 13:29:54.293 INFO O| Feb 23 13:29:54.293 INFO STEP 1028 (remove_files) COMPLETE
77402025-02-23T13:29:55.905Z[ recovery-image] Feb 23 13:29:54.293 INFO O| Feb 23 13:29:54.293 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412025-02-23T13:29:55.968Z[ recovery-image] Feb 23 13:29:54.356 INFO O| Feb 23 13:29:54.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
77422025-02-23T13:29:55.968Z[ recovery-image] Feb 23 13:29:54.356 INFO O| Feb 23 13:29:54.356 INFO STEP 1029 (remove_files) COMPLETE
77432025-02-23T13:29:55.968Z[ recovery-image] Feb 23 13:29:54.356 INFO O| Feb 23 13:29:54.356 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442025-02-23T13:29:55.971Z[ host-image] Feb 23 13:29:54.360 INFO O| Feb 23 13:29:54.360 INFO O| Done
77452025-02-23T13:29:55.998Z[ host-image] Feb 23 13:29:54.361 INFO O| Feb 23 13:29:54.361 INFO O| Done
77462025-02-23T13:29:56.076Z[ host-image] Feb 23 13:29:54.465 INFO O| Feb 23 13:29:54.465 INFO O| Done
77472025-02-23T13:29:56.098Z[ recovery-image] Feb 23 13:29:54.487 INFO O| Feb 23 13:29:54.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
77482025-02-23T13:29:56.098Z[ recovery-image] Feb 23 13:29:54.487 INFO O| Feb 23 13:29:54.487 INFO STEP 1030 (remove_files) COMPLETE
77492025-02-23T13:29:56.108Z[ recovery-image] Feb 23 13:29:54.487 INFO O| Feb 23 13:29:54.487 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502025-02-23T13:29:56.188Z[ recovery-image] Feb 23 13:29:54.577 INFO O| Feb 23 13:29:54.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
77512025-02-23T13:29:56.188Z[ recovery-image] Feb 23 13:29:54.577 INFO O| Feb 23 13:29:54.577 INFO STEP 1031 (remove_files) COMPLETE
77522025-02-23T13:29:56.191Z[ recovery-image] Feb 23 13:29:54.577 INFO O| Feb 23 13:29:54.577 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532025-02-23T13:29:56.213Z[ recovery-image] Feb 23 13:29:54.602 INFO O| Feb 23 13:29:54.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
77542025-02-23T13:29:56.213Z[ recovery-image] Feb 23 13:29:54.602 INFO O| Feb 23 13:29:54.602 INFO STEP 1032 (remove_files) COMPLETE
77552025-02-23T13:29:56.216Z[ recovery-image] Feb 23 13:29:54.602 INFO O| Feb 23 13:29:54.602 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562025-02-23T13:29:56.240Z[ recovery-image] Feb 23 13:29:54.629 INFO O| Feb 23 13:29:54.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
77572025-02-23T13:29:56.240Z[ recovery-image] Feb 23 13:29:54.629 INFO O| Feb 23 13:29:54.629 INFO STEP 1033 (remove_files) COMPLETE
77582025-02-23T13:29:56.240Z[ recovery-image] Feb 23 13:29:54.629 INFO O| Feb 23 13:29:54.629 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592025-02-23T13:29:56.264Z[ recovery-image] Feb 23 13:29:54.653 INFO O| Feb 23 13:29:54.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
77602025-02-23T13:29:56.264Z[ recovery-image] Feb 23 13:29:54.653 INFO O| Feb 23 13:29:54.653 INFO STEP 1034 (remove_files) COMPLETE
77612025-02-23T13:29:56.264Z[ recovery-image] Feb 23 13:29:54.653 INFO O| Feb 23 13:29:54.653 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622025-02-23T13:29:56.301Z[ recovery-image] Feb 23 13:29:54.690 INFO O| Feb 23 13:29:54.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
77632025-02-23T13:29:56.304Z[ recovery-image] Feb 23 13:29:54.690 INFO O| Feb 23 13:29:54.690 INFO STEP 1035 (remove_files) COMPLETE
77642025-02-23T13:29:56.304Z[ recovery-image] Feb 23 13:29:54.690 INFO O| Feb 23 13:29:54.690 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652025-02-23T13:29:56.327Z[ recovery-image] Feb 23 13:29:54.716 INFO O| Feb 23 13:29:54.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
77662025-02-23T13:29:56.329Z[ recovery-image] Feb 23 13:29:54.716 INFO O| Feb 23 13:29:54.716 INFO STEP 1036 (remove_files) COMPLETE
77672025-02-23T13:29:56.329Z[ recovery-image] Feb 23 13:29:54.716 INFO O| Feb 23 13:29:54.716 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682025-02-23T13:29:56.372Z[ recovery-image] Feb 23 13:29:54.748 INFO O| Feb 23 13:29:54.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
77692025-02-23T13:29:56.372Z[ recovery-image] Feb 23 13:29:54.748 INFO O| Feb 23 13:29:54.748 INFO STEP 1037 (remove_files) COMPLETE
77702025-02-23T13:29:56.375Z[ recovery-image] Feb 23 13:29:54.748 INFO O| Feb 23 13:29:54.748 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712025-02-23T13:29:56.375Z[ host-image] Feb 23 13:29:54.760 INFO O| Feb 23 13:29:54.760 INFO STEP 13 (pkg_install) COMPLETE
77722025-02-23T13:29:56.375Z[ host-image] Feb 23 13:29:54.760 INFO O| Feb 23 13:29:54.760 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
77732025-02-23T13:29:56.392Z[ host-image] Feb 23 13:29:54.780 INFO O| Feb 23 13:29:54.780 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
77742025-02-23T13:29:56.470Z[ recovery-image] Feb 23 13:29:54.858 INFO O| Feb 23 13:29:54.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
77752025-02-23T13:29:56.470Z[ recovery-image] Feb 23 13:29:54.858 INFO O| Feb 23 13:29:54.858 INFO STEP 1038 (remove_files) COMPLETE
77762025-02-23T13:29:56.472Z[ recovery-image] Feb 23 13:29:54.858 INFO O| Feb 23 13:29:54.858 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772025-02-23T13:29:56.557Z[ recovery-image] Feb 23 13:29:54.945 INFO O| Feb 23 13:29:54.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
77782025-02-23T13:29:56.557Z[ recovery-image] Feb 23 13:29:54.945 INFO O| Feb 23 13:29:54.945 INFO STEP 1039 (remove_files) COMPLETE
77792025-02-23T13:29:56.559Z[ recovery-image] Feb 23 13:29:54.945 INFO O| Feb 23 13:29:54.945 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802025-02-23T13:29:56.602Z[ recovery-image] Feb 23 13:29:54.991 INFO O| Feb 23 13:29:54.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
77812025-02-23T13:29:56.603Z[ recovery-image] Feb 23 13:29:54.991 INFO O| Feb 23 13:29:54.991 INFO STEP 1040 (remove_files) COMPLETE
77822025-02-23T13:29:56.603Z[ recovery-image] Feb 23 13:29:54.991 INFO O| Feb 23 13:29:54.991 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832025-02-23T13:29:56.630Z[ recovery-image] Feb 23 13:29:55.019 INFO O| Feb 23 13:29:55.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
77842025-02-23T13:29:56.630Z[ recovery-image] Feb 23 13:29:55.019 INFO O| Feb 23 13:29:55.019 INFO STEP 1041 (remove_files) COMPLETE
77852025-02-23T13:29:56.633Z[ recovery-image] Feb 23 13:29:55.019 INFO O| Feb 23 13:29:55.019 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862025-02-23T13:29:56.654Z[ recovery-image] Feb 23 13:29:55.042 INFO O| Feb 23 13:29:55.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
77872025-02-23T13:29:56.654Z[ recovery-image] Feb 23 13:29:55.042 INFO O| Feb 23 13:29:55.042 INFO STEP 1042 (remove_files) COMPLETE
77882025-02-23T13:29:56.656Z[ recovery-image] Feb 23 13:29:55.042 INFO O| Feb 23 13:29:55.042 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892025-02-23T13:29:56.687Z[ recovery-image] Feb 23 13:29:55.076 INFO O| Feb 23 13:29:55.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
77902025-02-23T13:29:56.687Z[ recovery-image] Feb 23 13:29:55.076 INFO O| Feb 23 13:29:55.076 INFO STEP 1043 (remove_files) COMPLETE
77912025-02-23T13:29:56.690Z[ recovery-image] Feb 23 13:29:55.076 INFO O| Feb 23 13:29:55.076 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922025-02-23T13:29:56.729Z[ recovery-image] Feb 23 13:29:55.118 INFO O| Feb 23 13:29:55.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
77932025-02-23T13:29:56.729Z[ recovery-image] Feb 23 13:29:55.118 INFO O| Feb 23 13:29:55.118 INFO STEP 1044 (remove_files) COMPLETE
77942025-02-23T13:29:56.729Z[ recovery-image] Feb 23 13:29:55.118 INFO O| Feb 23 13:29:55.118 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952025-02-23T13:29:56.770Z[ recovery-image] Feb 23 13:29:55.159 INFO O| Feb 23 13:29:55.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
77962025-02-23T13:29:56.770Z[ recovery-image] Feb 23 13:29:55.159 INFO O| Feb 23 13:29:55.159 INFO STEP 1045 (remove_files) COMPLETE
77972025-02-23T13:29:56.770Z[ recovery-image] Feb 23 13:29:55.159 INFO O| Feb 23 13:29:55.159 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982025-02-23T13:29:56.797Z[ recovery-image] Feb 23 13:29:55.185 INFO O| Feb 23 13:29:55.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
77992025-02-23T13:29:56.800Z[ recovery-image] Feb 23 13:29:55.186 INFO O| Feb 23 13:29:55.185 INFO STEP 1046 (remove_files) COMPLETE
78002025-02-23T13:29:56.800Z[ recovery-image] Feb 23 13:29:55.186 INFO O| Feb 23 13:29:55.185 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012025-02-23T13:29:56.845Z[ recovery-image] Feb 23 13:29:55.233 INFO O| Feb 23 13:29:55.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
78022025-02-23T13:29:56.845Z[ recovery-image] Feb 23 13:29:55.233 INFO O| Feb 23 13:29:55.233 INFO STEP 1047 (remove_files) COMPLETE
78032025-02-23T13:29:56.845Z[ recovery-image] Feb 23 13:29:55.233 INFO O| Feb 23 13:29:55.233 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042025-02-23T13:29:56.869Z[ recovery-image] Feb 23 13:29:55.257 INFO O| Feb 23 13:29:55.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
78052025-02-23T13:29:56.869Z[ recovery-image] Feb 23 13:29:55.257 INFO O| Feb 23 13:29:55.257 INFO STEP 1048 (remove_files) COMPLETE
78062025-02-23T13:29:56.869Z[ recovery-image] Feb 23 13:29:55.257 INFO O| Feb 23 13:29:55.257 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072025-02-23T13:29:56.928Z[ recovery-image] Feb 23 13:29:55.317 INFO O| Feb 23 13:29:55.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
78082025-02-23T13:29:56.928Z[ recovery-image] Feb 23 13:29:55.317 INFO O| Feb 23 13:29:55.317 INFO STEP 1049 (remove_files) COMPLETE
78092025-02-23T13:29:56.928Z[ recovery-image] Feb 23 13:29:55.317 INFO O| Feb 23 13:29:55.317 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102025-02-23T13:29:56.953Z[ recovery-image] Feb 23 13:29:55.341 INFO O| Feb 23 13:29:55.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
78112025-02-23T13:29:56.953Z[ recovery-image] Feb 23 13:29:55.341 INFO O| Feb 23 13:29:55.341 INFO STEP 1050 (remove_files) COMPLETE
78122025-02-23T13:29:56.953Z[ recovery-image] Feb 23 13:29:55.341 INFO O| Feb 23 13:29:55.341 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132025-02-23T13:29:56.975Z[ recovery-image] Feb 23 13:29:55.364 INFO O| Feb 23 13:29:55.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
78142025-02-23T13:29:56.975Z[ recovery-image] Feb 23 13:29:55.364 INFO O| Feb 23 13:29:55.364 INFO STEP 1051 (remove_files) COMPLETE
78152025-02-23T13:29:56.975Z[ recovery-image] Feb 23 13:29:55.364 INFO O| Feb 23 13:29:55.364 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162025-02-23T13:29:57.011Z[ recovery-image] Feb 23 13:29:55.399 INFO O| Feb 23 13:29:55.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
78172025-02-23T13:29:57.011Z[ recovery-image] Feb 23 13:29:55.399 INFO O| Feb 23 13:29:55.399 INFO STEP 1052 (remove_files) COMPLETE
78182025-02-23T13:29:57.013Z[ recovery-image] Feb 23 13:29:55.399 INFO O| Feb 23 13:29:55.399 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192025-02-23T13:29:57.061Z[ recovery-image] Feb 23 13:29:55.449 INFO O| Feb 23 13:29:55.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
78202025-02-23T13:29:57.061Z[ recovery-image] Feb 23 13:29:55.449 INFO O| Feb 23 13:29:55.449 INFO STEP 1053 (remove_files) COMPLETE
78212025-02-23T13:29:57.061Z[ recovery-image] Feb 23 13:29:55.449 INFO O| Feb 23 13:29:55.449 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222025-02-23T13:29:57.086Z[ recovery-image] Feb 23 13:29:55.474 INFO O| Feb 23 13:29:55.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
78232025-02-23T13:29:57.086Z[ recovery-image] Feb 23 13:29:55.474 INFO O| Feb 23 13:29:55.474 INFO STEP 1054 (remove_files) COMPLETE
78242025-02-23T13:29:57.086Z[ recovery-image] Feb 23 13:29:55.474 INFO O| Feb 23 13:29:55.474 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252025-02-23T13:29:57.163Z[ recovery-image] Feb 23 13:29:55.552 INFO O| Feb 23 13:29:55.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
78262025-02-23T13:29:57.163Z[ recovery-image] Feb 23 13:29:55.552 INFO O| Feb 23 13:29:55.552 INFO STEP 1055 (remove_files) COMPLETE
78272025-02-23T13:29:57.163Z[ recovery-image] Feb 23 13:29:55.552 INFO O| Feb 23 13:29:55.552 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282025-02-23T13:29:57.238Z[ recovery-image] Feb 23 13:29:55.627 INFO O| Feb 23 13:29:55.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
78292025-02-23T13:29:57.238Z[ recovery-image] Feb 23 13:29:55.627 INFO O| Feb 23 13:29:55.627 INFO STEP 1056 (remove_files) COMPLETE
78302025-02-23T13:29:57.241Z[ recovery-image] Feb 23 13:29:55.627 INFO O| Feb 23 13:29:55.627 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312025-02-23T13:29:57.302Z[ recovery-image] Feb 23 13:29:55.691 INFO O| Feb 23 13:29:55.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
78322025-02-23T13:29:57.302Z[ recovery-image] Feb 23 13:29:55.691 INFO O| Feb 23 13:29:55.691 INFO STEP 1057 (remove_files) COMPLETE
78332025-02-23T13:29:57.302Z[ recovery-image] Feb 23 13:29:55.691 INFO O| Feb 23 13:29:55.691 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342025-02-23T13:29:57.329Z[ recovery-image] Feb 23 13:29:55.717 INFO O| Feb 23 13:29:55.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
78352025-02-23T13:29:57.329Z[ recovery-image] Feb 23 13:29:55.718 INFO O| Feb 23 13:29:55.717 INFO STEP 1058 (remove_files) COMPLETE
78362025-02-23T13:29:57.329Z[ recovery-image] Feb 23 13:29:55.718 INFO O| Feb 23 13:29:55.718 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372025-02-23T13:29:57.367Z[ recovery-image] Feb 23 13:29:55.755 INFO O| Feb 23 13:29:55.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
78382025-02-23T13:29:57.370Z[ recovery-image] Feb 23 13:29:55.756 INFO O| Feb 23 13:29:55.755 INFO STEP 1059 (remove_files) COMPLETE
78392025-02-23T13:29:57.370Z[ recovery-image] Feb 23 13:29:55.756 INFO O| Feb 23 13:29:55.756 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402025-02-23T13:29:57.404Z[ recovery-image] Feb 23 13:29:55.792 INFO O| Feb 23 13:29:55.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
78412025-02-23T13:29:57.404Z[ recovery-image] Feb 23 13:29:55.792 INFO O| Feb 23 13:29:55.792 INFO STEP 1060 (remove_files) COMPLETE
78422025-02-23T13:29:57.406Z[ recovery-image] Feb 23 13:29:55.793 INFO O| Feb 23 13:29:55.792 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432025-02-23T13:29:57.431Z[ recovery-image] Feb 23 13:29:55.820 INFO O| Feb 23 13:29:55.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
78442025-02-23T13:29:57.432Z[ recovery-image] Feb 23 13:29:55.820 INFO O| Feb 23 13:29:55.820 INFO STEP 1061 (remove_files) COMPLETE
78452025-02-23T13:29:57.432Z[ recovery-image] Feb 23 13:29:55.820 INFO O| Feb 23 13:29:55.820 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462025-02-23T13:29:57.476Z[ recovery-image] Feb 23 13:29:55.865 INFO O| Feb 23 13:29:55.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
78472025-02-23T13:29:57.479Z[ recovery-image] Feb 23 13:29:55.865 INFO O| Feb 23 13:29:55.865 INFO STEP 1062 (remove_files) COMPLETE
78482025-02-23T13:29:57.479Z[ recovery-image] Feb 23 13:29:55.865 INFO O| Feb 23 13:29:55.865 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492025-02-23T13:29:57.533Z[ recovery-image] Feb 23 13:29:55.921 INFO O| Feb 23 13:29:55.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
78502025-02-23T13:29:57.533Z[ recovery-image] Feb 23 13:29:55.921 INFO O| Feb 23 13:29:55.921 INFO STEP 1063 (remove_files) COMPLETE
78512025-02-23T13:29:57.533Z[ recovery-image] Feb 23 13:29:55.921 INFO O| Feb 23 13:29:55.921 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522025-02-23T13:29:57.559Z[ recovery-image] Feb 23 13:29:55.947 INFO O| Feb 23 13:29:55.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
78532025-02-23T13:29:57.559Z[ recovery-image] Feb 23 13:29:55.947 INFO O| Feb 23 13:29:55.947 INFO STEP 1064 (remove_files) COMPLETE
78542025-02-23T13:29:57.559Z[ recovery-image] Feb 23 13:29:55.947 INFO O| Feb 23 13:29:55.947 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552025-02-23T13:29:57.583Z[ recovery-image] Feb 23 13:29:55.972 INFO O| Feb 23 13:29:55.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
78562025-02-23T13:29:57.583Z[ recovery-image] Feb 23 13:29:55.972 INFO O| Feb 23 13:29:55.972 INFO STEP 1065 (remove_files) COMPLETE
78572025-02-23T13:29:57.586Z[ recovery-image] Feb 23 13:29:55.972 INFO O| Feb 23 13:29:55.972 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582025-02-23T13:29:57.615Z[ host-image] Feb 23 13:29:56.004 INFO O| Feb 23 13:29:56.004 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
78592025-02-23T13:29:57.619Z[ recovery-image] Feb 23 13:29:56.008 INFO O| Feb 23 13:29:56.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
78602025-02-23T13:29:57.622Z[ recovery-image] Feb 23 13:29:56.008 INFO O| Feb 23 13:29:56.008 INFO STEP 1066 (remove_files) COMPLETE
78612025-02-23T13:29:57.622Z[ recovery-image] Feb 23 13:29:56.008 INFO O| Feb 23 13:29:56.008 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622025-02-23T13:29:57.675Z[ recovery-image] Feb 23 13:29:56.063 INFO O| Feb 23 13:29:56.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
78632025-02-23T13:29:57.675Z[ recovery-image] Feb 23 13:29:56.063 INFO O| Feb 23 13:29:56.063 INFO STEP 1067 (remove_files) COMPLETE
78642025-02-23T13:29:57.675Z[ recovery-image] Feb 23 13:29:56.063 INFO O| Feb 23 13:29:56.063 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652025-02-23T13:29:57.719Z[ recovery-image] Feb 23 13:29:56.108 INFO O| Feb 23 13:29:56.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
78662025-02-23T13:29:57.720Z[ recovery-image] Feb 23 13:29:56.108 INFO O| Feb 23 13:29:56.108 INFO STEP 1068 (remove_files) COMPLETE
78672025-02-23T13:29:57.722Z[ recovery-image] Feb 23 13:29:56.108 INFO O| Feb 23 13:29:56.108 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682025-02-23T13:29:57.762Z[ recovery-image] Feb 23 13:29:56.150 INFO O| Feb 23 13:29:56.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
78692025-02-23T13:29:57.762Z[ recovery-image] Feb 23 13:29:56.150 INFO O| Feb 23 13:29:56.150 INFO STEP 1069 (remove_files) COMPLETE
78702025-02-23T13:29:57.762Z[ recovery-image] Feb 23 13:29:56.150 INFO O| Feb 23 13:29:56.150 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712025-02-23T13:29:57.786Z[ recovery-image] Feb 23 13:29:56.174 INFO O| Feb 23 13:29:56.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
78722025-02-23T13:29:57.786Z[ recovery-image] Feb 23 13:29:56.174 INFO O| Feb 23 13:29:56.174 INFO STEP 1070 (remove_files) COMPLETE
78732025-02-23T13:29:57.789Z[ recovery-image] Feb 23 13:29:56.174 INFO O| Feb 23 13:29:56.174 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742025-02-23T13:29:57.830Z[ recovery-image] Feb 23 13:29:56.218 INFO O| Feb 23 13:29:56.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
78752025-02-23T13:29:57.833Z[ recovery-image] Feb 23 13:29:56.219 INFO O| Feb 23 13:29:56.219 INFO STEP 1071 (remove_files) COMPLETE
78762025-02-23T13:29:57.833Z[ recovery-image] Feb 23 13:29:56.219 INFO O| Feb 23 13:29:56.219 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772025-02-23T13:29:57.857Z[ recovery-image] Feb 23 13:29:56.246 INFO O| Feb 23 13:29:56.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
78782025-02-23T13:29:57.860Z[ recovery-image] Feb 23 13:29:56.246 INFO O| Feb 23 13:29:56.246 INFO STEP 1072 (remove_files) COMPLETE
78792025-02-23T13:29:57.860Z[ recovery-image] Feb 23 13:29:56.246 INFO O| Feb 23 13:29:56.246 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802025-02-23T13:29:57.900Z[ recovery-image] Feb 23 13:29:56.288 INFO O| Feb 23 13:29:56.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
78812025-02-23T13:29:57.900Z[ recovery-image] Feb 23 13:29:56.288 INFO O| Feb 23 13:29:56.288 INFO STEP 1073 (remove_files) COMPLETE
78822025-02-23T13:29:57.900Z[ recovery-image] Feb 23 13:29:56.288 INFO O| Feb 23 13:29:56.288 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832025-02-23T13:29:57.941Z[ recovery-image] Feb 23 13:29:56.329 INFO O| Feb 23 13:29:56.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
78842025-02-23T13:29:57.941Z[ recovery-image] Feb 23 13:29:56.329 INFO O| Feb 23 13:29:56.329 INFO STEP 1074 (remove_files) COMPLETE
78852025-02-23T13:29:57.944Z[ recovery-image] Feb 23 13:29:56.330 INFO O| Feb 23 13:29:56.329 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-02-23T13:29:57.966Z[ recovery-image] Feb 23 13:29:56.354 INFO O| Feb 23 13:29:56.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
78872025-02-23T13:29:57.966Z[ recovery-image] Feb 23 13:29:56.354 INFO O| Feb 23 13:29:56.354 INFO STEP 1075 (remove_files) COMPLETE
78882025-02-23T13:29:57.968Z[ recovery-image] Feb 23 13:29:56.354 INFO O| Feb 23 13:29:56.354 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892025-02-23T13:29:58.004Z[ recovery-image] Feb 23 13:29:56.392 INFO O| Feb 23 13:29:56.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
78902025-02-23T13:29:58.004Z[ recovery-image] Feb 23 13:29:56.392 INFO O| Feb 23 13:29:56.392 INFO STEP 1076 (remove_files) COMPLETE
78912025-02-23T13:29:58.004Z[ recovery-image] Feb 23 13:29:56.392 INFO O| Feb 23 13:29:56.392 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922025-02-23T13:29:58.029Z[ recovery-image] Feb 23 13:29:56.417 INFO O| Feb 23 13:29:56.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
78932025-02-23T13:29:58.029Z[ recovery-image] Feb 23 13:29:56.417 INFO O| Feb 23 13:29:56.417 INFO STEP 1077 (remove_files) COMPLETE
78942025-02-23T13:29:58.032Z[ recovery-image] Feb 23 13:29:56.417 INFO O| Feb 23 13:29:56.417 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-02-23T13:29:58.053Z[ recovery-image] Feb 23 13:29:56.441 INFO O| Feb 23 13:29:56.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
78962025-02-23T13:29:58.053Z[ recovery-image] Feb 23 13:29:56.441 INFO O| Feb 23 13:29:56.441 INFO STEP 1078 (remove_files) COMPLETE
78972025-02-23T13:29:58.056Z[ recovery-image] Feb 23 13:29:56.441 INFO O| Feb 23 13:29:56.441 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-02-23T13:29:58.079Z[ recovery-image] Feb 23 13:29:56.467 INFO O| Feb 23 13:29:56.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
78992025-02-23T13:29:58.081Z[ recovery-image] Feb 23 13:29:56.467 INFO O| Feb 23 13:29:56.467 INFO STEP 1079 (remove_files) COMPLETE
79002025-02-23T13:29:58.081Z[ recovery-image] Feb 23 13:29:56.467 INFO O| Feb 23 13:29:56.467 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-02-23T13:29:58.116Z[ recovery-image] Feb 23 13:29:56.505 INFO O| Feb 23 13:29:56.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
79022025-02-23T13:29:58.116Z[ recovery-image] Feb 23 13:29:56.505 INFO O| Feb 23 13:29:56.505 INFO STEP 1080 (remove_files) COMPLETE
79032025-02-23T13:29:58.119Z[ recovery-image] Feb 23 13:29:56.505 INFO O| Feb 23 13:29:56.505 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-02-23T13:29:58.159Z[ recovery-image] Feb 23 13:29:56.548 INFO O| Feb 23 13:29:56.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
79052025-02-23T13:29:58.160Z[ recovery-image] Feb 23 13:29:56.548 INFO O| Feb 23 13:29:56.548 INFO STEP 1081 (remove_files) COMPLETE
79062025-02-23T13:29:58.162Z[ recovery-image] Feb 23 13:29:56.548 INFO O| Feb 23 13:29:56.548 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-02-23T13:29:58.186Z[ recovery-image] Feb 23 13:29:56.575 INFO O| Feb 23 13:29:56.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
79082025-02-23T13:29:58.187Z[ recovery-image] Feb 23 13:29:56.575 INFO O| Feb 23 13:29:56.575 INFO STEP 1082 (remove_files) COMPLETE
79092025-02-23T13:29:58.187Z[ recovery-image] Feb 23 13:29:56.575 INFO O| Feb 23 13:29:56.575 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-02-23T13:29:58.215Z[ recovery-image] Feb 23 13:29:56.603 INFO O| Feb 23 13:29:56.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
79112025-02-23T13:29:58.218Z[ recovery-image] Feb 23 13:29:56.603 INFO O| Feb 23 13:29:56.603 INFO STEP 1083 (remove_files) COMPLETE
79122025-02-23T13:29:58.218Z[ recovery-image] Feb 23 13:29:56.603 INFO O| Feb 23 13:29:56.603 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-02-23T13:29:58.242Z[ recovery-image] Feb 23 13:29:56.630 INFO O| Feb 23 13:29:56.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
79142025-02-23T13:29:58.244Z[ recovery-image] Feb 23 13:29:56.630 INFO O| Feb 23 13:29:56.630 INFO STEP 1084 (remove_files) COMPLETE
79152025-02-23T13:29:58.244Z[ recovery-image] Feb 23 13:29:56.630 INFO O| Feb 23 13:29:56.630 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-02-23T13:29:58.282Z[ recovery-image] Feb 23 13:29:56.671 INFO O| Feb 23 13:29:56.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
79172025-02-23T13:29:58.282Z[ recovery-image] Feb 23 13:29:56.671 INFO O| Feb 23 13:29:56.671 INFO STEP 1085 (remove_files) COMPLETE
79182025-02-23T13:29:58.285Z[ recovery-image] Feb 23 13:29:56.671 INFO O| Feb 23 13:29:56.671 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-02-23T13:29:58.309Z[ recovery-image] Feb 23 13:29:56.697 INFO O| Feb 23 13:29:56.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
79202025-02-23T13:29:58.309Z[ recovery-image] Feb 23 13:29:56.697 INFO O| Feb 23 13:29:56.697 INFO STEP 1086 (remove_files) COMPLETE
79212025-02-23T13:29:58.309Z[ recovery-image] Feb 23 13:29:56.697 INFO O| Feb 23 13:29:56.697 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-02-23T13:29:58.351Z[ recovery-image] Feb 23 13:29:56.740 INFO O| Feb 23 13:29:56.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
79232025-02-23T13:29:58.354Z[ recovery-image] Feb 23 13:29:56.740 INFO O| Feb 23 13:29:56.740 INFO STEP 1087 (remove_files) COMPLETE
79242025-02-23T13:29:58.354Z[ recovery-image] Feb 23 13:29:56.740 INFO O| Feb 23 13:29:56.740 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-02-23T13:29:58.376Z[ recovery-image] Feb 23 13:29:56.764 INFO O| Feb 23 13:29:56.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
79262025-02-23T13:29:58.379Z[ recovery-image] Feb 23 13:29:56.764 INFO O| Feb 23 13:29:56.764 INFO STEP 1088 (remove_files) COMPLETE
79272025-02-23T13:29:58.379Z[ recovery-image] Feb 23 13:29:56.765 INFO O| Feb 23 13:29:56.764 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282025-02-23T13:29:58.411Z[ recovery-image] Feb 23 13:29:56.799 INFO O| Feb 23 13:29:56.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
79292025-02-23T13:29:58.414Z[ recovery-image] Feb 23 13:29:56.800 INFO O| Feb 23 13:29:56.800 INFO STEP 1089 (remove_files) COMPLETE
79302025-02-23T13:29:58.414Z[ recovery-image] Feb 23 13:29:56.800 INFO O| Feb 23 13:29:56.800 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312025-02-23T13:29:58.437Z[ recovery-image] Feb 23 13:29:56.825 INFO O| Feb 23 13:29:56.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
79322025-02-23T13:29:58.440Z[ recovery-image] Feb 23 13:29:56.826 INFO O| Feb 23 13:29:56.825 INFO STEP 1090 (remove_files) COMPLETE
79332025-02-23T13:29:58.440Z[ recovery-image] Feb 23 13:29:56.826 INFO O| Feb 23 13:29:56.826 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342025-02-23T13:29:58.477Z[ recovery-image] Feb 23 13:29:56.865 INFO O| Feb 23 13:29:56.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
79352025-02-23T13:29:58.477Z[ recovery-image] Feb 23 13:29:56.865 INFO O| Feb 23 13:29:56.865 INFO STEP 1091 (remove_files) COMPLETE
79362025-02-23T13:29:58.477Z[ recovery-image] Feb 23 13:29:56.865 INFO O| Feb 23 13:29:56.865 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372025-02-23T13:29:58.502Z[ recovery-image] Feb 23 13:29:56.891 INFO O| Feb 23 13:29:56.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
79382025-02-23T13:29:58.502Z[ recovery-image] Feb 23 13:29:56.891 INFO O| Feb 23 13:29:56.891 INFO STEP 1092 (remove_files) COMPLETE
79392025-02-23T13:29:58.502Z[ recovery-image] Feb 23 13:29:56.891 INFO O| Feb 23 13:29:56.891 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402025-02-23T13:29:58.540Z[ recovery-image] Feb 23 13:29:56.928 INFO O| Feb 23 13:29:56.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
79412025-02-23T13:29:58.540Z[ recovery-image] Feb 23 13:29:56.928 INFO O| Feb 23 13:29:56.928 INFO STEP 1093 (remove_files) COMPLETE
79422025-02-23T13:29:58.542Z[ recovery-image] Feb 23 13:29:56.928 INFO O| Feb 23 13:29:56.928 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432025-02-23T13:29:58.698Z[ recovery-image] Feb 23 13:29:57.086 INFO O| Feb 23 13:29:57.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
79442025-02-23T13:29:58.698Z[ recovery-image] Feb 23 13:29:57.086 INFO O| Feb 23 13:29:57.086 INFO STEP 1094 (remove_files) COMPLETE
79452025-02-23T13:29:58.701Z[ recovery-image] Feb 23 13:29:57.086 INFO O| Feb 23 13:29:57.086 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462025-02-23T13:29:58.733Z[ recovery-image] Feb 23 13:29:57.116 INFO O| Feb 23 13:29:57.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
79472025-02-23T13:29:58.737Z[ recovery-image] Feb 23 13:29:57.116 INFO O| Feb 23 13:29:57.116 INFO STEP 1095 (remove_files) COMPLETE
79482025-02-23T13:29:58.737Z[ recovery-image] Feb 23 13:29:57.116 INFO O| Feb 23 13:29:57.116 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492025-02-23T13:29:58.754Z[ recovery-image] Feb 23 13:29:57.142 INFO O| Feb 23 13:29:57.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
79502025-02-23T13:29:58.754Z[ recovery-image] Feb 23 13:29:57.142 INFO O| Feb 23 13:29:57.142 INFO STEP 1096 (remove_files) COMPLETE
79512025-02-23T13:29:58.754Z[ recovery-image] Feb 23 13:29:57.142 INFO O| Feb 23 13:29:57.142 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522025-02-23T13:29:58.786Z[ recovery-image] Feb 23 13:29:57.175 INFO O| Feb 23 13:29:57.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
79532025-02-23T13:29:58.787Z[ recovery-image] Feb 23 13:29:57.175 INFO O| Feb 23 13:29:57.175 INFO STEP 1097 (remove_files) COMPLETE
79542025-02-23T13:29:58.787Z[ recovery-image] Feb 23 13:29:57.175 INFO O| Feb 23 13:29:57.175 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552025-02-23T13:29:58.832Z[ recovery-image] Feb 23 13:29:57.219 INFO O| Feb 23 13:29:57.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
79562025-02-23T13:29:58.832Z[ recovery-image] Feb 23 13:29:57.219 INFO O| Feb 23 13:29:57.219 INFO STEP 1098 (remove_files) COMPLETE
79572025-02-23T13:29:58.832Z[ recovery-image] Feb 23 13:29:57.219 INFO O| Feb 23 13:29:57.219 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582025-02-23T13:29:58.886Z[ recovery-image] Feb 23 13:29:57.274 INFO O| Feb 23 13:29:57.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
79592025-02-23T13:29:58.889Z[ recovery-image] Feb 23 13:29:57.275 INFO O| Feb 23 13:29:57.275 INFO STEP 1099 (remove_files) COMPLETE
79602025-02-23T13:29:58.889Z[ recovery-image] Feb 23 13:29:57.275 INFO O| Feb 23 13:29:57.275 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612025-02-23T13:29:58.942Z[ recovery-image] Feb 23 13:29:57.330 INFO O| Feb 23 13:29:57.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
79622025-02-23T13:29:58.942Z[ recovery-image] Feb 23 13:29:57.330 INFO O| Feb 23 13:29:57.330 INFO STEP 1100 (remove_files) COMPLETE
79632025-02-23T13:29:58.944Z[ recovery-image] Feb 23 13:29:57.330 INFO O| Feb 23 13:29:57.330 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642025-02-23T13:29:58.969Z[ recovery-image] Feb 23 13:29:57.357 INFO O| Feb 23 13:29:57.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
79652025-02-23T13:29:58.969Z[ recovery-image] Feb 23 13:29:57.357 INFO O| Feb 23 13:29:57.357 INFO STEP 1101 (remove_files) COMPLETE
79662025-02-23T13:29:58.969Z[ recovery-image] Feb 23 13:29:57.357 INFO O| Feb 23 13:29:57.357 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672025-02-23T13:29:59.015Z[ recovery-image] Feb 23 13:29:57.402 INFO O| Feb 23 13:29:57.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
79682025-02-23T13:29:59.017Z[ recovery-image] Feb 23 13:29:57.402 INFO O| Feb 23 13:29:57.402 INFO STEP 1102 (remove_files) COMPLETE
79692025-02-23T13:29:59.017Z[ recovery-image] Feb 23 13:29:57.403 INFO O| Feb 23 13:29:57.403 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702025-02-23T13:29:59.043Z[ recovery-image] Feb 23 13:29:57.431 INFO O| Feb 23 13:29:57.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
79712025-02-23T13:29:59.043Z[ recovery-image] Feb 23 13:29:57.431 INFO O| Feb 23 13:29:57.431 INFO STEP 1103 (remove_files) COMPLETE
79722025-02-23T13:29:59.046Z[ recovery-image] Feb 23 13:29:57.431 INFO O| Feb 23 13:29:57.431 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732025-02-23T13:29:59.100Z[ recovery-image] Feb 23 13:29:57.488 INFO O| Feb 23 13:29:57.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
79742025-02-23T13:29:59.103Z[ recovery-image] Feb 23 13:29:57.489 INFO O| Feb 23 13:29:57.489 INFO STEP 1104 (remove_files) COMPLETE
79752025-02-23T13:29:59.103Z[ recovery-image] Feb 23 13:29:57.489 INFO O| Feb 23 13:29:57.489 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762025-02-23T13:29:59.131Z[ recovery-image] Feb 23 13:29:57.519 INFO O| Feb 23 13:29:57.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
79772025-02-23T13:29:59.134Z[ recovery-image] Feb 23 13:29:57.520 INFO O| Feb 23 13:29:57.520 INFO STEP 1105 (remove_files) COMPLETE
79782025-02-23T13:29:59.135Z[ recovery-image] Feb 23 13:29:57.520 INFO O| Feb 23 13:29:57.520 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792025-02-23T13:29:59.159Z[ recovery-image] Feb 23 13:29:57.547 INFO O| Feb 23 13:29:57.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
79802025-02-23T13:29:59.162Z[ recovery-image] Feb 23 13:29:57.548 INFO O| Feb 23 13:29:57.547 INFO STEP 1106 (remove_files) COMPLETE
79812025-02-23T13:29:59.162Z[ recovery-image] Feb 23 13:29:57.548 INFO O| Feb 23 13:29:57.547 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822025-02-23T13:29:59.224Z[ recovery-image] Feb 23 13:29:57.613 INFO O| Feb 23 13:29:57.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
79832025-02-23T13:29:59.228Z[ recovery-image] Feb 23 13:29:57.613 INFO O| Feb 23 13:29:57.613 INFO STEP 1107 (remove_files) COMPLETE
79842025-02-23T13:29:59.228Z[ recovery-image] Feb 23 13:29:57.613 INFO O| Feb 23 13:29:57.613 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852025-02-23T13:29:59.282Z[ recovery-image] Feb 23 13:29:57.670 INFO O| Feb 23 13:29:57.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
79862025-02-23T13:29:59.285Z[ recovery-image] Feb 23 13:29:57.671 INFO O| Feb 23 13:29:57.670 INFO STEP 1108 (remove_files) COMPLETE
79872025-02-23T13:29:59.285Z[ recovery-image] Feb 23 13:29:57.671 INFO O| Feb 23 13:29:57.671 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882025-02-23T13:29:59.374Z[ recovery-image] Feb 23 13:29:57.762 INFO O| Feb 23 13:29:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
79892025-02-23T13:29:59.374Z[ recovery-image] Feb 23 13:29:57.762 INFO O| Feb 23 13:29:57.762 INFO STEP 1109 (remove_files) COMPLETE
79902025-02-23T13:29:59.374Z[ recovery-image] Feb 23 13:29:57.762 INFO O| Feb 23 13:29:57.762 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912025-02-23T13:29:59.465Z[ recovery-image] Feb 23 13:29:57.852 INFO O| Feb 23 13:29:57.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
79922025-02-23T13:29:59.465Z[ recovery-image] Feb 23 13:29:57.852 INFO O| Feb 23 13:29:57.852 INFO STEP 1110 (remove_files) COMPLETE
79932025-02-23T13:29:59.465Z[ recovery-image] Feb 23 13:29:57.852 INFO O| Feb 23 13:29:57.852 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942025-02-23T13:29:59.500Z[ recovery-image] Feb 23 13:29:57.888 INFO O| Feb 23 13:29:57.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
79952025-02-23T13:29:59.500Z[ recovery-image] Feb 23 13:29:57.889 INFO O| Feb 23 13:29:57.889 INFO STEP 1111 (remove_files) COMPLETE
79962025-02-23T13:29:59.500Z[ recovery-image] Feb 23 13:29:57.889 INFO O| Feb 23 13:29:57.889 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972025-02-23T13:29:59.527Z[ recovery-image] Feb 23 13:29:57.915 INFO O| Feb 23 13:29:57.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
79982025-02-23T13:29:59.527Z[ recovery-image] Feb 23 13:29:57.916 INFO O| Feb 23 13:29:57.916 INFO STEP 1112 (remove_files) COMPLETE
79992025-02-23T13:29:59.527Z[ recovery-image] Feb 23 13:29:57.916 INFO O| Feb 23 13:29:57.916 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002025-02-23T13:29:59.554Z[ recovery-image] Feb 23 13:29:57.942 INFO O| Feb 23 13:29:57.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
80012025-02-23T13:29:59.557Z[ recovery-image] Feb 23 13:29:57.942 INFO O| Feb 23 13:29:57.942 INFO STEP 1113 (remove_files) COMPLETE
80022025-02-23T13:29:59.557Z[ recovery-image] Feb 23 13:29:57.943 INFO O| Feb 23 13:29:57.942 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032025-02-23T13:29:59.579Z[ recovery-image] Feb 23 13:29:57.967 INFO O| Feb 23 13:29:57.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
80042025-02-23T13:29:59.582Z[ recovery-image] Feb 23 13:29:57.967 INFO O| Feb 23 13:29:57.967 INFO STEP 1114 (remove_files) COMPLETE
80052025-02-23T13:29:59.582Z[ recovery-image] Feb 23 13:29:57.967 INFO O| Feb 23 13:29:57.967 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062025-02-23T13:29:59.618Z[ recovery-image] Feb 23 13:29:58.006 INFO O| Feb 23 13:29:58.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
80072025-02-23T13:29:59.618Z[ recovery-image] Feb 23 13:29:58.006 INFO O| Feb 23 13:29:58.006 INFO STEP 1115 (remove_files) COMPLETE
80082025-02-23T13:29:59.621Z[ recovery-image] Feb 23 13:29:58.006 INFO O| Feb 23 13:29:58.006 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092025-02-23T13:29:59.646Z[ recovery-image] Feb 23 13:29:58.034 INFO O| Feb 23 13:29:58.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
80102025-02-23T13:29:59.649Z[ recovery-image] Feb 23 13:29:58.034 INFO O| Feb 23 13:29:58.034 INFO STEP 1116 (remove_files) COMPLETE
80112025-02-23T13:29:59.649Z[ recovery-image] Feb 23 13:29:58.034 INFO O| Feb 23 13:29:58.034 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122025-02-23T13:29:59.702Z[ recovery-image] Feb 23 13:29:58.090 INFO O| Feb 23 13:29:58.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
80132025-02-23T13:29:59.704Z[ recovery-image] Feb 23 13:29:58.090 INFO O| Feb 23 13:29:58.090 INFO STEP 1117 (remove_files) COMPLETE
80142025-02-23T13:29:59.704Z[ recovery-image] Feb 23 13:29:58.090 INFO O| Feb 23 13:29:58.090 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152025-02-23T13:29:59.731Z[ recovery-image] Feb 23 13:29:58.119 INFO O| Feb 23 13:29:58.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
80162025-02-23T13:29:59.731Z[ recovery-image] Feb 23 13:29:58.119 INFO O| Feb 23 13:29:58.119 INFO STEP 1118 (remove_files) COMPLETE
80172025-02-23T13:29:59.734Z[ recovery-image] Feb 23 13:29:58.119 INFO O| Feb 23 13:29:58.119 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182025-02-23T13:29:59.765Z[ recovery-image] Feb 23 13:29:58.153 INFO O| Feb 23 13:29:58.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
80192025-02-23T13:29:59.765Z[ recovery-image] Feb 23 13:29:58.154 INFO O| Feb 23 13:29:58.154 INFO STEP 1119 (remove_files) COMPLETE
80202025-02-23T13:29:59.766Z[ recovery-image] Feb 23 13:29:58.154 INFO O| Feb 23 13:29:58.154 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212025-02-23T13:29:59.791Z[ recovery-image] Feb 23 13:29:58.179 INFO O| Feb 23 13:29:58.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
80222025-02-23T13:29:59.791Z[ recovery-image] Feb 23 13:29:58.179 INFO O| Feb 23 13:29:58.179 INFO STEP 1120 (remove_files) COMPLETE
80232025-02-23T13:29:59.794Z[ recovery-image] Feb 23 13:29:58.179 INFO O| Feb 23 13:29:58.179 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242025-02-23T13:29:59.836Z[ recovery-image] Feb 23 13:29:58.224 INFO O| Feb 23 13:29:58.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
80252025-02-23T13:29:59.840Z[ recovery-image] Feb 23 13:29:58.225 INFO O| Feb 23 13:29:58.225 INFO STEP 1121 (remove_files) COMPLETE
80262025-02-23T13:29:59.840Z[ recovery-image] Feb 23 13:29:58.225 INFO O| Feb 23 13:29:58.225 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272025-02-23T13:29:59.865Z[ recovery-image] Feb 23 13:29:58.253 INFO O| Feb 23 13:29:58.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
80282025-02-23T13:29:59.867Z[ recovery-image] Feb 23 13:29:58.253 INFO O| Feb 23 13:29:58.253 INFO STEP 1122 (remove_files) COMPLETE
80292025-02-23T13:29:59.867Z[ recovery-image] Feb 23 13:29:58.253 INFO O| Feb 23 13:29:58.253 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302025-02-23T13:29:59.902Z[ recovery-image] Feb 23 13:29:58.290 INFO O| Feb 23 13:29:58.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
80312025-02-23T13:29:59.905Z[ recovery-image] Feb 23 13:29:58.290 INFO O| Feb 23 13:29:58.290 INFO STEP 1123 (remove_files) COMPLETE
80322025-02-23T13:29:59.905Z[ recovery-image] Feb 23 13:29:58.290 INFO O| Feb 23 13:29:58.290 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332025-02-23T13:29:59.928Z[ recovery-image] Feb 23 13:29:58.316 INFO O| Feb 23 13:29:58.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
80342025-02-23T13:29:59.930Z[ recovery-image] Feb 23 13:29:58.316 INFO O| Feb 23 13:29:58.316 INFO STEP 1124 (remove_files) COMPLETE
80352025-02-23T13:29:59.930Z[ recovery-image] Feb 23 13:29:58.316 INFO O| Feb 23 13:29:58.316 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362025-02-23T13:29:59.969Z[ recovery-image] Feb 23 13:29:58.356 INFO O| Feb 23 13:29:58.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
80372025-02-23T13:29:59.969Z[ recovery-image] Feb 23 13:29:58.356 INFO O| Feb 23 13:29:58.356 INFO STEP 1125 (remove_files) COMPLETE
80382025-02-23T13:29:59.969Z[ recovery-image] Feb 23 13:29:58.356 INFO O| Feb 23 13:29:58.356 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392025-02-23T13:29:59.991Z[ recovery-image] Feb 23 13:29:58.379 INFO O| Feb 23 13:29:58.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
80402025-02-23T13:29:59.994Z[ recovery-image] Feb 23 13:29:58.379 INFO O| Feb 23 13:29:58.379 INFO STEP 1126 (remove_files) COMPLETE
80412025-02-23T13:29:59.994Z[ recovery-image] Feb 23 13:29:58.379 INFO O| Feb 23 13:29:58.379 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422025-02-23T13:30:00.020Z[ recovery-image] Feb 23 13:29:58.408 INFO O| Feb 23 13:29:58.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
80432025-02-23T13:30:00.020Z[ recovery-image] Feb 23 13:29:58.408 INFO O| Feb 23 13:29:58.408 INFO STEP 1127 (remove_files) COMPLETE
80442025-02-23T13:30:00.023Z[ recovery-image] Feb 23 13:29:58.408 INFO O| Feb 23 13:29:58.408 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452025-02-23T13:30:00.048Z[ recovery-image] Feb 23 13:29:58.436 INFO O| Feb 23 13:29:58.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
80462025-02-23T13:30:00.051Z[ recovery-image] Feb 23 13:29:58.437 INFO O| Feb 23 13:29:58.436 INFO STEP 1128 (remove_files) COMPLETE
80472025-02-23T13:30:00.051Z[ recovery-image] Feb 23 13:29:58.437 INFO O| Feb 23 13:29:58.437 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482025-02-23T13:30:00.090Z[ recovery-image] Feb 23 13:29:58.478 INFO O| Feb 23 13:29:58.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
80492025-02-23T13:30:00.090Z[ recovery-image] Feb 23 13:29:58.478 INFO O| Feb 23 13:29:58.478 INFO STEP 1129 (remove_files) COMPLETE
80502025-02-23T13:30:00.093Z[ recovery-image] Feb 23 13:29:58.478 INFO O| Feb 23 13:29:58.478 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512025-02-23T13:30:00.116Z[ recovery-image] Feb 23 13:29:58.504 INFO O| Feb 23 13:29:58.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
80522025-02-23T13:30:00.116Z[ recovery-image] Feb 23 13:29:58.504 INFO O| Feb 23 13:29:58.504 INFO STEP 1130 (remove_files) COMPLETE
80532025-02-23T13:30:00.116Z[ recovery-image] Feb 23 13:29:58.504 INFO O| Feb 23 13:29:58.504 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542025-02-23T13:30:00.173Z[ recovery-image] Feb 23 13:29:58.561 INFO O| Feb 23 13:29:58.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
80552025-02-23T13:30:00.176Z[ recovery-image] Feb 23 13:29:58.561 INFO O| Feb 23 13:29:58.561 INFO STEP 1131 (remove_files) COMPLETE
80562025-02-23T13:30:00.176Z[ recovery-image] Feb 23 13:29:58.561 INFO O| Feb 23 13:29:58.561 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572025-02-23T13:30:00.196Z[ recovery-image] Feb 23 13:29:58.584 INFO O| Feb 23 13:29:58.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
80582025-02-23T13:30:00.196Z[ recovery-image] Feb 23 13:29:58.584 INFO O| Feb 23 13:29:58.584 INFO STEP 1132 (remove_files) COMPLETE
80592025-02-23T13:30:00.199Z[ recovery-image] Feb 23 13:29:58.584 INFO O| Feb 23 13:29:58.584 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602025-02-23T13:30:00.758Z[ recovery-image] Feb 23 13:29:58.614 INFO O| Feb 23 13:29:58.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
80612025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.614 INFO O| Feb 23 13:29:58.614 INFO STEP 1133 (remove_files) COMPLETE
80622025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.614 INFO O| Feb 23 13:29:58.614 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.641 INFO O| Feb 23 13:29:58.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
80642025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.641 INFO O| Feb 23 13:29:58.641 INFO STEP 1134 (remove_files) COMPLETE
80652025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.641 INFO O| Feb 23 13:29:58.641 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.678 INFO O| Feb 23 13:29:58.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
80672025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.678 INFO O| Feb 23 13:29:58.678 INFO STEP 1135 (remove_files) COMPLETE
80682025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.678 INFO O| Feb 23 13:29:58.678 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.718 INFO O| Feb 23 13:29:58.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
80702025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.718 INFO O| Feb 23 13:29:58.718 INFO STEP 1136 (remove_files) COMPLETE
80712025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.718 INFO O| Feb 23 13:29:58.718 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.744 INFO O| Feb 23 13:29:58.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
80732025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.745 INFO O| Feb 23 13:29:58.744 INFO STEP 1137 (remove_files) COMPLETE
80742025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.745 INFO O| Feb 23 13:29:58.745 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.783 INFO O| Feb 23 13:29:58.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
80762025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.783 INFO O| Feb 23 13:29:58.783 INFO STEP 1138 (remove_files) COMPLETE
80772025-02-23T13:30:00.763Z[ recovery-image] Feb 23 13:29:58.783 INFO O| Feb 23 13:29:58.783 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.810 INFO O| Feb 23 13:29:58.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
80792025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.810 INFO O| Feb 23 13:29:58.810 INFO STEP 1139 (remove_files) COMPLETE
80802025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.810 INFO O| Feb 23 13:29:58.810 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.836 INFO O| Feb 23 13:29:58.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
80822025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.836 INFO O| Feb 23 13:29:58.836 INFO STEP 1140 (remove_files) COMPLETE
80832025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.836 INFO O| Feb 23 13:29:58.836 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.861 INFO O| Feb 23 13:29:58.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
80852025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.861 INFO O| Feb 23 13:29:58.861 INFO STEP 1141 (remove_files) COMPLETE
80862025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.861 INFO O| Feb 23 13:29:58.861 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.903 INFO O| Feb 23 13:29:58.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
80882025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.904 INFO O| Feb 23 13:29:58.904 INFO STEP 1142 (remove_files) COMPLETE
80892025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.904 INFO O| Feb 23 13:29:58.904 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.947 INFO O| Feb 23 13:29:58.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
80912025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.947 INFO O| Feb 23 13:29:58.947 INFO STEP 1143 (remove_files) COMPLETE
80922025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.948 INFO O| Feb 23 13:29:58.947 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.977 INFO O| Feb 23 13:29:58.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
80942025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.977 INFO O| Feb 23 13:29:58.977 INFO STEP 1144 (remove_files) COMPLETE
80952025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:58.978 INFO O| Feb 23 13:29:58.977 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:59.037 INFO O| Feb 23 13:29:59.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
80972025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:59.037 INFO O| Feb 23 13:29:59.037 INFO STEP 1145 (remove_files) COMPLETE
80982025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:59.038 INFO O| Feb 23 13:29:59.038 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:59.077 INFO O| Feb 23 13:29:59.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
81002025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:59.077 INFO O| Feb 23 13:29:59.077 INFO STEP 1146 (remove_files) COMPLETE
81012025-02-23T13:30:00.764Z[ recovery-image] Feb 23 13:29:59.077 INFO O| Feb 23 13:29:59.077 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022025-02-23T13:30:00.769Z[ recovery-image] Feb 23 13:29:59.157 INFO O| Feb 23 13:29:59.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
81032025-02-23T13:30:00.769Z[ recovery-image] Feb 23 13:29:59.157 INFO O| Feb 23 13:29:59.157 INFO STEP 1147 (remove_files) COMPLETE
81042025-02-23T13:30:00.772Z[ recovery-image] Feb 23 13:29:59.157 INFO O| Feb 23 13:29:59.157 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052025-02-23T13:30:00.794Z[ recovery-image] Feb 23 13:29:59.180 INFO O| Feb 23 13:29:59.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
81062025-02-23T13:30:00.794Z[ recovery-image] Feb 23 13:29:59.180 INFO O| Feb 23 13:29:59.180 INFO STEP 1148 (remove_files) COMPLETE
81072025-02-23T13:30:00.794Z[ recovery-image] Feb 23 13:29:59.180 INFO O| Feb 23 13:29:59.180 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082025-02-23T13:30:00.827Z[ recovery-image] Feb 23 13:29:59.214 INFO O| Feb 23 13:29:59.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
81092025-02-23T13:30:00.828Z[ recovery-image] Feb 23 13:29:59.214 INFO O| Feb 23 13:29:59.214 INFO STEP 1149 (remove_files) COMPLETE
81102025-02-23T13:30:00.828Z[ recovery-image] Feb 23 13:29:59.214 INFO O| Feb 23 13:29:59.214 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112025-02-23T13:30:00.941Z[ recovery-image] Feb 23 13:29:59.328 INFO O| Feb 23 13:29:59.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
81122025-02-23T13:30:00.941Z[ recovery-image] Feb 23 13:29:59.329 INFO O| Feb 23 13:29:59.328 INFO STEP 1150 (remove_files) COMPLETE
81132025-02-23T13:30:00.944Z[ recovery-image] Feb 23 13:29:59.329 INFO O| Feb 23 13:29:59.328 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142025-02-23T13:30:00.968Z[ recovery-image] Feb 23 13:29:59.354 INFO O| Feb 23 13:29:59.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
81152025-02-23T13:30:00.968Z[ recovery-image] Feb 23 13:29:59.354 INFO O| Feb 23 13:29:59.354 INFO STEP 1151 (remove_files) COMPLETE
81162025-02-23T13:30:00.968Z[ recovery-image] Feb 23 13:29:59.354 INFO O| Feb 23 13:29:59.354 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81172025-02-23T13:30:01.027Z[ recovery-image] Feb 23 13:29:59.415 INFO O| Feb 23 13:29:59.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
81182025-02-23T13:30:01.030Z[ recovery-image] Feb 23 13:29:59.415 INFO O| Feb 23 13:29:59.415 INFO STEP 1152 (remove_files) COMPLETE
81192025-02-23T13:30:01.030Z[ recovery-image] Feb 23 13:29:59.415 INFO O| Feb 23 13:29:59.415 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81202025-02-23T13:30:01.066Z[ recovery-image] Feb 23 13:29:59.454 INFO O| Feb 23 13:29:59.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
81212025-02-23T13:30:01.067Z[ recovery-image] Feb 23 13:29:59.454 INFO O| Feb 23 13:29:59.454 INFO STEP 1153 (remove_files) COMPLETE
81222025-02-23T13:30:01.069Z[ recovery-image] Feb 23 13:29:59.454 INFO O| Feb 23 13:29:59.454 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81232025-02-23T13:30:01.131Z[ recovery-image] Feb 23 13:29:59.519 INFO O| Feb 23 13:29:59.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
81242025-02-23T13:30:01.131Z[ recovery-image] Feb 23 13:29:59.519 INFO O| Feb 23 13:29:59.519 INFO STEP 1154 (remove_files) COMPLETE
81252025-02-23T13:30:01.131Z[ recovery-image] Feb 23 13:29:59.519 INFO O| Feb 23 13:29:59.519 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81262025-02-23T13:30:01.174Z[ recovery-image] Feb 23 13:29:59.562 INFO O| Feb 23 13:29:59.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
81272025-02-23T13:30:01.177Z[ recovery-image] Feb 23 13:29:59.562 INFO O| Feb 23 13:29:59.562 INFO STEP 1155 (remove_files) COMPLETE
81282025-02-23T13:30:01.177Z[ recovery-image] Feb 23 13:29:59.562 INFO O| Feb 23 13:29:59.562 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81292025-02-23T13:30:01.200Z[ recovery-image] Feb 23 13:29:59.587 INFO O| Feb 23 13:29:59.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
81302025-02-23T13:30:01.203Z[ recovery-image] Feb 23 13:29:59.588 INFO O| Feb 23 13:29:59.588 INFO STEP 1156 (remove_files) COMPLETE
81312025-02-23T13:30:01.203Z[ recovery-image] Feb 23 13:29:59.588 INFO O| Feb 23 13:29:59.588 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81322025-02-23T13:30:01.240Z[ recovery-image] Feb 23 13:29:59.627 INFO O| Feb 23 13:29:59.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
81332025-02-23T13:30:01.243Z[ recovery-image] Feb 23 13:29:59.628 INFO O| Feb 23 13:29:59.628 INFO STEP 1157 (remove_files) COMPLETE
81342025-02-23T13:30:01.243Z[ recovery-image] Feb 23 13:29:59.628 INFO O| Feb 23 13:29:59.628 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81352025-02-23T13:30:01.278Z[ recovery-image] Feb 23 13:29:59.666 INFO O| Feb 23 13:29:59.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
81362025-02-23T13:30:01.281Z[ recovery-image] Feb 23 13:29:59.666 INFO O| Feb 23 13:29:59.666 INFO STEP 1158 (remove_files) COMPLETE
81372025-02-23T13:30:01.281Z[ recovery-image] Feb 23 13:29:59.666 INFO O| Feb 23 13:29:59.666 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81382025-02-23T13:30:01.306Z[ recovery-image] Feb 23 13:29:59.694 INFO O| Feb 23 13:29:59.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
81392025-02-23T13:30:01.306Z[ recovery-image] Feb 23 13:29:59.694 INFO O| Feb 23 13:29:59.694 INFO STEP 1159 (remove_files) COMPLETE
81402025-02-23T13:30:01.309Z[ recovery-image] Feb 23 13:29:59.694 INFO O| Feb 23 13:29:59.694 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81412025-02-23T13:30:01.336Z[ recovery-image] Feb 23 13:29:59.724 INFO O| Feb 23 13:29:59.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
81422025-02-23T13:30:01.339Z[ recovery-image] Feb 23 13:29:59.724 INFO O| Feb 23 13:29:59.724 INFO STEP 1160 (remove_files) COMPLETE
81432025-02-23T13:30:01.339Z[ recovery-image] Feb 23 13:29:59.724 INFO O| Feb 23 13:29:59.724 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81442025-02-23T13:30:01.398Z[ recovery-image] Feb 23 13:29:59.785 INFO O| Feb 23 13:29:59.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
81452025-02-23T13:30:01.401Z[ recovery-image] Feb 23 13:29:59.786 INFO O| Feb 23 13:29:59.786 INFO STEP 1161 (remove_files) COMPLETE
81462025-02-23T13:30:01.401Z[ recovery-image] Feb 23 13:29:59.786 INFO O| Feb 23 13:29:59.786 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81472025-02-23T13:30:01.428Z[ recovery-image] Feb 23 13:29:59.815 INFO O| Feb 23 13:29:59.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
81482025-02-23T13:30:01.431Z[ recovery-image] Feb 23 13:29:59.816 INFO O| Feb 23 13:29:59.816 INFO STEP 1162 (remove_files) COMPLETE
81492025-02-23T13:30:01.431Z[ recovery-image] Feb 23 13:29:59.816 INFO O| Feb 23 13:29:59.816 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81502025-02-23T13:30:01.463Z[ recovery-image] Feb 23 13:29:59.850 INFO O| Feb 23 13:29:59.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
81512025-02-23T13:30:01.465Z[ recovery-image] Feb 23 13:29:59.851 INFO O| Feb 23 13:29:59.850 INFO STEP 1163 (remove_files) COMPLETE
81522025-02-23T13:30:01.465Z[ recovery-image] Feb 23 13:29:59.851 INFO O| Feb 23 13:29:59.851 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81532025-02-23T13:30:01.486Z[ recovery-image] Feb 23 13:29:59.873 INFO O| Feb 23 13:29:59.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
81542025-02-23T13:30:01.489Z[ recovery-image] Feb 23 13:29:59.874 INFO O| Feb 23 13:29:59.874 INFO STEP 1164 (remove_files) COMPLETE
81552025-02-23T13:30:01.489Z[ recovery-image] Feb 23 13:29:59.874 INFO O| Feb 23 13:29:59.874 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81562025-02-23T13:30:01.528Z[ recovery-image] Feb 23 13:29:59.915 INFO O| Feb 23 13:29:59.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
81572025-02-23T13:30:01.528Z[ recovery-image] Feb 23 13:29:59.915 INFO O| Feb 23 13:29:59.915 INFO STEP 1165 (remove_files) COMPLETE
81582025-02-23T13:30:01.528Z[ recovery-image] Feb 23 13:29:59.915 INFO O| Feb 23 13:29:59.915 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
81592025-02-23T13:30:01.562Z[ recovery-image] Feb 23 13:29:59.950 INFO O| Feb 23 13:29:59.950 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
81602025-02-23T13:30:01.562Z[ recovery-image] Feb 23 13:29:59.950 INFO O| Feb 23 13:29:59.950 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
81612025-02-23T13:30:02.751Z[ host-image] Feb 23 13:30:01.137 INFO O| Feb 23 13:30:01.137 INFO O| Planning: Solver setup ... Done
81622025-02-23T13:30:02.758Z[ host-image] Feb 23 13:30:01.146 INFO O| Feb 23 13:30:01.146 INFO O| Planning: Running solver ... Done
81632025-02-23T13:30:02.865Z[ host-image] Feb 23 13:30:01.253 INFO O| Feb 23 13:30:01.253 INFO O| Planning: Finding local manifests ... Done
81642025-02-23T13:30:02.869Z[ host-image] Feb 23 13:30:01.254 INFO O| Feb 23 13:30:01.254 INFO O| Planning: Fetching manifests: 0/1 0% complete
81652025-02-23T13:30:03.136Z[ host-image] Feb 23 13:30:01.523 INFO O| Feb 23 13:30:01.523 INFO O| Planning: Fetching manifests: 1/1 100% complete
81662025-02-23T13:30:03.168Z[ host-image] Feb 23 13:30:01.556 INFO O| Feb 23 13:30:01.556 INFO O| Planning: Package planning ... Done
81672025-02-23T13:30:03.171Z[ host-image] Feb 23 13:30:01.556 INFO O| Feb 23 13:30:01.556 INFO O| Planning: Merging actions ... Done
81682025-02-23T13:30:03.297Z[ host-image] Feb 23 13:30:01.684 INFO O| Feb 23 13:30:01.684 INFO O| Planning: Checking for conflicting actions ... Done
81692025-02-23T13:30:03.300Z[ host-image] Feb 23 13:30:01.685 INFO O| Feb 23 13:30:01.685 INFO O| Planning: Consolidating action changes ... Done
81702025-02-23T13:30:03.400Z[ recovery-image] Feb 23 13:30:01.788 INFO O| Feb 23 13:30:01.787 INFO STEP 1166 (pack_tar) COMPLETE
81712025-02-23T13:30:03.400Z[ recovery-image] Feb 23 13:30:01.788 INFO O| Feb 23 13:30:01.787 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81722025-02-23T13:30:03.403Z[ recovery-image] Feb 23 13:30:01.788 INFO O| Feb 23 13:30:01.788 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81732025-02-23T13:30:03.756Z[ recovery-image] Feb 23 13:30:02.143 INFO O| Feb 23 13:30:02.143 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
81742025-02-23T13:30:03.779Z[ host-image] Feb 23 13:30:02.167 INFO O| Feb 23 13:30:02.166 INFO O| Planning: Evaluating mediators ... Done
81752025-02-23T13:30:03.782Z[ host-image] Feb 23 13:30:02.167 INFO O| Feb 23 13:30:02.167 INFO O| Planning: Planning completed in 6.16 seconds
81762025-02-23T13:30:03.785Z[ host-image] Feb 23 13:30:02.170 INFO O| Feb 23 13:30:02.170 INFO O| Packages to install: 1
81772025-02-23T13:30:03.804Z[ host-image] Feb 23 13:30:02.191 INFO O| Feb 23 13:30:02.191 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
81782025-02-23T13:30:03.924Z[ recovery-image] Feb 23 13:30:02.294 INFO O| Feb 23 13:30:02.294 INFO completed processing gimlet/ramdisk-03-recovery-trim
81792025-02-23T13:30:03.928Z[ recovery-image] Feb 23 13:30:02.305 INFO image builder template: zfs-recovery...
81802025-02-23T13:30:03.928Z[ recovery-image] Feb 23 13:30:02.306 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/.tmpO8vQuE/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
81812025-02-23T13:30:03.986Z[ recovery-image] Feb 23 13:30:02.373 INFO O| Feb 23 13:30:02.373 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81822025-02-23T13:30:04.004Z[ recovery-image] Feb 23 13:30:02.391 INFO O| Feb 23 13:30:02.391 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81832025-02-23T13:30:04.169Z[ recovery-image] Feb 23 13:30:02.556 INFO O| Feb 23 13:30:02.556 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
81842025-02-23T13:30:04.267Z[ recovery-image] Feb 23 13:30:02.654 INFO O| Feb 23 13:30:02.654 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81852025-02-23T13:30:04.270Z[ recovery-image] Feb 23 13:30:02.655 INFO O| Feb 23 13:30:02.655 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
81862025-02-23T13:30:04.278Z[ recovery-image] Feb 23 13:30:02.665 INFO O| Feb 23 13:30:02.665 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81872025-02-23T13:30:04.398Z[ recovery-image] Feb 23 13:30:02.785 INFO O| Feb 23 13:30:02.784 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
81882025-02-23T13:30:04.522Z[ recovery-image] Feb 23 13:30:02.909 INFO O| Feb 23 13:30:02.909 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
81892025-02-23T13:30:04.552Z[ recovery-image] Feb 23 13:30:02.939 INFO O| Feb 23 13:30:02.938 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81902025-02-23T13:30:04.567Z[ recovery-image] Feb 23 13:30:02.954 INFO O| Feb 23 13:30:02.953 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
81912025-02-23T13:30:04.584Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
81922025-02-23T13:30:04.626Z[ recovery-image] Feb 23 13:30:03.013 INFO O| Feb 23 13:30:03.013 INFO no lofi found
81932025-02-23T13:30:04.626Z[ recovery-image] Feb 23 13:30:03.013 INFO O| Feb 23 13:30:03.013 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
81942025-02-23T13:30:04.626Z[ recovery-image] Feb 23 13:30:03.013 INFO O| Feb 23 13:30:03.013 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81952025-02-23T13:30:04.820Z[ host-image] Feb 23 13:30:03.207 INFO O| Feb 23 13:30:03.207 INFO O| Download: Completed 10.27 MB in 1.02 seconds (10.1M/s)
81962025-02-23T13:30:05.047Z[ host-image] Feb 23 13:30:03.434 INFO O| Feb 23 13:30:03.434 INFO O| Actions: 1/22 actions (Installing new actions)
81972025-02-23T13:30:05.521Z[ host-image] Feb 23 13:30:03.908 INFO O| Feb 23 13:30:03.908 INFO O| Actions: Completed 22 actions in 0.47 seconds.
81982025-02-23T13:30:06.137Z[ host-image] Feb 23 13:30:04.524 INFO O| Feb 23 13:30:04.524 INFO O| Done
81992025-02-23T13:30:06.137Z[ host-image] Feb 23 13:30:04.524 INFO O| Feb 23 13:30:04.524 INFO O| Done
82002025-02-23T13:30:06.627Z[ recovery-image] Feb 23 13:30:05.014 INFO O| Feb 23 13:30:05.013 INFO lofi device = /dev/dsk/c2t1d0p0
82012025-02-23T13:30:06.627Z[ recovery-image] Feb 23 13:30:05.014 INFO O| Feb 23 13:30:05.013 INFO pool device = /dev/dsk/c2t1d0p0
82022025-02-23T13:30:06.630Z[ recovery-image] Feb 23 13:30:05.014 INFO O| Feb 23 13:30:05.014 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"]
82032025-02-23T13:30:06.863Z[ recovery-image] Feb 23 13:30:05.250 INFO O| Feb 23 13:30:05.250 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82042025-02-23T13:30:06.863Z[ recovery-image] Feb 23 13:30:05.250 INFO O| Feb 23 13:30:05.250 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
82052025-02-23T13:30:06.905Z[ recovery-image] Feb 23 13:30:05.292 INFO O| Feb 23 13:30:05.292 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
82062025-02-23T13:30:07.294Z[ recovery-image] Feb 23 13:30:05.681 INFO O| Feb 23 13:30:05.681 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
82072025-02-23T13:30:07.360Z[ recovery-image] Feb 23 13:30:05.747 INFO O| Feb 23 13:30:05.747 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
82082025-02-23T13:30:07.388Z[ recovery-image] Feb 23 13:30:05.775 INFO O| Feb 23 13:30:05.775 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
82092025-02-23T13:30:07.411Z[ recovery-image] Feb 23 13:30:05.798 INFO O| Feb 23 13:30:05.798 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82102025-02-23T13:30:07.519Z[ recovery-image] Feb 23 13:30:05.905 INFO O| Feb 23 13:30:05.905 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
82112025-02-23T13:30:07.522Z[ recovery-image] Feb 23 13:30:05.906 INFO O| Feb 23 13:30:05.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
82122025-02-23T13:30:07.522Z[ recovery-image] Feb 23 13:30:05.906 INFO O| Feb 23 13:30:05.906 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
82132025-02-23T13:30:07.541Z[ recovery-image] Feb 23 13:30:05.927 INFO O| Feb 23 13:30:05.927 INFO boot environment UUID: 2c2bd981-8315-47ae-b62c-1809dd788fef
82142025-02-23T13:30:07.541Z[ recovery-image] Feb 23 13:30:05.928 INFO O| Feb 23 13:30:05.928 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2c2bd981-8315-47ae-b62c-1809dd788fef
82152025-02-23T13:30:07.586Z[ host-image] Feb 23 13:30:05.973 INFO O| Feb 23 13:30:05.973 INFO O| Done
82162025-02-23T13:30:07.594Z[ recovery-image] Feb 23 13:30:05.981 INFO O| Feb 23 13:30:05.981 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
82172025-02-23T13:30:07.673Z[ recovery-image] Feb 23 13:30:06.059 INFO O| Feb 23 13:30:06.059 INFO STEP 0 (create_be) COMPLETE
82182025-02-23T13:30:07.673Z[ recovery-image] Feb 23 13:30:06.059 INFO O| Feb 23 13:30:06.059 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82192025-02-23T13:30:07.730Z[ recovery-image] Feb 23 13:30:06.117 INFO O| Feb 23 13:30:06.117 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"]
82202025-02-23T13:30:11.071Z[ host-image] Feb 23 13:30:09.457 INFO O| Feb 23 13:30:09.457 INFO O| Done
82212025-02-23T13:30:11.136Z[ host-image] Feb 23 13:30:09.520 INFO O| Feb 23 13:30:09.520 INFO O| Done
82222025-02-23T13:30:11.139Z[ host-image] Feb 23 13:30:09.521 INFO O| Feb 23 13:30:09.521 INFO O| Done
82232025-02-23T13:30:11.159Z[ host-image] Feb 23 13:30:09.545 INFO O| Feb 23 13:30:09.545 INFO O| Done
82242025-02-23T13:30:11.408Z[ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO STEP 14 (pkg_install) COMPLETE
82252025-02-23T13:30:11.408Z[ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82262025-02-23T13:30:11.411Z[ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO skip step because feature "mfg" is not enabled
82272025-02-23T13:30:11.414Z[ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82282025-02-23T13:30:11.414Z[ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO skip step because feature "compliance" is not enabled
82292025-02-23T13:30:11.414Z[ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82302025-02-23T13:30:11.414Z[ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO skip step because feature "stress" is not enabled
82312025-02-23T13:30:11.414Z[ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82322025-02-23T13:30:11.414Z[ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO skip step because feature "nfs" is not enabled
82332025-02-23T13:30:11.417Z[ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
82342025-02-23T13:30:11.417Z[ host-image] Feb 23 13:30:09.794 INFO O| Feb 23 13:30:09.794 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
82352025-02-23T13:30:11.501Z[ host-image] Feb 23 13:30:09.887 INFO O| Feb 23 13:30:09.887 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
82362025-02-23T13:30:11.695Z[ host-image] Feb 23 13:30:10.080 INFO O| Feb 23 13:30:10.080 INFO completed processing gimlet/ramdisk-01-os
82372025-02-23T13:30:11.699Z[ host-image] Feb 23 13:30:10.085 INFO omicron1 baseline generation...
82382025-02-23T13:30:11.701Z[ host-image] Feb 23 13:30:10.085 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
82392025-02-23T13:30:12.802Z[ host-image] Feb 23 13:30:11.188 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z
82402025-02-23T13:30:15.001Z[ recovery-image] Feb 23 13:30:13.386 INFO O| Feb 23 13:30:13.386 INFO STEP 1 (unpack_tar) COMPLETE
82412025-02-23T13:30:15.001Z[ recovery-image] Feb 23 13:30:13.386 INFO O| Feb 23 13:30:13.386 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82422025-02-23T13:30:15.024Z[ recovery-image] Feb 23 13:30:13.410 INFO O| Feb 23 13:30:13.410 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
82432025-02-23T13:30:15.900Z[ recovery-image] Feb 23 13:30:14.286 INFO O| Feb 23 13:30:14.286 INFO STEP 2 (devfsadm) COMPLETE
82442025-02-23T13:30:15.900Z[ recovery-image] Feb 23 13:30:14.286 INFO O| Feb 23 13:30:14.286 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82452025-02-23T13:30:15.927Z[ recovery-image] Feb 23 13:30:14.312 INFO O| Feb 23 13:30:14.311 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82462025-02-23T13:30:15.927Z[ recovery-image] Feb 23 13:30:14.312 INFO O| Feb 23 13:30:14.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82472025-02-23T13:30:15.927Z[ recovery-image] Feb 23 13:30:14.312 INFO O| Feb 23 13:30:14.312 INFO STEP 3 (ensure_dir) COMPLETE
82482025-02-23T13:30:15.930Z[ recovery-image] Feb 23 13:30:14.312 INFO O| Feb 23 13:30:14.312 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82492025-02-23T13:30:15.953Z[ recovery-image] Feb 23 13:30:14.338 INFO O| Feb 23 13:30:14.338 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82502025-02-23T13:30:15.953Z[ recovery-image] Feb 23 13:30:14.338 INFO O| Feb 23 13:30:14.338 INFO STEP 4 (ensure_dir) COMPLETE
82512025-02-23T13:30:15.956Z[ recovery-image] Feb 23 13:30:14.338 INFO O| Feb 23 13:30:14.338 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82522025-02-23T13:30:15.992Z[ recovery-image] Feb 23 13:30:14.378 INFO O| Feb 23 13:30:14.377 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82532025-02-23T13:30:15.992Z[ recovery-image] Feb 23 13:30:14.378 INFO O| Feb 23 13:30:14.378 INFO STEP 5 (ensure_dir) COMPLETE
82542025-02-23T13:30:15.995Z[ recovery-image] Feb 23 13:30:14.378 INFO O| Feb 23 13:30:14.378 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82552025-02-23T13:30:16.042Z[ recovery-image] Feb 23 13:30:14.427 INFO O| Feb 23 13:30:14.427 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82562025-02-23T13:30:16.045Z[ recovery-image] Feb 23 13:30:14.427 INFO O| Feb 23 13:30:14.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82572025-02-23T13:30:16.045Z[ recovery-image] Feb 23 13:30:14.427 INFO O| Feb 23 13:30:14.427 INFO STEP 6 (ensure_dir) COMPLETE
82582025-02-23T13:30:16.045Z[ recovery-image] Feb 23 13:30:14.427 INFO O| Feb 23 13:30:14.427 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82592025-02-23T13:30:16.104Z[ recovery-image] Feb 23 13:30:14.489 INFO O| Feb 23 13:30:14.489 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82602025-02-23T13:30:16.106Z[ recovery-image] Feb 23 13:30:14.489 INFO O| Feb 23 13:30:14.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82612025-02-23T13:30:16.106Z[ recovery-image] Feb 23 13:30:14.489 INFO O| Feb 23 13:30:14.489 INFO STEP 7 (ensure_dir) COMPLETE
82622025-02-23T13:30:16.106Z[ recovery-image] Feb 23 13:30:14.489 INFO O| Feb 23 13:30:14.489 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82632025-02-23T13:30:16.151Z[ recovery-image] Feb 23 13:30:14.536 INFO O| Feb 23 13:30:14.536 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
82642025-02-23T13:30:16.154Z[ recovery-image] Feb 23 13:30:14.536 INFO O| Feb 23 13:30:14.536 INFO STEP 8 (remove_files) COMPLETE
82652025-02-23T13:30:16.154Z[ recovery-image] Feb 23 13:30:14.536 INFO O| Feb 23 13:30:14.536 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82662025-02-23T13:30:16.176Z[ recovery-image] Feb 23 13:30:14.561 INFO O| Feb 23 13:30:14.561 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
82672025-02-23T13:30:16.179Z[ recovery-image] Feb 23 13:30:14.562 INFO O| Feb 23 13:30:14.562 INFO STEP 9 (remove_files) COMPLETE
82682025-02-23T13:30:16.179Z[ recovery-image] Feb 23 13:30:14.562 INFO O| Feb 23 13:30:14.562 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82692025-02-23T13:30:16.216Z[ recovery-image] Feb 23 13:30:14.601 INFO O| Feb 23 13:30:14.601 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
82702025-02-23T13:30:16.219Z[ recovery-image] Feb 23 13:30:14.603 INFO O| Feb 23 13:30:14.603 INFO STEP 10 (remove_files) COMPLETE
82712025-02-23T13:30:16.219Z[ recovery-image] Feb 23 13:30:14.603 INFO O| Feb 23 13:30:14.603 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82722025-02-23T13:30:16.278Z[ recovery-image] Feb 23 13:30:14.663 INFO O| Feb 23 13:30:14.663 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
82732025-02-23T13:30:16.278Z[ recovery-image] Feb 23 13:30:14.663 INFO O| Feb 23 13:30:14.663 INFO STEP 11 (remove_files) COMPLETE
82742025-02-23T13:30:16.278Z[ recovery-image] Feb 23 13:30:14.663 INFO O| Feb 23 13:30:14.663 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82752025-02-23T13:30:16.391Z[ recovery-image] Feb 23 13:30:14.776 INFO O| Feb 23 13:30:14.776 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
82762025-02-23T13:30:16.391Z[ recovery-image] Feb 23 13:30:14.776 INFO O| Feb 23 13:30:14.776 INFO STEP 12 (remove_files) COMPLETE
82772025-02-23T13:30:16.391Z[ recovery-image] Feb 23 13:30:14.777 INFO O| Feb 23 13:30:14.776 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82782025-02-23T13:30:16.416Z[ recovery-image] Feb 23 13:30:14.802 INFO O| Feb 23 13:30:14.801 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82792025-02-23T13:30:16.416Z[ recovery-image] Feb 23 13:30:14.802 INFO O| Feb 23 13:30:14.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82802025-02-23T13:30:16.417Z[ recovery-image] Feb 23 13:30:14.802 INFO O| Feb 23 13:30:14.802 INFO STEP 13 (ensure_dir) COMPLETE
82812025-02-23T13:30:16.417Z[ recovery-image] Feb 23 13:30:14.802 INFO O| Feb 23 13:30:14.802 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82822025-02-23T13:30:16.443Z[ recovery-image] Feb 23 13:30:14.828 INFO O| Feb 23 13:30:14.828 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82832025-02-23T13:30:16.443Z[ recovery-image] Feb 23 13:30:14.828 INFO O| Feb 23 13:30:14.828 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82842025-02-23T13:30:16.446Z[ recovery-image] Feb 23 13:30:14.828 INFO O| Feb 23 13:30:14.828 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82852025-02-23T13:30:16.446Z[ recovery-image] Feb 23 13:30:14.828 INFO O| Feb 23 13:30:14.828 INFO STEP 14 (ensure_dir) COMPLETE
82862025-02-23T13:30:16.446Z[ recovery-image] Feb 23 13:30:14.828 INFO O| Feb 23 13:30:14.828 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82872025-02-23T13:30:16.467Z[ recovery-image] Feb 23 13:30:14.852 INFO O| Feb 23 13:30:14.852 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82882025-02-23T13:30:16.467Z[ recovery-image] Feb 23 13:30:14.852 INFO O| Feb 23 13:30:14.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82892025-02-23T13:30:16.467Z[ recovery-image] Feb 23 13:30:14.852 INFO O| Feb 23 13:30:14.852 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82902025-02-23T13:30:16.467Z[ recovery-image] Feb 23 13:30:14.852 INFO O| Feb 23 13:30:14.852 INFO STEP 15 (ensure_dir) COMPLETE
82912025-02-23T13:30:16.470Z[ recovery-image] Feb 23 13:30:14.852 INFO O| Feb 23 13:30:14.852 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82922025-02-23T13:30:16.488Z[ recovery-image] Feb 23 13:30:14.873 INFO O| Feb 23 13:30:14.873 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82932025-02-23T13:30:16.488Z[ recovery-image] Feb 23 13:30:14.873 INFO O| Feb 23 13:30:14.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82942025-02-23T13:30:16.488Z[ recovery-image] Feb 23 13:30:14.873 INFO O| Feb 23 13:30:14.873 INFO STEP 16 (ensure_dir) COMPLETE
82952025-02-23T13:30:16.488Z[ recovery-image] Feb 23 13:30:14.873 INFO O| Feb 23 13:30:14.873 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82962025-02-23T13:30:16.537Z[ recovery-image] Feb 23 13:30:14.922 INFO O| Feb 23 13:30:14.922 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82972025-02-23T13:30:16.540Z[ recovery-image] Feb 23 13:30:14.923 INFO O| Feb 23 13:30:14.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82982025-02-23T13:30:16.540Z[ recovery-image] Feb 23 13:30:14.923 INFO O| Feb 23 13:30:14.923 INFO STEP 17 (ensure_dir) COMPLETE
82992025-02-23T13:30:16.540Z[ recovery-image] Feb 23 13:30:14.923 INFO O| Feb 23 13:30:14.923 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83002025-02-23T13:30:16.650Z[ recovery-image] Feb 23 13:30:15.034 INFO O| Feb 23 13:30:15.034 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83012025-02-23T13:30:16.650Z[ recovery-image] Feb 23 13:30:15.034 INFO O| Feb 23 13:30:15.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
83022025-02-23T13:30:16.650Z[ recovery-image] Feb 23 13:30:15.034 INFO O| Feb 23 13:30:15.034 INFO ok!
83032025-02-23T13:30:16.650Z[ recovery-image] Feb 23 13:30:15.034 INFO O| Feb 23 13:30:15.034 INFO STEP 18 (ensure_symlink) COMPLETE
83042025-02-23T13:30:16.650Z[ recovery-image] Feb 23 13:30:15.034 INFO O| Feb 23 13:30:15.034 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83052025-02-23T13:30:16.735Z[ recovery-image] Feb 23 13:30:15.120 INFO O| Feb 23 13:30:15.120 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
83062025-02-23T13:30:16.738Z[ recovery-image] Feb 23 13:30:15.120 INFO O| Feb 23 13:30:15.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
83072025-02-23T13:30:16.738Z[ recovery-image] Feb 23 13:30:15.120 INFO O| Feb 23 13:30:15.120 INFO ok!
83082025-02-23T13:30:16.738Z[ recovery-image] Feb 23 13:30:15.120 INFO O| Feb 23 13:30:15.120 INFO STEP 19 (ensure_file) COMPLETE
83092025-02-23T13:30:16.738Z[ recovery-image] Feb 23 13:30:15.120 INFO O| Feb 23 13:30:15.120 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83102025-02-23T13:30:16.766Z[ recovery-image] Feb 23 13:30:15.151 INFO O| Feb 23 13:30:15.151 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83112025-02-23T13:30:16.766Z[ recovery-image] Feb 23 13:30:15.151 INFO O| Feb 23 13:30:15.151 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83122025-02-23T13:30:16.769Z[ recovery-image] Feb 23 13:30:15.151 INFO O| Feb 23 13:30:15.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
83132025-02-23T13:30:16.769Z[ recovery-image] Feb 23 13:30:15.151 INFO O| Feb 23 13:30:15.151 INFO ok!
83142025-02-23T13:30:16.769Z[ recovery-image] Feb 23 13:30:15.151 INFO O| Feb 23 13:30:15.151 INFO STEP 20 (ensure_symlink) COMPLETE
83152025-02-23T13:30:16.769Z[ recovery-image] Feb 23 13:30:15.151 INFO O| Feb 23 13:30:15.151 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83162025-02-23T13:30:16.805Z[ recovery-image] Feb 23 13:30:15.190 INFO O| Feb 23 13:30:15.190 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83172025-02-23T13:30:16.805Z[ recovery-image] Feb 23 13:30:15.190 INFO O| Feb 23 13:30:15.190 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83182025-02-23T13:30:16.805Z[ recovery-image] Feb 23 13:30:15.190 INFO O| Feb 23 13:30:15.190 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83192025-02-23T13:30:16.808Z[ recovery-image] Feb 23 13:30:15.190 INFO O| Feb 23 13:30:15.190 INFO ok!
83202025-02-23T13:30:16.808Z[ recovery-image] Feb 23 13:30:15.190 INFO O| Feb 23 13:30:15.190 INFO STEP 21 (ensure_symlink) COMPLETE
83212025-02-23T13:30:16.808Z[ recovery-image] Feb 23 13:30:15.190 INFO O| Feb 23 13:30:15.190 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83222025-02-23T13:30:16.840Z[ recovery-image] Feb 23 13:30:15.225 INFO O| Feb 23 13:30:15.225 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83232025-02-23T13:30:16.840Z[ recovery-image] Feb 23 13:30:15.225 INFO O| Feb 23 13:30:15.225 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83242025-02-23T13:30:16.840Z[ recovery-image] Feb 23 13:30:15.225 INFO O| Feb 23 13:30:15.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
83252025-02-23T13:30:16.843Z[ recovery-image] Feb 23 13:30:15.225 INFO O| Feb 23 13:30:15.225 INFO ok!
83262025-02-23T13:30:16.843Z[ recovery-image] Feb 23 13:30:15.225 INFO O| Feb 23 13:30:15.225 INFO STEP 22 (ensure_symlink) COMPLETE
83272025-02-23T13:30:16.843Z[ recovery-image] Feb 23 13:30:15.225 INFO O| Feb 23 13:30:15.225 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83282025-02-23T13:30:16.903Z[ recovery-image] Feb 23 13:30:15.288 INFO O| Feb 23 13:30:15.288 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83292025-02-23T13:30:16.903Z[ recovery-image] Feb 23 13:30:15.288 INFO O| Feb 23 13:30:15.288 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83302025-02-23T13:30:16.903Z[ recovery-image] Feb 23 13:30:15.288 INFO O| Feb 23 13:30:15.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
83312025-02-23T13:30:16.906Z[ recovery-image] Feb 23 13:30:15.288 INFO O| Feb 23 13:30:15.288 INFO ok!
83322025-02-23T13:30:16.906Z[ recovery-image] Feb 23 13:30:15.288 INFO O| Feb 23 13:30:15.288 INFO STEP 23 (ensure_symlink) COMPLETE
83332025-02-23T13:30:16.906Z[ recovery-image] Feb 23 13:30:15.288 INFO O| Feb 23 13:30:15.288 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83342025-02-23T13:30:16.946Z[ recovery-image] Feb 23 13:30:15.330 INFO O| Feb 23 13:30:15.330 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
83352025-02-23T13:30:16.946Z[ recovery-image] Feb 23 13:30:15.330 INFO O| Feb 23 13:30:15.330 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 ...
83362025-02-23T13:30:16.949Z[ recovery-image] Feb 23 13:30:15.331 INFO O| Feb 23 13:30:15.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
83372025-02-23T13:30:16.949Z[ recovery-image] Feb 23 13:30:15.331 INFO O| Feb 23 13:30:15.331 INFO ok!
83382025-02-23T13:30:16.949Z[ recovery-image] Feb 23 13:30:15.331 INFO O| Feb 23 13:30:15.331 INFO STEP 24 (ensure_file) COMPLETE
83392025-02-23T13:30:16.949Z[ recovery-image] Feb 23 13:30:15.331 INFO O| Feb 23 13:30:15.331 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
83402025-02-23T13:30:16.987Z[ recovery-image] Feb 23 13:30:15.372 INFO O| Feb 23 13:30:15.372 INFO updating shadow file
83412025-02-23T13:30:16.990Z[ recovery-image] Feb 23 13:30:15.373 INFO O| Feb 23 13:30:15.373 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83422025-02-23T13:30:16.990Z[ recovery-image] Feb 23 13:30:15.373 INFO O| Feb 23 13:30:15.373 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83432025-02-23T13:30:16.990Z[ recovery-image] Feb 23 13:30:15.373 INFO O| Feb 23 13:30:15.373 INFO STEP 25 (shadow) COMPLETE
83442025-02-23T13:30:16.990Z[ recovery-image] Feb 23 13:30:15.373 INFO O| Feb 23 13:30:15.373 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83452025-02-23T13:30:17.031Z[ recovery-image] Feb 23 13:30:15.416 INFO O| Feb 23 13:30:15.416 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
83462025-02-23T13:30:17.031Z[ recovery-image] Feb 23 13:30:15.416 INFO O| Feb 23 13:30:15.416 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
83472025-02-23T13:30:17.034Z[ recovery-image] Feb 23 13:30:15.417 INFO O| Feb 23 13:30:15.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
83482025-02-23T13:30:17.034Z[ recovery-image] Feb 23 13:30:15.417 INFO O| Feb 23 13:30:15.417 INFO ok!
83492025-02-23T13:30:17.034Z[ recovery-image] Feb 23 13:30:15.417 INFO O| Feb 23 13:30:15.417 INFO STEP 26 (ensure_file) COMPLETE
83502025-02-23T13:30:17.034Z[ recovery-image] Feb 23 13:30:15.417 INFO O| Feb 23 13:30:15.417 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83512025-02-23T13:30:17.092Z[ recovery-image] Feb 23 13:30:15.477 INFO O| Feb 23 13:30:15.477 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
83522025-02-23T13:30:17.092Z[ recovery-image] Feb 23 13:30:15.477 INFO O| Feb 23 13:30:15.477 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
83532025-02-23T13:30:17.096Z[ recovery-image] Feb 23 13:30:15.477 INFO O| Feb 23 13:30:15.477 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
83542025-02-23T13:30:17.096Z[ recovery-image] Feb 23 13:30:15.477 INFO O| Feb 23 13:30:15.477 INFO ok!
83552025-02-23T13:30:17.096Z[ recovery-image] Feb 23 13:30:15.477 INFO O| Feb 23 13:30:15.477 INFO STEP 27 (ensure_file) COMPLETE
83562025-02-23T13:30:17.096Z[ recovery-image] Feb 23 13:30:15.477 INFO O| Feb 23 13:30:15.477 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83572025-02-23T13:30:17.164Z[ recovery-image] Feb 23 13:30:15.549 INFO O| Feb 23 13:30:15.549 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
83582025-02-23T13:30:17.165Z[ recovery-image] Feb 23 13:30:15.550 INFO O| Feb 23 13:30:15.549 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
83592025-02-23T13:30:17.167Z[ recovery-image] Feb 23 13:30:15.550 INFO O| Feb 23 13:30:15.550 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83602025-02-23T13:30:17.167Z[ recovery-image] Feb 23 13:30:15.550 INFO O| Feb 23 13:30:15.550 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
83612025-02-23T13:30:17.167Z[ recovery-image] Feb 23 13:30:15.550 INFO O| Feb 23 13:30:15.550 INFO ok!
83622025-02-23T13:30:17.167Z[ recovery-image] Feb 23 13:30:15.551 INFO O| Feb 23 13:30:15.551 INFO STEP 28 (ensure_file) COMPLETE
83632025-02-23T13:30:17.167Z[ recovery-image] Feb 23 13:30:15.551 INFO O| Feb 23 13:30:15.551 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83642025-02-23T13:30:17.189Z[ recovery-image] Feb 23 13:30:15.574 INFO O| Feb 23 13:30:15.574 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
83652025-02-23T13:30:17.189Z[ recovery-image] Feb 23 13:30:15.574 INFO O| Feb 23 13:30:15.574 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
83662025-02-23T13:30:17.193Z[ recovery-image] Feb 23 13:30:15.574 INFO O| Feb 23 13:30:15.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
83672025-02-23T13:30:17.193Z[ recovery-image] Feb 23 13:30:15.575 INFO O| Feb 23 13:30:15.574 INFO ok!
83682025-02-23T13:30:17.193Z[ recovery-image] Feb 23 13:30:15.575 INFO O| Feb 23 13:30:15.575 INFO STEP 29 (ensure_file) COMPLETE
83692025-02-23T13:30:17.193Z[ recovery-image] Feb 23 13:30:15.575 INFO O| Feb 23 13:30:15.575 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83702025-02-23T13:30:17.253Z[ recovery-image] Feb 23 13:30:15.638 INFO O| Feb 23 13:30:15.638 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
83712025-02-23T13:30:17.254Z[ recovery-image] Feb 23 13:30:15.639 INFO O| Feb 23 13:30:15.638 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
83722025-02-23T13:30:17.254Z[ recovery-image] Feb 23 13:30:15.639 INFO O| Feb 23 13:30:15.639 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
83732025-02-23T13:30:17.257Z[ recovery-image] Feb 23 13:30:15.639 INFO O| Feb 23 13:30:15.639 INFO ok!
83742025-02-23T13:30:17.257Z[ recovery-image] Feb 23 13:30:15.639 INFO O| Feb 23 13:30:15.639 INFO STEP 30 (ensure_file) COMPLETE
83752025-02-23T13:30:17.257Z[ recovery-image] Feb 23 13:30:15.639 INFO O| Feb 23 13:30:15.639 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83762025-02-23T13:30:17.283Z[ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.667 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83772025-02-23T13:30:17.283Z[ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.668 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
83782025-02-23T13:30:17.286Z[ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.668 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83792025-02-23T13:30:17.286Z[ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.668 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83802025-02-23T13:30:17.286Z[ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.668 INFO ok!
83812025-02-23T13:30:17.286Z[ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.668 INFO STEP 31 (ensure_file) COMPLETE
83822025-02-23T13:30:17.286Z[ recovery-image] Feb 23 13:30:15.668 INFO O| Feb 23 13:30:15.668 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83832025-02-23T13:30:17.308Z[ recovery-image] Feb 23 13:30:15.693 INFO O| Feb 23 13:30:15.693 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83842025-02-23T13:30:17.308Z[ recovery-image] Feb 23 13:30:15.693 INFO O| Feb 23 13:30:15.693 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
83852025-02-23T13:30:17.311Z[ recovery-image] Feb 23 13:30:15.693 INFO O| Feb 23 13:30:15.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
83862025-02-23T13:30:17.311Z[ recovery-image] Feb 23 13:30:15.693 INFO O| Feb 23 13:30:15.693 INFO ok!
83872025-02-23T13:30:17.311Z[ recovery-image] Feb 23 13:30:15.693 INFO O| Feb 23 13:30:15.693 INFO STEP 32 (ensure_file) COMPLETE
83882025-02-23T13:30:17.311Z[ recovery-image] Feb 23 13:30:15.693 INFO O| Feb 23 13:30:15.693 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83892025-02-23T13:30:17.337Z[ recovery-image] Feb 23 13:30:15.722 INFO O| Feb 23 13:30:15.722 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83902025-02-23T13:30:17.339Z[ recovery-image] Feb 23 13:30:15.722 INFO O| Feb 23 13:30:15.722 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
83912025-02-23T13:30:17.339Z[ recovery-image] Feb 23 13:30:15.722 INFO O| Feb 23 13:30:15.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
83922025-02-23T13:30:17.339Z[ recovery-image] Feb 23 13:30:15.722 INFO O| Feb 23 13:30:15.722 INFO ok!
83932025-02-23T13:30:17.339Z[ recovery-image] Feb 23 13:30:15.722 INFO O| Feb 23 13:30:15.722 INFO STEP 33 (ensure_file) COMPLETE
83942025-02-23T13:30:17.339Z[ recovery-image] Feb 23 13:30:15.722 INFO O| Feb 23 13:30:15.722 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83952025-02-23T13:30:17.408Z[ recovery-image] Feb 23 13:30:15.793 INFO O| Feb 23 13:30:15.793 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
83962025-02-23T13:30:17.408Z[ recovery-image] Feb 23 13:30:15.793 INFO O| Feb 23 13:30:15.793 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
83972025-02-23T13:30:17.408Z[ recovery-image] Feb 23 13:30:15.793 INFO O| Feb 23 13:30:15.793 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83982025-02-23T13:30:17.408Z[ recovery-image] Feb 23 13:30:15.793 INFO O| Feb 23 13:30:15.793 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83992025-02-23T13:30:17.408Z[ recovery-image] Feb 23 13:30:15.793 INFO O| Feb 23 13:30:15.793 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
84002025-02-23T13:30:17.412Z[ recovery-image] Feb 23 13:30:15.794 INFO O| Feb 23 13:30:15.793 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
84012025-02-23T13:30:17.412Z[ recovery-image] Feb 23 13:30:15.794 INFO O| Feb 23 13:30:15.793 INFO ok!
84022025-02-23T13:30:17.412Z[ recovery-image] Feb 23 13:30:15.794 INFO O| Feb 23 13:30:15.793 INFO STEP 34 (ensure_file) COMPLETE
84032025-02-23T13:30:17.412Z[ recovery-image] Feb 23 13:30:15.794 INFO O| Feb 23 13:30:15.794 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84042025-02-23T13:30:17.467Z[ recovery-image] Feb 23 13:30:15.852 INFO O| Feb 23 13:30:15.852 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84052025-02-23T13:30:17.467Z[ recovery-image] Feb 23 13:30:15.852 INFO O| Feb 23 13:30:15.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84062025-02-23T13:30:17.475Z[ recovery-image] Feb 23 13:30:15.852 INFO O| Feb 23 13:30:15.852 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84072025-02-23T13:30:17.475Z[ recovery-image] Feb 23 13:30:15.852 INFO O| Feb 23 13:30:15.852 INFO STEP 35 (ensure_dir) COMPLETE
84082025-02-23T13:30:17.475Z[ recovery-image] Feb 23 13:30:15.852 INFO O| Feb 23 13:30:15.852 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84092025-02-23T13:30:17.511Z[ recovery-image] Feb 23 13:30:15.896 INFO O| Feb 23 13:30:15.896 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
84102025-02-23T13:30:17.511Z[ recovery-image] Feb 23 13:30:15.896 INFO O| Feb 23 13:30:15.896 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 ...
84112025-02-23T13:30:17.515Z[ recovery-image] Feb 23 13:30:15.896 INFO O| Feb 23 13:30:15.896 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
84122025-02-23T13:30:17.515Z[ recovery-image] Feb 23 13:30:15.896 INFO O| Feb 23 13:30:15.896 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
84132025-02-23T13:30:17.515Z[ recovery-image] Feb 23 13:30:15.896 INFO O| Feb 23 13:30:15.896 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
84142025-02-23T13:30:17.532Z[ recovery-image] Feb 23 13:30:15.917 INFO O| Feb 23 13:30:15.917 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
84152025-02-23T13:30:17.532Z[ recovery-image] Feb 23 13:30:15.917 INFO O| Feb 23 13:30:15.917 INFO ok!
84162025-02-23T13:30:17.533Z[ recovery-image] Feb 23 13:30:15.917 INFO O| Feb 23 13:30:15.917 INFO STEP 36 (ensure_file) COMPLETE
84172025-02-23T13:30:17.533Z[ recovery-image] Feb 23 13:30:15.917 INFO O| Feb 23 13:30:15.917 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84182025-02-23T13:30:17.598Z[ recovery-image] Feb 23 13:30:15.983 INFO O| Feb 23 13:30:15.983 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
84192025-02-23T13:30:17.599Z[ recovery-image] Feb 23 13:30:15.983 INFO O| Feb 23 13:30:15.983 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 ...
84202025-02-23T13:30:17.601Z[ recovery-image] Feb 23 13:30:15.984 INFO O| Feb 23 13:30:15.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
84212025-02-23T13:30:17.602Z[ recovery-image] Feb 23 13:30:15.984 INFO O| Feb 23 13:30:15.984 INFO ok!
84222025-02-23T13:30:17.602Z[ recovery-image] Feb 23 13:30:15.984 INFO O| Feb 23 13:30:15.984 INFO STEP 37 (ensure_symlink) COMPLETE
84232025-02-23T13:30:17.602Z[ recovery-image] Feb 23 13:30:15.984 INFO O| Feb 23 13:30:15.984 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84242025-02-23T13:30:17.649Z[ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.033 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
84252025-02-23T13:30:17.649Z[ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.033 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
84262025-02-23T13:30:17.649Z[ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
84272025-02-23T13:30:17.649Z[ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
84282025-02-23T13:30:17.652Z[ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
84292025-02-23T13:30:17.652Z[ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
84302025-02-23T13:30:17.652Z[ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO ok!
84312025-02-23T13:30:17.652Z[ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO STEP 38 (ensure_file) COMPLETE
84322025-02-23T13:30:17.652Z[ recovery-image] Feb 23 13:30:16.034 INFO O| Feb 23 13:30:16.034 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84332025-02-23T13:30:17.683Z[ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.067 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
84342025-02-23T13:30:17.683Z[ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.068 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 ...
84352025-02-23T13:30:17.685Z[ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.068 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
84362025-02-23T13:30:17.686Z[ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.068 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
84372025-02-23T13:30:17.686Z[ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.068 INFO ok!
84382025-02-23T13:30:17.686Z[ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.068 INFO STEP 39 (ensure_file) COMPLETE
84392025-02-23T13:30:17.686Z[ recovery-image] Feb 23 13:30:16.068 INFO O| Feb 23 13:30:16.068 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84402025-02-23T13:30:17.735Z[ recovery-image] Feb 23 13:30:16.120 INFO O| Feb 23 13:30:16.120 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
84412025-02-23T13:30:17.735Z[ recovery-image] Feb 23 13:30:16.120 INFO O| Feb 23 13:30:16.120 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
84422025-02-23T13:30:17.738Z[ recovery-image] Feb 23 13:30:16.120 INFO O| Feb 23 13:30:16.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
84432025-02-23T13:30:17.738Z[ recovery-image] Feb 23 13:30:16.120 INFO O| Feb 23 13:30:16.120 INFO ok!
84442025-02-23T13:30:17.738Z[ recovery-image] Feb 23 13:30:16.120 INFO O| Feb 23 13:30:16.120 INFO STEP 40 (ensure_file) COMPLETE
84452025-02-23T13:30:17.738Z[ recovery-image] Feb 23 13:30:16.120 INFO O| Feb 23 13:30:16.120 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84462025-02-23T13:30:17.761Z[ recovery-image] Feb 23 13:30:16.146 INFO O| Feb 23 13:30:16.146 INFO updating shadow file
84472025-02-23T13:30:17.767Z[ recovery-image] Feb 23 13:30:16.147 INFO O| Feb 23 13:30:16.146 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
84482025-02-23T13:30:17.767Z[ recovery-image] Feb 23 13:30:16.147 INFO O| Feb 23 13:30:16.146 INFO STEP 41 (shadow) COMPLETE
84492025-02-23T13:30:17.767Z[ recovery-image] Feb 23 13:30:16.147 INFO O| Feb 23 13:30:16.147 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
84502025-02-23T13:30:17.798Z[ recovery-image] Feb 23 13:30:16.181 INFO O| Feb 23 13:30:16.181 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
84512025-02-23T13:30:17.798Z[ recovery-image] Feb 23 13:30:16.182 INFO O| Feb 23 13:30:16.181 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
84522025-02-23T13:30:17.801Z[ recovery-image] Feb 23 13:30:16.182 INFO O| Feb 23 13:30:16.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84532025-02-23T13:30:17.801Z[ recovery-image] Feb 23 13:30:16.182 INFO O| Feb 23 13:30:16.182 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
84542025-02-23T13:30:17.801Z[ recovery-image] Feb 23 13:30:16.182 INFO O| Feb 23 13:30:16.182 INFO ok!
84552025-02-23T13:30:17.801Z[ recovery-image] Feb 23 13:30:16.182 INFO O| Feb 23 13:30:16.182 INFO STEP 42 (ensure_file) COMPLETE
84562025-02-23T13:30:17.801Z[ recovery-image] Feb 23 13:30:16.182 INFO O| Feb 23 13:30:16.182 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84572025-02-23T13:30:17.840Z[ recovery-image] Feb 23 13:30:16.224 INFO O| Feb 23 13:30:16.224 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
84582025-02-23T13:30:17.840Z[ recovery-image] Feb 23 13:30:16.224 INFO O| Feb 23 13:30:16.224 INFO STEP 43 (ensure_dir) COMPLETE
84592025-02-23T13:30:17.840Z[ recovery-image] Feb 23 13:30:16.224 INFO O| Feb 23 13:30:16.224 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84602025-02-23T13:30:17.867Z[ recovery-image] Feb 23 13:30:16.251 INFO O| Feb 23 13:30:16.251 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84612025-02-23T13:30:17.867Z[ recovery-image] Feb 23 13:30:16.251 INFO O| Feb 23 13:30:16.251 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84622025-02-23T13:30:17.867Z[ recovery-image] Feb 23 13:30:16.251 INFO O| Feb 23 13:30:16.251 INFO STEP 44 (ensure_dir) COMPLETE
84632025-02-23T13:30:17.867Z[ recovery-image] Feb 23 13:30:16.251 INFO O| Feb 23 13:30:16.251 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84642025-02-23T13:30:17.890Z[ recovery-image] Feb 23 13:30:16.275 INFO O| Feb 23 13:30:16.274 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84652025-02-23T13:30:17.890Z[ recovery-image] Feb 23 13:30:16.275 INFO O| Feb 23 13:30:16.275 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84662025-02-23T13:30:17.890Z[ recovery-image] Feb 23 13:30:16.275 INFO O| Feb 23 13:30:16.275 INFO STEP 45 (ensure_dir) COMPLETE
84672025-02-23T13:30:17.893Z[ recovery-image] Feb 23 13:30:16.275 INFO O| Feb 23 13:30:16.275 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84682025-02-23T13:30:17.918Z[ recovery-image] Feb 23 13:30:16.302 INFO O| Feb 23 13:30:16.302 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84692025-02-23T13:30:17.918Z[ recovery-image] Feb 23 13:30:16.302 INFO O| Feb 23 13:30:16.302 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
84702025-02-23T13:30:17.996Z[ recovery-image] Feb 23 13:30:16.380 INFO O| Feb 23 13:30:16.380 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
84712025-02-23T13:30:17.996Z[ recovery-image] Feb 23 13:30:16.380 INFO O| Feb 23 13:30:16.380 INFO ok!
84722025-02-23T13:30:17.996Z[ recovery-image] Feb 23 13:30:16.380 INFO O| Feb 23 13:30:16.380 INFO STEP 46 (ensure_file) COMPLETE
84732025-02-23T13:30:17.996Z[ recovery-image] Feb 23 13:30:16.380 INFO O| Feb 23 13:30:16.380 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84742025-02-23T13:30:18.022Z[ recovery-image] Feb 23 13:30:16.407 INFO O| Feb 23 13:30:16.407 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84752025-02-23T13:30:18.022Z[ recovery-image] Feb 23 13:30:16.407 INFO O| Feb 23 13:30:16.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84762025-02-23T13:30:18.022Z[ recovery-image] Feb 23 13:30:16.407 INFO O| Feb 23 13:30:16.407 INFO STEP 47 (ensure_dir) COMPLETE
84772025-02-23T13:30:18.025Z[ recovery-image] Feb 23 13:30:16.407 INFO O| Feb 23 13:30:16.407 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84782025-02-23T13:30:18.052Z[ recovery-image] Feb 23 13:30:16.432 INFO O| Feb 23 13:30:16.432 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84792025-02-23T13:30:18.052Z[ recovery-image] Feb 23 13:30:16.432 INFO O| Feb 23 13:30:16.432 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84802025-02-23T13:30:18.056Z[ recovery-image] Feb 23 13:30:16.432 INFO O| Feb 23 13:30:16.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
84812025-02-23T13:30:18.056Z[ recovery-image] Feb 23 13:30:16.432 INFO O| Feb 23 13:30:16.432 INFO ok!
84822025-02-23T13:30:18.056Z[ recovery-image] Feb 23 13:30:16.432 INFO O| Feb 23 13:30:16.432 INFO STEP 48 (ensure_file) COMPLETE
84832025-02-23T13:30:18.056Z[ recovery-image] Feb 23 13:30:16.432 INFO O| Feb 23 13:30:16.432 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84842025-02-23T13:30:18.070Z[ recovery-image] Feb 23 13:30:16.455 INFO O| Feb 23 13:30:16.455 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84852025-02-23T13:30:18.070Z[ recovery-image] Feb 23 13:30:16.455 INFO O| Feb 23 13:30:16.455 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84862025-02-23T13:30:18.070Z[ recovery-image] Feb 23 13:30:16.455 INFO O| Feb 23 13:30:16.455 INFO STEP 49 (ensure_dir) COMPLETE
84872025-02-23T13:30:18.070Z[ recovery-image] Feb 23 13:30:16.455 INFO O| Feb 23 13:30:16.455 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84882025-02-23T13:30:18.093Z[ recovery-image] Feb 23 13:30:16.477 INFO O| Feb 23 13:30:16.477 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84892025-02-23T13:30:18.093Z[ recovery-image] Feb 23 13:30:16.478 INFO O| Feb 23 13:30:16.477 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84902025-02-23T13:30:20.110Z[ recovery-image] Feb 23 13:30:18.494 INFO O| Feb 23 13:30:18.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84912025-02-23T13:30:20.110Z[ recovery-image] Feb 23 13:30:18.494 INFO O| Feb 23 13:30:18.493 INFO ok!
84922025-02-23T13:30:20.113Z[ recovery-image] Feb 23 13:30:18.494 INFO O| Feb 23 13:30:18.494 INFO STEP 50 (ensure_file) COMPLETE
84932025-02-23T13:30:20.113Z[ recovery-image] Feb 23 13:30:18.494 INFO O| Feb 23 13:30:18.494 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84942025-02-23T13:30:20.134Z[ recovery-image] Feb 23 13:30:18.519 INFO O| Feb 23 13:30:18.519 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84952025-02-23T13:30:20.134Z[ recovery-image] Feb 23 13:30:18.519 INFO O| Feb 23 13:30:18.519 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84962025-02-23T13:30:20.185Z[ recovery-image] Feb 23 13:30:18.569 INFO O| Feb 23 13:30:18.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84972025-02-23T13:30:20.185Z[ recovery-image] Feb 23 13:30:18.570 INFO O| Feb 23 13:30:18.569 INFO ok!
84982025-02-23T13:30:20.185Z[ recovery-image] Feb 23 13:30:18.570 INFO O| Feb 23 13:30:18.569 INFO STEP 51 (ensure_file) COMPLETE
84992025-02-23T13:30:20.188Z[ recovery-image] Feb 23 13:30:18.570 INFO O| Feb 23 13:30:18.569 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85002025-02-23T13:30:20.224Z[ recovery-image] Feb 23 13:30:18.608 INFO O| Feb 23 13:30:18.608 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85012025-02-23T13:30:20.224Z[ recovery-image] Feb 23 13:30:18.609 INFO O| Feb 23 13:30:18.609 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85022025-02-23T13:30:20.224Z[ recovery-image] Feb 23 13:30:18.609 INFO O| Feb 23 13:30:18.609 INFO STEP 52 (ensure_dir) COMPLETE
85032025-02-23T13:30:20.227Z[ recovery-image] Feb 23 13:30:18.609 INFO O| Feb 23 13:30:18.609 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85042025-02-23T13:30:20.280Z[ recovery-image] Feb 23 13:30:18.664 INFO O| Feb 23 13:30:18.664 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
85052025-02-23T13:30:20.280Z[ recovery-image] Feb 23 13:30:18.665 INFO O| Feb 23 13:30:18.664 INFO copying /tmp/.tmpO8vQuE/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 ...
85062025-02-23T13:30:20.280Z[ recovery-image] Feb 23 13:30:18.665 INFO O| Feb 23 13:30:18.665 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
85072025-02-23T13:30:20.283Z[ recovery-image] Feb 23 13:30:18.665 INFO O| Feb 23 13:30:18.665 INFO ok!
85082025-02-23T13:30:20.283Z[ recovery-image] Feb 23 13:30:18.665 INFO O| Feb 23 13:30:18.665 INFO STEP 53 (ensure_file) COMPLETE
85092025-02-23T13:30:20.283Z[ recovery-image] Feb 23 13:30:18.665 INFO O| Feb 23 13:30:18.665 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85102025-02-23T13:30:20.307Z[ recovery-image] Feb 23 13:30:18.691 INFO O| Feb 23 13:30:18.691 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
85112025-02-23T13:30:20.307Z[ recovery-image] Feb 23 13:30:18.692 INFO O| Feb 23 13:30:18.691 INFO copying /tmp/.tmpO8vQuE/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 ...
85122025-02-23T13:30:20.310Z[ recovery-image] Feb 23 13:30:18.692 INFO O| Feb 23 13:30:18.692 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
85132025-02-23T13:30:20.310Z[ recovery-image] Feb 23 13:30:18.692 INFO O| Feb 23 13:30:18.692 INFO ok!
85142025-02-23T13:30:20.310Z[ recovery-image] Feb 23 13:30:18.692 INFO O| Feb 23 13:30:18.692 INFO STEP 54 (ensure_file) COMPLETE
85152025-02-23T13:30:20.310Z[ recovery-image] Feb 23 13:30:18.692 INFO O| Feb 23 13:30:18.692 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85162025-02-23T13:30:20.336Z[ recovery-image] Feb 23 13:30:18.720 INFO O| Feb 23 13:30:18.720 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85172025-02-23T13:30:20.336Z[ recovery-image] Feb 23 13:30:18.720 INFO O| Feb 23 13:30:18.720 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
85182025-02-23T13:30:20.339Z[ recovery-image] Feb 23 13:30:18.720 INFO O| Feb 23 13:30:18.720 INFO STEP 55 (ensure_dir) COMPLETE
85192025-02-23T13:30:20.339Z[ recovery-image] Feb 23 13:30:18.720 INFO O| Feb 23 13:30:18.720 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85202025-02-23T13:30:20.359Z[ recovery-image] Feb 23 13:30:18.744 INFO O| Feb 23 13:30:18.744 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
85212025-02-23T13:30:20.359Z[ recovery-image] Feb 23 13:30:18.744 INFO O| Feb 23 13:30:18.744 INFO copying /tmp/.tmpO8vQuE/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 ...
85222025-02-23T13:30:20.362Z[ recovery-image] Feb 23 13:30:18.744 INFO O| Feb 23 13:30:18.744 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
85232025-02-23T13:30:20.362Z[ recovery-image] Feb 23 13:30:18.744 INFO O| Feb 23 13:30:18.744 INFO ok!
85242025-02-23T13:30:20.362Z[ recovery-image] Feb 23 13:30:18.744 INFO O| Feb 23 13:30:18.744 INFO STEP 56 (ensure_file) COMPLETE
85252025-02-23T13:30:20.362Z[ recovery-image] Feb 23 13:30:18.744 INFO O| Feb 23 13:30:18.744 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85262025-02-23T13:30:20.385Z[ recovery-image] Feb 23 13:30:18.770 INFO O| Feb 23 13:30:18.769 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
85272025-02-23T13:30:20.385Z[ recovery-image] Feb 23 13:30:18.770 INFO O| Feb 23 13:30:18.769 INFO copying /tmp/.tmpO8vQuE/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 ...
85282025-02-23T13:30:20.388Z[ recovery-image] Feb 23 13:30:18.770 INFO O| Feb 23 13:30:18.770 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
85292025-02-23T13:30:20.388Z[ recovery-image] Feb 23 13:30:18.770 INFO O| Feb 23 13:30:18.770 INFO ok!
85302025-02-23T13:30:20.388Z[ recovery-image] Feb 23 13:30:18.770 INFO O| Feb 23 13:30:18.770 INFO STEP 57 (ensure_file) COMPLETE
85312025-02-23T13:30:20.388Z[ recovery-image] Feb 23 13:30:18.770 INFO O| Feb 23 13:30:18.770 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85322025-02-23T13:30:20.439Z[ recovery-image] Feb 23 13:30:18.823 INFO O| Feb 23 13:30:18.823 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85332025-02-23T13:30:20.439Z[ recovery-image] Feb 23 13:30:18.823 INFO O| Feb 23 13:30:18.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
85342025-02-23T13:30:20.439Z[ recovery-image] Feb 23 13:30:18.823 INFO O| Feb 23 13:30:18.823 INFO STEP 58 (ensure_dir) COMPLETE
85352025-02-23T13:30:20.439Z[ recovery-image] Feb 23 13:30:18.823 INFO O| Feb 23 13:30:18.823 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85362025-02-23T13:30:20.479Z[ recovery-image] Feb 23 13:30:18.864 INFO O| Feb 23 13:30:18.864 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
85372025-02-23T13:30:20.479Z[ recovery-image] Feb 23 13:30:18.864 INFO O| Feb 23 13:30:18.864 INFO copying /tmp/.tmpO8vQuE/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 ...
85382025-02-23T13:30:20.482Z[ recovery-image] Feb 23 13:30:18.864 INFO O| Feb 23 13:30:18.864 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
85392025-02-23T13:30:20.482Z[ recovery-image] Feb 23 13:30:18.864 INFO O| Feb 23 13:30:18.864 INFO ok!
85402025-02-23T13:30:20.482Z[ recovery-image] Feb 23 13:30:18.864 INFO O| Feb 23 13:30:18.864 INFO STEP 59 (ensure_file) COMPLETE
85412025-02-23T13:30:20.482Z[ recovery-image] Feb 23 13:30:18.865 INFO O| Feb 23 13:30:18.865 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85422025-02-23T13:30:20.518Z[ recovery-image] Feb 23 13:30:18.902 INFO O| Feb 23 13:30:18.902 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
85432025-02-23T13:30:20.518Z[ recovery-image] Feb 23 13:30:18.902 INFO O| Feb 23 13:30:18.902 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
85442025-02-23T13:30:20.518Z[ recovery-image] Feb 23 13:30:18.902 INFO O| Feb 23 13:30:18.902 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
85452025-02-23T13:30:20.521Z[ recovery-image] Feb 23 13:30:18.902 INFO O| Feb 23 13:30:18.902 INFO ok!
85462025-02-23T13:30:20.521Z[ recovery-image] Feb 23 13:30:18.902 INFO O| Feb 23 13:30:18.902 INFO STEP 60 (ensure_file) COMPLETE
85472025-02-23T13:30:20.521Z[ recovery-image] Feb 23 13:30:18.902 INFO O| Feb 23 13:30:18.902 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85482025-02-23T13:30:20.544Z[ recovery-image] Feb 23 13:30:18.929 INFO O| Feb 23 13:30:18.929 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
85492025-02-23T13:30:20.544Z[ recovery-image] Feb 23 13:30:18.929 INFO O| Feb 23 13:30:18.929 INFO STEP 61 (ensure_dir) COMPLETE
85502025-02-23T13:30:20.547Z[ recovery-image] Feb 23 13:30:18.929 INFO O| Feb 23 13:30:18.929 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85512025-02-23T13:30:20.579Z[ recovery-image] Feb 23 13:30:18.964 INFO O| Feb 23 13:30:18.963 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
85522025-02-23T13:30:20.579Z[ recovery-image] Feb 23 13:30:18.964 INFO O| Feb 23 13:30:18.964 INFO STEP 62 (ensure_dir) COMPLETE
85532025-02-23T13:30:20.579Z[ recovery-image] Feb 23 13:30:18.964 INFO O| Feb 23 13:30:18.964 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85542025-02-23T13:30:20.624Z[ recovery-image] Feb 23 13:30:19.008 INFO O| Feb 23 13:30:19.008 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
85552025-02-23T13:30:20.624Z[ recovery-image] Feb 23 13:30:19.008 INFO O| Feb 23 13:30:19.008 INFO STEP 63 (ensure_dir) COMPLETE
85562025-02-23T13:30:20.627Z[ recovery-image] Feb 23 13:30:19.008 INFO O| Feb 23 13:30:19.008 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85572025-02-23T13:30:20.657Z[ recovery-image] Feb 23 13:30:19.041 INFO O| Feb 23 13:30:19.041 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
85582025-02-23T13:30:20.657Z[ recovery-image] Feb 23 13:30:19.041 INFO O| Feb 23 13:30:19.041 INFO STEP 64 (ensure_dir) COMPLETE
85592025-02-23T13:30:20.660Z[ recovery-image] Feb 23 13:30:19.041 INFO O| Feb 23 13:30:19.041 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85602025-02-23T13:30:20.700Z[ recovery-image] Feb 23 13:30:19.084 INFO O| Feb 23 13:30:19.084 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
85612025-02-23T13:30:20.700Z[ recovery-image] Feb 23 13:30:19.084 INFO O| Feb 23 13:30:19.084 INFO copying /tmp/.tmpO8vQuE/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85622025-02-23T13:30:20.703Z[ recovery-image] Feb 23 13:30:19.084 INFO O| Feb 23 13:30:19.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85632025-02-23T13:30:20.703Z[ recovery-image] Feb 23 13:30:19.084 INFO O| Feb 23 13:30:19.084 INFO ok!
85642025-02-23T13:30:20.703Z[ recovery-image] Feb 23 13:30:19.084 INFO O| Feb 23 13:30:19.084 INFO STEP 65 (ensure_file) COMPLETE
85652025-02-23T13:30:20.703Z[ recovery-image] Feb 23 13:30:19.084 INFO O| Feb 23 13:30:19.084 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85662025-02-23T13:30:20.750Z[ recovery-image] Feb 23 13:30:19.134 INFO O| Feb 23 13:30:19.134 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85672025-02-23T13:30:20.753Z[ recovery-image] Feb 23 13:30:19.135 INFO O| Feb 23 13:30:19.135 INFO STEP 66 (remove_files) COMPLETE
85682025-02-23T13:30:20.753Z[ recovery-image] Feb 23 13:30:19.135 INFO O| Feb 23 13:30:19.135 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85692025-02-23T13:30:20.774Z[ recovery-image] Feb 23 13:30:19.159 INFO O| Feb 23 13:30:19.159 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
85702025-02-23T13:30:20.777Z[ recovery-image] Feb 23 13:30:19.159 INFO O| Feb 23 13:30:19.159 INFO STEP 67 (remove_files) COMPLETE
85712025-02-23T13:30:20.777Z[ recovery-image] Feb 23 13:30:19.159 INFO O| Feb 23 13:30:19.159 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85722025-02-23T13:30:20.807Z[ recovery-image] Feb 23 13:30:19.192 INFO O| Feb 23 13:30:19.192 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
85732025-02-23T13:30:20.811Z[ recovery-image] Feb 23 13:30:19.192 INFO O| Feb 23 13:30:19.192 INFO STEP 68 (remove_files) COMPLETE
85742025-02-23T13:30:20.811Z[ recovery-image] Feb 23 13:30:19.193 INFO O| Feb 23 13:30:19.192 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85752025-02-23T13:30:20.836Z[ recovery-image] Feb 23 13:30:19.221 INFO O| Feb 23 13:30:19.221 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
85762025-02-23T13:30:20.839Z[ recovery-image] Feb 23 13:30:19.221 INFO O| Feb 23 13:30:19.221 INFO STEP 69 (remove_files) COMPLETE
85772025-02-23T13:30:20.839Z[ recovery-image] Feb 23 13:30:19.221 INFO O| Feb 23 13:30:19.221 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85782025-02-23T13:30:20.865Z[ recovery-image] Feb 23 13:30:19.249 INFO O| Feb 23 13:30:19.249 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
85792025-02-23T13:30:20.868Z[ recovery-image] Feb 23 13:30:19.250 INFO O| Feb 23 13:30:19.250 INFO STEP 70 (remove_files) COMPLETE
85802025-02-23T13:30:20.868Z[ recovery-image] Feb 23 13:30:19.250 INFO O| Feb 23 13:30:19.250 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85812025-02-23T13:30:20.904Z[ recovery-image] Feb 23 13:30:19.288 INFO O| Feb 23 13:30:19.288 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
85822025-02-23T13:30:20.907Z[ recovery-image] Feb 23 13:30:19.289 INFO O| Feb 23 13:30:19.289 INFO STEP 71 (remove_files) COMPLETE
85832025-02-23T13:30:20.907Z[ recovery-image] Feb 23 13:30:19.289 INFO O| Feb 23 13:30:19.289 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85842025-02-23T13:30:20.935Z[ recovery-image] Feb 23 13:30:19.319 INFO O| Feb 23 13:30:19.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85852025-02-23T13:30:20.938Z[ recovery-image] Feb 23 13:30:19.320 INFO O| Feb 23 13:30:19.320 INFO STEP 72 (remove_files) COMPLETE
85862025-02-23T13:30:20.938Z[ recovery-image] Feb 23 13:30:19.320 INFO O| Feb 23 13:30:19.320 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85872025-02-23T13:30:20.961Z[ recovery-image] Feb 23 13:30:19.346 INFO O| Feb 23 13:30:19.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85882025-02-23T13:30:20.964Z[ recovery-image] Feb 23 13:30:19.346 INFO O| Feb 23 13:30:19.346 INFO STEP 73 (remove_files) COMPLETE
85892025-02-23T13:30:20.964Z[ recovery-image] Feb 23 13:30:19.346 INFO O| Feb 23 13:30:19.346 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85902025-02-23T13:30:20.985Z[ recovery-image] Feb 23 13:30:19.369 INFO O| Feb 23 13:30:19.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85912025-02-23T13:30:20.987Z[ recovery-image] Feb 23 13:30:19.369 INFO O| Feb 23 13:30:19.369 INFO STEP 74 (remove_files) COMPLETE
85922025-02-23T13:30:20.987Z[ recovery-image] Feb 23 13:30:19.370 INFO O| Feb 23 13:30:19.370 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85932025-02-23T13:30:21.011Z[ recovery-image] Feb 23 13:30:19.395 INFO O| Feb 23 13:30:19.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85942025-02-23T13:30:21.014Z[ recovery-image] Feb 23 13:30:19.395 INFO O| Feb 23 13:30:19.395 INFO STEP 75 (remove_files) COMPLETE
85952025-02-23T13:30:21.014Z[ recovery-image] Feb 23 13:30:19.395 INFO O| Feb 23 13:30:19.395 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85962025-02-23T13:30:21.039Z[ recovery-image] Feb 23 13:30:19.423 INFO O| Feb 23 13:30:19.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85972025-02-23T13:30:21.042Z[ recovery-image] Feb 23 13:30:19.423 INFO O| Feb 23 13:30:19.423 INFO STEP 76 (remove_files) COMPLETE
85982025-02-23T13:30:21.042Z[ recovery-image] Feb 23 13:30:19.423 INFO O| Feb 23 13:30:19.423 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85992025-02-23T13:30:21.079Z[ recovery-image] Feb 23 13:30:19.463 INFO O| Feb 23 13:30:19.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86002025-02-23T13:30:21.082Z[ recovery-image] Feb 23 13:30:19.464 INFO O| Feb 23 13:30:19.464 INFO STEP 77 (remove_files) COMPLETE
86012025-02-23T13:30:21.082Z[ recovery-image] Feb 23 13:30:19.464 INFO O| Feb 23 13:30:19.464 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86022025-02-23T13:30:21.115Z[ recovery-image] Feb 23 13:30:19.500 INFO O| Feb 23 13:30:19.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
86032025-02-23T13:30:21.116Z[ recovery-image] Feb 23 13:30:19.500 INFO O| Feb 23 13:30:19.500 INFO STEP 78 (remove_files) COMPLETE
86042025-02-23T13:30:21.118Z[ recovery-image] Feb 23 13:30:19.500 INFO O| Feb 23 13:30:19.500 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86052025-02-23T13:30:21.142Z[ recovery-image] Feb 23 13:30:19.526 INFO O| Feb 23 13:30:19.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
86062025-02-23T13:30:21.142Z[ recovery-image] Feb 23 13:30:19.527 INFO O| Feb 23 13:30:19.527 INFO STEP 79 (remove_files) COMPLETE
86072025-02-23T13:30:21.142Z[ recovery-image] Feb 23 13:30:19.527 INFO O| Feb 23 13:30:19.527 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86082025-02-23T13:30:21.214Z[ recovery-image] Feb 23 13:30:19.598 INFO O| Feb 23 13:30:19.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
86092025-02-23T13:30:21.214Z[ recovery-image] Feb 23 13:30:19.599 INFO O| Feb 23 13:30:19.598 INFO STEP 80 (remove_files) COMPLETE
86102025-02-23T13:30:21.214Z[ recovery-image] Feb 23 13:30:19.599 INFO O| Feb 23 13:30:19.599 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86112025-02-23T13:30:21.250Z[ recovery-image] Feb 23 13:30:19.634 INFO O| Feb 23 13:30:19.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
86122025-02-23T13:30:21.250Z[ recovery-image] Feb 23 13:30:19.634 INFO O| Feb 23 13:30:19.634 INFO STEP 81 (remove_files) COMPLETE
86132025-02-23T13:30:21.250Z[ recovery-image] Feb 23 13:30:19.635 INFO O| Feb 23 13:30:19.634 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86142025-02-23T13:30:21.277Z[ recovery-image] Feb 23 13:30:19.661 INFO O| Feb 23 13:30:19.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
86152025-02-23T13:30:21.277Z[ recovery-image] Feb 23 13:30:19.661 INFO O| Feb 23 13:30:19.661 INFO STEP 82 (remove_files) COMPLETE
86162025-02-23T13:30:21.281Z[ recovery-image] Feb 23 13:30:19.661 INFO O| Feb 23 13:30:19.661 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86172025-02-23T13:30:21.299Z[ recovery-image] Feb 23 13:30:19.683 INFO O| Feb 23 13:30:19.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
86182025-02-23T13:30:21.299Z[ recovery-image] Feb 23 13:30:19.684 INFO O| Feb 23 13:30:19.684 INFO STEP 83 (remove_files) COMPLETE
86192025-02-23T13:30:21.303Z[ recovery-image] Feb 23 13:30:19.684 INFO O| Feb 23 13:30:19.684 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86202025-02-23T13:30:21.329Z[ recovery-image] Feb 23 13:30:19.713 INFO O| Feb 23 13:30:19.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
86212025-02-23T13:30:21.329Z[ recovery-image] Feb 23 13:30:19.713 INFO O| Feb 23 13:30:19.713 INFO STEP 84 (remove_files) COMPLETE
86222025-02-23T13:30:21.329Z[ recovery-image] Feb 23 13:30:19.713 INFO O| Feb 23 13:30:19.713 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86232025-02-23T13:30:21.356Z[ recovery-image] Feb 23 13:30:19.740 INFO O| Feb 23 13:30:19.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
86242025-02-23T13:30:21.356Z[ recovery-image] Feb 23 13:30:19.740 INFO O| Feb 23 13:30:19.740 INFO STEP 85 (remove_files) COMPLETE
86252025-02-23T13:30:21.356Z[ recovery-image] Feb 23 13:30:19.740 INFO O| Feb 23 13:30:19.740 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86262025-02-23T13:30:21.379Z[ recovery-image] Feb 23 13:30:19.763 INFO O| Feb 23 13:30:19.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
86272025-02-23T13:30:21.381Z[ recovery-image] Feb 23 13:30:19.763 INFO O| Feb 23 13:30:19.763 INFO STEP 86 (remove_files) COMPLETE
86282025-02-23T13:30:21.381Z[ recovery-image] Feb 23 13:30:19.763 INFO O| Feb 23 13:30:19.763 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86292025-02-23T13:30:21.419Z[ recovery-image] Feb 23 13:30:19.803 INFO O| Feb 23 13:30:19.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
86302025-02-23T13:30:21.422Z[ recovery-image] Feb 23 13:30:19.803 INFO O| Feb 23 13:30:19.803 INFO STEP 87 (remove_files) COMPLETE
86312025-02-23T13:30:21.422Z[ recovery-image] Feb 23 13:30:19.803 INFO O| Feb 23 13:30:19.803 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86322025-02-23T13:30:21.447Z[ recovery-image] Feb 23 13:30:19.831 INFO O| Feb 23 13:30:19.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
86332025-02-23T13:30:21.447Z[ recovery-image] Feb 23 13:30:19.831 INFO O| Feb 23 13:30:19.831 INFO STEP 88 (remove_files) COMPLETE
86342025-02-23T13:30:21.450Z[ recovery-image] Feb 23 13:30:19.831 INFO O| Feb 23 13:30:19.831 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86352025-02-23T13:30:21.481Z[ recovery-image] Feb 23 13:30:19.865 INFO O| Feb 23 13:30:19.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
86362025-02-23T13:30:21.481Z[ recovery-image] Feb 23 13:30:19.865 INFO O| Feb 23 13:30:19.865 INFO STEP 89 (remove_files) COMPLETE
86372025-02-23T13:30:21.481Z[ recovery-image] Feb 23 13:30:19.865 INFO O| Feb 23 13:30:19.865 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86382025-02-23T13:30:21.508Z[ recovery-image] Feb 23 13:30:19.892 INFO O| Feb 23 13:30:19.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
86392025-02-23T13:30:21.508Z[ recovery-image] Feb 23 13:30:19.892 INFO O| Feb 23 13:30:19.892 INFO STEP 90 (remove_files) COMPLETE
86402025-02-23T13:30:21.508Z[ recovery-image] Feb 23 13:30:19.892 INFO O| Feb 23 13:30:19.892 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86412025-02-23T13:30:21.535Z[ recovery-image] Feb 23 13:30:19.919 INFO O| Feb 23 13:30:19.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
86422025-02-23T13:30:21.535Z[ recovery-image] Feb 23 13:30:19.919 INFO O| Feb 23 13:30:19.919 INFO STEP 91 (remove_files) COMPLETE
86432025-02-23T13:30:21.535Z[ recovery-image] Feb 23 13:30:19.919 INFO O| Feb 23 13:30:19.919 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86442025-02-23T13:30:21.594Z[ recovery-image] Feb 23 13:30:19.979 INFO O| Feb 23 13:30:19.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
86452025-02-23T13:30:21.594Z[ recovery-image] Feb 23 13:30:19.979 INFO O| Feb 23 13:30:19.979 INFO STEP 92 (remove_files) COMPLETE
86462025-02-23T13:30:21.597Z[ recovery-image] Feb 23 13:30:19.979 INFO O| Feb 23 13:30:19.979 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86472025-02-23T13:30:21.620Z[ recovery-image] Feb 23 13:30:20.005 INFO O| Feb 23 13:30:20.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
86482025-02-23T13:30:21.620Z[ recovery-image] Feb 23 13:30:20.005 INFO O| Feb 23 13:30:20.005 INFO STEP 93 (remove_files) COMPLETE
86492025-02-23T13:30:21.620Z[ recovery-image] Feb 23 13:30:20.005 INFO O| Feb 23 13:30:20.005 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86502025-02-23T13:30:21.666Z[ recovery-image] Feb 23 13:30:20.050 INFO O| Feb 23 13:30:20.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
86512025-02-23T13:30:21.668Z[ recovery-image] Feb 23 13:30:20.050 INFO O| Feb 23 13:30:20.050 INFO STEP 94 (remove_files) COMPLETE
86522025-02-23T13:30:21.668Z[ recovery-image] Feb 23 13:30:20.050 INFO O| Feb 23 13:30:20.050 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
86532025-02-23T13:30:21.733Z[ recovery-image] Feb 23 13:30:20.115 INFO O| Feb 23 13:30:20.115 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
86542025-02-23T13:30:21.736Z[ recovery-image] Feb 23 13:30:20.119 INFO O| Feb 23 13:30:20.119 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
86552025-02-23T13:30:29.643Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
86562025-02-23T13:30:35.926Z[ recovery-image] Feb 23 13:30:34.307 INFO O| Feb 23 13:30:34.307 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
86572025-02-23T13:30:35.926Z[ recovery-image] Feb 23 13:30:34.307 INFO O| Feb 23 13:30:34.307 INFO E| svccfg: Loaded 67 smf(7) service descriptions
86582025-02-23T13:30:35.951Z[ recovery-image] Feb 23 13:30:34.332 INFO O| Feb 23 13:30:34.332 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
86592025-02-23T13:30:36.157Z[ recovery-image] Feb 23 13:30:34.536 INFO O| Feb 23 13:30:34.536 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
86602025-02-23T13:30:36.161Z[ recovery-image] Feb 23 13:30:34.536 INFO O| Feb 23 13:30:34.536 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 ...
86612025-02-23T13:30:36.161Z[ recovery-image] Feb 23 13:30:34.538 INFO O| Feb 23 13:30:34.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
86622025-02-23T13:30:36.161Z[ recovery-image] Feb 23 13:30:34.538 INFO O| Feb 23 13:30:34.538 INFO ok!
86632025-02-23T13:30:36.161Z[ recovery-image] Feb 23 13:30:34.538 INFO O| Feb 23 13:30:34.538 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
86642025-02-23T13:30:36.161Z[ recovery-image] Feb 23 13:30:34.539 INFO O| Feb 23 13:30:34.538 INFO STEP 95 (seed_smf) COMPLETE
86652025-02-23T13:30:36.161Z[ recovery-image] Feb 23 13:30:34.539 INFO O| Feb 23 13:30:34.539 INFO steps complete; finalising image!
86662025-02-23T13:30:36.162Z[ recovery-image] Feb 23 13:30:34.539 INFO O| Feb 23 13:30:34.539 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
86672025-02-23T13:30:36.234Z[ recovery-image] Feb 23 13:30:34.616 INFO O| Feb 23 13:30:34.616 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sun Feb 23 13:30:34 2025)
86682025-02-23T13:30:36.447Z[ recovery-image] Feb 23 13:30:34.829 INFO O| Feb 23 13:30:34.829 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Sun Feb 23 13:30:34 2025)
86692025-02-23T13:30:36.682Z[ recovery-image] Feb 23 13:30:35.062 INFO O| Feb 23 13:30:35.061 INFO trim TEMPORARY-gimlet-zfs-recovery: (76% trimmed, started at Sun Feb 23 13:30:34 2025)
86702025-02-23T13:30:36.922Z[ recovery-image] Feb 23 13:30:35.303 INFO O| Feb 23 13:30:35.303 INFO temporary pool has 377M used, 1.38G avail, 1.00x compressratio
86712025-02-23T13:30:36.922Z[ recovery-image] Feb 23 13:30:35.303 INFO O| Feb 23 13:30:35.303 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
86722025-02-23T13:30:37.750Z[ recovery-image] Feb 23 13:30:36.131 INFO O| Feb 23 13:30:36.131 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
86732025-02-23T13:30:37.750Z[ recovery-image] Feb 23 13:30:36.131 INFO O| Feb 23 13:30:36.131 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
86742025-02-23T13:30:43.170Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
86752025-02-23T13:30:43.663Z[ recovery-image] Feb 23 13:30:42.043 INFO O| Feb 23 13:30:42.043 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86762025-02-23T13:30:43.663Z[ recovery-image] Feb 23 13:30:42.043 INFO O| Feb 23 13:30:42.043 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86772025-02-23T13:30:43.667Z[ recovery-image] Feb 23 13:30:42.043 INFO O| Feb 23 13:30:42.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86782025-02-23T13:30:43.667Z[ recovery-image] Feb 23 13:30:42.043 INFO O| Feb 23 13:30:42.043 INFO completed processing gimlet/zfs-recovery
86792025-02-23T13:30:43.667Z[ recovery-image] Feb 23 13:30:42.043 INFO O| Feb 23 13:30:42.043 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
86802025-02-23T13:30:44.598Z[ recovery-image] Feb 23 13:30:42.978 INFO O| Feb 23 13:30:42.977 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
86812025-02-23T13:30:44.767Z[ recovery-image] Feb 23 13:30:43.126 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
86822025-02-23T13:30:44.767Z[ recovery-image] Feb 23 13:30:43.126 INFO expanded image name: "recovery 32e3ede/${os_short_commit} 2025-02-23 12:55" -> "recovery 32e3ede/9fcb5ef 2025-02-23 12:55"
86832025-02-23T13:30:44.773Z[ recovery-image] Feb 23 13:30:43.127 INFO output artefacts stored in: "/work/os-recovery"
86842025-02-23T13:30:44.773Z[ recovery-image] Feb 23 13:30:43.127 INFO collecting git info from project "chelsio-t6-roms"...
86852025-02-23T13:30:44.821Z[ recovery-image] Feb 23 13:30:43.200 INFO collecting git info from project "bootserver"...
86862025-02-23T13:30:44.833Z[ recovery-image] Feb 23 13:30:43.212 INFO collecting git info from project "amd-host-image-builder"...
86872025-02-23T13:30:45.619Z[ recovery-image] Feb 23 13:30:43.999 INFO collecting git info from project "image-builder"...
86882025-02-23T13:30:45.634Z[ recovery-image] Feb 23 13:30:44.014 INFO collecting git info from project "amd-firmware"...
86892025-02-23T13:30:45.764Z[ recovery-image] Feb 23 13:30:44.143 INFO collecting git info from project "pilot"...
86902025-02-23T13:30:45.788Z[ recovery-image] Feb 23 13:30:44.168 INFO collecting git info from project "phbl"...
86912025-02-23T13:30:45.801Z[ recovery-image] Feb 23 13:30:44.181 INFO collecting git info from project "pinprick"...
86922025-02-23T13:30:45.811Z[ recovery-image] Feb 23 13:30:44.192 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86932025-02-23T13:30:46.908Z[ recovery-image] Feb 23 13:30:45.288 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86942025-02-23T13:30:47.683Z[ recovery-image] Feb 23 13:30:46.063 INFO creating Oxide boot image...
86952025-02-23T13:30:47.683Z[ recovery-image] Feb 23 13:30:46.063 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 32e3ede/9fcb5ef 2025-02-23 12:55", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86962025-02-23T13:30:50.076Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
86972025-02-23T13:31:07.031Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
86982025-02-23T13:31:12.820Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
86992025-02-23T13:31:18.698Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
87002025-02-23T13:31:20.978Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
87012025-02-23T13:31:21.652Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
87022025-02-23T13:31:21.872Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
87032025-02-23T13:31:22.397Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
87042025-02-23T13:31:24.265Z[verify-libraries] Compiling termios v0.3.3
87052025-02-23T13:31:24.854Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
87062025-02-23T13:31:27.519Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
87072025-02-23T13:31:50.306Z[ recovery-image] Feb 23 13:31:48.675 INFO O| ok, image written!
87082025-02-23T13:31:50.309Z[ recovery-image] Feb 23 13:31:48.675 INFO O| ok, boot_image_csum file written!
87092025-02-23T13:31:50.316Z[ recovery-image] Feb 23 13:31:48.683 INFO creating boot archive (CPIO)...
87102025-02-23T13:31:50.319Z[ recovery-image] Feb 23 13:31:48.684 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
87112025-02-23T13:31:50.327Z[ recovery-image] Feb 23 13:31:48.695 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
87122025-02-23T13:31:50.327Z[ recovery-image] Feb 23 13:31:48.695 INFO E| + outfile=/work/os-recovery/cpio
87132025-02-23T13:31:50.327Z[ recovery-image] Feb 23 13:31:48.695 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
87142025-02-23T13:31:50.330Z[ recovery-image] Feb 23 13:31:48.699 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
87152025-02-23T13:31:50.330Z[ recovery-image] Feb 23 13:31:48.699 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
87162025-02-23T13:31:50.375Z[ recovery-image] Feb 23 13:31:48.744 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
87172025-02-23T13:31:50.375Z[ recovery-image] Feb 23 13:31:48.744 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
87182025-02-23T13:31:50.386Z[ recovery-image] Feb 23 13:31:48.755 INFO creating compressed cpio/unix for nanobl-rs...
87192025-02-23T13:31:50.386Z[ recovery-image] Feb 23 13:31:48.755 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
87202025-02-23T13:31:50.851Z[ recovery-image] Feb 23 13:31:49.220 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
87212025-02-23T13:31:55.757Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
87222025-02-23T13:31:57.638Z[ recovery-image] Feb 23 13:31:56.006 INFO creating reset image...
87232025-02-23T13:31:57.638Z[ recovery-image] Feb 23 13:31:56.006 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
87242025-02-23T13:31:58.393Z[ recovery-image] Feb 23 13:31:56.761 INFO E| Updating crates.io index
87252025-02-23T13:31:58.739Z[ recovery-image] Feb 23 13:31:57.107 INFO E| Downloading crates ...
87262025-02-23T13:31:58.815Z[ recovery-image] Feb 23 13:31:57.183 INFO E| Downloaded anstyle v1.0.8
87272025-02-23T13:31:58.828Z[ recovery-image] Feb 23 13:31:57.195 INFO E| Downloaded anstyle-parse v0.2.5
87282025-02-23T13:31:58.832Z[ recovery-image] Feb 23 13:31:57.200 INFO E| Downloaded strsim v0.11.1
87292025-02-23T13:31:58.835Z[ recovery-image] Feb 23 13:31:57.202 INFO E| Downloaded clap_derive v4.5.13
87302025-02-23T13:31:58.838Z[ recovery-image] Feb 23 13:31:57.205 INFO E| Downloaded colorchoice v1.0.2
87312025-02-23T13:31:58.842Z[ recovery-image] Feb 23 13:31:57.208 INFO E| Downloaded heck v0.5.0
87322025-02-23T13:31:58.845Z[ recovery-image] Feb 23 13:31:57.211 INFO E| Downloaded anstream v0.6.15
87332025-02-23T13:31:58.848Z[ recovery-image] Feb 23 13:31:57.215 INFO E| Downloaded os_pipe v1.2.1
87342025-02-23T13:31:58.851Z[ recovery-image] Feb 23 13:31:57.218 INFO E| Downloaded utf8parse v0.2.2
87352025-02-23T13:31:58.851Z[ recovery-image] Feb 23 13:31:57.219 INFO E| Downloaded clap v4.5.17
87362025-02-23T13:31:58.866Z[ recovery-image] Feb 23 13:31:57.234 INFO E| Downloaded unicode-ident v1.0.13
87372025-02-23T13:31:58.894Z[ recovery-image] Feb 23 13:31:57.261 INFO E| Downloaded quote v1.0.37
87382025-02-23T13:31:58.898Z[ recovery-image] Feb 23 13:31:57.266 INFO E| Downloaded proc-macro2 v1.0.86
87392025-02-23T13:31:58.904Z[ recovery-image] Feb 23 13:31:57.271 INFO E| Downloaded duct v0.13.7
87402025-02-23T13:31:58.907Z[ recovery-image] Feb 23 13:31:57.275 INFO E| Downloaded shared_child v1.0.1
87412025-02-23T13:31:58.912Z[ recovery-image] Feb 23 13:31:57.277 INFO E| Downloaded is_terminal_polyfill v1.70.1
87422025-02-23T13:31:58.915Z[ recovery-image] Feb 23 13:31:57.279 INFO E| Downloaded clap_lex v0.7.2
87432025-02-23T13:31:58.915Z[ recovery-image] Feb 23 13:31:57.281 INFO E| Downloaded anstyle-query v1.1.1
87442025-02-23T13:31:58.918Z[ recovery-image] Feb 23 13:31:57.284 INFO E| Downloaded once_cell v1.19.0
87452025-02-23T13:31:58.923Z[ recovery-image] Feb 23 13:31:57.289 INFO E| Downloaded clap_builder v4.5.17
87462025-02-23T13:31:58.941Z[ recovery-image] Feb 23 13:31:57.308 INFO E| Downloaded syn v2.0.77
87472025-02-23T13:31:59.009Z[ recovery-image] Feb 23 13:31:57.376 INFO E| Downloaded libc v0.2.158
87482025-02-23T13:31:59.150Z[ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling proc-macro2 v1.0.86
87492025-02-23T13:31:59.150Z[ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling libc v0.2.158
87502025-02-23T13:31:59.150Z[ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling unicode-ident v1.0.13
87512025-02-23T13:31:59.154Z[ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling utf8parse v0.2.2
87522025-02-23T13:31:59.154Z[ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling colorchoice v1.0.2
87532025-02-23T13:31:59.154Z[ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling anstyle v1.0.8
87542025-02-23T13:31:59.154Z[ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling anstyle-query v1.1.1
87552025-02-23T13:31:59.154Z[ recovery-image] Feb 23 13:31:57.517 INFO E| Compiling is_terminal_polyfill v1.70.1
87562025-02-23T13:31:59.850Z[ recovery-image] Feb 23 13:31:58.217 INFO E| Compiling anstyle-parse v0.2.5
87572025-02-23T13:32:00.565Z[ recovery-image] Feb 23 13:31:58.932 INFO E| Compiling strsim v0.11.1
87582025-02-23T13:32:00.747Z[ recovery-image] Feb 23 13:31:59.115 INFO E| Compiling anstream v0.6.15
87592025-02-23T13:32:00.785Z[ recovery-image] Feb 23 13:31:59.153 INFO E| Compiling heck v0.5.0
87602025-02-23T13:32:00.798Z[ recovery-image] Feb 23 13:31:59.159 INFO E| Compiling clap_lex v0.7.2
87612025-02-23T13:32:00.859Z[ recovery-image] Feb 23 13:31:59.226 INFO E| Compiling once_cell v1.19.0
87622025-02-23T13:32:01.675Z[ recovery-image] Feb 23 13:32:00.043 INFO E| Compiling clap_builder v4.5.17
87632025-02-23T13:32:02.216Z[ recovery-image] Feb 23 13:32:00.584 INFO E| Compiling os_pipe v1.2.1
87642025-02-23T13:32:02.216Z[ recovery-image] Feb 23 13:32:00.584 INFO E| Compiling shared_child v1.0.1
87652025-02-23T13:32:02.538Z[ recovery-image] Feb 23 13:32:00.905 INFO E| Compiling duct v0.13.7
87662025-02-23T13:32:02.905Z[ recovery-image] Feb 23 13:32:01.271 INFO E| Compiling quote v1.0.37
87672025-02-23T13:32:03.604Z[ recovery-image] Feb 23 13:32:01.971 INFO E| Compiling syn v2.0.77
87682025-02-23T13:32:07.492Z[ host-image] Feb 23 13:32:05.858 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z
87692025-02-23T13:32:07.492Z[ host-image] Feb 23 13:32:05.858 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z
87702025-02-23T13:32:07.495Z[ host-image] Feb 23 13:32:05.859 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
87712025-02-23T13:32:07.495Z[ host-image] Feb 23 13:32:05.859 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
87722025-02-23T13:32:07.495Z[ host-image] Feb 23 13:32:05.859 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
87732025-02-23T13:32:07.495Z[ host-image] Feb 23 13:32:05.859 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
87742025-02-23T13:32:07.495Z[ host-image] Feb 23 13:32:05.860 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
87752025-02-23T13:32:07.495Z[ host-image] Feb 23 13:32:05.861 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
87762025-02-23T13:32:07.495Z[ host-image] Feb 23 13:32:05.861 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
87772025-02-23T13:32:07.495Z[ host-image] Feb 23 13:32:05.861 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
87782025-02-23T13:32:07.496Z[ host-image] Feb 23 13:32:05.861 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z
87792025-02-23T13:32:07.499Z[ host-image] Feb 23 13:32:05.863 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z
87802025-02-23T13:32:07.499Z[ host-image] Feb 23 13:32:05.864 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z
87812025-02-23T13:32:07.502Z[ host-image] Feb 23 13:32:05.865 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z
87822025-02-23T13:32:07.502Z[ host-image] Feb 23 13:32:05.865 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
87832025-02-23T13:32:07.502Z[ host-image] Feb 23 13:32:05.866 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z
87842025-02-23T13:32:07.502Z[ host-image] Feb 23 13:32:05.867 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z
87852025-02-23T13:32:07.502Z[ host-image] Feb 23 13:32:05.867 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z
87862025-02-23T13:32:07.502Z[ host-image] Feb 23 13:32:05.868 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z
87872025-02-23T13:32:07.502Z[ host-image] Feb 23 13:32:05.868 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z
87882025-02-23T13:32:07.502Z[ host-image] Feb 23 13:32:05.868 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z
87892025-02-23T13:32:07.502Z[ host-image] Feb 23 13:32:05.868 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z
87902025-02-23T13:32:07.502Z[ host-image] Feb 23 13:32:05.868 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z
87912025-02-23T13:32:07.506Z[ host-image] Feb 23 13:32:05.869 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z
87922025-02-23T13:32:07.506Z[ host-image] Feb 23 13:32:05.869 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z
87932025-02-23T13:32:07.506Z[ host-image] Feb 23 13:32:05.869 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z
87942025-02-23T13:32:07.506Z[ host-image] Feb 23 13:32:05.869 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z
87952025-02-23T13:32:07.506Z[ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z
87962025-02-23T13:32:07.506Z[ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z
87972025-02-23T13:32:07.506Z[ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z
87982025-02-23T13:32:07.506Z[ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z
87992025-02-23T13:32:07.506Z[ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z
88002025-02-23T13:32:07.506Z[ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z
88012025-02-23T13:32:07.506Z[ host-image] Feb 23 13:32:05.870 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z
88022025-02-23T13:32:07.509Z[ host-image] Feb 23 13:32:05.872 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z
88032025-02-23T13:32:07.509Z[ host-image] Feb 23 13:32:05.872 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z
88042025-02-23T13:32:07.521Z[ host-image] Feb 23 13:32:05.887 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88052025-02-23T13:32:07.521Z[ host-image] Feb 23 13:32:05.887 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z
88062025-02-23T13:32:07.524Z[ host-image] Feb 23 13:32:05.887 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
88072025-02-23T13:32:07.524Z[ host-image] Feb 23 13:32:05.888 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88082025-02-23T13:32:07.524Z[ host-image] Feb 23 13:32:05.889 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
88092025-02-23T13:32:07.524Z[ host-image] Feb 23 13:32:05.889 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z
88102025-02-23T13:32:07.524Z[ host-image] Feb 23 13:32:05.889 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
88112025-02-23T13:32:07.524Z[ host-image] Feb 23 13:32:05.890 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
88122025-02-23T13:32:07.527Z[ host-image] Feb 23 13:32:05.891 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
88132025-02-23T13:32:07.527Z[ host-image] Feb 23 13:32:05.892 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
88142025-02-23T13:32:07.545Z[ host-image] Feb 23 13:32:05.911 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
88152025-02-23T13:32:07.545Z[ host-image] Feb 23 13:32:05.911 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
88162025-02-23T13:32:07.548Z[ host-image] Feb 23 13:32:05.912 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
88172025-02-23T13:32:07.548Z[ host-image] Feb 23 13:32:05.913 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
88182025-02-23T13:32:07.551Z[ host-image] Feb 23 13:32:05.918 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
88192025-02-23T13:32:07.554Z[ host-image] Feb 23 13:32:05.918 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
88202025-02-23T13:32:07.624Z[ host-image] Feb 23 13:32:05.990 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
88212025-02-23T13:32:07.627Z[ host-image] Feb 23 13:32:05.991 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
88222025-02-23T13:32:07.627Z[ host-image] Feb 23 13:32:05.991 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
88232025-02-23T13:32:07.627Z[ host-image] Feb 23 13:32:05.993 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z
88242025-02-23T13:32:07.627Z[ host-image] Feb 23 13:32:05.993 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z
88252025-02-23T13:32:07.627Z[ host-image] Feb 23 13:32:05.993 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
88262025-02-23T13:32:07.627Z[ host-image] Feb 23 13:32:05.993 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z
88272025-02-23T13:32:07.627Z[ host-image] Feb 23 13:32:05.994 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
88282025-02-23T13:32:07.631Z[ host-image] Feb 23 13:32:05.994 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
88292025-02-23T13:32:07.631Z[ host-image] Feb 23 13:32:05.994 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
88302025-02-23T13:32:07.631Z[ host-image] Feb 23 13:32:05.994 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z
88312025-02-23T13:32:07.631Z[ host-image] Feb 23 13:32:05.995 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
88322025-02-23T13:32:07.636Z[ host-image] Feb 23 13:32:06.003 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
88332025-02-23T13:32:07.639Z[ host-image] Feb 23 13:32:06.003 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
88342025-02-23T13:32:07.639Z[ host-image] Feb 23 13:32:06.003 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
88352025-02-23T13:32:07.639Z[ host-image] Feb 23 13:32:06.004 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z
88362025-02-23T13:32:07.639Z[ host-image] Feb 23 13:32:06.004 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
88372025-02-23T13:32:07.665Z[ host-image] Feb 23 13:32:06.030 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
88382025-02-23T13:32:07.665Z[ host-image] Feb 23 13:32:06.030 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z
88392025-02-23T13:32:07.668Z[ host-image] Feb 23 13:32:06.034 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z
88402025-02-23T13:32:07.668Z[ host-image] Feb 23 13:32:06.034 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z
88412025-02-23T13:32:07.668Z[ host-image] Feb 23 13:32:06.035 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
88422025-02-23T13:32:07.671Z[ host-image] Feb 23 13:32:06.035 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z
88432025-02-23T13:32:07.671Z[ host-image] Feb 23 13:32:06.036 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z
88442025-02-23T13:32:07.671Z[ host-image] Feb 23 13:32:06.036 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z
88452025-02-23T13:32:07.671Z[ host-image] Feb 23 13:32:06.037 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z
88462025-02-23T13:32:07.686Z[ host-image] Feb 23 13:32:06.053 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
88472025-02-23T13:32:07.689Z[ host-image] Feb 23 13:32:06.053 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z
88482025-02-23T13:32:07.689Z[ host-image] Feb 23 13:32:06.054 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z
88492025-02-23T13:32:07.689Z[ host-image] Feb 23 13:32:06.055 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
88502025-02-23T13:32:07.689Z[ host-image] Feb 23 13:32:06.055 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z
88512025-02-23T13:32:07.689Z[ host-image] Feb 23 13:32:06.055 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z
88522025-02-23T13:32:07.689Z[ host-image] Feb 23 13:32:06.056 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z
88532025-02-23T13:32:07.693Z[ host-image] Feb 23 13:32:06.056 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z
88542025-02-23T13:32:07.703Z[ host-image] Feb 23 13:32:06.069 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z
88552025-02-23T13:32:07.703Z[ host-image] Feb 23 13:32:06.069 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
88562025-02-23T13:32:07.706Z[ host-image] Feb 23 13:32:06.072 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z
88572025-02-23T13:32:07.709Z[ host-image] Feb 23 13:32:06.075 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z
88582025-02-23T13:32:07.709Z[ host-image] Feb 23 13:32:06.075 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z
88592025-02-23T13:32:07.709Z[ host-image] Feb 23 13:32:06.076 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z
88602025-02-23T13:32:07.713Z[ host-image] Feb 23 13:32:06.076 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z
88612025-02-23T13:32:07.713Z[ host-image] Feb 23 13:32:06.077 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z
88622025-02-23T13:32:07.727Z[ host-image] Feb 23 13:32:06.093 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z
88632025-02-23T13:32:07.727Z[ host-image] Feb 23 13:32:06.093 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z
88642025-02-23T13:32:07.730Z[ host-image] Feb 23 13:32:06.094 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z
88652025-02-23T13:32:07.730Z[ host-image] Feb 23 13:32:06.096 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z
88662025-02-23T13:32:07.730Z[ host-image] Feb 23 13:32:06.096 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z
88672025-02-23T13:32:07.773Z[ host-image] Feb 23 13:32:06.139 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z
88682025-02-23T13:32:07.773Z[ host-image] Feb 23 13:32:06.139 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z
88692025-02-23T13:32:07.775Z[ host-image] Feb 23 13:32:06.139 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z
88702025-02-23T13:32:07.775Z[ host-image] Feb 23 13:32:06.140 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
88712025-02-23T13:32:07.775Z[ host-image] Feb 23 13:32:06.141 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
88722025-02-23T13:32:07.820Z[ host-image] Feb 23 13:32:06.186 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z
88732025-02-23T13:32:07.823Z[ host-image] Feb 23 13:32:06.187 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
88742025-02-23T13:32:07.823Z[ host-image] Feb 23 13:32:06.187 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z
88752025-02-23T13:32:07.823Z[ host-image] Feb 23 13:32:06.187 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z
88762025-02-23T13:32:07.826Z[ host-image] Feb 23 13:32:06.189 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z
88772025-02-23T13:32:07.826Z[ host-image] Feb 23 13:32:06.190 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
88782025-02-23T13:32:07.826Z[ host-image] Feb 23 13:32:06.191 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
88792025-02-23T13:32:07.826Z[ host-image] Feb 23 13:32:06.192 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z
88802025-02-23T13:32:07.826Z[ host-image] Feb 23 13:32:06.192 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z
88812025-02-23T13:32:07.826Z[ host-image] Feb 23 13:32:06.192 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z
88822025-02-23T13:32:07.828Z[ host-image] Feb 23 13:32:06.193 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z
88832025-02-23T13:32:07.828Z[ host-image] Feb 23 13:32:06.193 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z
88842025-02-23T13:32:07.828Z[ host-image] Feb 23 13:32:06.194 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z
88852025-02-23T13:32:07.832Z[ host-image] Feb 23 13:32:06.199 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
88862025-02-23T13:32:07.836Z[ host-image] Feb 23 13:32:06.199 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z
88872025-02-23T13:32:07.838Z[ host-image] Feb 23 13:32:06.202 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z
88882025-02-23T13:32:07.838Z[ host-image] Feb 23 13:32:06.202 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z
88892025-02-23T13:32:07.838Z[ host-image] Feb 23 13:32:06.203 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z
88902025-02-23T13:32:07.838Z[ host-image] Feb 23 13:32:06.203 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z
88912025-02-23T13:32:07.838Z[ host-image] Feb 23 13:32:06.204 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z
88922025-02-23T13:32:07.838Z[ host-image] Feb 23 13:32:06.204 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
88932025-02-23T13:32:07.838Z[ host-image] Feb 23 13:32:06.204 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
88942025-02-23T13:32:07.840Z[ host-image] Feb 23 13:32:06.205 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z
88952025-02-23T13:32:07.841Z[ host-image] Feb 23 13:32:06.206 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z
88962025-02-23T13:32:07.841Z[ host-image] Feb 23 13:32:06.206 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
88972025-02-23T13:32:07.841Z[ host-image] Feb 23 13:32:06.206 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
88982025-02-23T13:32:07.841Z[ host-image] Feb 23 13:32:06.207 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
88992025-02-23T13:32:07.841Z[ host-image] Feb 23 13:32:06.207 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89002025-02-23T13:32:07.841Z[ host-image] Feb 23 13:32:06.207 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
89012025-02-23T13:32:07.844Z[ host-image] Feb 23 13:32:06.209 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89022025-02-23T13:32:07.946Z[ host-image] Feb 23 13:32:06.211 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
89032025-02-23T13:32:07.946Z[ host-image] Feb 23 13:32:06.211 INFO O| tempdir @ "/tmp/.tmpfEwJcv/tmp"
89042025-02-23T13:32:07.946Z[ host-image] Feb 23 13:32:06.212 INFO O| image root @ "/tmp/.tmpfEwJcv/tmp/root"
89052025-02-23T13:32:07.946Z[ host-image] Feb 23 13:32:06.212 INFO O| creating image...
89062025-02-23T13:32:09.067Z[ host-image] Feb 23 13:32:07.434 INFO O| copying publishers...
89072025-02-23T13:32:14.101Z[ recovery-image] Feb 23 13:32:12.467 INFO E| Compiling clap_derive v4.5.13
89082025-02-23T13:32:18.254Z[ recovery-image] Feb 23 13:32:16.615 INFO E| Compiling clap v4.5.17
89092025-02-23T13:32:18.344Z[ recovery-image] Feb 23 13:32:16.708 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
89102025-02-23T13:32:21.184Z[ recovery-image] Feb 23 13:32:19.548 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.29s
89112025-02-23T13:32:21.206Z[ recovery-image] Feb 23 13:32:19.570 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
89122025-02-23T13:32:21.469Z[ recovery-image] Feb 23 13:32:19.831 INFO E| Updating crates.io index
89132025-02-23T13:32:21.590Z[ recovery-image] Feb 23 13:32:19.954 INFO E| Downloading crates ...
89142025-02-23T13:32:21.762Z[ recovery-image] Feb 23 13:32:20.126 INFO E| Downloaded bit_field v0.10.2
89152025-02-23T13:32:21.768Z[ recovery-image] Feb 23 13:32:20.132 INFO E| Downloaded bitstruct_derive v0.1.0
89162025-02-23T13:32:21.771Z[ recovery-image] Feb 23 13:32:20.134 INFO E| Downloaded scroll_derive v0.12.0
89172025-02-23T13:32:21.779Z[ recovery-image] Feb 23 13:32:20.143 INFO E| Downloaded scroll v0.12.0
89182025-02-23T13:32:21.782Z[ recovery-image] Feb 23 13:32:20.145 INFO E| Downloaded adler2 v2.0.0
89192025-02-23T13:32:21.785Z[ recovery-image] Feb 23 13:32:20.147 INFO E| Downloaded seq-macro v0.3.5
89202025-02-23T13:32:21.785Z[ recovery-image] Feb 23 13:32:20.149 INFO E| Downloaded bitstruct v0.1.1
89212025-02-23T13:32:21.793Z[ recovery-image] Feb 23 13:32:20.157 INFO E| Downloaded raw-cpuid v10.7.0
89222025-02-23T13:32:21.798Z[ recovery-image] Feb 23 13:32:20.162 INFO E| Downloaded proc-macro2 v1.0.89
89232025-02-23T13:32:21.802Z[ recovery-image] Feb 23 13:32:20.166 INFO E| Downloaded miniz_oxide v0.8.0
89242025-02-23T13:32:21.826Z[ recovery-image] Feb 23 13:32:20.189 INFO E| Downloaded cpio_reader v0.1.1
89252025-02-23T13:32:21.844Z[ recovery-image] Feb 23 13:32:20.201 INFO E| Downloaded goblin v0.8.2
89262025-02-23T13:32:21.860Z[ recovery-image] Feb 23 13:32:20.223 INFO E| Downloaded syn v2.0.85
89272025-02-23T13:32:21.983Z[ recovery-image] Feb 23 13:32:20.346 INFO E| Downloaded x86 v0.52.0
89282025-02-23T13:32:22.068Z[ recovery-image] Feb 23 13:32:20.432 INFO E| Updating crates.io index
89292025-02-23T13:32:22.504Z[ recovery-image] Feb 23 13:32:20.639 INFO E| Downloading crates ...
89302025-02-23T13:32:22.508Z[ recovery-image] Feb 23 13:32:20.753 INFO E| Downloaded rustc-demangle v0.1.24
89312025-02-23T13:32:22.508Z[ recovery-image] Feb 23 13:32:20.756 INFO E| Downloaded allocator-api2 v0.2.18
89322025-02-23T13:32:22.508Z[ recovery-image] Feb 23 13:32:20.760 INFO E| Downloaded getopts v0.2.21
89332025-02-23T13:32:22.508Z[ recovery-image] Feb 23 13:32:20.802 INFO E| Downloaded memchr v2.5.0
89342025-02-23T13:32:22.508Z[ recovery-image] Feb 23 13:32:20.838 INFO E| Downloaded hashbrown v0.15.0
89352025-02-23T13:32:22.508Z[ recovery-image] Feb 23 13:32:20.847 INFO E| Downloaded compiler_builtins v0.1.134
89362025-02-23T13:32:22.584Z[ recovery-image] Feb 23 13:32:20.947 INFO E| Downloaded libc v0.2.161
89372025-02-23T13:32:22.796Z[ recovery-image] Feb 23 13:32:21.158 INFO E| Compiling compiler_builtins v0.1.134
89382025-02-23T13:32:22.810Z[ recovery-image] Feb 23 13:32:21.159 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)
89392025-02-23T13:32:22.811Z[ recovery-image] Feb 23 13:32:21.159 INFO E| Compiling proc-macro2 v1.0.89
89402025-02-23T13:32:22.811Z[ recovery-image] Feb 23 13:32:21.159 INFO E| Compiling unicode-ident v1.0.13
89412025-02-23T13:32:22.811Z[ recovery-image] Feb 23 13:32:21.159 INFO E| Compiling syn v1.0.109
89422025-02-23T13:32:22.811Z[ recovery-image] Feb 23 13:32:21.159 INFO E| Compiling x86 v0.52.0
89432025-02-23T13:32:22.811Z[ recovery-image] Feb 23 13:32:21.159 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
89442025-02-23T13:32:22.811Z[ recovery-image] Feb 23 13:32:21.167 INFO E| Compiling seq-macro v0.3.5
89452025-02-23T13:32:26.390Z[ recovery-image] Feb 23 13:32:24.753 INFO E| Compiling quote v1.0.37
89462025-02-23T13:32:27.511Z[ recovery-image] Feb 23 13:32:25.874 INFO E| Compiling syn v2.0.85
89472025-02-23T13:32:35.171Z[ recovery-image] Feb 23 13:32:33.533 INFO E| Compiling scroll_derive v0.12.0
89482025-02-23T13:32:40.432Z[ host-image] Feb 23 13:32:38.793 INFO O| adding properties...
89492025-02-23T13:32:41.414Z[ recovery-image] Feb 23 13:32:39.775 INFO E| Compiling bitstruct_derive v0.1.0
89502025-02-23T13:32:43.287Z[ host-image] Feb 23 13:32:41.648 INFO O| installing packages...
89512025-02-23T13:33:05.646Z[ recovery-image] Feb 23 13:33:04.002 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)
89522025-02-23T13:33:09.319Z[ recovery-image] Feb 23 13:33:07.675 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)
89532025-02-23T13:33:16.383Z[ host-image] Feb 23 13:33:14.737 INFO O| seeding SMF database...
89542025-02-23T13:33:16.569Z[ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling bitflags v1.3.2
89552025-02-23T13:33:16.569Z[ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling bit_field v0.10.2
89562025-02-23T13:33:16.569Z[ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling plain v0.2.3
89572025-02-23T13:33:16.572Z[ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling scroll v0.12.0
89582025-02-23T13:33:16.572Z[ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling log v0.4.22
89592025-02-23T13:33:16.573Z[ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling adler2 v2.0.0
89602025-02-23T13:33:16.573Z[ recovery-image] Feb 23 13:33:14.923 INFO E| Compiling static_assertions v1.1.0
89612025-02-23T13:33:16.723Z[ recovery-image] Feb 23 13:33:15.077 INFO E| Compiling raw-cpuid v10.7.0
89622025-02-23T13:33:16.731Z[ recovery-image] Feb 23 13:33:15.086 INFO E| Compiling cpio_reader v0.1.1
89632025-02-23T13:33:16.897Z[ recovery-image] Feb 23 13:33:15.252 INFO E| Compiling miniz_oxide v0.8.0
89642025-02-23T13:33:17.136Z[ recovery-image] Feb 23 13:33:15.490 INFO E| Compiling bitstruct v0.1.1
89652025-02-23T13:33:17.940Z[ recovery-image] Feb 23 13:33:16.293 INFO E| Compiling goblin v0.8.2
89662025-02-23T13:33:30.615Z[ recovery-image] Feb 23 13:33:28.967 INFO E| Finished `release` profile [optimized] target(s) in 1m 09s
89672025-02-23T13:33:30.652Z[ recovery-image] Feb 23 13:33:29.004 INFO building host image...
89682025-02-23T13:33:30.654Z[ recovery-image] Feb 23 13:33:29.005 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")
89692025-02-23T13:33:31.668Z[ recovery-image] Feb 23 13:33:30.020 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
89702025-02-23T13:33:32.625Z[ host-image] Feb 23 13:33:30.977 INFO O| configuring SMF profile...
89712025-02-23T13:33:32.628Z[ host-image] Feb 23 13:33:30.977 INFO O| modifying shadow(5)...
89722025-02-23T13:33:32.628Z[ host-image] Feb 23 13:33:30.977 INFO O| loading user and group database...
89732025-02-23T13:33:32.628Z[ host-image] Feb 23 13:33:30.977 INFO O| assessing packaged files...
89742025-02-23T13:33:33.870Z[ recovery-image] Feb 23 13:33:32.222 INFO image complete! materials are in "/work/os-recovery"
89752025-02-23T13:33:33.876Z[ recovery-image]
89762025-02-23T13:33:33.879Z[ recovery-image] real 12:24.993127737
89772025-02-23T13:33:33.879Z[ recovery-image] user 7:04.137893415
89782025-02-23T13:33:33.879Z[ recovery-image] sys 1:15.126353051
89792025-02-23T13:33:33.879Z[ recovery-image] trap 0.388174261
89802025-02-23T13:33:33.879Z[ recovery-image] tflt 0.720601758
89812025-02-23T13:33:33.879Z[ recovery-image] dflt 3.252936516
89822025-02-23T13:33:33.879Z[ recovery-image] kflt 0.053219516
89832025-02-23T13:33:33.879Z[ recovery-image] lock 28:23.101312834
89842025-02-23T13:33:33.879Z[ recovery-image] slp 1:17:17.452733440
89852025-02-23T13:33:33.879Z[ recovery-image] lat 5:05.492178844
89862025-02-23T13:33:33.879Z[ recovery-image] stop 11.891885572
89872025-02-23T13:33:33.879ZFeb 23 13:33:32.230 INFO [recovery-image] process exited with exit status: 0 (745.041677251s)
89882025-02-23T13:33:37.539Z[ host-image] Feb 23 13:33:35.890 INFO O| creating archive...
89892025-02-23T13:33:37.619Z[ host-image] Feb 23 13:33:35.970 INFO O| missing from packaging:
89902025-02-23T13:33:37.620Z[ host-image] Feb 23 13:33:35.971 INFO O| "etc/.pwd.lock"
89912025-02-23T13:33:37.620Z[ host-image] Feb 23 13:33:35.971 INFO O| "etc/bash"
89922025-02-23T13:33:37.630Z[ host-image] Feb 23 13:33:35.981 INFO O| "etc/svc/profile/generic.xml"
89932025-02-23T13:33:37.630Z[ host-image] Feb 23 13:33:35.981 INFO O| "etc/svc/profile/inetd_services.xml"
89942025-02-23T13:33:37.633Z[ host-image] Feb 23 13:33:35.981 INFO O| "etc/svc/profile/name_service.xml"
89952025-02-23T13:33:37.633Z[ host-image] Feb 23 13:33:35.981 INFO O| "etc/svc/profile/platform.xml"
89962025-02-23T13:33:37.633Z[ host-image] Feb 23 13:33:35.981 INFO O| "etc/svc/profile/platform_omicron1.xml"
89972025-02-23T13:33:37.633Z[ host-image] Feb 23 13:33:35.981 INFO O| "etc/svc/repository.db"
89982025-02-23T13:33:37.648Z[ host-image] Feb 23 13:33:35.999 INFO O| "opt/ooce/share"
89992025-02-23T13:33:37.648Z[ host-image] Feb 23 13:33:35.999 INFO O| "opt/ooce/share/man"
90002025-02-23T13:33:37.651Z[ host-image] Feb 23 13:33:35.999 INFO O| "opt/ooce/share/man/man1"
90012025-02-23T13:33:37.663Z[ host-image] Feb 23 13:33:36.014 INFO O| finishing archive...
90022025-02-23T13:33:41.723Z[ host-image] Feb 23 13:33:40.074 INFO O| creating gzonly manifest...
90032025-02-23T13:33:41.736Z[ host-image] Feb 23 13:33:40.086 INFO O| ok
90042025-02-23T13:33:41.973Z[ host-image] Feb 23 13:33:40.324 INFO image builder template: ramdisk-02-trim...
90052025-02-23T13:33:41.973Z[ host-image] Feb 23 13:33:40.324 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/.tmpO8vQuE/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
90062025-02-23T13:33:42.031Z[ host-image] Feb 23 13:33:40.381 INFO O| Feb 23 13:33:40.380 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90072025-02-23T13:33:42.045Z[ host-image] Feb 23 13:33:40.395 INFO O| Feb 23 13:33:40.395 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90082025-02-23T13:33:42.217Z[ host-image] Feb 23 13:33:40.567 INFO O| Feb 23 13:33:40.567 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
90092025-02-23T13:33:42.295Z[ host-image] Feb 23 13:33:40.645 INFO O| Feb 23 13:33:40.645 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90102025-02-23T13:33:42.298Z[ host-image] Feb 23 13:33:40.646 INFO O| Feb 23 13:33:40.646 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
90112025-02-23T13:33:42.310Z[ host-image] Feb 23 13:33:40.660 INFO O| Feb 23 13:33:40.660 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90122025-02-23T13:33:42.321Z[ host-image] Feb 23 13:33:40.672 INFO O| Feb 23 13:33:40.672 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
90132025-02-23T13:33:42.335Z[ host-image] Feb 23 13:33:40.685 INFO O| Feb 23 13:33:40.685 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
90142025-02-23T13:33:42.776Z[ host-image] Feb 23 13:33:41.126 INFO O| Feb 23 13:33:41.126 INFO rolled back to input snapshot; work may begin
90152025-02-23T13:33:42.776Z[ host-image] Feb 23 13:33:41.126 INFO O| Feb 23 13:33:41.126 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
90162025-02-23T13:33:42.789Z[ host-image] Feb 23 13:33:41.139 INFO O| Feb 23 13:33:41.138 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90172025-02-23T13:33:42.811Z[ host-image] Feb 23 13:33:41.162 INFO O| Feb 23 13:33:41.161 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
90182025-02-23T13:33:42.956Z[ host-image] Feb 23 13:33:41.306 INFO O| Feb 23 13:33:41.306 INFO STEP 0 (remove_files) COMPLETE
90192025-02-23T13:33:42.956Z[ host-image] Feb 23 13:33:41.306 INFO O| Feb 23 13:33:41.306 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90202025-02-23T13:33:42.978Z[ host-image] Feb 23 13:33:41.328 INFO O| Feb 23 13:33:41.328 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
90212025-02-23T13:33:42.981Z[ host-image] Feb 23 13:33:41.331 INFO O| Feb 23 13:33:41.331 INFO STEP 1 (remove_files) COMPLETE
90222025-02-23T13:33:42.981Z[ host-image] Feb 23 13:33:41.331 INFO O| Feb 23 13:33:41.331 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232025-02-23T13:33:43.005Z[ host-image] Feb 23 13:33:41.355 INFO O| Feb 23 13:33:41.354 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
90242025-02-23T13:33:43.028Z[ host-image] Feb 23 13:33:41.378 INFO O| Feb 23 13:33:41.378 INFO STEP 2 (remove_files) COMPLETE
90252025-02-23T13:33:43.028Z[ host-image] Feb 23 13:33:41.378 INFO O| Feb 23 13:33:41.378 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90262025-02-23T13:33:43.055Z[ host-image] Feb 23 13:33:41.403 INFO O| Feb 23 13:33:41.403 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
90272025-02-23T13:33:43.058Z[ host-image] Feb 23 13:33:41.406 INFO O| Feb 23 13:33:41.406 INFO STEP 3 (remove_files) COMPLETE
90282025-02-23T13:33:43.058Z[ host-image] Feb 23 13:33:41.406 INFO O| Feb 23 13:33:41.406 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292025-02-23T13:33:43.076Z[ host-image] Feb 23 13:33:41.426 INFO O| Feb 23 13:33:41.426 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
90302025-02-23T13:33:43.082Z[ host-image] Feb 23 13:33:41.433 INFO O| Feb 23 13:33:41.432 INFO STEP 4 (remove_files) COMPLETE
90312025-02-23T13:33:43.082Z[ host-image] Feb 23 13:33:41.433 INFO O| Feb 23 13:33:41.432 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90322025-02-23T13:33:43.168Z[ host-image] Feb 23 13:33:41.519 INFO O| Feb 23 13:33:41.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
90332025-02-23T13:33:43.173Z[ host-image] Feb 23 13:33:41.523 INFO O| Feb 23 13:33:41.523 INFO STEP 5 (remove_files) COMPLETE
90342025-02-23T13:33:43.173Z[ host-image] Feb 23 13:33:41.523 INFO O| Feb 23 13:33:41.523 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90352025-02-23T13:33:43.195Z[ host-image] Feb 23 13:33:41.545 INFO O| Feb 23 13:33:41.545 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
90362025-02-23T13:33:43.215Z[ host-image] Feb 23 13:33:41.565 INFO O| Feb 23 13:33:41.565 INFO STEP 6 (remove_files) COMPLETE
90372025-02-23T13:33:43.215Z[ host-image] Feb 23 13:33:41.565 INFO O| Feb 23 13:33:41.565 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90382025-02-23T13:33:43.302Z[ host-image] Feb 23 13:33:41.625 INFO O| Feb 23 13:33:41.625 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
90392025-02-23T13:33:43.302Z[ host-image] Feb 23 13:33:41.651 INFO O| Feb 23 13:33:41.651 INFO STEP 7 (remove_files) COMPLETE
90402025-02-23T13:33:43.302Z[ host-image] Feb 23 13:33:41.651 INFO O| Feb 23 13:33:41.651 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90412025-02-23T13:33:43.344Z[ host-image] Feb 23 13:33:41.692 INFO O| Feb 23 13:33:41.692 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
90422025-02-23T13:33:43.493Z[ host-image] Feb 23 13:33:41.843 INFO O| Feb 23 13:33:41.843 INFO STEP 8 (remove_files) COMPLETE
90432025-02-23T13:33:43.494Z[ host-image] Feb 23 13:33:41.843 INFO O| Feb 23 13:33:41.843 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90442025-02-23T13:33:43.518Z[ host-image] Feb 23 13:33:41.867 INFO O| Feb 23 13:33:41.867 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
90452025-02-23T13:33:43.659Z[ host-image] Feb 23 13:33:42.009 INFO O| Feb 23 13:33:42.009 INFO STEP 9 (remove_files) COMPLETE
90462025-02-23T13:33:43.660Z[ host-image] Feb 23 13:33:42.009 INFO O| Feb 23 13:33:42.009 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90472025-02-23T13:33:43.681Z[ host-image] Feb 23 13:33:42.031 INFO O| Feb 23 13:33:42.031 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
90482025-02-23T13:33:43.687Z[ host-image] Feb 23 13:33:42.037 INFO O| Feb 23 13:33:42.037 INFO STEP 10 (remove_files) COMPLETE
90492025-02-23T13:33:43.687Z[ host-image] Feb 23 13:33:42.037 INFO O| Feb 23 13:33:42.037 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90502025-02-23T13:33:43.713Z[ host-image] Feb 23 13:33:42.063 INFO O| Feb 23 13:33:42.060 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
90512025-02-23T13:33:43.713Z[ host-image] Feb 23 13:33:42.064 INFO O| Feb 23 13:33:42.062 INFO STEP 11 (remove_files) COMPLETE
90522025-02-23T13:33:43.716Z[ host-image] Feb 23 13:33:42.064 INFO O| Feb 23 13:33:42.062 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90532025-02-23T13:33:43.735Z[ host-image] Feb 23 13:33:42.085 INFO O| Feb 23 13:33:42.084 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
90542025-02-23T13:33:43.747Z[ host-image] Feb 23 13:33:42.097 INFO O| Feb 23 13:33:42.086 INFO STEP 12 (remove_files) COMPLETE
90552025-02-23T13:33:43.747Z[ host-image] Feb 23 13:33:42.097 INFO O| Feb 23 13:33:42.086 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90562025-02-23T13:33:43.773Z[ host-image] Feb 23 13:33:42.122 INFO O| Feb 23 13:33:42.122 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90572025-02-23T13:33:43.773Z[ host-image] Feb 23 13:33:42.123 INFO O| Feb 23 13:33:42.122 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90582025-02-23T13:33:43.776Z[ host-image] Feb 23 13:33:42.123 INFO O| Feb 23 13:33:42.123 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90592025-02-23T13:33:43.776Z[ host-image] Feb 23 13:33:42.124 INFO O| Feb 23 13:33:42.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90602025-02-23T13:33:43.776Z[ host-image] Feb 23 13:33:42.124 INFO O| Feb 23 13:33:42.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90612025-02-23T13:33:43.776Z[ host-image] Feb 23 13:33:42.124 INFO O| Feb 23 13:33:42.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90622025-02-23T13:33:43.776Z[ host-image] Feb 23 13:33:42.124 INFO O| Feb 23 13:33:42.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90632025-02-23T13:33:43.776Z[ host-image] Feb 23 13:33:42.125 INFO O| Feb 23 13:33:42.124 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90642025-02-23T13:33:43.776Z[ host-image] Feb 23 13:33:42.125 INFO O| Feb 23 13:33:42.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90652025-02-23T13:33:43.776Z[ host-image] Feb 23 13:33:42.125 INFO O| Feb 23 13:33:42.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90662025-02-23T13:33:43.776Z[ host-image] Feb 23 13:33:42.125 INFO O| Feb 23 13:33:42.125 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90672025-02-23T13:33:43.776Z[ host-image] Feb 23 13:33:42.126 INFO O| Feb 23 13:33:42.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90682025-02-23T13:33:43.776Z[ host-image] Feb 23 13:33:42.126 INFO O| Feb 23 13:33:42.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90692025-02-23T13:33:43.779Z[ host-image] Feb 23 13:33:42.126 INFO O| Feb 23 13:33:42.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90702025-02-23T13:33:43.780Z[ host-image] Feb 23 13:33:42.127 INFO O| Feb 23 13:33:42.127 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90712025-02-23T13:33:43.780Z[ host-image] Feb 23 13:33:42.127 INFO O| Feb 23 13:33:42.127 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90722025-02-23T13:33:43.797Z[ host-image] Feb 23 13:33:42.147 INFO O| Feb 23 13:33:42.147 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
90732025-02-23T13:33:44.082Z[ host-image] Feb 23 13:33:42.432 INFO O| Feb 23 13:33:42.432 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
90742025-02-23T13:33:44.084Z[ host-image] Feb 23 13:33:42.434 INFO O| Feb 23 13:33:42.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
90752025-02-23T13:33:44.174Z[ host-image] Feb 23 13:33:42.524 INFO O| Feb 23 13:33:42.524 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
90762025-02-23T13:33:44.178Z[ host-image] Feb 23 13:33:42.524 INFO O| Feb 23 13:33:42.524 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
90772025-02-23T13:33:44.649Z[ host-image] Feb 23 13:33:42.998 INFO O| Feb 23 13:33:42.998 INFO STEP 13 (remove_files) COMPLETE
90782025-02-23T13:33:44.649Z[ host-image] Feb 23 13:33:42.998 INFO O| Feb 23 13:33:42.998 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90792025-02-23T13:33:44.675Z[ host-image] Feb 23 13:33:43.024 INFO O| Feb 23 13:33:43.024 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
90802025-02-23T13:33:44.678Z[ host-image] Feb 23 13:33:43.026 INFO O| Feb 23 13:33:43.026 INFO STEP 14 (remove_files) COMPLETE
90812025-02-23T13:33:44.679Z[ host-image] Feb 23 13:33:43.026 INFO O| Feb 23 13:33:43.026 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90822025-02-23T13:33:44.700Z[ host-image] Feb 23 13:33:43.050 INFO O| Feb 23 13:33:43.050 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
90832025-02-23T13:33:44.713Z[ host-image] Feb 23 13:33:43.062 INFO O| Feb 23 13:33:43.062 INFO STEP 15 (remove_files) COMPLETE
90842025-02-23T13:33:44.716Z[ host-image] Feb 23 13:33:43.063 INFO O| Feb 23 13:33:43.062 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90852025-02-23T13:33:44.739Z[ host-image] Feb 23 13:33:43.088 INFO O| Feb 23 13:33:43.088 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
90862025-02-23T13:33:44.742Z[ host-image] Feb 23 13:33:43.089 INFO O| Feb 23 13:33:43.089 INFO STEP 16 (remove_files) COMPLETE
90872025-02-23T13:33:44.742Z[ host-image] Feb 23 13:33:43.089 INFO O| Feb 23 13:33:43.089 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90882025-02-23T13:33:44.786Z[ host-image] Feb 23 13:33:43.136 INFO O| Feb 23 13:33:43.136 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
90892025-02-23T13:33:44.789Z[ host-image] Feb 23 13:33:43.138 INFO O| Feb 23 13:33:43.138 INFO STEP 17 (remove_files) COMPLETE
90902025-02-23T13:33:44.789Z[ host-image] Feb 23 13:33:43.138 INFO O| Feb 23 13:33:43.138 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90912025-02-23T13:33:44.812Z[ host-image] Feb 23 13:33:43.161 INFO O| Feb 23 13:33:43.161 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
90922025-02-23T13:33:44.815Z[ host-image] Feb 23 13:33:43.162 INFO O| Feb 23 13:33:43.161 INFO STEP 18 (remove_files) COMPLETE
90932025-02-23T13:33:44.815Z[ host-image] Feb 23 13:33:43.162 INFO O| Feb 23 13:33:43.162 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90942025-02-23T13:33:44.835Z[ host-image] Feb 23 13:33:43.185 INFO O| Feb 23 13:33:43.185 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
90952025-02-23T13:33:44.835Z[ host-image] Feb 23 13:33:43.185 INFO O| Feb 23 13:33:43.185 INFO STEP 19 (remove_files) COMPLETE
90962025-02-23T13:33:44.838Z[ host-image] Feb 23 13:33:43.185 INFO O| Feb 23 13:33:43.185 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90972025-02-23T13:33:44.877Z[ host-image] Feb 23 13:33:43.227 INFO O| Feb 23 13:33:43.227 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
90982025-02-23T13:33:44.880Z[ host-image] Feb 23 13:33:43.228 INFO O| Feb 23 13:33:43.227 INFO STEP 20 (remove_files) COMPLETE
90992025-02-23T13:33:44.880Z[ host-image] Feb 23 13:33:43.228 INFO O| Feb 23 13:33:43.228 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91002025-02-23T13:33:44.903Z[ host-image] Feb 23 13:33:43.253 INFO O| Feb 23 13:33:43.253 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
91012025-02-23T13:33:44.906Z[ host-image] Feb 23 13:33:43.253 INFO O| Feb 23 13:33:43.253 INFO STEP 21 (remove_files) COMPLETE
91022025-02-23T13:33:44.906Z[ host-image] Feb 23 13:33:43.253 INFO O| Feb 23 13:33:43.253 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91032025-02-23T13:33:44.981Z[ host-image] Feb 23 13:33:43.331 INFO O| Feb 23 13:33:43.331 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
91042025-02-23T13:33:44.984Z[ host-image] Feb 23 13:33:43.331 INFO O| Feb 23 13:33:43.331 INFO STEP 22 (remove_files) COMPLETE
91052025-02-23T13:33:44.984Z[ host-image] Feb 23 13:33:43.331 INFO O| Feb 23 13:33:43.331 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91062025-02-23T13:33:45.006Z[ host-image] Feb 23 13:33:43.356 INFO O| Feb 23 13:33:43.356 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
91072025-02-23T13:33:45.009Z[ host-image] Feb 23 13:33:43.357 INFO O| Feb 23 13:33:43.356 INFO STEP 23 (remove_files) COMPLETE
91082025-02-23T13:33:45.009Z[ host-image] Feb 23 13:33:43.357 INFO O| Feb 23 13:33:43.357 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91092025-02-23T13:33:45.035Z[ host-image] Feb 23 13:33:43.384 INFO O| Feb 23 13:33:43.384 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
91102025-02-23T13:33:45.037Z[ host-image] Feb 23 13:33:43.385 INFO O| Feb 23 13:33:43.385 INFO STEP 24 (remove_files) COMPLETE
91112025-02-23T13:33:45.037Z[ host-image] Feb 23 13:33:43.385 INFO O| Feb 23 13:33:43.385 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91122025-02-23T13:33:45.062Z[ host-image] Feb 23 13:33:43.412 INFO O| Feb 23 13:33:43.412 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
91132025-02-23T13:33:45.065Z[ host-image] Feb 23 13:33:43.412 INFO O| Feb 23 13:33:43.412 INFO STEP 25 (remove_files) COMPLETE
91142025-02-23T13:33:45.065Z[ host-image] Feb 23 13:33:43.412 INFO O| Feb 23 13:33:43.412 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91152025-02-23T13:33:45.086Z[ host-image] Feb 23 13:33:43.436 INFO O| Feb 23 13:33:43.435 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
91162025-02-23T13:33:45.088Z[ host-image] Feb 23 13:33:43.436 INFO O| Feb 23 13:33:43.436 INFO STEP 26 (remove_files) COMPLETE
91172025-02-23T13:33:45.088Z[ host-image] Feb 23 13:33:43.436 INFO O| Feb 23 13:33:43.436 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91182025-02-23T13:33:45.113Z[ host-image] Feb 23 13:33:43.463 INFO O| Feb 23 13:33:43.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
91192025-02-23T13:33:45.113Z[ host-image] Feb 23 13:33:43.463 INFO O| Feb 23 13:33:43.463 INFO STEP 27 (remove_files) COMPLETE
91202025-02-23T13:33:45.116Z[ host-image] Feb 23 13:33:43.463 INFO O| Feb 23 13:33:43.463 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91212025-02-23T13:33:45.153Z[ host-image] Feb 23 13:33:43.502 INFO O| Feb 23 13:33:43.502 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
91222025-02-23T13:33:45.153Z[ host-image] Feb 23 13:33:43.503 INFO O| Feb 23 13:33:43.502 INFO STEP 28 (remove_files) COMPLETE
91232025-02-23T13:33:45.153Z[ host-image] Feb 23 13:33:43.503 INFO O| Feb 23 13:33:43.502 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91242025-02-23T13:33:45.176Z[ host-image] Feb 23 13:33:43.526 INFO O| Feb 23 13:33:43.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
91252025-02-23T13:33:45.176Z[ host-image] Feb 23 13:33:43.526 INFO O| Feb 23 13:33:43.526 INFO STEP 29 (remove_files) COMPLETE
91262025-02-23T13:33:45.179Z[ host-image] Feb 23 13:33:43.526 INFO O| Feb 23 13:33:43.526 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91272025-02-23T13:33:45.199Z[ host-image] Feb 23 13:33:43.549 INFO O| Feb 23 13:33:43.549 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
91282025-02-23T13:33:45.199Z[ host-image] Feb 23 13:33:43.549 INFO O| Feb 23 13:33:43.549 INFO STEP 30 (remove_files) COMPLETE
91292025-02-23T13:33:45.199Z[ host-image] Feb 23 13:33:43.549 INFO O| Feb 23 13:33:43.549 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91302025-02-23T13:33:45.225Z[ host-image] Feb 23 13:33:43.575 INFO O| Feb 23 13:33:43.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
91312025-02-23T13:33:45.231Z[ host-image] Feb 23 13:33:43.575 INFO O| Feb 23 13:33:43.575 INFO STEP 31 (remove_files) COMPLETE
91322025-02-23T13:33:45.231Z[ host-image] Feb 23 13:33:43.575 INFO O| Feb 23 13:33:43.575 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91332025-02-23T13:33:45.287Z[ host-image] Feb 23 13:33:43.637 INFO O| Feb 23 13:33:43.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
91342025-02-23T13:33:45.288Z[ host-image] Feb 23 13:33:43.637 INFO O| Feb 23 13:33:43.637 INFO STEP 32 (remove_files) COMPLETE
91352025-02-23T13:33:45.290Z[ host-image] Feb 23 13:33:43.637 INFO O| Feb 23 13:33:43.637 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91362025-02-23T13:33:45.313Z[ host-image] Feb 23 13:33:43.663 INFO O| Feb 23 13:33:43.663 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
91372025-02-23T13:33:45.313Z[ host-image] Feb 23 13:33:43.663 INFO O| Feb 23 13:33:43.663 INFO STEP 33 (remove_files) COMPLETE
91382025-02-23T13:33:45.316Z[ host-image] Feb 23 13:33:43.663 INFO O| Feb 23 13:33:43.663 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91392025-02-23T13:33:45.341Z[ host-image] Feb 23 13:33:43.690 INFO O| Feb 23 13:33:43.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
91402025-02-23T13:33:45.341Z[ host-image] Feb 23 13:33:43.690 INFO O| Feb 23 13:33:43.690 INFO STEP 34 (remove_files) COMPLETE
91412025-02-23T13:33:45.341Z[ host-image] Feb 23 13:33:43.690 INFO O| Feb 23 13:33:43.690 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91422025-02-23T13:33:45.363Z[ host-image] Feb 23 13:33:43.713 INFO O| Feb 23 13:33:43.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
91432025-02-23T13:33:45.363Z[ host-image] Feb 23 13:33:43.713 INFO O| Feb 23 13:33:43.713 INFO STEP 35 (remove_files) COMPLETE
91442025-02-23T13:33:45.363Z[ host-image] Feb 23 13:33:43.713 INFO O| Feb 23 13:33:43.713 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91452025-02-23T13:33:45.386Z[ host-image] Feb 23 13:33:43.735 INFO O| Feb 23 13:33:43.735 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
91462025-02-23T13:33:45.386Z[ host-image] Feb 23 13:33:43.735 INFO O| Feb 23 13:33:43.735 INFO STEP 36 (remove_files) COMPLETE
91472025-02-23T13:33:45.389Z[ host-image] Feb 23 13:33:43.735 INFO O| Feb 23 13:33:43.735 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91482025-02-23T13:33:45.416Z[ host-image] Feb 23 13:33:43.766 INFO O| Feb 23 13:33:43.766 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
91492025-02-23T13:33:45.420Z[ host-image] Feb 23 13:33:43.767 INFO O| Feb 23 13:33:43.767 INFO STEP 37 (remove_files) COMPLETE
91502025-02-23T13:33:45.420Z[ host-image] Feb 23 13:33:43.767 INFO O| Feb 23 13:33:43.767 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91512025-02-23T13:33:45.444Z[ host-image] Feb 23 13:33:43.794 INFO O| Feb 23 13:33:43.794 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
91522025-02-23T13:33:45.447Z[ host-image] Feb 23 13:33:43.794 INFO O| Feb 23 13:33:43.794 INFO STEP 38 (remove_files) COMPLETE
91532025-02-23T13:33:45.447Z[ host-image] Feb 23 13:33:43.794 INFO O| Feb 23 13:33:43.794 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91542025-02-23T13:33:45.478Z[ host-image] Feb 23 13:33:43.828 INFO O| Feb 23 13:33:43.828 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
91552025-02-23T13:33:45.481Z[ host-image] Feb 23 13:33:43.828 INFO O| Feb 23 13:33:43.828 INFO STEP 39 (remove_files) COMPLETE
91562025-02-23T13:33:45.481Z[ host-image] Feb 23 13:33:43.828 INFO O| Feb 23 13:33:43.828 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91572025-02-23T13:33:45.541Z[ host-image] Feb 23 13:33:43.890 INFO O| Feb 23 13:33:43.890 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
91582025-02-23T13:33:45.541Z[ host-image] Feb 23 13:33:43.891 INFO O| Feb 23 13:33:43.890 INFO STEP 40 (remove_files) COMPLETE
91592025-02-23T13:33:45.544Z[ host-image] Feb 23 13:33:43.891 INFO O| Feb 23 13:33:43.891 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91602025-02-23T13:33:45.563Z[ host-image] Feb 23 13:33:43.913 INFO O| Feb 23 13:33:43.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
91612025-02-23T13:33:45.563Z[ host-image] Feb 23 13:33:43.913 INFO O| Feb 23 13:33:43.913 INFO STEP 41 (remove_files) COMPLETE
91622025-02-23T13:33:45.566Z[ host-image] Feb 23 13:33:43.913 INFO O| Feb 23 13:33:43.913 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91632025-02-23T13:33:45.584Z[ host-image] Feb 23 13:33:43.934 INFO O| Feb 23 13:33:43.934 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
91642025-02-23T13:33:45.584Z[ host-image] Feb 23 13:33:43.934 INFO O| Feb 23 13:33:43.934 INFO STEP 42 (remove_files) COMPLETE
91652025-02-23T13:33:45.587Z[ host-image] Feb 23 13:33:43.934 INFO O| Feb 23 13:33:43.934 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91662025-02-23T13:33:45.608Z[ host-image] Feb 23 13:33:43.958 INFO O| Feb 23 13:33:43.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
91672025-02-23T13:33:45.611Z[ host-image] Feb 23 13:33:43.958 INFO O| Feb 23 13:33:43.958 INFO STEP 43 (remove_files) COMPLETE
91682025-02-23T13:33:45.612Z[ host-image] Feb 23 13:33:43.958 INFO O| Feb 23 13:33:43.958 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91692025-02-23T13:33:45.646Z[ host-image] Feb 23 13:33:43.996 INFO O| Feb 23 13:33:43.996 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
91702025-02-23T13:33:45.646Z[ host-image] Feb 23 13:33:43.996 INFO O| Feb 23 13:33:43.996 INFO STEP 44 (remove_files) COMPLETE
91712025-02-23T13:33:45.646Z[ host-image] Feb 23 13:33:43.996 INFO O| Feb 23 13:33:43.996 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91722025-02-23T13:33:45.670Z[ host-image] Feb 23 13:33:44.020 INFO O| Feb 23 13:33:44.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
91732025-02-23T13:33:45.671Z[ host-image] Feb 23 13:33:44.020 INFO O| Feb 23 13:33:44.020 INFO STEP 45 (remove_files) COMPLETE
91742025-02-23T13:33:45.671Z[ host-image] Feb 23 13:33:44.020 INFO O| Feb 23 13:33:44.020 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91752025-02-23T13:33:45.706Z[ host-image] Feb 23 13:33:44.055 INFO O| Feb 23 13:33:44.055 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
91762025-02-23T13:33:45.706Z[ host-image] Feb 23 13:33:44.055 INFO O| Feb 23 13:33:44.055 INFO STEP 46 (remove_files) COMPLETE
91772025-02-23T13:33:45.706Z[ host-image] Feb 23 13:33:44.055 INFO O| Feb 23 13:33:44.055 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91782025-02-23T13:33:45.731Z[ host-image] Feb 23 13:33:44.081 INFO O| Feb 23 13:33:44.081 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
91792025-02-23T13:33:45.731Z[ host-image] Feb 23 13:33:44.081 INFO O| Feb 23 13:33:44.081 INFO STEP 47 (remove_files) COMPLETE
91802025-02-23T13:33:45.734Z[ host-image] Feb 23 13:33:44.081 INFO O| Feb 23 13:33:44.081 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91812025-02-23T13:33:45.756Z[ host-image] Feb 23 13:33:44.106 INFO O| Feb 23 13:33:44.106 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
91822025-02-23T13:33:45.756Z[ host-image] Feb 23 13:33:44.106 INFO O| Feb 23 13:33:44.106 INFO STEP 48 (remove_files) COMPLETE
91832025-02-23T13:33:45.759Z[ host-image] Feb 23 13:33:44.106 INFO O| Feb 23 13:33:44.106 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91842025-02-23T13:33:45.820Z[ host-image] Feb 23 13:33:44.169 INFO O| Feb 23 13:33:44.169 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
91852025-02-23T13:33:45.820Z[ host-image] Feb 23 13:33:44.169 INFO O| Feb 23 13:33:44.169 INFO STEP 49 (remove_files) COMPLETE
91862025-02-23T13:33:45.820Z[ host-image] Feb 23 13:33:44.169 INFO O| Feb 23 13:33:44.169 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91872025-02-23T13:33:45.845Z[ host-image] Feb 23 13:33:44.195 INFO O| Feb 23 13:33:44.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
91882025-02-23T13:33:45.845Z[ host-image] Feb 23 13:33:44.195 INFO O| Feb 23 13:33:44.195 INFO STEP 50 (remove_files) COMPLETE
91892025-02-23T13:33:45.848Z[ host-image] Feb 23 13:33:44.195 INFO O| Feb 23 13:33:44.195 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91902025-02-23T13:33:45.885Z[ host-image] Feb 23 13:33:44.235 INFO O| Feb 23 13:33:44.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91912025-02-23T13:33:45.885Z[ host-image] Feb 23 13:33:44.235 INFO O| Feb 23 13:33:44.235 INFO STEP 51 (remove_files) COMPLETE
91922025-02-23T13:33:45.888Z[ host-image] Feb 23 13:33:44.235 INFO O| Feb 23 13:33:44.235 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91932025-02-23T13:33:45.986Z[ host-image] Feb 23 13:33:44.334 INFO O| Feb 23 13:33:44.334 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91942025-02-23T13:33:45.986Z[ host-image] Feb 23 13:33:44.334 INFO O| Feb 23 13:33:44.334 INFO STEP 52 (remove_files) COMPLETE
91952025-02-23T13:33:45.989Z[ host-image] Feb 23 13:33:44.334 INFO O| Feb 23 13:33:44.334 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91962025-02-23T13:33:46.010Z[ host-image] Feb 23 13:33:44.359 INFO O| Feb 23 13:33:44.359 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
91972025-02-23T13:33:46.010Z[ host-image] Feb 23 13:33:44.360 INFO O| Feb 23 13:33:44.360 INFO STEP 53 (remove_files) COMPLETE
91982025-02-23T13:33:46.013Z[ host-image] Feb 23 13:33:44.360 INFO O| Feb 23 13:33:44.360 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91992025-02-23T13:33:46.036Z[ host-image] Feb 23 13:33:44.386 INFO O| Feb 23 13:33:44.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
92002025-02-23T13:33:46.036Z[ host-image] Feb 23 13:33:44.386 INFO O| Feb 23 13:33:44.386 INFO STEP 54 (remove_files) COMPLETE
92012025-02-23T13:33:46.036Z[ host-image] Feb 23 13:33:44.386 INFO O| Feb 23 13:33:44.386 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92022025-02-23T13:33:46.058Z[ host-image] Feb 23 13:33:44.407 INFO O| Feb 23 13:33:44.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
92032025-02-23T13:33:46.058Z[ host-image] Feb 23 13:33:44.407 INFO O| Feb 23 13:33:44.407 INFO STEP 55 (remove_files) COMPLETE
92042025-02-23T13:33:46.058Z[ host-image] Feb 23 13:33:44.407 INFO O| Feb 23 13:33:44.407 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92052025-02-23T13:33:46.077Z[ host-image] Feb 23 13:33:44.427 INFO O| Feb 23 13:33:44.427 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
92062025-02-23T13:33:46.080Z[ host-image] Feb 23 13:33:44.427 INFO O| Feb 23 13:33:44.427 INFO STEP 56 (remove_files) COMPLETE
92072025-02-23T13:33:46.081Z[ host-image] Feb 23 13:33:44.427 INFO O| Feb 23 13:33:44.427 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92082025-02-23T13:33:46.142Z[ host-image] Feb 23 13:33:44.491 INFO O| Feb 23 13:33:44.491 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
92092025-02-23T13:33:46.142Z[ host-image] Feb 23 13:33:44.491 INFO O| Feb 23 13:33:44.491 INFO STEP 57 (remove_files) COMPLETE
92102025-02-23T13:33:46.145Z[ host-image] Feb 23 13:33:44.492 INFO O| Feb 23 13:33:44.491 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92112025-02-23T13:33:46.175Z[ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.524 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
92122025-02-23T13:33:46.175Z[ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
92132025-02-23T13:33:46.175Z[ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
92142025-02-23T13:33:46.178Z[ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
92152025-02-23T13:33:46.178Z[ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
92162025-02-23T13:33:46.178Z[ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
92172025-02-23T13:33:46.178Z[ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO ok!
92182025-02-23T13:33:46.178Z[ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO STEP 58 (ensure_file) COMPLETE
92192025-02-23T13:33:46.178Z[ host-image] Feb 23 13:33:44.525 INFO O| Feb 23 13:33:44.525 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92202025-02-23T13:33:46.197Z[ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
92212025-02-23T13:33:46.197Z[ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
92222025-02-23T13:33:46.200Z[ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
92232025-02-23T13:33:46.200Z[ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
92242025-02-23T13:33:46.200Z[ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
92252025-02-23T13:33:46.200Z[ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
92262025-02-23T13:33:46.200Z[ host-image] Feb 23 13:33:44.547 INFO O| Feb 23 13:33:44.547 INFO ok!
92272025-02-23T13:33:46.201Z[ host-image] Feb 23 13:33:44.548 INFO O| Feb 23 13:33:44.547 INFO STEP 59 (ensure_file) COMPLETE
92282025-02-23T13:33:46.201Z[ host-image] Feb 23 13:33:44.548 INFO O| Feb 23 13:33:44.547 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92292025-02-23T13:33:46.224Z[ host-image] Feb 23 13:33:44.574 INFO O| Feb 23 13:33:44.574 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
92302025-02-23T13:33:46.224Z[ host-image] Feb 23 13:33:44.574 INFO O| Feb 23 13:33:44.574 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
92312025-02-23T13:33:46.227Z[ host-image] Feb 23 13:33:44.574 INFO O| Feb 23 13:33:44.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
92322025-02-23T13:33:46.227Z[ host-image] Feb 23 13:33:44.574 INFO O| Feb 23 13:33:44.574 INFO ok!
92332025-02-23T13:33:46.227Z[ host-image] Feb 23 13:33:44.574 INFO O| Feb 23 13:33:44.574 INFO STEP 60 (ensure_file) COMPLETE
92342025-02-23T13:33:46.227Z[ host-image] Feb 23 13:33:44.574 INFO O| Feb 23 13:33:44.574 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92352025-02-23T13:33:46.250Z[ host-image] Feb 23 13:33:44.599 INFO O| Feb 23 13:33:44.599 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
92362025-02-23T13:33:46.250Z[ host-image] Feb 23 13:33:44.599 INFO O| Feb 23 13:33:44.599 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
92372025-02-23T13:33:46.250Z[ host-image] Feb 23 13:33:44.600 INFO O| Feb 23 13:33:44.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
92382025-02-23T13:33:46.252Z[ host-image] Feb 23 13:33:44.600 INFO O| Feb 23 13:33:44.600 INFO ok!
92392025-02-23T13:33:46.253Z[ host-image] Feb 23 13:33:44.600 INFO O| Feb 23 13:33:44.600 INFO STEP 61 (ensure_file) COMPLETE
92402025-02-23T13:33:46.253Z[ host-image] Feb 23 13:33:44.600 INFO O| Feb 23 13:33:44.600 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92412025-02-23T13:33:46.287Z[ host-image] Feb 23 13:33:44.636 INFO O| Feb 23 13:33:44.636 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
92422025-02-23T13:33:46.287Z[ host-image] Feb 23 13:33:44.636 INFO O| Feb 23 13:33:44.636 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
92432025-02-23T13:33:46.289Z[ host-image] Feb 23 13:33:44.637 INFO O| Feb 23 13:33:44.637 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
92442025-02-23T13:33:46.289Z[ host-image] Feb 23 13:33:44.637 INFO O| Feb 23 13:33:44.637 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
92452025-02-23T13:33:46.290Z[ host-image] Feb 23 13:33:44.637 INFO O| Feb 23 13:33:44.637 INFO ok!
92462025-02-23T13:33:46.290Z[ host-image] Feb 23 13:33:44.637 INFO O| Feb 23 13:33:44.637 INFO STEP 62 (ensure_file) COMPLETE
92472025-02-23T13:33:46.290Z[ host-image] Feb 23 13:33:44.637 INFO O| Feb 23 13:33:44.637 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92482025-02-23T13:33:46.324Z[ host-image] Feb 23 13:33:44.674 INFO O| Feb 23 13:33:44.674 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
92492025-02-23T13:33:46.324Z[ host-image] Feb 23 13:33:44.674 INFO O| Feb 23 13:33:44.674 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
92502025-02-23T13:33:46.328Z[ host-image] Feb 23 13:33:44.675 INFO O| Feb 23 13:33:44.674 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
92512025-02-23T13:33:46.328Z[ host-image] Feb 23 13:33:44.675 INFO O| Feb 23 13:33:44.675 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
92522025-02-23T13:33:46.328Z[ host-image] Feb 23 13:33:44.675 INFO O| Feb 23 13:33:44.675 INFO ok!
92532025-02-23T13:33:46.328Z[ host-image] Feb 23 13:33:44.675 INFO O| Feb 23 13:33:44.675 INFO STEP 63 (ensure_file) COMPLETE
92542025-02-23T13:33:46.328Z[ host-image] Feb 23 13:33:44.675 INFO O| Feb 23 13:33:44.675 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92552025-02-23T13:33:46.382Z[ host-image] Feb 23 13:33:44.732 INFO O| Feb 23 13:33:44.732 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
92562025-02-23T13:33:46.382Z[ host-image] Feb 23 13:33:44.732 INFO O| Feb 23 13:33:44.732 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
92572025-02-23T13:33:46.382Z[ host-image] Feb 23 13:33:44.732 INFO O| Feb 23 13:33:44.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
92582025-02-23T13:33:46.385Z[ host-image] Feb 23 13:33:44.732 INFO O| Feb 23 13:33:44.732 INFO ok!
92592025-02-23T13:33:46.385Z[ host-image] Feb 23 13:33:44.732 INFO O| Feb 23 13:33:44.732 INFO STEP 64 (assemble_files) COMPLETE
92602025-02-23T13:33:46.385Z[ host-image] Feb 23 13:33:44.733 INFO O| Feb 23 13:33:44.732 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92612025-02-23T13:33:46.407Z[ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.756 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
92622025-02-23T13:33:46.407Z[ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.756 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
92632025-02-23T13:33:46.407Z[ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.757 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
92642025-02-23T13:33:46.410Z[ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.757 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
92652025-02-23T13:33:46.410Z[ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.757 INFO ok!
92662025-02-23T13:33:46.410Z[ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.757 INFO STEP 65 (ensure_file) COMPLETE
92672025-02-23T13:33:46.410Z[ host-image] Feb 23 13:33:44.757 INFO O| Feb 23 13:33:44.757 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92682025-02-23T13:33:46.433Z[ host-image] Feb 23 13:33:44.783 INFO O| Feb 23 13:33:44.783 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92692025-02-23T13:33:46.433Z[ host-image] Feb 23 13:33:44.783 INFO O| Feb 23 13:33:44.783 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92702025-02-23T13:33:46.436Z[ host-image] Feb 23 13:33:44.784 INFO O| Feb 23 13:33:44.784 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
92712025-02-23T13:33:46.436Z[ host-image] Feb 23 13:33:44.784 INFO O| Feb 23 13:33:44.784 INFO STEP 66 (ensure_dir) COMPLETE
92722025-02-23T13:33:46.436Z[ host-image] Feb 23 13:33:44.784 INFO O| Feb 23 13:33:44.784 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92732025-02-23T13:33:46.459Z[ host-image] Feb 23 13:33:44.809 INFO O| Feb 23 13:33:44.809 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92742025-02-23T13:33:46.459Z[ host-image] Feb 23 13:33:44.809 INFO O| Feb 23 13:33:44.809 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 ...
92752025-02-23T13:33:46.472Z[ host-image] Feb 23 13:33:44.819 INFO O| Feb 23 13:33:44.819 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
92762025-02-23T13:33:46.472Z[ host-image] Feb 23 13:33:44.819 INFO O| Feb 23 13:33:44.819 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92772025-02-23T13:33:46.472Z[ host-image] Feb 23 13:33:44.819 INFO O| Feb 23 13:33:44.819 INFO ok!
92782025-02-23T13:33:46.472Z[ host-image] Feb 23 13:33:44.819 INFO O| Feb 23 13:33:44.819 INFO STEP 67 (ensure_file) COMPLETE
92792025-02-23T13:33:46.472Z[ host-image] Feb 23 13:33:44.819 INFO O| Feb 23 13:33:44.819 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92802025-02-23T13:33:46.506Z[ host-image] Feb 23 13:33:44.856 INFO O| Feb 23 13:33:44.856 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92812025-02-23T13:33:46.507Z[ host-image] Feb 23 13:33:44.856 INFO O| Feb 23 13:33:44.856 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 ...
92822025-02-23T13:33:46.509Z[ host-image] Feb 23 13:33:44.857 INFO O| Feb 23 13:33:44.857 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
92832025-02-23T13:33:46.509Z[ host-image] Feb 23 13:33:44.857 INFO O| Feb 23 13:33:44.857 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92842025-02-23T13:33:46.509Z[ host-image] Feb 23 13:33:44.857 INFO O| Feb 23 13:33:44.857 INFO ok!
92852025-02-23T13:33:46.509Z[ host-image] Feb 23 13:33:44.857 INFO O| Feb 23 13:33:44.857 INFO STEP 68 (ensure_file) COMPLETE
92862025-02-23T13:33:46.509Z[ host-image] Feb 23 13:33:44.857 INFO O| Feb 23 13:33:44.857 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92872025-02-23T13:33:46.546Z[ host-image] Feb 23 13:33:44.895 INFO O| Feb 23 13:33:44.895 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
92882025-02-23T13:33:46.546Z[ host-image] Feb 23 13:33:44.895 INFO O| Feb 23 13:33:44.895 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
92892025-02-23T13:33:50.446Z[ host-image] Feb 23 13:33:48.795 INFO O| Feb 23 13:33:48.795 INFO STEP 69 (pack_tar) COMPLETE
92902025-02-23T13:33:50.446Z[ host-image] Feb 23 13:33:48.795 INFO O| Feb 23 13:33:48.795 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
92912025-02-23T13:33:50.449Z[ host-image] Feb 23 13:33:48.795 INFO O| Feb 23 13:33:48.795 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
92922025-02-23T13:33:50.943Z[ host-image] Feb 23 13:33:49.292 INFO O| Feb 23 13:33:49.292 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
92932025-02-23T13:33:51.072Z[ host-image] Feb 23 13:33:49.421 INFO O| Feb 23 13:33:49.421 INFO completed processing gimlet/ramdisk-02-trim
92942025-02-23T13:33:51.076Z[ host-image] Feb 23 13:33:49.424 INFO image builder template: zfs...
92952025-02-23T13:33:51.076Z[ host-image] Feb 23 13:33:49.424 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/.tmpO8vQuE/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
92962025-02-23T13:33:51.100Z[ host-image] Feb 23 13:33:49.449 INFO O| Feb 23 13:33:49.449 INFO skip include "stress" because feature "stress" is not enabled
92972025-02-23T13:33:51.200Z[ host-image] Feb 23 13:33:49.549 INFO O| Feb 23 13:33:49.549 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
92982025-02-23T13:33:51.211Z[ host-image] Feb 23 13:33:49.560 INFO O| Feb 23 13:33:49.560 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
92992025-02-23T13:33:51.303Z[ host-image] Feb 23 13:33:49.652 INFO O| Feb 23 13:33:49.652 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
93002025-02-23T13:33:51.398Z[ host-image] Feb 23 13:33:49.747 INFO O| Feb 23 13:33:49.747 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
93012025-02-23T13:33:51.401Z[ host-image] Feb 23 13:33:49.748 INFO O| Feb 23 13:33:49.748 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
93022025-02-23T13:33:51.409Z[ host-image] Feb 23 13:33:49.758 INFO O| Feb 23 13:33:49.758 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
93032025-02-23T13:33:51.552Z[ host-image] Feb 23 13:33:49.901 INFO O| Feb 23 13:33:49.901 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
93042025-02-23T13:33:51.638Z[ host-image] Feb 23 13:33:49.986 INFO O| Feb 23 13:33:49.986 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
93052025-02-23T13:33:51.663Z[ host-image] Feb 23 13:33:50.010 INFO O| Feb 23 13:33:50.010 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
93062025-02-23T13:33:51.673Z[ host-image] Feb 23 13:33:50.022 INFO O| Feb 23 13:33:50.022 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
93072025-02-23T13:33:51.676Z[ host-image] Feb 23 13:33:50.023 INFO O| Feb 23 13:33:50.023 INFO no lofi found
93082025-02-23T13:33:51.676Z[ host-image] Feb 23 13:33:50.023 INFO O| Feb 23 13:33:50.023 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
93092025-02-23T13:33:51.676Z[ host-image] Feb 23 13:33:50.023 INFO O| Feb 23 13:33:50.023 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
93102025-02-23T13:33:53.664Z[ host-image] Feb 23 13:33:52.013 INFO O| Feb 23 13:33:52.012 INFO lofi device = /dev/dsk/c2t1d0p0
93112025-02-23T13:33:53.664Z[ host-image] Feb 23 13:33:52.013 INFO O| Feb 23 13:33:52.012 INFO pool device = /dev/dsk/c2t1d0p0
93122025-02-23T13:33:53.668Z[ host-image] Feb 23 13:33:52.013 INFO O| Feb 23 13:33:52.013 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"]
93132025-02-23T13:33:53.887Z[ host-image] Feb 23 13:33:52.235 INFO O| Feb 23 13:33:52.235 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93142025-02-23T13:33:53.887Z[ host-image] Feb 23 13:33:52.236 INFO O| Feb 23 13:33:52.235 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
93152025-02-23T13:33:53.931Z[ host-image] Feb 23 13:33:52.280 INFO O| Feb 23 13:33:52.279 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
93162025-02-23T13:33:54.073Z[ host-image] Feb 23 13:33:52.421 INFO O| Feb 23 13:33:52.421 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
93172025-02-23T13:33:54.148Z[ host-image] Feb 23 13:33:52.496 INFO O| Feb 23 13:33:52.496 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
93182025-02-23T13:33:54.176Z[ host-image] Feb 23 13:33:52.525 INFO O| Feb 23 13:33:52.525 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
93192025-02-23T13:33:54.202Z[ host-image] Feb 23 13:33:52.551 INFO O| Feb 23 13:33:52.551 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
93202025-02-23T13:33:54.305Z[ host-image] Feb 23 13:33:52.654 INFO O| Feb 23 13:33:52.654 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
93212025-02-23T13:33:54.308Z[ host-image] Feb 23 13:33:52.654 INFO O| Feb 23 13:33:52.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
93222025-02-23T13:33:54.309Z[ host-image] Feb 23 13:33:52.655 INFO O| Feb 23 13:33:52.654 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
93232025-02-23T13:33:54.337Z[ host-image] Feb 23 13:33:52.686 INFO O| Feb 23 13:33:52.686 INFO boot environment UUID: e77817f7-2368-4b7b-a141-92e5ebd4e4e3
93242025-02-23T13:33:54.337Z[ host-image] Feb 23 13:33:52.686 INFO O| Feb 23 13:33:52.686 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e77817f7-2368-4b7b-a141-92e5ebd4e4e3
93252025-02-23T13:33:54.365Z[ host-image] Feb 23 13:33:52.714 INFO O| Feb 23 13:33:52.713 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93262025-02-23T13:33:54.411Z[ host-image] Feb 23 13:33:52.759 INFO O| Feb 23 13:33:52.759 INFO STEP 0 (create_be) COMPLETE
93272025-02-23T13:33:54.411Z[ host-image] Feb 23 13:33:52.759 INFO O| Feb 23 13:33:52.759 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93282025-02-23T13:33:54.449Z[ host-image] Feb 23 13:33:52.797 INFO O| Feb 23 13:33:52.797 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
93292025-02-23T13:34:18.946Z[ host-image] Feb 23 13:34:17.290 INFO O| Feb 23 13:34:17.290 INFO STEP 1 (unpack_tar) COMPLETE
93302025-02-23T13:34:18.946Z[ host-image] Feb 23 13:34:17.290 INFO O| Feb 23 13:34:17.290 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93312025-02-23T13:34:18.971Z[ host-image] Feb 23 13:34:17.315 INFO O| Feb 23 13:34:17.315 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
93322025-02-23T13:34:19.686Z[ host-image] Feb 23 13:34:18.030 INFO O| Feb 23 13:34:18.030 INFO STEP 2 (devfsadm) COMPLETE
93332025-02-23T13:34:19.686Z[ host-image] Feb 23 13:34:18.030 INFO O| Feb 23 13:34:18.030 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93342025-02-23T13:34:19.711Z[ host-image] Feb 23 13:34:18.056 INFO O| Feb 23 13:34:18.055 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93352025-02-23T13:34:19.714Z[ host-image] Feb 23 13:34:18.056 INFO O| Feb 23 13:34:18.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93362025-02-23T13:34:19.714Z[ host-image] Feb 23 13:34:18.056 INFO O| Feb 23 13:34:18.056 INFO STEP 3 (ensure_dir) COMPLETE
93372025-02-23T13:34:19.714Z[ host-image] Feb 23 13:34:18.056 INFO O| Feb 23 13:34:18.056 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93382025-02-23T13:34:19.750Z[ host-image] Feb 23 13:34:18.094 INFO O| Feb 23 13:34:18.094 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93392025-02-23T13:34:19.750Z[ host-image] Feb 23 13:34:18.094 INFO O| Feb 23 13:34:18.094 INFO STEP 4 (ensure_dir) COMPLETE
93402025-02-23T13:34:19.750Z[ host-image] Feb 23 13:34:18.094 INFO O| Feb 23 13:34:18.094 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93412025-02-23T13:34:19.803Z[ host-image] Feb 23 13:34:18.147 INFO O| Feb 23 13:34:18.147 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93422025-02-23T13:34:19.803Z[ host-image] Feb 23 13:34:18.147 INFO O| Feb 23 13:34:18.147 INFO STEP 5 (ensure_dir) COMPLETE
93432025-02-23T13:34:19.806Z[ host-image] Feb 23 13:34:18.147 INFO O| Feb 23 13:34:18.147 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93442025-02-23T13:34:19.829Z[ host-image] Feb 23 13:34:18.173 INFO O| Feb 23 13:34:18.173 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93452025-02-23T13:34:19.829Z[ host-image] Feb 23 13:34:18.173 INFO O| Feb 23 13:34:18.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93462025-02-23T13:34:19.832Z[ host-image] Feb 23 13:34:18.173 INFO O| Feb 23 13:34:18.173 INFO STEP 6 (ensure_dir) COMPLETE
93472025-02-23T13:34:19.832Z[ host-image] Feb 23 13:34:18.173 INFO O| Feb 23 13:34:18.173 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93482025-02-23T13:34:19.867Z[ host-image] Feb 23 13:34:18.211 INFO O| Feb 23 13:34:18.211 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93492025-02-23T13:34:19.867Z[ host-image] Feb 23 13:34:18.211 INFO O| Feb 23 13:34:18.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93502025-02-23T13:34:19.870Z[ host-image] Feb 23 13:34:18.211 INFO O| Feb 23 13:34:18.211 INFO STEP 7 (ensure_dir) COMPLETE
93512025-02-23T13:34:19.870Z[ host-image] Feb 23 13:34:18.211 INFO O| Feb 23 13:34:18.211 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93522025-02-23T13:34:19.893Z[ host-image] Feb 23 13:34:18.237 INFO O| Feb 23 13:34:18.236 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
93532025-02-23T13:34:19.896Z[ host-image] Feb 23 13:34:18.237 INFO O| Feb 23 13:34:18.237 INFO STEP 8 (remove_files) COMPLETE
93542025-02-23T13:34:19.896Z[ host-image] Feb 23 13:34:18.237 INFO O| Feb 23 13:34:18.237 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93552025-02-23T13:34:19.921Z[ host-image] Feb 23 13:34:18.265 INFO O| Feb 23 13:34:18.265 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
93562025-02-23T13:34:19.924Z[ host-image] Feb 23 13:34:18.267 INFO O| Feb 23 13:34:18.267 INFO STEP 9 (remove_files) COMPLETE
93572025-02-23T13:34:19.924Z[ host-image] Feb 23 13:34:18.267 INFO O| Feb 23 13:34:18.267 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93582025-02-23T13:34:19.951Z[ host-image] Feb 23 13:34:18.295 INFO O| Feb 23 13:34:18.295 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
93592025-02-23T13:34:19.954Z[ host-image] Feb 23 13:34:18.296 INFO O| Feb 23 13:34:18.296 INFO STEP 10 (remove_files) COMPLETE
93602025-02-23T13:34:19.954Z[ host-image] Feb 23 13:34:18.296 INFO O| Feb 23 13:34:18.296 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93612025-02-23T13:34:19.975Z[ host-image] Feb 23 13:34:18.319 INFO O| Feb 23 13:34:18.319 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
93622025-02-23T13:34:19.975Z[ host-image] Feb 23 13:34:18.319 INFO O| Feb 23 13:34:18.319 INFO STEP 11 (remove_files) COMPLETE
93632025-02-23T13:34:19.977Z[ host-image] Feb 23 13:34:18.319 INFO O| Feb 23 13:34:18.319 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93642025-02-23T13:34:19.998Z[ host-image] Feb 23 13:34:18.342 INFO O| Feb 23 13:34:18.342 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
93652025-02-23T13:34:20.001Z[ host-image] Feb 23 13:34:18.342 INFO O| Feb 23 13:34:18.342 INFO STEP 12 (remove_files) COMPLETE
93662025-02-23T13:34:20.001Z[ host-image] Feb 23 13:34:18.342 INFO O| Feb 23 13:34:18.342 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93672025-02-23T13:34:20.036Z[ host-image] Feb 23 13:34:18.380 INFO O| Feb 23 13:34:18.380 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93682025-02-23T13:34:20.039Z[ host-image] Feb 23 13:34:18.380 INFO O| Feb 23 13:34:18.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93692025-02-23T13:34:20.039Z[ host-image] Feb 23 13:34:18.380 INFO O| Feb 23 13:34:18.380 INFO STEP 13 (ensure_dir) COMPLETE
93702025-02-23T13:34:20.039Z[ host-image] Feb 23 13:34:18.381 INFO O| Feb 23 13:34:18.381 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93712025-02-23T13:34:20.062Z[ host-image] Feb 23 13:34:18.406 INFO O| Feb 23 13:34:18.406 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93722025-02-23T13:34:20.065Z[ host-image] Feb 23 13:34:18.406 INFO O| Feb 23 13:34:18.406 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93732025-02-23T13:34:20.065Z[ host-image] Feb 23 13:34:18.406 INFO O| Feb 23 13:34:18.406 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93742025-02-23T13:34:20.065Z[ host-image] Feb 23 13:34:18.406 INFO O| Feb 23 13:34:18.406 INFO STEP 14 (ensure_dir) COMPLETE
93752025-02-23T13:34:20.065Z[ host-image] Feb 23 13:34:18.406 INFO O| Feb 23 13:34:18.406 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93762025-02-23T13:34:20.081Z[ host-image] Feb 23 13:34:18.426 INFO O| Feb 23 13:34:18.426 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93772025-02-23T13:34:20.084Z[ host-image] Feb 23 13:34:18.426 INFO O| Feb 23 13:34:18.426 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93782025-02-23T13:34:20.084Z[ host-image] Feb 23 13:34:18.426 INFO O| Feb 23 13:34:18.426 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93792025-02-23T13:34:20.084Z[ host-image] Feb 23 13:34:18.426 INFO O| Feb 23 13:34:18.426 INFO STEP 15 (ensure_dir) COMPLETE
93802025-02-23T13:34:20.084Z[ host-image] Feb 23 13:34:18.426 INFO O| Feb 23 13:34:18.426 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93812025-02-23T13:34:20.107Z[ host-image] Feb 23 13:34:18.451 INFO O| Feb 23 13:34:18.451 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93822025-02-23T13:34:20.110Z[ host-image] Feb 23 13:34:18.452 INFO O| Feb 23 13:34:18.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93832025-02-23T13:34:20.110Z[ host-image] Feb 23 13:34:18.452 INFO O| Feb 23 13:34:18.452 INFO STEP 16 (ensure_dir) COMPLETE
93842025-02-23T13:34:20.110Z[ host-image] Feb 23 13:34:18.452 INFO O| Feb 23 13:34:18.452 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93852025-02-23T13:34:20.135Z[ host-image] Feb 23 13:34:18.479 INFO O| Feb 23 13:34:18.479 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93862025-02-23T13:34:20.138Z[ host-image] Feb 23 13:34:18.480 INFO O| Feb 23 13:34:18.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93872025-02-23T13:34:20.138Z[ host-image] Feb 23 13:34:18.480 INFO O| Feb 23 13:34:18.480 INFO STEP 17 (ensure_dir) COMPLETE
93882025-02-23T13:34:20.138Z[ host-image] Feb 23 13:34:18.480 INFO O| Feb 23 13:34:18.480 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93892025-02-23T13:34:20.162Z[ host-image] Feb 23 13:34:18.506 INFO O| Feb 23 13:34:18.506 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93902025-02-23T13:34:20.162Z[ host-image] Feb 23 13:34:18.506 INFO O| Feb 23 13:34:18.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
93912025-02-23T13:34:20.165Z[ host-image] Feb 23 13:34:18.507 INFO O| Feb 23 13:34:18.506 INFO ok!
93922025-02-23T13:34:20.165Z[ host-image] Feb 23 13:34:18.507 INFO O| Feb 23 13:34:18.507 INFO STEP 18 (ensure_symlink) COMPLETE
93932025-02-23T13:34:20.165Z[ host-image] Feb 23 13:34:18.507 INFO O| Feb 23 13:34:18.507 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93942025-02-23T13:34:20.183Z[ host-image] Feb 23 13:34:18.527 INFO O| Feb 23 13:34:18.527 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
93952025-02-23T13:34:20.183Z[ host-image] Feb 23 13:34:18.527 INFO O| Feb 23 13:34:18.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
93962025-02-23T13:34:20.186Z[ host-image] Feb 23 13:34:18.528 INFO O| Feb 23 13:34:18.527 INFO ok!
93972025-02-23T13:34:20.186Z[ host-image] Feb 23 13:34:18.528 INFO O| Feb 23 13:34:18.528 INFO STEP 19 (ensure_file) COMPLETE
93982025-02-23T13:34:20.186Z[ host-image] Feb 23 13:34:18.528 INFO O| Feb 23 13:34:18.528 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93992025-02-23T13:34:20.207Z[ host-image] Feb 23 13:34:18.551 INFO O| Feb 23 13:34:18.551 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
94002025-02-23T13:34:20.207Z[ host-image] Feb 23 13:34:18.551 INFO O| Feb 23 13:34:18.551 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94012025-02-23T13:34:20.210Z[ host-image] Feb 23 13:34:18.552 INFO O| Feb 23 13:34:18.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
94022025-02-23T13:34:20.210Z[ host-image] Feb 23 13:34:18.552 INFO O| Feb 23 13:34:18.552 INFO ok!
94032025-02-23T13:34:20.210Z[ host-image] Feb 23 13:34:18.552 INFO O| Feb 23 13:34:18.552 INFO STEP 20 (ensure_symlink) COMPLETE
94042025-02-23T13:34:20.210Z[ host-image] Feb 23 13:34:18.552 INFO O| Feb 23 13:34:18.552 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94052025-02-23T13:34:20.237Z[ host-image] Feb 23 13:34:18.579 INFO O| Feb 23 13:34:18.579 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
94062025-02-23T13:34:20.237Z[ host-image] Feb 23 13:34:18.579 INFO O| Feb 23 13:34:18.579 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94072025-02-23T13:34:20.237Z[ host-image] Feb 23 13:34:18.580 INFO O| Feb 23 13:34:18.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
94082025-02-23T13:34:20.237Z[ host-image] Feb 23 13:34:18.580 INFO O| Feb 23 13:34:18.580 INFO ok!
94092025-02-23T13:34:20.237Z[ host-image] Feb 23 13:34:18.580 INFO O| Feb 23 13:34:18.580 INFO STEP 21 (ensure_symlink) COMPLETE
94102025-02-23T13:34:20.237Z[ host-image] Feb 23 13:34:18.580 INFO O| Feb 23 13:34:18.580 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94112025-02-23T13:34:20.263Z[ host-image] Feb 23 13:34:18.607 INFO O| Feb 23 13:34:18.607 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
94122025-02-23T13:34:20.263Z[ host-image] Feb 23 13:34:18.607 INFO O| Feb 23 13:34:18.607 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94132025-02-23T13:34:20.266Z[ host-image] Feb 23 13:34:18.607 INFO O| Feb 23 13:34:18.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
94142025-02-23T13:34:20.266Z[ host-image] Feb 23 13:34:18.608 INFO O| Feb 23 13:34:18.607 INFO ok!
94152025-02-23T13:34:20.266Z[ host-image] Feb 23 13:34:18.608 INFO O| Feb 23 13:34:18.608 INFO STEP 22 (ensure_symlink) COMPLETE
94162025-02-23T13:34:20.266Z[ host-image] Feb 23 13:34:18.608 INFO O| Feb 23 13:34:18.608 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94172025-02-23T13:34:20.286Z[ host-image] Feb 23 13:34:18.630 INFO O| Feb 23 13:34:18.630 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
94182025-02-23T13:34:20.286Z[ host-image] Feb 23 13:34:18.630 INFO O| Feb 23 13:34:18.630 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94192025-02-23T13:34:20.286Z[ host-image] Feb 23 13:34:18.630 INFO O| Feb 23 13:34:18.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
94202025-02-23T13:34:20.286Z[ host-image] Feb 23 13:34:18.630 INFO O| Feb 23 13:34:18.630 INFO ok!
94212025-02-23T13:34:20.289Z[ host-image] Feb 23 13:34:18.630 INFO O| Feb 23 13:34:18.630 INFO STEP 23 (ensure_symlink) COMPLETE
94222025-02-23T13:34:20.289Z[ host-image] Feb 23 13:34:18.630 INFO O| Feb 23 13:34:18.630 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94232025-02-23T13:34:20.311Z[ host-image] Feb 23 13:34:18.655 INFO O| Feb 23 13:34:18.655 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94242025-02-23T13:34:20.314Z[ host-image] Feb 23 13:34:18.655 INFO O| Feb 23 13:34:18.655 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
94252025-02-23T13:34:20.314Z[ host-image] Feb 23 13:34:18.656 INFO O| Feb 23 13:34:18.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
94262025-02-23T13:34:20.314Z[ host-image] Feb 23 13:34:18.656 INFO O| Feb 23 13:34:18.656 INFO ok!
94272025-02-23T13:34:20.314Z[ host-image] Feb 23 13:34:18.656 INFO O| Feb 23 13:34:18.656 INFO STEP 24 (ensure_file) COMPLETE
94282025-02-23T13:34:20.314Z[ host-image] Feb 23 13:34:18.656 INFO O| Feb 23 13:34:18.656 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94292025-02-23T13:34:20.339Z[ host-image] Feb 23 13:34:18.683 INFO O| Feb 23 13:34:18.683 INFO updating shadow file
94302025-02-23T13:34:20.339Z[ host-image] Feb 23 13:34:18.683 INFO O| Feb 23 13:34:18.683 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94312025-02-23T13:34:20.342Z[ host-image] Feb 23 13:34:18.683 INFO O| Feb 23 13:34:18.683 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94322025-02-23T13:34:20.342Z[ host-image] Feb 23 13:34:18.683 INFO O| Feb 23 13:34:18.683 INFO STEP 25 (shadow) COMPLETE
94332025-02-23T13:34:20.342Z[ host-image] Feb 23 13:34:18.683 INFO O| Feb 23 13:34:18.683 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94342025-02-23T13:34:20.365Z[ host-image] Feb 23 13:34:18.709 INFO O| Feb 23 13:34:18.709 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
94352025-02-23T13:34:20.365Z[ host-image] Feb 23 13:34:18.709 INFO O| Feb 23 13:34:18.709 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
94362025-02-23T13:34:20.367Z[ host-image] Feb 23 13:34:18.709 INFO O| Feb 23 13:34:18.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
94372025-02-23T13:34:20.367Z[ host-image] Feb 23 13:34:18.709 INFO O| Feb 23 13:34:18.709 INFO ok!
94382025-02-23T13:34:20.367Z[ host-image] Feb 23 13:34:18.709 INFO O| Feb 23 13:34:18.709 INFO STEP 26 (ensure_file) COMPLETE
94392025-02-23T13:34:20.367Z[ host-image] Feb 23 13:34:18.709 INFO O| Feb 23 13:34:18.709 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94402025-02-23T13:34:20.387Z[ host-image] Feb 23 13:34:18.731 INFO O| Feb 23 13:34:18.731 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
94412025-02-23T13:34:20.387Z[ host-image] Feb 23 13:34:18.731 INFO O| Feb 23 13:34:18.731 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
94422025-02-23T13:34:20.390Z[ host-image] Feb 23 13:34:18.731 INFO O| Feb 23 13:34:18.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
94432025-02-23T13:34:20.390Z[ host-image] Feb 23 13:34:18.731 INFO O| Feb 23 13:34:18.731 INFO ok!
94442025-02-23T13:34:20.390Z[ host-image] Feb 23 13:34:18.731 INFO O| Feb 23 13:34:18.731 INFO STEP 27 (ensure_file) COMPLETE
94452025-02-23T13:34:20.390Z[ host-image] Feb 23 13:34:18.731 INFO O| Feb 23 13:34:18.731 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94462025-02-23T13:34:20.421Z[ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94472025-02-23T13:34:20.421Z[ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
94482025-02-23T13:34:20.424Z[ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
94492025-02-23T13:34:20.424Z[ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
94502025-02-23T13:34:20.424Z[ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 INFO ok!
94512025-02-23T13:34:20.425Z[ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 INFO STEP 28 (ensure_file) COMPLETE
94522025-02-23T13:34:20.425Z[ host-image] Feb 23 13:34:18.765 INFO O| Feb 23 13:34:18.765 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94532025-02-23T13:34:20.459Z[ host-image] Feb 23 13:34:18.803 INFO O| Feb 23 13:34:18.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
94542025-02-23T13:34:20.459Z[ host-image] Feb 23 13:34:18.803 INFO O| Feb 23 13:34:18.803 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
94552025-02-23T13:34:20.462Z[ host-image] Feb 23 13:34:18.803 INFO O| Feb 23 13:34:18.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
94562025-02-23T13:34:20.462Z[ host-image] Feb 23 13:34:18.803 INFO O| Feb 23 13:34:18.803 INFO ok!
94572025-02-23T13:34:20.462Z[ host-image] Feb 23 13:34:18.803 INFO O| Feb 23 13:34:18.803 INFO STEP 29 (ensure_file) COMPLETE
94582025-02-23T13:34:20.462Z[ host-image] Feb 23 13:34:18.803 INFO O| Feb 23 13:34:18.803 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94592025-02-23T13:34:20.485Z[ host-image] Feb 23 13:34:18.828 INFO O| Feb 23 13:34:18.828 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
94602025-02-23T13:34:20.485Z[ host-image] Feb 23 13:34:18.829 INFO O| Feb 23 13:34:18.828 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
94612025-02-23T13:34:20.485Z[ host-image] Feb 23 13:34:18.829 INFO O| Feb 23 13:34:18.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
94622025-02-23T13:34:20.485Z[ host-image] Feb 23 13:34:18.829 INFO O| Feb 23 13:34:18.829 INFO ok!
94632025-02-23T13:34:20.488Z[ host-image] Feb 23 13:34:18.829 INFO O| Feb 23 13:34:18.829 INFO STEP 30 (ensure_file) COMPLETE
94642025-02-23T13:34:20.488Z[ host-image] Feb 23 13:34:18.829 INFO O| Feb 23 13:34:18.829 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94652025-02-23T13:34:20.512Z[ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94662025-02-23T13:34:20.512Z[ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
94672025-02-23T13:34:20.517Z[ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94682025-02-23T13:34:20.517Z[ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94692025-02-23T13:34:20.517Z[ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 INFO ok!
94702025-02-23T13:34:20.517Z[ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 INFO STEP 31 (ensure_file) COMPLETE
94712025-02-23T13:34:20.517Z[ host-image] Feb 23 13:34:18.856 INFO O| Feb 23 13:34:18.856 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94722025-02-23T13:34:20.569Z[ host-image] Feb 23 13:34:18.913 INFO O| Feb 23 13:34:18.913 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
94732025-02-23T13:34:20.569Z[ host-image] Feb 23 13:34:18.913 INFO O| Feb 23 13:34:18.913 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
94742025-02-23T13:34:20.572Z[ host-image] Feb 23 13:34:18.913 INFO O| Feb 23 13:34:18.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
94752025-02-23T13:34:20.572Z[ host-image] Feb 23 13:34:18.913 INFO O| Feb 23 13:34:18.913 INFO ok!
94762025-02-23T13:34:20.572Z[ host-image] Feb 23 13:34:18.913 INFO O| Feb 23 13:34:18.913 INFO STEP 32 (ensure_file) COMPLETE
94772025-02-23T13:34:20.572Z[ host-image] Feb 23 13:34:18.913 INFO O| Feb 23 13:34:18.913 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94782025-02-23T13:34:20.592Z[ host-image] Feb 23 13:34:18.936 INFO O| Feb 23 13:34:18.936 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94792025-02-23T13:34:20.592Z[ host-image] Feb 23 13:34:18.936 INFO O| Feb 23 13:34:18.936 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
94802025-02-23T13:34:20.595Z[ host-image] Feb 23 13:34:18.936 INFO O| Feb 23 13:34:18.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
94812025-02-23T13:34:20.595Z[ host-image] Feb 23 13:34:18.936 INFO O| Feb 23 13:34:18.936 INFO ok!
94822025-02-23T13:34:20.595Z[ host-image] Feb 23 13:34:18.936 INFO O| Feb 23 13:34:18.936 INFO STEP 33 (ensure_file) COMPLETE
94832025-02-23T13:34:20.595Z[ host-image] Feb 23 13:34:18.936 INFO O| Feb 23 13:34:18.936 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94842025-02-23T13:34:20.620Z[ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
94852025-02-23T13:34:20.620Z[ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.963 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
94862025-02-23T13:34:20.623Z[ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94872025-02-23T13:34:20.623Z[ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94882025-02-23T13:34:20.623Z[ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94892025-02-23T13:34:20.623Z[ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94902025-02-23T13:34:20.623Z[ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO ok!
94912025-02-23T13:34:20.623Z[ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO STEP 34 (ensure_file) COMPLETE
94922025-02-23T13:34:20.623Z[ host-image] Feb 23 13:34:18.964 INFO O| Feb 23 13:34:18.964 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94932025-02-23T13:34:20.647Z[ host-image] Feb 23 13:34:18.991 INFO O| Feb 23 13:34:18.991 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94942025-02-23T13:34:20.647Z[ host-image] Feb 23 13:34:18.991 INFO O| Feb 23 13:34:18.991 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94952025-02-23T13:34:20.650Z[ host-image] Feb 23 13:34:18.991 INFO O| Feb 23 13:34:18.991 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94962025-02-23T13:34:20.651Z[ host-image] Feb 23 13:34:18.991 INFO O| Feb 23 13:34:18.991 INFO STEP 35 (ensure_dir) COMPLETE
94972025-02-23T13:34:20.651Z[ host-image] Feb 23 13:34:18.991 INFO O| Feb 23 13:34:18.991 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94982025-02-23T13:34:20.671Z[ host-image] Feb 23 13:34:19.015 INFO O| Feb 23 13:34:19.015 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
94992025-02-23T13:34:20.675Z[ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.015 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 ...
95002025-02-23T13:34:20.675Z[ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 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
95012025-02-23T13:34:20.675Z[ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 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
95022025-02-23T13:34:20.675Z[ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 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
95032025-02-23T13:34:20.675Z[ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 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
95042025-02-23T13:34:20.675Z[ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 INFO ok!
95052025-02-23T13:34:20.675Z[ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 INFO STEP 36 (ensure_file) COMPLETE
95062025-02-23T13:34:20.675Z[ host-image] Feb 23 13:34:19.016 INFO O| Feb 23 13:34:19.016 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95072025-02-23T13:34:20.695Z[ host-image] Feb 23 13:34:19.039 INFO O| Feb 23 13:34:19.039 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95082025-02-23T13:34:20.695Z[ host-image] Feb 23 13:34:19.039 INFO O| Feb 23 13:34:19.039 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 ...
95092025-02-23T13:34:20.695Z[ host-image] Feb 23 13:34:19.039 INFO O| Feb 23 13:34:19.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95102025-02-23T13:34:20.753Z[ host-image] Feb 23 13:34:19.039 INFO O| Feb 23 13:34:19.039 INFO ok!
95112025-02-23T13:34:20.753Z[ host-image] Feb 23 13:34:19.039 INFO O| Feb 23 13:34:19.039 INFO STEP 37 (ensure_symlink) COMPLETE
95122025-02-23T13:34:20.753Z[ host-image] Feb 23 13:34:19.039 INFO O| Feb 23 13:34:19.039 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95132025-02-23T13:34:20.753Z[ host-image] Feb 23 13:34:19.071 INFO O| Feb 23 13:34:19.071 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
95142025-02-23T13:34:20.753Z[ host-image] Feb 23 13:34:19.071 INFO O| Feb 23 13:34:19.071 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
95152025-02-23T13:34:20.753Z[ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95162025-02-23T13:34:20.754Z[ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95172025-02-23T13:34:20.754Z[ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95182025-02-23T13:34:20.754Z[ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95192025-02-23T13:34:20.754Z[ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO ok!
95202025-02-23T13:34:20.754Z[ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO STEP 38 (ensure_file) COMPLETE
95212025-02-23T13:34:20.754Z[ host-image] Feb 23 13:34:19.072 INFO O| Feb 23 13:34:19.072 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95222025-02-23T13:34:20.757Z[ host-image] Feb 23 13:34:19.098 INFO O| Feb 23 13:34:19.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
95232025-02-23T13:34:20.757Z[ host-image] Feb 23 13:34:19.098 INFO O| Feb 23 13:34:19.098 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 ...
95242025-02-23T13:34:20.757Z[ host-image] Feb 23 13:34:19.099 INFO O| Feb 23 13:34:19.099 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
95252025-02-23T13:34:20.757Z[ host-image] Feb 23 13:34:19.099 INFO O| Feb 23 13:34:19.099 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
95262025-02-23T13:34:20.757Z[ host-image] Feb 23 13:34:19.099 INFO O| Feb 23 13:34:19.099 INFO ok!
95272025-02-23T13:34:20.757Z[ host-image] Feb 23 13:34:19.099 INFO O| Feb 23 13:34:19.099 INFO STEP 39 (ensure_file) COMPLETE
95282025-02-23T13:34:20.757Z[ host-image] Feb 23 13:34:19.099 INFO O| Feb 23 13:34:19.099 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95292025-02-23T13:34:20.777Z[ host-image] Feb 23 13:34:19.121 INFO O| Feb 23 13:34:19.121 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
95302025-02-23T13:34:20.777Z[ host-image] Feb 23 13:34:19.121 INFO O| Feb 23 13:34:19.121 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
95312025-02-23T13:34:20.780Z[ host-image] Feb 23 13:34:19.122 INFO O| Feb 23 13:34:19.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
95322025-02-23T13:34:20.789Z[ host-image] Feb 23 13:34:19.122 INFO O| Feb 23 13:34:19.122 INFO ok!
95332025-02-23T13:34:20.789Z[ host-image] Feb 23 13:34:19.122 INFO O| Feb 23 13:34:19.122 INFO STEP 40 (ensure_file) COMPLETE
95342025-02-23T13:34:20.789Z[ host-image] Feb 23 13:34:19.122 INFO O| Feb 23 13:34:19.122 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95352025-02-23T13:34:20.809Z[ host-image] Feb 23 13:34:19.152 INFO O| Feb 23 13:34:19.152 INFO updating shadow file
95362025-02-23T13:34:20.809Z[ host-image] Feb 23 13:34:19.153 INFO O| Feb 23 13:34:19.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
95372025-02-23T13:34:20.813Z[ host-image] Feb 23 13:34:19.153 INFO O| Feb 23 13:34:19.153 INFO STEP 41 (shadow) COMPLETE
95382025-02-23T13:34:20.813Z[ host-image] Feb 23 13:34:19.153 INFO O| Feb 23 13:34:19.153 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
95392025-02-23T13:34:20.837Z[ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
95402025-02-23T13:34:20.837Z[ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
95412025-02-23T13:34:20.840Z[ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
95422025-02-23T13:34:20.840Z[ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
95432025-02-23T13:34:20.840Z[ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO ok!
95442025-02-23T13:34:20.840Z[ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO STEP 42 (ensure_file) COMPLETE
95452025-02-23T13:34:20.840Z[ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95462025-02-23T13:34:20.840Z[ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO skip step because feature "mfg" is not enabled
95472025-02-23T13:34:20.840Z[ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95482025-02-23T13:34:20.840Z[ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO skip step because feature "mfg" is not enabled
95492025-02-23T13:34:20.840Z[ host-image] Feb 23 13:34:19.181 INFO O| Feb 23 13:34:19.181 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
95502025-02-23T13:34:20.875Z[ host-image] Feb 23 13:34:19.219 INFO O| Feb 23 13:34:19.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
95512025-02-23T13:34:20.878Z[ host-image] Feb 23 13:34:19.219 INFO O| Feb 23 13:34:19.219 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
95522025-02-23T13:34:21.740Z[ host-image] Feb 23 13:34:20.083 INFO O| Feb 23 13:34:20.083 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
95532025-02-23T13:34:21.740Z[ host-image] Feb 23 13:34:20.083 INFO O| Feb 23 13:34:20.083 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
95542025-02-23T13:34:21.740Z[ host-image] Feb 23 13:34:20.083 INFO O| Feb 23 13:34:20.083 INFO ok!
95552025-02-23T13:34:21.740Z[ host-image] Feb 23 13:34:20.083 INFO O| Feb 23 13:34:20.083 INFO STEP 45 (ensure_file) COMPLETE
95562025-02-23T13:34:21.740Z[ host-image] Feb 23 13:34:20.083 INFO O| Feb 23 13:34:20.083 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95572025-02-23T13:34:21.804Z[ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
95582025-02-23T13:34:21.804Z[ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
95592025-02-23T13:34:21.808Z[ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95602025-02-23T13:34:21.808Z[ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95612025-02-23T13:34:21.808Z[ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95622025-02-23T13:34:21.808Z[ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
95632025-02-23T13:34:21.808Z[ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO ok!
95642025-02-23T13:34:21.808Z[ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO STEP 46 (ensure_file) COMPLETE
95652025-02-23T13:34:21.808Z[ host-image] Feb 23 13:34:20.148 INFO O| Feb 23 13:34:20.148 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95662025-02-23T13:34:21.834Z[ host-image] Feb 23 13:34:20.177 INFO O| Feb 23 13:34:20.177 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
95672025-02-23T13:34:21.834Z[ host-image] Feb 23 13:34:20.177 INFO O| Feb 23 13:34:20.177 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 ...
95682025-02-23T13:34:21.837Z[ host-image] Feb 23 13:34:20.178 INFO O| Feb 23 13:34:20.178 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
95692025-02-23T13:34:21.837Z[ host-image] Feb 23 13:34:20.178 INFO O| Feb 23 13:34:20.178 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
95702025-02-23T13:34:21.837Z[ host-image] Feb 23 13:34:20.178 INFO O| Feb 23 13:34:20.178 INFO ok!
95712025-02-23T13:34:21.837Z[ host-image] Feb 23 13:34:20.178 INFO O| Feb 23 13:34:20.178 INFO STEP 47 (ensure_file) COMPLETE
95722025-02-23T13:34:21.837Z[ host-image] Feb 23 13:34:20.178 INFO O| Feb 23 13:34:20.178 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95732025-02-23T13:34:21.886Z[ host-image] Feb 23 13:34:20.229 INFO O| Feb 23 13:34:20.229 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
95742025-02-23T13:34:21.886Z[ host-image] Feb 23 13:34:20.230 INFO O| Feb 23 13:34:20.230 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
95752025-02-23T13:34:21.889Z[ host-image] Feb 23 13:34:20.230 INFO O| Feb 23 13:34:20.230 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95762025-02-23T13:34:21.889Z[ host-image] Feb 23 13:34:20.230 INFO O| Feb 23 13:34:20.230 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95772025-02-23T13:34:21.889Z[ host-image] Feb 23 13:34:20.230 INFO O| Feb 23 13:34:20.230 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95782025-02-23T13:34:21.889Z[ host-image] Feb 23 13:34:20.230 INFO O| Feb 23 13:34:20.230 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95792025-02-23T13:34:21.889Z[ host-image] Feb 23 13:34:20.230 INFO O| Feb 23 13:34:20.230 INFO ok!
95802025-02-23T13:34:21.889Z[ host-image] Feb 23 13:34:20.231 INFO O| Feb 23 13:34:20.230 INFO STEP 48 (ensure_file) COMPLETE
95812025-02-23T13:34:21.889Z[ host-image] Feb 23 13:34:20.231 INFO O| Feb 23 13:34:20.231 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95822025-02-23T13:34:21.934Z[ host-image] Feb 23 13:34:20.278 INFO O| Feb 23 13:34:20.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95832025-02-23T13:34:21.934Z[ host-image] Feb 23 13:34:20.278 INFO O| Feb 23 13:34:20.278 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 ...
95842025-02-23T13:34:21.937Z[ host-image] Feb 23 13:34:20.279 INFO O| Feb 23 13:34:20.278 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
95852025-02-23T13:34:21.937Z[ host-image] Feb 23 13:34:20.279 INFO O| Feb 23 13:34:20.279 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95862025-02-23T13:34:21.937Z[ host-image] Feb 23 13:34:20.279 INFO O| Feb 23 13:34:20.279 INFO ok!
95872025-02-23T13:34:21.937Z[ host-image] Feb 23 13:34:20.279 INFO O| Feb 23 13:34:20.279 INFO STEP 49 (ensure_file) COMPLETE
95882025-02-23T13:34:21.937Z[ host-image] Feb 23 13:34:20.279 INFO O| Feb 23 13:34:20.279 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95892025-02-23T13:34:22.018Z[ host-image] Feb 23 13:34:20.362 INFO O| Feb 23 13:34:20.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
95902025-02-23T13:34:22.019Z[ host-image] Feb 23 13:34:20.362 INFO O| Feb 23 13:34:20.362 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
95912025-02-23T13:34:22.040Z[ host-image] Feb 23 13:34:20.384 INFO O| Feb 23 13:34:20.384 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95922025-02-23T13:34:22.040Z[ host-image] Feb 23 13:34:20.384 INFO O| Feb 23 13:34:20.384 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95932025-02-23T13:34:22.043Z[ host-image] Feb 23 13:34:20.384 INFO O| Feb 23 13:34:20.384 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95942025-02-23T13:34:22.044Z[ host-image] Feb 23 13:34:20.384 INFO O| Feb 23 13:34:20.384 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95952025-02-23T13:34:22.044Z[ host-image] Feb 23 13:34:20.385 INFO O| Feb 23 13:34:20.384 INFO ok!
95962025-02-23T13:34:22.044Z[ host-image] Feb 23 13:34:20.385 INFO O| Feb 23 13:34:20.384 INFO STEP 50 (ensure_file) COMPLETE
95972025-02-23T13:34:22.044Z[ host-image] Feb 23 13:34:20.385 INFO O| Feb 23 13:34:20.384 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95982025-02-23T13:34:22.071Z[ host-image] Feb 23 13:34:20.414 INFO O| Feb 23 13:34:20.414 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95992025-02-23T13:34:22.071Z[ host-image] Feb 23 13:34:20.414 INFO O| Feb 23 13:34:20.414 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 ...
96002025-02-23T13:34:22.074Z[ host-image] Feb 23 13:34:20.414 INFO O| Feb 23 13:34:20.414 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
96012025-02-23T13:34:22.074Z[ host-image] Feb 23 13:34:20.414 INFO O| Feb 23 13:34:20.414 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
96022025-02-23T13:34:22.074Z[ host-image] Feb 23 13:34:20.414 INFO O| Feb 23 13:34:20.414 INFO ok!
96032025-02-23T13:34:22.074Z[ host-image] Feb 23 13:34:20.415 INFO O| Feb 23 13:34:20.415 INFO STEP 51 (ensure_file) COMPLETE
96042025-02-23T13:34:22.074Z[ host-image] Feb 23 13:34:20.415 INFO O| Feb 23 13:34:20.415 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96052025-02-23T13:34:22.099Z[ host-image] Feb 23 13:34:20.442 INFO O| Feb 23 13:34:20.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
96062025-02-23T13:34:22.099Z[ host-image] Feb 23 13:34:20.443 INFO O| Feb 23 13:34:20.442 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 ...
96072025-02-23T13:34:22.099Z[ host-image] Feb 23 13:34:20.443 INFO O| Feb 23 13:34:20.443 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
96082025-02-23T13:34:22.102Z[ host-image] Feb 23 13:34:20.443 INFO O| Feb 23 13:34:20.443 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
96092025-02-23T13:34:22.102Z[ host-image] Feb 23 13:34:20.443 INFO O| Feb 23 13:34:20.443 INFO ok!
96102025-02-23T13:34:22.102Z[ host-image] Feb 23 13:34:20.443 INFO O| Feb 23 13:34:20.443 INFO STEP 52 (ensure_file) COMPLETE
96112025-02-23T13:34:22.102Z[ host-image] Feb 23 13:34:20.443 INFO O| Feb 23 13:34:20.443 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96122025-02-23T13:34:22.131Z[ host-image] Feb 23 13:34:20.475 INFO O| Feb 23 13:34:20.475 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
96132025-02-23T13:34:22.131Z[ host-image] Feb 23 13:34:20.475 INFO O| Feb 23 13:34:20.475 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 ...
96142025-02-23T13:34:22.135Z[ host-image] Feb 23 13:34:20.476 INFO O| Feb 23 13:34:20.475 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
96152025-02-23T13:34:22.135Z[ host-image] Feb 23 13:34:20.476 INFO O| Feb 23 13:34:20.476 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
96162025-02-23T13:34:22.135Z[ host-image] Feb 23 13:34:20.476 INFO O| Feb 23 13:34:20.476 INFO ok!
96172025-02-23T13:34:22.135Z[ host-image] Feb 23 13:34:20.476 INFO O| Feb 23 13:34:20.476 INFO STEP 53 (ensure_file) COMPLETE
96182025-02-23T13:34:22.135Z[ host-image] Feb 23 13:34:20.476 INFO O| Feb 23 13:34:20.476 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96192025-02-23T13:34:22.163Z[ host-image] Feb 23 13:34:20.506 INFO O| Feb 23 13:34:20.506 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
96202025-02-23T13:34:22.163Z[ host-image] Feb 23 13:34:20.506 INFO O| Feb 23 13:34:20.506 INFO STEP 54 (ensure_dir) COMPLETE
96212025-02-23T13:34:22.163Z[ host-image] Feb 23 13:34:20.506 INFO O| Feb 23 13:34:20.506 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96222025-02-23T13:34:22.188Z[ host-image] Feb 23 13:34:20.531 INFO O| Feb 23 13:34:20.531 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
96232025-02-23T13:34:22.188Z[ host-image] Feb 23 13:34:20.531 INFO O| Feb 23 13:34:20.531 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
96242025-02-23T13:34:22.188Z[ host-image] Feb 23 13:34:20.531 INFO O| Feb 23 13:34:20.531 INFO STEP 55 (ensure_dir) COMPLETE
96252025-02-23T13:34:22.188Z[ host-image] Feb 23 13:34:20.531 INFO O| Feb 23 13:34:20.531 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96262025-02-23T13:34:22.217Z[ host-image] Feb 23 13:34:20.560 INFO O| Feb 23 13:34:20.560 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
96272025-02-23T13:34:22.217Z[ host-image] Feb 23 13:34:20.560 INFO O| Feb 23 13:34:20.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
96282025-02-23T13:34:22.217Z[ host-image] Feb 23 13:34:20.560 INFO O| Feb 23 13:34:20.560 INFO STEP 56 (ensure_dir) COMPLETE
96292025-02-23T13:34:22.217Z[ host-image] Feb 23 13:34:20.560 INFO O| Feb 23 13:34:20.560 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302025-02-23T13:34:22.246Z[ host-image] Feb 23 13:34:20.589 INFO O| Feb 23 13:34:20.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
96312025-02-23T13:34:22.246Z[ host-image] Feb 23 13:34:20.589 INFO O| Feb 23 13:34:20.589 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
96322025-02-23T13:34:22.275Z[ host-image] Feb 23 13:34:20.618 INFO O| Feb 23 13:34:20.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
96332025-02-23T13:34:22.275Z[ host-image] Feb 23 13:34:20.618 INFO O| Feb 23 13:34:20.618 INFO ok!
96342025-02-23T13:34:22.275Z[ host-image] Feb 23 13:34:20.618 INFO O| Feb 23 13:34:20.618 INFO STEP 57 (ensure_file) COMPLETE
96352025-02-23T13:34:22.275Z[ host-image] Feb 23 13:34:20.618 INFO O| Feb 23 13:34:20.618 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362025-02-23T13:34:22.302Z[ host-image] Feb 23 13:34:20.645 INFO O| Feb 23 13:34:20.645 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
96372025-02-23T13:34:22.302Z[ host-image] Feb 23 13:34:20.645 INFO O| Feb 23 13:34:20.645 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
96382025-02-23T13:34:23.998Z[ host-image] Feb 23 13:34:22.341 INFO O| Feb 23 13:34:22.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
96392025-02-23T13:34:23.998Z[ host-image] Feb 23 13:34:22.341 INFO O| Feb 23 13:34:22.341 INFO ok!
96402025-02-23T13:34:24.002Z[ host-image] Feb 23 13:34:22.341 INFO O| Feb 23 13:34:22.341 INFO STEP 58 (ensure_file) COMPLETE
96412025-02-23T13:34:24.002Z[ host-image] Feb 23 13:34:22.341 INFO O| Feb 23 13:34:22.341 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422025-02-23T13:34:24.027Z[ host-image] Feb 23 13:34:22.371 INFO O| Feb 23 13:34:22.371 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
96432025-02-23T13:34:24.027Z[ host-image] Feb 23 13:34:22.371 INFO O| Feb 23 13:34:22.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
96442025-02-23T13:34:24.030Z[ host-image] Feb 23 13:34:22.371 INFO O| Feb 23 13:34:22.371 INFO STEP 59 (ensure_dir) COMPLETE
96452025-02-23T13:34:24.030Z[ host-image] Feb 23 13:34:22.371 INFO O| Feb 23 13:34:22.371 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96462025-02-23T13:34:24.074Z[ host-image] Feb 23 13:34:22.417 INFO O| Feb 23 13:34:22.417 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
96472025-02-23T13:34:24.074Z[ host-image] Feb 23 13:34:22.417 INFO O| Feb 23 13:34:22.417 INFO copying /tmp/.tmpO8vQuE/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 ...
96482025-02-23T13:34:24.077Z[ host-image] Feb 23 13:34:22.418 INFO O| Feb 23 13:34:22.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
96492025-02-23T13:34:24.077Z[ host-image] Feb 23 13:34:22.418 INFO O| Feb 23 13:34:22.418 INFO ok!
96502025-02-23T13:34:24.077Z[ host-image] Feb 23 13:34:22.418 INFO O| Feb 23 13:34:22.418 INFO STEP 60 (ensure_file) COMPLETE
96512025-02-23T13:34:24.077Z[ host-image] Feb 23 13:34:22.418 INFO O| Feb 23 13:34:22.418 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96522025-02-23T13:34:24.140Z[ host-image] Feb 23 13:34:22.483 INFO O| Feb 23 13:34:22.483 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
96532025-02-23T13:34:24.140Z[ host-image] Feb 23 13:34:22.483 INFO O| Feb 23 13:34:22.483 INFO copying /tmp/.tmpO8vQuE/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 ...
96542025-02-23T13:34:24.143Z[ host-image] Feb 23 13:34:22.484 INFO O| Feb 23 13:34:22.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
96552025-02-23T13:34:24.143Z[ host-image] Feb 23 13:34:22.484 INFO O| Feb 23 13:34:22.483 INFO ok!
96562025-02-23T13:34:24.143Z[ host-image] Feb 23 13:34:22.484 INFO O| Feb 23 13:34:22.483 INFO STEP 61 (ensure_file) COMPLETE
96572025-02-23T13:34:24.143Z[ host-image] Feb 23 13:34:22.484 INFO O| Feb 23 13:34:22.484 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582025-02-23T13:34:24.168Z[ host-image] Feb 23 13:34:22.512 INFO O| Feb 23 13:34:22.512 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96592025-02-23T13:34:24.168Z[ host-image] Feb 23 13:34:22.512 INFO O| Feb 23 13:34:22.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
96602025-02-23T13:34:24.168Z[ host-image] Feb 23 13:34:22.512 INFO O| Feb 23 13:34:22.512 INFO STEP 62 (ensure_dir) COMPLETE
96612025-02-23T13:34:24.172Z[ host-image] Feb 23 13:34:22.512 INFO O| Feb 23 13:34:22.512 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96622025-02-23T13:34:24.199Z[ host-image] Feb 23 13:34:22.542 INFO O| Feb 23 13:34:22.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
96632025-02-23T13:34:24.199Z[ host-image] Feb 23 13:34:22.542 INFO O| Feb 23 13:34:22.542 INFO copying /tmp/.tmpO8vQuE/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 ...
96642025-02-23T13:34:24.202Z[ host-image] Feb 23 13:34:22.542 INFO O| Feb 23 13:34:22.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
96652025-02-23T13:34:24.202Z[ host-image] Feb 23 13:34:22.542 INFO O| Feb 23 13:34:22.542 INFO ok!
96662025-02-23T13:34:24.202Z[ host-image] Feb 23 13:34:22.542 INFO O| Feb 23 13:34:22.542 INFO STEP 63 (ensure_file) COMPLETE
96672025-02-23T13:34:24.202Z[ host-image] Feb 23 13:34:22.543 INFO O| Feb 23 13:34:22.542 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96682025-02-23T13:34:24.229Z[ host-image] Feb 23 13:34:22.573 INFO O| Feb 23 13:34:22.572 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96692025-02-23T13:34:24.229Z[ host-image] Feb 23 13:34:22.573 INFO O| Feb 23 13:34:22.573 INFO copying /tmp/.tmpO8vQuE/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 ...
96702025-02-23T13:34:24.232Z[ host-image] Feb 23 13:34:22.573 INFO O| Feb 23 13:34:22.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96712025-02-23T13:34:24.232Z[ host-image] Feb 23 13:34:22.573 INFO O| Feb 23 13:34:22.573 INFO ok!
96722025-02-23T13:34:24.232Z[ host-image] Feb 23 13:34:22.573 INFO O| Feb 23 13:34:22.573 INFO STEP 64 (ensure_file) COMPLETE
96732025-02-23T13:34:24.232Z[ host-image] Feb 23 13:34:22.573 INFO O| Feb 23 13:34:22.573 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96742025-02-23T13:34:24.257Z[ host-image] Feb 23 13:34:22.600 INFO O| Feb 23 13:34:22.600 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96752025-02-23T13:34:24.257Z[ host-image] Feb 23 13:34:22.600 INFO O| Feb 23 13:34:22.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96762025-02-23T13:34:24.257Z[ host-image] Feb 23 13:34:22.600 INFO O| Feb 23 13:34:22.600 INFO STEP 65 (ensure_dir) COMPLETE
96772025-02-23T13:34:24.257Z[ host-image] Feb 23 13:34:22.600 INFO O| Feb 23 13:34:22.600 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782025-02-23T13:34:24.281Z[ host-image] Feb 23 13:34:22.624 INFO O| Feb 23 13:34:22.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96792025-02-23T13:34:24.281Z[ host-image] Feb 23 13:34:22.625 INFO O| Feb 23 13:34:22.624 INFO copying /tmp/.tmpO8vQuE/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 ...
96802025-02-23T13:34:24.284Z[ host-image] Feb 23 13:34:22.625 INFO O| Feb 23 13:34:22.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96812025-02-23T13:34:24.284Z[ host-image] Feb 23 13:34:22.625 INFO O| Feb 23 13:34:22.625 INFO ok!
96822025-02-23T13:34:24.284Z[ host-image] Feb 23 13:34:22.625 INFO O| Feb 23 13:34:22.625 INFO STEP 66 (ensure_file) COMPLETE
96832025-02-23T13:34:24.284Z[ host-image] Feb 23 13:34:22.625 INFO O| Feb 23 13:34:22.625 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842025-02-23T13:34:24.312Z[ host-image] Feb 23 13:34:22.655 INFO O| Feb 23 13:34:22.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96852025-02-23T13:34:24.312Z[ host-image] Feb 23 13:34:22.655 INFO O| Feb 23 13:34:22.655 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
96862025-02-23T13:34:24.312Z[ host-image] Feb 23 13:34:22.655 INFO O| Feb 23 13:34:22.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
96872025-02-23T13:34:24.312Z[ host-image] Feb 23 13:34:22.655 INFO O| Feb 23 13:34:22.655 INFO ok!
96882025-02-23T13:34:24.314Z[ host-image] Feb 23 13:34:22.655 INFO O| Feb 23 13:34:22.655 INFO STEP 67 (ensure_file) COMPLETE
96892025-02-23T13:34:24.314Z[ host-image] Feb 23 13:34:22.655 INFO O| Feb 23 13:34:22.655 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902025-02-23T13:34:24.345Z[ host-image] Feb 23 13:34:22.688 INFO O| Feb 23 13:34:22.688 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96912025-02-23T13:34:24.345Z[ host-image] Feb 23 13:34:22.688 INFO O| Feb 23 13:34:22.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96922025-02-23T13:34:24.348Z[ host-image] Feb 23 13:34:22.688 INFO O| Feb 23 13:34:22.688 INFO STEP 68 (ensure_dir) COMPLETE
96932025-02-23T13:34:24.348Z[ host-image] Feb 23 13:34:22.688 INFO O| Feb 23 13:34:22.688 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96942025-02-23T13:34:24.372Z[ host-image] Feb 23 13:34:22.716 INFO O| Feb 23 13:34:22.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
96952025-02-23T13:34:24.372Z[ host-image] Feb 23 13:34:22.716 INFO O| Feb 23 13:34:22.716 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
96962025-02-23T13:34:26.146Z[ host-image] Feb 23 13:34:24.480 INFO O| Feb 23 13:34:24.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
96972025-02-23T13:34:26.146Z[ host-image] Feb 23 13:34:24.480 INFO O| Feb 23 13:34:24.480 INFO ok!
96982025-02-23T13:34:26.149Z[ host-image] Feb 23 13:34:24.480 INFO O| Feb 23 13:34:24.480 INFO STEP 69 (ensure_file) COMPLETE
96992025-02-23T13:34:26.149Z[ host-image] Feb 23 13:34:24.480 INFO O| Feb 23 13:34:24.480 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97002025-02-23T13:34:26.162Z[ host-image] Feb 23 13:34:24.505 INFO O| Feb 23 13:34:24.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
97012025-02-23T13:34:26.162Z[ host-image] Feb 23 13:34:24.505 INFO O| Feb 23 13:34:24.505 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
97022025-02-23T13:34:29.134Z[ host-image] Feb 23 13:34:27.476 INFO O| Feb 23 13:34:27.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
97032025-02-23T13:34:29.134Z[ host-image] Feb 23 13:34:27.476 INFO O| Feb 23 13:34:27.476 INFO ok!
97042025-02-23T13:34:29.137Z[ host-image] Feb 23 13:34:27.476 INFO O| Feb 23 13:34:27.476 INFO STEP 70 (ensure_file) COMPLETE
97052025-02-23T13:34:29.137Z[ host-image] Feb 23 13:34:27.476 INFO O| Feb 23 13:34:27.476 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97062025-02-23T13:34:29.165Z[ host-image] Feb 23 13:34:27.507 INFO O| Feb 23 13:34:27.507 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
97072025-02-23T13:34:29.165Z[ host-image] Feb 23 13:34:27.507 INFO O| Feb 23 13:34:27.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
97082025-02-23T13:34:29.168Z[ host-image] Feb 23 13:34:27.507 INFO O| Feb 23 13:34:27.507 INFO STEP 71 (ensure_dir) COMPLETE
97092025-02-23T13:34:29.168Z[ host-image] Feb 23 13:34:27.507 INFO O| Feb 23 13:34:27.507 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102025-02-23T13:34:29.193Z[ host-image] Feb 23 13:34:27.536 INFO O| Feb 23 13:34:27.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
97112025-02-23T13:34:29.193Z[ host-image] Feb 23 13:34:27.536 INFO O| Feb 23 13:34:27.536 INFO copying /tmp/.tmpO8vQuE/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 ...
97122025-02-23T13:34:29.193Z[ host-image] Feb 23 13:34:27.536 INFO O| Feb 23 13:34:27.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
97132025-02-23T13:34:29.196Z[ host-image] Feb 23 13:34:27.536 INFO O| Feb 23 13:34:27.536 INFO ok!
97142025-02-23T13:34:29.196Z[ host-image] Feb 23 13:34:27.536 INFO O| Feb 23 13:34:27.536 INFO STEP 72 (ensure_file) COMPLETE
97152025-02-23T13:34:29.196Z[ host-image] Feb 23 13:34:27.536 INFO O| Feb 23 13:34:27.536 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97162025-02-23T13:34:29.240Z[ host-image] Feb 23 13:34:27.583 INFO O| Feb 23 13:34:27.583 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
97172025-02-23T13:34:29.240Z[ host-image] Feb 23 13:34:27.583 INFO O| Feb 23 13:34:27.583 INFO copying /tmp/.tmpO8vQuE/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 ...
97182025-02-23T13:34:29.243Z[ host-image] Feb 23 13:34:27.583 INFO O| Feb 23 13:34:27.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
97192025-02-23T13:34:29.244Z[ host-image] Feb 23 13:34:27.583 INFO O| Feb 23 13:34:27.583 INFO ok!
97202025-02-23T13:34:29.244Z[ host-image] Feb 23 13:34:27.583 INFO O| Feb 23 13:34:27.583 INFO STEP 73 (ensure_file) COMPLETE
97212025-02-23T13:34:29.244Z[ host-image] Feb 23 13:34:27.584 INFO O| Feb 23 13:34:27.584 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222025-02-23T13:34:29.273Z[ host-image] Feb 23 13:34:27.615 INFO O| Feb 23 13:34:27.615 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
97232025-02-23T13:34:29.273Z[ host-image] Feb 23 13:34:27.616 INFO O| Feb 23 13:34:27.615 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
97242025-02-23T13:34:29.276Z[ host-image] Feb 23 13:34:27.616 INFO O| Feb 23 13:34:27.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
97252025-02-23T13:34:29.276Z[ host-image] Feb 23 13:34:27.616 INFO O| Feb 23 13:34:27.616 INFO ok!
97262025-02-23T13:34:29.276Z[ host-image] Feb 23 13:34:27.616 INFO O| Feb 23 13:34:27.616 INFO STEP 74 (ensure_file) COMPLETE
97272025-02-23T13:34:29.276Z[ host-image] Feb 23 13:34:27.616 INFO O| Feb 23 13:34:27.616 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282025-02-23T13:34:29.340Z[ host-image] Feb 23 13:34:27.682 INFO O| Feb 23 13:34:27.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
97292025-02-23T13:34:29.340Z[ host-image] Feb 23 13:34:27.682 INFO O| Feb 23 13:34:27.682 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
97302025-02-23T13:34:29.343Z[ host-image] Feb 23 13:34:27.682 INFO O| Feb 23 13:34:27.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
97312025-02-23T13:34:29.343Z[ host-image] Feb 23 13:34:27.682 INFO O| Feb 23 13:34:27.682 INFO ok!
97322025-02-23T13:34:29.343Z[ host-image] Feb 23 13:34:27.683 INFO O| Feb 23 13:34:27.682 INFO STEP 75 (ensure_file) COMPLETE
97332025-02-23T13:34:29.343Z[ host-image] Feb 23 13:34:27.683 INFO O| Feb 23 13:34:27.683 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342025-02-23T13:34:29.415Z[ host-image] Feb 23 13:34:27.757 INFO O| Feb 23 13:34:27.757 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
97352025-02-23T13:34:29.415Z[ host-image] Feb 23 13:34:27.757 INFO O| Feb 23 13:34:27.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
97362025-02-23T13:34:29.415Z[ host-image] Feb 23 13:34:27.757 INFO O| Feb 23 13:34:27.757 INFO STEP 76 (ensure_dir) COMPLETE
97372025-02-23T13:34:29.418Z[ host-image] Feb 23 13:34:27.758 INFO O| Feb 23 13:34:27.757 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382025-02-23T13:34:29.509Z[ host-image] Feb 23 13:34:27.851 INFO O| Feb 23 13:34:27.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
97392025-02-23T13:34:29.509Z[ host-image] Feb 23 13:34:27.851 INFO O| Feb 23 13:34:27.851 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
97402025-02-23T13:34:29.515Z[ host-image] Feb 23 13:34:27.857 INFO O| Feb 23 13:34:27.857 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
97412025-02-23T13:34:29.515Z[ host-image] Feb 23 13:34:27.857 INFO O| Feb 23 13:34:27.857 INFO ok!
97422025-02-23T13:34:29.515Z[ host-image] Feb 23 13:34:27.857 INFO O| Feb 23 13:34:27.857 INFO STEP 77 (ensure_file) COMPLETE
97432025-02-23T13:34:29.515Z[ host-image] Feb 23 13:34:27.857 INFO O| Feb 23 13:34:27.857 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442025-02-23T13:34:29.586Z[ host-image] Feb 23 13:34:27.928 INFO O| Feb 23 13:34:27.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
97452025-02-23T13:34:29.586Z[ host-image] Feb 23 13:34:27.928 INFO O| Feb 23 13:34:27.928 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
97462025-02-23T13:34:29.589Z[ host-image] Feb 23 13:34:27.929 INFO O| Feb 23 13:34:27.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
97472025-02-23T13:34:29.589Z[ host-image] Feb 23 13:34:27.929 INFO O| Feb 23 13:34:27.929 INFO ok!
97482025-02-23T13:34:29.589Z[ host-image] Feb 23 13:34:27.929 INFO O| Feb 23 13:34:27.929 INFO STEP 78 (ensure_file) COMPLETE
97492025-02-23T13:34:29.589Z[ host-image] Feb 23 13:34:27.929 INFO O| Feb 23 13:34:27.929 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97502025-02-23T13:34:29.651Z[ host-image] Feb 23 13:34:27.993 INFO O| Feb 23 13:34:27.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
97512025-02-23T13:34:29.651Z[ host-image] Feb 23 13:34:27.993 INFO O| Feb 23 13:34:27.993 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
97522025-02-23T13:34:31.569Z[ host-image] Feb 23 13:34:29.911 INFO O| Feb 23 13:34:29.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
97532025-02-23T13:34:31.569Z[ host-image] Feb 23 13:34:29.911 INFO O| Feb 23 13:34:29.911 INFO ok!
97542025-02-23T13:34:31.572Z[ host-image] Feb 23 13:34:29.911 INFO O| Feb 23 13:34:29.911 INFO STEP 79 (ensure_file) COMPLETE
97552025-02-23T13:34:31.572Z[ host-image] Feb 23 13:34:29.911 INFO O| Feb 23 13:34:29.911 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97562025-02-23T13:34:31.593Z[ host-image] Feb 23 13:34:29.935 INFO O| Feb 23 13:34:29.935 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
97572025-02-23T13:34:31.596Z[ host-image] Feb 23 13:34:29.936 INFO O| Feb 23 13:34:29.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
97582025-02-23T13:34:31.596Z[ host-image] Feb 23 13:34:29.936 INFO O| Feb 23 13:34:29.936 INFO STEP 80 (ensure_dir) COMPLETE
97592025-02-23T13:34:31.596Z[ host-image] Feb 23 13:34:29.936 INFO O| Feb 23 13:34:29.936 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97602025-02-23T13:34:31.652Z[ host-image] Feb 23 13:34:29.994 INFO O| Feb 23 13:34:29.994 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
97612025-02-23T13:34:31.655Z[ host-image] Feb 23 13:34:29.995 INFO O| Feb 23 13:34:29.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
97622025-02-23T13:34:31.655Z[ host-image] Feb 23 13:34:29.995 INFO O| Feb 23 13:34:29.995 INFO STEP 81 (ensure_dir) COMPLETE
97632025-02-23T13:34:31.655Z[ host-image] Feb 23 13:34:29.995 INFO O| Feb 23 13:34:29.995 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642025-02-23T13:34:31.678Z[ host-image] Feb 23 13:34:30.020 INFO O| Feb 23 13:34:30.020 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
97652025-02-23T13:34:31.681Z[ host-image] Feb 23 13:34:30.021 INFO O| Feb 23 13:34:30.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
97662025-02-23T13:34:31.681Z[ host-image] Feb 23 13:34:30.021 INFO O| Feb 23 13:34:30.021 INFO STEP 82 (ensure_dir) COMPLETE
97672025-02-23T13:34:31.681Z[ host-image] Feb 23 13:34:30.021 INFO O| Feb 23 13:34:30.021 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682025-02-23T13:34:31.703Z[ host-image] Feb 23 13:34:30.045 INFO O| Feb 23 13:34:30.045 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97692025-02-23T13:34:31.703Z[ host-image] Feb 23 13:34:30.045 INFO O| Feb 23 13:34:30.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97702025-02-23T13:34:31.703Z[ host-image] Feb 23 13:34:30.045 INFO O| Feb 23 13:34:30.045 INFO STEP 83 (ensure_dir) COMPLETE
97712025-02-23T13:34:31.706Z[ host-image] Feb 23 13:34:30.045 INFO O| Feb 23 13:34:30.045 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97722025-02-23T13:34:31.729Z[ host-image] Feb 23 13:34:30.071 INFO O| Feb 23 13:34:30.071 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97732025-02-23T13:34:31.732Z[ host-image] Feb 23 13:34:30.071 INFO O| Feb 23 13:34:30.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97742025-02-23T13:34:31.732Z[ host-image] Feb 23 13:34:30.071 INFO O| Feb 23 13:34:30.071 INFO STEP 84 (ensure_dir) COMPLETE
97752025-02-23T13:34:31.732Z[ host-image] Feb 23 13:34:30.071 INFO O| Feb 23 13:34:30.071 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97762025-02-23T13:34:31.756Z[ host-image] Feb 23 13:34:30.098 INFO O| Feb 23 13:34:30.098 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97772025-02-23T13:34:31.756Z[ host-image] Feb 23 13:34:30.098 INFO O| Feb 23 13:34:30.098 INFO copying /tmp/.tmpO8vQuE/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 ...
97782025-02-23T13:34:31.759Z[ host-image] Feb 23 13:34:30.098 INFO O| Feb 23 13:34:30.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97792025-02-23T13:34:31.759Z[ host-image] Feb 23 13:34:30.098 INFO O| Feb 23 13:34:30.098 INFO ok!
97802025-02-23T13:34:31.759Z[ host-image] Feb 23 13:34:30.098 INFO O| Feb 23 13:34:30.098 INFO STEP 85 (ensure_file) COMPLETE
97812025-02-23T13:34:31.759Z[ host-image] Feb 23 13:34:30.098 INFO O| Feb 23 13:34:30.098 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97822025-02-23T13:34:31.781Z[ host-image] Feb 23 13:34:30.122 INFO O| Feb 23 13:34:30.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97832025-02-23T13:34:31.781Z[ host-image] Feb 23 13:34:30.122 INFO O| Feb 23 13:34:30.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97842025-02-23T13:34:31.781Z[ host-image] Feb 23 13:34:30.122 INFO O| Feb 23 13:34:30.122 INFO STEP 86 (ensure_dir) COMPLETE
97852025-02-23T13:34:31.781Z[ host-image] Feb 23 13:34:30.123 INFO O| Feb 23 13:34:30.122 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97862025-02-23T13:34:31.808Z[ host-image] Feb 23 13:34:30.150 INFO O| Feb 23 13:34:30.150 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97872025-02-23T13:34:31.808Z[ host-image] Feb 23 13:34:30.150 INFO O| Feb 23 13:34:30.150 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97882025-02-23T13:34:31.808Z[ host-image] Feb 23 13:34:30.150 INFO O| Feb 23 13:34:30.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97892025-02-23T13:34:31.808Z[ host-image] Feb 23 13:34:30.150 INFO O| Feb 23 13:34:30.150 INFO ok!
97902025-02-23T13:34:31.811Z[ host-image] Feb 23 13:34:30.150 INFO O| Feb 23 13:34:30.150 INFO STEP 87 (ensure_file) COMPLETE
97912025-02-23T13:34:31.811Z[ host-image] Feb 23 13:34:30.150 INFO O| Feb 23 13:34:30.150 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97922025-02-23T13:34:31.853Z[ host-image] Feb 23 13:34:30.195 INFO O| Feb 23 13:34:30.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97932025-02-23T13:34:31.854Z[ host-image] Feb 23 13:34:30.196 INFO O| Feb 23 13:34:30.195 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97942025-02-23T13:34:31.895Z[ host-image] Feb 23 13:34:30.237 INFO O| Feb 23 13:34:30.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97952025-02-23T13:34:31.895Z[ host-image] Feb 23 13:34:30.237 INFO O| Feb 23 13:34:30.237 INFO ok!
97962025-02-23T13:34:31.898Z[ host-image] Feb 23 13:34:30.237 INFO O| Feb 23 13:34:30.237 INFO STEP 88 (ensure_file) COMPLETE
97972025-02-23T13:34:31.898Z[ host-image] Feb 23 13:34:30.237 INFO O| Feb 23 13:34:30.237 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97982025-02-23T13:34:31.938Z[ host-image] Feb 23 13:34:30.280 INFO O| Feb 23 13:34:30.280 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97992025-02-23T13:34:31.938Z[ host-image] Feb 23 13:34:30.280 INFO O| Feb 23 13:34:30.280 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
98002025-02-23T13:34:32.536Z[ host-image] Feb 23 13:34:30.877 INFO O| Feb 23 13:34:30.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
98012025-02-23T13:34:32.536Z[ host-image] Feb 23 13:34:30.877 INFO O| Feb 23 13:34:30.877 INFO ok!
98022025-02-23T13:34:32.536Z[ host-image] Feb 23 13:34:30.877 INFO O| Feb 23 13:34:30.877 INFO STEP 89 (ensure_file) COMPLETE
98032025-02-23T13:34:32.536Z[ host-image] Feb 23 13:34:30.877 INFO O| Feb 23 13:34:30.877 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98042025-02-23T13:34:32.564Z[ host-image] Feb 23 13:34:30.906 INFO O| Feb 23 13:34:30.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
98052025-02-23T13:34:32.564Z[ host-image] Feb 23 13:34:30.906 INFO O| Feb 23 13:34:30.906 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
98062025-02-23T13:34:32.564Z[ host-image] Feb 23 13:34:30.906 INFO O| Feb 23 13:34:30.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
98072025-02-23T13:34:32.567Z[ host-image] Feb 23 13:34:30.906 INFO O| Feb 23 13:34:30.906 INFO ok!
98082025-02-23T13:34:32.567Z[ host-image] Feb 23 13:34:30.906 INFO O| Feb 23 13:34:30.906 INFO STEP 90 (ensure_file) COMPLETE
98092025-02-23T13:34:32.567Z[ host-image] Feb 23 13:34:30.906 INFO O| Feb 23 13:34:30.906 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98102025-02-23T13:34:32.590Z[ host-image] Feb 23 13:34:30.932 INFO O| Feb 23 13:34:30.931 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
98112025-02-23T13:34:32.590Z[ host-image] Feb 23 13:34:30.932 INFO O| Feb 23 13:34:30.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
98122025-02-23T13:34:32.593Z[ host-image] Feb 23 13:34:30.932 INFO O| Feb 23 13:34:30.932 INFO STEP 91 (ensure_dir) COMPLETE
98132025-02-23T13:34:32.593Z[ host-image] Feb 23 13:34:30.932 INFO O| Feb 23 13:34:30.932 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98142025-02-23T13:34:32.627Z[ host-image] Feb 23 13:34:30.969 INFO O| Feb 23 13:34:30.969 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
98152025-02-23T13:34:32.627Z[ host-image] Feb 23 13:34:30.969 INFO O| Feb 23 13:34:30.969 INFO copying /tmp/.tmpO8vQuE/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 ...
98162025-02-23T13:34:32.630Z[ host-image] Feb 23 13:34:30.969 INFO O| Feb 23 13:34:30.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
98172025-02-23T13:34:32.630Z[ host-image] Feb 23 13:34:30.969 INFO O| Feb 23 13:34:30.969 INFO ok!
98182025-02-23T13:34:32.630Z[ host-image] Feb 23 13:34:30.969 INFO O| Feb 23 13:34:30.969 INFO STEP 92 (ensure_file) COMPLETE
98192025-02-23T13:34:32.630Z[ host-image] Feb 23 13:34:30.969 INFO O| Feb 23 13:34:30.969 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98202025-02-23T13:34:32.654Z[ host-image] Feb 23 13:34:30.996 INFO O| Feb 23 13:34:30.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
98212025-02-23T13:34:32.654Z[ host-image] Feb 23 13:34:30.996 INFO O| Feb 23 13:34:30.996 INFO copying /tmp/.tmpO8vQuE/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 ...
98222025-02-23T13:34:32.657Z[ host-image] Feb 23 13:34:30.996 INFO O| Feb 23 13:34:30.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
98232025-02-23T13:34:32.657Z[ host-image] Feb 23 13:34:30.996 INFO O| Feb 23 13:34:30.996 INFO ok!
98242025-02-23T13:34:32.657Z[ host-image] Feb 23 13:34:30.996 INFO O| Feb 23 13:34:30.996 INFO STEP 93 (ensure_file) COMPLETE
98252025-02-23T13:34:32.657Z[ host-image] Feb 23 13:34:30.996 INFO O| Feb 23 13:34:30.996 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98262025-02-23T13:34:32.676Z[ host-image] Feb 23 13:34:31.018 INFO O| Feb 23 13:34:31.018 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
98272025-02-23T13:34:32.676Z[ host-image] Feb 23 13:34:31.018 INFO O| Feb 23 13:34:31.018 INFO copying /tmp/.tmpO8vQuE/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 ...
98282025-02-23T13:34:32.679Z[ host-image] Feb 23 13:34:31.018 INFO O| Feb 23 13:34:31.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
98292025-02-23T13:34:32.679Z[ host-image] Feb 23 13:34:31.018 INFO O| Feb 23 13:34:31.018 INFO ok!
98302025-02-23T13:34:32.679Z[ host-image] Feb 23 13:34:31.018 INFO O| Feb 23 13:34:31.018 INFO STEP 94 (ensure_file) COMPLETE
98312025-02-23T13:34:32.680Z[ host-image] Feb 23 13:34:31.019 INFO O| Feb 23 13:34:31.018 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98322025-02-23T13:34:32.705Z[ host-image] Feb 23 13:34:31.046 INFO O| Feb 23 13:34:31.046 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
98332025-02-23T13:34:32.705Z[ host-image] Feb 23 13:34:31.047 INFO O| Feb 23 13:34:31.047 INFO copying /tmp/.tmpO8vQuE/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 ...
98342025-02-23T13:34:32.708Z[ host-image] Feb 23 13:34:31.047 INFO O| Feb 23 13:34:31.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
98352025-02-23T13:34:32.708Z[ host-image] Feb 23 13:34:31.047 INFO O| Feb 23 13:34:31.047 INFO ok!
98362025-02-23T13:34:32.708Z[ host-image] Feb 23 13:34:31.047 INFO O| Feb 23 13:34:31.047 INFO STEP 95 (ensure_file) COMPLETE
98372025-02-23T13:34:32.708Z[ host-image] Feb 23 13:34:31.047 INFO O| Feb 23 13:34:31.047 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98382025-02-23T13:34:32.749Z[ host-image] Feb 23 13:34:31.091 INFO O| Feb 23 13:34:31.091 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
98392025-02-23T13:34:32.749Z[ host-image] Feb 23 13:34:31.091 INFO O| Feb 23 13:34:31.091 INFO copying /tmp/.tmpO8vQuE/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 ...
98402025-02-23T13:34:32.752Z[ host-image] Feb 23 13:34:31.092 INFO O| Feb 23 13:34:31.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
98412025-02-23T13:34:32.752Z[ host-image] Feb 23 13:34:31.092 INFO O| Feb 23 13:34:31.092 INFO ok!
98422025-02-23T13:34:32.752Z[ host-image] Feb 23 13:34:31.092 INFO O| Feb 23 13:34:31.092 INFO STEP 96 (ensure_file) COMPLETE
98432025-02-23T13:34:32.752Z[ host-image] Feb 23 13:34:31.092 INFO O| Feb 23 13:34:31.092 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98442025-02-23T13:34:32.805Z[ host-image] Feb 23 13:34:31.147 INFO O| Feb 23 13:34:31.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
98452025-02-23T13:34:32.805Z[ host-image] Feb 23 13:34:31.147 INFO O| Feb 23 13:34:31.147 INFO copying /tmp/.tmpO8vQuE/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 ...
98462025-02-23T13:34:32.809Z[ host-image] Feb 23 13:34:31.147 INFO O| Feb 23 13:34:31.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
98472025-02-23T13:34:32.809Z[ host-image] Feb 23 13:34:31.147 INFO O| Feb 23 13:34:31.147 INFO ok!
98482025-02-23T13:34:32.809Z[ host-image] Feb 23 13:34:31.147 INFO O| Feb 23 13:34:31.147 INFO STEP 97 (ensure_file) COMPLETE
98492025-02-23T13:34:32.809Z[ host-image] Feb 23 13:34:31.147 INFO O| Feb 23 13:34:31.147 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98502025-02-23T13:34:32.831Z[ host-image] Feb 23 13:34:31.173 INFO O| Feb 23 13:34:31.173 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
98512025-02-23T13:34:32.831Z[ host-image] Feb 23 13:34:31.173 INFO O| Feb 23 13:34:31.173 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
98522025-02-23T13:34:32.834Z[ host-image] Feb 23 13:34:31.173 INFO O| Feb 23 13:34:31.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
98532025-02-23T13:34:32.834Z[ host-image] Feb 23 13:34:31.173 INFO O| Feb 23 13:34:31.173 INFO ok!
98542025-02-23T13:34:32.834Z[ host-image] Feb 23 13:34:31.173 INFO O| Feb 23 13:34:31.173 INFO STEP 98 (ensure_file) COMPLETE
98552025-02-23T13:34:32.835Z[ host-image] Feb 23 13:34:31.173 INFO O| Feb 23 13:34:31.173 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98562025-02-23T13:34:32.869Z[ host-image] Feb 23 13:34:31.211 INFO O| Feb 23 13:34:31.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
98572025-02-23T13:34:32.869Z[ host-image] Feb 23 13:34:31.211 INFO O| Feb 23 13:34:31.211 INFO copying /tmp/.tmpO8vQuE/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 ...
98582025-02-23T13:34:32.873Z[ host-image] Feb 23 13:34:31.212 INFO O| Feb 23 13:34:31.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
98592025-02-23T13:34:32.873Z[ host-image] Feb 23 13:34:31.212 INFO O| Feb 23 13:34:31.212 INFO ok!
98602025-02-23T13:34:32.873Z[ host-image] Feb 23 13:34:31.212 INFO O| Feb 23 13:34:31.212 INFO STEP 99 (ensure_file) COMPLETE
98612025-02-23T13:34:32.873Z[ host-image] Feb 23 13:34:31.212 INFO O| Feb 23 13:34:31.212 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98622025-02-23T13:34:32.893Z[ host-image] Feb 23 13:34:31.235 INFO O| Feb 23 13:34:31.235 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
98632025-02-23T13:34:32.893Z[ host-image] Feb 23 13:34:31.235 INFO O| Feb 23 13:34:31.235 INFO copying /tmp/.tmpO8vQuE/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 ...
98642025-02-23T13:34:32.893Z[ host-image] Feb 23 13:34:31.235 INFO O| Feb 23 13:34:31.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
98652025-02-23T13:34:32.896Z[ host-image] Feb 23 13:34:31.235 INFO O| Feb 23 13:34:31.235 INFO ok!
98662025-02-23T13:34:32.896Z[ host-image] Feb 23 13:34:31.235 INFO O| Feb 23 13:34:31.235 INFO STEP 100 (ensure_file) COMPLETE
98672025-02-23T13:34:32.896Z[ host-image] Feb 23 13:34:31.235 INFO O| Feb 23 13:34:31.235 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98682025-02-23T13:34:32.920Z[ host-image] Feb 23 13:34:31.261 INFO O| Feb 23 13:34:31.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
98692025-02-23T13:34:32.920Z[ host-image] Feb 23 13:34:31.261 INFO O| Feb 23 13:34:31.261 INFO copying /tmp/.tmpO8vQuE/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 ...
98702025-02-23T13:34:32.920Z[ host-image] Feb 23 13:34:31.262 INFO O| Feb 23 13:34:31.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
98712025-02-23T13:34:32.924Z[ host-image] Feb 23 13:34:31.262 INFO O| Feb 23 13:34:31.262 INFO ok!
98722025-02-23T13:34:32.924Z[ host-image] Feb 23 13:34:31.262 INFO O| Feb 23 13:34:31.262 INFO STEP 101 (ensure_file) COMPLETE
98732025-02-23T13:34:32.924Z[ host-image] Feb 23 13:34:31.262 INFO O| Feb 23 13:34:31.262 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98742025-02-23T13:34:32.947Z[ host-image] Feb 23 13:34:31.289 INFO O| Feb 23 13:34:31.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
98752025-02-23T13:34:32.947Z[ host-image] Feb 23 13:34:31.289 INFO O| Feb 23 13:34:31.288 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
98762025-02-23T13:34:32.950Z[ host-image] Feb 23 13:34:31.289 INFO O| Feb 23 13:34:31.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
98772025-02-23T13:34:32.950Z[ host-image] Feb 23 13:34:31.289 INFO O| Feb 23 13:34:31.289 INFO ok!
98782025-02-23T13:34:32.950Z[ host-image] Feb 23 13:34:31.289 INFO O| Feb 23 13:34:31.289 INFO STEP 102 (ensure_file) COMPLETE
98792025-02-23T13:34:32.950Z[ host-image] Feb 23 13:34:31.289 INFO O| Feb 23 13:34:31.289 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98802025-02-23T13:34:32.971Z[ host-image] Feb 23 13:34:31.313 INFO O| Feb 23 13:34:31.313 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
98812025-02-23T13:34:32.972Z[ host-image] Feb 23 13:34:31.313 INFO O| Feb 23 13:34:31.313 INFO copying /tmp/.tmpO8vQuE/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 ...
98822025-02-23T13:34:32.974Z[ host-image] Feb 23 13:34:31.314 INFO O| Feb 23 13:34:31.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
98832025-02-23T13:34:32.974Z[ host-image] Feb 23 13:34:31.314 INFO O| Feb 23 13:34:31.314 INFO ok!
98842025-02-23T13:34:32.975Z[ host-image] Feb 23 13:34:31.314 INFO O| Feb 23 13:34:31.314 INFO STEP 103 (ensure_file) COMPLETE
98852025-02-23T13:34:32.975Z[ host-image] Feb 23 13:34:31.314 INFO O| Feb 23 13:34:31.314 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98862025-02-23T13:34:32.993Z[ host-image] Feb 23 13:34:31.335 INFO O| Feb 23 13:34:31.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
98872025-02-23T13:34:32.993Z[ host-image] Feb 23 13:34:31.335 INFO O| Feb 23 13:34:31.335 INFO copying /tmp/.tmpO8vQuE/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 ...
98882025-02-23T13:34:32.993Z[ host-image] Feb 23 13:34:31.335 INFO O| Feb 23 13:34:31.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
98892025-02-23T13:34:32.993Z[ host-image] Feb 23 13:34:31.335 INFO O| Feb 23 13:34:31.335 INFO ok!
98902025-02-23T13:34:32.993Z[ host-image] Feb 23 13:34:31.335 INFO O| Feb 23 13:34:31.335 INFO STEP 104 (ensure_file) COMPLETE
98912025-02-23T13:34:32.996Z[ host-image] Feb 23 13:34:31.335 INFO O| Feb 23 13:34:31.335 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98922025-02-23T13:34:33.050Z[ host-image] Feb 23 13:34:31.391 INFO O| Feb 23 13:34:31.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
98932025-02-23T13:34:33.050Z[ host-image] Feb 23 13:34:31.391 INFO O| Feb 23 13:34:31.391 INFO copying /tmp/.tmpO8vQuE/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 ...
98942025-02-23T13:34:33.053Z[ host-image] Feb 23 13:34:31.391 INFO O| Feb 23 13:34:31.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
98952025-02-23T13:34:33.053Z[ host-image] Feb 23 13:34:31.391 INFO O| Feb 23 13:34:31.391 INFO ok!
98962025-02-23T13:34:33.053Z[ host-image] Feb 23 13:34:31.391 INFO O| Feb 23 13:34:31.391 INFO STEP 105 (ensure_file) COMPLETE
98972025-02-23T13:34:33.053Z[ host-image] Feb 23 13:34:31.391 INFO O| Feb 23 13:34:31.391 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98982025-02-23T13:34:33.090Z[ host-image] Feb 23 13:34:31.431 INFO O| Feb 23 13:34:31.431 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
98992025-02-23T13:34:33.090Z[ host-image] Feb 23 13:34:31.431 INFO O| Feb 23 13:34:31.431 INFO copying /tmp/.tmpO8vQuE/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 ...
99002025-02-23T13:34:33.090Z[ host-image] Feb 23 13:34:31.432 INFO O| Feb 23 13:34:31.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
99012025-02-23T13:34:33.093Z[ host-image] Feb 23 13:34:31.432 INFO O| Feb 23 13:34:31.432 INFO ok!
99022025-02-23T13:34:33.093Z[ host-image] Feb 23 13:34:31.432 INFO O| Feb 23 13:34:31.432 INFO STEP 106 (ensure_file) COMPLETE
99032025-02-23T13:34:33.093Z[ host-image] Feb 23 13:34:31.432 INFO O| Feb 23 13:34:31.432 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99042025-02-23T13:34:33.118Z[ host-image] Feb 23 13:34:31.460 INFO O| Feb 23 13:34:31.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
99052025-02-23T13:34:33.118Z[ host-image] Feb 23 13:34:31.460 INFO O| Feb 23 13:34:31.459 INFO copying /tmp/.tmpO8vQuE/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 ...
99062025-02-23T13:34:33.121Z[ host-image] Feb 23 13:34:31.460 INFO O| Feb 23 13:34:31.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
99072025-02-23T13:34:33.121Z[ host-image] Feb 23 13:34:31.460 INFO O| Feb 23 13:34:31.460 INFO ok!
99082025-02-23T13:34:33.121Z[ host-image] Feb 23 13:34:31.460 INFO O| Feb 23 13:34:31.460 INFO STEP 107 (ensure_file) COMPLETE
99092025-02-23T13:34:33.121Z[ host-image] Feb 23 13:34:31.460 INFO O| Feb 23 13:34:31.460 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99102025-02-23T13:34:33.145Z[ host-image] Feb 23 13:34:31.487 INFO O| Feb 23 13:34:31.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
99112025-02-23T13:34:33.145Z[ host-image] Feb 23 13:34:31.487 INFO O| Feb 23 13:34:31.487 INFO copying /tmp/.tmpO8vQuE/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 ...
99122025-02-23T13:34:33.145Z[ host-image] Feb 23 13:34:31.487 INFO O| Feb 23 13:34:31.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
99132025-02-23T13:34:33.148Z[ host-image] Feb 23 13:34:31.487 INFO O| Feb 23 13:34:31.487 INFO ok!
99142025-02-23T13:34:33.149Z[ host-image] Feb 23 13:34:31.487 INFO O| Feb 23 13:34:31.487 INFO STEP 108 (ensure_file) COMPLETE
99152025-02-23T13:34:33.149Z[ host-image] Feb 23 13:34:31.487 INFO O| Feb 23 13:34:31.487 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99162025-02-23T13:34:33.171Z[ host-image] Feb 23 13:34:31.512 INFO O| Feb 23 13:34:31.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
99172025-02-23T13:34:33.171Z[ host-image] Feb 23 13:34:31.512 INFO O| Feb 23 13:34:31.512 INFO copying /tmp/.tmpO8vQuE/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 ...
99182025-02-23T13:34:33.173Z[ host-image] Feb 23 13:34:31.513 INFO O| Feb 23 13:34:31.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
99192025-02-23T13:34:33.173Z[ host-image] Feb 23 13:34:31.513 INFO O| Feb 23 13:34:31.513 INFO ok!
99202025-02-23T13:34:33.173Z[ host-image] Feb 23 13:34:31.513 INFO O| Feb 23 13:34:31.513 INFO STEP 109 (ensure_file) COMPLETE
99212025-02-23T13:34:33.173Z[ host-image] Feb 23 13:34:31.513 INFO O| Feb 23 13:34:31.513 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99222025-02-23T13:34:33.211Z[ host-image] Feb 23 13:34:31.553 INFO O| Feb 23 13:34:31.553 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
99232025-02-23T13:34:33.211Z[ host-image] Feb 23 13:34:31.553 INFO O| Feb 23 13:34:31.553 INFO copying /tmp/.tmpO8vQuE/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 ...
99242025-02-23T13:34:33.214Z[ host-image] Feb 23 13:34:31.553 INFO O| Feb 23 13:34:31.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
99252025-02-23T13:34:33.214Z[ host-image] Feb 23 13:34:31.553 INFO O| Feb 23 13:34:31.553 INFO ok!
99262025-02-23T13:34:33.214Z[ host-image] Feb 23 13:34:31.553 INFO O| Feb 23 13:34:31.553 INFO STEP 110 (ensure_file) COMPLETE
99272025-02-23T13:34:33.214Z[ host-image] Feb 23 13:34:31.553 INFO O| Feb 23 13:34:31.553 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99282025-02-23T13:34:33.256Z[ host-image] Feb 23 13:34:31.598 INFO O| Feb 23 13:34:31.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
99292025-02-23T13:34:33.256Z[ host-image] Feb 23 13:34:31.598 INFO O| Feb 23 13:34:31.598 INFO copying /tmp/.tmpO8vQuE/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 ...
99302025-02-23T13:34:33.259Z[ host-image] Feb 23 13:34:31.598 INFO O| Feb 23 13:34:31.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
99312025-02-23T13:34:33.259Z[ host-image] Feb 23 13:34:31.598 INFO O| Feb 23 13:34:31.598 INFO ok!
99322025-02-23T13:34:33.259Z[ host-image] Feb 23 13:34:31.598 INFO O| Feb 23 13:34:31.598 INFO STEP 111 (ensure_file) COMPLETE
99332025-02-23T13:34:33.259Z[ host-image] Feb 23 13:34:31.598 INFO O| Feb 23 13:34:31.598 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99342025-02-23T13:34:33.281Z[ host-image] Feb 23 13:34:31.623 INFO O| Feb 23 13:34:31.623 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
99352025-02-23T13:34:33.281Z[ host-image] Feb 23 13:34:31.623 INFO O| Feb 23 13:34:31.623 INFO copying /tmp/.tmpO8vQuE/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 ...
99362025-02-23T13:34:33.284Z[ host-image] Feb 23 13:34:31.624 INFO O| Feb 23 13:34:31.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
99372025-02-23T13:34:33.284Z[ host-image] Feb 23 13:34:31.624 INFO O| Feb 23 13:34:31.624 INFO ok!
99382025-02-23T13:34:33.284Z[ host-image] Feb 23 13:34:31.624 INFO O| Feb 23 13:34:31.624 INFO STEP 112 (ensure_file) COMPLETE
99392025-02-23T13:34:33.284Z[ host-image] Feb 23 13:34:31.624 INFO O| Feb 23 13:34:31.624 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99402025-02-23T13:34:33.308Z[ host-image] Feb 23 13:34:31.649 INFO O| Feb 23 13:34:31.649 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
99412025-02-23T13:34:33.308Z[ host-image] Feb 23 13:34:31.650 INFO O| Feb 23 13:34:31.649 INFO copying /tmp/.tmpO8vQuE/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 ...
99422025-02-23T13:34:33.311Z[ host-image] Feb 23 13:34:31.650 INFO O| Feb 23 13:34:31.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
99432025-02-23T13:34:33.311Z[ host-image] Feb 23 13:34:31.650 INFO O| Feb 23 13:34:31.650 INFO ok!
99442025-02-23T13:34:33.311Z[ host-image] Feb 23 13:34:31.650 INFO O| Feb 23 13:34:31.650 INFO STEP 113 (ensure_file) COMPLETE
99452025-02-23T13:34:33.311Z[ host-image] Feb 23 13:34:31.650 INFO O| Feb 23 13:34:31.650 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99462025-02-23T13:34:33.337Z[ host-image] Feb 23 13:34:31.679 INFO O| Feb 23 13:34:31.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
99472025-02-23T13:34:33.340Z[ host-image] Feb 23 13:34:31.679 INFO O| Feb 23 13:34:31.679 INFO copying /tmp/.tmpO8vQuE/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 ...
99482025-02-23T13:34:33.340Z[ host-image] Feb 23 13:34:31.680 INFO O| Feb 23 13:34:31.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
99492025-02-23T13:34:33.340Z[ host-image] Feb 23 13:34:31.680 INFO O| Feb 23 13:34:31.680 INFO ok!
99502025-02-23T13:34:33.340Z[ host-image] Feb 23 13:34:31.680 INFO O| Feb 23 13:34:31.680 INFO STEP 114 (ensure_file) COMPLETE
99512025-02-23T13:34:33.340Z[ host-image] Feb 23 13:34:31.680 INFO O| Feb 23 13:34:31.680 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99522025-02-23T13:34:33.375Z[ host-image] Feb 23 13:34:31.717 INFO O| Feb 23 13:34:31.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
99532025-02-23T13:34:33.375Z[ host-image] Feb 23 13:34:31.717 INFO O| Feb 23 13:34:31.717 INFO copying /tmp/.tmpO8vQuE/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 ...
99542025-02-23T13:34:33.378Z[ host-image] Feb 23 13:34:31.717 INFO O| Feb 23 13:34:31.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
99552025-02-23T13:34:33.378Z[ host-image] Feb 23 13:34:31.717 INFO O| Feb 23 13:34:31.717 INFO ok!
99562025-02-23T13:34:33.378Z[ host-image] Feb 23 13:34:31.717 INFO O| Feb 23 13:34:31.717 INFO STEP 115 (ensure_file) COMPLETE
99572025-02-23T13:34:33.378Z[ host-image] Feb 23 13:34:31.717 INFO O| Feb 23 13:34:31.717 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99582025-02-23T13:34:33.401Z[ host-image] Feb 23 13:34:31.742 INFO O| Feb 23 13:34:31.742 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
99592025-02-23T13:34:33.401Z[ host-image] Feb 23 13:34:31.742 INFO O| Feb 23 13:34:31.742 INFO copying /tmp/.tmpO8vQuE/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 ...
99602025-02-23T13:34:33.401Z[ host-image] Feb 23 13:34:31.742 INFO O| Feb 23 13:34:31.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
99612025-02-23T13:34:33.401Z[ host-image] Feb 23 13:34:31.742 INFO O| Feb 23 13:34:31.742 INFO ok!
99622025-02-23T13:34:33.404Z[ host-image] Feb 23 13:34:31.742 INFO O| Feb 23 13:34:31.742 INFO STEP 116 (ensure_file) COMPLETE
99632025-02-23T13:34:33.404Z[ host-image] Feb 23 13:34:31.742 INFO O| Feb 23 13:34:31.742 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99642025-02-23T13:34:33.428Z[ host-image] Feb 23 13:34:31.769 INFO O| Feb 23 13:34:31.769 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
99652025-02-23T13:34:33.428Z[ host-image] Feb 23 13:34:31.769 INFO O| Feb 23 13:34:31.769 INFO copying /tmp/.tmpO8vQuE/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 ...
99662025-02-23T13:34:33.431Z[ host-image] Feb 23 13:34:31.770 INFO O| Feb 23 13:34:31.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
99672025-02-23T13:34:33.431Z[ host-image] Feb 23 13:34:31.770 INFO O| Feb 23 13:34:31.770 INFO ok!
99682025-02-23T13:34:33.431Z[ host-image] Feb 23 13:34:31.770 INFO O| Feb 23 13:34:31.770 INFO STEP 117 (ensure_file) COMPLETE
99692025-02-23T13:34:33.431Z[ host-image] Feb 23 13:34:31.770 INFO O| Feb 23 13:34:31.770 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99702025-02-23T13:34:33.469Z[ host-image] Feb 23 13:34:31.811 INFO O| Feb 23 13:34:31.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
99712025-02-23T13:34:33.469Z[ host-image] Feb 23 13:34:31.811 INFO O| Feb 23 13:34:31.811 INFO copying /tmp/.tmpO8vQuE/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 ...
99722025-02-23T13:34:33.469Z[ host-image] Feb 23 13:34:31.811 INFO O| Feb 23 13:34:31.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
99732025-02-23T13:34:33.469Z[ host-image] Feb 23 13:34:31.811 INFO O| Feb 23 13:34:31.811 INFO ok!
99742025-02-23T13:34:33.472Z[ host-image] Feb 23 13:34:31.811 INFO O| Feb 23 13:34:31.811 INFO STEP 118 (ensure_file) COMPLETE
99752025-02-23T13:34:33.472Z[ host-image] Feb 23 13:34:31.811 INFO O| Feb 23 13:34:31.811 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99762025-02-23T13:34:33.494Z[ host-image] Feb 23 13:34:31.836 INFO O| Feb 23 13:34:31.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
99772025-02-23T13:34:33.494Z[ host-image] Feb 23 13:34:31.836 INFO O| Feb 23 13:34:31.836 INFO copying /tmp/.tmpO8vQuE/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 ...
99782025-02-23T13:34:33.498Z[ host-image] Feb 23 13:34:31.836 INFO O| Feb 23 13:34:31.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
99792025-02-23T13:34:33.498Z[ host-image] Feb 23 13:34:31.836 INFO O| Feb 23 13:34:31.836 INFO ok!
99802025-02-23T13:34:33.498Z[ host-image] Feb 23 13:34:31.836 INFO O| Feb 23 13:34:31.836 INFO STEP 119 (ensure_file) COMPLETE
99812025-02-23T13:34:33.498Z[ host-image] Feb 23 13:34:31.836 INFO O| Feb 23 13:34:31.836 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99822025-02-23T13:34:33.521Z[ host-image] Feb 23 13:34:31.863 INFO O| Feb 23 13:34:31.863 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
99832025-02-23T13:34:33.521Z[ host-image] Feb 23 13:34:31.863 INFO O| Feb 23 13:34:31.863 INFO copying /tmp/.tmpO8vQuE/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 ...
99842025-02-23T13:34:33.522Z[ host-image] Feb 23 13:34:31.863 INFO O| Feb 23 13:34:31.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
99852025-02-23T13:34:33.522Z[ host-image] Feb 23 13:34:31.863 INFO O| Feb 23 13:34:31.863 INFO ok!
99862025-02-23T13:34:33.525Z[ host-image] Feb 23 13:34:31.863 INFO O| Feb 23 13:34:31.863 INFO STEP 120 (ensure_file) COMPLETE
99872025-02-23T13:34:33.525Z[ host-image] Feb 23 13:34:31.863 INFO O| Feb 23 13:34:31.863 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99882025-02-23T13:34:33.549Z[ host-image] Feb 23 13:34:31.890 INFO O| Feb 23 13:34:31.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
99892025-02-23T13:34:33.549Z[ host-image] Feb 23 13:34:31.890 INFO O| Feb 23 13:34:31.890 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
99902025-02-23T13:34:33.552Z[ host-image] Feb 23 13:34:31.890 INFO O| Feb 23 13:34:31.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
99912025-02-23T13:34:33.552Z[ host-image] Feb 23 13:34:31.890 INFO O| Feb 23 13:34:31.890 INFO ok!
99922025-02-23T13:34:33.552Z[ host-image] Feb 23 13:34:31.891 INFO O| Feb 23 13:34:31.891 INFO STEP 121 (ensure_file) COMPLETE
99932025-02-23T13:34:33.552Z[ host-image] Feb 23 13:34:31.891 INFO O| Feb 23 13:34:31.891 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99942025-02-23T13:34:33.579Z[ host-image] Feb 23 13:34:31.920 INFO O| Feb 23 13:34:31.920 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
99952025-02-23T13:34:33.579Z[ host-image] Feb 23 13:34:31.920 INFO O| Feb 23 13:34:31.920 INFO copying /tmp/.tmpO8vQuE/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 ...
99962025-02-23T13:34:33.582Z[ host-image] Feb 23 13:34:31.921 INFO O| Feb 23 13:34:31.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
99972025-02-23T13:34:33.582Z[ host-image] Feb 23 13:34:31.921 INFO O| Feb 23 13:34:31.921 INFO ok!
99982025-02-23T13:34:33.582Z[ host-image] Feb 23 13:34:31.921 INFO O| Feb 23 13:34:31.921 INFO STEP 122 (ensure_file) COMPLETE
99992025-02-23T13:34:33.582Z[ host-image] Feb 23 13:34:31.921 INFO O| Feb 23 13:34:31.921 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100002025-02-23T13:34:33.630Z[ host-image] Feb 23 13:34:31.972 INFO O| Feb 23 13:34:31.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
100012025-02-23T13:34:33.630Z[ host-image] Feb 23 13:34:31.972 INFO O| Feb 23 13:34:31.972 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
100022025-02-23T13:34:33.633Z[ host-image] Feb 23 13:34:31.972 INFO O| Feb 23 13:34:31.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
100032025-02-23T13:34:33.633Z[ host-image] Feb 23 13:34:31.972 INFO O| Feb 23 13:34:31.972 INFO ok!
100042025-02-23T13:34:33.633Z[ host-image] Feb 23 13:34:31.972 INFO O| Feb 23 13:34:31.972 INFO STEP 123 (ensure_file) COMPLETE
100052025-02-23T13:34:33.634Z[ host-image] Feb 23 13:34:31.973 INFO O| Feb 23 13:34:31.972 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100062025-02-23T13:34:33.692Z[ host-image] Feb 23 13:34:32.033 INFO O| Feb 23 13:34:32.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
100072025-02-23T13:34:33.692Z[ host-image] Feb 23 13:34:32.033 INFO O| Feb 23 13:34:32.033 INFO copying /tmp/.tmpO8vQuE/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
100082025-02-23T13:34:46.768Z[ host-image] Feb 23 13:34:45.108 INFO O| Feb 23 13:34:45.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
100092025-02-23T13:34:46.768Z[ host-image] Feb 23 13:34:45.108 INFO O| Feb 23 13:34:45.108 INFO ok!
100102025-02-23T13:34:46.771Z[ host-image] Feb 23 13:34:45.108 INFO O| Feb 23 13:34:45.108 INFO STEP 124 (ensure_file) COMPLETE
100112025-02-23T13:34:46.771Z[ host-image] Feb 23 13:34:45.108 INFO O| Feb 23 13:34:45.108 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100122025-02-23T13:34:46.794Z[ host-image] Feb 23 13:34:45.133 INFO O| Feb 23 13:34:45.133 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
100132025-02-23T13:34:46.797Z[ host-image] Feb 23 13:34:45.134 INFO O| Feb 23 13:34:45.133 INFO STEP 125 (ensure_dir) COMPLETE
100142025-02-23T13:34:46.797Z[ host-image] Feb 23 13:34:45.134 INFO O| Feb 23 13:34:45.133 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100152025-02-23T13:34:46.820Z[ host-image] Feb 23 13:34:45.159 INFO O| Feb 23 13:34:45.159 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
100162025-02-23T13:34:46.821Z[ host-image] Feb 23 13:34:45.159 INFO O| Feb 23 13:34:45.159 INFO STEP 126 (ensure_dir) COMPLETE
100172025-02-23T13:34:46.827Z[ host-image] Feb 23 13:34:45.159 INFO O| Feb 23 13:34:45.159 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100182025-02-23T13:34:46.850Z[ host-image] Feb 23 13:34:45.185 INFO O| Feb 23 13:34:45.185 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
100192025-02-23T13:34:46.856Z[ host-image] Feb 23 13:34:45.185 INFO O| Feb 23 13:34:45.185 INFO STEP 127 (ensure_dir) COMPLETE
100202025-02-23T13:34:46.857Z[ host-image] Feb 23 13:34:45.185 INFO O| Feb 23 13:34:45.185 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100212025-02-23T13:34:46.871Z[ host-image] Feb 23 13:34:45.210 INFO O| Feb 23 13:34:45.210 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
100222025-02-23T13:34:46.871Z[ host-image] Feb 23 13:34:45.210 INFO O| Feb 23 13:34:45.210 INFO STEP 128 (ensure_dir) COMPLETE
100232025-02-23T13:34:46.879Z[ host-image] Feb 23 13:34:45.210 INFO O| Feb 23 13:34:45.210 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100242025-02-23T13:34:46.894Z[ host-image] Feb 23 13:34:45.233 INFO O| Feb 23 13:34:45.233 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
100252025-02-23T13:34:46.894Z[ host-image] Feb 23 13:34:45.233 INFO O| Feb 23 13:34:45.233 INFO copying /tmp/.tmpO8vQuE/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 ...
100262025-02-23T13:34:46.897Z[ host-image] Feb 23 13:34:45.234 INFO O| Feb 23 13:34:45.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
100272025-02-23T13:34:46.897Z[ host-image] Feb 23 13:34:45.234 INFO O| Feb 23 13:34:45.234 INFO ok!
100282025-02-23T13:34:46.897Z[ host-image] Feb 23 13:34:45.234 INFO O| Feb 23 13:34:45.234 INFO STEP 129 (ensure_file) COMPLETE
100292025-02-23T13:34:46.897Z[ host-image] Feb 23 13:34:45.234 INFO O| Feb 23 13:34:45.234 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100302025-02-23T13:34:46.933Z[ host-image] Feb 23 13:34:45.271 INFO O| Feb 23 13:34:45.271 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
100312025-02-23T13:34:46.933Z[ host-image] Feb 23 13:34:45.271 INFO O| Feb 23 13:34:45.271 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
100322025-02-23T13:34:46.933Z[ host-image] Feb 23 13:34:45.271 INFO O| Feb 23 13:34:45.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
100332025-02-23T13:34:46.933Z[ host-image] Feb 23 13:34:45.271 INFO O| Feb 23 13:34:45.271 INFO STEP 130 (ensure_dir) COMPLETE
100342025-02-23T13:34:46.933Z[ host-image] Feb 23 13:34:45.271 INFO O| Feb 23 13:34:45.271 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100352025-02-23T13:34:46.960Z[ host-image] Feb 23 13:34:45.299 INFO O| Feb 23 13:34:45.299 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
100362025-02-23T13:34:46.963Z[ host-image] Feb 23 13:34:45.300 INFO O| Feb 23 13:34:45.300 INFO copying /tmp/.tmpO8vQuE/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
100372025-02-23T13:34:46.963Z[ host-image] Feb 23 13:34:45.300 INFO O| Feb 23 13:34:45.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
100382025-02-23T13:34:46.963Z[ host-image] Feb 23 13:34:45.300 INFO O| Feb 23 13:34:45.300 INFO ok!
100392025-02-23T13:34:46.963Z[ host-image] Feb 23 13:34:45.300 INFO O| Feb 23 13:34:45.300 INFO STEP 131 (ensure_file) COMPLETE
100402025-02-23T13:34:46.963Z[ host-image] Feb 23 13:34:45.300 INFO O| Feb 23 13:34:45.300 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100412025-02-23T13:34:46.987Z[ host-image] Feb 23 13:34:45.326 INFO O| Feb 23 13:34:45.326 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
100422025-02-23T13:34:46.990Z[ host-image] Feb 23 13:34:45.327 INFO O| Feb 23 13:34:45.327 INFO STEP 132 (remove_files) COMPLETE
100432025-02-23T13:34:46.990Z[ host-image] Feb 23 13:34:45.327 INFO O| Feb 23 13:34:45.327 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100442025-02-23T13:34:47.016Z[ host-image] Feb 23 13:34:45.355 INFO O| Feb 23 13:34:45.355 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
100452025-02-23T13:34:47.019Z[ host-image] Feb 23 13:34:45.356 INFO O| Feb 23 13:34:45.356 INFO STEP 133 (remove_files) COMPLETE
100462025-02-23T13:34:47.019Z[ host-image] Feb 23 13:34:45.356 INFO O| Feb 23 13:34:45.356 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100472025-02-23T13:34:47.045Z[ host-image] Feb 23 13:34:45.384 INFO O| Feb 23 13:34:45.384 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
100482025-02-23T13:34:47.048Z[ host-image] Feb 23 13:34:45.384 INFO O| Feb 23 13:34:45.384 INFO STEP 134 (remove_files) COMPLETE
100492025-02-23T13:34:47.048Z[ host-image] Feb 23 13:34:45.385 INFO O| Feb 23 13:34:45.385 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100502025-02-23T13:34:47.076Z[ host-image] Feb 23 13:34:45.411 INFO O| Feb 23 13:34:45.411 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
100512025-02-23T13:34:47.087Z[ host-image] Feb 23 13:34:45.412 INFO O| Feb 23 13:34:45.412 INFO STEP 135 (remove_files) COMPLETE
100522025-02-23T13:34:47.087Z[ host-image] Feb 23 13:34:45.412 INFO O| Feb 23 13:34:45.412 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100532025-02-23T13:34:47.097Z[ host-image] Feb 23 13:34:45.436 INFO O| Feb 23 13:34:45.435 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
100542025-02-23T13:34:47.100Z[ host-image] Feb 23 13:34:45.436 INFO O| Feb 23 13:34:45.436 INFO STEP 136 (remove_files) COMPLETE
100552025-02-23T13:34:47.100Z[ host-image] Feb 23 13:34:45.436 INFO O| Feb 23 13:34:45.436 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100562025-02-23T13:34:47.124Z[ host-image] Feb 23 13:34:45.463 INFO O| Feb 23 13:34:45.463 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
100572025-02-23T13:34:47.127Z[ host-image] Feb 23 13:34:45.464 INFO O| Feb 23 13:34:45.463 INFO STEP 137 (remove_files) COMPLETE
100582025-02-23T13:34:47.127Z[ host-image] Feb 23 13:34:45.464 INFO O| Feb 23 13:34:45.464 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100592025-02-23T13:34:47.152Z[ host-image] Feb 23 13:34:45.491 INFO O| Feb 23 13:34:45.491 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100602025-02-23T13:34:47.156Z[ host-image] Feb 23 13:34:45.491 INFO O| Feb 23 13:34:45.491 INFO STEP 138 (remove_files) COMPLETE
100612025-02-23T13:34:47.156Z[ host-image] Feb 23 13:34:45.491 INFO O| Feb 23 13:34:45.491 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100622025-02-23T13:34:47.177Z[ host-image] Feb 23 13:34:45.516 INFO O| Feb 23 13:34:45.515 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100632025-02-23T13:34:47.182Z[ host-image] Feb 23 13:34:45.516 INFO O| Feb 23 13:34:45.516 INFO STEP 139 (remove_files) COMPLETE
100642025-02-23T13:34:47.182Z[ host-image] Feb 23 13:34:45.516 INFO O| Feb 23 13:34:45.516 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100652025-02-23T13:34:47.232Z[ host-image] Feb 23 13:34:45.571 INFO O| Feb 23 13:34:45.571 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
100662025-02-23T13:34:47.236Z[ host-image] Feb 23 13:34:45.571 INFO O| Feb 23 13:34:45.571 INFO STEP 140 (remove_files) COMPLETE
100672025-02-23T13:34:47.236Z[ host-image] Feb 23 13:34:45.571 INFO O| Feb 23 13:34:45.571 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100682025-02-23T13:34:47.259Z[ host-image] Feb 23 13:34:45.598 INFO O| Feb 23 13:34:45.598 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100692025-02-23T13:34:47.263Z[ host-image] Feb 23 13:34:45.598 INFO O| Feb 23 13:34:45.598 INFO STEP 141 (remove_files) COMPLETE
100702025-02-23T13:34:47.263Z[ host-image] Feb 23 13:34:45.598 INFO O| Feb 23 13:34:45.598 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100712025-02-23T13:34:47.283Z[ host-image] Feb 23 13:34:45.622 INFO O| Feb 23 13:34:45.621 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
100722025-02-23T13:34:47.283Z[ host-image] Feb 23 13:34:45.622 INFO O| Feb 23 13:34:45.622 INFO STEP 142 (remove_files) COMPLETE
100732025-02-23T13:34:47.286Z[ host-image] Feb 23 13:34:45.622 INFO O| Feb 23 13:34:45.622 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100742025-02-23T13:34:47.306Z[ host-image] Feb 23 13:34:45.645 INFO O| Feb 23 13:34:45.645 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
100752025-02-23T13:34:47.309Z[ host-image] Feb 23 13:34:45.645 INFO O| Feb 23 13:34:45.645 INFO STEP 143 (remove_files) COMPLETE
100762025-02-23T13:34:47.309Z[ host-image] Feb 23 13:34:45.646 INFO O| Feb 23 13:34:45.646 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100772025-02-23T13:34:47.333Z[ host-image] Feb 23 13:34:45.671 INFO O| Feb 23 13:34:45.671 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100782025-02-23T13:34:47.333Z[ host-image] Feb 23 13:34:45.672 INFO O| Feb 23 13:34:45.672 INFO STEP 144 (remove_files) COMPLETE
100792025-02-23T13:34:47.337Z[ host-image] Feb 23 13:34:45.672 INFO O| Feb 23 13:34:45.672 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100802025-02-23T13:34:47.358Z[ host-image] Feb 23 13:34:45.697 INFO O| Feb 23 13:34:45.697 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100812025-02-23T13:34:47.359Z[ host-image] Feb 23 13:34:45.697 INFO O| Feb 23 13:34:45.697 INFO STEP 145 (remove_files) COMPLETE
100822025-02-23T13:34:47.363Z[ host-image] Feb 23 13:34:45.697 INFO O| Feb 23 13:34:45.697 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100832025-02-23T13:34:47.429Z[ host-image] Feb 23 13:34:45.768 INFO O| Feb 23 13:34:45.768 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
100842025-02-23T13:34:47.432Z[ host-image] Feb 23 13:34:45.768 INFO O| Feb 23 13:34:45.768 INFO STEP 146 (remove_files) COMPLETE
100852025-02-23T13:34:47.432Z[ host-image] Feb 23 13:34:45.768 INFO O| Feb 23 13:34:45.768 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100862025-02-23T13:34:47.462Z[ host-image] Feb 23 13:34:45.797 INFO O| Feb 23 13:34:45.797 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100872025-02-23T13:34:47.462Z[ host-image] Feb 23 13:34:45.797 INFO O| Feb 23 13:34:45.797 INFO STEP 147 (remove_files) COMPLETE
100882025-02-23T13:34:47.470Z[ host-image] Feb 23 13:34:45.797 INFO O| Feb 23 13:34:45.797 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100892025-02-23T13:34:47.483Z[ host-image] Feb 23 13:34:45.821 INFO O| Feb 23 13:34:45.821 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100902025-02-23T13:34:47.483Z[ host-image] Feb 23 13:34:45.821 INFO O| Feb 23 13:34:45.821 INFO STEP 148 (remove_files) COMPLETE
100912025-02-23T13:34:47.483Z[ host-image] Feb 23 13:34:45.821 INFO O| Feb 23 13:34:45.821 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100922025-02-23T13:34:47.511Z[ host-image] Feb 23 13:34:45.846 INFO O| Feb 23 13:34:45.846 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
100932025-02-23T13:34:47.511Z[ host-image] Feb 23 13:34:45.846 INFO O| Feb 23 13:34:45.846 INFO STEP 149 (remove_files) COMPLETE
100942025-02-23T13:34:47.511Z[ host-image] Feb 23 13:34:45.846 INFO O| Feb 23 13:34:45.846 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100952025-02-23T13:34:47.534Z[ host-image] Feb 23 13:34:45.874 INFO O| Feb 23 13:34:45.874 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100962025-02-23T13:34:47.535Z[ host-image] Feb 23 13:34:45.874 INFO O| Feb 23 13:34:45.874 INFO STEP 150 (remove_files) COMPLETE
100972025-02-23T13:34:47.535Z[ host-image] Feb 23 13:34:45.874 INFO O| Feb 23 13:34:45.874 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100982025-02-23T13:34:47.560Z[ host-image] Feb 23 13:34:45.899 INFO O| Feb 23 13:34:45.899 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100992025-02-23T13:34:47.561Z[ host-image] Feb 23 13:34:45.899 INFO O| Feb 23 13:34:45.899 INFO STEP 151 (remove_files) COMPLETE
101002025-02-23T13:34:47.561Z[ host-image] Feb 23 13:34:45.899 INFO O| Feb 23 13:34:45.899 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101012025-02-23T13:34:47.603Z[ host-image] Feb 23 13:34:45.939 INFO O| Feb 23 13:34:45.939 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
101022025-02-23T13:34:47.615Z[ host-image] Feb 23 13:34:45.940 INFO O| Feb 23 13:34:45.939 INFO STEP 152 (remove_files) COMPLETE
101032025-02-23T13:34:47.615Z[ host-image] Feb 23 13:34:45.940 INFO O| Feb 23 13:34:45.940 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101042025-02-23T13:34:47.630Z[ host-image] Feb 23 13:34:45.969 INFO O| Feb 23 13:34:45.968 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
101052025-02-23T13:34:47.633Z[ host-image] Feb 23 13:34:45.969 INFO O| Feb 23 13:34:45.969 INFO STEP 153 (remove_files) COMPLETE
101062025-02-23T13:34:47.633Z[ host-image] Feb 23 13:34:45.969 INFO O| Feb 23 13:34:45.969 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101072025-02-23T13:34:47.657Z[ host-image] Feb 23 13:34:45.996 INFO O| Feb 23 13:34:45.996 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
101082025-02-23T13:34:47.657Z[ host-image] Feb 23 13:34:45.997 INFO O| Feb 23 13:34:45.996 INFO STEP 154 (remove_files) COMPLETE
101092025-02-23T13:34:47.665Z[ host-image] Feb 23 13:34:45.997 INFO O| Feb 23 13:34:45.997 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101102025-02-23T13:34:47.687Z[ host-image] Feb 23 13:34:46.026 INFO O| Feb 23 13:34:46.026 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
101112025-02-23T13:34:47.691Z[ host-image] Feb 23 13:34:46.026 INFO O| Feb 23 13:34:46.026 INFO STEP 155 (remove_files) COMPLETE
101122025-02-23T13:34:47.691Z[ host-image] Feb 23 13:34:46.026 INFO O| Feb 23 13:34:46.026 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101132025-02-23T13:34:47.749Z[ host-image] Feb 23 13:34:46.088 INFO O| Feb 23 13:34:46.088 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
101142025-02-23T13:34:47.749Z[ host-image] Feb 23 13:34:46.088 INFO O| Feb 23 13:34:46.088 INFO STEP 156 (remove_files) COMPLETE
101152025-02-23T13:34:47.752Z[ host-image] Feb 23 13:34:46.088 INFO O| Feb 23 13:34:46.088 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101162025-02-23T13:34:47.772Z[ host-image] Feb 23 13:34:46.112 INFO O| Feb 23 13:34:46.111 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
101172025-02-23T13:34:47.772Z[ host-image] Feb 23 13:34:46.112 INFO O| Feb 23 13:34:46.112 INFO STEP 157 (remove_files) COMPLETE
101182025-02-23T13:34:47.772Z[ host-image] Feb 23 13:34:46.112 INFO O| Feb 23 13:34:46.112 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101192025-02-23T13:34:47.795Z[ host-image] Feb 23 13:34:46.134 INFO O| Feb 23 13:34:46.134 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
101202025-02-23T13:34:47.795Z[ host-image] Feb 23 13:34:46.134 INFO O| Feb 23 13:34:46.134 INFO STEP 158 (remove_files) COMPLETE
101212025-02-23T13:34:47.795Z[ host-image] Feb 23 13:34:46.134 INFO O| Feb 23 13:34:46.134 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101222025-02-23T13:34:47.828Z[ host-image] Feb 23 13:34:46.166 INFO O| Feb 23 13:34:46.166 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
101232025-02-23T13:34:47.828Z[ host-image] Feb 23 13:34:46.167 INFO O| Feb 23 13:34:46.167 INFO STEP 159 (remove_files) COMPLETE
101242025-02-23T13:34:47.828Z[ host-image] Feb 23 13:34:46.167 INFO O| Feb 23 13:34:46.167 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101252025-02-23T13:34:47.881Z[ host-image] Feb 23 13:34:46.216 INFO O| Feb 23 13:34:46.216 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
101262025-02-23T13:34:47.881Z[ host-image] Feb 23 13:34:46.216 INFO O| Feb 23 13:34:46.216 INFO STEP 160 (remove_files) COMPLETE
101272025-02-23T13:34:47.881Z[ host-image] Feb 23 13:34:46.216 INFO O| Feb 23 13:34:46.216 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
101282025-02-23T13:34:47.919Z[ host-image] Feb 23 13:34:46.259 INFO O| Feb 23 13:34:46.258 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
101292025-02-23T13:34:47.922Z[ host-image] Feb 23 13:34:46.259 INFO O| Feb 23 13:34:46.259 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
101302025-02-23T13:35:00.486Z[ host-image] Feb 23 13:34:58.821 INFO O| Feb 23 13:34:58.803 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
101312025-02-23T13:35:00.486Z[ host-image] Feb 23 13:34:58.821 INFO O| Feb 23 13:34:58.803 INFO E| svccfg: Loaded 74 smf(7) service descriptions
101322025-02-23T13:35:00.492Z[ host-image] Feb 23 13:34:58.827 INFO O| Feb 23 13:34:58.826 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
101332025-02-23T13:35:00.644Z[ host-image] Feb 23 13:34:58.981 INFO O| Feb 23 13:34:58.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
101342025-02-23T13:35:00.648Z[ host-image] Feb 23 13:34:58.981 INFO O| Feb 23 13:34:58.981 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
101352025-02-23T13:35:00.648Z[ host-image] Feb 23 13:34:58.985 INFO O| Feb 23 13:34:58.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
101362025-02-23T13:35:00.648Z[ host-image] Feb 23 13:34:58.985 INFO O| Feb 23 13:34:58.984 INFO ok!
101372025-02-23T13:35:00.648Z[ host-image] Feb 23 13:34:58.985 INFO O| Feb 23 13:34:58.985 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
101382025-02-23T13:35:00.648Z[ host-image] Feb 23 13:34:58.985 INFO O| Feb 23 13:34:58.985 INFO STEP 161 (seed_smf) COMPLETE
101392025-02-23T13:35:00.648Z[ host-image] Feb 23 13:34:58.985 INFO O| Feb 23 13:34:58.985 INFO steps complete; finalising image!
101402025-02-23T13:35:00.648Z[ host-image] Feb 23 13:34:58.985 INFO O| Feb 23 13:34:58.985 INFO TRIM POOL: TEMPORARY-gimlet-zfs
101412025-02-23T13:35:00.851Z[ host-image] Feb 23 13:34:59.187 INFO O| Feb 23 13:34:59.186 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sun Feb 23 13:34:58 2025)
101422025-02-23T13:35:01.064Z[ host-image] Feb 23 13:34:59.401 INFO O| Feb 23 13:34:59.401 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sun Feb 23 13:34:58 2025)
101432025-02-23T13:35:01.277Z[ host-image] Feb 23 13:34:59.613 INFO O| Feb 23 13:34:59.613 INFO trim TEMPORARY-gimlet-zfs: (97% trimmed, started at Sun Feb 23 13:34:58 2025)
101442025-02-23T13:35:01.530Z[ host-image] Feb 23 13:34:59.867 INFO O| Feb 23 13:34:59.867 INFO temporary pool has 720M used, 112M avail, 1.79x compressratio
101452025-02-23T13:35:01.530Z[ host-image] Feb 23 13:34:59.867 INFO O| Feb 23 13:34:59.867 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
101462025-02-23T13:35:02.396Z[ host-image] Feb 23 13:35:00.732 INFO O| Feb 23 13:35:00.732 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
101472025-02-23T13:35:02.396Z[ host-image] Feb 23 13:35:00.732 INFO O| Feb 23 13:35:00.732 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
101482025-02-23T13:35:04.392Z[ host-image] Feb 23 13:35:02.729 INFO O| Feb 23 13:35:02.729 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
101492025-02-23T13:35:04.392Z[ host-image] Feb 23 13:35:02.729 INFO O| Feb 23 13:35:02.729 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
101502025-02-23T13:35:04.395Z[ host-image] Feb 23 13:35:02.729 INFO O| Feb 23 13:35:02.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
101512025-02-23T13:35:04.395Z[ host-image] Feb 23 13:35:02.729 INFO O| Feb 23 13:35:02.729 INFO completed processing gimlet/zfs
101522025-02-23T13:35:04.395Z[ host-image] Feb 23 13:35:02.729 INFO O| Feb 23 13:35:02.729 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
101532025-02-23T13:35:13.276Z[ host-image] Feb 23 13:35:11.611 INFO O| Feb 23 13:35:11.611 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
101542025-02-23T13:35:13.420Z[ host-image] Feb 23 13:35:11.755 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
101552025-02-23T13:35:13.420Z[ host-image] Feb 23 13:35:11.755 INFO expanded image name: "ci 32e3ede/${os_short_commit} 2025-02-23 12:55" -> "ci 32e3ede/9fcb5ef 2025-02-23 12:55"
101562025-02-23T13:35:13.423Z[ host-image] Feb 23 13:35:11.755 INFO output artefacts stored in: "/work/os-host"
101572025-02-23T13:35:13.423Z[ host-image] Feb 23 13:35:11.755 INFO collecting git info from project "chelsio-t6-roms"...
101582025-02-23T13:35:13.438Z[ host-image] Feb 23 13:35:11.773 INFO collecting git info from project "bootserver"...
101592025-02-23T13:35:13.448Z[ host-image] Feb 23 13:35:11.783 INFO collecting git info from project "amd-host-image-builder"...
101602025-02-23T13:35:13.476Z[ host-image] Feb 23 13:35:11.811 INFO collecting git info from project "image-builder"...
101612025-02-23T13:35:13.485Z[ host-image] Feb 23 13:35:11.820 INFO collecting git info from project "amd-firmware"...
101622025-02-23T13:35:13.506Z[ host-image] Feb 23 13:35:11.841 INFO collecting git info from project "pilot"...
101632025-02-23T13:35:13.552Z[ host-image] Feb 23 13:35:11.887 INFO collecting git info from project "phbl"...
101642025-02-23T13:35:13.564Z[ host-image] Feb 23 13:35:11.899 INFO collecting git info from project "pinprick"...
101652025-02-23T13:35:13.574Z[ host-image] Feb 23 13:35:11.909 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101662025-02-23T13:35:14.984Z[ host-image] Feb 23 13:35:13.319 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101672025-02-23T13:35:15.785Z[ host-image] Feb 23 13:35:14.120 INFO creating Oxide boot image...
101682025-02-23T13:35:15.789Z[ host-image] Feb 23 13:35:14.120 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 32e3ede/9fcb5ef 2025-02-23 12:55", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
101692025-02-23T13:35:17.318Z[ host-image] Feb 23 13:35:15.652 INFO O| ok, image written!
101702025-02-23T13:35:17.318Z[ host-image] Feb 23 13:35:15.652 INFO O| ok, boot_image_csum file written!
101712025-02-23T13:35:17.326Z[ host-image] Feb 23 13:35:15.660 INFO creating boot archive (CPIO)...
101722025-02-23T13:35:17.326Z[ host-image] Feb 23 13:35:15.660 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
101732025-02-23T13:35:17.338Z[ host-image] Feb 23 13:35:15.672 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
101742025-02-23T13:35:17.338Z[ host-image] Feb 23 13:35:15.672 INFO E| + outfile=/work/os-host/cpio
101752025-02-23T13:35:17.341Z[ host-image] Feb 23 13:35:15.672 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
101762025-02-23T13:35:17.344Z[ host-image] Feb 23 13:35:15.676 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
101772025-02-23T13:35:17.344Z[ host-image] Feb 23 13:35:15.677 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
101782025-02-23T13:35:17.392Z[ host-image] Feb 23 13:35:15.727 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
101792025-02-23T13:35:17.392Z[ host-image] Feb 23 13:35:15.727 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
101802025-02-23T13:35:17.406Z[ host-image] Feb 23 13:35:15.740 INFO creating compressed cpio/unix for nanobl-rs...
101812025-02-23T13:35:17.406Z[ host-image] Feb 23 13:35:15.740 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
101822025-02-23T13:35:17.897Z[ host-image] Feb 23 13:35:16.232 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
101832025-02-23T13:35:24.440Z[ host-image] Feb 23 13:35:22.773 INFO creating reset image...
101842025-02-23T13:35:24.443Z[ host-image] Feb 23 13:35:22.774 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
101852025-02-23T13:35:24.660Z[ host-image] Feb 23 13:35:22.993 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
101862025-02-23T13:35:24.663Z[ host-image] Feb 23 13:35:22.996 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
101872025-02-23T13:35:24.818Z[ host-image] Feb 23 13:35:23.152 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
101882025-02-23T13:35:29.160Z[ host-image] Feb 23 13:35:27.492 INFO E| Finished `release` profile [optimized] target(s) in 4.46s
101892025-02-23T13:35:29.179Z[ host-image] Feb 23 13:35:27.512 INFO building host image...
101902025-02-23T13:35:29.183Z[ host-image] Feb 23 13:35:27.512 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")
101912025-02-23T13:35:30.194Z[ host-image] Feb 23 13:35:28.527 INFO finishing image archive at "/work/os-host/os.tar.gz"...
101922025-02-23T13:36:15.932Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
101932025-02-23T13:36:47.405Z[ host-image] Feb 23 13:36:45.724 INFO image complete! materials are in "/work/os-host"
101942025-02-23T13:36:47.411Z[ host-image]
101952025-02-23T13:36:47.411Z[ host-image] real 16:18.652246493
101962025-02-23T13:36:47.414Z[ host-image] user 7:23.614526183
101972025-02-23T13:36:47.414Z[ host-image] sys 1:17.721255219
101982025-02-23T13:36:47.414Z[ host-image] trap 0.402881884
101992025-02-23T13:36:47.414Z[ host-image] tflt 0.196335642
102002025-02-23T13:36:47.414Z[ host-image] dflt 0.289006336
102012025-02-23T13:36:47.414Z[ host-image] kflt 0.008340335
102022025-02-23T13:36:47.414Z[ host-image] lock 10:04.222406639
102032025-02-23T13:36:47.414Z[ host-image] slp 1:28:10.361710669
102042025-02-23T13:36:47.414Z[ host-image] lat 3:32.888078286
102052025-02-23T13:36:47.414Z[ host-image] stop 0.861514336
102062025-02-23T13:36:47.414ZFeb 23 13:36:45.732 INFO [host-image] process exited with exit status: 0 (978.674018548s)
102072025-02-23T13:36:47.414ZFeb 23 13:36:45.732 INFO [tuf-repo] running task
102082025-02-23T13:37:22.687ZFeb 23 13:37:20.007 INFO assembling repository in `/tmp/tufaceousVVW2EM`, component: OmicronRepoAssembler
102092025-02-23T13:37:56.974ZFeb 23 13:37:55.278 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
102102025-02-23T13:37:57.268ZFeb 23 13:37:55.575 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
102112025-02-23T13:38:10.696ZFeb 23 13:38:09.001 INFO [tuf-repo] task succeeded (83.268523755s)
102122025-02-23T13:39:07.719Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
102132025-02-23T13:39:14.254Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
102142025-02-23T13:39:34.130Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
102152025-02-23T13:45:30.773Z[verify-libraries] Finished `release` profile [optimized] target(s) in 24m 18s
102162025-02-23T13:45:31.316ZFeb 23 13:45:29.547 INFO [verify-libraries] process exited with exit status: 0 (1462.745987305s)
102172025-02-23T13:45:31.316ZFeb 23 13:45:29.547 INFO all jobs completed in 2971.345211344s
102182025-02-23T13:45:33.823Zprocess exited: duration 3738591 ms, exit code 0
 
102192025-02-23T13:45:33.850Zfound 33 output files
102202025-02-23T13:45:33.857Zuploading: /work/manifest.toml (13429 bytes)
102212025-02-23T13:45:34.864Zuploaded: /work/manifest.toml
102222025-02-23T13:45:34.864Zuploading: /work/repo.zip (2156909458 bytes)
102232025-02-23T13:46:15.384Zuploaded: /work/repo.zip
102242025-02-23T13:46:15.384Zuploading: /work/repo.zip.sha256.txt (65 bytes)
102252025-02-23T13:46:16.391Zuploaded: /work/repo.zip.sha256.txt
102262025-02-23T13:46:16.392Zuploading: /work/helios-setup.log (69013 bytes)
102272025-02-23T13:46:17.402Zuploaded: /work/helios-setup.log
102282025-02-23T13:46:17.405Zuploading: /work/host-image.log (201907 bytes)
102292025-02-23T13:46:18.417Zuploaded: /work/host-image.log
102302025-02-23T13:46:18.417Zuploading: /work/host-package.log (24687 bytes)
102312025-02-23T13:46:19.426Zuploaded: /work/host-package.log
102322025-02-23T13:46:19.426Zuploading: /work/host-target.log (101 bytes)
102332025-02-23T13:46:20.432Zuploaded: /work/host-target.log
102342025-02-23T13:46:20.432Zuploading: /work/omicron-package.log (6720 bytes)
102352025-02-23T13:46:21.440Zuploaded: /work/omicron-package.log
102362025-02-23T13:46:21.440Zuploading: /work/phbl-toolchain.log (881 bytes)
102372025-02-23T13:46:22.446Zuploaded: /work/phbl-toolchain.log
102382025-02-23T13:46:22.449Zuploading: /work/recovery-image.log (580201 bytes)
102392025-02-23T13:46:23.470Zuploaded: /work/recovery-image.log
102402025-02-23T13:46:23.473Zuploading: /work/recovery-package.log (1762 bytes)
102412025-02-23T13:46:24.478Zuploaded: /work/recovery-package.log
102422025-02-23T13:46:24.480Zuploading: /work/recovery-target.log (57 bytes)
102432025-02-23T13:46:25.487Zuploaded: /work/recovery-target.log
102442025-02-23T13:46:25.487Zuploading: /work/stamp-clickhouse.log (117 bytes)
102452025-02-23T13:46:26.495Zuploaded: /work/stamp-clickhouse.log
102462025-02-23T13:46:26.495Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
102472025-02-23T13:46:27.503Zuploaded: /work/stamp-clickhouse_keeper.log
102482025-02-23T13:46:27.506Zuploading: /work/stamp-cockroachdb.log (118 bytes)
102492025-02-23T13:46:28.511Zuploaded: /work/stamp-cockroachdb.log
102502025-02-23T13:46:28.511Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
102512025-02-23T13:46:29.519Zuploaded: /work/stamp-crucible-dtrace.log
102522025-02-23T13:46:29.521Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
102532025-02-23T13:46:30.527Zuploaded: /work/stamp-crucible-pantry-zone.log
102542025-02-23T13:46:30.527Zuploading: /work/stamp-crucible-zone.log (120 bytes)
102552025-02-23T13:46:31.535Zuploaded: /work/stamp-crucible-zone.log
102562025-02-23T13:46:31.535Zuploading: /work/stamp-external-dns.log (119 bytes)
102572025-02-23T13:46:32.543Zuploaded: /work/stamp-external-dns.log
102582025-02-23T13:46:32.545Zuploading: /work/stamp-installinator.log (103 bytes)
102592025-02-23T13:46:33.549Zuploaded: /work/stamp-installinator.log
102602025-02-23T13:46:33.552Zuploading: /work/stamp-internal-dns.log (119 bytes)
102612025-02-23T13:46:34.563Zuploaded: /work/stamp-internal-dns.log
102622025-02-23T13:46:34.563Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
102632025-02-23T13:46:35.571Zuploaded: /work/stamp-mg-ddm-gz.log
102642025-02-23T13:46:35.571Zuploading: /work/stamp-nexus.log (112 bytes)
102652025-02-23T13:46:36.580Zuploaded: /work/stamp-nexus.log
102662025-02-23T13:46:36.580Zuploading: /work/stamp-ntp.log (110 bytes)
102672025-02-23T13:46:37.588Zuploaded: /work/stamp-ntp.log
102682025-02-23T13:46:37.588Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
102692025-02-23T13:46:38.597Zuploaded: /work/stamp-omicron-sled-agent.log
102702025-02-23T13:46:38.597Zuploading: /work/stamp-overlay.log (114 bytes)
102712025-02-23T13:46:39.606Zuploaded: /work/stamp-overlay.log
102722025-02-23T13:46:39.606Zuploading: /work/stamp-oximeter.log (115 bytes)
102732025-02-23T13:46:40.614Zuploaded: /work/stamp-oximeter.log
102742025-02-23T13:46:40.614Zuploading: /work/stamp-oxlog.log (109 bytes)
102752025-02-23T13:46:41.623Zuploaded: /work/stamp-oxlog.log
102762025-02-23T13:46:41.623Zuploading: /work/stamp-probe.log (112 bytes)
102772025-02-23T13:46:42.632Zuploaded: /work/stamp-probe.log
102782025-02-23T13:46:42.632Zuploading: /work/stamp-propolis-server.log (122 bytes)
102792025-02-23T13:46:43.640Zuploaded: /work/stamp-propolis-server.log
102802025-02-23T13:46:43.640Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
102812025-02-23T13:46:44.648Zuploaded: /work/stamp-pumpkind-gz.log
102822025-02-23T13:46:44.648Zuploading: /work/stamp-switch-asic.log (118 bytes)
102832025-02-23T13:46:45.655Zuploaded: /work/stamp-switch-asic.log
102842025-02-23T13:46:45.655Zuploading: /work/verify-libraries.log (17219 bytes)
102852025-02-23T13:46:46.664Zuploaded: /work/verify-libraries.log