01JKFV4PWNW3BKAFWGPXY4QXXV: 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: 01JKFV55VPVNJJER748JVSQEDB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-07T09:17:45.975Zjob assigned to worker 01JKFV5CK55TD85GDH5C7EXWGS [factory aws, i-05370c7e26addd60d] (queued for 55 s)
 
22025-02-07T09:17:53.913Zstarting task 0: "setup"
32025-02-07T09:17:53.921Z++ uname -s
42025-02-07T09:17:53.924Z+ kern=SunOS
52025-02-07T09:17:53.924Z+ build_user=build
62025-02-07T09:17:53.924Z+ build_uid=12345
72025-02-07T09:17:53.924Z+ work_dir=/work
82025-02-07T09:17:53.924Z+ input_dir=/input
92025-02-07T09:17:53.924Z+ [[ 0 == 12345 ]]
102025-02-07T09:17:53.924Z+ case "$kern" in
112025-02-07T09:17:53.924Z+ groupadd -g 12345 build
122025-02-07T09:17:53.927Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-07T09:17:55.936Z+ zfs create -o mountpoint=/work rpool/work
142025-02-07T09:17:56.059Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-07T09:17:56.062Z+ home_fs=zfs
162025-02-07T09:17:56.062Z+ [[ zfs == autofs ]]
172025-02-07T09:17:56.062Z+ mkdir -p /home/build
182025-02-07T09:17:56.064Z+ chown build:build /home/build /work
192025-02-07T09:17:58.066Z+ chmod 0700 /home/build /work
202025-02-07T09:17:58.069Zprocess exited: duration 4154 ms, exit code 0
 
212025-02-07T09:17:58.075Zstarting task 1: "rust-toolchain"
222025-02-07T09:17:58.081Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-07T09:17:58.081Z * rust toolchain channel = "1.84.1"
242025-02-07T09:17:58.081Z * rust toolchain profile = "default"
252025-02-07T09:17:58.081Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-07T09:17:58.081Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-07T09:17:58.081Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-07T09:17:58.086Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-07T09:17:58.086Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-07T09:17:58.197Zinfo: downloading installer
312025-02-07T09:17:59.517Zwarning: it looks like you have an existing installation of Rust at:
322025-02-07T09:17:59.517Zwarning: /opt/ooce/bin
332025-02-07T09:17:59.517Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-07T09:17:59.517Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-07T09:17:59.517Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-07T09:17:59.517Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-07T09:17:59.517Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-07T09:17:59.517Zerror: cannot install while Rust is installed
392025-02-07T09:17:59.517Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-07T09:17:59.532Zinfo: profile set to 'default'
412025-02-07T09:17:59.532Zinfo: default host triple is x86_64-unknown-illumos
422025-02-07T09:17:59.535Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-07T09:17:59.686Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-07T09:17:59.686Zinfo: downloading component 'cargo'
452025-02-07T09:18:00.560Zinfo: downloading component 'clippy'
462025-02-07T09:18:00.893Zinfo: downloading component 'rust-docs'
472025-02-07T09:18:02.092Zinfo: downloading component 'rust-std'
482025-02-07T09:18:04.022Zinfo: downloading component 'rustc'
492025-02-07T09:18:10.859Zinfo: downloading component 'rustfmt'
502025-02-07T09:18:11.115Zinfo: installing component 'cargo'
512025-02-07T09:18:11.959Zinfo: installing component 'clippy'
522025-02-07T09:18:12.339Zinfo: installing component 'rust-docs'
532025-02-07T09:18:14.028Zinfo: installing component 'rust-std'
542025-02-07T09:18:15.872Zinfo: installing component 'rustc'
552025-02-07T09:18:21.889Zinfo: installing component 'rustfmt'
562025-02-07T09:18:22.223Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-07T09:18:22.223Z
582025-02-07T09:18:22.613Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-07T09:18:22.613Z
602025-02-07T09:18:22.616Z
612025-02-07T09:18:22.616ZRust is installed now. Great!
622025-02-07T09:18:22.616Z
632025-02-07T09:18:22.616ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-07T09:18:22.616Zenvironment variable. This has not been done automatically.
652025-02-07T09:18:22.616Z
662025-02-07T09:18:22.616ZTo configure your current shell, you need to source
672025-02-07T09:18:22.616Zthe corresponding env file under $HOME/.cargo.
682025-02-07T09:18:22.617Z
692025-02-07T09:18:22.617ZThis is usually done by running one of the following (note the leading DOT):
702025-02-07T09:18:22.617Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-07T09:18:22.617Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-07T09:18:22.698Z+ rustup --version
732025-02-07T09:18:22.706Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-07T09:18:22.706Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-07T09:18:22.784Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-07T09:18:22.788Z+ cargo --version
772025-02-07T09:18:22.847Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-07T09:18:22.850Z+ rustc --version
792025-02-07T09:18:22.911Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-07T09:18:22.914Zprocess exited: duration 24836 ms, exit code 0
 
812025-02-07T09:18:22.919Zstarting task 2: "authentication"
822025-02-07T09:18:22.940Zprocess exited: duration 20 ms, exit code 0
 
832025-02-07T09:18:22.946Zstarting task 3: "clone repository"
842025-02-07T09:18:22.950Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-07T09:18:22.953Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-07T09:18:22.989ZCloning into '/work/oxidecomputer/omicron'...
872025-02-07T09:18:29.050Z+ cd /work/oxidecomputer/omicron
882025-02-07T09:18:29.052Z+ git fetch origin e5add313d964279423d70a502bba4b41af8478dd
892025-02-07T09:18:29.356ZFrom https://github.com/oxidecomputer/omicron
902025-02-07T09:18:29.356Z * branch e5add313d964279423d70a502bba4b41af8478dd -> FETCH_HEAD
912025-02-07T09:18:29.366Z+ [[ -n dont_deploy_expunged_datasets ]]
922025-02-07T09:18:29.369Z++ git branch --show-current
932025-02-07T09:18:29.372Z+ current=main
942025-02-07T09:18:29.372Z+ [[ main != dont_deploy_expunged_datasets ]]
952025-02-07T09:18:29.372Z+ git branch -f dont_deploy_expunged_datasets e5add313d964279423d70a502bba4b41af8478dd
962025-02-07T09:18:29.374Z+ git checkout -f dont_deploy_expunged_datasets
972025-02-07T09:18:29.557ZSwitched to branch 'dont_deploy_expunged_datasets'
982025-02-07T09:18:29.559Z+ git reset --hard e5add313d964279423d70a502bba4b41af8478dd
992025-02-07T09:18:29.571ZHEAD is now at e5add313d Merge branch 'main' into dont_deploy_expunged_datasets
1002025-02-07T09:18:29.574Zprocess exited: duration 6626 ms, exit code 0
 
1012025-02-07T09:18:29.579Zstarting task 4: "build"
1022025-02-07T09:18:29.584Z+ source .github/buildomat/ci-env.sh
1032025-02-07T09:18:29.584Z++ export CARGO_TERM_COLOR=always
1042025-02-07T09:18:29.584Z++ CARGO_TERM_COLOR=always
1052025-02-07T09:18:29.584Z+ cargo --version
1062025-02-07T09:18:29.633Zcargo 1.84.1 (66221abde 2024-11-19)
1072025-02-07T09:18:29.636Z+ rustc --version
1082025-02-07T09:18:29.698Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1092025-02-07T09:18:29.700Z+ cargo tree --locked
1102025-02-07T09:18:29.934Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-07T09:18:30.223Z Updating crates.io index
1122025-02-07T09:18:30.306Z Updating git repository `https://github.com/oxidecomputer/daft`
1132025-02-07T09:18:30.597Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142025-02-07T09:18:31.147Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1152025-02-07T09:18:31.439Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162025-02-07T09:18:31.686Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1172025-02-07T09:18:31.938Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182025-02-07T09:18:32.848Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192025-02-07T09:18:34.690Z Updating git repository `https://github.com/oxidecomputer/opte`
1202025-02-07T09:18:35.329Z Updating git repository `https://github.com/oxidecomputer/falcon`
1212025-02-07T09:18:36.004Z Updating git repository `https://github.com/oxidecomputer/clickward`
1222025-02-07T09:18:36.309Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1232025-02-07T09:18:36.627Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1242025-02-07T09:18:37.175Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1252025-02-07T09:18:37.774Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1262025-02-07T09:18:38.063Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1272025-02-07T09:18:38.361Z Updating git repository `https://github.com/oxidecomputer/tofino`
1282025-02-07T09:18:38.620Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1292025-02-07T09:18:38.899Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1302025-02-07T09:18:39.161Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1312025-02-07T09:18:39.468Z Updating git repository `https://github.com/oxidecomputer/lldp`
1322025-02-07T09:18:39.773Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1332025-02-07T09:18:40.085Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342025-02-07T09:18:40.437Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352025-02-07T09:18:40.849Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1362025-02-07T09:18:41.088Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372025-02-07T09:18:41.604Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1382025-02-07T09:18:41.904Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1392025-02-07T09:18:42.334Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1402025-02-07T09:18:42.868Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1412025-02-07T09:18:43.189Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422025-02-07T09:18:43.476Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432025-02-07T09:18:43.764Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442025-02-07T09:18:45.128Z Downloading crates ...
1452025-02-07T09:18:45.221Z Downloaded aead v0.5.2
1462025-02-07T09:18:45.231Z Downloaded atomicwrites v0.4.4
1472025-02-07T09:18:45.234Z Downloaded async-object-pool v0.1.5
1482025-02-07T09:18:45.234Z Downloaded addr2line v0.24.2
1492025-02-07T09:18:45.245Z Downloaded async-stream-impl v0.3.6
1502025-02-07T09:18:45.248Z Downloaded chrono-tz-build v0.4.0
1512025-02-07T09:18:45.257Z Downloaded fatfs v0.3.6
1522025-02-07T09:18:45.260Z Downloaded assert_matches v1.5.0
1532025-02-07T09:18:45.266Z Downloaded foreign-types v0.3.2
1542025-02-07T09:18:45.268Z Downloaded funty v2.0.0
1552025-02-07T09:18:45.271Z Downloaded cfg_aliases v0.2.1
1562025-02-07T09:18:45.275Z Downloaded cfg_aliases v0.1.1
1572025-02-07T09:18:45.277Z Downloaded atty v0.2.14
1582025-02-07T09:18:45.277Z Downloaded foreign-types v0.5.0
1592025-02-07T09:18:45.280Z Downloaded fragile v2.0.0
1602025-02-07T09:18:45.283Z Downloaded fs_extra v1.3.0
1612025-02-07T09:18:45.285Z Downloaded base16ct v0.2.0
1622025-02-07T09:18:45.285Z Downloaded foreign-types-shared v0.3.1
1632025-02-07T09:18:45.288Z Downloaded async-stream v0.3.6
1642025-02-07T09:18:45.290Z Downloaded futures-channel v0.3.31
1652025-02-07T09:18:45.293Z Downloaded form_urlencoded v1.2.1
1662025-02-07T09:18:45.293Z Downloaded adler2 v2.0.0
1672025-02-07T09:18:45.295Z Downloaded fs-err v2.11.0
1682025-02-07T09:18:45.298Z Downloaded futures v0.3.31
1692025-02-07T09:18:45.301Z Downloaded foreign-types-macros v0.2.3
1702025-02-07T09:18:45.303Z Downloaded fd-lock v4.0.2
1712025-02-07T09:18:45.306Z Downloaded foldhash v0.1.3
1722025-02-07T09:18:45.306Z Downloaded fallible-iterator v0.3.0
1732025-02-07T09:18:45.308Z Downloaded async-channel v2.3.1
1742025-02-07T09:18:45.311Z Downloaded fancy-regex v0.13.0
1752025-02-07T09:18:45.313Z Downloaded cast v0.3.0
1762025-02-07T09:18:45.316Z Downloaded fallible-streaming-iterator v0.1.9
1772025-02-07T09:18:45.316Z Downloaded bitfield-struct v0.6.2
1782025-02-07T09:18:45.318Z Downloaded async-global-executor v2.4.1
1792025-02-07T09:18:45.318Z Downloaded assert-json-diff v2.0.2
1802025-02-07T09:18:45.321Z Downloaded futures-macro v0.3.31
1812025-02-07T09:18:45.324Z Downloaded futures-lite v2.3.0
1822025-02-07T09:18:45.326Z Downloaded castaway v0.2.3
1832025-02-07T09:18:45.326Z Downloaded cargo-platform v0.1.8
1842025-02-07T09:18:45.329Z Downloaded camino-tempfile v1.1.1
1852025-02-07T09:18:45.329Z Downloaded cassowary v0.3.0
1862025-02-07T09:18:45.332Z Downloaded futures-executor v0.3.31
1872025-02-07T09:18:45.334Z Downloaded bytecount v0.6.8
1882025-02-07T09:18:45.336Z Downloaded bb8 v0.8.5
1892025-02-07T09:18:45.336Z Downloaded cfg-if v1.0.0
1902025-02-07T09:18:45.339Z Downloaded cexpr v0.6.0
1912025-02-07T09:18:45.342Z Downloaded gimli v0.31.1
1922025-02-07T09:18:45.349Z Downloaded getrandom v0.2.15
1932025-02-07T09:18:45.352Z Downloaded async-recursion v1.1.1
1942025-02-07T09:18:45.356Z Downloaded generic-array v0.14.7
1952025-02-07T09:18:45.359Z Downloaded globset v0.4.15
1962025-02-07T09:18:45.361Z Downloaded bitfield v0.14.0
1972025-02-07T09:18:45.361Z Downloaded futures-io v0.3.31
1982025-02-07T09:18:45.364Z Downloaded pretty-hex v0.2.1
1992025-02-07T09:18:45.364Z Downloaded bitflags v1.3.2
2002025-02-07T09:18:45.367Z Downloaded glob v0.3.2
2012025-02-07T09:18:45.370Z Downloaded arrayvec v0.7.6
2022025-02-07T09:18:45.372Z Downloaded num-iter v0.1.45
2032025-02-07T09:18:45.375Z Downloaded byteorder v1.5.0
2042025-02-07T09:18:45.377Z Downloaded guppy-workspace-hack v0.1.0
2052025-02-07T09:18:45.377Z Downloaded assert_cmd v2.0.16
2062025-02-07T09:18:45.380Z Downloaded cargo_metadata v0.19.1
2072025-02-07T09:18:45.382Z Downloaded cancel-safe-futures v0.1.5
2082025-02-07T09:18:45.385Z Downloaded http-body v1.0.1
2092025-02-07T09:18:45.388Z Downloaded cargo_metadata v0.18.1
2102025-02-07T09:18:45.390Z Downloaded bzip2 v0.4.4
2112025-02-07T09:18:45.393Z Downloaded float-ord v0.3.2
2122025-02-07T09:18:45.393Z Downloaded bcs v0.1.6
2132025-02-07T09:18:45.395Z Downloaded ghash v0.5.1
2142025-02-07T09:18:45.398Z Downloaded futures-timer v3.0.3
2152025-02-07T09:18:45.400Z Downloaded cbc v0.1.2
2162025-02-07T09:18:45.400Z Downloaded futures-task v0.3.31
2172025-02-07T09:18:45.403Z Downloaded futures-core v0.3.31
2182025-02-07T09:18:45.405Z Downloaded rpassword v7.3.1
2192025-02-07T09:18:45.405Z Downloaded approx v0.5.1
2202025-02-07T09:18:45.408Z Downloaded async-task v4.7.1
2212025-02-07T09:18:45.410Z Downloaded heck v0.5.0
2222025-02-07T09:18:45.413Z Downloaded hubpack_derive v0.1.1
2232025-02-07T09:18:45.413Z Downloaded hubpack v0.1.2
2242025-02-07T09:18:45.415Z Downloaded hash32 v0.2.1
2252025-02-07T09:18:45.415Z Downloaded blake2b_simd v1.0.2
2262025-02-07T09:18:45.418Z Downloaded group v0.13.0
2272025-02-07T09:18:45.421Z Downloaded base64ct v1.6.0
2282025-02-07T09:18:45.423Z Downloaded pretty-hex v0.4.1
2292025-02-07T09:18:45.423Z Downloaded pem v3.0.4
2302025-02-07T09:18:45.426Z Downloaded rand_xorshift v0.3.0
2312025-02-07T09:18:45.426Z Downloaded psl-types v2.0.11
2322025-02-07T09:18:45.429Z Downloaded pbkdf2 v0.11.0
2332025-02-07T09:18:45.431Z Downloaded sync_wrapper v1.0.1
2342025-02-07T09:18:45.431Z Downloaded sync-ptr v0.1.1
2352025-02-07T09:18:45.434Z Downloaded http-range v0.1.5
2362025-02-07T09:18:45.434Z Downloaded num-rational v0.4.2
2372025-02-07T09:18:45.436Z Downloaded hostname v0.3.1
2382025-02-07T09:18:45.439Z Downloaded httpdate v1.0.3
2392025-02-07T09:18:45.439Z Downloaded http-body-util v0.1.2
2402025-02-07T09:18:45.441Z Downloaded home v0.5.9
2412025-02-07T09:18:45.444Z Downloaded async-lock v3.4.0
2422025-02-07T09:18:45.444Z Downloaded filetime v0.2.25
2432025-02-07T09:18:45.447Z Downloaded ff v0.13.0
2442025-02-07T09:18:45.449Z Downloaded fnv v1.0.7
2452025-02-07T09:18:45.449Z Downloaded async-io v2.3.4
2462025-02-07T09:18:45.452Z Downloaded time-core v0.1.2
2472025-02-07T09:18:45.455Z Downloaded cfg-expr v0.17.2
2482025-02-07T09:18:45.457Z Downloaded toolchain_find v0.4.0
2492025-02-07T09:18:45.460Z Downloaded arc-swap v1.7.1
2502025-02-07T09:18:45.462Z Downloaded allocator-api2 v0.2.18
2512025-02-07T09:18:45.466Z Downloaded hashlink v0.9.1
2522025-02-07T09:18:45.468Z Downloaded base64 v0.13.1
2532025-02-07T09:18:45.471Z Downloaded humantime v2.1.0
2542025-02-07T09:18:45.474Z Downloaded signal-hook-tokio v0.3.1
2552025-02-07T09:18:45.476Z Downloaded serde_repr v0.1.19
2562025-02-07T09:18:45.479Z Downloaded pkcs1 v0.7.5
2572025-02-07T09:18:45.482Z Downloaded postgres-protocol v0.6.7
2582025-02-07T09:18:45.484Z Downloaded relative-path v1.9.3
2592025-02-07T09:18:45.484Z Downloaded ciborium-io v0.2.2
2602025-02-07T09:18:45.487Z Downloaded ref-cast v1.0.23
2612025-02-07T09:18:45.489Z Downloaded quick-error v1.2.3
2622025-02-07T09:18:45.492Z Downloaded smf v0.2.3
2632025-02-07T09:18:45.492Z Downloaded slab v0.4.9
2642025-02-07T09:18:45.494Z Downloaded serde_spanned v0.6.8
2652025-02-07T09:18:45.495Z Downloaded synstructure v0.13.1
2662025-02-07T09:18:45.497Z Downloaded secrecy v0.8.0
2672025-02-07T09:18:45.497Z Downloaded httptest v0.16.1
2682025-02-07T09:18:45.499Z Downloaded parse-display-derive v0.10.0
2692025-02-07T09:18:45.502Z Downloaded num-traits v0.2.19
2702025-02-07T09:18:45.505Z Downloaded progenitor v0.9.1
2712025-02-07T09:18:45.507Z Downloaded downcast v0.11.0
2722025-02-07T09:18:45.509Z Downloaded darling_macro v0.20.10
2732025-02-07T09:18:45.510Z Downloaded cobs v0.2.3
2742025-02-07T09:18:45.510Z Downloaded async-bb8-diesel v0.2.1
2752025-02-07T09:18:45.512Z Downloaded chacha20poly1305 v0.10.1
2762025-02-07T09:18:45.515Z Downloaded thiserror v1.0.69
2772025-02-07T09:18:45.520Z Downloaded tinystr v0.7.6
2782025-02-07T09:18:45.522Z Downloaded structmeta-derive v0.2.0
2792025-02-07T09:18:45.525Z Downloaded slog-stdlog v4.1.1
2802025-02-07T09:18:45.525Z Downloaded ident_case v1.0.1
2812025-02-07T09:18:45.527Z Downloaded tiny-keccak v2.0.2
2822025-02-07T09:18:45.530Z Downloaded utf8_iter v1.0.4
2832025-02-07T09:18:45.532Z Downloaded hyper-rustls v0.27.3
2842025-02-07T09:18:45.535Z Downloaded iana-time-zone v0.1.61
2852025-02-07T09:18:45.537Z Downloaded mirai-annotations v1.12.0
2862025-02-07T09:18:45.537Z Downloaded hyper-staticfile v0.10.1
2872025-02-07T09:18:45.540Z Downloaded bitflags v2.6.0
2882025-02-07T09:18:45.544Z Downloaded opaque-debug v0.3.1
2892025-02-07T09:18:45.546Z Downloaded normalize-line-endings v0.3.0
2902025-02-07T09:18:45.546Z Downloaded which v4.4.2
2912025-02-07T09:18:45.549Z Downloaded zerovec-derive v0.10.3
2922025-02-07T09:18:45.551Z Downloaded cmake v0.1.51
2932025-02-07T09:18:45.551Z Downloaded postcard v1.0.10
2942025-02-07T09:18:45.554Z Downloaded crossbeam-deque v0.8.5
2952025-02-07T09:18:45.557Z Downloaded plotters-svg v0.3.7
2962025-02-07T09:18:45.557Z Downloaded rustls-native-certs v0.7.3
2972025-02-07T09:18:45.560Z Downloaded hmac v0.12.1
2982025-02-07T09:18:45.562Z Downloaded convert_case v0.4.0
2992025-02-07T09:18:45.564Z Downloaded stringprep v0.1.5
3002025-02-07T09:18:45.567Z Downloaded hickory-client v0.24.2
3012025-02-07T09:18:45.569Z Downloaded dof v0.3.0
3022025-02-07T09:18:45.572Z Downloaded debug-ignore v1.0.5
3032025-02-07T09:18:45.572Z Downloaded cc v1.1.30
3042025-02-07T09:18:45.576Z Downloaded tinytemplate v1.2.1
3052025-02-07T09:18:45.578Z Downloaded thiserror v2.0.11
3062025-02-07T09:18:45.583Z Downloaded base64 v0.21.7
3072025-02-07T09:18:45.588Z Downloaded sigpipe v0.1.3
3082025-02-07T09:18:45.590Z Downloaded datatest-stable v0.2.9
3092025-02-07T09:18:45.593Z Downloaded env_filter v0.1.2
3102025-02-07T09:18:45.595Z Downloaded inout v0.1.3
3112025-02-07T09:18:45.595Z Downloaded event-listener-strategy v0.5.2
3122025-02-07T09:18:45.598Z Downloaded twox-hash v2.1.0
3132025-02-07T09:18:45.600Z Downloaded wait-timeout v0.2.0
3142025-02-07T09:18:45.602Z Downloaded usdt v0.5.0
3152025-02-07T09:18:45.602Z Downloaded pkcs8 v0.10.2
3162025-02-07T09:18:45.605Z Downloaded linked-hash-map v0.5.6
3172025-02-07T09:18:45.608Z Downloaded indoc v2.0.5
3182025-02-07T09:18:45.610Z Downloaded libsw v3.3.1
3192025-02-07T09:18:45.612Z Downloaded oorandom v11.1.4
3202025-02-07T09:18:45.613Z Downloaded linear-map v1.2.0
3212025-02-07T09:18:45.615Z Downloaded whoami v1.5.2
3222025-02-07T09:18:45.617Z Downloaded kv-log-macro v1.0.7
3232025-02-07T09:18:45.617Z Downloaded constant_time_eq v0.3.1
3242025-02-07T09:18:45.620Z Downloaded tinyvec_macros v0.1.1
3252025-02-07T09:18:45.620Z Downloaded kstat-rs v0.2.4
3262025-02-07T09:18:45.622Z Downloaded indoc v1.0.9
3272025-02-07T09:18:45.625Z Downloaded stable_deref_trait v1.2.0
3282025-02-07T09:18:45.625Z Downloaded waitgroup v0.1.2
3292025-02-07T09:18:45.628Z Downloaded pest_generator v2.7.14
3302025-02-07T09:18:45.628Z Downloaded base64 v0.22.1
3312025-02-07T09:18:45.630Z Downloaded plotters-backend v0.3.7
3322025-02-07T09:18:45.633Z Downloaded pkcs5 v0.7.1
3332025-02-07T09:18:45.635Z Downloaded const_format_proc_macros v0.2.34
3342025-02-07T09:18:45.638Z Downloaded tower-service v0.3.3
3352025-02-07T09:18:45.641Z Downloaded flume v0.11.1
3362025-02-07T09:18:45.644Z Downloaded bumpalo v3.16.0
3372025-02-07T09:18:45.646Z Downloaded heapless v0.7.17
3382025-02-07T09:18:45.649Z Downloaded backtrace v0.3.74
3392025-02-07T09:18:45.654Z Downloaded yoke-derive v0.7.4
3402025-02-07T09:18:45.657Z Downloaded write16 v1.0.0
3412025-02-07T09:18:45.657Z Downloaded sct v0.7.1
3422025-02-07T09:18:45.660Z Downloaded ron v0.8.1
3432025-02-07T09:18:45.665Z Downloaded structmeta v0.2.0
3442025-02-07T09:18:45.668Z Downloaded swrite v0.1.0
3452025-02-07T09:18:45.668Z Downloaded strsim v0.11.1
3462025-02-07T09:18:45.670Z Downloaded siphasher v0.3.11
3472025-02-07T09:18:45.670Z Downloaded similar-asserts v1.6.0
3482025-02-07T09:18:45.673Z Downloaded nodrop v0.1.14
3492025-02-07T09:18:45.675Z Downloaded libtest-mimic v0.7.3
3502025-02-07T09:18:45.678Z Downloaded supports-color v3.0.1
3512025-02-07T09:18:45.680Z Downloaded mockall v0.13.0
3522025-02-07T09:18:45.680Z Downloaded doc-comment v0.3.3
3532025-02-07T09:18:45.683Z Downloaded tabled_derive v0.7.0
3542025-02-07T09:18:45.683Z Downloaded once_cell v1.20.2
3552025-02-07T09:18:45.685Z Downloaded qorb v0.2.1
3562025-02-07T09:18:45.690Z Downloaded tls_codec v0.4.1
3572025-02-07T09:18:45.692Z Downloaded is_ci v1.2.0
3582025-02-07T09:18:45.695Z Downloaded password-hash v0.4.2
3592025-02-07T09:18:45.697Z Downloaded paste v1.0.15
3602025-02-07T09:18:45.700Z Downloaded hyper-util v0.1.10
3612025-02-07T09:18:45.704Z Downloaded unicode-linebreak v0.1.5
3622025-02-07T09:18:45.706Z Downloaded crossbeam-epoch v0.9.18
3632025-02-07T09:18:45.709Z Downloaded typify-macro v0.2.0
3642025-02-07T09:18:45.711Z Downloaded snafu v0.8.5
3652025-02-07T09:18:45.716Z Downloaded openssl-probe v0.1.5
3662025-02-07T09:18:45.719Z Downloaded utf8parse v0.2.2
3672025-02-07T09:18:45.721Z Downloaded path-slash v0.1.5
3682025-02-07T09:18:45.721Z Downloaded openssl-macros v0.1.1
3692025-02-07T09:18:45.721Z Downloaded phf_shared v0.10.0
3702025-02-07T09:18:45.724Z Downloaded xz2 v0.1.7
3712025-02-07T09:18:45.726Z Downloaded semver v0.1.20
3722025-02-07T09:18:45.726Z Downloaded radium v0.7.0
3732025-02-07T09:18:45.729Z Downloaded precomputed-hash v0.1.1
3742025-02-07T09:18:45.729Z Downloaded quote v1.0.38
3752025-02-07T09:18:45.732Z Downloaded curve25519-dalek-derive v0.1.1
3762025-02-07T09:18:45.734Z Downloaded event-listener v5.3.1
3772025-02-07T09:18:45.737Z Downloaded icu_collections v1.5.0
3782025-02-07T09:18:45.743Z Downloaded mockall_derive v0.13.0
3792025-02-07T09:18:45.745Z Downloaded hickory-resolver v0.24.2
3802025-02-07T09:18:45.750Z Downloaded display-error-chain v0.2.2
3812025-02-07T09:18:45.752Z Downloaded dirs-sys-next v0.1.2
3822025-02-07T09:18:45.752Z Downloaded crc-catalog v2.4.0
3832025-02-07T09:18:45.755Z Downloaded sqlparser_derive v0.2.2
3842025-02-07T09:18:45.755Z Downloaded scroll_derive v0.12.0
3852025-02-07T09:18:45.757Z Downloaded idna_adapter v1.2.0
3862025-02-07T09:18:45.757Z Downloaded parking_lot_core v0.9.10
3872025-02-07T09:18:45.760Z Downloaded itoa v1.0.11
3882025-02-07T09:18:45.762Z Downloaded is_terminal_polyfill v1.70.1
3892025-02-07T09:18:45.765Z Downloaded pest_meta v2.7.14
3902025-02-07T09:18:45.765Z Downloaded omicron-zone-package v0.12.0
3912025-02-07T09:18:45.769Z Downloaded maplit v1.0.2
3922025-02-07T09:18:45.771Z Downloaded managed v0.8.0
3932025-02-07T09:18:45.773Z Downloaded darling_core v0.20.10
3942025-02-07T09:18:45.777Z Downloaded strum v0.26.3
3952025-02-07T09:18:45.779Z Downloaded num v0.4.3
3962025-02-07T09:18:45.780Z Downloaded shell-words v1.1.0
3972025-02-07T09:18:45.782Z Downloaded nibble_vec v0.1.0
3982025-02-07T09:18:45.782Z Downloaded zerocopy v0.6.6
3992025-02-07T09:18:45.786Z Downloaded crunchy v0.2.2
4002025-02-07T09:18:45.788Z Downloaded phf_generator v0.11.2
4012025-02-07T09:18:45.788Z Downloaded olpc-cjson v0.1.4
4022025-02-07T09:18:45.791Z Downloaded path-tree v0.8.1
4032025-02-07T09:18:45.791Z Downloaded yasna v0.5.2
4042025-02-07T09:18:45.794Z Downloaded unicode-xid v0.2.6
4052025-02-07T09:18:45.796Z Downloaded darling v0.20.10
4062025-02-07T09:18:45.800Z Downloaded crc32fast v1.4.2
4072025-02-07T09:18:45.803Z Downloaded similar v2.6.0
4082025-02-07T09:18:45.808Z Downloaded endian-type v0.1.2
4092025-02-07T09:18:45.811Z Downloaded cstr-argument v0.1.2
4102025-02-07T09:18:45.811Z Downloaded displaydoc v0.2.5
4112025-02-07T09:18:45.813Z Downloaded serde_tokenstream v0.2.2
4122025-02-07T09:18:45.816Z Downloaded rustc-hash v2.0.0
4132025-02-07T09:18:45.819Z Downloaded rustc-hash v1.1.0
4142025-02-07T09:18:45.819Z Downloaded icu_locid_transform v1.5.0
4152025-02-07T09:18:45.821Z Downloaded enum-as-inner v0.6.1
4162025-02-07T09:18:45.824Z Downloaded tinyvec v1.8.0
4172025-02-07T09:18:45.826Z Downloaded publicsuffix v2.3.0
4182025-02-07T09:18:45.829Z Downloaded shlex v1.3.0
4192025-02-07T09:18:45.832Z Downloaded new_debug_unreachable v1.0.6
4202025-02-07T09:18:45.832Z Downloaded derive_builder v0.20.2
4212025-02-07T09:18:45.838Z Downloaded nested v0.1.1
4222025-02-07T09:18:45.841Z Downloaded strum_macros v0.25.3
4232025-02-07T09:18:45.843Z Downloaded structmeta-derive v0.3.0
4242025-02-07T09:18:45.843Z Downloaded string_cache v0.8.7
4252025-02-07T09:18:45.845Z Downloaded utf16_iter v1.0.5
4262025-02-07T09:18:45.848Z Downloaded zeroize_derive v1.4.2
4272025-02-07T09:18:45.848Z Downloaded aes v0.8.4
4282025-02-07T09:18:45.851Z Downloaded peg-runtime v0.8.3
4292025-02-07T09:18:45.854Z Downloaded zeroize v1.8.1
4302025-02-07T09:18:45.856Z Downloaded topological-sort v0.2.2
4312025-02-07T09:18:45.856Z Downloaded toml_datetime v0.6.8
4322025-02-07T09:18:45.859Z Downloaded structmeta v0.3.0
4332025-02-07T09:18:45.859Z Downloaded proc-macro2 v1.0.92
4342025-02-07T09:18:45.862Z Downloaded partial-io v0.5.4
4352025-02-07T09:18:45.865Z Downloaded universal-hash v0.5.1
4362025-02-07T09:18:45.867Z Downloaded strum_macros v0.24.3
4372025-02-07T09:18:45.870Z Downloaded toml_edit v0.19.15
4382025-02-07T09:18:45.886Z Downloaded termtree v0.4.1
4392025-02-07T09:18:45.888Z Downloaded flate2 v1.0.35
4402025-02-07T09:18:45.892Z Downloaded crypto-common v0.1.6
4412025-02-07T09:18:45.894Z Downloaded zerofrom-derive v0.1.4
4422025-02-07T09:18:45.897Z Downloaded take_mut v0.2.2
4432025-02-07T09:18:45.897Z Downloaded diesel-dtrace v0.4.2
4442025-02-07T09:18:45.899Z Downloaded guppy v0.17.12
4452025-02-07T09:18:45.904Z Downloaded memmap v0.7.0
4462025-02-07T09:18:45.907Z Downloaded libefi-sys v0.1.0
4472025-02-07T09:18:45.909Z Downloaded lazycell v1.3.0
4482025-02-07T09:18:45.909Z Downloaded impl-trait-for-tuples v0.2.2
4492025-02-07T09:18:45.912Z Downloaded strip-ansi-escapes v0.2.0
4502025-02-07T09:18:45.914Z Downloaded dtrace-parser v0.2.0
4512025-02-07T09:18:45.914Z Downloaded want v0.3.1
4522025-02-07T09:18:45.917Z Downloaded vte_generate_state_changes v0.1.2
4532025-02-07T09:18:45.917Z Downloaded value-bag v1.9.0
4542025-02-07T09:18:45.919Z Downloaded uzers v0.12.1
4552025-02-07T09:18:45.922Z Downloaded derive_builder_macro v0.20.2
4562025-02-07T09:18:45.924Z Downloaded phf_shared v0.11.2
4572025-02-07T09:18:45.924Z Downloaded phf_codegen v0.11.2
4582025-02-07T09:18:45.924Z Downloaded stringmetrics v2.2.2
4592025-02-07T09:18:45.927Z Downloaded scroll v0.12.0
4602025-02-07T09:18:45.930Z Downloaded hashbrown v0.14.5
4612025-02-07T09:18:45.934Z Downloaded nanorand v0.7.0
4622025-02-07T09:18:45.936Z Downloaded multimap v0.10.0
4632025-02-07T09:18:45.939Z Downloaded rand v0.8.5
4642025-02-07T09:18:45.941Z Downloaded ppv-lite86 v0.2.20
4652025-02-07T09:18:45.944Z Downloaded slog-scope v4.4.0
4662025-02-07T09:18:45.946Z Downloaded scopeguard v1.2.0
4672025-02-07T09:18:45.949Z Downloaded powerfmt v0.2.0
4682025-02-07T09:18:45.949Z Downloaded rustfmt-wrapper v0.2.1
4692025-02-07T09:18:45.953Z Downloaded rustc_version v0.4.1
4702025-02-07T09:18:45.953Z Downloaded ref-cast-impl v1.0.23
4712025-02-07T09:18:45.956Z Downloaded scheduled-thread-pool v0.2.7
4722025-02-07T09:18:45.956Z Downloaded jobserver v0.1.32
4732025-02-07T09:18:45.958Z Downloaded terminal_size v0.4.0
4742025-02-07T09:18:45.958Z Downloaded termcolor v1.4.1
4752025-02-07T09:18:45.960Z Downloaded smallvec v0.6.14
4762025-02-07T09:18:45.960Z Downloaded slog-async v2.8.0
4772025-02-07T09:18:45.963Z Downloaded termios v0.3.3
4782025-02-07T09:18:45.965Z Downloaded oso-derive v0.27.3
4792025-02-07T09:18:45.966Z Downloaded signal-hook v0.3.17
4802025-02-07T09:18:45.968Z Downloaded toml_edit v0.22.22
4812025-02-07T09:18:45.991Z Downloaded cipher v0.4.4
4822025-02-07T09:18:45.994Z Downloaded unicode-segmentation v1.12.0
4832025-02-07T09:18:45.996Z Downloaded hashbrown v0.15.1
4842025-02-07T09:18:46.002Z Downloaded ciborium-ll v0.2.2
4852025-02-07T09:18:46.004Z Downloaded aes-gcm v0.10.3
4862025-02-07T09:18:46.007Z Downloaded p521 v0.13.3
4872025-02-07T09:18:46.011Z Downloaded try-lock v0.2.5
4882025-02-07T09:18:46.013Z Downloaded native-tls v0.2.12
4892025-02-07T09:18:46.016Z Downloaded unarray v0.1.4
4902025-02-07T09:18:46.016Z Downloaded ecdsa v0.16.9
4912025-02-07T09:18:46.018Z Downloaded lru v0.12.5
4922025-02-07T09:18:46.021Z Downloaded predicates v3.1.2
4932025-02-07T09:18:46.023Z Downloaded rayon-core v1.12.1
4942025-02-07T09:18:46.026Z Downloaded packed_struct v0.10.1
4952025-02-07T09:18:46.029Z Downloaded either v1.13.0
4962025-02-07T09:18:46.031Z Downloaded progenitor-impl v0.8.0
4972025-02-07T09:18:46.034Z Downloaded unicode-truncate v1.1.0
4982025-02-07T09:18:46.034Z Downloaded smallvec v1.13.2
4992025-02-07T09:18:46.037Z Downloaded percent-encoding v2.3.1
5002025-02-07T09:18:46.040Z Downloaded unicode-normalization v0.1.24
5012025-02-07T09:18:46.042Z Downloaded slog-term v2.9.1
5022025-02-07T09:18:46.045Z Downloaded proc-macro-crate v3.2.0
5032025-02-07T09:18:46.047Z Downloaded cookie v0.18.1
5042025-02-07T09:18:46.051Z Downloaded postgres-types v0.2.8
5052025-02-07T09:18:46.053Z Downloaded ucd-trie v0.1.7
5062025-02-07T09:18:46.053Z Downloaded lazy_static v1.5.0
5072025-02-07T09:18:46.056Z Downloaded term v0.7.0
5082025-02-07T09:18:46.059Z Downloaded tokio-tungstenite v0.24.0
5092025-02-07T09:18:46.061Z Downloaded walkdir v2.5.0
5102025-02-07T09:18:46.064Z Downloaded zip v0.6.6
5112025-02-07T09:18:46.067Z Downloaded time v0.3.36
5122025-02-07T09:18:46.077Z Downloaded slog-dtrace v0.3.0
5132025-02-07T09:18:46.080Z Downloaded slog-bunyan v2.5.0
5142025-02-07T09:18:46.080Z Downloaded lock_api v0.4.12
5152025-02-07T09:18:46.082Z Downloaded expectorate v1.1.0
5162025-02-07T09:18:46.085Z Downloaded signal-hook-registry v1.4.2
5172025-02-07T09:18:46.085Z Downloaded sha1 v0.10.6
5182025-02-07T09:18:46.087Z Downloaded embedded-io v0.4.0
5192025-02-07T09:18:46.090Z Downloaded proc-macro-error-attr v1.0.4
5202025-02-07T09:18:46.090Z Downloaded writeable v0.5.5
5212025-02-07T09:18:46.092Z Downloaded hkdf v0.12.4
5222025-02-07T09:18:46.095Z Downloaded serde_urlencoded v0.7.1
5232025-02-07T09:18:46.098Z Downloaded hyper v1.5.2
5242025-02-07T09:18:46.103Z Downloaded reedline v0.35.0
5252025-02-07T09:18:46.111Z Downloaded owo-colors v4.1.0
5262025-02-07T09:18:46.115Z Downloaded defmt-parser v0.3.4
5272025-02-07T09:18:46.118Z Downloaded version_check v0.9.5
5282025-02-07T09:18:46.118Z Downloaded toml v0.8.19
5292025-02-07T09:18:46.120Z Downloaded defmt-macros v0.3.9
5302025-02-07T09:18:46.125Z Downloaded num-conv v0.1.0
5312025-02-07T09:18:46.125Z Downloaded instant v0.1.13
5322025-02-07T09:18:46.129Z Downloaded icu_provider_macros v1.5.0
5332025-02-07T09:18:46.129Z Downloaded dunce v1.0.5
5342025-02-07T09:18:46.129Z Downloaded proc-macro-error v1.0.4
5352025-02-07T09:18:46.133Z Downloaded num_cpus v1.16.0
5362025-02-07T09:18:46.136Z Downloaded md5 v0.7.0
5372025-02-07T09:18:46.138Z Downloaded quinn-udp v0.5.5
5382025-02-07T09:18:46.141Z Downloaded libloading v0.8.5
5392025-02-07T09:18:46.143Z Downloaded slog-envlogger v2.2.0
5402025-02-07T09:18:46.146Z Downloaded rustc-demangle v0.1.24
5412025-02-07T09:18:46.146Z Downloaded typify v0.3.0
5422025-02-07T09:18:46.150Z Downloaded tokio-rustls v0.25.0
5432025-02-07T09:18:46.152Z Downloaded unicode_categories v0.1.1
5442025-02-07T09:18:46.155Z Downloaded slog v2.7.0
5452025-02-07T09:18:46.157Z Downloaded smawk v0.3.2
5462025-02-07T09:18:46.160Z Downloaded crossbeam-utils v0.8.20
5472025-02-07T09:18:46.163Z Downloaded slog-json v2.6.1
5482025-02-07T09:18:46.165Z Downloaded vte v0.11.1
5492025-02-07T09:18:46.168Z Downloaded thiserror-no-std v2.0.2
5502025-02-07T09:18:46.170Z Downloaded serde_path_to_error v0.1.16
5512025-02-07T09:18:46.173Z Downloaded miniz_oxide v0.8.0
5522025-02-07T09:18:46.175Z Downloaded zone_cfg_derive v0.1.2
5532025-02-07T09:18:46.178Z Downloaded zerofrom v0.1.4
5542025-02-07T09:18:46.178Z Downloaded tui-tree-widget v0.22.0
5552025-02-07T09:18:46.181Z Downloaded serde_with_macros v3.11.0
5562025-02-07T09:18:46.181Z Downloaded goblin v0.8.2
5572025-02-07T09:18:46.188Z Downloaded criterion-plot v0.5.0
5582025-02-07T09:18:46.191Z Downloaded clap_lex v0.7.4
5592025-02-07T09:18:46.193Z Downloaded zip v2.1.3
5602025-02-07T09:18:46.196Z Downloaded pkg-config v0.3.31
5612025-02-07T09:18:46.199Z Downloaded internet-checksum v0.2.1
5622025-02-07T09:18:46.199Z Downloaded der_derive v0.7.3
5632025-02-07T09:18:46.202Z Downloaded dyn-clone v1.0.17
5642025-02-07T09:18:46.204Z Downloaded number_prefix v0.4.0
5652025-02-07T09:18:46.207Z Downloaded newtype_derive v0.1.6
5662025-02-07T09:18:46.207Z Downloaded nom v7.1.3
5672025-02-07T09:18:46.212Z Downloaded pathdiff v0.2.3
5682025-02-07T09:18:46.214Z Downloaded elliptic-curve v0.13.8
5692025-02-07T09:18:46.217Z Downloaded zerovec v0.10.4
5702025-02-07T09:18:46.224Z Downloaded pin-project-lite v0.2.14
5712025-02-07T09:18:46.229Z Downloaded static_assertions v1.1.0
5722025-02-07T09:18:46.232Z Downloaded aws-lc-rs v1.10.0
5732025-02-07T09:18:46.240Z Downloaded thiserror-impl v2.0.11
5742025-02-07T09:18:46.243Z Downloaded typify v0.2.0
5752025-02-07T09:18:46.246Z Downloaded zone v0.3.0
5762025-02-07T09:18:46.248Z Downloaded zone v0.1.8
5772025-02-07T09:18:46.248Z Downloaded clap_derive v4.5.24
5782025-02-07T09:18:46.251Z Downloaded serde_derive_internals v0.29.1
5792025-02-07T09:18:46.254Z Downloaded steno v0.4.1
5802025-02-07T09:18:46.257Z Downloaded match_cfg v0.1.0
5812025-02-07T09:18:46.259Z Downloaded unicase v2.7.0
5822025-02-07T09:18:46.259Z Downloaded thiserror-impl v1.0.69
5832025-02-07T09:18:46.262Z Downloaded icu_normalizer_data v1.5.0
5842025-02-07T09:18:46.264Z Downloaded untrusted v0.7.1
5852025-02-07T09:18:46.267Z Downloaded tokio-tungstenite v0.23.1
5862025-02-07T09:18:46.269Z Downloaded plain v0.2.3
5872025-02-07T09:18:46.269Z Downloaded vsss-rs v3.3.4
5882025-02-07T09:18:46.272Z Downloaded keccak v0.1.5
5892025-02-07T09:18:46.274Z Downloaded is-terminal v0.4.13
5902025-02-07T09:18:46.274Z Downloaded rcgen v0.12.1
5912025-02-07T09:18:46.277Z Downloaded snafu-derive v0.8.5
5922025-02-07T09:18:46.279Z Downloaded log v0.4.22
5932025-02-07T09:18:46.282Z Downloaded equivalent v1.0.1
5942025-02-07T09:18:46.284Z Downloaded packed_struct_codegen v0.10.1
5952025-02-07T09:18:46.284Z Downloaded derive_more v0.99.18
5962025-02-07T09:18:46.290Z Downloaded rfc6979 v0.4.0
5972025-02-07T09:18:46.292Z Downloaded piper v0.2.4
5982025-02-07T09:18:46.295Z Downloaded pin-utils v0.1.0
5992025-02-07T09:18:46.295Z Downloaded ipnetwork v0.20.0
6002025-02-07T09:18:46.298Z Downloaded thread_local v1.1.8
6012025-02-07T09:18:46.300Z Downloaded termtree v0.5.1
6022025-02-07T09:18:46.300Z Downloaded sqlformat v0.2.6
6032025-02-07T09:18:46.303Z Downloaded rust-argon2 v2.1.0
6042025-02-07T09:18:46.305Z Downloaded icu_normalizer v1.5.0
6052025-02-07T09:18:46.308Z Downloaded usdt-macro v0.5.0
6062025-02-07T09:18:46.310Z Downloaded bindgen v0.69.5
6072025-02-07T09:18:46.316Z Downloaded diesel_table_macro_syntax v0.2.0
6082025-02-07T09:18:46.319Z Downloaded crc v3.2.1
6092025-02-07T09:18:46.321Z Downloaded cpufeatures v0.2.14
6102025-02-07T09:18:46.321Z Downloaded thread-id v4.2.2
6112025-02-07T09:18:46.324Z Downloaded icu_properties v1.5.1
6122025-02-07T09:18:46.327Z Downloaded concurrent-queue v2.5.0
6132025-02-07T09:18:46.329Z Downloaded x509-cert v0.2.5
6142025-02-07T09:18:46.335Z Downloaded parse-size v1.1.0
6152025-02-07T09:18:46.337Z Downloaded parse-display v0.10.0
6162025-02-07T09:18:46.337Z Downloaded num_threads v0.1.7
6172025-02-07T09:18:46.340Z Downloaded parse-zoneinfo v0.3.1
6182025-02-07T09:18:46.342Z Downloaded threadpool v1.8.1
6192025-02-07T09:18:46.342Z Downloaded ssh-encoding v0.2.0
6202025-02-07T09:18:46.345Z Downloaded rtoolbox v0.0.2
6212025-02-07T09:18:46.347Z Downloaded indexmap v1.9.3
6222025-02-07T09:18:46.350Z Downloaded ctr v0.9.2
6232025-02-07T09:18:46.352Z Downloaded num-complex v0.4.6
6242025-02-07T09:18:46.355Z Downloaded async-std v1.13.0
6252025-02-07T09:18:46.374Z Downloaded zone_cfg_derive v0.3.0
6262025-02-07T09:18:46.376Z Downloaded progenitor-client v0.9.1
6272025-02-07T09:18:46.376Z Downloaded progenitor-client v0.8.0
6282025-02-07T09:18:46.376Z Downloaded rusty-fork v0.3.0
6292025-02-07T09:18:46.379Z Downloaded event-listener v2.5.3
6302025-02-07T09:18:46.379Z Downloaded errno v0.3.9
6312025-02-07T09:18:46.381Z Downloaded tempfile v3.13.0
6322025-02-07T09:18:46.384Z Downloaded tracing-core v0.1.32
6332025-02-07T09:18:46.386Z Downloaded openssl-sys v0.9.105
6342025-02-07T09:18:46.390Z Downloaded wyz v0.5.1
6352025-02-07T09:18:46.393Z Downloaded pbkdf2 v0.12.2
6362025-02-07T09:18:46.396Z Downloaded bitvec v1.0.1
6372025-02-07T09:18:46.408Z Downloaded ssh-cipher v0.2.0
6382025-02-07T09:18:46.411Z Downloaded tokio-native-tls v0.3.1
6392025-02-07T09:18:46.413Z Downloaded num-derive v0.4.2
6402025-02-07T09:18:46.413Z Downloaded console v0.15.10
6412025-02-07T09:18:46.416Z Downloaded target-spec v3.3.1
6422025-02-07T09:18:46.419Z Downloaded target-lexicon v0.12.16
6432025-02-07T09:18:46.421Z Downloaded polling v3.7.3
6442025-02-07T09:18:46.424Z Downloaded rustls-webpki v0.101.7
6452025-02-07T09:18:46.438Z Downloaded newline-converter v0.3.0
6462025-02-07T09:18:46.440Z Downloaded russh-cryptovec v0.7.3
6472025-02-07T09:18:46.440Z Downloaded colorchoice v1.0.2
6482025-02-07T09:18:46.440Z Downloaded predicates-tree v1.0.11
6492025-02-07T09:18:46.443Z Downloaded env_logger v0.11.5
6502025-02-07T09:18:46.445Z Downloaded dsl_auto_type v0.1.2
6512025-02-07T09:18:46.445Z Downloaded deranged v0.3.11
6522025-02-07T09:18:46.448Z Downloaded ed25519 v2.2.3
6532025-02-07T09:18:46.450Z Downloaded utf-8 v0.7.6
6542025-02-07T09:18:46.450Z Downloaded ryu v1.0.18
6552025-02-07T09:18:46.453Z Downloaded xattr v1.3.1
6562025-02-07T09:18:46.456Z Downloaded parking_lot v0.11.2
6572025-02-07T09:18:46.458Z Downloaded tokio-tungstenite v0.21.0
6582025-02-07T09:18:46.461Z Downloaded semver v1.0.24
6592025-02-07T09:18:46.463Z Downloaded crc-any v2.5.0
6602025-02-07T09:18:46.463Z Downloaded der v0.7.9
6612025-02-07T09:18:46.468Z Downloaded lalrpop-util v0.19.12
6622025-02-07T09:18:46.471Z Downloaded ena v0.14.3
6632025-02-07T09:18:46.471Z Downloaded indexmap v2.7.1
6642025-02-07T09:18:46.476Z Downloaded memoffset v0.9.1
6652025-02-07T09:18:46.479Z Downloaded cookie_store v0.21.1
6662025-02-07T09:18:46.479Z Downloaded chrono v0.4.39
6672025-02-07T09:18:46.486Z Downloaded mime v0.3.17
6682025-02-07T09:18:46.488Z Downloaded tls_codec_derive v0.4.1
6692025-02-07T09:18:46.490Z Downloaded des v0.8.1
6702025-02-07T09:18:46.493Z Downloaded tokio-macros v2.5.0
6712025-02-07T09:18:46.493Z Downloaded rusqlite v0.32.1
6722025-02-07T09:18:46.498Z Downloaded parking_lot_core v0.8.6
6732025-02-07T09:18:46.501Z Downloaded predicates-core v1.0.8
6742025-02-07T09:18:46.503Z Downloaded polyval v0.6.2
6752025-02-07T09:18:46.503Z Downloaded newtype-uuid v1.2.1
6762025-02-07T09:18:46.506Z Downloaded tap v1.0.1
6772025-02-07T09:18:46.506Z Downloaded tabwriter v1.4.0
6782025-02-07T09:18:46.508Z Downloaded subtle v2.6.1
6792025-02-07T09:18:46.508Z Downloaded unicode-ident v1.0.14
6802025-02-07T09:18:46.511Z Downloaded spin v0.9.8
6812025-02-07T09:18:46.513Z Downloaded zerocopy-derive v0.8.10
6822025-02-07T09:18:46.520Z Downloaded memchr v2.7.4
6832025-02-07T09:18:46.525Z Downloaded memmap2 v0.9.5
6842025-02-07T09:18:46.527Z Downloaded strum_macros v0.26.4
6852025-02-07T09:18:46.530Z Downloaded compact_str v0.8.0
6862025-02-07T09:18:46.532Z Downloaded icu_provider v1.5.0
6872025-02-07T09:18:46.536Z Downloaded mime_guess v2.0.5
6882025-02-07T09:18:46.538Z Downloaded tokio-stream v0.1.16
6892025-02-07T09:18:46.541Z Downloaded tokio-rustls v0.26.0
6902025-02-07T09:18:46.544Z Downloaded rstest_macros v0.23.0
6912025-02-07T09:18:46.547Z Downloaded crossterm v0.28.1
6922025-02-07T09:18:46.553Z Downloaded russh-keys v0.45.0
6932025-02-07T09:18:46.556Z Downloaded icu_locid_transform_data v1.5.0
6942025-02-07T09:18:46.558Z Downloaded zopfli v0.8.1
6952025-02-07T09:18:46.561Z Downloaded pest v2.7.14
6962025-02-07T09:18:46.565Z Downloaded libm v0.2.8
6972025-02-07T09:18:46.573Z Downloaded tokio-util v0.7.12
6982025-02-07T09:18:46.580Z Downloaded zerocopy v0.8.10
6992025-02-07T09:18:46.605Z Downloaded num-bigint v0.4.6
7002025-02-07T09:18:46.609Z Downloaded criterion v0.5.1
7012025-02-07T09:18:46.616Z Downloaded idna v1.0.3
7022025-02-07T09:18:46.619Z Downloaded derive-where v1.2.7
7032025-02-07T09:18:46.623Z Downloaded tokio-postgres v0.7.12
7042025-02-07T09:18:46.627Z Downloaded syn v1.0.109
7052025-02-07T09:18:46.638Z Downloaded tar v0.4.42
7062025-02-07T09:18:46.641Z Downloaded pretty_assertions v1.4.1
7072025-02-07T09:18:46.643Z Downloaded unsafe-libyaml v0.2.11
7082025-02-07T09:18:46.646Z Downloaded socket2 v0.5.7
7092025-02-07T09:18:46.649Z Downloaded papergrid v0.11.0
7102025-02-07T09:18:46.653Z Downloaded ssh-key v0.6.6
7112025-02-07T09:18:46.660Z Downloaded rustyline v14.0.0
7122025-02-07T09:18:46.665Z Downloaded serde_with v3.11.0
7132025-02-07T09:18:46.673Z Downloaded winnow v0.6.20
7142025-02-07T09:18:46.682Z Downloaded num-bigint-dig v0.8.4
7152025-02-07T09:18:46.687Z Downloaded tough v0.19.0
7162025-02-07T09:18:46.696Z Downloaded ed25519-dalek v2.1.1
7172025-02-07T09:18:46.698Z Downloaded russh v0.45.0
7182025-02-07T09:18:46.704Z Downloaded minimal-lexical v0.2.1
7192025-02-07T09:18:46.708Z Downloaded radix_trie v0.2.1
7202025-02-07T09:18:46.714Z Downloaded polar-core v0.27.3
7212025-02-07T09:18:46.723Z Downloaded dropshot v0.12.0
7222025-02-07T09:18:46.743Z Downloaded serde_json v1.0.135
7232025-02-07T09:18:46.749Z Downloaded syn v2.0.96
7242025-02-07T09:18:46.761Z Downloaded rayon v1.10.0
7252025-02-07T09:18:46.770Z Downloaded nix v0.27.1
7262025-02-07T09:18:46.781Z Downloaded openssl v0.10.70
7272025-02-07T09:18:46.790Z Downloaded quinn-proto v0.11.8
7282025-02-07T09:18:46.796Z Downloaded bstr v1.10.0
7292025-02-07T09:18:46.807Z Downloaded p384 v0.13.0
7302025-02-07T09:18:46.812Z Downloaded vcpkg v0.2.15
7312025-02-07T09:18:46.849Z Downloaded hickory-proto v0.24.2
7322025-02-07T09:18:46.864Z Downloaded sqlparser v0.45.0
7332025-02-07T09:18:46.869Z Downloaded portable-atomic v1.9.0
7342025-02-07T09:18:46.876Z Downloaded clap_builder v4.5.27
7352025-02-07T09:18:46.882Z Downloaded unicode-width v0.1.14
7362025-02-07T09:18:46.888Z Downloaded webpki-roots v0.26.6
7372025-02-07T09:18:46.891Z Downloaded regex-syntax v0.6.29
7382025-02-07T09:18:46.898Z Downloaded object v0.30.4
7392025-02-07T09:18:46.908Z Downloaded regex v1.11.1
7402025-02-07T09:18:46.921Z Downloaded openapiv3 v2.0.0
7412025-02-07T09:18:46.932Z Downloaded lalrpop v0.19.12
7422025-02-07T09:18:46.943Z Downloaded icu_properties_data v1.5.0
7432025-02-07T09:18:46.953Z Downloaded regex-syntax v0.8.5
7442025-02-07T09:18:46.962Z Downloaded rustls v0.23.19
7452025-02-07T09:18:46.973Z Downloaded object v0.36.5
7462025-02-07T09:18:46.985Z Downloaded diesel v2.2.6
7472025-02-07T09:18:47.004Z Downloaded unicode-width v0.2.0
7482025-02-07T09:18:47.009Z Downloaded curve25519-dalek v4.1.3
7492025-02-07T09:18:47.018Z Downloaded regress v0.9.1
7502025-02-07T09:18:47.026Z Downloaded rustls v0.21.12
7512025-02-07T09:18:47.037Z Downloaded regress v0.10.1
7522025-02-07T09:18:47.046Z Downloaded sled v0.34.7
7532025-02-07T09:18:47.056Z Downloaded rustix v0.38.37
7542025-02-07T09:18:47.081Z Downloaded dropshot v0.15.1
7552025-02-07T09:18:47.101Z Downloaded rustls v0.22.4
7562025-02-07T09:18:47.114Z Downloaded zerocopy-derive v0.6.6
7572025-02-07T09:18:47.124Z Downloaded ratatui v0.28.1
7582025-02-07T09:18:47.144Z Downloaded typify-impl v0.3.0
7592025-02-07T09:18:47.160Z Downloaded typify-impl v0.2.0
7602025-02-07T09:18:47.175Z Downloaded bzip2-sys v0.1.11+1.0.8
7612025-02-07T09:18:47.187Z Downloaded petname v2.0.2
7622025-02-07T09:18:47.193Z Downloaded nix v0.29.0
7632025-02-07T09:18:47.205Z Downloaded nix v0.28.0
7642025-02-07T09:18:47.223Z Downloaded petgraph v0.6.5
7652025-02-07T09:18:47.240Z Downloaded chrono-tz v0.10.1
7662025-02-07T09:18:47.247Z Downloaded regex-automata v0.4.8
7672025-02-07T09:18:47.264Z Downloaded smoltcp v0.11.0
7682025-02-07T09:18:47.277Z Downloaded quick-xml v0.33.0
7692025-02-07T09:18:47.284Z Downloaded winnow v0.5.40
7702025-02-07T09:18:47.292Z Downloaded smoltcp v0.9.1
7712025-02-07T09:18:47.302Z Downloaded rustls-webpki v0.102.8
7722025-02-07T09:18:47.320Z Downloaded libc v0.2.169
7732025-02-07T09:18:47.344Z Downloaded reqwest v0.12.9
7742025-02-07T09:18:47.352Z Downloaded unicode-bidi v0.3.17
7752025-02-07T09:18:47.354Z Downloaded tabled v0.15.0
7762025-02-07T09:18:47.370Z Downloaded itertools v0.12.1
7772025-02-07T09:18:47.376Z Downloaded lzma-sys v0.1.20
7782025-02-07T09:18:47.405Z Downloaded libz-sys v1.1.20
7792025-02-07T09:18:47.426Z Downloaded csv v1.3.1
7802025-02-07T09:18:47.445Z Downloaded tokio v1.43.0
7812025-02-07T09:18:47.481Z Downloaded sha3 v0.10.8
7822025-02-07T09:18:47.486Z Downloaded rustc_version v0.1.7
7832025-02-07T09:18:47.488Z Downloaded proc-macro-crate v1.3.1
7842025-02-07T09:18:47.488Z Downloaded parking_lot v0.12.3
7852025-02-07T09:18:47.491Z Downloaded lru-cache v0.1.2
7862025-02-07T09:18:47.491Z Downloaded usdt-attr-macro v0.5.0
7872025-02-07T09:18:47.491Z Downloaded untrusted v0.9.0
7882025-02-07T09:18:47.494Z Downloaded csv-core v0.1.11
7892025-02-07T09:18:47.494Z Downloaded quinn v0.11.5
7902025-02-07T09:18:47.499Z Downloaded proptest v1.5.0
7912025-02-07T09:18:47.508Z Downloaded serde v1.0.217
7922025-02-07T09:18:47.511Z Downloaded itertools v0.13.0
7932025-02-07T09:18:47.516Z Downloaded dropshot_endpoint v0.15.1
7942025-02-07T09:18:47.519Z Downloaded digest v0.10.7
7952025-02-07T09:18:47.522Z Downloaded usdt-impl v0.5.0
7962025-02-07T09:18:47.525Z Downloaded spki v0.7.3
7972025-02-07T09:18:47.525Z Downloaded dropshot_endpoint v0.12.0
7982025-02-07T09:18:47.528Z Downloaded tungstenite v0.21.0
7992025-02-07T09:18:47.531Z Downloaded serde_derive v1.0.217
8002025-02-07T09:18:47.534Z Downloaded crossbeam-channel v0.5.13
8012025-02-07T09:18:47.537Z Downloaded diff v0.1.13
8022025-02-07T09:18:47.540Z Downloaded pin-project v1.1.6
8032025-02-07T09:18:47.551Z Downloaded progenitor-macro v0.9.1
8042025-02-07T09:18:47.554Z Downloaded progenitor-macro v0.8.0
8052025-02-07T09:18:47.554Z Downloaded num_enum_derive v0.5.11
8062025-02-07T09:18:47.554Z Downloaded num_enum v0.5.11
8072025-02-07T09:18:47.558Z Downloaded num-integer v0.1.46
8082025-02-07T09:18:47.561Z Downloaded zerocopy-derive v0.7.35
8092025-02-07T09:18:47.564Z Downloaded thiserror-impl-no-std v2.0.2
8102025-02-07T09:18:47.568Z Downloaded typenum v1.17.0
8112025-02-07T09:18:47.571Z Downloaded serde_yaml v0.9.34+deprecated
8122025-02-07T09:18:47.573Z Downloaded serde-big-array v0.5.1
8132025-02-07T09:18:47.574Z Downloaded target-triple v0.1.3
8142025-02-07T09:18:47.577Z Downloaded resolv-conf v0.7.0
8152025-02-07T09:18:47.577Z Downloaded peg v0.8.4
8162025-02-07T09:18:47.579Z Downloaded itertools v0.10.5
8172025-02-07T09:18:47.585Z Downloaded git2 v0.19.0
8182025-02-07T09:18:47.594Z Downloaded plotters v0.3.7
8192025-02-07T09:18:47.602Z Downloaded peg-macros v0.8.4
8202025-02-07T09:18:47.605Z Downloaded trybuild v1.0.101
8212025-02-07T09:18:47.609Z Downloaded zerocopy v0.7.35
8222025-02-07T09:18:47.623Z Downloaded salty v0.3.0
8232025-02-07T09:18:47.629Z Downloaded httpmock v0.8.0-alpha.1
8242025-02-07T09:18:47.646Z Downloaded aho-corasick v1.1.3
8252025-02-07T09:18:47.652Z Downloaded litrs v0.4.1
8262025-02-07T09:18:47.656Z Downloaded litemap v0.7.3
8272025-02-07T09:18:47.659Z Downloaded rustversion v1.0.17
8282025-02-07T09:18:47.659Z Downloaded mio v1.0.2
8292025-02-07T09:18:47.664Z Downloaded blake3 v1.5.4
8302025-02-07T09:18:47.673Z Downloaded diesel_derives v2.2.3
8312025-02-07T09:18:47.676Z Downloaded md-5 v0.10.6
8322025-02-07T09:18:47.679Z Downloaded encoding_rs v0.8.34
8332025-02-07T09:18:47.699Z Downloaded maybe-uninit v2.0.0
8342025-02-07T09:18:47.701Z Downloaded clap v4.5.27
8352025-02-07T09:18:47.709Z Downloaded clang-sys v1.8.1
8362025-02-07T09:18:47.711Z Downloaded libxml v0.3.3
8372025-02-07T09:18:47.715Z Downloaded pest_derive v2.7.14
8382025-02-07T09:18:47.719Z Downloaded defmt v0.3.8
8392025-02-07T09:18:47.721Z Downloaded const-oid v0.9.6
8402025-02-07T09:18:47.724Z Downloaded p256 v0.13.2
8412025-02-07T09:18:47.728Z Downloaded crypto-bigint v0.5.5
8422025-02-07T09:18:47.735Z Downloaded h2 v0.4.6
8432025-02-07T09:18:47.740Z Downloaded lockfree-object-pool v0.1.6
8442025-02-07T09:18:47.743Z Downloaded ipnet v2.10.1
8452025-02-07T09:18:47.745Z Downloaded indent_write v2.2.0
8462025-02-07T09:18:47.745Z Downloaded schemars_derive v0.8.21
8472025-02-07T09:18:47.748Z Downloaded progenitor-impl v0.9.1
8482025-02-07T09:18:47.750Z Downloaded prettyplease v0.2.25
8492025-02-07T09:18:47.753Z Downloaded const_format v0.2.34
8502025-02-07T09:18:47.756Z Downloaded url v2.5.3
8512025-02-07T09:18:47.760Z Downloaded same-file v1.0.6
8522025-02-07T09:18:47.762Z Downloaded typify-macro v0.3.0
8532025-02-07T09:18:47.762Z Downloaded tracing v0.1.40
8542025-02-07T09:18:47.767Z Downloaded tokio-rustls v0.24.1
8552025-02-07T09:18:47.769Z Downloaded typed-path v0.9.3
8562025-02-07T09:18:47.775Z Downloaded signal-hook-mio v0.2.4
8572025-02-07T09:18:47.778Z Downloaded rustls-pemfile v2.2.0
8582025-02-07T09:18:47.781Z Downloaded libgit2-sys v0.17.0+1.8.1
8592025-02-07T09:18:47.835Z Downloaded poly1305 v0.8.0
8602025-02-07T09:18:47.838Z Downloaded env_logger v0.10.2
8612025-02-07T09:18:47.840Z Downloaded derive_builder_core v0.20.2
8622025-02-07T09:18:47.843Z Downloaded textwrap v0.16.1
8632025-02-07T09:18:47.845Z Downloaded schemars v0.8.21
8642025-02-07T09:18:47.855Z Downloaded http v1.2.0
8652025-02-07T09:18:47.858Z Downloaded nu-ansi-term v0.50.1
8662025-02-07T09:18:47.861Z Downloaded multer v3.1.0
8672025-02-07T09:18:47.863Z Downloaded uuid v1.12.0
8682025-02-07T09:18:47.866Z Downloaded toml v0.7.8
8692025-02-07T09:18:47.869Z Downloaded test-strategy v0.3.1
8702025-02-07T09:18:47.872Z Downloaded rand_distr v0.4.3
8712025-02-07T09:18:47.875Z Downloaded indicatif v0.17.11
8722025-02-07T09:18:47.878Z Downloaded dirs-next v2.0.0
8732025-02-07T09:18:47.882Z Downloaded sha2 v0.10.8
8742025-02-07T09:18:47.884Z Downloaded yansi v1.0.1
8752025-02-07T09:18:47.884Z Downloaded crucible-workspace-hack v0.1.0
8762025-02-07T09:18:47.887Z Downloaded rustls-pki-types v1.10.0
8772025-02-07T09:18:47.890Z Downloaded yoke v0.7.4
8782025-02-07T09:18:47.890Z Downloaded hickory-server v0.24.2
8792025-02-07T09:18:47.895Z Downloaded macaddr v1.0.1
8802025-02-07T09:18:47.897Z Downloaded instability v0.3.2
8812025-02-07T09:18:47.900Z Downloaded tracing-attributes v0.1.27
8822025-02-07T09:18:47.900Z Downloaded rsa v0.9.6
8832025-02-07T09:18:47.904Z Downloaded colored v2.1.0
8842025-02-07T09:18:47.908Z Downloaded rand_chacha v0.3.1
8852025-02-07T09:18:47.910Z Downloaded tungstenite v0.24.0
8862025-02-07T09:18:47.913Z Downloaded tungstenite v0.23.0
8872025-02-07T09:18:47.916Z Downloaded hashbrown v0.13.2
8882025-02-07T09:18:47.920Z Downloaded heapless v0.8.0
8892025-02-07T09:18:47.924Z Downloaded headers v0.4.0
8902025-02-07T09:18:47.928Z Downloaded hashbrown v0.12.3
8912025-02-07T09:18:47.932Z Downloaded ciborium v0.2.2
8922025-02-07T09:18:47.935Z Downloaded vergen v8.3.2
8932025-02-07T09:18:47.938Z Downloaded rstest v0.23.0
8942025-02-07T09:18:47.943Z Downloaded samael v0.0.17
8952025-02-07T09:18:47.947Z Downloaded signature v2.2.0
8962025-02-07T09:18:47.950Z Downloaded unicode-properties v0.1.3
8972025-02-07T09:18:47.952Z Downloaded simd-adler32 v0.3.7
8982025-02-07T09:18:47.952Z Downloaded sec1 v0.7.3
8992025-02-07T09:18:47.955Z Downloaded scrypt v0.11.0
9002025-02-07T09:18:47.955Z Downloaded rand_seeder v0.3.0
9012025-02-07T09:18:47.958Z Downloaded r2d2 v0.8.10
9022025-02-07T09:18:47.958Z Downloaded rand_core v0.6.4
9032025-02-07T09:18:47.961Z Downloaded primeorder v0.13.6
9042025-02-07T09:18:47.961Z Downloaded subprocess v0.2.9
9052025-02-07T09:18:47.963Z Downloaded bytes v1.9.0
9062025-02-07T09:18:47.966Z Downloaded oso v0.27.3
9072025-02-07T09:18:47.969Z Downloaded icu_locid v1.5.0
9082025-02-07T09:18:47.974Z Downloaded hyper-rustls v0.26.0
9092025-02-07T09:18:47.976Z Downloaded embedded-io v0.6.1
9102025-02-07T09:18:47.979Z Downloaded document-features v0.2.10
9112025-02-07T09:18:47.979Z Downloaded difflib v0.4.0
9122025-02-07T09:18:47.981Z Downloaded time-macros v0.2.18
9132025-02-07T09:18:47.981Z Downloaded ron v0.7.1
9142025-02-07T09:18:47.986Z Downloaded data-encoding v2.6.0
9152025-02-07T09:18:47.988Z Downloaded half v2.4.1
9162025-02-07T09:18:47.991Z Downloaded pin-project-internal v1.1.6
9172025-02-07T09:18:47.993Z Downloaded password-hash v0.5.0
9182025-02-07T09:18:47.993Z Downloaded anyhow v1.0.95
9192025-02-07T09:18:47.997Z Downloaded highway v1.2.0
9202025-02-07T09:18:47.999Z Downloaded rustls-pemfile v1.0.4
9212025-02-07T09:18:48.003Z Downloaded httparse v1.9.5
9222025-02-07T09:18:48.006Z Downloaded progenitor v0.8.0
9232025-02-07T09:18:48.006Z Downloaded pem-rfc7468 v0.7.0
9242025-02-07T09:18:48.008Z Downloaded serde_regex v1.1.0
9252025-02-07T09:18:48.008Z Downloaded serde_plain v1.0.2
9262025-02-07T09:18:48.008Z Downloaded serde-hex v0.1.0
9272025-02-07T09:18:48.011Z Downloaded salsa20 v0.10.2
9282025-02-07T09:18:48.014Z Downloaded phf v0.11.2
9292025-02-07T09:18:48.014Z Downloaded hyper-tls v0.6.0
9302025-02-07T09:18:48.014Z Downloaded gethostname v0.5.0
9312025-02-07T09:18:48.017Z Downloaded flagset v0.4.6
9322025-02-07T09:18:48.017Z Downloaded ahash v0.8.11
9332025-02-07T09:18:48.025Z Downloaded blake2 v0.10.6
9342025-02-07T09:18:48.027Z Downloaded hostname v0.4.0
9352025-02-07T09:18:48.030Z Downloaded hex-literal v0.4.1
9362025-02-07T09:18:48.030Z Downloaded float-cmp v0.9.0
9372025-02-07T09:18:48.033Z Downloaded fixedbitset v0.4.2
9382025-02-07T09:18:48.033Z Downloaded buf-list v1.0.3
9392025-02-07T09:18:48.037Z Downloaded hex v0.4.3
9402025-02-07T09:18:48.037Z Downloaded heck v0.4.1
9412025-02-07T09:18:48.039Z Downloaded heck v0.3.3
9422025-02-07T09:18:48.040Z Downloaded hash32 v0.3.1
9432025-02-07T09:18:48.040Z Downloaded parking v2.2.1
9442025-02-07T09:18:48.040Z Downloaded backoff v0.4.0
9452025-02-07T09:18:48.043Z Downloaded async-process v2.3.0
9462025-02-07T09:18:48.046Z Downloaded headers-core v0.3.0
9472025-02-07T09:18:48.046Z Downloaded camino v1.1.9
9482025-02-07T09:18:48.049Z Downloaded async-executor v1.13.1
9492025-02-07T09:18:48.049Z Downloaded argon2 v0.5.3
9502025-02-07T09:18:48.049Z Downloaded futures-util v0.3.31
9512025-02-07T09:18:48.062Z Downloaded futures-sink v0.3.31
9522025-02-07T09:18:48.064Z Downloaded bit-vec v0.6.3
9532025-02-07T09:18:48.064Z Downloaded anstream v0.6.15
9542025-02-07T09:18:48.067Z Downloaded anes v0.1.6
9552025-02-07T09:18:48.070Z Downloaded chacha20 v0.9.1
9562025-02-07T09:18:48.070Z Downloaded autocfg v1.4.0
9572025-02-07T09:18:48.074Z Downloaded async-trait v0.1.86
9582025-02-07T09:18:48.076Z Downloaded async-channel v1.9.0
9592025-02-07T09:18:48.076Z Downloaded anstyle v1.0.10
9602025-02-07T09:18:48.079Z Downloaded fxhash v0.2.1
9612025-02-07T09:18:48.079Z Downloaded blowfish v0.9.1
9622025-02-07T09:18:48.079Z Downloaded block-padding v0.3.3
9632025-02-07T09:18:48.082Z Downloaded bcrypt-pbkdf v0.10.0
9642025-02-07T09:18:48.082Z Downloaded fastrand v2.1.1
9652025-02-07T09:18:48.082Z Downloaded ascii-canvas v3.0.0
9662025-02-07T09:18:48.084Z Downloaded async-attributes v1.1.2
9672025-02-07T09:18:48.085Z Downloaded array-init v0.0.4
9682025-02-07T09:18:48.085Z Downloaded block-buffer v0.10.4
9692025-02-07T09:18:48.087Z Downloaded bit-set v0.5.3
9702025-02-07T09:18:48.087Z Downloaded anstyle-parse v0.2.5
9712025-02-07T09:18:48.090Z Downloaded escape8259 v0.5.3
9722025-02-07T09:18:48.090Z Downloaded blocking v1.6.1
9732025-02-07T09:18:48.090Z Downloaded arrayref v0.3.9
9742025-02-07T09:18:48.093Z Downloaded anstyle-query v1.1.1
9752025-02-07T09:18:48.093Z Downloaded fallible-iterator v0.2.0
9762025-02-07T09:18:48.096Z Downloaded atomic-waker v1.1.2
9772025-02-07T09:18:48.096Z Downloaded foreign-types-shared v0.1.1
9782025-02-07T09:18:48.096Z Downloaded async-signal v0.2.10
9792025-02-07T09:18:48.151Z Downloaded ring v0.17.8
9802025-02-07T09:18:48.344Z Downloaded libsqlite3-sys v0.30.1
9812025-02-07T09:18:48.625Z Downloaded aws-lc-sys v0.22.0
9822025-02-07T09:18:49.109Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9832025-02-07T09:18:50.734Zpkg list: illegal option -- F
9842025-02-07T09:18:50.734ZUsage:
9852025-02-07T09:18:50.736Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9862025-02-07T09:18:50.736Z [pkg_fmri_pattern ...]
9872025-02-07T09:18:51.629Zpkg list: illegal option -- F
9882025-02-07T09:18:51.629ZUsage:
9892025-02-07T09:18:51.632Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9902025-02-07T09:18:51.632Z [pkg_fmri_pattern ...]
9912025-02-07T09:18:58.054Z Startup: Refreshing catalog 'helios-dev' ... Done
9922025-02-07T09:19:02.256Z Startup: Caching catalogs ... Done
9932025-02-07T09:19:14.207ZPlanning: Solver setup ... Done (11.006s)
9942025-02-07T09:19:14.357ZPlanning: Running solver ... Done (0.150s)
9952025-02-07T09:19:14.476ZPlanning: Finding local manifests ... Done (0.007s)
9962025-02-07T09:19:14.509ZPlanning: Fetching manifests: 0/7 0% complete
9972025-02-07T09:19:15.332ZPlanning: Fetching manifests: 7/7 100% complete
9982025-02-07T09:19:15.451ZPlanning: Package planning ... Done (0.120s)
9992025-02-07T09:19:15.507ZPlanning: Merging actions ... Done (0.056s)
10002025-02-07T09:19:15.706ZPlanning: Checking for conflicting actions ... Done (0.199s)
10012025-02-07T09:19:17.870ZPlanning: Consolidating action changes ... Done (2.163s)
10022025-02-07T09:19:18.320ZPlanning: Evaluating mediators ... Done (0.449s)
10032025-02-07T09:19:18.405ZPlanning: Planning completed in 16.05 seconds
10042025-02-07T09:19:18.651Z Packages to install: 4
10052025-02-07T09:19:18.651Z Packages to update: 3
10062025-02-07T09:19:18.651Z Mediators to change: 2
10072025-02-07T09:19:18.655Z Services to change: 1
10082025-02-07T09:19:18.655Z Estimated space available: 155.36 GB
10092025-02-07T09:19:18.655ZEstimated space to be consumed: 1.65 GB
10102025-02-07T09:19:18.655Z Create boot environment: No
10112025-02-07T09:19:18.655ZCreate backup boot environment: Yes
10122025-02-07T09:19:18.655Z Rebuild boot archive: No
10132025-02-07T09:19:18.655Z
10142025-02-07T09:19:18.655ZChanged mediators:
10152025-02-07T09:19:18.655Z mediator clang:
10162025-02-07T09:19:18.655Z version: None -> 15 (system default)
10172025-02-07T09:19:18.655Z
10182025-02-07T09:19:18.655Z mediator llvm:
10192025-02-07T09:19:18.656Z version: 14 (system default) -> 15 (system default)
10202025-02-07T09:19:18.656Z
10212025-02-07T09:19:18.656ZChanged packages:
10222025-02-07T09:19:18.656Zhelios-dev
10232025-02-07T09:19:18.656Z developer/build-essential
10242025-02-07T09:19:18.656Z None -> 11-2.0
10252025-02-07T09:19:18.656Z library/libxmlsec1
10262025-02-07T09:19:18.656Z None -> 1.2.35-2.0
10272025-02-07T09:19:18.656Z ooce/developer/clang-15
10282025-02-07T09:19:18.656Z None -> 15.0.7-2.0
10292025-02-07T09:19:18.656Z ooce/developer/llvm-15
10302025-02-07T09:19:18.656Z None -> 15.0.7-2.0
10312025-02-07T09:19:18.656Z package/pkg
10322025-02-07T09:19:18.656Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10332025-02-07T09:19:18.656Z system/library/g++-runtime
10342025-02-07T09:19:18.656Z 13-2.0 -> 14-2.0
10352025-02-07T09:19:18.656Z system/library/gcc-runtime
10362025-02-07T09:19:18.656Z 13-2.0 -> 14-2.0
10372025-02-07T09:19:18.656Z
10382025-02-07T09:19:18.656ZServices:
10392025-02-07T09:19:18.656Z restart_fmri:
10402025-02-07T09:19:18.656Z svc:/system/update-man-index:default
10412025-02-07T09:19:18.656Z
10422025-02-07T09:19:18.656ZEditable files to change:
10432025-02-07T09:19:18.656Z Update:
10442025-02-07T09:19:18.656Z usr/share/lib/pkg/web/config.shtml
10452025-02-07T09:19:18.739Z
10462025-02-07T09:19:18.739ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10472025-02-07T09:19:23.743ZDownload: 554/4301 items 17.2/225.4MB 7% complete (3.6M/s)
10482025-02-07T09:19:28.812ZDownload: 1195/4301 items 83.5/225.4MB 37% complete (8.4M/s)
10492025-02-07T09:19:33.815ZDownload: 1905/4301 items 118.4/225.4MB 52% complete (10.1M/s)
10502025-02-07T09:19:39.241ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (9.8M/s)
10512025-02-07T09:19:44.253ZDownload: 3243/4301 items 203.0/225.4MB 90% complete (8.4M/s)
10522025-02-07T09:19:49.660ZDownload: 4207/4301 items 220.6/225.4MB 97% complete (11.0M/s)
10532025-02-07T09:19:50.658ZDownload: Completed 225.42 MB in 31.91 seconds (7.1M/s)
10542025-02-07T09:19:52.734Z Actions: 1/5122 actions (Removing old actions)
10552025-02-07T09:19:52.755Z Actions: 194/5122 actions (Installing new actions)
10562025-02-07T09:19:57.482Z Actions: 4267/5122 actions (Updating modified actions)
10572025-02-07T09:19:57.842Z Actions: Completed 5122 actions in 5.11 seconds.
10582025-02-07T09:19:58.270Z Done (0.420s)
10592025-02-07T09:19:58.273Z Done (0.002s)
10602025-02-07T09:19:58.867Z Done (0.594s)
10612025-02-07T09:20:03.228Z Done (4.129s)
10622025-02-07T09:20:03.315Z Done (0.019s)
10632025-02-07T09:20:03.317Z Done (0.000s)
10642025-02-07T09:20:03.497Z Done (0.000s)
10652025-02-07T09:20:04.207ZPlanning: Evaluating mediator changes ... Done
10662025-02-07T09:20:04.369ZPlanning: Checking for conflicting actions ... Done
10672025-02-07T09:20:04.372ZPlanning: Consolidating action changes ... Done
10682025-02-07T09:20:04.642ZPlanning: Evaluating mediators ... Done
10692025-02-07T09:20:04.645ZPlanning: Planning completed in 0.44 seconds
10702025-02-07T09:20:04.682Z Mediators to change: 2
10712025-02-07T09:20:04.682Z Create boot environment: No
10722025-02-07T09:20:04.685ZCreate backup boot environment: No
10732025-02-07T09:20:04.765Z Done
10742025-02-07T09:20:04.765Z Done
10752025-02-07T09:20:05.137Z Done
10762025-02-07T09:20:08.728Z Done
10772025-02-07T09:20:08.818Z Done
10782025-02-07T09:20:08.821Z Done
10792025-02-07T09:20:08.956Z Done
10802025-02-07T09:20:09.574ZPlanning: Evaluating mediator changes ... Done
10812025-02-07T09:20:09.577ZPlanning: Merging actions ... Done
10822025-02-07T09:20:09.766ZPlanning: Checking for conflicting actions ... Done
10832025-02-07T09:20:09.768ZPlanning: Consolidating action changes ... Done
10842025-02-07T09:20:10.036ZPlanning: Evaluating mediators ... Done
10852025-02-07T09:20:10.093ZPlanning: Planning completed in 0.76 seconds
10862025-02-07T09:20:10.133Z Packages to change: 1
10872025-02-07T09:20:10.136Z Mediators to change: 1
10882025-02-07T09:20:10.136Z Services to change: 1
10892025-02-07T09:20:10.136Z Create boot environment: No
10902025-02-07T09:20:10.136ZCreate backup boot environment: Yes
10912025-02-07T09:20:12.392Z Actions: 1/6 actions (Updating modified actions)
10922025-02-07T09:20:12.395Z Actions: Completed 6 actions in 0.00 seconds.
10932025-02-07T09:20:12.395Z Done
10942025-02-07T09:20:12.395Z Done
10952025-02-07T09:20:12.516Z Done
10962025-02-07T09:20:16.115Z Done
10972025-02-07T09:20:16.208Z Done
10982025-02-07T09:20:16.210Z Done
10992025-02-07T09:20:16.346Z Done
11002025-02-07T09:20:16.782ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11012025-02-07T09:20:16.782Zclang system 15 system
11022025-02-07T09:20:16.782Zcsh system system illumos
11032025-02-07T09:20:16.782Zctags system system illumos
11042025-02-07T09:20:16.782Zgcc vendor 12 vendor
11052025-02-07T09:20:16.782Zgcc system 10 system
11062025-02-07T09:20:16.782Zgcc system 7 system
11072025-02-07T09:20:16.782Zgo system 1.20 system
11082025-02-07T09:20:16.782Zgo system 1.19 system
11092025-02-07T09:20:16.782Zllvm system 15 system
11102025-02-07T09:20:16.782Zllvm system 14 system
11112025-02-07T09:20:16.782Zmariadb system 10.6 system
11122025-02-07T09:20:16.782Zmta vendor vendor dma
11132025-02-07T09:20:16.782Zopenjdk system 17 system
11142025-02-07T09:20:16.782Zopenjdk system 11 system
11152025-02-07T09:20:16.782Zopenjdk system 1.8 system
11162025-02-07T09:20:16.782Zopenssl vendor 3 vendor
11172025-02-07T09:20:16.783Zperl system 5.36 system
11182025-02-07T09:20:16.783Zpostgresql system 15 system
11192025-02-07T09:20:16.783Zpostgresql system 13 system
11202025-02-07T09:20:16.783Zpython vendor 3 vendor
11212025-02-07T09:20:16.783Zpython system 2 system
11222025-02-07T09:20:16.783Zpython3 system 3.11 system
11232025-02-07T09:20:16.783Zruby system 3.0 system
11242025-02-07T09:20:16.783Zwords vendor vendor american-english
11252025-02-07T09:20:16.783Zwords system system australian-english
11262025-02-07T09:20:16.783Zwords system system british-english
11272025-02-07T09:20:16.783Zwords system system canadian-english
11282025-02-07T09:20:16.783Zwords system system french
11292025-02-07T09:20:16.783Zwords system system italian
11302025-02-07T09:20:16.783Zwords system system ngerman
11312025-02-07T09:20:16.783Zwords system system ogerman
11322025-02-07T09:20:16.783Zwords system system spanish
11332025-02-07T09:20:17.115ZPUBLISHER TYPE STATUS P LOCATION
11342025-02-07T09:20:17.115Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11352025-02-07T09:20:20.009ZFMRI IFO
11362025-02-07T09:20:20.009Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11372025-02-07T09:20:20.009Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11382025-02-07T09:20:20.009Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11392025-02-07T09:20:20.009Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11402025-02-07T09:20:20.009Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11412025-02-07T09:20:20.009Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11422025-02-07T09:20:20.009Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11432025-02-07T09:20:20.009Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11442025-02-07T09:20:20.009Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11452025-02-07T09:20:20.009Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11462025-02-07T09:20:20.009Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11472025-02-07T09:20:20.010Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11482025-02-07T09:20:20.010Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11492025-02-07T09:20:20.010Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11502025-02-07T09:20:20.010Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11512025-02-07T09:20:21.057Z Downloading crates ...
11522025-02-07T09:20:21.144Z Downloaded cargo_toml v0.20.5
11532025-02-07T09:20:21.285Z Compiling proc-macro2 v1.0.92
11542025-02-07T09:20:21.288Z Compiling unicode-ident v1.0.14
11552025-02-07T09:20:21.288Z Compiling serde v1.0.217
11562025-02-07T09:20:21.288Z Compiling version_check v0.9.5
11572025-02-07T09:20:21.288Z Compiling thiserror v1.0.69
11582025-02-07T09:20:21.288Z Compiling memchr v2.7.4
11592025-02-07T09:20:21.307Z Compiling libc v0.2.169
11602025-02-07T09:20:21.311Z Compiling itoa v1.0.11
11612025-02-07T09:20:21.557Z Compiling ucd-trie v0.1.7
11622025-02-07T09:20:21.586Z Compiling ryu v1.0.18
11632025-02-07T09:20:21.922Z Compiling once_cell v1.20.2
11642025-02-07T09:20:22.031Z Compiling byteorder v1.5.0
11652025-02-07T09:20:22.057Z Compiling rustix v0.38.37
11662025-02-07T09:20:22.288Z Compiling serde_json v1.0.135
11672025-02-07T09:20:22.432Z Compiling bitflags v2.6.0
11682025-02-07T09:20:22.597Z Compiling usdt-impl v0.5.0
11692025-02-07T09:20:22.819Z Compiling proc-macro-error-attr v1.0.4
11702025-02-07T09:20:22.833Z Compiling syn v1.0.109
11712025-02-07T09:20:22.856Z Compiling proc-macro-error v1.0.4
11722025-02-07T09:20:22.871Z Compiling utf8parse v0.2.2
11732025-02-07T09:20:23.020Z Compiling equivalent v1.0.1
11742025-02-07T09:20:23.055Z Compiling quote v1.0.38
11752025-02-07T09:20:23.095Z Compiling errno v0.3.9
11762025-02-07T09:20:23.140Z Compiling log v0.4.22
11772025-02-07T09:20:23.185Z Compiling camino v1.1.9
11782025-02-07T09:20:23.324Z Compiling hashbrown v0.15.1
11792025-02-07T09:20:23.439Z Compiling syn v2.0.96
11802025-02-07T09:20:23.491Z Compiling plain v0.2.3
11812025-02-07T09:20:23.596Z Compiling thread-id v4.2.2
11822025-02-07T09:20:23.705Z Compiling anstyle-parse v0.2.5
11832025-02-07T09:20:23.819Z Compiling autocfg v1.4.0
11842025-02-07T09:20:24.013Z Compiling colorchoice v1.0.2
11852025-02-07T09:20:24.118Z Compiling semver v1.0.24
11862025-02-07T09:20:24.185Z Compiling anstyle-query v1.1.1
11872025-02-07T09:20:24.337Z Compiling indexmap v2.7.1
11882025-02-07T09:20:24.429Z Compiling pretty-hex v0.4.1
11892025-02-07T09:20:24.535Z Compiling winnow v0.6.20
11902025-02-07T09:20:24.598Z Compiling is_terminal_polyfill v1.70.1
11912025-02-07T09:20:24.643Z Compiling anstyle v1.0.10
11922025-02-07T09:20:24.739Z Compiling unicode-width v0.1.14
11932025-02-07T09:20:24.759Z Compiling fs-err v2.11.0
11942025-02-07T09:20:25.038Z Compiling anstream v0.6.15
11952025-02-07T09:20:25.151Z Compiling terminal_size v0.4.0
11962025-02-07T09:20:25.416Z Compiling fnv v1.0.7
11972025-02-07T09:20:25.462Z Compiling bytecount v0.6.8
11982025-02-07T09:20:25.548Z Compiling cfg-if v1.0.0
11992025-02-07T09:20:25.561Z Compiling anyhow v1.0.95
12002025-02-07T09:20:25.670Z Compiling strsim v0.11.1
12012025-02-07T09:20:25.672Z Compiling clap_lex v0.7.4
12022025-02-07T09:20:25.803Z Compiling fastrand v2.1.1
12032025-02-07T09:20:26.016Z Compiling heck v0.5.0
12042025-02-07T09:20:26.104Z Compiling heck v0.4.1
12052025-02-07T09:20:26.462Z Compiling tempfile v3.13.0
12062025-02-07T09:20:26.498Z Compiling clap_builder v4.5.27
12072025-02-07T09:20:26.554Z Compiling papergrid v0.11.0
12082025-02-07T09:20:26.716Z Compiling memmap v0.7.0
12092025-02-07T09:20:26.966Z Compiling unicode-linebreak v0.1.5
12102025-02-07T09:20:27.053Z Compiling smawk v0.3.2
12112025-02-07T09:20:27.451Z Compiling textwrap v0.16.1
12122025-02-07T09:20:27.813Z Compiling swrite v0.1.0
12132025-02-07T09:20:28.454Z Compiling tabled_derive v0.7.0
12142025-02-07T09:20:29.779Z Compiling tabled v0.15.0
12152025-02-07T09:20:30.237Z Compiling serde_derive v1.0.217
12162025-02-07T09:20:30.237Z Compiling thiserror-impl v1.0.69
12172025-02-07T09:20:30.249Z Compiling zerocopy-derive v0.7.35
12182025-02-07T09:20:30.393Z Compiling scroll_derive v0.12.0
12192025-02-07T09:20:30.422Z Compiling clap_derive v4.5.24
12202025-02-07T09:20:31.776Z Compiling scroll v0.12.0
12212025-02-07T09:20:32.215Z Compiling goblin v0.8.2
12222025-02-07T09:20:32.260Z Compiling zerocopy v0.7.35
12232025-02-07T09:20:32.959Z Compiling pest v2.7.14
12242025-02-07T09:20:33.697Z Compiling clap v4.5.27
12252025-02-07T09:20:35.130Z Compiling pest_meta v2.7.14
12262025-02-07T09:20:36.037Z Compiling pest_generator v2.7.14
12272025-02-07T09:20:37.407Z Compiling pest_derive v2.7.14
12282025-02-07T09:20:38.030Z Compiling dtrace-parser v0.2.0
12292025-02-07T09:20:38.844Z Compiling toml_datetime v0.6.8
12302025-02-07T09:20:38.847Z Compiling serde_spanned v0.6.8
12312025-02-07T09:20:38.847Z Compiling cargo-platform v0.1.8
12322025-02-07T09:20:39.170Z Compiling serde_tokenstream v0.2.2
12332025-02-07T09:20:39.184Z Compiling toml_edit v0.22.22
12342025-02-07T09:20:39.307Z Compiling macaddr v1.0.1
12352025-02-07T09:20:39.412Z Compiling camino-tempfile v1.1.1
12362025-02-07T09:20:40.153Z Compiling dof v0.3.0
12372025-02-07T09:20:40.153Z Compiling cargo_metadata v0.18.1
12382025-02-07T09:20:41.835Z Compiling usdt-attr-macro v0.5.0
12392025-02-07T09:20:41.835Z Compiling usdt-macro v0.5.0
12402025-02-07T09:20:41.876Z Compiling toml v0.8.19
12412025-02-07T09:20:42.672Z Compiling cargo_toml v0.20.5
12422025-02-07T09:20:43.062Z Compiling usdt v0.5.0
12432025-02-07T09:20:45.447Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12442025-02-07T09:20:48.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.05s
12452025-02-07T09:20:48.675Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12462025-02-07T09:20:49.494Z Compiling serde v1.0.217
12472025-02-07T09:20:49.497Z Compiling lock_api v0.4.12
12482025-02-07T09:20:49.497Z Compiling value-bag v1.9.0
12492025-02-07T09:20:49.497Z Compiling scopeguard v1.2.0
12502025-02-07T09:20:49.497Z Compiling typenum v1.17.0
12512025-02-07T09:20:49.497Z Compiling generic-array v0.14.7
12522025-02-07T09:20:49.671Z Compiling syn v2.0.96
12532025-02-07T09:20:49.685Z Compiling getrandom v0.2.15
12542025-02-07T09:20:49.772Z Compiling shlex v1.3.0
12552025-02-07T09:20:49.994Z Compiling rand_core v0.6.4
12562025-02-07T09:20:50.066Z Compiling log v0.4.22
12572025-02-07T09:20:50.131Z Compiling subtle v2.6.1
12582025-02-07T09:20:50.150Z Compiling jobserver v0.1.32
12592025-02-07T09:20:50.182Z Compiling smallvec v1.13.2
12602025-02-07T09:20:50.485Z Compiling const-oid v0.9.6
12612025-02-07T09:20:50.509Z Compiling pin-project-lite v0.2.14
12622025-02-07T09:20:50.525Z Compiling rustix v0.38.37
12632025-02-07T09:20:50.566Z Compiling cc v1.1.30
12642025-02-07T09:20:50.642Z Compiling spin v0.9.8
12652025-02-07T09:20:50.832Z Compiling parking_lot_core v0.9.10
12662025-02-07T09:20:50.979Z Compiling futures-core v0.3.31
12672025-02-07T09:20:51.030Z Compiling signal-hook-registry v1.4.2
12682025-02-07T09:20:51.248Z Compiling mio v1.0.2
12692025-02-07T09:20:51.366Z Compiling aho-corasick v1.1.3
12702025-02-07T09:20:51.704Z Compiling parking_lot v0.12.3
12712025-02-07T09:20:51.875Z Compiling stable_deref_trait v1.2.0
12722025-02-07T09:20:51.896Z Compiling cpufeatures v0.2.14
12732025-02-07T09:20:51.998Z Compiling regex-syntax v0.8.5
12742025-02-07T09:20:52.015Z Compiling either v1.13.0
12752025-02-07T09:20:52.381Z Compiling glob v0.3.2
12762025-02-07T09:20:52.410Z Compiling futures-sink v0.3.31
12772025-02-07T09:20:52.523Z Compiling socket2 v0.5.7
12782025-02-07T09:20:52.575Z Compiling slab v0.4.9
12792025-02-07T09:20:52.642Z Compiling prettyplease v0.2.25
12802025-02-07T09:20:52.969Z Compiling lazy_static v1.5.0
12812025-02-07T09:20:53.019Z Compiling serde_json v1.0.135
12822025-02-07T09:20:53.097Z Compiling minimal-lexical v0.2.1
12832025-02-07T09:20:53.196Z Compiling clang-sys v1.8.1
12842025-02-07T09:20:53.411Z Compiling libloading v0.8.5
12852025-02-07T09:20:53.582Z Compiling nom v7.1.3
12862025-02-07T09:20:53.636Z Compiling bindgen v0.69.5
12872025-02-07T09:20:53.773Z Compiling home v0.5.9
12882025-02-07T09:20:54.037Z Compiling futures-channel v0.3.31
12892025-02-07T09:20:54.257Z Compiling itertools v0.12.1
12902025-02-07T09:20:54.423Z Compiling lazycell v1.3.0
12912025-02-07T09:20:54.471Z Compiling libm v0.2.8
12922025-02-07T09:20:54.606Z Compiling foldhash v0.1.3
12932025-02-07T09:20:54.779Z Compiling rustc-hash v1.1.0
12942025-02-07T09:20:54.907Z Compiling pin-utils v0.1.0
12952025-02-07T09:20:54.942Z Compiling allocator-api2 v0.2.18
12962025-02-07T09:20:55.009Z Compiling futures-task v0.3.31
12972025-02-07T09:20:55.296Z Compiling futures-io v0.3.31
12982025-02-07T09:20:55.564Z Compiling regex-automata v0.4.8
12992025-02-07T09:20:55.672Z Compiling hashbrown v0.15.1
13002025-02-07T09:20:56.017Z Compiling cmake v0.1.51
13012025-02-07T09:20:56.867Z Compiling synstructure v0.13.1
13022025-02-07T09:20:56.911Z Compiling cexpr v0.6.0
13032025-02-07T09:20:57.053Z Compiling num-traits v0.2.19
13042025-02-07T09:20:57.355Z Compiling dunce v1.0.5
13052025-02-07T09:20:57.499Z Compiling fs_extra v1.3.0
13062025-02-07T09:20:58.039Z Compiling pkg-config v0.3.31
13072025-02-07T09:20:58.384Z Compiling writeable v0.5.5
13082025-02-07T09:20:58.544Z Compiling litemap v0.7.3
13092025-02-07T09:20:58.926Z Compiling ring v0.17.8
13102025-02-07T09:20:58.944Z Compiling paste v1.0.15
13112025-02-07T09:20:59.436Z Compiling base64ct v1.6.0
13122025-02-07T09:20:59.612Z Compiling flagset v0.4.6
13132025-02-07T09:20:59.661Z Compiling icu_locid_transform_data v1.5.0
13142025-02-07T09:20:59.776Z Compiling httparse v1.9.5
13152025-02-07T09:20:59.825Z Compiling aws-lc-rs v1.10.0
13162025-02-07T09:21:00.024Z Compiling pem-rfc7468 v0.7.0
13172025-02-07T09:21:00.557Z Compiling tracing-core v0.1.32
13182025-02-07T09:21:00.620Z Compiling icu_properties_data v1.5.0
13192025-02-07T09:21:00.859Z Compiling regex v1.11.1
13202025-02-07T09:21:01.013Z Compiling rustls-pki-types v1.10.0
13212025-02-07T09:21:01.255Z Compiling crossbeam-utils v0.8.20
13222025-02-07T09:21:01.755Z Compiling percent-encoding v2.3.1
13232025-02-07T09:21:01.852Z Compiling num-conv v0.1.0
13242025-02-07T09:21:02.040Z Compiling write16 v1.0.0
13252025-02-07T09:21:02.073Z Compiling utf16_iter v1.0.5
13262025-02-07T09:21:02.111Z Compiling mirai-annotations v1.12.0
13272025-02-07T09:21:02.166Z Compiling powerfmt v0.2.0
13282025-02-07T09:21:02.249Z Compiling icu_normalizer_data v1.5.0
13292025-02-07T09:21:02.269Z Compiling vcpkg v0.2.15
13302025-02-07T09:21:02.272Z Compiling serde_derive v1.0.217
13312025-02-07T09:21:02.352Z Compiling zeroize_derive v1.4.2
13322025-02-07T09:21:02.491Z Compiling zerocopy-derive v0.7.35
13332025-02-07T09:21:02.525Z Compiling tokio-macros v2.5.0
13342025-02-07T09:21:03.697Z Compiling zeroize v1.8.1
13352025-02-07T09:21:04.014Z Compiling zerofrom-derive v0.1.4
13362025-02-07T09:21:04.071Z Compiling yoke-derive v0.7.4
13372025-02-07T09:21:04.388Z Compiling thiserror-impl v1.0.69
13382025-02-07T09:21:04.449Z Compiling zerocopy v0.7.35
13392025-02-07T09:21:05.201Z Compiling crypto-common v0.1.6
13402025-02-07T09:21:05.453Z Compiling block-buffer v0.10.4
13412025-02-07T09:21:05.730Z Compiling digest v0.10.7
13422025-02-07T09:21:05.733Z Compiling zerovec-derive v0.10.3
13432025-02-07T09:21:05.891Z Compiling displaydoc v0.2.5
13442025-02-07T09:21:06.200Z Compiling hmac v0.12.1
13452025-02-07T09:21:06.426Z Compiling futures-macro v0.3.31
13462025-02-07T09:21:06.519Z Compiling block-padding v0.3.3
13472025-02-07T09:21:06.701Z Compiling sha2 v0.10.8
13482025-02-07T09:21:06.797Z Compiling inout v0.1.3
13492025-02-07T09:21:07.069Z Compiling cipher v0.4.4
13502025-02-07T09:21:07.312Z Compiling thiserror v1.0.69
13512025-02-07T09:21:07.454Z Compiling icu_provider_macros v1.5.0
13522025-02-07T09:21:07.476Z Compiling ppv-lite86 v0.2.20
13532025-02-07T09:21:07.574Z Compiling zerofrom v0.1.4
13542025-02-07T09:21:07.593Z Compiling der_derive v0.7.3
13552025-02-07T09:21:07.805Z Compiling yoke v0.7.4
13562025-02-07T09:21:08.158Z Compiling tracing-attributes v0.1.27
13572025-02-07T09:21:08.255Z Compiling zerovec v0.10.4
13582025-02-07T09:21:08.255Z Compiling rand_chacha v0.3.1
13592025-02-07T09:21:08.289Z Compiling futures-util v0.3.31
13602025-02-07T09:21:08.500Z Compiling salsa20 v0.10.2
13612025-02-07T09:21:08.733Z Compiling rand v0.8.5
13622025-02-07T09:21:09.938Z Compiling tinystr v0.7.6
13632025-02-07T09:21:10.222Z Compiling der v0.7.9
13642025-02-07T09:21:10.282Z Compiling icu_locid v1.5.0
13652025-02-07T09:21:10.332Z Compiling icu_collections v1.5.0
13662025-02-07T09:21:10.557Z Compiling pest v2.7.14
13672025-02-07T09:21:10.700Z Compiling pbkdf2 v0.12.2
13682025-02-07T09:21:10.877Z Compiling utf8_iter v1.0.4
13692025-02-07T09:21:11.104Z Compiling untrusted v0.9.0
13702025-02-07T09:21:11.363Z Compiling untrusted v0.7.1
13712025-02-07T09:21:11.462Z Compiling icu_provider v1.5.0
13722025-02-07T09:21:11.556Z Compiling tracing v0.1.40
13732025-02-07T09:21:11.687Z Compiling time-core v0.1.2
13742025-02-07T09:21:11.886Z Compiling time-macros v0.2.18
13752025-02-07T09:21:12.381Z Compiling icu_locid_transform v1.5.0
13762025-02-07T09:21:12.424Z Compiling spki v0.7.3
13772025-02-07T09:21:12.811Z Compiling scrypt v0.11.0
13782025-02-07T09:21:13.274Z Compiling pest_meta v2.7.14
13792025-02-07T09:21:13.324Z Compiling cbc v0.1.2
13802025-02-07T09:21:13.557Z Compiling aes v0.8.4
13812025-02-07T09:21:13.664Z Compiling icu_properties v1.5.1
13822025-02-07T09:21:13.683Z Compiling openssl-sys v0.9.105
13832025-02-07T09:21:14.725Z Compiling deranged v0.3.11
13842025-02-07T09:21:14.728Z Compiling scroll_derive v0.12.0
13852025-02-07T09:21:14.914Z Compiling bitflags v2.6.0
13862025-02-07T09:21:15.241Z Compiling bytes v1.9.0
13872025-02-07T09:21:16.141Z Compiling tokio v1.43.0
13882025-02-07T09:21:16.144Z Compiling indexmap v2.7.1
13892025-02-07T09:21:16.395Z Compiling http v1.2.0
13902025-02-07T09:21:16.428Z Compiling semver v1.0.24
13912025-02-07T09:21:17.167Z Compiling rustc_version v0.4.1
13922025-02-07T09:21:17.508Z Compiling icu_normalizer v1.5.0
13932025-02-07T09:21:17.846Z Compiling tinyvec_macros v0.1.1
13942025-02-07T09:21:17.954Z Compiling num_threads v0.1.7
13952025-02-07T09:21:18.095Z Compiling atomic-waker v1.1.2
13962025-02-07T09:21:18.227Z Compiling time v0.3.36
13972025-02-07T09:21:18.295Z Compiling tinyvec v1.8.0
13982025-02-07T09:21:18.319Z Compiling http-body v1.0.1
13992025-02-07T09:21:18.552Z Compiling idna_adapter v1.2.0
14002025-02-07T09:21:18.573Z Compiling scroll v0.12.0
14012025-02-07T09:21:18.833Z Compiling which v4.4.2
14022025-02-07T09:21:18.881Z Compiling pest_generator v2.7.14
14032025-02-07T09:21:19.114Z Compiling pkcs5 v0.7.1
14042025-02-07T09:21:19.388Z Compiling form_urlencoded v1.2.1
14052025-02-07T09:21:19.691Z Compiling slog v2.7.0
14062025-02-07T09:21:19.728Z Compiling try-lock v0.2.5
14072025-02-07T09:21:19.892Z Compiling goblin v0.8.2
14082025-02-07T09:21:20.035Z Compiling want v0.3.1
14092025-02-07T09:21:20.213Z Compiling pkcs8 v0.10.2
14102025-02-07T09:21:20.251Z Compiling idna v1.0.3
14112025-02-07T09:21:20.304Z Compiling uuid v1.12.0
14122025-02-07T09:21:20.716Z Compiling pest_derive v2.7.14
14132025-02-07T09:21:20.879Z Compiling iana-time-zone v0.1.61
14142025-02-07T09:21:21.312Z Compiling httpdate v1.0.3
14152025-02-07T09:21:21.521Z Compiling dtrace-parser v0.2.0
14162025-02-07T09:21:21.780Z Compiling chrono v0.4.39
14172025-02-07T09:21:21.897Z Compiling serde_tokenstream v0.2.2
14182025-02-07T09:21:22.476Z Compiling serde_spanned v0.6.8
14192025-02-07T09:21:22.555Z Compiling toml_datetime v0.6.8
14202025-02-07T09:21:22.717Z Compiling foreign-types-shared v0.1.1
14212025-02-07T09:21:22.825Z Compiling openssl v0.10.70
14222025-02-07T09:21:22.853Z Compiling rustversion v1.0.17
14232025-02-07T09:21:23.013Z Compiling tower-service v0.3.3
14242025-02-07T09:21:23.153Z Compiling match_cfg v0.1.0
14252025-02-07T09:21:23.249Z Compiling base64 v0.22.1
14262025-02-07T09:21:23.265Z Compiling adler2 v2.0.0
14272025-02-07T09:21:23.416Z Compiling miniz_oxide v0.8.0
14282025-02-07T09:21:23.482Z Compiling hostname v0.3.1
14292025-02-07T09:21:23.632Z Compiling foreign-types v0.3.2
14302025-02-07T09:21:23.698Z Compiling url v2.5.3
14312025-02-07T09:21:23.930Z Compiling async-trait v0.1.86
14322025-02-07T09:21:24.879Z Compiling tokio-util v0.7.12
14332025-02-07T09:21:24.977Z Compiling openssl-macros v0.1.1
14342025-02-07T09:21:25.107Z Compiling serde_derive_internals v0.29.1
14352025-02-07T09:21:25.511Z Compiling dof v0.3.0
14362025-02-07T09:21:25.721Z Compiling dirs-sys-next v0.1.2
14372025-02-07T09:21:26.131Z Compiling h2 v0.4.6
14382025-02-07T09:21:26.251Z Compiling usdt-impl v0.5.0
14392025-02-07T09:21:26.473Z Compiling schemars v0.8.21
14402025-02-07T09:21:26.813Z Compiling data-encoding v2.6.0
14412025-02-07T09:21:27.355Z Compiling native-tls v0.2.12
14422025-02-07T09:21:27.455Z Compiling syn v1.0.109
14432025-02-07T09:21:27.649Z Compiling rustls v0.22.4
14442025-02-07T09:21:27.675Z Compiling siphasher v0.3.11
14452025-02-07T09:21:27.925Z Compiling rustls v0.23.19
14462025-02-07T09:21:28.105Z Compiling schemars_derive v0.8.21
14472025-02-07T09:21:28.150Z Compiling dirs-next v2.0.0
14482025-02-07T09:21:28.885Z Compiling unicode-normalization v0.1.24
14492025-02-07T09:21:29.224Z Compiling http-body-util v0.1.2
14502025-02-07T09:21:29.452Z Compiling crossbeam-epoch v0.9.18
14512025-02-07T09:21:29.592Z Compiling heapless v0.7.17
14522025-02-07T09:21:29.672Z Compiling signature v2.2.0
14532025-02-07T09:21:29.937Z Compiling sha1 v0.10.6
14542025-02-07T09:21:29.978Z Compiling bzip2-sys v0.1.11+1.0.8
14552025-02-07T09:21:30.006Z Compiling thread_local v1.1.8
14562025-02-07T09:21:30.150Z Compiling cookie v0.18.1
14572025-02-07T09:21:30.344Z Compiling multer v3.1.0
14582025-02-07T09:21:30.435Z Compiling encoding_rs v0.8.34
14592025-02-07T09:21:30.454Z Compiling mime v0.3.17
14602025-02-07T09:21:30.481Z Compiling openssl-probe v0.1.5
14612025-02-07T09:21:30.634Z Compiling slog-async v2.8.0
14622025-02-07T09:21:30.775Z Compiling dyn-clone v1.0.17
14632025-02-07T09:21:30.936Z Compiling ipnet v2.10.1
14642025-02-07T09:21:31.024Z Compiling gimli v0.31.1
14652025-02-07T09:21:31.116Z Compiling unicode-properties v0.1.3
14662025-02-07T09:21:31.209Z Compiling signal-hook v0.3.17
14672025-02-07T09:21:31.475Z Compiling rayon-core v1.12.1
14682025-02-07T09:21:31.592Z Compiling unicode-bidi v0.3.17
14692025-02-07T09:21:31.789Z Compiling toml_edit v0.22.22
14702025-02-07T09:21:32.873Z Compiling stringprep v0.1.5
14712025-02-07T09:21:33.970Z Compiling hyper v1.5.2
14722025-02-07T09:21:35.186Z Compiling addr2line v0.24.2
14732025-02-07T09:21:35.846Z Compiling crossbeam-deque v0.8.5
14742025-02-07T09:21:35.903Z Compiling usdt-attr-macro v0.5.0
14752025-02-07T09:21:36.115Z Compiling usdt-macro v0.5.0
14762025-02-07T09:21:36.135Z Compiling term v0.7.0
14772025-02-07T09:21:36.833Z Compiling hyper-util v0.1.10
14782025-02-07T09:21:37.405Z Compiling slog-json v2.6.1
14792025-02-07T09:21:37.471Z Compiling serde_urlencoded v0.7.1
14802025-02-07T09:21:37.508Z Compiling crossbeam-channel v0.5.13
14812025-02-07T09:21:37.570Z Compiling curve25519-dalek v4.1.3
14822025-02-07T09:21:37.772Z Compiling futures-executor v0.3.31
14832025-02-07T09:21:37.962Z Compiling enum-as-inner v0.6.1
14842025-02-07T09:21:38.249Z Compiling md-5 v0.10.6
14852025-02-07T09:21:38.324Z Compiling async-stream-impl v0.3.6
14862025-02-07T09:21:38.490Z Compiling rustls-pemfile v2.2.0
14872025-02-07T09:21:38.528Z Compiling num-integer v0.1.46
14882025-02-07T09:21:38.832Z Compiling hash32 v0.2.1
14892025-02-07T09:21:38.974Z Compiling ff v0.13.0
14902025-02-07T09:21:39.186Z Compiling is-terminal v0.4.13
14912025-02-07T09:21:39.204Z Compiling dropshot v0.12.0
14922025-02-07T09:21:39.207Z Compiling object v0.36.5
14932025-02-07T09:21:39.236Z Compiling psl-types v2.0.11
14942025-02-07T09:21:39.328Z Compiling base16ct v0.2.0
14952025-02-07T09:21:39.428Z Compiling fallible-iterator v0.2.0
14962025-02-07T09:21:39.507Z Compiling litrs v0.4.1
14972025-02-07T09:21:39.579Z Compiling take_mut v0.2.2
14982025-02-07T09:21:39.635Z Compiling anyhow v1.0.95
14992025-02-07T09:21:39.652Z Compiling num-bigint-dig v0.8.4
15002025-02-07T09:21:39.749Z Compiling smoltcp v0.9.1
15012025-02-07T09:21:39.938Z Compiling rustc-demangle v0.1.24
15022025-02-07T09:21:40.096Z Compiling utf-8 v0.7.6
15032025-02-07T09:21:40.232Z Compiling quick-error v1.2.3
15042025-02-07T09:21:40.388Z Compiling portable-atomic v1.9.0
15052025-02-07T09:21:40.407Z Compiling linked-hash-map v0.5.6
15062025-02-07T09:21:40.455Z Compiling resolv-conf v0.7.0
15072025-02-07T09:21:40.616Z Compiling document-features v0.2.10
15082025-02-07T09:21:40.754Z Compiling lru-cache v0.1.2
15092025-02-07T09:21:40.841Z Compiling tungstenite v0.24.0
15102025-02-07T09:21:41.146Z Compiling postgres-protocol v0.6.7
15112025-02-07T09:21:41.493Z Compiling async-stream v0.3.6
15122025-02-07T09:21:41.790Z Compiling sec1 v0.7.3
15132025-02-07T09:21:41.880Z Compiling publicsuffix v2.3.0
15142025-02-07T09:21:42.192Z Compiling slog-term v2.9.1
15152025-02-07T09:21:42.345Z Compiling usdt v0.5.0
15162025-02-07T09:21:42.412Z Compiling group v0.13.0
15172025-02-07T09:21:42.737Z Compiling hickory-proto v0.24.2
15182025-02-07T09:21:42.841Z Compiling num-iter v0.1.45
15192025-02-07T09:21:42.999Z Compiling futures v0.3.31
15202025-02-07T09:21:43.035Z Compiling slog-bunyan v2.5.0
15212025-02-07T09:21:43.481Z Compiling toml v0.8.19
15222025-02-07T09:21:44.300Z Compiling tokio-native-tls v0.3.1
15232025-02-07T09:21:44.593Z Compiling camino v1.1.9
15242025-02-07T09:21:44.797Z Compiling phf_shared v0.11.2
15252025-02-07T09:21:45.031Z Compiling dropshot_endpoint v0.12.0
15262025-02-07T09:21:45.137Z Compiling terminal_size v0.4.0
15272025-02-07T09:21:45.226Z Compiling waitgroup v0.1.2
15282025-02-07T09:21:45.366Z Compiling openapiv3 v2.0.0
15292025-02-07T09:21:45.450Z Compiling serde_path_to_error v0.1.16
15302025-02-07T09:21:45.483Z Compiling hkdf v0.12.4
15312025-02-07T09:21:45.753Z Compiling backtrace v0.3.74
15322025-02-07T09:21:46.155Z Compiling crypto-bigint v0.5.5
15332025-02-07T09:21:46.207Z Compiling zerocopy-derive v0.6.6
15342025-02-07T09:21:48.267Z Compiling curve25519-dalek-derive v0.1.1
15352025-02-07T09:21:48.543Z Compiling hubpack_derive v0.1.1
15362025-02-07T09:21:48.793Z Compiling webpki-roots v0.26.6
15372025-02-07T09:21:49.007Z Compiling hostname v0.4.0
15382025-02-07T09:21:49.226Z Compiling fs-err v2.11.0
15392025-02-07T09:21:49.252Z Compiling crc32fast v1.4.2
15402025-02-07T09:21:49.280Z Compiling ahash v0.8.11
15412025-02-07T09:21:49.401Z Compiling debug-ignore v1.0.5
15422025-02-07T09:21:49.522Z Compiling newtype-uuid v1.2.1
15432025-02-07T09:21:49.552Z Compiling bitflags v1.3.2
15442025-02-07T09:21:49.589Z Compiling unicode-width v0.2.0
15452025-02-07T09:21:49.608Z Compiling managed v0.8.0
15462025-02-07T09:21:49.630Z Compiling winnow v0.5.40
15472025-02-07T09:21:49.828Z Compiling clap_builder v4.5.27
15482025-02-07T09:21:50.134Z Compiling console v0.15.10
15492025-02-07T09:21:51.581Z Compiling strum_macros v0.25.3
15502025-02-07T09:21:52.011Z Compiling flate2 v1.0.35
15512025-02-07T09:21:52.062Z Compiling hubpack v0.1.2
15522025-02-07T09:21:52.109Z Compiling elliptic-curve v0.13.8
15532025-02-07T09:21:52.484Z Compiling zerocopy v0.6.6
15542025-02-07T09:21:52.875Z Compiling toml_edit v0.19.15
15552025-02-07T09:21:52.920Z Compiling hickory-resolver v0.24.2
15562025-02-07T09:21:53.205Z Compiling phf v0.11.2
15572025-02-07T09:21:53.504Z Compiling signal-hook-mio v0.2.4
15582025-02-07T09:21:53.677Z Compiling hyper-tls v0.6.0
15592025-02-07T09:21:53.965Z Compiling rayon v1.10.0
15602025-02-07T09:21:54.070Z Compiling cookie_store v0.21.1
15612025-02-07T09:21:55.330Z Compiling bzip2 v0.4.4
15622025-02-07T09:21:55.732Z Compiling postgres-types v0.2.8
15632025-02-07T09:21:57.056Z Compiling tokio-tungstenite v0.24.0
15642025-02-07T09:21:57.579Z Compiling ed25519 v2.2.3
15652025-02-07T09:21:58.018Z Compiling phf_shared v0.10.0
15662025-02-07T09:21:58.208Z Compiling tokio-stream v0.1.16
15672025-02-07T09:21:58.406Z Compiling pkcs1 v0.7.5
15682025-02-07T09:21:58.751Z Compiling serde-big-array v0.5.1
15692025-02-07T09:21:58.805Z Compiling clap_derive v4.5.24
15702025-02-07T09:21:58.986Z Compiling rfc6979 v0.4.0
15712025-02-07T09:21:59.154Z Compiling derive-where v1.2.7
15722025-02-07T09:21:59.183Z Compiling serde_repr v0.1.19
15732025-02-07T09:21:59.315Z Compiling float-cmp v0.9.0
15742025-02-07T09:21:59.468Z Compiling bstr v1.10.0
15752025-02-07T09:21:59.549Z Compiling sync_wrapper v1.0.1
15762025-02-07T09:21:59.729Z Compiling precomputed-hash v0.1.1
15772025-02-07T09:21:59.867Z Compiling new_debug_unreachable v1.0.6
15782025-02-07T09:21:59.964Z Compiling unicode-segmentation v1.12.0
15792025-02-07T09:21:59.981Z Compiling number_prefix v0.4.0
15802025-02-07T09:22:00.204Z Compiling difflib v0.4.0
15812025-02-07T09:22:00.269Z Compiling static_assertions v1.1.0
15822025-02-07T09:22:00.384Z Compiling bit-vec v0.6.3
15832025-02-07T09:22:00.819Z Compiling normalize-line-endings v0.3.0
15842025-02-07T09:22:00.849Z Compiling whoami v1.5.2
15852025-02-07T09:22:00.960Z Compiling predicates-core v1.0.8
15862025-02-07T09:22:01.091Z Compiling fixedbitset v0.4.2
15872025-02-07T09:22:01.287Z Compiling tokio-postgres v0.7.12
15882025-02-07T09:22:01.442Z Compiling petgraph v0.6.5
15892025-02-07T09:22:01.560Z Compiling predicates v3.1.2
15902025-02-07T09:22:01.614Z Compiling bit-set v0.5.3
15912025-02-07T09:22:01.892Z Compiling similar v2.6.0
15922025-02-07T09:22:02.399Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15932025-02-07T09:22:03.074Z Compiling indicatif v0.17.11
15942025-02-07T09:22:03.436Z Compiling clap v4.5.27
15952025-02-07T09:22:03.567Z Compiling string_cache v0.8.7
15962025-02-07T09:22:04.003Z Compiling ecdsa v0.16.9
15972025-02-07T09:22:04.021Z Compiling rsa v0.9.6
15982025-02-07T09:22:04.810Z Compiling ed25519-dalek v2.1.1
15992025-02-07T09:22:04.946Z Compiling toml v0.7.8
16002025-02-07T09:22:05.128Z Compiling zip v0.6.6
16012025-02-07T09:22:06.121Z Compiling crossterm v0.28.1
16022025-02-07T09:22:07.044Z Compiling hex v0.4.3
16032025-02-07T09:22:07.255Z Compiling x509-cert v0.2.5
16042025-02-07T09:22:07.274Z Compiling itertools v0.10.5
16052025-02-07T09:22:07.601Z Compiling peg-runtime v0.8.3
16062025-02-07T09:22:08.189Z Compiling unicode-xid v0.2.6
16072025-02-07T09:22:08.387Z Compiling lalrpop-util v0.19.12
16082025-02-07T09:22:08.601Z Compiling strum_macros v0.26.4
16092025-02-07T09:22:08.746Z Compiling xattr v1.3.1
16102025-02-07T09:22:09.011Z Compiling filetime v0.2.25
16112025-02-07T09:22:09.306Z Compiling tar v0.4.42
16122025-02-07T09:22:13.288Z Compiling strum v0.26.3
16132025-02-07T09:22:16.505Z Compiling aws-lc-sys v0.22.0
16142025-02-07T09:22:43.805Z Compiling rustls-webpki v0.102.8
16152025-02-07T09:22:46.964Z Compiling tokio-rustls v0.25.0
16162025-02-07T09:22:48.606Z Compiling tokio-rustls v0.26.0
16172025-02-07T09:22:48.862Z Compiling hyper-rustls v0.27.3
16182025-02-07T09:22:49.173Z Compiling reqwest v0.12.9
16192025-02-07T09:22:50.716Z Compiling qorb v0.2.1
16202025-02-07T09:22:53.807Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16212025-02-07T09:22:54.052Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16222025-02-07T09:22:58.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
16232025-02-07T09:22:58.626Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16242025-02-07T09:22:58.671ZFeb 07 09:22:57.453 INFO Starting download, target: Clickhouse
16252025-02-07T09:22:58.671ZFeb 07 09:22:57.454 INFO Starting download, target: Console
16262025-02-07T09:22:58.671ZFeb 07 09:22:57.454 INFO Starting download, target: Cockroach
16272025-02-07T09:22:58.674ZFeb 07 09:22:57.454 INFO Starting download, target: DendriteOpenapi
16282025-02-07T09:22:58.674ZFeb 07 09:22:57.454 INFO Starting download, target: DendriteStub
16292025-02-07T09:22:58.674ZFeb 07 09:22:57.454 INFO Starting download, target: MaghemiteMgd
16302025-02-07T09:22:58.674ZFeb 07 09:22:57.454 INFO Starting download, target: TransceiverControl
16312025-02-07T09:22:58.674ZFeb 07 09:22:57.454 INFO Downloading out/downloads/dpd-caf4bee7f1647b4f971199a5268885337ff1691a.json (attempt 1/3), target: DendriteOpenapi
16322025-02-07T09:22:58.674ZFeb 07 09:22:57.454 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16332025-02-07T09:22:58.674ZFeb 07 09:22:57.455 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16342025-02-07T09:22:58.674ZFeb 07 09:22:57.455 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16352025-02-07T09:22:58.674ZFeb 07 09:22:57.455 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16362025-02-07T09:22:58.674ZFeb 07 09:22:57.455 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16372025-02-07T09:22:58.674ZFeb 07 09:22:57.455 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16382025-02-07T09:22:58.924ZFeb 07 09:22:57.699 INFO Download complete, target: DendriteOpenapi
16392025-02-07T09:22:59.064ZFeb 07 09:22:57.829 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16402025-02-07T09:22:59.340ZFeb 07 09:22:58.118 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16412025-02-07T09:22:59.512ZFeb 07 09:22:58.292 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16422025-02-07T09:22:59.556ZFeb 07 09:22:58.332 INFO Download complete, target: TransceiverControl
16432025-02-07T09:22:59.714ZFeb 07 09:22:58.489 INFO Download complete, target: Console
16442025-02-07T09:22:59.762ZFeb 07 09:22:58.543 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16452025-02-07T09:23:00.143ZFeb 07 09:22:58.925 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16462025-02-07T09:23:00.143ZFeb 07 09:22:58.925 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16472025-02-07T09:23:00.959ZFeb 07 09:22:59.742 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16482025-02-07T09:23:02.572ZFeb 07 09:23:01.350 INFO Download complete, target: DendriteStub
16492025-02-07T09:23:02.781ZFeb 07 09:23:01.554 INFO Download complete, target: MaghemiteMgd
16502025-02-07T09:23:07.725ZFeb 07 09:23:06.507 INFO Checking that binary works, target: Cockroach
16512025-02-07T09:23:07.889ZFeb 07 09:23:06.670 INFO Download complete, target: Cockroach
16522025-02-07T09:23:13.699ZFeb 07 09:23:12.480 INFO Checking that binary works, target: Clickhouse
16532025-02-07T09:23:13.828ZFeb 07 09:23:12.608 INFO Download complete, target: Clickhouse
16542025-02-07T09:23:13.836ZAll prerequisites installed successfully
16552025-02-07T09:23:13.838Z
16562025-02-07T09:23:13.839Zreal 4:24.688680677
16572025-02-07T09:23:13.839Zuser 15:38.436437284
16582025-02-07T09:23:13.839Zsys 1:58.248140481
16592025-02-07T09:23:13.839Ztrap 0.531190369
16602025-02-07T09:23:13.839Ztflt 1.734589799
16612025-02-07T09:23:13.839Zdflt 1.545117873
16622025-02-07T09:23:13.839Zkflt 0.027244230
16632025-02-07T09:23:13.839Zlock 26:38.382736417
16642025-02-07T09:23:13.839Zslp 54:27.668882028
16652025-02-07T09:23:13.839Zlat 58.041505091
16662025-02-07T09:23:13.839Zstop 2:08.969253392
16672025-02-07T09:23:13.839Z+ source ./tools/include/force-git-over-https.sh
16682025-02-07T09:23:13.839Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16692025-02-07T09:23:13.839Z++ (( i = 0 ))
16702025-02-07T09:23:13.839Z++ (( i < 5 ))
16712025-02-07T09:23:13.839Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16722025-02-07T09:23:13.842Z++ (( i++ ))
16732025-02-07T09:23:13.842Z++ (( i < 5 ))
16742025-02-07T09:23:13.842Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16752025-02-07T09:23:13.845Z++ (( i++ ))
16762025-02-07T09:23:13.845Z++ (( i < 5 ))
16772025-02-07T09:23:13.847Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16782025-02-07T09:23:13.850Z++ (( i++ ))
16792025-02-07T09:23:13.850Z++ (( i < 5 ))
16802025-02-07T09:23:13.850Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16812025-02-07T09:23:13.853Z++ (( i++ ))
16822025-02-07T09:23:13.853Z++ (( i < 5 ))
16832025-02-07T09:23:13.853Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16842025-02-07T09:23:13.855Z++ (( i++ ))
16852025-02-07T09:23:13.855Z++ (( i < 5 ))
16862025-02-07T09:23:13.855Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16872025-02-07T09:23:13.855Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16882025-02-07T09:23:13.855Z+ rc=0
16892025-02-07T09:23:13.855Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16902025-02-07T09:23:45.337Z+ case $rc in
16912025-02-07T09:23:45.337Z+ pfexec zfs create -p rpool/images/build/host
16922025-02-07T09:23:45.582Z+ pfexec zfs create -p rpool/images/build/recovery
16932025-02-07T09:23:45.654Z+ cargo xtask releng --output-dir /work
16942025-02-07T09:23:46.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16952025-02-07T09:23:46.186Z Running `target/debug/xtask releng --output-dir /work`
16962025-02-07T09:23:47.070Z Compiling proc-macro2 v1.0.92
16972025-02-07T09:23:47.070Z Compiling unicode-ident v1.0.14
16982025-02-07T09:23:47.073Z Compiling libc v0.2.169
16992025-02-07T09:23:47.073Z Compiling serde v1.0.217
17002025-02-07T09:23:47.073Z Compiling autocfg v1.4.0
17012025-02-07T09:23:47.073Z Compiling version_check v0.9.5
17022025-02-07T09:23:47.073Z Compiling cfg-if v1.0.0
17032025-02-07T09:23:47.363Z Compiling memchr v2.7.4
17042025-02-07T09:23:47.385Z Compiling typenum v1.17.0
17052025-02-07T09:23:47.449Z Compiling shlex v1.3.0
17062025-02-07T09:23:47.925Z Compiling value-bag v1.9.0
17072025-02-07T09:23:47.927Z Compiling generic-array v0.14.7
17082025-02-07T09:23:47.964Z Compiling lock_api v0.4.12
17092025-02-07T09:23:48.246Z Compiling scopeguard v1.2.0
17102025-02-07T09:23:48.410Z Compiling log v0.4.22
17112025-02-07T09:23:48.455Z Compiling parking_lot_core v0.9.10
17122025-02-07T09:23:48.689Z Compiling rustix v0.38.37
17132025-02-07T09:23:48.876Z Compiling quote v1.0.38
17142025-02-07T09:23:48.879Z Compiling serde_json v1.0.135
17152025-02-07T09:23:49.115Z Compiling jobserver v0.1.32
17162025-02-07T09:23:49.228Z Compiling syn v2.0.96
17172025-02-07T09:23:49.293Z Compiling getrandom v0.2.15
17182025-02-07T09:23:49.431Z Compiling libm v0.2.8
17192025-02-07T09:23:49.454Z Compiling num-traits v0.2.19
17202025-02-07T09:23:49.604Z Compiling cc v1.1.30
17212025-02-07T09:23:49.631Z Compiling once_cell v1.20.2
17222025-02-07T09:23:49.721Z Compiling thiserror v1.0.69
17232025-02-07T09:23:49.766Z Compiling itoa v1.0.11
17242025-02-07T09:23:49.786Z Compiling aho-corasick v1.1.3
17252025-02-07T09:23:49.808Z Compiling regex-syntax v0.8.5
17262025-02-07T09:23:50.022Z Compiling spin v0.9.8
17272025-02-07T09:23:50.210Z Compiling slab v0.4.9
17282025-02-07T09:23:50.647Z Compiling errno v0.3.9
17292025-02-07T09:23:50.957Z Compiling either v1.13.0
17302025-02-07T09:23:51.113Z Compiling byteorder v1.5.0
17312025-02-07T09:23:51.352Z Compiling glob v0.3.2
17322025-02-07T09:23:51.614Z Compiling rand_core v0.6.4
17332025-02-07T09:23:52.112Z Compiling prettyplease v0.2.25
17342025-02-07T09:23:52.137Z Compiling subtle v2.6.1
17352025-02-07T09:23:52.175Z Compiling clang-sys v1.8.1
17362025-02-07T09:23:52.202Z Compiling lazy_static v1.5.0
17372025-02-07T09:23:52.489Z Compiling minimal-lexical v0.2.1
17382025-02-07T09:23:52.765Z Compiling libloading v0.8.5
17392025-02-07T09:23:52.833Z Compiling bindgen v0.69.5
17402025-02-07T09:23:52.908Z Compiling home v0.5.9
17412025-02-07T09:23:53.041Z Compiling nom v7.1.3
17422025-02-07T09:23:53.169Z Compiling itertools v0.12.1
17432025-02-07T09:23:53.563Z Compiling regex-automata v0.4.8
17442025-02-07T09:23:54.017Z Compiling smallvec v1.13.2
17452025-02-07T09:23:54.168Z Compiling lazycell v1.3.0
17462025-02-07T09:23:54.367Z Compiling rustc-hash v1.1.0
17472025-02-07T09:23:54.545Z Compiling cmake v0.1.51
17482025-02-07T09:23:55.525Z Compiling pkg-config v0.3.31
17492025-02-07T09:23:55.833Z Compiling fs_extra v1.3.0
17502025-02-07T09:23:56.112Z Compiling dunce v1.0.5
17512025-02-07T09:23:56.347Z Compiling cexpr v0.6.0
17522025-02-07T09:23:56.421Z Compiling semver v1.0.24
17532025-02-07T09:23:56.470Z Compiling ring v0.17.8
17542025-02-07T09:23:56.539Z Compiling paste v1.0.15
17552025-02-07T09:23:56.980Z Compiling synstructure v0.13.1
17562025-02-07T09:23:57.334Z Compiling ryu v1.0.18
17572025-02-07T09:23:57.507Z Compiling heck v0.5.0
17582025-02-07T09:23:57.980Z Compiling aws-lc-rs v1.10.0
17592025-02-07T09:23:58.378Z Compiling httparse v1.9.5
17602025-02-07T09:23:58.434Z Compiling const-oid v0.9.6
17612025-02-07T09:23:58.503Z Compiling pin-project-lite v0.2.14
17622025-02-07T09:23:58.869Z Compiling allocator-api2 v0.2.18
17632025-02-07T09:23:59.086Z Compiling regex v1.11.1
17642025-02-07T09:23:59.845Z Compiling futures-core v0.3.31
17652025-02-07T09:24:00.282Z Compiling signal-hook-registry v1.4.2
17662025-02-07T09:24:00.474Z Compiling num-conv v0.1.0
17672025-02-07T09:24:00.938Z Compiling time-core v0.1.2
17682025-02-07T09:24:00.986Z Compiling parking_lot v0.12.3
17692025-02-07T09:24:01.175Z Compiling time-macros v0.2.18
17702025-02-07T09:24:01.254Z Compiling serde_derive v1.0.217
17712025-02-07T09:24:01.292Z Compiling zeroize_derive v1.4.2
17722025-02-07T09:24:01.690Z Compiling zerocopy-derive v0.7.35
17732025-02-07T09:24:01.960Z Compiling tokio-macros v2.5.0
17742025-02-07T09:24:02.692Z Compiling thiserror-impl v1.0.69
17752025-02-07T09:24:02.927Z Compiling zeroize v1.8.1
17762025-02-07T09:24:03.451Z Compiling zerofrom-derive v0.1.4
17772025-02-07T09:24:03.486Z Compiling yoke-derive v0.7.4
17782025-02-07T09:24:03.544Z Compiling zerovec-derive v0.10.3
17792025-02-07T09:24:03.619Z Compiling displaydoc v0.2.5
17802025-02-07T09:24:03.663Z Compiling futures-macro v0.3.31
17812025-02-07T09:24:05.199Z Compiling zerocopy v0.7.35
17822025-02-07T09:24:05.681Z Compiling icu_provider_macros v1.5.0
17832025-02-07T09:24:05.879Z Compiling crypto-common v0.1.6
17842025-02-07T09:24:06.080Z Compiling tracing-attributes v0.1.27
17852025-02-07T09:24:06.125Z Compiling block-buffer v0.10.4
17862025-02-07T09:24:06.474Z Compiling digest v0.10.7
17872025-02-07T09:24:06.635Z Compiling der_derive v0.7.3
17882025-02-07T09:24:06.681Z Compiling mio v1.0.2
17892025-02-07T09:24:06.784Z Compiling crossbeam-utils v0.8.20
17902025-02-07T09:24:07.307Z Compiling schemars v0.8.21
17912025-02-07T09:24:07.339Z Compiling vcpkg v0.2.15
17922025-02-07T09:24:07.724Z Compiling serde_derive_internals v0.29.1
17932025-02-07T09:24:08.936Z Compiling openssl-sys v0.9.105
17942025-02-07T09:24:09.217Z Compiling socket2 v0.5.7
17952025-02-07T09:24:09.401Z Compiling fnv v1.0.7
17962025-02-07T09:24:09.942Z Compiling schemars_derive v0.8.21
17972025-02-07T09:24:10.740Z Compiling ahash v0.8.11
17982025-02-07T09:24:11.036Z Compiling stable_deref_trait v1.2.0
17992025-02-07T09:24:11.113Z Compiling futures-sink v0.3.31
18002025-02-07T09:24:11.841Z Compiling foldhash v0.1.3
18012025-02-07T09:24:11.939Z Compiling equivalent v1.0.1
18022025-02-07T09:24:12.014Z Compiling cpufeatures v0.2.14
18032025-02-07T09:24:12.269Z Compiling hashbrown v0.15.1
18042025-02-07T09:24:12.367Z Compiling slog v2.7.0
18052025-02-07T09:24:12.767Z Compiling zerofrom v0.1.4
18062025-02-07T09:24:12.918Z Compiling futures-channel v0.3.31
18072025-02-07T09:24:13.053Z Compiling yoke v0.7.4
18082025-02-07T09:24:13.539Z Compiling openssl v0.10.70
18092025-02-07T09:24:13.603Z Compiling pin-utils v0.1.0
18102025-02-07T09:24:13.655Z Compiling futures-io v0.3.31
18112025-02-07T09:24:13.738Z Compiling futures-task v0.3.31
18122025-02-07T09:24:13.820Z Compiling bitflags v2.6.0
18132025-02-07T09:24:13.950Z Compiling bytes v1.9.0
18142025-02-07T09:24:14.088Z Compiling indexmap v2.7.1
18152025-02-07T09:24:14.118Z Compiling serde_tokenstream v0.2.2
18162025-02-07T09:24:14.156Z Compiling futures-util v0.3.31
18172025-02-07T09:24:15.476Z Compiling tokio v1.43.0
18182025-02-07T09:24:15.689Z Compiling http v1.2.0
18192025-02-07T09:24:16.830Z Compiling zerovec v0.10.4
18202025-02-07T09:24:17.546Z Compiling scroll_derive v0.12.0
18212025-02-07T09:24:17.902Z Compiling ucd-trie v0.1.7
18222025-02-07T09:24:18.377Z Compiling which v4.4.2
18232025-02-07T09:24:19.324Z Compiling pest v2.7.14
18242025-02-07T09:24:21.017Z Compiling rustc_version v0.4.1
18252025-02-07T09:24:21.750Z Compiling uuid v1.12.0
18262025-02-07T09:24:22.451Z Compiling hmac v0.12.1
18272025-02-07T09:24:22.553Z Compiling openssl-macros v0.1.1
18282025-02-07T09:24:22.620Z Compiling native-tls v0.2.12
18292025-02-07T09:24:22.924Z Compiling iana-time-zone v0.1.61
18302025-02-07T09:24:22.962Z Compiling rustls v0.23.19
18312025-02-07T09:24:23.266Z Compiling chrono v0.4.39
18322025-02-07T09:24:23.288Z Compiling pest_meta v2.7.14
18332025-02-07T09:24:23.437Z Compiling tinystr v0.7.6
18342025-02-07T09:24:24.032Z Compiling block-padding v0.3.3
18352025-02-07T09:24:24.086Z Compiling litemap v0.7.3
18362025-02-07T09:24:24.308Z Compiling writeable v0.5.5
18372025-02-07T09:24:24.649Z Compiling inout v0.1.3
18382025-02-07T09:24:24.971Z Compiling icu_locid v1.5.0
18392025-02-07T09:24:25.650Z Compiling pest_generator v2.7.14
18402025-02-07T09:24:27.480Z Compiling cookie v0.18.1
18412025-02-07T09:24:29.069Z Compiling pest_derive v2.7.14
18422025-02-07T09:24:29.480Z Compiling icu_provider v1.5.0
18432025-02-07T09:24:29.902Z Compiling cipher v0.4.4
18442025-02-07T09:24:30.447Z Compiling sha2 v0.10.8
18452025-02-07T09:24:31.219Z Compiling async-trait v0.1.86
18462025-02-07T09:24:31.683Z Compiling tracing-core v0.1.32
18472025-02-07T09:24:31.736Z Compiling usdt-impl v0.5.0
18482025-02-07T09:24:32.299Z Compiling base64ct v1.6.0
18492025-02-07T09:24:32.461Z Compiling aws-lc-sys v0.22.0
18502025-02-07T09:24:32.703Z Compiling dyn-clone v1.0.17
18512025-02-07T09:24:32.938Z Compiling rustls-pki-types v1.10.0
18522025-02-07T09:24:33.028Z Compiling percent-encoding v2.3.1
18532025-02-07T09:24:33.589Z Compiling icu_locid_transform_data v1.5.0
18542025-02-07T09:24:33.715Z Compiling icu_locid_transform v1.5.0
18552025-02-07T09:24:34.088Z Compiling pem-rfc7468 v0.7.0
18562025-02-07T09:24:34.731Z Compiling tracing v0.1.40
18572025-02-07T09:24:36.908Z Compiling tokio-util v0.7.12
18582025-02-07T09:24:36.974Z Compiling icu_collections v1.5.0
18592025-02-07T09:24:37.584Z Compiling scroll v0.12.0
18602025-02-07T09:24:39.290Z Compiling ppv-lite86 v0.2.20
18612025-02-07T09:24:39.677Z Compiling icu_properties_data v1.5.0
18622025-02-07T09:24:39.805Z Compiling plain v0.2.3
18632025-02-07T09:24:39.936Z Compiling untrusted v0.9.0
18642025-02-07T09:24:39.962Z Compiling powerfmt v0.2.0
18652025-02-07T09:24:40.030Z Compiling flagset v0.4.6
18662025-02-07T09:24:40.151Z Compiling syn v1.0.109
18672025-02-07T09:24:40.225Z Compiling untrusted v0.7.1
18682025-02-07T09:24:40.421Z Compiling mirai-annotations v1.12.0
18692025-02-07T09:24:40.457Z Compiling camino v1.1.9
18702025-02-07T09:24:40.611Z Compiling deranged v0.3.11
18712025-02-07T09:24:40.737Z Compiling der v0.7.9
18722025-02-07T09:24:40.998Z Compiling rand_chacha v0.3.1
18732025-02-07T09:24:42.170Z Compiling goblin v0.8.2
18742025-02-07T09:24:42.277Z Compiling icu_properties v1.5.1
18752025-02-07T09:24:47.560Z Compiling atomic-waker v1.1.2
18762025-02-07T09:24:48.174Z Compiling num_threads v0.1.7
18772025-02-07T09:24:48.433Z Compiling write16 v1.0.0
18782025-02-07T09:24:48.613Z Compiling litrs v0.4.1
18792025-02-07T09:24:48.667Z Compiling rustls v0.22.4
18802025-02-07T09:24:48.849Z Compiling utf8_iter v1.0.4
18812025-02-07T09:24:48.978Z Compiling rayon-core v1.12.1
18822025-02-07T09:24:49.257Z Compiling icu_normalizer_data v1.5.0
18832025-02-07T09:24:49.426Z Compiling pretty-hex v0.4.1
18842025-02-07T09:24:49.435Z Compiling utf16_iter v1.0.5
18852025-02-07T09:24:49.594Z Compiling time v0.3.36
18862025-02-07T09:24:49.634Z Compiling dof v0.3.0
18872025-02-07T09:24:49.701Z Compiling icu_normalizer v1.5.0
18882025-02-07T09:24:49.749Z Compiling document-features v0.2.10
18892025-02-07T09:24:51.654Z Compiling spki v0.7.3
18902025-02-07T09:24:51.887Z Compiling rand v0.8.5
18912025-02-07T09:24:52.150Z Compiling form_urlencoded v1.2.1
18922025-02-07T09:24:53.395Z Compiling salsa20 v0.10.2
18932025-02-07T09:24:53.494Z Compiling dtrace-parser v0.2.0
18942025-02-07T09:24:54.629Z Compiling pbkdf2 v0.12.2
18952025-02-07T09:24:54.883Z Compiling http-body v1.0.1
18962025-02-07T09:24:55.272Z Compiling bzip2-sys v0.1.11+1.0.8
18972025-02-07T09:24:55.311Z Compiling thread-id v4.2.2
18982025-02-07T09:24:56.171Z Compiling try-lock v0.2.5
18992025-02-07T09:24:56.414Z Compiling want v0.3.1
19002025-02-07T09:24:59.849Z Compiling scrypt v0.11.0
19012025-02-07T09:24:59.889Z Compiling idna_adapter v1.2.0
19022025-02-07T09:25:00.025Z Compiling h2 v0.4.6
19032025-02-07T09:25:00.124Z Compiling aes v0.8.4
19042025-02-07T09:25:00.175Z Compiling cbc v0.1.2
19052025-02-07T09:25:00.701Z Compiling multer v3.1.0
19062025-02-07T09:25:00.993Z Compiling tinyvec_macros v0.1.1
19072025-02-07T09:25:01.407Z Compiling base64 v0.22.1
19082025-02-07T09:25:01.410Z Compiling httpdate v1.0.3
19092025-02-07T09:25:01.496Z Compiling slog-async v2.8.0
19102025-02-07T09:25:02.334Z Compiling tinyvec v1.8.0
19112025-02-07T09:25:02.544Z Compiling pkcs5 v0.7.1
19122025-02-07T09:25:04.115Z Compiling idna v1.0.3
19132025-02-07T09:25:09.231Z Compiling hyper v1.5.2
19142025-02-07T09:25:10.284Z Compiling heapless v0.7.17
19152025-02-07T09:25:10.775Z Compiling zerocopy-derive v0.6.6
19162025-02-07T09:25:11.824Z Compiling signal-hook v0.3.17
19172025-02-07T09:25:12.066Z Compiling anyhow v1.0.95
19182025-02-07T09:25:12.167Z Compiling tower-service v0.3.3
19192025-02-07T09:25:12.323Z Compiling num-bigint-dig v0.8.4
19202025-02-07T09:25:12.528Z Compiling hyper-util v0.1.10
19212025-02-07T09:25:15.976Z Compiling pkcs8 v0.10.2
19222025-02-07T09:25:16.758Z Compiling usdt-macro v0.5.0
19232025-02-07T09:25:17.913Z Compiling usdt-attr-macro v0.5.0
19242025-02-07T09:25:19.113Z Compiling async-stream-impl v0.3.6
19252025-02-07T09:25:19.151Z Compiling strsim v0.11.1
19262025-02-07T09:25:19.837Z Compiling foreign-types-shared v0.1.1
19272025-02-07T09:25:19.864Z Compiling rustversion v1.0.17
19282025-02-07T09:25:20.121Z Compiling foreign-types v0.3.2
19292025-02-07T09:25:20.981Z Compiling url v2.5.3
19302025-02-07T09:25:21.394Z Compiling http-body-util v0.1.2
19312025-02-07T09:25:22.188Z Compiling curve25519-dalek v4.1.3
19322025-02-07T09:25:22.520Z Compiling openapiv3 v2.0.0
19332025-02-07T09:25:22.598Z Compiling serde_spanned v0.6.8
19342025-02-07T09:25:22.853Z Compiling toml_datetime v0.6.8
19352025-02-07T09:25:23.105Z Compiling enum-as-inner v0.6.1
19362025-02-07T09:25:24.425Z Compiling dropshot v0.12.0
19372025-02-07T09:25:24.744Z Compiling encoding_rs v0.8.34
19382025-02-07T09:25:26.464Z Compiling match_cfg v0.1.0
19392025-02-07T09:25:26.533Z Compiling portable-atomic v1.9.0
19402025-02-07T09:25:26.579Z Compiling adler2 v2.0.0
19412025-02-07T09:25:27.389Z Compiling newtype-uuid v1.2.1
19422025-02-07T09:25:27.410Z Compiling mime v0.3.17
19432025-02-07T09:25:27.527Z Compiling smoltcp v0.9.1
19442025-02-07T09:25:28.426Z Compiling miniz_oxide v0.8.0
19452025-02-07T09:25:29.903Z Compiling hostname v0.3.1
19462025-02-07T09:25:39.451Z Compiling serde_urlencoded v0.7.1
19472025-02-07T09:25:40.003Z Compiling rustls-pemfile v2.2.0
19482025-02-07T09:25:40.137Z Compiling clap_derive v4.5.24
19492025-02-07T09:25:40.549Z Compiling dirs-sys-next v0.1.2
19502025-02-07T09:25:41.380Z Compiling siphasher v0.3.11
19512025-02-07T09:25:41.870Z Compiling data-encoding v2.6.0
19522025-02-07T09:25:44.032Z Compiling ipnet v2.10.1
19532025-02-07T09:25:44.608Z Compiling openssl-probe v0.1.5
19542025-02-07T09:25:46.457Z Compiling dirs-next v2.0.0
19552025-02-07T09:25:48.112Z Compiling hubpack_derive v0.1.1
19562025-02-07T09:25:49.126Z Compiling rustls-webpki v0.102.8
19572025-02-07T09:25:49.487Z Compiling unicode-normalization v0.1.24
19582025-02-07T09:25:49.811Z Compiling crossbeam-epoch v0.9.18
19592025-02-07T09:25:50.124Z Compiling dropshot_endpoint v0.12.0
19602025-02-07T09:25:51.022Z Compiling sha1 v0.10.6
19612025-02-07T09:25:51.139Z Compiling signature v2.2.0
19622025-02-07T09:25:51.341Z Compiling curve25519-dalek-derive v0.1.1
19632025-02-07T09:25:51.521Z Compiling thread_local v1.1.8
19642025-02-07T09:25:51.524Z Compiling fs-err v2.11.0
19652025-02-07T09:25:52.191Z Compiling gimli v0.31.1
19662025-02-07T09:25:52.780Z Compiling unicode-bidi v0.3.17
19672025-02-07T09:25:54.193Z Compiling anstyle v1.0.10
19682025-02-07T09:25:54.482Z Compiling psl-types v2.0.11
19692025-02-07T09:25:54.731Z Compiling winnow v0.6.20
19702025-02-07T09:25:55.389Z Compiling utf8parse v0.2.2
19712025-02-07T09:25:55.563Z Compiling unicode-properties v0.1.3
19722025-02-07T09:25:55.593Z Compiling anstyle-parse v0.2.5
19732025-02-07T09:25:55.996Z Compiling stringprep v0.1.5
19742025-02-07T09:25:56.063Z Compiling publicsuffix v2.3.0
19752025-02-07T09:25:56.415Z Compiling addr2line v0.24.2
19762025-02-07T09:25:56.829Z Compiling crossbeam-deque v0.8.5
19772025-02-07T09:25:57.822Z Compiling toml_edit v0.22.22
19782025-02-07T09:25:58.013Z Compiling term v0.7.0
19792025-02-07T09:25:59.182Z Compiling tokio-native-tls v0.3.1
19802025-02-07T09:25:59.403Z Compiling slog-json v2.6.1
19812025-02-07T09:25:59.921Z Compiling crossbeam-channel v0.5.13
19822025-02-07T09:26:01.318Z Compiling webpki-roots v0.26.6
19832025-02-07T09:26:01.501Z Compiling futures-executor v0.3.31
19842025-02-07T09:26:01.615Z Compiling num-integer v0.1.46
19852025-02-07T09:26:01.965Z Compiling md-5 v0.10.6
19862025-02-07T09:26:02.229Z Compiling ff v0.13.0
19872025-02-07T09:26:02.323Z Compiling hash32 v0.2.1
19882025-02-07T09:26:02.462Z Compiling is-terminal v0.4.13
19892025-02-07T09:26:02.612Z Compiling memmap v0.7.0
19902025-02-07T09:26:02.689Z Compiling object v0.36.5
19912025-02-07T09:26:02.920Z Compiling heck v0.4.1
19922025-02-07T09:26:03.319Z Compiling quick-error v1.2.3
19932025-02-07T09:26:03.497Z Compiling is_terminal_polyfill v1.70.1
19942025-02-07T09:26:03.652Z Compiling take_mut v0.2.2
19952025-02-07T09:26:03.833Z Compiling rustc-demangle v0.1.24
19962025-02-07T09:26:04.275Z Compiling linked-hash-map v0.5.6
19972025-02-07T09:26:04.628Z Compiling anstyle-query v1.1.1
19982025-02-07T09:26:04.663Z Compiling fallible-iterator v0.2.0
19992025-02-07T09:26:04.710Z Compiling colorchoice v1.0.2
20002025-02-07T09:26:04.926Z Compiling utf-8 v0.7.6
20012025-02-07T09:26:05.008Z Compiling base16ct v0.2.0
20022025-02-07T09:26:05.232Z Compiling sec1 v0.7.3
20032025-02-07T09:26:05.313Z Compiling postgres-protocol v0.6.7
20042025-02-07T09:26:05.334Z Compiling tungstenite v0.24.0
20052025-02-07T09:26:06.104Z Compiling anstream v0.6.15
20062025-02-07T09:26:06.462Z Compiling lru-cache v0.1.2
20072025-02-07T09:26:06.691Z Compiling resolv-conf v0.7.0
20082025-02-07T09:26:07.060Z Compiling tokio-rustls v0.26.0
20092025-02-07T09:26:07.310Z Compiling strum_macros v0.25.3
20102025-02-07T09:26:07.514Z Compiling usdt v0.5.0
20112025-02-07T09:26:07.971Z Compiling slog-term v2.9.1
20122025-02-07T09:26:08.610Z Compiling group v0.13.0
20132025-02-07T09:26:08.811Z Compiling num-iter v0.1.45
20142025-02-07T09:26:08.935Z Compiling futures v0.3.31
20152025-02-07T09:26:09.179Z Compiling backtrace v0.3.74
20162025-02-07T09:26:09.637Z Compiling tokio-rustls v0.25.0
20172025-02-07T09:26:09.833Z Compiling toml v0.8.19
20182025-02-07T09:26:10.629Z Compiling slog-bunyan v2.5.0
20192025-02-07T09:26:10.923Z Compiling hyper-tls v0.6.0
20202025-02-07T09:26:11.209Z Compiling cookie_store v0.21.1
20212025-02-07T09:26:11.359Z Compiling hickory-proto v0.24.2
20222025-02-07T09:26:11.537Z Compiling phf_shared v0.11.2
20232025-02-07T09:26:11.778Z Compiling async-stream v0.3.6
20242025-02-07T09:26:11.897Z Compiling waitgroup v0.1.2
20252025-02-07T09:26:12.108Z Compiling hashbrown v0.14.5
20262025-02-07T09:26:12.283Z Compiling hkdf v0.12.4
20272025-02-07T09:26:12.528Z Compiling terminal_size v0.4.0
20282025-02-07T09:26:12.762Z Compiling serde_path_to_error v0.1.16
20292025-02-07T09:26:12.972Z Compiling crypto-bigint v0.5.5
20302025-02-07T09:26:13.292Z Compiling serde_repr v0.1.19
20312025-02-07T09:26:13.516Z Compiling derive-where v1.2.7
20322025-02-07T09:26:14.331Z Compiling sync_wrapper v1.0.1
20332025-02-07T09:26:14.673Z Compiling hostname v0.4.0
20342025-02-07T09:26:14.901Z Compiling crc32fast v1.4.2
20352025-02-07T09:26:15.237Z Compiling bitflags v1.3.2
20362025-02-07T09:26:15.259Z Compiling clap_lex v0.7.4
20372025-02-07T09:26:15.534Z Compiling unicode-width v0.2.0
20382025-02-07T09:26:15.534Z Compiling managed v0.8.0
20392025-02-07T09:26:15.669Z Compiling winnow v0.5.40
20402025-02-07T09:26:16.196Z Compiling debug-ignore v1.0.5
20412025-02-07T09:26:16.747Z Compiling hickory-resolver v0.24.2
20422025-02-07T09:26:18.977Z Compiling toml_edit v0.19.15
20432025-02-07T09:26:19.583Z Compiling console v0.15.10
20442025-02-07T09:26:20.762Z Compiling elliptic-curve v0.13.8
20452025-02-07T09:26:21.478Z Compiling clap_builder v4.5.27
20462025-02-07T09:26:22.147Z Compiling flate2 v1.0.35
20472025-02-07T09:26:22.517Z Compiling regress v0.10.1
20482025-02-07T09:26:24.255Z Compiling hyper-rustls v0.27.3
20492025-02-07T09:26:25.230Z Compiling phf v0.11.2
20502025-02-07T09:26:27.223Z Compiling signal-hook-mio v0.2.4
20512025-02-07T09:26:27.402Z Compiling rayon v1.10.0
20522025-02-07T09:26:27.425Z Compiling bzip2 v0.4.4
20532025-02-07T09:26:27.848Z Compiling tokio-tungstenite v0.24.0
20542025-02-07T09:26:28.368Z Compiling postgres-types v0.2.8
20552025-02-07T09:26:28.838Z Compiling ed25519 v2.2.3
20562025-02-07T09:26:29.277Z Compiling hubpack v0.1.2
20572025-02-07T09:26:29.533Z Compiling phf_shared v0.10.0
20582025-02-07T09:26:29.948Z Compiling pkcs1 v0.7.5
20592025-02-07T09:26:30.826Z Compiling zerocopy v0.6.6
20602025-02-07T09:26:30.992Z Compiling tokio-stream v0.1.16
20612025-02-07T09:26:31.109Z Compiling rfc6979 v0.4.0
20622025-02-07T09:26:31.313Z Compiling serde-big-array v0.5.1
20632025-02-07T09:26:31.541Z Compiling float-cmp v0.9.0
20642025-02-07T09:26:31.734Z Compiling bstr v1.10.0
20652025-02-07T09:26:32.022Z Compiling difflib v0.4.0
20662025-02-07T09:26:32.253Z Compiling predicates-core v1.0.8
20672025-02-07T09:26:32.541Z Compiling whoami v1.5.2
20682025-02-07T09:26:32.827Z Compiling precomputed-hash v0.1.1
20692025-02-07T09:26:32.974Z Compiling static_assertions v1.1.0
20702025-02-07T09:26:33.053Z Compiling fixedbitset v0.4.2
20712025-02-07T09:26:33.088Z Compiling bit-vec v0.6.3
20722025-02-07T09:26:33.149Z Compiling unicode-segmentation v1.12.0
20732025-02-07T09:26:33.176Z Compiling number_prefix v0.4.0
20742025-02-07T09:26:33.443Z Compiling new_debug_unreachable v1.0.6
20752025-02-07T09:26:33.464Z Compiling normalize-line-endings v0.3.0
20762025-02-07T09:26:33.669Z Compiling predicates v3.1.2
20772025-02-07T09:26:33.986Z Compiling similar v2.6.0
20782025-02-07T09:26:34.775Z Compiling string_cache v0.8.7
20792025-02-07T09:26:35.158Z Compiling bit-set v0.5.3
20802025-02-07T09:26:35.514Z Compiling indicatif v0.17.11
20812025-02-07T09:26:35.775Z Compiling petgraph v0.6.5
20822025-02-07T09:26:36.753Z Compiling reqwest v0.12.9
20832025-02-07T09:26:37.328Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20842025-02-07T09:26:37.708Z Compiling tokio-postgres v0.7.12
20852025-02-07T09:26:38.795Z Compiling qorb v0.2.1
20862025-02-07T09:26:39.571Z Compiling ecdsa v0.16.9
20872025-02-07T09:26:40.607Z Compiling rsa v0.9.6
20882025-02-07T09:26:41.142Z Compiling ed25519-dalek v2.1.1
20892025-02-07T09:26:42.055Z Compiling zip v0.6.6
20902025-02-07T09:26:42.458Z Compiling crossterm v0.28.1
20912025-02-07T09:26:42.907Z Compiling typify-impl v0.2.0
20922025-02-07T09:26:43.224Z Compiling clap v4.5.27
20932025-02-07T09:26:43.353Z Compiling toml v0.7.8
20942025-02-07T09:26:45.762Z Compiling x509-cert v0.2.5
20952025-02-07T09:26:46.724Z Compiling hex v0.4.3
20962025-02-07T09:26:49.316Z Compiling itertools v0.10.5
20972025-02-07T09:26:51.597Z Compiling lalrpop-util v0.19.12
20982025-02-07T09:26:52.042Z Compiling unicode-xid v0.2.6
20992025-02-07T09:26:52.242Z Compiling peg-runtime v0.8.3
21002025-02-07T09:26:52.704Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21012025-02-07T09:26:53.098Z Compiling typify-macro v0.2.0
21022025-02-07T09:27:21.124Z Compiling radium v0.7.0
21032025-02-07T09:27:28.670Z Compiling tap v1.0.1
21042025-02-07T09:27:28.876Z Compiling maybe-uninit v2.0.0
21052025-02-07T09:27:29.334Z Compiling ident_case v1.0.1
21062025-02-07T09:27:29.597Z Compiling darling_core v0.20.10
21072025-02-07T09:27:32.570Z Compiling wyz v0.5.1
21082025-02-07T09:27:39.089Z Compiling typify v0.2.0
21092025-02-07T09:27:41.332Z Compiling unsafe-libyaml v0.2.11
21102025-02-07T09:27:43.094Z Compiling packed_struct v0.10.1
21112025-02-07T09:27:43.802Z Compiling funty v2.0.0
21122025-02-07T09:27:46.605Z Compiling bitvec v1.0.1
21132025-02-07T09:27:50.432Z Compiling serde_yaml v0.9.34+deprecated
21142025-02-07T09:27:55.113Z Compiling progenitor-impl v0.8.0
21152025-02-07T09:27:58.041Z Compiling darling_macro v0.20.10
21162025-02-07T09:28:01.097Z Compiling ipnetwork v0.20.0
21172025-02-07T09:28:02.179Z Compiling packed_struct_codegen v0.10.1
21182025-02-07T09:28:02.808Z Compiling structmeta-derive v0.3.0
21192025-02-07T09:28:04.151Z Compiling indexmap v1.9.3
21202025-02-07T09:28:04.533Z Compiling crc-catalog v2.4.0
21212025-02-07T09:28:04.718Z Compiling nodrop v0.1.14
21222025-02-07T09:28:04.832Z Compiling fastrand v2.1.1
21232025-02-07T09:28:04.873Z Compiling thiserror v2.0.11
21242025-02-07T09:28:04.896Z Compiling array-init v0.0.4
21252025-02-07T09:28:05.257Z Compiling structmeta v0.3.0
21262025-02-07T09:28:05.277Z Compiling tempfile v3.13.0
21272025-02-07T09:28:05.472Z Compiling crc v3.2.1
21282025-02-07T09:28:05.861Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21292025-02-07T09:28:05.890Z Compiling progenitor-macro v0.8.0
21302025-02-07T09:28:06.056Z Compiling smallvec v0.6.14
21312025-02-07T09:28:06.520Z Compiling darling v0.20.10
21322025-02-07T09:28:06.976Z Compiling progenitor-client v0.8.0
21332025-02-07T09:28:07.570Z Compiling xattr v1.3.1
21342025-02-07T09:28:07.854Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
21352025-02-07T09:28:07.908Z Compiling thiserror-impl v2.0.11
21362025-02-07T09:28:08.924Z Compiling pin-project-internal v1.1.6
21372025-02-07T09:28:09.689Z Compiling filetime v0.2.25
21382025-02-07T09:28:09.694Z Compiling dropshot v0.15.1
21392025-02-07T09:28:10.024Z Compiling bitfield v0.14.0
21402025-02-07T09:28:10.044Z Compiling same-file v1.0.6
21412025-02-07T09:28:10.325Z Compiling hashbrown v0.12.3
21422025-02-07T09:28:10.349Z Compiling base64 v0.21.7
21432025-02-07T09:28:10.732Z Compiling termcolor v1.4.1
21442025-02-07T09:28:11.502Z Compiling pin-project v1.1.6
21452025-02-07T09:28:11.577Z Compiling env_logger v0.10.2
21462025-02-07T09:28:11.664Z Compiling ron v0.8.1
21472025-02-07T09:28:11.934Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21482025-02-07T09:28:12.600Z Compiling walkdir v2.5.0
21492025-02-07T09:28:14.342Z Compiling tar v0.4.42
21502025-02-07T09:28:14.593Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
21512025-02-07T09:28:15.085Z Compiling serde_with_macros v3.11.0
21522025-02-07T09:28:16.693Z Compiling progenitor v0.8.0
21532025-02-07T09:28:16.931Z Compiling serde-hex v0.1.0
21542025-02-07T09:28:17.388Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21552025-02-07T09:28:17.439Z Compiling parse-display-derive v0.10.0
21562025-02-07T09:28:17.714Z Compiling strum_macros v0.26.4
21572025-02-07T09:28:20.215Z Compiling hashbrown v0.13.2
21582025-02-07T09:28:21.018Z Compiling dropshot_endpoint v0.15.1
21592025-02-07T09:28:21.517Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21602025-02-07T09:28:21.934Z Compiling snafu-derive v0.8.5
21612025-02-07T09:28:21.955Z Compiling blake3 v1.5.4
21622025-02-07T09:28:22.267Z Compiling instant v0.1.13
21632025-02-07T09:28:22.459Z Compiling simd-adler32 v0.3.7
21642025-02-07T09:28:22.535Z Compiling lockfree-object-pool v0.1.6
21652025-02-07T09:28:22.852Z Compiling crc-any v2.5.0
21662025-02-07T09:28:23.701Z Compiling bumpalo v3.16.0
21672025-02-07T09:28:23.848Z Compiling buf-list v1.0.3
21682025-02-07T09:28:24.282Z Compiling zip v2.1.3
21692025-02-07T09:28:24.464Z Compiling zopfli v0.8.1
21702025-02-07T09:28:25.289Z Compiling backoff v0.4.0
21712025-02-07T09:28:25.707Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21722025-02-07T09:28:26.235Z Compiling snafu v0.8.5
21732025-02-07T09:28:26.345Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742025-02-07T09:28:26.579Z Compiling strum v0.26.3
21752025-02-07T09:28:26.808Z Compiling object v0.30.4
21762025-02-07T09:28:27.448Z Compiling parse-display v0.10.0
21772025-02-07T09:28:28.607Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21782025-02-07T09:28:29.351Z Compiling serde_with v3.11.0
21792025-02-07T09:28:30.206Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21802025-02-07T09:28:33.279Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21812025-02-07T09:28:33.982Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21822025-02-07T09:28:34.689Z Compiling camino-tempfile v1.1.1
21832025-02-07T09:28:35.458Z Compiling globset v0.4.15
21842025-02-07T09:28:36.328Z Compiling regress v0.9.1
21852025-02-07T09:28:38.714Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21862025-02-07T09:28:38.924Z Compiling progenitor-client v0.9.1
21872025-02-07T09:28:39.866Z Compiling olpc-cjson v0.1.4
21882025-02-07T09:28:40.228Z Compiling pem v3.0.4
21892025-02-07T09:28:40.311Z Compiling cargo-platform v0.1.8
21902025-02-07T09:28:41.378Z Compiling serde_plain v1.0.2
21912025-02-07T09:28:41.681Z Compiling macaddr v1.0.1
21922025-02-07T09:28:41.955Z Compiling async-recursion v1.1.1
21932025-02-07T09:28:42.337Z Compiling memmap2 v0.9.5
21942025-02-07T09:28:42.781Z Compiling arrayvec v0.7.6
21952025-02-07T09:28:42.845Z Compiling path-slash v0.1.5
21962025-02-07T09:28:42.958Z Compiling arrayref v0.3.9
21972025-02-07T09:28:43.088Z Compiling constant_time_eq v0.3.1
21982025-02-07T09:28:43.109Z Compiling typed-path v0.9.3
21992025-02-07T09:28:43.279Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22002025-02-07T09:28:43.299Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22012025-02-07T09:28:44.581Z Compiling cargo_metadata v0.18.1
22022025-02-07T09:28:45.812Z Compiling tough v0.19.0
22032025-02-07T09:28:48.846Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22042025-02-07T09:28:48.890Z Compiling itertools v0.13.0
22052025-02-07T09:28:49.333Z Compiling parse-size v1.1.0
22062025-02-07T09:28:49.671Z Compiling topological-sort v0.2.2
22072025-02-07T09:28:49.970Z Compiling omicron-zone-package v0.12.0
22082025-02-07T09:28:50.053Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22092025-02-07T09:28:52.440Z Compiling shell-words v1.1.0
22102025-02-07T09:28:55.893Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22112025-02-07T09:29:08.786Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22122025-02-07T09:29:23.940Z Finished `release` profile [optimized] target(s) in 5m 37s
22132025-02-07T09:29:24.107Z Running `target/release/omicron-releng --output-dir /work`
22142025-02-07T09:29:24.156ZFeb 07 09:29:22.886 DEBG changing working directory to /work/oxidecomputer/omicron
22152025-02-07T09:29:24.262ZFeb 07 09:29:22.994 DEBG running: git rev-parse HEAD
22162025-02-07T09:29:24.269ZFeb 07 09:29:23.001 DEBG process exited with exit status: 0 (6.954752ms)
22172025-02-07T09:29:24.269ZFeb 07 09:29:23.001 INFO version: 13.0.0-0.ci+gite5add313d96
22182025-02-07T09:29:24.313ZFeb 07 09:29:23.046 INFO cloning helios to /work/oxidecomputer/helios
22192025-02-07T09:29:24.313ZFeb 07 09:29:23.046 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22202025-02-07T09:29:24.319ZCloning into '/work/oxidecomputer/helios'...
22212025-02-07T09:29:24.817ZFeb 07 09:29:23.549 DEBG process exited with exit status: 0 (502.91155ms)
22222025-02-07T09:29:24.817ZFeb 07 09:29:23.549 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22232025-02-07T09:29:25.706ZFeb 07 09:29:24.438 DEBG process exited with exit status: 0 (889.186605ms)
22242025-02-07T09:29:25.706ZFeb 07 09:29:24.438 DEBG running: zfs list rpool/images/build/host
22252025-02-07T09:29:25.713ZNAME USED AVAIL REFER MOUNTPOINT
22262025-02-07T09:29:25.713Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22272025-02-07T09:29:25.715ZFeb 07 09:29:24.446 DEBG process exited with exit status: 0 (7.24716ms)
22282025-02-07T09:29:25.715ZFeb 07 09:29:24.446 DEBG running: zfs list rpool/images/build/recovery
22292025-02-07T09:29:25.719ZNAME USED AVAIL REFER MOUNTPOINT
22302025-02-07T09:29:25.719Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22312025-02-07T09:29:25.722ZFeb 07 09:29:24.452 DEBG process exited with exit status: 0 (6.517659ms)
22322025-02-07T09:29:25.722ZFeb 07 09:29:24.453 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22332025-02-07T09:29:25.754Z# branch.oid 6f70a2d0ac0dd1cd4770e572051ba364029292ff
22342025-02-07T09:29:25.754Z# branch.head master
22352025-02-07T09:29:25.754Z# branch.upstream origin/master
22362025-02-07T09:29:25.754Z# branch.ab +0 -0
22372025-02-07T09:29:25.757ZFeb 07 09:29:24.461 DEBG process exited with exit status: 0 (8.71355ms)
22382025-02-07T09:29:25.757ZFeb 07 09:29:24.462 INFO [hubris-production] running task
22392025-02-07T09:29:25.757ZFeb 07 09:29:24.462 INFO [hubris-staging] running task
22402025-02-07T09:29:25.757ZFeb 07 09:29:24.463 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22412025-02-07T09:29:25.757ZFeb 07 09:29:24.466 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22422025-02-07T09:29:25.805Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22432025-02-07T09:29:26.189Z[ omicron-package] Blocking waiting for file lock on package cache
22442025-02-07T09:29:26.954Z[ omicron-package] Blocking waiting for file lock on package cache
22452025-02-07T09:29:27.226Z[ omicron-package] Blocking waiting for file lock on package cache
22462025-02-07T09:29:27.575ZFeb 07 09:29:26.307 INFO [hubris-production] task succeeded (1.844592672s)
22472025-02-07T09:29:28.107Z[ omicron-package] Compiling zerocopy v0.8.10
22482025-02-07T09:29:28.109Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22492025-02-07T09:29:28.109Z[ omicron-package] Compiling itertools v0.13.0
22502025-02-07T09:29:28.109Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22512025-02-07T09:29:28.110Z[ omicron-package] Compiling heapless v0.8.0
22522025-02-07T09:29:28.110Z[ omicron-package] Compiling hash32 v0.3.1
22532025-02-07T09:29:28.110Z[ omicron-package] Compiling smoltcp v0.11.0
22542025-02-07T09:29:28.110Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22552025-02-07T09:29:29.420Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22562025-02-07T09:29:29.786Z[ omicron-package] Compiling num_enum_derive v0.5.11
22572025-02-07T09:29:30.033Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22582025-02-07T09:29:30.075Z[ omicron-package] Compiling cobs v0.2.3
22592025-02-07T09:29:30.376Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22602025-02-07T09:29:30.818Z[ omicron-package] Compiling postcard v1.0.10
22612025-02-07T09:29:31.069Z[ omicron-package] Compiling proc-macro-error v1.0.4
22622025-02-07T09:29:31.218Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22632025-02-07T09:29:31.369Z[ omicron-package] Compiling unicode-width v0.1.14
22642025-02-07T09:29:31.679Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22652025-02-07T09:29:32.122Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22662025-02-07T09:29:32.778Z[ omicron-package] Compiling tabwriter v1.4.0
22672025-02-07T09:29:33.668Z[ omicron-package] Compiling foreign-types v0.5.0
22682025-02-07T09:29:34.155Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22692025-02-07T09:29:34.221Z[ omicron-package] Compiling cstr-argument v0.1.2
22702025-02-07T09:29:34.345Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22712025-02-07T09:29:34.423Z[ omicron-package] Compiling num_enum v0.5.11
22722025-02-07T09:29:34.514Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22732025-02-07T09:29:34.967Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22742025-02-07T09:29:35.080Z[ omicron-package] Compiling pretty-hex v0.2.1
22752025-02-07T09:29:35.181Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22762025-02-07T09:29:35.447Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22772025-02-07T09:29:36.253Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22782025-02-07T09:29:36.344Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22792025-02-07T09:29:36.464Z[ omicron-package] Compiling colored v2.1.0
22802025-02-07T09:29:36.479Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22812025-02-07T09:29:37.191Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22822025-02-07T09:29:37.523Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22832025-02-07T09:29:38.126Z[ omicron-package] Compiling sigpipe v0.1.3
22842025-02-07T09:29:38.414Z[ omicron-package] Compiling num-derive v0.4.2
22852025-02-07T09:29:38.541Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22862025-02-07T09:29:39.079Z[ omicron-package] Compiling libefi-sys v0.1.0
22872025-02-07T09:29:39.468Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22882025-02-07T09:29:39.908Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
22892025-02-07T09:29:39.968Z[ omicron-package] Compiling smf v0.2.3
22902025-02-07T09:29:40.195Z[ omicron-package] Compiling zone v0.3.0
22912025-02-07T09:29:41.044Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22922025-02-07T09:29:41.983Z[ omicron-package] Compiling bitfield-struct v0.6.2
22932025-02-07T09:29:42.222Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
22942025-02-07T09:29:44.188Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22952025-02-07T09:29:44.280Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22962025-02-07T09:29:44.403Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22972025-02-07T09:29:44.537Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22982025-02-07T09:29:45.009Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22992025-02-07T09:29:45.063Z[ omicron-package] Compiling gethostname v0.5.0
23002025-02-07T09:29:45.149Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012025-02-07T09:29:45.275Z[ omicron-package] Compiling indent_write v2.2.0
23022025-02-07T09:29:46.463Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23032025-02-07T09:29:48.582Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23042025-02-07T09:29:49.655Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23052025-02-07T09:29:50.949Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23062025-02-07T09:29:53.663ZFeb 07 09:29:52.391 INFO [hubris-staging] task succeeded (27.929065604s)
23072025-02-07T09:29:53.973Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23082025-02-07T09:29:54.410Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23092025-02-07T09:29:56.308Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23102025-02-07T09:30:04.669Z[ helios-setup] Feb 07 09:30:03.396 INFO helios repository root is: /work/oxidecomputer/helios
23112025-02-07T09:30:04.672Z[ helios-setup] Feb 07 09:30:03.397 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23122025-02-07T09:30:04.672Z[ helios-setup] Feb 07 09:30:03.398 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
23132025-02-07T09:30:04.672Z[ helios-setup] Feb 07 09:30:03.398 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23142025-02-07T09:30:04.674Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23152025-02-07T09:30:05.532Z[ helios-setup] Feb 07 09:30:04.259 INFO clone ok!, project: pilot
23162025-02-07T09:30:05.535Z[ helios-setup] Feb 07 09:30:04.259 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
23172025-02-07T09:30:05.535Z[ helios-setup] Feb 07 09:30:04.259 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23182025-02-07T09:30:05.535Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23192025-02-07T09:30:06.391Z[ helios-setup] Feb 07 09:30:05.117 INFO clone ok!, project: chelsio-t6-roms
23202025-02-07T09:30:06.393Z[ helios-setup] Feb 07 09:30:05.118 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
23212025-02-07T09:30:06.393Z[ helios-setup] Feb 07 09:30:05.118 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23222025-02-07T09:30:06.396Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23232025-02-07T09:30:07.120Z[ helios-setup] Feb 07 09:30:05.847 INFO clone ok!, project: image-builder
23242025-02-07T09:30:07.123Z[ helios-setup] Feb 07 09:30:05.847 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
23252025-02-07T09:30:07.123Z[ helios-setup] Feb 07 09:30:05.847 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23262025-02-07T09:30:07.125Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23272025-02-07T09:30:07.974Z[ helios-setup] Feb 07 09:30:06.700 INFO clone ok!, project: phbl
23282025-02-07T09:30:07.977Z[ helios-setup] Feb 07 09:30:06.701 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23292025-02-07T09:30:07.977Z[ helios-setup] Feb 07 09:30:06.701 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23302025-02-07T09:30:07.977Z[ helios-setup] Feb 07 09:30:06.701 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
23312025-02-07T09:30:07.977Z[ helios-setup] Feb 07 09:30:06.701 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23322025-02-07T09:30:07.979Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23332025-02-07T09:30:08.665Z[ helios-setup] Feb 07 09:30:07.391 INFO clone ok!, project: bootserver
23342025-02-07T09:30:08.668Z[ helios-setup] Feb 07 09:30:07.392 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
23352025-02-07T09:30:08.668Z[ helios-setup] Feb 07 09:30:07.392 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23362025-02-07T09:30:08.670Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23372025-02-07T09:30:14.221Z[ omicron-package] Finished `release` profile [optimized] target(s) in 48.47s
23382025-02-07T09:30:14.464Z[ omicron-package]
23392025-02-07T09:30:14.465Z[ omicron-package] real 48.678845842
23402025-02-07T09:30:14.467Z[ omicron-package] user 3:00.536846182
23412025-02-07T09:30:14.467Z[ omicron-package] sys 17.958502737
23422025-02-07T09:30:14.467Z[ omicron-package] trap 0.329611026
23432025-02-07T09:30:14.467Z[ omicron-package] tflt 0.848285015
23442025-02-07T09:30:14.467Z[ omicron-package] dflt 0.754071700
23452025-02-07T09:30:14.467Z[ omicron-package] kflt 0.000002219
23462025-02-07T09:30:14.467Z[ omicron-package] lock 5:08.318483929
23472025-02-07T09:30:14.467Z[ omicron-package] slp 9:27.773097058
23482025-02-07T09:30:14.467Z[ omicron-package] lat 1:37.007358995
23492025-02-07T09:30:14.467Z[ omicron-package] stop 57.351638145
23502025-02-07T09:30:14.467ZFeb 07 09:30:13.191 INFO [omicron-package] process exited with exit status: 0 (48.728333896s)
23512025-02-07T09:30:14.467ZFeb 07 09:30:13.192 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
23522025-02-07T09:30:14.549ZFeb 07 09:30:13.275 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
23532025-02-07T09:30:14.561Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23542025-02-07T09:30:14.563Z[ host-target] Created new build target 'host' and set it as active
23552025-02-07T09:30:14.566ZFeb 07 09:30:13.289 INFO [host-target] process exited with exit status: 0 (97.775493ms)
23562025-02-07T09:30:14.566ZFeb 07 09:30:13.290 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23572025-02-07T09:30:14.572Z[ recovery-target] Created new build target 'recovery' and set it as active
23582025-02-07T09:30:14.574Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23592025-02-07T09:30:14.574ZFeb 07 09:30:13.300 INFO [recovery-target] process exited with exit status: 0 (25.310331ms)
23602025-02-07T09:30:14.582Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23612025-02-07T09:30:14.893Z[ helios-setup] Feb 07 09:30:13.618 INFO clone ok!, project: amd-firmware
23622025-02-07T09:30:14.896Z[ helios-setup] Feb 07 09:30:13.619 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
23632025-02-07T09:30:14.896Z[ helios-setup] Feb 07 09:30:13.619 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
23642025-02-07T09:30:14.899Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23652025-02-07T09:30:15.767Z[ host-package] Compiling thiserror v2.0.11
23662025-02-07T09:30:15.769Z[ host-package] Compiling typify-impl v0.3.0
23672025-02-07T09:30:15.769Z[ host-package] Compiling convert_case v0.4.0
23682025-02-07T09:30:15.769Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23692025-02-07T09:30:15.769Z[ host-package] Compiling newline-converter v0.3.0
23702025-02-07T09:30:15.772Z[ host-package] Compiling password-hash v0.5.0
23712025-02-07T09:30:15.772Z[ host-package] Compiling blake2 v0.10.6
23722025-02-07T09:30:15.772Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
23732025-02-07T09:30:15.804Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23742025-02-07T09:30:15.810Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23752025-02-07T09:30:16.172Z[ host-package] Compiling expectorate v1.1.0
23762025-02-07T09:30:16.196Z[ host-package] Compiling atomicwrites v0.4.4
23772025-02-07T09:30:16.452Z[ host-package] Compiling argon2 v0.5.3
23782025-02-07T09:30:16.614Z[ host-package] Compiling owo-colors v4.1.0
23792025-02-07T09:30:16.681Z[ host-package] Compiling derive_more v0.99.18
23802025-02-07T09:30:16.765Z[ host-package] Compiling cancel-safe-futures v0.1.5
23812025-02-07T09:30:16.985Z[ host-package] Compiling num-rational v0.4.2
23822025-02-07T09:30:17.131Z[ host-package] Compiling progenitor-client v0.9.1
23832025-02-07T09:30:17.205Z[ host-package] Compiling num-complex v0.4.6
23842025-02-07T09:30:17.723Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852025-02-07T09:30:18.314Z[ host-package] Compiling num v0.4.3
23862025-02-07T09:30:18.481Z[ host-package] Compiling libsw v3.3.1
23872025-02-07T09:30:18.872Z[ host-package] Compiling linear-map v1.2.0
23882025-02-07T09:30:18.892Z[ host-package] Compiling float-ord v0.3.2
23892025-02-07T09:30:18.924Z[ host-package] Compiling swrite v0.1.0
23902025-02-07T09:30:19.095Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23912025-02-07T09:30:19.095Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23922025-02-07T09:30:19.279Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23932025-02-07T09:30:19.446Z[ host-package] Compiling highway v1.2.0
23942025-02-07T09:30:20.927Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23952025-02-07T09:30:21.024Z[ host-package] Compiling semver v0.1.20
23962025-02-07T09:30:21.607Z[ host-package] Compiling rustc_version v0.1.7
23972025-02-07T09:30:22.063Z[ host-package] Compiling newtype_derive v0.1.6
23982025-02-07T09:30:22.429Z[ host-package] Compiling tungstenite v0.21.0
23992025-02-07T09:30:22.930Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24002025-02-07T09:30:24.900Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
24012025-02-07T09:30:24.914Z[ helios-setup] Feb 07 09:30:23.638 INFO clone ok!, project: amd-host-image-builder
24022025-02-07T09:30:24.916Z[ helios-setup] Feb 07 09:30:23.639 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
24032025-02-07T09:30:24.916Z[ helios-setup] Feb 07 09:30:23.639 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
24042025-02-07T09:30:24.919Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
24052025-02-07T09:30:25.748Z[ helios-setup] Feb 07 09:30:24.473 INFO clone ok!, project: pinprick
24062025-02-07T09:30:25.751Z[ helios-setup] Feb 07 09:30:24.473 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24072025-02-07T09:30:26.618Z[ helios-setup] Feb 07 09:30:25.342 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24082025-02-07T09:30:27.268Z[ helios-setup] Feb 07 09:30:25.992 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24092025-02-07T09:30:27.268Z[ helios-setup] Feb 07 09:30:25.992 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24102025-02-07T09:30:27.486Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24112025-02-07T09:30:27.584Z[ host-package] Compiling typify-macro v0.3.0
24122025-02-07T09:30:27.687Z[ host-package] Compiling ipnetwork v0.20.0
24132025-02-07T09:30:27.813Z[ helios-setup] Feb 07 09:30:26.537 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24142025-02-07T09:30:28.360Z[ helios-setup] Feb 07 09:30:27.084 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24152025-02-07T09:30:28.360Z[ helios-setup] Feb 07 09:30:27.084 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24162025-02-07T09:30:28.472Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24172025-02-07T09:30:28.854Z[ helios-setup] Feb 07 09:30:27.577 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24182025-02-07T09:30:29.028Z[ host-package] Compiling tokio-tungstenite v0.21.0
24192025-02-07T09:30:29.367Z[ helios-setup] Feb 07 09:30:28.091 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24202025-02-07T09:30:29.367Z[ helios-setup] Feb 07 09:30:28.091 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24212025-02-07T09:30:29.370Z[ helios-setup] Feb 07 09:30:28.091 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24222025-02-07T09:30:29.370Z[ helios-setup] Feb 07 09:30:28.091 INFO ok!
24232025-02-07T09:30:29.370Z[ helios-setup] Feb 07 09:30:28.091 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24242025-02-07T09:30:29.370Z[ helios-setup] Feb 07 09:30:28.091 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24252025-02-07T09:30:29.370Z[ helios-setup] Feb 07 09:30:28.092 INFO ok!
24262025-02-07T09:30:29.370Z[ helios-setup] Feb 07 09:30:28.092 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24272025-02-07T09:30:29.370Z[ helios-setup] Feb 07 09:30:28.092 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24282025-02-07T09:30:29.370Z[ helios-setup] Feb 07 09:30:28.092 INFO ok!
24292025-02-07T09:30:29.370Z[ helios-setup] Feb 07 09:30:28.092 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24302025-02-07T09:30:29.370Z[ helios-setup] Feb 07 09:30:28.092 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24312025-02-07T09:30:29.370Z[ host-package] Compiling progenitor-client v0.8.0
24322025-02-07T09:30:29.450Z[ host-package] Compiling humantime v2.1.0
24332025-02-07T09:30:29.732Z[ helios-setup] Feb 07 09:30:28.456 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
24342025-02-07T09:30:29.881Z[ host-package] Compiling progenitor v0.8.0
24352025-02-07T09:30:29.906Z[ host-package] Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
24362025-02-07T09:30:30.112Z[ host-package] Compiling dropshot v0.15.1
24372025-02-07T09:30:30.198Z[ host-package] Compiling instant v0.1.13
24382025-02-07T09:30:30.372Z[ host-package] Compiling backoff v0.4.0
24392025-02-07T09:30:30.400Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24402025-02-07T09:30:30.743Z[ helios-setup] Feb 07 09:30:29.467 INFO E| From https://github.com/oxidecomputer/progenitor
24412025-02-07T09:30:30.743Z[ helios-setup] Feb 07 09:30:29.467 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24422025-02-07T09:30:30.860Z[ helios-setup] Feb 07 09:30:29.583 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24432025-02-07T09:30:30.911Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24442025-02-07T09:30:31.020Z[ host-package] Compiling steno v0.4.1
24452025-02-07T09:30:31.118Z[ host-package] Compiling typify v0.3.0
24462025-02-07T09:30:31.297Z[ host-package] Compiling progenitor-impl v0.9.1
24472025-02-07T09:30:31.302Z[ helios-setup] Feb 07 09:30:30.026 INFO E| From https://github.com/jclulow/hiercmd
24482025-02-07T09:30:31.302Z[ helios-setup] Feb 07 09:30:30.026 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24492025-02-07T09:30:31.323Z[ helios-setup] Feb 07 09:30:30.046 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24502025-02-07T09:30:31.763Z[ helios-setup] Feb 07 09:30:30.487 INFO E| From https://github.com/jclulow/network-interface
24512025-02-07T09:30:31.764Z[ helios-setup] Feb 07 09:30:30.487 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24522025-02-07T09:30:31.782Z[ helios-setup] Feb 07 09:30:30.505 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24532025-02-07T09:30:32.234Z[ helios-setup] Feb 07 09:30:30.957 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24542025-02-07T09:30:32.234Z[ helios-setup] Feb 07 09:30:30.958 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24552025-02-07T09:30:32.286Z[ helios-setup] Feb 07 09:30:31.010 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24562025-02-07T09:30:33.192Z[ helios-setup] Feb 07 09:30:31.915 INFO E| From https://github.com/oxidecomputer/facade
24572025-02-07T09:30:33.192Z[ helios-setup] Feb 07 09:30:31.915 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24582025-02-07T09:30:33.236Z[ helios-setup] Feb 07 09:30:31.959 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24592025-02-07T09:30:33.767Z[ helios-setup] Feb 07 09:30:32.490 INFO E| From https://github.com/oxidecomputer/dropshot
24602025-02-07T09:30:33.767Z[ helios-setup] Feb 07 09:30:32.490 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24612025-02-07T09:30:33.809Z[ helios-setup] Feb 07 09:30:32.532 INFO E| Updating crates.io index
24622025-02-07T09:30:33.918Z[ helios-setup] Feb 07 09:30:32.641 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24632025-02-07T09:30:34.727Z[ helios-setup] Feb 07 09:30:33.450 INFO E| From https://github.com/oxidecomputer/typify
24642025-02-07T09:30:34.727Z[ helios-setup] Feb 07 09:30:33.450 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24652025-02-07T09:30:35.005Z[ helios-setup] Feb 07 09:30:33.728 INFO E| Downloading crates ...
24662025-02-07T09:30:35.169Z[ helios-setup] Feb 07 09:30:33.892 INFO E| Downloaded byteorder v1.4.3
24672025-02-07T09:30:35.172Z[ helios-setup] Feb 07 09:30:33.896 INFO E| Downloaded ahash v0.7.6
24682025-02-07T09:30:35.180Z[ helios-setup] Feb 07 09:30:33.904 INFO E| Downloaded const-random v0.1.15
24692025-02-07T09:30:35.183Z[ helios-setup] Feb 07 09:30:33.906 INFO E| Downloaded async-stream-impl v0.3.5
24702025-02-07T09:30:35.186Z[ helios-setup] Feb 07 09:30:33.908 INFO E| Downloaded const-random-macro v0.1.15
24712025-02-07T09:30:35.188Z[ helios-setup] Feb 07 09:30:33.909 INFO E| Downloaded async-stream v0.3.5
24722025-02-07T09:30:35.191Z[ helios-setup] Feb 07 09:30:33.912 INFO E| Downloaded anstyle v0.3.5
24732025-02-07T09:30:35.194Z[ helios-setup] Feb 07 09:30:33.915 INFO E| Downloaded concolor-override v1.0.0
24742025-02-07T09:30:35.235Z[ helios-setup] Feb 07 09:30:33.958 INFO E| Downloaded try-lock v0.2.4
24752025-02-07T09:30:35.238Z[ helios-setup] Feb 07 09:30:33.960 INFO E| Downloaded tower-service v0.3.2
24762025-02-07T09:30:35.240Z[ helios-setup] Feb 07 09:30:33.962 INFO E| Downloaded toolchain_find v0.2.0
24772025-02-07T09:30:35.243Z[ helios-setup] Feb 07 09:30:33.965 INFO E| warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/thiserror/1.0.38/download` (146.75.42.137), got 502
24782025-02-07T09:30:35.243Z[ helios-setup] Feb 07 09:30:33.965 INFO E| body:
24792025-02-07T09:30:35.243Z[ helios-setup] Feb 07 09:30:33.965 INFO E| I/O error
24802025-02-07T09:30:35.243Z[ helios-setup] Feb 07 09:30:33.965 INFO E| warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/spin/0.5.2/download` (146.75.42.137), got 502
24812025-02-07T09:30:35.243Z[ helios-setup] Feb 07 09:30:33.966 INFO E| body:
24822025-02-07T09:30:35.243Z[ helios-setup] Feb 07 09:30:33.966 INFO E| I/O error
24832025-02-07T09:30:35.243Z[ helios-setup] Feb 07 09:30:33.966 INFO E| warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/serde_path_to_error/0.1.11/download` (146.75.42.137), got 502
24842025-02-07T09:30:35.243Z[ helios-setup] Feb 07 09:30:33.966 INFO E| body:
24852025-02-07T09:30:35.243Z[ helios-setup] Feb 07 09:30:33.966 INFO E| I/O error
24862025-02-07T09:30:35.246Z[ helios-setup] Feb 07 09:30:33.967 INFO E| Downloaded project-root v0.2.2
24872025-02-07T09:30:35.282Z[ helios-setup] Feb 07 09:30:34.005 INFO E| Downloaded want v0.3.0
24882025-02-07T09:30:35.295Z[ helios-setup] Feb 07 09:30:34.018 INFO E| Downloaded toml_datetime v0.6.1
24892025-02-07T09:30:35.297Z[ helios-setup] Feb 07 09:30:34.021 INFO E| Downloaded errno v0.3.1
24902025-02-07T09:30:35.301Z[ helios-setup] Feb 07 09:30:34.025 INFO E| Downloaded percent-encoding v2.2.0
24912025-02-07T09:30:35.304Z[ helios-setup] Feb 07 09:30:34.027 INFO E| Downloaded num_enum v0.5.7
24922025-02-07T09:30:35.313Z[ helios-setup] Feb 07 09:30:34.037 INFO E| Downloaded semver-parser v0.10.2
24932025-02-07T09:30:35.317Z[ helios-setup] Feb 07 09:30:34.040 INFO E| Downloaded utf8parse v0.2.1
24942025-02-07T09:30:35.320Z[ helios-setup] Feb 07 09:30:34.043 INFO E| Downloaded jobserver v0.1.26
24952025-02-07T09:30:35.324Z[ helios-setup] Feb 07 09:30:34.047 INFO E| Downloaded thiserror-impl v1.0.38
24962025-02-07T09:30:35.327Z[ helios-setup] Feb 07 09:30:34.051 INFO E| Downloaded smawk v0.3.1
24972025-02-07T09:30:35.331Z[ helios-setup] Feb 07 09:30:34.054 INFO E| Downloaded schemars_derive v0.8.12
24982025-02-07T09:30:35.334Z[ helios-setup] Feb 07 09:30:34.058 INFO E| Downloaded unicode-width v0.1.10
24992025-02-07T09:30:35.338Z[ helios-setup] Feb 07 09:30:34.062 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25002025-02-07T09:30:35.343Z[ helios-setup] Feb 07 09:30:34.066 INFO E| Downloaded rustls-pemfile v1.0.2
25012025-02-07T09:30:35.348Z[ helios-setup] Feb 07 09:30:34.072 INFO E| Downloaded semver v0.11.0
25022025-02-07T09:30:35.353Z[ helios-setup] Feb 07 09:30:34.076 INFO E| Downloaded rhai_codegen v1.5.0
25032025-02-07T09:30:35.371Z[ helios-setup] Feb 07 09:30:34.095 INFO E| Downloaded scopeguard v1.1.0
25042025-02-07T09:30:35.374Z[ helios-setup] Feb 07 09:30:34.097 INFO E| Downloaded tempfile v3.5.0
25052025-02-07T09:30:35.378Z[ helios-setup] Feb 07 09:30:34.101 INFO E| Downloaded smartstring v1.0.1
25062025-02-07T09:30:35.383Z[ helios-setup] Feb 07 09:30:34.107 INFO E| Downloaded once_cell v1.17.0
25072025-02-07T09:30:35.389Z[ helios-setup] Feb 07 09:30:34.112 INFO E| Downloaded httparse v1.8.0
25082025-02-07T09:30:35.394Z[ helios-setup] Feb 07 09:30:34.117 INFO E| Downloaded serde_derive_internals v0.26.0
25092025-02-07T09:30:35.398Z[ helios-setup] Feb 07 09:30:34.121 INFO E| Downloaded unicode-ident v1.0.8
25102025-02-07T09:30:35.405Z[ helios-setup] Feb 07 09:30:34.128 INFO E| Downloaded typenum v1.16.0
25112025-02-07T09:30:35.411Z[ helios-setup] Feb 07 09:30:34.135 INFO E| Downloaded ucd-trie v0.1.5
25122025-02-07T09:30:35.414Z[ helios-setup] Feb 07 09:30:34.137 INFO E| Downloaded ipnet v2.7.2
25132025-02-07T09:30:35.418Z[ helios-setup] Feb 07 09:30:34.142 INFO E| Downloaded serde_derive v1.0.204
25142025-02-07T09:30:35.424Z[ helios-setup] Feb 07 09:30:34.147 INFO E| Downloaded schemars v0.8.12
25152025-02-07T09:30:35.447Z[ helios-setup] Feb 07 09:30:34.170 INFO E| Downloaded ryu v1.0.13
25162025-02-07T09:30:35.451Z[ helios-setup] Feb 07 09:30:34.175 INFO E| Downloaded serde_yaml v0.9.21
25172025-02-07T09:30:35.459Z[ helios-setup] Feb 07 09:30:34.182 INFO E| Downloaded uuid v1.3.0
25182025-02-07T09:30:35.469Z[ helios-setup] Feb 07 09:30:34.192 INFO E| Downloaded serde v1.0.204
25192025-02-07T09:30:35.477Z[ helios-setup] Feb 07 09:30:34.200 INFO E| Downloaded rustls-webpki v0.100.1
25202025-02-07T09:30:35.491Z[ helios-setup] Feb 07 09:30:34.214 INFO E| Downloaded tungstenite v0.18.0
25212025-02-07T09:30:35.497Z[ helios-setup] Feb 07 09:30:34.220 INFO E| Downloaded toml_edit v0.19.8
25222025-02-07T09:30:35.529Z[ helios-setup] Feb 07 09:30:34.252 INFO E| Downloaded unicode-normalization v0.1.22
25232025-02-07T09:30:35.536Z[ helios-setup] Feb 07 09:30:34.259 INFO E| Downloaded winnow v0.4.1
25242025-02-07T09:30:35.553Z[ helios-setup] Feb 07 09:30:34.276 INFO E| Downloaded mio v0.8.5
25252025-02-07T09:30:35.564Z[ helios-setup] Feb 07 09:30:34.287 INFO E| Downloaded crossbeam-channel v0.5.6
25262025-02-07T09:30:35.574Z[ helios-setup] Feb 07 09:30:34.297 INFO E| Downloaded pest v2.5.7
25272025-02-07T09:30:35.585Z[ helios-setup] Feb 07 09:30:34.309 INFO E| Downloaded regex v1.7.3
25282025-02-07T09:30:35.603Z[ helios-setup] Feb 07 09:30:34.326 INFO E| Downloaded http v0.2.9
25292025-02-07T09:30:35.611Z[ helios-setup] Feb 07 09:30:34.334 INFO E| Downloaded syn v1.0.107
25302025-02-07T09:30:35.630Z[ helios-setup] Feb 07 09:30:34.353 INFO E| Downloaded syn v2.0.72
25312025-02-07T09:30:35.724Z[ helios-setup] Feb 07 09:30:34.446 INFO E| Downloaded rustls v0.21.0
25322025-02-07T09:30:35.742Z[ helios-setup] Feb 07 09:30:34.465 INFO E| Downloaded rustix v0.37.3
25332025-02-07T09:30:35.774Z[ helios-setup] Feb 07 09:30:34.497 INFO E| Downloaded rayon v1.6.1
25342025-02-07T09:30:35.789Z[ helios-setup] Feb 07 09:30:34.512 INFO E| Downloaded hyper v0.14.25
25352025-02-07T09:30:35.803Z[ helios-setup] Feb 07 09:30:34.526 INFO E| Downloaded git2 v0.16.1
25362025-02-07T09:30:35.818Z[ helios-setup] Feb 07 09:30:34.541 INFO E| Downloaded futures-util v0.3.28
25372025-02-07T09:30:35.861Z[ helios-setup] Feb 07 09:30:34.584 INFO E| Downloaded chrono v0.4.24
25382025-02-07T09:30:35.874Z[ helios-setup] Feb 07 09:30:34.597 INFO E| Downloaded regress v0.5.0
25392025-02-07T09:30:35.888Z[ helios-setup] Feb 07 09:30:34.611 INFO E| Downloaded idna v0.3.0
25402025-02-07T09:30:35.900Z[ helios-setup] Feb 07 09:30:34.623 INFO E| Downloaded h2 v0.3.16
25412025-02-07T09:30:35.912Z[ helios-setup] Feb 07 09:30:34.635 INFO E| Downloaded rhai v1.14.0
25422025-02-07T09:30:35.932Z[ helios-setup] Feb 07 09:30:34.655 INFO E| Downloaded serde_json v1.0.95
25432025-02-07T09:30:35.945Z[ helios-setup] Feb 07 09:30:34.668 INFO E| Downloaded reqwest v0.11.16
25442025-02-07T09:30:35.957Z[ helios-setup] Feb 07 09:30:34.680 INFO E| Downloaded clap_builder v4.2.1
25452025-02-07T09:30:35.996Z[ helios-setup] Feb 07 09:30:34.719 INFO E| Downloaded spin v0.5.2
25462025-02-07T09:30:35.999Z[ helios-setup] Feb 07 09:30:34.721 INFO E| Downloaded openapiv3 v1.0.2
25472025-02-07T09:30:36.014Z[ helios-setup] Feb 07 09:30:34.737 INFO E| Downloaded cc v1.0.78
25482025-02-07T09:30:36.018Z[ helios-setup] Feb 07 09:30:34.741 INFO E| Downloaded rayon-core v1.10.2
25492025-02-07T09:30:36.023Z[ helios-setup] Feb 07 09:30:34.746 INFO E| Downloaded bytes v1.4.0
25502025-02-07T09:30:36.029Z[ helios-setup] Feb 07 09:30:34.752 INFO E| Downloaded aho-corasick v0.7.20
25512025-02-07T09:30:36.034Z[ helios-setup] Feb 07 09:30:34.758 INFO E| Downloaded tokio-util v0.7.7
25522025-02-07T09:30:36.043Z[ helios-setup] Feb 07 09:30:34.766 INFO E| Downloaded unicode-linebreak v0.1.4
25532025-02-07T09:30:36.046Z[ helios-setup] Feb 07 09:30:34.769 INFO E| Downloaded memchr v2.5.0
25542025-02-07T09:30:36.052Z[ helios-setup] Feb 07 09:30:34.775 INFO E| Downloaded tokio v1.27.0
25552025-02-07T09:30:36.101Z[ helios-setup] Feb 07 09:30:34.824 INFO E| Downloaded flate2 v1.0.25
25562025-02-07T09:30:36.107Z[ helios-setup] Feb 07 09:30:34.830 INFO E| Downloaded sct v0.7.0
25572025-02-07T09:30:36.112Z[ helios-setup] Feb 07 09:30:34.835 INFO E| Downloaded unicode-bidi v0.3.13
25582025-02-07T09:30:36.116Z[ helios-setup] Feb 07 09:30:34.839 INFO E| Downloaded tracing v0.1.37
25592025-02-07T09:30:36.123Z[ helios-setup] Feb 07 09:30:34.846 INFO E| Downloaded futures v0.3.28
25602025-02-07T09:30:36.131Z[ helios-setup] Feb 07 09:30:34.855 INFO E| Downloaded unsafe-libyaml v0.2.8
25612025-02-07T09:30:36.138Z[ helios-setup] Feb 07 09:30:34.861 INFO E| Downloaded toml v0.5.11
25622025-02-07T09:30:36.143Z[ helios-setup] Feb 07 09:30:34.866 INFO E| Downloaded miniz_oxide v0.6.2
25632025-02-07T09:30:36.147Z[ helios-setup] Feb 07 09:30:34.871 INFO E| Downloaded libc v0.2.139
25642025-02-07T09:30:36.190Z[ helios-setup] Feb 07 09:30:34.913 INFO E| Downloaded crossbeam-utils v0.8.14
25652025-02-07T09:30:36.195Z[ helios-setup] Feb 07 09:30:34.918 INFO E| Downloaded anyhow v1.0.68
25662025-02-07T09:30:36.202Z[ helios-setup] Feb 07 09:30:34.925 INFO E| Downloaded url v2.3.1
25672025-02-07T09:30:36.207Z[ helios-setup] Feb 07 09:30:34.930 INFO E| Downloaded tracing-core v0.1.30
25682025-02-07T09:30:36.212Z[ helios-setup] Feb 07 09:30:34.935 INFO E| Downloaded toml v0.7.3
25692025-02-07T09:30:36.216Z[ helios-setup] Feb 07 09:30:34.939 INFO E| Downloaded textwrap v0.16.0
25702025-02-07T09:30:36.219Z[ helios-setup] Feb 07 09:30:34.942 INFO E| Downloaded quote v1.0.36
25712025-02-07T09:30:36.224Z[ helios-setup] Feb 07 09:30:34.947 INFO E| Downloaded proc-macro2 v1.0.86
25722025-02-07T09:30:36.228Z[ helios-setup] Feb 07 09:30:34.951 INFO E| Downloaded parking_lot v0.12.1
25732025-02-07T09:30:36.232Z[ helios-setup] Feb 07 09:30:34.955 INFO E| Downloaded num-traits v0.2.15
25742025-02-07T09:30:36.236Z[ helios-setup] Feb 07 09:30:34.959 INFO E| Downloaded getrandom v0.2.8
25752025-02-07T09:30:36.240Z[ helios-setup] Feb 07 09:30:34.964 INFO E| Downloaded log v0.4.17
25762025-02-07T09:30:36.244Z[ helios-setup] Feb 07 09:30:34.967 INFO E| Downloaded clap v4.2.1
25772025-02-07T09:30:36.257Z[ helios-setup] Feb 07 09:30:34.980 INFO E| Downloaded crossbeam-epoch v0.9.13
25782025-02-07T09:30:36.261Z[ helios-setup] Feb 07 09:30:34.984 INFO E| Downloaded cargo-lock v8.0.3
25792025-02-07T09:30:36.264Z[ helios-setup] Feb 07 09:30:34.987 INFO E| Downloaded socket2 v0.4.9
25802025-02-07T09:30:36.267Z[ helios-setup] Feb 07 09:30:34.990 INFO E| Downloaded base64 v0.21.0
25812025-02-07T09:30:36.273Z[ helios-setup] Feb 07 09:30:34.996 INFO E| Downloaded tinyvec v1.6.0
25822025-02-07T09:30:36.281Z[ helios-setup] Feb 07 09:30:35.004 INFO E| Downloaded pin-project-lite v0.2.9
25832025-02-07T09:30:36.290Z[ helios-setup] Feb 07 09:30:35.014 INFO E| Downloaded lock_api v0.4.9
25842025-02-07T09:30:36.294Z[ helios-setup] Feb 07 09:30:35.017 INFO E| Downloaded ppv-lite86 v0.2.17
25852025-02-07T09:30:36.296Z[ helios-setup] Feb 07 09:30:35.019 INFO E| Downloaded async-trait v0.1.68
25862025-02-07T09:30:36.302Z[ helios-setup] Feb 07 09:30:35.025 INFO E| Downloaded rustfmt-wrapper v0.2.0
25872025-02-07T09:30:36.304Z[ helios-setup] Feb 07 09:30:35.027 INFO E| Downloaded smallvec v1.10.0
25882025-02-07T09:30:36.308Z[ helios-setup] Feb 07 09:30:35.031 INFO E| Downloaded futures-channel v0.3.28
25892025-02-07T09:30:36.313Z[ helios-setup] Feb 07 09:30:35.036 INFO E| Downloaded clap_derive v4.2.0
25902025-02-07T09:30:36.316Z[ helios-setup] Feb 07 09:30:35.039 INFO E| Downloaded parking_lot_core v0.9.6
25912025-02-07T09:30:36.320Z[ helios-setup] Feb 07 09:30:35.043 INFO E| Downloaded camino v1.1.4
25922025-02-07T09:30:36.323Z[ helios-setup] Feb 07 09:30:35.047 INFO E| Downloaded bincode v1.3.3
25932025-02-07T09:30:36.327Z[ helios-setup] Feb 07 09:30:35.050 INFO E| Downloaded tokio-tungstenite v0.18.0
25942025-02-07T09:30:36.331Z[ helios-setup] Feb 07 09:30:35.054 INFO E| Downloaded tokio-rustls v0.24.0
25952025-02-07T09:30:36.334Z[ helios-setup] Feb 07 09:30:35.057 INFO E| Downloaded time v0.1.45
25962025-02-07T09:30:36.338Z[ helios-setup] Feb 07 09:30:35.062 INFO E| Downloaded terminal_size v0.2.6
25972025-02-07T09:30:36.341Z[ helios-setup] Feb 07 09:30:35.064 INFO E| Downloaded semver v1.0.17
25982025-02-07T09:30:36.345Z[ helios-setup] Feb 07 09:30:35.068 INFO E| Downloaded io-lifetimes v1.0.10
25992025-02-07T09:30:36.349Z[ helios-setup] Feb 07 09:30:35.072 INFO E| Downloaded walkdir v2.3.3
26002025-02-07T09:30:36.353Z[ helios-setup] Feb 07 09:30:35.076 INFO E| Downloaded tokio-macros v2.0.0
26012025-02-07T09:30:36.356Z[ helios-setup] Feb 07 09:30:35.078 INFO E| Downloaded pkg-config v0.3.26
26022025-02-07T09:30:36.359Z[ helios-setup] Feb 07 09:30:35.081 INFO E| Downloaded lazy_static v1.4.0
26032025-02-07T09:30:36.361Z[ helios-setup] Feb 07 09:30:35.083 INFO E| Downloaded http-body v0.4.5
26042025-02-07T09:30:36.364Z[ helios-setup] Feb 07 09:30:35.087 INFO E| Downloaded futures-executor v0.3.28
26052025-02-07T09:30:36.367Z[ helios-setup] Feb 07 09:30:35.090 INFO E| Downloaded block-buffer v0.10.3
26062025-02-07T09:30:36.369Z[ helios-setup] Feb 07 09:30:35.092 INFO E| Downloaded autocfg v1.1.0
26072025-02-07T09:30:36.372Z[ helios-setup] Feb 07 09:30:35.094 INFO E| Downloaded num-integer v0.1.45
26082025-02-07T09:30:36.374Z[ helios-setup] Feb 07 09:30:35.098 INFO E| Downloaded home v0.5.4
26092025-02-07T09:30:36.378Z[ helios-setup] Feb 07 09:30:35.099 INFO E| Downloaded encoding_rs v0.8.32
26102025-02-07T09:30:36.421Z[ helios-setup] Feb 07 09:30:35.144 INFO E| Downloaded proc-macro-crate v1.2.1
26112025-02-07T09:30:36.424Z[ helios-setup] Feb 07 09:30:35.145 INFO E| Downloaded num_cpus v1.15.0
26122025-02-07T09:30:36.426Z[ helios-setup] Feb 07 09:30:35.149 INFO E| Downloaded memoffset v0.7.1
26132025-02-07T09:30:36.429Z[ helios-setup] Feb 07 09:30:35.150 INFO E| Downloaded slab v0.4.7
26142025-02-07T09:30:36.431Z[ helios-setup] Feb 07 09:30:35.152 INFO E| Downloaded sha1 v0.10.5
26152025-02-07T09:30:36.431Z[ helios-setup] Feb 07 09:30:35.154 INFO E| Downloaded paste v1.0.12
26162025-02-07T09:30:36.435Z[ helios-setup] Feb 07 09:30:35.159 INFO E| Downloaded is-terminal v0.4.7
26172025-02-07T09:30:36.438Z[ helios-setup] Feb 07 09:30:35.160 INFO E| Downloaded futures-core v0.3.28
26182025-02-07T09:30:36.441Z[ helios-setup] Feb 07 09:30:35.163 INFO E| Downloaded form_urlencoded v1.1.0
26192025-02-07T09:30:36.443Z[ helios-setup] Feb 07 09:30:35.164 INFO E| Downloaded signal-hook-registry v1.4.0
26202025-02-07T09:30:36.446Z[ helios-setup] Feb 07 09:30:35.167 INFO E| Downloaded num_enum_derive v0.5.7
26212025-02-07T09:30:36.446Z[ helios-setup] Feb 07 09:30:35.168 INFO E| Downloaded futures-task v0.3.28
26222025-02-07T09:30:36.448Z[ helios-setup] Feb 07 09:30:35.171 INFO E| Downloaded slog-bunyan v2.4.0
26232025-02-07T09:30:36.451Z[ helios-setup] Feb 07 09:30:35.173 INFO E| Downloaded slog-async v2.7.0
26242025-02-07T09:30:36.453Z[ helios-setup] Feb 07 09:30:35.176 INFO E| Downloaded sha2 v0.10.6
26252025-02-07T09:30:36.474Z[ helios-setup] Feb 07 09:30:35.197 INFO E| Downloaded itoa v1.0.6
26262025-02-07T09:30:36.477Z[ helios-setup] Feb 07 09:30:35.199 INFO E| Downloaded futures-sink v0.3.28
26272025-02-07T09:30:36.482Z[ helios-setup] Feb 07 09:30:35.201 INFO E| Downloaded futures-macro v0.3.28
26282025-02-07T09:30:36.482Z[ helios-setup] Feb 07 09:30:35.202 INFO E| Downloaded futures-io v0.3.28
26292025-02-07T09:30:36.486Z[ helios-setup] Feb 07 09:30:35.204 INFO E| Downloaded serde_path_to_error v0.1.11
26302025-02-07T09:30:36.488Z[ helios-setup] Feb 07 09:30:35.206 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26312025-02-07T09:30:36.606Z[ helios-setup] Feb 07 09:30:35.329 INFO E| Downloaded either v1.8.0
26322025-02-07T09:30:36.609Z[ helios-setup] Feb 07 09:30:35.331 INFO E| Downloaded concolor-query v0.3.3
26332025-02-07T09:30:36.611Z[ helios-setup] Feb 07 09:30:35.333 INFO E| Downloaded iana-time-zone v0.1.56
26342025-02-07T09:30:36.616Z[ helios-setup] Feb 07 09:30:35.336 INFO E| Downloaded httpdate v1.0.2
26352025-02-07T09:30:36.616Z[ helios-setup] Feb 07 09:30:35.338 INFO E| Downloaded crossbeam-deque v0.8.2
26362025-02-07T09:30:36.620Z[ helios-setup] Feb 07 09:30:35.340 INFO E| Downloaded dyn-clone v1.0.11
26372025-02-07T09:30:36.622Z[ helios-setup] Feb 07 09:30:35.343 INFO E| Downloaded strsim v0.10.0
26382025-02-07T09:30:36.622Z[ helios-setup] Feb 07 09:30:35.345 INFO E| Downloaded serde_tokenstream v0.2.0
26392025-02-07T09:30:36.627Z[ helios-setup] Feb 07 09:30:35.350 INFO E| Downloaded serde_spanned v0.6.1
26402025-02-07T09:30:36.629Z[ helios-setup] Feb 07 09:30:35.351 INFO E| Downloaded digest v0.10.6
26412025-02-07T09:30:36.632Z[ helios-setup] Feb 07 09:30:35.354 INFO E| Downloaded built v0.6.0
26422025-02-07T09:30:36.635Z[ helios-setup] Feb 07 09:30:35.356 INFO E| Downloaded anstyle-parse v0.1.1
26432025-02-07T09:30:36.638Z[ helios-setup] Feb 07 09:30:35.359 INFO E| Downloaded anstream v0.2.6
26442025-02-07T09:30:36.640Z[ helios-setup] Feb 07 09:30:35.362 INFO E| Downloaded ahash v0.8.3
26452025-02-07T09:30:36.644Z[ helios-setup] Feb 07 09:30:35.367 INFO E| Downloaded generic-array v0.14.6
26462025-02-07T09:30:36.646Z[ helios-setup] Feb 07 09:30:35.369 INFO E| Downloaded fastrand v1.9.0
26472025-02-07T09:30:36.648Z[ helios-setup] Feb 07 09:30:35.371 INFO E| Downloaded cpufeatures v0.2.5
26482025-02-07T09:30:36.651Z[ helios-setup] Feb 07 09:30:35.373 INFO E| Downloaded clap_lex v0.4.1
26492025-02-07T09:30:36.732Z[ helios-setup] Feb 07 09:30:35.455 INFO E| Downloaded libz-sys v1.1.8
26502025-02-07T09:30:36.817Z[ helios-setup] Feb 07 09:30:35.540 INFO E| Downloaded thiserror v1.0.38
26512025-02-07T09:30:37.138Z[ helios-setup] Feb 07 09:30:35.860 INFO E| Downloaded ring v0.16.20
26522025-02-07T09:30:37.609Z[ helios-setup] Feb 07 09:30:36.331 INFO E| Compiling proc-macro2 v1.0.86
26532025-02-07T09:30:37.609Z[ helios-setup] Feb 07 09:30:36.332 INFO E| Compiling libc v0.2.139
26542025-02-07T09:30:37.611Z[ helios-setup] Feb 07 09:30:36.332 INFO E| Compiling unicode-ident v1.0.8
26552025-02-07T09:30:37.611Z[ helios-setup] Feb 07 09:30:36.332 INFO E| Compiling autocfg v1.1.0
26562025-02-07T09:30:37.612Z[ helios-setup] Feb 07 09:30:36.332 INFO E| Compiling cfg-if v1.0.0
26572025-02-07T09:30:37.612Z[ helios-setup] Feb 07 09:30:36.332 INFO E| Compiling version_check v0.9.4
26582025-02-07T09:30:37.612Z[ helios-setup] Feb 07 09:30:36.332 INFO E| Compiling serde v1.0.204
26592025-02-07T09:30:37.612Z[ helios-setup] Feb 07 09:30:36.332 INFO E| Compiling syn v1.0.107
26602025-02-07T09:30:37.915Z[ host-package] Compiling progenitor-macro v0.9.1
26612025-02-07T09:30:38.814Z[ helios-setup] Feb 07 09:30:37.536 INFO E| Compiling memchr v2.5.0
26622025-02-07T09:30:38.954Z[ helios-setup] Feb 07 09:30:37.673 INFO E| Compiling once_cell v1.17.0
26632025-02-07T09:30:39.404Z[ helios-setup] Feb 07 09:30:38.127 INFO E| Compiling thiserror v1.0.38
26642025-02-07T09:30:39.813Z[ helios-setup] Feb 07 09:30:38.535 INFO E| Compiling log v0.4.17
26652025-02-07T09:30:39.988Z[ host-package] Compiling parse-display v0.10.0
26662025-02-07T09:30:40.386Z[ helios-setup] Feb 07 09:30:39.103 INFO E| Compiling itoa v1.0.6
26672025-02-07T09:30:40.626Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26682025-02-07T09:30:40.660Z[ helios-setup] Feb 07 09:30:39.382 INFO E| Compiling serde_json v1.0.95
26692025-02-07T09:30:41.167Z[ host-package] Compiling strum v0.26.3
26702025-02-07T09:30:41.379Z[ host-package] Compiling serde_with v3.11.0
26712025-02-07T09:30:41.463Z[ host-package] Compiling regress v0.9.1
26722025-02-07T09:30:41.531Z[ helios-setup] Feb 07 09:30:40.253 INFO E| Compiling getrandom v0.2.8
26732025-02-07T09:30:41.859Z[ helios-setup] Feb 07 09:30:40.582 INFO E| Compiling jobserver v0.1.26
26742025-02-07T09:30:42.029Z[ helios-setup] Feb 07 09:30:40.751 INFO E| Compiling scopeguard v1.1.0
26752025-02-07T09:30:42.029Z[ helios-setup] Feb 07 09:30:40.751 INFO E| Compiling pin-project-lite v0.2.9
26762025-02-07T09:30:42.317Z[ helios-setup] Feb 07 09:30:41.037 INFO E| Compiling indexmap v1.9.3
26772025-02-07T09:30:42.474Z[ helios-setup] Feb 07 09:30:41.196 INFO E| Compiling quote v1.0.36
26782025-02-07T09:30:42.568Z[ helios-setup] Feb 07 09:30:41.290 INFO E| Compiling cc v1.0.78
26792025-02-07T09:30:42.658Z[ helios-setup] Feb 07 09:30:41.380 INFO E| Compiling futures-core v0.3.28
26802025-02-07T09:30:42.899Z[ helios-setup] Feb 07 09:30:41.620 INFO E| Compiling bytes v1.4.0
26812025-02-07T09:30:43.391Z[ helios-setup] Feb 07 09:30:42.113 INFO E| Compiling syn v2.0.72
26822025-02-07T09:30:43.644Z[ helios-setup] Feb 07 09:30:42.366 INFO E| Compiling num-integer v0.1.45
26832025-02-07T09:30:43.853Z[ helios-setup] Feb 07 09:30:42.576 INFO E| Compiling ryu v1.0.13
26842025-02-07T09:30:45.236Z[ helios-setup] Feb 07 09:30:43.958 INFO E| Compiling lock_api v0.4.9
26852025-02-07T09:30:45.236Z[ helios-setup] Feb 07 09:30:43.958 INFO E| Compiling parking_lot_core v0.9.6
26862025-02-07T09:30:45.755Z[ helios-setup] Feb 07 09:30:44.477 INFO E| Compiling bitflags v1.3.2
26872025-02-07T09:30:46.194Z[ helios-setup] Feb 07 09:30:44.897 INFO E| Compiling typenum v1.16.0
26882025-02-07T09:30:46.386Z[ helios-setup] Feb 07 09:30:45.107 INFO E| Compiling num_cpus v1.15.0
26892025-02-07T09:30:46.448Z[ helios-setup] Feb 07 09:30:45.169 INFO E| Compiling generic-array v0.14.6
26902025-02-07T09:30:46.451Z[ helios-setup] Feb 07 09:30:45.171 INFO E| Compiling slab v0.4.7
26912025-02-07T09:30:46.729Z[ helios-setup] Feb 07 09:30:45.450 INFO E| Compiling futures-task v0.3.28
26922025-02-07T09:30:46.830Z[ helios-setup] Feb 07 09:30:45.551 INFO E| Compiling futures-sink v0.3.28
26932025-02-07T09:30:47.052Z[ helios-setup] Feb 07 09:30:45.773 INFO E| Compiling futures-channel v0.3.28
26942025-02-07T09:30:47.223Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26952025-02-07T09:30:47.792Z[ helios-setup] Feb 07 09:30:46.514 INFO E| Compiling tokio v1.27.0
26962025-02-07T09:30:47.846Z[ helios-setup] Feb 07 09:30:46.568 INFO E| Compiling futures-util v0.3.28
26972025-02-07T09:30:48.670Z[ helios-setup] Feb 07 09:30:47.392 INFO E| Compiling mio v0.8.5
26982025-02-07T09:30:48.993Z[ helios-setup] Feb 07 09:30:47.714 INFO E| Compiling signal-hook-registry v1.4.0
26992025-02-07T09:30:49.167Z[ helios-setup] Feb 07 09:30:47.888 INFO E| Compiling socket2 v0.4.9
27002025-02-07T09:30:49.328Z[ helios-setup] Feb 07 09:30:48.049 INFO E| Compiling futures-io v0.3.28
27012025-02-07T09:30:49.485Z[ helios-setup] Feb 07 09:30:48.207 INFO E| Compiling schemars v0.8.12
27022025-02-07T09:30:50.004Z[ host-package] Compiling macaddr v1.0.1
27032025-02-07T09:30:50.341Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27042025-02-07T09:30:50.425Z[ helios-setup] Feb 07 09:30:49.147 INFO E| Compiling pin-utils v0.1.0
27052025-02-07T09:30:50.598Z[ host-package] Compiling slog-dtrace v0.3.0
27062025-02-07T09:30:50.680Z[ helios-setup] Feb 07 09:30:49.402 INFO E| Compiling ahash v0.7.6
27072025-02-07T09:30:50.774Z[ helios-setup] Feb 07 09:30:49.496 INFO E| Compiling num-traits v0.2.15
27082025-02-07T09:30:51.018Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27092025-02-07T09:30:51.589Z[ helios-setup] Feb 07 09:30:50.302 INFO E| Compiling io-lifetimes v1.0.10
27102025-02-07T09:30:51.732Z[ helios-setup] Feb 07 09:30:50.453 INFO E| Compiling crunchy v0.2.2
27112025-02-07T09:30:51.894Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
27122025-02-07T09:30:51.946Z[ host-package] Compiling prettyplease v0.2.25
27132025-02-07T09:30:52.287Z[ helios-setup] Feb 07 09:30:51.008 INFO E| Compiling ahash v0.8.3
27142025-02-07T09:30:52.602Z[ helios-setup] Feb 07 09:30:51.323 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
27152025-02-07T09:30:52.885Z[ helios-setup] Feb 07 09:30:51.606 INFO E| Compiling block-buffer v0.10.3
27162025-02-07T09:30:53.090Z[ helios-setup] Feb 07 09:30:51.811 INFO E| Compiling crypto-common v0.1.6
27172025-02-07T09:30:53.417Z[ helios-setup] Feb 07 09:30:52.138 INFO E| Compiling tiny-keccak v2.0.2
27182025-02-07T09:30:53.554Z[ helios-setup] Feb 07 09:30:52.275 INFO E| Compiling slog v2.7.0
27192025-02-07T09:30:53.615Z[ helios-setup] Feb 07 09:30:52.335 INFO E| Compiling hashbrown v0.12.3
27202025-02-07T09:30:53.746Z[ helios-setup] Feb 07 09:30:52.467 INFO E| Compiling rustix v0.37.3
27212025-02-07T09:30:54.414Z[ helios-setup] Feb 07 09:30:53.135 INFO E| Compiling crossbeam-utils v0.8.14
27222025-02-07T09:30:54.875Z[ helios-setup] Feb 07 09:30:53.595 INFO E| Compiling serde_derive_internals v0.26.0
27232025-02-07T09:30:54.990Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27242025-02-07T09:30:55.332Z[ helios-setup] Feb 07 09:30:54.052 INFO E| Compiling digest v0.10.6
27252025-02-07T09:30:56.446Z[ helios-setup] Feb 07 09:30:55.167 INFO E| Compiling errno v0.3.1
27262025-02-07T09:30:56.865Z[ helios-setup] Feb 07 09:30:55.584 INFO E| Compiling anyhow v1.0.68
27272025-02-07T09:30:56.940Z[ helios-setup] Feb 07 09:30:55.661 INFO E| Compiling unicode-width v0.1.10
27282025-02-07T09:30:57.183Z[ helios-setup] Feb 07 09:30:55.903 INFO E| Compiling cpufeatures v0.2.5
27292025-02-07T09:30:57.239Z[ helios-setup] Feb 07 09:30:55.960 INFO E| Compiling fnv v1.0.7
27302025-02-07T09:30:57.295Z[ host-package] Compiling progenitor v0.9.1
27312025-02-07T09:30:57.424Z[ helios-setup] Feb 07 09:30:56.144 INFO E| Compiling pkg-config v0.3.26
27322025-02-07T09:30:57.592Z[ helios-setup] Feb 07 09:30:56.312 INFO E| Compiling http v0.2.9
27332025-02-07T09:30:57.697Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27342025-02-07T09:31:00.936Z[ helios-setup] Feb 07 09:30:59.655 INFO E| Compiling aho-corasick v0.7.20
27352025-02-07T09:31:02.506Z[ helios-setup] Feb 07 09:31:01.226 INFO E| Compiling tinyvec_macros v0.1.1
27362025-02-07T09:31:02.710Z[ helios-setup] Feb 07 09:31:01.429 INFO E| Compiling regex-syntax v0.6.29
27372025-02-07T09:31:02.935Z[ helios-setup] Feb 07 09:31:01.654 INFO E| Compiling serde_derive v1.0.204
27382025-02-07T09:31:03.260Z[ helios-setup] Feb 07 09:31:01.979 INFO E| Compiling thiserror-impl v1.0.38
27392025-02-07T09:31:03.274Z[ helios-setup] Feb 07 09:31:01.994 INFO E| Compiling tokio-macros v2.0.0
27402025-02-07T09:31:03.300Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
27412025-02-07T09:31:03.321Z[ helios-setup] Feb 07 09:31:02.040 INFO E| Compiling futures-macro v0.3.28
27422025-02-07T09:31:04.141Z[ helios-setup] Feb 07 09:31:02.860 INFO E| Compiling schemars_derive v0.8.12
27432025-02-07T09:31:04.477Z[ helios-setup] Feb 07 09:31:03.197 INFO E| Compiling percent-encoding v2.2.0
27442025-02-07T09:31:05.439Z[ helios-setup] Feb 07 09:31:04.158 INFO E| Compiling heck v0.4.1
27452025-02-07T09:31:05.903Z[ helios-setup] Feb 07 09:31:04.622 INFO E| Compiling httparse v1.8.0
27462025-02-07T09:31:05.971Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27472025-02-07T09:31:06.569Z[ helios-setup] Feb 07 09:31:05.288 INFO E| Compiling form_urlencoded v1.1.0
27482025-02-07T09:31:06.717Z[ helios-setup] Feb 07 09:31:05.436 INFO E| Compiling tinyvec v1.6.0
27492025-02-07T09:31:06.904Z[ helios-setup] Feb 07 09:31:05.622 INFO E| Compiling const-random-macro v0.1.15
27502025-02-07T09:31:08.605Z[ helios-setup] Feb 07 09:31:07.324 INFO E| Compiling hashbrown v0.13.2
27512025-02-07T09:31:09.858Z[ helios-setup] Feb 07 09:31:08.576 INFO E| Compiling regex v1.7.3
27522025-02-07T09:31:09.974Z[ helios-setup] Feb 07 09:31:08.690 INFO E| Compiling chrono v0.4.24
27532025-02-07T09:31:10.296Z[ helios-setup] Feb 07 09:31:09.015 INFO E| Compiling libz-sys v1.1.8
27542025-02-07T09:31:11.709Z[ helios-setup] Feb 07 09:31:10.428 INFO E| Compiling getopts v0.2.21
27552025-02-07T09:31:13.026Z[ helios-setup] Feb 07 09:31:11.744 INFO E| Compiling memoffset v0.7.1
27562025-02-07T09:31:13.467Z[ helios-setup] Feb 07 09:31:12.185 INFO E| Compiling num-conv v0.1.0
27572025-02-07T09:31:13.848Z[ helios-setup] Feb 07 09:31:12.566 INFO E| Compiling dyn-clone v1.0.11
27582025-02-07T09:31:14.034Z[ helios-setup] Feb 07 09:31:12.752 INFO E| Compiling uuid v1.3.0
27592025-02-07T09:31:14.213Z[ helios-setup] Feb 07 09:31:12.930 INFO E| Compiling time-core v0.1.2
27602025-02-07T09:31:14.310Z[ helios-setup] Feb 07 09:31:13.028 INFO E| Compiling powerfmt v0.2.0
27612025-02-07T09:31:14.626Z[ helios-setup] Feb 07 09:31:13.344 INFO E| Compiling time-macros v0.2.18
27622025-02-07T09:31:15.267Z[ helios-setup] Feb 07 09:31:13.985 INFO E| Compiling deranged v0.3.11
27632025-02-07T09:31:15.518Z[ helios-setup] Feb 07 09:31:14.236 INFO E| Compiling unicode-normalization v0.1.22
27642025-02-07T09:31:15.560Z[ helios-setup] Feb 07 09:31:14.278 INFO E| Compiling regress v0.5.0
27652025-02-07T09:31:18.162Z[ helios-setup] Feb 07 09:31:16.879 INFO E| Compiling const-random v0.1.15
27662025-02-07T09:31:18.678Z[ helios-setup] Feb 07 09:31:17.396 INFO E| Compiling tracing-core v0.1.30
27672025-02-07T09:31:20.056Z[ helios-setup] Feb 07 09:31:18.773 INFO E| Compiling crossbeam-epoch v0.9.13
27682025-02-07T09:31:20.153Z[ helios-setup] Feb 07 09:31:18.871 INFO E| Compiling num_threads v0.1.6
27692025-02-07T09:31:20.423Z[ helios-setup] Feb 07 09:31:19.140 INFO E| Compiling ucd-trie v0.1.5
27702025-02-07T09:31:20.943Z[ helios-setup] Feb 07 09:31:19.660 INFO E| Compiling unicode-bidi v0.3.13
27712025-02-07T09:31:22.420Z[ helios-setup] Feb 07 09:31:21.136 INFO E| Compiling idna v0.3.0
27722025-02-07T09:31:22.434Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27732025-02-07T09:31:22.938Z[ helios-setup] Feb 07 09:31:21.654 INFO E| Compiling time v0.3.36
27742025-02-07T09:31:25.492Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27752025-02-07T09:31:25.559Z[ helios-setup] Feb 07 09:31:24.276 INFO E| Compiling pest v2.5.7
27762025-02-07T09:31:25.615Z[ helios-setup] Feb 07 09:31:24.331 INFO E| Compiling tracing v0.1.37
27772025-02-07T09:31:27.716Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27782025-02-07T09:31:28.121Z[ helios-setup] Feb 07 09:31:26.837 INFO E| Compiling toml v0.5.11
27792025-02-07T09:31:29.230Z[ helios-setup] Feb 07 09:31:27.946 INFO E| Compiling smallvec v1.10.0
27802025-02-07T09:31:29.412Z[ host-package] Compiling half v2.4.1
27812025-02-07T09:31:31.197Z[ host-package] Compiling ciborium-io v0.2.2
27822025-02-07T09:31:31.452Z[ host-package] Compiling ciborium-ll v0.2.2
27832025-02-07T09:31:32.643Z[ helios-setup] Feb 07 09:31:31.358 INFO E| Compiling parking_lot v0.12.1
27842025-02-07T09:31:32.674Z[ host-package] Compiling ciborium v0.2.2
27852025-02-07T09:31:32.731Z[ helios-setup] Feb 07 09:31:31.447 INFO E| Compiling serde_tokenstream v0.2.0
27862025-02-07T09:31:34.430Z[ helios-setup] Feb 07 09:31:33.145 INFO E| Compiling crossbeam-channel v0.5.6
27872025-02-07T09:31:34.741Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27882025-02-07T09:31:35.395Z[ helios-setup] Feb 07 09:31:34.110 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27892025-02-07T09:31:36.115Z[ helios-setup] Feb 07 09:31:34.830 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27902025-02-07T09:31:36.683Z[ host-package] Compiling display-error-chain v0.2.2
27912025-02-07T09:31:37.418Z[ helios-setup] Feb 07 09:31:36.133 INFO E| Compiling dirs-sys-next v0.1.2
27922025-02-07T09:31:37.436Z[ host-package] Compiling fastrand v2.1.1
27932025-02-07T09:31:37.710Z[ helios-setup] Feb 07 09:31:36.425 INFO E| Compiling time v0.1.45
27942025-02-07T09:31:37.938Z[ helios-setup] Feb 07 09:31:36.653 INFO E| Compiling iana-time-zone v0.1.56
27952025-02-07T09:31:38.101Z[ host-package] Compiling same-file v1.0.6
27962025-02-07T09:31:38.438Z[ host-package] Compiling tempfile v3.13.0
27972025-02-07T09:31:38.741Z[ host-package] Compiling walkdir v2.5.0
27982025-02-07T09:31:40.033Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27992025-02-07T09:31:40.067Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28002025-02-07T09:31:40.197Z[ host-package] Compiling blake3 v1.5.4
28012025-02-07T09:31:40.744Z[ helios-setup] Feb 07 09:31:39.434 INFO E| Compiling semver v1.0.17
28022025-02-07T09:31:41.195Z[ host-package] Compiling const_format_proc_macros v0.2.34
28032025-02-07T09:31:41.309Z[ helios-setup] Feb 07 09:31:40.023 INFO E| Compiling crc32fast v1.3.2
28042025-02-07T09:31:42.000Z[ helios-setup] Feb 07 09:31:40.714 INFO E| Compiling dirs-next v2.0.0
28052025-02-07T09:31:42.750Z[ helios-setup] Feb 07 09:31:41.464 INFO E| Compiling proc-macro-crate v1.2.1
28062025-02-07T09:31:44.317Z[ helios-setup] Feb 07 09:31:43.031 INFO E| Compiling semver-parser v0.10.2
28072025-02-07T09:31:44.492Z[ host-package] Compiling xattr v1.3.1
28082025-02-07T09:31:44.765Z[ helios-setup] Feb 07 09:31:43.479 INFO E| Compiling url v2.3.1
28092025-02-07T09:31:45.435Z[ host-package] Compiling memmap2 v0.9.5
28102025-02-07T09:31:46.664Z[ host-package] Compiling filetime v0.2.25
28112025-02-07T09:31:46.889Z[ host-package] Compiling arrayvec v0.7.6
28122025-02-07T09:31:47.482Z[ host-package] Compiling keccak v0.1.5
28132025-02-07T09:31:47.717Z[ host-package] Compiling constant_time_eq v0.3.1
28142025-02-07T09:31:47.862Z[ helios-setup] Feb 07 09:31:46.575 INFO E| Compiling futures-executor v0.3.28
28152025-02-07T09:31:48.228Z[ host-package] Compiling arrayref v0.3.9
28162025-02-07T09:31:48.536Z[ helios-setup] Feb 07 09:31:47.250 INFO E| Compiling thread_local v1.1.7
28172025-02-07T09:31:48.637Z[ host-package] Compiling crunchy v0.2.2
28182025-02-07T09:31:48.759Z[ helios-setup] Feb 07 09:31:47.472 INFO E| Compiling try-lock v0.2.4
28192025-02-07T09:31:49.261Z[ helios-setup] Feb 07 09:31:47.974 INFO E| Compiling tokio-util v0.7.7
28202025-02-07T09:31:49.330Z[ helios-setup] Feb 07 09:31:48.043 INFO E| Compiling same-file v1.0.6
28212025-02-07T09:31:49.777Z[ host-package] Compiling maplit v1.0.2
28222025-02-07T09:31:49.802Z[ helios-setup] Feb 07 09:31:48.516 INFO E| Compiling rayon-core v1.10.2
28232025-02-07T09:31:49.934Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28242025-02-07T09:31:50.023Z[ helios-setup] Feb 07 09:31:48.736 INFO E| Compiling adler v1.0.2
28252025-02-07T09:31:50.296Z[ helios-setup] Feb 07 09:31:49.009 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28262025-02-07T09:31:50.396Z[ helios-setup] Feb 07 09:31:49.109 INFO E| Compiling miniz_oxide v0.6.2
28272025-02-07T09:31:50.435Z[ host-package] Compiling sha3 v0.10.8
28282025-02-07T09:31:50.913Z[ host-package] Compiling tar v0.4.42
28292025-02-07T09:31:51.395Z[ helios-setup] Feb 07 09:31:50.109 INFO E| Compiling h2 v0.3.16
28302025-02-07T09:31:52.135Z[ host-package] Compiling const_format v0.2.34
28312025-02-07T09:31:52.223Z[ host-package] Compiling toolchain_find v0.4.0
28322025-02-07T09:31:53.358Z[ helios-setup] Feb 07 09:31:52.070 INFO E| Compiling walkdir v2.3.3
28332025-02-07T09:31:53.588Z[ host-package] Compiling camino-tempfile v1.1.1
28342025-02-07T09:31:54.661Z[ helios-setup] Feb 07 09:31:53.374 INFO E| Compiling want v0.3.0
28352025-02-07T09:31:54.672Z[ host-package] Compiling topological-sort v0.2.2
28362025-02-07T09:31:54.724Z[ host-package] Compiling tiny-keccak v2.0.2
28372025-02-07T09:31:54.843Z[ host-package] Compiling rustfmt-wrapper v0.2.1
28382025-02-07T09:31:55.392Z[ host-package] Compiling omicron-zone-package v0.12.0
28392025-02-07T09:31:55.781Z[ host-package] Compiling dsl_auto_type v0.1.2
28402025-02-07T09:31:56.080Z[ host-package] Compiling scheduled-thread-pool v0.2.7
28412025-02-07T09:31:56.171Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
28422025-02-07T09:31:56.801Z[ helios-setup] Feb 07 09:31:55.514 INFO E| Compiling futures v0.3.28
28432025-02-07T09:31:57.049Z[ host-package] Compiling r2d2 v0.8.10
28442025-02-07T09:31:57.433Z[ helios-setup] Feb 07 09:31:56.145 INFO E| Compiling semver v0.11.0
28452025-02-07T09:31:57.715Z[ helios-setup] Feb 07 09:31:56.428 INFO E| Compiling num_enum_derive v0.5.7
28462025-02-07T09:31:58.235Z[ helios-setup] Feb 07 09:31:56.947 INFO E| Compiling crossbeam-deque v0.8.2
28472025-02-07T09:31:58.305Z[ host-package] Compiling diesel_derives v2.2.3
28482025-02-07T09:31:58.587Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
28492025-02-07T09:31:58.730Z[ helios-setup] Feb 07 09:31:57.442 INFO E| Compiling term v0.7.0
28502025-02-07T09:31:59.246Z[ host-package] Compiling phf_generator v0.11.2
28512025-02-07T09:31:59.605Z[ host-package] Compiling ascii-canvas v3.0.0
28522025-02-07T09:32:00.647Z[ host-package] Compiling secrecy v0.8.0
28532025-02-07T09:32:01.244Z[ helios-setup] Feb 07 09:31:59.956 INFO E| Compiling http-body v0.4.5
28542025-02-07T09:32:01.379Z[ host-package] Compiling ena v0.14.3
28552025-02-07T09:32:01.529Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28562025-02-07T09:32:02.325Z[ host-package] Compiling arc-swap v1.7.1
28572025-02-07T09:32:02.480Z[ helios-setup] Feb 07 09:32:01.192 INFO E| Compiling sha2 v0.10.6
28582025-02-07T09:32:02.546Z[ host-package] Compiling diff v0.1.13
28592025-02-07T09:32:02.929Z[ helios-setup] Feb 07 09:32:01.641 INFO E| Compiling ring v0.16.20
28602025-02-07T09:32:03.535Z[ host-package] Compiling regex-syntax v0.6.29
28612025-02-07T09:32:04.256Z[ host-package] Compiling slog-scope v4.4.0
28622025-02-07T09:32:04.507Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28632025-02-07T09:32:04.789Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
28642025-02-07T09:32:05.261Z[ helios-setup] Feb 07 09:32:03.972 INFO E| Compiling rand_core v0.6.4
28652025-02-07T09:32:05.866Z[ host-package] Compiling phf_codegen v0.11.2
28662025-02-07T09:32:06.199Z[ helios-setup] Feb 07 09:32:04.911 INFO E| Compiling atty v0.2.14
28672025-02-07T09:32:06.519Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28682025-02-07T09:32:06.539Z[ helios-setup] Feb 07 09:32:05.251 INFO E| Compiling lazy_static v1.4.0
28692025-02-07T09:32:06.893Z[ helios-setup] Feb 07 09:32:05.604 INFO E| Compiling tower-service v0.3.2
28702025-02-07T09:32:07.204Z[ helios-setup] Feb 07 09:32:05.915 INFO E| Compiling utf8parse v0.2.1
28712025-02-07T09:32:07.367Z[ helios-setup] Feb 07 09:32:06.078 INFO E| Compiling ppv-lite86 v0.2.17
28722025-02-07T09:32:07.870Z[ helios-setup] Feb 07 09:32:06.581 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28732025-02-07T09:32:08.759Z[ helios-setup] Feb 07 09:32:07.470 INFO E| Compiling httpdate v1.0.2
28742025-02-07T09:32:09.063Z[ helios-setup] Feb 07 09:32:07.774 INFO E| Compiling home v0.5.4
28752025-02-07T09:32:09.063Z[ helios-setup] Feb 07 09:32:07.774 INFO E| Compiling base64 v0.21.0
28762025-02-07T09:32:09.937Z[ helios-setup] Feb 07 09:32:08.647 INFO E| Compiling fastrand v1.9.0
28772025-02-07T09:32:10.606Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28782025-02-07T09:32:11.438Z[ helios-setup] Feb 07 09:32:10.148 INFO E| Compiling tempfile v3.5.0
28792025-02-07T09:32:11.711Z[ helios-setup] Feb 07 09:32:10.422 INFO E| Compiling toolchain_find v0.2.0
28802025-02-07T09:32:12.621Z[ helios-setup] Feb 07 09:32:11.331 INFO E| Compiling hyper v0.14.25
28812025-02-07T09:32:12.825Z[ helios-setup] Feb 07 09:32:11.536 INFO E| Compiling rand_chacha v0.3.1
28822025-02-07T09:32:12.968Z[ helios-setup] Feb 07 09:32:11.679 INFO E| Compiling anstyle-parse v0.1.1
28832025-02-07T09:32:13.139Z[ host-package] Compiling lalrpop v0.19.12
28842025-02-07T09:32:13.757Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28852025-02-07T09:32:14.120Z[ helios-setup] Feb 07 09:32:12.830 INFO E| Compiling slog-term v2.9.0
28862025-02-07T09:32:14.310Z[ host-package] Compiling universal-hash v0.5.1
28872025-02-07T09:32:15.441Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28882025-02-07T09:32:19.739Z[ host-package] Compiling diesel v2.2.6
28892025-02-07T09:32:20.260Z[ host-package] Compiling parse-zoneinfo v0.3.1
28902025-02-07T09:32:20.741Z[ helios-setup] Feb 07 09:32:19.450 INFO E| Compiling num_enum v0.5.7
28912025-02-07T09:32:21.423Z[ helios-setup] Feb 07 09:32:20.132 INFO E| Compiling cargo-lock v8.0.3
28922025-02-07T09:32:23.363Z[ host-package] Compiling unicase v2.7.0
28932025-02-07T09:32:24.610Z[ host-package] Compiling ref-cast v1.0.23
28942025-02-07T09:32:25.725Z[ host-package] Compiling opaque-debug v0.3.1
28952025-02-07T09:32:26.311Z[ host-package] Compiling poly1305 v0.8.0
28962025-02-07T09:32:26.801Z[ helios-setup] Feb 07 09:32:25.509 INFO E| Compiling flate2 v1.0.25
28972025-02-07T09:32:29.321Z[ host-package] Compiling chrono-tz-build v0.4.0
28982025-02-07T09:32:29.368Z[ host-package] Compiling thiserror-no-std v2.0.2
28992025-02-07T09:32:29.773Z[ host-package] Compiling slog-stdlog v4.1.1
29002025-02-07T09:32:31.310Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29012025-02-07T09:32:31.941Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29022025-02-07T09:32:32.648Z[ host-package] Compiling derive_builder_core v0.20.2
29032025-02-07T09:32:32.713Z[ host-package] Compiling chacha20 v0.9.1
29042025-02-07T09:32:33.078Z[ helios-setup] Feb 07 09:32:31.785 INFO E| Compiling serde_urlencoded v0.7.1
29052025-02-07T09:32:33.516Z[ helios-setup] Feb 07 09:32:32.224 INFO E| Compiling is-terminal v0.4.7
29062025-02-07T09:32:33.582Z[ helios-setup] Feb 07 09:32:32.289 INFO E| Compiling sha1 v0.10.5
29072025-02-07T09:32:34.020Z[ host-package] Compiling headers-core v0.3.0
29082025-02-07T09:32:34.516Z[ host-package] Compiling aead v0.5.2
29092025-02-07T09:32:34.794Z[ helios-setup] Feb 07 09:32:33.502 INFO E| Compiling concolor-query v0.3.3
29102025-02-07T09:32:35.393Z[ host-package] Compiling libxml v0.3.3
29112025-02-07T09:32:35.436Z[ helios-setup] Feb 07 09:32:34.143 INFO E| Compiling anstyle v0.3.5
29122025-02-07T09:32:35.970Z[ helios-setup] Feb 07 09:32:34.677 INFO E| Compiling concolor-override v1.0.0
29132025-02-07T09:32:36.347Z[ helios-setup] Feb 07 09:32:35.054 INFO E| Compiling either v1.8.0
29142025-02-07T09:32:36.473Z[ host-package] Compiling ref-cast-impl v1.0.23
29152025-02-07T09:32:36.547Z[ host-package] Compiling vte_generate_state_changes v0.1.2
29162025-02-07T09:32:36.624Z[ helios-setup] Feb 07 09:32:35.332 INFO E| Compiling anstream v0.2.6
29172025-02-07T09:32:36.887Z[ helios-setup] Feb 07 09:32:35.594 INFO E| Compiling rayon v1.6.1
29182025-02-07T09:32:37.910Z[ host-package] Compiling vte v0.11.1
29192025-02-07T09:32:38.675Z[ helios-setup] Feb 07 09:32:37.382 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29202025-02-07T09:32:39.406Z[ host-package] Compiling derive_builder_macro v0.20.2
29212025-02-07T09:32:40.144Z[ helios-setup] Feb 07 09:32:38.851 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29222025-02-07T09:32:40.915Z[ helios-setup] Feb 07 09:32:39.622 INFO E| Compiling rand v0.8.5
29232025-02-07T09:32:41.555Z[ host-package] Compiling chacha20poly1305 v0.10.1
29242025-02-07T09:32:41.701Z[ host-package] Compiling headers v0.4.0
29252025-02-07T09:32:42.629Z[ host-package] Compiling chrono-tz v0.10.1
29262025-02-07T09:32:42.687Z[ helios-setup] Feb 07 09:32:41.394 INFO E| Compiling rustfmt-wrapper v0.2.0
29272025-02-07T09:32:43.838Z[ host-package] Compiling slog-envlogger v2.2.0
29282025-02-07T09:32:44.095Z[ helios-setup] Feb 07 09:32:42.801 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29292025-02-07T09:32:44.175Z[ helios-setup] Feb 07 09:32:42.882 INFO E| Compiling openapiv3 v1.0.2
29302025-02-07T09:32:45.186Z[ helios-setup] Feb 07 09:32:43.892 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29312025-02-07T09:32:46.144Z[ helios-setup] Feb 07 09:32:44.850 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29322025-02-07T09:32:46.617Z[ helios-setup] Feb 07 09:32:45.324 INFO E| Compiling encoding_rs v0.8.32
29332025-02-07T09:32:46.640Z[ helios-setup] Feb 07 09:32:45.346 INFO E| Compiling utf-8 v0.7.6
29342025-02-07T09:32:47.514Z[ helios-setup] Feb 07 09:32:46.220 INFO E| Compiling base64 v0.13.1
29352025-02-07T09:32:48.475Z[ host-package] Compiling vsss-rs v3.3.4
29362025-02-07T09:32:48.662Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29372025-02-07T09:32:49.404Z[ helios-setup] Feb 07 09:32:48.109 INFO E| Compiling project-root v0.2.2
29382025-02-07T09:32:50.247Z[ helios-setup] Feb 07 09:32:48.953 INFO E| Compiling ipnet v2.7.2
29392025-02-07T09:32:51.285Z[ helios-setup] Feb 07 09:32:49.990 INFO E| Compiling untrusted v0.7.1
29402025-02-07T09:32:51.595Z[ helios-setup] Feb 07 09:32:50.301 INFO E| Compiling clap_lex v0.4.1
29412025-02-07T09:32:51.989Z[ helios-setup] Feb 07 09:32:50.695 INFO E| Compiling mime v0.3.17
29422025-02-07T09:32:53.048Z[ helios-setup] Feb 07 09:32:51.753 INFO E| Compiling strsim v0.10.0
29432025-02-07T09:32:54.243Z[ helios-setup] Feb 07 09:32:52.948 INFO E| Compiling spin v0.5.2
29442025-02-07T09:32:54.914Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29452025-02-07T09:32:54.914Z[ helios-setup] Feb 07 09:32:53.619 INFO E| Compiling unsafe-libyaml v0.2.8
29462025-02-07T09:32:55.420Z[ helios-setup] Feb 07 09:32:54.124 INFO E| Compiling byteorder v1.4.3
29472025-02-07T09:32:55.600Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29482025-02-07T09:32:56.462Z[ helios-setup] Feb 07 09:32:55.166 INFO E| Compiling tungstenite v0.18.0
29492025-02-07T09:32:56.545Z[ helios-setup] Feb 07 09:32:55.249 INFO E| Compiling clap_builder v4.2.1
29502025-02-07T09:32:57.134Z[ host-package] Compiling strum_macros v0.24.3
29512025-02-07T09:32:57.732Z[ helios-setup] Feb 07 09:32:56.435 INFO E| Compiling reqwest v0.11.16
29522025-02-07T09:32:58.736Z[ helios-setup] Feb 07 09:32:57.441 INFO E| Compiling serde_yaml v0.9.21
29532025-02-07T09:32:59.157Z[ host-package] Compiling polar-core v0.27.3
29542025-02-07T09:33:00.080Z[ host-package] Compiling fxhash v0.2.1
29552025-02-07T09:33:01.230Z[ host-package] Compiling samael v0.0.17
29562025-02-07T09:33:03.154Z[ host-package] Compiling indoc v1.0.9
29572025-02-07T09:33:03.544Z[ helios-setup] Feb 07 09:33:02.248 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29582025-02-07T09:33:03.998Z[ host-package] Compiling bytecount v0.6.8
29592025-02-07T09:33:05.011Z[ helios-setup] Feb 07 09:33:03.714 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29602025-02-07T09:33:05.030Z[ host-package] Compiling papergrid v0.11.0
29612025-02-07T09:33:07.984Z[ helios-setup] Feb 07 09:33:06.687 INFO E| Compiling clap_derive v4.2.0
29622025-02-07T09:33:13.125Z[ helios-setup] Feb 07 09:33:11.828 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29632025-02-07T09:33:16.298Z[ helios-setup] Feb 07 09:33:15.000 INFO E| Compiling clap v4.2.1
29642025-02-07T09:33:22.781Z[ host-package] Compiling derive_builder v0.20.2
29652025-02-07T09:33:23.359Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29662025-02-07T09:33:25.559Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29672025-02-07T09:33:26.578Z[ host-package] Compiling tabled_derive v0.7.0
29682025-02-07T09:33:30.608Z[ host-package] Compiling fd-lock v4.0.2
29692025-02-07T09:33:31.043Z[ host-package] Compiling peg-macros v0.8.4
29702025-02-07T09:33:31.409Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29712025-02-07T09:33:33.429Z[ host-package] Compiling kstat-rs v0.2.4
29722025-02-07T09:33:33.881Z[ helios-setup] Feb 07 09:33:32.580 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29732025-02-07T09:33:34.336Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29742025-02-07T09:33:35.166Z[ host-package] Compiling oso-derive v0.27.3
29752025-02-07T09:33:37.366Z[ helios-setup] Feb 07 09:33:36.065 INFO E| Compiling tokio-tungstenite v0.18.0
29762025-02-07T09:33:37.487Z[ host-package] Compiling quick-xml v0.33.0
29772025-02-07T09:33:37.559Z[ host-package] Compiling diesel-dtrace v0.4.2
29782025-02-07T09:33:38.097Z[ host-package] Compiling nu-ansi-term v0.50.1
29792025-02-07T09:33:38.534Z[ helios-setup] Feb 07 09:33:37.233 INFO E| Compiling smartstring v1.0.1
29802025-02-07T09:33:38.647Z[ host-package] Compiling peg v0.8.4
29812025-02-07T09:33:38.887Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29822025-02-07T09:33:39.701Z[ helios-setup] Feb 07 09:33:38.401 INFO E| Compiling rustls v0.21.0
29832025-02-07T09:33:41.506Z[ helios-setup] Feb 07 09:33:40.205 INFO E| Compiling serde_spanned v0.6.1
29842025-02-07T09:33:41.998Z[ helios-setup] Feb 07 09:33:40.696 INFO E| Compiling toml_datetime v0.6.1
29852025-02-07T09:33:42.440Z[ helios-setup] Feb 07 09:33:41.139 INFO E| Compiling slog-async v2.7.0
29862025-02-07T09:33:43.820Z[ helios-setup] Feb 07 09:33:42.518 INFO E| Compiling static_assertions v1.1.0
29872025-02-07T09:33:43.998Z[ helios-setup] Feb 07 09:33:42.697 INFO E| Compiling camino v1.1.4
29882025-02-07T09:33:44.388Z[ helios-setup] Feb 07 09:33:43.087 INFO E| Compiling match_cfg v0.1.0
29892025-02-07T09:33:45.114Z[ helios-setup] Feb 07 09:33:43.812 INFO E| Compiling async-trait v0.1.68
29902025-02-07T09:33:45.237Z[ helios-setup] Feb 07 09:33:43.935 INFO E| Compiling paste v1.0.12
29912025-02-07T09:33:45.601Z[ host-package] Compiling oso v0.27.3
29922025-02-07T09:33:46.307Z[ helios-setup] Feb 07 09:33:45.005 INFO E| Compiling winnow v0.4.1
29932025-02-07T09:33:47.828Z[ helios-setup] Feb 07 09:33:46.526 INFO E| Compiling hostname v0.3.1
29942025-02-07T09:33:48.792Z[ helios-setup] Feb 07 09:33:47.489 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29952025-02-07T09:33:49.459Z[ helios-setup] Feb 07 09:33:48.157 INFO E| Compiling slog-json v2.6.1
29962025-02-07T09:33:50.606Z[ helios-setup] Feb 07 09:33:49.304 INFO E| Compiling bincode v1.3.3
29972025-02-07T09:33:51.056Z[ helios-setup] Feb 07 09:33:49.753 INFO E| Compiling unicode-linebreak v0.1.4
29982025-02-07T09:33:52.720Z[ helios-setup] Feb 07 09:33:51.417 INFO E| Compiling toml_edit v0.19.8
29992025-02-07T09:33:52.995Z[ helios-setup] Feb 07 09:33:51.692 INFO E| Compiling rhai_codegen v1.5.0
30002025-02-07T09:33:55.993Z[ host-package] Compiling reedline v0.35.0
30012025-02-07T09:33:56.070Z[ helios-setup] Feb 07 09:33:54.767 INFO E| Compiling async-stream-impl v0.3.5
30022025-02-07T09:33:58.073Z[ host-package] Compiling tabled v0.15.0
30032025-02-07T09:33:58.292Z[ helios-setup] Feb 07 09:33:56.989 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30042025-02-07T09:33:58.964Z[ helios-setup] Feb 07 09:33:57.661 INFO E| Compiling take_mut v0.2.2
30052025-02-07T09:33:59.703Z[ helios-setup] Feb 07 09:33:58.400 INFO E| Compiling toml v0.7.3
30062025-02-07T09:34:04.787Z[ helios-setup] Feb 07 09:34:03.483 INFO E| Compiling async-stream v0.3.5
30072025-02-07T09:34:04.936Z[ helios-setup] Feb 07 09:34:03.632 INFO E| Compiling rhai v1.14.0
30082025-02-07T09:34:05.902Z[ helios-setup] Feb 07 09:34:04.597 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
30092025-02-07T09:34:08.183Z[ helios-setup] Feb 07 09:34:06.879 INFO E| Compiling slog-bunyan v2.4.0
30102025-02-07T09:34:11.744Z[ helios-setup] Feb 07 09:34:10.439 INFO E| Compiling rustls-pemfile v1.0.2
30112025-02-07T09:34:12.522Z[ helios-setup] Feb 07 09:34:11.217 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30122025-02-07T09:34:13.099Z[ helios-setup] Feb 07 09:34:11.793 INFO E| Compiling serde_path_to_error v0.1.11
30132025-02-07T09:34:14.609Z[ helios-setup] Feb 07 09:34:13.303 INFO E| Compiling terminal_size v0.2.6
30142025-02-07T09:34:15.451Z[ helios-setup] Feb 07 09:34:14.146 INFO E| Compiling smawk v0.3.1
30152025-02-07T09:34:15.664Z[ helios-setup] Feb 07 09:34:14.359 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
30162025-02-07T09:34:16.240Z[ helios-setup] Feb 07 09:34:14.935 INFO E| Compiling textwrap v0.16.0
30172025-02-07T09:34:19.577Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30182025-02-07T09:34:22.387Z[ helios-setup] Feb 07 09:34:21.080 INFO E| Compiling sct v0.7.0
30192025-02-07T09:34:22.555Z[ helios-setup] Feb 07 09:34:21.248 INFO E| Compiling rustls-webpki v0.100.1
30202025-02-07T09:34:34.363Z[ helios-setup] Feb 07 09:34:33.055 INFO E| Compiling tokio-rustls v0.24.0
30212025-02-07T09:34:35.807Z[ helios-setup] Feb 07 09:34:34.499 INFO E| Compiling git2 v0.16.1
30222025-02-07T09:34:38.120Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30232025-02-07T09:34:38.206Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30242025-02-07T09:34:41.016Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
30252025-02-07T09:34:42.834Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30262025-02-07T09:34:43.572Z[ host-package] Compiling bb8 v0.8.5
30272025-02-07T09:34:44.953Z[ host-package] Compiling bcs v0.1.6
30282025-02-07T09:34:45.115Z[ helios-setup] Feb 07 09:34:43.806 INFO E| Compiling built v0.6.0
30292025-02-07T09:34:46.217Z[ host-package] Compiling libz-sys v1.1.20
30302025-02-07T09:34:46.568Z[ helios-setup] Feb 07 09:34:45.258 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30312025-02-07T09:34:46.663Z[ host-package] Compiling nanorand v0.7.0
30322025-02-07T09:34:47.191Z[ host-package] Compiling termtree v0.5.1
30332025-02-07T09:34:47.621Z[ host-package] Compiling parking_lot_core v0.8.6
30342025-02-07T09:34:48.778Z[ helios-setup] Feb 07 09:34:47.469 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30352025-02-07T09:34:48.860Z[ host-package] Compiling flume v0.11.1
30362025-02-07T09:34:50.108Z[ helios-setup] Feb 07 09:34:48.798 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30372025-02-07T09:34:50.469Z[ host-package] Compiling async-bb8-diesel v0.2.1
30382025-02-07T09:34:52.561Z[ host-package] Compiling mime_guess v2.0.5
30392025-02-07T09:34:57.114Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30402025-02-07T09:34:58.889Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30412025-02-07T09:35:05.619Z[ host-package] Compiling nibble_vec v0.1.0
30422025-02-07T09:35:06.011Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
30432025-02-07T09:35:06.945Z[ host-package] Compiling atty v0.2.14
30442025-02-07T09:35:07.060Z[ host-package] Compiling salty v0.3.0
30452025-02-07T09:35:07.165Z[ host-package] Compiling endian-type v0.1.2
30462025-02-07T09:35:07.460Z[ host-package] Compiling http-range v0.1.5
30472025-02-07T09:35:07.816Z[ host-package] Compiling radix_trie v0.2.1
30482025-02-07T09:35:08.972Z[ host-package] Compiling parking_lot v0.11.2
30492025-02-07T09:35:13.525Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
30502025-02-07T09:35:16.813Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30512025-02-07T09:35:18.313Z[ host-package] Compiling hyper-staticfile v0.10.1
30522025-02-07T09:35:21.650Z[ host-package] Compiling sled v0.34.7
30532025-02-07T09:35:22.181Z[ helios-setup] Feb 07 09:35:20.866 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30542025-02-07T09:35:24.492Z[ helios-setup] Feb 07 09:35:23.177 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30552025-02-07T09:35:25.189Z[ host-package] Compiling hickory-client v0.24.2
30562025-02-07T09:35:37.558Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30572025-02-07T09:35:39.741Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30582025-02-07T09:35:42.723Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30592025-02-07T09:35:43.799Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30602025-02-07T09:35:58.517Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30612025-02-07T09:36:02.788Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30622025-02-07T09:36:04.968Z[ helios-setup] Feb 07 09:36:03.648 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30632025-02-07T09:36:06.466Z[ host-package] Compiling hickory-server v0.24.2
30642025-02-07T09:36:13.491Z[ host-package] Compiling primeorder v0.13.6
30652025-02-07T09:36:14.298Z[ host-package] Compiling vergen v8.3.2
30662025-02-07T09:36:14.766Z[ host-package] Compiling castaway v0.2.3
30672025-02-07T09:36:15.050Z[ host-package] Compiling env_filter v0.1.2
30682025-02-07T09:36:17.133Z[ host-package] Compiling cargo-platform v0.1.8
30692025-02-07T09:36:17.136Z[ host-package] Compiling memoffset v0.9.1
30702025-02-07T09:36:17.951Z[ host-package] Compiling cargo_metadata v0.18.1
30712025-02-07T09:36:18.188Z[ host-package] Compiling env_logger v0.11.5
30722025-02-07T09:36:18.264Z[ host-package] Compiling compact_str v0.8.0
30732025-02-07T09:36:20.629Z[ host-package] Compiling p384 v0.13.0
30742025-02-07T09:36:20.757Z[ host-package] Compiling git2 v0.19.0
30752025-02-07T09:36:23.042Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30762025-02-07T09:36:23.823Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30772025-02-07T09:36:33.123Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30782025-02-07T09:36:35.205Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30792025-02-07T09:36:38.025Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30802025-02-07T09:36:40.614Z[ host-package] Compiling unicode-truncate v1.1.0
30812025-02-07T09:36:41.464Z[ host-package] Compiling lru v0.12.5
30822025-02-07T09:36:42.387Z[ host-package] Compiling rand_seeder v0.3.0
30832025-02-07T09:36:43.607Z[ host-package] Compiling libsqlite3-sys v0.30.1
30842025-02-07T09:36:45.006Z[ host-package] Compiling lzma-sys v0.1.20
30852025-02-07T09:36:46.564Z[ host-package] Compiling instability v0.3.2
30862025-02-07T09:36:48.769Z[ host-package] Compiling cfg_aliases v0.2.1
30872025-02-07T09:36:49.217Z[ host-package] Compiling cassowary v0.3.0
30882025-02-07T09:36:49.325Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30892025-02-07T09:36:50.571Z[ host-package] Compiling rustls v0.21.12
30902025-02-07T09:36:52.182Z[ host-package] Compiling ratatui v0.28.1
30912025-02-07T09:36:53.756Z[ host-package] Compiling nix v0.29.0
30922025-02-07T09:36:54.178Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30932025-02-07T09:36:54.538Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30942025-02-07T09:36:55.258Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30952025-02-07T09:36:56.993Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30962025-02-07T09:36:57.416Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30972025-02-07T09:36:57.909Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30982025-02-07T09:36:57.942Z[ host-package] Compiling sct v0.7.1
30992025-02-07T09:36:58.664Z[ host-package] Compiling rustls-webpki v0.101.7
31002025-02-07T09:37:00.988Z[ host-package] Compiling heck v0.3.3
31012025-02-07T09:37:01.465Z[ host-package] Compiling csv-core v0.1.11
31022025-02-07T09:37:01.783Z[ helios-setup] Feb 07 09:37:00.455 INFO E| Finished `release` profile [optimized] target(s) in 6m 32s
31032025-02-07T09:37:01.906Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31042025-02-07T09:37:01.914Z[ helios-setup] Feb 07 09:37:00.587 INFO building project "pilot" ok (392 seconds)
31052025-02-07T09:37:01.914Z[ helios-setup] Feb 07 09:37:00.587 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
31062025-02-07T09:37:01.920Z[ helios-setup] Feb 07 09:37:00.587 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
31072025-02-07T09:37:02.056Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
31082025-02-07T09:37:02.143Z[ helios-setup] Feb 07 09:37:00.816 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
31092025-02-07T09:37:02.364Z[ host-package] Compiling glob v0.3.2
31102025-02-07T09:37:02.462Z[ host-package] Compiling csv v1.3.1
31112025-02-07T09:37:02.558Z[ helios-setup] Feb 07 09:37:01.231 INFO E| From https://github.com/jclulow/rust-jmclib
31122025-02-07T09:37:02.558Z[ helios-setup] Feb 07 09:37:01.231 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
31132025-02-07T09:37:02.561Z[ host-package] Compiling zone_cfg_derive v0.1.2
31142025-02-07T09:37:02.576Z[ helios-setup] Feb 07 09:37:01.249 INFO E| Updating crates.io index
31152025-02-07T09:37:02.755Z[ helios-setup] Feb 07 09:37:01.428 INFO E| Downloading crates ...
31162025-02-07T09:37:02.860Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31172025-02-07T09:37:02.943Z[ helios-setup] Feb 07 09:37:01.615 INFO E| Downloaded opaque-debug v0.3.0
31182025-02-07T09:37:02.945Z[ helios-setup] Feb 07 09:37:01.617 INFO E| Downloaded digest v0.9.0
31192025-02-07T09:37:02.948Z[ helios-setup] Feb 07 09:37:01.619 INFO E| Downloaded block-buffer v0.9.0
31202025-02-07T09:37:02.948Z[ helios-setup] Feb 07 09:37:01.620 INFO E| Downloaded libdevinfo-sys v1.0.0
31212025-02-07T09:37:02.950Z[ helios-setup] Feb 07 09:37:01.622 INFO E| Downloaded bitflags v2.3.3
31222025-02-07T09:37:02.979Z[ helios-setup] Feb 07 09:37:01.652 INFO E| Downloaded sha-1 v0.9.8
31232025-02-07T09:37:02.982Z[ helios-setup] Feb 07 09:37:01.655 INFO E| Downloaded quote v1.0.31
31242025-02-07T09:37:02.985Z[ helios-setup] Feb 07 09:37:01.658 INFO E| Downloaded md-5 v0.9.1
31252025-02-07T09:37:02.987Z[ helios-setup] Feb 07 09:37:01.660 INFO E| Downloaded getrandom v0.2.10
31262025-02-07T09:37:02.992Z[ helios-setup] Feb 07 09:37:01.665 INFO E| Downloaded fastrand v2.0.0
31272025-02-07T09:37:02.994Z[ helios-setup] Feb 07 09:37:01.667 INFO E| Downloaded cpufeatures v0.2.9
31282025-02-07T09:37:02.997Z[ helios-setup] Feb 07 09:37:01.669 INFO E| Downloaded itoa v1.0.9
31292025-02-07T09:37:02.999Z[ helios-setup] Feb 07 09:37:01.671 INFO E| Downloaded glob v0.3.1
31302025-02-07T09:37:03.021Z[ helios-setup] Feb 07 09:37:01.694 INFO E| Downloaded uuid v0.8.2
31312025-02-07T09:37:03.025Z[ helios-setup] Feb 07 09:37:01.698 INFO E| Downloaded serde_derive v1.0.193
31322025-02-07T09:37:03.029Z[ helios-setup] Feb 07 09:37:01.702 INFO E| Downloaded ryu v1.0.15
31332025-02-07T09:37:03.033Z[ helios-setup] Feb 07 09:37:01.706 INFO E| Downloaded serde v1.0.193
31342025-02-07T09:37:03.039Z[ helios-setup] Feb 07 09:37:01.712 INFO E| Downloaded once_cell v1.18.0
31352025-02-07T09:37:03.043Z[ helios-setup] Feb 07 09:37:01.715 INFO E| Downloaded anyhow v1.0.72
31362025-02-07T09:37:03.048Z[ helios-setup] Feb 07 09:37:01.721 INFO E| Downloaded unicode-ident v1.0.11
31372025-02-07T09:37:03.053Z[ helios-setup] Feb 07 09:37:01.726 INFO E| Downloaded tempfile v3.7.0
31382025-02-07T09:37:03.056Z[ helios-setup] Feb 07 09:37:01.729 INFO E| Downloaded proc-macro2 v1.0.66
31392025-02-07T09:37:03.059Z[ helios-setup] Feb 07 09:37:01.733 INFO E| Downloaded serde_json v1.0.103
31402025-02-07T09:37:03.130Z[ helios-setup] Feb 07 09:37:01.803 INFO E| Downloaded syn v2.0.32
31412025-02-07T09:37:03.188Z[ helios-setup] Feb 07 09:37:01.861 INFO E| Downloaded rustix v0.38.4
31422025-02-07T09:37:03.245Z[ helios-setup] Feb 07 09:37:01.917 INFO E| Downloaded libc v0.2.147
31432025-02-07T09:37:03.392Z[ helios-setup] Feb 07 09:37:02.065 INFO E| Compiling libc v0.2.147
31442025-02-07T09:37:03.395Z[ helios-setup] Feb 07 09:37:02.065 INFO E| Compiling proc-macro2 v1.0.66
31452025-02-07T09:37:03.395Z[ helios-setup] Feb 07 09:37:02.065 INFO E| Compiling unicode-ident v1.0.11
31462025-02-07T09:37:03.395Z[ helios-setup] Feb 07 09:37:02.065 INFO E| Compiling cfg-if v1.0.0
31472025-02-07T09:37:03.395Z[ helios-setup] Feb 07 09:37:02.065 INFO E| Compiling typenum v1.16.0
31482025-02-07T09:37:03.395Z[ helios-setup] Feb 07 09:37:02.065 INFO E| Compiling version_check v0.9.4
31492025-02-07T09:37:03.395Z[ helios-setup] Feb 07 09:37:02.065 INFO E| Compiling serde v1.0.193
31502025-02-07T09:37:03.395Z[ helios-setup] Feb 07 09:37:02.066 INFO E| Compiling slog v2.7.0
31512025-02-07T09:37:03.785Z[ helios-setup] Feb 07 09:37:02.457 INFO E| Compiling powerfmt v0.2.0
31522025-02-07T09:37:03.819Z[ helios-setup] Feb 07 09:37:02.491 INFO E| Compiling num-conv v0.1.0
31532025-02-07T09:37:04.417Z[ helios-setup] Feb 07 09:37:03.089 INFO E| Compiling rustix v0.38.4
31542025-02-07T09:37:04.539Z[ helios-setup] Feb 07 09:37:03.211 INFO E| Compiling itoa v1.0.9
31552025-02-07T09:37:04.647Z[ helios-setup] Feb 07 09:37:03.320 INFO E| Compiling time-core v0.1.2
31562025-02-07T09:37:04.716Z[ helios-setup] Feb 07 09:37:03.389 INFO E| Compiling generic-array v0.14.7
31572025-02-07T09:37:05.004Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31582025-02-07T09:37:05.133Z[ helios-setup] Feb 07 09:37:03.805 INFO E| Compiling deranged v0.3.11
31592025-02-07T09:37:05.163Z[ helios-setup] Feb 07 09:37:03.836 INFO E| Compiling bitflags v2.3.3
31602025-02-07T09:37:05.163Z[ helios-setup] Feb 07 09:37:03.836 INFO E| Compiling time-macros v0.2.18
31612025-02-07T09:37:05.633Z[ helios-setup] Feb 07 09:37:04.306 INFO E| Compiling once_cell v1.18.0
31622025-02-07T09:37:05.779Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
31632025-02-07T09:37:06.324Z[ helios-setup] Feb 07 09:37:04.997 INFO E| Compiling num_threads v0.1.6
31642025-02-07T09:37:06.331Z[ helios-setup] Feb 07 09:37:05.003 INFO E| Compiling thread_local v1.1.7
31652025-02-07T09:37:06.519Z[ helios-setup] Feb 07 09:37:05.191 INFO E| Compiling quote v1.0.31
31662025-02-07T09:37:07.451Z[ helios-setup] Feb 07 09:37:06.123 INFO E| Compiling syn v2.0.32
31672025-02-07T09:37:07.527Z[ helios-setup] Feb 07 09:37:06.199 INFO E| Compiling dirs-sys-next v0.1.2
31682025-02-07T09:37:07.658Z[ helios-setup] Feb 07 09:37:06.330 INFO E| Compiling errno v0.3.1
31692025-02-07T09:37:07.743Z[ helios-setup] Feb 07 09:37:06.415 INFO E| Compiling atty v0.2.14
31702025-02-07T09:37:07.895Z[ helios-setup] Feb 07 09:37:06.567 INFO E| Compiling anyhow v1.0.72
31712025-02-07T09:37:08.184Z[ helios-setup] Feb 07 09:37:06.856 INFO E| Compiling dirs-next v2.0.0
31722025-02-07T09:37:08.365Z[ helios-setup] Feb 07 09:37:07.037 INFO E| Compiling opaque-debug v0.3.0
31732025-02-07T09:37:08.466Z[ helios-setup] Feb 07 09:37:07.138 INFO E| Compiling term v0.7.0
31742025-02-07T09:37:08.573Z[ helios-setup] Feb 07 09:37:07.245 INFO E| Compiling fastrand v2.0.0
31752025-02-07T09:37:08.669Z[ host-package] Compiling nix v0.27.1
31762025-02-07T09:37:08.859Z[ helios-setup] Feb 07 09:37:07.531 INFO E| Compiling serde_json v1.0.103
31772025-02-07T09:37:09.001Z[ helios-setup] Feb 07 09:37:07.673 INFO E| Compiling digest v0.9.0
31782025-02-07T09:37:09.161Z[ helios-setup] Feb 07 09:37:07.833 INFO E| Compiling block-buffer v0.9.0
31792025-02-07T09:37:09.484Z[ helios-setup] Feb 07 09:37:08.156 INFO E| Compiling getrandom v0.2.10
31802025-02-07T09:37:09.740Z[ helios-setup] Feb 07 09:37:08.401 INFO E| Compiling unicode-width v0.1.10
31812025-02-07T09:37:10.062Z[ helios-setup] Feb 07 09:37:08.734 INFO E| Compiling cpufeatures v0.2.9
31822025-02-07T09:37:10.202Z[ helios-setup] Feb 07 09:37:08.874 INFO E| Compiling ryu v1.0.15
31832025-02-07T09:37:10.246Z[ helios-setup] Feb 07 09:37:08.918 INFO E| Compiling same-file v1.0.6
31842025-02-07T09:37:10.384Z[ helios-setup] Feb 07 09:37:09.056 INFO E| Compiling time v0.3.36
31852025-02-07T09:37:10.479Z[ helios-setup] Feb 07 09:37:09.151 INFO E| Compiling walkdir v2.3.3
31862025-02-07T09:37:10.922Z[ helios-setup] Feb 07 09:37:09.594 INFO E| Compiling sha-1 v0.9.8
31872025-02-07T09:37:11.227Z[ helios-setup] Feb 07 09:37:09.899 INFO E| Compiling tempfile v3.7.0
31882025-02-07T09:37:11.327Z[ helios-setup] Feb 07 09:37:09.999 INFO E| Compiling getopts v0.2.21
31892025-02-07T09:37:11.775Z[ helios-setup] Feb 07 09:37:10.447 INFO E| Compiling md-5 v0.9.1
31902025-02-07T09:37:11.955Z[ helios-setup] Feb 07 09:37:10.627 INFO E| Compiling glob v0.3.1
31912025-02-07T09:37:12.042Z[ helios-setup] Feb 07 09:37:10.714 INFO E| Compiling libdevinfo-sys v1.0.0
31922025-02-07T09:37:13.891Z[ helios-setup] Feb 07 09:37:12.562 INFO E| Compiling slog-term v2.9.0
31932025-02-07T09:37:14.065Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31942025-02-07T09:37:14.815Z[ helios-setup] Feb 07 09:37:13.486 INFO E| Compiling serde_derive v1.0.193
31952025-02-07T09:37:17.048Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31962025-02-07T09:37:19.386Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
31972025-02-07T09:37:20.015Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31982025-02-07T09:37:24.960Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31992025-02-07T09:37:25.419Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32002025-02-07T09:37:26.295Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32012025-02-07T09:37:26.672Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32022025-02-07T09:37:27.023Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32032025-02-07T09:37:27.216Z[ helios-setup] Feb 07 09:37:25.885 INFO E| Compiling toml v0.5.11
32042025-02-07T09:37:27.216Z[ helios-setup] Feb 07 09:37:25.886 INFO E| Compiling uuid v0.8.2
32052025-02-07T09:37:27.467Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32062025-02-07T09:37:28.386Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32072025-02-07T09:37:28.773Z[ host-package] Compiling tungstenite v0.23.0
32082025-02-07T09:37:29.333Z[ host-package] Compiling hashlink v0.9.1
32092025-02-07T09:37:29.610Z[ helios-setup] Feb 07 09:37:28.279 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
32102025-02-07T09:37:30.473Z[ host-package] Compiling fallible-iterator v0.3.0
32112025-02-07T09:37:31.448Z[ host-package] Compiling base64 v0.13.1
32122025-02-07T09:37:31.451Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32132025-02-07T09:37:31.514Z[ helios-setup] Feb 07 09:37:30.184 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
32142025-02-07T09:37:31.826Z[ host-package] Compiling rusqlite v0.32.1
32152025-02-07T09:37:32.418Z[ host-package] Compiling ron v0.7.1
32162025-02-07T09:37:34.121Z[ host-package] Compiling tokio-tungstenite v0.23.1
32172025-02-07T09:37:34.924Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32182025-02-07T09:37:35.656Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32192025-02-07T09:37:36.044Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32202025-02-07T09:37:37.202Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32212025-02-07T09:37:38.152Z[ host-package] Compiling xz2 v0.1.7
32222025-02-07T09:37:39.032Z[ host-package] Compiling tokio-rustls v0.24.1
32232025-02-07T09:37:39.932Z[ host-package] Compiling zone v0.1.8
32242025-02-07T09:37:42.211Z[ helios-setup] Feb 07 09:37:40.879 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.19s
32252025-02-07T09:37:42.245Z[ helios-setup] Feb 07 09:37:40.912 INFO building project "image-builder" ok (40 seconds)
32262025-02-07T09:37:42.245Z[ helios-setup] Feb 07 09:37:40.912 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32272025-02-07T09:37:42.245Z[ helios-setup] Feb 07 09:37:40.912 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32282025-02-07T09:37:42.385Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32292025-02-07T09:37:42.471Z[ helios-setup] Feb 07 09:37:41.138 INFO E| Blocking waiting for file lock on package cache
32302025-02-07T09:37:43.445Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32312025-02-07T09:37:50.138Z[ helios-setup] Feb 07 09:37:48.804 INFO E| Downloading crates ...
32322025-02-07T09:37:50.194Z[ helios-setup] Feb 07 09:37:48.860 INFO E| Downloaded digest v0.10.3
32332025-02-07T09:37:50.201Z[ helios-setup] Feb 07 09:37:48.868 INFO E| Downloaded typenum v1.15.0
32342025-02-07T09:37:50.208Z[ helios-setup] Feb 07 09:37:48.875 INFO E| Downloaded bytes v1.2.1
32352025-02-07T09:37:50.214Z[ helios-setup] Feb 07 09:37:48.881 INFO E| Downloaded sha2 v0.10.5
32362025-02-07T09:37:50.217Z[ helios-setup] Feb 07 09:37:48.884 INFO E| Downloaded anyhow v1.0.62
32372025-02-07T09:37:50.225Z[ helios-setup] Feb 07 09:37:48.891 INFO E| Blocking waiting for file lock on package cache
32382025-02-07T09:37:50.363Z[ helios-setup] Feb 07 09:37:49.029 INFO E| Compiling version_check v0.9.4
32392025-02-07T09:37:50.366Z[ helios-setup] Feb 07 09:37:49.030 INFO E| Compiling typenum v1.15.0
32402025-02-07T09:37:50.366Z[ helios-setup] Feb 07 09:37:49.030 INFO E| Compiling crc32fast v1.3.2
32412025-02-07T09:37:50.366Z[ helios-setup] Feb 07 09:37:49.030 INFO E| Compiling cfg-if v1.0.0
32422025-02-07T09:37:50.366Z[ helios-setup] Feb 07 09:37:49.030 INFO E| Compiling adler v1.0.2
32432025-02-07T09:37:50.366Z[ helios-setup] Feb 07 09:37:49.030 INFO E| Compiling anyhow v1.0.62
32442025-02-07T09:37:50.366Z[ helios-setup] Feb 07 09:37:49.030 INFO E| Compiling cpufeatures v0.2.5
32452025-02-07T09:37:50.366Z[ helios-setup] Feb 07 09:37:49.031 INFO E| Compiling unicode-width v0.1.10
32462025-02-07T09:37:50.566Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32472025-02-07T09:37:50.597Z[ helios-setup] Feb 07 09:37:49.264 INFO E| Compiling bitflags v1.3.2
32482025-02-07T09:37:50.616Z[ helios-setup] Feb 07 09:37:49.283 INFO E| Compiling bytes v1.2.1
32492025-02-07T09:37:50.917Z[ helios-setup] Feb 07 09:37:49.584 INFO E| Compiling miniz_oxide v0.6.2
32502025-02-07T09:37:50.971Z[ helios-setup] Feb 07 09:37:49.638 INFO E| Compiling getopts v0.2.21
32512025-02-07T09:37:51.620Z[ helios-setup] Feb 07 09:37:50.286 INFO E| Compiling generic-array v0.14.6
32522025-02-07T09:37:52.661Z[ helios-setup] Feb 07 09:37:51.327 INFO E| Compiling flate2 v1.0.25
32532025-02-07T09:37:56.195Z[ helios-setup] Feb 07 09:37:54.860 INFO E| Compiling block-buffer v0.10.3
32542025-02-07T09:37:56.195Z[ helios-setup] Feb 07 09:37:54.861 INFO E| Compiling crypto-common v0.1.6
32552025-02-07T09:37:56.433Z[ helios-setup] Feb 07 09:37:55.099 INFO E| Compiling digest v0.10.3
32562025-02-07T09:37:56.812Z[ helios-setup] Feb 07 09:37:55.478 INFO E| Compiling sha2 v0.10.5
32572025-02-07T09:37:57.368Z[ helios-setup] Feb 07 09:37:56.034 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32582025-02-07T09:37:59.363Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32592025-02-07T09:37:59.637Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32602025-02-07T09:38:00.111Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32612025-02-07T09:38:02.422Z[ helios-setup] Feb 07 09:38:01.087 INFO E| Finished `release` profile [optimized] target(s) in 20.07s
32622025-02-07T09:38:02.439Z[ helios-setup] Feb 07 09:38:01.105 INFO building project "bootserver" ok (20 seconds)
32632025-02-07T09:38:02.442Z[ helios-setup] Feb 07 09:38:01.105 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32642025-02-07T09:38:02.442Z[ helios-setup] Feb 07 09:38:01.105 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32652025-02-07T09:38:02.450Z[ helios-setup] Feb 07 09:38:01.115 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32662025-02-07T09:38:02.675Z[ helios-setup] Feb 07 09:38:01.340 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32672025-02-07T09:38:02.675Z[ helios-setup] Feb 07 09:38:01.340 INFO E| info: downloading component 'cargo'
32682025-02-07T09:38:04.056Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32692025-02-07T09:38:04.186Z[ helios-setup] Feb 07 09:38:02.851 INFO E| info: downloading component 'clippy'
32702025-02-07T09:38:04.449Z[ helios-setup] Feb 07 09:38:03.114 INFO E| info: downloading component 'rust-docs'
32712025-02-07T09:38:05.363Z[ host-package] Compiling rustls-pemfile v1.0.4
32722025-02-07T09:38:05.552Z[ helios-setup] Feb 07 09:38:04.217 INFO E| info: downloading component 'rust-src'
32732025-02-07T09:38:05.741Z[ helios-setup] Feb 07 09:38:04.405 INFO E| info: downloading component 'rust-std'
32742025-02-07T09:38:06.209Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32752025-02-07T09:38:06.542Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32762025-02-07T09:38:06.744Z[ host-package] Compiling signal-hook-tokio v0.3.1
32772025-02-07T09:38:06.989Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
32782025-02-07T09:38:07.842Z[ helios-setup] Feb 07 09:38:06.507 INFO E| info: downloading component 'rustc'
32792025-02-07T09:38:08.717Z[ host-package] Compiling yasna v0.5.2
32802025-02-07T09:38:12.172Z[ host-package] Compiling twox-hash v2.1.0
32812025-02-07T09:38:12.643Z[ helios-setup] Feb 07 09:38:11.307 INFO E| info: downloading component 'rustfmt'
32822025-02-07T09:38:12.879Z[ helios-setup] Feb 07 09:38:11.543 INFO E| info: installing component 'cargo'
32832025-02-07T09:38:13.338Z[ host-package] Compiling smawk v0.3.2
32842025-02-07T09:38:13.508Z[ host-package] Compiling is_ci v1.2.0
32852025-02-07T09:38:13.680Z[ host-package] Compiling unicode-linebreak v0.1.5
32862025-02-07T09:38:14.093Z[ host-package] Compiling supports-color v3.0.1
32872025-02-07T09:38:14.127Z[ helios-setup] Feb 07 09:38:12.791 INFO E| info: installing component 'clippy'
32882025-02-07T09:38:14.258Z[ host-package] Compiling textwrap v0.16.1
32892025-02-07T09:38:14.558Z[ helios-setup] Feb 07 09:38:13.221 INFO E| info: installing component 'rust-docs'
32902025-02-07T09:38:16.515Z[ host-package] Compiling rcgen v0.12.1
32912025-02-07T09:38:18.237Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
32922025-02-07T09:38:20.292Z[ helios-setup] Feb 07 09:38:18.954 INFO E| info: installing component 'rust-src'
32932025-02-07T09:38:20.325Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32942025-02-07T09:38:20.915Z[ helios-setup] Feb 07 09:38:19.578 INFO E| info: installing component 'rust-std'
32952025-02-07T09:38:21.600Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32962025-02-07T09:38:23.368Z[ helios-setup] Feb 07 09:38:22.030 INFO E| info: installing component 'rustc'
32972025-02-07T09:38:27.945Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32982025-02-07T09:38:28.527Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32992025-02-07T09:38:29.450Z[ helios-setup] Feb 07 09:38:28.111 INFO E| info: installing component 'rustfmt'
33002025-02-07T09:38:30.293Z[ helios-setup] Feb 07 09:38:28.954 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33012025-02-07T09:38:31.413Z[ helios-setup] Feb 07 09:38:30.075 INFO E| From https://github.com/oxidecomputer/amd-apcb
33022025-02-07T09:38:31.413Z[ helios-setup] Feb 07 09:38:30.075 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
33032025-02-07T09:38:31.416Z[ helios-setup] Feb 07 09:38:30.075 INFO E| * [new tag] v0.4.5 -> v0.4.5
33042025-02-07T09:38:31.458Z[ helios-setup] Feb 07 09:38:30.119 INFO E| * [new tag] v0.1.3 -> v0.1.3
33052025-02-07T09:38:31.458Z[ helios-setup] Feb 07 09:38:30.120 INFO E| * [new tag] v0.1.4 -> v0.1.4
33062025-02-07T09:38:31.461Z[ helios-setup] Feb 07 09:38:30.120 INFO E| * [new tag] v0.1.5 -> v0.1.5
33072025-02-07T09:38:31.461Z[ helios-setup] Feb 07 09:38:30.120 INFO E| * [new tag] v0.2.0 -> v0.2.0
33082025-02-07T09:38:31.461Z[ helios-setup] Feb 07 09:38:30.120 INFO E| * [new tag] v0.3.0 -> v0.3.0
33092025-02-07T09:38:31.461Z[ helios-setup] Feb 07 09:38:30.120 INFO E| * [new tag] v0.3.1 -> v0.3.1
33102025-02-07T09:38:31.461Z[ helios-setup] Feb 07 09:38:30.120 INFO E| * [new tag] v0.3.2 -> v0.3.2
33112025-02-07T09:38:31.461Z[ helios-setup] Feb 07 09:38:30.120 INFO E| * [new tag] v0.3.3 -> v0.3.3
33122025-02-07T09:38:31.461Z[ helios-setup] Feb 07 09:38:30.121 INFO E| * [new tag] v0.4.0 -> v0.4.0
33132025-02-07T09:38:31.461Z[ helios-setup] Feb 07 09:38:30.121 INFO E| * [new tag] v0.4.1 -> v0.4.1
33142025-02-07T09:38:31.461Z[ helios-setup] Feb 07 09:38:30.121 INFO E| * [new tag] v0.4.2 -> v0.4.2
33152025-02-07T09:38:31.461Z[ helios-setup] Feb 07 09:38:30.121 INFO E| * [new tag] v0.4.3 -> v0.4.3
33162025-02-07T09:38:31.461Z[ helios-setup] Feb 07 09:38:30.121 INFO E| * [new tag] v0.4.4 -> v0.4.4
33172025-02-07T09:38:31.499Z[ helios-setup] Feb 07 09:38:30.161 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
33182025-02-07T09:38:32.507Z[ helios-setup] Feb 07 09:38:31.168 INFO E| From https://github.com/oxidecomputer/amd-efs
33192025-02-07T09:38:32.508Z[ helios-setup] Feb 07 09:38:31.169 INFO E| * [new branch] empty -> origin/empty
33202025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.169 INFO E| * [new branch] issue-99 -> origin/issue-99
33212025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.169 INFO E| * [new branch] main -> origin/main
33222025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.169 INFO E| * [new branch] review -> origin/review
33232025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.169 INFO E| * [new ref] -> origin/HEAD
33242025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.169 INFO E| * [new tag] v0.2.0 -> v0.2.0
33252025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.170 INFO E| * [new tag] v0.2.1 -> v0.2.1
33262025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.170 INFO E| * [new tag] v0.2.2 -> v0.2.2
33272025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.170 INFO E| * [new tag] v0.2.3 -> v0.2.3
33282025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.170 INFO E| * [new tag] v0.2.4 -> v0.2.4
33292025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.170 INFO E| * [new tag] v0.2.5 -> v0.2.5
33302025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.170 INFO E| * [new tag] v0.2.6 -> v0.2.6
33312025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.170 INFO E| * [new tag] v0.2.7 -> v0.2.7
33322025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.171 INFO E| * [new tag] v0.3.0 -> v0.3.0
33332025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.171 INFO E| * [new tag] v0.3.1 -> v0.3.1
33342025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.171 INFO E| * [new tag] v0.4.0 -> v0.4.0
33352025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.171 INFO E| * [new tag] v0.4.1 -> v0.4.1
33362025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.171 INFO E| * [new tag] v0.4.2 -> v0.4.2
33372025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.171 INFO E| * [new tag] v0.4.3 -> v0.4.3
33382025-02-07T09:38:32.511Z[ helios-setup] Feb 07 09:38:31.171 INFO E| * [new tag] v0.4.4 -> v0.4.4
33392025-02-07T09:38:32.535Z[ helios-setup] Feb 07 09:38:31.196 INFO E| Updating crates.io index
33402025-02-07T09:38:32.866Z[ helios-setup] Feb 07 09:38:31.527 INFO E| Downloading crates ...
33412025-02-07T09:38:33.047Z[ helios-setup] Feb 07 09:38:31.708 INFO E| Downloaded cfg-if v0.1.10
33422025-02-07T09:38:33.085Z[ helios-setup] Feb 07 09:38:31.746 INFO E| Downloaded unic-ucd-version v0.9.0
33432025-02-07T09:38:33.088Z[ helios-setup] Feb 07 09:38:31.748 INFO E| Downloaded unic-common v0.9.0
33442025-02-07T09:38:33.088Z[ helios-setup] Feb 07 09:38:31.749 INFO E| Downloaded unic-char-range v0.9.0
33452025-02-07T09:38:33.091Z[ helios-setup] Feb 07 09:38:31.751 INFO E| Downloaded unic-char-property v0.9.0
33462025-02-07T09:38:33.094Z[ helios-setup] Feb 07 09:38:31.753 INFO E| Downloaded strum v0.23.0
33472025-02-07T09:38:33.094Z[ helios-setup] Feb 07 09:38:31.754 INFO E| Downloaded scroll_derive v0.10.5
33482025-02-07T09:38:33.097Z[ helios-setup] Feb 07 09:38:31.756 INFO E| Downloaded proc-macro-crate v0.1.5
33492025-02-07T09:38:33.097Z[ helios-setup] Feb 07 09:38:31.758 INFO E| Downloaded itoa v1.0.14
33502025-02-07T09:38:33.099Z[ helios-setup] Feb 07 09:38:31.760 INFO E| Downloaded cpufeatures v0.2.16
33512025-02-07T09:38:33.102Z[ helios-setup] Feb 07 09:38:31.762 INFO E| Downloaded bytesize v1.3.0
33522025-02-07T09:38:33.105Z[ helios-setup] Feb 07 09:38:31.763 INFO E| Downloaded parse_int v0.6.0
33532025-02-07T09:38:33.105Z[ helios-setup] Feb 07 09:38:31.764 INFO E| Downloaded memoffset v0.5.6
33542025-02-07T09:38:33.108Z[ helios-setup] Feb 07 09:38:31.766 INFO E| Downloaded vec_map v0.8.2
33552025-02-07T09:38:33.108Z[ helios-setup] Feb 07 09:38:31.768 INFO E| Downloaded unic-ucd-ident v0.9.0
33562025-02-07T09:38:33.110Z[ helios-setup] Feb 07 09:38:31.770 INFO E| Downloaded structopt-derive v0.4.18
33572025-02-07T09:38:33.113Z[ helios-setup] Feb 07 09:38:31.772 INFO E| Downloaded textwrap v0.11.0
33582025-02-07T09:38:33.116Z[ helios-setup] Feb 07 09:38:31.775 INFO E| Downloaded semver-parser v0.7.0
33592025-02-07T09:38:33.116Z[ helios-setup] Feb 07 09:38:31.776 INFO E| Downloaded strum_macros v0.23.1
33602025-02-07T09:38:33.119Z[ helios-setup] Feb 07 09:38:31.779 INFO E| Downloaded semver v0.9.0
33612025-02-07T09:38:33.121Z[ helios-setup] Feb 07 09:38:31.781 INFO E| Downloaded scroll v0.10.2
33622025-02-07T09:38:33.124Z[ helios-setup] Feb 07 09:38:31.784 INFO E| Downloaded ansi_term v0.12.1
33632025-02-07T09:38:33.127Z[ helios-setup] Feb 07 09:38:31.787 INFO E| Downloaded pre-proc-macro v0.2.1
33642025-02-07T09:38:33.130Z[ helios-setup] Feb 07 09:38:31.789 INFO E| Downloaded pest_meta v2.7.15
33652025-02-07T09:38:33.132Z[ helios-setup] Feb 07 09:38:31.792 INFO E| Downloaded pre v0.2.1
33662025-02-07T09:38:33.132Z[ helios-setup] Feb 07 09:38:31.794 INFO E| Downloaded pest_derive v2.7.15
33672025-02-07T09:38:33.136Z[ helios-setup] Feb 07 09:38:31.798 INFO E| Downloaded structopt v0.3.26
33682025-02-07T09:38:33.149Z[ helios-setup] Feb 07 09:38:31.810 INFO E| Downloaded proc-macro2 v1.0.93
33692025-02-07T09:38:33.153Z[ helios-setup] Feb 07 09:38:31.814 INFO E| Downloaded pest v2.7.15
33702025-02-07T09:38:33.161Z[ helios-setup] Feb 07 09:38:31.822 INFO E| Downloaded goblin v0.4.3
33712025-02-07T09:38:33.185Z[ helios-setup] Feb 07 09:38:31.846 INFO E| Downloaded clap v2.34.0
33722025-02-07T09:38:33.195Z[ helios-setup] Feb 07 09:38:31.856 INFO E| Downloaded modular-bitfield v0.11.2
33732025-02-07T09:38:33.214Z[ helios-setup] Feb 07 09:38:31.875 INFO E| Downloaded strsim v0.8.0
33742025-02-07T09:38:33.217Z[ helios-setup] Feb 07 09:38:31.877 INFO E| Downloaded rustversion v1.0.19
33752025-02-07T09:38:33.220Z[ helios-setup] Feb 07 09:38:31.880 INFO E| Downloaded rustc_version v0.2.3
33762025-02-07T09:38:33.222Z[ helios-setup] Feb 07 09:38:31.881 INFO E| Downloaded pest_generator v2.7.15
33772025-02-07T09:38:33.222Z[ helios-setup] Feb 07 09:38:31.883 INFO E| Downloaded modular-bitfield-impl v0.11.2
33782025-02-07T09:38:33.225Z[ helios-setup] Feb 07 09:38:31.885 INFO E| Downloaded four-cc v0.3.0
33792025-02-07T09:38:33.225Z[ helios-setup] Feb 07 09:38:31.886 INFO E| Downloaded fletcher v0.1.0
33802025-02-07T09:38:33.329Z[ helios-setup] Feb 07 09:38:31.990 INFO E| Compiling proc-macro2 v1.0.93
33812025-02-07T09:38:33.332Z[ helios-setup] Feb 07 09:38:31.990 INFO E| Compiling unicode-ident v1.0.14
33822025-02-07T09:38:33.332Z[ helios-setup] Feb 07 09:38:31.990 INFO E| Compiling syn v1.0.109
33832025-02-07T09:38:33.332Z[ helios-setup] Feb 07 09:38:31.990 INFO E| Compiling version_check v0.9.5
33842025-02-07T09:38:33.332Z[ helios-setup] Feb 07 09:38:31.990 INFO E| Compiling memchr v2.7.4
33852025-02-07T09:38:33.332Z[ helios-setup] Feb 07 09:38:31.990 INFO E| Compiling autocfg v1.4.0
33862025-02-07T09:38:33.332Z[ helios-setup] Feb 07 09:38:31.991 INFO E| Compiling semver-parser v0.7.0
33872025-02-07T09:38:33.332Z[ helios-setup] Feb 07 09:38:31.991 INFO E| Compiling serde v1.0.217
33882025-02-07T09:38:34.711Z[ helios-setup] Feb 07 09:38:33.371 INFO E| Compiling semver v0.9.0
33892025-02-07T09:38:34.766Z[ helios-setup] Feb 07 09:38:33.427 INFO E| Compiling thiserror v2.0.11
33902025-02-07T09:38:34.819Z[ helios-setup] Feb 07 09:38:33.479 INFO E| Compiling proc-macro-error-attr v1.0.4
33912025-02-07T09:38:35.058Z[ helios-setup] Feb 07 09:38:33.719 INFO E| Compiling proc-macro-error v1.0.4
33922025-02-07T09:38:35.227Z[ helios-setup] Feb 07 09:38:33.887 INFO E| Compiling serde_json v1.0.135
33932025-02-07T09:38:35.668Z[ helios-setup] Feb 07 09:38:34.329 INFO E| Compiling rustc_version v0.2.3
33942025-02-07T09:38:36.065Z[ helios-setup] Feb 07 09:38:34.725 INFO E| Compiling num-traits v0.2.19
33952025-02-07T09:38:36.115Z[ helios-setup] Feb 07 09:38:34.775 INFO E| Compiling ryu v1.0.18
33962025-02-07T09:38:36.544Z[ helios-setup] Feb 07 09:38:35.205 INFO E| Compiling unicode-segmentation v1.12.0
33972025-02-07T09:38:36.609Z[ helios-setup] Feb 07 09:38:35.270 INFO E| Compiling itoa v1.0.14
33982025-02-07T09:38:36.681Z[ helios-setup] Feb 07 09:38:35.342 INFO E| Compiling quote v1.0.38
33992025-02-07T09:38:36.740Z[ helios-setup] Feb 07 09:38:35.400 INFO E| Compiling schemars v0.8.21
34002025-02-07T09:38:37.100Z[ helios-setup] Feb 07 09:38:35.761 INFO E| Compiling pre-proc-macro v0.2.1
34012025-02-07T09:38:37.442Z[ helios-setup] Feb 07 09:38:36.103 INFO E| Compiling syn v2.0.96
34022025-02-07T09:38:37.861Z[ helios-setup] Feb 07 09:38:36.521 INFO E| Compiling memoffset v0.5.6
34032025-02-07T09:38:37.894Z[ helios-setup] Feb 07 09:38:36.554 INFO E| Compiling libc v0.2.169
34042025-02-07T09:38:38.105Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34052025-02-07T09:38:38.186Z[ helios-setup] Feb 07 09:38:36.846 INFO E| Compiling heck v0.3.3
34062025-02-07T09:38:38.527Z[ helios-setup] Feb 07 09:38:37.187 INFO E| Compiling thiserror v1.0.69
34072025-02-07T09:38:38.709Z[ helios-setup] Feb 07 09:38:37.369 INFO E| Compiling lazy_static v1.5.0
34082025-02-07T09:38:38.818Z[ helios-setup] Feb 07 09:38:37.478 INFO E| Compiling rustversion v1.0.19
34092025-02-07T09:38:38.995Z[ helios-setup] Feb 07 09:38:37.655 INFO E| Compiling dyn-clone v1.0.17
34102025-02-07T09:38:39.232Z[ helios-setup] Feb 07 09:38:37.892 INFO E| Compiling ucd-trie v0.1.7
34112025-02-07T09:38:39.456Z[ helios-setup] Feb 07 09:38:38.117 INFO E| Compiling paste v1.0.15
34122025-02-07T09:38:40.464Z[ helios-setup] Feb 07 09:38:39.124 INFO E| Compiling pre v0.2.1
34132025-02-07T09:38:40.501Z[ helios-setup] Feb 07 09:38:39.162 INFO E| Compiling cfg-if v0.1.10
34142025-02-07T09:38:40.595Z[ helios-setup] Feb 07 09:38:39.255 INFO E| Compiling byteorder v1.5.0
34152025-02-07T09:38:40.635Z[ helios-setup] Feb 07 09:38:39.295 INFO E| Compiling once_cell v1.20.2
34162025-02-07T09:38:40.817Z[ helios-setup] Feb 07 09:38:39.477 INFO E| Compiling static_assertions v1.1.0
34172025-02-07T09:38:41.607Z[ helios-setup] Feb 07 09:38:40.266 INFO E| Compiling unicode-width v0.1.14
34182025-02-07T09:38:42.741Z[ helios-setup] Feb 07 09:38:41.400 INFO E| Compiling textwrap v0.11.0
34192025-02-07T09:38:43.165Z[ helios-setup] Feb 07 09:38:41.824 INFO E| Compiling atty v0.2.14
34202025-02-07T09:38:43.482Z[ helios-setup] Feb 07 09:38:42.142 INFO E| Compiling unic-common v0.9.0
34212025-02-07T09:38:43.493Z[ helios-setup] Feb 07 09:38:42.152 INFO E| Compiling bitflags v1.3.2
34222025-02-07T09:38:43.600Z[ helios-setup] Feb 07 09:38:42.260 INFO E| Compiling ansi_term v0.12.1
34232025-02-07T09:38:43.745Z[ helios-setup] Feb 07 09:38:42.404 INFO E| Compiling strum v0.23.0
34242025-02-07T09:38:43.997Z[ helios-setup] Feb 07 09:38:42.656 INFO E| Compiling vec_map v0.8.2
34252025-02-07T09:38:44.139Z[ helios-setup] Feb 07 09:38:42.799 INFO E| Compiling fletcher v0.1.0
34262025-02-07T09:38:44.399Z[ helios-setup] Feb 07 09:38:43.058 INFO E| Compiling strsim v0.8.0
34272025-02-07T09:38:44.483Z[ helios-setup] Feb 07 09:38:43.143 INFO E| Compiling unic-char-range v0.9.0
34282025-02-07T09:38:44.501Z[ helios-setup] Feb 07 09:38:43.160 INFO E| Compiling unic-ucd-version v0.9.0
34292025-02-07T09:38:44.615Z[ helios-setup] Feb 07 09:38:43.274 INFO E| Compiling log v0.4.22
34302025-02-07T09:38:44.911Z[ helios-setup] Feb 07 09:38:43.571 INFO E| Compiling parse_int v0.6.0
34312025-02-07T09:38:44.911Z[ helios-setup] Feb 07 09:38:43.571 INFO E| Compiling clap v2.34.0
34322025-02-07T09:38:45.187Z[ helios-setup] Feb 07 09:38:43.846 INFO E| Compiling unic-char-property v0.9.0
34332025-02-07T09:38:45.251Z[ helios-setup] Feb 07 09:38:43.910 INFO E| Compiling plain v0.2.3
34342025-02-07T09:38:45.445Z[ helios-setup] Feb 07 09:38:44.104 INFO E| Compiling bytesize v1.3.0
34352025-02-07T09:38:45.516Z[ helios-setup] Feb 07 09:38:44.175 INFO E| Compiling unic-ucd-ident v0.9.0
34362025-02-07T09:38:46.978Z[ helios-setup] Feb 07 09:38:45.637 INFO E| Compiling serde_derive_internals v0.29.1
34372025-02-07T09:38:47.461Z[ helios-setup] Feb 07 09:38:46.120 INFO E| Compiling toml v0.5.11
34382025-02-07T09:38:50.576Z[ helios-setup] Feb 07 09:38:49.234 INFO E| Compiling proc-macro-crate v0.1.5
34392025-02-07T09:38:52.124Z[ helios-setup] Feb 07 09:38:50.783 INFO E| Compiling serde_derive v1.0.217
34402025-02-07T09:38:52.205Z[ helios-setup] Feb 07 09:38:50.864 INFO E| Compiling thiserror-impl v2.0.11
34412025-02-07T09:38:52.329Z[ helios-setup] Feb 07 09:38:50.987 INFO E| Compiling schemars_derive v0.8.21
34422025-02-07T09:38:52.507Z[ helios-setup] Feb 07 09:38:51.165 INFO E| Compiling thiserror-impl v1.0.69
34432025-02-07T09:38:53.946Z[ helios-setup] Feb 07 09:38:52.604 INFO E| Compiling zerocopy-derive v0.6.6
34442025-02-07T09:38:56.498Z[ helios-setup] Feb 07 09:38:55.156 INFO E| Compiling num-derive v0.4.2
34452025-02-07T09:38:58.027Z[ helios-setup] Feb 07 09:38:56.682 INFO E| Compiling zerocopy v0.6.6
34462025-02-07T09:38:58.325Z[ helios-setup] Feb 07 09:38:56.983 INFO E| Compiling pest v2.7.15
34472025-02-07T09:39:00.306Z[ helios-setup] Feb 07 09:38:58.963 INFO E| Compiling modular-bitfield-impl v0.11.2
34482025-02-07T09:39:01.271Z[ helios-setup] Feb 07 09:38:59.929 INFO E| Compiling scroll_derive v0.10.5
34492025-02-07T09:39:01.360Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34502025-02-07T09:39:01.544Z[ helios-setup] Feb 07 09:39:00.201 INFO E| Compiling strum_macros v0.23.1
34512025-02-07T09:39:02.832Z[ helios-setup] Feb 07 09:39:01.488 INFO E| Compiling structopt-derive v0.4.18
34522025-02-07T09:39:03.612Z[ helios-setup] Feb 07 09:39:02.269 INFO E| Compiling pest_meta v2.7.15
34532025-02-07T09:39:03.803Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34542025-02-07T09:39:04.543Z[ helios-setup] Feb 07 09:39:03.200 INFO E| Compiling scroll v0.10.2
34552025-02-07T09:39:05.802Z[ helios-setup] Feb 07 09:39:04.459 INFO E| Compiling modular-bitfield v0.11.2
34562025-02-07T09:39:05.926Z[ helios-setup] Feb 07 09:39:04.583 INFO E| Compiling goblin v0.4.3
34572025-02-07T09:39:06.745Z[ helios-setup] Feb 07 09:39:05.402 INFO E| Compiling pest_generator v2.7.15
34582025-02-07T09:39:08.995Z[ helios-setup] Feb 07 09:39:07.651 INFO E| Compiling structopt v0.3.26
34592025-02-07T09:39:09.620Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34602025-02-07T09:39:11.131Z[ helios-setup] Feb 07 09:39:09.787 INFO E| Compiling pest_derive v2.7.15
34612025-02-07T09:39:15.730Z[ helios-setup] Feb 07 09:39:14.385 INFO E| Compiling json5 v0.4.1
34622025-02-07T09:39:21.919Z[ helios-setup] Feb 07 09:39:20.574 INFO E| Compiling four-cc v0.3.0
34632025-02-07T09:39:21.919Z[ helios-setup] Feb 07 09:39:20.574 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
34642025-02-07T09:39:22.135Z[ helios-setup] Feb 07 09:39:20.789 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
34652025-02-07T09:39:23.685Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34662025-02-07T09:39:24.711Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
34672025-02-07T09:39:32.536Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34682025-02-07T09:39:33.057Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34692025-02-07T09:39:33.978Z[ host-package] Compiling fatfs v0.3.6
34702025-02-07T09:39:34.128Z[ host-package] Compiling rtoolbox v0.0.2
34712025-02-07T09:39:34.649Z[ host-package] Compiling subprocess v0.2.9
34722025-02-07T09:39:37.063Z[ host-package] Compiling assert_matches v1.5.0
34732025-02-07T09:39:39.960Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34742025-02-07T09:39:41.234Z[ host-package] Compiling rpassword v7.3.1
34752025-02-07T09:39:41.837Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34762025-02-07T09:39:44.738Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34772025-02-07T09:39:48.700Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34782025-02-07T09:39:50.232Z[ host-package] Compiling tui-tree-widget v0.22.0
34792025-02-07T09:39:50.769Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34802025-02-07T09:39:52.505Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34812025-02-07T09:39:52.981Z[ host-package] Compiling uzers v0.12.1
34822025-02-07T09:39:56.598Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34832025-02-07T09:40:05.823Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34842025-02-07T09:40:06.200Z[ helios-setup] Feb 07 09:40:04.849 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34852025-02-07T09:40:08.126Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34862025-02-07T09:40:25.691Z[ helios-setup] Feb 07 09:40:24.338 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34872025-02-07T09:40:37.320Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34882025-02-07T09:40:43.295Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34892025-02-07T09:40:48.770Z[ host-package] Compiling multimap v0.10.0
34902025-02-07T09:41:13.453Z[ helios-setup] Feb 07 09:41:12.093 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 43s
34912025-02-07T09:41:13.491Z[ helios-setup] Feb 07 09:41:12.132 INFO building project "amd-host-image-builder" ok (191 seconds)
34922025-02-07T09:41:13.494Z[ helios-setup] Feb 07 09:41:12.132 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34932025-02-07T09:41:13.494Z[ helios-setup] Feb 07 09:41:12.132 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34942025-02-07T09:41:13.780Z[ helios-setup] Feb 07 09:41:12.420 INFO E| Downloading crates ...
34952025-02-07T09:41:13.901Z[ helios-setup] Feb 07 09:41:12.541 INFO E| Downloaded miniz_oxide v0.7.2
34962025-02-07T09:41:13.969Z[ helios-setup] Feb 07 09:41:12.609 INFO E| Compiling adler v1.0.2
34972025-02-07T09:41:14.288Z[ helios-setup] Feb 07 09:41:12.928 INFO E| Compiling miniz_oxide v0.7.2
34982025-02-07T09:41:17.048Z[ helios-setup] Feb 07 09:41:15.688 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34992025-02-07T09:41:17.999Z[ helios-setup] Feb 07 09:41:16.639 INFO E| Finished `release` profile [optimized] target(s) in 4.37s
35002025-02-07T09:41:18.011Z[ helios-setup] Feb 07 09:41:16.651 INFO building project "pinprick" ok (4 seconds)
35012025-02-07T09:41:18.015Z[ helios-setup] rm -f helios-build
35022025-02-07T09:41:18.017Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35032025-02-07T09:41:18.020Z[ helios-setup]
35042025-02-07T09:41:18.023Z[ helios-setup] Setup complete! ./helios-build is now available.
35052025-02-07T09:41:18.025Z[ helios-setup]
35062025-02-07T09:41:18.025Z[ helios-setup]
35072025-02-07T09:41:18.025Z[ helios-setup] real 11:52.192085318
35082025-02-07T09:41:18.026Z[ helios-setup] user 28:42.705399613
35092025-02-07T09:41:18.026Z[ helios-setup] sys 2:43.788638054
35102025-02-07T09:41:18.026Z[ helios-setup] trap 1.747581238
35112025-02-07T09:41:18.026Z[ helios-setup] tflt 6.141656794
35122025-02-07T09:41:18.026Z[ helios-setup] dflt 27.806552035
35132025-02-07T09:41:18.026Z[ helios-setup] kflt 0.068188774
35142025-02-07T09:41:18.026Z[ helios-setup] lock 2:01:39.264080192
35152025-02-07T09:41:18.026Z[ helios-setup] slp 3:35:39.292157383
35162025-02-07T09:41:18.026Z[ helios-setup] lat 31:53.944623034
35172025-02-07T09:41:18.026Z[ helios-setup] stop 4:57.613230422
35182025-02-07T09:41:18.026ZFeb 07 09:41:16.664 INFO [helios-setup] process exited with exit status: 0 (712.198167455s)
35192025-02-07T09:41:18.026ZFeb 07 09:41:16.665 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
35202025-02-07T09:41:18.054Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
35212025-02-07T09:41:18.405Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
35222025-02-07T09:41:18.408Z[ phbl-toolchain] info: downloading component 'cargo'
35232025-02-07T09:41:19.597Z[ phbl-toolchain] info: downloading component 'clippy'
35242025-02-07T09:41:20.009Z[ phbl-toolchain] info: downloading component 'llvm-tools'
35252025-02-07T09:41:25.568Z[ phbl-toolchain] info: downloading component 'miri'
35262025-02-07T09:41:25.780Z[ phbl-toolchain] info: downloading component 'rust-docs'
35272025-02-07T09:41:27.356Z[ phbl-toolchain] info: downloading component 'rust-src'
35282025-02-07T09:41:27.610Z[ phbl-toolchain] info: downloading component 'rust-std'
35292025-02-07T09:41:29.803Z[ phbl-toolchain] info: downloading component 'rustc'
35302025-02-07T09:41:38.218Z[ phbl-toolchain] info: downloading component 'rustfmt'
35312025-02-07T09:41:38.558Z[ phbl-toolchain] info: installing component 'cargo'
35322025-02-07T09:41:40.084Z[ phbl-toolchain] info: installing component 'clippy'
35332025-02-07T09:41:40.623Z[ phbl-toolchain] info: installing component 'llvm-tools'
35342025-02-07T09:41:46.285Z[ phbl-toolchain] info: installing component 'miri'
35352025-02-07T09:41:46.612Z[ phbl-toolchain] info: installing component 'rust-docs'
35362025-02-07T09:41:55.360Z[ phbl-toolchain] info: installing component 'rust-src'
35372025-02-07T09:41:56.009Z[ phbl-toolchain] info: installing component 'rust-std'
35382025-02-07T09:41:58.679Z[ phbl-toolchain] info: installing component 'rustc'
35392025-02-07T09:42:07.626Z[ phbl-toolchain] info: installing component 'rustfmt'
35402025-02-07T09:42:08.356Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35412025-02-07T09:42:08.359ZFeb 07 09:42:06.992 INFO [phbl-toolchain] process exited with exit status: 0 (50.327372064s)
35422025-02-07T09:43:16.977Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35432025-02-07T09:43:33.894Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35442025-02-07T09:50:19.028Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 04s
35452025-02-07T09:51:25.221ZFeb 07 09:51:23.782 INFO [host-package] process exited with exit status: 0 (1270.491866105s)
35462025-02-07T09:51:25.224ZFeb 07 09:51:23.782 INFO [host-stamp] running task
35472025-02-07T09:51:25.224ZFeb 07 09:51:23.782 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35482025-02-07T09:51:25.231ZFeb 07 09:51:23.792 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+gite5add313d96
35492025-02-07T09:51:25.239ZFeb 07 09:51:23.800 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+gite5add313d96
35502025-02-07T09:51:25.247Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35512025-02-07T09:51:25.249Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35522025-02-07T09:51:25.252ZFeb 07 09:51:23.811 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+gite5add313d96
35532025-02-07T09:51:25.264Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35542025-02-07T09:51:25.264ZFeb 07 09:51:23.824 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+gite5add313d96
35552025-02-07T09:51:25.276Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35562025-02-07T09:51:25.279Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35572025-02-07T09:51:25.279ZFeb 07 09:51:23.839 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+gite5add313d96
35582025-02-07T09:51:25.291ZFeb 07 09:51:23.852[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35592025-02-07T09:51:25.291Z 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+gite5add313d96
35602025-02-07T09:51:25.303Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35612025-02-07T09:51:25.309Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35622025-02-07T09:51:25.309ZFeb 07 09:51:23.868 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+gite5add313d96
35632025-02-07T09:51:25.321Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35642025-02-07T09:51:25.325Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35652025-02-07T09:51:25.328ZFeb 07 09:51:23.886 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+gite5add313d96
35662025-02-07T09:51:25.342Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35672025-02-07T09:51:25.342ZFeb 07 09:51:23.902 INFO [stamp-overlay] process exited with exit status: 0 (91.768507ms)
35682025-02-07T09:51:25.345ZFeb 07 09:51:23.903 INFO [stamp-oxlog] process exited with exit status: 0 (78.110526ms)
35692025-02-07T09:51:25.345ZFeb 07 09:51:23.903 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (50.240644ms)
35702025-02-07T09:51:25.352Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35712025-02-07T09:51:25.449Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35722025-02-07T09:51:25.453ZFeb 07 09:51:24.014 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (127.656335ms)
35732025-02-07T09:51:25.537Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35742025-02-07T09:51:25.539ZFeb 07 09:51:24.100 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (231.995332ms)
35752025-02-07T09:51:25.680Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35762025-02-07T09:51:25.683ZFeb 07 09:51:24.244 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (404.985686ms)
35772025-02-07T09:51:26.490Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35782025-02-07T09:51:26.494ZFeb 07 09:51:25.055 INFO [stamp-propolis-server] process exited with exit status: 0 (1.254419334s)
35792025-02-07T09:51:26.545Z[recovery-package] Compiling newtype-uuid v1.2.1
35802025-02-07T09:51:27.098Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35812025-02-07T09:51:27.405Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35822025-02-07T09:51:27.405Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35832025-02-07T09:51:27.408Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35842025-02-07T09:51:27.455Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35852025-02-07T09:51:28.081Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35862025-02-07T09:51:35.007Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35872025-02-07T09:51:35.011ZFeb 07 09:51:33.570 INFO [stamp-switch-asic] process exited with exit status: 0 (9.778312861s)
35882025-02-07T09:51:35.013ZFeb 07 09:51:33.570 INFO [host-stamp] task succeeded (9.788586361s)
35892025-02-07T09:51:35.013ZFeb 07 09:51:33.570 INFO [host-proto] running task
35902025-02-07T09:51:35.448ZFeb 07 09:51:34.007 INFO [host-proto] task succeeded (436.484181ms)
35912025-02-07T09:51:35.448ZFeb 07 09:51:34.007 INFO [host-profile] running task
35922025-02-07T09:51:35.451ZFeb 07 09:51:34.007 INFO [host-profile] task succeeded (265.351µs)
35932025-02-07T09:51:35.451ZFeb 07 09:51:34.008 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpJnVQrH/proto/host/root -N 'ci e5add31/${os_short_commit} 2025-02-07 09:29' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35942025-02-07T09:51:35.467Z[ host-image] Feb 07 09:51:34.026 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35952025-02-07T09:51:35.467Z[ host-image] Feb 07 09:51:34.026 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35962025-02-07T09:51:35.482Z[ host-image] Feb 07 09:51:34.041 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpJnVQrH/proto/host/root"
35972025-02-07T09:51:35.485Z[ host-image] Feb 07 09:51:34.041 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35982025-02-07T09:51:35.485Z[ host-image] Feb 07 09:51:34.041 INFO image builder template: ramdisk-01-os...
35992025-02-07T09:51:35.485Z[ host-image] Feb 07 09:51:34.042 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/.tmpJnVQrH/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36002025-02-07T09:51:35.502Z[ host-image] Feb 07 09:51:34.062 INFO O| Feb 07 09:51:34.062 INFO CREATE DATASET: rpool/images/build/host/output
36012025-02-07T09:51:35.811Z[ host-image] Feb 07 09:51:34.370 INFO O| Feb 07 09:51:34.370 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36022025-02-07T09:51:35.816Z[ host-image] Feb 07 09:51:34.376 INFO O| Feb 07 09:51:34.376 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36032025-02-07T09:51:35.920Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36042025-02-07T09:51:35.920Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36052025-02-07T09:51:35.923Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36062025-02-07T09:51:35.923Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36072025-02-07T09:51:36.061Z[ host-image] Feb 07 09:51:34.620 INFO O| Feb 07 09:51:34.619 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
36082025-02-07T09:51:36.136Z[ host-image] Feb 07 09:51:34.696 INFO O| Feb 07 09:51:34.696 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36092025-02-07T09:51:36.140Z[ host-image] Feb 07 09:51:34.696 INFO O| Feb 07 09:51:34.696 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
36102025-02-07T09:51:36.140Z[ host-image] Feb 07 09:51:34.696 INFO O| Feb 07 09:51:34.696 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
36112025-02-07T09:51:36.140Z[ host-image] Feb 07 09:51:34.696 INFO O| Feb 07 09:51:34.696 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
36122025-02-07T09:51:36.146Z[ host-image] Feb 07 09:51:34.705 INFO O| Feb 07 09:51:34.705 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
36132025-02-07T09:51:36.459Z[ host-image] Feb 07 09:51:35.018 INFO O| Feb 07 09:51:35.017 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36142025-02-07T09:51:36.476Z[ host-image] Feb 07 09:51:35.035 INFO O| Feb 07 09:51:35.035 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36152025-02-07T09:51:37.283Z[ host-image] Feb 07 09:51:35.842 INFO O| Feb 07 09:51:35.841 INFO O| Caching catalogs ... Done
36162025-02-07T09:51:37.417Z[ host-image] Feb 07 09:51:35.976 INFO O| Feb 07 09:51:35.976 INFO STEP 0 (pkg_image_create) COMPLETE
36172025-02-07T09:51:37.417Z[ host-image] Feb 07 09:51:35.976 INFO O| Feb 07 09:51:35.976 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36182025-02-07T09:51:37.420Z[ host-image] Feb 07 09:51:35.976 INFO O| Feb 07 09:51:35.976 INFO skip step because feature "repo_redist" is not enabled
36192025-02-07T09:51:37.420Z[ host-image] Feb 07 09:51:35.976 INFO O| Feb 07 09:51:35.976 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36202025-02-07T09:51:37.435Z[ host-image] Feb 07 09:51:35.995 INFO O| Feb 07 09:51:35.994 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"]
36212025-02-07T09:51:38.055Z[ host-image] Feb 07 09:51:36.614 INFO O| Feb 07 09:51:36.614 INFO STEP 2 (pkg_set_publisher) COMPLETE
36222025-02-07T09:51:38.055Z[ host-image] Feb 07 09:51:36.614 INFO O| Feb 07 09:51:36.614 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36232025-02-07T09:51:38.073Z[ host-image] Feb 07 09:51:36.632 INFO O| Feb 07 09:51:36.632 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"]
36242025-02-07T09:51:38.693Z[ host-image] Feb 07 09:51:37.252 INFO O| Feb 07 09:51:37.252 INFO STEP 3 (pkg_set_publisher) COMPLETE
36252025-02-07T09:51:38.693Z[ host-image] Feb 07 09:51:37.252 INFO O| Feb 07 09:51:37.252 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36262025-02-07T09:51:38.696Z[ host-image] Feb 07 09:51:37.252 INFO O| Feb 07 09:51:37.252 INFO skip step because feature "repo_redist" is not enabled
36272025-02-07T09:51:38.696Z[ host-image] Feb 07 09:51:37.252 INFO O| Feb 07 09:51:37.252 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36282025-02-07T09:51:39.270Z[ host-image] Feb 07 09:51:37.829 INFO O| Feb 07 09:51:37.829 INFO variant opensolaris.zone is already global
36292025-02-07T09:51:39.270Z[ host-image] Feb 07 09:51:37.829 INFO O| Feb 07 09:51:37.829 INFO STEP 5 (pkg_change_variant) COMPLETE
36302025-02-07T09:51:39.273Z[ host-image] Feb 07 09:51:37.829 INFO O| Feb 07 09:51:37.829 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36312025-02-07T09:51:39.889Z[ host-image] Feb 07 09:51:38.448 INFO O| Feb 07 09:51:38.448 INFO variant opensolaris.imagetype is full; changing to partial
36322025-02-07T09:51:39.889Z[ host-image] Feb 07 09:51:38.448 INFO O| Feb 07 09:51:38.448 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36332025-02-07T09:51:40.882Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36342025-02-07T09:51:40.941Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36352025-02-07T09:51:43.602Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36362025-02-07T09:51:46.088Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36372025-02-07T09:51:49.112Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
36382025-02-07T09:51:49.651Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36392025-02-07T09:51:51.828Z[ host-image] Feb 07 09:51:50.385 INFO O| Feb 07 09:51:50.385 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36402025-02-07T09:51:53.470Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
36412025-02-07T09:51:58.818Z[ host-image] Feb 07 09:51:57.374 INFO O| Feb 07 09:51:57.373 INFO O| Startup: Caching catalogs ... Done
36422025-02-07T09:51:59.049Z[ host-image] Feb 07 09:51:57.605 INFO O| Feb 07 09:51:57.604 INFO O| Planning: Planning completed in 0.00 seconds
36432025-02-07T09:51:59.052Z[ host-image] Feb 07 09:51:57.606 INFO O| Feb 07 09:51:57.606 INFO O| Planning: Consolidating action changes ... Done
36442025-02-07T09:51:59.052Z[ host-image] Feb 07 09:51:57.606 INFO O| Feb 07 09:51:57.606 INFO O| Planning: Evaluating mediators ... Done
36452025-02-07T09:51:59.052Z[ host-image] Feb 07 09:51:57.606 INFO O| Feb 07 09:51:57.606 INFO O| Planning: Planning completed in 0.00 seconds
36462025-02-07T09:51:59.052Z[ host-image] Feb 07 09:51:57.607 INFO O| Feb 07 09:51:57.607 INFO O| Variants/Facets to change: 1
36472025-02-07T09:51:59.144Z[ host-image] Feb 07 09:51:57.700 INFO O| Feb 07 09:51:57.700 INFO O| Done
36482025-02-07T09:51:59.144Z[ host-image] Feb 07 09:51:57.700 INFO O| Feb 07 09:51:57.700 INFO O| Done
36492025-02-07T09:51:59.916Z[ host-image] Feb 07 09:51:58.472 INFO O| Feb 07 09:51:58.472 INFO O| Done
36502025-02-07T09:51:59.963Z[ host-image] Feb 07 09:51:58.519 INFO O| Feb 07 09:51:58.519 INFO O| Done
36512025-02-07T09:51:59.966Z[ host-image] Feb 07 09:51:58.520 INFO O| Feb 07 09:51:58.520 INFO O| Done
36522025-02-07T09:51:59.966Z[ host-image] Feb 07 09:51:58.520 INFO O| Feb 07 09:51:58.520 INFO O| Done
36532025-02-07T09:51:59.966Z[ host-image] Feb 07 09:51:58.521 INFO O| Feb 07 09:51:58.521 INFO O| Done
36542025-02-07T09:52:00.392Z[ host-image] Feb 07 09:51:58.948 INFO O| Feb 07 09:51:58.948 INFO STEP 6 (pkg_change_variant) COMPLETE
36552025-02-07T09:52:00.392Z[ host-image] Feb 07 09:51:58.948 INFO O| Feb 07 09:51:58.948 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36562025-02-07T09:52:00.392Z[ host-image] Feb 07 09:51:58.948 INFO O| Feb 07 09:51:58.948 INFO skip step because feature "debug_variant" is not enabled
36572025-02-07T09:52:00.395Z[ host-image] Feb 07 09:51:58.948 INFO O| Feb 07 09:51:58.948 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36582025-02-07T09:52:00.733Z[ host-image] Feb 07 09:51:59.289 INFO O| Feb 07 09:51:59.289 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36592025-02-07T09:52:01.193Z[ host-image] Feb 07 09:51:59.748 INFO O| Feb 07 09:51:59.748 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36602025-02-07T09:52:01.196Z[ host-image] Feb 07 09:51:59.749 INFO O| Feb 07 09:51:59.749 INFO O| Planning: Planning completed in 0.00 seconds
36612025-02-07T09:52:01.196Z[ host-image] Feb 07 09:51:59.750 INFO O| Feb 07 09:51:59.750 INFO O| Planning: Consolidating action changes ... Done
36622025-02-07T09:52:01.196Z[ host-image] Feb 07 09:51:59.750 INFO O| Feb 07 09:51:59.750 INFO O| Planning: Evaluating mediators ... Done
36632025-02-07T09:52:01.196Z[ host-image] Feb 07 09:51:59.750 INFO O| Feb 07 09:51:59.750 INFO O| Planning: Planning completed in 0.00 seconds
36642025-02-07T09:52:01.196Z[ host-image] Feb 07 09:51:59.750 INFO O| Feb 07 09:51:59.750 INFO O| Variants/Facets to change: 1
36652025-02-07T09:52:01.212Z[ host-image] Feb 07 09:51:59.768 INFO O| Feb 07 09:51:59.768 INFO O| Done
36662025-02-07T09:52:01.212Z[ host-image] Feb 07 09:51:59.768 INFO O| Feb 07 09:51:59.768 INFO O| Done
36672025-02-07T09:52:01.647Z[ host-image] Feb 07 09:52:00.203 INFO O| Feb 07 09:52:00.203 INFO O| Done
36682025-02-07T09:52:01.729Z[ host-image] Feb 07 09:52:00.285 INFO O| Feb 07 09:52:00.285 INFO O| Done
36692025-02-07T09:52:01.732Z[ host-image] Feb 07 09:52:00.286 INFO O| Feb 07 09:52:00.286 INFO O| Done
36702025-02-07T09:52:01.732Z[ host-image] Feb 07 09:52:00.286 INFO O| Feb 07 09:52:00.286 INFO O| Done
36712025-02-07T09:52:01.732Z[ host-image] Feb 07 09:52:00.288 INFO O| Feb 07 09:52:00.288 INFO O| Done
36722025-02-07T09:52:01.795Z[ host-image] Feb 07 09:52:00.351 INFO O| Feb 07 09:52:00.351 INFO STEP 8 (pkg_change_facet) COMPLETE
36732025-02-07T09:52:01.795Z[ host-image] Feb 07 09:52:00.351 INFO O| Feb 07 09:52:00.351 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36742025-02-07T09:52:01.795Z[ host-image] Feb 07 09:52:00.351 INFO O| Feb 07 09:52:00.351 INFO skip step because feature "recovery" is not enabled
36752025-02-07T09:52:01.798Z[ host-image] Feb 07 09:52:00.351 INFO O| Feb 07 09:52:00.351 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36762025-02-07T09:52:01.798Z[ host-image] Feb 07 09:52:00.351 INFO O| Feb 07 09:52:00.351 INFO skip step because feature "recovery" is not enabled
36772025-02-07T09:52:01.798Z[ host-image] Feb 07 09:52:00.351 INFO O| Feb 07 09:52:00.351 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36782025-02-07T09:52:01.812Z[ host-image] Feb 07 09:52:00.368 INFO O| Feb 07 09:52:00.368 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"]
36792025-02-07T09:52:02.731Z[ host-image] Feb 07 09:52:01.287 INFO O| Feb 07 09:52:01.287 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36802025-02-07T09:52:12.156Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.60s
36812025-02-07T09:52:13.570ZFeb 07 09:52:12.125 INFO [recovery-package] process exited with exit status: 0 (48.342249257s)
36822025-02-07T09:52:13.570ZFeb 07 09:52:12.125 INFO [recovery-stamp] running task
36832025-02-07T09:52:13.573ZFeb 07 09:52:12.125 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36842025-02-07T09:52:13.579ZFeb 07 09:52:12.134 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+gite5add313d96
36852025-02-07T09:52:13.588ZFeb 07 09:52:12.143 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+gite5add313d96
36862025-02-07T09:52:13.599Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36872025-02-07T09:52:13.610Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36882025-02-07T09:52:13.691Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36892025-02-07T09:52:13.695ZFeb 07 09:52:12.250 INFO [stamp-installinator] process exited with exit status: 0 (107.089837ms)
36902025-02-07T09:52:13.717Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36912025-02-07T09:52:13.720ZFeb 07 09:52:12.275 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (141.112099ms)
36922025-02-07T09:52:13.723ZFeb 07 09:52:12.275 INFO [recovery-stamp] task succeeded (150.35343ms)
36932025-02-07T09:52:13.723ZFeb 07 09:52:12.275 INFO [recovery-proto] running task
36942025-02-07T09:52:13.723ZFeb 07 09:52:12.275 INFO [tuf-stamp] running task
36952025-02-07T09:52:13.723ZFeb 07 09:52:12.276 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+gite5add313d96
36962025-02-07T09:52:13.740ZFeb 07 09:52:12.294 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+gite5add313d96
36972025-02-07T09:52:13.755Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36982025-02-07T09:52:13.757ZFeb 07 09:52:12.310 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+gite5add313d96
36992025-02-07T09:52:13.773Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37002025-02-07T09:52:13.773ZFeb 07 09:52:12.328 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+gite5add313d96
37012025-02-07T09:52:13.787Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
37022025-02-07T09:52:13.792ZFeb 07 09:52:12.347 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+gite5add313d96
37032025-02-07T09:52:13.826Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
37042025-02-07T09:52:13.829ZFeb 07 09:52:12.381 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+gite5add313d96
37052025-02-07T09:52:13.860Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
37062025-02-07T09:52:13.863ZFeb 07 09:52:12.415 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+gite5add313d96
37072025-02-07T09:52:13.900Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
37082025-02-07T09:52:13.903ZFeb 07 09:52:12.455 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+gite5add313d96
37092025-02-07T09:52:13.918Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
37102025-02-07T09:52:13.952ZFeb 07 09:52:12.507 INFO [recovery-proto] task succeeded (231.472979ms)
37112025-02-07T09:52:13.955ZFeb 07 09:52:12.507 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpJnVQrH/proto/recovery/root -N 'recovery e5add31/${os_short_commit} 2025-02-07 09:29' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
37122025-02-07T09:52:14.007Z[ recovery-image] Feb 07 09:52:12.561 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
37132025-02-07T09:52:14.007Z[ recovery-image] Feb 07 09:52:12.561 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
37142025-02-07T09:52:14.010Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
37152025-02-07T09:52:14.010ZFeb 07 09:52:12.563 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+gite5add313d96
37162025-02-07T09:52:14.179Z[ recovery-image] Feb 07 09:52:12.587 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpJnVQrH/proto/recovery/root"
37172025-02-07T09:52:14.179Z[ recovery-image] Feb 07 09:52:12.587 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
37182025-02-07T09:52:14.179Z[ recovery-image] Feb 07 09:52:12.587 INFO image builder template: ramdisk-01-os...
37192025-02-07T09:52:14.182Z[ recovery-image] Feb 07 09:52:12.587 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/.tmpJnVQrH/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
37202025-02-07T09:52:14.182Z[ recovery-image] Feb 07 09:52:12.728 INFO O| Feb 07 09:52:12.636 INFO CREATE DATASET: rpool/images/build/recovery/output
37212025-02-07T09:52:14.232Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
37222025-02-07T09:52:14.239ZFeb 07 09:52:12.793 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+gite5add313d96
37232025-02-07T09:52:14.263ZFeb 07 09:52:12.817 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+gite5add313d96
37242025-02-07T09:52:14.287Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
37252025-02-07T09:52:14.343Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37262025-02-07T09:52:14.348ZFeb 07 09:52:12.897 INFO [stamp-probe] process exited with exit status: 0 (587.58923ms)
37272025-02-07T09:52:14.388Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37282025-02-07T09:52:14.550Z[ recovery-image] Feb 07 09:52:13.104 INFO O| Feb 07 09:52:13.085 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37292025-02-07T09:52:14.555Z[ recovery-image] Feb 07 09:52:13.104 INFO O| Feb 07 09:52:13.092 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37302025-02-07T09:52:14.586Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
37312025-02-07T09:52:14.636Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
37322025-02-07T09:52:14.638Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
37332025-02-07T09:52:14.640ZFeb 07 09:52:13.195 INFO [stamp-ntp] process exited with exit status: 0 (779.789619ms)
37342025-02-07T09:52:14.906Z[ recovery-image] Feb 07 09:52:13.460 INFO O| Feb 07 09:52:13.460 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
37352025-02-07T09:52:15.011Z[ recovery-image] Feb 07 09:52:13.565 INFO O| Feb 07 09:52:13.565 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
37362025-02-07T09:52:15.013Z[ recovery-image] Feb 07 09:52:13.565 INFO O| Feb 07 09:52:13.565 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37372025-02-07T09:52:15.013Z[ recovery-image] Feb 07 09:52:13.565 INFO O| Feb 07 09:52:13.565 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
37382025-02-07T09:52:15.013Z[ recovery-image] Feb 07 09:52:13.565 INFO O| Feb 07 09:52:13.565 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37392025-02-07T09:52:15.022Z[ recovery-image] Feb 07 09:52:13.576 INFO O| Feb 07 09:52:13.576 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
37402025-02-07T09:52:15.186Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
37412025-02-07T09:52:15.228ZFeb 07 09:52:13.782 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.505593044s)
37422025-02-07T09:52:15.331Z[ recovery-image] Feb 07 09:52:13.885 INFO O| Feb 07 09:52:13.885 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37432025-02-07T09:52:15.346Z[ recovery-image] Feb 07 09:52:13.901 INFO O| Feb 07 09:52:13.900 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
37442025-02-07T09:52:15.491Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
37452025-02-07T09:52:15.526ZFeb 07 09:52:14.081 INFO [stamp-external-dns] process exited with exit status: 0 (1.786392256s)
37462025-02-07T09:52:16.005Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
37472025-02-07T09:52:16.031Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
37482025-02-07T09:52:16.039ZFeb 07 09:52:14.594 INFO [stamp-internal-dns] process exited with exit status: 0 (1.776614781s)
37492025-02-07T09:52:16.046ZFeb 07 09:52:14.597 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.803195244s)
37502025-02-07T09:52:16.073Z[ recovery-image] Feb 07 09:52:14.627 INFO O| Feb 07 09:52:14.627 INFO O| Caching catalogs ... Done
37512025-02-07T09:52:16.193Z[ recovery-image] Feb 07 09:52:14.746 INFO O| Feb 07 09:52:14.746 INFO STEP 0 (pkg_image_create) COMPLETE
37522025-02-07T09:52:16.193Z[ recovery-image] Feb 07 09:52:14.747 INFO O| Feb 07 09:52:14.746 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37532025-02-07T09:52:16.193Z[ recovery-image] Feb 07 09:52:14.747 INFO O| Feb 07 09:52:14.746 INFO skip step because feature "repo_redist" is not enabled
37542025-02-07T09:52:16.193Z[ recovery-image] Feb 07 09:52:14.747 INFO O| Feb 07 09:52:14.746 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37552025-02-07T09:52:16.208Z[ recovery-image] Feb 07 09:52:14.762 INFO O| Feb 07 09:52:14.762 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"]
37562025-02-07T09:52:16.219Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
37572025-02-07T09:52:16.223ZFeb 07 09:52:14.777 INFO [stamp-oximeter] process exited with exit status: 0 (2.449606792s)
37582025-02-07T09:52:16.680Z[ recovery-image] Feb 07 09:52:15.234 INFO O| Feb 07 09:52:15.234 INFO STEP 2 (pkg_set_publisher) COMPLETE
37592025-02-07T09:52:16.681Z[ recovery-image] Feb 07 09:52:15.234 INFO O| Feb 07 09:52:15.234 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37602025-02-07T09:52:16.695Z[ recovery-image] Feb 07 09:52:15.249 INFO O| Feb 07 09:52:15.249 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"]
37612025-02-07T09:52:17.166Z[ recovery-image] Feb 07 09:52:15.720 INFO O| Feb 07 09:52:15.720 INFO STEP 3 (pkg_set_publisher) COMPLETE
37622025-02-07T09:52:17.166Z[ recovery-image] Feb 07 09:52:15.720 INFO O| Feb 07 09:52:15.720 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37632025-02-07T09:52:17.167Z[ recovery-image] Feb 07 09:52:15.720 INFO O| Feb 07 09:52:15.720 INFO skip step because feature "repo_redist" is not enabled
37642025-02-07T09:52:17.169Z[ recovery-image] Feb 07 09:52:15.720 INFO O| Feb 07 09:52:15.720 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37652025-02-07T09:52:17.635Z[ recovery-image] Feb 07 09:52:16.189 INFO O| Feb 07 09:52:16.189 INFO variant opensolaris.zone is already global
37662025-02-07T09:52:17.635Z[ recovery-image] Feb 07 09:52:16.189 INFO O| Feb 07 09:52:16.189 INFO STEP 5 (pkg_change_variant) COMPLETE
37672025-02-07T09:52:17.635Z[ recovery-image] Feb 07 09:52:16.189 INFO O| Feb 07 09:52:16.189 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37682025-02-07T09:52:18.116Z[ recovery-image] Feb 07 09:52:16.670 INFO O| Feb 07 09:52:16.670 INFO variant opensolaris.imagetype is full; changing to partial
37692025-02-07T09:52:18.116Z[ recovery-image] Feb 07 09:52:16.670 INFO O| Feb 07 09:52:16.670 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37702025-02-07T09:52:18.392Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
37712025-02-07T09:52:18.396ZFeb 07 09:52:16.950 INFO [stamp-nexus] process exited with exit status: 0 (4.495220453s)
37722025-02-07T09:52:18.863Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37732025-02-07T09:52:19.037Z[verify-libraries] Compiling home v0.5.9
37742025-02-07T09:52:19.056Z[verify-libraries] Compiling cfg_aliases v0.1.1
37752025-02-07T09:52:19.086Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37762025-02-07T09:52:19.089Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37772025-02-07T09:52:19.089Z[verify-libraries] Compiling unicode_categories v0.1.1
37782025-02-07T09:52:19.092Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37792025-02-07T09:52:19.092Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802025-02-07T09:52:19.646Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37812025-02-07T09:52:19.667ZFeb 07 09:52:18.221 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.874099049s)
37822025-02-07T09:52:19.678Z[verify-libraries] Compiling nix v0.28.0
37832025-02-07T09:52:19.681Z[verify-libraries] Compiling polyval v0.6.2
37842025-02-07T09:52:19.831Z[verify-libraries] Compiling sqlformat v0.2.6
37852025-02-07T09:52:20.116Z[verify-libraries] Compiling ctr v0.9.2
37862025-02-07T09:52:20.433Z[verify-libraries] Compiling ghash v0.5.1
37872025-02-07T09:52:20.511Z[verify-libraries] Compiling sqlparser v0.45.0
37882025-02-07T09:52:20.608Z[verify-libraries] Compiling ssh-encoding v0.2.0
37892025-02-07T09:52:20.841Z[verify-libraries] Compiling aes-gcm v0.10.3
37902025-02-07T09:52:20.996Z[verify-libraries] Compiling blowfish v0.9.1
37912025-02-07T09:52:21.796Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37922025-02-07T09:52:22.412Z[verify-libraries] Compiling ssh-cipher v0.2.0
37932025-02-07T09:52:22.454Z[verify-libraries] Compiling password-hash v0.4.2
37942025-02-07T09:52:25.140Z[verify-libraries] Compiling rustyline v14.0.0
37952025-02-07T09:52:27.198Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37962025-02-07T09:52:27.241ZFeb 07 09:52:25.793 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.229773449s)
37972025-02-07T09:52:27.613Z[verify-libraries] Compiling pbkdf2 v0.11.0
37982025-02-07T09:52:27.864Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37992025-02-07T09:52:27.937ZFeb 07 09:52:26.490 INFO [stamp-clickhouse] process exited with exit status: 0 (14.109143705s)
38002025-02-07T09:52:27.937ZFeb 07 09:52:26.490 INFO [tuf-stamp] task succeeded (14.214808786s)
38012025-02-07T09:52:28.384Z[verify-libraries] Compiling ssh-key v0.6.6
38022025-02-07T09:52:28.698Z[verify-libraries] Compiling p521 v0.13.3
38032025-02-07T09:52:29.313Z[verify-libraries] Compiling p256 v0.13.2
38042025-02-07T09:52:32.446Z[verify-libraries] Compiling russh-cryptovec v0.7.3
38052025-02-07T09:52:32.529Z[ recovery-image] Feb 07 09:52:31.080 INFO O| Feb 07 09:52:31.080 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38062025-02-07T09:52:32.952Z[verify-libraries] Compiling md5 v0.7.0
38072025-02-07T09:52:33.572Z[verify-libraries] Compiling russh-keys v0.45.0
38082025-02-07T09:52:34.872Z[verify-libraries] Compiling num-bigint v0.4.6
38092025-02-07T09:52:41.937Z[ recovery-image] Feb 07 09:52:40.488 INFO O| Feb 07 09:52:40.488 INFO O| Startup: Caching catalogs ... Done
38102025-02-07T09:52:42.045Z[ recovery-image] Feb 07 09:52:40.596 INFO O| Feb 07 09:52:40.596 INFO O| Planning: Planning completed in 0.00 seconds
38112025-02-07T09:52:42.049Z[ recovery-image] Feb 07 09:52:40.597 INFO O| Feb 07 09:52:40.596 INFO O| Planning: Consolidating action changes ... Done
38122025-02-07T09:52:42.049Z[ recovery-image] Feb 07 09:52:40.597 INFO O| Feb 07 09:52:40.597 INFO O| Planning: Evaluating mediators ... Done
38132025-02-07T09:52:42.050Z[ recovery-image] Feb 07 09:52:40.597 INFO O| Feb 07 09:52:40.597 INFO O| Planning: Planning completed in 0.00 seconds
38142025-02-07T09:52:42.050Z[ recovery-image] Feb 07 09:52:40.597 INFO O| Feb 07 09:52:40.597 INFO O| Variants/Facets to change: 1
38152025-02-07T09:52:42.113Z[ recovery-image] Feb 07 09:52:40.663 INFO O| Feb 07 09:52:40.663 INFO O| Done
38162025-02-07T09:52:42.113Z[ recovery-image] Feb 07 09:52:40.663 INFO O| Feb 07 09:52:40.663 INFO O| Done
38172025-02-07T09:52:42.453Z[verify-libraries] Compiling des v0.8.1
38182025-02-07T09:52:43.216Z[ recovery-image] Feb 07 09:52:41.766 INFO O| Feb 07 09:52:41.766 INFO O| Done
38192025-02-07T09:52:43.302Z[ recovery-image] Feb 07 09:52:41.852 INFO O| Feb 07 09:52:41.852 INFO O| Done
38202025-02-07T09:52:43.308Z[ recovery-image] Feb 07 09:52:41.854 INFO O| Feb 07 09:52:41.854 INFO O| Done
38212025-02-07T09:52:43.308Z[ recovery-image] Feb 07 09:52:41.854 INFO O| Feb 07 09:52:41.854 INFO O| Done
38222025-02-07T09:52:43.309Z[ recovery-image] Feb 07 09:52:41.856 INFO O| Feb 07 09:52:41.856 INFO O| Done
38232025-02-07T09:52:43.366Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38242025-02-07T09:52:44.154Z[ recovery-image] Feb 07 09:52:42.700 INFO O| Feb 07 09:52:42.700 INFO STEP 6 (pkg_change_variant) COMPLETE
38252025-02-07T09:52:44.154Z[ recovery-image] Feb 07 09:52:42.700 INFO O| Feb 07 09:52:42.700 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38262025-02-07T09:52:44.157Z[ recovery-image] Feb 07 09:52:42.700 INFO O| Feb 07 09:52:42.700 INFO skip step because feature "debug_variant" is not enabled
38272025-02-07T09:52:44.158Z[ recovery-image] Feb 07 09:52:42.700 INFO O| Feb 07 09:52:42.700 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38282025-02-07T09:52:44.632Z[verify-libraries] Compiling hex-literal v0.4.1
38292025-02-07T09:52:44.772Z[ recovery-image] Feb 07 09:52:43.322 INFO O| Feb 07 09:52:43.322 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
38302025-02-07T09:52:44.921Z[verify-libraries] Compiling russh v0.45.0
38312025-02-07T09:52:45.088Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38322025-02-07T09:52:45.876Z[ recovery-image] Feb 07 09:52:44.426 INFO O| Feb 07 09:52:44.426 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38332025-02-07T09:52:45.880Z[ recovery-image] Feb 07 09:52:44.428 INFO O| Feb 07 09:52:44.428 INFO O| Planning: Planning completed in 0.00 seconds
38342025-02-07T09:52:45.880Z[ recovery-image] Feb 07 09:52:44.429 INFO O| Feb 07 09:52:44.429 INFO O| Planning: Consolidating action changes ... Done
38352025-02-07T09:52:45.880Z[ recovery-image] Feb 07 09:52:44.429 INFO O| Feb 07 09:52:44.429 INFO O| Planning: Evaluating mediators ... Done
38362025-02-07T09:52:45.880Z[ recovery-image] Feb 07 09:52:44.430 INFO O| Feb 07 09:52:44.430 INFO O| Planning: Planning completed in 0.00 seconds
38372025-02-07T09:52:45.880Z[ recovery-image] Feb 07 09:52:44.430 INFO O| Feb 07 09:52:44.430 INFO O| Variants/Facets to change: 1
38382025-02-07T09:52:45.952Z[ recovery-image] Feb 07 09:52:44.502 INFO O| Feb 07 09:52:44.502 INFO O| Done
38392025-02-07T09:52:45.952Z[ recovery-image] Feb 07 09:52:44.502 INFO O| Feb 07 09:52:44.502 INFO O| Done
38402025-02-07T09:52:46.810Z[ recovery-image] Feb 07 09:52:45.359 INFO O| Feb 07 09:52:45.359 INFO O| Done
38412025-02-07T09:52:46.897Z[ recovery-image] Feb 07 09:52:45.446 INFO O| Feb 07 09:52:45.446 INFO O| Done
38422025-02-07T09:52:46.900Z[ recovery-image] Feb 07 09:52:45.447 INFO O| Feb 07 09:52:45.447 INFO O| Done
38432025-02-07T09:52:46.900Z[ recovery-image] Feb 07 09:52:45.447 INFO O| Feb 07 09:52:45.447 INFO O| Done
38442025-02-07T09:52:46.900Z[ recovery-image] Feb 07 09:52:45.449 INFO O| Feb 07 09:52:45.449 INFO O| Done
38452025-02-07T09:52:47.002Z[ recovery-image] Feb 07 09:52:45.551 INFO O| Feb 07 09:52:45.551 INFO STEP 8 (pkg_change_facet) COMPLETE
38462025-02-07T09:52:47.002Z[ recovery-image] Feb 07 09:52:45.551 INFO O| Feb 07 09:52:45.551 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38472025-02-07T09:52:47.652Z[ recovery-image] Feb 07 09:52:46.202 INFO O| Feb 07 09:52:46.202 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38482025-02-07T09:52:48.722Z[ recovery-image] Feb 07 09:52:47.272 INFO O| Feb 07 09:52:47.271 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38492025-02-07T09:52:48.725Z[ recovery-image] Feb 07 09:52:47.273 INFO O| Feb 07 09:52:47.273 INFO O| Planning: Planning completed in 0.00 seconds
38502025-02-07T09:52:48.725Z[ recovery-image] Feb 07 09:52:47.274 INFO O| Feb 07 09:52:47.274 INFO O| Planning: Consolidating action changes ... Done
38512025-02-07T09:52:48.725Z[ recovery-image] Feb 07 09:52:47.275 INFO O| Feb 07 09:52:47.275 INFO O| Planning: Evaluating mediators ... Done
38522025-02-07T09:52:48.728Z[ recovery-image] Feb 07 09:52:47.275 INFO O| Feb 07 09:52:47.275 INFO O| Planning: Planning completed in 0.00 seconds
38532025-02-07T09:52:48.728Z[ recovery-image] Feb 07 09:52:47.276 INFO O| Feb 07 09:52:47.276 INFO O| Variants/Facets to change: 1
38542025-02-07T09:52:48.816Z[ recovery-image] Feb 07 09:52:47.365 INFO O| Feb 07 09:52:47.365 INFO O| Done
38552025-02-07T09:52:48.816Z[ recovery-image] Feb 07 09:52:47.365 INFO O| Feb 07 09:52:47.365 INFO O| Done
38562025-02-07T09:52:49.706Z[ recovery-image] Feb 07 09:52:48.255 INFO O| Feb 07 09:52:48.255 INFO O| Done
38572025-02-07T09:52:49.807Z[ recovery-image] Feb 07 09:52:48.356 INFO O| Feb 07 09:52:48.356 INFO O| Done
38582025-02-07T09:52:49.821Z[ recovery-image] Feb 07 09:52:48.357 INFO O| Feb 07 09:52:48.357 INFO O| Done
38592025-02-07T09:52:49.821Z[ recovery-image] Feb 07 09:52:48.357 INFO O| Feb 07 09:52:48.357 INFO O| Done
38602025-02-07T09:52:49.821Z[ recovery-image] Feb 07 09:52:48.359 INFO O| Feb 07 09:52:48.359 INFO O| Done
38612025-02-07T09:52:49.910Z[ recovery-image] Feb 07 09:52:48.460 INFO O| Feb 07 09:52:48.460 INFO STEP 9 (pkg_change_facet) COMPLETE
38622025-02-07T09:52:49.911Z[ recovery-image] Feb 07 09:52:48.460 INFO O| Feb 07 09:52:48.460 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38632025-02-07T09:52:50.250Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38642025-02-07T09:52:50.566Z[ recovery-image] Feb 07 09:52:49.115 INFO O| Feb 07 09:52:49.115 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38652025-02-07T09:52:51.824Z[ recovery-image] Feb 07 09:52:50.373 INFO O| Feb 07 09:52:50.373 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38662025-02-07T09:52:51.829Z[ recovery-image] Feb 07 09:52:50.375 INFO O| Feb 07 09:52:50.375 INFO O| Planning: Planning completed in 0.00 seconds
38672025-02-07T09:52:51.829Z[ recovery-image] Feb 07 09:52:50.376 INFO O| Feb 07 09:52:50.376 INFO O| Planning: Consolidating action changes ... Done
38682025-02-07T09:52:51.829Z[ recovery-image] Feb 07 09:52:50.376 INFO O| Feb 07 09:52:50.376 INFO O| Planning: Evaluating mediators ... Done
38692025-02-07T09:52:51.829Z[ recovery-image] Feb 07 09:52:50.377 INFO O| Feb 07 09:52:50.377 INFO O| Planning: Planning completed in 0.00 seconds
38702025-02-07T09:52:51.829Z[ recovery-image] Feb 07 09:52:50.377 INFO O| Feb 07 09:52:50.377 INFO O| Variants/Facets to change: 1
38712025-02-07T09:52:51.923Z[ recovery-image] Feb 07 09:52:50.471 INFO O| Feb 07 09:52:50.471 INFO O| Done
38722025-02-07T09:52:51.923Z[ recovery-image] Feb 07 09:52:50.471 INFO O| Feb 07 09:52:50.471 INFO O| Done
38732025-02-07T09:52:52.767Z[ recovery-image] Feb 07 09:52:51.316 INFO O| Feb 07 09:52:51.316 INFO O| Done
38742025-02-07T09:52:52.848Z[ recovery-image] Feb 07 09:52:51.397 INFO O| Feb 07 09:52:51.397 INFO O| Done
38752025-02-07T09:52:52.864Z[ recovery-image] Feb 07 09:52:51.398 INFO O| Feb 07 09:52:51.398 INFO O| Done
38762025-02-07T09:52:52.864Z[ recovery-image] Feb 07 09:52:51.398 INFO O| Feb 07 09:52:51.398 INFO O| Done
38772025-02-07T09:52:52.872Z[ recovery-image] Feb 07 09:52:51.421 INFO O| Feb 07 09:52:51.421 INFO O| Done
38782025-02-07T09:52:52.978Z[ recovery-image] Feb 07 09:52:51.527 INFO O| Feb 07 09:52:51.527 INFO STEP 10 (pkg_change_facet) COMPLETE
38792025-02-07T09:52:52.978Z[ recovery-image] Feb 07 09:52:51.527 INFO O| Feb 07 09:52:51.527 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38802025-02-07T09:52:53.000Z[ recovery-image] Feb 07 09:52:51.548 INFO O| Feb 07 09:52:51.548 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"]
38812025-02-07T09:52:53.891Z[ recovery-image] Feb 07 09:52:52.440 INFO O| Feb 07 09:52:52.440 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38822025-02-07T09:52:55.519Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38832025-02-07T09:52:59.565Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38842025-02-07T09:53:03.290Z[verify-libraries] Compiling petname v2.0.2
38852025-02-07T09:53:04.700Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38862025-02-07T09:53:05.633Z[verify-libraries] Compiling internet-checksum v0.2.1
38872025-02-07T09:53:06.372Z[ host-image] Feb 07 09:53:04.920 INFO O| Feb 07 09:53:04.920 INFO O| Planning: Solver setup ... Done
38882025-02-07T09:53:06.513Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38892025-02-07T09:53:12.709Z[verify-libraries] Compiling heck v0.4.1
38902025-02-07T09:53:14.238Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38912025-02-07T09:53:22.968Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38922025-02-07T09:53:26.653Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38932025-02-07T09:53:33.410Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38942025-02-07T09:53:35.922Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38952025-02-07T09:53:57.775Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38962025-02-07T09:53:59.450Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38972025-02-07T09:53:59.592Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38982025-02-07T09:54:01.167Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38992025-02-07T09:54:04.223Z[ recovery-image] Feb 07 09:54:02.763 INFO O| Feb 07 09:54:02.763 INFO O| Planning: Solver setup ... Done
39002025-02-07T09:54:35.800Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39012025-02-07T09:54:38.156Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39022025-02-07T09:54:40.548Z[ host-image] Feb 07 09:54:39.083 INFO O| Feb 07 09:54:39.083 INFO O| Planning: Running solver ... Done
39032025-02-07T09:54:41.199Z[ host-image] Feb 07 09:54:39.734 INFO O| Feb 07 09:54:39.734 INFO O| Planning: Finding local manifests ... Done
39042025-02-07T09:54:41.212Z[ host-image] Feb 07 09:54:39.748 INFO O| Feb 07 09:54:39.748 INFO O| Planning: Fetching manifests: 0/124 0% complete
39052025-02-07T09:54:41.366Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39062025-02-07T09:54:41.823Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39072025-02-07T09:54:42.184Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
39082025-02-07T09:54:42.574Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39092025-02-07T09:54:43.147Z[verify-libraries] Compiling sync-ptr v0.1.1
39102025-02-07T09:54:43.540Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39112025-02-07T09:54:46.153Z[ host-image] Feb 07 09:54:44.687 INFO O| Feb 07 09:54:44.687 INFO O| Planning: Fetching manifests: 124/124 100% complete
39122025-02-07T09:54:47.447Z[ host-image] Feb 07 09:54:45.981 INFO O| Feb 07 09:54:45.981 INFO O| Planning: Package planning ... Done
39132025-02-07T09:54:49.016Z[ host-image] Feb 07 09:54:47.550 INFO O| Feb 07 09:54:47.550 INFO O| Planning: Merging actions ... Done
39142025-02-07T09:54:49.355Z[ host-image] Feb 07 09:54:47.889 INFO O| Feb 07 09:54:47.889 INFO O| Planning: Checking for conflicting actions ... Done
39152025-02-07T09:54:49.660Z[ host-image] Feb 07 09:54:48.194 INFO O| Feb 07 09:54:48.194 INFO O| Planning: Consolidating action changes ... Done
39162025-02-07T09:54:50.427Z[ host-image] Feb 07 09:54:48.961 INFO O| Feb 07 09:54:48.961 INFO O| Planning: Evaluating mediators ... Done
39172025-02-07T09:54:53.819Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39182025-02-07T09:54:54.814Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39192025-02-07T09:54:56.425Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39202025-02-07T09:54:56.873Z[ host-image] Feb 07 09:54:55.406 INFO O| Feb 07 09:54:55.406 INFO O| Planning: Planning completed in 174.12 seconds
39212025-02-07T09:54:56.895Z[ host-image] Feb 07 09:54:55.428 INFO O| Feb 07 09:54:55.427 INFO O| Packages to install: 124
39222025-02-07T09:54:56.895Z[ host-image] Feb 07 09:54:55.428 INFO O| Feb 07 09:54:55.428 INFO O| Mediators to change: 4
39232025-02-07T09:54:56.897Z[ host-image] Feb 07 09:54:55.428 INFO O| Feb 07 09:54:55.428 INFO O| Services to change: 6
39242025-02-07T09:54:57.002Z[ host-image] Feb 07 09:54:55.535 INFO O| Feb 07 09:54:55.535 INFO O| Download: 0/22791 items 0.0/199.7MB 0% complete
39252025-02-07T09:55:00.811Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39262025-02-07T09:55:02.003Z[ host-image] Feb 07 09:55:00.535 INFO O| Feb 07 09:55:00.535 INFO O| Download: 1049/22791 items 7.0/199.7MB 3% complete (1.4M/s)
39272025-02-07T09:55:07.207Z[ host-image] Feb 07 09:55:05.739 INFO O| Feb 07 09:55:05.738 INFO O| Download: 1772/22791 items 11.9/199.7MB 5% complete (1.2M/s)
39282025-02-07T09:55:12.549Z[ host-image] Feb 07 09:55:11.080 INFO O| Feb 07 09:55:11.080 INFO O| Download: 2334/22791 items 27.5/199.7MB 13% complete (2.0M/s)
39292025-02-07T09:55:17.550Z[ host-image] Feb 07 09:55:16.080 INFO O| Feb 07 09:55:16.080 INFO O| Download: 3513/22791 items 35.7/199.7MB 17% complete (2.3M/s)
39302025-02-07T09:55:20.132Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39312025-02-07T09:55:22.573Z[ host-image] Feb 07 09:55:21.103 INFO O| Feb 07 09:55:21.103 INFO O| Download: 4537/22791 items 42.4/199.7MB 21% complete (1.5M/s)
39322025-02-07T09:55:24.518Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
39332025-02-07T09:55:27.576Z[ host-image] Feb 07 09:55:26.105 INFO O| Feb 07 09:55:26.105 INFO O| Download: 5491/22791 items 46.1/199.7MB 23% complete (1.0M/s)
39342025-02-07T09:55:28.650Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39352025-02-07T09:55:32.577Z[ host-image] Feb 07 09:55:31.105 INFO O| Feb 07 09:55:31.105 INFO O| Download: 6749/22791 items 47.3/199.7MB 23% complete (477k/s)
39362025-02-07T09:55:33.710Z[ recovery-image] Feb 07 09:55:32.238 INFO O| Feb 07 09:55:32.238 INFO O| Planning: Running solver ... Done
39372025-02-07T09:55:34.281Z[ recovery-image] Feb 07 09:55:32.809 INFO O| Feb 07 09:55:32.809 INFO O| Planning: Finding local manifests ... Done
39382025-02-07T09:55:34.299Z[ recovery-image] Feb 07 09:55:32.827 INFO O| Feb 07 09:55:32.827 INFO O| Planning: Fetching manifests: 0/124 0% complete
39392025-02-07T09:55:35.913Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39402025-02-07T09:55:36.690Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39412025-02-07T09:55:37.581Z[ host-image] Feb 07 09:55:36.109 INFO O| Feb 07 09:55:36.108 INFO O| Download: 7261/22791 items 57.3/199.7MB 28% complete (1.1M/s)
39422025-02-07T09:55:39.199Z[ recovery-image] Feb 07 09:55:37.727 INFO O| Feb 07 09:55:37.727 INFO O| Planning: Fetching manifests: 124/124 100% complete
39432025-02-07T09:55:40.181Z[ recovery-image] Feb 07 09:55:38.709 INFO O| Feb 07 09:55:38.709 INFO O| Planning: Package planning ... Done
39442025-02-07T09:55:40.921Z[ recovery-image] Feb 07 09:55:39.448 INFO O| Feb 07 09:55:39.448 INFO O| Planning: Merging actions ... Done
39452025-02-07T09:55:41.316Z[ recovery-image] Feb 07 09:55:39.843 INFO O| Feb 07 09:55:39.843 INFO O| Planning: Checking for conflicting actions ... Done
39462025-02-07T09:55:41.459Z[ recovery-image] Feb 07 09:55:39.986 INFO O| Feb 07 09:55:39.986 INFO O| Planning: Consolidating action changes ... Done
39472025-02-07T09:55:41.822Z[ recovery-image] Feb 07 09:55:40.349 INFO O| Feb 07 09:55:40.348 INFO O| Planning: Evaluating mediators ... Done
39482025-02-07T09:55:42.029Z[verify-libraries] Compiling termios v0.3.3
39492025-02-07T09:55:42.462Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39502025-02-07T09:55:42.686Z[ host-image] Feb 07 09:55:41.213 INFO O| Feb 07 09:55:41.213 INFO O| Download: 8234/22791 items 63.2/199.7MB 31% complete (1.6M/s)
39512025-02-07T09:55:47.785Z[ host-image] Feb 07 09:55:46.311 INFO O| Feb 07 09:55:46.311 INFO O| Download: 9222/22791 items 78.0/199.7MB 39% complete (1.9M/s)
39522025-02-07T09:55:47.823Z[ recovery-image] Feb 07 09:55:46.349 INFO O| Feb 07 09:55:46.349 INFO O| Planning: Planning completed in 173.91 seconds
39532025-02-07T09:55:47.843Z[ recovery-image] Feb 07 09:55:46.369 INFO O| Feb 07 09:55:46.369 INFO O| Packages to install: 124
39542025-02-07T09:55:47.846Z[ recovery-image] Feb 07 09:55:46.369 INFO O| Feb 07 09:55:46.369 INFO O| Mediators to change: 4
39552025-02-07T09:55:47.846Z[ recovery-image] Feb 07 09:55:46.370 INFO O| Feb 07 09:55:46.370 INFO O| Services to change: 5
39562025-02-07T09:55:47.921Z[ recovery-image] Feb 07 09:55:46.447 INFO O| Feb 07 09:55:46.447 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
39572025-02-07T09:55:52.804Z[ host-image] Feb 07 09:55:51.328 INFO O| Feb 07 09:55:51.328 INFO O| Download: 10006/22791 items 83.7/199.7MB 41% complete (2.0M/s)
39582025-02-07T09:55:53.258Z[ recovery-image] Feb 07 09:55:51.783 INFO O| Feb 07 09:55:51.783 INFO O| Download: 1057/15862 items 7.9/176.4MB 4% complete (1.7M/s)
39592025-02-07T09:55:57.954Z[ host-image] Feb 07 09:55:56.479 INFO O| Feb 07 09:55:56.479 INFO O| Download: 10861/22791 items 90.1/199.7MB 45% complete (1.2M/s)
39602025-02-07T09:55:58.258Z[ recovery-image] Feb 07 09:55:56.783 INFO O| Feb 07 09:55:56.783 INFO O| Download: 1383/15862 items 20.9/176.4MB 11% complete (2.1M/s)
39612025-02-07T09:56:02.960Z[ host-image] Feb 07 09:56:01.485 INFO O| Feb 07 09:56:01.485 INFO O| Download: 11386/22791 items 96.2/199.7MB 48% complete (1.2M/s)
39622025-02-07T09:56:03.260Z[ recovery-image] Feb 07 09:56:01.784 INFO O| Feb 07 09:56:01.784 INFO O| Download: 2007/15862 items 31.1/176.4MB 17% complete (2.3M/s)
39632025-02-07T09:56:06.811Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39642025-02-07T09:56:07.979Z[ host-image] Feb 07 09:56:06.502 INFO O| Feb 07 09:56:06.502 INFO O| Download: 12097/22791 items 101.0/199.7MB 50% complete (1.1M/s)
39652025-02-07T09:56:08.282Z[ recovery-image] Feb 07 09:56:06.806 INFO O| Feb 07 09:56:06.806 INFO O| Download: 2951/15862 items 36.9/176.4MB 20% complete (1.6M/s)
39662025-02-07T09:56:12.991Z[ host-image] Feb 07 09:56:11.514 INFO O| Feb 07 09:56:11.514 INFO O| Download: 12522/22791 items 109.6/199.7MB 54% complete (1.4M/s)
39672025-02-07T09:56:13.564Z[ recovery-image] Feb 07 09:56:12.087 INFO O| Feb 07 09:56:12.087 INFO O| Download: 3647/15862 items 39.8/176.4MB 22% complete (1.1M/s)
39682025-02-07T09:56:18.429Z[ host-image] Feb 07 09:56:16.951 INFO O| Feb 07 09:56:16.951 INFO O| Download: 13302/22791 items 110.0/199.7MB 55% complete (1.1M/s)
39692025-02-07T09:56:18.577Z[ recovery-image] Feb 07 09:56:17.099 INFO O| Feb 07 09:56:17.099 INFO O| Download: 4290/15862 items 42.7/176.4MB 24% complete (580k/s)
39702025-02-07T09:56:23.459Z[ host-image] Feb 07 09:56:21.980 INFO O| Feb 07 09:56:21.980 INFO O| Download: 13932/22791 items 110.3/199.7MB 55% complete (67.8k/s)
39712025-02-07T09:56:23.587Z[ recovery-image] Feb 07 09:56:22.109 INFO O| Feb 07 09:56:22.108 INFO O| Download: 5326/15862 items 43.3/176.4MB 24% complete (358k/s)
39722025-02-07T09:56:24.309Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39732025-02-07T09:56:28.806Z[ host-image] Feb 07 09:56:27.327 INFO O| Feb 07 09:56:27.327 INFO O| Download: 14503/22791 items 116.5/199.7MB 58% complete (574k/s)
39742025-02-07T09:56:28.815Z[ recovery-image] Feb 07 09:56:27.336 INFO O| Feb 07 09:56:27.336 INFO O| Download: 5735/15862 items 46.6/176.4MB 26% complete (357k/s)
39752025-02-07T09:56:33.814Z[ host-image] Feb 07 09:56:32.334 INFO O| Feb 07 09:56:32.334 INFO O| Download: 15519/22791 items 121.8/199.7MB 60% complete (1.1M/s)
39762025-02-07T09:56:33.818Z[ recovery-image] Feb 07 09:56:32.338 INFO O| Feb 07 09:56:32.338 INFO O| Download: 6134/15862 items 59.9/176.4MB 33% complete (1.6M/s)
39772025-02-07T09:56:38.815Z[ host-image] Feb 07 09:56:37.334 INFO O| Feb 07 09:56:37.334 INFO O| Download: 16015/22791 items 130.9/199.7MB 65% complete (1.5M/s)
39782025-02-07T09:56:38.822Z[ recovery-image] Feb 07 09:56:37.341 INFO O| Feb 07 09:56:37.341 INFO O| Download: 7024/15862 items 71.6/176.4MB 40% complete (2.4M/s)
39792025-02-07T09:56:44.034Z[ recovery-image] Feb 07 09:56:42.553 INFO O| Feb 07 09:56:42.553 INFO O| Download: 7628/15862 items 73.7/176.4MB 41% complete (1.6M/s)
39802025-02-07T09:56:44.034Z[ host-image] Feb 07 09:56:42.553 INFO O| Feb 07 09:56:42.553 INFO O| Download: 16892/22791 items 145.0/199.7MB 72% complete (2.5M/s)
39812025-02-07T09:56:49.133Z[ host-image] Feb 07 09:56:47.651 INFO O| Feb 07 09:56:47.651 INFO O| Download: 17891/22791 items 150.3/199.7MB 75% complete (1.9M/s)
39822025-02-07T09:56:50.123Z[ recovery-image] Feb 07 09:56:48.641 INFO O| Feb 07 09:56:48.641 INFO O| Download: 7974/15862 items 78.9/176.4MB 44% complete (1.2M/s)
39832025-02-07T09:56:54.141Z[ host-image] Feb 07 09:56:52.658 INFO O| Feb 07 09:56:52.658 INFO O| Download: 18441/22791 items 164.2/199.7MB 82% complete (1.9M/s)
39842025-02-07T09:56:55.203Z[ recovery-image] Feb 07 09:56:53.721 INFO O| Feb 07 09:56:53.721 INFO O| Download: 8758/15862 items 84.1/176.4MB 47% complete (957k/s)
39852025-02-07T09:56:59.149Z[ host-image] Feb 07 09:56:57.666 INFO O| Feb 07 09:56:57.666 INFO O| Download: 19598/22791 items 168.0/199.7MB 84% complete (1.8M/s)
39862025-02-07T09:57:00.322Z[ recovery-image] Feb 07 09:56:58.839 INFO O| Feb 07 09:56:58.839 INFO O| Download: 8850/15862 items 92.0/176.4MB 52% complete (1.4M/s)
39872025-02-07T09:57:04.212Z[ host-image] Feb 07 09:57:02.728 INFO O| Feb 07 09:57:02.728 INFO O| Download: 20507/22791 items 172.1/199.7MB 86% complete (816k/s)
39882025-02-07T09:57:05.331Z[ recovery-image] Feb 07 09:57:03.847 INFO O| Feb 07 09:57:03.847 INFO O| Download: 9933/15862 items 93.2/176.4MB 52% complete (927k/s)
39892025-02-07T09:57:09.503Z[ host-image] Feb 07 09:57:08.019 INFO O| Feb 07 09:57:08.019 INFO O| Download: 20871/22791 items 178.5/199.7MB 89% complete (1.0M/s)
39902025-02-07T09:57:10.357Z[ recovery-image] Feb 07 09:57:08.872 INFO O| Feb 07 09:57:08.872 INFO O| Download: 10699/15862 items 93.6/176.4MB 53% complete (158k/s)
39912025-02-07T09:57:14.510Z[ host-image] Feb 07 09:57:13.026 INFO O| Feb 07 09:57:13.026 INFO O| Download: 21424/22791 items 180.5/199.7MB 90% complete (854k/s)
39922025-02-07T09:57:15.362Z[ recovery-image] Feb 07 09:57:13.877 INFO O| Feb 07 09:57:13.877 INFO O| Download: 11371/15862 items 105.4/176.4MB 59% complete (1.2M/s)
39932025-02-07T09:57:19.516Z[ host-image] Feb 07 09:57:18.031 INFO O| Feb 07 09:57:18.031 INFO O| Download: 21966/22791 items 191.7/199.7MB 95% complete (1.7M/s)
39942025-02-07T09:57:20.573Z[ recovery-image] Feb 07 09:57:19.087 INFO O| Feb 07 09:57:19.087 INFO O| Download: 11940/15862 items 132.3/176.4MB 74% complete (3.6M/s)
39952025-02-07T09:57:24.537Z[ host-image] Feb 07 09:57:23.051 INFO O| Feb 07 09:57:23.051 INFO O| Download: 22506/22791 items 198.9/199.7MB 99% complete (1.9M/s)
39962025-02-07T09:57:25.595Z[ recovery-image] Feb 07 09:57:24.108 INFO O| Feb 07 09:57:24.108 INFO O| Download: 12816/15862 items 143.4/176.4MB 81% complete (3.7M/s)
39972025-02-07T09:57:27.564Z[ host-image] Feb 07 09:57:26.077 INFO O| Feb 07 09:57:26.077 INFO O| Download: Completed 199.72 MB in 150.54 seconds (1.3M/s)
39982025-02-07T09:57:29.608Z[ host-image] Feb 07 09:57:28.121 INFO O| Feb 07 09:57:28.121 INFO O| Actions: 1/49491 actions (Installing new actions)
39992025-02-07T09:57:30.598Z[ recovery-image] Feb 07 09:57:29.111 INFO O| Feb 07 09:57:29.111 INFO O| Download: 13737/15862 items 146.7/176.4MB 83% complete (1.5M/s)
40002025-02-07T09:57:34.609Z[ host-image] Feb 07 09:57:33.121 INFO O| Feb 07 09:57:33.121 INFO O| Actions: 8571/49491 actions (Installing new actions)
40012025-02-07T09:57:35.602Z[ recovery-image] Feb 07 09:57:34.114 INFO O| Feb 07 09:57:34.114 INFO O| Download: 14648/15862 items 150.6/176.4MB 85% complete (737k/s)
40022025-02-07T09:57:39.614Z[ host-image] Feb 07 09:57:38.125 INFO O| Feb 07 09:57:38.125 INFO O| Actions: 15063/49491 actions (Installing new actions)
40032025-02-07T09:57:40.603Z[ recovery-image] Feb 07 09:57:39.114 INFO O| Feb 07 09:57:39.114 INFO O| Download: 15265/15862 items 160.8/176.4MB 91% complete (1.3M/s)
40042025-02-07T09:57:44.614Z[ host-image] Feb 07 09:57:43.126 INFO O| Feb 07 09:57:43.125 INFO O| Actions: 20749/49491 actions (Installing new actions)
40052025-02-07T09:57:45.604Z[ recovery-image] Feb 07 09:57:44.115 INFO O| Feb 07 09:57:44.114 INFO O| Download: 15670/15862 items 170.5/176.4MB 96% complete (2.0M/s)
40062025-02-07T09:57:47.652Z[ recovery-image] Feb 07 09:57:46.163 INFO O| Feb 07 09:57:46.163 INFO O| Download: Completed 176.44 MB in 119.72 seconds (1.5M/s)
40072025-02-07T09:57:48.939Z[ recovery-image] Feb 07 09:57:47.449 INFO O| Feb 07 09:57:47.449 INFO O| Actions: 1/25028 actions (Installing new actions)
40082025-02-07T09:57:49.640Z[ host-image] Feb 07 09:57:48.126 INFO O| Feb 07 09:57:48.125 INFO O| Actions: 29922/49491 actions (Installing new actions)
40092025-02-07T09:57:53.199Z[ host-image] Feb 07 09:57:51.709 INFO O| Feb 07 09:57:51.709 INFO O| Actions: Completed 49491 actions in 23.58 seconds.
40102025-02-07T09:57:53.942Z[ recovery-image] Feb 07 09:57:52.452 INFO O| Feb 07 09:57:52.452 INFO O| Actions: 8377/25028 actions (Installing new actions)
40112025-02-07T09:57:54.039Z[ host-image] Feb 07 09:57:52.549 INFO O| Feb 07 09:57:52.549 INFO O| Done
40122025-02-07T09:57:54.039Z[ host-image] Feb 07 09:57:52.549 INFO O| Feb 07 09:57:52.549 INFO O| Done
40132025-02-07T09:57:56.369Z[ host-image] Feb 07 09:57:54.879 INFO O| Feb 07 09:57:54.878 INFO O| Done
40142025-02-07T09:57:58.942Z[ recovery-image] Feb 07 09:57:57.452 INFO O| Feb 07 09:57:57.452 INFO O| Actions: 11690/25028 actions (Installing new actions)
40152025-02-07T09:58:01.256Z[ host-image] Feb 07 09:57:59.765 INFO O| Feb 07 09:57:59.765 INFO O| Done
40162025-02-07T09:58:01.299Z[ host-image] Feb 07 09:57:59.808 INFO O| Feb 07 09:57:59.808 INFO O| Done
40172025-02-07T09:58:03.964Z[ recovery-image] Feb 07 09:58:02.473 INFO O| Feb 07 09:58:02.473 INFO O| Actions: 17025/25028 actions (Installing new actions)
40182025-02-07T09:58:08.969Z[ recovery-image] Feb 07 09:58:07.477 INFO O| Feb 07 09:58:07.477 INFO O| Actions: 24551/25028 actions (Installing new actions)
40192025-02-07T09:58:09.973Z[ recovery-image] Feb 07 09:58:08.481 INFO O| Feb 07 09:58:08.481 INFO O| Actions: Completed 25028 actions in 21.03 seconds.
40202025-02-07T09:58:10.520Z[ host-image] Feb 07 09:58:09.027 INFO O| Feb 07 09:58:09.027 INFO O| Done
40212025-02-07T09:58:10.876Z[ recovery-image] Feb 07 09:58:09.383 INFO O| Feb 07 09:58:09.383 INFO O| Done
40222025-02-07T09:58:10.876Z[ recovery-image] Feb 07 09:58:09.383 INFO O| Feb 07 09:58:09.383 INFO O| Done
40232025-02-07T09:58:15.115Z[ recovery-image] Feb 07 09:58:13.623 INFO O| Feb 07 09:58:13.622 INFO O| Done
40242025-02-07T09:58:15.383Z[ host-image] Feb 07 09:58:13.890 INFO O| Feb 07 09:58:13.890 INFO O| Done
40252025-02-07T09:58:16.121Z[ host-image] Feb 07 09:58:14.629 INFO O| Feb 07 09:58:14.628 INFO STEP 11 (pkg_install) COMPLETE
40262025-02-07T09:58:16.122Z[ host-image] Feb 07 09:58:14.629 INFO O| Feb 07 09:58:14.628 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40272025-02-07T09:58:16.151Z[ host-image] Feb 07 09:58:14.658 INFO O| Feb 07 09:58:14.658 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"]
40282025-02-07T09:58:18.158Z[ recovery-image] Feb 07 09:58:16.665 INFO O| Feb 07 09:58:16.665 INFO O| Done
40292025-02-07T09:58:18.199Z[ recovery-image] Feb 07 09:58:16.706 INFO O| Feb 07 09:58:16.706 INFO O| Done
40302025-02-07T09:58:20.186Z[ host-image] Feb 07 09:58:18.692 INFO O| Feb 07 09:58:18.692 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40312025-02-07T09:58:23.477Z[ recovery-image] Feb 07 09:58:21.984 INFO O| Feb 07 09:58:21.983 INFO O| Done
40322025-02-07T09:58:24.313Z[ recovery-image] Feb 07 09:58:22.819 INFO O| Feb 07 09:58:22.819 INFO O| Done
40332025-02-07T09:58:24.887Z[ recovery-image] Feb 07 09:58:23.393 INFO O| Feb 07 09:58:23.393 INFO STEP 11 (pkg_install) COMPLETE
40342025-02-07T09:58:24.887Z[ recovery-image] Feb 07 09:58:23.393 INFO O| Feb 07 09:58:23.393 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40352025-02-07T09:58:24.890Z[ recovery-image] Feb 07 09:58:23.393 INFO O| Feb 07 09:58:23.393 INFO skip step because feature "recovery" is enabled
40362025-02-07T09:58:24.890Z[ recovery-image] Feb 07 09:58:23.393 INFO O| Feb 07 09:58:23.393 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40372025-02-07T09:58:24.890Z[ recovery-image] Feb 07 09:58:23.393 INFO O| Feb 07 09:58:23.393 INFO skip step because feature "omicron1" is not enabled
40382025-02-07T09:58:24.890Z[ recovery-image] Feb 07 09:58:23.393 INFO O| Feb 07 09:58:23.393 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40392025-02-07T09:58:24.906Z[ recovery-image] Feb 07 09:58:23.412 INFO O| Feb 07 09:58:23.412 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40402025-02-07T09:58:25.860Z[ host-image] Feb 07 09:58:24.365 INFO O| Feb 07 09:58:24.365 INFO O| Planning: Solver setup ... Done
40412025-02-07T09:58:25.866Z[ host-image] Feb 07 09:58:24.372 INFO O| Feb 07 09:58:24.372 INFO O| Planning: Running solver ... Done
40422025-02-07T09:58:25.958Z[ recovery-image] Feb 07 09:58:24.464 INFO O| Feb 07 09:58:24.463 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40432025-02-07T09:58:25.961Z[ host-image] Feb 07 09:58:24.464 INFO O| Feb 07 09:58:24.464 INFO O| Planning: Finding local manifests ... Done
40442025-02-07T09:58:25.961Z[ host-image] Feb 07 09:58:24.466 INFO O| Feb 07 09:58:24.466 INFO O| Planning: Fetching manifests: 0/5 0% complete
40452025-02-07T09:58:26.264Z[ host-image] Feb 07 09:58:24.770 INFO O| Feb 07 09:58:24.770 INFO O| Planning: Fetching manifests: 5/5 100% complete
40462025-02-07T09:58:26.343Z[ host-image] Feb 07 09:58:24.849 INFO O| Feb 07 09:58:24.848 INFO O| Planning: Package planning ... Done
40472025-02-07T09:58:26.349Z[ host-image] Feb 07 09:58:24.855 INFO O| Feb 07 09:58:24.855 INFO O| Planning: Merging actions ... Done
40482025-02-07T09:58:26.506Z[ host-image] Feb 07 09:58:25.012 INFO O| Feb 07 09:58:25.012 INFO O| Planning: Checking for conflicting actions ... Done
40492025-02-07T09:58:26.509Z[ host-image] Feb 07 09:58:25.014 INFO O| Feb 07 09:58:25.014 INFO O| Planning: Consolidating action changes ... Done
40502025-02-07T09:58:26.999Z[ host-image] Feb 07 09:58:25.504 INFO O| Feb 07 09:58:25.504 INFO O| Planning: Evaluating mediators ... Done
40512025-02-07T09:58:27.002Z[ host-image] Feb 07 09:58:25.507 INFO O| Feb 07 09:58:25.506 INFO O| Planning: Planning completed in 6.81 seconds
40522025-02-07T09:58:27.005Z[ host-image] Feb 07 09:58:25.509 INFO O| Feb 07 09:58:25.509 INFO O| Packages to install: 5
40532025-02-07T09:58:27.005Z[ host-image] Feb 07 09:58:25.509 INFO O| Feb 07 09:58:25.509 INFO O| Services to change: 2
40542025-02-07T09:58:27.035Z[ host-image] Feb 07 09:58:25.541 INFO O| Feb 07 09:58:25.541 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
40552025-02-07T09:58:28.300Z[ host-image] Feb 07 09:58:26.805 INFO O| Feb 07 09:58:26.805 INFO O| Download: Completed 1.46 MB in 1.26 seconds (1.1M/s)
40562025-02-07T09:58:28.427Z[ host-image] Feb 07 09:58:26.932 INFO O| Feb 07 09:58:26.932 INFO O| Actions: 1/306 actions (Installing new actions)
40572025-02-07T09:58:28.628Z[ host-image] Feb 07 09:58:27.133 INFO O| Feb 07 09:58:27.133 INFO O| Actions: Completed 306 actions in 0.20 seconds.
40582025-02-07T09:58:29.446Z[ host-image] Feb 07 09:58:27.951 INFO O| Feb 07 09:58:27.951 INFO O| Done
40592025-02-07T09:58:29.446Z[ host-image] Feb 07 09:58:27.952 INFO O| Feb 07 09:58:27.951 INFO O| Done
40602025-02-07T09:58:30.659Z[ recovery-image] Feb 07 09:58:29.164 INFO O| Feb 07 09:58:29.164 INFO O| Planning: Solver setup ... Done
40612025-02-07T09:58:30.666Z[ recovery-image] Feb 07 09:58:29.171 INFO O| Feb 07 09:58:29.171 INFO O| Planning: Running solver ... Done
40622025-02-07T09:58:30.773Z[ recovery-image] Feb 07 09:58:29.279 INFO O| Feb 07 09:58:29.278 INFO O| Planning: Finding local manifests ... Done
40632025-02-07T09:58:30.776Z[ recovery-image] Feb 07 09:58:29.280 INFO O| Feb 07 09:58:29.280 INFO O| Planning: Fetching manifests: 0/1 0% complete
40642025-02-07T09:58:30.937Z[ host-image] Feb 07 09:58:29.443 INFO O| Feb 07 09:58:29.442 INFO O| Done
40652025-02-07T09:58:31.648Z[ recovery-image] Feb 07 09:58:30.153 INFO O| Feb 07 09:58:30.153 INFO O| Planning: Fetching manifests: 1/1 100% complete
40662025-02-07T09:58:31.680Z[ recovery-image] Feb 07 09:58:30.185 INFO O| Feb 07 09:58:30.184 INFO O| Planning: Package planning ... Done
40672025-02-07T09:58:31.682Z[ recovery-image] Feb 07 09:58:30.185 INFO O| Feb 07 09:58:30.185 INFO O| Planning: Merging actions ... Done
40682025-02-07T09:58:31.760Z[ recovery-image] Feb 07 09:58:30.265 INFO O| Feb 07 09:58:30.265 INFO O| Planning: Checking for conflicting actions ... Done
40692025-02-07T09:58:31.762Z[ recovery-image] Feb 07 09:58:30.265 INFO O| Feb 07 09:58:30.265 INFO O| Planning: Consolidating action changes ... Done
40702025-02-07T09:58:32.103Z[ recovery-image] Feb 07 09:58:30.608 INFO O| Feb 07 09:58:30.608 INFO O| Planning: Evaluating mediators ... Done
40712025-02-07T09:58:32.106Z[ recovery-image] Feb 07 09:58:30.609 INFO O| Feb 07 09:58:30.609 INFO O| Planning: Planning completed in 6.14 seconds
40722025-02-07T09:58:32.106Z[ recovery-image] Feb 07 09:58:30.611 INFO O| Feb 07 09:58:30.611 INFO O| Packages to install: 1
40732025-02-07T09:58:32.137Z[ recovery-image] Feb 07 09:58:30.642 INFO O| Feb 07 09:58:30.642 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40742025-02-07T09:58:32.792Z[ recovery-image] Feb 07 09:58:31.297 INFO O| Feb 07 09:58:31.297 INFO O| Download: Completed 9.99 MB in 0.65 seconds (15.3M/s)
40752025-02-07T09:58:32.999Z[ recovery-image] Feb 07 09:58:31.504 INFO O| Feb 07 09:58:31.504 INFO O| Actions: 1/22 actions (Installing new actions)
40762025-02-07T09:58:33.428Z[ recovery-image] Feb 07 09:58:31.933 INFO O| Feb 07 09:58:31.933 INFO O| Actions: Completed 22 actions in 0.43 seconds.
40772025-02-07T09:58:33.567Z[ host-image] Feb 07 09:58:32.072 INFO O| Feb 07 09:58:32.072 INFO O| Done
40782025-02-07T09:58:33.657Z[ host-image] Feb 07 09:58:32.161 INFO O| Feb 07 09:58:32.161 INFO O| Done
40792025-02-07T09:58:33.660Z[ host-image] Feb 07 09:58:32.162 INFO O| Feb 07 09:58:32.162 INFO O| Done
40802025-02-07T09:58:33.682Z[ host-image] Feb 07 09:58:32.187 INFO O| Feb 07 09:58:32.187 INFO O| Done
40812025-02-07T09:58:33.896Z[ host-image] Feb 07 09:58:32.401 INFO O| Feb 07 09:58:32.400 INFO STEP 12 (pkg_install) COMPLETE
40822025-02-07T09:58:33.896Z[ host-image] Feb 07 09:58:32.401 INFO O| Feb 07 09:58:32.401 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40832025-02-07T09:58:33.915Z[ host-image] Feb 07 09:58:32.419 INFO O| Feb 07 09:58:32.419 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
40842025-02-07T09:58:34.147Z[ recovery-image] Feb 07 09:58:32.652 INFO O| Feb 07 09:58:32.652 INFO O| Done
40852025-02-07T09:58:34.147Z[ recovery-image] Feb 07 09:58:32.652 INFO O| Feb 07 09:58:32.652 INFO O| Done
40862025-02-07T09:58:35.005Z[ host-image] Feb 07 09:58:33.509 INFO O| Feb 07 09:58:33.509 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40872025-02-07T09:58:35.502Z[ recovery-image] Feb 07 09:58:34.006 INFO O| Feb 07 09:58:34.006 INFO O| Done
40882025-02-07T09:58:37.420Z[ recovery-image] Feb 07 09:58:35.924 INFO O| Feb 07 09:58:35.924 INFO O| Done
40892025-02-07T09:58:37.441Z[ recovery-image] Feb 07 09:58:35.946 INFO O| Feb 07 09:58:35.946 INFO O| Done
40902025-02-07T09:58:37.442Z[ recovery-image] Feb 07 09:58:35.946 INFO O| Feb 07 09:58:35.946 INFO O| Done
40912025-02-07T09:58:37.495Z[ recovery-image] Feb 07 09:58:35.977 INFO O| Feb 07 09:58:35.976 INFO O| Done
40922025-02-07T09:58:37.634Z[ recovery-image] Feb 07 09:58:36.139 INFO O| Feb 07 09:58:36.138 INFO STEP 14 (pkg_install) COMPLETE
40932025-02-07T09:58:37.634Z[ recovery-image] Feb 07 09:58:36.139 INFO O| Feb 07 09:58:36.138 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40942025-02-07T09:58:37.637Z[ recovery-image] Feb 07 09:58:36.139 INFO O| Feb 07 09:58:36.138 INFO skip step because feature "mfg" is not enabled
40952025-02-07T09:58:37.637Z[ recovery-image] Feb 07 09:58:36.139 INFO O| Feb 07 09:58:36.139 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40962025-02-07T09:58:37.637Z[ recovery-image] Feb 07 09:58:36.139 INFO O| Feb 07 09:58:36.139 INFO skip step because feature "compliance" is not enabled
40972025-02-07T09:58:37.637Z[ recovery-image] Feb 07 09:58:36.139 INFO O| Feb 07 09:58:36.139 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40982025-02-07T09:58:37.637Z[ recovery-image] Feb 07 09:58:36.139 INFO O| Feb 07 09:58:36.139 INFO skip step because feature "stress" is not enabled
40992025-02-07T09:58:37.637Z[ recovery-image] Feb 07 09:58:36.139 INFO O| Feb 07 09:58:36.139 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41002025-02-07T09:58:37.637Z[ recovery-image] Feb 07 09:58:36.139 INFO O| Feb 07 09:58:36.139 INFO skip step because feature "nfs" is not enabled
41012025-02-07T09:58:37.637Z[ recovery-image] Feb 07 09:58:36.139 INFO O| Feb 07 09:58:36.139 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41022025-02-07T09:58:37.637Z[ recovery-image] Feb 07 09:58:36.139 INFO O| Feb 07 09:58:36.139 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41032025-02-07T09:58:37.753Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41042025-02-07T09:58:37.757Z[ recovery-image] Feb 07 09:58:36.262 INFO O| Feb 07 09:58:36.262 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
41052025-02-07T09:58:37.902Z[ recovery-image] Feb 07 09:58:36.406 INFO O| Feb 07 09:58:36.406 INFO completed processing gimlet/ramdisk-01-os
41062025-02-07T09:58:37.905Z[ recovery-image] Feb 07 09:58:36.410 INFO image builder template: ramdisk-02-trim...
41072025-02-07T09:58:37.905Z[ recovery-image] Feb 07 09:58:36.410 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/.tmpJnVQrH/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
41082025-02-07T09:58:37.949Z[ recovery-image] Feb 07 09:58:36.454 INFO O| Feb 07 09:58:36.453 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41092025-02-07T09:58:37.956Z[ recovery-image] Feb 07 09:58:36.461 INFO O| Feb 07 09:58:36.461 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41102025-02-07T09:58:38.134Z[ recovery-image] Feb 07 09:58:36.638 INFO O| Feb 07 09:58:36.638 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
41112025-02-07T09:58:38.225Z[ recovery-image] Feb 07 09:58:36.729 INFO O| Feb 07 09:58:36.729 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41122025-02-07T09:58:38.225Z[ recovery-image] Feb 07 09:58:36.729 INFO O| Feb 07 09:58:36.729 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41132025-02-07T09:58:38.235Z[ recovery-image] Feb 07 09:58:36.739 INFO O| Feb 07 09:58:36.739 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41142025-02-07T09:58:38.243Z[ recovery-image] Feb 07 09:58:36.747 INFO O| Feb 07 09:58:36.747 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41152025-02-07T09:58:38.252Z[ recovery-image] Feb 07 09:58:36.757 INFO O| Feb 07 09:58:36.757 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41162025-02-07T09:58:38.608Z[ recovery-image] Feb 07 09:58:37.112 INFO O| Feb 07 09:58:37.112 INFO rolled back to input snapshot; work may begin
41172025-02-07T09:58:38.608Z[ recovery-image] Feb 07 09:58:37.112 INFO O| Feb 07 09:58:37.112 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41182025-02-07T09:58:38.620Z[ recovery-image] Feb 07 09:58:37.124 INFO O| Feb 07 09:58:37.124 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41192025-02-07T09:58:38.648Z[ recovery-image] Feb 07 09:58:37.152 INFO O| Feb 07 09:58:37.152 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41202025-02-07T09:58:38.760Z[ recovery-image] Feb 07 09:58:37.264 INFO O| Feb 07 09:58:37.264 INFO STEP 0 (remove_files) COMPLETE
41212025-02-07T09:58:38.760Z[ recovery-image] Feb 07 09:58:37.264 INFO O| Feb 07 09:58:37.264 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41222025-02-07T09:58:38.781Z[ recovery-image] Feb 07 09:58:37.285 INFO O| Feb 07 09:58:37.285 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41232025-02-07T09:58:38.784Z[ recovery-image] Feb 07 09:58:37.288 INFO O| Feb 07 09:58:37.288 INFO STEP 1 (remove_files) COMPLETE
41242025-02-07T09:58:38.784Z[ recovery-image] Feb 07 09:58:37.288 INFO O| Feb 07 09:58:37.288 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41252025-02-07T09:58:38.804Z[ recovery-image] Feb 07 09:58:37.309 INFO O| Feb 07 09:58:37.308 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41262025-02-07T09:58:38.850Z[ recovery-image] Feb 07 09:58:37.354 INFO O| Feb 07 09:58:37.353 INFO STEP 2 (remove_files) COMPLETE
41272025-02-07T09:58:38.850Z[ recovery-image] Feb 07 09:58:37.354 INFO O| Feb 07 09:58:37.354 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41282025-02-07T09:58:38.908Z[ recovery-image] Feb 07 09:58:37.413 INFO O| Feb 07 09:58:37.413 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41292025-02-07T09:58:38.912Z[ recovery-image] Feb 07 09:58:37.416 INFO O| Feb 07 09:58:37.416 INFO STEP 3 (remove_files) COMPLETE
41302025-02-07T09:58:38.912Z[ recovery-image] Feb 07 09:58:37.416 INFO O| Feb 07 09:58:37.416 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41312025-02-07T09:58:38.931Z[ recovery-image] Feb 07 09:58:37.435 INFO O| Feb 07 09:58:37.435 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41322025-02-07T09:58:38.938Z[ recovery-image] Feb 07 09:58:37.442 INFO O| Feb 07 09:58:37.442 INFO STEP 4 (remove_files) COMPLETE
41332025-02-07T09:58:38.938Z[ recovery-image] Feb 07 09:58:37.443 INFO O| Feb 07 09:58:37.442 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41342025-02-07T09:58:38.957Z[ recovery-image] Feb 07 09:58:37.462 INFO O| Feb 07 09:58:37.461 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41352025-02-07T09:58:38.960Z[ recovery-image] Feb 07 09:58:37.462 INFO O| Feb 07 09:58:37.462 INFO STEP 5 (remove_files) COMPLETE
41362025-02-07T09:58:38.960Z[ recovery-image] Feb 07 09:58:37.462 INFO O| Feb 07 09:58:37.462 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41372025-02-07T09:58:38.977Z[ recovery-image] Feb 07 09:58:37.481 INFO O| Feb 07 09:58:37.481 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41382025-02-07T09:58:38.996Z[ recovery-image] Feb 07 09:58:37.501 INFO O| Feb 07 09:58:37.501 INFO STEP 6 (remove_files) COMPLETE
41392025-02-07T09:58:38.996Z[ recovery-image] Feb 07 09:58:37.501 INFO O| Feb 07 09:58:37.501 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41402025-02-07T09:58:38.999Z[ recovery-image] Feb 07 09:58:37.501 INFO O| Feb 07 09:58:37.501 INFO skip step because feature "recovery" is enabled
41412025-02-07T09:58:38.999Z[ recovery-image] Feb 07 09:58:37.501 INFO O| Feb 07 09:58:37.501 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41422025-02-07T09:58:38.999Z[ recovery-image] Feb 07 09:58:37.501 INFO O| Feb 07 09:58:37.501 INFO skip step because feature "recovery" is enabled
41432025-02-07T09:58:38.999Z[ recovery-image] Feb 07 09:58:37.501 INFO O| Feb 07 09:58:37.501 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41442025-02-07T09:58:38.999Z[ recovery-image] Feb 07 09:58:37.501 INFO O| Feb 07 09:58:37.501 INFO skip step because feature "recovery" is enabled
41452025-02-07T09:58:38.999Z[ recovery-image] Feb 07 09:58:37.501 INFO O| Feb 07 09:58:37.501 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41462025-02-07T09:58:39.053Z[ recovery-image] Feb 07 09:58:37.557 INFO O| Feb 07 09:58:37.557 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41472025-02-07T09:58:39.060Z[ recovery-image] Feb 07 09:58:37.563 INFO O| Feb 07 09:58:37.563 INFO STEP 10 (remove_files) COMPLETE
41482025-02-07T09:58:39.060Z[ recovery-image] Feb 07 09:58:37.563 INFO O| Feb 07 09:58:37.563 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41492025-02-07T09:58:39.078Z[ recovery-image] Feb 07 09:58:37.582 INFO O| Feb 07 09:58:37.582 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41502025-02-07T09:58:39.085Z[ recovery-image] Feb 07 09:58:37.584 INFO O| Feb 07 09:58:37.584 INFO STEP 11 (remove_files) COMPLETE
41512025-02-07T09:58:39.085Z[ recovery-image] Feb 07 09:58:37.584 INFO O| Feb 07 09:58:37.584 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41522025-02-07T09:58:39.097Z[ recovery-image] Feb 07 09:58:37.602 INFO O| Feb 07 09:58:37.602 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41532025-02-07T09:58:39.100Z[ recovery-image] Feb 07 09:58:37.604 INFO O| Feb 07 09:58:37.604 INFO STEP 12 (remove_files) COMPLETE
41542025-02-07T09:58:39.100Z[ recovery-image] Feb 07 09:58:37.604 INFO O| Feb 07 09:58:37.604 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41552025-02-07T09:58:39.291Z[ host-image] Feb 07 09:58:37.795 INFO O| Feb 07 09:58:37.795 INFO O| Planning: Solver setup ... Done
41562025-02-07T09:58:39.299Z[ host-image] Feb 07 09:58:37.803 INFO O| Feb 07 09:58:37.803 INFO O| Planning: Running solver ... Done
41572025-02-07T09:58:39.327Z[ recovery-image] Feb 07 09:58:37.831 INFO O| Feb 07 09:58:37.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41582025-02-07T09:58:39.391Z[ host-image] Feb 07 09:58:37.895 INFO O| Feb 07 09:58:37.895 INFO O| Planning: Finding local manifests ... Done
41592025-02-07T09:58:39.394Z[ host-image] Feb 07 09:58:37.897 INFO O| Feb 07 09:58:37.897 INFO O| Planning: Fetching manifests: 0/6 0% complete
41602025-02-07T09:58:39.411Z[ recovery-image] Feb 07 09:58:37.915 INFO O| Feb 07 09:58:37.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41612025-02-07T09:58:39.418Z[ recovery-image] Feb 07 09:58:37.923 INFO O| Feb 07 09:58:37.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41622025-02-07T09:58:39.421Z[ recovery-image] Feb 07 09:58:37.923 INFO O| Feb 07 09:58:37.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41632025-02-07T09:58:39.573Z[ recovery-image] Feb 07 09:58:38.077 INFO O| Feb 07 09:58:38.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41642025-02-07T09:58:39.595Z[ recovery-image] Feb 07 09:58:38.099 INFO O| Feb 07 09:58:38.099 INFO STEP 13 (remove_files) COMPLETE
41652025-02-07T09:58:39.595Z[ recovery-image] Feb 07 09:58:38.099 INFO O| Feb 07 09:58:38.099 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662025-02-07T09:58:39.618Z[ recovery-image] Feb 07 09:58:38.121 INFO O| Feb 07 09:58:38.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41672025-02-07T09:58:39.621Z[ recovery-image] Feb 07 09:58:38.124 INFO O| Feb 07 09:58:38.124 INFO STEP 14 (remove_files) COMPLETE
41682025-02-07T09:58:39.621Z[ recovery-image] Feb 07 09:58:38.124 INFO O| Feb 07 09:58:38.124 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692025-02-07T09:58:39.642Z[ recovery-image] Feb 07 09:58:38.146 INFO O| Feb 07 09:58:38.146 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41702025-02-07T09:58:39.653Z[ recovery-image] Feb 07 09:58:38.157 INFO O| Feb 07 09:58:38.157 INFO STEP 15 (remove_files) COMPLETE
41712025-02-07T09:58:39.653Z[ recovery-image] Feb 07 09:58:38.157 INFO O| Feb 07 09:58:38.157 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722025-02-07T09:58:39.708Z[ recovery-image] Feb 07 09:58:38.212 INFO O| Feb 07 09:58:38.212 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41732025-02-07T09:58:39.711Z[ recovery-image] Feb 07 09:58:38.213 INFO O| Feb 07 09:58:38.213 INFO STEP 16 (remove_files) COMPLETE
41742025-02-07T09:58:39.711Z[ recovery-image] Feb 07 09:58:38.213 INFO O| Feb 07 09:58:38.213 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752025-02-07T09:58:39.729Z[ recovery-image] Feb 07 09:58:38.233 INFO O| Feb 07 09:58:38.233 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41762025-02-07T09:58:39.732Z[ recovery-image] Feb 07 09:58:38.236 INFO O| Feb 07 09:58:38.235 INFO STEP 17 (remove_files) COMPLETE
41772025-02-07T09:58:39.732Z[ recovery-image] Feb 07 09:58:38.236 INFO O| Feb 07 09:58:38.236 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782025-02-07T09:58:39.751Z[ recovery-image] Feb 07 09:58:38.255 INFO O| Feb 07 09:58:38.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41792025-02-07T09:58:39.751Z[ recovery-image] Feb 07 09:58:38.255 INFO O| Feb 07 09:58:38.255 INFO STEP 18 (remove_files) COMPLETE
41802025-02-07T09:58:39.754Z[ recovery-image] Feb 07 09:58:38.255 INFO O| Feb 07 09:58:38.255 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812025-02-07T09:58:39.771Z[ recovery-image] Feb 07 09:58:38.275 INFO O| Feb 07 09:58:38.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41822025-02-07T09:58:39.771Z[ recovery-image] Feb 07 09:58:38.275 INFO O| Feb 07 09:58:38.275 INFO STEP 19 (remove_files) COMPLETE
41832025-02-07T09:58:39.771Z[ recovery-image] Feb 07 09:58:38.275 INFO O| Feb 07 09:58:38.275 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842025-02-07T09:58:39.791Z[ recovery-image] Feb 07 09:58:38.295 INFO O| Feb 07 09:58:38.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41852025-02-07T09:58:39.791Z[ recovery-image] Feb 07 09:58:38.295 INFO O| Feb 07 09:58:38.295 INFO STEP 20 (remove_files) COMPLETE
41862025-02-07T09:58:39.794Z[ recovery-image] Feb 07 09:58:38.295 INFO O| Feb 07 09:58:38.295 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872025-02-07T09:58:39.810Z[ recovery-image] Feb 07 09:58:38.315 INFO O| Feb 07 09:58:38.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41882025-02-07T09:58:39.810Z[ recovery-image] Feb 07 09:58:38.315 INFO O| Feb 07 09:58:38.315 INFO STEP 21 (remove_files) COMPLETE
41892025-02-07T09:58:39.810Z[ recovery-image] Feb 07 09:58:38.315 INFO O| Feb 07 09:58:38.315 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902025-02-07T09:58:39.830Z[ recovery-image] Feb 07 09:58:38.334 INFO O| Feb 07 09:58:38.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41912025-02-07T09:58:39.830Z[ recovery-image] Feb 07 09:58:38.334 INFO O| Feb 07 09:58:38.334 INFO STEP 22 (remove_files) COMPLETE
41922025-02-07T09:58:39.830Z[ recovery-image] Feb 07 09:58:38.334 INFO O| Feb 07 09:58:38.334 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932025-02-07T09:58:39.842Z[ host-image] Feb 07 09:58:38.346 INFO O| Feb 07 09:58:38.346 INFO O| Planning: Fetching manifests: 6/6 100% complete
41942025-02-07T09:58:39.850Z[ recovery-image] Feb 07 09:58:38.354 INFO O| Feb 07 09:58:38.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41952025-02-07T09:58:39.850Z[ recovery-image] Feb 07 09:58:38.354 INFO O| Feb 07 09:58:38.354 INFO STEP 23 (remove_files) COMPLETE
41962025-02-07T09:58:39.852Z[ recovery-image] Feb 07 09:58:38.354 INFO O| Feb 07 09:58:38.354 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41972025-02-07T09:58:39.870Z[ recovery-image] Feb 07 09:58:38.374 INFO O| Feb 07 09:58:38.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41982025-02-07T09:58:39.870Z[ recovery-image] Feb 07 09:58:38.374 INFO O| Feb 07 09:58:38.374 INFO STEP 24 (remove_files) COMPLETE
41992025-02-07T09:58:39.873Z[ recovery-image] Feb 07 09:58:38.374 INFO O| Feb 07 09:58:38.374 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42002025-02-07T09:58:39.891Z[ recovery-image] Feb 07 09:58:38.394 INFO O| Feb 07 09:58:38.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
42012025-02-07T09:58:39.891Z[ recovery-image] Feb 07 09:58:38.395 INFO O| Feb 07 09:58:38.394 INFO STEP 25 (remove_files) COMPLETE
42022025-02-07T09:58:39.891Z[ recovery-image] Feb 07 09:58:38.395 INFO O| Feb 07 09:58:38.395 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42032025-02-07T09:58:39.911Z[ recovery-image] Feb 07 09:58:38.415 INFO O| Feb 07 09:58:38.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
42042025-02-07T09:58:39.911Z[ recovery-image] Feb 07 09:58:38.415 INFO O| Feb 07 09:58:38.415 INFO STEP 26 (remove_files) COMPLETE
42052025-02-07T09:58:39.913Z[ recovery-image] Feb 07 09:58:38.415 INFO O| Feb 07 09:58:38.415 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42062025-02-07T09:58:39.924Z[ host-image] Feb 07 09:58:38.428 INFO O| Feb 07 09:58:38.428 INFO O| Planning: Package planning ... Done
42072025-02-07T09:58:39.932Z[ recovery-image] Feb 07 09:58:38.436 INFO O| Feb 07 09:58:38.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
42082025-02-07T09:58:39.932Z[ recovery-image] Feb 07 09:58:38.437 INFO O| Feb 07 09:58:38.437 INFO STEP 27 (remove_files) COMPLETE
42092025-02-07T09:58:39.935Z[ recovery-image] Feb 07 09:58:38.437 INFO O| Feb 07 09:58:38.437 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42102025-02-07T09:58:39.953Z[ recovery-image] Feb 07 09:58:38.457 INFO O| Feb 07 09:58:38.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
42112025-02-07T09:58:39.953Z[ recovery-image] Feb 07 09:58:38.457 INFO O| Feb 07 09:58:38.457 INFO STEP 28 (remove_files) COMPLETE
42122025-02-07T09:58:39.955Z[ recovery-image] Feb 07 09:58:38.457 INFO O| Feb 07 09:58:38.457 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42132025-02-07T09:58:39.973Z[ recovery-image] Feb 07 09:58:38.477 INFO O| Feb 07 09:58:38.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
42142025-02-07T09:58:39.973Z[ recovery-image] Feb 07 09:58:38.477 INFO O| Feb 07 09:58:38.477 INFO STEP 29 (remove_files) COMPLETE
42152025-02-07T09:58:39.973Z[ recovery-image] Feb 07 09:58:38.477 INFO O| Feb 07 09:58:38.477 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42162025-02-07T09:58:39.988Z[ host-image] Feb 07 09:58:38.492 INFO O| Feb 07 09:58:38.492 INFO O| Planning: Merging actions ... Done
42172025-02-07T09:58:39.993Z[ recovery-image] Feb 07 09:58:38.497 INFO O| Feb 07 09:58:38.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
42182025-02-07T09:58:39.993Z[ recovery-image] Feb 07 09:58:38.497 INFO O| Feb 07 09:58:38.497 INFO STEP 30 (remove_files) COMPLETE
42192025-02-07T09:58:39.996Z[ recovery-image] Feb 07 09:58:38.497 INFO O| Feb 07 09:58:38.497 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202025-02-07T09:58:40.014Z[ recovery-image] Feb 07 09:58:38.518 INFO O| Feb 07 09:58:38.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
42212025-02-07T09:58:40.014Z[ recovery-image] Feb 07 09:58:38.518 INFO O| Feb 07 09:58:38.518 INFO STEP 31 (remove_files) COMPLETE
42222025-02-07T09:58:40.017Z[ recovery-image] Feb 07 09:58:38.518 INFO O| Feb 07 09:58:38.518 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232025-02-07T09:58:40.035Z[ recovery-image] Feb 07 09:58:38.539 INFO O| Feb 07 09:58:38.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42242025-02-07T09:58:40.035Z[ recovery-image] Feb 07 09:58:38.539 INFO O| Feb 07 09:58:38.539 INFO STEP 32 (remove_files) COMPLETE
42252025-02-07T09:58:40.035Z[ recovery-image] Feb 07 09:58:38.539 INFO O| Feb 07 09:58:38.539 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262025-02-07T09:58:40.067Z[ recovery-image] Feb 07 09:58:38.571 INFO O| Feb 07 09:58:38.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42272025-02-07T09:58:40.067Z[ recovery-image] Feb 07 09:58:38.571 INFO O| Feb 07 09:58:38.571 INFO STEP 33 (remove_files) COMPLETE
42282025-02-07T09:58:40.070Z[ recovery-image] Feb 07 09:58:38.571 INFO O| Feb 07 09:58:38.571 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292025-02-07T09:58:40.105Z[ recovery-image] Feb 07 09:58:38.608 INFO O| Feb 07 09:58:38.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42302025-02-07T09:58:40.105Z[ recovery-image] Feb 07 09:58:38.609 INFO O| Feb 07 09:58:38.609 INFO STEP 34 (remove_files) COMPLETE
42312025-02-07T09:58:40.107Z[ recovery-image] Feb 07 09:58:38.609 INFO O| Feb 07 09:58:38.609 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322025-02-07T09:58:40.124Z[ recovery-image] Feb 07 09:58:38.628 INFO O| Feb 07 09:58:38.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42332025-02-07T09:58:40.124Z[ recovery-image] Feb 07 09:58:38.628 INFO O| Feb 07 09:58:38.628 INFO STEP 35 (remove_files) COMPLETE
42342025-02-07T09:58:40.127Z[ recovery-image] Feb 07 09:58:38.628 INFO O| Feb 07 09:58:38.628 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352025-02-07T09:58:40.157Z[ host-image] Feb 07 09:58:38.661 INFO O| Feb 07 09:58:38.661 INFO O| Planning: Checking for conflicting actions ... Done
42362025-02-07T09:58:40.165Z[ host-image] Feb 07 09:58:38.669 INFO O| Feb 07 09:58:38.669 INFO O| Planning: Consolidating action changes ... Done
42372025-02-07T09:58:40.168Z[ recovery-image] Feb 07 09:58:38.671 INFO O| Feb 07 09:58:38.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42382025-02-07T09:58:40.168Z[ recovery-image] Feb 07 09:58:38.672 INFO O| Feb 07 09:58:38.672 INFO STEP 36 (remove_files) COMPLETE
42392025-02-07T09:58:40.168Z[ recovery-image] Feb 07 09:58:38.672 INFO O| Feb 07 09:58:38.672 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42402025-02-07T09:58:40.188Z[ recovery-image] Feb 07 09:58:38.692 INFO O| Feb 07 09:58:38.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42412025-02-07T09:58:40.188Z[ recovery-image] Feb 07 09:58:38.692 INFO O| Feb 07 09:58:38.692 INFO STEP 37 (remove_files) COMPLETE
42422025-02-07T09:58:40.188Z[ recovery-image] Feb 07 09:58:38.692 INFO O| Feb 07 09:58:38.692 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42432025-02-07T09:58:40.209Z[ recovery-image] Feb 07 09:58:38.713 INFO O| Feb 07 09:58:38.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42442025-02-07T09:58:40.209Z[ recovery-image] Feb 07 09:58:38.713 INFO O| Feb 07 09:58:38.713 INFO STEP 38 (remove_files) COMPLETE
42452025-02-07T09:58:40.209Z[ recovery-image] Feb 07 09:58:38.714 INFO O| Feb 07 09:58:38.713 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42462025-02-07T09:58:40.245Z[ recovery-image] Feb 07 09:58:38.749 INFO O| Feb 07 09:58:38.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42472025-02-07T09:58:40.245Z[ recovery-image] Feb 07 09:58:38.749 INFO O| Feb 07 09:58:38.749 INFO STEP 39 (remove_files) COMPLETE
42482025-02-07T09:58:40.248Z[ recovery-image] Feb 07 09:58:38.749 INFO O| Feb 07 09:58:38.749 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42492025-02-07T09:58:40.323Z[ recovery-image] Feb 07 09:58:38.826 INFO O| Feb 07 09:58:38.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42502025-02-07T09:58:40.323Z[ recovery-image] Feb 07 09:58:38.826 INFO O| Feb 07 09:58:38.826 INFO STEP 40 (remove_files) COMPLETE
42512025-02-07T09:58:40.323Z[ recovery-image] Feb 07 09:58:38.826 INFO O| Feb 07 09:58:38.826 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42522025-02-07T09:58:40.358Z[ recovery-image] Feb 07 09:58:38.862 INFO O| Feb 07 09:58:38.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42532025-02-07T09:58:40.358Z[ recovery-image] Feb 07 09:58:38.862 INFO O| Feb 07 09:58:38.862 INFO STEP 41 (remove_files) COMPLETE
42542025-02-07T09:58:40.358Z[ recovery-image] Feb 07 09:58:38.863 INFO O| Feb 07 09:58:38.862 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42552025-02-07T09:58:40.386Z[ recovery-image] Feb 07 09:58:38.890 INFO O| Feb 07 09:58:38.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42562025-02-07T09:58:40.386Z[ recovery-image] Feb 07 09:58:38.890 INFO O| Feb 07 09:58:38.890 INFO STEP 42 (remove_files) COMPLETE
42572025-02-07T09:58:40.389Z[ recovery-image] Feb 07 09:58:38.890 INFO O| Feb 07 09:58:38.890 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42582025-02-07T09:58:40.407Z[ recovery-image] Feb 07 09:58:38.911 INFO O| Feb 07 09:58:38.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42592025-02-07T09:58:40.407Z[ recovery-image] Feb 07 09:58:38.911 INFO O| Feb 07 09:58:38.911 INFO STEP 43 (remove_files) COMPLETE
42602025-02-07T09:58:40.407Z[ recovery-image] Feb 07 09:58:38.911 INFO O| Feb 07 09:58:38.911 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42612025-02-07T09:58:40.427Z[ recovery-image] Feb 07 09:58:38.931 INFO O| Feb 07 09:58:38.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42622025-02-07T09:58:40.427Z[ recovery-image] Feb 07 09:58:38.931 INFO O| Feb 07 09:58:38.931 INFO STEP 44 (remove_files) COMPLETE
42632025-02-07T09:58:40.429Z[ recovery-image] Feb 07 09:58:38.931 INFO O| Feb 07 09:58:38.931 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42642025-02-07T09:58:40.446Z[ recovery-image] Feb 07 09:58:38.950 INFO O| Feb 07 09:58:38.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42652025-02-07T09:58:40.446Z[ recovery-image] Feb 07 09:58:38.950 INFO O| Feb 07 09:58:38.950 INFO STEP 45 (remove_files) COMPLETE
42662025-02-07T09:58:40.446Z[ recovery-image] Feb 07 09:58:38.950 INFO O| Feb 07 09:58:38.950 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42672025-02-07T09:58:40.476Z[ recovery-image] Feb 07 09:58:38.980 INFO O| Feb 07 09:58:38.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42682025-02-07T09:58:40.476Z[ recovery-image] Feb 07 09:58:38.980 INFO O| Feb 07 09:58:38.980 INFO STEP 46 (remove_files) COMPLETE
42692025-02-07T09:58:40.476Z[ recovery-image] Feb 07 09:58:38.980 INFO O| Feb 07 09:58:38.980 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42702025-02-07T09:58:40.497Z[ recovery-image] Feb 07 09:58:39.000 INFO O| Feb 07 09:58:39.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42712025-02-07T09:58:40.497Z[ recovery-image] Feb 07 09:58:39.001 INFO O| Feb 07 09:58:39.001 INFO STEP 47 (remove_files) COMPLETE
42722025-02-07T09:58:40.499Z[ recovery-image] Feb 07 09:58:39.001 INFO O| Feb 07 09:58:39.001 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42732025-02-07T09:58:40.532Z[ recovery-image] Feb 07 09:58:39.036 INFO O| Feb 07 09:58:39.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42742025-02-07T09:58:40.532Z[ recovery-image] Feb 07 09:58:39.036 INFO O| Feb 07 09:58:39.036 INFO STEP 48 (remove_files) COMPLETE
42752025-02-07T09:58:40.532Z[ recovery-image] Feb 07 09:58:39.036 INFO O| Feb 07 09:58:39.036 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42762025-02-07T09:58:40.552Z[ recovery-image] Feb 07 09:58:39.056 INFO O| Feb 07 09:58:39.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42772025-02-07T09:58:40.552Z[ recovery-image] Feb 07 09:58:39.056 INFO O| Feb 07 09:58:39.056 INFO STEP 49 (remove_files) COMPLETE
42782025-02-07T09:58:40.554Z[ recovery-image] Feb 07 09:58:39.056 INFO O| Feb 07 09:58:39.056 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42792025-02-07T09:58:40.561Z[ host-image] Feb 07 09:58:39.065 INFO O| Feb 07 09:58:39.065 INFO O| Planning: Evaluating mediators ... Done
42802025-02-07T09:58:40.567Z[ host-image] Feb 07 09:58:39.072 INFO O| Feb 07 09:58:39.071 INFO O| Planning: Planning completed in 5.56 seconds
42812025-02-07T09:58:40.574Z[ host-image] Feb 07 09:58:39.078 INFO O| Feb 07 09:58:39.078 INFO O| Packages to install: 6
42822025-02-07T09:58:40.574Z[ host-image] Feb 07 09:58:39.078 INFO O| Feb 07 09:58:39.078 INFO O| Mediators to change: 1
42832025-02-07T09:58:40.576Z[ host-image] Feb 07 09:58:39.078 INFO O| Feb 07 09:58:39.078 INFO O| Services to change: 1
42842025-02-07T09:58:40.598Z[ host-image] Feb 07 09:58:39.102 INFO O| Feb 07 09:58:39.102 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
42852025-02-07T09:58:40.606Z[ recovery-image] Feb 07 09:58:39.110 INFO O| Feb 07 09:58:39.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42862025-02-07T09:58:40.606Z[ recovery-image] Feb 07 09:58:39.110 INFO O| Feb 07 09:58:39.105 INFO STEP 50 (remove_files) COMPLETE
42872025-02-07T09:58:40.608Z[ recovery-image] Feb 07 09:58:39.110 INFO O| Feb 07 09:58:39.105 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42882025-02-07T09:58:40.630Z[ recovery-image] Feb 07 09:58:39.134 INFO O| Feb 07 09:58:39.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42892025-02-07T09:58:40.630Z[ recovery-image] Feb 07 09:58:39.134 INFO O| Feb 07 09:58:39.134 INFO STEP 51 (remove_files) COMPLETE
42902025-02-07T09:58:40.632Z[ recovery-image] Feb 07 09:58:39.134 INFO O| Feb 07 09:58:39.134 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42912025-02-07T09:58:40.651Z[ recovery-image] Feb 07 09:58:39.155 INFO O| Feb 07 09:58:39.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42922025-02-07T09:58:40.651Z[ recovery-image] Feb 07 09:58:39.155 INFO O| Feb 07 09:58:39.155 INFO STEP 52 (remove_files) COMPLETE
42932025-02-07T09:58:40.654Z[ recovery-image] Feb 07 09:58:39.155 INFO O| Feb 07 09:58:39.155 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42942025-02-07T09:58:40.706Z[ recovery-image] Feb 07 09:58:39.210 INFO O| Feb 07 09:58:39.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42952025-02-07T09:58:40.709Z[ recovery-image] Feb 07 09:58:39.210 INFO O| Feb 07 09:58:39.210 INFO STEP 53 (remove_files) COMPLETE
42962025-02-07T09:58:40.709Z[ recovery-image] Feb 07 09:58:39.211 INFO O| Feb 07 09:58:39.210 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42972025-02-07T09:58:40.729Z[ recovery-image] Feb 07 09:58:39.233 INFO O| Feb 07 09:58:39.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42982025-02-07T09:58:40.731Z[ recovery-image] Feb 07 09:58:39.233 INFO O| Feb 07 09:58:39.233 INFO STEP 54 (remove_files) COMPLETE
42992025-02-07T09:58:40.731Z[ recovery-image] Feb 07 09:58:39.233 INFO O| Feb 07 09:58:39.233 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43002025-02-07T09:58:40.749Z[ recovery-image] Feb 07 09:58:39.253 INFO O| Feb 07 09:58:39.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
43012025-02-07T09:58:40.752Z[ recovery-image] Feb 07 09:58:39.253 INFO O| Feb 07 09:58:39.253 INFO STEP 55 (remove_files) COMPLETE
43022025-02-07T09:58:40.752Z[ recovery-image] Feb 07 09:58:39.254 INFO O| Feb 07 09:58:39.253 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43032025-02-07T09:58:40.769Z[ recovery-image] Feb 07 09:58:39.273 INFO O| Feb 07 09:58:39.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
43042025-02-07T09:58:40.772Z[ recovery-image] Feb 07 09:58:39.273 INFO O| Feb 07 09:58:39.273 INFO STEP 56 (remove_files) COMPLETE
43052025-02-07T09:58:40.772Z[ recovery-image] Feb 07 09:58:39.273 INFO O| Feb 07 09:58:39.273 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43062025-02-07T09:58:40.790Z[ recovery-image] Feb 07 09:58:39.294 INFO O| Feb 07 09:58:39.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
43072025-02-07T09:58:40.792Z[ recovery-image] Feb 07 09:58:39.294 INFO O| Feb 07 09:58:39.294 INFO STEP 57 (remove_files) COMPLETE
43082025-02-07T09:58:40.793Z[ recovery-image] Feb 07 09:58:39.294 INFO O| Feb 07 09:58:39.294 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43092025-02-07T09:58:40.812Z[ recovery-image] Feb 07 09:58:39.316 INFO O| Feb 07 09:58:39.315 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
43102025-02-07T09:58:40.815Z[ recovery-image] Feb 07 09:58:39.316 INFO O| Feb 07 09:58:39.316 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
43112025-02-07T09:58:40.815Z[ recovery-image] Feb 07 09:58:39.316 INFO O| Feb 07 09:58:39.316 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43122025-02-07T09:58:40.815Z[ recovery-image] Feb 07 09:58:39.316 INFO O| Feb 07 09:58:39.316 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43132025-02-07T09:58:40.815Z[ recovery-image] Feb 07 09:58:39.317 INFO O| Feb 07 09:58:39.316 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43142025-02-07T09:58:40.815Z[ recovery-image] Feb 07 09:58:39.317 INFO O| Feb 07 09:58:39.317 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
43152025-02-07T09:58:40.815Z[ recovery-image] Feb 07 09:58:39.317 INFO O| Feb 07 09:58:39.317 INFO ok!
43162025-02-07T09:58:40.815Z[ recovery-image] Feb 07 09:58:39.317 INFO O| Feb 07 09:58:39.317 INFO STEP 58 (ensure_file) COMPLETE
43172025-02-07T09:58:40.815Z[ recovery-image] Feb 07 09:58:39.317 INFO O| Feb 07 09:58:39.317 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43182025-02-07T09:58:40.855Z[ recovery-image] Feb 07 09:58:39.359 INFO O| Feb 07 09:58:39.359 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
43192025-02-07T09:58:40.858Z[ recovery-image] Feb 07 09:58:39.359 INFO O| Feb 07 09:58:39.359 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
43202025-02-07T09:58:40.858Z[ recovery-image] Feb 07 09:58:39.359 INFO O| Feb 07 09:58:39.359 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43212025-02-07T09:58:40.858Z[ recovery-image] Feb 07 09:58:39.360 INFO O| Feb 07 09:58:39.360 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43222025-02-07T09:58:40.858Z[ recovery-image] Feb 07 09:58:39.360 INFO O| Feb 07 09:58:39.360 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43232025-02-07T09:58:40.858Z[ recovery-image] Feb 07 09:58:39.360 INFO O| Feb 07 09:58:39.360 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
43242025-02-07T09:58:40.858Z[ recovery-image] Feb 07 09:58:39.360 INFO O| Feb 07 09:58:39.360 INFO ok!
43252025-02-07T09:58:40.858Z[ recovery-image] Feb 07 09:58:39.360 INFO O| Feb 07 09:58:39.360 INFO STEP 59 (ensure_file) COMPLETE
43262025-02-07T09:58:40.858Z[ recovery-image] Feb 07 09:58:39.360 INFO O| Feb 07 09:58:39.360 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43272025-02-07T09:58:40.880Z[ recovery-image] Feb 07 09:58:39.384 INFO O| Feb 07 09:58:39.384 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
43282025-02-07T09:58:40.883Z[ recovery-image] Feb 07 09:58:39.384 INFO O| Feb 07 09:58:39.384 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43292025-02-07T09:58:40.883Z[ recovery-image] Feb 07 09:58:39.384 INFO O| Feb 07 09:58:39.384 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43302025-02-07T09:58:40.883Z[ recovery-image] Feb 07 09:58:39.384 INFO O| Feb 07 09:58:39.384 INFO ok!
43312025-02-07T09:58:40.883Z[ recovery-image] Feb 07 09:58:39.384 INFO O| Feb 07 09:58:39.384 INFO STEP 60 (ensure_file) COMPLETE
43322025-02-07T09:58:40.883Z[ recovery-image] Feb 07 09:58:39.385 INFO O| Feb 07 09:58:39.385 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43332025-02-07T09:58:40.902Z[ recovery-image] Feb 07 09:58:39.406 INFO O| Feb 07 09:58:39.405 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43342025-02-07T09:58:40.902Z[ recovery-image] Feb 07 09:58:39.406 INFO O| Feb 07 09:58:39.406 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43352025-02-07T09:58:40.905Z[ recovery-image] Feb 07 09:58:39.406 INFO O| Feb 07 09:58:39.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43362025-02-07T09:58:40.905Z[ recovery-image] Feb 07 09:58:39.406 INFO O| Feb 07 09:58:39.406 INFO ok!
43372025-02-07T09:58:40.905Z[ recovery-image] Feb 07 09:58:39.406 INFO O| Feb 07 09:58:39.406 INFO STEP 61 (ensure_file) COMPLETE
43382025-02-07T09:58:40.905Z[ recovery-image] Feb 07 09:58:39.406 INFO O| Feb 07 09:58:39.406 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43392025-02-07T09:58:40.929Z[ recovery-image] Feb 07 09:58:39.433 INFO O| Feb 07 09:58:39.432 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43402025-02-07T09:58:40.932Z[ recovery-image] Feb 07 09:58:39.433 INFO O| Feb 07 09:58:39.433 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43412025-02-07T09:58:40.932Z[ recovery-image] Feb 07 09:58:39.433 INFO O| Feb 07 09:58:39.433 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43422025-02-07T09:58:40.932Z[ recovery-image] Feb 07 09:58:39.433 INFO O| Feb 07 09:58:39.433 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43432025-02-07T09:58:40.932Z[ recovery-image] Feb 07 09:58:39.433 INFO O| Feb 07 09:58:39.433 INFO ok!
43442025-02-07T09:58:40.932Z[ recovery-image] Feb 07 09:58:39.433 INFO O| Feb 07 09:58:39.433 INFO STEP 62 (ensure_file) COMPLETE
43452025-02-07T09:58:40.932Z[ recovery-image] Feb 07 09:58:39.433 INFO O| Feb 07 09:58:39.433 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43462025-02-07T09:58:40.952Z[ recovery-image] Feb 07 09:58:39.453 INFO O| Feb 07 09:58:39.453 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43472025-02-07T09:58:40.952Z[ recovery-image] Feb 07 09:58:39.454 INFO O| Feb 07 09:58:39.454 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43482025-02-07T09:58:40.954Z[ recovery-image] Feb 07 09:58:39.456 INFO O| Feb 07 09:58:39.456 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43492025-02-07T09:58:40.955Z[ recovery-image] Feb 07 09:58:39.456 INFO O| Feb 07 09:58:39.456 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43502025-02-07T09:58:40.955Z[ recovery-image] Feb 07 09:58:39.456 INFO O| Feb 07 09:58:39.456 INFO ok!
43512025-02-07T09:58:40.955Z[ recovery-image] Feb 07 09:58:39.456 INFO O| Feb 07 09:58:39.456 INFO STEP 63 (ensure_file) COMPLETE
43522025-02-07T09:58:40.955Z[ recovery-image] Feb 07 09:58:39.456 INFO O| Feb 07 09:58:39.456 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43532025-02-07T09:58:40.988Z[ recovery-image] Feb 07 09:58:39.492 INFO O| Feb 07 09:58:39.492 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43542025-02-07T09:58:40.989Z[ recovery-image] Feb 07 09:58:39.493 INFO O| Feb 07 09:58:39.492 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43552025-02-07T09:58:40.992Z[ recovery-image] Feb 07 09:58:39.493 INFO O| Feb 07 09:58:39.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43562025-02-07T09:58:40.992Z[ recovery-image] Feb 07 09:58:39.493 INFO O| Feb 07 09:58:39.493 INFO ok!
43572025-02-07T09:58:40.992Z[ recovery-image] Feb 07 09:58:39.493 INFO O| Feb 07 09:58:39.493 INFO STEP 64 (assemble_files) COMPLETE
43582025-02-07T09:58:40.992Z[ recovery-image] Feb 07 09:58:39.493 INFO O| Feb 07 09:58:39.493 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43592025-02-07T09:58:41.010Z[ recovery-image] Feb 07 09:58:39.514 INFO O| Feb 07 09:58:39.514 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43602025-02-07T09:58:41.010Z[ recovery-image] Feb 07 09:58:39.514 INFO O| Feb 07 09:58:39.514 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43612025-02-07T09:58:41.033Z[ recovery-image] Feb 07 09:58:39.537 INFO O| Feb 07 09:58:39.537 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43622025-02-07T09:58:41.033Z[ recovery-image] Feb 07 09:58:39.537 INFO O| Feb 07 09:58:39.537 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43632025-02-07T09:58:41.036Z[ recovery-image] Feb 07 09:58:39.537 INFO O| Feb 07 09:58:39.537 INFO ok!
43642025-02-07T09:58:41.036Z[ recovery-image] Feb 07 09:58:39.537 INFO O| Feb 07 09:58:39.537 INFO STEP 65 (ensure_file) COMPLETE
43652025-02-07T09:58:41.036Z[ recovery-image] Feb 07 09:58:39.537 INFO O| Feb 07 09:58:39.537 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43662025-02-07T09:58:41.036Z[ recovery-image] Feb 07 09:58:39.537 INFO O| Feb 07 09:58:39.537 INFO skip step because feature "omicron1" is not enabled
43672025-02-07T09:58:41.036Z[ recovery-image] Feb 07 09:58:39.537 INFO O| Feb 07 09:58:39.537 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43682025-02-07T09:58:41.036Z[ recovery-image] Feb 07 09:58:39.538 INFO O| Feb 07 09:58:39.537 INFO skip step because feature "omicron1" is not enabled
43692025-02-07T09:58:41.036Z[ recovery-image] Feb 07 09:58:39.538 INFO O| Feb 07 09:58:39.538 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43702025-02-07T09:58:41.036Z[ recovery-image] Feb 07 09:58:39.538 INFO O| Feb 07 09:58:39.538 INFO skip step because feature "omicron1" is not enabled
43712025-02-07T09:58:41.036Z[ recovery-image] Feb 07 09:58:39.538 INFO O| Feb 07 09:58:39.538 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43722025-02-07T09:58:41.065Z[ recovery-image] Feb 07 09:58:39.569 INFO O| Feb 07 09:58:39.569 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43732025-02-07T09:58:41.065Z[ recovery-image] Feb 07 09:58:39.569 INFO O| Feb 07 09:58:39.569 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43742025-02-07T09:58:43.948Z[ recovery-image] Feb 07 09:58:42.450 INFO O| Feb 07 09:58:42.449 INFO STEP 69 (pack_tar) COMPLETE
43752025-02-07T09:58:43.948Z[ recovery-image] Feb 07 09:58:42.450 INFO O| Feb 07 09:58:42.450 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43762025-02-07T09:58:43.951Z[ recovery-image] Feb 07 09:58:42.450 INFO O| Feb 07 09:58:42.450 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43772025-02-07T09:58:44.164Z[ recovery-image] Feb 07 09:58:42.667 INFO O| Feb 07 09:58:42.667 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43782025-02-07T09:58:44.305Z[ recovery-image] Feb 07 09:58:42.809 INFO O| Feb 07 09:58:42.809 INFO completed processing gimlet/ramdisk-02-trim
43792025-02-07T09:58:44.309Z[ recovery-image] Feb 07 09:58:42.812 INFO image builder template: ramdisk-03-recovery-trim...
43802025-02-07T09:58:44.311Z[ recovery-image] Feb 07 09:58:42.812 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/.tmpJnVQrH/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
43812025-02-07T09:58:44.512Z[ recovery-image] Feb 07 09:58:43.016 INFO O| Feb 07 09:58:43.015 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43822025-02-07T09:58:44.521Z[ recovery-image] Feb 07 09:58:43.024 INFO O| Feb 07 09:58:43.024 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43832025-02-07T09:58:44.624Z[ recovery-image] Feb 07 09:58:43.127 INFO O| Feb 07 09:58:43.127 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43842025-02-07T09:58:44.690Z[ recovery-image] Feb 07 09:58:43.193 INFO O| Feb 07 09:58:43.193 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43852025-02-07T09:58:44.693Z[ recovery-image] Feb 07 09:58:43.194 INFO O| Feb 07 09:58:43.193 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43862025-02-07T09:58:44.705Z[ recovery-image] Feb 07 09:58:43.208 INFO O| Feb 07 09:58:43.208 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43872025-02-07T09:58:44.713Z[ recovery-image] Feb 07 09:58:43.216 INFO O| Feb 07 09:58:43.216 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43882025-02-07T09:58:44.745Z[ recovery-image] Feb 07 09:58:43.248 INFO O| Feb 07 09:58:43.248 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43892025-02-07T09:58:45.259Z[ recovery-image] Feb 07 09:58:43.762 INFO O| Feb 07 09:58:43.762 INFO rolled back to input snapshot; work may begin
43902025-02-07T09:58:45.259Z[ recovery-image] Feb 07 09:58:43.762 INFO O| Feb 07 09:58:43.762 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43912025-02-07T09:58:45.268Z[ recovery-image] Feb 07 09:58:43.771 INFO O| Feb 07 09:58:43.771 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922025-02-07T09:58:45.287Z[ recovery-image] Feb 07 09:58:43.790 INFO O| Feb 07 09:58:43.790 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43932025-02-07T09:58:45.301Z[ recovery-image] Feb 07 09:58:43.804 INFO O| Feb 07 09:58:43.804 INFO STEP 0 (remove_files) COMPLETE
43942025-02-07T09:58:45.301Z[ recovery-image] Feb 07 09:58:43.804 INFO O| Feb 07 09:58:43.804 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952025-02-07T09:58:45.321Z[ recovery-image] Feb 07 09:58:43.823 INFO O| Feb 07 09:58:43.823 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43962025-02-07T09:58:45.559Z[ recovery-image] Feb 07 09:58:44.063 INFO O| Feb 07 09:58:44.063 INFO STEP 1 (remove_files) COMPLETE
43972025-02-07T09:58:45.560Z[ recovery-image] Feb 07 09:58:44.063 INFO O| Feb 07 09:58:44.063 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982025-02-07T09:58:45.599Z[ host-image] Feb 07 09:58:44.102 INFO O| Feb 07 09:58:44.102 INFO O| Download: 988/1140 items 3.4/8.4MB 40% complete (698k/s)
43992025-02-07T09:58:45.618Z[ recovery-image] Feb 07 09:58:44.121 INFO O| Feb 07 09:58:44.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
44002025-02-07T09:58:45.621Z[ recovery-image] Feb 07 09:58:44.125 INFO O| Feb 07 09:58:44.125 INFO STEP 2 (remove_files) COMPLETE
44012025-02-07T09:58:45.621Z[ recovery-image] Feb 07 09:58:44.125 INFO O| Feb 07 09:58:44.125 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022025-02-07T09:58:45.641Z[ recovery-image] Feb 07 09:58:44.145 INFO O| Feb 07 09:58:44.145 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
44032025-02-07T09:58:45.736Z[ recovery-image] Feb 07 09:58:44.239 INFO O| Feb 07 09:58:44.239 INFO STEP 3 (remove_files) COMPLETE
44042025-02-07T09:58:45.736Z[ recovery-image] Feb 07 09:58:44.239 INFO O| Feb 07 09:58:44.239 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052025-02-07T09:58:45.768Z[ recovery-image] Feb 07 09:58:44.271 INFO O| Feb 07 09:58:44.271 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
44062025-02-07T09:58:46.131Z[ recovery-image] Feb 07 09:58:44.634 INFO O| Feb 07 09:58:44.634 INFO STEP 4 (remove_files) COMPLETE
44072025-02-07T09:58:46.131Z[ recovery-image] Feb 07 09:58:44.634 INFO O| Feb 07 09:58:44.634 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082025-02-07T09:58:46.168Z[ recovery-image] Feb 07 09:58:44.672 INFO O| Feb 07 09:58:44.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
44092025-02-07T09:58:46.227Z[ recovery-image] Feb 07 09:58:44.730 INFO O| Feb 07 09:58:44.730 INFO STEP 5 (remove_files) COMPLETE
44102025-02-07T09:58:46.227Z[ recovery-image] Feb 07 09:58:44.730 INFO O| Feb 07 09:58:44.730 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112025-02-07T09:58:46.247Z[ recovery-image] Feb 07 09:58:44.750 INFO O| Feb 07 09:58:44.750 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
44122025-02-07T09:58:46.250Z[ recovery-image] Feb 07 09:58:44.752 INFO O| Feb 07 09:58:44.752 INFO STEP 6 (remove_files) COMPLETE
44132025-02-07T09:58:46.250Z[ recovery-image] Feb 07 09:58:44.752 INFO O| Feb 07 09:58:44.752 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142025-02-07T09:58:46.390Z[ recovery-image] Feb 07 09:58:44.893 INFO O| Feb 07 09:58:44.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
44152025-02-07T09:58:46.561Z[ recovery-image] Feb 07 09:58:45.064 INFO O| Feb 07 09:58:45.064 INFO STEP 7 (remove_files) COMPLETE
44162025-02-07T09:58:46.561Z[ recovery-image] Feb 07 09:58:45.064 INFO O| Feb 07 09:58:45.064 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172025-02-07T09:58:46.571Z[ host-image] Feb 07 09:58:45.074 INFO O| Feb 07 09:58:45.074 INFO O| Download: Completed 8.42 MB in 5.97 seconds (1.4M/s)
44182025-02-07T09:58:46.618Z[ recovery-image] Feb 07 09:58:45.121 INFO O| Feb 07 09:58:45.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
44192025-02-07T09:58:46.621Z[ recovery-image] Feb 07 09:58:45.122 INFO O| Feb 07 09:58:45.122 INFO STEP 8 (remove_files) COMPLETE
44202025-02-07T09:58:46.621Z[ recovery-image] Feb 07 09:58:45.122 INFO O| Feb 07 09:58:45.122 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212025-02-07T09:58:46.645Z[ recovery-image] Feb 07 09:58:45.148 INFO O| Feb 07 09:58:45.148 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
44222025-02-07T09:58:46.648Z[ recovery-image] Feb 07 09:58:45.150 INFO O| Feb 07 09:58:45.150 INFO STEP 9 (remove_files) COMPLETE
44232025-02-07T09:58:46.648Z[ recovery-image] Feb 07 09:58:45.150 INFO O| Feb 07 09:58:45.150 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242025-02-07T09:58:46.672Z[ recovery-image] Feb 07 09:58:45.176 INFO O| Feb 07 09:58:45.176 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
44252025-02-07T09:58:46.695Z[ host-image] Feb 07 09:58:45.198 INFO O| Feb 07 09:58:45.198 INFO O| Actions: 1/1361 actions (Installing new actions)
44262025-02-07T09:58:47.346Z[ host-image] Feb 07 09:58:45.849 INFO O| Feb 07 09:58:45.849 INFO O| Actions: Completed 1361 actions in 0.65 seconds.
44272025-02-07T09:58:47.612Z[ recovery-image] Feb 07 09:58:46.115 INFO O| Feb 07 09:58:46.115 INFO STEP 10 (remove_files) COMPLETE
44282025-02-07T09:58:47.615Z[ recovery-image] Feb 07 09:58:46.115 INFO O| Feb 07 09:58:46.115 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292025-02-07T09:58:47.653Z[ recovery-image] Feb 07 09:58:46.156 INFO O| Feb 07 09:58:46.156 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44302025-02-07T09:58:47.656Z[ recovery-image] Feb 07 09:58:46.159 INFO O| Feb 07 09:58:46.159 INFO STEP 11 (remove_files) COMPLETE
44312025-02-07T09:58:47.656Z[ recovery-image] Feb 07 09:58:46.159 INFO O| Feb 07 09:58:46.159 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322025-02-07T09:58:47.699Z[ recovery-image] Feb 07 09:58:46.202 INFO O| Feb 07 09:58:46.202 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44332025-02-07T09:58:47.703Z[ recovery-image] Feb 07 09:58:46.206 INFO O| Feb 07 09:58:46.206 INFO STEP 12 (remove_files) COMPLETE
44342025-02-07T09:58:47.703Z[ recovery-image] Feb 07 09:58:46.206 INFO O| Feb 07 09:58:46.206 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352025-02-07T09:58:47.738Z[ recovery-image] Feb 07 09:58:46.241 INFO O| Feb 07 09:58:46.240 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44362025-02-07T09:58:47.740Z[ recovery-image] Feb 07 09:58:46.241 INFO O| Feb 07 09:58:46.241 INFO STEP 13 (remove_files) COMPLETE
44372025-02-07T09:58:47.740Z[ recovery-image] Feb 07 09:58:46.241 INFO O| Feb 07 09:58:46.241 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382025-02-07T09:58:47.789Z[ recovery-image] Feb 07 09:58:46.291 INFO O| Feb 07 09:58:46.291 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44392025-02-07T09:58:47.812Z[ recovery-image] Feb 07 09:58:46.315 INFO O| Feb 07 09:58:46.315 INFO STEP 14 (remove_files) COMPLETE
44402025-02-07T09:58:47.812Z[ recovery-image] Feb 07 09:58:46.315 INFO O| Feb 07 09:58:46.315 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412025-02-07T09:58:47.836Z[ recovery-image] Feb 07 09:58:46.339 INFO O| Feb 07 09:58:46.339 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44422025-02-07T09:58:47.939Z[ recovery-image] Feb 07 09:58:46.442 INFO O| Feb 07 09:58:46.442 INFO STEP 15 (remove_files) COMPLETE
44432025-02-07T09:58:47.939Z[ recovery-image] Feb 07 09:58:46.442 INFO O| Feb 07 09:58:46.442 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442025-02-07T09:58:47.973Z[ recovery-image] Feb 07 09:58:46.476 INFO O| Feb 07 09:58:46.476 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44452025-02-07T09:58:47.973Z[ recovery-image] Feb 07 09:58:46.476 INFO O| Feb 07 09:58:46.476 INFO STEP 16 (remove_files) COMPLETE
44462025-02-07T09:58:47.973Z[ recovery-image] Feb 07 09:58:46.476 INFO O| Feb 07 09:58:46.476 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472025-02-07T09:58:48.001Z[ host-image] Feb 07 09:58:46.503 INFO O| Feb 07 09:58:46.503 INFO O| Done
44482025-02-07T09:58:48.001Z[ host-image] Feb 07 09:58:46.503 INFO O| Feb 07 09:58:46.503 INFO O| Done
44492025-02-07T09:58:48.013Z[ recovery-image] Feb 07 09:58:46.516 INFO O| Feb 07 09:58:46.516 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44502025-02-07T09:58:48.039Z[ recovery-image] Feb 07 09:58:46.541 INFO O| Feb 07 09:58:46.541 INFO STEP 17 (remove_files) COMPLETE
44512025-02-07T09:58:48.039Z[ recovery-image] Feb 07 09:58:46.541 INFO O| Feb 07 09:58:46.541 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522025-02-07T09:58:48.104Z[ recovery-image] Feb 07 09:58:46.579 INFO O| Feb 07 09:58:46.579 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44532025-02-07T09:58:48.290Z[ recovery-image] Feb 07 09:58:46.793 INFO O| Feb 07 09:58:46.793 INFO STEP 18 (remove_files) COMPLETE
44542025-02-07T09:58:48.290Z[ recovery-image] Feb 07 09:58:46.793 INFO O| Feb 07 09:58:46.793 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552025-02-07T09:58:48.311Z[ recovery-image] Feb 07 09:58:46.814 INFO O| Feb 07 09:58:46.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44562025-02-07T09:58:48.367Z[ recovery-image] Feb 07 09:58:46.869 INFO O| Feb 07 09:58:46.869 INFO STEP 19 (remove_files) COMPLETE
44572025-02-07T09:58:48.367Z[ recovery-image] Feb 07 09:58:46.869 INFO O| Feb 07 09:58:46.869 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582025-02-07T09:58:48.422Z[ recovery-image] Feb 07 09:58:46.925 INFO O| Feb 07 09:58:46.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44592025-02-07T09:58:48.422Z[ recovery-image] Feb 07 09:58:46.925 INFO O| Feb 07 09:58:46.925 INFO STEP 20 (remove_files) COMPLETE
44602025-02-07T09:58:48.425Z[ recovery-image] Feb 07 09:58:46.925 INFO O| Feb 07 09:58:46.925 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612025-02-07T09:58:48.457Z[ recovery-image] Feb 07 09:58:46.960 INFO O| Feb 07 09:58:46.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44622025-02-07T09:58:48.482Z[ recovery-image] Feb 07 09:58:46.985 INFO O| Feb 07 09:58:46.985 INFO STEP 21 (remove_files) COMPLETE
44632025-02-07T09:58:48.484Z[ recovery-image] Feb 07 09:58:46.985 INFO O| Feb 07 09:58:46.985 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642025-02-07T09:58:48.526Z[ recovery-image] Feb 07 09:58:47.018 INFO O| Feb 07 09:58:47.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44652025-02-07T09:58:48.529Z[ recovery-image] Feb 07 09:58:47.018 INFO O| Feb 07 09:58:47.018 INFO STEP 22 (remove_files) COMPLETE
44662025-02-07T09:58:48.529Z[ recovery-image] Feb 07 09:58:47.018 INFO O| Feb 07 09:58:47.018 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672025-02-07T09:58:48.655Z[ recovery-image] Feb 07 09:58:47.073 INFO O| Feb 07 09:58:47.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44682025-02-07T09:58:48.655Z[ recovery-image] Feb 07 09:58:47.093 INFO O| Feb 07 09:58:47.093 INFO STEP 23 (remove_files) COMPLETE
44692025-02-07T09:58:48.655Z[ recovery-image] Feb 07 09:58:47.093 INFO O| Feb 07 09:58:47.093 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44702025-02-07T09:58:48.655Z[ recovery-image] Feb 07 09:58:47.138 INFO O| Feb 07 09:58:47.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44712025-02-07T09:58:48.656Z[ recovery-image] Feb 07 09:58:47.138 INFO O| Feb 07 09:58:47.138 INFO STEP 24 (remove_files) COMPLETE
44722025-02-07T09:58:48.656Z[ recovery-image] Feb 07 09:58:47.138 INFO O| Feb 07 09:58:47.138 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44732025-02-07T09:58:48.656Z[ recovery-image] Feb 07 09:58:47.157 INFO O| Feb 07 09:58:47.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44742025-02-07T09:58:48.656Z[ recovery-image] Feb 07 09:58:47.158 INFO O| Feb 07 09:58:47.158 INFO STEP 25 (remove_files) COMPLETE
44752025-02-07T09:58:48.656Z[ recovery-image] Feb 07 09:58:47.158 INFO O| Feb 07 09:58:47.158 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44762025-02-07T09:58:48.696Z[ recovery-image] Feb 07 09:58:47.199 INFO O| Feb 07 09:58:47.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44772025-02-07T09:58:48.721Z[ recovery-image] Feb 07 09:58:47.224 INFO O| Feb 07 09:58:47.224 INFO STEP 26 (remove_files) COMPLETE
44782025-02-07T09:58:48.722Z[ recovery-image] Feb 07 09:58:47.224 INFO O| Feb 07 09:58:47.224 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44792025-02-07T09:58:48.780Z[ recovery-image] Feb 07 09:58:47.283 INFO O| Feb 07 09:58:47.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44802025-02-07T09:58:48.806Z[ recovery-image] Feb 07 09:58:47.308 INFO O| Feb 07 09:58:47.308 INFO STEP 27 (remove_files) COMPLETE
44812025-02-07T09:58:48.806Z[ recovery-image] Feb 07 09:58:47.308 INFO O| Feb 07 09:58:47.308 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44822025-02-07T09:58:48.863Z[ recovery-image] Feb 07 09:58:47.365 INFO O| Feb 07 09:58:47.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44832025-02-07T09:58:48.863Z[ recovery-image] Feb 07 09:58:47.365 INFO O| Feb 07 09:58:47.365 INFO STEP 28 (remove_files) COMPLETE
44842025-02-07T09:58:48.863Z[ recovery-image] Feb 07 09:58:47.365 INFO O| Feb 07 09:58:47.365 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44852025-02-07T09:58:48.926Z[ recovery-image] Feb 07 09:58:47.429 INFO O| Feb 07 09:58:47.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44862025-02-07T09:58:48.926Z[ recovery-image] Feb 07 09:58:47.429 INFO O| Feb 07 09:58:47.429 INFO STEP 29 (remove_files) COMPLETE
44872025-02-07T09:58:48.926Z[ recovery-image] Feb 07 09:58:47.429 INFO O| Feb 07 09:58:47.429 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44882025-02-07T09:58:48.965Z[ recovery-image] Feb 07 09:58:47.468 INFO O| Feb 07 09:58:47.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44892025-02-07T09:58:48.968Z[ recovery-image] Feb 07 09:58:47.468 INFO O| Feb 07 09:58:47.468 INFO STEP 30 (remove_files) COMPLETE
44902025-02-07T09:58:48.968Z[ recovery-image] Feb 07 09:58:47.468 INFO O| Feb 07 09:58:47.468 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44912025-02-07T09:58:48.986Z[ recovery-image] Feb 07 09:58:47.489 INFO O| Feb 07 09:58:47.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44922025-02-07T09:58:48.989Z[ recovery-image] Feb 07 09:58:47.489 INFO O| Feb 07 09:58:47.489 INFO STEP 31 (remove_files) COMPLETE
44932025-02-07T09:58:48.989Z[ recovery-image] Feb 07 09:58:47.489 INFO O| Feb 07 09:58:47.489 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44942025-02-07T09:58:49.007Z[ recovery-image] Feb 07 09:58:47.510 INFO O| Feb 07 09:58:47.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44952025-02-07T09:58:49.010Z[ recovery-image] Feb 07 09:58:47.510 INFO O| Feb 07 09:58:47.510 INFO STEP 32 (remove_files) COMPLETE
44962025-02-07T09:58:49.010Z[ recovery-image] Feb 07 09:58:47.510 INFO O| Feb 07 09:58:47.510 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44972025-02-07T09:58:49.043Z[ recovery-image] Feb 07 09:58:47.545 INFO O| Feb 07 09:58:47.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44982025-02-07T09:58:49.043Z[ recovery-image] Feb 07 09:58:47.545 INFO O| Feb 07 09:58:47.545 INFO STEP 33 (remove_files) COMPLETE
44992025-02-07T09:58:49.043Z[ recovery-image] Feb 07 09:58:47.545 INFO O| Feb 07 09:58:47.545 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45002025-02-07T09:58:49.063Z[ recovery-image] Feb 07 09:58:47.566 INFO O| Feb 07 09:58:47.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
45012025-02-07T09:58:49.063Z[ recovery-image] Feb 07 09:58:47.566 INFO O| Feb 07 09:58:47.566 INFO STEP 34 (remove_files) COMPLETE
45022025-02-07T09:58:49.063Z[ recovery-image] Feb 07 09:58:47.566 INFO O| Feb 07 09:58:47.566 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45032025-02-07T09:58:49.120Z[ recovery-image] Feb 07 09:58:47.622 INFO O| Feb 07 09:58:47.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
45042025-02-07T09:58:49.120Z[ recovery-image] Feb 07 09:58:47.623 INFO O| Feb 07 09:58:47.623 INFO STEP 35 (remove_files) COMPLETE
45052025-02-07T09:58:49.123Z[ recovery-image] Feb 07 09:58:47.623 INFO O| Feb 07 09:58:47.623 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45062025-02-07T09:58:49.139Z[ recovery-image] Feb 07 09:58:47.642 INFO O| Feb 07 09:58:47.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
45072025-02-07T09:58:49.142Z[ recovery-image] Feb 07 09:58:47.642 INFO O| Feb 07 09:58:47.642 INFO STEP 36 (remove_files) COMPLETE
45082025-02-07T09:58:49.142Z[ recovery-image] Feb 07 09:58:47.642 INFO O| Feb 07 09:58:47.642 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45092025-02-07T09:58:49.171Z[ recovery-image] Feb 07 09:58:47.674 INFO O| Feb 07 09:58:47.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
45102025-02-07T09:58:49.171Z[ recovery-image] Feb 07 09:58:47.674 INFO O| Feb 07 09:58:47.674 INFO STEP 37 (remove_files) COMPLETE
45112025-02-07T09:58:49.171Z[ recovery-image] Feb 07 09:58:47.674 INFO O| Feb 07 09:58:47.674 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45122025-02-07T09:58:49.207Z[ recovery-image] Feb 07 09:58:47.710 INFO O| Feb 07 09:58:47.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
45132025-02-07T09:58:49.207Z[ recovery-image] Feb 07 09:58:47.710 INFO O| Feb 07 09:58:47.710 INFO STEP 38 (remove_files) COMPLETE
45142025-02-07T09:58:49.210Z[ recovery-image] Feb 07 09:58:47.710 INFO O| Feb 07 09:58:47.710 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45152025-02-07T09:58:49.227Z[ recovery-image] Feb 07 09:58:47.730 INFO O| Feb 07 09:58:47.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
45162025-02-07T09:58:49.227Z[ recovery-image] Feb 07 09:58:47.730 INFO O| Feb 07 09:58:47.730 INFO STEP 39 (remove_files) COMPLETE
45172025-02-07T09:58:49.230Z[ recovery-image] Feb 07 09:58:47.730 INFO O| Feb 07 09:58:47.730 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45182025-02-07T09:58:49.248Z[ recovery-image] Feb 07 09:58:47.751 INFO O| Feb 07 09:58:47.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
45192025-02-07T09:58:49.251Z[ recovery-image] Feb 07 09:58:47.751 INFO O| Feb 07 09:58:47.751 INFO STEP 40 (remove_files) COMPLETE
45202025-02-07T09:58:49.251Z[ recovery-image] Feb 07 09:58:47.751 INFO O| Feb 07 09:58:47.751 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45212025-02-07T09:58:49.309Z[ recovery-image] Feb 07 09:58:47.812 INFO O| Feb 07 09:58:47.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
45222025-02-07T09:58:49.312Z[ recovery-image] Feb 07 09:58:47.812 INFO O| Feb 07 09:58:47.812 INFO STEP 41 (remove_files) COMPLETE
45232025-02-07T09:58:49.312Z[ recovery-image] Feb 07 09:58:47.812 INFO O| Feb 07 09:58:47.812 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45242025-02-07T09:58:49.330Z[ recovery-image] Feb 07 09:58:47.833 INFO O| Feb 07 09:58:47.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
45252025-02-07T09:58:49.337Z[ recovery-image] Feb 07 09:58:47.840 INFO O| Feb 07 09:58:47.840 INFO STEP 42 (remove_files) COMPLETE
45262025-02-07T09:58:49.337Z[ recovery-image] Feb 07 09:58:47.840 INFO O| Feb 07 09:58:47.840 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45272025-02-07T09:58:49.344Z[ host-image] Feb 07 09:58:47.846 INFO O| Feb 07 09:58:47.846 INFO O| Done
45282025-02-07T09:58:49.379Z[ recovery-image] Feb 07 09:58:47.881 INFO O| Feb 07 09:58:47.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45292025-02-07T09:58:49.405Z[ recovery-image] Feb 07 09:58:47.907 INFO O| Feb 07 09:58:47.907 INFO STEP 43 (remove_files) COMPLETE
45302025-02-07T09:58:49.405Z[ recovery-image] Feb 07 09:58:47.907 INFO O| Feb 07 09:58:47.907 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312025-02-07T09:58:49.463Z[ recovery-image] Feb 07 09:58:47.966 INFO O| Feb 07 09:58:47.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45322025-02-07T09:58:49.471Z[ recovery-image] Feb 07 09:58:47.974 INFO O| Feb 07 09:58:47.974 INFO STEP 44 (remove_files) COMPLETE
45332025-02-07T09:58:49.471Z[ recovery-image] Feb 07 09:58:47.974 INFO O| Feb 07 09:58:47.974 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342025-02-07T09:58:49.510Z[ recovery-image] Feb 07 09:58:48.012 INFO O| Feb 07 09:58:48.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45352025-02-07T09:58:49.510Z[ recovery-image] Feb 07 09:58:48.012 INFO O| Feb 07 09:58:48.012 INFO STEP 45 (remove_files) COMPLETE
45362025-02-07T09:58:49.510Z[ recovery-image] Feb 07 09:58:48.012 INFO O| Feb 07 09:58:48.012 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372025-02-07T09:58:49.534Z[ recovery-image] Feb 07 09:58:48.035 INFO O| Feb 07 09:58:48.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45382025-02-07T09:58:49.534Z[ recovery-image] Feb 07 09:58:48.035 INFO O| Feb 07 09:58:48.035 INFO STEP 46 (remove_files) COMPLETE
45392025-02-07T09:58:49.534Z[ recovery-image] Feb 07 09:58:48.035 INFO O| Feb 07 09:58:48.035 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402025-02-07T09:58:49.554Z[ recovery-image] Feb 07 09:58:48.056 INFO O| Feb 07 09:58:48.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45412025-02-07T09:58:49.554Z[ recovery-image] Feb 07 09:58:48.056 INFO O| Feb 07 09:58:48.056 INFO STEP 47 (remove_files) COMPLETE
45422025-02-07T09:58:49.554Z[ recovery-image] Feb 07 09:58:48.056 INFO O| Feb 07 09:58:48.056 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432025-02-07T09:58:49.572Z[ recovery-image] Feb 07 09:58:48.075 INFO O| Feb 07 09:58:48.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45442025-02-07T09:58:49.572Z[ recovery-image] Feb 07 09:58:48.075 INFO O| Feb 07 09:58:48.075 INFO STEP 48 (remove_files) COMPLETE
45452025-02-07T09:58:49.574Z[ recovery-image] Feb 07 09:58:48.075 INFO O| Feb 07 09:58:48.075 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462025-02-07T09:58:49.592Z[ recovery-image] Feb 07 09:58:48.094 INFO O| Feb 07 09:58:48.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45472025-02-07T09:58:49.606Z[ recovery-image] Feb 07 09:58:48.108 INFO O| Feb 07 09:58:48.108 INFO STEP 49 (remove_files) COMPLETE
45482025-02-07T09:58:49.606Z[ recovery-image] Feb 07 09:58:48.108 INFO O| Feb 07 09:58:48.108 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492025-02-07T09:58:49.638Z[ recovery-image] Feb 07 09:58:48.140 INFO O| Feb 07 09:58:48.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45502025-02-07T09:58:49.638Z[ recovery-image] Feb 07 09:58:48.140 INFO O| Feb 07 09:58:48.140 INFO STEP 50 (remove_files) COMPLETE
45512025-02-07T09:58:49.638Z[ recovery-image] Feb 07 09:58:48.140 INFO O| Feb 07 09:58:48.140 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522025-02-07T09:58:49.669Z[ recovery-image] Feb 07 09:58:48.172 INFO O| Feb 07 09:58:48.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45532025-02-07T09:58:49.669Z[ recovery-image] Feb 07 09:58:48.172 INFO O| Feb 07 09:58:48.172 INFO STEP 51 (remove_files) COMPLETE
45542025-02-07T09:58:49.669Z[ recovery-image] Feb 07 09:58:48.172 INFO O| Feb 07 09:58:48.172 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552025-02-07T09:58:49.744Z[ recovery-image] Feb 07 09:58:48.247 INFO O| Feb 07 09:58:48.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45562025-02-07T09:58:49.747Z[ recovery-image] Feb 07 09:58:48.247 INFO O| Feb 07 09:58:48.247 INFO STEP 52 (remove_files) COMPLETE
45572025-02-07T09:58:49.747Z[ recovery-image] Feb 07 09:58:48.247 INFO O| Feb 07 09:58:48.247 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582025-02-07T09:58:49.765Z[ recovery-image] Feb 07 09:58:48.268 INFO O| Feb 07 09:58:48.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45592025-02-07T09:58:49.768Z[ recovery-image] Feb 07 09:58:48.268 INFO O| Feb 07 09:58:48.268 INFO STEP 53 (remove_files) COMPLETE
45602025-02-07T09:58:49.768Z[ recovery-image] Feb 07 09:58:48.268 INFO O| Feb 07 09:58:48.268 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612025-02-07T09:58:49.816Z[ recovery-image] Feb 07 09:58:48.319 INFO O| Feb 07 09:58:48.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45622025-02-07T09:58:49.819Z[ recovery-image] Feb 07 09:58:48.319 INFO O| Feb 07 09:58:48.319 INFO STEP 54 (remove_files) COMPLETE
45632025-02-07T09:58:49.819Z[ recovery-image] Feb 07 09:58:48.319 INFO O| Feb 07 09:58:48.319 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642025-02-07T09:58:49.836Z[ recovery-image] Feb 07 09:58:48.339 INFO O| Feb 07 09:58:48.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45652025-02-07T09:58:49.839Z[ recovery-image] Feb 07 09:58:48.339 INFO O| Feb 07 09:58:48.339 INFO STEP 55 (remove_files) COMPLETE
45662025-02-07T09:58:49.839Z[ recovery-image] Feb 07 09:58:48.339 INFO O| Feb 07 09:58:48.339 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672025-02-07T09:58:49.876Z[ recovery-image] Feb 07 09:58:48.379 INFO O| Feb 07 09:58:48.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45682025-02-07T09:58:49.876Z[ recovery-image] Feb 07 09:58:48.379 INFO O| Feb 07 09:58:48.379 INFO STEP 56 (remove_files) COMPLETE
45692025-02-07T09:58:49.878Z[ recovery-image] Feb 07 09:58:48.379 INFO O| Feb 07 09:58:48.379 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702025-02-07T09:58:49.913Z[ recovery-image] Feb 07 09:58:48.415 INFO O| Feb 07 09:58:48.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45712025-02-07T09:58:49.913Z[ recovery-image] Feb 07 09:58:48.415 INFO O| Feb 07 09:58:48.415 INFO STEP 57 (remove_files) COMPLETE
45722025-02-07T09:58:49.913Z[ recovery-image] Feb 07 09:58:48.415 INFO O| Feb 07 09:58:48.415 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732025-02-07T09:58:49.934Z[ recovery-image] Feb 07 09:58:48.437 INFO O| Feb 07 09:58:48.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45742025-02-07T09:58:49.934Z[ recovery-image] Feb 07 09:58:48.437 INFO O| Feb 07 09:58:48.437 INFO STEP 58 (remove_files) COMPLETE
45752025-02-07T09:58:49.937Z[ recovery-image] Feb 07 09:58:48.437 INFO O| Feb 07 09:58:48.437 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762025-02-07T09:58:49.966Z[ recovery-image] Feb 07 09:58:48.469 INFO O| Feb 07 09:58:48.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45772025-02-07T09:58:49.966Z[ recovery-image] Feb 07 09:58:48.469 INFO O| Feb 07 09:58:48.469 INFO STEP 59 (remove_files) COMPLETE
45782025-02-07T09:58:49.969Z[ recovery-image] Feb 07 09:58:48.469 INFO O| Feb 07 09:58:48.469 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792025-02-07T09:58:49.986Z[ recovery-image] Feb 07 09:58:48.489 INFO O| Feb 07 09:58:48.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45802025-02-07T09:58:49.986Z[ recovery-image] Feb 07 09:58:48.489 INFO O| Feb 07 09:58:48.489 INFO STEP 60 (remove_files) COMPLETE
45812025-02-07T09:58:49.986Z[ recovery-image] Feb 07 09:58:48.489 INFO O| Feb 07 09:58:48.489 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822025-02-07T09:58:50.005Z[ recovery-image] Feb 07 09:58:48.508 INFO O| Feb 07 09:58:48.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45832025-02-07T09:58:50.028Z[ recovery-image] Feb 07 09:58:48.530 INFO O| Feb 07 09:58:48.530 INFO STEP 61 (remove_files) COMPLETE
45842025-02-07T09:58:50.028Z[ recovery-image] Feb 07 09:58:48.530 INFO O| Feb 07 09:58:48.530 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852025-02-07T09:58:50.050Z[ recovery-image] Feb 07 09:58:48.553 INFO O| Feb 07 09:58:48.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45862025-02-07T09:58:50.050Z[ recovery-image] Feb 07 09:58:48.553 INFO O| Feb 07 09:58:48.553 INFO STEP 62 (remove_files) COMPLETE
45872025-02-07T09:58:50.052Z[ recovery-image] Feb 07 09:58:48.553 INFO O| Feb 07 09:58:48.553 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882025-02-07T09:58:50.084Z[ recovery-image] Feb 07 09:58:48.586 INFO O| Feb 07 09:58:48.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45892025-02-07T09:58:50.084Z[ recovery-image] Feb 07 09:58:48.586 INFO O| Feb 07 09:58:48.586 INFO STEP 63 (remove_files) COMPLETE
45902025-02-07T09:58:50.084Z[ recovery-image] Feb 07 09:58:48.586 INFO O| Feb 07 09:58:48.586 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912025-02-07T09:58:50.116Z[ recovery-image] Feb 07 09:58:48.619 INFO O| Feb 07 09:58:48.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45922025-02-07T09:58:50.116Z[ recovery-image] Feb 07 09:58:48.619 INFO O| Feb 07 09:58:48.619 INFO STEP 64 (remove_files) COMPLETE
45932025-02-07T09:58:50.119Z[ recovery-image] Feb 07 09:58:48.619 INFO O| Feb 07 09:58:48.619 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942025-02-07T09:58:50.156Z[ recovery-image] Feb 07 09:58:48.658 INFO O| Feb 07 09:58:48.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45952025-02-07T09:58:50.159Z[ recovery-image] Feb 07 09:58:48.659 INFO O| Feb 07 09:58:48.658 INFO STEP 65 (remove_files) COMPLETE
45962025-02-07T09:58:50.159Z[ recovery-image] Feb 07 09:58:48.659 INFO O| Feb 07 09:58:48.659 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972025-02-07T09:58:50.230Z[ recovery-image] Feb 07 09:58:48.733 INFO O| Feb 07 09:58:48.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45982025-02-07T09:58:50.230Z[ recovery-image] Feb 07 09:58:48.733 INFO O| Feb 07 09:58:48.733 INFO STEP 66 (remove_files) COMPLETE
45992025-02-07T09:58:50.230Z[ recovery-image] Feb 07 09:58:48.733 INFO O| Feb 07 09:58:48.733 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002025-02-07T09:58:50.332Z[ recovery-image] Feb 07 09:58:48.835 INFO O| Feb 07 09:58:48.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
46012025-02-07T09:58:50.332Z[ recovery-image] Feb 07 09:58:48.835 INFO O| Feb 07 09:58:48.835 INFO STEP 67 (remove_files) COMPLETE
46022025-02-07T09:58:50.335Z[ recovery-image] Feb 07 09:58:48.835 INFO O| Feb 07 09:58:48.835 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032025-02-07T09:58:50.354Z[ recovery-image] Feb 07 09:58:48.857 INFO O| Feb 07 09:58:48.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
46042025-02-07T09:58:50.354Z[ recovery-image] Feb 07 09:58:48.857 INFO O| Feb 07 09:58:48.857 INFO STEP 68 (remove_files) COMPLETE
46052025-02-07T09:58:50.357Z[ recovery-image] Feb 07 09:58:48.857 INFO O| Feb 07 09:58:48.857 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062025-02-07T09:58:50.385Z[ recovery-image] Feb 07 09:58:48.888 INFO O| Feb 07 09:58:48.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
46072025-02-07T09:58:50.385Z[ recovery-image] Feb 07 09:58:48.888 INFO O| Feb 07 09:58:48.888 INFO STEP 69 (remove_files) COMPLETE
46082025-02-07T09:58:50.388Z[ recovery-image] Feb 07 09:58:48.888 INFO O| Feb 07 09:58:48.888 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-02-07T09:58:50.414Z[ recovery-image] Feb 07 09:58:48.908 INFO O| Feb 07 09:58:48.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
46102025-02-07T09:58:50.414Z[ recovery-image] Feb 07 09:58:48.908 INFO O| Feb 07 09:58:48.908 INFO STEP 70 (remove_files) COMPLETE
46112025-02-07T09:58:50.415Z[ recovery-image] Feb 07 09:58:48.908 INFO O| Feb 07 09:58:48.908 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122025-02-07T09:58:50.425Z[ recovery-image] Feb 07 09:58:48.928 INFO O| Feb 07 09:58:48.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
46132025-02-07T09:58:50.425Z[ recovery-image] Feb 07 09:58:48.928 INFO O| Feb 07 09:58:48.928 INFO STEP 71 (remove_files) COMPLETE
46142025-02-07T09:58:50.428Z[ recovery-image] Feb 07 09:58:48.928 INFO O| Feb 07 09:58:48.928 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152025-02-07T09:58:50.445Z[ recovery-image] Feb 07 09:58:48.948 INFO O| Feb 07 09:58:48.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
46162025-02-07T09:58:50.472Z[ recovery-image] Feb 07 09:58:48.975 INFO O| Feb 07 09:58:48.975 INFO STEP 72 (remove_files) COMPLETE
46172025-02-07T09:58:50.472Z[ recovery-image] Feb 07 09:58:48.975 INFO O| Feb 07 09:58:48.975 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182025-02-07T09:58:50.512Z[ recovery-image] Feb 07 09:58:49.015 INFO O| Feb 07 09:58:49.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
46192025-02-07T09:58:50.515Z[ recovery-image] Feb 07 09:58:49.015 INFO O| Feb 07 09:58:49.015 INFO STEP 73 (remove_files) COMPLETE
46202025-02-07T09:58:50.515Z[ recovery-image] Feb 07 09:58:49.015 INFO O| Feb 07 09:58:49.015 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212025-02-07T09:58:50.533Z[ recovery-image] Feb 07 09:58:49.036 INFO O| Feb 07 09:58:49.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
46222025-02-07T09:58:50.535Z[ recovery-image] Feb 07 09:58:49.036 INFO O| Feb 07 09:58:49.036 INFO STEP 74 (remove_files) COMPLETE
46232025-02-07T09:58:50.535Z[ recovery-image] Feb 07 09:58:49.036 INFO O| Feb 07 09:58:49.036 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242025-02-07T09:58:50.576Z[ recovery-image] Feb 07 09:58:49.078 INFO O| Feb 07 09:58:49.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
46252025-02-07T09:58:50.579Z[ recovery-image] Feb 07 09:58:49.078 INFO O| Feb 07 09:58:49.078 INFO STEP 75 (remove_files) COMPLETE
46262025-02-07T09:58:50.579Z[ recovery-image] Feb 07 09:58:49.079 INFO O| Feb 07 09:58:49.078 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272025-02-07T09:58:50.597Z[ recovery-image] Feb 07 09:58:49.098 INFO O| Feb 07 09:58:49.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46282025-02-07T09:58:50.597Z[ recovery-image] Feb 07 09:58:49.099 INFO O| Feb 07 09:58:49.098 INFO STEP 76 (remove_files) COMPLETE
46292025-02-07T09:58:50.597Z[ recovery-image] Feb 07 09:58:49.099 INFO O| Feb 07 09:58:49.099 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302025-02-07T09:58:50.617Z[ recovery-image] Feb 07 09:58:49.120 INFO O| Feb 07 09:58:49.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46312025-02-07T09:58:50.617Z[ recovery-image] Feb 07 09:58:49.120 INFO O| Feb 07 09:58:49.120 INFO STEP 77 (remove_files) COMPLETE
46322025-02-07T09:58:50.620Z[ recovery-image] Feb 07 09:58:49.120 INFO O| Feb 07 09:58:49.120 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332025-02-07T09:58:50.650Z[ recovery-image] Feb 07 09:58:49.152 INFO O| Feb 07 09:58:49.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46342025-02-07T09:58:50.652Z[ recovery-image] Feb 07 09:58:49.152 INFO O| Feb 07 09:58:49.152 INFO STEP 78 (remove_files) COMPLETE
46352025-02-07T09:58:50.652Z[ recovery-image] Feb 07 09:58:49.152 INFO O| Feb 07 09:58:49.152 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362025-02-07T09:58:50.691Z[ recovery-image] Feb 07 09:58:49.194 INFO O| Feb 07 09:58:49.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46372025-02-07T09:58:50.694Z[ recovery-image] Feb 07 09:58:49.194 INFO O| Feb 07 09:58:49.194 INFO STEP 79 (remove_files) COMPLETE
46382025-02-07T09:58:50.694Z[ recovery-image] Feb 07 09:58:49.195 INFO O| Feb 07 09:58:49.194 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392025-02-07T09:58:50.728Z[ recovery-image] Feb 07 09:58:49.231 INFO O| Feb 07 09:58:49.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46402025-02-07T09:58:50.731Z[ recovery-image] Feb 07 09:58:49.231 INFO O| Feb 07 09:58:49.231 INFO STEP 80 (remove_files) COMPLETE
46412025-02-07T09:58:50.731Z[ recovery-image] Feb 07 09:58:49.231 INFO O| Feb 07 09:58:49.231 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422025-02-07T09:58:50.749Z[ recovery-image] Feb 07 09:58:49.252 INFO O| Feb 07 09:58:49.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46432025-02-07T09:58:50.752Z[ recovery-image] Feb 07 09:58:49.252 INFO O| Feb 07 09:58:49.252 INFO STEP 81 (remove_files) COMPLETE
46442025-02-07T09:58:50.752Z[ recovery-image] Feb 07 09:58:49.252 INFO O| Feb 07 09:58:49.252 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452025-02-07T09:58:50.769Z[ recovery-image] Feb 07 09:58:49.272 INFO O| Feb 07 09:58:49.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46462025-02-07T09:58:50.772Z[ recovery-image] Feb 07 09:58:49.274 INFO O| Feb 07 09:58:49.274 INFO STEP 82 (remove_files) COMPLETE
46472025-02-07T09:58:50.772Z[ recovery-image] Feb 07 09:58:49.274 INFO O| Feb 07 09:58:49.274 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482025-02-07T09:58:50.793Z[ recovery-image] Feb 07 09:58:49.296 INFO O| Feb 07 09:58:49.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46492025-02-07T09:58:50.793Z[ recovery-image] Feb 07 09:58:49.296 INFO O| Feb 07 09:58:49.296 INFO STEP 83 (remove_files) COMPLETE
46502025-02-07T09:58:50.796Z[ recovery-image] Feb 07 09:58:49.296 INFO O| Feb 07 09:58:49.296 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512025-02-07T09:58:50.814Z[ recovery-image] Feb 07 09:58:49.317 INFO O| Feb 07 09:58:49.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46522025-02-07T09:58:50.826Z[ recovery-image] Feb 07 09:58:49.329 INFO O| Feb 07 09:58:49.329 INFO STEP 84 (remove_files) COMPLETE
46532025-02-07T09:58:50.826Z[ recovery-image] Feb 07 09:58:49.329 INFO O| Feb 07 09:58:49.329 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542025-02-07T09:58:50.848Z[ recovery-image] Feb 07 09:58:49.351 INFO O| Feb 07 09:58:49.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46552025-02-07T09:58:50.848Z[ recovery-image] Feb 07 09:58:49.351 INFO O| Feb 07 09:58:49.351 INFO STEP 85 (remove_files) COMPLETE
46562025-02-07T09:58:50.851Z[ recovery-image] Feb 07 09:58:49.351 INFO O| Feb 07 09:58:49.351 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572025-02-07T09:58:50.938Z[ recovery-image] Feb 07 09:58:49.421 INFO O| Feb 07 09:58:49.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46582025-02-07T09:58:50.938Z[ recovery-image] Feb 07 09:58:49.421 INFO O| Feb 07 09:58:49.421 INFO STEP 86 (remove_files) COMPLETE
46592025-02-07T09:58:50.938Z[ recovery-image] Feb 07 09:58:49.421 INFO O| Feb 07 09:58:49.421 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602025-02-07T09:58:50.941Z[ recovery-image] Feb 07 09:58:49.444 INFO O| Feb 07 09:58:49.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46612025-02-07T09:58:50.944Z[ recovery-image] Feb 07 09:58:49.444 INFO O| Feb 07 09:58:49.444 INFO STEP 87 (remove_files) COMPLETE
46622025-02-07T09:58:50.944Z[ recovery-image] Feb 07 09:58:49.444 INFO O| Feb 07 09:58:49.444 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632025-02-07T09:58:50.978Z[ recovery-image] Feb 07 09:58:49.474 INFO O| Feb 07 09:58:49.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46642025-02-07T09:58:50.979Z[ recovery-image] Feb 07 09:58:49.474 INFO O| Feb 07 09:58:49.474 INFO STEP 88 (remove_files) COMPLETE
46652025-02-07T09:58:50.982Z[ recovery-image] Feb 07 09:58:49.475 INFO O| Feb 07 09:58:49.474 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662025-02-07T09:58:51.016Z[ recovery-image] Feb 07 09:58:49.519 INFO O| Feb 07 09:58:49.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46672025-02-07T09:58:51.016Z[ recovery-image] Feb 07 09:58:49.519 INFO O| Feb 07 09:58:49.519 INFO STEP 89 (remove_files) COMPLETE
46682025-02-07T09:58:51.016Z[ recovery-image] Feb 07 09:58:49.519 INFO O| Feb 07 09:58:49.519 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692025-02-07T09:58:51.035Z[ recovery-image] Feb 07 09:58:49.537 INFO O| Feb 07 09:58:49.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46702025-02-07T09:58:51.035Z[ recovery-image] Feb 07 09:58:49.537 INFO O| Feb 07 09:58:49.537 INFO STEP 90 (remove_files) COMPLETE
46712025-02-07T09:58:51.035Z[ recovery-image] Feb 07 09:58:49.537 INFO O| Feb 07 09:58:49.537 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722025-02-07T09:58:51.071Z[ recovery-image] Feb 07 09:58:49.574 INFO O| Feb 07 09:58:49.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46732025-02-07T09:58:51.071Z[ recovery-image] Feb 07 09:58:49.574 INFO O| Feb 07 09:58:49.574 INFO STEP 91 (remove_files) COMPLETE
46742025-02-07T09:58:51.074Z[ recovery-image] Feb 07 09:58:49.574 INFO O| Feb 07 09:58:49.574 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752025-02-07T09:58:51.088Z[ recovery-image] Feb 07 09:58:49.591 INFO O| Feb 07 09:58:49.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46762025-02-07T09:58:51.088Z[ recovery-image] Feb 07 09:58:49.591 INFO O| Feb 07 09:58:49.591 INFO STEP 92 (remove_files) COMPLETE
46772025-02-07T09:58:51.091Z[ recovery-image] Feb 07 09:58:49.591 INFO O| Feb 07 09:58:49.591 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782025-02-07T09:58:51.121Z[ recovery-image] Feb 07 09:58:49.623 INFO O| Feb 07 09:58:49.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46792025-02-07T09:58:51.121Z[ recovery-image] Feb 07 09:58:49.623 INFO O| Feb 07 09:58:49.623 INFO STEP 93 (remove_files) COMPLETE
46802025-02-07T09:58:51.121Z[ recovery-image] Feb 07 09:58:49.623 INFO O| Feb 07 09:58:49.623 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812025-02-07T09:58:51.143Z[ recovery-image] Feb 07 09:58:49.646 INFO O| Feb 07 09:58:49.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46822025-02-07T09:58:51.143Z[ recovery-image] Feb 07 09:58:49.646 INFO O| Feb 07 09:58:49.646 INFO STEP 94 (remove_files) COMPLETE
46832025-02-07T09:58:51.143Z[ recovery-image] Feb 07 09:58:49.646 INFO O| Feb 07 09:58:49.646 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842025-02-07T09:58:51.148Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46852025-02-07T09:58:51.182Z[ recovery-image] Feb 07 09:58:49.684 INFO O| Feb 07 09:58:49.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46862025-02-07T09:58:51.182Z[ recovery-image] Feb 07 09:58:49.684 INFO O| Feb 07 09:58:49.684 INFO STEP 95 (remove_files) COMPLETE
46872025-02-07T09:58:51.185Z[ recovery-image] Feb 07 09:58:49.684 INFO O| Feb 07 09:58:49.684 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882025-02-07T09:58:51.203Z[ recovery-image] Feb 07 09:58:49.704 INFO O| Feb 07 09:58:49.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46892025-02-07T09:58:51.203Z[ recovery-image] Feb 07 09:58:49.704 INFO O| Feb 07 09:58:49.704 INFO STEP 96 (remove_files) COMPLETE
46902025-02-07T09:58:51.204Z[ recovery-image] Feb 07 09:58:49.704 INFO O| Feb 07 09:58:49.704 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912025-02-07T09:58:51.223Z[ recovery-image] Feb 07 09:58:49.724 INFO O| Feb 07 09:58:49.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46922025-02-07T09:58:51.249Z[ recovery-image] Feb 07 09:58:49.751 INFO O| Feb 07 09:58:49.751 INFO STEP 97 (remove_files) COMPLETE
46932025-02-07T09:58:51.249Z[ recovery-image] Feb 07 09:58:49.751 INFO O| Feb 07 09:58:49.751 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942025-02-07T09:58:51.279Z[ recovery-image] Feb 07 09:58:49.781 INFO O| Feb 07 09:58:49.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46952025-02-07T09:58:51.279Z[ recovery-image] Feb 07 09:58:49.782 INFO O| Feb 07 09:58:49.781 INFO STEP 98 (remove_files) COMPLETE
46962025-02-07T09:58:51.279Z[ recovery-image] Feb 07 09:58:49.782 INFO O| Feb 07 09:58:49.782 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972025-02-07T09:58:51.339Z[ recovery-image] Feb 07 09:58:49.841 INFO O| Feb 07 09:58:49.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46982025-02-07T09:58:51.339Z[ recovery-image] Feb 07 09:58:49.841 INFO O| Feb 07 09:58:49.841 INFO STEP 99 (remove_files) COMPLETE
46992025-02-07T09:58:51.339Z[ recovery-image] Feb 07 09:58:49.841 INFO O| Feb 07 09:58:49.841 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002025-02-07T09:58:51.360Z[ recovery-image] Feb 07 09:58:49.862 INFO O| Feb 07 09:58:49.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
47012025-02-07T09:58:51.360Z[ recovery-image] Feb 07 09:58:49.862 INFO O| Feb 07 09:58:49.862 INFO STEP 100 (remove_files) COMPLETE
47022025-02-07T09:58:51.360Z[ recovery-image] Feb 07 09:58:49.863 INFO O| Feb 07 09:58:49.862 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032025-02-07T09:58:51.399Z[ recovery-image] Feb 07 09:58:49.901 INFO O| Feb 07 09:58:49.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
47042025-02-07T09:58:51.399Z[ recovery-image] Feb 07 09:58:49.902 INFO O| Feb 07 09:58:49.901 INFO STEP 101 (remove_files) COMPLETE
47052025-02-07T09:58:51.399Z[ recovery-image] Feb 07 09:58:49.902 INFO O| Feb 07 09:58:49.902 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062025-02-07T09:58:51.420Z[ recovery-image] Feb 07 09:58:49.923 INFO O| Feb 07 09:58:49.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
47072025-02-07T09:58:51.420Z[ recovery-image] Feb 07 09:58:49.923 INFO O| Feb 07 09:58:49.923 INFO STEP 102 (remove_files) COMPLETE
47082025-02-07T09:58:51.423Z[ recovery-image] Feb 07 09:58:49.923 INFO O| Feb 07 09:58:49.923 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092025-02-07T09:58:51.461Z[ recovery-image] Feb 07 09:58:49.964 INFO O| Feb 07 09:58:49.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
47102025-02-07T09:58:51.461Z[ recovery-image] Feb 07 09:58:49.964 INFO O| Feb 07 09:58:49.964 INFO STEP 103 (remove_files) COMPLETE
47112025-02-07T09:58:51.464Z[ recovery-image] Feb 07 09:58:49.964 INFO O| Feb 07 09:58:49.964 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122025-02-07T09:58:51.521Z[ recovery-image] Feb 07 09:58:50.024 INFO O| Feb 07 09:58:50.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
47132025-02-07T09:58:51.521Z[ recovery-image] Feb 07 09:58:50.024 INFO O| Feb 07 09:58:50.024 INFO STEP 104 (remove_files) COMPLETE
47142025-02-07T09:58:51.524Z[ recovery-image] Feb 07 09:58:50.024 INFO O| Feb 07 09:58:50.024 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152025-02-07T09:58:51.544Z[ recovery-image] Feb 07 09:58:50.046 INFO O| Feb 07 09:58:50.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
47162025-02-07T09:58:51.544Z[ recovery-image] Feb 07 09:58:50.046 INFO O| Feb 07 09:58:50.046 INFO STEP 105 (remove_files) COMPLETE
47172025-02-07T09:58:51.546Z[ recovery-image] Feb 07 09:58:50.046 INFO O| Feb 07 09:58:50.046 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182025-02-07T09:58:51.573Z[ recovery-image] Feb 07 09:58:50.076 INFO O| Feb 07 09:58:50.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
47192025-02-07T09:58:51.573Z[ recovery-image] Feb 07 09:58:50.076 INFO O| Feb 07 09:58:50.076 INFO STEP 106 (remove_files) COMPLETE
47202025-02-07T09:58:51.573Z[ recovery-image] Feb 07 09:58:50.076 INFO O| Feb 07 09:58:50.076 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212025-02-07T09:58:51.594Z[ recovery-image] Feb 07 09:58:50.097 INFO O| Feb 07 09:58:50.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
47222025-02-07T09:58:51.594Z[ recovery-image] Feb 07 09:58:50.097 INFO O| Feb 07 09:58:50.097 INFO STEP 107 (remove_files) COMPLETE
47232025-02-07T09:58:51.597Z[ recovery-image] Feb 07 09:58:50.097 INFO O| Feb 07 09:58:50.097 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242025-02-07T09:58:51.618Z[ recovery-image] Feb 07 09:58:50.121 INFO O| Feb 07 09:58:50.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
47252025-02-07T09:58:51.618Z[ recovery-image] Feb 07 09:58:50.121 INFO O| Feb 07 09:58:50.121 INFO STEP 108 (remove_files) COMPLETE
47262025-02-07T09:58:51.618Z[ recovery-image] Feb 07 09:58:50.121 INFO O| Feb 07 09:58:50.121 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272025-02-07T09:58:51.646Z[ recovery-image] Feb 07 09:58:50.148 INFO O| Feb 07 09:58:50.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47282025-02-07T09:58:51.646Z[ recovery-image] Feb 07 09:58:50.148 INFO O| Feb 07 09:58:50.148 INFO STEP 109 (remove_files) COMPLETE
47292025-02-07T09:58:51.648Z[ recovery-image] Feb 07 09:58:50.148 INFO O| Feb 07 09:58:50.148 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302025-02-07T09:58:51.754Z[ recovery-image] Feb 07 09:58:50.256 INFO O| Feb 07 09:58:50.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47312025-02-07T09:58:51.754Z[ recovery-image] Feb 07 09:58:50.256 INFO O| Feb 07 09:58:50.256 INFO STEP 110 (remove_files) COMPLETE
47322025-02-07T09:58:51.754Z[ recovery-image] Feb 07 09:58:50.256 INFO O| Feb 07 09:58:50.256 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332025-02-07T09:58:51.810Z[ recovery-image] Feb 07 09:58:50.313 INFO O| Feb 07 09:58:50.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47342025-02-07T09:58:51.810Z[ recovery-image] Feb 07 09:58:50.313 INFO O| Feb 07 09:58:50.313 INFO STEP 111 (remove_files) COMPLETE
47352025-02-07T09:58:51.813Z[ recovery-image] Feb 07 09:58:50.313 INFO O| Feb 07 09:58:50.313 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362025-02-07T09:58:51.843Z[ recovery-image] Feb 07 09:58:50.346 INFO O| Feb 07 09:58:50.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47372025-02-07T09:58:51.846Z[ recovery-image] Feb 07 09:58:50.346 INFO O| Feb 07 09:58:50.346 INFO STEP 112 (remove_files) COMPLETE
47382025-02-07T09:58:51.846Z[ recovery-image] Feb 07 09:58:50.346 INFO O| Feb 07 09:58:50.346 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392025-02-07T09:58:51.886Z[ recovery-image] Feb 07 09:58:50.389 INFO O| Feb 07 09:58:50.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47402025-02-07T09:58:51.886Z[ recovery-image] Feb 07 09:58:50.389 INFO O| Feb 07 09:58:50.389 INFO STEP 113 (remove_files) COMPLETE
47412025-02-07T09:58:51.889Z[ recovery-image] Feb 07 09:58:50.389 INFO O| Feb 07 09:58:50.389 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422025-02-07T09:58:51.907Z[ recovery-image] Feb 07 09:58:50.410 INFO O| Feb 07 09:58:50.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47432025-02-07T09:58:51.907Z[ recovery-image] Feb 07 09:58:50.410 INFO O| Feb 07 09:58:50.410 INFO STEP 114 (remove_files) COMPLETE
47442025-02-07T09:58:51.907Z[ recovery-image] Feb 07 09:58:50.410 INFO O| Feb 07 09:58:50.410 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452025-02-07T09:58:51.927Z[ recovery-image] Feb 07 09:58:50.430 INFO O| Feb 07 09:58:50.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47462025-02-07T09:58:51.927Z[ recovery-image] Feb 07 09:58:50.430 INFO O| Feb 07 09:58:50.430 INFO STEP 115 (remove_files) COMPLETE
47472025-02-07T09:58:51.930Z[ recovery-image] Feb 07 09:58:50.430 INFO O| Feb 07 09:58:50.430 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482025-02-07T09:58:51.946Z[ recovery-image] Feb 07 09:58:50.448 INFO O| Feb 07 09:58:50.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47492025-02-07T09:58:51.946Z[ recovery-image] Feb 07 09:58:50.449 INFO O| Feb 07 09:58:50.448 INFO STEP 116 (remove_files) COMPLETE
47502025-02-07T09:58:51.946Z[ recovery-image] Feb 07 09:58:50.449 INFO O| Feb 07 09:58:50.449 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512025-02-07T09:58:51.965Z[ recovery-image] Feb 07 09:58:50.468 INFO O| Feb 07 09:58:50.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47522025-02-07T09:58:51.965Z[ recovery-image] Feb 07 09:58:50.468 INFO O| Feb 07 09:58:50.468 INFO STEP 117 (remove_files) COMPLETE
47532025-02-07T09:58:51.968Z[ recovery-image] Feb 07 09:58:50.468 INFO O| Feb 07 09:58:50.468 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542025-02-07T09:58:51.984Z[ recovery-image] Feb 07 09:58:50.487 INFO O| Feb 07 09:58:50.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47552025-02-07T09:58:51.984Z[ recovery-image] Feb 07 09:58:50.487 INFO O| Feb 07 09:58:50.487 INFO STEP 118 (remove_files) COMPLETE
47562025-02-07T09:58:51.987Z[ recovery-image] Feb 07 09:58:50.487 INFO O| Feb 07 09:58:50.487 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572025-02-07T09:58:52.004Z[ recovery-image] Feb 07 09:58:50.506 INFO O| Feb 07 09:58:50.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47582025-02-07T09:58:52.004Z[ recovery-image] Feb 07 09:58:50.506 INFO O| Feb 07 09:58:50.506 INFO STEP 119 (remove_files) COMPLETE
47592025-02-07T09:58:52.004Z[ recovery-image] Feb 07 09:58:50.506 INFO O| Feb 07 09:58:50.506 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602025-02-07T09:58:52.023Z[ recovery-image] Feb 07 09:58:50.525 INFO O| Feb 07 09:58:50.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47612025-02-07T09:58:52.023Z[ recovery-image] Feb 07 09:58:50.525 INFO O| Feb 07 09:58:50.525 INFO STEP 120 (remove_files) COMPLETE
47622025-02-07T09:58:52.023Z[ recovery-image] Feb 07 09:58:50.525 INFO O| Feb 07 09:58:50.525 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632025-02-07T09:58:52.042Z[ recovery-image] Feb 07 09:58:50.545 INFO O| Feb 07 09:58:50.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47642025-02-07T09:58:52.042Z[ recovery-image] Feb 07 09:58:50.545 INFO O| Feb 07 09:58:50.545 INFO STEP 121 (remove_files) COMPLETE
47652025-02-07T09:58:52.042Z[ recovery-image] Feb 07 09:58:50.545 INFO O| Feb 07 09:58:50.545 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662025-02-07T09:58:52.066Z[ recovery-image] Feb 07 09:58:50.568 INFO O| Feb 07 09:58:50.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47672025-02-07T09:58:52.068Z[ recovery-image] Feb 07 09:58:50.568 INFO O| Feb 07 09:58:50.568 INFO STEP 122 (remove_files) COMPLETE
47682025-02-07T09:58:52.068Z[ recovery-image] Feb 07 09:58:50.568 INFO O| Feb 07 09:58:50.568 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692025-02-07T09:58:52.086Z[ recovery-image] Feb 07 09:58:50.588 INFO O| Feb 07 09:58:50.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47702025-02-07T09:58:52.089Z[ recovery-image] Feb 07 09:58:50.589 INFO O| Feb 07 09:58:50.588 INFO STEP 123 (remove_files) COMPLETE
47712025-02-07T09:58:52.089Z[ recovery-image] Feb 07 09:58:50.589 INFO O| Feb 07 09:58:50.589 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722025-02-07T09:58:52.106Z[ recovery-image] Feb 07 09:58:50.608 INFO O| Feb 07 09:58:50.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47732025-02-07T09:58:52.109Z[ recovery-image] Feb 07 09:58:50.609 INFO O| Feb 07 09:58:50.608 INFO STEP 124 (remove_files) COMPLETE
47742025-02-07T09:58:52.109Z[ recovery-image] Feb 07 09:58:50.609 INFO O| Feb 07 09:58:50.609 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752025-02-07T09:58:52.109Z[ host-image] Feb 07 09:58:50.610 INFO O| Feb 07 09:58:50.610 INFO O| Done
47762025-02-07T09:58:52.127Z[ recovery-image] Feb 07 09:58:50.630 INFO O| Feb 07 09:58:50.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47772025-02-07T09:58:52.130Z[ recovery-image] Feb 07 09:58:50.630 INFO O| Feb 07 09:58:50.630 INFO STEP 125 (remove_files) COMPLETE
47782025-02-07T09:58:52.130Z[ recovery-image] Feb 07 09:58:50.630 INFO O| Feb 07 09:58:50.630 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792025-02-07T09:58:52.149Z[ recovery-image] Feb 07 09:58:50.651 INFO O| Feb 07 09:58:50.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47802025-02-07T09:58:52.152Z[ recovery-image] Feb 07 09:58:50.652 INFO O| Feb 07 09:58:50.651 INFO STEP 126 (remove_files) COMPLETE
47812025-02-07T09:58:52.152Z[ recovery-image] Feb 07 09:58:50.652 INFO O| Feb 07 09:58:50.652 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822025-02-07T09:58:52.152Z[ host-image] Feb 07 09:58:50.654 INFO O| Feb 07 09:58:50.654 INFO O| Done
47832025-02-07T09:58:52.152Z[ host-image] Feb 07 09:58:50.654 INFO O| Feb 07 09:58:50.654 INFO O| Done
47842025-02-07T09:58:52.169Z[ recovery-image] Feb 07 09:58:50.672 INFO O| Feb 07 09:58:50.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47852025-02-07T09:58:52.172Z[ recovery-image] Feb 07 09:58:50.672 INFO O| Feb 07 09:58:50.672 INFO STEP 127 (remove_files) COMPLETE
47862025-02-07T09:58:52.172Z[ recovery-image] Feb 07 09:58:50.672 INFO O| Feb 07 09:58:50.672 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872025-02-07T09:58:52.194Z[ recovery-image] Feb 07 09:58:50.696 INFO O| Feb 07 09:58:50.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47882025-02-07T09:58:52.194Z[ recovery-image] Feb 07 09:58:50.696 INFO O| Feb 07 09:58:50.696 INFO STEP 128 (remove_files) COMPLETE
47892025-02-07T09:58:52.197Z[ recovery-image] Feb 07 09:58:50.697 INFO O| Feb 07 09:58:50.696 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902025-02-07T09:58:52.233Z[ recovery-image] Feb 07 09:58:50.735 INFO O| Feb 07 09:58:50.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47912025-02-07T09:58:52.233Z[ recovery-image] Feb 07 09:58:50.735 INFO O| Feb 07 09:58:50.735 INFO STEP 129 (remove_files) COMPLETE
47922025-02-07T09:58:52.233Z[ recovery-image] Feb 07 09:58:50.735 INFO O| Feb 07 09:58:50.735 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932025-02-07T09:58:52.255Z[ recovery-image] Feb 07 09:58:50.757 INFO O| Feb 07 09:58:50.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47942025-02-07T09:58:52.255Z[ recovery-image] Feb 07 09:58:50.757 INFO O| Feb 07 09:58:50.757 INFO STEP 130 (remove_files) COMPLETE
47952025-02-07T09:58:52.255Z[ recovery-image] Feb 07 09:58:50.757 INFO O| Feb 07 09:58:50.757 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962025-02-07T09:58:52.274Z[ recovery-image] Feb 07 09:58:50.777 INFO O| Feb 07 09:58:50.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47972025-02-07T09:58:52.274Z[ recovery-image] Feb 07 09:58:50.777 INFO O| Feb 07 09:58:50.777 INFO STEP 131 (remove_files) COMPLETE
47982025-02-07T09:58:52.277Z[ recovery-image] Feb 07 09:58:50.777 INFO O| Feb 07 09:58:50.777 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992025-02-07T09:58:52.314Z[ host-image] Feb 07 09:58:50.817 INFO O| Feb 07 09:58:50.817 INFO O| Done
48002025-02-07T09:58:52.321Z[ recovery-image] Feb 07 09:58:50.824 INFO O| Feb 07 09:58:50.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
48012025-02-07T09:58:52.324Z[ recovery-image] Feb 07 09:58:50.824 INFO O| Feb 07 09:58:50.824 INFO STEP 132 (remove_files) COMPLETE
48022025-02-07T09:58:52.324Z[ recovery-image] Feb 07 09:58:50.824 INFO O| Feb 07 09:58:50.824 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032025-02-07T09:58:52.345Z[ recovery-image] Feb 07 09:58:50.847 INFO O| Feb 07 09:58:50.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
48042025-02-07T09:58:52.348Z[ recovery-image] Feb 07 09:58:50.848 INFO O| Feb 07 09:58:50.848 INFO STEP 133 (remove_files) COMPLETE
48052025-02-07T09:58:52.348Z[ recovery-image] Feb 07 09:58:50.848 INFO O| Feb 07 09:58:50.848 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062025-02-07T09:58:52.367Z[ recovery-image] Feb 07 09:58:50.869 INFO O| Feb 07 09:58:50.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
48072025-02-07T09:58:52.368Z[ recovery-image] Feb 07 09:58:50.870 INFO O| Feb 07 09:58:50.870 INFO STEP 134 (remove_files) COMPLETE
48082025-02-07T09:58:52.368Z[ recovery-image] Feb 07 09:58:50.870 INFO O| Feb 07 09:58:50.870 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092025-02-07T09:58:52.388Z[ recovery-image] Feb 07 09:58:50.890 INFO O| Feb 07 09:58:50.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
48102025-02-07T09:58:52.388Z[ recovery-image] Feb 07 09:58:50.891 INFO O| Feb 07 09:58:50.891 INFO STEP 135 (remove_files) COMPLETE
48112025-02-07T09:58:52.388Z[ recovery-image] Feb 07 09:58:50.891 INFO O| Feb 07 09:58:50.891 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122025-02-07T09:58:52.411Z[ recovery-image] Feb 07 09:58:50.913 INFO O| Feb 07 09:58:50.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
48132025-02-07T09:58:52.413Z[ recovery-image] Feb 07 09:58:50.913 INFO O| Feb 07 09:58:50.913 INFO STEP 136 (remove_files) COMPLETE
48142025-02-07T09:58:52.413Z[ recovery-image] Feb 07 09:58:50.914 INFO O| Feb 07 09:58:50.913 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152025-02-07T09:58:52.433Z[ recovery-image] Feb 07 09:58:50.935 INFO O| Feb 07 09:58:50.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
48162025-02-07T09:58:52.435Z[ recovery-image] Feb 07 09:58:50.935 INFO O| Feb 07 09:58:50.935 INFO STEP 137 (remove_files) COMPLETE
48172025-02-07T09:58:52.435Z[ recovery-image] Feb 07 09:58:50.935 INFO O| Feb 07 09:58:50.935 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182025-02-07T09:58:52.454Z[ recovery-image] Feb 07 09:58:50.956 INFO O| Feb 07 09:58:50.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
48192025-02-07T09:58:52.454Z[ recovery-image] Feb 07 09:58:50.956 INFO O| Feb 07 09:58:50.956 INFO STEP 138 (remove_files) COMPLETE
48202025-02-07T09:58:52.454Z[ recovery-image] Feb 07 09:58:50.956 INFO O| Feb 07 09:58:50.956 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212025-02-07T09:58:52.476Z[ recovery-image] Feb 07 09:58:50.976 INFO O| Feb 07 09:58:50.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
48222025-02-07T09:58:52.476Z[ recovery-image] Feb 07 09:58:50.977 INFO O| Feb 07 09:58:50.977 INFO STEP 139 (remove_files) COMPLETE
48232025-02-07T09:58:52.476Z[ recovery-image] Feb 07 09:58:50.977 INFO O| Feb 07 09:58:50.977 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242025-02-07T09:58:52.492Z[ host-image] Feb 07 09:58:50.994 INFO O| Feb 07 09:58:50.994 INFO STEP 13 (pkg_install) COMPLETE
48252025-02-07T09:58:52.492Z[ host-image] Feb 07 09:58:50.994 INFO O| Feb 07 09:58:50.994 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
48262025-02-07T09:58:52.495Z[ recovery-image] Feb 07 09:58:50.998 INFO O| Feb 07 09:58:50.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
48272025-02-07T09:58:52.501Z[ recovery-image] Feb 07 09:58:50.998 INFO O| Feb 07 09:58:50.998 INFO STEP 140 (remove_files) COMPLETE
48282025-02-07T09:58:52.501Z[ recovery-image] Feb 07 09:58:50.998 INFO O| Feb 07 09:58:50.998 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292025-02-07T09:58:52.511Z[ host-image] Feb 07 09:58:51.013 INFO O| Feb 07 09:58:51.013 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
48302025-02-07T09:58:52.540Z[ recovery-image] Feb 07 09:58:51.042 INFO O| Feb 07 09:58:51.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
48312025-02-07T09:58:52.540Z[ recovery-image] Feb 07 09:58:51.042 INFO O| Feb 07 09:58:51.042 INFO STEP 141 (remove_files) COMPLETE
48322025-02-07T09:58:52.540Z[ recovery-image] Feb 07 09:58:51.042 INFO O| Feb 07 09:58:51.042 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332025-02-07T09:58:52.596Z[ recovery-image] Feb 07 09:58:51.098 INFO O| Feb 07 09:58:51.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48342025-02-07T09:58:52.596Z[ recovery-image] Feb 07 09:58:51.098 INFO O| Feb 07 09:58:51.098 INFO STEP 142 (remove_files) COMPLETE
48352025-02-07T09:58:52.599Z[ recovery-image] Feb 07 09:58:51.099 INFO O| Feb 07 09:58:51.098 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362025-02-07T09:58:52.634Z[ recovery-image] Feb 07 09:58:51.136 INFO O| Feb 07 09:58:51.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48372025-02-07T09:58:52.634Z[ recovery-image] Feb 07 09:58:51.136 INFO O| Feb 07 09:58:51.136 INFO STEP 143 (remove_files) COMPLETE
48382025-02-07T09:58:52.634Z[ recovery-image] Feb 07 09:58:51.136 INFO O| Feb 07 09:58:51.136 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392025-02-07T09:58:52.653Z[ recovery-image] Feb 07 09:58:51.156 INFO O| Feb 07 09:58:51.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48402025-02-07T09:58:52.653Z[ recovery-image] Feb 07 09:58:51.156 INFO O| Feb 07 09:58:51.156 INFO STEP 144 (remove_files) COMPLETE
48412025-02-07T09:58:52.653Z[ recovery-image] Feb 07 09:58:51.156 INFO O| Feb 07 09:58:51.156 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422025-02-07T09:58:52.692Z[ recovery-image] Feb 07 09:58:51.194 INFO O| Feb 07 09:58:51.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48432025-02-07T09:58:52.692Z[ recovery-image] Feb 07 09:58:51.194 INFO O| Feb 07 09:58:51.194 INFO STEP 145 (remove_files) COMPLETE
48442025-02-07T09:58:52.694Z[ recovery-image] Feb 07 09:58:51.195 INFO O| Feb 07 09:58:51.194 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452025-02-07T09:58:52.731Z[ recovery-image] Feb 07 09:58:51.234 INFO O| Feb 07 09:58:51.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48462025-02-07T09:58:52.731Z[ recovery-image] Feb 07 09:58:51.234 INFO O| Feb 07 09:58:51.234 INFO STEP 146 (remove_files) COMPLETE
48472025-02-07T09:58:52.734Z[ recovery-image] Feb 07 09:58:51.234 INFO O| Feb 07 09:58:51.234 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482025-02-07T09:58:52.768Z[ recovery-image] Feb 07 09:58:51.270 INFO O| Feb 07 09:58:51.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48492025-02-07T09:58:52.793Z[ recovery-image] Feb 07 09:58:51.295 INFO O| Feb 07 09:58:51.295 INFO STEP 147 (remove_files) COMPLETE
48502025-02-07T09:58:52.793Z[ recovery-image] Feb 07 09:58:51.295 INFO O| Feb 07 09:58:51.295 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512025-02-07T09:58:52.837Z[ recovery-image] Feb 07 09:58:51.340 INFO O| Feb 07 09:58:51.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48522025-02-07T09:58:52.837Z[ recovery-image] Feb 07 09:58:51.340 INFO O| Feb 07 09:58:51.340 INFO STEP 148 (remove_files) COMPLETE
48532025-02-07T09:58:52.837Z[ recovery-image] Feb 07 09:58:51.340 INFO O| Feb 07 09:58:51.340 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542025-02-07T09:58:52.868Z[ recovery-image] Feb 07 09:58:51.370 INFO O| Feb 07 09:58:51.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48552025-02-07T09:58:52.868Z[ recovery-image] Feb 07 09:58:51.371 INFO O| Feb 07 09:58:51.371 INFO STEP 149 (remove_files) COMPLETE
48562025-02-07T09:58:52.868Z[ recovery-image] Feb 07 09:58:51.371 INFO O| Feb 07 09:58:51.371 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572025-02-07T09:58:52.932Z[ recovery-image] Feb 07 09:58:51.434 INFO O| Feb 07 09:58:51.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48582025-02-07T09:58:52.932Z[ recovery-image] Feb 07 09:58:51.434 INFO O| Feb 07 09:58:51.434 INFO STEP 150 (remove_files) COMPLETE
48592025-02-07T09:58:52.935Z[ recovery-image] Feb 07 09:58:51.434 INFO O| Feb 07 09:58:51.434 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602025-02-07T09:58:52.977Z[ recovery-image] Feb 07 09:58:51.479 INFO O| Feb 07 09:58:51.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48612025-02-07T09:58:53.001Z[ recovery-image] Feb 07 09:58:51.503 INFO O| Feb 07 09:58:51.503 INFO STEP 151 (remove_files) COMPLETE
48622025-02-07T09:58:53.001Z[ recovery-image] Feb 07 09:58:51.503 INFO O| Feb 07 09:58:51.503 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632025-02-07T09:58:53.048Z[ recovery-image] Feb 07 09:58:51.551 INFO O| Feb 07 09:58:51.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48642025-02-07T09:58:53.048Z[ recovery-image] Feb 07 09:58:51.551 INFO O| Feb 07 09:58:51.551 INFO STEP 152 (remove_files) COMPLETE
48652025-02-07T09:58:53.048Z[ recovery-image] Feb 07 09:58:51.551 INFO O| Feb 07 09:58:51.551 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662025-02-07T09:58:53.130Z[ recovery-image] Feb 07 09:58:51.633 INFO O| Feb 07 09:58:51.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48672025-02-07T09:58:53.131Z[ recovery-image] Feb 07 09:58:51.633 INFO O| Feb 07 09:58:51.633 INFO STEP 153 (remove_files) COMPLETE
48682025-02-07T09:58:53.134Z[ recovery-image] Feb 07 09:58:51.633 INFO O| Feb 07 09:58:51.633 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692025-02-07T09:58:53.230Z[ recovery-image] Feb 07 09:58:51.733 INFO O| Feb 07 09:58:51.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48702025-02-07T09:58:53.230Z[ recovery-image] Feb 07 09:58:51.733 INFO O| Feb 07 09:58:51.733 INFO STEP 154 (remove_files) COMPLETE
48712025-02-07T09:58:53.230Z[ recovery-image] Feb 07 09:58:51.733 INFO O| Feb 07 09:58:51.733 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722025-02-07T09:58:53.308Z[ recovery-image] Feb 07 09:58:51.810 INFO O| Feb 07 09:58:51.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48732025-02-07T09:58:53.308Z[ recovery-image] Feb 07 09:58:51.810 INFO O| Feb 07 09:58:51.810 INFO STEP 155 (remove_files) COMPLETE
48742025-02-07T09:58:53.308Z[ recovery-image] Feb 07 09:58:51.810 INFO O| Feb 07 09:58:51.810 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752025-02-07T09:58:53.385Z[ recovery-image] Feb 07 09:58:51.887 INFO O| Feb 07 09:58:51.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48762025-02-07T09:58:53.385Z[ recovery-image] Feb 07 09:58:51.887 INFO O| Feb 07 09:58:51.887 INFO STEP 156 (remove_files) COMPLETE
48772025-02-07T09:58:53.385Z[ recovery-image] Feb 07 09:58:51.887 INFO O| Feb 07 09:58:51.887 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782025-02-07T09:58:53.443Z[ recovery-image] Feb 07 09:58:51.945 INFO O| Feb 07 09:58:51.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48792025-02-07T09:58:53.443Z[ recovery-image] Feb 07 09:58:51.945 INFO O| Feb 07 09:58:51.945 INFO STEP 157 (remove_files) COMPLETE
48802025-02-07T09:58:53.445Z[ recovery-image] Feb 07 09:58:51.945 INFO O| Feb 07 09:58:51.945 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812025-02-07T09:58:53.504Z[ recovery-image] Feb 07 09:58:52.006 INFO O| Feb 07 09:58:52.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48822025-02-07T09:58:53.525Z[ recovery-image] Feb 07 09:58:52.028 INFO O| Feb 07 09:58:52.028 INFO STEP 158 (remove_files) COMPLETE
48832025-02-07T09:58:53.525Z[ recovery-image] Feb 07 09:58:52.028 INFO O| Feb 07 09:58:52.028 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842025-02-07T09:58:53.581Z[ recovery-image] Feb 07 09:58:52.083 INFO O| Feb 07 09:58:52.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48852025-02-07T09:58:53.581Z[ recovery-image] Feb 07 09:58:52.083 INFO O| Feb 07 09:58:52.083 INFO STEP 159 (remove_files) COMPLETE
48862025-02-07T09:58:53.581Z[ recovery-image] Feb 07 09:58:52.083 INFO O| Feb 07 09:58:52.083 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872025-02-07T09:58:53.634Z[ recovery-image] Feb 07 09:58:52.135 INFO O| Feb 07 09:58:52.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48882025-02-07T09:58:53.634Z[ recovery-image] Feb 07 09:58:52.135 INFO O| Feb 07 09:58:52.135 INFO STEP 160 (remove_files) COMPLETE
48892025-02-07T09:58:53.634Z[ recovery-image] Feb 07 09:58:52.135 INFO O| Feb 07 09:58:52.135 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902025-02-07T09:58:53.653Z[ recovery-image] Feb 07 09:58:52.156 INFO O| Feb 07 09:58:52.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48912025-02-07T09:58:53.653Z[ recovery-image] Feb 07 09:58:52.156 INFO O| Feb 07 09:58:52.156 INFO STEP 161 (remove_files) COMPLETE
48922025-02-07T09:58:53.653Z[ recovery-image] Feb 07 09:58:52.156 INFO O| Feb 07 09:58:52.156 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932025-02-07T09:58:53.687Z[ recovery-image] Feb 07 09:58:52.189 INFO O| Feb 07 09:58:52.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48942025-02-07T09:58:53.687Z[ recovery-image] Feb 07 09:58:52.189 INFO O| Feb 07 09:58:52.189 INFO STEP 162 (remove_files) COMPLETE
48952025-02-07T09:58:53.690Z[ recovery-image] Feb 07 09:58:52.189 INFO O| Feb 07 09:58:52.189 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962025-02-07T09:58:53.708Z[ recovery-image] Feb 07 09:58:52.210 INFO O| Feb 07 09:58:52.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48972025-02-07T09:58:53.708Z[ recovery-image] Feb 07 09:58:52.210 INFO O| Feb 07 09:58:52.210 INFO STEP 163 (remove_files) COMPLETE
48982025-02-07T09:58:53.708Z[ recovery-image] Feb 07 09:58:52.210 INFO O| Feb 07 09:58:52.210 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992025-02-07T09:58:53.727Z[ recovery-image] Feb 07 09:58:52.230 INFO O| Feb 07 09:58:52.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
49002025-02-07T09:58:53.727Z[ recovery-image] Feb 07 09:58:52.230 INFO O| Feb 07 09:58:52.230 INFO STEP 164 (remove_files) COMPLETE
49012025-02-07T09:58:53.727Z[ recovery-image] Feb 07 09:58:52.230 INFO O| Feb 07 09:58:52.230 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022025-02-07T09:58:53.747Z[ recovery-image] Feb 07 09:58:52.249 INFO O| Feb 07 09:58:52.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
49032025-02-07T09:58:53.747Z[ recovery-image] Feb 07 09:58:52.249 INFO O| Feb 07 09:58:52.249 INFO STEP 165 (remove_files) COMPLETE
49042025-02-07T09:58:53.750Z[ recovery-image] Feb 07 09:58:52.250 INFO O| Feb 07 09:58:52.249 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052025-02-07T09:58:53.766Z[ recovery-image] Feb 07 09:58:52.269 INFO O| Feb 07 09:58:52.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
49062025-02-07T09:58:53.766Z[ recovery-image] Feb 07 09:58:52.269 INFO O| Feb 07 09:58:52.269 INFO STEP 166 (remove_files) COMPLETE
49072025-02-07T09:58:53.769Z[ recovery-image] Feb 07 09:58:52.269 INFO O| Feb 07 09:58:52.269 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082025-02-07T09:58:53.786Z[ recovery-image] Feb 07 09:58:52.287 INFO O| Feb 07 09:58:52.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
49092025-02-07T09:58:53.786Z[ recovery-image] Feb 07 09:58:52.287 INFO O| Feb 07 09:58:52.287 INFO STEP 167 (remove_files) COMPLETE
49102025-02-07T09:58:53.786Z[ recovery-image] Feb 07 09:58:52.287 INFO O| Feb 07 09:58:52.287 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112025-02-07T09:58:53.804Z[ recovery-image] Feb 07 09:58:52.306 INFO O| Feb 07 09:58:52.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
49122025-02-07T09:58:53.804Z[ recovery-image] Feb 07 09:58:52.306 INFO O| Feb 07 09:58:52.306 INFO STEP 168 (remove_files) COMPLETE
49132025-02-07T09:58:53.807Z[ recovery-image] Feb 07 09:58:52.306 INFO O| Feb 07 09:58:52.306 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142025-02-07T09:58:53.825Z[ recovery-image] Feb 07 09:58:52.327 INFO O| Feb 07 09:58:52.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
49152025-02-07T09:58:53.825Z[ recovery-image] Feb 07 09:58:52.327 INFO O| Feb 07 09:58:52.327 INFO STEP 169 (remove_files) COMPLETE
49162025-02-07T09:58:53.828Z[ recovery-image] Feb 07 09:58:52.327 INFO O| Feb 07 09:58:52.327 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172025-02-07T09:58:53.866Z[ host-image] Feb 07 09:58:52.368 INFO O| Feb 07 09:58:52.368 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
49182025-02-07T09:58:53.881Z[ recovery-image] Feb 07 09:58:52.383 INFO O| Feb 07 09:58:52.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
49192025-02-07T09:58:53.883Z[ recovery-image] Feb 07 09:58:52.383 INFO O| Feb 07 09:58:52.383 INFO STEP 170 (remove_files) COMPLETE
49202025-02-07T09:58:53.884Z[ recovery-image] Feb 07 09:58:52.383 INFO O| Feb 07 09:58:52.383 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212025-02-07T09:58:53.901Z[ recovery-image] Feb 07 09:58:52.403 INFO O| Feb 07 09:58:52.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
49222025-02-07T09:58:53.904Z[ recovery-image] Feb 07 09:58:52.407 INFO O| Feb 07 09:58:52.407 INFO STEP 171 (remove_files) COMPLETE
49232025-02-07T09:58:53.904Z[ recovery-image] Feb 07 09:58:52.407 INFO O| Feb 07 09:58:52.407 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242025-02-07T09:58:53.924Z[ recovery-image] Feb 07 09:58:52.427 INFO O| Feb 07 09:58:52.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
49252025-02-07T09:58:53.927Z[ recovery-image] Feb 07 09:58:52.427 INFO O| Feb 07 09:58:52.427 INFO STEP 172 (remove_files) COMPLETE
49262025-02-07T09:58:53.927Z[ recovery-image] Feb 07 09:58:52.427 INFO O| Feb 07 09:58:52.427 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272025-02-07T09:58:53.944Z[ recovery-image] Feb 07 09:58:52.446 INFO O| Feb 07 09:58:52.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
49282025-02-07T09:58:53.947Z[ recovery-image] Feb 07 09:58:52.447 INFO O| Feb 07 09:58:52.447 INFO STEP 173 (remove_files) COMPLETE
49292025-02-07T09:58:53.947Z[ recovery-image] Feb 07 09:58:52.447 INFO O| Feb 07 09:58:52.447 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302025-02-07T09:58:53.988Z[ recovery-image] Feb 07 09:58:52.490 INFO O| Feb 07 09:58:52.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
49312025-02-07T09:58:53.988Z[ recovery-image] Feb 07 09:58:52.490 INFO O| Feb 07 09:58:52.490 INFO STEP 174 (remove_files) COMPLETE
49322025-02-07T09:58:53.988Z[ recovery-image] Feb 07 09:58:52.490 INFO O| Feb 07 09:58:52.490 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332025-02-07T09:58:54.005Z[ recovery-image] Feb 07 09:58:52.507 INFO O| Feb 07 09:58:52.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49342025-02-07T09:58:54.005Z[ recovery-image] Feb 07 09:58:52.507 INFO O| Feb 07 09:58:52.507 INFO STEP 175 (remove_files) COMPLETE
49352025-02-07T09:58:54.005Z[ recovery-image] Feb 07 09:58:52.507 INFO O| Feb 07 09:58:52.507 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362025-02-07T09:58:54.031Z[ recovery-image] Feb 07 09:58:52.533 INFO O| Feb 07 09:58:52.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49372025-02-07T09:58:54.034Z[ recovery-image] Feb 07 09:58:52.533 INFO O| Feb 07 09:58:52.533 INFO STEP 176 (remove_files) COMPLETE
49382025-02-07T09:58:54.034Z[ recovery-image] Feb 07 09:58:52.533 INFO O| Feb 07 09:58:52.533 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392025-02-07T09:58:54.051Z[ recovery-image] Feb 07 09:58:52.553 INFO O| Feb 07 09:58:52.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49402025-02-07T09:58:54.051Z[ recovery-image] Feb 07 09:58:52.553 INFO O| Feb 07 09:58:52.553 INFO STEP 177 (remove_files) COMPLETE
49412025-02-07T09:58:54.051Z[ recovery-image] Feb 07 09:58:52.553 INFO O| Feb 07 09:58:52.553 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422025-02-07T09:58:54.068Z[ recovery-image] Feb 07 09:58:52.570 INFO O| Feb 07 09:58:52.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49432025-02-07T09:58:54.068Z[ recovery-image] Feb 07 09:58:52.570 INFO O| Feb 07 09:58:52.570 INFO STEP 178 (remove_files) COMPLETE
49442025-02-07T09:58:54.068Z[ recovery-image] Feb 07 09:58:52.570 INFO O| Feb 07 09:58:52.570 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452025-02-07T09:58:54.093Z[ recovery-image] Feb 07 09:58:52.595 INFO O| Feb 07 09:58:52.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49462025-02-07T09:58:54.093Z[ recovery-image] Feb 07 09:58:52.595 INFO O| Feb 07 09:58:52.595 INFO STEP 179 (remove_files) COMPLETE
49472025-02-07T09:58:54.096Z[ recovery-image] Feb 07 09:58:52.595 INFO O| Feb 07 09:58:52.595 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482025-02-07T09:58:54.126Z[ recovery-image] Feb 07 09:58:52.629 INFO O| Feb 07 09:58:52.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49492025-02-07T09:58:54.126Z[ recovery-image] Feb 07 09:58:52.629 INFO O| Feb 07 09:58:52.629 INFO STEP 180 (remove_files) COMPLETE
49502025-02-07T09:58:54.126Z[ recovery-image] Feb 07 09:58:52.629 INFO O| Feb 07 09:58:52.629 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512025-02-07T09:58:54.164Z[ recovery-image] Feb 07 09:58:52.667 INFO O| Feb 07 09:58:52.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49522025-02-07T09:58:54.167Z[ recovery-image] Feb 07 09:58:52.667 INFO O| Feb 07 09:58:52.667 INFO STEP 181 (remove_files) COMPLETE
49532025-02-07T09:58:54.167Z[ recovery-image] Feb 07 09:58:52.667 INFO O| Feb 07 09:58:52.667 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542025-02-07T09:58:54.200Z[ recovery-image] Feb 07 09:58:52.702 INFO O| Feb 07 09:58:52.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49552025-02-07T09:58:54.201Z[ recovery-image] Feb 07 09:58:52.702 INFO O| Feb 07 09:58:52.702 INFO STEP 182 (remove_files) COMPLETE
49562025-02-07T09:58:54.201Z[ recovery-image] Feb 07 09:58:52.702 INFO O| Feb 07 09:58:52.702 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572025-02-07T09:58:54.261Z[ recovery-image] Feb 07 09:58:52.764 INFO O| Feb 07 09:58:52.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49582025-02-07T09:58:54.261Z[ recovery-image] Feb 07 09:58:52.764 INFO O| Feb 07 09:58:52.764 INFO STEP 183 (remove_files) COMPLETE
49592025-02-07T09:58:54.264Z[ recovery-image] Feb 07 09:58:52.764 INFO O| Feb 07 09:58:52.764 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-02-07T09:58:54.324Z[ recovery-image] Feb 07 09:58:52.826 INFO O| Feb 07 09:58:52.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49612025-02-07T09:58:54.324Z[ recovery-image] Feb 07 09:58:52.826 INFO O| Feb 07 09:58:52.826 INFO STEP 184 (remove_files) COMPLETE
49622025-02-07T09:58:54.327Z[ recovery-image] Feb 07 09:58:52.827 INFO O| Feb 07 09:58:52.826 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-02-07T09:58:54.356Z[ recovery-image] Feb 07 09:58:52.858 INFO O| Feb 07 09:58:52.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49642025-02-07T09:58:54.356Z[ recovery-image] Feb 07 09:58:52.858 INFO O| Feb 07 09:58:52.858 INFO STEP 185 (remove_files) COMPLETE
49652025-02-07T09:58:54.359Z[ recovery-image] Feb 07 09:58:52.858 INFO O| Feb 07 09:58:52.858 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-02-07T09:58:54.380Z[ recovery-image] Feb 07 09:58:52.882 INFO O| Feb 07 09:58:52.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49672025-02-07T09:58:54.380Z[ recovery-image] Feb 07 09:58:52.883 INFO O| Feb 07 09:58:52.882 INFO STEP 186 (remove_files) COMPLETE
49682025-02-07T09:58:54.384Z[ recovery-image] Feb 07 09:58:52.883 INFO O| Feb 07 09:58:52.882 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-02-07T09:58:54.400Z[ recovery-image] Feb 07 09:58:52.903 INFO O| Feb 07 09:58:52.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49702025-02-07T09:58:54.400Z[ recovery-image] Feb 07 09:58:52.903 INFO O| Feb 07 09:58:52.903 INFO STEP 187 (remove_files) COMPLETE
49712025-02-07T09:58:54.401Z[ recovery-image] Feb 07 09:58:52.903 INFO O| Feb 07 09:58:52.903 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-02-07T09:58:54.431Z[ recovery-image] Feb 07 09:58:52.933 INFO O| Feb 07 09:58:52.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49732025-02-07T09:58:54.431Z[ recovery-image] Feb 07 09:58:52.933 INFO O| Feb 07 09:58:52.933 INFO STEP 188 (remove_files) COMPLETE
49742025-02-07T09:58:54.434Z[ recovery-image] Feb 07 09:58:52.933 INFO O| Feb 07 09:58:52.933 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-02-07T09:58:54.451Z[ recovery-image] Feb 07 09:58:52.954 INFO O| Feb 07 09:58:52.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49762025-02-07T09:58:54.451Z[ recovery-image] Feb 07 09:58:52.954 INFO O| Feb 07 09:58:52.954 INFO STEP 189 (remove_files) COMPLETE
49772025-02-07T09:58:54.454Z[ recovery-image] Feb 07 09:58:52.954 INFO O| Feb 07 09:58:52.954 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-02-07T09:58:54.491Z[ recovery-image] Feb 07 09:58:52.993 INFO O| Feb 07 09:58:52.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49792025-02-07T09:58:54.491Z[ recovery-image] Feb 07 09:58:52.993 INFO O| Feb 07 09:58:52.993 INFO STEP 190 (remove_files) COMPLETE
49802025-02-07T09:58:54.494Z[ recovery-image] Feb 07 09:58:52.993 INFO O| Feb 07 09:58:52.993 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-02-07T09:58:54.554Z[ recovery-image] Feb 07 09:58:53.056 INFO O| Feb 07 09:58:53.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49822025-02-07T09:58:54.554Z[ recovery-image] Feb 07 09:58:53.057 INFO O| Feb 07 09:58:53.056 INFO STEP 191 (remove_files) COMPLETE
49832025-02-07T09:58:54.557Z[ recovery-image] Feb 07 09:58:53.057 INFO O| Feb 07 09:58:53.057 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-02-07T09:58:54.588Z[ recovery-image] Feb 07 09:58:53.089 INFO O| Feb 07 09:58:53.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49852025-02-07T09:58:54.588Z[ recovery-image] Feb 07 09:58:53.089 INFO O| Feb 07 09:58:53.089 INFO STEP 192 (remove_files) COMPLETE
49862025-02-07T09:58:54.588Z[ recovery-image] Feb 07 09:58:53.089 INFO O| Feb 07 09:58:53.089 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-02-07T09:58:54.633Z[ recovery-image] Feb 07 09:58:53.135 INFO O| Feb 07 09:58:53.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49882025-02-07T09:58:54.633Z[ recovery-image] Feb 07 09:58:53.135 INFO O| Feb 07 09:58:53.135 INFO STEP 193 (remove_files) COMPLETE
49892025-02-07T09:58:54.633Z[ recovery-image] Feb 07 09:58:53.135 INFO O| Feb 07 09:58:53.135 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-02-07T09:58:54.654Z[ recovery-image] Feb 07 09:58:53.156 INFO O| Feb 07 09:58:53.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49912025-02-07T09:58:54.654Z[ recovery-image] Feb 07 09:58:53.156 INFO O| Feb 07 09:58:53.156 INFO STEP 194 (remove_files) COMPLETE
49922025-02-07T09:58:54.657Z[ recovery-image] Feb 07 09:58:53.156 INFO O| Feb 07 09:58:53.156 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-02-07T09:58:54.690Z[ recovery-image] Feb 07 09:58:53.192 INFO O| Feb 07 09:58:53.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49942025-02-07T09:58:54.692Z[ recovery-image] Feb 07 09:58:53.192 INFO O| Feb 07 09:58:53.192 INFO STEP 195 (remove_files) COMPLETE
49952025-02-07T09:58:54.692Z[ recovery-image] Feb 07 09:58:53.192 INFO O| Feb 07 09:58:53.192 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-02-07T09:58:54.712Z[ recovery-image] Feb 07 09:58:53.214 INFO O| Feb 07 09:58:53.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49972025-02-07T09:58:54.715Z[ recovery-image] Feb 07 09:58:53.214 INFO O| Feb 07 09:58:53.214 INFO STEP 196 (remove_files) COMPLETE
49982025-02-07T09:58:54.715Z[ recovery-image] Feb 07 09:58:53.214 INFO O| Feb 07 09:58:53.214 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-02-07T09:58:54.749Z[ recovery-image] Feb 07 09:58:53.251 INFO O| Feb 07 09:58:53.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
50002025-02-07T09:58:54.751Z[ recovery-image] Feb 07 09:58:53.251 INFO O| Feb 07 09:58:53.251 INFO STEP 197 (remove_files) COMPLETE
50012025-02-07T09:58:54.751Z[ recovery-image] Feb 07 09:58:53.251 INFO O| Feb 07 09:58:53.251 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-02-07T09:58:54.770Z[ recovery-image] Feb 07 09:58:53.273 INFO O| Feb 07 09:58:53.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
50032025-02-07T09:58:54.773Z[ recovery-image] Feb 07 09:58:53.273 INFO O| Feb 07 09:58:53.273 INFO STEP 198 (remove_files) COMPLETE
50042025-02-07T09:58:54.773Z[ recovery-image] Feb 07 09:58:53.273 INFO O| Feb 07 09:58:53.273 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052025-02-07T09:58:54.791Z[ recovery-image] Feb 07 09:58:53.293 INFO O| Feb 07 09:58:53.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
50062025-02-07T09:58:54.794Z[ recovery-image] Feb 07 09:58:53.293 INFO O| Feb 07 09:58:53.293 INFO STEP 199 (remove_files) COMPLETE
50072025-02-07T09:58:54.794Z[ recovery-image] Feb 07 09:58:53.293 INFO O| Feb 07 09:58:53.293 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082025-02-07T09:58:54.811Z[ recovery-image] Feb 07 09:58:53.313 INFO O| Feb 07 09:58:53.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
50092025-02-07T09:58:54.811Z[ recovery-image] Feb 07 09:58:53.313 INFO O| Feb 07 09:58:53.313 INFO STEP 200 (remove_files) COMPLETE
50102025-02-07T09:58:54.811Z[ recovery-image] Feb 07 09:58:53.313 INFO O| Feb 07 09:58:53.313 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112025-02-07T09:58:54.832Z[ recovery-image] Feb 07 09:58:53.333 INFO O| Feb 07 09:58:53.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
50122025-02-07T09:58:54.832Z[ recovery-image] Feb 07 09:58:53.333 INFO O| Feb 07 09:58:53.333 INFO STEP 201 (remove_files) COMPLETE
50132025-02-07T09:58:54.832Z[ recovery-image] Feb 07 09:58:53.333 INFO O| Feb 07 09:58:53.333 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142025-02-07T09:58:54.851Z[ recovery-image] Feb 07 09:58:53.354 INFO O| Feb 07 09:58:53.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
50152025-02-07T09:58:54.851Z[ recovery-image] Feb 07 09:58:53.354 INFO O| Feb 07 09:58:53.354 INFO STEP 202 (remove_files) COMPLETE
50162025-02-07T09:58:54.851Z[ recovery-image] Feb 07 09:58:53.354 INFO O| Feb 07 09:58:53.354 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172025-02-07T09:58:54.872Z[ recovery-image] Feb 07 09:58:53.374 INFO O| Feb 07 09:58:53.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
50182025-02-07T09:58:54.872Z[ recovery-image] Feb 07 09:58:53.374 INFO O| Feb 07 09:58:53.374 INFO STEP 203 (remove_files) COMPLETE
50192025-02-07T09:58:54.872Z[ recovery-image] Feb 07 09:58:53.374 INFO O| Feb 07 09:58:53.374 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202025-02-07T09:58:54.891Z[ recovery-image] Feb 07 09:58:53.393 INFO O| Feb 07 09:58:53.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
50212025-02-07T09:58:54.891Z[ recovery-image] Feb 07 09:58:53.393 INFO O| Feb 07 09:58:53.393 INFO STEP 204 (remove_files) COMPLETE
50222025-02-07T09:58:54.891Z[ recovery-image] Feb 07 09:58:53.393 INFO O| Feb 07 09:58:53.393 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232025-02-07T09:58:54.910Z[ recovery-image] Feb 07 09:58:53.412 INFO O| Feb 07 09:58:53.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
50242025-02-07T09:58:54.910Z[ recovery-image] Feb 07 09:58:53.412 INFO O| Feb 07 09:58:53.412 INFO STEP 205 (remove_files) COMPLETE
50252025-02-07T09:58:54.910Z[ recovery-image] Feb 07 09:58:53.412 INFO O| Feb 07 09:58:53.412 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262025-02-07T09:58:54.931Z[ recovery-image] Feb 07 09:58:53.433 INFO O| Feb 07 09:58:53.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
50272025-02-07T09:58:54.931Z[ recovery-image] Feb 07 09:58:53.433 INFO O| Feb 07 09:58:53.433 INFO STEP 206 (remove_files) COMPLETE
50282025-02-07T09:58:54.931Z[ recovery-image] Feb 07 09:58:53.433 INFO O| Feb 07 09:58:53.433 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292025-02-07T09:58:54.968Z[ recovery-image] Feb 07 09:58:53.470 INFO O| Feb 07 09:58:53.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50302025-02-07T09:58:54.968Z[ recovery-image] Feb 07 09:58:53.470 INFO O| Feb 07 09:58:53.470 INFO STEP 207 (remove_files) COMPLETE
50312025-02-07T09:58:54.968Z[ recovery-image] Feb 07 09:58:53.470 INFO O| Feb 07 09:58:53.470 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322025-02-07T09:58:54.993Z[ recovery-image] Feb 07 09:58:53.495 INFO O| Feb 07 09:58:53.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50332025-02-07T09:58:54.993Z[ recovery-image] Feb 07 09:58:53.495 INFO O| Feb 07 09:58:53.495 INFO STEP 208 (remove_files) COMPLETE
50342025-02-07T09:58:54.993Z[ recovery-image] Feb 07 09:58:53.495 INFO O| Feb 07 09:58:53.495 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352025-02-07T09:58:55.048Z[ recovery-image] Feb 07 09:58:53.549 INFO O| Feb 07 09:58:53.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50362025-02-07T09:58:55.048Z[ recovery-image] Feb 07 09:58:53.550 INFO O| Feb 07 09:58:53.550 INFO STEP 209 (remove_files) COMPLETE
50372025-02-07T09:58:55.048Z[ recovery-image] Feb 07 09:58:53.550 INFO O| Feb 07 09:58:53.550 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382025-02-07T09:58:55.066Z[ recovery-image] Feb 07 09:58:53.568 INFO O| Feb 07 09:58:53.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50392025-02-07T09:58:55.066Z[ recovery-image] Feb 07 09:58:53.568 INFO O| Feb 07 09:58:53.568 INFO STEP 210 (remove_files) COMPLETE
50402025-02-07T09:58:55.066Z[ recovery-image] Feb 07 09:58:53.568 INFO O| Feb 07 09:58:53.568 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412025-02-07T09:58:55.097Z[ recovery-image] Feb 07 09:58:53.599 INFO O| Feb 07 09:58:53.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50422025-02-07T09:58:55.097Z[ recovery-image] Feb 07 09:58:53.599 INFO O| Feb 07 09:58:53.599 INFO STEP 211 (remove_files) COMPLETE
50432025-02-07T09:58:55.100Z[ recovery-image] Feb 07 09:58:53.600 INFO O| Feb 07 09:58:53.599 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442025-02-07T09:58:55.118Z[ recovery-image] Feb 07 09:58:53.620 INFO O| Feb 07 09:58:53.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50452025-02-07T09:58:55.118Z[ recovery-image] Feb 07 09:58:53.620 INFO O| Feb 07 09:58:53.620 INFO STEP 212 (remove_files) COMPLETE
50462025-02-07T09:58:55.118Z[ recovery-image] Feb 07 09:58:53.620 INFO O| Feb 07 09:58:53.620 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472025-02-07T09:58:55.242Z[ recovery-image] Feb 07 09:58:53.744 INFO O| Feb 07 09:58:53.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50482025-02-07T09:58:55.245Z[ recovery-image] Feb 07 09:58:53.744 INFO O| Feb 07 09:58:53.744 INFO STEP 213 (remove_files) COMPLETE
50492025-02-07T09:58:55.245Z[ recovery-image] Feb 07 09:58:53.744 INFO O| Feb 07 09:58:53.744 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502025-02-07T09:58:55.281Z[ recovery-image] Feb 07 09:58:53.783 INFO O| Feb 07 09:58:53.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50512025-02-07T09:58:55.281Z[ recovery-image] Feb 07 09:58:53.783 INFO O| Feb 07 09:58:53.783 INFO STEP 214 (remove_files) COMPLETE
50522025-02-07T09:58:55.285Z[ recovery-image] Feb 07 09:58:53.783 INFO O| Feb 07 09:58:53.783 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532025-02-07T09:58:55.324Z[ recovery-image] Feb 07 09:58:53.826 INFO O| Feb 07 09:58:53.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50542025-02-07T09:58:55.326Z[ recovery-image] Feb 07 09:58:53.826 INFO O| Feb 07 09:58:53.826 INFO STEP 215 (remove_files) COMPLETE
50552025-02-07T09:58:55.326Z[ recovery-image] Feb 07 09:58:53.826 INFO O| Feb 07 09:58:53.826 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562025-02-07T09:58:55.346Z[ recovery-image] Feb 07 09:58:53.847 INFO O| Feb 07 09:58:53.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50572025-02-07T09:58:55.348Z[ recovery-image] Feb 07 09:58:53.847 INFO O| Feb 07 09:58:53.847 INFO STEP 216 (remove_files) COMPLETE
50582025-02-07T09:58:55.348Z[ recovery-image] Feb 07 09:58:53.847 INFO O| Feb 07 09:58:53.847 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592025-02-07T09:58:55.373Z[ recovery-image] Feb 07 09:58:53.875 INFO O| Feb 07 09:58:53.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50602025-02-07T09:58:55.375Z[ recovery-image] Feb 07 09:58:53.875 INFO O| Feb 07 09:58:53.875 INFO STEP 217 (remove_files) COMPLETE
50612025-02-07T09:58:55.375Z[ recovery-image] Feb 07 09:58:53.875 INFO O| Feb 07 09:58:53.875 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622025-02-07T09:58:55.393Z[ recovery-image] Feb 07 09:58:53.895 INFO O| Feb 07 09:58:53.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50632025-02-07T09:58:55.396Z[ recovery-image] Feb 07 09:58:53.896 INFO O| Feb 07 09:58:53.895 INFO STEP 218 (remove_files) COMPLETE
50642025-02-07T09:58:55.396Z[ recovery-image] Feb 07 09:58:53.896 INFO O| Feb 07 09:58:53.896 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652025-02-07T09:58:55.412Z[ recovery-image] Feb 07 09:58:53.914 INFO O| Feb 07 09:58:53.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50662025-02-07T09:58:55.416Z[ recovery-image] Feb 07 09:58:53.914 INFO O| Feb 07 09:58:53.914 INFO STEP 219 (remove_files) COMPLETE
50672025-02-07T09:58:55.416Z[ recovery-image] Feb 07 09:58:53.915 INFO O| Feb 07 09:58:53.914 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682025-02-07T09:58:55.432Z[ recovery-image] Feb 07 09:58:53.933 INFO O| Feb 07 09:58:53.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50692025-02-07T09:58:55.436Z[ recovery-image] Feb 07 09:58:53.933 INFO O| Feb 07 09:58:53.933 INFO STEP 220 (remove_files) COMPLETE
50702025-02-07T09:58:55.436Z[ recovery-image] Feb 07 09:58:53.933 INFO O| Feb 07 09:58:53.933 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712025-02-07T09:58:55.458Z[ recovery-image] Feb 07 09:58:53.960 INFO O| Feb 07 09:58:53.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50722025-02-07T09:58:55.458Z[ recovery-image] Feb 07 09:58:53.960 INFO O| Feb 07 09:58:53.960 INFO STEP 221 (remove_files) COMPLETE
50732025-02-07T09:58:55.461Z[ recovery-image] Feb 07 09:58:53.960 INFO O| Feb 07 09:58:53.960 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742025-02-07T09:58:55.479Z[ recovery-image] Feb 07 09:58:53.981 INFO O| Feb 07 09:58:53.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50752025-02-07T09:58:55.479Z[ recovery-image] Feb 07 09:58:53.981 INFO O| Feb 07 09:58:53.981 INFO STEP 222 (remove_files) COMPLETE
50762025-02-07T09:58:55.479Z[ recovery-image] Feb 07 09:58:53.981 INFO O| Feb 07 09:58:53.981 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772025-02-07T09:58:55.497Z[ recovery-image] Feb 07 09:58:54.000 INFO O| Feb 07 09:58:53.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50782025-02-07T09:58:55.498Z[ recovery-image] Feb 07 09:58:54.000 INFO O| Feb 07 09:58:54.000 INFO STEP 223 (remove_files) COMPLETE
50792025-02-07T09:58:55.502Z[ recovery-image] Feb 07 09:58:54.000 INFO O| Feb 07 09:58:54.000 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-02-07T09:58:55.529Z[ recovery-image] Feb 07 09:58:54.031 INFO O| Feb 07 09:58:54.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50812025-02-07T09:58:55.529Z[ recovery-image] Feb 07 09:58:54.031 INFO O| Feb 07 09:58:54.031 INFO STEP 224 (remove_files) COMPLETE
50822025-02-07T09:58:55.532Z[ recovery-image] Feb 07 09:58:54.031 INFO O| Feb 07 09:58:54.031 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-02-07T09:58:55.566Z[ recovery-image] Feb 07 09:58:54.068 INFO O| Feb 07 09:58:54.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50842025-02-07T09:58:55.566Z[ recovery-image] Feb 07 09:58:54.068 INFO O| Feb 07 09:58:54.068 INFO STEP 225 (remove_files) COMPLETE
50852025-02-07T09:58:55.569Z[ recovery-image] Feb 07 09:58:54.068 INFO O| Feb 07 09:58:54.068 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-02-07T09:58:55.587Z[ recovery-image] Feb 07 09:58:54.089 INFO O| Feb 07 09:58:54.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50872025-02-07T09:58:55.590Z[ recovery-image] Feb 07 09:58:54.089 INFO O| Feb 07 09:58:54.089 INFO STEP 226 (remove_files) COMPLETE
50882025-02-07T09:58:55.590Z[ recovery-image] Feb 07 09:58:54.089 INFO O| Feb 07 09:58:54.089 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-02-07T09:58:55.608Z[ recovery-image] Feb 07 09:58:54.110 INFO O| Feb 07 09:58:54.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50902025-02-07T09:58:55.608Z[ recovery-image] Feb 07 09:58:54.110 INFO O| Feb 07 09:58:54.110 INFO STEP 227 (remove_files) COMPLETE
50912025-02-07T09:58:55.608Z[ recovery-image] Feb 07 09:58:54.110 INFO O| Feb 07 09:58:54.110 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-02-07T09:58:55.627Z[ recovery-image] Feb 07 09:58:54.129 INFO O| Feb 07 09:58:54.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50932025-02-07T09:58:55.627Z[ recovery-image] Feb 07 09:58:54.129 INFO O| Feb 07 09:58:54.129 INFO STEP 228 (remove_files) COMPLETE
50942025-02-07T09:58:55.627Z[ recovery-image] Feb 07 09:58:54.129 INFO O| Feb 07 09:58:54.129 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-02-07T09:58:55.654Z[ recovery-image] Feb 07 09:58:54.156 INFO O| Feb 07 09:58:54.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50962025-02-07T09:58:55.657Z[ recovery-image] Feb 07 09:58:54.156 INFO O| Feb 07 09:58:54.156 INFO STEP 229 (remove_files) COMPLETE
50972025-02-07T09:58:55.657Z[ recovery-image] Feb 07 09:58:54.156 INFO O| Feb 07 09:58:54.156 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-02-07T09:58:55.692Z[ recovery-image] Feb 07 09:58:54.194 INFO O| Feb 07 09:58:54.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50992025-02-07T09:58:55.692Z[ recovery-image] Feb 07 09:58:54.194 INFO O| Feb 07 09:58:54.194 INFO STEP 230 (remove_files) COMPLETE
51002025-02-07T09:58:55.692Z[ recovery-image] Feb 07 09:58:54.194 INFO O| Feb 07 09:58:54.194 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-02-07T09:58:55.733Z[ recovery-image] Feb 07 09:58:54.235 INFO O| Feb 07 09:58:54.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
51022025-02-07T09:58:55.733Z[ recovery-image] Feb 07 09:58:54.235 INFO O| Feb 07 09:58:54.235 INFO STEP 231 (remove_files) COMPLETE
51032025-02-07T09:58:55.735Z[ recovery-image] Feb 07 09:58:54.235 INFO O| Feb 07 09:58:54.235 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-02-07T09:58:55.754Z[ recovery-image] Feb 07 09:58:54.256 INFO O| Feb 07 09:58:54.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
51052025-02-07T09:58:55.754Z[ recovery-image] Feb 07 09:58:54.257 INFO O| Feb 07 09:58:54.257 INFO STEP 232 (remove_files) COMPLETE
51062025-02-07T09:58:55.757Z[ recovery-image] Feb 07 09:58:54.257 INFO O| Feb 07 09:58:54.257 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-02-07T09:58:55.795Z[ recovery-image] Feb 07 09:58:54.297 INFO O| Feb 07 09:58:54.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
51082025-02-07T09:58:55.795Z[ recovery-image] Feb 07 09:58:54.297 INFO O| Feb 07 09:58:54.297 INFO STEP 233 (remove_files) COMPLETE
51092025-02-07T09:58:55.795Z[ recovery-image] Feb 07 09:58:54.297 INFO O| Feb 07 09:58:54.297 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-02-07T09:58:55.849Z[ recovery-image] Feb 07 09:58:54.351 INFO O| Feb 07 09:58:54.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
51112025-02-07T09:58:55.849Z[ recovery-image] Feb 07 09:58:54.351 INFO O| Feb 07 09:58:54.351 INFO STEP 234 (remove_files) COMPLETE
51122025-02-07T09:58:55.852Z[ recovery-image] Feb 07 09:58:54.351 INFO O| Feb 07 09:58:54.351 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132025-02-07T09:58:55.917Z[ recovery-image] Feb 07 09:58:54.419 INFO O| Feb 07 09:58:54.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
51142025-02-07T09:58:55.917Z[ recovery-image] Feb 07 09:58:54.419 INFO O| Feb 07 09:58:54.419 INFO STEP 235 (remove_files) COMPLETE
51152025-02-07T09:58:55.917Z[ recovery-image] Feb 07 09:58:54.419 INFO O| Feb 07 09:58:54.419 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162025-02-07T09:58:55.997Z[ recovery-image] Feb 07 09:58:54.498 INFO O| Feb 07 09:58:54.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
51172025-02-07T09:58:55.997Z[ recovery-image] Feb 07 09:58:54.498 INFO O| Feb 07 09:58:54.498 INFO STEP 236 (remove_files) COMPLETE
51182025-02-07T09:58:55.997Z[ recovery-image] Feb 07 09:58:54.498 INFO O| Feb 07 09:58:54.498 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192025-02-07T09:58:56.034Z[ recovery-image] Feb 07 09:58:54.536 INFO O| Feb 07 09:58:54.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
51202025-02-07T09:58:56.034Z[ recovery-image] Feb 07 09:58:54.536 INFO O| Feb 07 09:58:54.536 INFO STEP 237 (remove_files) COMPLETE
51212025-02-07T09:58:56.034Z[ recovery-image] Feb 07 09:58:54.536 INFO O| Feb 07 09:58:54.536 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222025-02-07T09:58:56.087Z[ recovery-image] Feb 07 09:58:54.589 INFO O| Feb 07 09:58:54.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
51232025-02-07T09:58:56.090Z[ recovery-image] Feb 07 09:58:54.589 INFO O| Feb 07 09:58:54.589 INFO STEP 238 (remove_files) COMPLETE
51242025-02-07T09:58:56.090Z[ recovery-image] Feb 07 09:58:54.589 INFO O| Feb 07 09:58:54.589 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252025-02-07T09:58:56.108Z[ recovery-image] Feb 07 09:58:54.610 INFO O| Feb 07 09:58:54.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
51262025-02-07T09:58:56.111Z[ recovery-image] Feb 07 09:58:54.610 INFO O| Feb 07 09:58:54.610 INFO STEP 239 (remove_files) COMPLETE
51272025-02-07T09:58:56.111Z[ recovery-image] Feb 07 09:58:54.610 INFO O| Feb 07 09:58:54.610 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282025-02-07T09:58:56.144Z[ recovery-image] Feb 07 09:58:54.646 INFO O| Feb 07 09:58:54.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51292025-02-07T09:58:56.144Z[ recovery-image] Feb 07 09:58:54.646 INFO O| Feb 07 09:58:54.646 INFO STEP 240 (remove_files) COMPLETE
51302025-02-07T09:58:56.144Z[ recovery-image] Feb 07 09:58:54.646 INFO O| Feb 07 09:58:54.646 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312025-02-07T09:58:56.165Z[ recovery-image] Feb 07 09:58:54.666 INFO O| Feb 07 09:58:54.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51322025-02-07T09:58:56.165Z[ recovery-image] Feb 07 09:58:54.667 INFO O| Feb 07 09:58:54.667 INFO STEP 241 (remove_files) COMPLETE
51332025-02-07T09:58:56.167Z[ recovery-image] Feb 07 09:58:54.667 INFO O| Feb 07 09:58:54.667 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342025-02-07T09:58:56.183Z[ recovery-image] Feb 07 09:58:54.685 INFO O| Feb 07 09:58:54.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51352025-02-07T09:58:56.183Z[ recovery-image] Feb 07 09:58:54.685 INFO O| Feb 07 09:58:54.685 INFO STEP 242 (remove_files) COMPLETE
51362025-02-07T09:58:56.183Z[ recovery-image] Feb 07 09:58:54.685 INFO O| Feb 07 09:58:54.685 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372025-02-07T09:58:56.220Z[ recovery-image] Feb 07 09:58:54.722 INFO O| Feb 07 09:58:54.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51382025-02-07T09:58:56.220Z[ recovery-image] Feb 07 09:58:54.722 INFO O| Feb 07 09:58:54.722 INFO STEP 243 (remove_files) COMPLETE
51392025-02-07T09:58:56.220Z[ recovery-image] Feb 07 09:58:54.722 INFO O| Feb 07 09:58:54.722 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402025-02-07T09:58:56.279Z[ recovery-image] Feb 07 09:58:54.780 INFO O| Feb 07 09:58:54.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51412025-02-07T09:58:56.279Z[ recovery-image] Feb 07 09:58:54.780 INFO O| Feb 07 09:58:54.780 INFO STEP 244 (remove_files) COMPLETE
51422025-02-07T09:58:56.282Z[ recovery-image] Feb 07 09:58:54.780 INFO O| Feb 07 09:58:54.780 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432025-02-07T09:58:56.322Z[ recovery-image] Feb 07 09:58:54.824 INFO O| Feb 07 09:58:54.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51442025-02-07T09:58:56.325Z[ recovery-image] Feb 07 09:58:54.824 INFO O| Feb 07 09:58:54.824 INFO STEP 245 (remove_files) COMPLETE
51452025-02-07T09:58:56.325Z[ recovery-image] Feb 07 09:58:54.824 INFO O| Feb 07 09:58:54.824 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462025-02-07T09:58:56.343Z[ recovery-image] Feb 07 09:58:54.845 INFO O| Feb 07 09:58:54.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51472025-02-07T09:58:56.346Z[ recovery-image] Feb 07 09:58:54.845 INFO O| Feb 07 09:58:54.845 INFO STEP 246 (remove_files) COMPLETE
51482025-02-07T09:58:56.346Z[ recovery-image] Feb 07 09:58:54.845 INFO O| Feb 07 09:58:54.845 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492025-02-07T09:58:56.365Z[ recovery-image] Feb 07 09:58:54.867 INFO O| Feb 07 09:58:54.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51502025-02-07T09:58:56.365Z[ recovery-image] Feb 07 09:58:54.867 INFO O| Feb 07 09:58:54.867 INFO STEP 247 (remove_files) COMPLETE
51512025-02-07T09:58:56.368Z[ recovery-image] Feb 07 09:58:54.867 INFO O| Feb 07 09:58:54.867 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522025-02-07T09:58:56.418Z[ recovery-image] Feb 07 09:58:54.920 INFO O| Feb 07 09:58:54.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51532025-02-07T09:58:56.419Z[ recovery-image] Feb 07 09:58:54.921 INFO O| Feb 07 09:58:54.920 INFO STEP 248 (remove_files) COMPLETE
51542025-02-07T09:58:56.422Z[ recovery-image] Feb 07 09:58:54.921 INFO O| Feb 07 09:58:54.921 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552025-02-07T09:58:56.509Z[ recovery-image] Feb 07 09:58:55.011 INFO O| Feb 07 09:58:55.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51562025-02-07T09:58:56.512Z[ recovery-image] Feb 07 09:58:55.011 INFO O| Feb 07 09:58:55.011 INFO STEP 249 (remove_files) COMPLETE
51572025-02-07T09:58:56.512Z[ recovery-image] Feb 07 09:58:55.012 INFO O| Feb 07 09:58:55.011 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582025-02-07T09:58:56.530Z[ recovery-image] Feb 07 09:58:55.032 INFO O| Feb 07 09:58:55.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51592025-02-07T09:58:56.533Z[ recovery-image] Feb 07 09:58:55.032 INFO O| Feb 07 09:58:55.032 INFO STEP 250 (remove_files) COMPLETE
51602025-02-07T09:58:56.533Z[ recovery-image] Feb 07 09:58:55.032 INFO O| Feb 07 09:58:55.032 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612025-02-07T09:58:56.550Z[ recovery-image] Feb 07 09:58:55.052 INFO O| Feb 07 09:58:55.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51622025-02-07T09:58:56.553Z[ recovery-image] Feb 07 09:58:55.053 INFO O| Feb 07 09:58:55.053 INFO STEP 251 (remove_files) COMPLETE
51632025-02-07T09:58:56.553Z[ recovery-image] Feb 07 09:58:55.053 INFO O| Feb 07 09:58:55.053 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-02-07T09:58:56.569Z[ recovery-image] Feb 07 09:58:55.071 INFO O| Feb 07 09:58:55.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51652025-02-07T09:58:56.571Z[ recovery-image] Feb 07 09:58:55.071 INFO O| Feb 07 09:58:55.071 INFO STEP 252 (remove_files) COMPLETE
51662025-02-07T09:58:56.571Z[ recovery-image] Feb 07 09:58:55.071 INFO O| Feb 07 09:58:55.071 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-02-07T09:58:56.586Z[ recovery-image] Feb 07 09:58:55.088 INFO O| Feb 07 09:58:55.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51682025-02-07T09:58:56.601Z[ recovery-image] Feb 07 09:58:55.103 INFO O| Feb 07 09:58:55.103 INFO STEP 253 (remove_files) COMPLETE
51692025-02-07T09:58:56.601Z[ recovery-image] Feb 07 09:58:55.103 INFO O| Feb 07 09:58:55.103 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-02-07T09:58:56.657Z[ recovery-image] Feb 07 09:58:55.159 INFO O| Feb 07 09:58:55.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51712025-02-07T09:58:56.657Z[ recovery-image] Feb 07 09:58:55.159 INFO O| Feb 07 09:58:55.159 INFO STEP 254 (remove_files) COMPLETE
51722025-02-07T09:58:56.659Z[ recovery-image] Feb 07 09:58:55.159 INFO O| Feb 07 09:58:55.159 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-02-07T09:58:56.717Z[ recovery-image] Feb 07 09:58:55.219 INFO O| Feb 07 09:58:55.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51742025-02-07T09:58:56.717Z[ recovery-image] Feb 07 09:58:55.219 INFO O| Feb 07 09:58:55.219 INFO STEP 255 (remove_files) COMPLETE
51752025-02-07T09:58:56.720Z[ recovery-image] Feb 07 09:58:55.219 INFO O| Feb 07 09:58:55.219 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-02-07T09:58:56.735Z[ recovery-image] Feb 07 09:58:55.237 INFO O| Feb 07 09:58:55.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51772025-02-07T09:58:56.735Z[ recovery-image] Feb 07 09:58:55.237 INFO O| Feb 07 09:58:55.237 INFO STEP 256 (remove_files) COMPLETE
51782025-02-07T09:58:56.738Z[ recovery-image] Feb 07 09:58:55.238 INFO O| Feb 07 09:58:55.237 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-02-07T09:58:56.786Z[ recovery-image] Feb 07 09:58:55.288 INFO O| Feb 07 09:58:55.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51802025-02-07T09:58:56.789Z[ recovery-image] Feb 07 09:58:55.288 INFO O| Feb 07 09:58:55.288 INFO STEP 257 (remove_files) COMPLETE
51812025-02-07T09:58:56.789Z[ recovery-image] Feb 07 09:58:55.288 INFO O| Feb 07 09:58:55.288 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-02-07T09:58:56.845Z[ recovery-image] Feb 07 09:58:55.347 INFO O| Feb 07 09:58:55.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51832025-02-07T09:58:56.848Z[ recovery-image] Feb 07 09:58:55.347 INFO O| Feb 07 09:58:55.347 INFO STEP 258 (remove_files) COMPLETE
51842025-02-07T09:58:56.848Z[ recovery-image] Feb 07 09:58:55.347 INFO O| Feb 07 09:58:55.347 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-02-07T09:58:56.867Z[ recovery-image] Feb 07 09:58:55.369 INFO O| Feb 07 09:58:55.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51862025-02-07T09:58:56.887Z[ recovery-image] Feb 07 09:58:55.389 INFO O| Feb 07 09:58:55.389 INFO STEP 259 (remove_files) COMPLETE
51872025-02-07T09:58:56.887Z[ recovery-image] Feb 07 09:58:55.389 INFO O| Feb 07 09:58:55.389 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-02-07T09:58:56.935Z[ recovery-image] Feb 07 09:58:55.437 INFO O| Feb 07 09:58:55.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51892025-02-07T09:58:56.935Z[ recovery-image] Feb 07 09:58:55.437 INFO O| Feb 07 09:58:55.437 INFO STEP 260 (remove_files) COMPLETE
51902025-02-07T09:58:56.935Z[ recovery-image] Feb 07 09:58:55.437 INFO O| Feb 07 09:58:55.437 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-02-07T09:58:56.954Z[ recovery-image] Feb 07 09:58:55.455 INFO O| Feb 07 09:58:55.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51922025-02-07T09:58:56.954Z[ recovery-image] Feb 07 09:58:55.456 INFO O| Feb 07 09:58:55.456 INFO STEP 261 (remove_files) COMPLETE
51932025-02-07T09:58:56.956Z[ recovery-image] Feb 07 09:58:55.456 INFO O| Feb 07 09:58:55.456 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-02-07T09:58:56.973Z[ recovery-image] Feb 07 09:58:55.475 INFO O| Feb 07 09:58:55.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51952025-02-07T09:58:56.973Z[ recovery-image] Feb 07 09:58:55.475 INFO O| Feb 07 09:58:55.475 INFO STEP 262 (remove_files) COMPLETE
51962025-02-07T09:58:56.973Z[ recovery-image] Feb 07 09:58:55.475 INFO O| Feb 07 09:58:55.475 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-02-07T09:58:57.012Z[ recovery-image] Feb 07 09:58:55.514 INFO O| Feb 07 09:58:55.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51982025-02-07T09:58:57.012Z[ recovery-image] Feb 07 09:58:55.514 INFO O| Feb 07 09:58:55.514 INFO STEP 263 (remove_files) COMPLETE
51992025-02-07T09:58:57.012Z[ recovery-image] Feb 07 09:58:55.514 INFO O| Feb 07 09:58:55.514 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-02-07T09:58:57.034Z[ recovery-image] Feb 07 09:58:55.535 INFO O| Feb 07 09:58:55.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
52012025-02-07T09:58:57.034Z[ recovery-image] Feb 07 09:58:55.535 INFO O| Feb 07 09:58:55.535 INFO STEP 264 (remove_files) COMPLETE
52022025-02-07T09:58:57.034Z[ recovery-image] Feb 07 09:58:55.535 INFO O| Feb 07 09:58:55.535 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-02-07T09:58:57.053Z[ recovery-image] Feb 07 09:58:55.554 INFO O| Feb 07 09:58:55.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
52042025-02-07T09:58:57.055Z[ recovery-image] Feb 07 09:58:55.555 INFO O| Feb 07 09:58:55.555 INFO STEP 265 (remove_files) COMPLETE
52052025-02-07T09:58:57.055Z[ recovery-image] Feb 07 09:58:55.555 INFO O| Feb 07 09:58:55.555 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-02-07T09:58:57.094Z[ recovery-image] Feb 07 09:58:55.595 INFO O| Feb 07 09:58:55.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
52072025-02-07T09:58:57.119Z[ recovery-image] Feb 07 09:58:55.620 INFO O| Feb 07 09:58:55.620 INFO STEP 266 (remove_files) COMPLETE
52082025-02-07T09:58:57.119Z[ recovery-image] Feb 07 09:58:55.620 INFO O| Feb 07 09:58:55.620 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-02-07T09:58:57.154Z[ recovery-image] Feb 07 09:58:55.656 INFO O| Feb 07 09:58:55.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
52102025-02-07T09:58:57.154Z[ recovery-image] Feb 07 09:58:55.656 INFO O| Feb 07 09:58:55.656 INFO STEP 267 (remove_files) COMPLETE
52112025-02-07T09:58:57.154Z[ recovery-image] Feb 07 09:58:55.656 INFO O| Feb 07 09:58:55.656 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-02-07T09:58:57.174Z[ recovery-image] Feb 07 09:58:55.676 INFO O| Feb 07 09:58:55.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
52132025-02-07T09:58:57.174Z[ recovery-image] Feb 07 09:58:55.676 INFO O| Feb 07 09:58:55.676 INFO STEP 268 (remove_files) COMPLETE
52142025-02-07T09:58:57.177Z[ recovery-image] Feb 07 09:58:55.676 INFO O| Feb 07 09:58:55.676 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-02-07T09:58:57.194Z[ recovery-image] Feb 07 09:58:55.695 INFO O| Feb 07 09:58:55.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
52162025-02-07T09:58:57.194Z[ recovery-image] Feb 07 09:58:55.695 INFO O| Feb 07 09:58:55.695 INFO STEP 269 (remove_files) COMPLETE
52172025-02-07T09:58:57.194Z[ recovery-image] Feb 07 09:58:55.695 INFO O| Feb 07 09:58:55.695 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-02-07T09:58:57.223Z[ recovery-image] Feb 07 09:58:55.724 INFO O| Feb 07 09:58:55.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
52192025-02-07T09:58:57.223Z[ recovery-image] Feb 07 09:58:55.724 INFO O| Feb 07 09:58:55.724 INFO STEP 270 (remove_files) COMPLETE
52202025-02-07T09:58:57.223Z[ recovery-image] Feb 07 09:58:55.724 INFO O| Feb 07 09:58:55.724 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-02-07T09:58:57.262Z[ recovery-image] Feb 07 09:58:55.764 INFO O| Feb 07 09:58:55.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
52222025-02-07T09:58:57.262Z[ recovery-image] Feb 07 09:58:55.764 INFO O| Feb 07 09:58:55.764 INFO STEP 271 (remove_files) COMPLETE
52232025-02-07T09:58:57.265Z[ recovery-image] Feb 07 09:58:55.764 INFO O| Feb 07 09:58:55.764 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-02-07T09:58:57.284Z[ recovery-image] Feb 07 09:58:55.786 INFO O| Feb 07 09:58:55.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
52252025-02-07T09:58:57.285Z[ recovery-image] Feb 07 09:58:55.786 INFO O| Feb 07 09:58:55.786 INFO STEP 272 (remove_files) COMPLETE
52262025-02-07T09:58:57.285Z[ recovery-image] Feb 07 09:58:55.786 INFO O| Feb 07 09:58:55.786 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-02-07T09:58:57.342Z[ recovery-image] Feb 07 09:58:55.844 INFO O| Feb 07 09:58:55.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52282025-02-07T09:58:57.342Z[ recovery-image] Feb 07 09:58:55.844 INFO O| Feb 07 09:58:55.844 INFO STEP 273 (remove_files) COMPLETE
52292025-02-07T09:58:57.342Z[ recovery-image] Feb 07 09:58:55.844 INFO O| Feb 07 09:58:55.844 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-02-07T09:58:57.361Z[ recovery-image] Feb 07 09:58:55.863 INFO O| Feb 07 09:58:55.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52312025-02-07T09:58:57.361Z[ recovery-image] Feb 07 09:58:55.863 INFO O| Feb 07 09:58:55.863 INFO STEP 274 (remove_files) COMPLETE
52322025-02-07T09:58:57.361Z[ recovery-image] Feb 07 09:58:55.863 INFO O| Feb 07 09:58:55.863 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-02-07T09:58:57.392Z[ recovery-image] Feb 07 09:58:55.894 INFO O| Feb 07 09:58:55.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52342025-02-07T09:58:57.392Z[ recovery-image] Feb 07 09:58:55.894 INFO O| Feb 07 09:58:55.894 INFO STEP 275 (remove_files) COMPLETE
52352025-02-07T09:58:57.392Z[ recovery-image] Feb 07 09:58:55.894 INFO O| Feb 07 09:58:55.894 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-02-07T09:58:57.413Z[ recovery-image] Feb 07 09:58:55.915 INFO O| Feb 07 09:58:55.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52372025-02-07T09:58:57.413Z[ recovery-image] Feb 07 09:58:55.915 INFO O| Feb 07 09:58:55.915 INFO STEP 276 (remove_files) COMPLETE
52382025-02-07T09:58:57.413Z[ recovery-image] Feb 07 09:58:55.915 INFO O| Feb 07 09:58:55.915 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-02-07T09:58:57.433Z[ recovery-image] Feb 07 09:58:55.935 INFO O| Feb 07 09:58:55.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52402025-02-07T09:58:57.433Z[ recovery-image] Feb 07 09:58:55.935 INFO O| Feb 07 09:58:55.935 INFO STEP 277 (remove_files) COMPLETE
52412025-02-07T09:58:57.436Z[ recovery-image] Feb 07 09:58:55.935 INFO O| Feb 07 09:58:55.935 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-02-07T09:58:57.471Z[ recovery-image] Feb 07 09:58:55.973 INFO O| Feb 07 09:58:55.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52432025-02-07T09:58:57.471Z[ recovery-image] Feb 07 09:58:55.973 INFO O| Feb 07 09:58:55.973 INFO STEP 278 (remove_files) COMPLETE
52442025-02-07T09:58:57.471Z[ recovery-image] Feb 07 09:58:55.973 INFO O| Feb 07 09:58:55.973 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-02-07T09:58:57.491Z[ recovery-image] Feb 07 09:58:55.993 INFO O| Feb 07 09:58:55.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52462025-02-07T09:58:57.491Z[ recovery-image] Feb 07 09:58:55.993 INFO O| Feb 07 09:58:55.993 INFO STEP 279 (remove_files) COMPLETE
52472025-02-07T09:58:57.491Z[ recovery-image] Feb 07 09:58:55.993 INFO O| Feb 07 09:58:55.993 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-02-07T09:58:57.511Z[ recovery-image] Feb 07 09:58:56.013 INFO O| Feb 07 09:58:56.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52492025-02-07T09:58:57.511Z[ recovery-image] Feb 07 09:58:56.013 INFO O| Feb 07 09:58:56.013 INFO STEP 280 (remove_files) COMPLETE
52502025-02-07T09:58:57.511Z[ recovery-image] Feb 07 09:58:56.013 INFO O| Feb 07 09:58:56.013 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-02-07T09:58:57.530Z[ recovery-image] Feb 07 09:58:56.032 INFO O| Feb 07 09:58:56.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52522025-02-07T09:58:57.530Z[ recovery-image] Feb 07 09:58:56.032 INFO O| Feb 07 09:58:56.032 INFO STEP 281 (remove_files) COMPLETE
52532025-02-07T09:58:57.530Z[ recovery-image] Feb 07 09:58:56.032 INFO O| Feb 07 09:58:56.032 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-02-07T09:58:57.550Z[ recovery-image] Feb 07 09:58:56.052 INFO O| Feb 07 09:58:56.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52552025-02-07T09:58:57.550Z[ recovery-image] Feb 07 09:58:56.052 INFO O| Feb 07 09:58:56.052 INFO STEP 282 (remove_files) COMPLETE
52562025-02-07T09:58:57.553Z[ recovery-image] Feb 07 09:58:56.052 INFO O| Feb 07 09:58:56.052 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-02-07T09:58:57.588Z[ recovery-image] Feb 07 09:58:56.090 INFO O| Feb 07 09:58:56.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52582025-02-07T09:58:57.591Z[ recovery-image] Feb 07 09:58:56.090 INFO O| Feb 07 09:58:56.090 INFO STEP 283 (remove_files) COMPLETE
52592025-02-07T09:58:57.591Z[ recovery-image] Feb 07 09:58:56.090 INFO O| Feb 07 09:58:56.090 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-02-07T09:58:57.608Z[ recovery-image] Feb 07 09:58:56.110 INFO O| Feb 07 09:58:56.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52612025-02-07T09:58:57.608Z[ recovery-image] Feb 07 09:58:56.110 INFO O| Feb 07 09:58:56.110 INFO STEP 284 (remove_files) COMPLETE
52622025-02-07T09:58:57.608Z[ recovery-image] Feb 07 09:58:56.110 INFO O| Feb 07 09:58:56.110 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-02-07T09:58:57.638Z[ recovery-image] Feb 07 09:58:56.140 INFO O| Feb 07 09:58:56.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52642025-02-07T09:58:57.641Z[ recovery-image] Feb 07 09:58:56.141 INFO O| Feb 07 09:58:56.141 INFO STEP 285 (remove_files) COMPLETE
52652025-02-07T09:58:57.641Z[ recovery-image] Feb 07 09:58:56.141 INFO O| Feb 07 09:58:56.141 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-02-07T09:58:57.673Z[ recovery-image] Feb 07 09:58:56.175 INFO O| Feb 07 09:58:56.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52672025-02-07T09:58:57.674Z[ recovery-image] Feb 07 09:58:56.175 INFO O| Feb 07 09:58:56.175 INFO STEP 286 (remove_files) COMPLETE
52682025-02-07T09:58:57.676Z[ recovery-image] Feb 07 09:58:56.176 INFO O| Feb 07 09:58:56.175 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-02-07T09:58:57.708Z[ recovery-image] Feb 07 09:58:56.210 INFO O| Feb 07 09:58:56.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52702025-02-07T09:58:57.708Z[ recovery-image] Feb 07 09:58:56.210 INFO O| Feb 07 09:58:56.210 INFO STEP 287 (remove_files) COMPLETE
52712025-02-07T09:58:57.711Z[ recovery-image] Feb 07 09:58:56.210 INFO O| Feb 07 09:58:56.210 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-02-07T09:58:57.744Z[ recovery-image] Feb 07 09:58:56.246 INFO O| Feb 07 09:58:56.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52732025-02-07T09:58:57.747Z[ recovery-image] Feb 07 09:58:56.246 INFO O| Feb 07 09:58:56.246 INFO STEP 288 (remove_files) COMPLETE
52742025-02-07T09:58:57.747Z[ recovery-image] Feb 07 09:58:56.246 INFO O| Feb 07 09:58:56.246 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-02-07T09:58:57.764Z[ recovery-image] Feb 07 09:58:56.266 INFO O| Feb 07 09:58:56.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52762025-02-07T09:58:57.764Z[ recovery-image] Feb 07 09:58:56.266 INFO O| Feb 07 09:58:56.266 INFO STEP 289 (remove_files) COMPLETE
52772025-02-07T09:58:57.767Z[ recovery-image] Feb 07 09:58:56.266 INFO O| Feb 07 09:58:56.266 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-02-07T09:58:57.789Z[ recovery-image] Feb 07 09:58:56.290 INFO O| Feb 07 09:58:56.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52792025-02-07T09:58:57.789Z[ recovery-image] Feb 07 09:58:56.290 INFO O| Feb 07 09:58:56.290 INFO STEP 290 (remove_files) COMPLETE
52802025-02-07T09:58:57.789Z[ recovery-image] Feb 07 09:58:56.290 INFO O| Feb 07 09:58:56.290 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-02-07T09:58:57.820Z[ recovery-image] Feb 07 09:58:56.322 INFO O| Feb 07 09:58:56.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52822025-02-07T09:58:57.820Z[ recovery-image] Feb 07 09:58:56.322 INFO O| Feb 07 09:58:56.322 INFO STEP 291 (remove_files) COMPLETE
52832025-02-07T09:58:57.823Z[ recovery-image] Feb 07 09:58:56.322 INFO O| Feb 07 09:58:56.322 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-02-07T09:58:57.840Z[ recovery-image] Feb 07 09:58:56.342 INFO O| Feb 07 09:58:56.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52852025-02-07T09:58:57.862Z[ recovery-image] Feb 07 09:58:56.364 INFO O| Feb 07 09:58:56.364 INFO STEP 292 (remove_files) COMPLETE
52862025-02-07T09:58:57.862Z[ recovery-image] Feb 07 09:58:56.364 INFO O| Feb 07 09:58:56.364 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-02-07T09:58:57.888Z[ recovery-image] Feb 07 09:58:56.390 INFO O| Feb 07 09:58:56.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52882025-02-07T09:58:57.888Z[ recovery-image] Feb 07 09:58:56.390 INFO O| Feb 07 09:58:56.390 INFO STEP 293 (remove_files) COMPLETE
52892025-02-07T09:58:57.888Z[ recovery-image] Feb 07 09:58:56.390 INFO O| Feb 07 09:58:56.390 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-02-07T09:58:57.931Z[ recovery-image] Feb 07 09:58:56.432 INFO O| Feb 07 09:58:56.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52912025-02-07T09:58:57.931Z[ recovery-image] Feb 07 09:58:56.432 INFO O| Feb 07 09:58:56.432 INFO STEP 294 (remove_files) COMPLETE
52922025-02-07T09:58:57.931Z[ recovery-image] Feb 07 09:58:56.432 INFO O| Feb 07 09:58:56.432 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-02-07T09:58:57.953Z[ recovery-image] Feb 07 09:58:56.455 INFO O| Feb 07 09:58:56.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52942025-02-07T09:58:57.953Z[ recovery-image] Feb 07 09:58:56.455 INFO O| Feb 07 09:58:56.455 INFO STEP 295 (remove_files) COMPLETE
52952025-02-07T09:58:57.953Z[ recovery-image] Feb 07 09:58:56.455 INFO O| Feb 07 09:58:56.455 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-02-07T09:58:57.993Z[ recovery-image] Feb 07 09:58:56.495 INFO O| Feb 07 09:58:56.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52972025-02-07T09:58:57.993Z[ recovery-image] Feb 07 09:58:56.495 INFO O| Feb 07 09:58:56.495 INFO STEP 296 (remove_files) COMPLETE
52982025-02-07T09:58:57.993Z[ recovery-image] Feb 07 09:58:56.495 INFO O| Feb 07 09:58:56.495 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-02-07T09:58:58.031Z[ recovery-image] Feb 07 09:58:56.532 INFO O| Feb 07 09:58:56.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
53002025-02-07T09:58:58.031Z[ recovery-image] Feb 07 09:58:56.532 INFO O| Feb 07 09:58:56.532 INFO STEP 297 (remove_files) COMPLETE
53012025-02-07T09:58:58.031Z[ recovery-image] Feb 07 09:58:56.532 INFO O| Feb 07 09:58:56.532 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-02-07T09:58:58.051Z[ recovery-image] Feb 07 09:58:56.553 INFO O| Feb 07 09:58:56.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
53032025-02-07T09:58:58.051Z[ recovery-image] Feb 07 09:58:56.553 INFO O| Feb 07 09:58:56.553 INFO STEP 298 (remove_files) COMPLETE
53042025-02-07T09:58:58.052Z[ recovery-image] Feb 07 09:58:56.553 INFO O| Feb 07 09:58:56.553 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-02-07T09:58:58.072Z[ recovery-image] Feb 07 09:58:56.573 INFO O| Feb 07 09:58:56.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
53062025-02-07T09:58:58.072Z[ recovery-image] Feb 07 09:58:56.573 INFO O| Feb 07 09:58:56.573 INFO STEP 299 (remove_files) COMPLETE
53072025-02-07T09:58:58.072Z[ recovery-image] Feb 07 09:58:56.573 INFO O| Feb 07 09:58:56.573 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-02-07T09:58:58.094Z[ recovery-image] Feb 07 09:58:56.596 INFO O| Feb 07 09:58:56.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
53092025-02-07T09:58:58.094Z[ recovery-image] Feb 07 09:58:56.596 INFO O| Feb 07 09:58:56.596 INFO STEP 300 (remove_files) COMPLETE
53102025-02-07T09:58:58.094Z[ recovery-image] Feb 07 09:58:56.596 INFO O| Feb 07 09:58:56.596 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112025-02-07T09:58:58.135Z[ recovery-image] Feb 07 09:58:56.636 INFO O| Feb 07 09:58:56.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
53122025-02-07T09:58:58.135Z[ recovery-image] Feb 07 09:58:56.636 INFO O| Feb 07 09:58:56.636 INFO STEP 301 (remove_files) COMPLETE
53132025-02-07T09:58:58.138Z[ recovery-image] Feb 07 09:58:56.637 INFO O| Feb 07 09:58:56.636 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142025-02-07T09:58:58.170Z[ recovery-image] Feb 07 09:58:56.671 INFO O| Feb 07 09:58:56.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
53152025-02-07T09:58:58.170Z[ recovery-image] Feb 07 09:58:56.671 INFO O| Feb 07 09:58:56.671 INFO STEP 302 (remove_files) COMPLETE
53162025-02-07T09:58:58.170Z[ recovery-image] Feb 07 09:58:56.671 INFO O| Feb 07 09:58:56.671 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172025-02-07T09:58:58.190Z[ recovery-image] Feb 07 09:58:56.692 INFO O| Feb 07 09:58:56.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
53182025-02-07T09:58:58.190Z[ recovery-image] Feb 07 09:58:56.692 INFO O| Feb 07 09:58:56.692 INFO STEP 303 (remove_files) COMPLETE
53192025-02-07T09:58:58.190Z[ recovery-image] Feb 07 09:58:56.692 INFO O| Feb 07 09:58:56.692 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202025-02-07T09:58:58.210Z[ recovery-image] Feb 07 09:58:56.712 INFO O| Feb 07 09:58:56.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53212025-02-07T09:58:58.210Z[ recovery-image] Feb 07 09:58:56.712 INFO O| Feb 07 09:58:56.712 INFO STEP 304 (remove_files) COMPLETE
53222025-02-07T09:58:58.210Z[ recovery-image] Feb 07 09:58:56.712 INFO O| Feb 07 09:58:56.712 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232025-02-07T09:58:58.228Z[ recovery-image] Feb 07 09:58:56.730 INFO O| Feb 07 09:58:56.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53242025-02-07T09:58:58.228Z[ recovery-image] Feb 07 09:58:56.730 INFO O| Feb 07 09:58:56.730 INFO STEP 305 (remove_files) COMPLETE
53252025-02-07T09:58:58.228Z[ recovery-image] Feb 07 09:58:56.730 INFO O| Feb 07 09:58:56.730 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262025-02-07T09:58:58.246Z[ recovery-image] Feb 07 09:58:56.748 INFO O| Feb 07 09:58:56.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53272025-02-07T09:58:58.246Z[ recovery-image] Feb 07 09:58:56.748 INFO O| Feb 07 09:58:56.748 INFO STEP 306 (remove_files) COMPLETE
53282025-02-07T09:58:58.249Z[ recovery-image] Feb 07 09:58:56.748 INFO O| Feb 07 09:58:56.748 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292025-02-07T09:58:58.266Z[ recovery-image] Feb 07 09:58:56.768 INFO O| Feb 07 09:58:56.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53302025-02-07T09:58:58.269Z[ recovery-image] Feb 07 09:58:56.768 INFO O| Feb 07 09:58:56.768 INFO STEP 307 (remove_files) COMPLETE
53312025-02-07T09:58:58.269Z[ recovery-image] Feb 07 09:58:56.768 INFO O| Feb 07 09:58:56.768 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322025-02-07T09:58:58.285Z[ recovery-image] Feb 07 09:58:56.787 INFO O| Feb 07 09:58:56.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53332025-02-07T09:58:58.288Z[ recovery-image] Feb 07 09:58:56.787 INFO O| Feb 07 09:58:56.787 INFO STEP 308 (remove_files) COMPLETE
53342025-02-07T09:58:58.288Z[ recovery-image] Feb 07 09:58:56.787 INFO O| Feb 07 09:58:56.787 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352025-02-07T09:58:58.304Z[ recovery-image] Feb 07 09:58:56.806 INFO O| Feb 07 09:58:56.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53362025-02-07T09:58:58.307Z[ recovery-image] Feb 07 09:58:56.806 INFO O| Feb 07 09:58:56.806 INFO STEP 309 (remove_files) COMPLETE
53372025-02-07T09:58:58.307Z[ recovery-image] Feb 07 09:58:56.806 INFO O| Feb 07 09:58:56.806 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382025-02-07T09:58:58.323Z[ recovery-image] Feb 07 09:58:56.825 INFO O| Feb 07 09:58:56.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53392025-02-07T09:58:58.326Z[ recovery-image] Feb 07 09:58:56.825 INFO O| Feb 07 09:58:56.825 INFO STEP 310 (remove_files) COMPLETE
53402025-02-07T09:58:58.326Z[ recovery-image] Feb 07 09:58:56.825 INFO O| Feb 07 09:58:56.825 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412025-02-07T09:58:58.487Z[ recovery-image] Feb 07 09:58:56.989 INFO O| Feb 07 09:58:56.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53422025-02-07T09:58:58.490Z[ recovery-image] Feb 07 09:58:56.989 INFO O| Feb 07 09:58:56.989 INFO STEP 311 (remove_files) COMPLETE
53432025-02-07T09:58:58.490Z[ recovery-image] Feb 07 09:58:56.989 INFO O| Feb 07 09:58:56.989 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442025-02-07T09:58:58.509Z[ recovery-image] Feb 07 09:58:57.011 INFO O| Feb 07 09:58:57.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53452025-02-07T09:58:58.512Z[ recovery-image] Feb 07 09:58:57.011 INFO O| Feb 07 09:58:57.011 INFO STEP 312 (remove_files) COMPLETE
53462025-02-07T09:58:58.512Z[ recovery-image] Feb 07 09:58:57.011 INFO O| Feb 07 09:58:57.011 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472025-02-07T09:58:58.530Z[ recovery-image] Feb 07 09:58:57.032 INFO O| Feb 07 09:58:57.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53482025-02-07T09:58:58.533Z[ recovery-image] Feb 07 09:58:57.032 INFO O| Feb 07 09:58:57.032 INFO STEP 313 (remove_files) COMPLETE
53492025-02-07T09:58:58.533Z[ recovery-image] Feb 07 09:58:57.032 INFO O| Feb 07 09:58:57.032 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502025-02-07T09:58:58.551Z[ recovery-image] Feb 07 09:58:57.053 INFO O| Feb 07 09:58:57.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53512025-02-07T09:58:58.554Z[ recovery-image] Feb 07 09:58:57.053 INFO O| Feb 07 09:58:57.053 INFO STEP 314 (remove_files) COMPLETE
53522025-02-07T09:58:58.554Z[ recovery-image] Feb 07 09:58:57.053 INFO O| Feb 07 09:58:57.053 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532025-02-07T09:58:58.574Z[ recovery-image] Feb 07 09:58:57.076 INFO O| Feb 07 09:58:57.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53542025-02-07T09:58:58.574Z[ recovery-image] Feb 07 09:58:57.076 INFO O| Feb 07 09:58:57.076 INFO STEP 315 (remove_files) COMPLETE
53552025-02-07T09:58:58.575Z[ recovery-image] Feb 07 09:58:57.076 INFO O| Feb 07 09:58:57.076 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562025-02-07T09:58:58.606Z[ recovery-image] Feb 07 09:58:57.108 INFO O| Feb 07 09:58:57.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53572025-02-07T09:58:58.606Z[ recovery-image] Feb 07 09:58:57.108 INFO O| Feb 07 09:58:57.108 INFO STEP 316 (remove_files) COMPLETE
53582025-02-07T09:58:58.606Z[ recovery-image] Feb 07 09:58:57.108 INFO O| Feb 07 09:58:57.108 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592025-02-07T09:58:58.625Z[ recovery-image] Feb 07 09:58:57.127 INFO O| Feb 07 09:58:57.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53602025-02-07T09:58:58.625Z[ recovery-image] Feb 07 09:58:57.127 INFO O| Feb 07 09:58:57.127 INFO STEP 317 (remove_files) COMPLETE
53612025-02-07T09:58:58.625Z[ recovery-image] Feb 07 09:58:57.127 INFO O| Feb 07 09:58:57.127 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622025-02-07T09:58:58.642Z[ recovery-image] Feb 07 09:58:57.144 INFO O| Feb 07 09:58:57.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53632025-02-07T09:58:58.642Z[ recovery-image] Feb 07 09:58:57.144 INFO O| Feb 07 09:58:57.144 INFO STEP 318 (remove_files) COMPLETE
53642025-02-07T09:58:58.645Z[ recovery-image] Feb 07 09:58:57.144 INFO O| Feb 07 09:58:57.144 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652025-02-07T09:58:58.645Z[ host-image] Feb 07 09:58:57.147 INFO O| Feb 07 09:58:57.147 INFO O| Planning: Solver setup ... Done
53662025-02-07T09:58:58.653Z[ host-image] Feb 07 09:58:57.155 INFO O| Feb 07 09:58:57.155 INFO O| Planning: Running solver ... Done
53672025-02-07T09:58:58.688Z[ recovery-image] Feb 07 09:58:57.190 INFO O| Feb 07 09:58:57.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53682025-02-07T09:58:58.688Z[ recovery-image] Feb 07 09:58:57.190 INFO O| Feb 07 09:58:57.190 INFO STEP 319 (remove_files) COMPLETE
53692025-02-07T09:58:58.688Z[ recovery-image] Feb 07 09:58:57.190 INFO O| Feb 07 09:58:57.190 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702025-02-07T09:58:58.710Z[ recovery-image] Feb 07 09:58:57.212 INFO O| Feb 07 09:58:57.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53712025-02-07T09:58:58.713Z[ recovery-image] Feb 07 09:58:57.212 INFO O| Feb 07 09:58:57.212 INFO STEP 320 (remove_files) COMPLETE
53722025-02-07T09:58:58.713Z[ recovery-image] Feb 07 09:58:57.212 INFO O| Feb 07 09:58:57.212 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732025-02-07T09:58:58.749Z[ host-image] Feb 07 09:58:57.250 INFO O| Feb 07 09:58:57.250 INFO O| Planning: Finding local manifests ... Done
53742025-02-07T09:58:58.751Z[ host-image] Feb 07 09:58:57.251 INFO O| Feb 07 09:58:57.251 INFO O| Planning: Fetching manifests: 0/1 0% complete
53752025-02-07T09:58:58.764Z[ recovery-image] Feb 07 09:58:57.266 INFO O| Feb 07 09:58:57.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53762025-02-07T09:58:58.767Z[ recovery-image] Feb 07 09:58:57.266 INFO O| Feb 07 09:58:57.266 INFO STEP 321 (remove_files) COMPLETE
53772025-02-07T09:58:58.767Z[ recovery-image] Feb 07 09:58:57.267 INFO O| Feb 07 09:58:57.266 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782025-02-07T09:58:58.786Z[ recovery-image] Feb 07 09:58:57.287 INFO O| Feb 07 09:58:57.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53792025-02-07T09:58:58.788Z[ recovery-image] Feb 07 09:58:57.287 INFO O| Feb 07 09:58:57.287 INFO STEP 322 (remove_files) COMPLETE
53802025-02-07T09:58:58.788Z[ recovery-image] Feb 07 09:58:57.288 INFO O| Feb 07 09:58:57.287 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812025-02-07T09:58:58.816Z[ recovery-image] Feb 07 09:58:57.317 INFO O| Feb 07 09:58:57.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53822025-02-07T09:58:58.816Z[ recovery-image] Feb 07 09:58:57.317 INFO O| Feb 07 09:58:57.317 INFO STEP 323 (remove_files) COMPLETE
53832025-02-07T09:58:58.817Z[ recovery-image] Feb 07 09:58:57.317 INFO O| Feb 07 09:58:57.317 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842025-02-07T09:58:58.874Z[ recovery-image] Feb 07 09:58:57.375 INFO O| Feb 07 09:58:57.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53852025-02-07T09:58:58.874Z[ recovery-image] Feb 07 09:58:57.375 INFO O| Feb 07 09:58:57.375 INFO STEP 324 (remove_files) COMPLETE
53862025-02-07T09:58:58.874Z[ recovery-image] Feb 07 09:58:57.375 INFO O| Feb 07 09:58:57.375 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872025-02-07T09:58:58.937Z[ recovery-image] Feb 07 09:58:57.439 INFO O| Feb 07 09:58:57.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53882025-02-07T09:58:58.937Z[ recovery-image] Feb 07 09:58:57.439 INFO O| Feb 07 09:58:57.439 INFO STEP 325 (remove_files) COMPLETE
53892025-02-07T09:58:58.937Z[ recovery-image] Feb 07 09:58:57.439 INFO O| Feb 07 09:58:57.439 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902025-02-07T09:58:58.969Z[ recovery-image] Feb 07 09:58:57.470 INFO O| Feb 07 09:58:57.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53912025-02-07T09:58:58.969Z[ recovery-image] Feb 07 09:58:57.470 INFO O| Feb 07 09:58:57.470 INFO STEP 326 (remove_files) COMPLETE
53922025-02-07T09:58:58.969Z[ recovery-image] Feb 07 09:58:57.470 INFO O| Feb 07 09:58:57.470 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932025-02-07T09:58:58.975Z[ host-image] Feb 07 09:58:57.476 INFO O| Feb 07 09:58:57.476 INFO O| Planning: Fetching manifests: 1/1 100% complete
53942025-02-07T09:58:59.015Z[ recovery-image] Feb 07 09:58:57.516 INFO O| Feb 07 09:58:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53952025-02-07T09:58:59.015Z[ recovery-image] Feb 07 09:58:57.516 INFO O| Feb 07 09:58:57.516 INFO STEP 327 (remove_files) COMPLETE
53962025-02-07T09:58:59.017Z[ recovery-image] Feb 07 09:58:57.516 INFO O| Feb 07 09:58:57.516 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972025-02-07T09:58:59.017Z[ host-image] Feb 07 09:58:57.518 INFO O| Feb 07 09:58:57.518 INFO O| Planning: Package planning ... Done
53982025-02-07T09:58:59.018Z[ host-image] Feb 07 09:58:57.518 INFO O| Feb 07 09:58:57.518 INFO O| Planning: Merging actions ... Done
53992025-02-07T09:58:59.076Z[ recovery-image] Feb 07 09:58:57.578 INFO O| Feb 07 09:58:57.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
54002025-02-07T09:58:59.076Z[ recovery-image] Feb 07 09:58:57.578 INFO O| Feb 07 09:58:57.578 INFO STEP 328 (remove_files) COMPLETE
54012025-02-07T09:58:59.079Z[ recovery-image] Feb 07 09:58:57.578 INFO O| Feb 07 09:58:57.578 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022025-02-07T09:58:59.097Z[ recovery-image] Feb 07 09:58:57.598 INFO O| Feb 07 09:58:57.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
54032025-02-07T09:58:59.097Z[ recovery-image] Feb 07 09:58:57.598 INFO O| Feb 07 09:58:57.598 INFO STEP 329 (remove_files) COMPLETE
54042025-02-07T09:58:59.097Z[ recovery-image] Feb 07 09:58:57.598 INFO O| Feb 07 09:58:57.598 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052025-02-07T09:58:59.122Z[ host-image] Feb 07 09:58:57.624 INFO O| Feb 07 09:58:57.624 INFO O| Planning: Checking for conflicting actions ... Done
54062025-02-07T09:58:59.125Z[ host-image] Feb 07 09:58:57.625 INFO O| Feb 07 09:58:57.625 INFO O| Planning: Consolidating action changes ... Done
54072025-02-07T09:58:59.154Z[ recovery-image] Feb 07 09:58:57.655 INFO O| Feb 07 09:58:57.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54082025-02-07T09:58:59.154Z[ recovery-image] Feb 07 09:58:57.656 INFO O| Feb 07 09:58:57.655 INFO STEP 330 (remove_files) COMPLETE
54092025-02-07T09:58:59.154Z[ recovery-image] Feb 07 09:58:57.656 INFO O| Feb 07 09:58:57.655 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102025-02-07T09:58:59.182Z[ recovery-image] Feb 07 09:58:57.683 INFO O| Feb 07 09:58:57.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54112025-02-07T09:58:59.184Z[ recovery-image] Feb 07 09:58:57.683 INFO O| Feb 07 09:58:57.683 INFO STEP 331 (remove_files) COMPLETE
54122025-02-07T09:58:59.184Z[ recovery-image] Feb 07 09:58:57.684 INFO O| Feb 07 09:58:57.684 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132025-02-07T09:58:59.202Z[ recovery-image] Feb 07 09:58:57.704 INFO O| Feb 07 09:58:57.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54142025-02-07T09:58:59.205Z[ recovery-image] Feb 07 09:58:57.704 INFO O| Feb 07 09:58:57.704 INFO STEP 332 (remove_files) COMPLETE
54152025-02-07T09:58:59.205Z[ recovery-image] Feb 07 09:58:57.704 INFO O| Feb 07 09:58:57.704 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162025-02-07T09:58:59.261Z[ recovery-image] Feb 07 09:58:57.763 INFO O| Feb 07 09:58:57.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54172025-02-07T09:58:59.264Z[ recovery-image] Feb 07 09:58:57.763 INFO O| Feb 07 09:58:57.763 INFO STEP 333 (remove_files) COMPLETE
54182025-02-07T09:58:59.264Z[ recovery-image] Feb 07 09:58:57.763 INFO O| Feb 07 09:58:57.763 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192025-02-07T09:58:59.285Z[ recovery-image] Feb 07 09:58:57.787 INFO O| Feb 07 09:58:57.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54202025-02-07T09:58:59.286Z[ recovery-image] Feb 07 09:58:57.787 INFO O| Feb 07 09:58:57.787 INFO STEP 334 (remove_files) COMPLETE
54212025-02-07T09:58:59.286Z[ recovery-image] Feb 07 09:58:57.787 INFO O| Feb 07 09:58:57.787 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222025-02-07T09:58:59.314Z[ recovery-image] Feb 07 09:58:57.815 INFO O| Feb 07 09:58:57.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54232025-02-07T09:58:59.316Z[ recovery-image] Feb 07 09:58:57.816 INFO O| Feb 07 09:58:57.816 INFO STEP 335 (remove_files) COMPLETE
54242025-02-07T09:58:59.316Z[ recovery-image] Feb 07 09:58:57.816 INFO O| Feb 07 09:58:57.816 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252025-02-07T09:58:59.333Z[ recovery-image] Feb 07 09:58:57.835 INFO O| Feb 07 09:58:57.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54262025-02-07T09:58:59.333Z[ recovery-image] Feb 07 09:58:57.835 INFO O| Feb 07 09:58:57.835 INFO STEP 336 (remove_files) COMPLETE
54272025-02-07T09:58:59.334Z[ recovery-image] Feb 07 09:58:57.835 INFO O| Feb 07 09:58:57.835 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282025-02-07T09:58:59.353Z[ recovery-image] Feb 07 09:58:57.854 INFO O| Feb 07 09:58:57.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54292025-02-07T09:58:59.353Z[ recovery-image] Feb 07 09:58:57.854 INFO O| Feb 07 09:58:57.854 INFO STEP 337 (remove_files) COMPLETE
54302025-02-07T09:58:59.356Z[ recovery-image] Feb 07 09:58:57.854 INFO O| Feb 07 09:58:57.854 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312025-02-07T09:58:59.373Z[ recovery-image] Feb 07 09:58:57.874 INFO O| Feb 07 09:58:57.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54322025-02-07T09:58:59.373Z[ recovery-image] Feb 07 09:58:57.874 INFO O| Feb 07 09:58:57.874 INFO STEP 338 (remove_files) COMPLETE
54332025-02-07T09:58:59.376Z[ recovery-image] Feb 07 09:58:57.874 INFO O| Feb 07 09:58:57.874 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342025-02-07T09:58:59.393Z[ recovery-image] Feb 07 09:58:57.894 INFO O| Feb 07 09:58:57.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54352025-02-07T09:58:59.393Z[ recovery-image] Feb 07 09:58:57.894 INFO O| Feb 07 09:58:57.894 INFO STEP 339 (remove_files) COMPLETE
54362025-02-07T09:58:59.396Z[ recovery-image] Feb 07 09:58:57.894 INFO O| Feb 07 09:58:57.894 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372025-02-07T09:58:59.412Z[ recovery-image] Feb 07 09:58:57.913 INFO O| Feb 07 09:58:57.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54382025-02-07T09:58:59.412Z[ recovery-image] Feb 07 09:58:57.913 INFO O| Feb 07 09:58:57.913 INFO STEP 340 (remove_files) COMPLETE
54392025-02-07T09:58:59.415Z[ recovery-image] Feb 07 09:58:57.913 INFO O| Feb 07 09:58:57.913 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402025-02-07T09:58:59.471Z[ recovery-image] Feb 07 09:58:57.972 INFO O| Feb 07 09:58:57.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54412025-02-07T09:58:59.471Z[ recovery-image] Feb 07 09:58:57.972 INFO O| Feb 07 09:58:57.972 INFO STEP 341 (remove_files) COMPLETE
54422025-02-07T09:58:59.471Z[ recovery-image] Feb 07 09:58:57.972 INFO O| Feb 07 09:58:57.972 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432025-02-07T09:58:59.475Z[ host-image] Feb 07 09:58:57.977 INFO O| Feb 07 09:58:57.977 INFO O| Planning: Evaluating mediators ... Done
54442025-02-07T09:58:59.478Z[ host-image] Feb 07 09:58:57.978 INFO O| Feb 07 09:58:57.978 INFO O| Planning: Planning completed in 5.61 seconds
54452025-02-07T09:58:59.481Z[ host-image] Feb 07 09:58:57.980 INFO O| Feb 07 09:58:57.980 INFO O| Packages to install: 1
54462025-02-07T09:58:59.491Z[ recovery-image] Feb 07 09:58:57.992 INFO O| Feb 07 09:58:57.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54472025-02-07T09:58:59.491Z[ recovery-image] Feb 07 09:58:57.992 INFO O| Feb 07 09:58:57.992 INFO STEP 342 (remove_files) COMPLETE
54482025-02-07T09:58:59.491Z[ recovery-image] Feb 07 09:58:57.992 INFO O| Feb 07 09:58:57.992 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492025-02-07T09:58:59.497Z[ host-image] Feb 07 09:58:57.999 INFO O| Feb 07 09:58:57.999 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
54502025-02-07T09:58:59.513Z[ recovery-image] Feb 07 09:58:58.015 INFO O| Feb 07 09:58:58.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54512025-02-07T09:58:59.513Z[ recovery-image] Feb 07 09:58:58.015 INFO O| Feb 07 09:58:58.015 INFO STEP 343 (remove_files) COMPLETE
54522025-02-07T09:58:59.513Z[ recovery-image] Feb 07 09:58:58.015 INFO O| Feb 07 09:58:58.015 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532025-02-07T09:58:59.552Z[ recovery-image] Feb 07 09:58:58.054 INFO O| Feb 07 09:58:58.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54542025-02-07T09:58:59.552Z[ recovery-image] Feb 07 09:58:58.054 INFO O| Feb 07 09:58:58.054 INFO STEP 344 (remove_files) COMPLETE
54552025-02-07T09:58:59.555Z[ recovery-image] Feb 07 09:58:58.054 INFO O| Feb 07 09:58:58.054 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562025-02-07T09:58:59.593Z[ recovery-image] Feb 07 09:58:58.094 INFO O| Feb 07 09:58:58.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54572025-02-07T09:58:59.593Z[ recovery-image] Feb 07 09:58:58.094 INFO O| Feb 07 09:58:58.094 INFO STEP 345 (remove_files) COMPLETE
54582025-02-07T09:58:59.593Z[ recovery-image] Feb 07 09:58:58.094 INFO O| Feb 07 09:58:58.094 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592025-02-07T09:58:59.627Z[ recovery-image] Feb 07 09:58:58.128 INFO O| Feb 07 09:58:58.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54602025-02-07T09:58:59.627Z[ recovery-image] Feb 07 09:58:58.128 INFO O| Feb 07 09:58:58.128 INFO STEP 346 (remove_files) COMPLETE
54612025-02-07T09:58:59.627Z[ recovery-image] Feb 07 09:58:58.128 INFO O| Feb 07 09:58:58.128 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622025-02-07T09:58:59.650Z[ recovery-image] Feb 07 09:58:58.150 INFO O| Feb 07 09:58:58.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54632025-02-07T09:58:59.650Z[ recovery-image] Feb 07 09:58:58.151 INFO O| Feb 07 09:58:58.150 INFO STEP 347 (remove_files) COMPLETE
54642025-02-07T09:58:59.650Z[ recovery-image] Feb 07 09:58:58.151 INFO O| Feb 07 09:58:58.151 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652025-02-07T09:58:59.701Z[ recovery-image] Feb 07 09:58:58.203 INFO O| Feb 07 09:58:58.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54662025-02-07T09:58:59.702Z[ recovery-image] Feb 07 09:58:58.203 INFO O| Feb 07 09:58:58.203 INFO STEP 348 (remove_files) COMPLETE
54672025-02-07T09:58:59.704Z[ recovery-image] Feb 07 09:58:58.203 INFO O| Feb 07 09:58:58.203 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682025-02-07T09:58:59.724Z[ recovery-image] Feb 07 09:58:58.226 INFO O| Feb 07 09:58:58.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54692025-02-07T09:58:59.724Z[ recovery-image] Feb 07 09:58:58.226 INFO O| Feb 07 09:58:58.226 INFO STEP 349 (remove_files) COMPLETE
54702025-02-07T09:58:59.724Z[ recovery-image] Feb 07 09:58:58.226 INFO O| Feb 07 09:58:58.226 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712025-02-07T09:58:59.746Z[ recovery-image] Feb 07 09:58:58.247 INFO O| Feb 07 09:58:58.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54722025-02-07T09:58:59.746Z[ recovery-image] Feb 07 09:58:58.247 INFO O| Feb 07 09:58:58.247 INFO STEP 350 (remove_files) COMPLETE
54732025-02-07T09:58:59.746Z[ recovery-image] Feb 07 09:58:58.247 INFO O| Feb 07 09:58:58.247 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742025-02-07T09:58:59.766Z[ recovery-image] Feb 07 09:58:58.268 INFO O| Feb 07 09:58:58.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54752025-02-07T09:58:59.769Z[ recovery-image] Feb 07 09:58:58.268 INFO O| Feb 07 09:58:58.268 INFO STEP 351 (remove_files) COMPLETE
54762025-02-07T09:58:59.769Z[ recovery-image] Feb 07 09:58:58.268 INFO O| Feb 07 09:58:58.268 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772025-02-07T09:58:59.787Z[ recovery-image] Feb 07 09:58:58.288 INFO O| Feb 07 09:58:58.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54782025-02-07T09:58:59.787Z[ recovery-image] Feb 07 09:58:58.288 INFO O| Feb 07 09:58:58.288 INFO STEP 352 (remove_files) COMPLETE
54792025-02-07T09:58:59.787Z[ recovery-image] Feb 07 09:58:58.288 INFO O| Feb 07 09:58:58.288 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802025-02-07T09:58:59.807Z[ recovery-image] Feb 07 09:58:58.309 INFO O| Feb 07 09:58:58.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54812025-02-07T09:58:59.808Z[ recovery-image] Feb 07 09:58:58.309 INFO O| Feb 07 09:58:58.309 INFO STEP 353 (remove_files) COMPLETE
54822025-02-07T09:58:59.808Z[ recovery-image] Feb 07 09:58:58.309 INFO O| Feb 07 09:58:58.309 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832025-02-07T09:58:59.830Z[ recovery-image] Feb 07 09:58:58.331 INFO O| Feb 07 09:58:58.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54842025-02-07T09:58:59.830Z[ recovery-image] Feb 07 09:58:58.331 INFO O| Feb 07 09:58:58.331 INFO STEP 354 (remove_files) COMPLETE
54852025-02-07T09:58:59.830Z[ recovery-image] Feb 07 09:58:58.331 INFO O| Feb 07 09:58:58.331 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862025-02-07T09:58:59.871Z[ recovery-image] Feb 07 09:58:58.373 INFO O| Feb 07 09:58:58.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54872025-02-07T09:58:59.871Z[ recovery-image] Feb 07 09:58:58.373 INFO O| Feb 07 09:58:58.373 INFO STEP 355 (remove_files) COMPLETE
54882025-02-07T09:58:59.871Z[ recovery-image] Feb 07 09:58:58.373 INFO O| Feb 07 09:58:58.373 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892025-02-07T09:58:59.891Z[ recovery-image] Feb 07 09:58:58.393 INFO O| Feb 07 09:58:58.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54902025-02-07T09:58:59.891Z[ recovery-image] Feb 07 09:58:58.393 INFO O| Feb 07 09:58:58.393 INFO STEP 356 (remove_files) COMPLETE
54912025-02-07T09:58:59.891Z[ recovery-image] Feb 07 09:58:58.393 INFO O| Feb 07 09:58:58.393 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922025-02-07T09:58:59.911Z[ recovery-image] Feb 07 09:58:58.412 INFO O| Feb 07 09:58:58.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54932025-02-07T09:58:59.915Z[ recovery-image] Feb 07 09:58:58.417 INFO O| Feb 07 09:58:58.417 INFO STEP 357 (remove_files) COMPLETE
54942025-02-07T09:58:59.915Z[ recovery-image] Feb 07 09:58:58.417 INFO O| Feb 07 09:58:58.417 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952025-02-07T09:58:59.959Z[ recovery-image] Feb 07 09:58:58.460 INFO O| Feb 07 09:58:58.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54962025-02-07T09:58:59.959Z[ recovery-image] Feb 07 09:58:58.460 INFO O| Feb 07 09:58:58.460 INFO STEP 358 (remove_files) COMPLETE
54972025-02-07T09:58:59.959Z[ recovery-image] Feb 07 09:58:58.461 INFO O| Feb 07 09:58:58.460 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982025-02-07T09:58:59.980Z[ recovery-image] Feb 07 09:58:58.481 INFO O| Feb 07 09:58:58.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54992025-02-07T09:58:59.980Z[ recovery-image] Feb 07 09:58:58.481 INFO O| Feb 07 09:58:58.481 INFO STEP 359 (remove_files) COMPLETE
55002025-02-07T09:58:59.980Z[ recovery-image] Feb 07 09:58:58.481 INFO O| Feb 07 09:58:58.481 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012025-02-07T09:59:00.001Z[ recovery-image] Feb 07 09:58:58.502 INFO O| Feb 07 09:58:58.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55022025-02-07T09:59:00.001Z[ recovery-image] Feb 07 09:58:58.503 INFO O| Feb 07 09:58:58.503 INFO STEP 360 (remove_files) COMPLETE
55032025-02-07T09:59:00.001Z[ recovery-image] Feb 07 09:58:58.503 INFO O| Feb 07 09:58:58.503 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042025-02-07T09:59:00.023Z[ recovery-image] Feb 07 09:58:58.524 INFO O| Feb 07 09:58:58.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55052025-02-07T09:59:00.042Z[ recovery-image] Feb 07 09:58:58.544 INFO O| Feb 07 09:58:58.544 INFO STEP 361 (remove_files) COMPLETE
55062025-02-07T09:59:00.042Z[ recovery-image] Feb 07 09:58:58.544 INFO O| Feb 07 09:58:58.544 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072025-02-07T09:59:00.095Z[ recovery-image] Feb 07 09:58:58.596 INFO O| Feb 07 09:58:58.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55082025-02-07T09:59:00.095Z[ recovery-image] Feb 07 09:58:58.596 INFO O| Feb 07 09:58:58.596 INFO STEP 362 (remove_files) COMPLETE
55092025-02-07T09:59:00.098Z[ recovery-image] Feb 07 09:58:58.596 INFO O| Feb 07 09:58:58.596 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102025-02-07T09:59:00.137Z[ host-image] Feb 07 09:58:58.637 INFO O| Feb 07 09:58:58.637 INFO O| Download: Completed 9.99 MB in 0.64 seconds (15.7M/s)
55112025-02-07T09:59:00.164Z[ recovery-image] Feb 07 09:58:58.658 INFO O| Feb 07 09:58:58.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55122025-02-07T09:59:00.164Z[ recovery-image] Feb 07 09:58:58.659 INFO O| Feb 07 09:58:58.659 INFO STEP 363 (remove_files) COMPLETE
55132025-02-07T09:59:00.164Z[ recovery-image] Feb 07 09:58:58.659 INFO O| Feb 07 09:58:58.659 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142025-02-07T09:59:00.528Z[ recovery-image] Feb 07 09:58:59.029 INFO O| Feb 07 09:58:59.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55152025-02-07T09:59:00.530Z[ recovery-image] Feb 07 09:58:59.029 INFO O| Feb 07 09:58:59.029 INFO STEP 364 (remove_files) COMPLETE
55162025-02-07T09:59:00.531Z[ recovery-image] Feb 07 09:58:59.029 INFO O| Feb 07 09:58:59.029 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172025-02-07T09:59:00.568Z[ recovery-image] Feb 07 09:58:59.070 INFO O| Feb 07 09:58:59.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55182025-02-07T09:59:00.571Z[ recovery-image] Feb 07 09:58:59.070 INFO O| Feb 07 09:58:59.070 INFO STEP 365 (remove_files) COMPLETE
55192025-02-07T09:59:00.571Z[ recovery-image] Feb 07 09:58:59.070 INFO O| Feb 07 09:58:59.070 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202025-02-07T09:59:00.589Z[ recovery-image] Feb 07 09:58:59.091 INFO O| Feb 07 09:58:59.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55212025-02-07T09:59:00.592Z[ recovery-image] Feb 07 09:58:59.091 INFO O| Feb 07 09:58:59.091 INFO STEP 366 (remove_files) COMPLETE
55222025-02-07T09:59:00.592Z[ recovery-image] Feb 07 09:58:59.091 INFO O| Feb 07 09:58:59.091 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-02-07T09:59:00.595Z[ host-image] Feb 07 09:58:59.096 INFO O| Feb 07 09:58:59.096 INFO O| Actions: 1/22 actions (Installing new actions)
55242025-02-07T09:59:00.611Z[ recovery-image] Feb 07 09:58:59.112 INFO O| Feb 07 09:58:59.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55252025-02-07T09:59:00.611Z[ recovery-image] Feb 07 09:58:59.112 INFO O| Feb 07 09:58:59.111 INFO STEP 367 (remove_files) COMPLETE
55262025-02-07T09:59:00.611Z[ recovery-image] Feb 07 09:58:59.112 INFO O| Feb 07 09:58:59.111 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272025-02-07T09:59:00.673Z[ recovery-image] Feb 07 09:58:59.174 INFO O| Feb 07 09:58:59.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55282025-02-07T09:59:00.673Z[ recovery-image] Feb 07 09:58:59.174 INFO O| Feb 07 09:58:59.174 INFO STEP 368 (remove_files) COMPLETE
55292025-02-07T09:59:00.673Z[ recovery-image] Feb 07 09:58:59.174 INFO O| Feb 07 09:58:59.174 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302025-02-07T09:59:00.713Z[ recovery-image] Feb 07 09:58:59.214 INFO O| Feb 07 09:58:59.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55312025-02-07T09:59:00.713Z[ recovery-image] Feb 07 09:58:59.214 INFO O| Feb 07 09:58:59.214 INFO STEP 369 (remove_files) COMPLETE
55322025-02-07T09:59:00.713Z[ recovery-image] Feb 07 09:58:59.214 INFO O| Feb 07 09:58:59.214 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332025-02-07T09:59:00.782Z[ recovery-image] Feb 07 09:58:59.283 INFO O| Feb 07 09:58:59.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55342025-02-07T09:59:00.782Z[ recovery-image] Feb 07 09:58:59.283 INFO O| Feb 07 09:58:59.283 INFO STEP 370 (remove_files) COMPLETE
55352025-02-07T09:59:00.782Z[ recovery-image] Feb 07 09:58:59.283 INFO O| Feb 07 09:58:59.283 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362025-02-07T09:59:00.800Z[ recovery-image] Feb 07 09:58:59.301 INFO O| Feb 07 09:58:59.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55372025-02-07T09:59:00.800Z[ recovery-image] Feb 07 09:58:59.301 INFO O| Feb 07 09:58:59.301 INFO STEP 371 (remove_files) COMPLETE
55382025-02-07T09:59:00.802Z[ recovery-image] Feb 07 09:58:59.301 INFO O| Feb 07 09:58:59.301 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392025-02-07T09:59:00.834Z[ recovery-image] Feb 07 09:58:59.336 INFO O| Feb 07 09:58:59.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55402025-02-07T09:59:00.834Z[ recovery-image] Feb 07 09:58:59.336 INFO O| Feb 07 09:58:59.336 INFO STEP 372 (remove_files) COMPLETE
55412025-02-07T09:59:00.838Z[ recovery-image] Feb 07 09:58:59.336 INFO O| Feb 07 09:58:59.336 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422025-02-07T09:59:00.877Z[ recovery-image] Feb 07 09:58:59.355 INFO O| Feb 07 09:58:59.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55432025-02-07T09:59:00.877Z[ recovery-image] Feb 07 09:58:59.355 INFO O| Feb 07 09:58:59.355 INFO STEP 373 (remove_files) COMPLETE
55442025-02-07T09:59:00.877Z[ recovery-image] Feb 07 09:58:59.355 INFO O| Feb 07 09:58:59.355 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452025-02-07T09:59:00.885Z[ recovery-image] Feb 07 09:58:59.387 INFO O| Feb 07 09:58:59.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55462025-02-07T09:59:00.885Z[ recovery-image] Feb 07 09:58:59.387 INFO O| Feb 07 09:58:59.387 INFO STEP 374 (remove_files) COMPLETE
55472025-02-07T09:59:00.885Z[ recovery-image] Feb 07 09:58:59.387 INFO O| Feb 07 09:58:59.387 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482025-02-07T09:59:00.904Z[ recovery-image] Feb 07 09:58:59.406 INFO O| Feb 07 09:58:59.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55492025-02-07T09:59:00.904Z[ recovery-image] Feb 07 09:58:59.406 INFO O| Feb 07 09:58:59.406 INFO STEP 375 (remove_files) COMPLETE
55502025-02-07T09:59:00.907Z[ recovery-image] Feb 07 09:58:59.406 INFO O| Feb 07 09:58:59.406 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512025-02-07T09:59:00.925Z[ recovery-image] Feb 07 09:58:59.426 INFO O| Feb 07 09:58:59.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55522025-02-07T09:59:00.925Z[ recovery-image] Feb 07 09:58:59.426 INFO O| Feb 07 09:58:59.426 INFO STEP 376 (remove_files) COMPLETE
55532025-02-07T09:59:00.925Z[ recovery-image] Feb 07 09:58:59.426 INFO O| Feb 07 09:58:59.426 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542025-02-07T09:59:00.945Z[ recovery-image] Feb 07 09:58:59.446 INFO O| Feb 07 09:58:59.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55552025-02-07T09:59:00.945Z[ recovery-image] Feb 07 09:58:59.446 INFO O| Feb 07 09:58:59.446 INFO STEP 377 (remove_files) COMPLETE
55562025-02-07T09:59:00.945Z[ recovery-image] Feb 07 09:58:59.446 INFO O| Feb 07 09:58:59.446 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572025-02-07T09:59:00.973Z[ recovery-image] Feb 07 09:58:59.474 INFO O| Feb 07 09:58:59.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55582025-02-07T09:59:00.973Z[ recovery-image] Feb 07 09:58:59.474 INFO O| Feb 07 09:58:59.474 INFO STEP 378 (remove_files) COMPLETE
55592025-02-07T09:59:00.973Z[ recovery-image] Feb 07 09:58:59.474 INFO O| Feb 07 09:58:59.474 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602025-02-07T09:59:00.992Z[ recovery-image] Feb 07 09:58:59.493 INFO O| Feb 07 09:58:59.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55612025-02-07T09:59:00.992Z[ recovery-image] Feb 07 09:58:59.493 INFO O| Feb 07 09:58:59.493 INFO STEP 379 (remove_files) COMPLETE
55622025-02-07T09:59:00.992Z[ recovery-image] Feb 07 09:58:59.493 INFO O| Feb 07 09:58:59.493 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632025-02-07T09:59:01.026Z[ recovery-image] Feb 07 09:58:59.527 INFO O| Feb 07 09:58:59.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55642025-02-07T09:59:01.026Z[ recovery-image] Feb 07 09:58:59.527 INFO O| Feb 07 09:58:59.527 INFO STEP 380 (remove_files) COMPLETE
55652025-02-07T09:59:01.026Z[ recovery-image] Feb 07 09:58:59.527 INFO O| Feb 07 09:58:59.527 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662025-02-07T09:59:01.046Z[ recovery-image] Feb 07 09:58:59.547 INFO O| Feb 07 09:58:59.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55672025-02-07T09:59:01.046Z[ recovery-image] Feb 07 09:58:59.547 INFO O| Feb 07 09:58:59.547 INFO STEP 381 (remove_files) COMPLETE
55682025-02-07T09:59:01.049Z[ recovery-image] Feb 07 09:58:59.548 INFO O| Feb 07 09:58:59.547 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692025-02-07T09:59:01.081Z[ host-image] Feb 07 09:58:59.583 INFO O| Feb 07 09:58:59.583 INFO O| Actions: Completed 22 actions in 0.49 seconds.
55702025-02-07T09:59:01.103Z[ recovery-image] Feb 07 09:58:59.604 INFO O| Feb 07 09:58:59.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55712025-02-07T09:59:01.103Z[ recovery-image] Feb 07 09:58:59.604 INFO O| Feb 07 09:58:59.604 INFO STEP 382 (remove_files) COMPLETE
55722025-02-07T09:59:01.106Z[ recovery-image] Feb 07 09:58:59.604 INFO O| Feb 07 09:58:59.604 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732025-02-07T09:59:01.132Z[ recovery-image] Feb 07 09:58:59.633 INFO O| Feb 07 09:58:59.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55742025-02-07T09:59:01.132Z[ recovery-image] Feb 07 09:58:59.633 INFO O| Feb 07 09:58:59.633 INFO STEP 383 (remove_files) COMPLETE
55752025-02-07T09:59:01.132Z[ recovery-image] Feb 07 09:58:59.633 INFO O| Feb 07 09:58:59.633 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762025-02-07T09:59:02.191Z[ recovery-image] Feb 07 09:58:59.687 INFO O| Feb 07 09:58:59.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55772025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.687 INFO O| Feb 07 09:58:59.687 INFO STEP 384 (remove_files) COMPLETE
55782025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.687 INFO O| Feb 07 09:58:59.687 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.707 INFO O| Feb 07 09:58:59.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55802025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.707 INFO O| Feb 07 09:58:59.707 INFO STEP 385 (remove_files) COMPLETE
55812025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.707 INFO O| Feb 07 09:58:59.707 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.725 INFO O| Feb 07 09:58:59.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55832025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.726 INFO O| Feb 07 09:58:59.726 INFO STEP 386 (remove_files) COMPLETE
55842025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.726 INFO O| Feb 07 09:58:59.726 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.766 INFO O| Feb 07 09:58:59.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55862025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.766 INFO O| Feb 07 09:58:59.766 INFO STEP 387 (remove_files) COMPLETE
55872025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.766 INFO O| Feb 07 09:58:59.766 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.814 INFO O| Feb 07 09:58:59.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55892025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.814 INFO O| Feb 07 09:58:59.814 INFO STEP 388 (remove_files) COMPLETE
55902025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.814 INFO O| Feb 07 09:58:59.814 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.887 INFO O| Feb 07 09:58:59.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55922025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.887 INFO O| Feb 07 09:58:59.887 INFO STEP 389 (remove_files) COMPLETE
55932025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.887 INFO O| Feb 07 09:58:59.887 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.908 INFO O| Feb 07 09:58:59.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55952025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.909 INFO O| Feb 07 09:58:59.909 INFO STEP 390 (remove_files) COMPLETE
55962025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.909 INFO O| Feb 07 09:58:59.909 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.938 INFO O| Feb 07 09:58:59.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55982025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.938 INFO O| Feb 07 09:58:59.938 INFO STEP 391 (remove_files) COMPLETE
55992025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.938 INFO O| Feb 07 09:58:59.938 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.958 INFO O| Feb 07 09:58:59.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56012025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.958 INFO O| Feb 07 09:58:59.958 INFO STEP 392 (remove_files) COMPLETE
56022025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:58:59.958 INFO O| Feb 07 09:58:59.958 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:59:00.013 INFO O| Feb 07 09:59:00.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56042025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:59:00.013 INFO O| Feb 07 09:59:00.013 INFO STEP 393 (remove_files) COMPLETE
56052025-02-07T09:59:02.196Z[ recovery-image] Feb 07 09:59:00.013 INFO O| Feb 07 09:59:00.013 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.075 INFO O| Feb 07 09:59:00.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56072025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.075 INFO O| Feb 07 09:59:00.075 INFO STEP 394 (remove_files) COMPLETE
56082025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.075 INFO O| Feb 07 09:59:00.075 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.108 INFO O| Feb 07 09:59:00.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56102025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.108 INFO O| Feb 07 09:59:00.108 INFO STEP 395 (remove_files) COMPLETE
56112025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.108 INFO O| Feb 07 09:59:00.108 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.131 INFO O| Feb 07 09:59:00.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56132025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.132 INFO O| Feb 07 09:59:00.132 INFO STEP 396 (remove_files) COMPLETE
56142025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.132 INFO O| Feb 07 09:59:00.132 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.156 INFO O| Feb 07 09:59:00.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56162025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.157 INFO O| Feb 07 09:59:00.157 INFO STEP 397 (remove_files) COMPLETE
56172025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.157 INFO O| Feb 07 09:59:00.157 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182025-02-07T09:59:02.197Z[ host-image] Feb 07 09:59:00.189 INFO O| Feb 07 09:59:00.189 INFO O| Done
56192025-02-07T09:59:02.197Z[ host-image] Feb 07 09:59:00.189 INFO O| Feb 07 09:59:00.189 INFO O| Done
56202025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.197 INFO O| Feb 07 09:59:00.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56212025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.197 INFO O| Feb 07 09:59:00.197 INFO STEP 398 (remove_files) COMPLETE
56222025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.197 INFO O| Feb 07 09:59:00.197 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.217 INFO O| Feb 07 09:59:00.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56242025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.217 INFO O| Feb 07 09:59:00.217 INFO STEP 399 (remove_files) COMPLETE
56252025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.217 INFO O| Feb 07 09:59:00.217 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.238 INFO O| Feb 07 09:59:00.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56272025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.238 INFO O| Feb 07 09:59:00.238 INFO STEP 400 (remove_files) COMPLETE
56282025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.238 INFO O| Feb 07 09:59:00.238 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.259 INFO O| Feb 07 09:59:00.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56302025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.259 INFO O| Feb 07 09:59:00.259 INFO STEP 401 (remove_files) COMPLETE
56312025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.259 INFO O| Feb 07 09:59:00.259 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.280 INFO O| Feb 07 09:59:00.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56332025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.280 INFO O| Feb 07 09:59:00.280 INFO STEP 402 (remove_files) COMPLETE
56342025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.280 INFO O| Feb 07 09:59:00.280 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.300 INFO O| Feb 07 09:59:00.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56362025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.300 INFO O| Feb 07 09:59:00.300 INFO STEP 403 (remove_files) COMPLETE
56372025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.300 INFO O| Feb 07 09:59:00.300 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.319 INFO O| Feb 07 09:59:00.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56392025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.319 INFO O| Feb 07 09:59:00.319 INFO STEP 404 (remove_files) COMPLETE
56402025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.319 INFO O| Feb 07 09:59:00.319 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.338 INFO O| Feb 07 09:59:00.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56422025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.338 INFO O| Feb 07 09:59:00.338 INFO STEP 405 (remove_files) COMPLETE
56432025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.338 INFO O| Feb 07 09:59:00.338 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-02-07T09:59:02.197Z[ recovery-image] Feb 07 09:59:00.357 INFO O| Feb 07 09:59:00.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56452025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.358 INFO O| Feb 07 09:59:00.357 INFO STEP 406 (remove_files) COMPLETE
56462025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.358 INFO O| Feb 07 09:59:00.358 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.377 INFO O| Feb 07 09:59:00.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56482025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.377 INFO O| Feb 07 09:59:00.377 INFO STEP 407 (remove_files) COMPLETE
56492025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.378 INFO O| Feb 07 09:59:00.377 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.399 INFO O| Feb 07 09:59:00.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56512025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.399 INFO O| Feb 07 09:59:00.399 INFO STEP 408 (remove_files) COMPLETE
56522025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.399 INFO O| Feb 07 09:59:00.399 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.425 INFO O| Feb 07 09:59:00.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56542025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.425 INFO O| Feb 07 09:59:00.425 INFO STEP 409 (remove_files) COMPLETE
56552025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.425 INFO O| Feb 07 09:59:00.425 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.490 INFO O| Feb 07 09:59:00.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56572025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.490 INFO O| Feb 07 09:59:00.490 INFO STEP 410 (remove_files) COMPLETE
56582025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.490 INFO O| Feb 07 09:59:00.490 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.511 INFO O| Feb 07 09:59:00.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56602025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.511 INFO O| Feb 07 09:59:00.511 INFO STEP 411 (remove_files) COMPLETE
56612025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.511 INFO O| Feb 07 09:59:00.511 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.531 INFO O| Feb 07 09:59:00.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56632025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.531 INFO O| Feb 07 09:59:00.531 INFO STEP 412 (remove_files) COMPLETE
56642025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.531 INFO O| Feb 07 09:59:00.531 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.552 INFO O| Feb 07 09:59:00.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56662025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.552 INFO O| Feb 07 09:59:00.552 INFO STEP 413 (remove_files) COMPLETE
56672025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.552 INFO O| Feb 07 09:59:00.552 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.580 INFO O| Feb 07 09:59:00.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56692025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.580 INFO O| Feb 07 09:59:00.580 INFO STEP 414 (remove_files) COMPLETE
56702025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.580 INFO O| Feb 07 09:59:00.580 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.687 INFO O| Feb 07 09:59:00.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56722025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.687 INFO O| Feb 07 09:59:00.687 INFO STEP 415 (remove_files) COMPLETE
56732025-02-07T09:59:02.198Z[ recovery-image] Feb 07 09:59:00.687 INFO O| Feb 07 09:59:00.687 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-02-07T09:59:02.213Z[ recovery-image] Feb 07 09:59:00.714 INFO O| Feb 07 09:59:00.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56752025-02-07T09:59:02.213Z[ recovery-image] Feb 07 09:59:00.714 INFO O| Feb 07 09:59:00.714 INFO STEP 416 (remove_files) COMPLETE
56762025-02-07T09:59:02.213Z[ recovery-image] Feb 07 09:59:00.714 INFO O| Feb 07 09:59:00.714 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-02-07T09:59:02.246Z[ recovery-image] Feb 07 09:59:00.748 INFO O| Feb 07 09:59:00.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56782025-02-07T09:59:02.247Z[ recovery-image] Feb 07 09:59:00.748 INFO O| Feb 07 09:59:00.748 INFO STEP 417 (remove_files) COMPLETE
56792025-02-07T09:59:02.247Z[ recovery-image] Feb 07 09:59:00.748 INFO O| Feb 07 09:59:00.748 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-02-07T09:59:02.283Z[ recovery-image] Feb 07 09:59:00.784 INFO O| Feb 07 09:59:00.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56812025-02-07T09:59:02.286Z[ recovery-image] Feb 07 09:59:00.785 INFO O| Feb 07 09:59:00.784 INFO STEP 418 (remove_files) COMPLETE
56822025-02-07T09:59:02.286Z[ recovery-image] Feb 07 09:59:00.785 INFO O| Feb 07 09:59:00.785 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-02-07T09:59:02.303Z[ recovery-image] Feb 07 09:59:00.804 INFO O| Feb 07 09:59:00.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56842025-02-07T09:59:02.305Z[ recovery-image] Feb 07 09:59:00.804 INFO O| Feb 07 09:59:00.804 INFO STEP 419 (remove_files) COMPLETE
56852025-02-07T09:59:02.306Z[ recovery-image] Feb 07 09:59:00.804 INFO O| Feb 07 09:59:00.804 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-02-07T09:59:02.323Z[ recovery-image] Feb 07 09:59:00.823 INFO O| Feb 07 09:59:00.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56872025-02-07T09:59:02.323Z[ recovery-image] Feb 07 09:59:00.824 INFO O| Feb 07 09:59:00.823 INFO STEP 420 (remove_files) COMPLETE
56882025-02-07T09:59:02.323Z[ recovery-image] Feb 07 09:59:00.824 INFO O| Feb 07 09:59:00.824 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-02-07T09:59:02.362Z[ recovery-image] Feb 07 09:59:00.863 INFO O| Feb 07 09:59:00.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56902025-02-07T09:59:02.362Z[ recovery-image] Feb 07 09:59:00.863 INFO O| Feb 07 09:59:00.863 INFO STEP 421 (remove_files) COMPLETE
56912025-02-07T09:59:02.362Z[ recovery-image] Feb 07 09:59:00.863 INFO O| Feb 07 09:59:00.863 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-02-07T09:59:02.402Z[ recovery-image] Feb 07 09:59:00.903 INFO O| Feb 07 09:59:00.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56932025-02-07T09:59:02.402Z[ recovery-image] Feb 07 09:59:00.903 INFO O| Feb 07 09:59:00.903 INFO STEP 422 (remove_files) COMPLETE
56942025-02-07T09:59:02.402Z[ recovery-image] Feb 07 09:59:00.903 INFO O| Feb 07 09:59:00.903 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-02-07T09:59:02.422Z[ recovery-image] Feb 07 09:59:00.923 INFO O| Feb 07 09:59:00.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56962025-02-07T09:59:02.422Z[ recovery-image] Feb 07 09:59:00.924 INFO O| Feb 07 09:59:00.923 INFO STEP 423 (remove_files) COMPLETE
56972025-02-07T09:59:02.422Z[ recovery-image] Feb 07 09:59:00.924 INFO O| Feb 07 09:59:00.924 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-02-07T09:59:02.449Z[ recovery-image] Feb 07 09:59:00.950 INFO O| Feb 07 09:59:00.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56992025-02-07T09:59:02.449Z[ recovery-image] Feb 07 09:59:00.950 INFO O| Feb 07 09:59:00.950 INFO STEP 424 (remove_files) COMPLETE
57002025-02-07T09:59:02.449Z[ recovery-image] Feb 07 09:59:00.950 INFO O| Feb 07 09:59:00.950 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-02-07T09:59:02.470Z[ recovery-image] Feb 07 09:59:00.971 INFO O| Feb 07 09:59:00.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57022025-02-07T09:59:02.470Z[ recovery-image] Feb 07 09:59:00.971 INFO O| Feb 07 09:59:00.971 INFO STEP 425 (remove_files) COMPLETE
57032025-02-07T09:59:02.470Z[ recovery-image] Feb 07 09:59:00.971 INFO O| Feb 07 09:59:00.971 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-02-07T09:59:02.488Z[ recovery-image] Feb 07 09:59:00.989 INFO O| Feb 07 09:59:00.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57052025-02-07T09:59:02.488Z[ recovery-image] Feb 07 09:59:00.990 INFO O| Feb 07 09:59:00.990 INFO STEP 426 (remove_files) COMPLETE
57062025-02-07T09:59:02.488Z[ recovery-image] Feb 07 09:59:00.990 INFO O| Feb 07 09:59:00.990 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-02-07T09:59:02.508Z[ recovery-image] Feb 07 09:59:01.009 INFO O| Feb 07 09:59:01.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57082025-02-07T09:59:02.508Z[ recovery-image] Feb 07 09:59:01.009 INFO O| Feb 07 09:59:01.009 INFO STEP 427 (remove_files) COMPLETE
57092025-02-07T09:59:02.508Z[ recovery-image] Feb 07 09:59:01.009 INFO O| Feb 07 09:59:01.009 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-02-07T09:59:02.550Z[ recovery-image] Feb 07 09:59:01.051 INFO O| Feb 07 09:59:01.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57112025-02-07T09:59:02.553Z[ recovery-image] Feb 07 09:59:01.051 INFO O| Feb 07 09:59:01.051 INFO STEP 428 (remove_files) COMPLETE
57122025-02-07T09:59:02.553Z[ recovery-image] Feb 07 09:59:01.051 INFO O| Feb 07 09:59:01.051 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-02-07T09:59:02.569Z[ recovery-image] Feb 07 09:59:01.070 INFO O| Feb 07 09:59:01.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57142025-02-07T09:59:02.569Z[ recovery-image] Feb 07 09:59:01.071 INFO O| Feb 07 09:59:01.071 INFO STEP 429 (remove_files) COMPLETE
57152025-02-07T09:59:02.573Z[ recovery-image] Feb 07 09:59:01.071 INFO O| Feb 07 09:59:01.071 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-02-07T09:59:02.587Z[ recovery-image] Feb 07 09:59:01.088 INFO O| Feb 07 09:59:01.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57172025-02-07T09:59:02.590Z[ recovery-image] Feb 07 09:59:01.088 INFO O| Feb 07 09:59:01.088 INFO STEP 430 (remove_files) COMPLETE
57182025-02-07T09:59:02.590Z[ recovery-image] Feb 07 09:59:01.089 INFO O| Feb 07 09:59:01.089 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-02-07T09:59:02.605Z[ recovery-image] Feb 07 09:59:01.106 INFO O| Feb 07 09:59:01.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57202025-02-07T09:59:02.606Z[ recovery-image] Feb 07 09:59:01.106 INFO O| Feb 07 09:59:01.106 INFO STEP 431 (remove_files) COMPLETE
57212025-02-07T09:59:02.609Z[ recovery-image] Feb 07 09:59:01.106 INFO O| Feb 07 09:59:01.106 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-02-07T09:59:02.623Z[ recovery-image] Feb 07 09:59:01.124 INFO O| Feb 07 09:59:01.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57232025-02-07T09:59:02.623Z[ recovery-image] Feb 07 09:59:01.124 INFO O| Feb 07 09:59:01.124 INFO STEP 432 (remove_files) COMPLETE
57242025-02-07T09:59:02.623Z[ recovery-image] Feb 07 09:59:01.124 INFO O| Feb 07 09:59:01.124 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-02-07T09:59:02.640Z[ recovery-image] Feb 07 09:59:01.141 INFO O| Feb 07 09:59:01.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57262025-02-07T09:59:02.643Z[ recovery-image] Feb 07 09:59:01.142 INFO O| Feb 07 09:59:01.141 INFO STEP 433 (remove_files) COMPLETE
57272025-02-07T09:59:02.643Z[ recovery-image] Feb 07 09:59:01.142 INFO O| Feb 07 09:59:01.142 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-02-07T09:59:02.731Z[ recovery-image] Feb 07 09:59:01.232 INFO O| Feb 07 09:59:01.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57292025-02-07T09:59:02.731Z[ recovery-image] Feb 07 09:59:01.232 INFO O| Feb 07 09:59:01.232 INFO STEP 434 (remove_files) COMPLETE
57302025-02-07T09:59:02.731Z[ recovery-image] Feb 07 09:59:01.232 INFO O| Feb 07 09:59:01.232 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-02-07T09:59:02.752Z[ recovery-image] Feb 07 09:59:01.254 INFO O| Feb 07 09:59:01.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57322025-02-07T09:59:02.753Z[ recovery-image] Feb 07 09:59:01.254 INFO O| Feb 07 09:59:01.254 INFO STEP 435 (remove_files) COMPLETE
57332025-02-07T09:59:02.753Z[ recovery-image] Feb 07 09:59:01.254 INFO O| Feb 07 09:59:01.254 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342025-02-07T09:59:02.786Z[ recovery-image] Feb 07 09:59:01.287 INFO O| Feb 07 09:59:01.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57352025-02-07T09:59:02.811Z[ recovery-image] Feb 07 09:59:01.312 INFO O| Feb 07 09:59:01.312 INFO STEP 436 (remove_files) COMPLETE
57362025-02-07T09:59:02.811Z[ recovery-image] Feb 07 09:59:01.312 INFO O| Feb 07 09:59:01.312 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-02-07T09:59:02.831Z[ recovery-image] Feb 07 09:59:01.332 INFO O| Feb 07 09:59:01.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57382025-02-07T09:59:02.831Z[ recovery-image] Feb 07 09:59:01.333 INFO O| Feb 07 09:59:01.333 INFO STEP 437 (remove_files) COMPLETE
57392025-02-07T09:59:02.831Z[ recovery-image] Feb 07 09:59:01.333 INFO O| Feb 07 09:59:01.333 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-02-07T09:59:02.851Z[ recovery-image] Feb 07 09:59:01.352 INFO O| Feb 07 09:59:01.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57412025-02-07T09:59:02.851Z[ recovery-image] Feb 07 09:59:01.352 INFO O| Feb 07 09:59:01.352 INFO STEP 438 (remove_files) COMPLETE
57422025-02-07T09:59:02.851Z[ recovery-image] Feb 07 09:59:01.352 INFO O| Feb 07 09:59:01.352 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-02-07T09:59:02.894Z[ recovery-image] Feb 07 09:59:01.395 INFO O| Feb 07 09:59:01.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57442025-02-07T09:59:02.894Z[ recovery-image] Feb 07 09:59:01.395 INFO O| Feb 07 09:59:01.395 INFO STEP 439 (remove_files) COMPLETE
57452025-02-07T09:59:02.894Z[ recovery-image] Feb 07 09:59:01.395 INFO O| Feb 07 09:59:01.395 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-02-07T09:59:02.918Z[ recovery-image] Feb 07 09:59:01.419 INFO O| Feb 07 09:59:01.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57472025-02-07T09:59:02.918Z[ recovery-image] Feb 07 09:59:01.419 INFO O| Feb 07 09:59:01.419 INFO STEP 440 (remove_files) COMPLETE
57482025-02-07T09:59:02.918Z[ recovery-image] Feb 07 09:59:01.419 INFO O| Feb 07 09:59:01.419 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-02-07T09:59:02.938Z[ recovery-image] Feb 07 09:59:01.439 INFO O| Feb 07 09:59:01.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57502025-02-07T09:59:02.938Z[ recovery-image] Feb 07 09:59:01.439 INFO O| Feb 07 09:59:01.439 INFO STEP 441 (remove_files) COMPLETE
57512025-02-07T09:59:02.938Z[ recovery-image] Feb 07 09:59:01.439 INFO O| Feb 07 09:59:01.439 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-02-07T09:59:02.956Z[ recovery-image] Feb 07 09:59:01.457 INFO O| Feb 07 09:59:01.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57532025-02-07T09:59:02.959Z[ recovery-image] Feb 07 09:59:01.458 INFO O| Feb 07 09:59:01.457 INFO STEP 442 (remove_files) COMPLETE
57542025-02-07T09:59:02.959Z[ recovery-image] Feb 07 09:59:01.458 INFO O| Feb 07 09:59:01.458 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-02-07T09:59:02.975Z[ recovery-image] Feb 07 09:59:01.476 INFO O| Feb 07 09:59:01.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57562025-02-07T09:59:02.975Z[ recovery-image] Feb 07 09:59:01.476 INFO O| Feb 07 09:59:01.476 INFO STEP 443 (remove_files) COMPLETE
57572025-02-07T09:59:02.975Z[ recovery-image] Feb 07 09:59:01.476 INFO O| Feb 07 09:59:01.476 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-02-07T09:59:02.993Z[ recovery-image] Feb 07 09:59:01.494 INFO O| Feb 07 09:59:01.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57592025-02-07T09:59:02.993Z[ recovery-image] Feb 07 09:59:01.494 INFO O| Feb 07 09:59:01.494 INFO STEP 444 (remove_files) COMPLETE
57602025-02-07T09:59:02.996Z[ recovery-image] Feb 07 09:59:01.494 INFO O| Feb 07 09:59:01.494 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-02-07T09:59:03.012Z[ recovery-image] Feb 07 09:59:01.513 INFO O| Feb 07 09:59:01.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57622025-02-07T09:59:03.012Z[ recovery-image] Feb 07 09:59:01.513 INFO O| Feb 07 09:59:01.513 INFO STEP 445 (remove_files) COMPLETE
57632025-02-07T09:59:03.012Z[ recovery-image] Feb 07 09:59:01.513 INFO O| Feb 07 09:59:01.513 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-02-07T09:59:03.031Z[ recovery-image] Feb 07 09:59:01.532 INFO O| Feb 07 09:59:01.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57652025-02-07T09:59:03.031Z[ recovery-image] Feb 07 09:59:01.532 INFO O| Feb 07 09:59:01.532 INFO STEP 446 (remove_files) COMPLETE
57662025-02-07T09:59:03.031Z[ recovery-image] Feb 07 09:59:01.532 INFO O| Feb 07 09:59:01.532 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-02-07T09:59:03.051Z[ recovery-image] Feb 07 09:59:01.552 INFO O| Feb 07 09:59:01.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57682025-02-07T09:59:03.051Z[ recovery-image] Feb 07 09:59:01.552 INFO O| Feb 07 09:59:01.552 INFO STEP 447 (remove_files) COMPLETE
57692025-02-07T09:59:03.051Z[ recovery-image] Feb 07 09:59:01.552 INFO O| Feb 07 09:59:01.552 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-02-07T09:59:03.069Z[ recovery-image] Feb 07 09:59:01.570 INFO O| Feb 07 09:59:01.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57712025-02-07T09:59:03.069Z[ recovery-image] Feb 07 09:59:01.570 INFO O| Feb 07 09:59:01.570 INFO STEP 448 (remove_files) COMPLETE
57722025-02-07T09:59:03.069Z[ recovery-image] Feb 07 09:59:01.570 INFO O| Feb 07 09:59:01.570 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-02-07T09:59:03.087Z[ recovery-image] Feb 07 09:59:01.588 INFO O| Feb 07 09:59:01.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57742025-02-07T09:59:03.087Z[ recovery-image] Feb 07 09:59:01.588 INFO O| Feb 07 09:59:01.588 INFO STEP 449 (remove_files) COMPLETE
57752025-02-07T09:59:03.087Z[ recovery-image] Feb 07 09:59:01.588 INFO O| Feb 07 09:59:01.588 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-02-07T09:59:03.203Z[ recovery-image] Feb 07 09:59:01.704 INFO O| Feb 07 09:59:01.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57772025-02-07T09:59:03.203Z[ recovery-image] Feb 07 09:59:01.704 INFO O| Feb 07 09:59:01.704 INFO STEP 450 (remove_files) COMPLETE
57782025-02-07T09:59:03.203Z[ recovery-image] Feb 07 09:59:01.704 INFO O| Feb 07 09:59:01.704 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-02-07T09:59:03.267Z[ recovery-image] Feb 07 09:59:01.768 INFO O| Feb 07 09:59:01.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57802025-02-07T09:59:03.268Z[ recovery-image] Feb 07 09:59:01.768 INFO O| Feb 07 09:59:01.768 INFO STEP 451 (remove_files) COMPLETE
57812025-02-07T09:59:03.268Z[ recovery-image] Feb 07 09:59:01.768 INFO O| Feb 07 09:59:01.768 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-02-07T09:59:03.287Z[ recovery-image] Feb 07 09:59:01.788 INFO O| Feb 07 09:59:01.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57832025-02-07T09:59:03.287Z[ recovery-image] Feb 07 09:59:01.788 INFO O| Feb 07 09:59:01.788 INFO STEP 452 (remove_files) COMPLETE
57842025-02-07T09:59:03.290Z[ recovery-image] Feb 07 09:59:01.788 INFO O| Feb 07 09:59:01.788 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-02-07T09:59:03.306Z[ recovery-image] Feb 07 09:59:01.807 INFO O| Feb 07 09:59:01.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57862025-02-07T09:59:03.308Z[ recovery-image] Feb 07 09:59:01.807 INFO O| Feb 07 09:59:01.807 INFO STEP 453 (remove_files) COMPLETE
57872025-02-07T09:59:03.308Z[ recovery-image] Feb 07 09:59:01.807 INFO O| Feb 07 09:59:01.807 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-02-07T09:59:03.325Z[ recovery-image] Feb 07 09:59:01.826 INFO O| Feb 07 09:59:01.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57892025-02-07T09:59:03.328Z[ recovery-image] Feb 07 09:59:01.827 INFO O| Feb 07 09:59:01.827 INFO STEP 454 (remove_files) COMPLETE
57902025-02-07T09:59:03.328Z[ recovery-image] Feb 07 09:59:01.827 INFO O| Feb 07 09:59:01.827 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-02-07T09:59:03.345Z[ recovery-image] Feb 07 09:59:01.846 INFO O| Feb 07 09:59:01.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57922025-02-07T09:59:03.371Z[ recovery-image] Feb 07 09:59:01.872 INFO O| Feb 07 09:59:01.872 INFO STEP 455 (remove_files) COMPLETE
57932025-02-07T09:59:03.371Z[ recovery-image] Feb 07 09:59:01.872 INFO O| Feb 07 09:59:01.872 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-02-07T09:59:03.374Z[ host-image] Feb 07 09:59:01.875 INFO O| Feb 07 09:59:01.875 INFO O| Done
57952025-02-07T09:59:03.393Z[ recovery-image] Feb 07 09:59:01.894 INFO O| Feb 07 09:59:01.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57962025-02-07T09:59:03.398Z[ recovery-image] Feb 07 09:59:01.894 INFO O| Feb 07 09:59:01.894 INFO STEP 456 (remove_files) COMPLETE
57972025-02-07T09:59:03.398Z[ recovery-image] Feb 07 09:59:01.895 INFO O| Feb 07 09:59:01.894 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982025-02-07T09:59:03.412Z[ recovery-image] Feb 07 09:59:01.913 INFO O| Feb 07 09:59:01.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57992025-02-07T09:59:03.412Z[ recovery-image] Feb 07 09:59:01.914 INFO O| Feb 07 09:59:01.913 INFO STEP 457 (remove_files) COMPLETE
58002025-02-07T09:59:03.416Z[ recovery-image] Feb 07 09:59:01.914 INFO O| Feb 07 09:59:01.914 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012025-02-07T09:59:03.432Z[ recovery-image] Feb 07 09:59:01.932 INFO O| Feb 07 09:59:01.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58022025-02-07T09:59:03.432Z[ recovery-image] Feb 07 09:59:01.933 INFO O| Feb 07 09:59:01.932 INFO STEP 458 (remove_files) COMPLETE
58032025-02-07T09:59:03.432Z[ recovery-image] Feb 07 09:59:01.933 INFO O| Feb 07 09:59:01.932 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042025-02-07T09:59:03.461Z[ recovery-image] Feb 07 09:59:01.962 INFO O| Feb 07 09:59:01.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58052025-02-07T09:59:03.461Z[ recovery-image] Feb 07 09:59:01.962 INFO O| Feb 07 09:59:01.962 INFO STEP 459 (remove_files) COMPLETE
58062025-02-07T09:59:03.461Z[ recovery-image] Feb 07 09:59:01.962 INFO O| Feb 07 09:59:01.962 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072025-02-07T09:59:03.499Z[ recovery-image] Feb 07 09:59:02.000 INFO O| Feb 07 09:59:02.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58082025-02-07T09:59:03.499Z[ recovery-image] Feb 07 09:59:02.000 INFO O| Feb 07 09:59:02.000 INFO STEP 460 (remove_files) COMPLETE
58092025-02-07T09:59:03.499Z[ recovery-image] Feb 07 09:59:02.000 INFO O| Feb 07 09:59:02.000 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102025-02-07T09:59:03.520Z[ recovery-image] Feb 07 09:59:02.021 INFO O| Feb 07 09:59:02.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58112025-02-07T09:59:03.520Z[ recovery-image] Feb 07 09:59:02.021 INFO O| Feb 07 09:59:02.021 INFO STEP 461 (remove_files) COMPLETE
58122025-02-07T09:59:03.522Z[ recovery-image] Feb 07 09:59:02.021 INFO O| Feb 07 09:59:02.021 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132025-02-07T09:59:03.541Z[ recovery-image] Feb 07 09:59:02.041 INFO O| Feb 07 09:59:02.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58142025-02-07T09:59:03.541Z[ recovery-image] Feb 07 09:59:02.041 INFO O| Feb 07 09:59:02.041 INFO STEP 462 (remove_files) COMPLETE
58152025-02-07T09:59:03.541Z[ recovery-image] Feb 07 09:59:02.041 INFO O| Feb 07 09:59:02.041 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162025-02-07T09:59:03.572Z[ recovery-image] Feb 07 09:59:02.073 INFO O| Feb 07 09:59:02.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58172025-02-07T09:59:03.574Z[ recovery-image] Feb 07 09:59:02.073 INFO O| Feb 07 09:59:02.073 INFO STEP 463 (remove_files) COMPLETE
58182025-02-07T09:59:03.574Z[ recovery-image] Feb 07 09:59:02.073 INFO O| Feb 07 09:59:02.073 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192025-02-07T09:59:03.593Z[ recovery-image] Feb 07 09:59:02.094 INFO O| Feb 07 09:59:02.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58202025-02-07T09:59:03.593Z[ recovery-image] Feb 07 09:59:02.094 INFO O| Feb 07 09:59:02.094 INFO STEP 464 (remove_files) COMPLETE
58212025-02-07T09:59:03.596Z[ recovery-image] Feb 07 09:59:02.094 INFO O| Feb 07 09:59:02.094 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222025-02-07T09:59:03.613Z[ recovery-image] Feb 07 09:59:02.114 INFO O| Feb 07 09:59:02.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58232025-02-07T09:59:03.613Z[ recovery-image] Feb 07 09:59:02.115 INFO O| Feb 07 09:59:02.114 INFO STEP 465 (remove_files) COMPLETE
58242025-02-07T09:59:03.613Z[ recovery-image] Feb 07 09:59:02.115 INFO O| Feb 07 09:59:02.115 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252025-02-07T09:59:03.635Z[ recovery-image] Feb 07 09:59:02.136 INFO O| Feb 07 09:59:02.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58262025-02-07T09:59:03.635Z[ recovery-image] Feb 07 09:59:02.136 INFO O| Feb 07 09:59:02.136 INFO STEP 466 (remove_files) COMPLETE
58272025-02-07T09:59:03.635Z[ recovery-image] Feb 07 09:59:02.136 INFO O| Feb 07 09:59:02.136 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282025-02-07T09:59:03.656Z[ recovery-image] Feb 07 09:59:02.157 INFO O| Feb 07 09:59:02.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58292025-02-07T09:59:03.659Z[ recovery-image] Feb 07 09:59:02.157 INFO O| Feb 07 09:59:02.157 INFO STEP 467 (remove_files) COMPLETE
58302025-02-07T09:59:03.659Z[ recovery-image] Feb 07 09:59:02.158 INFO O| Feb 07 09:59:02.157 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312025-02-07T09:59:03.710Z[ recovery-image] Feb 07 09:59:02.210 INFO O| Feb 07 09:59:02.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58322025-02-07T09:59:03.710Z[ recovery-image] Feb 07 09:59:02.210 INFO O| Feb 07 09:59:02.210 INFO STEP 468 (remove_files) COMPLETE
58332025-02-07T09:59:03.710Z[ recovery-image] Feb 07 09:59:02.211 INFO O| Feb 07 09:59:02.210 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342025-02-07T09:59:03.730Z[ recovery-image] Feb 07 09:59:02.231 INFO O| Feb 07 09:59:02.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58352025-02-07T09:59:03.730Z[ recovery-image] Feb 07 09:59:02.231 INFO O| Feb 07 09:59:02.231 INFO STEP 469 (remove_files) COMPLETE
58362025-02-07T09:59:03.733Z[ recovery-image] Feb 07 09:59:02.231 INFO O| Feb 07 09:59:02.231 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-02-07T09:59:03.750Z[ recovery-image] Feb 07 09:59:02.250 INFO O| Feb 07 09:59:02.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58382025-02-07T09:59:03.776Z[ recovery-image] Feb 07 09:59:02.276 INFO O| Feb 07 09:59:02.276 INFO STEP 470 (remove_files) COMPLETE
58392025-02-07T09:59:03.776Z[ recovery-image] Feb 07 09:59:02.276 INFO O| Feb 07 09:59:02.276 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-02-07T09:59:03.813Z[ recovery-image] Feb 07 09:59:02.313 INFO O| Feb 07 09:59:02.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58412025-02-07T09:59:03.813Z[ recovery-image] Feb 07 09:59:02.313 INFO O| Feb 07 09:59:02.313 INFO STEP 471 (remove_files) COMPLETE
58422025-02-07T09:59:03.813Z[ recovery-image] Feb 07 09:59:02.313 INFO O| Feb 07 09:59:02.313 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-02-07T09:59:03.832Z[ recovery-image] Feb 07 09:59:02.333 INFO O| Feb 07 09:59:02.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58442025-02-07T09:59:03.832Z[ recovery-image] Feb 07 09:59:02.333 INFO O| Feb 07 09:59:02.333 INFO STEP 472 (remove_files) COMPLETE
58452025-02-07T09:59:03.832Z[ recovery-image] Feb 07 09:59:02.333 INFO O| Feb 07 09:59:02.333 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-02-07T09:59:03.852Z[ recovery-image] Feb 07 09:59:02.352 INFO O| Feb 07 09:59:02.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58472025-02-07T09:59:03.852Z[ recovery-image] Feb 07 09:59:02.352 INFO O| Feb 07 09:59:02.352 INFO STEP 473 (remove_files) COMPLETE
58482025-02-07T09:59:03.852Z[ recovery-image] Feb 07 09:59:02.352 INFO O| Feb 07 09:59:02.352 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-02-07T09:59:03.913Z[ recovery-image] Feb 07 09:59:02.414 INFO O| Feb 07 09:59:02.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58502025-02-07T09:59:03.913Z[ recovery-image] Feb 07 09:59:02.414 INFO O| Feb 07 09:59:02.414 INFO STEP 474 (remove_files) COMPLETE
58512025-02-07T09:59:03.913Z[ recovery-image] Feb 07 09:59:02.414 INFO O| Feb 07 09:59:02.414 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-02-07T09:59:03.934Z[ recovery-image] Feb 07 09:59:02.435 INFO O| Feb 07 09:59:02.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58532025-02-07T09:59:03.934Z[ recovery-image] Feb 07 09:59:02.435 INFO O| Feb 07 09:59:02.435 INFO STEP 475 (remove_files) COMPLETE
58542025-02-07T09:59:03.934Z[ recovery-image] Feb 07 09:59:02.435 INFO O| Feb 07 09:59:02.435 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-02-07T09:59:03.953Z[ recovery-image] Feb 07 09:59:02.454 INFO O| Feb 07 09:59:02.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58562025-02-07T09:59:03.953Z[ recovery-image] Feb 07 09:59:02.454 INFO O| Feb 07 09:59:02.454 INFO STEP 476 (remove_files) COMPLETE
58572025-02-07T09:59:03.953Z[ recovery-image] Feb 07 09:59:02.454 INFO O| Feb 07 09:59:02.454 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-02-07T09:59:03.988Z[ recovery-image] Feb 07 09:59:02.489 INFO O| Feb 07 09:59:02.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58592025-02-07T09:59:03.988Z[ recovery-image] Feb 07 09:59:02.489 INFO O| Feb 07 09:59:02.489 INFO STEP 477 (remove_files) COMPLETE
58602025-02-07T09:59:03.988Z[ recovery-image] Feb 07 09:59:02.489 INFO O| Feb 07 09:59:02.489 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-02-07T09:59:04.009Z[ recovery-image] Feb 07 09:59:02.510 INFO O| Feb 07 09:59:02.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58622025-02-07T09:59:04.030Z[ recovery-image] Feb 07 09:59:02.530 INFO O| Feb 07 09:59:02.530 INFO STEP 478 (remove_files) COMPLETE
58632025-02-07T09:59:04.030Z[ recovery-image] Feb 07 09:59:02.530 INFO O| Feb 07 09:59:02.530 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-02-07T09:59:04.061Z[ recovery-image] Feb 07 09:59:02.562 INFO O| Feb 07 09:59:02.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58652025-02-07T09:59:04.061Z[ recovery-image] Feb 07 09:59:02.562 INFO O| Feb 07 09:59:02.562 INFO STEP 479 (remove_files) COMPLETE
58662025-02-07T09:59:04.063Z[ recovery-image] Feb 07 09:59:02.562 INFO O| Feb 07 09:59:02.562 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-02-07T09:59:04.083Z[ recovery-image] Feb 07 09:59:02.584 INFO O| Feb 07 09:59:02.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58682025-02-07T09:59:04.083Z[ recovery-image] Feb 07 09:59:02.584 INFO O| Feb 07 09:59:02.584 INFO STEP 480 (remove_files) COMPLETE
58692025-02-07T09:59:04.083Z[ recovery-image] Feb 07 09:59:02.584 INFO O| Feb 07 09:59:02.584 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-02-07T09:59:04.103Z[ recovery-image] Feb 07 09:59:02.604 INFO O| Feb 07 09:59:02.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58712025-02-07T09:59:04.103Z[ recovery-image] Feb 07 09:59:02.604 INFO O| Feb 07 09:59:02.604 INFO STEP 481 (remove_files) COMPLETE
58722025-02-07T09:59:04.105Z[ recovery-image] Feb 07 09:59:02.604 INFO O| Feb 07 09:59:02.604 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-02-07T09:59:04.165Z[ recovery-image] Feb 07 09:59:02.666 INFO O| Feb 07 09:59:02.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58742025-02-07T09:59:04.165Z[ recovery-image] Feb 07 09:59:02.666 INFO O| Feb 07 09:59:02.666 INFO STEP 482 (remove_files) COMPLETE
58752025-02-07T09:59:04.165Z[ recovery-image] Feb 07 09:59:02.666 INFO O| Feb 07 09:59:02.666 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762025-02-07T09:59:04.206Z[ recovery-image] Feb 07 09:59:02.707 INFO O| Feb 07 09:59:02.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58772025-02-07T09:59:04.206Z[ recovery-image] Feb 07 09:59:02.707 INFO O| Feb 07 09:59:02.707 INFO STEP 483 (remove_files) COMPLETE
58782025-02-07T09:59:04.209Z[ recovery-image] Feb 07 09:59:02.707 INFO O| Feb 07 09:59:02.707 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-02-07T09:59:04.241Z[ recovery-image] Feb 07 09:59:02.742 INFO O| Feb 07 09:59:02.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58802025-02-07T09:59:04.241Z[ recovery-image] Feb 07 09:59:02.742 INFO O| Feb 07 09:59:02.742 INFO STEP 484 (remove_files) COMPLETE
58812025-02-07T09:59:04.246Z[ recovery-image] Feb 07 09:59:02.743 INFO O| Feb 07 09:59:02.742 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-02-07T09:59:04.261Z[ recovery-image] Feb 07 09:59:02.762 INFO O| Feb 07 09:59:02.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58832025-02-07T09:59:04.264Z[ recovery-image] Feb 07 09:59:02.762 INFO O| Feb 07 09:59:02.762 INFO STEP 485 (remove_files) COMPLETE
58842025-02-07T09:59:04.264Z[ recovery-image] Feb 07 09:59:02.763 INFO O| Feb 07 09:59:02.762 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852025-02-07T09:59:04.282Z[ recovery-image] Feb 07 09:59:02.783 INFO O| Feb 07 09:59:02.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58862025-02-07T09:59:04.285Z[ recovery-image] Feb 07 09:59:02.783 INFO O| Feb 07 09:59:02.783 INFO STEP 486 (remove_files) COMPLETE
58872025-02-07T09:59:04.285Z[ recovery-image] Feb 07 09:59:02.783 INFO O| Feb 07 09:59:02.783 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-02-07T09:59:04.302Z[ recovery-image] Feb 07 09:59:02.803 INFO O| Feb 07 09:59:02.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58892025-02-07T09:59:04.304Z[ recovery-image] Feb 07 09:59:02.803 INFO O| Feb 07 09:59:02.803 INFO STEP 487 (remove_files) COMPLETE
58902025-02-07T09:59:04.305Z[ recovery-image] Feb 07 09:59:02.803 INFO O| Feb 07 09:59:02.803 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-02-07T09:59:04.332Z[ recovery-image] Feb 07 09:59:02.833 INFO O| Feb 07 09:59:02.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58922025-02-07T09:59:04.332Z[ recovery-image] Feb 07 09:59:02.833 INFO O| Feb 07 09:59:02.833 INFO STEP 488 (remove_files) COMPLETE
58932025-02-07T09:59:04.332Z[ recovery-image] Feb 07 09:59:02.833 INFO O| Feb 07 09:59:02.833 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-02-07T09:59:04.370Z[ recovery-image] Feb 07 09:59:02.871 INFO O| Feb 07 09:59:02.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58952025-02-07T09:59:04.370Z[ recovery-image] Feb 07 09:59:02.871 INFO O| Feb 07 09:59:02.871 INFO STEP 489 (remove_files) COMPLETE
58962025-02-07T09:59:04.373Z[ recovery-image] Feb 07 09:59:02.871 INFO O| Feb 07 09:59:02.871 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-02-07T09:59:04.390Z[ recovery-image] Feb 07 09:59:02.891 INFO O| Feb 07 09:59:02.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58982025-02-07T09:59:04.390Z[ recovery-image] Feb 07 09:59:02.891 INFO O| Feb 07 09:59:02.891 INFO STEP 490 (remove_files) COMPLETE
58992025-02-07T09:59:04.390Z[ recovery-image] Feb 07 09:59:02.891 INFO O| Feb 07 09:59:02.891 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-02-07T09:59:04.426Z[ recovery-image] Feb 07 09:59:02.927 INFO O| Feb 07 09:59:02.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59012025-02-07T09:59:04.429Z[ recovery-image] Feb 07 09:59:02.928 INFO O| Feb 07 09:59:02.928 INFO STEP 491 (remove_files) COMPLETE
59022025-02-07T09:59:04.429Z[ recovery-image] Feb 07 09:59:02.928 INFO O| Feb 07 09:59:02.928 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-02-07T09:59:04.446Z[ recovery-image] Feb 07 09:59:02.947 INFO O| Feb 07 09:59:02.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59042025-02-07T09:59:04.449Z[ recovery-image] Feb 07 09:59:02.948 INFO O| Feb 07 09:59:02.947 INFO STEP 492 (remove_files) COMPLETE
59052025-02-07T09:59:04.449Z[ recovery-image] Feb 07 09:59:02.948 INFO O| Feb 07 09:59:02.948 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-02-07T09:59:04.467Z[ recovery-image] Feb 07 09:59:02.967 INFO O| Feb 07 09:59:02.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59072025-02-07T09:59:04.469Z[ recovery-image] Feb 07 09:59:02.968 INFO O| Feb 07 09:59:02.968 INFO STEP 493 (remove_files) COMPLETE
59082025-02-07T09:59:04.469Z[ recovery-image] Feb 07 09:59:02.968 INFO O| Feb 07 09:59:02.968 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-02-07T09:59:04.504Z[ recovery-image] Feb 07 09:59:03.005 INFO O| Feb 07 09:59:03.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59102025-02-07T09:59:04.507Z[ recovery-image] Feb 07 09:59:03.005 INFO O| Feb 07 09:59:03.005 INFO STEP 494 (remove_files) COMPLETE
59112025-02-07T09:59:04.507Z[ recovery-image] Feb 07 09:59:03.005 INFO O| Feb 07 09:59:03.005 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-02-07T09:59:04.564Z[ recovery-image] Feb 07 09:59:03.065 INFO O| Feb 07 09:59:03.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59132025-02-07T09:59:04.567Z[ recovery-image] Feb 07 09:59:03.066 INFO O| Feb 07 09:59:03.066 INFO STEP 495 (remove_files) COMPLETE
59142025-02-07T09:59:04.567Z[ recovery-image] Feb 07 09:59:03.066 INFO O| Feb 07 09:59:03.066 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-02-07T09:59:04.620Z[ recovery-image] Feb 07 09:59:03.121 INFO O| Feb 07 09:59:03.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59162025-02-07T09:59:04.620Z[ recovery-image] Feb 07 09:59:03.121 INFO O| Feb 07 09:59:03.121 INFO STEP 496 (remove_files) COMPLETE
59172025-02-07T09:59:04.620Z[ recovery-image] Feb 07 09:59:03.121 INFO O| Feb 07 09:59:03.121 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-02-07T09:59:04.640Z[ recovery-image] Feb 07 09:59:03.141 INFO O| Feb 07 09:59:03.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59192025-02-07T09:59:04.640Z[ recovery-image] Feb 07 09:59:03.141 INFO O| Feb 07 09:59:03.141 INFO STEP 497 (remove_files) COMPLETE
59202025-02-07T09:59:04.640Z[ recovery-image] Feb 07 09:59:03.141 INFO O| Feb 07 09:59:03.141 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-02-07T09:59:04.684Z[ recovery-image] Feb 07 09:59:03.185 INFO O| Feb 07 09:59:03.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59222025-02-07T09:59:04.684Z[ recovery-image] Feb 07 09:59:03.185 INFO O| Feb 07 09:59:03.185 INFO STEP 498 (remove_files) COMPLETE
59232025-02-07T09:59:04.684Z[ recovery-image] Feb 07 09:59:03.185 INFO O| Feb 07 09:59:03.185 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242025-02-07T09:59:04.727Z[ recovery-image] Feb 07 09:59:03.227 INFO O| Feb 07 09:59:03.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59252025-02-07T09:59:04.727Z[ recovery-image] Feb 07 09:59:03.228 INFO O| Feb 07 09:59:03.228 INFO STEP 499 (remove_files) COMPLETE
59262025-02-07T09:59:04.730Z[ recovery-image] Feb 07 09:59:03.228 INFO O| Feb 07 09:59:03.228 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272025-02-07T09:59:04.745Z[ recovery-image] Feb 07 09:59:03.245 INFO O| Feb 07 09:59:03.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59282025-02-07T09:59:04.745Z[ recovery-image] Feb 07 09:59:03.246 INFO O| Feb 07 09:59:03.246 INFO STEP 500 (remove_files) COMPLETE
59292025-02-07T09:59:04.745Z[ recovery-image] Feb 07 09:59:03.246 INFO O| Feb 07 09:59:03.246 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302025-02-07T09:59:04.763Z[ recovery-image] Feb 07 09:59:03.263 INFO O| Feb 07 09:59:03.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59312025-02-07T09:59:04.763Z[ recovery-image] Feb 07 09:59:03.264 INFO O| Feb 07 09:59:03.264 INFO STEP 501 (remove_files) COMPLETE
59322025-02-07T09:59:04.765Z[ recovery-image] Feb 07 09:59:03.264 INFO O| Feb 07 09:59:03.264 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332025-02-07T09:59:04.782Z[ recovery-image] Feb 07 09:59:03.283 INFO O| Feb 07 09:59:03.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59342025-02-07T09:59:04.782Z[ recovery-image] Feb 07 09:59:03.283 INFO O| Feb 07 09:59:03.283 INFO STEP 502 (remove_files) COMPLETE
59352025-02-07T09:59:04.782Z[ recovery-image] Feb 07 09:59:03.283 INFO O| Feb 07 09:59:03.283 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362025-02-07T09:59:04.802Z[ recovery-image] Feb 07 09:59:03.303 INFO O| Feb 07 09:59:03.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59372025-02-07T09:59:04.802Z[ recovery-image] Feb 07 09:59:03.303 INFO O| Feb 07 09:59:03.303 INFO STEP 503 (remove_files) COMPLETE
59382025-02-07T09:59:04.802Z[ recovery-image] Feb 07 09:59:03.303 INFO O| Feb 07 09:59:03.303 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392025-02-07T09:59:04.834Z[ recovery-image] Feb 07 09:59:03.335 INFO O| Feb 07 09:59:03.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59402025-02-07T09:59:04.834Z[ recovery-image] Feb 07 09:59:03.335 INFO O| Feb 07 09:59:03.335 INFO STEP 504 (remove_files) COMPLETE
59412025-02-07T09:59:04.834Z[ recovery-image] Feb 07 09:59:03.335 INFO O| Feb 07 09:59:03.335 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422025-02-07T09:59:04.866Z[ recovery-image] Feb 07 09:59:03.367 INFO O| Feb 07 09:59:03.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59432025-02-07T09:59:04.866Z[ recovery-image] Feb 07 09:59:03.367 INFO O| Feb 07 09:59:03.367 INFO STEP 505 (remove_files) COMPLETE
59442025-02-07T09:59:04.870Z[ recovery-image] Feb 07 09:59:03.367 INFO O| Feb 07 09:59:03.367 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452025-02-07T09:59:04.907Z[ recovery-image] Feb 07 09:59:03.407 INFO O| Feb 07 09:59:03.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59462025-02-07T09:59:04.907Z[ recovery-image] Feb 07 09:59:03.408 INFO O| Feb 07 09:59:03.407 INFO STEP 506 (remove_files) COMPLETE
59472025-02-07T09:59:04.909Z[ recovery-image] Feb 07 09:59:03.408 INFO O| Feb 07 09:59:03.408 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482025-02-07T09:59:04.938Z[ recovery-image] Feb 07 09:59:03.439 INFO O| Feb 07 09:59:03.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59492025-02-07T09:59:04.938Z[ recovery-image] Feb 07 09:59:03.439 INFO O| Feb 07 09:59:03.439 INFO STEP 507 (remove_files) COMPLETE
59502025-02-07T09:59:04.938Z[ recovery-image] Feb 07 09:59:03.439 INFO O| Feb 07 09:59:03.439 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512025-02-07T09:59:05.087Z[ recovery-image] Feb 07 09:59:03.587 INFO O| Feb 07 09:59:03.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59522025-02-07T09:59:05.090Z[ recovery-image] Feb 07 09:59:03.587 INFO O| Feb 07 09:59:03.587 INFO STEP 508 (remove_files) COMPLETE
59532025-02-07T09:59:05.090Z[ recovery-image] Feb 07 09:59:03.588 INFO O| Feb 07 09:59:03.587 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-02-07T09:59:05.109Z[ recovery-image] Feb 07 09:59:03.609 INFO O| Feb 07 09:59:03.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59552025-02-07T09:59:05.111Z[ recovery-image] Feb 07 09:59:03.610 INFO O| Feb 07 09:59:03.610 INFO STEP 509 (remove_files) COMPLETE
59562025-02-07T09:59:05.111Z[ recovery-image] Feb 07 09:59:03.610 INFO O| Feb 07 09:59:03.610 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572025-02-07T09:59:05.194Z[ recovery-image] Feb 07 09:59:03.694 INFO O| Feb 07 09:59:03.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59582025-02-07T09:59:05.194Z[ recovery-image] Feb 07 09:59:03.694 INFO O| Feb 07 09:59:03.694 INFO STEP 510 (remove_files) COMPLETE
59592025-02-07T09:59:05.197Z[ recovery-image] Feb 07 09:59:03.694 INFO O| Feb 07 09:59:03.694 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602025-02-07T09:59:05.338Z[ recovery-image] Feb 07 09:59:03.839 INFO O| Feb 07 09:59:03.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59612025-02-07T09:59:05.345Z[ recovery-image] Feb 07 09:59:03.839 INFO O| Feb 07 09:59:03.839 INFO STEP 511 (remove_files) COMPLETE
59622025-02-07T09:59:05.345Z[ recovery-image] Feb 07 09:59:03.839 INFO O| Feb 07 09:59:03.839 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632025-02-07T09:59:05.359Z[ recovery-image] Feb 07 09:59:03.860 INFO O| Feb 07 09:59:03.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59642025-02-07T09:59:05.372Z[ recovery-image] Feb 07 09:59:03.860 INFO O| Feb 07 09:59:03.860 INFO STEP 512 (remove_files) COMPLETE
59652025-02-07T09:59:05.372Z[ recovery-image] Feb 07 09:59:03.861 INFO O| Feb 07 09:59:03.860 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-02-07T09:59:05.380Z[ recovery-image] Feb 07 09:59:03.880 INFO O| Feb 07 09:59:03.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59672025-02-07T09:59:05.380Z[ recovery-image] Feb 07 09:59:03.881 INFO O| Feb 07 09:59:03.881 INFO STEP 513 (remove_files) COMPLETE
59682025-02-07T09:59:05.380Z[ recovery-image] Feb 07 09:59:03.881 INFO O| Feb 07 09:59:03.881 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-02-07T09:59:05.410Z[ recovery-image] Feb 07 09:59:03.910 INFO O| Feb 07 09:59:03.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59702025-02-07T09:59:05.412Z[ recovery-image] Feb 07 09:59:03.911 INFO O| Feb 07 09:59:03.911 INFO STEP 514 (remove_files) COMPLETE
59712025-02-07T09:59:05.412Z[ recovery-image] Feb 07 09:59:03.911 INFO O| Feb 07 09:59:03.911 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-02-07T09:59:05.437Z[ recovery-image] Feb 07 09:59:03.937 INFO O| Feb 07 09:59:03.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59732025-02-07T09:59:05.437Z[ recovery-image] Feb 07 09:59:03.937 INFO O| Feb 07 09:59:03.937 INFO STEP 515 (remove_files) COMPLETE
59742025-02-07T09:59:05.440Z[ recovery-image] Feb 07 09:59:03.938 INFO O| Feb 07 09:59:03.937 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-02-07T09:59:05.494Z[ recovery-image] Feb 07 09:59:03.995 INFO O| Feb 07 09:59:03.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59762025-02-07T09:59:05.494Z[ recovery-image] Feb 07 09:59:03.995 INFO O| Feb 07 09:59:03.995 INFO STEP 516 (remove_files) COMPLETE
59772025-02-07T09:59:05.496Z[ recovery-image] Feb 07 09:59:03.995 INFO O| Feb 07 09:59:03.995 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-02-07T09:59:05.539Z[ recovery-image] Feb 07 09:59:04.040 INFO O| Feb 07 09:59:04.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59792025-02-07T09:59:05.540Z[ recovery-image] Feb 07 09:59:04.040 INFO O| Feb 07 09:59:04.040 INFO STEP 517 (remove_files) COMPLETE
59802025-02-07T09:59:05.540Z[ recovery-image] Feb 07 09:59:04.040 INFO O| Feb 07 09:59:04.040 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-02-07T09:59:05.598Z[ recovery-image] Feb 07 09:59:04.099 INFO O| Feb 07 09:59:04.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59822025-02-07T09:59:05.601Z[ recovery-image] Feb 07 09:59:04.099 INFO O| Feb 07 09:59:04.099 INFO STEP 518 (remove_files) COMPLETE
59832025-02-07T09:59:05.601Z[ recovery-image] Feb 07 09:59:04.099 INFO O| Feb 07 09:59:04.099 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-02-07T09:59:05.619Z[ recovery-image] Feb 07 09:59:04.119 INFO O| Feb 07 09:59:04.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59852025-02-07T09:59:05.619Z[ recovery-image] Feb 07 09:59:04.119 INFO O| Feb 07 09:59:04.119 INFO STEP 519 (remove_files) COMPLETE
59862025-02-07T09:59:05.621Z[ recovery-image] Feb 07 09:59:04.119 INFO O| Feb 07 09:59:04.119 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-02-07T09:59:05.650Z[ recovery-image] Feb 07 09:59:04.151 INFO O| Feb 07 09:59:04.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59882025-02-07T09:59:05.650Z[ recovery-image] Feb 07 09:59:04.151 INFO O| Feb 07 09:59:04.151 INFO STEP 520 (remove_files) COMPLETE
59892025-02-07T09:59:05.653Z[ recovery-image] Feb 07 09:59:04.151 INFO O| Feb 07 09:59:04.151 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-02-07T09:59:05.703Z[ recovery-image] Feb 07 09:59:04.203 INFO O| Feb 07 09:59:04.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59912025-02-07T09:59:05.705Z[ recovery-image] Feb 07 09:59:04.204 INFO O| Feb 07 09:59:04.204 INFO STEP 521 (remove_files) COMPLETE
59922025-02-07T09:59:05.705Z[ recovery-image] Feb 07 09:59:04.204 INFO O| Feb 07 09:59:04.204 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-02-07T09:59:05.760Z[ recovery-image] Feb 07 09:59:04.261 INFO O| Feb 07 09:59:04.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59942025-02-07T09:59:05.760Z[ recovery-image] Feb 07 09:59:04.261 INFO O| Feb 07 09:59:04.261 INFO STEP 522 (remove_files) COMPLETE
59952025-02-07T09:59:05.760Z[ recovery-image] Feb 07 09:59:04.261 INFO O| Feb 07 09:59:04.261 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-02-07T09:59:05.779Z[ recovery-image] Feb 07 09:59:04.279 INFO O| Feb 07 09:59:04.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59972025-02-07T09:59:05.779Z[ recovery-image] Feb 07 09:59:04.279 INFO O| Feb 07 09:59:04.279 INFO STEP 523 (remove_files) COMPLETE
59982025-02-07T09:59:05.779Z[ recovery-image] Feb 07 09:59:04.279 INFO O| Feb 07 09:59:04.279 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-02-07T09:59:05.805Z[ recovery-image] Feb 07 09:59:04.306 INFO O| Feb 07 09:59:04.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60002025-02-07T09:59:05.805Z[ recovery-image] Feb 07 09:59:04.306 INFO O| Feb 07 09:59:04.306 INFO STEP 524 (remove_files) COMPLETE
60012025-02-07T09:59:05.806Z[ recovery-image] Feb 07 09:59:04.306 INFO O| Feb 07 09:59:04.306 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-02-07T09:59:05.826Z[ recovery-image] Feb 07 09:59:04.326 INFO O| Feb 07 09:59:04.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60032025-02-07T09:59:05.826Z[ recovery-image] Feb 07 09:59:04.326 INFO O| Feb 07 09:59:04.326 INFO STEP 525 (remove_files) COMPLETE
60042025-02-07T09:59:05.826Z[ recovery-image] Feb 07 09:59:04.326 INFO O| Feb 07 09:59:04.326 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052025-02-07T09:59:05.857Z[ recovery-image] Feb 07 09:59:04.358 INFO O| Feb 07 09:59:04.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60062025-02-07T09:59:05.857Z[ recovery-image] Feb 07 09:59:04.358 INFO O| Feb 07 09:59:04.358 INFO STEP 526 (remove_files) COMPLETE
60072025-02-07T09:59:05.860Z[ recovery-image] Feb 07 09:59:04.358 INFO O| Feb 07 09:59:04.358 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082025-02-07T09:59:05.918Z[ recovery-image] Feb 07 09:59:04.419 INFO O| Feb 07 09:59:04.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60092025-02-07T09:59:05.918Z[ recovery-image] Feb 07 09:59:04.419 INFO O| Feb 07 09:59:04.419 INFO STEP 527 (remove_files) COMPLETE
60102025-02-07T09:59:05.918Z[ recovery-image] Feb 07 09:59:04.419 INFO O| Feb 07 09:59:04.419 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112025-02-07T09:59:05.979Z[ recovery-image] Feb 07 09:59:04.480 INFO O| Feb 07 09:59:04.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60122025-02-07T09:59:05.979Z[ recovery-image] Feb 07 09:59:04.480 INFO O| Feb 07 09:59:04.480 INFO STEP 528 (remove_files) COMPLETE
60132025-02-07T09:59:05.981Z[ recovery-image] Feb 07 09:59:04.480 INFO O| Feb 07 09:59:04.480 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142025-02-07T09:59:05.998Z[ recovery-image] Feb 07 09:59:04.499 INFO O| Feb 07 09:59:04.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60152025-02-07T09:59:05.998Z[ recovery-image] Feb 07 09:59:04.499 INFO O| Feb 07 09:59:04.499 INFO STEP 529 (remove_files) COMPLETE
60162025-02-07T09:59:06.001Z[ recovery-image] Feb 07 09:59:04.499 INFO O| Feb 07 09:59:04.499 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172025-02-07T09:59:06.017Z[ recovery-image] Feb 07 09:59:04.518 INFO O| Feb 07 09:59:04.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60182025-02-07T09:59:06.018Z[ recovery-image] Feb 07 09:59:04.518 INFO O| Feb 07 09:59:04.518 INFO STEP 530 (remove_files) COMPLETE
60192025-02-07T09:59:06.018Z[ recovery-image] Feb 07 09:59:04.518 INFO O| Feb 07 09:59:04.518 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-02-07T09:59:06.061Z[ recovery-image] Feb 07 09:59:04.561 INFO O| Feb 07 09:59:04.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60212025-02-07T09:59:06.061Z[ recovery-image] Feb 07 09:59:04.561 INFO O| Feb 07 09:59:04.561 INFO STEP 531 (remove_files) COMPLETE
60222025-02-07T09:59:06.061Z[ recovery-image] Feb 07 09:59:04.561 INFO O| Feb 07 09:59:04.561 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-02-07T09:59:06.082Z[ recovery-image] Feb 07 09:59:04.582 INFO O| Feb 07 09:59:04.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60242025-02-07T09:59:06.082Z[ recovery-image] Feb 07 09:59:04.582 INFO O| Feb 07 09:59:04.582 INFO STEP 532 (remove_files) COMPLETE
60252025-02-07T09:59:06.082Z[ recovery-image] Feb 07 09:59:04.582 INFO O| Feb 07 09:59:04.582 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-02-07T09:59:06.116Z[ recovery-image] Feb 07 09:59:04.616 INFO O| Feb 07 09:59:04.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60272025-02-07T09:59:06.116Z[ recovery-image] Feb 07 09:59:04.617 INFO O| Feb 07 09:59:04.616 INFO STEP 533 (remove_files) COMPLETE
60282025-02-07T09:59:06.117Z[ recovery-image] Feb 07 09:59:04.617 INFO O| Feb 07 09:59:04.616 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292025-02-07T09:59:06.136Z[ recovery-image] Feb 07 09:59:04.636 INFO O| Feb 07 09:59:04.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60302025-02-07T09:59:06.136Z[ recovery-image] Feb 07 09:59:04.637 INFO O| Feb 07 09:59:04.636 INFO STEP 534 (remove_files) COMPLETE
60312025-02-07T09:59:06.136Z[ recovery-image] Feb 07 09:59:04.637 INFO O| Feb 07 09:59:04.637 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-02-07T09:59:06.231Z[ recovery-image] Feb 07 09:59:04.732 INFO O| Feb 07 09:59:04.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60332025-02-07T09:59:06.232Z[ recovery-image] Feb 07 09:59:04.732 INFO O| Feb 07 09:59:04.732 INFO STEP 535 (remove_files) COMPLETE
60342025-02-07T09:59:06.232Z[ recovery-image] Feb 07 09:59:04.732 INFO O| Feb 07 09:59:04.732 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352025-02-07T09:59:06.259Z[ host-image] Feb 07 09:59:04.759 INFO O| Feb 07 09:59:04.759 INFO O| Done
60362025-02-07T09:59:06.316Z[ recovery-image] Feb 07 09:59:04.816 INFO O| Feb 07 09:59:04.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60372025-02-07T09:59:06.316Z[ recovery-image] Feb 07 09:59:04.816 INFO O| Feb 07 09:59:04.816 INFO STEP 536 (remove_files) COMPLETE
60382025-02-07T09:59:06.316Z[ recovery-image] Feb 07 09:59:04.816 INFO O| Feb 07 09:59:04.816 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392025-02-07T09:59:06.323Z[ host-image] Feb 07 09:59:04.823 INFO O| Feb 07 09:59:04.823 INFO O| Done
60402025-02-07T09:59:06.325Z[ host-image] Feb 07 09:59:04.824 INFO O| Feb 07 09:59:04.824 INFO O| Done
60412025-02-07T09:59:06.337Z[ recovery-image] Feb 07 09:59:04.837 INFO O| Feb 07 09:59:04.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60422025-02-07T09:59:06.343Z[ host-image] Feb 07 09:59:04.843 INFO O| Feb 07 09:59:04.843 INFO O| Done
60432025-02-07T09:59:06.352Z[ recovery-image] Feb 07 09:59:04.853 INFO O| Feb 07 09:59:04.853 INFO STEP 537 (remove_files) COMPLETE
60442025-02-07T09:59:06.352Z[ recovery-image] Feb 07 09:59:04.853 INFO O| Feb 07 09:59:04.853 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452025-02-07T09:59:06.385Z[ recovery-image] Feb 07 09:59:04.885 INFO O| Feb 07 09:59:04.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60462025-02-07T09:59:06.387Z[ recovery-image] Feb 07 09:59:04.885 INFO O| Feb 07 09:59:04.885 INFO STEP 538 (remove_files) COMPLETE
60472025-02-07T09:59:06.387Z[ recovery-image] Feb 07 09:59:04.886 INFO O| Feb 07 09:59:04.886 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482025-02-07T09:59:06.406Z[ recovery-image] Feb 07 09:59:04.907 INFO O| Feb 07 09:59:04.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60492025-02-07T09:59:06.406Z[ recovery-image] Feb 07 09:59:04.907 INFO O| Feb 07 09:59:04.907 INFO STEP 539 (remove_files) COMPLETE
60502025-02-07T09:59:06.409Z[ recovery-image] Feb 07 09:59:04.907 INFO O| Feb 07 09:59:04.907 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512025-02-07T09:59:06.427Z[ recovery-image] Feb 07 09:59:04.927 INFO O| Feb 07 09:59:04.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60522025-02-07T09:59:06.429Z[ recovery-image] Feb 07 09:59:04.927 INFO O| Feb 07 09:59:04.927 INFO STEP 540 (remove_files) COMPLETE
60532025-02-07T09:59:06.429Z[ recovery-image] Feb 07 09:59:04.928 INFO O| Feb 07 09:59:04.927 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542025-02-07T09:59:06.447Z[ recovery-image] Feb 07 09:59:04.947 INFO O| Feb 07 09:59:04.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60552025-02-07T09:59:06.447Z[ recovery-image] Feb 07 09:59:04.947 INFO O| Feb 07 09:59:04.947 INFO STEP 541 (remove_files) COMPLETE
60562025-02-07T09:59:06.447Z[ recovery-image] Feb 07 09:59:04.948 INFO O| Feb 07 09:59:04.948 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572025-02-07T09:59:06.467Z[ recovery-image] Feb 07 09:59:04.967 INFO O| Feb 07 09:59:04.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60582025-02-07T09:59:06.469Z[ recovery-image] Feb 07 09:59:04.967 INFO O| Feb 07 09:59:04.967 INFO STEP 542 (remove_files) COMPLETE
60592025-02-07T09:59:06.469Z[ recovery-image] Feb 07 09:59:04.968 INFO O| Feb 07 09:59:04.968 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602025-02-07T09:59:06.488Z[ recovery-image] Feb 07 09:59:04.989 INFO O| Feb 07 09:59:04.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60612025-02-07T09:59:06.488Z[ recovery-image] Feb 07 09:59:04.989 INFO O| Feb 07 09:59:04.989 INFO STEP 543 (remove_files) COMPLETE
60622025-02-07T09:59:06.491Z[ recovery-image] Feb 07 09:59:04.989 INFO O| Feb 07 09:59:04.989 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632025-02-07T09:59:06.510Z[ recovery-image] Feb 07 09:59:05.010 INFO O| Feb 07 09:59:05.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60642025-02-07T09:59:06.512Z[ recovery-image] Feb 07 09:59:05.010 INFO O| Feb 07 09:59:05.010 INFO STEP 544 (remove_files) COMPLETE
60652025-02-07T09:59:06.512Z[ recovery-image] Feb 07 09:59:05.010 INFO O| Feb 07 09:59:05.010 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662025-02-07T09:59:06.542Z[ recovery-image] Feb 07 09:59:05.029 INFO O| Feb 07 09:59:05.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60672025-02-07T09:59:06.542Z[ recovery-image] Feb 07 09:59:05.030 INFO O| Feb 07 09:59:05.030 INFO STEP 545 (remove_files) COMPLETE
60682025-02-07T09:59:06.542Z[ recovery-image] Feb 07 09:59:05.030 INFO O| Feb 07 09:59:05.030 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692025-02-07T09:59:06.545Z[ host-image] Feb 07 09:59:05.043 INFO O| Feb 07 09:59:05.043 INFO STEP 14 (pkg_install) COMPLETE
60702025-02-07T09:59:06.545Z[ host-image] Feb 07 09:59:05.043 INFO O| Feb 07 09:59:05.043 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
60712025-02-07T09:59:06.545Z[ host-image] Feb 07 09:59:05.043 INFO O| Feb 07 09:59:05.043 INFO skip step because feature "mfg" is not enabled
60722025-02-07T09:59:06.545Z[ host-image] Feb 07 09:59:05.043 INFO O| Feb 07 09:59:05.043 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
60732025-02-07T09:59:06.545Z[ host-image] Feb 07 09:59:05.043 INFO O| Feb 07 09:59:05.043 INFO skip step because feature "compliance" is not enabled
60742025-02-07T09:59:06.545Z[ host-image] Feb 07 09:59:05.043 INFO O| Feb 07 09:59:05.043 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
60752025-02-07T09:59:06.545Z[ host-image] Feb 07 09:59:05.043 INFO O| Feb 07 09:59:05.043 INFO skip step because feature "stress" is not enabled
60762025-02-07T09:59:06.545Z[ host-image] Feb 07 09:59:05.043 INFO O| Feb 07 09:59:05.043 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
60772025-02-07T09:59:06.545Z[ host-image] Feb 07 09:59:05.043 INFO O| Feb 07 09:59:05.043 INFO skip step because feature "nfs" is not enabled
60782025-02-07T09:59:06.545Z[ host-image] Feb 07 09:59:05.043 INFO O| Feb 07 09:59:05.043 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
60792025-02-07T09:59:06.545Z[ host-image] Feb 07 09:59:05.043 INFO O| Feb 07 09:59:05.043 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
60802025-02-07T09:59:06.549Z[ recovery-image] Feb 07 09:59:05.049 INFO O| Feb 07 09:59:05.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60812025-02-07T09:59:06.549Z[ recovery-image] Feb 07 09:59:05.049 INFO O| Feb 07 09:59:05.049 INFO STEP 546 (remove_files) COMPLETE
60822025-02-07T09:59:06.549Z[ recovery-image] Feb 07 09:59:05.049 INFO O| Feb 07 09:59:05.049 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832025-02-07T09:59:06.622Z[ host-image] Feb 07 09:59:05.122 INFO O| Feb 07 09:59:05.122 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
60842025-02-07T09:59:06.629Z[ recovery-image] Feb 07 09:59:05.129 INFO O| Feb 07 09:59:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60852025-02-07T09:59:06.631Z[ recovery-image] Feb 07 09:59:05.130 INFO O| Feb 07 09:59:05.130 INFO STEP 547 (remove_files) COMPLETE
60862025-02-07T09:59:06.631Z[ recovery-image] Feb 07 09:59:05.130 INFO O| Feb 07 09:59:05.130 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872025-02-07T09:59:06.648Z[ recovery-image] Feb 07 09:59:05.148 INFO O| Feb 07 09:59:05.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60882025-02-07T09:59:06.648Z[ recovery-image] Feb 07 09:59:05.148 INFO O| Feb 07 09:59:05.148 INFO STEP 548 (remove_files) COMPLETE
60892025-02-07T09:59:06.648Z[ recovery-image] Feb 07 09:59:05.148 INFO O| Feb 07 09:59:05.148 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902025-02-07T09:59:06.682Z[ recovery-image] Feb 07 09:59:05.182 INFO O| Feb 07 09:59:05.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60912025-02-07T09:59:06.682Z[ recovery-image] Feb 07 09:59:05.182 INFO O| Feb 07 09:59:05.182 INFO STEP 549 (remove_files) COMPLETE
60922025-02-07T09:59:06.684Z[ recovery-image] Feb 07 09:59:05.182 INFO O| Feb 07 09:59:05.182 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932025-02-07T09:59:06.715Z[ recovery-image] Feb 07 09:59:05.216 INFO O| Feb 07 09:59:05.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60942025-02-07T09:59:06.718Z[ recovery-image] Feb 07 09:59:05.216 INFO O| Feb 07 09:59:05.216 INFO STEP 550 (remove_files) COMPLETE
60952025-02-07T09:59:06.718Z[ recovery-image] Feb 07 09:59:05.216 INFO O| Feb 07 09:59:05.216 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962025-02-07T09:59:06.773Z[ host-image] Feb 07 09:59:05.274 INFO O| Feb 07 09:59:05.274 INFO completed processing gimlet/ramdisk-01-os
60972025-02-07T09:59:06.776Z[ host-image] Feb 07 09:59:05.277 INFO omicron1 baseline generation...
60982025-02-07T09:59:06.780Z[ host-image] Feb 07 09:59:05.278 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
60992025-02-07T09:59:06.780Z[ recovery-image] Feb 07 09:59:05.281 INFO O| Feb 07 09:59:05.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61002025-02-07T09:59:06.780Z[ recovery-image] Feb 07 09:59:05.281 INFO O| Feb 07 09:59:05.281 INFO STEP 551 (remove_files) COMPLETE
61012025-02-07T09:59:06.780Z[ recovery-image] Feb 07 09:59:05.281 INFO O| Feb 07 09:59:05.281 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022025-02-07T09:59:06.800Z[ recovery-image] Feb 07 09:59:05.301 INFO O| Feb 07 09:59:05.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61032025-02-07T09:59:06.800Z[ recovery-image] Feb 07 09:59:05.301 INFO O| Feb 07 09:59:05.301 INFO STEP 552 (remove_files) COMPLETE
61042025-02-07T09:59:06.800Z[ recovery-image] Feb 07 09:59:05.301 INFO O| Feb 07 09:59:05.301 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052025-02-07T09:59:06.820Z[ recovery-image] Feb 07 09:59:05.321 INFO O| Feb 07 09:59:05.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61062025-02-07T09:59:06.820Z[ recovery-image] Feb 07 09:59:05.321 INFO O| Feb 07 09:59:05.321 INFO STEP 553 (remove_files) COMPLETE
61072025-02-07T09:59:06.823Z[ recovery-image] Feb 07 09:59:05.321 INFO O| Feb 07 09:59:05.321 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082025-02-07T09:59:06.841Z[ recovery-image] Feb 07 09:59:05.342 INFO O| Feb 07 09:59:05.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61092025-02-07T09:59:06.841Z[ recovery-image] Feb 07 09:59:05.342 INFO O| Feb 07 09:59:05.342 INFO STEP 554 (remove_files) COMPLETE
61102025-02-07T09:59:06.844Z[ recovery-image] Feb 07 09:59:05.342 INFO O| Feb 07 09:59:05.342 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112025-02-07T09:59:06.861Z[ recovery-image] Feb 07 09:59:05.361 INFO O| Feb 07 09:59:05.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61122025-02-07T09:59:06.861Z[ recovery-image] Feb 07 09:59:05.361 INFO O| Feb 07 09:59:05.361 INFO STEP 555 (remove_files) COMPLETE
61132025-02-07T09:59:06.861Z[ recovery-image] Feb 07 09:59:05.361 INFO O| Feb 07 09:59:05.361 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142025-02-07T09:59:06.882Z[ recovery-image] Feb 07 09:59:05.382 INFO O| Feb 07 09:59:05.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61152025-02-07T09:59:06.882Z[ recovery-image] Feb 07 09:59:05.382 INFO O| Feb 07 09:59:05.382 INFO STEP 556 (remove_files) COMPLETE
61162025-02-07T09:59:06.884Z[ recovery-image] Feb 07 09:59:05.383 INFO O| Feb 07 09:59:05.382 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172025-02-07T09:59:06.903Z[ recovery-image] Feb 07 09:59:05.403 INFO O| Feb 07 09:59:05.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61182025-02-07T09:59:06.905Z[ recovery-image] Feb 07 09:59:05.403 INFO O| Feb 07 09:59:05.403 INFO STEP 557 (remove_files) COMPLETE
61192025-02-07T09:59:06.905Z[ recovery-image] Feb 07 09:59:05.403 INFO O| Feb 07 09:59:05.403 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202025-02-07T09:59:06.922Z[ recovery-image] Feb 07 09:59:05.423 INFO O| Feb 07 09:59:05.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61212025-02-07T09:59:06.925Z[ recovery-image] Feb 07 09:59:05.423 INFO O| Feb 07 09:59:05.423 INFO STEP 558 (remove_files) COMPLETE
61222025-02-07T09:59:06.925Z[ recovery-image] Feb 07 09:59:05.423 INFO O| Feb 07 09:59:05.423 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232025-02-07T09:59:06.941Z[ recovery-image] Feb 07 09:59:05.441 INFO O| Feb 07 09:59:05.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61242025-02-07T09:59:06.941Z[ recovery-image] Feb 07 09:59:05.442 INFO O| Feb 07 09:59:05.441 INFO STEP 559 (remove_files) COMPLETE
61252025-02-07T09:59:06.943Z[ recovery-image] Feb 07 09:59:05.442 INFO O| Feb 07 09:59:05.441 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262025-02-07T09:59:06.967Z[ recovery-image] Feb 07 09:59:05.467 INFO O| Feb 07 09:59:05.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61272025-02-07T09:59:06.967Z[ recovery-image] Feb 07 09:59:05.467 INFO O| Feb 07 09:59:05.467 INFO STEP 560 (remove_files) COMPLETE
61282025-02-07T09:59:06.967Z[ recovery-image] Feb 07 09:59:05.467 INFO O| Feb 07 09:59:05.467 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292025-02-07T09:59:06.987Z[ recovery-image] Feb 07 09:59:05.488 INFO O| Feb 07 09:59:05.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61302025-02-07T09:59:06.990Z[ recovery-image] Feb 07 09:59:05.488 INFO O| Feb 07 09:59:05.488 INFO STEP 561 (remove_files) COMPLETE
61312025-02-07T09:59:06.990Z[ recovery-image] Feb 07 09:59:05.488 INFO O| Feb 07 09:59:05.488 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322025-02-07T09:59:07.031Z[ recovery-image] Feb 07 09:59:05.530 INFO O| Feb 07 09:59:05.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61332025-02-07T09:59:07.031Z[ recovery-image] Feb 07 09:59:05.530 INFO O| Feb 07 09:59:05.530 INFO STEP 562 (remove_files) COMPLETE
61342025-02-07T09:59:07.031Z[ recovery-image] Feb 07 09:59:05.530 INFO O| Feb 07 09:59:05.530 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352025-02-07T09:59:07.074Z[ recovery-image] Feb 07 09:59:05.574 INFO O| Feb 07 09:59:05.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61362025-02-07T09:59:07.074Z[ recovery-image] Feb 07 09:59:05.574 INFO O| Feb 07 09:59:05.574 INFO STEP 563 (remove_files) COMPLETE
61372025-02-07T09:59:07.074Z[ recovery-image] Feb 07 09:59:05.574 INFO O| Feb 07 09:59:05.574 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382025-02-07T09:59:07.094Z[ recovery-image] Feb 07 09:59:05.593 INFO O| Feb 07 09:59:05.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61392025-02-07T09:59:07.094Z[ recovery-image] Feb 07 09:59:05.594 INFO O| Feb 07 09:59:05.594 INFO STEP 564 (remove_files) COMPLETE
61402025-02-07T09:59:07.094Z[ recovery-image] Feb 07 09:59:05.594 INFO O| Feb 07 09:59:05.594 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412025-02-07T09:59:07.113Z[ recovery-image] Feb 07 09:59:05.613 INFO O| Feb 07 09:59:05.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61422025-02-07T09:59:07.113Z[ recovery-image] Feb 07 09:59:05.613 INFO O| Feb 07 09:59:05.613 INFO STEP 565 (remove_files) COMPLETE
61432025-02-07T09:59:07.113Z[ recovery-image] Feb 07 09:59:05.613 INFO O| Feb 07 09:59:05.613 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442025-02-07T09:59:07.131Z[ recovery-image] Feb 07 09:59:05.631 INFO O| Feb 07 09:59:05.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61452025-02-07T09:59:07.131Z[ recovery-image] Feb 07 09:59:05.631 INFO O| Feb 07 09:59:05.631 INFO STEP 566 (remove_files) COMPLETE
61462025-02-07T09:59:07.134Z[ recovery-image] Feb 07 09:59:05.631 INFO O| Feb 07 09:59:05.631 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472025-02-07T09:59:07.150Z[ recovery-image] Feb 07 09:59:05.650 INFO O| Feb 07 09:59:05.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61482025-02-07T09:59:07.150Z[ recovery-image] Feb 07 09:59:05.651 INFO O| Feb 07 09:59:05.651 INFO STEP 567 (remove_files) COMPLETE
61492025-02-07T09:59:07.160Z[ recovery-image] Feb 07 09:59:05.651 INFO O| Feb 07 09:59:05.651 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502025-02-07T09:59:07.173Z[ recovery-image] Feb 07 09:59:05.673 INFO O| Feb 07 09:59:05.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61512025-02-07T09:59:07.173Z[ recovery-image] Feb 07 09:59:05.673 INFO O| Feb 07 09:59:05.673 INFO STEP 568 (remove_files) COMPLETE
61522025-02-07T09:59:07.173Z[ recovery-image] Feb 07 09:59:05.673 INFO O| Feb 07 09:59:05.673 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532025-02-07T09:59:07.192Z[ recovery-image] Feb 07 09:59:05.692 INFO O| Feb 07 09:59:05.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61542025-02-07T09:59:07.192Z[ recovery-image] Feb 07 09:59:05.692 INFO O| Feb 07 09:59:05.692 INFO STEP 569 (remove_files) COMPLETE
61552025-02-07T09:59:07.192Z[ recovery-image] Feb 07 09:59:05.692 INFO O| Feb 07 09:59:05.692 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562025-02-07T09:59:07.230Z[ recovery-image] Feb 07 09:59:05.731 INFO O| Feb 07 09:59:05.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61572025-02-07T09:59:07.255Z[ recovery-image] Feb 07 09:59:05.755 INFO O| Feb 07 09:59:05.755 INFO STEP 570 (remove_files) COMPLETE
61582025-02-07T09:59:07.255Z[ recovery-image] Feb 07 09:59:05.755 INFO O| Feb 07 09:59:05.755 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592025-02-07T09:59:07.288Z[ recovery-image] Feb 07 09:59:05.789 INFO O| Feb 07 09:59:05.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61602025-02-07T09:59:07.291Z[ recovery-image] Feb 07 09:59:05.789 INFO O| Feb 07 09:59:05.789 INFO STEP 571 (remove_files) COMPLETE
61612025-02-07T09:59:07.291Z[ recovery-image] Feb 07 09:59:05.789 INFO O| Feb 07 09:59:05.789 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622025-02-07T09:59:07.308Z[ recovery-image] Feb 07 09:59:05.809 INFO O| Feb 07 09:59:05.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61632025-02-07T09:59:07.309Z[ recovery-image] Feb 07 09:59:05.809 INFO O| Feb 07 09:59:05.809 INFO STEP 572 (remove_files) COMPLETE
61642025-02-07T09:59:07.311Z[ recovery-image] Feb 07 09:59:05.809 INFO O| Feb 07 09:59:05.809 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652025-02-07T09:59:07.329Z[ recovery-image] Feb 07 09:59:05.830 INFO O| Feb 07 09:59:05.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61662025-02-07T09:59:07.329Z[ recovery-image] Feb 07 09:59:05.830 INFO O| Feb 07 09:59:05.830 INFO STEP 573 (remove_files) COMPLETE
61672025-02-07T09:59:07.332Z[ recovery-image] Feb 07 09:59:05.830 INFO O| Feb 07 09:59:05.830 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682025-02-07T09:59:07.371Z[ recovery-image] Feb 07 09:59:05.872 INFO O| Feb 07 09:59:05.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61692025-02-07T09:59:07.371Z[ recovery-image] Feb 07 09:59:05.872 INFO O| Feb 07 09:59:05.872 INFO STEP 574 (remove_files) COMPLETE
61702025-02-07T09:59:07.371Z[ recovery-image] Feb 07 09:59:05.872 INFO O| Feb 07 09:59:05.872 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712025-02-07T09:59:07.392Z[ recovery-image] Feb 07 09:59:05.893 INFO O| Feb 07 09:59:05.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61722025-02-07T09:59:07.392Z[ recovery-image] Feb 07 09:59:05.893 INFO O| Feb 07 09:59:05.893 INFO STEP 575 (remove_files) COMPLETE
61732025-02-07T09:59:07.392Z[ recovery-image] Feb 07 09:59:05.893 INFO O| Feb 07 09:59:05.893 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742025-02-07T09:59:07.412Z[ recovery-image] Feb 07 09:59:05.912 INFO O| Feb 07 09:59:05.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61752025-02-07T09:59:07.412Z[ recovery-image] Feb 07 09:59:05.912 INFO O| Feb 07 09:59:05.912 INFO STEP 576 (remove_files) COMPLETE
61762025-02-07T09:59:07.412Z[ recovery-image] Feb 07 09:59:05.913 INFO O| Feb 07 09:59:05.912 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772025-02-07T09:59:07.434Z[ recovery-image] Feb 07 09:59:05.934 INFO O| Feb 07 09:59:05.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61782025-02-07T09:59:07.434Z[ recovery-image] Feb 07 09:59:05.934 INFO O| Feb 07 09:59:05.934 INFO STEP 577 (remove_files) COMPLETE
61792025-02-07T09:59:07.434Z[ recovery-image] Feb 07 09:59:05.934 INFO O| Feb 07 09:59:05.934 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802025-02-07T09:59:07.455Z[ recovery-image] Feb 07 09:59:05.955 INFO O| Feb 07 09:59:05.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61812025-02-07T09:59:07.455Z[ recovery-image] Feb 07 09:59:05.955 INFO O| Feb 07 09:59:05.955 INFO STEP 578 (remove_files) COMPLETE
61822025-02-07T09:59:07.455Z[ recovery-image] Feb 07 09:59:05.955 INFO O| Feb 07 09:59:05.955 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832025-02-07T09:59:07.534Z[ recovery-image] Feb 07 09:59:06.034 INFO O| Feb 07 09:59:06.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61842025-02-07T09:59:07.534Z[ recovery-image] Feb 07 09:59:06.034 INFO O| Feb 07 09:59:06.034 INFO STEP 579 (remove_files) COMPLETE
61852025-02-07T09:59:07.534Z[ recovery-image] Feb 07 09:59:06.034 INFO O| Feb 07 09:59:06.034 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862025-02-07T09:59:07.555Z[ recovery-image] Feb 07 09:59:06.055 INFO O| Feb 07 09:59:06.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61872025-02-07T09:59:07.555Z[ recovery-image] Feb 07 09:59:06.055 INFO O| Feb 07 09:59:06.055 INFO STEP 580 (remove_files) COMPLETE
61882025-02-07T09:59:07.555Z[ recovery-image] Feb 07 09:59:06.055 INFO O| Feb 07 09:59:06.055 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892025-02-07T09:59:07.560Z[ host-image] Feb 07 09:59:06.061 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23206:20250206T204848Z
61902025-02-07T09:59:07.575Z[ recovery-image] Feb 07 09:59:06.075 INFO O| Feb 07 09:59:06.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61912025-02-07T09:59:07.575Z[ recovery-image] Feb 07 09:59:06.075 INFO O| Feb 07 09:59:06.075 INFO STEP 581 (remove_files) COMPLETE
61922025-02-07T09:59:07.575Z[ recovery-image] Feb 07 09:59:06.075 INFO O| Feb 07 09:59:06.075 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-02-07T09:59:07.594Z[ recovery-image] Feb 07 09:59:06.094 INFO O| Feb 07 09:59:06.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61942025-02-07T09:59:07.594Z[ recovery-image] Feb 07 09:59:06.095 INFO O| Feb 07 09:59:06.094 INFO STEP 582 (remove_files) COMPLETE
61952025-02-07T09:59:07.596Z[ recovery-image] Feb 07 09:59:06.095 INFO O| Feb 07 09:59:06.095 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-02-07T09:59:07.620Z[ recovery-image] Feb 07 09:59:06.121 INFO O| Feb 07 09:59:06.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61972025-02-07T09:59:07.620Z[ recovery-image] Feb 07 09:59:06.121 INFO O| Feb 07 09:59:06.121 INFO STEP 583 (remove_files) COMPLETE
61982025-02-07T09:59:07.620Z[ recovery-image] Feb 07 09:59:06.121 INFO O| Feb 07 09:59:06.121 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-02-07T09:59:07.642Z[ recovery-image] Feb 07 09:59:06.142 INFO O| Feb 07 09:59:06.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62002025-02-07T09:59:07.642Z[ recovery-image] Feb 07 09:59:06.142 INFO O| Feb 07 09:59:06.142 INFO STEP 584 (remove_files) COMPLETE
62012025-02-07T09:59:07.644Z[ recovery-image] Feb 07 09:59:06.142 INFO O| Feb 07 09:59:06.142 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-02-07T09:59:07.680Z[ recovery-image] Feb 07 09:59:06.180 INFO O| Feb 07 09:59:06.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62032025-02-07T09:59:07.700Z[ recovery-image] Feb 07 09:59:06.201 INFO O| Feb 07 09:59:06.201 INFO STEP 585 (remove_files) COMPLETE
62042025-02-07T09:59:07.700Z[ recovery-image] Feb 07 09:59:06.201 INFO O| Feb 07 09:59:06.201 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-02-07T09:59:07.732Z[ recovery-image] Feb 07 09:59:06.233 INFO O| Feb 07 09:59:06.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62062025-02-07T09:59:07.732Z[ recovery-image] Feb 07 09:59:06.233 INFO O| Feb 07 09:59:06.233 INFO STEP 586 (remove_files) COMPLETE
62072025-02-07T09:59:07.735Z[ recovery-image] Feb 07 09:59:06.233 INFO O| Feb 07 09:59:06.233 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-02-07T09:59:07.753Z[ recovery-image] Feb 07 09:59:06.252 INFO O| Feb 07 09:59:06.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62092025-02-07T09:59:07.753Z[ recovery-image] Feb 07 09:59:06.252 INFO O| Feb 07 09:59:06.252 INFO STEP 587 (remove_files) COMPLETE
62102025-02-07T09:59:07.753Z[ recovery-image] Feb 07 09:59:06.252 INFO O| Feb 07 09:59:06.252 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-02-07T09:59:07.802Z[ recovery-image] Feb 07 09:59:06.302 INFO O| Feb 07 09:59:06.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62122025-02-07T09:59:07.802Z[ recovery-image] Feb 07 09:59:06.302 INFO O| Feb 07 09:59:06.302 INFO STEP 588 (remove_files) COMPLETE
62132025-02-07T09:59:07.802Z[ recovery-image] Feb 07 09:59:06.302 INFO O| Feb 07 09:59:06.302 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-02-07T09:59:07.831Z[ recovery-image] Feb 07 09:59:06.331 INFO O| Feb 07 09:59:06.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62152025-02-07T09:59:07.831Z[ recovery-image] Feb 07 09:59:06.331 INFO O| Feb 07 09:59:06.331 INFO STEP 589 (remove_files) COMPLETE
62162025-02-07T09:59:07.831Z[ recovery-image] Feb 07 09:59:06.331 INFO O| Feb 07 09:59:06.331 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-02-07T09:59:07.852Z[ recovery-image] Feb 07 09:59:06.351 INFO O| Feb 07 09:59:06.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62182025-02-07T09:59:07.852Z[ recovery-image] Feb 07 09:59:06.351 INFO O| Feb 07 09:59:06.351 INFO STEP 590 (remove_files) COMPLETE
62192025-02-07T09:59:07.852Z[ recovery-image] Feb 07 09:59:06.351 INFO O| Feb 07 09:59:06.351 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-02-07T09:59:07.870Z[ recovery-image] Feb 07 09:59:06.371 INFO O| Feb 07 09:59:06.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62212025-02-07T09:59:07.871Z[ recovery-image] Feb 07 09:59:06.371 INFO O| Feb 07 09:59:06.371 INFO STEP 591 (remove_files) COMPLETE
62222025-02-07T09:59:07.871Z[ recovery-image] Feb 07 09:59:06.371 INFO O| Feb 07 09:59:06.371 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-02-07T09:59:07.890Z[ recovery-image] Feb 07 09:59:06.390 INFO O| Feb 07 09:59:06.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62242025-02-07T09:59:07.890Z[ recovery-image] Feb 07 09:59:06.390 INFO O| Feb 07 09:59:06.390 INFO STEP 592 (remove_files) COMPLETE
62252025-02-07T09:59:07.890Z[ recovery-image] Feb 07 09:59:06.390 INFO O| Feb 07 09:59:06.390 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-02-07T09:59:07.909Z[ recovery-image] Feb 07 09:59:06.410 INFO O| Feb 07 09:59:06.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62272025-02-07T09:59:07.910Z[ recovery-image] Feb 07 09:59:06.410 INFO O| Feb 07 09:59:06.410 INFO STEP 593 (remove_files) COMPLETE
62282025-02-07T09:59:07.910Z[ recovery-image] Feb 07 09:59:06.410 INFO O| Feb 07 09:59:06.410 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-02-07T09:59:07.928Z[ recovery-image] Feb 07 09:59:06.429 INFO O| Feb 07 09:59:06.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62302025-02-07T09:59:07.928Z[ recovery-image] Feb 07 09:59:06.429 INFO O| Feb 07 09:59:06.429 INFO STEP 594 (remove_files) COMPLETE
62312025-02-07T09:59:07.928Z[ recovery-image] Feb 07 09:59:06.429 INFO O| Feb 07 09:59:06.429 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-02-07T09:59:07.946Z[ recovery-image] Feb 07 09:59:06.447 INFO O| Feb 07 09:59:06.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62332025-02-07T09:59:07.946Z[ recovery-image] Feb 07 09:59:06.447 INFO O| Feb 07 09:59:06.447 INFO STEP 595 (remove_files) COMPLETE
62342025-02-07T09:59:07.946Z[ recovery-image] Feb 07 09:59:06.447 INFO O| Feb 07 09:59:06.447 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-02-07T09:59:07.974Z[ recovery-image] Feb 07 09:59:06.474 INFO O| Feb 07 09:59:06.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62362025-02-07T09:59:07.976Z[ recovery-image] Feb 07 09:59:06.474 INFO O| Feb 07 09:59:06.474 INFO STEP 596 (remove_files) COMPLETE
62372025-02-07T09:59:07.976Z[ recovery-image] Feb 07 09:59:06.475 INFO O| Feb 07 09:59:06.474 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382025-02-07T09:59:07.995Z[ recovery-image] Feb 07 09:59:06.495 INFO O| Feb 07 09:59:06.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62392025-02-07T09:59:07.998Z[ recovery-image] Feb 07 09:59:06.495 INFO O| Feb 07 09:59:06.495 INFO STEP 597 (remove_files) COMPLETE
62402025-02-07T09:59:07.998Z[ recovery-image] Feb 07 09:59:06.496 INFO O| Feb 07 09:59:06.496 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412025-02-07T09:59:08.015Z[ recovery-image] Feb 07 09:59:06.516 INFO O| Feb 07 09:59:06.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62422025-02-07T09:59:08.018Z[ recovery-image] Feb 07 09:59:06.516 INFO O| Feb 07 09:59:06.516 INFO STEP 598 (remove_files) COMPLETE
62432025-02-07T09:59:08.018Z[ recovery-image] Feb 07 09:59:06.516 INFO O| Feb 07 09:59:06.516 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442025-02-07T09:59:08.037Z[ recovery-image] Feb 07 09:59:06.537 INFO O| Feb 07 09:59:06.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62452025-02-07T09:59:08.037Z[ recovery-image] Feb 07 09:59:06.537 INFO O| Feb 07 09:59:06.537 INFO STEP 599 (remove_files) COMPLETE
62462025-02-07T09:59:08.037Z[ recovery-image] Feb 07 09:59:06.537 INFO O| Feb 07 09:59:06.537 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472025-02-07T09:59:08.096Z[ recovery-image] Feb 07 09:59:06.596 INFO O| Feb 07 09:59:06.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62482025-02-07T09:59:08.096Z[ recovery-image] Feb 07 09:59:06.596 INFO O| Feb 07 09:59:06.596 INFO STEP 600 (remove_files) COMPLETE
62492025-02-07T09:59:08.096Z[ recovery-image] Feb 07 09:59:06.596 INFO O| Feb 07 09:59:06.596 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-02-07T09:59:08.117Z[ recovery-image] Feb 07 09:59:06.617 INFO O| Feb 07 09:59:06.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62512025-02-07T09:59:08.117Z[ recovery-image] Feb 07 09:59:06.617 INFO O| Feb 07 09:59:06.617 INFO STEP 601 (remove_files) COMPLETE
62522025-02-07T09:59:08.117Z[ recovery-image] Feb 07 09:59:06.617 INFO O| Feb 07 09:59:06.617 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-02-07T09:59:08.175Z[ recovery-image] Feb 07 09:59:06.675 INFO O| Feb 07 09:59:06.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62542025-02-07T09:59:08.175Z[ recovery-image] Feb 07 09:59:06.676 INFO O| Feb 07 09:59:06.675 INFO STEP 602 (remove_files) COMPLETE
62552025-02-07T09:59:08.175Z[ recovery-image] Feb 07 09:59:06.676 INFO O| Feb 07 09:59:06.675 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562025-02-07T09:59:08.217Z[ recovery-image] Feb 07 09:59:06.718 INFO O| Feb 07 09:59:06.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62572025-02-07T09:59:08.220Z[ recovery-image] Feb 07 09:59:06.718 INFO O| Feb 07 09:59:06.718 INFO STEP 603 (remove_files) COMPLETE
62582025-02-07T09:59:08.220Z[ recovery-image] Feb 07 09:59:06.718 INFO O| Feb 07 09:59:06.718 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592025-02-07T09:59:08.238Z[ recovery-image] Feb 07 09:59:06.738 INFO O| Feb 07 09:59:06.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62602025-02-07T09:59:08.238Z[ recovery-image] Feb 07 09:59:06.739 INFO O| Feb 07 09:59:06.739 INFO STEP 604 (remove_files) COMPLETE
62612025-02-07T09:59:08.238Z[ recovery-image] Feb 07 09:59:06.739 INFO O| Feb 07 09:59:06.739 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622025-02-07T09:59:08.258Z[ recovery-image] Feb 07 09:59:06.758 INFO O| Feb 07 09:59:06.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62632025-02-07T09:59:08.258Z[ recovery-image] Feb 07 09:59:06.758 INFO O| Feb 07 09:59:06.758 INFO STEP 605 (remove_files) COMPLETE
62642025-02-07T09:59:08.258Z[ recovery-image] Feb 07 09:59:06.758 INFO O| Feb 07 09:59:06.758 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-02-07T09:59:08.278Z[ recovery-image] Feb 07 09:59:06.779 INFO O| Feb 07 09:59:06.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62662025-02-07T09:59:08.278Z[ recovery-image] Feb 07 09:59:06.779 INFO O| Feb 07 09:59:06.779 INFO STEP 606 (remove_files) COMPLETE
62672025-02-07T09:59:08.278Z[ recovery-image] Feb 07 09:59:06.779 INFO O| Feb 07 09:59:06.779 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682025-02-07T09:59:08.299Z[ recovery-image] Feb 07 09:59:06.799 INFO O| Feb 07 09:59:06.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62692025-02-07T09:59:08.299Z[ recovery-image] Feb 07 09:59:06.799 INFO O| Feb 07 09:59:06.799 INFO STEP 607 (remove_files) COMPLETE
62702025-02-07T09:59:08.299Z[ recovery-image] Feb 07 09:59:06.799 INFO O| Feb 07 09:59:06.799 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712025-02-07T09:59:08.334Z[ recovery-image] Feb 07 09:59:06.834 INFO O| Feb 07 09:59:06.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62722025-02-07T09:59:08.334Z[ recovery-image] Feb 07 09:59:06.834 INFO O| Feb 07 09:59:06.834 INFO STEP 608 (remove_files) COMPLETE
62732025-02-07T09:59:08.338Z[ recovery-image] Feb 07 09:59:06.835 INFO O| Feb 07 09:59:06.834 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742025-02-07T09:59:08.357Z[ recovery-image] Feb 07 09:59:06.857 INFO O| Feb 07 09:59:06.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62752025-02-07T09:59:08.357Z[ recovery-image] Feb 07 09:59:06.857 INFO O| Feb 07 09:59:06.857 INFO STEP 609 (remove_files) COMPLETE
62762025-02-07T09:59:08.360Z[ recovery-image] Feb 07 09:59:06.857 INFO O| Feb 07 09:59:06.857 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-02-07T09:59:08.378Z[ recovery-image] Feb 07 09:59:06.878 INFO O| Feb 07 09:59:06.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62782025-02-07T09:59:08.378Z[ recovery-image] Feb 07 09:59:06.878 INFO O| Feb 07 09:59:06.878 INFO STEP 610 (remove_files) COMPLETE
62792025-02-07T09:59:08.381Z[ recovery-image] Feb 07 09:59:06.879 INFO O| Feb 07 09:59:06.878 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-02-07T09:59:08.400Z[ recovery-image] Feb 07 09:59:06.899 INFO O| Feb 07 09:59:06.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62812025-02-07T09:59:08.400Z[ recovery-image] Feb 07 09:59:06.899 INFO O| Feb 07 09:59:06.899 INFO STEP 611 (remove_files) COMPLETE
62822025-02-07T09:59:08.400Z[ recovery-image] Feb 07 09:59:06.899 INFO O| Feb 07 09:59:06.899 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-02-07T09:59:08.458Z[ recovery-image] Feb 07 09:59:06.958 INFO O| Feb 07 09:59:06.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62842025-02-07T09:59:08.461Z[ recovery-image] Feb 07 09:59:06.959 INFO O| Feb 07 09:59:06.959 INFO STEP 612 (remove_files) COMPLETE
62852025-02-07T09:59:08.461Z[ recovery-image] Feb 07 09:59:06.959 INFO O| Feb 07 09:59:06.959 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862025-02-07T09:59:08.478Z[ recovery-image] Feb 07 09:59:06.979 INFO O| Feb 07 09:59:06.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62872025-02-07T09:59:08.478Z[ recovery-image] Feb 07 09:59:06.979 INFO O| Feb 07 09:59:06.979 INFO STEP 613 (remove_files) COMPLETE
62882025-02-07T09:59:08.478Z[ recovery-image] Feb 07 09:59:06.979 INFO O| Feb 07 09:59:06.979 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-02-07T09:59:08.500Z[ recovery-image] Feb 07 09:59:07.000 INFO O| Feb 07 09:59:07.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62902025-02-07T09:59:08.500Z[ recovery-image] Feb 07 09:59:07.001 INFO O| Feb 07 09:59:07.001 INFO STEP 614 (remove_files) COMPLETE
62912025-02-07T09:59:08.503Z[ recovery-image] Feb 07 09:59:07.001 INFO O| Feb 07 09:59:07.001 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-02-07T09:59:08.520Z[ recovery-image] Feb 07 09:59:07.021 INFO O| Feb 07 09:59:07.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62932025-02-07T09:59:08.520Z[ recovery-image] Feb 07 09:59:07.021 INFO O| Feb 07 09:59:07.021 INFO STEP 615 (remove_files) COMPLETE
62942025-02-07T09:59:08.520Z[ recovery-image] Feb 07 09:59:07.021 INFO O| Feb 07 09:59:07.021 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952025-02-07T09:59:08.550Z[ recovery-image] Feb 07 09:59:07.051 INFO O| Feb 07 09:59:07.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62962025-02-07T09:59:08.550Z[ recovery-image] Feb 07 09:59:07.051 INFO O| Feb 07 09:59:07.051 INFO STEP 616 (remove_files) COMPLETE
62972025-02-07T09:59:08.550Z[ recovery-image] Feb 07 09:59:07.051 INFO O| Feb 07 09:59:07.051 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982025-02-07T09:59:08.568Z[ recovery-image] Feb 07 09:59:07.068 INFO O| Feb 07 09:59:07.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62992025-02-07T09:59:08.568Z[ recovery-image] Feb 07 09:59:07.068 INFO O| Feb 07 09:59:07.068 INFO STEP 617 (remove_files) COMPLETE
63002025-02-07T09:59:08.568Z[ recovery-image] Feb 07 09:59:07.068 INFO O| Feb 07 09:59:07.068 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012025-02-07T09:59:08.608Z[ recovery-image] Feb 07 09:59:07.109 INFO O| Feb 07 09:59:07.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63022025-02-07T09:59:08.608Z[ recovery-image] Feb 07 09:59:07.109 INFO O| Feb 07 09:59:07.109 INFO STEP 618 (remove_files) COMPLETE
63032025-02-07T09:59:08.608Z[ recovery-image] Feb 07 09:59:07.109 INFO O| Feb 07 09:59:07.109 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042025-02-07T09:59:08.630Z[ recovery-image] Feb 07 09:59:07.130 INFO O| Feb 07 09:59:07.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63052025-02-07T09:59:08.630Z[ recovery-image] Feb 07 09:59:07.130 INFO O| Feb 07 09:59:07.130 INFO STEP 619 (remove_files) COMPLETE
63062025-02-07T09:59:08.630Z[ recovery-image] Feb 07 09:59:07.130 INFO O| Feb 07 09:59:07.130 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072025-02-07T09:59:08.654Z[ recovery-image] Feb 07 09:59:07.154 INFO O| Feb 07 09:59:07.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63082025-02-07T09:59:08.654Z[ recovery-image] Feb 07 09:59:07.154 INFO O| Feb 07 09:59:07.154 INFO STEP 620 (remove_files) COMPLETE
63092025-02-07T09:59:08.654Z[ recovery-image] Feb 07 09:59:07.154 INFO O| Feb 07 09:59:07.154 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102025-02-07T09:59:08.693Z[ recovery-image] Feb 07 09:59:07.193 INFO O| Feb 07 09:59:07.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63112025-02-07T09:59:08.695Z[ recovery-image] Feb 07 09:59:07.196 INFO O| Feb 07 09:59:07.196 INFO STEP 621 (remove_files) COMPLETE
63122025-02-07T09:59:08.695Z[ recovery-image] Feb 07 09:59:07.196 INFO O| Feb 07 09:59:07.196 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132025-02-07T09:59:08.716Z[ recovery-image] Feb 07 09:59:07.216 INFO O| Feb 07 09:59:07.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63142025-02-07T09:59:08.716Z[ recovery-image] Feb 07 09:59:07.216 INFO O| Feb 07 09:59:07.216 INFO STEP 622 (remove_files) COMPLETE
63152025-02-07T09:59:08.716Z[ recovery-image] Feb 07 09:59:07.216 INFO O| Feb 07 09:59:07.216 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162025-02-07T09:59:08.735Z[ recovery-image] Feb 07 09:59:07.235 INFO O| Feb 07 09:59:07.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63172025-02-07T09:59:08.735Z[ recovery-image] Feb 07 09:59:07.235 INFO O| Feb 07 09:59:07.235 INFO STEP 623 (remove_files) COMPLETE
63182025-02-07T09:59:08.735Z[ recovery-image] Feb 07 09:59:07.235 INFO O| Feb 07 09:59:07.235 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192025-02-07T09:59:08.752Z[ recovery-image] Feb 07 09:59:07.253 INFO O| Feb 07 09:59:07.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63202025-02-07T09:59:08.752Z[ recovery-image] Feb 07 09:59:07.253 INFO O| Feb 07 09:59:07.253 INFO STEP 624 (remove_files) COMPLETE
63212025-02-07T09:59:08.752Z[ recovery-image] Feb 07 09:59:07.253 INFO O| Feb 07 09:59:07.253 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222025-02-07T09:59:08.771Z[ recovery-image] Feb 07 09:59:07.271 INFO O| Feb 07 09:59:07.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63232025-02-07T09:59:08.775Z[ recovery-image] Feb 07 09:59:07.271 INFO O| Feb 07 09:59:07.271 INFO STEP 625 (remove_files) COMPLETE
63242025-02-07T09:59:08.775Z[ recovery-image] Feb 07 09:59:07.272 INFO O| Feb 07 09:59:07.272 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252025-02-07T09:59:08.791Z[ recovery-image] Feb 07 09:59:07.291 INFO O| Feb 07 09:59:07.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63262025-02-07T09:59:08.794Z[ recovery-image] Feb 07 09:59:07.292 INFO O| Feb 07 09:59:07.292 INFO STEP 626 (remove_files) COMPLETE
63272025-02-07T09:59:08.794Z[ recovery-image] Feb 07 09:59:07.292 INFO O| Feb 07 09:59:07.292 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282025-02-07T09:59:08.810Z[ recovery-image] Feb 07 09:59:07.311 INFO O| Feb 07 09:59:07.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63292025-02-07T09:59:08.813Z[ recovery-image] Feb 07 09:59:07.311 INFO O| Feb 07 09:59:07.311 INFO STEP 627 (remove_files) COMPLETE
63302025-02-07T09:59:08.813Z[ recovery-image] Feb 07 09:59:07.311 INFO O| Feb 07 09:59:07.311 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312025-02-07T09:59:08.830Z[ recovery-image] Feb 07 09:59:07.330 INFO O| Feb 07 09:59:07.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63322025-02-07T09:59:08.834Z[ recovery-image] Feb 07 09:59:07.330 INFO O| Feb 07 09:59:07.330 INFO STEP 628 (remove_files) COMPLETE
63332025-02-07T09:59:08.834Z[ recovery-image] Feb 07 09:59:07.330 INFO O| Feb 07 09:59:07.330 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342025-02-07T09:59:08.858Z[ recovery-image] Feb 07 09:59:07.358 INFO O| Feb 07 09:59:07.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63352025-02-07T09:59:08.858Z[ recovery-image] Feb 07 09:59:07.359 INFO O| Feb 07 09:59:07.358 INFO STEP 629 (remove_files) COMPLETE
63362025-02-07T09:59:08.861Z[ recovery-image] Feb 07 09:59:07.359 INFO O| Feb 07 09:59:07.359 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372025-02-07T09:59:08.877Z[ recovery-image] Feb 07 09:59:07.378 INFO O| Feb 07 09:59:07.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63382025-02-07T09:59:08.877Z[ recovery-image] Feb 07 09:59:07.378 INFO O| Feb 07 09:59:07.378 INFO STEP 630 (remove_files) COMPLETE
63392025-02-07T09:59:08.880Z[ recovery-image] Feb 07 09:59:07.378 INFO O| Feb 07 09:59:07.378 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402025-02-07T09:59:08.897Z[ recovery-image] Feb 07 09:59:07.397 INFO O| Feb 07 09:59:07.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63412025-02-07T09:59:08.897Z[ recovery-image] Feb 07 09:59:07.397 INFO O| Feb 07 09:59:07.397 INFO STEP 631 (remove_files) COMPLETE
63422025-02-07T09:59:08.897Z[ recovery-image] Feb 07 09:59:07.397 INFO O| Feb 07 09:59:07.397 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432025-02-07T09:59:08.981Z[ recovery-image] Feb 07 09:59:07.482 INFO O| Feb 07 09:59:07.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63442025-02-07T09:59:08.984Z[ recovery-image] Feb 07 09:59:07.482 INFO O| Feb 07 09:59:07.482 INFO STEP 632 (remove_files) COMPLETE
63452025-02-07T09:59:08.984Z[ recovery-image] Feb 07 09:59:07.482 INFO O| Feb 07 09:59:07.482 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462025-02-07T09:59:09.015Z[ recovery-image] Feb 07 09:59:07.515 INFO O| Feb 07 09:59:07.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63472025-02-07T09:59:09.015Z[ recovery-image] Feb 07 09:59:07.515 INFO O| Feb 07 09:59:07.515 INFO STEP 633 (remove_files) COMPLETE
63482025-02-07T09:59:09.015Z[ recovery-image] Feb 07 09:59:07.515 INFO O| Feb 07 09:59:07.515 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492025-02-07T09:59:09.033Z[ recovery-image] Feb 07 09:59:07.533 INFO O| Feb 07 09:59:07.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63502025-02-07T09:59:09.033Z[ recovery-image] Feb 07 09:59:07.533 INFO O| Feb 07 09:59:07.533 INFO STEP 634 (remove_files) COMPLETE
63512025-02-07T09:59:09.033Z[ recovery-image] Feb 07 09:59:07.533 INFO O| Feb 07 09:59:07.533 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522025-02-07T09:59:09.051Z[ recovery-image] Feb 07 09:59:07.551 INFO O| Feb 07 09:59:07.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63532025-02-07T09:59:09.051Z[ recovery-image] Feb 07 09:59:07.551 INFO O| Feb 07 09:59:07.551 INFO STEP 635 (remove_files) COMPLETE
63542025-02-07T09:59:09.051Z[ recovery-image] Feb 07 09:59:07.551 INFO O| Feb 07 09:59:07.551 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552025-02-07T09:59:09.138Z[ recovery-image] Feb 07 09:59:07.637 INFO O| Feb 07 09:59:07.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63562025-02-07T09:59:09.146Z[ recovery-image] Feb 07 09:59:07.646 INFO O| Feb 07 09:59:07.646 INFO STEP 636 (remove_files) COMPLETE
63572025-02-07T09:59:09.146Z[ recovery-image] Feb 07 09:59:07.646 INFO O| Feb 07 09:59:07.646 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582025-02-07T09:59:09.203Z[ recovery-image] Feb 07 09:59:07.702 INFO O| Feb 07 09:59:07.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63592025-02-07T09:59:09.203Z[ recovery-image] Feb 07 09:59:07.703 INFO O| Feb 07 09:59:07.703 INFO STEP 637 (remove_files) COMPLETE
63602025-02-07T09:59:09.203Z[ recovery-image] Feb 07 09:59:07.703 INFO O| Feb 07 09:59:07.703 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612025-02-07T09:59:09.298Z[ recovery-image] Feb 07 09:59:07.797 INFO O| Feb 07 09:59:07.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63622025-02-07T09:59:09.298Z[ recovery-image] Feb 07 09:59:07.798 INFO O| Feb 07 09:59:07.798 INFO STEP 638 (remove_files) COMPLETE
63632025-02-07T09:59:09.298Z[ recovery-image] Feb 07 09:59:07.798 INFO O| Feb 07 09:59:07.798 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642025-02-07T09:59:09.315Z[ recovery-image] Feb 07 09:59:07.815 INFO O| Feb 07 09:59:07.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63652025-02-07T09:59:09.340Z[ recovery-image] Feb 07 09:59:07.840 INFO O| Feb 07 09:59:07.840 INFO STEP 639 (remove_files) COMPLETE
63662025-02-07T09:59:09.340Z[ recovery-image] Feb 07 09:59:07.840 INFO O| Feb 07 09:59:07.840 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672025-02-07T09:59:09.370Z[ recovery-image] Feb 07 09:59:07.871 INFO O| Feb 07 09:59:07.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63682025-02-07T09:59:09.391Z[ recovery-image] Feb 07 09:59:07.891 INFO O| Feb 07 09:59:07.891 INFO STEP 640 (remove_files) COMPLETE
63692025-02-07T09:59:09.391Z[ recovery-image] Feb 07 09:59:07.891 INFO O| Feb 07 09:59:07.891 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702025-02-07T09:59:09.426Z[ recovery-image] Feb 07 09:59:07.927 INFO O| Feb 07 09:59:07.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63712025-02-07T09:59:09.429Z[ recovery-image] Feb 07 09:59:07.927 INFO O| Feb 07 09:59:07.927 INFO STEP 641 (remove_files) COMPLETE
63722025-02-07T09:59:09.429Z[ recovery-image] Feb 07 09:59:07.927 INFO O| Feb 07 09:59:07.927 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-02-07T09:59:09.444Z[ recovery-image] Feb 07 09:59:07.945 INFO O| Feb 07 09:59:07.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63742025-02-07T09:59:09.444Z[ recovery-image] Feb 07 09:59:07.945 INFO O| Feb 07 09:59:07.945 INFO STEP 642 (remove_files) COMPLETE
63752025-02-07T09:59:09.447Z[ recovery-image] Feb 07 09:59:07.945 INFO O| Feb 07 09:59:07.945 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-02-07T09:59:09.462Z[ recovery-image] Feb 07 09:59:07.962 INFO O| Feb 07 09:59:07.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63772025-02-07T09:59:09.462Z[ recovery-image] Feb 07 09:59:07.962 INFO O| Feb 07 09:59:07.962 INFO STEP 643 (remove_files) COMPLETE
63782025-02-07T09:59:09.465Z[ recovery-image] Feb 07 09:59:07.962 INFO O| Feb 07 09:59:07.962 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-02-07T09:59:09.478Z[ recovery-image] Feb 07 09:59:07.979 INFO O| Feb 07 09:59:07.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63802025-02-07T09:59:09.481Z[ recovery-image] Feb 07 09:59:07.979 INFO O| Feb 07 09:59:07.979 INFO STEP 644 (remove_files) COMPLETE
63812025-02-07T09:59:09.481Z[ recovery-image] Feb 07 09:59:07.979 INFO O| Feb 07 09:59:07.979 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-02-07T09:59:09.501Z[ recovery-image] Feb 07 09:59:08.001 INFO O| Feb 07 09:59:08.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63832025-02-07T09:59:09.501Z[ recovery-image] Feb 07 09:59:08.001 INFO O| Feb 07 09:59:08.001 INFO STEP 645 (remove_files) COMPLETE
63842025-02-07T09:59:09.501Z[ recovery-image] Feb 07 09:59:08.001 INFO O| Feb 07 09:59:08.001 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-02-07T09:59:09.520Z[ recovery-image] Feb 07 09:59:08.020 INFO O| Feb 07 09:59:08.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63862025-02-07T09:59:09.523Z[ recovery-image] Feb 07 09:59:08.020 INFO O| Feb 07 09:59:08.020 INFO STEP 646 (remove_files) COMPLETE
63872025-02-07T09:59:09.523Z[ recovery-image] Feb 07 09:59:08.020 INFO O| Feb 07 09:59:08.020 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882025-02-07T09:59:09.536Z[ recovery-image] Feb 07 09:59:08.037 INFO O| Feb 07 09:59:08.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63892025-02-07T09:59:09.537Z[ recovery-image] Feb 07 09:59:08.037 INFO O| Feb 07 09:59:08.037 INFO STEP 647 (remove_files) COMPLETE
63902025-02-07T09:59:09.537Z[ recovery-image] Feb 07 09:59:08.037 INFO O| Feb 07 09:59:08.037 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-02-07T09:59:09.559Z[ recovery-image] Feb 07 09:59:08.059 INFO O| Feb 07 09:59:08.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63922025-02-07T09:59:09.579Z[ recovery-image] Feb 07 09:59:08.080 INFO O| Feb 07 09:59:08.080 INFO STEP 648 (remove_files) COMPLETE
63932025-02-07T09:59:09.579Z[ recovery-image] Feb 07 09:59:08.080 INFO O| Feb 07 09:59:08.080 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-02-07T09:59:09.624Z[ recovery-image] Feb 07 09:59:08.124 INFO O| Feb 07 09:59:08.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63952025-02-07T09:59:09.624Z[ recovery-image] Feb 07 09:59:08.124 INFO O| Feb 07 09:59:08.124 INFO STEP 649 (remove_files) COMPLETE
63962025-02-07T09:59:09.624Z[ recovery-image] Feb 07 09:59:08.124 INFO O| Feb 07 09:59:08.124 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-02-07T09:59:09.643Z[ recovery-image] Feb 07 09:59:08.144 INFO O| Feb 07 09:59:08.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63982025-02-07T09:59:09.644Z[ recovery-image] Feb 07 09:59:08.144 INFO O| Feb 07 09:59:08.144 INFO STEP 650 (remove_files) COMPLETE
63992025-02-07T09:59:09.647Z[ recovery-image] Feb 07 09:59:08.144 INFO O| Feb 07 09:59:08.144 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-02-07T09:59:09.680Z[ recovery-image] Feb 07 09:59:08.180 INFO O| Feb 07 09:59:08.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64012025-02-07T09:59:09.680Z[ recovery-image] Feb 07 09:59:08.180 INFO O| Feb 07 09:59:08.180 INFO STEP 651 (remove_files) COMPLETE
64022025-02-07T09:59:09.680Z[ recovery-image] Feb 07 09:59:08.180 INFO O| Feb 07 09:59:08.180 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-02-07T09:59:09.700Z[ recovery-image] Feb 07 09:59:08.201 INFO O| Feb 07 09:59:08.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64042025-02-07T09:59:09.700Z[ recovery-image] Feb 07 09:59:08.201 INFO O| Feb 07 09:59:08.201 INFO STEP 652 (remove_files) COMPLETE
64052025-02-07T09:59:09.700Z[ recovery-image] Feb 07 09:59:08.201 INFO O| Feb 07 09:59:08.201 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-02-07T09:59:09.722Z[ recovery-image] Feb 07 09:59:08.222 INFO O| Feb 07 09:59:08.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64072025-02-07T09:59:09.722Z[ recovery-image] Feb 07 09:59:08.222 INFO O| Feb 07 09:59:08.222 INFO STEP 653 (remove_files) COMPLETE
64082025-02-07T09:59:09.725Z[ recovery-image] Feb 07 09:59:08.222 INFO O| Feb 07 09:59:08.222 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-02-07T09:59:09.783Z[ recovery-image] Feb 07 09:59:08.284 INFO O| Feb 07 09:59:08.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64102025-02-07T09:59:09.783Z[ recovery-image] Feb 07 09:59:08.284 INFO O| Feb 07 09:59:08.284 INFO STEP 654 (remove_files) COMPLETE
64112025-02-07T09:59:09.783Z[ recovery-image] Feb 07 09:59:08.284 INFO O| Feb 07 09:59:08.284 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-02-07T09:59:09.808Z[ recovery-image] Feb 07 09:59:08.308 INFO O| Feb 07 09:59:08.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64132025-02-07T09:59:09.808Z[ recovery-image] Feb 07 09:59:08.308 INFO O| Feb 07 09:59:08.308 INFO STEP 655 (remove_files) COMPLETE
64142025-02-07T09:59:09.811Z[ recovery-image] Feb 07 09:59:08.308 INFO O| Feb 07 09:59:08.308 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-02-07T09:59:09.831Z[ recovery-image] Feb 07 09:59:08.331 INFO O| Feb 07 09:59:08.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64162025-02-07T09:59:09.833Z[ recovery-image] Feb 07 09:59:08.331 INFO O| Feb 07 09:59:08.331 INFO STEP 656 (remove_files) COMPLETE
64172025-02-07T09:59:09.833Z[ recovery-image] Feb 07 09:59:08.331 INFO O| Feb 07 09:59:08.331 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-02-07T09:59:09.858Z[ recovery-image] Feb 07 09:59:08.359 INFO O| Feb 07 09:59:08.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64192025-02-07T09:59:09.859Z[ recovery-image] Feb 07 09:59:08.359 INFO O| Feb 07 09:59:08.352 INFO STEP 657 (remove_files) COMPLETE
64202025-02-07T09:59:09.861Z[ recovery-image] Feb 07 09:59:08.359 INFO O| Feb 07 09:59:08.352 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-02-07T09:59:09.941Z[ recovery-image] Feb 07 09:59:08.441 INFO O| Feb 07 09:59:08.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64222025-02-07T09:59:09.941Z[ recovery-image] Feb 07 09:59:08.442 INFO O| Feb 07 09:59:08.442 INFO STEP 658 (remove_files) COMPLETE
64232025-02-07T09:59:09.941Z[ recovery-image] Feb 07 09:59:08.442 INFO O| Feb 07 09:59:08.442 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-02-07T09:59:09.997Z[ recovery-image] Feb 07 09:59:08.498 INFO O| Feb 07 09:59:08.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64252025-02-07T09:59:09.997Z[ recovery-image] Feb 07 09:59:08.498 INFO O| Feb 07 09:59:08.498 INFO STEP 659 (remove_files) COMPLETE
64262025-02-07T09:59:09.997Z[ recovery-image] Feb 07 09:59:08.498 INFO O| Feb 07 09:59:08.498 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272025-02-07T09:59:10.052Z[ recovery-image] Feb 07 09:59:08.552 INFO O| Feb 07 09:59:08.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64282025-02-07T09:59:10.052Z[ recovery-image] Feb 07 09:59:08.552 INFO O| Feb 07 09:59:08.552 INFO STEP 660 (remove_files) COMPLETE
64292025-02-07T09:59:10.052Z[ recovery-image] Feb 07 09:59:08.552 INFO O| Feb 07 09:59:08.552 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302025-02-07T09:59:10.107Z[ recovery-image] Feb 07 09:59:08.607 INFO O| Feb 07 09:59:08.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64312025-02-07T09:59:10.107Z[ recovery-image] Feb 07 09:59:08.607 INFO O| Feb 07 09:59:08.607 INFO STEP 661 (remove_files) COMPLETE
64322025-02-07T09:59:10.107Z[ recovery-image] Feb 07 09:59:08.607 INFO O| Feb 07 09:59:08.607 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332025-02-07T09:59:10.125Z[ recovery-image] Feb 07 09:59:08.626 INFO O| Feb 07 09:59:08.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64342025-02-07T09:59:10.125Z[ recovery-image] Feb 07 09:59:08.626 INFO O| Feb 07 09:59:08.626 INFO STEP 662 (remove_files) COMPLETE
64352025-02-07T09:59:10.125Z[ recovery-image] Feb 07 09:59:08.626 INFO O| Feb 07 09:59:08.626 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362025-02-07T09:59:10.145Z[ recovery-image] Feb 07 09:59:08.645 INFO O| Feb 07 09:59:08.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64372025-02-07T09:59:10.145Z[ recovery-image] Feb 07 09:59:08.645 INFO O| Feb 07 09:59:08.645 INFO STEP 663 (remove_files) COMPLETE
64382025-02-07T09:59:10.145Z[ recovery-image] Feb 07 09:59:08.645 INFO O| Feb 07 09:59:08.645 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392025-02-07T09:59:10.200Z[ recovery-image] Feb 07 09:59:08.700 INFO O| Feb 07 09:59:08.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64402025-02-07T09:59:10.200Z[ recovery-image] Feb 07 09:59:08.700 INFO O| Feb 07 09:59:08.700 INFO STEP 664 (remove_files) COMPLETE
64412025-02-07T09:59:10.200Z[ recovery-image] Feb 07 09:59:08.700 INFO O| Feb 07 09:59:08.700 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422025-02-07T09:59:10.219Z[ recovery-image] Feb 07 09:59:08.720 INFO O| Feb 07 09:59:08.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64432025-02-07T09:59:10.219Z[ recovery-image] Feb 07 09:59:08.720 INFO O| Feb 07 09:59:08.720 INFO STEP 665 (remove_files) COMPLETE
64442025-02-07T09:59:10.219Z[ recovery-image] Feb 07 09:59:08.720 INFO O| Feb 07 09:59:08.720 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452025-02-07T09:59:10.237Z[ recovery-image] Feb 07 09:59:08.738 INFO O| Feb 07 09:59:08.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64462025-02-07T09:59:10.237Z[ recovery-image] Feb 07 09:59:08.738 INFO O| Feb 07 09:59:08.738 INFO STEP 666 (remove_files) COMPLETE
64472025-02-07T09:59:10.240Z[ recovery-image] Feb 07 09:59:08.738 INFO O| Feb 07 09:59:08.738 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482025-02-07T09:59:10.261Z[ recovery-image] Feb 07 09:59:08.761 INFO O| Feb 07 09:59:08.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64492025-02-07T09:59:10.261Z[ recovery-image] Feb 07 09:59:08.761 INFO O| Feb 07 09:59:08.761 INFO STEP 667 (remove_files) COMPLETE
64502025-02-07T09:59:10.261Z[ recovery-image] Feb 07 09:59:08.761 INFO O| Feb 07 09:59:08.761 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512025-02-07T09:59:10.294Z[ recovery-image] Feb 07 09:59:08.794 INFO O| Feb 07 09:59:08.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64522025-02-07T09:59:10.294Z[ recovery-image] Feb 07 09:59:08.795 INFO O| Feb 07 09:59:08.795 INFO STEP 668 (remove_files) COMPLETE
64532025-02-07T09:59:10.294Z[ recovery-image] Feb 07 09:59:08.795 INFO O| Feb 07 09:59:08.795 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542025-02-07T09:59:10.338Z[ recovery-image] Feb 07 09:59:08.838 INFO O| Feb 07 09:59:08.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64552025-02-07T09:59:10.341Z[ recovery-image] Feb 07 09:59:08.839 INFO O| Feb 07 09:59:08.839 INFO STEP 669 (remove_files) COMPLETE
64562025-02-07T09:59:10.341Z[ recovery-image] Feb 07 09:59:08.839 INFO O| Feb 07 09:59:08.839 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572025-02-07T09:59:10.380Z[ recovery-image] Feb 07 09:59:08.880 INFO O| Feb 07 09:59:08.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64582025-02-07T09:59:10.383Z[ recovery-image] Feb 07 09:59:08.880 INFO O| Feb 07 09:59:08.880 INFO STEP 670 (remove_files) COMPLETE
64592025-02-07T09:59:10.383Z[ recovery-image] Feb 07 09:59:08.880 INFO O| Feb 07 09:59:08.880 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602025-02-07T09:59:10.400Z[ recovery-image] Feb 07 09:59:08.900 INFO O| Feb 07 09:59:08.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64612025-02-07T09:59:10.403Z[ recovery-image] Feb 07 09:59:08.901 INFO O| Feb 07 09:59:08.900 INFO STEP 671 (remove_files) COMPLETE
64622025-02-07T09:59:10.403Z[ recovery-image] Feb 07 09:59:08.901 INFO O| Feb 07 09:59:08.901 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632025-02-07T09:59:10.420Z[ recovery-image] Feb 07 09:59:08.920 INFO O| Feb 07 09:59:08.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64642025-02-07T09:59:10.422Z[ recovery-image] Feb 07 09:59:08.920 INFO O| Feb 07 09:59:08.920 INFO STEP 672 (remove_files) COMPLETE
64652025-02-07T09:59:10.422Z[ recovery-image] Feb 07 09:59:08.920 INFO O| Feb 07 09:59:08.920 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662025-02-07T09:59:10.457Z[ recovery-image] Feb 07 09:59:08.957 INFO O| Feb 07 09:59:08.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64672025-02-07T09:59:10.457Z[ recovery-image] Feb 07 09:59:08.957 INFO O| Feb 07 09:59:08.957 INFO STEP 673 (remove_files) COMPLETE
64682025-02-07T09:59:10.457Z[ recovery-image] Feb 07 09:59:08.957 INFO O| Feb 07 09:59:08.957 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692025-02-07T09:59:10.478Z[ recovery-image] Feb 07 09:59:08.978 INFO O| Feb 07 09:59:08.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64702025-02-07T09:59:10.478Z[ recovery-image] Feb 07 09:59:08.978 INFO O| Feb 07 09:59:08.978 INFO STEP 674 (remove_files) COMPLETE
64712025-02-07T09:59:10.478Z[ recovery-image] Feb 07 09:59:08.978 INFO O| Feb 07 09:59:08.978 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722025-02-07T09:59:10.499Z[ recovery-image] Feb 07 09:59:08.999 INFO O| Feb 07 09:59:08.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64732025-02-07T09:59:10.499Z[ recovery-image] Feb 07 09:59:08.999 INFO O| Feb 07 09:59:08.999 INFO STEP 675 (remove_files) COMPLETE
64742025-02-07T09:59:10.499Z[ recovery-image] Feb 07 09:59:08.999 INFO O| Feb 07 09:59:08.999 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752025-02-07T09:59:10.520Z[ recovery-image] Feb 07 09:59:09.020 INFO O| Feb 07 09:59:09.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64762025-02-07T09:59:10.520Z[ recovery-image] Feb 07 09:59:09.020 INFO O| Feb 07 09:59:09.020 INFO STEP 676 (remove_files) COMPLETE
64772025-02-07T09:59:10.520Z[ recovery-image] Feb 07 09:59:09.020 INFO O| Feb 07 09:59:09.020 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782025-02-07T09:59:10.540Z[ recovery-image] Feb 07 09:59:09.040 INFO O| Feb 07 09:59:09.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64792025-02-07T09:59:10.543Z[ recovery-image] Feb 07 09:59:09.041 INFO O| Feb 07 09:59:09.041 INFO STEP 677 (remove_files) COMPLETE
64802025-02-07T09:59:10.543Z[ recovery-image] Feb 07 09:59:09.041 INFO O| Feb 07 09:59:09.041 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812025-02-07T09:59:10.560Z[ recovery-image] Feb 07 09:59:09.061 INFO O| Feb 07 09:59:09.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64822025-02-07T09:59:10.560Z[ recovery-image] Feb 07 09:59:09.061 INFO O| Feb 07 09:59:09.061 INFO STEP 678 (remove_files) COMPLETE
64832025-02-07T09:59:10.560Z[ recovery-image] Feb 07 09:59:09.061 INFO O| Feb 07 09:59:09.061 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842025-02-07T09:59:10.588Z[ recovery-image] Feb 07 09:59:09.082 INFO O| Feb 07 09:59:09.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64852025-02-07T09:59:10.588Z[ recovery-image] Feb 07 09:59:09.082 INFO O| Feb 07 09:59:09.082 INFO STEP 679 (remove_files) COMPLETE
64862025-02-07T09:59:10.590Z[ recovery-image] Feb 07 09:59:09.082 INFO O| Feb 07 09:59:09.082 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872025-02-07T09:59:10.630Z[ recovery-image] Feb 07 09:59:09.130 INFO O| Feb 07 09:59:09.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64882025-02-07T09:59:10.630Z[ recovery-image] Feb 07 09:59:09.130 INFO O| Feb 07 09:59:09.130 INFO STEP 680 (remove_files) COMPLETE
64892025-02-07T09:59:10.630Z[ recovery-image] Feb 07 09:59:09.130 INFO O| Feb 07 09:59:09.130 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902025-02-07T09:59:10.650Z[ recovery-image] Feb 07 09:59:09.150 INFO O| Feb 07 09:59:09.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64912025-02-07T09:59:10.650Z[ recovery-image] Feb 07 09:59:09.150 INFO O| Feb 07 09:59:09.150 INFO STEP 681 (remove_files) COMPLETE
64922025-02-07T09:59:10.650Z[ recovery-image] Feb 07 09:59:09.150 INFO O| Feb 07 09:59:09.150 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932025-02-07T09:59:10.668Z[ recovery-image] Feb 07 09:59:09.168 INFO O| Feb 07 09:59:09.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64942025-02-07T09:59:10.668Z[ recovery-image] Feb 07 09:59:09.168 INFO O| Feb 07 09:59:09.168 INFO STEP 682 (remove_files) COMPLETE
64952025-02-07T09:59:10.668Z[ recovery-image] Feb 07 09:59:09.168 INFO O| Feb 07 09:59:09.168 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962025-02-07T09:59:10.688Z[ recovery-image] Feb 07 09:59:09.189 INFO O| Feb 07 09:59:09.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64972025-02-07T09:59:10.689Z[ recovery-image] Feb 07 09:59:09.189 INFO O| Feb 07 09:59:09.189 INFO STEP 683 (remove_files) COMPLETE
64982025-02-07T09:59:10.689Z[ recovery-image] Feb 07 09:59:09.189 INFO O| Feb 07 09:59:09.189 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992025-02-07T09:59:10.724Z[ recovery-image] Feb 07 09:59:09.224 INFO O| Feb 07 09:59:09.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65002025-02-07T09:59:10.725Z[ recovery-image] Feb 07 09:59:09.224 INFO O| Feb 07 09:59:09.224 INFO STEP 684 (remove_files) COMPLETE
65012025-02-07T09:59:10.725Z[ recovery-image] Feb 07 09:59:09.224 INFO O| Feb 07 09:59:09.224 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022025-02-07T09:59:10.748Z[ recovery-image] Feb 07 09:59:09.248 INFO O| Feb 07 09:59:09.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65032025-02-07T09:59:10.752Z[ recovery-image] Feb 07 09:59:09.249 INFO O| Feb 07 09:59:09.249 INFO STEP 685 (remove_files) COMPLETE
65042025-02-07T09:59:10.752Z[ recovery-image] Feb 07 09:59:09.249 INFO O| Feb 07 09:59:09.249 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052025-02-07T09:59:10.770Z[ recovery-image] Feb 07 09:59:09.270 INFO O| Feb 07 09:59:09.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65062025-02-07T09:59:10.772Z[ recovery-image] Feb 07 09:59:09.270 INFO O| Feb 07 09:59:09.270 INFO STEP 686 (remove_files) COMPLETE
65072025-02-07T09:59:10.772Z[ recovery-image] Feb 07 09:59:09.270 INFO O| Feb 07 09:59:09.270 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082025-02-07T09:59:10.790Z[ recovery-image] Feb 07 09:59:09.290 INFO O| Feb 07 09:59:09.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65092025-02-07T09:59:10.793Z[ recovery-image] Feb 07 09:59:09.291 INFO O| Feb 07 09:59:09.291 INFO STEP 687 (remove_files) COMPLETE
65102025-02-07T09:59:10.793Z[ recovery-image] Feb 07 09:59:09.291 INFO O| Feb 07 09:59:09.291 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112025-02-07T09:59:10.809Z[ recovery-image] Feb 07 09:59:09.309 INFO O| Feb 07 09:59:09.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65122025-02-07T09:59:10.812Z[ recovery-image] Feb 07 09:59:09.310 INFO O| Feb 07 09:59:09.309 INFO STEP 688 (remove_files) COMPLETE
65132025-02-07T09:59:10.812Z[ recovery-image] Feb 07 09:59:09.310 INFO O| Feb 07 09:59:09.310 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142025-02-07T09:59:10.826Z[ recovery-image] Feb 07 09:59:09.326 INFO O| Feb 07 09:59:09.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65152025-02-07T09:59:10.829Z[ recovery-image] Feb 07 09:59:09.326 INFO O| Feb 07 09:59:09.326 INFO STEP 689 (remove_files) COMPLETE
65162025-02-07T09:59:10.829Z[ recovery-image] Feb 07 09:59:09.326 INFO O| Feb 07 09:59:09.326 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172025-02-07T09:59:10.844Z[ recovery-image] Feb 07 09:59:09.344 INFO O| Feb 07 09:59:09.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65182025-02-07T09:59:10.847Z[ recovery-image] Feb 07 09:59:09.345 INFO O| Feb 07 09:59:09.345 INFO STEP 690 (remove_files) COMPLETE
65192025-02-07T09:59:10.847Z[ recovery-image] Feb 07 09:59:09.345 INFO O| Feb 07 09:59:09.345 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202025-02-07T09:59:10.899Z[ recovery-image] Feb 07 09:59:09.399 INFO O| Feb 07 09:59:09.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65212025-02-07T09:59:10.902Z[ recovery-image] Feb 07 09:59:09.399 INFO O| Feb 07 09:59:09.399 INFO STEP 691 (remove_files) COMPLETE
65222025-02-07T09:59:10.902Z[ recovery-image] Feb 07 09:59:09.399 INFO O| Feb 07 09:59:09.399 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232025-02-07T09:59:10.964Z[ recovery-image] Feb 07 09:59:09.464 INFO O| Feb 07 09:59:09.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65242025-02-07T09:59:10.964Z[ recovery-image] Feb 07 09:59:09.465 INFO O| Feb 07 09:59:09.464 INFO STEP 692 (remove_files) COMPLETE
65252025-02-07T09:59:10.964Z[ recovery-image] Feb 07 09:59:09.465 INFO O| Feb 07 09:59:09.465 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262025-02-07T09:59:10.984Z[ recovery-image] Feb 07 09:59:09.484 INFO O| Feb 07 09:59:09.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65272025-02-07T09:59:10.984Z[ recovery-image] Feb 07 09:59:09.484 INFO O| Feb 07 09:59:09.484 INFO STEP 693 (remove_files) COMPLETE
65282025-02-07T09:59:10.987Z[ recovery-image] Feb 07 09:59:09.485 INFO O| Feb 07 09:59:09.484 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292025-02-07T09:59:11.004Z[ recovery-image] Feb 07 09:59:09.504 INFO O| Feb 07 09:59:09.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65302025-02-07T09:59:11.007Z[ recovery-image] Feb 07 09:59:09.504 INFO O| Feb 07 09:59:09.504 INFO STEP 694 (remove_files) COMPLETE
65312025-02-07T09:59:11.007Z[ recovery-image] Feb 07 09:59:09.504 INFO O| Feb 07 09:59:09.504 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322025-02-07T09:59:11.031Z[ recovery-image] Feb 07 09:59:09.531 INFO O| Feb 07 09:59:09.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65332025-02-07T09:59:11.031Z[ recovery-image] Feb 07 09:59:09.532 INFO O| Feb 07 09:59:09.532 INFO STEP 695 (remove_files) COMPLETE
65342025-02-07T09:59:11.031Z[ recovery-image] Feb 07 09:59:09.532 INFO O| Feb 07 09:59:09.532 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352025-02-07T09:59:11.052Z[ recovery-image] Feb 07 09:59:09.553 INFO O| Feb 07 09:59:09.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65362025-02-07T09:59:11.053Z[ recovery-image] Feb 07 09:59:09.553 INFO O| Feb 07 09:59:09.553 INFO STEP 696 (remove_files) COMPLETE
65372025-02-07T09:59:11.056Z[ recovery-image] Feb 07 09:59:09.553 INFO O| Feb 07 09:59:09.553 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382025-02-07T09:59:11.093Z[ recovery-image] Feb 07 09:59:09.593 INFO O| Feb 07 09:59:09.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65392025-02-07T09:59:11.093Z[ recovery-image] Feb 07 09:59:09.593 INFO O| Feb 07 09:59:09.593 INFO STEP 697 (remove_files) COMPLETE
65402025-02-07T09:59:11.093Z[ recovery-image] Feb 07 09:59:09.593 INFO O| Feb 07 09:59:09.593 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412025-02-07T09:59:11.114Z[ recovery-image] Feb 07 09:59:09.614 INFO O| Feb 07 09:59:09.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65422025-02-07T09:59:11.114Z[ recovery-image] Feb 07 09:59:09.614 INFO O| Feb 07 09:59:09.614 INFO STEP 698 (remove_files) COMPLETE
65432025-02-07T09:59:11.114Z[ recovery-image] Feb 07 09:59:09.614 INFO O| Feb 07 09:59:09.614 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442025-02-07T09:59:11.138Z[ recovery-image] Feb 07 09:59:09.639 INFO O| Feb 07 09:59:09.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65452025-02-07T09:59:11.138Z[ recovery-image] Feb 07 09:59:09.639 INFO O| Feb 07 09:59:09.639 INFO STEP 699 (remove_files) COMPLETE
65462025-02-07T09:59:11.139Z[ recovery-image] Feb 07 09:59:09.639 INFO O| Feb 07 09:59:09.639 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472025-02-07T09:59:11.189Z[ recovery-image] Feb 07 09:59:09.688 INFO O| Feb 07 09:59:09.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65482025-02-07T09:59:11.189Z[ recovery-image] Feb 07 09:59:09.689 INFO O| Feb 07 09:59:09.688 INFO STEP 700 (remove_files) COMPLETE
65492025-02-07T09:59:11.189Z[ recovery-image] Feb 07 09:59:09.689 INFO O| Feb 07 09:59:09.688 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502025-02-07T09:59:11.242Z[ recovery-image] Feb 07 09:59:09.742 INFO O| Feb 07 09:59:09.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65512025-02-07T09:59:11.263Z[ recovery-image] Feb 07 09:59:09.762 INFO O| Feb 07 09:59:09.762 INFO STEP 701 (remove_files) COMPLETE
65522025-02-07T09:59:11.263Z[ recovery-image] Feb 07 09:59:09.762 INFO O| Feb 07 09:59:09.762 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532025-02-07T09:59:11.375Z[ recovery-image] Feb 07 09:59:09.875 INFO O| Feb 07 09:59:09.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65542025-02-07T09:59:11.375Z[ recovery-image] Feb 07 09:59:09.875 INFO O| Feb 07 09:59:09.875 INFO STEP 702 (remove_files) COMPLETE
65552025-02-07T09:59:11.378Z[ recovery-image] Feb 07 09:59:09.875 INFO O| Feb 07 09:59:09.875 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562025-02-07T09:59:11.395Z[ recovery-image] Feb 07 09:59:09.895 INFO O| Feb 07 09:59:09.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65572025-02-07T09:59:11.395Z[ recovery-image] Feb 07 09:59:09.895 INFO O| Feb 07 09:59:09.895 INFO STEP 703 (remove_files) COMPLETE
65582025-02-07T09:59:11.395Z[ recovery-image] Feb 07 09:59:09.895 INFO O| Feb 07 09:59:09.895 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592025-02-07T09:59:11.434Z[ recovery-image] Feb 07 09:59:09.934 INFO O| Feb 07 09:59:09.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65602025-02-07T09:59:11.434Z[ recovery-image] Feb 07 09:59:09.934 INFO O| Feb 07 09:59:09.934 INFO STEP 704 (remove_files) COMPLETE
65612025-02-07T09:59:11.434Z[ recovery-image] Feb 07 09:59:09.934 INFO O| Feb 07 09:59:09.934 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622025-02-07T09:59:11.454Z[ recovery-image] Feb 07 09:59:09.954 INFO O| Feb 07 09:59:09.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65632025-02-07T09:59:11.454Z[ recovery-image] Feb 07 09:59:09.954 INFO O| Feb 07 09:59:09.954 INFO STEP 705 (remove_files) COMPLETE
65642025-02-07T09:59:11.454Z[ recovery-image] Feb 07 09:59:09.954 INFO O| Feb 07 09:59:09.954 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652025-02-07T09:59:11.514Z[ recovery-image] Feb 07 09:59:10.014 INFO O| Feb 07 09:59:10.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65662025-02-07T09:59:11.514Z[ recovery-image] Feb 07 09:59:10.014 INFO O| Feb 07 09:59:10.014 INFO STEP 706 (remove_files) COMPLETE
65672025-02-07T09:59:11.517Z[ recovery-image] Feb 07 09:59:10.015 INFO O| Feb 07 09:59:10.014 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682025-02-07T09:59:11.544Z[ recovery-image] Feb 07 09:59:10.043 INFO O| Feb 07 09:59:10.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65692025-02-07T09:59:11.544Z[ recovery-image] Feb 07 09:59:10.043 INFO O| Feb 07 09:59:10.043 INFO STEP 707 (remove_files) COMPLETE
65702025-02-07T09:59:11.544Z[ recovery-image] Feb 07 09:59:10.043 INFO O| Feb 07 09:59:10.043 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712025-02-07T09:59:11.601Z[ recovery-image] Feb 07 09:59:10.101 INFO O| Feb 07 09:59:10.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65722025-02-07T09:59:11.601Z[ recovery-image] Feb 07 09:59:10.101 INFO O| Feb 07 09:59:10.101 INFO STEP 708 (remove_files) COMPLETE
65732025-02-07T09:59:11.601Z[ recovery-image] Feb 07 09:59:10.101 INFO O| Feb 07 09:59:10.101 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742025-02-07T09:59:11.627Z[ recovery-image] Feb 07 09:59:10.127 INFO O| Feb 07 09:59:10.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65752025-02-07T09:59:11.627Z[ recovery-image] Feb 07 09:59:10.127 INFO O| Feb 07 09:59:10.127 INFO STEP 709 (remove_files) COMPLETE
65762025-02-07T09:59:11.627Z[ recovery-image] Feb 07 09:59:10.127 INFO O| Feb 07 09:59:10.127 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772025-02-07T09:59:11.646Z[ recovery-image] Feb 07 09:59:10.146 INFO O| Feb 07 09:59:10.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65782025-02-07T09:59:11.646Z[ recovery-image] Feb 07 09:59:10.146 INFO O| Feb 07 09:59:10.146 INFO STEP 710 (remove_files) COMPLETE
65792025-02-07T09:59:11.646Z[ recovery-image] Feb 07 09:59:10.146 INFO O| Feb 07 09:59:10.146 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802025-02-07T09:59:11.691Z[ recovery-image] Feb 07 09:59:10.190 INFO O| Feb 07 09:59:10.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65812025-02-07T09:59:11.699Z[ recovery-image] Feb 07 09:59:10.199 INFO O| Feb 07 09:59:10.199 INFO STEP 711 (remove_files) COMPLETE
65822025-02-07T09:59:11.699Z[ recovery-image] Feb 07 09:59:10.199 INFO O| Feb 07 09:59:10.199 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832025-02-07T09:59:11.768Z[ recovery-image] Feb 07 09:59:10.268 INFO O| Feb 07 09:59:10.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65842025-02-07T09:59:11.771Z[ recovery-image] Feb 07 09:59:10.269 INFO O| Feb 07 09:59:10.268 INFO STEP 712 (remove_files) COMPLETE
65852025-02-07T09:59:11.771Z[ recovery-image] Feb 07 09:59:10.269 INFO O| Feb 07 09:59:10.269 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862025-02-07T09:59:11.795Z[ recovery-image] Feb 07 09:59:10.295 INFO O| Feb 07 09:59:10.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65872025-02-07T09:59:11.798Z[ recovery-image] Feb 07 09:59:10.295 INFO O| Feb 07 09:59:10.295 INFO STEP 713 (remove_files) COMPLETE
65882025-02-07T09:59:11.798Z[ recovery-image] Feb 07 09:59:10.295 INFO O| Feb 07 09:59:10.295 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892025-02-07T09:59:11.813Z[ recovery-image] Feb 07 09:59:10.313 INFO O| Feb 07 09:59:10.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65902025-02-07T09:59:11.813Z[ recovery-image] Feb 07 09:59:10.314 INFO O| Feb 07 09:59:10.313 INFO STEP 714 (remove_files) COMPLETE
65912025-02-07T09:59:11.813Z[ recovery-image] Feb 07 09:59:10.314 INFO O| Feb 07 09:59:10.313 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922025-02-07T09:59:11.831Z[ recovery-image] Feb 07 09:59:10.331 INFO O| Feb 07 09:59:10.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65932025-02-07T09:59:11.831Z[ recovery-image] Feb 07 09:59:10.331 INFO O| Feb 07 09:59:10.331 INFO STEP 715 (remove_files) COMPLETE
65942025-02-07T09:59:11.834Z[ recovery-image] Feb 07 09:59:10.331 INFO O| Feb 07 09:59:10.331 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952025-02-07T09:59:11.849Z[ recovery-image] Feb 07 09:59:10.349 INFO O| Feb 07 09:59:10.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65962025-02-07T09:59:11.849Z[ recovery-image] Feb 07 09:59:10.349 INFO O| Feb 07 09:59:10.349 INFO STEP 716 (remove_files) COMPLETE
65972025-02-07T09:59:11.849Z[ recovery-image] Feb 07 09:59:10.349 INFO O| Feb 07 09:59:10.349 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982025-02-07T09:59:11.868Z[ recovery-image] Feb 07 09:59:10.368 INFO O| Feb 07 09:59:10.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65992025-02-07T09:59:11.868Z[ recovery-image] Feb 07 09:59:10.368 INFO O| Feb 07 09:59:10.368 INFO STEP 717 (remove_files) COMPLETE
66002025-02-07T09:59:11.870Z[ recovery-image] Feb 07 09:59:10.368 INFO O| Feb 07 09:59:10.368 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012025-02-07T09:59:11.888Z[ recovery-image] Feb 07 09:59:10.388 INFO O| Feb 07 09:59:10.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66022025-02-07T09:59:11.888Z[ recovery-image] Feb 07 09:59:10.388 INFO O| Feb 07 09:59:10.388 INFO STEP 718 (remove_files) COMPLETE
66032025-02-07T09:59:11.888Z[ recovery-image] Feb 07 09:59:10.388 INFO O| Feb 07 09:59:10.388 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042025-02-07T09:59:11.908Z[ recovery-image] Feb 07 09:59:10.408 INFO O| Feb 07 09:59:10.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66052025-02-07T09:59:11.908Z[ recovery-image] Feb 07 09:59:10.408 INFO O| Feb 07 09:59:10.408 INFO STEP 719 (remove_files) COMPLETE
66062025-02-07T09:59:11.908Z[ recovery-image] Feb 07 09:59:10.408 INFO O| Feb 07 09:59:10.408 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072025-02-07T09:59:11.941Z[ recovery-image] Feb 07 09:59:10.441 INFO O| Feb 07 09:59:10.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66082025-02-07T09:59:11.944Z[ recovery-image] Feb 07 09:59:10.441 INFO O| Feb 07 09:59:10.441 INFO STEP 720 (remove_files) COMPLETE
66092025-02-07T09:59:11.944Z[ recovery-image] Feb 07 09:59:10.441 INFO O| Feb 07 09:59:10.441 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102025-02-07T09:59:11.988Z[ recovery-image] Feb 07 09:59:10.488 INFO O| Feb 07 09:59:10.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66112025-02-07T09:59:11.988Z[ recovery-image] Feb 07 09:59:10.488 INFO O| Feb 07 09:59:10.488 INFO STEP 721 (remove_files) COMPLETE
66122025-02-07T09:59:11.988Z[ recovery-image] Feb 07 09:59:10.488 INFO O| Feb 07 09:59:10.488 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132025-02-07T09:59:12.008Z[ recovery-image] Feb 07 09:59:10.508 INFO O| Feb 07 09:59:10.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66142025-02-07T09:59:12.011Z[ recovery-image] Feb 07 09:59:10.508 INFO O| Feb 07 09:59:10.508 INFO STEP 722 (remove_files) COMPLETE
66152025-02-07T09:59:12.011Z[ recovery-image] Feb 07 09:59:10.508 INFO O| Feb 07 09:59:10.508 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162025-02-07T09:59:12.063Z[ recovery-image] Feb 07 09:59:10.563 INFO O| Feb 07 09:59:10.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66172025-02-07T09:59:12.063Z[ recovery-image] Feb 07 09:59:10.563 INFO O| Feb 07 09:59:10.563 INFO STEP 723 (remove_files) COMPLETE
66182025-02-07T09:59:12.067Z[ recovery-image] Feb 07 09:59:10.563 INFO O| Feb 07 09:59:10.563 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192025-02-07T09:59:12.102Z[ recovery-image] Feb 07 09:59:10.602 INFO O| Feb 07 09:59:10.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66202025-02-07T09:59:12.105Z[ recovery-image] Feb 07 09:59:10.602 INFO O| Feb 07 09:59:10.602 INFO STEP 724 (remove_files) COMPLETE
66212025-02-07T09:59:12.105Z[ recovery-image] Feb 07 09:59:10.602 INFO O| Feb 07 09:59:10.602 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222025-02-07T09:59:12.124Z[ recovery-image] Feb 07 09:59:10.624 INFO O| Feb 07 09:59:10.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66232025-02-07T09:59:12.124Z[ recovery-image] Feb 07 09:59:10.624 INFO O| Feb 07 09:59:10.624 INFO STEP 725 (remove_files) COMPLETE
66242025-02-07T09:59:12.127Z[ recovery-image] Feb 07 09:59:10.625 INFO O| Feb 07 09:59:10.624 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252025-02-07T09:59:12.143Z[ recovery-image] Feb 07 09:59:10.643 INFO O| Feb 07 09:59:10.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66262025-02-07T09:59:12.143Z[ recovery-image] Feb 07 09:59:10.643 INFO O| Feb 07 09:59:10.643 INFO STEP 726 (remove_files) COMPLETE
66272025-02-07T09:59:12.146Z[ recovery-image] Feb 07 09:59:10.643 INFO O| Feb 07 09:59:10.643 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282025-02-07T09:59:12.163Z[ recovery-image] Feb 07 09:59:10.663 INFO O| Feb 07 09:59:10.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66292025-02-07T09:59:12.163Z[ recovery-image] Feb 07 09:59:10.663 INFO O| Feb 07 09:59:10.663 INFO STEP 727 (remove_files) COMPLETE
66302025-02-07T09:59:12.163Z[ recovery-image] Feb 07 09:59:10.663 INFO O| Feb 07 09:59:10.663 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312025-02-07T09:59:12.182Z[ recovery-image] Feb 07 09:59:10.682 INFO O| Feb 07 09:59:10.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66322025-02-07T09:59:12.182Z[ recovery-image] Feb 07 09:59:10.682 INFO O| Feb 07 09:59:10.682 INFO STEP 728 (remove_files) COMPLETE
66332025-02-07T09:59:12.182Z[ recovery-image] Feb 07 09:59:10.682 INFO O| Feb 07 09:59:10.682 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342025-02-07T09:59:12.202Z[ recovery-image] Feb 07 09:59:10.701 INFO O| Feb 07 09:59:10.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66352025-02-07T09:59:12.202Z[ recovery-image] Feb 07 09:59:10.701 INFO O| Feb 07 09:59:10.701 INFO STEP 729 (remove_files) COMPLETE
66362025-02-07T09:59:12.202Z[ recovery-image] Feb 07 09:59:10.701 INFO O| Feb 07 09:59:10.701 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372025-02-07T09:59:12.261Z[ recovery-image] Feb 07 09:59:10.761 INFO O| Feb 07 09:59:10.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66382025-02-07T09:59:12.261Z[ recovery-image] Feb 07 09:59:10.761 INFO O| Feb 07 09:59:10.761 INFO STEP 730 (remove_files) COMPLETE
66392025-02-07T09:59:12.263Z[ recovery-image] Feb 07 09:59:10.761 INFO O| Feb 07 09:59:10.761 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402025-02-07T09:59:12.282Z[ recovery-image] Feb 07 09:59:10.782 INFO O| Feb 07 09:59:10.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66412025-02-07T09:59:12.282Z[ recovery-image] Feb 07 09:59:10.782 INFO O| Feb 07 09:59:10.782 INFO STEP 731 (remove_files) COMPLETE
66422025-02-07T09:59:12.285Z[ recovery-image] Feb 07 09:59:10.782 INFO O| Feb 07 09:59:10.782 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432025-02-07T09:59:12.331Z[ recovery-image] Feb 07 09:59:10.831 INFO O| Feb 07 09:59:10.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66442025-02-07T09:59:12.332Z[ recovery-image] Feb 07 09:59:10.832 INFO O| Feb 07 09:59:10.832 INFO STEP 732 (remove_files) COMPLETE
66452025-02-07T09:59:12.332Z[ recovery-image] Feb 07 09:59:10.832 INFO O| Feb 07 09:59:10.832 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462025-02-07T09:59:12.351Z[ recovery-image] Feb 07 09:59:10.851 INFO O| Feb 07 09:59:10.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66472025-02-07T09:59:12.351Z[ recovery-image] Feb 07 09:59:10.851 INFO O| Feb 07 09:59:10.851 INFO STEP 733 (remove_files) COMPLETE
66482025-02-07T09:59:12.351Z[ recovery-image] Feb 07 09:59:10.851 INFO O| Feb 07 09:59:10.851 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492025-02-07T09:59:12.377Z[ recovery-image] Feb 07 09:59:10.877 INFO O| Feb 07 09:59:10.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66502025-02-07T09:59:12.377Z[ recovery-image] Feb 07 09:59:10.877 INFO O| Feb 07 09:59:10.877 INFO STEP 734 (remove_files) COMPLETE
66512025-02-07T09:59:12.377Z[ recovery-image] Feb 07 09:59:10.877 INFO O| Feb 07 09:59:10.877 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522025-02-07T09:59:12.413Z[ recovery-image] Feb 07 09:59:10.913 INFO O| Feb 07 09:59:10.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66532025-02-07T09:59:12.413Z[ recovery-image] Feb 07 09:59:10.913 INFO O| Feb 07 09:59:10.913 INFO STEP 735 (remove_files) COMPLETE
66542025-02-07T09:59:12.413Z[ recovery-image] Feb 07 09:59:10.913 INFO O| Feb 07 09:59:10.913 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552025-02-07T09:59:12.451Z[ recovery-image] Feb 07 09:59:10.951 INFO O| Feb 07 09:59:10.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66562025-02-07T09:59:12.451Z[ recovery-image] Feb 07 09:59:10.951 INFO O| Feb 07 09:59:10.951 INFO STEP 736 (remove_files) COMPLETE
66572025-02-07T09:59:12.451Z[ recovery-image] Feb 07 09:59:10.951 INFO O| Feb 07 09:59:10.951 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582025-02-07T09:59:12.530Z[ recovery-image] Feb 07 09:59:11.030 INFO O| Feb 07 09:59:11.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66592025-02-07T09:59:12.530Z[ recovery-image] Feb 07 09:59:11.030 INFO O| Feb 07 09:59:11.030 INFO STEP 737 (remove_files) COMPLETE
66602025-02-07T09:59:12.533Z[ recovery-image] Feb 07 09:59:11.030 INFO O| Feb 07 09:59:11.030 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612025-02-07T09:59:12.588Z[ recovery-image] Feb 07 09:59:11.088 INFO O| Feb 07 09:59:11.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66622025-02-07T09:59:12.588Z[ recovery-image] Feb 07 09:59:11.088 INFO O| Feb 07 09:59:11.088 INFO STEP 738 (remove_files) COMPLETE
66632025-02-07T09:59:12.591Z[ recovery-image] Feb 07 09:59:11.088 INFO O| Feb 07 09:59:11.088 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642025-02-07T09:59:12.608Z[ recovery-image] Feb 07 09:59:11.108 INFO O| Feb 07 09:59:11.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66652025-02-07T09:59:12.608Z[ recovery-image] Feb 07 09:59:11.108 INFO O| Feb 07 09:59:11.108 INFO STEP 739 (remove_files) COMPLETE
66662025-02-07T09:59:12.608Z[ recovery-image] Feb 07 09:59:11.108 INFO O| Feb 07 09:59:11.108 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672025-02-07T09:59:12.630Z[ recovery-image] Feb 07 09:59:11.130 INFO O| Feb 07 09:59:11.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66682025-02-07T09:59:12.630Z[ recovery-image] Feb 07 09:59:11.130 INFO O| Feb 07 09:59:11.130 INFO STEP 740 (remove_files) COMPLETE
66692025-02-07T09:59:12.630Z[ recovery-image] Feb 07 09:59:11.130 INFO O| Feb 07 09:59:11.130 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702025-02-07T09:59:12.659Z[ recovery-image] Feb 07 09:59:11.159 INFO O| Feb 07 09:59:11.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66712025-02-07T09:59:12.659Z[ recovery-image] Feb 07 09:59:11.159 INFO O| Feb 07 09:59:11.159 INFO STEP 741 (remove_files) COMPLETE
66722025-02-07T09:59:12.659Z[ recovery-image] Feb 07 09:59:11.159 INFO O| Feb 07 09:59:11.159 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732025-02-07T09:59:12.702Z[ recovery-image] Feb 07 09:59:11.202 INFO O| Feb 07 09:59:11.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66742025-02-07T09:59:12.702Z[ recovery-image] Feb 07 09:59:11.202 INFO O| Feb 07 09:59:11.202 INFO STEP 742 (remove_files) COMPLETE
66752025-02-07T09:59:12.705Z[ recovery-image] Feb 07 09:59:11.203 INFO O| Feb 07 09:59:11.202 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762025-02-07T09:59:12.742Z[ recovery-image] Feb 07 09:59:11.242 INFO O| Feb 07 09:59:11.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66772025-02-07T09:59:12.742Z[ recovery-image] Feb 07 09:59:11.242 INFO O| Feb 07 09:59:11.242 INFO STEP 743 (remove_files) COMPLETE
66782025-02-07T09:59:12.745Z[ recovery-image] Feb 07 09:59:11.242 INFO O| Feb 07 09:59:11.242 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792025-02-07T09:59:12.772Z[ recovery-image] Feb 07 09:59:11.272 INFO O| Feb 07 09:59:11.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66802025-02-07T09:59:12.775Z[ recovery-image] Feb 07 09:59:11.272 INFO O| Feb 07 09:59:11.272 INFO STEP 744 (remove_files) COMPLETE
66812025-02-07T09:59:12.775Z[ recovery-image] Feb 07 09:59:11.273 INFO O| Feb 07 09:59:11.273 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822025-02-07T09:59:12.803Z[ recovery-image] Feb 07 09:59:11.294 INFO O| Feb 07 09:59:11.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66832025-02-07T09:59:12.803Z[ recovery-image] Feb 07 09:59:11.295 INFO O| Feb 07 09:59:11.295 INFO STEP 745 (remove_files) COMPLETE
66842025-02-07T09:59:12.806Z[ recovery-image] Feb 07 09:59:11.295 INFO O| Feb 07 09:59:11.295 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852025-02-07T09:59:12.814Z[ recovery-image] Feb 07 09:59:11.314 INFO O| Feb 07 09:59:11.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66862025-02-07T09:59:12.817Z[ recovery-image] Feb 07 09:59:11.314 INFO O| Feb 07 09:59:11.314 INFO STEP 746 (remove_files) COMPLETE
66872025-02-07T09:59:12.817Z[ recovery-image] Feb 07 09:59:11.314 INFO O| Feb 07 09:59:11.314 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882025-02-07T09:59:12.834Z[ recovery-image] Feb 07 09:59:11.333 INFO O| Feb 07 09:59:11.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66892025-02-07T09:59:12.836Z[ recovery-image] Feb 07 09:59:11.334 INFO O| Feb 07 09:59:11.334 INFO STEP 747 (remove_files) COMPLETE
66902025-02-07T09:59:12.836Z[ recovery-image] Feb 07 09:59:11.334 INFO O| Feb 07 09:59:11.334 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912025-02-07T09:59:12.853Z[ recovery-image] Feb 07 09:59:11.353 INFO O| Feb 07 09:59:11.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66922025-02-07T09:59:12.856Z[ recovery-image] Feb 07 09:59:11.353 INFO O| Feb 07 09:59:11.353 INFO STEP 748 (remove_files) COMPLETE
66932025-02-07T09:59:12.856Z[ recovery-image] Feb 07 09:59:11.354 INFO O| Feb 07 09:59:11.353 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942025-02-07T09:59:12.874Z[ recovery-image] Feb 07 09:59:11.374 INFO O| Feb 07 09:59:11.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66952025-02-07T09:59:12.876Z[ recovery-image] Feb 07 09:59:11.374 INFO O| Feb 07 09:59:11.374 INFO STEP 749 (remove_files) COMPLETE
66962025-02-07T09:59:12.876Z[ recovery-image] Feb 07 09:59:11.374 INFO O| Feb 07 09:59:11.374 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972025-02-07T09:59:12.894Z[ recovery-image] Feb 07 09:59:11.393 INFO O| Feb 07 09:59:11.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66982025-02-07T09:59:12.896Z[ recovery-image] Feb 07 09:59:11.394 INFO O| Feb 07 09:59:11.394 INFO STEP 750 (remove_files) COMPLETE
66992025-02-07T09:59:12.896Z[ recovery-image] Feb 07 09:59:11.394 INFO O| Feb 07 09:59:11.394 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002025-02-07T09:59:12.928Z[ recovery-image] Feb 07 09:59:11.428 INFO O| Feb 07 09:59:11.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67012025-02-07T09:59:12.931Z[ recovery-image] Feb 07 09:59:11.428 INFO O| Feb 07 09:59:11.428 INFO STEP 751 (remove_files) COMPLETE
67022025-02-07T09:59:12.931Z[ recovery-image] Feb 07 09:59:11.428 INFO O| Feb 07 09:59:11.428 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032025-02-07T09:59:12.948Z[ recovery-image] Feb 07 09:59:11.448 INFO O| Feb 07 09:59:11.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67042025-02-07T09:59:12.951Z[ recovery-image] Feb 07 09:59:11.448 INFO O| Feb 07 09:59:11.448 INFO STEP 752 (remove_files) COMPLETE
67052025-02-07T09:59:12.951Z[ recovery-image] Feb 07 09:59:11.448 INFO O| Feb 07 09:59:11.448 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062025-02-07T09:59:12.968Z[ recovery-image] Feb 07 09:59:11.468 INFO O| Feb 07 09:59:11.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67072025-02-07T09:59:12.971Z[ recovery-image] Feb 07 09:59:11.468 INFO O| Feb 07 09:59:11.468 INFO STEP 753 (remove_files) COMPLETE
67082025-02-07T09:59:12.971Z[ recovery-image] Feb 07 09:59:11.468 INFO O| Feb 07 09:59:11.468 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092025-02-07T09:59:12.987Z[ recovery-image] Feb 07 09:59:11.487 INFO O| Feb 07 09:59:11.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67102025-02-07T09:59:12.990Z[ recovery-image] Feb 07 09:59:11.487 INFO O| Feb 07 09:59:11.487 INFO STEP 754 (remove_files) COMPLETE
67112025-02-07T09:59:12.990Z[ recovery-image] Feb 07 09:59:11.487 INFO O| Feb 07 09:59:11.487 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122025-02-07T09:59:13.007Z[ recovery-image] Feb 07 09:59:11.506 INFO O| Feb 07 09:59:11.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67132025-02-07T09:59:13.009Z[ recovery-image] Feb 07 09:59:11.507 INFO O| Feb 07 09:59:11.507 INFO STEP 755 (remove_files) COMPLETE
67142025-02-07T09:59:13.009Z[ recovery-image] Feb 07 09:59:11.507 INFO O| Feb 07 09:59:11.507 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152025-02-07T09:59:13.027Z[ recovery-image] Feb 07 09:59:11.527 INFO O| Feb 07 09:59:11.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67162025-02-07T09:59:13.030Z[ recovery-image] Feb 07 09:59:11.527 INFO O| Feb 07 09:59:11.527 INFO STEP 756 (remove_files) COMPLETE
67172025-02-07T09:59:13.030Z[ recovery-image] Feb 07 09:59:11.527 INFO O| Feb 07 09:59:11.527 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182025-02-07T09:59:13.060Z[ recovery-image] Feb 07 09:59:11.560 INFO O| Feb 07 09:59:11.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67192025-02-07T09:59:13.061Z[ recovery-image] Feb 07 09:59:11.560 INFO O| Feb 07 09:59:11.560 INFO STEP 757 (remove_files) COMPLETE
67202025-02-07T09:59:13.064Z[ recovery-image] Feb 07 09:59:11.560 INFO O| Feb 07 09:59:11.560 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212025-02-07T09:59:13.081Z[ recovery-image] Feb 07 09:59:11.581 INFO O| Feb 07 09:59:11.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67222025-02-07T09:59:13.081Z[ recovery-image] Feb 07 09:59:11.581 INFO O| Feb 07 09:59:11.581 INFO STEP 758 (remove_files) COMPLETE
67232025-02-07T09:59:13.084Z[ recovery-image] Feb 07 09:59:11.581 INFO O| Feb 07 09:59:11.581 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242025-02-07T09:59:13.114Z[ recovery-image] Feb 07 09:59:11.613 INFO O| Feb 07 09:59:11.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67252025-02-07T09:59:13.116Z[ recovery-image] Feb 07 09:59:11.614 INFO O| Feb 07 09:59:11.613 INFO STEP 759 (remove_files) COMPLETE
67262025-02-07T09:59:13.116Z[ recovery-image] Feb 07 09:59:11.614 INFO O| Feb 07 09:59:11.614 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272025-02-07T09:59:13.133Z[ recovery-image] Feb 07 09:59:11.633 INFO O| Feb 07 09:59:11.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67282025-02-07T09:59:13.133Z[ recovery-image] Feb 07 09:59:11.633 INFO O| Feb 07 09:59:11.633 INFO STEP 760 (remove_files) COMPLETE
67292025-02-07T09:59:13.136Z[ recovery-image] Feb 07 09:59:11.634 INFO O| Feb 07 09:59:11.633 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302025-02-07T09:59:13.154Z[ recovery-image] Feb 07 09:59:11.654 INFO O| Feb 07 09:59:11.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67312025-02-07T09:59:13.154Z[ recovery-image] Feb 07 09:59:11.654 INFO O| Feb 07 09:59:11.654 INFO STEP 761 (remove_files) COMPLETE
67322025-02-07T09:59:13.157Z[ recovery-image] Feb 07 09:59:11.654 INFO O| Feb 07 09:59:11.654 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332025-02-07T09:59:13.174Z[ recovery-image] Feb 07 09:59:11.674 INFO O| Feb 07 09:59:11.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67342025-02-07T09:59:13.177Z[ recovery-image] Feb 07 09:59:11.675 INFO O| Feb 07 09:59:11.674 INFO STEP 762 (remove_files) COMPLETE
67352025-02-07T09:59:13.177Z[ recovery-image] Feb 07 09:59:11.675 INFO O| Feb 07 09:59:11.675 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362025-02-07T09:59:13.239Z[ recovery-image] Feb 07 09:59:11.739 INFO O| Feb 07 09:59:11.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67372025-02-07T09:59:13.242Z[ recovery-image] Feb 07 09:59:11.739 INFO O| Feb 07 09:59:11.739 INFO STEP 763 (remove_files) COMPLETE
67382025-02-07T09:59:13.242Z[ recovery-image] Feb 07 09:59:11.739 INFO O| Feb 07 09:59:11.739 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392025-02-07T09:59:13.280Z[ recovery-image] Feb 07 09:59:11.780 INFO O| Feb 07 09:59:11.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67402025-02-07T09:59:13.280Z[ recovery-image] Feb 07 09:59:11.780 INFO O| Feb 07 09:59:11.780 INFO STEP 764 (remove_files) COMPLETE
67412025-02-07T09:59:13.280Z[ recovery-image] Feb 07 09:59:11.780 INFO O| Feb 07 09:59:11.780 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422025-02-07T09:59:13.302Z[ recovery-image] Feb 07 09:59:11.801 INFO O| Feb 07 09:59:11.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67432025-02-07T09:59:13.302Z[ recovery-image] Feb 07 09:59:11.802 INFO O| Feb 07 09:59:11.802 INFO STEP 765 (remove_files) COMPLETE
67442025-02-07T09:59:13.304Z[ recovery-image] Feb 07 09:59:11.802 INFO O| Feb 07 09:59:11.802 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452025-02-07T09:59:13.344Z[ recovery-image] Feb 07 09:59:11.844 INFO O| Feb 07 09:59:11.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67462025-02-07T09:59:13.344Z[ recovery-image] Feb 07 09:59:11.844 INFO O| Feb 07 09:59:11.844 INFO STEP 766 (remove_files) COMPLETE
67472025-02-07T09:59:13.344Z[ recovery-image] Feb 07 09:59:11.844 INFO O| Feb 07 09:59:11.844 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482025-02-07T09:59:13.408Z[ recovery-image] Feb 07 09:59:11.907 INFO O| Feb 07 09:59:11.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67492025-02-07T09:59:13.432Z[ recovery-image] Feb 07 09:59:11.931 INFO O| Feb 07 09:59:11.931 INFO STEP 767 (remove_files) COMPLETE
67502025-02-07T09:59:13.432Z[ recovery-image] Feb 07 09:59:11.931 INFO O| Feb 07 09:59:11.931 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512025-02-07T09:59:13.465Z[ recovery-image] Feb 07 09:59:11.965 INFO O| Feb 07 09:59:11.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67522025-02-07T09:59:13.468Z[ recovery-image] Feb 07 09:59:11.965 INFO O| Feb 07 09:59:11.965 INFO STEP 768 (remove_files) COMPLETE
67532025-02-07T09:59:13.468Z[ recovery-image] Feb 07 09:59:11.965 INFO O| Feb 07 09:59:11.965 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542025-02-07T09:59:13.484Z[ recovery-image] Feb 07 09:59:11.984 INFO O| Feb 07 09:59:11.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67552025-02-07T09:59:13.487Z[ recovery-image] Feb 07 09:59:11.984 INFO O| Feb 07 09:59:11.984 INFO STEP 769 (remove_files) COMPLETE
67562025-02-07T09:59:13.487Z[ recovery-image] Feb 07 09:59:11.984 INFO O| Feb 07 09:59:11.984 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572025-02-07T09:59:13.542Z[ recovery-image] Feb 07 09:59:12.042 INFO O| Feb 07 09:59:12.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67582025-02-07T09:59:13.542Z[ recovery-image] Feb 07 09:59:12.042 INFO O| Feb 07 09:59:12.042 INFO STEP 770 (remove_files) COMPLETE
67592025-02-07T09:59:13.542Z[ recovery-image] Feb 07 09:59:12.042 INFO O| Feb 07 09:59:12.042 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602025-02-07T09:59:13.561Z[ recovery-image] Feb 07 09:59:12.061 INFO O| Feb 07 09:59:12.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67612025-02-07T09:59:13.561Z[ recovery-image] Feb 07 09:59:12.061 INFO O| Feb 07 09:59:12.061 INFO STEP 771 (remove_files) COMPLETE
67622025-02-07T09:59:13.561Z[ recovery-image] Feb 07 09:59:12.061 INFO O| Feb 07 09:59:12.061 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632025-02-07T09:59:13.580Z[ recovery-image] Feb 07 09:59:12.080 INFO O| Feb 07 09:59:12.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67642025-02-07T09:59:13.580Z[ recovery-image] Feb 07 09:59:12.080 INFO O| Feb 07 09:59:12.080 INFO STEP 772 (remove_files) COMPLETE
67652025-02-07T09:59:13.582Z[ recovery-image] Feb 07 09:59:12.080 INFO O| Feb 07 09:59:12.080 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662025-02-07T09:59:13.598Z[ recovery-image] Feb 07 09:59:12.097 INFO O| Feb 07 09:59:12.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67672025-02-07T09:59:13.598Z[ recovery-image] Feb 07 09:59:12.097 INFO O| Feb 07 09:59:12.097 INFO STEP 773 (remove_files) COMPLETE
67682025-02-07T09:59:13.598Z[ recovery-image] Feb 07 09:59:12.097 INFO O| Feb 07 09:59:12.097 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692025-02-07T09:59:13.619Z[ recovery-image] Feb 07 09:59:12.119 INFO O| Feb 07 09:59:12.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67702025-02-07T09:59:13.619Z[ recovery-image] Feb 07 09:59:12.119 INFO O| Feb 07 09:59:12.119 INFO STEP 774 (remove_files) COMPLETE
67712025-02-07T09:59:13.622Z[ recovery-image] Feb 07 09:59:12.120 INFO O| Feb 07 09:59:12.119 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722025-02-07T09:59:13.648Z[ recovery-image] Feb 07 09:59:12.147 INFO O| Feb 07 09:59:12.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67732025-02-07T09:59:13.651Z[ recovery-image] Feb 07 09:59:12.148 INFO O| Feb 07 09:59:12.148 INFO STEP 775 (remove_files) COMPLETE
67742025-02-07T09:59:13.651Z[ recovery-image] Feb 07 09:59:12.148 INFO O| Feb 07 09:59:12.148 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752025-02-07T09:59:13.698Z[ recovery-image] Feb 07 09:59:12.198 INFO O| Feb 07 09:59:12.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67762025-02-07T09:59:13.698Z[ recovery-image] Feb 07 09:59:12.198 INFO O| Feb 07 09:59:12.198 INFO STEP 776 (remove_files) COMPLETE
67772025-02-07T09:59:13.701Z[ recovery-image] Feb 07 09:59:12.198 INFO O| Feb 07 09:59:12.198 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782025-02-07T09:59:13.719Z[ recovery-image] Feb 07 09:59:12.219 INFO O| Feb 07 09:59:12.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67792025-02-07T09:59:13.722Z[ recovery-image] Feb 07 09:59:12.219 INFO O| Feb 07 09:59:12.219 INFO STEP 777 (remove_files) COMPLETE
67802025-02-07T09:59:13.722Z[ recovery-image] Feb 07 09:59:12.219 INFO O| Feb 07 09:59:12.219 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812025-02-07T09:59:13.739Z[ recovery-image] Feb 07 09:59:12.239 INFO O| Feb 07 09:59:12.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67822025-02-07T09:59:13.742Z[ recovery-image] Feb 07 09:59:12.239 INFO O| Feb 07 09:59:12.239 INFO STEP 778 (remove_files) COMPLETE
67832025-02-07T09:59:13.742Z[ recovery-image] Feb 07 09:59:12.239 INFO O| Feb 07 09:59:12.239 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842025-02-07T09:59:13.759Z[ recovery-image] Feb 07 09:59:12.259 INFO O| Feb 07 09:59:12.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67852025-02-07T09:59:13.762Z[ recovery-image] Feb 07 09:59:12.259 INFO O| Feb 07 09:59:12.259 INFO STEP 779 (remove_files) COMPLETE
67862025-02-07T09:59:13.762Z[ recovery-image] Feb 07 09:59:12.259 INFO O| Feb 07 09:59:12.259 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872025-02-07T09:59:13.795Z[ recovery-image] Feb 07 09:59:12.295 INFO O| Feb 07 09:59:12.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67882025-02-07T09:59:13.795Z[ recovery-image] Feb 07 09:59:12.295 INFO O| Feb 07 09:59:12.295 INFO STEP 780 (remove_files) COMPLETE
67892025-02-07T09:59:13.798Z[ recovery-image] Feb 07 09:59:12.296 INFO O| Feb 07 09:59:12.295 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902025-02-07T09:59:13.817Z[ recovery-image] Feb 07 09:59:12.317 INFO O| Feb 07 09:59:12.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67912025-02-07T09:59:13.817Z[ recovery-image] Feb 07 09:59:12.317 INFO O| Feb 07 09:59:12.317 INFO STEP 781 (remove_files) COMPLETE
67922025-02-07T09:59:13.819Z[ recovery-image] Feb 07 09:59:12.317 INFO O| Feb 07 09:59:12.317 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932025-02-07T09:59:13.837Z[ recovery-image] Feb 07 09:59:12.337 INFO O| Feb 07 09:59:12.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67942025-02-07T09:59:13.837Z[ recovery-image] Feb 07 09:59:12.337 INFO O| Feb 07 09:59:12.337 INFO STEP 782 (remove_files) COMPLETE
67952025-02-07T09:59:13.840Z[ recovery-image] Feb 07 09:59:12.338 INFO O| Feb 07 09:59:12.337 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962025-02-07T09:59:13.858Z[ recovery-image] Feb 07 09:59:12.358 INFO O| Feb 07 09:59:12.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67972025-02-07T09:59:13.860Z[ recovery-image] Feb 07 09:59:12.358 INFO O| Feb 07 09:59:12.358 INFO STEP 783 (remove_files) COMPLETE
67982025-02-07T09:59:13.860Z[ recovery-image] Feb 07 09:59:12.358 INFO O| Feb 07 09:59:12.358 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992025-02-07T09:59:13.879Z[ recovery-image] Feb 07 09:59:12.378 INFO O| Feb 07 09:59:12.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68002025-02-07T09:59:13.879Z[ recovery-image] Feb 07 09:59:12.379 INFO O| Feb 07 09:59:12.379 INFO STEP 784 (remove_files) COMPLETE
68012025-02-07T09:59:13.881Z[ recovery-image] Feb 07 09:59:12.379 INFO O| Feb 07 09:59:12.379 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022025-02-07T09:59:13.920Z[ recovery-image] Feb 07 09:59:12.420 INFO O| Feb 07 09:59:12.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68032025-02-07T09:59:13.923Z[ recovery-image] Feb 07 09:59:12.420 INFO O| Feb 07 09:59:12.420 INFO STEP 785 (remove_files) COMPLETE
68042025-02-07T09:59:13.924Z[ recovery-image] Feb 07 09:59:12.420 INFO O| Feb 07 09:59:12.420 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052025-02-07T09:59:13.958Z[ recovery-image] Feb 07 09:59:12.458 INFO O| Feb 07 09:59:12.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68062025-02-07T09:59:13.958Z[ recovery-image] Feb 07 09:59:12.458 INFO O| Feb 07 09:59:12.458 INFO STEP 786 (remove_files) COMPLETE
68072025-02-07T09:59:13.958Z[ recovery-image] Feb 07 09:59:12.458 INFO O| Feb 07 09:59:12.458 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082025-02-07T09:59:13.993Z[ recovery-image] Feb 07 09:59:12.493 INFO O| Feb 07 09:59:12.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68092025-02-07T09:59:13.993Z[ recovery-image] Feb 07 09:59:12.493 INFO O| Feb 07 09:59:12.493 INFO STEP 787 (remove_files) COMPLETE
68102025-02-07T09:59:13.996Z[ recovery-image] Feb 07 09:59:12.493 INFO O| Feb 07 09:59:12.493 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112025-02-07T09:59:14.014Z[ recovery-image] Feb 07 09:59:12.514 INFO O| Feb 07 09:59:12.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68122025-02-07T09:59:14.017Z[ recovery-image] Feb 07 09:59:12.514 INFO O| Feb 07 09:59:12.514 INFO STEP 788 (remove_files) COMPLETE
68132025-02-07T09:59:14.017Z[ recovery-image] Feb 07 09:59:12.514 INFO O| Feb 07 09:59:12.514 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142025-02-07T09:59:14.038Z[ recovery-image] Feb 07 09:59:12.538 INFO O| Feb 07 09:59:12.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68152025-02-07T09:59:14.038Z[ recovery-image] Feb 07 09:59:12.538 INFO O| Feb 07 09:59:12.538 INFO STEP 789 (remove_files) COMPLETE
68162025-02-07T09:59:14.041Z[ recovery-image] Feb 07 09:59:12.538 INFO O| Feb 07 09:59:12.538 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172025-02-07T09:59:14.060Z[ recovery-image] Feb 07 09:59:12.559 INFO O| Feb 07 09:59:12.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68182025-02-07T09:59:14.060Z[ recovery-image] Feb 07 09:59:12.560 INFO O| Feb 07 09:59:12.559 INFO STEP 790 (remove_files) COMPLETE
68192025-02-07T09:59:14.062Z[ recovery-image] Feb 07 09:59:12.560 INFO O| Feb 07 09:59:12.560 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202025-02-07T09:59:14.082Z[ recovery-image] Feb 07 09:59:12.580 INFO O| Feb 07 09:59:12.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68212025-02-07T09:59:14.082Z[ recovery-image] Feb 07 09:59:12.580 INFO O| Feb 07 09:59:12.580 INFO STEP 791 (remove_files) COMPLETE
68222025-02-07T09:59:14.082Z[ recovery-image] Feb 07 09:59:12.580 INFO O| Feb 07 09:59:12.580 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232025-02-07T09:59:14.100Z[ recovery-image] Feb 07 09:59:12.599 INFO O| Feb 07 09:59:12.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68242025-02-07T09:59:14.100Z[ recovery-image] Feb 07 09:59:12.600 INFO O| Feb 07 09:59:12.599 INFO STEP 792 (remove_files) COMPLETE
68252025-02-07T09:59:14.100Z[ recovery-image] Feb 07 09:59:12.600 INFO O| Feb 07 09:59:12.599 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262025-02-07T09:59:14.119Z[ recovery-image] Feb 07 09:59:12.619 INFO O| Feb 07 09:59:12.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68272025-02-07T09:59:14.119Z[ recovery-image] Feb 07 09:59:12.619 INFO O| Feb 07 09:59:12.619 INFO STEP 793 (remove_files) COMPLETE
68282025-02-07T09:59:14.119Z[ recovery-image] Feb 07 09:59:12.619 INFO O| Feb 07 09:59:12.619 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292025-02-07T09:59:14.204Z[ recovery-image] Feb 07 09:59:12.703 INFO O| Feb 07 09:59:12.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68302025-02-07T09:59:14.204Z[ recovery-image] Feb 07 09:59:12.704 INFO O| Feb 07 09:59:12.704 INFO STEP 794 (remove_files) COMPLETE
68312025-02-07T09:59:14.206Z[ recovery-image] Feb 07 09:59:12.704 INFO O| Feb 07 09:59:12.704 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322025-02-07T09:59:14.225Z[ recovery-image] Feb 07 09:59:12.724 INFO O| Feb 07 09:59:12.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68332025-02-07T09:59:14.227Z[ recovery-image] Feb 07 09:59:12.724 INFO O| Feb 07 09:59:12.724 INFO STEP 795 (remove_files) COMPLETE
68342025-02-07T09:59:14.227Z[ recovery-image] Feb 07 09:59:12.724 INFO O| Feb 07 09:59:12.724 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352025-02-07T09:59:14.264Z[ recovery-image] Feb 07 09:59:12.764 INFO O| Feb 07 09:59:12.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68362025-02-07T09:59:14.264Z[ recovery-image] Feb 07 09:59:12.764 INFO O| Feb 07 09:59:12.764 INFO STEP 796 (remove_files) COMPLETE
68372025-02-07T09:59:14.264Z[ recovery-image] Feb 07 09:59:12.764 INFO O| Feb 07 09:59:12.764 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382025-02-07T09:59:14.302Z[ recovery-image] Feb 07 09:59:12.801 INFO O| Feb 07 09:59:12.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68392025-02-07T09:59:14.302Z[ recovery-image] Feb 07 09:59:12.801 INFO O| Feb 07 09:59:12.801 INFO STEP 797 (remove_files) COMPLETE
68402025-02-07T09:59:14.302Z[ recovery-image] Feb 07 09:59:12.801 INFO O| Feb 07 09:59:12.801 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412025-02-07T09:59:14.359Z[ recovery-image] Feb 07 09:59:12.859 INFO O| Feb 07 09:59:12.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68422025-02-07T09:59:14.359Z[ recovery-image] Feb 07 09:59:12.859 INFO O| Feb 07 09:59:12.859 INFO STEP 798 (remove_files) COMPLETE
68432025-02-07T09:59:14.362Z[ recovery-image] Feb 07 09:59:12.859 INFO O| Feb 07 09:59:12.859 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442025-02-07T09:59:14.420Z[ recovery-image] Feb 07 09:59:12.920 INFO O| Feb 07 09:59:12.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68452025-02-07T09:59:14.420Z[ recovery-image] Feb 07 09:59:12.920 INFO O| Feb 07 09:59:12.920 INFO STEP 799 (remove_files) COMPLETE
68462025-02-07T09:59:14.420Z[ recovery-image] Feb 07 09:59:12.920 INFO O| Feb 07 09:59:12.920 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472025-02-07T09:59:14.440Z[ recovery-image] Feb 07 09:59:12.940 INFO O| Feb 07 09:59:12.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68482025-02-07T09:59:14.441Z[ recovery-image] Feb 07 09:59:12.940 INFO O| Feb 07 09:59:12.940 INFO STEP 800 (remove_files) COMPLETE
68492025-02-07T09:59:14.443Z[ recovery-image] Feb 07 09:59:12.940 INFO O| Feb 07 09:59:12.940 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502025-02-07T09:59:14.461Z[ recovery-image] Feb 07 09:59:12.960 INFO O| Feb 07 09:59:12.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68512025-02-07T09:59:14.461Z[ recovery-image] Feb 07 09:59:12.960 INFO O| Feb 07 09:59:12.960 INFO STEP 801 (remove_files) COMPLETE
68522025-02-07T09:59:14.463Z[ recovery-image] Feb 07 09:59:12.960 INFO O| Feb 07 09:59:12.960 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532025-02-07T09:59:14.480Z[ recovery-image] Feb 07 09:59:12.980 INFO O| Feb 07 09:59:12.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68542025-02-07T09:59:14.480Z[ recovery-image] Feb 07 09:59:12.980 INFO O| Feb 07 09:59:12.980 INFO STEP 802 (remove_files) COMPLETE
68552025-02-07T09:59:14.480Z[ recovery-image] Feb 07 09:59:12.980 INFO O| Feb 07 09:59:12.980 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562025-02-07T09:59:14.499Z[ recovery-image] Feb 07 09:59:12.999 INFO O| Feb 07 09:59:12.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68572025-02-07T09:59:14.499Z[ recovery-image] Feb 07 09:59:12.999 INFO O| Feb 07 09:59:12.999 INFO STEP 803 (remove_files) COMPLETE
68582025-02-07T09:59:14.502Z[ recovery-image] Feb 07 09:59:12.999 INFO O| Feb 07 09:59:12.999 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592025-02-07T09:59:14.520Z[ recovery-image] Feb 07 09:59:13.019 INFO O| Feb 07 09:59:13.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68602025-02-07T09:59:14.520Z[ recovery-image] Feb 07 09:59:13.019 INFO O| Feb 07 09:59:13.019 INFO STEP 804 (remove_files) COMPLETE
68612025-02-07T09:59:14.520Z[ recovery-image] Feb 07 09:59:13.019 INFO O| Feb 07 09:59:13.019 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622025-02-07T09:59:14.546Z[ recovery-image] Feb 07 09:59:13.046 INFO O| Feb 07 09:59:13.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68632025-02-07T09:59:14.547Z[ recovery-image] Feb 07 09:59:13.046 INFO O| Feb 07 09:59:13.046 INFO STEP 805 (remove_files) COMPLETE
68642025-02-07T09:59:14.547Z[ recovery-image] Feb 07 09:59:13.046 INFO O| Feb 07 09:59:13.046 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-02-07T09:59:14.580Z[ recovery-image] Feb 07 09:59:13.080 INFO O| Feb 07 09:59:13.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68662025-02-07T09:59:14.583Z[ recovery-image] Feb 07 09:59:13.080 INFO O| Feb 07 09:59:13.080 INFO STEP 806 (remove_files) COMPLETE
68672025-02-07T09:59:14.583Z[ recovery-image] Feb 07 09:59:13.080 INFO O| Feb 07 09:59:13.080 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-02-07T09:59:14.599Z[ recovery-image] Feb 07 09:59:13.099 INFO O| Feb 07 09:59:13.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68692025-02-07T09:59:14.602Z[ recovery-image] Feb 07 09:59:13.099 INFO O| Feb 07 09:59:13.099 INFO STEP 807 (remove_files) COMPLETE
68702025-02-07T09:59:14.602Z[ recovery-image] Feb 07 09:59:13.099 INFO O| Feb 07 09:59:13.099 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712025-02-07T09:59:14.626Z[ recovery-image] Feb 07 09:59:13.126 INFO O| Feb 07 09:59:13.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68722025-02-07T09:59:14.626Z[ recovery-image] Feb 07 09:59:13.126 INFO O| Feb 07 09:59:13.126 INFO STEP 808 (remove_files) COMPLETE
68732025-02-07T09:59:14.626Z[ recovery-image] Feb 07 09:59:13.126 INFO O| Feb 07 09:59:13.126 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-02-07T09:59:14.659Z[ recovery-image] Feb 07 09:59:13.159 INFO O| Feb 07 09:59:13.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68752025-02-07T09:59:14.659Z[ recovery-image] Feb 07 09:59:13.159 INFO O| Feb 07 09:59:13.159 INFO STEP 809 (remove_files) COMPLETE
68762025-02-07T09:59:14.659Z[ recovery-image] Feb 07 09:59:13.159 INFO O| Feb 07 09:59:13.159 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-02-07T09:59:14.702Z[ recovery-image] Feb 07 09:59:13.201 INFO O| Feb 07 09:59:13.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68782025-02-07T09:59:14.704Z[ recovery-image] Feb 07 09:59:13.201 INFO O| Feb 07 09:59:13.201 INFO STEP 810 (remove_files) COMPLETE
68792025-02-07T09:59:14.704Z[ recovery-image] Feb 07 09:59:13.202 INFO O| Feb 07 09:59:13.201 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-02-07T09:59:14.724Z[ recovery-image] Feb 07 09:59:13.223 INFO O| Feb 07 09:59:13.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68812025-02-07T09:59:14.727Z[ recovery-image] Feb 07 09:59:13.224 INFO O| Feb 07 09:59:13.224 INFO STEP 811 (remove_files) COMPLETE
68822025-02-07T09:59:14.728Z[ recovery-image] Feb 07 09:59:13.224 INFO O| Feb 07 09:59:13.224 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-02-07T09:59:14.745Z[ recovery-image] Feb 07 09:59:13.244 INFO O| Feb 07 09:59:13.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68842025-02-07T09:59:14.748Z[ recovery-image] Feb 07 09:59:13.245 INFO O| Feb 07 09:59:13.245 INFO STEP 812 (remove_files) COMPLETE
68852025-02-07T09:59:14.748Z[ recovery-image] Feb 07 09:59:13.245 INFO O| Feb 07 09:59:13.245 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-02-07T09:59:14.766Z[ recovery-image] Feb 07 09:59:13.266 INFO O| Feb 07 09:59:13.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68872025-02-07T09:59:14.769Z[ recovery-image] Feb 07 09:59:13.266 INFO O| Feb 07 09:59:13.266 INFO STEP 813 (remove_files) COMPLETE
68882025-02-07T09:59:14.769Z[ recovery-image] Feb 07 09:59:13.266 INFO O| Feb 07 09:59:13.266 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-02-07T09:59:14.786Z[ recovery-image] Feb 07 09:59:13.285 INFO O| Feb 07 09:59:13.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68902025-02-07T09:59:14.788Z[ recovery-image] Feb 07 09:59:13.286 INFO O| Feb 07 09:59:13.285 INFO STEP 814 (remove_files) COMPLETE
68912025-02-07T09:59:14.788Z[ recovery-image] Feb 07 09:59:13.286 INFO O| Feb 07 09:59:13.286 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922025-02-07T09:59:14.805Z[ recovery-image] Feb 07 09:59:13.305 INFO O| Feb 07 09:59:13.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68932025-02-07T09:59:14.808Z[ recovery-image] Feb 07 09:59:13.305 INFO O| Feb 07 09:59:13.305 INFO STEP 815 (remove_files) COMPLETE
68942025-02-07T09:59:14.808Z[ recovery-image] Feb 07 09:59:13.305 INFO O| Feb 07 09:59:13.305 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952025-02-07T09:59:14.829Z[ recovery-image] Feb 07 09:59:13.328 INFO O| Feb 07 09:59:13.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68962025-02-07T09:59:14.829Z[ recovery-image] Feb 07 09:59:13.328 INFO O| Feb 07 09:59:13.328 INFO STEP 816 (remove_files) COMPLETE
68972025-02-07T09:59:14.832Z[ recovery-image] Feb 07 09:59:13.329 INFO O| Feb 07 09:59:13.328 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982025-02-07T09:59:14.846Z[ recovery-image] Feb 07 09:59:13.346 INFO O| Feb 07 09:59:13.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68992025-02-07T09:59:14.847Z[ recovery-image] Feb 07 09:59:13.346 INFO O| Feb 07 09:59:13.346 INFO STEP 817 (remove_files) COMPLETE
69002025-02-07T09:59:14.847Z[ recovery-image] Feb 07 09:59:13.346 INFO O| Feb 07 09:59:13.346 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012025-02-07T09:59:14.864Z[ recovery-image] Feb 07 09:59:13.363 INFO O| Feb 07 09:59:13.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69022025-02-07T09:59:14.864Z[ recovery-image] Feb 07 09:59:13.363 INFO O| Feb 07 09:59:13.363 INFO STEP 818 (remove_files) COMPLETE
69032025-02-07T09:59:14.864Z[ recovery-image] Feb 07 09:59:13.363 INFO O| Feb 07 09:59:13.363 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042025-02-07T09:59:14.881Z[ recovery-image] Feb 07 09:59:13.381 INFO O| Feb 07 09:59:13.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69052025-02-07T09:59:14.881Z[ recovery-image] Feb 07 09:59:13.381 INFO O| Feb 07 09:59:13.381 INFO STEP 819 (remove_files) COMPLETE
69062025-02-07T09:59:14.881Z[ recovery-image] Feb 07 09:59:13.381 INFO O| Feb 07 09:59:13.381 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072025-02-07T09:59:14.899Z[ recovery-image] Feb 07 09:59:13.399 INFO O| Feb 07 09:59:13.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69082025-02-07T09:59:14.899Z[ recovery-image] Feb 07 09:59:13.399 INFO O| Feb 07 09:59:13.399 INFO STEP 820 (remove_files) COMPLETE
69092025-02-07T09:59:14.902Z[ recovery-image] Feb 07 09:59:13.399 INFO O| Feb 07 09:59:13.399 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-02-07T09:59:14.917Z[ recovery-image] Feb 07 09:59:13.416 INFO O| Feb 07 09:59:13.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69112025-02-07T09:59:14.917Z[ recovery-image] Feb 07 09:59:13.416 INFO O| Feb 07 09:59:13.416 INFO STEP 821 (remove_files) COMPLETE
69122025-02-07T09:59:14.917Z[ recovery-image] Feb 07 09:59:13.416 INFO O| Feb 07 09:59:13.416 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-02-07T09:59:14.934Z[ recovery-image] Feb 07 09:59:13.434 INFO O| Feb 07 09:59:13.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69142025-02-07T09:59:14.934Z[ recovery-image] Feb 07 09:59:13.434 INFO O| Feb 07 09:59:13.434 INFO STEP 822 (remove_files) COMPLETE
69152025-02-07T09:59:14.935Z[ recovery-image] Feb 07 09:59:13.434 INFO O| Feb 07 09:59:13.434 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-02-07T09:59:14.952Z[ recovery-image] Feb 07 09:59:13.452 INFO O| Feb 07 09:59:13.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69172025-02-07T09:59:14.952Z[ recovery-image] Feb 07 09:59:13.452 INFO O| Feb 07 09:59:13.452 INFO STEP 823 (remove_files) COMPLETE
69182025-02-07T09:59:14.952Z[ recovery-image] Feb 07 09:59:13.452 INFO O| Feb 07 09:59:13.452 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-02-07T09:59:15.007Z[ recovery-image] Feb 07 09:59:13.506 INFO O| Feb 07 09:59:13.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69202025-02-07T09:59:15.007Z[ recovery-image] Feb 07 09:59:13.506 INFO O| Feb 07 09:59:13.506 INFO STEP 824 (remove_files) COMPLETE
69212025-02-07T09:59:15.007Z[ recovery-image] Feb 07 09:59:13.506 INFO O| Feb 07 09:59:13.506 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-02-07T09:59:15.026Z[ recovery-image] Feb 07 09:59:13.526 INFO O| Feb 07 09:59:13.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69232025-02-07T09:59:15.026Z[ recovery-image] Feb 07 09:59:13.526 INFO O| Feb 07 09:59:13.526 INFO STEP 825 (remove_files) COMPLETE
69242025-02-07T09:59:15.026Z[ recovery-image] Feb 07 09:59:13.526 INFO O| Feb 07 09:59:13.526 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252025-02-07T09:59:15.043Z[ recovery-image] Feb 07 09:59:13.543 INFO O| Feb 07 09:59:13.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69262025-02-07T09:59:15.043Z[ recovery-image] Feb 07 09:59:13.543 INFO O| Feb 07 09:59:13.543 INFO STEP 826 (remove_files) COMPLETE
69272025-02-07T09:59:15.043Z[ recovery-image] Feb 07 09:59:13.543 INFO O| Feb 07 09:59:13.543 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-02-07T09:59:15.062Z[ recovery-image] Feb 07 09:59:13.562 INFO O| Feb 07 09:59:13.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69292025-02-07T09:59:15.062Z[ recovery-image] Feb 07 09:59:13.562 INFO O| Feb 07 09:59:13.562 INFO STEP 827 (remove_files) COMPLETE
69302025-02-07T09:59:15.062Z[ recovery-image] Feb 07 09:59:13.562 INFO O| Feb 07 09:59:13.562 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-02-07T09:59:15.093Z[ recovery-image] Feb 07 09:59:13.592 INFO O| Feb 07 09:59:13.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69322025-02-07T09:59:15.093Z[ recovery-image] Feb 07 09:59:13.592 INFO O| Feb 07 09:59:13.592 INFO STEP 828 (remove_files) COMPLETE
69332025-02-07T09:59:15.093Z[ recovery-image] Feb 07 09:59:13.592 INFO O| Feb 07 09:59:13.592 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-02-07T09:59:15.126Z[ recovery-image] Feb 07 09:59:13.626 INFO O| Feb 07 09:59:13.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69352025-02-07T09:59:15.127Z[ recovery-image] Feb 07 09:59:13.626 INFO O| Feb 07 09:59:13.626 INFO STEP 829 (remove_files) COMPLETE
69362025-02-07T09:59:15.127Z[ recovery-image] Feb 07 09:59:13.626 INFO O| Feb 07 09:59:13.626 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-02-07T09:59:15.166Z[ recovery-image] Feb 07 09:59:13.665 INFO O| Feb 07 09:59:13.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69382025-02-07T09:59:15.166Z[ recovery-image] Feb 07 09:59:13.665 INFO O| Feb 07 09:59:13.665 INFO STEP 830 (remove_files) COMPLETE
69392025-02-07T09:59:15.166Z[ recovery-image] Feb 07 09:59:13.665 INFO O| Feb 07 09:59:13.665 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-02-07T09:59:15.213Z[ recovery-image] Feb 07 09:59:13.713 INFO O| Feb 07 09:59:13.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69412025-02-07T09:59:15.216Z[ recovery-image] Feb 07 09:59:13.713 INFO O| Feb 07 09:59:13.713 INFO STEP 831 (remove_files) COMPLETE
69422025-02-07T09:59:15.216Z[ recovery-image] Feb 07 09:59:13.713 INFO O| Feb 07 09:59:13.713 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-02-07T09:59:15.233Z[ recovery-image] Feb 07 09:59:13.732 INFO O| Feb 07 09:59:13.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69442025-02-07T09:59:15.235Z[ recovery-image] Feb 07 09:59:13.733 INFO O| Feb 07 09:59:13.732 INFO STEP 832 (remove_files) COMPLETE
69452025-02-07T09:59:15.235Z[ recovery-image] Feb 07 09:59:13.733 INFO O| Feb 07 09:59:13.733 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-02-07T09:59:15.252Z[ recovery-image] Feb 07 09:59:13.752 INFO O| Feb 07 09:59:13.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69472025-02-07T09:59:15.255Z[ recovery-image] Feb 07 09:59:13.752 INFO O| Feb 07 09:59:13.752 INFO STEP 833 (remove_files) COMPLETE
69482025-02-07T09:59:15.255Z[ recovery-image] Feb 07 09:59:13.752 INFO O| Feb 07 09:59:13.752 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-02-07T09:59:15.286Z[ recovery-image] Feb 07 09:59:13.786 INFO O| Feb 07 09:59:13.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69502025-02-07T09:59:15.286Z[ recovery-image] Feb 07 09:59:13.786 INFO O| Feb 07 09:59:13.786 INFO STEP 834 (remove_files) COMPLETE
69512025-02-07T09:59:15.286Z[ recovery-image] Feb 07 09:59:13.786 INFO O| Feb 07 09:59:13.786 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-02-07T09:59:15.307Z[ recovery-image] Feb 07 09:59:13.806 INFO O| Feb 07 09:59:13.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69532025-02-07T09:59:15.307Z[ recovery-image] Feb 07 09:59:13.806 INFO O| Feb 07 09:59:13.806 INFO STEP 835 (remove_files) COMPLETE
69542025-02-07T09:59:15.307Z[ recovery-image] Feb 07 09:59:13.806 INFO O| Feb 07 09:59:13.806 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-02-07T09:59:15.325Z[ recovery-image] Feb 07 09:59:13.825 INFO O| Feb 07 09:59:13.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69562025-02-07T09:59:15.325Z[ recovery-image] Feb 07 09:59:13.825 INFO O| Feb 07 09:59:13.825 INFO STEP 836 (remove_files) COMPLETE
69572025-02-07T09:59:15.325Z[ recovery-image] Feb 07 09:59:13.825 INFO O| Feb 07 09:59:13.825 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-02-07T09:59:15.343Z[ recovery-image] Feb 07 09:59:13.842 INFO O| Feb 07 09:59:13.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69592025-02-07T09:59:15.343Z[ recovery-image] Feb 07 09:59:13.842 INFO O| Feb 07 09:59:13.842 INFO STEP 837 (remove_files) COMPLETE
69602025-02-07T09:59:15.343Z[ recovery-image] Feb 07 09:59:13.842 INFO O| Feb 07 09:59:13.842 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-02-07T09:59:15.361Z[ recovery-image] Feb 07 09:59:13.860 INFO O| Feb 07 09:59:13.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69622025-02-07T09:59:15.361Z[ recovery-image] Feb 07 09:59:13.860 INFO O| Feb 07 09:59:13.860 INFO STEP 838 (remove_files) COMPLETE
69632025-02-07T09:59:15.361Z[ recovery-image] Feb 07 09:59:13.860 INFO O| Feb 07 09:59:13.860 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-02-07T09:59:15.381Z[ recovery-image] Feb 07 09:59:13.880 INFO O| Feb 07 09:59:13.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69652025-02-07T09:59:15.381Z[ recovery-image] Feb 07 09:59:13.880 INFO O| Feb 07 09:59:13.880 INFO STEP 839 (remove_files) COMPLETE
69662025-02-07T09:59:15.381Z[ recovery-image] Feb 07 09:59:13.880 INFO O| Feb 07 09:59:13.880 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-02-07T09:59:15.403Z[ recovery-image] Feb 07 09:59:13.902 INFO O| Feb 07 09:59:13.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69682025-02-07T09:59:15.406Z[ recovery-image] Feb 07 09:59:13.902 INFO O| Feb 07 09:59:13.902 INFO STEP 840 (remove_files) COMPLETE
69692025-02-07T09:59:15.406Z[ recovery-image] Feb 07 09:59:13.902 INFO O| Feb 07 09:59:13.902 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-02-07T09:59:15.425Z[ recovery-image] Feb 07 09:59:13.924 INFO O| Feb 07 09:59:13.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69712025-02-07T09:59:15.426Z[ recovery-image] Feb 07 09:59:13.924 INFO O| Feb 07 09:59:13.924 INFO STEP 841 (remove_files) COMPLETE
69722025-02-07T09:59:15.426Z[ recovery-image] Feb 07 09:59:13.924 INFO O| Feb 07 09:59:13.924 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-02-07T09:59:15.445Z[ recovery-image] Feb 07 09:59:13.945 INFO O| Feb 07 09:59:13.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69742025-02-07T09:59:15.445Z[ recovery-image] Feb 07 09:59:13.945 INFO O| Feb 07 09:59:13.945 INFO STEP 842 (remove_files) COMPLETE
69752025-02-07T09:59:15.448Z[ recovery-image] Feb 07 09:59:13.945 INFO O| Feb 07 09:59:13.945 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-02-07T09:59:15.464Z[ recovery-image] Feb 07 09:59:13.964 INFO O| Feb 07 09:59:13.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69772025-02-07T09:59:15.464Z[ recovery-image] Feb 07 09:59:13.964 INFO O| Feb 07 09:59:13.964 INFO STEP 843 (remove_files) COMPLETE
69782025-02-07T09:59:15.469Z[ recovery-image] Feb 07 09:59:13.964 INFO O| Feb 07 09:59:13.964 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-02-07T09:59:15.482Z[ recovery-image] Feb 07 09:59:13.981 INFO O| Feb 07 09:59:13.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69802025-02-07T09:59:15.482Z[ recovery-image] Feb 07 09:59:13.981 INFO O| Feb 07 09:59:13.981 INFO STEP 844 (remove_files) COMPLETE
69812025-02-07T09:59:15.482Z[ recovery-image] Feb 07 09:59:13.981 INFO O| Feb 07 09:59:13.981 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822025-02-07T09:59:15.513Z[ recovery-image] Feb 07 09:59:14.013 INFO O| Feb 07 09:59:14.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69832025-02-07T09:59:15.513Z[ recovery-image] Feb 07 09:59:14.013 INFO O| Feb 07 09:59:14.013 INFO STEP 845 (remove_files) COMPLETE
69842025-02-07T09:59:15.516Z[ recovery-image] Feb 07 09:59:14.013 INFO O| Feb 07 09:59:14.013 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852025-02-07T09:59:15.533Z[ recovery-image] Feb 07 09:59:14.032 INFO O| Feb 07 09:59:14.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69862025-02-07T09:59:15.551Z[ recovery-image] Feb 07 09:59:14.051 INFO O| Feb 07 09:59:14.051 INFO STEP 846 (remove_files) COMPLETE
69872025-02-07T09:59:15.551Z[ recovery-image] Feb 07 09:59:14.051 INFO O| Feb 07 09:59:14.051 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-02-07T09:59:15.584Z[ recovery-image] Feb 07 09:59:14.083 INFO O| Feb 07 09:59:14.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69892025-02-07T09:59:15.587Z[ recovery-image] Feb 07 09:59:14.084 INFO O| Feb 07 09:59:14.084 INFO STEP 847 (remove_files) COMPLETE
69902025-02-07T09:59:15.587Z[ recovery-image] Feb 07 09:59:14.084 INFO O| Feb 07 09:59:14.084 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-02-07T09:59:15.604Z[ recovery-image] Feb 07 09:59:14.103 INFO O| Feb 07 09:59:14.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69922025-02-07T09:59:15.604Z[ recovery-image] Feb 07 09:59:14.104 INFO O| Feb 07 09:59:14.104 INFO STEP 848 (remove_files) COMPLETE
69932025-02-07T09:59:15.607Z[ recovery-image] Feb 07 09:59:14.104 INFO O| Feb 07 09:59:14.104 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-02-07T09:59:15.623Z[ recovery-image] Feb 07 09:59:14.123 INFO O| Feb 07 09:59:14.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69952025-02-07T09:59:15.623Z[ recovery-image] Feb 07 09:59:14.123 INFO O| Feb 07 09:59:14.123 INFO STEP 849 (remove_files) COMPLETE
69962025-02-07T09:59:15.623Z[ recovery-image] Feb 07 09:59:14.123 INFO O| Feb 07 09:59:14.123 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-02-07T09:59:15.642Z[ recovery-image] Feb 07 09:59:14.142 INFO O| Feb 07 09:59:14.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69982025-02-07T09:59:15.645Z[ recovery-image] Feb 07 09:59:14.142 INFO O| Feb 07 09:59:14.142 INFO STEP 850 (remove_files) COMPLETE
69992025-02-07T09:59:15.645Z[ recovery-image] Feb 07 09:59:14.142 INFO O| Feb 07 09:59:14.142 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002025-02-07T09:59:15.667Z[ recovery-image] Feb 07 09:59:14.166 INFO O| Feb 07 09:59:14.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70012025-02-07T09:59:15.670Z[ recovery-image] Feb 07 09:59:14.167 INFO O| Feb 07 09:59:14.166 INFO STEP 851 (remove_files) COMPLETE
70022025-02-07T09:59:15.670Z[ recovery-image] Feb 07 09:59:14.167 INFO O| Feb 07 09:59:14.167 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032025-02-07T09:59:15.686Z[ recovery-image] Feb 07 09:59:14.185 INFO O| Feb 07 09:59:14.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70042025-02-07T09:59:15.706Z[ recovery-image] Feb 07 09:59:14.206 INFO O| Feb 07 09:59:14.206 INFO STEP 852 (remove_files) COMPLETE
70052025-02-07T09:59:15.710Z[ recovery-image] Feb 07 09:59:14.206 INFO O| Feb 07 09:59:14.206 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062025-02-07T09:59:15.729Z[ recovery-image] Feb 07 09:59:14.228 INFO O| Feb 07 09:59:14.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70072025-02-07T09:59:15.731Z[ recovery-image] Feb 07 09:59:14.228 INFO O| Feb 07 09:59:14.228 INFO STEP 853 (remove_files) COMPLETE
70082025-02-07T09:59:15.731Z[ recovery-image] Feb 07 09:59:14.229 INFO O| Feb 07 09:59:14.228 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092025-02-07T09:59:15.749Z[ recovery-image] Feb 07 09:59:14.248 INFO O| Feb 07 09:59:14.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70102025-02-07T09:59:15.751Z[ recovery-image] Feb 07 09:59:14.248 INFO O| Feb 07 09:59:14.248 INFO STEP 854 (remove_files) COMPLETE
70112025-02-07T09:59:15.751Z[ recovery-image] Feb 07 09:59:14.249 INFO O| Feb 07 09:59:14.249 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122025-02-07T09:59:15.767Z[ recovery-image] Feb 07 09:59:14.266 INFO O| Feb 07 09:59:14.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70132025-02-07T09:59:15.788Z[ recovery-image] Feb 07 09:59:14.288 INFO O| Feb 07 09:59:14.288 INFO STEP 855 (remove_files) COMPLETE
70142025-02-07T09:59:15.788Z[ recovery-image] Feb 07 09:59:14.288 INFO O| Feb 07 09:59:14.288 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152025-02-07T09:59:15.809Z[ recovery-image] Feb 07 09:59:14.309 INFO O| Feb 07 09:59:14.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70162025-02-07T09:59:15.812Z[ recovery-image] Feb 07 09:59:14.309 INFO O| Feb 07 09:59:14.309 INFO STEP 856 (remove_files) COMPLETE
70172025-02-07T09:59:15.812Z[ recovery-image] Feb 07 09:59:14.309 INFO O| Feb 07 09:59:14.309 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182025-02-07T09:59:15.828Z[ recovery-image] Feb 07 09:59:14.328 INFO O| Feb 07 09:59:14.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70192025-02-07T09:59:15.831Z[ recovery-image] Feb 07 09:59:14.328 INFO O| Feb 07 09:59:14.328 INFO STEP 857 (remove_files) COMPLETE
70202025-02-07T09:59:15.831Z[ recovery-image] Feb 07 09:59:14.328 INFO O| Feb 07 09:59:14.328 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212025-02-07T09:59:15.847Z[ recovery-image] Feb 07 09:59:14.346 INFO O| Feb 07 09:59:14.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70222025-02-07T09:59:15.850Z[ recovery-image] Feb 07 09:59:14.347 INFO O| Feb 07 09:59:14.347 INFO STEP 858 (remove_files) COMPLETE
70232025-02-07T09:59:15.850Z[ recovery-image] Feb 07 09:59:14.347 INFO O| Feb 07 09:59:14.347 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242025-02-07T09:59:15.880Z[ recovery-image] Feb 07 09:59:14.379 INFO O| Feb 07 09:59:14.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70252025-02-07T09:59:15.882Z[ recovery-image] Feb 07 09:59:14.379 INFO O| Feb 07 09:59:14.379 INFO STEP 859 (remove_files) COMPLETE
70262025-02-07T09:59:15.882Z[ recovery-image] Feb 07 09:59:14.379 INFO O| Feb 07 09:59:14.379 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272025-02-07T09:59:15.900Z[ recovery-image] Feb 07 09:59:14.399 INFO O| Feb 07 09:59:14.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70282025-02-07T09:59:15.900Z[ recovery-image] Feb 07 09:59:14.399 INFO O| Feb 07 09:59:14.399 INFO STEP 860 (remove_files) COMPLETE
70292025-02-07T09:59:15.900Z[ recovery-image] Feb 07 09:59:14.399 INFO O| Feb 07 09:59:14.399 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302025-02-07T09:59:15.919Z[ recovery-image] Feb 07 09:59:14.419 INFO O| Feb 07 09:59:14.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70312025-02-07T09:59:15.919Z[ recovery-image] Feb 07 09:59:14.419 INFO O| Feb 07 09:59:14.419 INFO STEP 861 (remove_files) COMPLETE
70322025-02-07T09:59:15.919Z[ recovery-image] Feb 07 09:59:14.419 INFO O| Feb 07 09:59:14.419 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332025-02-07T09:59:15.955Z[ recovery-image] Feb 07 09:59:14.455 INFO O| Feb 07 09:59:14.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70342025-02-07T09:59:15.955Z[ recovery-image] Feb 07 09:59:14.455 INFO O| Feb 07 09:59:14.455 INFO STEP 862 (remove_files) COMPLETE
70352025-02-07T09:59:15.958Z[ recovery-image] Feb 07 09:59:14.455 INFO O| Feb 07 09:59:14.455 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362025-02-07T09:59:16.005Z[ recovery-image] Feb 07 09:59:14.500 INFO O| Feb 07 09:59:14.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70372025-02-07T09:59:16.005Z[ recovery-image] Feb 07 09:59:14.500 INFO O| Feb 07 09:59:14.500 INFO STEP 863 (remove_files) COMPLETE
70382025-02-07T09:59:16.005Z[ recovery-image] Feb 07 09:59:14.500 INFO O| Feb 07 09:59:14.500 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392025-02-07T09:59:16.046Z[ recovery-image] Feb 07 09:59:14.545 INFO O| Feb 07 09:59:14.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70402025-02-07T09:59:16.049Z[ recovery-image] Feb 07 09:59:14.546 INFO O| Feb 07 09:59:14.546 INFO STEP 864 (remove_files) COMPLETE
70412025-02-07T09:59:16.049Z[ recovery-image] Feb 07 09:59:14.546 INFO O| Feb 07 09:59:14.546 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422025-02-07T09:59:16.090Z[ recovery-image] Feb 07 09:59:14.589 INFO O| Feb 07 09:59:14.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70432025-02-07T09:59:16.092Z[ recovery-image] Feb 07 09:59:14.589 INFO O| Feb 07 09:59:14.589 INFO STEP 865 (remove_files) COMPLETE
70442025-02-07T09:59:16.092Z[ recovery-image] Feb 07 09:59:14.589 INFO O| Feb 07 09:59:14.589 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452025-02-07T09:59:16.111Z[ recovery-image] Feb 07 09:59:14.610 INFO O| Feb 07 09:59:14.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70462025-02-07T09:59:16.111Z[ recovery-image] Feb 07 09:59:14.610 INFO O| Feb 07 09:59:14.610 INFO STEP 866 (remove_files) COMPLETE
70472025-02-07T09:59:16.114Z[ recovery-image] Feb 07 09:59:14.610 INFO O| Feb 07 09:59:14.610 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482025-02-07T09:59:16.132Z[ recovery-image] Feb 07 09:59:14.631 INFO O| Feb 07 09:59:14.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70492025-02-07T09:59:16.132Z[ recovery-image] Feb 07 09:59:14.632 INFO O| Feb 07 09:59:14.632 INFO STEP 867 (remove_files) COMPLETE
70502025-02-07T09:59:16.135Z[ recovery-image] Feb 07 09:59:14.632 INFO O| Feb 07 09:59:14.632 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512025-02-07T09:59:16.152Z[ recovery-image] Feb 07 09:59:14.652 INFO O| Feb 07 09:59:14.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70522025-02-07T09:59:16.155Z[ recovery-image] Feb 07 09:59:14.652 INFO O| Feb 07 09:59:14.652 INFO STEP 868 (remove_files) COMPLETE
70532025-02-07T09:59:16.155Z[ recovery-image] Feb 07 09:59:14.652 INFO O| Feb 07 09:59:14.652 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542025-02-07T09:59:16.176Z[ recovery-image] Feb 07 09:59:14.676 INFO O| Feb 07 09:59:14.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70552025-02-07T09:59:16.179Z[ recovery-image] Feb 07 09:59:14.676 INFO O| Feb 07 09:59:14.676 INFO STEP 869 (remove_files) COMPLETE
70562025-02-07T09:59:16.179Z[ recovery-image] Feb 07 09:59:14.676 INFO O| Feb 07 09:59:14.676 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572025-02-07T09:59:16.216Z[ recovery-image] Feb 07 09:59:14.715 INFO O| Feb 07 09:59:14.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70582025-02-07T09:59:16.216Z[ recovery-image] Feb 07 09:59:14.715 INFO O| Feb 07 09:59:14.715 INFO STEP 870 (remove_files) COMPLETE
70592025-02-07T09:59:16.218Z[ recovery-image] Feb 07 09:59:14.715 INFO O| Feb 07 09:59:14.715 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602025-02-07T09:59:16.280Z[ recovery-image] Feb 07 09:59:14.780 INFO O| Feb 07 09:59:14.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70612025-02-07T09:59:16.280Z[ recovery-image] Feb 07 09:59:14.780 INFO O| Feb 07 09:59:14.780 INFO STEP 871 (remove_files) COMPLETE
70622025-02-07T09:59:16.283Z[ recovery-image] Feb 07 09:59:14.780 INFO O| Feb 07 09:59:14.780 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632025-02-07T09:59:16.312Z[ recovery-image] Feb 07 09:59:14.812 INFO O| Feb 07 09:59:14.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70642025-02-07T09:59:16.312Z[ recovery-image] Feb 07 09:59:14.812 INFO O| Feb 07 09:59:14.812 INFO STEP 872 (remove_files) COMPLETE
70652025-02-07T09:59:16.315Z[ recovery-image] Feb 07 09:59:14.812 INFO O| Feb 07 09:59:14.812 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662025-02-07T09:59:16.332Z[ recovery-image] Feb 07 09:59:14.832 INFO O| Feb 07 09:59:14.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70672025-02-07T09:59:16.332Z[ recovery-image] Feb 07 09:59:14.832 INFO O| Feb 07 09:59:14.832 INFO STEP 873 (remove_files) COMPLETE
70682025-02-07T09:59:16.332Z[ recovery-image] Feb 07 09:59:14.832 INFO O| Feb 07 09:59:14.832 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692025-02-07T09:59:16.351Z[ recovery-image] Feb 07 09:59:14.850 INFO O| Feb 07 09:59:14.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70702025-02-07T09:59:16.351Z[ recovery-image] Feb 07 09:59:14.850 INFO O| Feb 07 09:59:14.850 INFO STEP 874 (remove_files) COMPLETE
70712025-02-07T09:59:16.353Z[ recovery-image] Feb 07 09:59:14.850 INFO O| Feb 07 09:59:14.850 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722025-02-07T09:59:16.370Z[ recovery-image] Feb 07 09:59:14.869 INFO O| Feb 07 09:59:14.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70732025-02-07T09:59:16.373Z[ recovery-image] Feb 07 09:59:14.869 INFO O| Feb 07 09:59:14.869 INFO STEP 875 (remove_files) COMPLETE
70742025-02-07T09:59:16.373Z[ recovery-image] Feb 07 09:59:14.869 INFO O| Feb 07 09:59:14.869 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752025-02-07T09:59:16.389Z[ recovery-image] Feb 07 09:59:14.888 INFO O| Feb 07 09:59:14.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70762025-02-07T09:59:16.392Z[ recovery-image] Feb 07 09:59:14.889 INFO O| Feb 07 09:59:14.889 INFO STEP 876 (remove_files) COMPLETE
70772025-02-07T09:59:16.392Z[ recovery-image] Feb 07 09:59:14.889 INFO O| Feb 07 09:59:14.889 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782025-02-07T09:59:16.421Z[ recovery-image] Feb 07 09:59:14.920 INFO O| Feb 07 09:59:14.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70792025-02-07T09:59:16.421Z[ recovery-image] Feb 07 09:59:14.920 INFO O| Feb 07 09:59:14.920 INFO STEP 877 (remove_files) COMPLETE
70802025-02-07T09:59:16.424Z[ recovery-image] Feb 07 09:59:14.920 INFO O| Feb 07 09:59:14.920 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812025-02-07T09:59:16.441Z[ recovery-image] Feb 07 09:59:14.940 INFO O| Feb 07 09:59:14.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70822025-02-07T09:59:16.441Z[ recovery-image] Feb 07 09:59:14.940 INFO O| Feb 07 09:59:14.940 INFO STEP 878 (remove_files) COMPLETE
70832025-02-07T09:59:16.443Z[ recovery-image] Feb 07 09:59:14.940 INFO O| Feb 07 09:59:14.940 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842025-02-07T09:59:16.473Z[ recovery-image] Feb 07 09:59:14.972 INFO O| Feb 07 09:59:14.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70852025-02-07T09:59:16.473Z[ recovery-image] Feb 07 09:59:14.972 INFO O| Feb 07 09:59:14.972 INFO STEP 879 (remove_files) COMPLETE
70862025-02-07T09:59:16.473Z[ recovery-image] Feb 07 09:59:14.972 INFO O| Feb 07 09:59:14.972 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872025-02-07T09:59:16.505Z[ recovery-image] Feb 07 09:59:15.005 INFO O| Feb 07 09:59:15.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70882025-02-07T09:59:16.508Z[ recovery-image] Feb 07 09:59:15.005 INFO O| Feb 07 09:59:15.005 INFO STEP 880 (remove_files) COMPLETE
70892025-02-07T09:59:16.508Z[ recovery-image] Feb 07 09:59:15.005 INFO O| Feb 07 09:59:15.005 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902025-02-07T09:59:16.539Z[ recovery-image] Feb 07 09:59:15.038 INFO O| Feb 07 09:59:15.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70912025-02-07T09:59:16.539Z[ recovery-image] Feb 07 09:59:15.038 INFO O| Feb 07 09:59:15.038 INFO STEP 881 (remove_files) COMPLETE
70922025-02-07T09:59:16.541Z[ recovery-image] Feb 07 09:59:15.038 INFO O| Feb 07 09:59:15.038 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932025-02-07T09:59:16.569Z[ recovery-image] Feb 07 09:59:15.068 INFO O| Feb 07 09:59:15.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70942025-02-07T09:59:16.569Z[ recovery-image] Feb 07 09:59:15.068 INFO O| Feb 07 09:59:15.068 INFO STEP 882 (remove_files) COMPLETE
70952025-02-07T09:59:16.572Z[ recovery-image] Feb 07 09:59:15.068 INFO O| Feb 07 09:59:15.068 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962025-02-07T09:59:16.588Z[ recovery-image] Feb 07 09:59:15.088 INFO O| Feb 07 09:59:15.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70972025-02-07T09:59:16.591Z[ recovery-image] Feb 07 09:59:15.088 INFO O| Feb 07 09:59:15.088 INFO STEP 883 (remove_files) COMPLETE
70982025-02-07T09:59:16.591Z[ recovery-image] Feb 07 09:59:15.088 INFO O| Feb 07 09:59:15.088 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992025-02-07T09:59:16.618Z[ recovery-image] Feb 07 09:59:15.117 INFO O| Feb 07 09:59:15.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71002025-02-07T09:59:16.618Z[ recovery-image] Feb 07 09:59:15.117 INFO O| Feb 07 09:59:15.117 INFO STEP 884 (remove_files) COMPLETE
71012025-02-07T09:59:16.618Z[ recovery-image] Feb 07 09:59:15.117 INFO O| Feb 07 09:59:15.117 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022025-02-07T09:59:16.639Z[ recovery-image] Feb 07 09:59:15.138 INFO O| Feb 07 09:59:15.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71032025-02-07T09:59:16.639Z[ recovery-image] Feb 07 09:59:15.138 INFO O| Feb 07 09:59:15.138 INFO STEP 885 (remove_files) COMPLETE
71042025-02-07T09:59:16.639Z[ recovery-image] Feb 07 09:59:15.138 INFO O| Feb 07 09:59:15.138 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052025-02-07T09:59:16.671Z[ recovery-image] Feb 07 09:59:15.170 INFO O| Feb 07 09:59:15.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71062025-02-07T09:59:16.671Z[ recovery-image] Feb 07 09:59:15.170 INFO O| Feb 07 09:59:15.170 INFO STEP 886 (remove_files) COMPLETE
71072025-02-07T09:59:16.674Z[ recovery-image] Feb 07 09:59:15.170 INFO O| Feb 07 09:59:15.170 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082025-02-07T09:59:16.733Z[ recovery-image] Feb 07 09:59:15.232 INFO O| Feb 07 09:59:15.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71092025-02-07T09:59:16.733Z[ recovery-image] Feb 07 09:59:15.232 INFO O| Feb 07 09:59:15.232 INFO STEP 887 (remove_files) COMPLETE
71102025-02-07T09:59:16.733Z[ recovery-image] Feb 07 09:59:15.232 INFO O| Feb 07 09:59:15.232 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112025-02-07T09:59:16.754Z[ recovery-image] Feb 07 09:59:15.253 INFO O| Feb 07 09:59:15.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71122025-02-07T09:59:16.754Z[ recovery-image] Feb 07 09:59:15.253 INFO O| Feb 07 09:59:15.253 INFO STEP 888 (remove_files) COMPLETE
71132025-02-07T09:59:16.754Z[ recovery-image] Feb 07 09:59:15.253 INFO O| Feb 07 09:59:15.253 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142025-02-07T09:59:16.773Z[ recovery-image] Feb 07 09:59:15.272 INFO O| Feb 07 09:59:15.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71152025-02-07T09:59:16.773Z[ recovery-image] Feb 07 09:59:15.272 INFO O| Feb 07 09:59:15.272 INFO STEP 889 (remove_files) COMPLETE
71162025-02-07T09:59:16.773Z[ recovery-image] Feb 07 09:59:15.272 INFO O| Feb 07 09:59:15.272 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172025-02-07T09:59:16.796Z[ recovery-image] Feb 07 09:59:15.295 INFO O| Feb 07 09:59:15.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71182025-02-07T09:59:16.796Z[ recovery-image] Feb 07 09:59:15.295 INFO O| Feb 07 09:59:15.295 INFO STEP 890 (remove_files) COMPLETE
71192025-02-07T09:59:16.797Z[ recovery-image] Feb 07 09:59:15.295 INFO O| Feb 07 09:59:15.295 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202025-02-07T09:59:16.833Z[ recovery-image] Feb 07 09:59:15.333 INFO O| Feb 07 09:59:15.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71212025-02-07T09:59:16.833Z[ recovery-image] Feb 07 09:59:15.333 INFO O| Feb 07 09:59:15.333 INFO STEP 891 (remove_files) COMPLETE
71222025-02-07T09:59:16.833Z[ recovery-image] Feb 07 09:59:15.333 INFO O| Feb 07 09:59:15.333 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232025-02-07T09:59:16.854Z[ recovery-image] Feb 07 09:59:15.353 INFO O| Feb 07 09:59:15.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71242025-02-07T09:59:16.854Z[ recovery-image] Feb 07 09:59:15.353 INFO O| Feb 07 09:59:15.353 INFO STEP 892 (remove_files) COMPLETE
71252025-02-07T09:59:16.857Z[ recovery-image] Feb 07 09:59:15.353 INFO O| Feb 07 09:59:15.353 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262025-02-07T09:59:16.873Z[ recovery-image] Feb 07 09:59:15.372 INFO O| Feb 07 09:59:15.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71272025-02-07T09:59:16.873Z[ recovery-image] Feb 07 09:59:15.372 INFO O| Feb 07 09:59:15.372 INFO STEP 893 (remove_files) COMPLETE
71282025-02-07T09:59:16.873Z[ recovery-image] Feb 07 09:59:15.372 INFO O| Feb 07 09:59:15.372 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292025-02-07T09:59:16.900Z[ recovery-image] Feb 07 09:59:15.393 INFO O| Feb 07 09:59:15.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71302025-02-07T09:59:16.900Z[ recovery-image] Feb 07 09:59:15.393 INFO O| Feb 07 09:59:15.393 INFO STEP 894 (remove_files) COMPLETE
71312025-02-07T09:59:16.904Z[ recovery-image] Feb 07 09:59:15.394 INFO O| Feb 07 09:59:15.394 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322025-02-07T09:59:16.913Z[ recovery-image] Feb 07 09:59:15.412 INFO O| Feb 07 09:59:15.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71332025-02-07T09:59:16.916Z[ recovery-image] Feb 07 09:59:15.412 INFO O| Feb 07 09:59:15.412 INFO STEP 895 (remove_files) COMPLETE
71342025-02-07T09:59:16.916Z[ recovery-image] Feb 07 09:59:15.412 INFO O| Feb 07 09:59:15.412 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352025-02-07T09:59:16.932Z[ recovery-image] Feb 07 09:59:15.431 INFO O| Feb 07 09:59:15.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71362025-02-07T09:59:16.934Z[ recovery-image] Feb 07 09:59:15.431 INFO O| Feb 07 09:59:15.431 INFO STEP 896 (remove_files) COMPLETE
71372025-02-07T09:59:16.934Z[ recovery-image] Feb 07 09:59:15.431 INFO O| Feb 07 09:59:15.431 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382025-02-07T09:59:16.985Z[ recovery-image] Feb 07 09:59:15.485 INFO O| Feb 07 09:59:15.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71392025-02-07T09:59:16.988Z[ recovery-image] Feb 07 09:59:15.485 INFO O| Feb 07 09:59:15.485 INFO STEP 897 (remove_files) COMPLETE
71402025-02-07T09:59:16.988Z[ recovery-image] Feb 07 09:59:15.485 INFO O| Feb 07 09:59:15.485 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412025-02-07T09:59:17.034Z[ recovery-image] Feb 07 09:59:15.534 INFO O| Feb 07 09:59:15.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71422025-02-07T09:59:17.037Z[ recovery-image] Feb 07 09:59:15.534 INFO O| Feb 07 09:59:15.534 INFO STEP 898 (remove_files) COMPLETE
71432025-02-07T09:59:17.037Z[ recovery-image] Feb 07 09:59:15.534 INFO O| Feb 07 09:59:15.534 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442025-02-07T09:59:17.055Z[ recovery-image] Feb 07 09:59:15.554 INFO O| Feb 07 09:59:15.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71452025-02-07T09:59:17.055Z[ recovery-image] Feb 07 09:59:15.554 INFO O| Feb 07 09:59:15.554 INFO STEP 899 (remove_files) COMPLETE
71462025-02-07T09:59:17.055Z[ recovery-image] Feb 07 09:59:15.554 INFO O| Feb 07 09:59:15.554 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472025-02-07T09:59:17.075Z[ recovery-image] Feb 07 09:59:15.574 INFO O| Feb 07 09:59:15.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71482025-02-07T09:59:17.075Z[ recovery-image] Feb 07 09:59:15.574 INFO O| Feb 07 09:59:15.574 INFO STEP 900 (remove_files) COMPLETE
71492025-02-07T09:59:17.078Z[ recovery-image] Feb 07 09:59:15.574 INFO O| Feb 07 09:59:15.574 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502025-02-07T09:59:17.107Z[ recovery-image] Feb 07 09:59:15.606 INFO O| Feb 07 09:59:15.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71512025-02-07T09:59:17.110Z[ recovery-image] Feb 07 09:59:15.606 INFO O| Feb 07 09:59:15.606 INFO STEP 901 (remove_files) COMPLETE
71522025-02-07T09:59:17.110Z[ recovery-image] Feb 07 09:59:15.607 INFO O| Feb 07 09:59:15.606 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532025-02-07T09:59:17.127Z[ recovery-image] Feb 07 09:59:15.626 INFO O| Feb 07 09:59:15.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71542025-02-07T09:59:17.145Z[ recovery-image] Feb 07 09:59:15.627 INFO O| Feb 07 09:59:15.626 INFO STEP 902 (remove_files) COMPLETE
71552025-02-07T09:59:17.145Z[ recovery-image] Feb 07 09:59:15.627 INFO O| Feb 07 09:59:15.627 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562025-02-07T09:59:17.184Z[ recovery-image] Feb 07 09:59:15.645 INFO O| Feb 07 09:59:15.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71572025-02-07T09:59:17.184Z[ recovery-image] Feb 07 09:59:15.645 INFO O| Feb 07 09:59:15.645 INFO STEP 903 (remove_files) COMPLETE
71582025-02-07T09:59:17.184Z[ recovery-image] Feb 07 09:59:15.646 INFO O| Feb 07 09:59:15.645 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592025-02-07T09:59:17.204Z[ recovery-image] Feb 07 09:59:15.703 INFO O| Feb 07 09:59:15.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71602025-02-07T09:59:17.206Z[ recovery-image] Feb 07 09:59:15.703 INFO O| Feb 07 09:59:15.703 INFO STEP 904 (remove_files) COMPLETE
71612025-02-07T09:59:17.206Z[ recovery-image] Feb 07 09:59:15.703 INFO O| Feb 07 09:59:15.703 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622025-02-07T09:59:17.222Z[ recovery-image] Feb 07 09:59:15.722 INFO O| Feb 07 09:59:15.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71632025-02-07T09:59:17.222Z[ recovery-image] Feb 07 09:59:15.722 INFO O| Feb 07 09:59:15.722 INFO STEP 905 (remove_files) COMPLETE
71642025-02-07T09:59:17.222Z[ recovery-image] Feb 07 09:59:15.722 INFO O| Feb 07 09:59:15.722 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652025-02-07T09:59:17.242Z[ recovery-image] Feb 07 09:59:15.741 INFO O| Feb 07 09:59:15.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71662025-02-07T09:59:17.244Z[ recovery-image] Feb 07 09:59:15.741 INFO O| Feb 07 09:59:15.741 INFO STEP 906 (remove_files) COMPLETE
71672025-02-07T09:59:17.244Z[ recovery-image] Feb 07 09:59:15.741 INFO O| Feb 07 09:59:15.741 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682025-02-07T09:59:17.335Z[ recovery-image] Feb 07 09:59:15.799 INFO O| Feb 07 09:59:15.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71692025-02-07T09:59:17.335Z[ recovery-image] Feb 07 09:59:15.799 INFO O| Feb 07 09:59:15.799 INFO STEP 907 (remove_files) COMPLETE
71702025-02-07T09:59:17.335Z[ recovery-image] Feb 07 09:59:15.799 INFO O| Feb 07 09:59:15.799 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712025-02-07T09:59:17.335Z[ recovery-image] Feb 07 09:59:15.818 INFO O| Feb 07 09:59:15.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71722025-02-07T09:59:17.335Z[ recovery-image] Feb 07 09:59:15.819 INFO O| Feb 07 09:59:15.818 INFO STEP 908 (remove_files) COMPLETE
71732025-02-07T09:59:17.335Z[ recovery-image] Feb 07 09:59:15.819 INFO O| Feb 07 09:59:15.819 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742025-02-07T09:59:17.341Z[ recovery-image] Feb 07 09:59:15.840 INFO O| Feb 07 09:59:15.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71752025-02-07T09:59:17.345Z[ recovery-image] Feb 07 09:59:15.840 INFO O| Feb 07 09:59:15.840 INFO STEP 909 (remove_files) COMPLETE
71762025-02-07T09:59:17.345Z[ recovery-image] Feb 07 09:59:15.840 INFO O| Feb 07 09:59:15.840 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772025-02-07T09:59:17.415Z[ recovery-image] Feb 07 09:59:15.915 INFO O| Feb 07 09:59:15.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71782025-02-07T09:59:17.415Z[ recovery-image] Feb 07 09:59:15.915 INFO O| Feb 07 09:59:15.915 INFO STEP 910 (remove_files) COMPLETE
71792025-02-07T09:59:17.418Z[ recovery-image] Feb 07 09:59:15.915 INFO O| Feb 07 09:59:15.915 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802025-02-07T09:59:17.466Z[ recovery-image] Feb 07 09:59:15.965 INFO O| Feb 07 09:59:15.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71812025-02-07T09:59:17.466Z[ recovery-image] Feb 07 09:59:15.965 INFO O| Feb 07 09:59:15.965 INFO STEP 911 (remove_files) COMPLETE
71822025-02-07T09:59:17.469Z[ recovery-image] Feb 07 09:59:15.965 INFO O| Feb 07 09:59:15.965 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832025-02-07T09:59:17.567Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
71842025-02-07T09:59:17.575Z[ recovery-image] Feb 07 09:59:16.074 INFO O| Feb 07 09:59:16.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71852025-02-07T09:59:17.577Z[ recovery-image] Feb 07 09:59:16.074 INFO O| Feb 07 09:59:16.074 INFO STEP 912 (remove_files) COMPLETE
71862025-02-07T09:59:17.577Z[ recovery-image] Feb 07 09:59:16.075 INFO O| Feb 07 09:59:16.074 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872025-02-07T09:59:17.594Z[ recovery-image] Feb 07 09:59:16.093 INFO O| Feb 07 09:59:16.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71882025-02-07T09:59:17.597Z[ recovery-image] Feb 07 09:59:16.093 INFO O| Feb 07 09:59:16.093 INFO STEP 913 (remove_files) COMPLETE
71892025-02-07T09:59:17.597Z[ recovery-image] Feb 07 09:59:16.093 INFO O| Feb 07 09:59:16.093 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902025-02-07T09:59:17.613Z[ recovery-image] Feb 07 09:59:16.113 INFO O| Feb 07 09:59:16.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71912025-02-07T09:59:17.613Z[ recovery-image] Feb 07 09:59:16.113 INFO O| Feb 07 09:59:16.113 INFO STEP 914 (remove_files) COMPLETE
71922025-02-07T09:59:17.616Z[ recovery-image] Feb 07 09:59:16.113 INFO O| Feb 07 09:59:16.113 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932025-02-07T09:59:17.658Z[ recovery-image] Feb 07 09:59:16.157 INFO O| Feb 07 09:59:16.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71942025-02-07T09:59:17.658Z[ recovery-image] Feb 07 09:59:16.157 INFO O| Feb 07 09:59:16.157 INFO STEP 915 (remove_files) COMPLETE
71952025-02-07T09:59:17.658Z[ recovery-image] Feb 07 09:59:16.157 INFO O| Feb 07 09:59:16.157 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962025-02-07T09:59:17.688Z[ recovery-image] Feb 07 09:59:16.187 INFO O| Feb 07 09:59:16.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71972025-02-07T09:59:17.688Z[ recovery-image] Feb 07 09:59:16.187 INFO O| Feb 07 09:59:16.187 INFO STEP 916 (remove_files) COMPLETE
71982025-02-07T09:59:17.691Z[ recovery-image] Feb 07 09:59:16.187 INFO O| Feb 07 09:59:16.187 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992025-02-07T09:59:17.743Z[ recovery-image] Feb 07 09:59:16.242 INFO O| Feb 07 09:59:16.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72002025-02-07T09:59:17.743Z[ recovery-image] Feb 07 09:59:16.242 INFO O| Feb 07 09:59:16.242 INFO STEP 917 (remove_files) COMPLETE
72012025-02-07T09:59:17.743Z[ recovery-image] Feb 07 09:59:16.242 INFO O| Feb 07 09:59:16.242 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022025-02-07T09:59:17.891Z[ recovery-image] Feb 07 09:59:16.390 INFO O| Feb 07 09:59:16.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72032025-02-07T09:59:17.891Z[ recovery-image] Feb 07 09:59:16.390 INFO O| Feb 07 09:59:16.390 INFO STEP 918 (remove_files) COMPLETE
72042025-02-07T09:59:17.894Z[ recovery-image] Feb 07 09:59:16.390 INFO O| Feb 07 09:59:16.390 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052025-02-07T09:59:18.036Z[ recovery-image] Feb 07 09:59:16.535 INFO O| Feb 07 09:59:16.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72062025-02-07T09:59:18.036Z[ recovery-image] Feb 07 09:59:16.535 INFO O| Feb 07 09:59:16.535 INFO STEP 919 (remove_files) COMPLETE
72072025-02-07T09:59:18.036Z[ recovery-image] Feb 07 09:59:16.535 INFO O| Feb 07 09:59:16.535 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082025-02-07T09:59:18.056Z[ recovery-image] Feb 07 09:59:16.556 INFO O| Feb 07 09:59:16.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72092025-02-07T09:59:18.056Z[ recovery-image] Feb 07 09:59:16.556 INFO O| Feb 07 09:59:16.556 INFO STEP 920 (remove_files) COMPLETE
72102025-02-07T09:59:18.056Z[ recovery-image] Feb 07 09:59:16.556 INFO O| Feb 07 09:59:16.556 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112025-02-07T09:59:18.076Z[ recovery-image] Feb 07 09:59:16.575 INFO O| Feb 07 09:59:16.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72122025-02-07T09:59:18.076Z[ recovery-image] Feb 07 09:59:16.575 INFO O| Feb 07 09:59:16.575 INFO STEP 921 (remove_files) COMPLETE
72132025-02-07T09:59:18.079Z[ recovery-image] Feb 07 09:59:16.576 INFO O| Feb 07 09:59:16.575 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142025-02-07T09:59:18.096Z[ recovery-image] Feb 07 09:59:16.595 INFO O| Feb 07 09:59:16.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72152025-02-07T09:59:18.096Z[ recovery-image] Feb 07 09:59:16.595 INFO O| Feb 07 09:59:16.595 INFO STEP 922 (remove_files) COMPLETE
72162025-02-07T09:59:18.096Z[ recovery-image] Feb 07 09:59:16.595 INFO O| Feb 07 09:59:16.595 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172025-02-07T09:59:18.116Z[ recovery-image] Feb 07 09:59:16.615 INFO O| Feb 07 09:59:16.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72182025-02-07T09:59:18.116Z[ recovery-image] Feb 07 09:59:16.615 INFO O| Feb 07 09:59:16.615 INFO STEP 923 (remove_files) COMPLETE
72192025-02-07T09:59:18.116Z[ recovery-image] Feb 07 09:59:16.615 INFO O| Feb 07 09:59:16.615 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202025-02-07T09:59:18.135Z[ recovery-image] Feb 07 09:59:16.634 INFO O| Feb 07 09:59:16.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72212025-02-07T09:59:18.135Z[ recovery-image] Feb 07 09:59:16.634 INFO O| Feb 07 09:59:16.634 INFO STEP 924 (remove_files) COMPLETE
72222025-02-07T09:59:18.135Z[ recovery-image] Feb 07 09:59:16.635 INFO O| Feb 07 09:59:16.634 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232025-02-07T09:59:18.155Z[ recovery-image] Feb 07 09:59:16.655 INFO O| Feb 07 09:59:16.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72242025-02-07T09:59:18.155Z[ recovery-image] Feb 07 09:59:16.655 INFO O| Feb 07 09:59:16.655 INFO STEP 925 (remove_files) COMPLETE
72252025-02-07T09:59:18.159Z[ recovery-image] Feb 07 09:59:16.655 INFO O| Feb 07 09:59:16.655 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262025-02-07T09:59:18.176Z[ recovery-image] Feb 07 09:59:16.676 INFO O| Feb 07 09:59:16.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72272025-02-07T09:59:18.176Z[ recovery-image] Feb 07 09:59:16.676 INFO O| Feb 07 09:59:16.676 INFO STEP 926 (remove_files) COMPLETE
72282025-02-07T09:59:18.179Z[ recovery-image] Feb 07 09:59:16.676 INFO O| Feb 07 09:59:16.676 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292025-02-07T09:59:18.196Z[ recovery-image] Feb 07 09:59:16.695 INFO O| Feb 07 09:59:16.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72302025-02-07T09:59:18.196Z[ recovery-image] Feb 07 09:59:16.695 INFO O| Feb 07 09:59:16.695 INFO STEP 927 (remove_files) COMPLETE
72312025-02-07T09:59:18.198Z[ recovery-image] Feb 07 09:59:16.695 INFO O| Feb 07 09:59:16.695 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322025-02-07T09:59:18.234Z[ recovery-image] Feb 07 09:59:16.733 INFO O| Feb 07 09:59:16.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72332025-02-07T09:59:18.234Z[ recovery-image] Feb 07 09:59:16.733 INFO O| Feb 07 09:59:16.733 INFO STEP 928 (remove_files) COMPLETE
72342025-02-07T09:59:18.237Z[ recovery-image] Feb 07 09:59:16.733 INFO O| Feb 07 09:59:16.733 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352025-02-07T09:59:18.259Z[ recovery-image] Feb 07 09:59:16.753 INFO O| Feb 07 09:59:16.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72362025-02-07T09:59:18.259Z[ recovery-image] Feb 07 09:59:16.753 INFO O| Feb 07 09:59:16.753 INFO STEP 929 (remove_files) COMPLETE
72372025-02-07T09:59:18.259Z[ recovery-image] Feb 07 09:59:16.753 INFO O| Feb 07 09:59:16.753 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382025-02-07T09:59:18.274Z[ recovery-image] Feb 07 09:59:16.774 INFO O| Feb 07 09:59:16.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72392025-02-07T09:59:18.275Z[ recovery-image] Feb 07 09:59:16.774 INFO O| Feb 07 09:59:16.774 INFO STEP 930 (remove_files) COMPLETE
72402025-02-07T09:59:18.275Z[ recovery-image] Feb 07 09:59:16.774 INFO O| Feb 07 09:59:16.774 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412025-02-07T09:59:18.324Z[ recovery-image] Feb 07 09:59:16.823 INFO O| Feb 07 09:59:16.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72422025-02-07T09:59:18.324Z[ recovery-image] Feb 07 09:59:16.823 INFO O| Feb 07 09:59:16.823 INFO STEP 931 (remove_files) COMPLETE
72432025-02-07T09:59:18.324Z[ recovery-image] Feb 07 09:59:16.823 INFO O| Feb 07 09:59:16.823 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442025-02-07T09:59:18.383Z[ recovery-image] Feb 07 09:59:16.882 INFO O| Feb 07 09:59:16.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72452025-02-07T09:59:18.383Z[ recovery-image] Feb 07 09:59:16.882 INFO O| Feb 07 09:59:16.882 INFO STEP 932 (remove_files) COMPLETE
72462025-02-07T09:59:18.383Z[ recovery-image] Feb 07 09:59:16.882 INFO O| Feb 07 09:59:16.882 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472025-02-07T09:59:18.457Z[ recovery-image] Feb 07 09:59:16.956 INFO O| Feb 07 09:59:16.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72482025-02-07T09:59:18.457Z[ recovery-image] Feb 07 09:59:16.956 INFO O| Feb 07 09:59:16.956 INFO STEP 933 (remove_files) COMPLETE
72492025-02-07T09:59:18.457Z[ recovery-image] Feb 07 09:59:16.956 INFO O| Feb 07 09:59:16.956 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502025-02-07T09:59:18.515Z[ recovery-image] Feb 07 09:59:17.014 INFO O| Feb 07 09:59:17.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72512025-02-07T09:59:18.515Z[ recovery-image] Feb 07 09:59:17.014 INFO O| Feb 07 09:59:17.014 INFO STEP 934 (remove_files) COMPLETE
72522025-02-07T09:59:18.518Z[ recovery-image] Feb 07 09:59:17.014 INFO O| Feb 07 09:59:17.014 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532025-02-07T09:59:18.577Z[ recovery-image] Feb 07 09:59:17.076 INFO O| Feb 07 09:59:17.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72542025-02-07T09:59:18.577Z[ recovery-image] Feb 07 09:59:17.076 INFO O| Feb 07 09:59:17.076 INFO STEP 935 (remove_files) COMPLETE
72552025-02-07T09:59:18.577Z[ recovery-image] Feb 07 09:59:17.076 INFO O| Feb 07 09:59:17.076 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562025-02-07T09:59:18.598Z[ recovery-image] Feb 07 09:59:17.097 INFO O| Feb 07 09:59:17.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72572025-02-07T09:59:18.598Z[ recovery-image] Feb 07 09:59:17.097 INFO O| Feb 07 09:59:17.097 INFO STEP 936 (remove_files) COMPLETE
72582025-02-07T09:59:18.599Z[ recovery-image] Feb 07 09:59:17.097 INFO O| Feb 07 09:59:17.097 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592025-02-07T09:59:18.632Z[ recovery-image] Feb 07 09:59:17.131 INFO O| Feb 07 09:59:17.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72602025-02-07T09:59:18.632Z[ recovery-image] Feb 07 09:59:17.132 INFO O| Feb 07 09:59:17.132 INFO STEP 937 (remove_files) COMPLETE
72612025-02-07T09:59:18.632Z[ recovery-image] Feb 07 09:59:17.132 INFO O| Feb 07 09:59:17.132 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622025-02-07T09:59:18.653Z[ recovery-image] Feb 07 09:59:17.151 INFO O| Feb 07 09:59:17.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72632025-02-07T09:59:18.653Z[ recovery-image] Feb 07 09:59:17.151 INFO O| Feb 07 09:59:17.151 INFO STEP 938 (remove_files) COMPLETE
72642025-02-07T09:59:18.653Z[ recovery-image] Feb 07 09:59:17.151 INFO O| Feb 07 09:59:17.151 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652025-02-07T09:59:18.687Z[ recovery-image] Feb 07 09:59:17.186 INFO O| Feb 07 09:59:17.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72662025-02-07T09:59:18.687Z[ recovery-image] Feb 07 09:59:17.186 INFO O| Feb 07 09:59:17.186 INFO STEP 939 (remove_files) COMPLETE
72672025-02-07T09:59:18.690Z[ recovery-image] Feb 07 09:59:17.186 INFO O| Feb 07 09:59:17.186 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682025-02-07T09:59:18.744Z[ recovery-image] Feb 07 09:59:17.243 INFO O| Feb 07 09:59:17.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72692025-02-07T09:59:18.744Z[ recovery-image] Feb 07 09:59:17.243 INFO O| Feb 07 09:59:17.243 INFO STEP 940 (remove_files) COMPLETE
72702025-02-07T09:59:18.747Z[ recovery-image] Feb 07 09:59:17.243 INFO O| Feb 07 09:59:17.243 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712025-02-07T09:59:18.765Z[ recovery-image] Feb 07 09:59:17.264 INFO O| Feb 07 09:59:17.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72722025-02-07T09:59:18.765Z[ recovery-image] Feb 07 09:59:17.264 INFO O| Feb 07 09:59:17.264 INFO STEP 941 (remove_files) COMPLETE
72732025-02-07T09:59:18.765Z[ recovery-image] Feb 07 09:59:17.264 INFO O| Feb 07 09:59:17.264 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742025-02-07T09:59:18.787Z[ recovery-image] Feb 07 09:59:17.286 INFO O| Feb 07 09:59:17.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72752025-02-07T09:59:18.790Z[ recovery-image] Feb 07 09:59:17.286 INFO O| Feb 07 09:59:17.286 INFO STEP 942 (remove_files) COMPLETE
72762025-02-07T09:59:18.790Z[ recovery-image] Feb 07 09:59:17.286 INFO O| Feb 07 09:59:17.286 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772025-02-07T09:59:18.807Z[ recovery-image] Feb 07 09:59:17.306 INFO O| Feb 07 09:59:17.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72782025-02-07T09:59:18.807Z[ recovery-image] Feb 07 09:59:17.307 INFO O| Feb 07 09:59:17.307 INFO STEP 943 (remove_files) COMPLETE
72792025-02-07T09:59:18.810Z[ recovery-image] Feb 07 09:59:17.307 INFO O| Feb 07 09:59:17.307 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802025-02-07T09:59:18.827Z[ recovery-image] Feb 07 09:59:17.325 INFO O| Feb 07 09:59:17.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72812025-02-07T09:59:18.827Z[ recovery-image] Feb 07 09:59:17.325 INFO O| Feb 07 09:59:17.325 INFO STEP 944 (remove_files) COMPLETE
72822025-02-07T09:59:18.827Z[ recovery-image] Feb 07 09:59:17.325 INFO O| Feb 07 09:59:17.325 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832025-02-07T09:59:18.850Z[ recovery-image] Feb 07 09:59:17.349 INFO O| Feb 07 09:59:17.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72842025-02-07T09:59:18.853Z[ recovery-image] Feb 07 09:59:17.349 INFO O| Feb 07 09:59:17.349 INFO STEP 945 (remove_files) COMPLETE
72852025-02-07T09:59:18.853Z[ recovery-image] Feb 07 09:59:17.350 INFO O| Feb 07 09:59:17.350 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862025-02-07T09:59:18.885Z[ recovery-image] Feb 07 09:59:17.384 INFO O| Feb 07 09:59:17.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72872025-02-07T09:59:18.885Z[ recovery-image] Feb 07 09:59:17.384 INFO O| Feb 07 09:59:17.384 INFO STEP 946 (remove_files) COMPLETE
72882025-02-07T09:59:18.888Z[ recovery-image] Feb 07 09:59:17.385 INFO O| Feb 07 09:59:17.384 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892025-02-07T09:59:18.903Z[ recovery-image] Feb 07 09:59:17.402 INFO O| Feb 07 09:59:17.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72902025-02-07T09:59:18.906Z[ recovery-image] Feb 07 09:59:17.403 INFO O| Feb 07 09:59:17.403 INFO STEP 947 (remove_files) COMPLETE
72912025-02-07T09:59:18.906Z[ recovery-image] Feb 07 09:59:17.403 INFO O| Feb 07 09:59:17.403 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922025-02-07T09:59:18.922Z[ recovery-image] Feb 07 09:59:17.421 INFO O| Feb 07 09:59:17.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72932025-02-07T09:59:18.922Z[ recovery-image] Feb 07 09:59:17.421 INFO O| Feb 07 09:59:17.421 INFO STEP 948 (remove_files) COMPLETE
72942025-02-07T09:59:18.925Z[ recovery-image] Feb 07 09:59:17.422 INFO O| Feb 07 09:59:17.421 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952025-02-07T09:59:18.940Z[ recovery-image] Feb 07 09:59:17.439 INFO O| Feb 07 09:59:17.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72962025-02-07T09:59:18.943Z[ recovery-image] Feb 07 09:59:17.439 INFO O| Feb 07 09:59:17.439 INFO STEP 949 (remove_files) COMPLETE
72972025-02-07T09:59:18.943Z[ recovery-image] Feb 07 09:59:17.439 INFO O| Feb 07 09:59:17.439 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982025-02-07T09:59:18.958Z[ recovery-image] Feb 07 09:59:17.457 INFO O| Feb 07 09:59:17.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
72992025-02-07T09:59:18.961Z[ recovery-image] Feb 07 09:59:17.458 INFO O| Feb 07 09:59:17.458 INFO STEP 950 (remove_files) COMPLETE
73002025-02-07T09:59:18.961Z[ recovery-image] Feb 07 09:59:17.458 INFO O| Feb 07 09:59:17.458 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012025-02-07T09:59:18.978Z[ recovery-image] Feb 07 09:59:17.477 INFO O| Feb 07 09:59:17.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73022025-02-07T09:59:18.981Z[ recovery-image] Feb 07 09:59:17.477 INFO O| Feb 07 09:59:17.477 INFO STEP 951 (remove_files) COMPLETE
73032025-02-07T09:59:18.981Z[ recovery-image] Feb 07 09:59:17.477 INFO O| Feb 07 09:59:17.477 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042025-02-07T09:59:18.997Z[ recovery-image] Feb 07 09:59:17.496 INFO O| Feb 07 09:59:17.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73052025-02-07T09:59:19.000Z[ recovery-image] Feb 07 09:59:17.497 INFO O| Feb 07 09:59:17.497 INFO STEP 952 (remove_files) COMPLETE
73062025-02-07T09:59:19.000Z[ recovery-image] Feb 07 09:59:17.497 INFO O| Feb 07 09:59:17.497 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072025-02-07T09:59:19.021Z[ recovery-image] Feb 07 09:59:17.520 INFO O| Feb 07 09:59:17.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73082025-02-07T09:59:19.024Z[ recovery-image] Feb 07 09:59:17.520 INFO O| Feb 07 09:59:17.520 INFO STEP 953 (remove_files) COMPLETE
73092025-02-07T09:59:19.024Z[ recovery-image] Feb 07 09:59:17.520 INFO O| Feb 07 09:59:17.520 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102025-02-07T09:59:19.039Z[ recovery-image] Feb 07 09:59:17.538 INFO O| Feb 07 09:59:17.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73112025-02-07T09:59:19.041Z[ recovery-image] Feb 07 09:59:17.538 INFO O| Feb 07 09:59:17.538 INFO STEP 954 (remove_files) COMPLETE
73122025-02-07T09:59:19.042Z[ recovery-image] Feb 07 09:59:17.538 INFO O| Feb 07 09:59:17.538 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132025-02-07T09:59:19.056Z[ recovery-image] Feb 07 09:59:17.555 INFO O| Feb 07 09:59:17.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73142025-02-07T09:59:19.056Z[ recovery-image] Feb 07 09:59:17.555 INFO O| Feb 07 09:59:17.555 INFO STEP 955 (remove_files) COMPLETE
73152025-02-07T09:59:19.056Z[ recovery-image] Feb 07 09:59:17.555 INFO O| Feb 07 09:59:17.555 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162025-02-07T09:59:19.078Z[ recovery-image] Feb 07 09:59:17.576 INFO O| Feb 07 09:59:17.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73172025-02-07T09:59:19.078Z[ recovery-image] Feb 07 09:59:17.576 INFO O| Feb 07 09:59:17.576 INFO STEP 956 (remove_files) COMPLETE
73182025-02-07T09:59:19.078Z[ recovery-image] Feb 07 09:59:17.576 INFO O| Feb 07 09:59:17.576 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192025-02-07T09:59:19.128Z[ recovery-image] Feb 07 09:59:17.627 INFO O| Feb 07 09:59:17.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73202025-02-07T09:59:19.128Z[ recovery-image] Feb 07 09:59:17.627 INFO O| Feb 07 09:59:17.627 INFO STEP 957 (remove_files) COMPLETE
73212025-02-07T09:59:19.131Z[ recovery-image] Feb 07 09:59:17.627 INFO O| Feb 07 09:59:17.627 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222025-02-07T09:59:19.147Z[ recovery-image] Feb 07 09:59:17.646 INFO O| Feb 07 09:59:17.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73232025-02-07T09:59:19.147Z[ recovery-image] Feb 07 09:59:17.646 INFO O| Feb 07 09:59:17.646 INFO STEP 958 (remove_files) COMPLETE
73242025-02-07T09:59:19.149Z[ recovery-image] Feb 07 09:59:17.646 INFO O| Feb 07 09:59:17.646 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252025-02-07T09:59:19.168Z[ recovery-image] Feb 07 09:59:17.667 INFO O| Feb 07 09:59:17.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73262025-02-07T09:59:19.170Z[ recovery-image] Feb 07 09:59:17.667 INFO O| Feb 07 09:59:17.667 INFO STEP 959 (remove_files) COMPLETE
73272025-02-07T09:59:19.170Z[ recovery-image] Feb 07 09:59:17.667 INFO O| Feb 07 09:59:17.667 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282025-02-07T09:59:19.206Z[ recovery-image] Feb 07 09:59:17.705 INFO O| Feb 07 09:59:17.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73292025-02-07T09:59:19.206Z[ recovery-image] Feb 07 09:59:17.705 INFO O| Feb 07 09:59:17.705 INFO STEP 960 (remove_files) COMPLETE
73302025-02-07T09:59:19.206Z[ recovery-image] Feb 07 09:59:17.705 INFO O| Feb 07 09:59:17.705 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312025-02-07T09:59:19.246Z[ recovery-image] Feb 07 09:59:17.745 INFO O| Feb 07 09:59:17.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73322025-02-07T09:59:19.248Z[ recovery-image] Feb 07 09:59:17.745 INFO O| Feb 07 09:59:17.745 INFO STEP 961 (remove_files) COMPLETE
73332025-02-07T09:59:19.248Z[ recovery-image] Feb 07 09:59:17.745 INFO O| Feb 07 09:59:17.745 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342025-02-07T09:59:19.265Z[ recovery-image] Feb 07 09:59:17.764 INFO O| Feb 07 09:59:17.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73352025-02-07T09:59:19.265Z[ recovery-image] Feb 07 09:59:17.765 INFO O| Feb 07 09:59:17.764 INFO STEP 962 (remove_files) COMPLETE
73362025-02-07T09:59:19.268Z[ recovery-image] Feb 07 09:59:17.765 INFO O| Feb 07 09:59:17.765 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372025-02-07T09:59:19.297Z[ recovery-image] Feb 07 09:59:17.796 INFO O| Feb 07 09:59:17.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73382025-02-07T09:59:19.297Z[ recovery-image] Feb 07 09:59:17.796 INFO O| Feb 07 09:59:17.796 INFO STEP 963 (remove_files) COMPLETE
73392025-02-07T09:59:19.301Z[ recovery-image] Feb 07 09:59:17.797 INFO O| Feb 07 09:59:17.796 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402025-02-07T09:59:19.319Z[ recovery-image] Feb 07 09:59:17.818 INFO O| Feb 07 09:59:17.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73412025-02-07T09:59:19.319Z[ recovery-image] Feb 07 09:59:17.818 INFO O| Feb 07 09:59:17.818 INFO STEP 964 (remove_files) COMPLETE
73422025-02-07T09:59:19.322Z[ recovery-image] Feb 07 09:59:17.818 INFO O| Feb 07 09:59:17.818 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432025-02-07T09:59:19.354Z[ recovery-image] Feb 07 09:59:17.853 INFO O| Feb 07 09:59:17.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73442025-02-07T09:59:19.375Z[ recovery-image] Feb 07 09:59:17.874 INFO O| Feb 07 09:59:17.874 INFO STEP 965 (remove_files) COMPLETE
73452025-02-07T09:59:19.376Z[ recovery-image] Feb 07 09:59:17.874 INFO O| Feb 07 09:59:17.874 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462025-02-07T09:59:19.452Z[ recovery-image] Feb 07 09:59:17.951 INFO O| Feb 07 09:59:17.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73472025-02-07T09:59:19.455Z[ recovery-image] Feb 07 09:59:17.951 INFO O| Feb 07 09:59:17.951 INFO STEP 966 (remove_files) COMPLETE
73482025-02-07T09:59:19.455Z[ recovery-image] Feb 07 09:59:17.951 INFO O| Feb 07 09:59:17.951 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492025-02-07T09:59:19.474Z[ recovery-image] Feb 07 09:59:17.973 INFO O| Feb 07 09:59:17.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73502025-02-07T09:59:19.476Z[ recovery-image] Feb 07 09:59:17.973 INFO O| Feb 07 09:59:17.973 INFO STEP 967 (remove_files) COMPLETE
73512025-02-07T09:59:19.476Z[ recovery-image] Feb 07 09:59:17.973 INFO O| Feb 07 09:59:17.973 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522025-02-07T09:59:19.509Z[ recovery-image] Feb 07 09:59:18.008 INFO O| Feb 07 09:59:18.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73532025-02-07T09:59:19.511Z[ recovery-image] Feb 07 09:59:18.008 INFO O| Feb 07 09:59:18.008 INFO STEP 968 (remove_files) COMPLETE
73542025-02-07T09:59:19.511Z[ recovery-image] Feb 07 09:59:18.008 INFO O| Feb 07 09:59:18.008 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552025-02-07T09:59:19.543Z[ recovery-image] Feb 07 09:59:18.042 INFO O| Feb 07 09:59:18.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73562025-02-07T09:59:19.546Z[ recovery-image] Feb 07 09:59:18.042 INFO O| Feb 07 09:59:18.042 INFO STEP 969 (remove_files) COMPLETE
73572025-02-07T09:59:19.546Z[ recovery-image] Feb 07 09:59:18.042 INFO O| Feb 07 09:59:18.042 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582025-02-07T09:59:19.581Z[ recovery-image] Feb 07 09:59:18.080 INFO O| Feb 07 09:59:18.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73592025-02-07T09:59:19.581Z[ recovery-image] Feb 07 09:59:18.080 INFO O| Feb 07 09:59:18.080 INFO STEP 970 (remove_files) COMPLETE
73602025-02-07T09:59:19.581Z[ recovery-image] Feb 07 09:59:18.080 INFO O| Feb 07 09:59:18.080 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612025-02-07T09:59:19.602Z[ recovery-image] Feb 07 09:59:18.101 INFO O| Feb 07 09:59:18.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73622025-02-07T09:59:19.602Z[ recovery-image] Feb 07 09:59:18.101 INFO O| Feb 07 09:59:18.101 INFO STEP 971 (remove_files) COMPLETE
73632025-02-07T09:59:19.602Z[ recovery-image] Feb 07 09:59:18.101 INFO O| Feb 07 09:59:18.101 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642025-02-07T09:59:19.623Z[ recovery-image] Feb 07 09:59:18.122 INFO O| Feb 07 09:59:18.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73652025-02-07T09:59:19.623Z[ recovery-image] Feb 07 09:59:18.122 INFO O| Feb 07 09:59:18.122 INFO STEP 972 (remove_files) COMPLETE
73662025-02-07T09:59:19.623Z[ recovery-image] Feb 07 09:59:18.122 INFO O| Feb 07 09:59:18.122 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672025-02-07T09:59:19.667Z[ recovery-image] Feb 07 09:59:18.165 INFO O| Feb 07 09:59:18.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73682025-02-07T09:59:19.667Z[ recovery-image] Feb 07 09:59:18.165 INFO O| Feb 07 09:59:18.165 INFO STEP 973 (remove_files) COMPLETE
73692025-02-07T09:59:19.667Z[ recovery-image] Feb 07 09:59:18.165 INFO O| Feb 07 09:59:18.165 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702025-02-07T09:59:19.716Z[ recovery-image] Feb 07 09:59:18.215 INFO O| Feb 07 09:59:18.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73712025-02-07T09:59:19.716Z[ recovery-image] Feb 07 09:59:18.215 INFO O| Feb 07 09:59:18.215 INFO STEP 974 (remove_files) COMPLETE
73722025-02-07T09:59:19.716Z[ recovery-image] Feb 07 09:59:18.215 INFO O| Feb 07 09:59:18.215 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732025-02-07T09:59:19.737Z[ recovery-image] Feb 07 09:59:18.236 INFO O| Feb 07 09:59:18.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73742025-02-07T09:59:19.740Z[ recovery-image] Feb 07 09:59:18.236 INFO O| Feb 07 09:59:18.236 INFO STEP 975 (remove_files) COMPLETE
73752025-02-07T09:59:19.740Z[ recovery-image] Feb 07 09:59:18.236 INFO O| Feb 07 09:59:18.236 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762025-02-07T09:59:19.775Z[ recovery-image] Feb 07 09:59:18.274 INFO O| Feb 07 09:59:18.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73772025-02-07T09:59:19.775Z[ recovery-image] Feb 07 09:59:18.274 INFO O| Feb 07 09:59:18.274 INFO STEP 976 (remove_files) COMPLETE
73782025-02-07T09:59:19.778Z[ recovery-image] Feb 07 09:59:18.274 INFO O| Feb 07 09:59:18.274 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792025-02-07T09:59:19.795Z[ recovery-image] Feb 07 09:59:18.294 INFO O| Feb 07 09:59:18.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73802025-02-07T09:59:19.795Z[ recovery-image] Feb 07 09:59:18.294 INFO O| Feb 07 09:59:18.294 INFO STEP 977 (remove_files) COMPLETE
73812025-02-07T09:59:19.795Z[ recovery-image] Feb 07 09:59:18.294 INFO O| Feb 07 09:59:18.294 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822025-02-07T09:59:19.830Z[ recovery-image] Feb 07 09:59:18.329 INFO O| Feb 07 09:59:18.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73832025-02-07T09:59:19.830Z[ recovery-image] Feb 07 09:59:18.329 INFO O| Feb 07 09:59:18.329 INFO STEP 978 (remove_files) COMPLETE
73842025-02-07T09:59:19.830Z[ recovery-image] Feb 07 09:59:18.329 INFO O| Feb 07 09:59:18.329 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852025-02-07T09:59:19.865Z[ recovery-image] Feb 07 09:59:18.364 INFO O| Feb 07 09:59:18.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73862025-02-07T09:59:19.865Z[ recovery-image] Feb 07 09:59:18.364 INFO O| Feb 07 09:59:18.364 INFO STEP 979 (remove_files) COMPLETE
73872025-02-07T09:59:19.868Z[ recovery-image] Feb 07 09:59:18.364 INFO O| Feb 07 09:59:18.364 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882025-02-07T09:59:19.885Z[ recovery-image] Feb 07 09:59:18.384 INFO O| Feb 07 09:59:18.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73892025-02-07T09:59:19.885Z[ recovery-image] Feb 07 09:59:18.384 INFO O| Feb 07 09:59:18.384 INFO STEP 980 (remove_files) COMPLETE
73902025-02-07T09:59:19.888Z[ recovery-image] Feb 07 09:59:18.384 INFO O| Feb 07 09:59:18.384 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912025-02-07T09:59:19.905Z[ recovery-image] Feb 07 09:59:18.404 INFO O| Feb 07 09:59:18.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73922025-02-07T09:59:19.926Z[ recovery-image] Feb 07 09:59:18.424 INFO O| Feb 07 09:59:18.424 INFO STEP 981 (remove_files) COMPLETE
73932025-02-07T09:59:19.926Z[ recovery-image] Feb 07 09:59:18.424 INFO O| Feb 07 09:59:18.424 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942025-02-07T09:59:19.960Z[ recovery-image] Feb 07 09:59:18.459 INFO O| Feb 07 09:59:18.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73952025-02-07T09:59:19.966Z[ recovery-image] Feb 07 09:59:18.465 INFO O| Feb 07 09:59:18.465 INFO STEP 982 (remove_files) COMPLETE
73962025-02-07T09:59:19.966Z[ recovery-image] Feb 07 09:59:18.465 INFO O| Feb 07 09:59:18.465 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972025-02-07T09:59:19.995Z[ recovery-image] Feb 07 09:59:18.494 INFO O| Feb 07 09:59:18.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
73982025-02-07T09:59:19.996Z[ recovery-image] Feb 07 09:59:18.494 INFO O| Feb 07 09:59:18.494 INFO STEP 983 (remove_files) COMPLETE
73992025-02-07T09:59:19.996Z[ recovery-image] Feb 07 09:59:18.494 INFO O| Feb 07 09:59:18.494 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002025-02-07T09:59:20.016Z[ recovery-image] Feb 07 09:59:18.514 INFO O| Feb 07 09:59:18.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74012025-02-07T09:59:20.016Z[ recovery-image] Feb 07 09:59:18.515 INFO O| Feb 07 09:59:18.515 INFO STEP 984 (remove_files) COMPLETE
74022025-02-07T09:59:20.017Z[ recovery-image] Feb 07 09:59:18.515 INFO O| Feb 07 09:59:18.515 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032025-02-07T09:59:20.035Z[ recovery-image] Feb 07 09:59:18.534 INFO O| Feb 07 09:59:18.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74042025-02-07T09:59:20.035Z[ recovery-image] Feb 07 09:59:18.534 INFO O| Feb 07 09:59:18.534 INFO STEP 985 (remove_files) COMPLETE
74052025-02-07T09:59:20.035Z[ recovery-image] Feb 07 09:59:18.534 INFO O| Feb 07 09:59:18.534 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062025-02-07T09:59:20.053Z[ recovery-image] Feb 07 09:59:18.552 INFO O| Feb 07 09:59:18.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74072025-02-07T09:59:20.053Z[ recovery-image] Feb 07 09:59:18.552 INFO O| Feb 07 09:59:18.552 INFO STEP 986 (remove_files) COMPLETE
74082025-02-07T09:59:20.056Z[ recovery-image] Feb 07 09:59:18.552 INFO O| Feb 07 09:59:18.552 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092025-02-07T09:59:20.072Z[ recovery-image] Feb 07 09:59:18.571 INFO O| Feb 07 09:59:18.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74102025-02-07T09:59:20.072Z[ recovery-image] Feb 07 09:59:18.571 INFO O| Feb 07 09:59:18.571 INFO STEP 987 (remove_files) COMPLETE
74112025-02-07T09:59:20.072Z[ recovery-image] Feb 07 09:59:18.571 INFO O| Feb 07 09:59:18.571 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-02-07T09:59:20.125Z[ recovery-image] Feb 07 09:59:18.624 INFO O| Feb 07 09:59:18.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74132025-02-07T09:59:20.145Z[ recovery-image] Feb 07 09:59:18.644 INFO O| Feb 07 09:59:18.644 INFO STEP 988 (remove_files) COMPLETE
74142025-02-07T09:59:20.145Z[ recovery-image] Feb 07 09:59:18.644 INFO O| Feb 07 09:59:18.644 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-02-07T09:59:20.191Z[ recovery-image] Feb 07 09:59:18.689 INFO O| Feb 07 09:59:18.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74162025-02-07T09:59:20.200Z[ recovery-image] Feb 07 09:59:18.699 INFO O| Feb 07 09:59:18.698 INFO STEP 989 (remove_files) COMPLETE
74172025-02-07T09:59:20.200Z[ recovery-image] Feb 07 09:59:18.699 INFO O| Feb 07 09:59:18.699 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-02-07T09:59:20.221Z[ recovery-image] Feb 07 09:59:18.720 INFO O| Feb 07 09:59:18.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74192025-02-07T09:59:20.221Z[ recovery-image] Feb 07 09:59:18.720 INFO O| Feb 07 09:59:18.720 INFO STEP 990 (remove_files) COMPLETE
74202025-02-07T09:59:20.224Z[ recovery-image] Feb 07 09:59:18.720 INFO O| Feb 07 09:59:18.720 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-02-07T09:59:20.330Z[ recovery-image] Feb 07 09:59:18.829 INFO O| Feb 07 09:59:18.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74222025-02-07T09:59:20.330Z[ recovery-image] Feb 07 09:59:18.829 INFO O| Feb 07 09:59:18.829 INFO STEP 991 (remove_files) COMPLETE
74232025-02-07T09:59:20.330Z[ recovery-image] Feb 07 09:59:18.829 INFO O| Feb 07 09:59:18.829 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-02-07T09:59:20.350Z[ recovery-image] Feb 07 09:59:18.849 INFO O| Feb 07 09:59:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74252025-02-07T09:59:20.350Z[ recovery-image] Feb 07 09:59:18.849 INFO O| Feb 07 09:59:18.849 INFO STEP 992 (remove_files) COMPLETE
74262025-02-07T09:59:20.350Z[ recovery-image] Feb 07 09:59:18.849 INFO O| Feb 07 09:59:18.849 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-02-07T09:59:20.372Z[ recovery-image] Feb 07 09:59:18.869 INFO O| Feb 07 09:59:18.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74282025-02-07T09:59:20.372Z[ recovery-image] Feb 07 09:59:18.869 INFO O| Feb 07 09:59:18.869 INFO STEP 993 (remove_files) COMPLETE
74292025-02-07T09:59:20.372Z[ recovery-image] Feb 07 09:59:18.869 INFO O| Feb 07 09:59:18.869 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-02-07T09:59:20.390Z[ recovery-image] Feb 07 09:59:18.889 INFO O| Feb 07 09:59:18.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74312025-02-07T09:59:20.390Z[ recovery-image] Feb 07 09:59:18.889 INFO O| Feb 07 09:59:18.889 INFO STEP 994 (remove_files) COMPLETE
74322025-02-07T09:59:20.393Z[ recovery-image] Feb 07 09:59:18.889 INFO O| Feb 07 09:59:18.889 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-02-07T09:59:20.410Z[ recovery-image] Feb 07 09:59:18.909 INFO O| Feb 07 09:59:18.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74342025-02-07T09:59:20.413Z[ recovery-image] Feb 07 09:59:18.910 INFO O| Feb 07 09:59:18.909 INFO STEP 995 (remove_files) COMPLETE
74352025-02-07T09:59:20.413Z[ recovery-image] Feb 07 09:59:18.910 INFO O| Feb 07 09:59:18.910 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-02-07T09:59:20.430Z[ recovery-image] Feb 07 09:59:18.929 INFO O| Feb 07 09:59:18.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74372025-02-07T09:59:20.433Z[ recovery-image] Feb 07 09:59:18.930 INFO O| Feb 07 09:59:18.930 INFO STEP 996 (remove_files) COMPLETE
74382025-02-07T09:59:20.433Z[ recovery-image] Feb 07 09:59:18.930 INFO O| Feb 07 09:59:18.930 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-02-07T09:59:20.450Z[ recovery-image] Feb 07 09:59:18.949 INFO O| Feb 07 09:59:18.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74402025-02-07T09:59:20.453Z[ recovery-image] Feb 07 09:59:18.949 INFO O| Feb 07 09:59:18.949 INFO STEP 997 (remove_files) COMPLETE
74412025-02-07T09:59:20.453Z[ recovery-image] Feb 07 09:59:18.950 INFO O| Feb 07 09:59:18.949 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-02-07T09:59:20.470Z[ recovery-image] Feb 07 09:59:18.969 INFO O| Feb 07 09:59:18.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74432025-02-07T09:59:20.473Z[ recovery-image] Feb 07 09:59:18.969 INFO O| Feb 07 09:59:18.969 INFO STEP 998 (remove_files) COMPLETE
74442025-02-07T09:59:20.473Z[ recovery-image] Feb 07 09:59:18.970 INFO O| Feb 07 09:59:18.969 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-02-07T09:59:20.491Z[ recovery-image] Feb 07 09:59:18.989 INFO O| Feb 07 09:59:18.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74462025-02-07T09:59:20.494Z[ recovery-image] Feb 07 09:59:18.989 INFO O| Feb 07 09:59:18.989 INFO STEP 999 (remove_files) COMPLETE
74472025-02-07T09:59:20.494Z[ recovery-image] Feb 07 09:59:18.990 INFO O| Feb 07 09:59:18.989 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-02-07T09:59:20.515Z[ recovery-image] Feb 07 09:59:19.014 INFO O| Feb 07 09:59:19.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74492025-02-07T09:59:20.515Z[ recovery-image] Feb 07 09:59:19.014 INFO O| Feb 07 09:59:19.014 INFO STEP 1000 (remove_files) COMPLETE
74502025-02-07T09:59:20.515Z[ recovery-image] Feb 07 09:59:19.014 INFO O| Feb 07 09:59:19.014 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-02-07T09:59:20.612Z[ recovery-image] Feb 07 09:59:19.111 INFO O| Feb 07 09:59:19.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74522025-02-07T09:59:20.612Z[ recovery-image] Feb 07 09:59:19.111 INFO O| Feb 07 09:59:19.111 INFO STEP 1001 (remove_files) COMPLETE
74532025-02-07T09:59:20.612Z[ recovery-image] Feb 07 09:59:19.111 INFO O| Feb 07 09:59:19.111 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-02-07T09:59:20.633Z[ recovery-image] Feb 07 09:59:19.132 INFO O| Feb 07 09:59:19.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74552025-02-07T09:59:20.633Z[ recovery-image] Feb 07 09:59:19.132 INFO O| Feb 07 09:59:19.132 INFO STEP 1002 (remove_files) COMPLETE
74562025-02-07T09:59:20.633Z[ recovery-image] Feb 07 09:59:19.132 INFO O| Feb 07 09:59:19.132 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-02-07T09:59:20.676Z[ recovery-image] Feb 07 09:59:19.175 INFO O| Feb 07 09:59:19.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74582025-02-07T09:59:20.676Z[ recovery-image] Feb 07 09:59:19.175 INFO O| Feb 07 09:59:19.175 INFO STEP 1003 (remove_files) COMPLETE
74592025-02-07T09:59:20.679Z[ recovery-image] Feb 07 09:59:19.175 INFO O| Feb 07 09:59:19.175 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-02-07T09:59:20.719Z[ recovery-image] Feb 07 09:59:19.217 INFO O| Feb 07 09:59:19.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74612025-02-07T09:59:20.719Z[ recovery-image] Feb 07 09:59:19.217 INFO O| Feb 07 09:59:19.217 INFO STEP 1004 (remove_files) COMPLETE
74622025-02-07T09:59:20.719Z[ recovery-image] Feb 07 09:59:19.217 INFO O| Feb 07 09:59:19.217 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-02-07T09:59:20.778Z[ recovery-image] Feb 07 09:59:19.277 INFO O| Feb 07 09:59:19.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74642025-02-07T09:59:20.778Z[ recovery-image] Feb 07 09:59:19.277 INFO O| Feb 07 09:59:19.277 INFO STEP 1005 (remove_files) COMPLETE
74652025-02-07T09:59:20.778Z[ recovery-image] Feb 07 09:59:19.277 INFO O| Feb 07 09:59:19.277 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-02-07T09:59:20.855Z[ recovery-image] Feb 07 09:59:19.354 INFO O| Feb 07 09:59:19.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74672025-02-07T09:59:20.858Z[ recovery-image] Feb 07 09:59:19.354 INFO O| Feb 07 09:59:19.354 INFO STEP 1006 (remove_files) COMPLETE
74682025-02-07T09:59:20.858Z[ recovery-image] Feb 07 09:59:19.354 INFO O| Feb 07 09:59:19.354 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-02-07T09:59:20.895Z[ recovery-image] Feb 07 09:59:19.394 INFO O| Feb 07 09:59:19.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74702025-02-07T09:59:20.895Z[ recovery-image] Feb 07 09:59:19.394 INFO O| Feb 07 09:59:19.394 INFO STEP 1007 (remove_files) COMPLETE
74712025-02-07T09:59:20.899Z[ recovery-image] Feb 07 09:59:19.394 INFO O| Feb 07 09:59:19.394 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722025-02-07T09:59:20.937Z[ recovery-image] Feb 07 09:59:19.436 INFO O| Feb 07 09:59:19.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74732025-02-07T09:59:20.938Z[ recovery-image] Feb 07 09:59:19.436 INFO O| Feb 07 09:59:19.436 INFO STEP 1008 (remove_files) COMPLETE
74742025-02-07T09:59:20.943Z[ recovery-image] Feb 07 09:59:19.436 INFO O| Feb 07 09:59:19.436 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752025-02-07T09:59:20.967Z[ recovery-image] Feb 07 09:59:19.465 INFO O| Feb 07 09:59:19.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74762025-02-07T09:59:20.967Z[ recovery-image] Feb 07 09:59:19.465 INFO O| Feb 07 09:59:19.465 INFO STEP 1009 (remove_files) COMPLETE
74772025-02-07T09:59:20.967Z[ recovery-image] Feb 07 09:59:19.465 INFO O| Feb 07 09:59:19.465 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782025-02-07T09:59:21.023Z[ recovery-image] Feb 07 09:59:19.522 INFO O| Feb 07 09:59:19.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74792025-02-07T09:59:21.024Z[ recovery-image] Feb 07 09:59:19.522 INFO O| Feb 07 09:59:19.522 INFO STEP 1010 (remove_files) COMPLETE
74802025-02-07T09:59:21.024Z[ recovery-image] Feb 07 09:59:19.522 INFO O| Feb 07 09:59:19.522 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812025-02-07T09:59:21.080Z[ recovery-image] Feb 07 09:59:19.578 INFO O| Feb 07 09:59:19.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74822025-02-07T09:59:21.080Z[ recovery-image] Feb 07 09:59:19.578 INFO O| Feb 07 09:59:19.578 INFO STEP 1011 (remove_files) COMPLETE
74832025-02-07T09:59:21.080Z[ recovery-image] Feb 07 09:59:19.578 INFO O| Feb 07 09:59:19.578 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842025-02-07T09:59:21.101Z[ recovery-image] Feb 07 09:59:19.599 INFO O| Feb 07 09:59:19.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74852025-02-07T09:59:21.101Z[ recovery-image] Feb 07 09:59:19.600 INFO O| Feb 07 09:59:19.599 INFO STEP 1012 (remove_files) COMPLETE
74862025-02-07T09:59:21.101Z[ recovery-image] Feb 07 09:59:19.600 INFO O| Feb 07 09:59:19.599 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872025-02-07T09:59:21.121Z[ recovery-image] Feb 07 09:59:19.620 INFO O| Feb 07 09:59:19.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74882025-02-07T09:59:21.121Z[ recovery-image] Feb 07 09:59:19.620 INFO O| Feb 07 09:59:19.620 INFO STEP 1013 (remove_files) COMPLETE
74892025-02-07T09:59:21.121Z[ recovery-image] Feb 07 09:59:19.620 INFO O| Feb 07 09:59:19.620 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902025-02-07T09:59:21.162Z[ recovery-image] Feb 07 09:59:19.661 INFO O| Feb 07 09:59:19.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74912025-02-07T09:59:21.162Z[ recovery-image] Feb 07 09:59:19.661 INFO O| Feb 07 09:59:19.661 INFO STEP 1014 (remove_files) COMPLETE
74922025-02-07T09:59:21.162Z[ recovery-image] Feb 07 09:59:19.661 INFO O| Feb 07 09:59:19.661 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932025-02-07T09:59:21.182Z[ recovery-image] Feb 07 09:59:19.681 INFO O| Feb 07 09:59:19.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74942025-02-07T09:59:21.182Z[ recovery-image] Feb 07 09:59:19.681 INFO O| Feb 07 09:59:19.681 INFO STEP 1015 (remove_files) COMPLETE
74952025-02-07T09:59:21.182Z[ recovery-image] Feb 07 09:59:19.681 INFO O| Feb 07 09:59:19.681 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962025-02-07T09:59:21.239Z[ recovery-image] Feb 07 09:59:19.737 INFO O| Feb 07 09:59:19.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74972025-02-07T09:59:21.239Z[ recovery-image] Feb 07 09:59:19.737 INFO O| Feb 07 09:59:19.737 INFO STEP 1016 (remove_files) COMPLETE
74982025-02-07T09:59:21.239Z[ recovery-image] Feb 07 09:59:19.737 INFO O| Feb 07 09:59:19.737 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992025-02-07T09:59:21.258Z[ recovery-image] Feb 07 09:59:19.756 INFO O| Feb 07 09:59:19.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75002025-02-07T09:59:21.258Z[ recovery-image] Feb 07 09:59:19.756 INFO O| Feb 07 09:59:19.756 INFO STEP 1017 (remove_files) COMPLETE
75012025-02-07T09:59:21.258Z[ recovery-image] Feb 07 09:59:19.756 INFO O| Feb 07 09:59:19.756 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022025-02-07T09:59:21.278Z[ recovery-image] Feb 07 09:59:19.776 INFO O| Feb 07 09:59:19.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75032025-02-07T09:59:21.278Z[ recovery-image] Feb 07 09:59:19.776 INFO O| Feb 07 09:59:19.776 INFO STEP 1018 (remove_files) COMPLETE
75042025-02-07T09:59:21.278Z[ recovery-image] Feb 07 09:59:19.776 INFO O| Feb 07 09:59:19.776 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052025-02-07T09:59:21.296Z[ recovery-image] Feb 07 09:59:19.795 INFO O| Feb 07 09:59:19.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75062025-02-07T09:59:21.296Z[ recovery-image] Feb 07 09:59:19.795 INFO O| Feb 07 09:59:19.795 INFO STEP 1019 (remove_files) COMPLETE
75072025-02-07T09:59:21.296Z[ recovery-image] Feb 07 09:59:19.795 INFO O| Feb 07 09:59:19.795 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082025-02-07T09:59:21.315Z[ recovery-image] Feb 07 09:59:19.814 INFO O| Feb 07 09:59:19.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75092025-02-07T09:59:21.316Z[ recovery-image] Feb 07 09:59:19.814 INFO O| Feb 07 09:59:19.814 INFO STEP 1020 (remove_files) COMPLETE
75102025-02-07T09:59:21.316Z[ recovery-image] Feb 07 09:59:19.814 INFO O| Feb 07 09:59:19.814 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112025-02-07T09:59:21.347Z[ recovery-image] Feb 07 09:59:19.846 INFO O| Feb 07 09:59:19.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75122025-02-07T09:59:21.350Z[ recovery-image] Feb 07 09:59:19.846 INFO O| Feb 07 09:59:19.846 INFO STEP 1021 (remove_files) COMPLETE
75132025-02-07T09:59:21.350Z[ recovery-image] Feb 07 09:59:19.846 INFO O| Feb 07 09:59:19.846 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142025-02-07T09:59:21.390Z[ recovery-image] Feb 07 09:59:19.888 INFO O| Feb 07 09:59:19.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75152025-02-07T09:59:21.392Z[ recovery-image] Feb 07 09:59:19.889 INFO O| Feb 07 09:59:19.889 INFO STEP 1022 (remove_files) COMPLETE
75162025-02-07T09:59:21.393Z[ recovery-image] Feb 07 09:59:19.889 INFO O| Feb 07 09:59:19.889 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172025-02-07T09:59:21.410Z[ recovery-image] Feb 07 09:59:19.909 INFO O| Feb 07 09:59:19.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75182025-02-07T09:59:21.413Z[ recovery-image] Feb 07 09:59:19.909 INFO O| Feb 07 09:59:19.909 INFO STEP 1023 (remove_files) COMPLETE
75192025-02-07T09:59:21.413Z[ recovery-image] Feb 07 09:59:19.909 INFO O| Feb 07 09:59:19.909 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202025-02-07T09:59:21.444Z[ recovery-image] Feb 07 09:59:19.942 INFO O| Feb 07 09:59:19.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75212025-02-07T09:59:21.447Z[ recovery-image] Feb 07 09:59:19.943 INFO O| Feb 07 09:59:19.942 INFO STEP 1024 (remove_files) COMPLETE
75222025-02-07T09:59:21.447Z[ recovery-image] Feb 07 09:59:19.943 INFO O| Feb 07 09:59:19.943 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232025-02-07T09:59:21.466Z[ recovery-image] Feb 07 09:59:19.965 INFO O| Feb 07 09:59:19.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75242025-02-07T09:59:21.469Z[ recovery-image] Feb 07 09:59:19.965 INFO O| Feb 07 09:59:19.965 INFO STEP 1025 (remove_files) COMPLETE
75252025-02-07T09:59:21.469Z[ recovery-image] Feb 07 09:59:19.965 INFO O| Feb 07 09:59:19.965 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262025-02-07T09:59:21.487Z[ recovery-image] Feb 07 09:59:19.986 INFO O| Feb 07 09:59:19.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75272025-02-07T09:59:21.490Z[ recovery-image] Feb 07 09:59:19.986 INFO O| Feb 07 09:59:19.986 INFO STEP 1026 (remove_files) COMPLETE
75282025-02-07T09:59:21.490Z[ recovery-image] Feb 07 09:59:19.986 INFO O| Feb 07 09:59:19.986 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292025-02-07T09:59:21.509Z[ recovery-image] Feb 07 09:59:20.008 INFO O| Feb 07 09:59:20.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75302025-02-07T09:59:21.512Z[ recovery-image] Feb 07 09:59:20.008 INFO O| Feb 07 09:59:20.008 INFO STEP 1027 (remove_files) COMPLETE
75312025-02-07T09:59:21.512Z[ recovery-image] Feb 07 09:59:20.008 INFO O| Feb 07 09:59:20.008 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322025-02-07T09:59:21.530Z[ recovery-image] Feb 07 09:59:20.029 INFO O| Feb 07 09:59:20.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75332025-02-07T09:59:21.536Z[ recovery-image] Feb 07 09:59:20.029 INFO O| Feb 07 09:59:20.029 INFO STEP 1028 (remove_files) COMPLETE
75342025-02-07T09:59:21.536Z[ recovery-image] Feb 07 09:59:20.030 INFO O| Feb 07 09:59:20.030 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352025-02-07T09:59:21.563Z[ recovery-image] Feb 07 09:59:20.062 INFO O| Feb 07 09:59:20.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75362025-02-07T09:59:21.564Z[ recovery-image] Feb 07 09:59:20.062 INFO O| Feb 07 09:59:20.062 INFO STEP 1029 (remove_files) COMPLETE
75372025-02-07T09:59:21.567Z[ recovery-image] Feb 07 09:59:20.062 INFO O| Feb 07 09:59:20.062 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382025-02-07T09:59:21.586Z[ recovery-image] Feb 07 09:59:20.084 INFO O| Feb 07 09:59:20.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75392025-02-07T09:59:21.586Z[ recovery-image] Feb 07 09:59:20.085 INFO O| Feb 07 09:59:20.084 INFO STEP 1030 (remove_files) COMPLETE
75402025-02-07T09:59:21.589Z[ recovery-image] Feb 07 09:59:20.085 INFO O| Feb 07 09:59:20.085 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412025-02-07T09:59:21.606Z[ recovery-image] Feb 07 09:59:20.105 INFO O| Feb 07 09:59:20.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75422025-02-07T09:59:21.606Z[ recovery-image] Feb 07 09:59:20.105 INFO O| Feb 07 09:59:20.105 INFO STEP 1031 (remove_files) COMPLETE
75432025-02-07T09:59:21.607Z[ recovery-image] Feb 07 09:59:20.105 INFO O| Feb 07 09:59:20.105 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442025-02-07T09:59:21.634Z[ recovery-image] Feb 07 09:59:20.133 INFO O| Feb 07 09:59:20.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75452025-02-07T09:59:21.634Z[ recovery-image] Feb 07 09:59:20.133 INFO O| Feb 07 09:59:20.133 INFO STEP 1032 (remove_files) COMPLETE
75462025-02-07T09:59:21.634Z[ recovery-image] Feb 07 09:59:20.133 INFO O| Feb 07 09:59:20.133 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472025-02-07T09:59:21.671Z[ recovery-image] Feb 07 09:59:20.170 INFO O| Feb 07 09:59:20.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75482025-02-07T09:59:21.671Z[ recovery-image] Feb 07 09:59:20.170 INFO O| Feb 07 09:59:20.170 INFO STEP 1033 (remove_files) COMPLETE
75492025-02-07T09:59:21.674Z[ recovery-image] Feb 07 09:59:20.170 INFO O| Feb 07 09:59:20.170 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502025-02-07T09:59:21.739Z[ recovery-image] Feb 07 09:59:20.237 INFO O| Feb 07 09:59:20.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75512025-02-07T09:59:21.739Z[ recovery-image] Feb 07 09:59:20.237 INFO O| Feb 07 09:59:20.237 INFO STEP 1034 (remove_files) COMPLETE
75522025-02-07T09:59:21.739Z[ recovery-image] Feb 07 09:59:20.237 INFO O| Feb 07 09:59:20.237 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532025-02-07T09:59:21.758Z[ recovery-image] Feb 07 09:59:20.257 INFO O| Feb 07 09:59:20.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75542025-02-07T09:59:21.758Z[ recovery-image] Feb 07 09:59:20.257 INFO O| Feb 07 09:59:20.257 INFO STEP 1035 (remove_files) COMPLETE
75552025-02-07T09:59:21.758Z[ recovery-image] Feb 07 09:59:20.257 INFO O| Feb 07 09:59:20.257 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562025-02-07T09:59:21.780Z[ recovery-image] Feb 07 09:59:20.278 INFO O| Feb 07 09:59:20.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75572025-02-07T09:59:21.780Z[ recovery-image] Feb 07 09:59:20.279 INFO O| Feb 07 09:59:20.278 INFO STEP 1036 (remove_files) COMPLETE
75582025-02-07T09:59:21.780Z[ recovery-image] Feb 07 09:59:20.279 INFO O| Feb 07 09:59:20.279 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592025-02-07T09:59:21.802Z[ recovery-image] Feb 07 09:59:20.301 INFO O| Feb 07 09:59:20.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75602025-02-07T09:59:21.802Z[ recovery-image] Feb 07 09:59:20.301 INFO O| Feb 07 09:59:20.301 INFO STEP 1037 (remove_files) COMPLETE
75612025-02-07T09:59:21.802Z[ recovery-image] Feb 07 09:59:20.301 INFO O| Feb 07 09:59:20.301 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622025-02-07T09:59:21.847Z[ recovery-image] Feb 07 09:59:20.346 INFO O| Feb 07 09:59:20.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75632025-02-07T09:59:21.847Z[ recovery-image] Feb 07 09:59:20.346 INFO O| Feb 07 09:59:20.346 INFO STEP 1038 (remove_files) COMPLETE
75642025-02-07T09:59:21.850Z[ recovery-image] Feb 07 09:59:20.346 INFO O| Feb 07 09:59:20.346 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652025-02-07T09:59:21.926Z[ recovery-image] Feb 07 09:59:20.425 INFO O| Feb 07 09:59:20.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75662025-02-07T09:59:21.929Z[ recovery-image] Feb 07 09:59:20.425 INFO O| Feb 07 09:59:20.425 INFO STEP 1039 (remove_files) COMPLETE
75672025-02-07T09:59:21.929Z[ recovery-image] Feb 07 09:59:20.425 INFO O| Feb 07 09:59:20.425 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682025-02-07T09:59:21.975Z[ recovery-image] Feb 07 09:59:20.474 INFO O| Feb 07 09:59:20.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75692025-02-07T09:59:21.978Z[ recovery-image] Feb 07 09:59:20.474 INFO O| Feb 07 09:59:20.474 INFO STEP 1040 (remove_files) COMPLETE
75702025-02-07T09:59:21.978Z[ recovery-image] Feb 07 09:59:20.474 INFO O| Feb 07 09:59:20.474 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712025-02-07T09:59:21.999Z[ recovery-image] Feb 07 09:59:20.497 INFO O| Feb 07 09:59:20.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75722025-02-07T09:59:22.002Z[ recovery-image] Feb 07 09:59:20.497 INFO O| Feb 07 09:59:20.497 INFO STEP 1041 (remove_files) COMPLETE
75732025-02-07T09:59:22.002Z[ recovery-image] Feb 07 09:59:20.497 INFO O| Feb 07 09:59:20.497 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742025-02-07T09:59:22.021Z[ recovery-image] Feb 07 09:59:20.519 INFO O| Feb 07 09:59:20.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75752025-02-07T09:59:22.024Z[ recovery-image] Feb 07 09:59:20.520 INFO O| Feb 07 09:59:20.520 INFO STEP 1042 (remove_files) COMPLETE
75762025-02-07T09:59:22.024Z[ recovery-image] Feb 07 09:59:20.520 INFO O| Feb 07 09:59:20.520 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-02-07T09:59:22.041Z[ recovery-image] Feb 07 09:59:20.540 INFO O| Feb 07 09:59:20.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75782025-02-07T09:59:22.044Z[ recovery-image] Feb 07 09:59:20.540 INFO O| Feb 07 09:59:20.540 INFO STEP 1043 (remove_files) COMPLETE
75792025-02-07T09:59:22.044Z[ recovery-image] Feb 07 09:59:20.541 INFO O| Feb 07 09:59:20.540 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-02-07T09:59:22.062Z[ recovery-image] Feb 07 09:59:20.561 INFO O| Feb 07 09:59:20.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75812025-02-07T09:59:22.065Z[ recovery-image] Feb 07 09:59:20.561 INFO O| Feb 07 09:59:20.561 INFO STEP 1044 (remove_files) COMPLETE
75822025-02-07T09:59:22.065Z[ recovery-image] Feb 07 09:59:20.561 INFO O| Feb 07 09:59:20.561 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-02-07T09:59:22.137Z[ recovery-image] Feb 07 09:59:20.636 INFO O| Feb 07 09:59:20.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75842025-02-07T09:59:22.141Z[ recovery-image] Feb 07 09:59:20.636 INFO O| Feb 07 09:59:20.636 INFO STEP 1045 (remove_files) COMPLETE
75852025-02-07T09:59:22.141Z[ recovery-image] Feb 07 09:59:20.636 INFO O| Feb 07 09:59:20.636 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-02-07T09:59:22.170Z[ recovery-image] Feb 07 09:59:20.668 INFO O| Feb 07 09:59:20.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75872025-02-07T09:59:22.172Z[ recovery-image] Feb 07 09:59:20.668 INFO O| Feb 07 09:59:20.668 INFO STEP 1046 (remove_files) COMPLETE
75882025-02-07T09:59:22.172Z[ recovery-image] Feb 07 09:59:20.668 INFO O| Feb 07 09:59:20.668 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-02-07T09:59:22.191Z[ recovery-image] Feb 07 09:59:20.689 INFO O| Feb 07 09:59:20.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
75902025-02-07T09:59:22.191Z[ recovery-image] Feb 07 09:59:20.689 INFO O| Feb 07 09:59:20.689 INFO STEP 1047 (remove_files) COMPLETE
75912025-02-07T09:59:22.191Z[ recovery-image] Feb 07 09:59:20.689 INFO O| Feb 07 09:59:20.689 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-02-07T09:59:22.211Z[ recovery-image] Feb 07 09:59:20.709 INFO O| Feb 07 09:59:20.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
75932025-02-07T09:59:22.211Z[ recovery-image] Feb 07 09:59:20.709 INFO O| Feb 07 09:59:20.709 INFO STEP 1048 (remove_files) COMPLETE
75942025-02-07T09:59:22.211Z[ recovery-image] Feb 07 09:59:20.709 INFO O| Feb 07 09:59:20.709 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-02-07T09:59:22.231Z[ recovery-image] Feb 07 09:59:20.730 INFO O| Feb 07 09:59:20.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
75962025-02-07T09:59:22.231Z[ recovery-image] Feb 07 09:59:20.730 INFO O| Feb 07 09:59:20.730 INFO STEP 1049 (remove_files) COMPLETE
75972025-02-07T09:59:22.231Z[ recovery-image] Feb 07 09:59:20.730 INFO O| Feb 07 09:59:20.730 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-02-07T09:59:22.252Z[ recovery-image] Feb 07 09:59:20.751 INFO O| Feb 07 09:59:20.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
75992025-02-07T09:59:22.252Z[ recovery-image] Feb 07 09:59:20.751 INFO O| Feb 07 09:59:20.751 INFO STEP 1050 (remove_files) COMPLETE
76002025-02-07T09:59:22.252Z[ recovery-image] Feb 07 09:59:20.751 INFO O| Feb 07 09:59:20.751 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-02-07T09:59:22.283Z[ recovery-image] Feb 07 09:59:20.781 INFO O| Feb 07 09:59:20.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76022025-02-07T09:59:22.302Z[ recovery-image] Feb 07 09:59:20.801 INFO O| Feb 07 09:59:20.801 INFO STEP 1051 (remove_files) COMPLETE
76032025-02-07T09:59:22.302Z[ recovery-image] Feb 07 09:59:20.801 INFO O| Feb 07 09:59:20.801 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-02-07T09:59:22.335Z[ recovery-image] Feb 07 09:59:20.834 INFO O| Feb 07 09:59:20.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76052025-02-07T09:59:22.335Z[ recovery-image] Feb 07 09:59:20.834 INFO O| Feb 07 09:59:20.834 INFO STEP 1052 (remove_files) COMPLETE
76062025-02-07T09:59:22.335Z[ recovery-image] Feb 07 09:59:20.834 INFO O| Feb 07 09:59:20.834 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-02-07T09:59:22.354Z[ recovery-image] Feb 07 09:59:20.853 INFO O| Feb 07 09:59:20.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76082025-02-07T09:59:22.354Z[ recovery-image] Feb 07 09:59:20.853 INFO O| Feb 07 09:59:20.853 INFO STEP 1053 (remove_files) COMPLETE
76092025-02-07T09:59:22.354Z[ recovery-image] Feb 07 09:59:20.853 INFO O| Feb 07 09:59:20.853 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102025-02-07T09:59:22.373Z[ recovery-image] Feb 07 09:59:20.871 INFO O| Feb 07 09:59:20.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76112025-02-07T09:59:22.375Z[ recovery-image] Feb 07 09:59:20.871 INFO O| Feb 07 09:59:20.871 INFO STEP 1054 (remove_files) COMPLETE
76122025-02-07T09:59:22.375Z[ recovery-image] Feb 07 09:59:20.871 INFO O| Feb 07 09:59:20.871 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132025-02-07T09:59:22.391Z[ recovery-image] Feb 07 09:59:20.890 INFO O| Feb 07 09:59:20.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76142025-02-07T09:59:22.391Z[ recovery-image] Feb 07 09:59:20.890 INFO O| Feb 07 09:59:20.890 INFO STEP 1055 (remove_files) COMPLETE
76152025-02-07T09:59:22.394Z[ recovery-image] Feb 07 09:59:20.890 INFO O| Feb 07 09:59:20.890 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162025-02-07T09:59:22.475Z[ recovery-image] Feb 07 09:59:20.974 INFO O| Feb 07 09:59:20.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76172025-02-07T09:59:22.476Z[ recovery-image] Feb 07 09:59:20.974 INFO O| Feb 07 09:59:20.974 INFO STEP 1056 (remove_files) COMPLETE
76182025-02-07T09:59:22.476Z[ recovery-image] Feb 07 09:59:20.974 INFO O| Feb 07 09:59:20.974 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-02-07T09:59:22.510Z[ recovery-image] Feb 07 09:59:21.009 INFO O| Feb 07 09:59:21.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76202025-02-07T09:59:22.513Z[ recovery-image] Feb 07 09:59:21.009 INFO O| Feb 07 09:59:21.009 INFO STEP 1057 (remove_files) COMPLETE
76212025-02-07T09:59:22.513Z[ recovery-image] Feb 07 09:59:21.009 INFO O| Feb 07 09:59:21.009 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-02-07T09:59:22.543Z[ recovery-image] Feb 07 09:59:21.041 INFO O| Feb 07 09:59:21.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76232025-02-07T09:59:22.543Z[ recovery-image] Feb 07 09:59:21.042 INFO O| Feb 07 09:59:21.041 INFO STEP 1058 (remove_files) COMPLETE
76242025-02-07T09:59:22.543Z[ recovery-image] Feb 07 09:59:21.042 INFO O| Feb 07 09:59:21.041 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252025-02-07T09:59:22.562Z[ recovery-image] Feb 07 09:59:21.061 INFO O| Feb 07 09:59:21.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76262025-02-07T09:59:22.609Z[ recovery-image] Feb 07 09:59:21.108 INFO O| Feb 07 09:59:21.108 INFO STEP 1059 (remove_files) COMPLETE
76272025-02-07T09:59:22.609Z[ recovery-image] Feb 07 09:59:21.108 INFO O| Feb 07 09:59:21.108 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282025-02-07T09:59:22.643Z[ recovery-image] Feb 07 09:59:21.142 INFO O| Feb 07 09:59:21.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76292025-02-07T09:59:22.643Z[ recovery-image] Feb 07 09:59:21.142 INFO O| Feb 07 09:59:21.142 INFO STEP 1060 (remove_files) COMPLETE
76302025-02-07T09:59:22.643Z[ recovery-image] Feb 07 09:59:21.142 INFO O| Feb 07 09:59:21.142 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312025-02-07T09:59:22.676Z[ recovery-image] Feb 07 09:59:21.174 INFO O| Feb 07 09:59:21.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76322025-02-07T09:59:22.676Z[ recovery-image] Feb 07 09:59:21.174 INFO O| Feb 07 09:59:21.174 INFO STEP 1061 (remove_files) COMPLETE
76332025-02-07T09:59:22.676Z[ recovery-image] Feb 07 09:59:21.174 INFO O| Feb 07 09:59:21.174 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-02-07T09:59:22.707Z[ recovery-image] Feb 07 09:59:21.204 INFO O| Feb 07 09:59:21.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76352025-02-07T09:59:22.710Z[ recovery-image] Feb 07 09:59:21.204 INFO O| Feb 07 09:59:21.204 INFO STEP 1062 (remove_files) COMPLETE
76362025-02-07T09:59:22.710Z[ recovery-image] Feb 07 09:59:21.204 INFO O| Feb 07 09:59:21.204 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-02-07T09:59:22.724Z[ recovery-image] Feb 07 09:59:21.223 INFO O| Feb 07 09:59:21.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76382025-02-07T09:59:22.727Z[ recovery-image] Feb 07 09:59:21.223 INFO O| Feb 07 09:59:21.223 INFO STEP 1063 (remove_files) COMPLETE
76392025-02-07T09:59:22.727Z[ recovery-image] Feb 07 09:59:21.223 INFO O| Feb 07 09:59:21.223 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-02-07T09:59:22.743Z[ recovery-image] Feb 07 09:59:21.242 INFO O| Feb 07 09:59:21.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76412025-02-07T09:59:22.746Z[ recovery-image] Feb 07 09:59:21.242 INFO O| Feb 07 09:59:21.242 INFO STEP 1064 (remove_files) COMPLETE
76422025-02-07T09:59:22.746Z[ recovery-image] Feb 07 09:59:21.242 INFO O| Feb 07 09:59:21.242 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-02-07T09:59:22.763Z[ recovery-image] Feb 07 09:59:21.262 INFO O| Feb 07 09:59:21.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76442025-02-07T09:59:22.766Z[ recovery-image] Feb 07 09:59:21.262 INFO O| Feb 07 09:59:21.262 INFO STEP 1065 (remove_files) COMPLETE
76452025-02-07T09:59:22.766Z[ recovery-image] Feb 07 09:59:21.262 INFO O| Feb 07 09:59:21.262 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-02-07T09:59:22.783Z[ recovery-image] Feb 07 09:59:21.282 INFO O| Feb 07 09:59:21.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76472025-02-07T09:59:22.786Z[ recovery-image] Feb 07 09:59:21.282 INFO O| Feb 07 09:59:21.282 INFO STEP 1066 (remove_files) COMPLETE
76482025-02-07T09:59:22.786Z[ recovery-image] Feb 07 09:59:21.282 INFO O| Feb 07 09:59:21.282 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-02-07T09:59:22.901Z[ recovery-image] Feb 07 09:59:21.399 INFO O| Feb 07 09:59:21.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76502025-02-07T09:59:22.901Z[ recovery-image] Feb 07 09:59:21.399 INFO O| Feb 07 09:59:21.399 INFO STEP 1067 (remove_files) COMPLETE
76512025-02-07T09:59:22.904Z[ recovery-image] Feb 07 09:59:21.399 INFO O| Feb 07 09:59:21.399 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-02-07T09:59:23.024Z[ recovery-image] Feb 07 09:59:21.522 INFO O| Feb 07 09:59:21.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76532025-02-07T09:59:23.027Z[ recovery-image] Feb 07 09:59:21.522 INFO O| Feb 07 09:59:21.522 INFO STEP 1068 (remove_files) COMPLETE
76542025-02-07T09:59:23.027Z[ recovery-image] Feb 07 09:59:21.522 INFO O| Feb 07 09:59:21.522 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-02-07T09:59:23.044Z[ recovery-image] Feb 07 09:59:21.543 INFO O| Feb 07 09:59:21.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76562025-02-07T09:59:23.044Z[ recovery-image] Feb 07 09:59:21.543 INFO O| Feb 07 09:59:21.543 INFO STEP 1069 (remove_files) COMPLETE
76572025-02-07T09:59:23.044Z[ recovery-image] Feb 07 09:59:21.543 INFO O| Feb 07 09:59:21.543 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-02-07T09:59:23.063Z[ recovery-image] Feb 07 09:59:21.562 INFO O| Feb 07 09:59:21.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76592025-02-07T09:59:23.063Z[ recovery-image] Feb 07 09:59:21.562 INFO O| Feb 07 09:59:21.562 INFO STEP 1070 (remove_files) COMPLETE
76602025-02-07T09:59:23.066Z[ recovery-image] Feb 07 09:59:21.562 INFO O| Feb 07 09:59:21.562 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612025-02-07T09:59:23.081Z[ recovery-image] Feb 07 09:59:21.580 INFO O| Feb 07 09:59:21.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76622025-02-07T09:59:23.081Z[ recovery-image] Feb 07 09:59:21.580 INFO O| Feb 07 09:59:21.580 INFO STEP 1071 (remove_files) COMPLETE
76632025-02-07T09:59:23.084Z[ recovery-image] Feb 07 09:59:21.580 INFO O| Feb 07 09:59:21.580 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642025-02-07T09:59:23.102Z[ recovery-image] Feb 07 09:59:21.600 INFO O| Feb 07 09:59:21.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76652025-02-07T09:59:23.102Z[ recovery-image] Feb 07 09:59:21.600 INFO O| Feb 07 09:59:21.600 INFO STEP 1072 (remove_files) COMPLETE
76662025-02-07T09:59:23.102Z[ recovery-image] Feb 07 09:59:21.600 INFO O| Feb 07 09:59:21.600 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-02-07T09:59:23.180Z[ recovery-image] Feb 07 09:59:21.676 INFO O| Feb 07 09:59:21.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76682025-02-07T09:59:23.180Z[ recovery-image] Feb 07 09:59:21.676 INFO O| Feb 07 09:59:21.676 INFO STEP 1073 (remove_files) COMPLETE
76692025-02-07T09:59:23.183Z[ recovery-image] Feb 07 09:59:21.676 INFO O| Feb 07 09:59:21.676 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702025-02-07T09:59:23.198Z[ recovery-image] Feb 07 09:59:21.696 INFO O| Feb 07 09:59:21.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76712025-02-07T09:59:23.198Z[ recovery-image] Feb 07 09:59:21.696 INFO O| Feb 07 09:59:21.696 INFO STEP 1074 (remove_files) COMPLETE
76722025-02-07T09:59:23.198Z[ recovery-image] Feb 07 09:59:21.696 INFO O| Feb 07 09:59:21.696 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732025-02-07T09:59:23.257Z[ recovery-image] Feb 07 09:59:21.755 INFO O| Feb 07 09:59:21.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76742025-02-07T09:59:23.282Z[ recovery-image] Feb 07 09:59:21.780 INFO O| Feb 07 09:59:21.780 INFO STEP 1075 (remove_files) COMPLETE
76752025-02-07T09:59:23.282Z[ recovery-image] Feb 07 09:59:21.780 INFO O| Feb 07 09:59:21.780 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762025-02-07T09:59:23.302Z[ recovery-image] Feb 07 09:59:21.800 INFO O| Feb 07 09:59:21.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76772025-02-07T09:59:23.302Z[ recovery-image] Feb 07 09:59:21.800 INFO O| Feb 07 09:59:21.800 INFO STEP 1076 (remove_files) COMPLETE
76782025-02-07T09:59:23.302Z[ recovery-image] Feb 07 09:59:21.800 INFO O| Feb 07 09:59:21.800 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-02-07T09:59:23.322Z[ recovery-image] Feb 07 09:59:21.820 INFO O| Feb 07 09:59:21.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76802025-02-07T09:59:23.322Z[ recovery-image] Feb 07 09:59:21.820 INFO O| Feb 07 09:59:21.820 INFO STEP 1077 (remove_files) COMPLETE
76812025-02-07T09:59:23.324Z[ recovery-image] Feb 07 09:59:21.820 INFO O| Feb 07 09:59:21.820 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822025-02-07T09:59:23.343Z[ recovery-image] Feb 07 09:59:21.841 INFO O| Feb 07 09:59:21.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76832025-02-07T09:59:23.343Z[ recovery-image] Feb 07 09:59:21.842 INFO O| Feb 07 09:59:21.842 INFO STEP 1078 (remove_files) COMPLETE
76842025-02-07T09:59:23.346Z[ recovery-image] Feb 07 09:59:21.842 INFO O| Feb 07 09:59:21.842 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852025-02-07T09:59:23.365Z[ recovery-image] Feb 07 09:59:21.864 INFO O| Feb 07 09:59:21.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76862025-02-07T09:59:23.365Z[ recovery-image] Feb 07 09:59:21.864 INFO O| Feb 07 09:59:21.864 INFO STEP 1079 (remove_files) COMPLETE
76872025-02-07T09:59:23.365Z[ recovery-image] Feb 07 09:59:21.864 INFO O| Feb 07 09:59:21.864 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882025-02-07T09:59:23.386Z[ recovery-image] Feb 07 09:59:21.885 INFO O| Feb 07 09:59:21.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
76892025-02-07T09:59:23.386Z[ recovery-image] Feb 07 09:59:21.885 INFO O| Feb 07 09:59:21.885 INFO STEP 1080 (remove_files) COMPLETE
76902025-02-07T09:59:23.387Z[ recovery-image] Feb 07 09:59:21.885 INFO O| Feb 07 09:59:21.885 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912025-02-07T09:59:23.427Z[ recovery-image] Feb 07 09:59:21.926 INFO O| Feb 07 09:59:21.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
76922025-02-07T09:59:23.427Z[ recovery-image] Feb 07 09:59:21.926 INFO O| Feb 07 09:59:21.926 INFO STEP 1081 (remove_files) COMPLETE
76932025-02-07T09:59:23.430Z[ recovery-image] Feb 07 09:59:21.926 INFO O| Feb 07 09:59:21.926 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942025-02-07T09:59:23.471Z[ recovery-image] Feb 07 09:59:21.969 INFO O| Feb 07 09:59:21.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
76952025-02-07T09:59:23.471Z[ recovery-image] Feb 07 09:59:21.970 INFO O| Feb 07 09:59:21.970 INFO STEP 1082 (remove_files) COMPLETE
76962025-02-07T09:59:23.471Z[ recovery-image] Feb 07 09:59:21.970 INFO O| Feb 07 09:59:21.970 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972025-02-07T09:59:23.493Z[ recovery-image] Feb 07 09:59:21.991 INFO O| Feb 07 09:59:21.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
76982025-02-07T09:59:23.493Z[ recovery-image] Feb 07 09:59:21.991 INFO O| Feb 07 09:59:21.991 INFO STEP 1083 (remove_files) COMPLETE
76992025-02-07T09:59:23.493Z[ recovery-image] Feb 07 09:59:21.991 INFO O| Feb 07 09:59:21.991 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002025-02-07T09:59:23.519Z[ recovery-image] Feb 07 09:59:22.017 INFO O| Feb 07 09:59:22.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77012025-02-07T09:59:23.519Z[ recovery-image] Feb 07 09:59:22.018 INFO O| Feb 07 09:59:22.017 INFO STEP 1084 (remove_files) COMPLETE
77022025-02-07T09:59:23.519Z[ recovery-image] Feb 07 09:59:22.018 INFO O| Feb 07 09:59:22.018 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032025-02-07T09:59:23.560Z[ recovery-image] Feb 07 09:59:22.059 INFO O| Feb 07 09:59:22.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77042025-02-07T09:59:23.563Z[ recovery-image] Feb 07 09:59:22.059 INFO O| Feb 07 09:59:22.059 INFO STEP 1085 (remove_files) COMPLETE
77052025-02-07T09:59:23.563Z[ recovery-image] Feb 07 09:59:22.059 INFO O| Feb 07 09:59:22.059 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062025-02-07T09:59:23.621Z[ recovery-image] Feb 07 09:59:22.120 INFO O| Feb 07 09:59:22.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77072025-02-07T09:59:23.622Z[ recovery-image] Feb 07 09:59:22.120 INFO O| Feb 07 09:59:22.120 INFO STEP 1086 (remove_files) COMPLETE
77082025-02-07T09:59:23.622Z[ recovery-image] Feb 07 09:59:22.120 INFO O| Feb 07 09:59:22.120 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092025-02-07T09:59:23.650Z[ recovery-image] Feb 07 09:59:22.149 INFO O| Feb 07 09:59:22.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77102025-02-07T09:59:23.650Z[ recovery-image] Feb 07 09:59:22.149 INFO O| Feb 07 09:59:22.149 INFO STEP 1087 (remove_files) COMPLETE
77112025-02-07T09:59:23.650Z[ recovery-image] Feb 07 09:59:22.149 INFO O| Feb 07 09:59:22.149 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122025-02-07T09:59:23.675Z[ recovery-image] Feb 07 09:59:22.173 INFO O| Feb 07 09:59:22.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77132025-02-07T09:59:23.675Z[ recovery-image] Feb 07 09:59:22.173 INFO O| Feb 07 09:59:22.173 INFO STEP 1088 (remove_files) COMPLETE
77142025-02-07T09:59:23.675Z[ recovery-image] Feb 07 09:59:22.173 INFO O| Feb 07 09:59:22.173 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152025-02-07T09:59:23.739Z[ recovery-image] Feb 07 09:59:22.206 INFO O| Feb 07 09:59:22.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77162025-02-07T09:59:23.739Z[ recovery-image] Feb 07 09:59:22.206 INFO O| Feb 07 09:59:22.206 INFO STEP 1089 (remove_files) COMPLETE
77172025-02-07T09:59:23.739Z[ recovery-image] Feb 07 09:59:22.206 INFO O| Feb 07 09:59:22.206 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182025-02-07T09:59:23.754Z[ recovery-image] Feb 07 09:59:22.252 INFO O| Feb 07 09:59:22.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77192025-02-07T09:59:23.754Z[ recovery-image] Feb 07 09:59:22.252 INFO O| Feb 07 09:59:22.252 INFO STEP 1090 (remove_files) COMPLETE
77202025-02-07T09:59:23.754Z[ recovery-image] Feb 07 09:59:22.252 INFO O| Feb 07 09:59:22.252 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212025-02-07T09:59:23.812Z[ recovery-image] Feb 07 09:59:22.310 INFO O| Feb 07 09:59:22.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77222025-02-07T09:59:23.812Z[ recovery-image] Feb 07 09:59:22.310 INFO O| Feb 07 09:59:22.310 INFO STEP 1091 (remove_files) COMPLETE
77232025-02-07T09:59:23.815Z[ recovery-image] Feb 07 09:59:22.310 INFO O| Feb 07 09:59:22.310 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242025-02-07T09:59:23.832Z[ recovery-image] Feb 07 09:59:22.331 INFO O| Feb 07 09:59:22.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77252025-02-07T09:59:23.832Z[ recovery-image] Feb 07 09:59:22.331 INFO O| Feb 07 09:59:22.331 INFO STEP 1092 (remove_files) COMPLETE
77262025-02-07T09:59:23.832Z[ recovery-image] Feb 07 09:59:22.331 INFO O| Feb 07 09:59:22.331 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272025-02-07T09:59:23.865Z[ recovery-image] Feb 07 09:59:22.363 INFO O| Feb 07 09:59:22.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77282025-02-07T09:59:23.865Z[ recovery-image] Feb 07 09:59:22.363 INFO O| Feb 07 09:59:22.363 INFO STEP 1093 (remove_files) COMPLETE
77292025-02-07T09:59:23.867Z[ recovery-image] Feb 07 09:59:22.363 INFO O| Feb 07 09:59:22.363 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302025-02-07T09:59:23.886Z[ recovery-image] Feb 07 09:59:22.384 INFO O| Feb 07 09:59:22.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77312025-02-07T09:59:23.886Z[ recovery-image] Feb 07 09:59:22.384 INFO O| Feb 07 09:59:22.384 INFO STEP 1094 (remove_files) COMPLETE
77322025-02-07T09:59:23.887Z[ recovery-image] Feb 07 09:59:22.384 INFO O| Feb 07 09:59:22.384 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332025-02-07T09:59:23.907Z[ recovery-image] Feb 07 09:59:22.406 INFO O| Feb 07 09:59:22.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77342025-02-07T09:59:23.907Z[ recovery-image] Feb 07 09:59:22.406 INFO O| Feb 07 09:59:22.406 INFO STEP 1095 (remove_files) COMPLETE
77352025-02-07T09:59:23.907Z[ recovery-image] Feb 07 09:59:22.406 INFO O| Feb 07 09:59:22.406 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362025-02-07T09:59:23.928Z[ recovery-image] Feb 07 09:59:22.426 INFO O| Feb 07 09:59:22.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77372025-02-07T09:59:23.928Z[ recovery-image] Feb 07 09:59:22.426 INFO O| Feb 07 09:59:22.426 INFO STEP 1096 (remove_files) COMPLETE
77382025-02-07T09:59:23.928Z[ recovery-image] Feb 07 09:59:22.426 INFO O| Feb 07 09:59:22.426 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392025-02-07T09:59:23.952Z[ recovery-image] Feb 07 09:59:22.450 INFO O| Feb 07 09:59:22.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77402025-02-07T09:59:23.954Z[ recovery-image] Feb 07 09:59:22.450 INFO O| Feb 07 09:59:22.450 INFO STEP 1097 (remove_files) COMPLETE
77412025-02-07T09:59:23.955Z[ recovery-image] Feb 07 09:59:22.450 INFO O| Feb 07 09:59:22.450 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422025-02-07T09:59:23.972Z[ recovery-image] Feb 07 09:59:22.471 INFO O| Feb 07 09:59:22.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77432025-02-07T09:59:23.975Z[ recovery-image] Feb 07 09:59:22.471 INFO O| Feb 07 09:59:22.471 INFO STEP 1098 (remove_files) COMPLETE
77442025-02-07T09:59:23.975Z[ recovery-image] Feb 07 09:59:22.471 INFO O| Feb 07 09:59:22.471 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452025-02-07T09:59:23.990Z[ recovery-image] Feb 07 09:59:22.489 INFO O| Feb 07 09:59:22.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77462025-02-07T09:59:23.993Z[ recovery-image] Feb 07 09:59:22.489 INFO O| Feb 07 09:59:22.489 INFO STEP 1099 (remove_files) COMPLETE
77472025-02-07T09:59:23.993Z[ recovery-image] Feb 07 09:59:22.489 INFO O| Feb 07 09:59:22.489 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482025-02-07T09:59:24.009Z[ recovery-image] Feb 07 09:59:22.507 INFO O| Feb 07 09:59:22.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77492025-02-07T09:59:24.012Z[ recovery-image] Feb 07 09:59:22.508 INFO O| Feb 07 09:59:22.507 INFO STEP 1100 (remove_files) COMPLETE
77502025-02-07T09:59:24.012Z[ recovery-image] Feb 07 09:59:22.508 INFO O| Feb 07 09:59:22.508 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512025-02-07T09:59:24.014Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
77522025-02-07T09:59:24.032Z[ recovery-image] Feb 07 09:59:22.528 INFO O| Feb 07 09:59:22.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77532025-02-07T09:59:24.032Z[ recovery-image] Feb 07 09:59:22.528 INFO O| Feb 07 09:59:22.528 INFO STEP 1101 (remove_files) COMPLETE
77542025-02-07T09:59:24.032Z[ recovery-image] Feb 07 09:59:22.528 INFO O| Feb 07 09:59:22.528 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-02-07T09:59:24.048Z[ recovery-image] Feb 07 09:59:22.546 INFO O| Feb 07 09:59:22.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77562025-02-07T09:59:24.048Z[ recovery-image] Feb 07 09:59:22.546 INFO O| Feb 07 09:59:22.546 INFO STEP 1102 (remove_files) COMPLETE
77572025-02-07T09:59:24.048Z[ recovery-image] Feb 07 09:59:22.546 INFO O| Feb 07 09:59:22.546 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-02-07T09:59:24.064Z[ recovery-image] Feb 07 09:59:22.562 INFO O| Feb 07 09:59:22.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77592025-02-07T09:59:24.064Z[ recovery-image] Feb 07 09:59:22.562 INFO O| Feb 07 09:59:22.562 INFO STEP 1103 (remove_files) COMPLETE
77602025-02-07T09:59:24.066Z[ recovery-image] Feb 07 09:59:22.562 INFO O| Feb 07 09:59:22.562 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-02-07T09:59:24.080Z[ recovery-image] Feb 07 09:59:22.578 INFO O| Feb 07 09:59:22.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77622025-02-07T09:59:24.080Z[ recovery-image] Feb 07 09:59:22.578 INFO O| Feb 07 09:59:22.578 INFO STEP 1104 (remove_files) COMPLETE
77632025-02-07T09:59:24.080Z[ recovery-image] Feb 07 09:59:22.578 INFO O| Feb 07 09:59:22.578 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-02-07T09:59:24.138Z[ recovery-image] Feb 07 09:59:22.635 INFO O| Feb 07 09:59:22.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77652025-02-07T09:59:24.138Z[ recovery-image] Feb 07 09:59:22.636 INFO O| Feb 07 09:59:22.635 INFO STEP 1105 (remove_files) COMPLETE
77662025-02-07T09:59:24.138Z[ recovery-image] Feb 07 09:59:22.636 INFO O| Feb 07 09:59:22.635 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-02-07T09:59:24.250Z[ recovery-image] Feb 07 09:59:22.749 INFO O| Feb 07 09:59:22.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77682025-02-07T09:59:24.250Z[ recovery-image] Feb 07 09:59:22.749 INFO O| Feb 07 09:59:22.749 INFO STEP 1106 (remove_files) COMPLETE
77692025-02-07T09:59:24.250Z[ recovery-image] Feb 07 09:59:22.749 INFO O| Feb 07 09:59:22.749 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-02-07T09:59:24.270Z[ recovery-image] Feb 07 09:59:22.768 INFO O| Feb 07 09:59:22.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77712025-02-07T09:59:24.270Z[ recovery-image] Feb 07 09:59:22.768 INFO O| Feb 07 09:59:22.768 INFO STEP 1107 (remove_files) COMPLETE
77722025-02-07T09:59:24.270Z[ recovery-image] Feb 07 09:59:22.768 INFO O| Feb 07 09:59:22.768 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-02-07T09:59:24.290Z[ recovery-image] Feb 07 09:59:22.789 INFO O| Feb 07 09:59:22.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77742025-02-07T09:59:24.290Z[ recovery-image] Feb 07 09:59:22.789 INFO O| Feb 07 09:59:22.789 INFO STEP 1108 (remove_files) COMPLETE
77752025-02-07T09:59:24.290Z[ recovery-image] Feb 07 09:59:22.789 INFO O| Feb 07 09:59:22.789 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-02-07T09:59:24.327Z[ recovery-image] Feb 07 09:59:22.826 INFO O| Feb 07 09:59:22.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77772025-02-07T09:59:24.330Z[ recovery-image] Feb 07 09:59:22.826 INFO O| Feb 07 09:59:22.826 INFO STEP 1109 (remove_files) COMPLETE
77782025-02-07T09:59:24.330Z[ recovery-image] Feb 07 09:59:22.826 INFO O| Feb 07 09:59:22.826 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-02-07T09:59:24.349Z[ recovery-image] Feb 07 09:59:22.847 INFO O| Feb 07 09:59:22.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77802025-02-07T09:59:24.349Z[ recovery-image] Feb 07 09:59:22.847 INFO O| Feb 07 09:59:22.847 INFO STEP 1110 (remove_files) COMPLETE
77812025-02-07T09:59:24.351Z[ recovery-image] Feb 07 09:59:22.847 INFO O| Feb 07 09:59:22.847 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-02-07T09:59:24.368Z[ recovery-image] Feb 07 09:59:22.866 INFO O| Feb 07 09:59:22.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77832025-02-07T09:59:24.368Z[ recovery-image] Feb 07 09:59:22.866 INFO O| Feb 07 09:59:22.866 INFO STEP 1111 (remove_files) COMPLETE
77842025-02-07T09:59:24.368Z[ recovery-image] Feb 07 09:59:22.866 INFO O| Feb 07 09:59:22.866 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852025-02-07T09:59:24.386Z[ recovery-image] Feb 07 09:59:22.885 INFO O| Feb 07 09:59:22.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77862025-02-07T09:59:24.386Z[ recovery-image] Feb 07 09:59:22.885 INFO O| Feb 07 09:59:22.885 INFO STEP 1112 (remove_files) COMPLETE
77872025-02-07T09:59:24.389Z[ recovery-image] Feb 07 09:59:22.885 INFO O| Feb 07 09:59:22.885 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882025-02-07T09:59:24.421Z[ recovery-image] Feb 07 09:59:22.919 INFO O| Feb 07 09:59:22.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77892025-02-07T09:59:24.421Z[ recovery-image] Feb 07 09:59:22.919 INFO O| Feb 07 09:59:22.919 INFO STEP 1113 (remove_files) COMPLETE
77902025-02-07T09:59:24.424Z[ recovery-image] Feb 07 09:59:22.920 INFO O| Feb 07 09:59:22.919 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-02-07T09:59:24.440Z[ recovery-image] Feb 07 09:59:22.938 INFO O| Feb 07 09:59:22.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
77922025-02-07T09:59:24.440Z[ recovery-image] Feb 07 09:59:22.938 INFO O| Feb 07 09:59:22.938 INFO STEP 1114 (remove_files) COMPLETE
77932025-02-07T09:59:24.440Z[ recovery-image] Feb 07 09:59:22.938 INFO O| Feb 07 09:59:22.938 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-02-07T09:59:24.459Z[ recovery-image] Feb 07 09:59:22.956 INFO O| Feb 07 09:59:22.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
77952025-02-07T09:59:24.459Z[ recovery-image] Feb 07 09:59:22.957 INFO O| Feb 07 09:59:22.957 INFO STEP 1115 (remove_files) COMPLETE
77962025-02-07T09:59:24.459Z[ recovery-image] Feb 07 09:59:22.957 INFO O| Feb 07 09:59:22.957 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-02-07T09:59:24.478Z[ recovery-image] Feb 07 09:59:22.975 INFO O| Feb 07 09:59:22.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
77982025-02-07T09:59:24.478Z[ recovery-image] Feb 07 09:59:22.975 INFO O| Feb 07 09:59:22.975 INFO STEP 1116 (remove_files) COMPLETE
77992025-02-07T09:59:24.478Z[ recovery-image] Feb 07 09:59:22.975 INFO O| Feb 07 09:59:22.975 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002025-02-07T09:59:24.497Z[ recovery-image] Feb 07 09:59:22.994 INFO O| Feb 07 09:59:22.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78012025-02-07T09:59:24.497Z[ recovery-image] Feb 07 09:59:22.994 INFO O| Feb 07 09:59:22.994 INFO STEP 1117 (remove_files) COMPLETE
78022025-02-07T09:59:24.497Z[ recovery-image] Feb 07 09:59:22.994 INFO O| Feb 07 09:59:22.994 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032025-02-07T09:59:24.534Z[ recovery-image] Feb 07 09:59:23.031 INFO O| Feb 07 09:59:23.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78042025-02-07T09:59:24.534Z[ recovery-image] Feb 07 09:59:23.032 INFO O| Feb 07 09:59:23.032 INFO STEP 1118 (remove_files) COMPLETE
78052025-02-07T09:59:24.534Z[ recovery-image] Feb 07 09:59:23.032 INFO O| Feb 07 09:59:23.032 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062025-02-07T09:59:24.558Z[ recovery-image] Feb 07 09:59:23.056 INFO O| Feb 07 09:59:23.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78072025-02-07T09:59:24.560Z[ recovery-image] Feb 07 09:59:23.056 INFO O| Feb 07 09:59:23.056 INFO STEP 1119 (remove_files) COMPLETE
78082025-02-07T09:59:24.560Z[ recovery-image] Feb 07 09:59:23.057 INFO O| Feb 07 09:59:23.056 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-02-07T09:59:24.580Z[ recovery-image] Feb 07 09:59:23.078 INFO O| Feb 07 09:59:23.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78102025-02-07T09:59:24.582Z[ recovery-image] Feb 07 09:59:23.078 INFO O| Feb 07 09:59:23.078 INFO STEP 1120 (remove_files) COMPLETE
78112025-02-07T09:59:24.582Z[ recovery-image] Feb 07 09:59:23.078 INFO O| Feb 07 09:59:23.078 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-02-07T09:59:24.612Z[ recovery-image] Feb 07 09:59:23.111 INFO O| Feb 07 09:59:23.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78132025-02-07T09:59:24.612Z[ recovery-image] Feb 07 09:59:23.111 INFO O| Feb 07 09:59:23.111 INFO STEP 1121 (remove_files) COMPLETE
78142025-02-07T09:59:24.615Z[ recovery-image] Feb 07 09:59:23.111 INFO O| Feb 07 09:59:23.111 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-02-07T09:59:24.636Z[ recovery-image] Feb 07 09:59:23.134 INFO O| Feb 07 09:59:23.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78162025-02-07T09:59:24.636Z[ recovery-image] Feb 07 09:59:23.134 INFO O| Feb 07 09:59:23.134 INFO STEP 1122 (remove_files) COMPLETE
78172025-02-07T09:59:24.636Z[ recovery-image] Feb 07 09:59:23.134 INFO O| Feb 07 09:59:23.134 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-02-07T09:59:24.669Z[ recovery-image] Feb 07 09:59:23.167 INFO O| Feb 07 09:59:23.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78192025-02-07T09:59:24.669Z[ recovery-image] Feb 07 09:59:23.167 INFO O| Feb 07 09:59:23.167 INFO STEP 1123 (remove_files) COMPLETE
78202025-02-07T09:59:24.672Z[ recovery-image] Feb 07 09:59:23.167 INFO O| Feb 07 09:59:23.167 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-02-07T09:59:24.707Z[ recovery-image] Feb 07 09:59:23.205 INFO O| Feb 07 09:59:23.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78222025-02-07T09:59:24.707Z[ recovery-image] Feb 07 09:59:23.206 INFO O| Feb 07 09:59:23.206 INFO STEP 1124 (remove_files) COMPLETE
78232025-02-07T09:59:24.707Z[ recovery-image] Feb 07 09:59:23.206 INFO O| Feb 07 09:59:23.206 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-02-07T09:59:24.727Z[ recovery-image] Feb 07 09:59:23.225 INFO O| Feb 07 09:59:23.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78252025-02-07T09:59:24.727Z[ recovery-image] Feb 07 09:59:23.225 INFO O| Feb 07 09:59:23.225 INFO STEP 1125 (remove_files) COMPLETE
78262025-02-07T09:59:24.727Z[ recovery-image] Feb 07 09:59:23.225 INFO O| Feb 07 09:59:23.225 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-02-07T09:59:24.748Z[ recovery-image] Feb 07 09:59:23.246 INFO O| Feb 07 09:59:23.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78282025-02-07T09:59:24.748Z[ recovery-image] Feb 07 09:59:23.246 INFO O| Feb 07 09:59:23.246 INFO STEP 1126 (remove_files) COMPLETE
78292025-02-07T09:59:24.748Z[ recovery-image] Feb 07 09:59:23.246 INFO O| Feb 07 09:59:23.246 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-02-07T09:59:24.778Z[ recovery-image] Feb 07 09:59:23.276 INFO O| Feb 07 09:59:23.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78312025-02-07T09:59:24.781Z[ recovery-image] Feb 07 09:59:23.276 INFO O| Feb 07 09:59:23.276 INFO STEP 1127 (remove_files) COMPLETE
78322025-02-07T09:59:24.781Z[ recovery-image] Feb 07 09:59:23.277 INFO O| Feb 07 09:59:23.276 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-02-07T09:59:24.837Z[ recovery-image] Feb 07 09:59:23.335 INFO O| Feb 07 09:59:23.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78342025-02-07T09:59:24.839Z[ recovery-image] Feb 07 09:59:23.335 INFO O| Feb 07 09:59:23.335 INFO STEP 1128 (remove_files) COMPLETE
78352025-02-07T09:59:24.839Z[ recovery-image] Feb 07 09:59:23.335 INFO O| Feb 07 09:59:23.335 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-02-07T09:59:24.873Z[ recovery-image] Feb 07 09:59:23.371 INFO O| Feb 07 09:59:23.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78372025-02-07T09:59:24.876Z[ recovery-image] Feb 07 09:59:23.371 INFO O| Feb 07 09:59:23.371 INFO STEP 1129 (remove_files) COMPLETE
78382025-02-07T09:59:24.876Z[ recovery-image] Feb 07 09:59:23.371 INFO O| Feb 07 09:59:23.371 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-02-07T09:59:24.893Z[ recovery-image] Feb 07 09:59:23.391 INFO O| Feb 07 09:59:23.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78402025-02-07T09:59:24.893Z[ recovery-image] Feb 07 09:59:23.391 INFO O| Feb 07 09:59:23.391 INFO STEP 1130 (remove_files) COMPLETE
78412025-02-07T09:59:24.893Z[ recovery-image] Feb 07 09:59:23.391 INFO O| Feb 07 09:59:23.391 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-02-07T09:59:24.931Z[ recovery-image] Feb 07 09:59:23.429 INFO O| Feb 07 09:59:23.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78432025-02-07T09:59:24.931Z[ recovery-image] Feb 07 09:59:23.429 INFO O| Feb 07 09:59:23.429 INFO STEP 1131 (remove_files) COMPLETE
78442025-02-07T09:59:24.931Z[ recovery-image] Feb 07 09:59:23.429 INFO O| Feb 07 09:59:23.429 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-02-07T09:59:24.950Z[ recovery-image] Feb 07 09:59:23.448 INFO O| Feb 07 09:59:23.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78462025-02-07T09:59:24.950Z[ recovery-image] Feb 07 09:59:23.448 INFO O| Feb 07 09:59:23.448 INFO STEP 1132 (remove_files) COMPLETE
78472025-02-07T09:59:24.952Z[ recovery-image] Feb 07 09:59:23.448 INFO O| Feb 07 09:59:23.448 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-02-07T09:59:24.969Z[ recovery-image] Feb 07 09:59:23.466 INFO O| Feb 07 09:59:23.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78492025-02-07T09:59:24.969Z[ recovery-image] Feb 07 09:59:23.466 INFO O| Feb 07 09:59:23.466 INFO STEP 1133 (remove_files) COMPLETE
78502025-02-07T09:59:24.969Z[ recovery-image] Feb 07 09:59:23.466 INFO O| Feb 07 09:59:23.466 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-02-07T09:59:24.987Z[ recovery-image] Feb 07 09:59:23.485 INFO O| Feb 07 09:59:23.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78522025-02-07T09:59:24.987Z[ recovery-image] Feb 07 09:59:23.485 INFO O| Feb 07 09:59:23.485 INFO STEP 1134 (remove_files) COMPLETE
78532025-02-07T09:59:24.989Z[ recovery-image] Feb 07 09:59:23.485 INFO O| Feb 07 09:59:23.485 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-02-07T09:59:25.068Z[ recovery-image] Feb 07 09:59:23.566 INFO O| Feb 07 09:59:23.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78552025-02-07T09:59:25.068Z[ recovery-image] Feb 07 09:59:23.566 INFO O| Feb 07 09:59:23.566 INFO STEP 1135 (remove_files) COMPLETE
78562025-02-07T09:59:25.068Z[ recovery-image] Feb 07 09:59:23.566 INFO O| Feb 07 09:59:23.566 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-02-07T09:59:25.089Z[ recovery-image] Feb 07 09:59:23.588 INFO O| Feb 07 09:59:23.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78582025-02-07T09:59:25.089Z[ recovery-image] Feb 07 09:59:23.588 INFO O| Feb 07 09:59:23.588 INFO STEP 1136 (remove_files) COMPLETE
78592025-02-07T09:59:25.089Z[ recovery-image] Feb 07 09:59:23.588 INFO O| Feb 07 09:59:23.588 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-02-07T09:59:25.109Z[ recovery-image] Feb 07 09:59:23.607 INFO O| Feb 07 09:59:23.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78612025-02-07T09:59:25.109Z[ recovery-image] Feb 07 09:59:23.607 INFO O| Feb 07 09:59:23.607 INFO STEP 1137 (remove_files) COMPLETE
78622025-02-07T09:59:25.109Z[ recovery-image] Feb 07 09:59:23.607 INFO O| Feb 07 09:59:23.607 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-02-07T09:59:25.139Z[ recovery-image] Feb 07 09:59:23.637 INFO O| Feb 07 09:59:23.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78642025-02-07T09:59:25.139Z[ recovery-image] Feb 07 09:59:23.637 INFO O| Feb 07 09:59:23.637 INFO STEP 1138 (remove_files) COMPLETE
78652025-02-07T09:59:25.142Z[ recovery-image] Feb 07 09:59:23.637 INFO O| Feb 07 09:59:23.637 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-02-07T09:59:25.176Z[ recovery-image] Feb 07 09:59:23.674 INFO O| Feb 07 09:59:23.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78672025-02-07T09:59:25.176Z[ recovery-image] Feb 07 09:59:23.674 INFO O| Feb 07 09:59:23.674 INFO STEP 1139 (remove_files) COMPLETE
78682025-02-07T09:59:25.179Z[ recovery-image] Feb 07 09:59:23.674 INFO O| Feb 07 09:59:23.674 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692025-02-07T09:59:25.228Z[ recovery-image] Feb 07 09:59:23.726 INFO O| Feb 07 09:59:23.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78702025-02-07T09:59:25.228Z[ recovery-image] Feb 07 09:59:23.726 INFO O| Feb 07 09:59:23.726 INFO STEP 1140 (remove_files) COMPLETE
78712025-02-07T09:59:25.232Z[ recovery-image] Feb 07 09:59:23.726 INFO O| Feb 07 09:59:23.726 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722025-02-07T09:59:25.258Z[ recovery-image] Feb 07 09:59:23.756 INFO O| Feb 07 09:59:23.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78732025-02-07T09:59:25.258Z[ recovery-image] Feb 07 09:59:23.756 INFO O| Feb 07 09:59:23.756 INFO STEP 1141 (remove_files) COMPLETE
78742025-02-07T09:59:25.258Z[ recovery-image] Feb 07 09:59:23.756 INFO O| Feb 07 09:59:23.756 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752025-02-07T09:59:25.278Z[ recovery-image] Feb 07 09:59:23.776 INFO O| Feb 07 09:59:23.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78762025-02-07T09:59:25.278Z[ recovery-image] Feb 07 09:59:23.776 INFO O| Feb 07 09:59:23.776 INFO STEP 1142 (remove_files) COMPLETE
78772025-02-07T09:59:25.278Z[ recovery-image] Feb 07 09:59:23.776 INFO O| Feb 07 09:59:23.776 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-02-07T09:59:25.320Z[ recovery-image] Feb 07 09:59:23.818 INFO O| Feb 07 09:59:23.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78792025-02-07T09:59:25.320Z[ recovery-image] Feb 07 09:59:23.818 INFO O| Feb 07 09:59:23.818 INFO STEP 1143 (remove_files) COMPLETE
78802025-02-07T09:59:25.320Z[ recovery-image] Feb 07 09:59:23.818 INFO O| Feb 07 09:59:23.818 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-02-07T09:59:25.340Z[ recovery-image] Feb 07 09:59:23.837 INFO O| Feb 07 09:59:23.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78822025-02-07T09:59:25.340Z[ recovery-image] Feb 07 09:59:23.837 INFO O| Feb 07 09:59:23.837 INFO STEP 1144 (remove_files) COMPLETE
78832025-02-07T09:59:25.340Z[ recovery-image] Feb 07 09:59:23.837 INFO O| Feb 07 09:59:23.837 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-02-07T09:59:25.357Z[ recovery-image] Feb 07 09:59:23.855 INFO O| Feb 07 09:59:23.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78852025-02-07T09:59:25.357Z[ recovery-image] Feb 07 09:59:23.855 INFO O| Feb 07 09:59:23.855 INFO STEP 1145 (remove_files) COMPLETE
78862025-02-07T09:59:25.359Z[ recovery-image] Feb 07 09:59:23.855 INFO O| Feb 07 09:59:23.855 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-02-07T09:59:25.375Z[ recovery-image] Feb 07 09:59:23.873 INFO O| Feb 07 09:59:23.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78882025-02-07T09:59:25.375Z[ recovery-image] Feb 07 09:59:23.873 INFO O| Feb 07 09:59:23.873 INFO STEP 1146 (remove_files) COMPLETE
78892025-02-07T09:59:25.375Z[ recovery-image] Feb 07 09:59:23.873 INFO O| Feb 07 09:59:23.873 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-02-07T09:59:25.412Z[ recovery-image] Feb 07 09:59:23.910 INFO O| Feb 07 09:59:23.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
78912025-02-07T09:59:25.412Z[ recovery-image] Feb 07 09:59:23.910 INFO O| Feb 07 09:59:23.910 INFO STEP 1147 (remove_files) COMPLETE
78922025-02-07T09:59:25.412Z[ recovery-image] Feb 07 09:59:23.910 INFO O| Feb 07 09:59:23.910 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-02-07T09:59:25.430Z[ recovery-image] Feb 07 09:59:23.928 INFO O| Feb 07 09:59:23.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
78942025-02-07T09:59:25.430Z[ recovery-image] Feb 07 09:59:23.929 INFO O| Feb 07 09:59:23.928 INFO STEP 1148 (remove_files) COMPLETE
78952025-02-07T09:59:25.430Z[ recovery-image] Feb 07 09:59:23.929 INFO O| Feb 07 09:59:23.929 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962025-02-07T09:59:25.447Z[ recovery-image] Feb 07 09:59:23.946 INFO O| Feb 07 09:59:23.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
78972025-02-07T09:59:25.450Z[ recovery-image] Feb 07 09:59:23.946 INFO O| Feb 07 09:59:23.946 INFO STEP 1149 (remove_files) COMPLETE
78982025-02-07T09:59:25.450Z[ recovery-image] Feb 07 09:59:23.946 INFO O| Feb 07 09:59:23.946 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992025-02-07T09:59:25.465Z[ recovery-image] Feb 07 09:59:23.963 INFO O| Feb 07 09:59:23.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79002025-02-07T09:59:25.468Z[ recovery-image] Feb 07 09:59:23.964 INFO O| Feb 07 09:59:23.964 INFO STEP 1150 (remove_files) COMPLETE
79012025-02-07T09:59:25.468Z[ recovery-image] Feb 07 09:59:23.964 INFO O| Feb 07 09:59:23.964 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022025-02-07T09:59:25.483Z[ recovery-image] Feb 07 09:59:23.981 INFO O| Feb 07 09:59:23.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79032025-02-07T09:59:25.485Z[ recovery-image] Feb 07 09:59:23.982 INFO O| Feb 07 09:59:23.981 INFO STEP 1151 (remove_files) COMPLETE
79042025-02-07T09:59:25.485Z[ recovery-image] Feb 07 09:59:23.982 INFO O| Feb 07 09:59:23.982 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052025-02-07T09:59:25.570Z[ recovery-image] Feb 07 09:59:24.068 INFO O| Feb 07 09:59:24.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79062025-02-07T09:59:25.570Z[ recovery-image] Feb 07 09:59:24.068 INFO O| Feb 07 09:59:24.068 INFO STEP 1152 (remove_files) COMPLETE
79072025-02-07T09:59:25.570Z[ recovery-image] Feb 07 09:59:24.068 INFO O| Feb 07 09:59:24.068 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082025-02-07T09:59:25.604Z[ recovery-image] Feb 07 09:59:24.102 INFO O| Feb 07 09:59:24.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79092025-02-07T09:59:25.604Z[ recovery-image] Feb 07 09:59:24.102 INFO O| Feb 07 09:59:24.102 INFO STEP 1153 (remove_files) COMPLETE
79102025-02-07T09:59:25.604Z[ recovery-image] Feb 07 09:59:24.102 INFO O| Feb 07 09:59:24.102 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112025-02-07T09:59:25.634Z[ recovery-image] Feb 07 09:59:24.132 INFO O| Feb 07 09:59:24.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79122025-02-07T09:59:25.634Z[ recovery-image] Feb 07 09:59:24.132 INFO O| Feb 07 09:59:24.132 INFO STEP 1154 (remove_files) COMPLETE
79132025-02-07T09:59:25.634Z[ recovery-image] Feb 07 09:59:24.132 INFO O| Feb 07 09:59:24.132 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-02-07T09:59:25.653Z[ recovery-image] Feb 07 09:59:24.151 INFO O| Feb 07 09:59:24.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79152025-02-07T09:59:25.653Z[ recovery-image] Feb 07 09:59:24.151 INFO O| Feb 07 09:59:24.151 INFO STEP 1155 (remove_files) COMPLETE
79162025-02-07T09:59:25.653Z[ recovery-image] Feb 07 09:59:24.151 INFO O| Feb 07 09:59:24.151 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-02-07T09:59:25.689Z[ recovery-image] Feb 07 09:59:24.187 INFO O| Feb 07 09:59:24.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79182025-02-07T09:59:25.689Z[ recovery-image] Feb 07 09:59:24.187 INFO O| Feb 07 09:59:24.187 INFO STEP 1156 (remove_files) COMPLETE
79192025-02-07T09:59:25.689Z[ recovery-image] Feb 07 09:59:24.187 INFO O| Feb 07 09:59:24.187 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-02-07T09:59:25.746Z[ recovery-image] Feb 07 09:59:24.244 INFO O| Feb 07 09:59:24.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79212025-02-07T09:59:25.746Z[ recovery-image] Feb 07 09:59:24.244 INFO O| Feb 07 09:59:24.244 INFO STEP 1157 (remove_files) COMPLETE
79222025-02-07T09:59:25.746Z[ recovery-image] Feb 07 09:59:24.244 INFO O| Feb 07 09:59:24.244 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-02-07T09:59:25.837Z[ recovery-image] Feb 07 09:59:24.335 INFO O| Feb 07 09:59:24.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79242025-02-07T09:59:25.840Z[ recovery-image] Feb 07 09:59:24.335 INFO O| Feb 07 09:59:24.335 INFO STEP 1158 (remove_files) COMPLETE
79252025-02-07T09:59:25.840Z[ recovery-image] Feb 07 09:59:24.335 INFO O| Feb 07 09:59:24.335 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-02-07T09:59:25.859Z[ recovery-image] Feb 07 09:59:24.357 INFO O| Feb 07 09:59:24.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79272025-02-07T09:59:25.861Z[ recovery-image] Feb 07 09:59:24.357 INFO O| Feb 07 09:59:24.357 INFO STEP 1159 (remove_files) COMPLETE
79282025-02-07T09:59:25.861Z[ recovery-image] Feb 07 09:59:24.357 INFO O| Feb 07 09:59:24.357 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-02-07T09:59:25.923Z[ recovery-image] Feb 07 09:59:24.421 INFO O| Feb 07 09:59:24.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79302025-02-07T09:59:25.926Z[ recovery-image] Feb 07 09:59:24.422 INFO O| Feb 07 09:59:24.421 INFO STEP 1160 (remove_files) COMPLETE
79312025-02-07T09:59:25.926Z[ recovery-image] Feb 07 09:59:24.422 INFO O| Feb 07 09:59:24.422 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-02-07T09:59:25.949Z[ recovery-image] Feb 07 09:59:24.447 INFO O| Feb 07 09:59:24.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79332025-02-07T09:59:25.949Z[ recovery-image] Feb 07 09:59:24.447 INFO O| Feb 07 09:59:24.447 INFO STEP 1161 (remove_files) COMPLETE
79342025-02-07T09:59:25.949Z[ recovery-image] Feb 07 09:59:24.447 INFO O| Feb 07 09:59:24.447 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-02-07T09:59:25.971Z[ recovery-image] Feb 07 09:59:24.469 INFO O| Feb 07 09:59:24.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79362025-02-07T09:59:25.972Z[ recovery-image] Feb 07 09:59:24.469 INFO O| Feb 07 09:59:24.469 INFO STEP 1162 (remove_files) COMPLETE
79372025-02-07T09:59:25.972Z[ recovery-image] Feb 07 09:59:24.469 INFO O| Feb 07 09:59:24.469 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-02-07T09:59:26.108Z[ recovery-image] Feb 07 09:59:24.606 INFO O| Feb 07 09:59:24.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79392025-02-07T09:59:26.108Z[ recovery-image] Feb 07 09:59:24.606 INFO O| Feb 07 09:59:24.606 INFO STEP 1163 (remove_files) COMPLETE
79402025-02-07T09:59:26.111Z[ recovery-image] Feb 07 09:59:24.606 INFO O| Feb 07 09:59:24.606 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-02-07T09:59:26.221Z[ recovery-image] Feb 07 09:59:24.717 INFO O| Feb 07 09:59:24.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79422025-02-07T09:59:26.221Z[ recovery-image] Feb 07 09:59:24.717 INFO O| Feb 07 09:59:24.717 INFO STEP 1164 (remove_files) COMPLETE
79432025-02-07T09:59:26.224Z[ recovery-image] Feb 07 09:59:24.717 INFO O| Feb 07 09:59:24.717 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-02-07T09:59:26.281Z[ recovery-image] Feb 07 09:59:24.779 INFO O| Feb 07 09:59:24.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79452025-02-07T09:59:26.281Z[ recovery-image] Feb 07 09:59:24.779 INFO O| Feb 07 09:59:24.779 INFO STEP 1165 (remove_files) COMPLETE
79462025-02-07T09:59:26.284Z[ recovery-image] Feb 07 09:59:24.779 INFO O| Feb 07 09:59:24.779 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79472025-02-07T09:59:26.309Z[ recovery-image] Feb 07 09:59:24.807 INFO O| Feb 07 09:59:24.807 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79482025-02-07T09:59:26.312Z[ recovery-image] Feb 07 09:59:24.808 INFO O| Feb 07 09:59:24.808 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79492025-02-07T09:59:28.303Z[ recovery-image] Feb 07 09:59:26.800 INFO O| Feb 07 09:59:26.800 INFO STEP 1166 (pack_tar) COMPLETE
79502025-02-07T09:59:28.303Z[ recovery-image] Feb 07 09:59:26.800 INFO O| Feb 07 09:59:26.800 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79512025-02-07T09:59:28.306Z[ recovery-image] Feb 07 09:59:26.800 INFO O| Feb 07 09:59:26.800 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79522025-02-07T09:59:28.555Z[ recovery-image] Feb 07 09:59:27.053 INFO O| Feb 07 09:59:27.053 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79532025-02-07T09:59:28.801Z[ recovery-image] Feb 07 09:59:27.298 INFO O| Feb 07 09:59:27.298 INFO completed processing gimlet/ramdisk-03-recovery-trim
79542025-02-07T09:59:28.811Z[ recovery-image] Feb 07 09:59:27.309 INFO image builder template: zfs-recovery...
79552025-02-07T09:59:28.811Z[ recovery-image] Feb 07 09:59:27.309 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/.tmpJnVQrH/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None
79562025-02-07T09:59:28.896Z[ recovery-image] Feb 07 09:59:27.393 INFO O| Feb 07 09:59:27.393 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79572025-02-07T09:59:28.903Z[ recovery-image] Feb 07 09:59:27.400 INFO O| Feb 07 09:59:27.400 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79582025-02-07T09:59:29.036Z[ recovery-image] Feb 07 09:59:27.534 INFO O| Feb 07 09:59:27.534 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79592025-02-07T09:59:29.209Z[ recovery-image] Feb 07 09:59:27.707 INFO O| Feb 07 09:59:27.706 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79602025-02-07T09:59:29.212Z[ recovery-image] Feb 07 09:59:27.707 INFO O| Feb 07 09:59:27.707 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79612025-02-07T09:59:29.217Z[ recovery-image] Feb 07 09:59:27.714 INFO O| Feb 07 09:59:27.714 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79622025-02-07T09:59:29.318Z[ recovery-image] Feb 07 09:59:27.816 INFO O| Feb 07 09:59:27.816 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79632025-02-07T09:59:29.437Z[ recovery-image] Feb 07 09:59:27.934 INFO O| Feb 07 09:59:27.934 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79642025-02-07T09:59:29.541Z[ recovery-image] Feb 07 09:59:28.038 INFO O| Feb 07 09:59:28.038 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79652025-02-07T09:59:29.554Z[ recovery-image] Feb 07 09:59:28.052 INFO O| Feb 07 09:59:28.052 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79662025-02-07T09:59:29.611Z[ recovery-image] Feb 07 09:59:28.108 INFO O| Feb 07 09:59:28.108 INFO no lofi found
79672025-02-07T09:59:29.611Z[ recovery-image] Feb 07 09:59:28.109 INFO O| Feb 07 09:59:28.108 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79682025-02-07T09:59:29.613Z[ recovery-image] Feb 07 09:59:28.109 INFO O| Feb 07 09:59:28.109 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79692025-02-07T09:59:29.693Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
79702025-02-07T09:59:31.514Z[ recovery-image] Feb 07 09:59:30.012 INFO O| Feb 07 09:59:30.012 INFO lofi device = /dev/dsk/c2t1d0p0
79712025-02-07T09:59:31.515Z[ recovery-image] Feb 07 09:59:30.012 INFO O| Feb 07 09:59:30.012 INFO pool device = /dev/dsk/c2t1d0p0
79722025-02-07T09:59:31.518Z[ recovery-image] Feb 07 09:59:30.012 INFO O| Feb 07 09:59:30.012 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
79732025-02-07T09:59:31.734Z[ recovery-image] Feb 07 09:59:30.232 INFO O| Feb 07 09:59:30.232 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79742025-02-07T09:59:31.734Z[ recovery-image] Feb 07 09:59:30.232 INFO O| Feb 07 09:59:30.232 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79752025-02-07T09:59:31.769Z[ recovery-image] Feb 07 09:59:30.266 INFO O| Feb 07 09:59:30.266 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79762025-02-07T09:59:32.114Z[ recovery-image] Feb 07 09:59:30.611 INFO O| Feb 07 09:59:30.611 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79772025-02-07T09:59:32.171Z[ recovery-image] Feb 07 09:59:30.668 INFO O| Feb 07 09:59:30.668 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79782025-02-07T09:59:32.197Z[ recovery-image] Feb 07 09:59:30.695 INFO O| Feb 07 09:59:30.695 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79792025-02-07T09:59:32.217Z[ recovery-image] Feb 07 09:59:30.715 INFO O| Feb 07 09:59:30.715 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79802025-02-07T09:59:32.309Z[ recovery-image] Feb 07 09:59:30.807 INFO O| Feb 07 09:59:30.806 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79812025-02-07T09:59:32.312Z[ recovery-image] Feb 07 09:59:30.807 INFO O| Feb 07 09:59:30.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79822025-02-07T09:59:32.312Z[ recovery-image] Feb 07 09:59:30.807 INFO O| Feb 07 09:59:30.807 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79832025-02-07T09:59:32.325Z[ recovery-image] Feb 07 09:59:30.822 INFO O| Feb 07 09:59:30.822 INFO boot environment UUID: 162bdb75-84ad-409b-84dd-d92ca210b3d0
79842025-02-07T09:59:32.325Z[ recovery-image] Feb 07 09:59:30.822 INFO O| Feb 07 09:59:30.822 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 162bdb75-84ad-409b-84dd-d92ca210b3d0
79852025-02-07T09:59:32.439Z[ recovery-image] Feb 07 09:59:30.936 INFO O| Feb 07 09:59:30.936 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79862025-02-07T09:59:32.481Z[ recovery-image] Feb 07 09:59:30.978 INFO O| Feb 07 09:59:30.978 INFO STEP 0 (create_be) COMPLETE
79872025-02-07T09:59:32.481Z[ recovery-image] Feb 07 09:59:30.978 INFO O| Feb 07 09:59:30.978 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79882025-02-07T09:59:32.558Z[ recovery-image] Feb 07 09:59:31.055 INFO O| Feb 07 09:59:31.055 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"]
79892025-02-07T09:59:39.723Z[ recovery-image] Feb 07 09:59:38.220 INFO O| Feb 07 09:59:38.220 INFO STEP 1 (unpack_tar) COMPLETE
79902025-02-07T09:59:39.724Z[ recovery-image] Feb 07 09:59:38.220 INFO O| Feb 07 09:59:38.220 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79912025-02-07T09:59:39.743Z[ recovery-image] Feb 07 09:59:38.240 INFO O| Feb 07 09:59:38.239 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79922025-02-07T09:59:40.571Z[ recovery-image] Feb 07 09:59:39.067 INFO O| Feb 07 09:59:39.067 INFO STEP 2 (devfsadm) COMPLETE
79932025-02-07T09:59:40.571Z[ recovery-image] Feb 07 09:59:39.067 INFO O| Feb 07 09:59:39.067 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79942025-02-07T09:59:40.591Z[ recovery-image] Feb 07 09:59:39.087 INFO O| Feb 07 09:59:39.087 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79952025-02-07T09:59:40.591Z[ recovery-image] Feb 07 09:59:39.087 INFO O| Feb 07 09:59:39.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79962025-02-07T09:59:40.593Z[ recovery-image] Feb 07 09:59:39.087 INFO O| Feb 07 09:59:39.087 INFO STEP 3 (ensure_dir) COMPLETE
79972025-02-07T09:59:40.593Z[ recovery-image] Feb 07 09:59:39.087 INFO O| Feb 07 09:59:39.087 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79982025-02-07T09:59:40.635Z[ recovery-image] Feb 07 09:59:39.131 INFO O| Feb 07 09:59:39.131 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79992025-02-07T09:59:40.635Z[ recovery-image] Feb 07 09:59:39.131 INFO O| Feb 07 09:59:39.131 INFO STEP 4 (ensure_dir) COMPLETE
80002025-02-07T09:59:40.637Z[ recovery-image] Feb 07 09:59:39.131 INFO O| Feb 07 09:59:39.131 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80012025-02-07T09:59:40.655Z[ recovery-image] Feb 07 09:59:39.152 INFO O| Feb 07 09:59:39.152 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80022025-02-07T09:59:40.656Z[ recovery-image] Feb 07 09:59:39.152 INFO O| Feb 07 09:59:39.152 INFO STEP 5 (ensure_dir) COMPLETE
80032025-02-07T09:59:40.656Z[ recovery-image] Feb 07 09:59:39.152 INFO O| Feb 07 09:59:39.152 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80042025-02-07T09:59:40.712Z[ recovery-image] Feb 07 09:59:39.208 INFO O| Feb 07 09:59:39.208 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80052025-02-07T09:59:40.712Z[ recovery-image] Feb 07 09:59:39.208 INFO O| Feb 07 09:59:39.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80062025-02-07T09:59:40.715Z[ recovery-image] Feb 07 09:59:39.208 INFO O| Feb 07 09:59:39.208 INFO STEP 6 (ensure_dir) COMPLETE
80072025-02-07T09:59:40.715Z[ recovery-image] Feb 07 09:59:39.208 INFO O| Feb 07 09:59:39.208 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80082025-02-07T09:59:40.756Z[ recovery-image] Feb 07 09:59:39.253 INFO O| Feb 07 09:59:39.252 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80092025-02-07T09:59:40.759Z[ recovery-image] Feb 07 09:59:39.253 INFO O| Feb 07 09:59:39.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80102025-02-07T09:59:40.759Z[ recovery-image] Feb 07 09:59:39.253 INFO O| Feb 07 09:59:39.253 INFO STEP 7 (ensure_dir) COMPLETE
80112025-02-07T09:59:40.759Z[ recovery-image] Feb 07 09:59:39.253 INFO O| Feb 07 09:59:39.253 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80122025-02-07T09:59:40.778Z[ recovery-image] Feb 07 09:59:39.274 INFO O| Feb 07 09:59:39.274 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80132025-02-07T09:59:40.780Z[ recovery-image] Feb 07 09:59:39.274 INFO O| Feb 07 09:59:39.274 INFO STEP 8 (remove_files) COMPLETE
80142025-02-07T09:59:40.780Z[ recovery-image] Feb 07 09:59:39.274 INFO O| Feb 07 09:59:39.274 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80152025-02-07T09:59:40.815Z[ recovery-image] Feb 07 09:59:39.311 INFO O| Feb 07 09:59:39.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80162025-02-07T09:59:40.817Z[ recovery-image] Feb 07 09:59:39.312 INFO O| Feb 07 09:59:39.312 INFO STEP 9 (remove_files) COMPLETE
80172025-02-07T09:59:40.817Z[ recovery-image] Feb 07 09:59:39.312 INFO O| Feb 07 09:59:39.312 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80182025-02-07T09:59:40.835Z[ recovery-image] Feb 07 09:59:39.332 INFO O| Feb 07 09:59:39.332 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80192025-02-07T09:59:40.838Z[ recovery-image] Feb 07 09:59:39.333 INFO O| Feb 07 09:59:39.333 INFO STEP 10 (remove_files) COMPLETE
80202025-02-07T09:59:40.838Z[ recovery-image] Feb 07 09:59:39.333 INFO O| Feb 07 09:59:39.333 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80212025-02-07T09:59:40.907Z[ recovery-image] Feb 07 09:59:39.402 INFO O| Feb 07 09:59:39.402 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80222025-02-07T09:59:40.909Z[ recovery-image] Feb 07 09:59:39.403 INFO O| Feb 07 09:59:39.403 INFO STEP 11 (remove_files) COMPLETE
80232025-02-07T09:59:40.910Z[ recovery-image] Feb 07 09:59:39.403 INFO O| Feb 07 09:59:39.403 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80242025-02-07T09:59:40.926Z[ recovery-image] Feb 07 09:59:39.422 INFO O| Feb 07 09:59:39.422 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80252025-02-07T09:59:40.926Z[ recovery-image] Feb 07 09:59:39.422 INFO O| Feb 07 09:59:39.422 INFO STEP 12 (remove_files) COMPLETE
80262025-02-07T09:59:40.926Z[ recovery-image] Feb 07 09:59:39.422 INFO O| Feb 07 09:59:39.422 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80272025-02-07T09:59:40.945Z[ recovery-image] Feb 07 09:59:39.442 INFO O| Feb 07 09:59:39.442 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80282025-02-07T09:59:40.946Z[ recovery-image] Feb 07 09:59:39.442 INFO O| Feb 07 09:59:39.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80292025-02-07T09:59:40.946Z[ recovery-image] Feb 07 09:59:39.442 INFO O| Feb 07 09:59:39.442 INFO STEP 13 (ensure_dir) COMPLETE
80302025-02-07T09:59:40.948Z[ recovery-image] Feb 07 09:59:39.442 INFO O| Feb 07 09:59:39.442 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80312025-02-07T09:59:40.964Z[ recovery-image] Feb 07 09:59:39.460 INFO O| Feb 07 09:59:39.460 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80322025-02-07T09:59:40.964Z[ recovery-image] Feb 07 09:59:39.460 INFO O| Feb 07 09:59:39.460 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80332025-02-07T09:59:40.967Z[ recovery-image] Feb 07 09:59:39.460 INFO O| Feb 07 09:59:39.460 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80342025-02-07T09:59:40.967Z[ recovery-image] Feb 07 09:59:39.460 INFO O| Feb 07 09:59:39.460 INFO STEP 14 (ensure_dir) COMPLETE
80352025-02-07T09:59:40.967Z[ recovery-image] Feb 07 09:59:39.460 INFO O| Feb 07 09:59:39.460 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80362025-02-07T09:59:40.983Z[ recovery-image] Feb 07 09:59:39.479 INFO O| Feb 07 09:59:39.479 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80372025-02-07T09:59:40.983Z[ recovery-image] Feb 07 09:59:39.479 INFO O| Feb 07 09:59:39.479 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80382025-02-07T09:59:40.983Z[ recovery-image] Feb 07 09:59:39.479 INFO O| Feb 07 09:59:39.479 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80392025-02-07T09:59:40.984Z[ recovery-image] Feb 07 09:59:39.479 INFO O| Feb 07 09:59:39.479 INFO STEP 15 (ensure_dir) COMPLETE
80402025-02-07T09:59:40.984Z[ recovery-image] Feb 07 09:59:39.479 INFO O| Feb 07 09:59:39.479 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80412025-02-07T09:59:41.001Z[ recovery-image] Feb 07 09:59:39.497 INFO O| Feb 07 09:59:39.497 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80422025-02-07T09:59:41.001Z[ recovery-image] Feb 07 09:59:39.497 INFO O| Feb 07 09:59:39.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80432025-02-07T09:59:41.001Z[ recovery-image] Feb 07 09:59:39.497 INFO O| Feb 07 09:59:39.497 INFO STEP 16 (ensure_dir) COMPLETE
80442025-02-07T09:59:41.001Z[ recovery-image] Feb 07 09:59:39.497 INFO O| Feb 07 09:59:39.497 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80452025-02-07T09:59:41.032Z[ recovery-image] Feb 07 09:59:39.529 INFO O| Feb 07 09:59:39.528 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80462025-02-07T09:59:41.035Z[ recovery-image] Feb 07 09:59:39.529 INFO O| Feb 07 09:59:39.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80472025-02-07T09:59:41.035Z[ recovery-image] Feb 07 09:59:39.529 INFO O| Feb 07 09:59:39.529 INFO STEP 17 (ensure_dir) COMPLETE
80482025-02-07T09:59:41.035Z[ recovery-image] Feb 07 09:59:39.529 INFO O| Feb 07 09:59:39.529 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80492025-02-07T09:59:41.053Z[ recovery-image] Feb 07 09:59:39.548 INFO O| Feb 07 09:59:39.548 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80502025-02-07T09:59:41.053Z[ recovery-image] Feb 07 09:59:39.548 INFO O| Feb 07 09:59:39.548 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80512025-02-07T09:59:41.053Z[ recovery-image] Feb 07 09:59:39.549 INFO O| Feb 07 09:59:39.548 INFO ok!
80522025-02-07T09:59:41.053Z[ recovery-image] Feb 07 09:59:39.549 INFO O| Feb 07 09:59:39.548 INFO STEP 18 (ensure_symlink) COMPLETE
80532025-02-07T09:59:41.053Z[ recovery-image] Feb 07 09:59:39.549 INFO O| Feb 07 09:59:39.548 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80542025-02-07T09:59:41.073Z[ recovery-image] Feb 07 09:59:39.569 INFO O| Feb 07 09:59:39.569 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80552025-02-07T09:59:41.073Z[ recovery-image] Feb 07 09:59:39.570 INFO O| Feb 07 09:59:39.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80562025-02-07T09:59:41.076Z[ recovery-image] Feb 07 09:59:39.570 INFO O| Feb 07 09:59:39.570 INFO ok!
80572025-02-07T09:59:41.076Z[ recovery-image] Feb 07 09:59:39.570 INFO O| Feb 07 09:59:39.570 INFO STEP 19 (ensure_file) COMPLETE
80582025-02-07T09:59:41.076Z[ recovery-image] Feb 07 09:59:39.570 INFO O| Feb 07 09:59:39.570 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80592025-02-07T09:59:41.095Z[ recovery-image] Feb 07 09:59:39.591 INFO O| Feb 07 09:59:39.591 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80602025-02-07T09:59:41.095Z[ recovery-image] Feb 07 09:59:39.591 INFO O| Feb 07 09:59:39.591 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80612025-02-07T09:59:41.098Z[ recovery-image] Feb 07 09:59:39.592 INFO O| Feb 07 09:59:39.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80622025-02-07T09:59:41.098Z[ recovery-image] Feb 07 09:59:39.592 INFO O| Feb 07 09:59:39.592 INFO ok!
80632025-02-07T09:59:41.098Z[ recovery-image] Feb 07 09:59:39.592 INFO O| Feb 07 09:59:39.592 INFO STEP 20 (ensure_symlink) COMPLETE
80642025-02-07T09:59:41.098Z[ recovery-image] Feb 07 09:59:39.593 INFO O| Feb 07 09:59:39.592 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80652025-02-07T09:59:41.116Z[ recovery-image] Feb 07 09:59:39.612 INFO O| Feb 07 09:59:39.612 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80662025-02-07T09:59:41.116Z[ recovery-image] Feb 07 09:59:39.613 INFO O| Feb 07 09:59:39.612 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80672025-02-07T09:59:41.119Z[ recovery-image] Feb 07 09:59:39.613 INFO O| Feb 07 09:59:39.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80682025-02-07T09:59:41.119Z[ recovery-image] Feb 07 09:59:39.613 INFO O| Feb 07 09:59:39.613 INFO ok!
80692025-02-07T09:59:41.119Z[ recovery-image] Feb 07 09:59:39.613 INFO O| Feb 07 09:59:39.613 INFO STEP 21 (ensure_symlink) COMPLETE
80702025-02-07T09:59:41.119Z[ recovery-image] Feb 07 09:59:39.613 INFO O| Feb 07 09:59:39.613 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80712025-02-07T09:59:41.149Z[ recovery-image] Feb 07 09:59:39.643 INFO O| Feb 07 09:59:39.643 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80722025-02-07T09:59:41.149Z[ recovery-image] Feb 07 09:59:39.643 INFO O| Feb 07 09:59:39.643 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80732025-02-07T09:59:41.153Z[ recovery-image] Feb 07 09:59:39.644 INFO O| Feb 07 09:59:39.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80742025-02-07T09:59:41.153Z[ recovery-image] Feb 07 09:59:39.644 INFO O| Feb 07 09:59:39.644 INFO ok!
80752025-02-07T09:59:41.153Z[ recovery-image] Feb 07 09:59:39.644 INFO O| Feb 07 09:59:39.644 INFO STEP 22 (ensure_symlink) COMPLETE
80762025-02-07T09:59:41.153Z[ recovery-image] Feb 07 09:59:39.644 INFO O| Feb 07 09:59:39.644 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80772025-02-07T09:59:41.179Z[ recovery-image] Feb 07 09:59:39.674 INFO O| Feb 07 09:59:39.674 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80782025-02-07T09:59:41.180Z[ recovery-image] Feb 07 09:59:39.674 INFO O| Feb 07 09:59:39.674 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80792025-02-07T09:59:41.184Z[ recovery-image] Feb 07 09:59:39.674 INFO O| Feb 07 09:59:39.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80802025-02-07T09:59:41.184Z[ recovery-image] Feb 07 09:59:39.674 INFO O| Feb 07 09:59:39.674 INFO ok!
80812025-02-07T09:59:41.184Z[ recovery-image] Feb 07 09:59:39.674 INFO O| Feb 07 09:59:39.674 INFO STEP 23 (ensure_symlink) COMPLETE
80822025-02-07T09:59:41.184Z[ recovery-image] Feb 07 09:59:39.675 INFO O| Feb 07 09:59:39.674 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80832025-02-07T09:59:41.292Z[ recovery-image] Feb 07 09:59:39.781 INFO O| Feb 07 09:59:39.781 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80842025-02-07T09:59:41.292Z[ recovery-image] Feb 07 09:59:39.781 INFO O| Feb 07 09:59:39.781 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 ...
80852025-02-07T09:59:41.295Z[ recovery-image] Feb 07 09:59:39.781 INFO O| Feb 07 09:59:39.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80862025-02-07T09:59:41.295Z[ recovery-image] Feb 07 09:59:39.782 INFO O| Feb 07 09:59:39.781 INFO ok!
80872025-02-07T09:59:41.295Z[ recovery-image] Feb 07 09:59:39.782 INFO O| Feb 07 09:59:39.782 INFO STEP 24 (ensure_file) COMPLETE
80882025-02-07T09:59:41.295Z[ recovery-image] Feb 07 09:59:39.782 INFO O| Feb 07 09:59:39.782 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
80892025-02-07T09:59:41.309Z[ recovery-image] Feb 07 09:59:39.805 INFO O| Feb 07 09:59:39.805 INFO updating shadow file
80902025-02-07T09:59:41.311Z[ recovery-image] Feb 07 09:59:39.805 INFO O| Feb 07 09:59:39.805 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80912025-02-07T09:59:41.311Z[ recovery-image] Feb 07 09:59:39.805 INFO O| Feb 07 09:59:39.805 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80922025-02-07T09:59:41.311Z[ recovery-image] Feb 07 09:59:39.805 INFO O| Feb 07 09:59:39.805 INFO STEP 25 (shadow) COMPLETE
80932025-02-07T09:59:41.311Z[ recovery-image] Feb 07 09:59:39.805 INFO O| Feb 07 09:59:39.805 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80942025-02-07T09:59:41.370Z[ recovery-image] Feb 07 09:59:39.866 INFO O| Feb 07 09:59:39.866 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
80952025-02-07T09:59:41.370Z[ recovery-image] Feb 07 09:59:39.866 INFO O| Feb 07 09:59:39.866 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
80962025-02-07T09:59:41.373Z[ recovery-image] Feb 07 09:59:39.866 INFO O| Feb 07 09:59:39.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
80972025-02-07T09:59:41.373Z[ recovery-image] Feb 07 09:59:39.866 INFO O| Feb 07 09:59:39.866 INFO ok!
80982025-02-07T09:59:41.373Z[ recovery-image] Feb 07 09:59:39.866 INFO O| Feb 07 09:59:39.866 INFO STEP 26 (ensure_file) COMPLETE
80992025-02-07T09:59:41.373Z[ recovery-image] Feb 07 09:59:39.866 INFO O| Feb 07 09:59:39.866 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81002025-02-07T09:59:41.390Z[ recovery-image] Feb 07 09:59:39.887 INFO O| Feb 07 09:59:39.886 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81012025-02-07T09:59:41.390Z[ recovery-image] Feb 07 09:59:39.887 INFO O| Feb 07 09:59:39.887 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81022025-02-07T09:59:41.390Z[ recovery-image] Feb 07 09:59:39.887 INFO O| Feb 07 09:59:39.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81032025-02-07T09:59:41.391Z[ recovery-image] Feb 07 09:59:39.887 INFO O| Feb 07 09:59:39.887 INFO ok!
81042025-02-07T09:59:41.391Z[ recovery-image] Feb 07 09:59:39.887 INFO O| Feb 07 09:59:39.887 INFO STEP 27 (ensure_file) COMPLETE
81052025-02-07T09:59:41.391Z[ recovery-image] Feb 07 09:59:39.887 INFO O| Feb 07 09:59:39.887 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81062025-02-07T09:59:41.427Z[ recovery-image] Feb 07 09:59:39.923 INFO O| Feb 07 09:59:39.923 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81072025-02-07T09:59:41.427Z[ recovery-image] Feb 07 09:59:39.923 INFO O| Feb 07 09:59:39.923 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81082025-02-07T09:59:41.430Z[ recovery-image] Feb 07 09:59:39.923 INFO O| Feb 07 09:59:39.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81092025-02-07T09:59:41.430Z[ recovery-image] Feb 07 09:59:39.923 INFO O| Feb 07 09:59:39.923 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81102025-02-07T09:59:41.430Z[ recovery-image] Feb 07 09:59:39.923 INFO O| Feb 07 09:59:39.923 INFO ok!
81112025-02-07T09:59:41.430Z[ recovery-image] Feb 07 09:59:39.923 INFO O| Feb 07 09:59:39.923 INFO STEP 28 (ensure_file) COMPLETE
81122025-02-07T09:59:41.430Z[ recovery-image] Feb 07 09:59:39.923 INFO O| Feb 07 09:59:39.923 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81132025-02-07T09:59:41.496Z[ recovery-image] Feb 07 09:59:39.993 INFO O| Feb 07 09:59:39.993 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81142025-02-07T09:59:41.497Z[ recovery-image] Feb 07 09:59:39.993 INFO O| Feb 07 09:59:39.993 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81152025-02-07T09:59:41.497Z[ recovery-image] Feb 07 09:59:39.993 INFO O| Feb 07 09:59:39.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81162025-02-07T09:59:41.499Z[ recovery-image] Feb 07 09:59:39.993 INFO O| Feb 07 09:59:39.993 INFO ok!
81172025-02-07T09:59:41.499Z[ recovery-image] Feb 07 09:59:39.993 INFO O| Feb 07 09:59:39.993 INFO STEP 29 (ensure_file) COMPLETE
81182025-02-07T09:59:41.499Z[ recovery-image] Feb 07 09:59:39.993 INFO O| Feb 07 09:59:39.993 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81192025-02-07T09:59:41.519Z[ recovery-image] Feb 07 09:59:40.015 INFO O| Feb 07 09:59:40.015 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81202025-02-07T09:59:41.519Z[ recovery-image] Feb 07 09:59:40.015 INFO O| Feb 07 09:59:40.015 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81212025-02-07T09:59:41.522Z[ recovery-image] Feb 07 09:59:40.015 INFO O| Feb 07 09:59:40.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81222025-02-07T09:59:41.522Z[ recovery-image] Feb 07 09:59:40.015 INFO O| Feb 07 09:59:40.015 INFO ok!
81232025-02-07T09:59:41.522Z[ recovery-image] Feb 07 09:59:40.015 INFO O| Feb 07 09:59:40.015 INFO STEP 30 (ensure_file) COMPLETE
81242025-02-07T09:59:41.522Z[ recovery-image] Feb 07 09:59:40.015 INFO O| Feb 07 09:59:40.015 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81252025-02-07T09:59:41.563Z[ recovery-image] Feb 07 09:59:40.059 INFO O| Feb 07 09:59:40.059 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81262025-02-07T09:59:41.563Z[ recovery-image] Feb 07 09:59:40.059 INFO O| Feb 07 09:59:40.059 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81272025-02-07T09:59:41.566Z[ recovery-image] Feb 07 09:59:40.060 INFO O| Feb 07 09:59:40.060 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81282025-02-07T09:59:41.566Z[ recovery-image] Feb 07 09:59:40.060 INFO O| Feb 07 09:59:40.060 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81292025-02-07T09:59:41.566Z[ recovery-image] Feb 07 09:59:40.060 INFO O| Feb 07 09:59:40.060 INFO ok!
81302025-02-07T09:59:41.566Z[ recovery-image] Feb 07 09:59:40.060 INFO O| Feb 07 09:59:40.060 INFO STEP 31 (ensure_file) COMPLETE
81312025-02-07T09:59:41.566Z[ recovery-image] Feb 07 09:59:40.060 INFO O| Feb 07 09:59:40.060 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81322025-02-07T09:59:41.612Z[ recovery-image] Feb 07 09:59:40.108 INFO O| Feb 07 09:59:40.108 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81332025-02-07T09:59:41.612Z[ recovery-image] Feb 07 09:59:40.108 INFO O| Feb 07 09:59:40.108 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81342025-02-07T09:59:41.615Z[ recovery-image] Feb 07 09:59:40.108 INFO O| Feb 07 09:59:40.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81352025-02-07T09:59:41.615Z[ recovery-image] Feb 07 09:59:40.108 INFO O| Feb 07 09:59:40.108 INFO ok!
81362025-02-07T09:59:41.615Z[ recovery-image] Feb 07 09:59:40.108 INFO O| Feb 07 09:59:40.108 INFO STEP 32 (ensure_file) COMPLETE
81372025-02-07T09:59:41.615Z[ recovery-image] Feb 07 09:59:40.108 INFO O| Feb 07 09:59:40.108 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81382025-02-07T09:59:41.632Z[ recovery-image] Feb 07 09:59:40.129 INFO O| Feb 07 09:59:40.129 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81392025-02-07T09:59:41.635Z[ recovery-image] Feb 07 09:59:40.129 INFO O| Feb 07 09:59:40.129 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81402025-02-07T09:59:41.635Z[ recovery-image] Feb 07 09:59:40.129 INFO O| Feb 07 09:59:40.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81412025-02-07T09:59:41.635Z[ recovery-image] Feb 07 09:59:40.129 INFO O| Feb 07 09:59:40.129 INFO ok!
81422025-02-07T09:59:41.635Z[ recovery-image] Feb 07 09:59:40.129 INFO O| Feb 07 09:59:40.129 INFO STEP 33 (ensure_file) COMPLETE
81432025-02-07T09:59:41.635Z[ recovery-image] Feb 07 09:59:40.129 INFO O| Feb 07 09:59:40.129 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81442025-02-07T09:59:41.652Z[ recovery-image] Feb 07 09:59:40.148 INFO O| Feb 07 09:59:40.148 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81452025-02-07T09:59:41.652Z[ recovery-image] Feb 07 09:59:40.148 INFO O| Feb 07 09:59:40.148 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81462025-02-07T09:59:41.655Z[ recovery-image] Feb 07 09:59:40.149 INFO O| Feb 07 09:59:40.149 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81472025-02-07T09:59:41.655Z[ recovery-image] Feb 07 09:59:40.149 INFO O| Feb 07 09:59:40.149 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81482025-02-07T09:59:41.655Z[ recovery-image] Feb 07 09:59:40.149 INFO O| Feb 07 09:59:40.149 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81492025-02-07T09:59:41.655Z[ recovery-image] Feb 07 09:59:40.149 INFO O| Feb 07 09:59:40.149 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81502025-02-07T09:59:41.655Z[ recovery-image] Feb 07 09:59:40.149 INFO O| Feb 07 09:59:40.149 INFO ok!
81512025-02-07T09:59:41.655Z[ recovery-image] Feb 07 09:59:40.149 INFO O| Feb 07 09:59:40.149 INFO STEP 34 (ensure_file) COMPLETE
81522025-02-07T09:59:41.655Z[ recovery-image] Feb 07 09:59:40.149 INFO O| Feb 07 09:59:40.149 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81532025-02-07T09:59:41.740Z[ recovery-image] Feb 07 09:59:40.236 INFO O| Feb 07 09:59:40.236 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81542025-02-07T09:59:41.740Z[ recovery-image] Feb 07 09:59:40.237 INFO O| Feb 07 09:59:40.236 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81552025-02-07T09:59:41.740Z[ recovery-image] Feb 07 09:59:40.237 INFO O| Feb 07 09:59:40.237 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81562025-02-07T09:59:41.743Z[ recovery-image] Feb 07 09:59:40.237 INFO O| Feb 07 09:59:40.237 INFO STEP 35 (ensure_dir) COMPLETE
81572025-02-07T09:59:41.743Z[ recovery-image] Feb 07 09:59:40.237 INFO O| Feb 07 09:59:40.237 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81582025-02-07T09:59:41.759Z[ recovery-image] Feb 07 09:59:40.255 INFO O| Feb 07 09:59:40.255 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
81592025-02-07T09:59:41.759Z[ recovery-image] Feb 07 09:59:40.255 INFO O| Feb 07 09:59:40.255 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 ...
81602025-02-07T09:59:41.761Z[ recovery-image] Feb 07 09:59:40.255 INFO O| Feb 07 09:59:40.255 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
81612025-02-07T09:59:41.761Z[ recovery-image] Feb 07 09:59:40.255 INFO O| Feb 07 09:59:40.255 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
81622025-02-07T09:59:41.761Z[ recovery-image] Feb 07 09:59:40.255 INFO O| Feb 07 09:59:40.255 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
81632025-02-07T09:59:41.762Z[ recovery-image] Feb 07 09:59:40.255 INFO O| Feb 07 09:59:40.255 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
81642025-02-07T09:59:41.762Z[ recovery-image] Feb 07 09:59:40.255 INFO O| Feb 07 09:59:40.255 INFO ok!
81652025-02-07T09:59:41.762Z[ recovery-image] Feb 07 09:59:40.255 INFO O| Feb 07 09:59:40.255 INFO STEP 36 (ensure_file) COMPLETE
81662025-02-07T09:59:41.762Z[ recovery-image] Feb 07 09:59:40.255 INFO O| Feb 07 09:59:40.255 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81672025-02-07T09:59:41.787Z[ recovery-image] Feb 07 09:59:40.283 INFO O| Feb 07 09:59:40.283 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81682025-02-07T09:59:41.787Z[ recovery-image] Feb 07 09:59:40.283 INFO O| Feb 07 09:59:40.283 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 ...
81692025-02-07T09:59:41.787Z[ recovery-image] Feb 07 09:59:40.283 INFO O| Feb 07 09:59:40.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81702025-02-07T09:59:41.790Z[ recovery-image] Feb 07 09:59:40.283 INFO O| Feb 07 09:59:40.283 INFO ok!
81712025-02-07T09:59:41.790Z[ recovery-image] Feb 07 09:59:40.283 INFO O| Feb 07 09:59:40.283 INFO STEP 37 (ensure_symlink) COMPLETE
81722025-02-07T09:59:41.790Z[ recovery-image] Feb 07 09:59:40.283 INFO O| Feb 07 09:59:40.283 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81732025-02-07T09:59:41.812Z[ recovery-image] Feb 07 09:59:40.308 INFO O| Feb 07 09:59:40.308 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81742025-02-07T09:59:41.812Z[ recovery-image] Feb 07 09:59:40.308 INFO O| Feb 07 09:59:40.308 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81752025-02-07T09:59:41.832Z[ recovery-image] Feb 07 09:59:40.328 INFO O| Feb 07 09:59:40.328 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81762025-02-07T09:59:41.832Z[ recovery-image] Feb 07 09:59:40.328 INFO O| Feb 07 09:59:40.328 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81772025-02-07T09:59:41.832Z[ recovery-image] Feb 07 09:59:40.328 INFO O| Feb 07 09:59:40.328 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81782025-02-07T09:59:41.834Z[ recovery-image] Feb 07 09:59:40.328 INFO O| Feb 07 09:59:40.328 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81792025-02-07T09:59:41.834Z[ recovery-image] Feb 07 09:59:40.328 INFO O| Feb 07 09:59:40.328 INFO ok!
81802025-02-07T09:59:41.834Z[ recovery-image] Feb 07 09:59:40.328 INFO O| Feb 07 09:59:40.328 INFO STEP 38 (ensure_file) COMPLETE
81812025-02-07T09:59:41.834Z[ recovery-image] Feb 07 09:59:40.328 INFO O| Feb 07 09:59:40.328 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81822025-02-07T09:59:41.869Z[ recovery-image] Feb 07 09:59:40.365 INFO O| Feb 07 09:59:40.365 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81832025-02-07T09:59:41.869Z[ recovery-image] Feb 07 09:59:40.366 INFO O| Feb 07 09:59:40.365 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 ...
81842025-02-07T09:59:41.892Z[ recovery-image] Feb 07 09:59:40.388 INFO O| Feb 07 09:59:40.388 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
81852025-02-07T09:59:41.892Z[ recovery-image] Feb 07 09:59:40.388 INFO O| Feb 07 09:59:40.388 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81862025-02-07T09:59:41.895Z[ recovery-image] Feb 07 09:59:40.388 INFO O| Feb 07 09:59:40.388 INFO ok!
81872025-02-07T09:59:41.895Z[ recovery-image] Feb 07 09:59:40.388 INFO O| Feb 07 09:59:40.388 INFO STEP 39 (ensure_file) COMPLETE
81882025-02-07T09:59:41.895Z[ recovery-image] Feb 07 09:59:40.388 INFO O| Feb 07 09:59:40.388 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81892025-02-07T09:59:41.954Z[ recovery-image] Feb 07 09:59:40.449 INFO O| Feb 07 09:59:40.449 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
81902025-02-07T09:59:41.954Z[ recovery-image] Feb 07 09:59:40.449 INFO O| Feb 07 09:59:40.449 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
81912025-02-07T09:59:41.979Z[ recovery-image] Feb 07 09:59:40.475 INFO O| Feb 07 09:59:40.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
81922025-02-07T09:59:41.979Z[ recovery-image] Feb 07 09:59:40.475 INFO O| Feb 07 09:59:40.475 INFO ok!
81932025-02-07T09:59:41.981Z[ recovery-image] Feb 07 09:59:40.475 INFO O| Feb 07 09:59:40.475 INFO STEP 40 (ensure_file) COMPLETE
81942025-02-07T09:59:41.981Z[ recovery-image] Feb 07 09:59:40.475 INFO O| Feb 07 09:59:40.475 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81952025-02-07T09:59:42.025Z[ recovery-image] Feb 07 09:59:40.521 INFO O| Feb 07 09:59:40.521 INFO updating shadow file
81962025-02-07T09:59:42.026Z[ recovery-image] Feb 07 09:59:40.522 INFO O| Feb 07 09:59:40.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81972025-02-07T09:59:42.029Z[ recovery-image] Feb 07 09:59:40.522 INFO O| Feb 07 09:59:40.522 INFO STEP 41 (shadow) COMPLETE
81982025-02-07T09:59:42.029Z[ recovery-image] Feb 07 09:59:40.522 INFO O| Feb 07 09:59:40.522 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81992025-02-07T09:59:42.073Z[ recovery-image] Feb 07 09:59:40.569 INFO O| Feb 07 09:59:40.569 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82002025-02-07T09:59:42.073Z[ recovery-image] Feb 07 09:59:40.569 INFO O| Feb 07 09:59:40.569 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82012025-02-07T09:59:42.076Z[ recovery-image] Feb 07 09:59:40.569 INFO O| Feb 07 09:59:40.569 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82022025-02-07T09:59:42.076Z[ recovery-image] Feb 07 09:59:40.569 INFO O| Feb 07 09:59:40.569 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82032025-02-07T09:59:42.076Z[ recovery-image] Feb 07 09:59:40.569 INFO O| Feb 07 09:59:40.569 INFO ok!
82042025-02-07T09:59:42.076Z[ recovery-image] Feb 07 09:59:40.569 INFO O| Feb 07 09:59:40.569 INFO STEP 42 (ensure_file) COMPLETE
82052025-02-07T09:59:42.076Z[ recovery-image] Feb 07 09:59:40.569 INFO O| Feb 07 09:59:40.569 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82062025-02-07T09:59:42.134Z[ recovery-image] Feb 07 09:59:40.630 INFO O| Feb 07 09:59:40.630 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82072025-02-07T09:59:42.134Z[ recovery-image] Feb 07 09:59:40.630 INFO O| Feb 07 09:59:40.630 INFO STEP 43 (ensure_dir) COMPLETE
82082025-02-07T09:59:42.134Z[ recovery-image] Feb 07 09:59:40.630 INFO O| Feb 07 09:59:40.630 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82092025-02-07T09:59:42.156Z[ recovery-image] Feb 07 09:59:40.651 INFO O| Feb 07 09:59:40.651 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82102025-02-07T09:59:42.156Z[ recovery-image] Feb 07 09:59:40.651 INFO O| Feb 07 09:59:40.651 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82112025-02-07T09:59:42.156Z[ recovery-image] Feb 07 09:59:40.651 INFO O| Feb 07 09:59:40.651 INFO STEP 44 (ensure_dir) COMPLETE
82122025-02-07T09:59:42.156Z[ recovery-image] Feb 07 09:59:40.651 INFO O| Feb 07 09:59:40.651 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82132025-02-07T09:59:42.177Z[ recovery-image] Feb 07 09:59:40.673 INFO O| Feb 07 09:59:40.673 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82142025-02-07T09:59:42.177Z[ recovery-image] Feb 07 09:59:40.673 INFO O| Feb 07 09:59:40.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82152025-02-07T09:59:42.177Z[ recovery-image] Feb 07 09:59:40.673 INFO O| Feb 07 09:59:40.673 INFO STEP 45 (ensure_dir) COMPLETE
82162025-02-07T09:59:42.177Z[ recovery-image] Feb 07 09:59:40.673 INFO O| Feb 07 09:59:40.673 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82172025-02-07T09:59:42.197Z[ recovery-image] Feb 07 09:59:40.693 INFO O| Feb 07 09:59:40.693 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82182025-02-07T09:59:42.197Z[ recovery-image] Feb 07 09:59:40.693 INFO O| Feb 07 09:59:40.693 INFO copying /tmp/.tmpJnVQrH/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82192025-02-07T09:59:42.248Z[ recovery-image] Feb 07 09:59:40.743 INFO O| Feb 07 09:59:40.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82202025-02-07T09:59:42.248Z[ recovery-image] Feb 07 09:59:40.743 INFO O| Feb 07 09:59:40.743 INFO ok!
82212025-02-07T09:59:42.248Z[ recovery-image] Feb 07 09:59:40.743 INFO O| Feb 07 09:59:40.743 INFO STEP 46 (ensure_file) COMPLETE
82222025-02-07T09:59:42.248Z[ recovery-image] Feb 07 09:59:40.743 INFO O| Feb 07 09:59:40.743 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82232025-02-07T09:59:42.268Z[ recovery-image] Feb 07 09:59:40.764 INFO O| Feb 07 09:59:40.764 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82242025-02-07T09:59:42.268Z[ recovery-image] Feb 07 09:59:40.764 INFO O| Feb 07 09:59:40.764 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82252025-02-07T09:59:42.268Z[ recovery-image] Feb 07 09:59:40.764 INFO O| Feb 07 09:59:40.764 INFO STEP 47 (ensure_dir) COMPLETE
82262025-02-07T09:59:42.271Z[ recovery-image] Feb 07 09:59:40.764 INFO O| Feb 07 09:59:40.764 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82272025-02-07T09:59:42.299Z[ recovery-image] Feb 07 09:59:40.796 INFO O| Feb 07 09:59:40.795 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82282025-02-07T09:59:42.302Z[ recovery-image] Feb 07 09:59:40.796 INFO O| Feb 07 09:59:40.795 INFO copying /tmp/.tmpJnVQrH/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82292025-02-07T09:59:42.302Z[ recovery-image] Feb 07 09:59:40.796 INFO O| Feb 07 09:59:40.796 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82302025-02-07T09:59:42.302Z[ recovery-image] Feb 07 09:59:40.796 INFO O| Feb 07 09:59:40.796 INFO ok!
82312025-02-07T09:59:42.302Z[ recovery-image] Feb 07 09:59:40.796 INFO O| Feb 07 09:59:40.796 INFO STEP 48 (ensure_file) COMPLETE
82322025-02-07T09:59:42.302Z[ recovery-image] Feb 07 09:59:40.796 INFO O| Feb 07 09:59:40.796 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82332025-02-07T09:59:42.326Z[ recovery-image] Feb 07 09:59:40.822 INFO O| Feb 07 09:59:40.822 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82342025-02-07T09:59:42.326Z[ recovery-image] Feb 07 09:59:40.823 INFO O| Feb 07 09:59:40.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82352025-02-07T09:59:42.326Z[ recovery-image] Feb 07 09:59:40.823 INFO O| Feb 07 09:59:40.823 INFO STEP 49 (ensure_dir) COMPLETE
82362025-02-07T09:59:42.329Z[ recovery-image] Feb 07 09:59:40.823 INFO O| Feb 07 09:59:40.823 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82372025-02-07T09:59:42.359Z[ recovery-image] Feb 07 09:59:40.856 INFO O| Feb 07 09:59:40.844 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82382025-02-07T09:59:42.359Z[ recovery-image] Feb 07 09:59:40.856 INFO O| Feb 07 09:59:40.844 INFO copying /tmp/.tmpJnVQrH/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82392025-02-07T09:59:42.430Z[ recovery-image] Feb 07 09:59:40.926 INFO O| Feb 07 09:59:40.925 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82402025-02-07T09:59:42.430Z[ recovery-image] Feb 07 09:59:40.926 INFO O| Feb 07 09:59:40.926 INFO ok!
82412025-02-07T09:59:42.430Z[ recovery-image] Feb 07 09:59:40.926 INFO O| Feb 07 09:59:40.926 INFO STEP 50 (ensure_file) COMPLETE
82422025-02-07T09:59:42.430Z[ recovery-image] Feb 07 09:59:40.926 INFO O| Feb 07 09:59:40.926 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82432025-02-07T09:59:42.469Z[ recovery-image] Feb 07 09:59:40.965 INFO O| Feb 07 09:59:40.965 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82442025-02-07T09:59:42.469Z[ recovery-image] Feb 07 09:59:40.965 INFO O| Feb 07 09:59:40.965 INFO copying /tmp/.tmpJnVQrH/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82452025-02-07T09:59:44.368Z[ recovery-image] Feb 07 09:59:42.863 INFO O| Feb 07 09:59:42.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82462025-02-07T09:59:44.368Z[ recovery-image] Feb 07 09:59:42.863 INFO O| Feb 07 09:59:42.863 INFO ok!
82472025-02-07T09:59:44.371Z[ recovery-image] Feb 07 09:59:42.863 INFO O| Feb 07 09:59:42.863 INFO STEP 51 (ensure_file) COMPLETE
82482025-02-07T09:59:44.371Z[ recovery-image] Feb 07 09:59:42.863 INFO O| Feb 07 09:59:42.863 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82492025-02-07T09:59:44.386Z[ recovery-image] Feb 07 09:59:42.882 INFO O| Feb 07 09:59:42.882 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82502025-02-07T09:59:44.386Z[ recovery-image] Feb 07 09:59:42.882 INFO O| Feb 07 09:59:42.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82512025-02-07T09:59:44.389Z[ recovery-image] Feb 07 09:59:42.882 INFO O| Feb 07 09:59:42.882 INFO STEP 52 (ensure_dir) COMPLETE
82522025-02-07T09:59:44.389Z[ recovery-image] Feb 07 09:59:42.882 INFO O| Feb 07 09:59:42.882 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82532025-02-07T09:59:44.416Z[ recovery-image] Feb 07 09:59:42.912 INFO O| Feb 07 09:59:42.912 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82542025-02-07T09:59:44.416Z[ recovery-image] Feb 07 09:59:42.912 INFO O| Feb 07 09:59:42.912 INFO copying /tmp/.tmpJnVQrH/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 ...
82552025-02-07T09:59:44.419Z[ recovery-image] Feb 07 09:59:42.912 INFO O| Feb 07 09:59:42.912 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
82562025-02-07T09:59:44.419Z[ recovery-image] Feb 07 09:59:42.912 INFO O| Feb 07 09:59:42.912 INFO ok!
82572025-02-07T09:59:44.419Z[ recovery-image] Feb 07 09:59:42.912 INFO O| Feb 07 09:59:42.912 INFO STEP 53 (ensure_file) COMPLETE
82582025-02-07T09:59:44.419Z[ recovery-image] Feb 07 09:59:42.912 INFO O| Feb 07 09:59:42.912 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82592025-02-07T09:59:44.438Z[ recovery-image] Feb 07 09:59:42.934 INFO O| Feb 07 09:59:42.934 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82602025-02-07T09:59:44.438Z[ recovery-image] Feb 07 09:59:42.934 INFO O| Feb 07 09:59:42.934 INFO copying /tmp/.tmpJnVQrH/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 ...
82612025-02-07T09:59:44.438Z[ recovery-image] Feb 07 09:59:42.934 INFO O| Feb 07 09:59:42.934 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
82622025-02-07T09:59:44.441Z[ recovery-image] Feb 07 09:59:42.934 INFO O| Feb 07 09:59:42.934 INFO ok!
82632025-02-07T09:59:44.441Z[ recovery-image] Feb 07 09:59:42.934 INFO O| Feb 07 09:59:42.934 INFO STEP 54 (ensure_file) COMPLETE
82642025-02-07T09:59:44.441Z[ recovery-image] Feb 07 09:59:42.934 INFO O| Feb 07 09:59:42.934 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82652025-02-07T09:59:44.469Z[ recovery-image] Feb 07 09:59:42.965 INFO O| Feb 07 09:59:42.965 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82662025-02-07T09:59:44.469Z[ recovery-image] Feb 07 09:59:42.965 INFO O| Feb 07 09:59:42.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82672025-02-07T09:59:44.470Z[ recovery-image] Feb 07 09:59:42.965 INFO O| Feb 07 09:59:42.965 INFO STEP 55 (ensure_dir) COMPLETE
82682025-02-07T09:59:44.472Z[ recovery-image] Feb 07 09:59:42.965 INFO O| Feb 07 09:59:42.965 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82692025-02-07T09:59:44.534Z[ recovery-image] Feb 07 09:59:43.029 INFO O| Feb 07 09:59:43.029 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82702025-02-07T09:59:44.534Z[ recovery-image] Feb 07 09:59:43.029 INFO O| Feb 07 09:59:43.029 INFO copying /tmp/.tmpJnVQrH/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 ...
82712025-02-07T09:59:44.537Z[ recovery-image] Feb 07 09:59:43.030 INFO O| Feb 07 09:59:43.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82722025-02-07T09:59:44.537Z[ recovery-image] Feb 07 09:59:43.030 INFO O| Feb 07 09:59:43.030 INFO ok!
82732025-02-07T09:59:44.537Z[ recovery-image] Feb 07 09:59:43.030 INFO O| Feb 07 09:59:43.030 INFO STEP 56 (ensure_file) COMPLETE
82742025-02-07T09:59:44.537Z[ recovery-image] Feb 07 09:59:43.030 INFO O| Feb 07 09:59:43.030 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82752025-02-07T09:59:44.634Z[ recovery-image] Feb 07 09:59:43.130 INFO O| Feb 07 09:59:43.130 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82762025-02-07T09:59:44.634Z[ recovery-image] Feb 07 09:59:43.130 INFO O| Feb 07 09:59:43.130 INFO copying /tmp/.tmpJnVQrH/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 ...
82772025-02-07T09:59:44.637Z[ recovery-image] Feb 07 09:59:43.130 INFO O| Feb 07 09:59:43.130 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
82782025-02-07T09:59:44.637Z[ recovery-image] Feb 07 09:59:43.130 INFO O| Feb 07 09:59:43.130 INFO ok!
82792025-02-07T09:59:44.637Z[ recovery-image] Feb 07 09:59:43.130 INFO O| Feb 07 09:59:43.130 INFO STEP 57 (ensure_file) COMPLETE
82802025-02-07T09:59:44.637Z[ recovery-image] Feb 07 09:59:43.130 INFO O| Feb 07 09:59:43.130 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82812025-02-07T09:59:44.653Z[ recovery-image] Feb 07 09:59:43.149 INFO O| Feb 07 09:59:43.149 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82822025-02-07T09:59:44.653Z[ recovery-image] Feb 07 09:59:43.149 INFO O| Feb 07 09:59:43.149 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82832025-02-07T09:59:44.653Z[ recovery-image] Feb 07 09:59:43.149 INFO O| Feb 07 09:59:43.149 INFO STEP 58 (ensure_dir) COMPLETE
82842025-02-07T09:59:44.657Z[ recovery-image] Feb 07 09:59:43.149 INFO O| Feb 07 09:59:43.149 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82852025-02-07T09:59:44.679Z[ recovery-image] Feb 07 09:59:43.175 INFO O| Feb 07 09:59:43.175 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82862025-02-07T09:59:44.679Z[ recovery-image] Feb 07 09:59:43.175 INFO O| Feb 07 09:59:43.175 INFO copying /tmp/.tmpJnVQrH/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 ...
82872025-02-07T09:59:44.679Z[ recovery-image] Feb 07 09:59:43.175 INFO O| Feb 07 09:59:43.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82882025-02-07T09:59:44.679Z[ recovery-image] Feb 07 09:59:43.175 INFO O| Feb 07 09:59:43.175 INFO ok!
82892025-02-07T09:59:44.682Z[ recovery-image] Feb 07 09:59:43.175 INFO O| Feb 07 09:59:43.175 INFO STEP 59 (ensure_file) COMPLETE
82902025-02-07T09:59:44.682Z[ recovery-image] Feb 07 09:59:43.175 INFO O| Feb 07 09:59:43.175 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82912025-02-07T09:59:44.742Z[ recovery-image] Feb 07 09:59:43.238 INFO O| Feb 07 09:59:43.237 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
82922025-02-07T09:59:44.742Z[ recovery-image] Feb 07 09:59:43.238 INFO O| Feb 07 09:59:43.238 INFO copying /tmp/.tmpJnVQrH/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
82932025-02-07T09:59:44.746Z[ recovery-image] Feb 07 09:59:43.238 INFO O| Feb 07 09:59:43.238 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
82942025-02-07T09:59:44.746Z[ recovery-image] Feb 07 09:59:43.238 INFO O| Feb 07 09:59:43.238 INFO ok!
82952025-02-07T09:59:44.746Z[ recovery-image] Feb 07 09:59:43.238 INFO O| Feb 07 09:59:43.238 INFO STEP 60 (ensure_file) COMPLETE
82962025-02-07T09:59:44.746Z[ recovery-image] Feb 07 09:59:43.238 INFO O| Feb 07 09:59:43.238 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82972025-02-07T09:59:44.763Z[ recovery-image] Feb 07 09:59:43.259 INFO O| Feb 07 09:59:43.259 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
82982025-02-07T09:59:44.763Z[ recovery-image] Feb 07 09:59:43.259 INFO O| Feb 07 09:59:43.259 INFO STEP 61 (ensure_dir) COMPLETE
82992025-02-07T09:59:44.766Z[ recovery-image] Feb 07 09:59:43.259 INFO O| Feb 07 09:59:43.259 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83002025-02-07T09:59:44.783Z[ recovery-image] Feb 07 09:59:43.279 INFO O| Feb 07 09:59:43.279 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83012025-02-07T09:59:44.783Z[ recovery-image] Feb 07 09:59:43.279 INFO O| Feb 07 09:59:43.279 INFO STEP 62 (ensure_dir) COMPLETE
83022025-02-07T09:59:44.786Z[ recovery-image] Feb 07 09:59:43.279 INFO O| Feb 07 09:59:43.279 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83032025-02-07T09:59:44.803Z[ recovery-image] Feb 07 09:59:43.298 INFO O| Feb 07 09:59:43.298 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83042025-02-07T09:59:44.803Z[ recovery-image] Feb 07 09:59:43.298 INFO O| Feb 07 09:59:43.298 INFO STEP 63 (ensure_dir) COMPLETE
83052025-02-07T09:59:44.805Z[ recovery-image] Feb 07 09:59:43.298 INFO O| Feb 07 09:59:43.298 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83062025-02-07T09:59:44.822Z[ recovery-image] Feb 07 09:59:43.318 INFO O| Feb 07 09:59:43.318 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83072025-02-07T09:59:44.822Z[ recovery-image] Feb 07 09:59:43.318 INFO O| Feb 07 09:59:43.318 INFO STEP 64 (ensure_dir) COMPLETE
83082025-02-07T09:59:44.825Z[ recovery-image] Feb 07 09:59:43.318 INFO O| Feb 07 09:59:43.318 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83092025-02-07T09:59:44.842Z[ recovery-image] Feb 07 09:59:43.338 INFO O| Feb 07 09:59:43.338 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83102025-02-07T09:59:44.842Z[ recovery-image] Feb 07 09:59:43.338 INFO O| Feb 07 09:59:43.338 INFO copying /tmp/.tmpJnVQrH/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83112025-02-07T09:59:44.842Z[ recovery-image] Feb 07 09:59:43.338 INFO O| Feb 07 09:59:43.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83122025-02-07T09:59:44.845Z[ recovery-image] Feb 07 09:59:43.338 INFO O| Feb 07 09:59:43.338 INFO ok!
83132025-02-07T09:59:44.845Z[ recovery-image] Feb 07 09:59:43.338 INFO O| Feb 07 09:59:43.338 INFO STEP 65 (ensure_file) COMPLETE
83142025-02-07T09:59:44.845Z[ recovery-image] Feb 07 09:59:43.338 INFO O| Feb 07 09:59:43.338 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83152025-02-07T09:59:44.873Z[ recovery-image] Feb 07 09:59:43.369 INFO O| Feb 07 09:59:43.359 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83162025-02-07T09:59:44.873Z[ recovery-image] Feb 07 09:59:43.369 INFO O| Feb 07 09:59:43.359 INFO STEP 66 (remove_files) COMPLETE
83172025-02-07T09:59:44.876Z[ recovery-image] Feb 07 09:59:43.369 INFO O| Feb 07 09:59:43.359 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83182025-02-07T09:59:44.883Z[ recovery-image] Feb 07 09:59:43.379 INFO O| Feb 07 09:59:43.379 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83192025-02-07T09:59:44.887Z[ recovery-image] Feb 07 09:59:43.380 INFO O| Feb 07 09:59:43.380 INFO STEP 67 (remove_files) COMPLETE
83202025-02-07T09:59:44.887Z[ recovery-image] Feb 07 09:59:43.380 INFO O| Feb 07 09:59:43.380 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83212025-02-07T09:59:44.905Z[ recovery-image] Feb 07 09:59:43.401 INFO O| Feb 07 09:59:43.401 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83222025-02-07T09:59:44.908Z[ recovery-image] Feb 07 09:59:43.401 INFO O| Feb 07 09:59:43.401 INFO STEP 68 (remove_files) COMPLETE
83232025-02-07T09:59:44.908Z[ recovery-image] Feb 07 09:59:43.401 INFO O| Feb 07 09:59:43.401 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83242025-02-07T09:59:44.926Z[ recovery-image] Feb 07 09:59:43.422 INFO O| Feb 07 09:59:43.422 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83252025-02-07T09:59:44.929Z[ recovery-image] Feb 07 09:59:43.422 INFO O| Feb 07 09:59:43.422 INFO STEP 69 (remove_files) COMPLETE
83262025-02-07T09:59:44.929Z[ recovery-image] Feb 07 09:59:43.423 INFO O| Feb 07 09:59:43.422 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83272025-02-07T09:59:44.947Z[ recovery-image] Feb 07 09:59:43.443 INFO O| Feb 07 09:59:43.443 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83282025-02-07T09:59:44.950Z[ recovery-image] Feb 07 09:59:43.444 INFO O| Feb 07 09:59:43.444 INFO STEP 70 (remove_files) COMPLETE
83292025-02-07T09:59:44.950Z[ recovery-image] Feb 07 09:59:43.444 INFO O| Feb 07 09:59:43.444 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83302025-02-07T09:59:44.969Z[ recovery-image] Feb 07 09:59:43.465 INFO O| Feb 07 09:59:43.465 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83312025-02-07T09:59:44.972Z[ recovery-image] Feb 07 09:59:43.465 INFO O| Feb 07 09:59:43.465 INFO STEP 71 (remove_files) COMPLETE
83322025-02-07T09:59:44.972Z[ recovery-image] Feb 07 09:59:43.466 INFO O| Feb 07 09:59:43.466 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83332025-02-07T09:59:44.991Z[ recovery-image] Feb 07 09:59:43.487 INFO O| Feb 07 09:59:43.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83342025-02-07T09:59:44.995Z[ recovery-image] Feb 07 09:59:43.487 INFO O| Feb 07 09:59:43.487 INFO STEP 72 (remove_files) COMPLETE
83352025-02-07T09:59:44.995Z[ recovery-image] Feb 07 09:59:43.487 INFO O| Feb 07 09:59:43.487 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83362025-02-07T09:59:45.016Z[ recovery-image] Feb 07 09:59:43.511 INFO O| Feb 07 09:59:43.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83372025-02-07T09:59:45.016Z[ recovery-image] Feb 07 09:59:43.511 INFO O| Feb 07 09:59:43.511 INFO STEP 73 (remove_files) COMPLETE
83382025-02-07T09:59:45.019Z[ recovery-image] Feb 07 09:59:43.511 INFO O| Feb 07 09:59:43.511 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83392025-02-07T09:59:45.051Z[ recovery-image] Feb 07 09:59:43.546 INFO O| Feb 07 09:59:43.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83402025-02-07T09:59:45.051Z[ recovery-image] Feb 07 09:59:43.546 INFO O| Feb 07 09:59:43.546 INFO STEP 74 (remove_files) COMPLETE
83412025-02-07T09:59:45.051Z[ recovery-image] Feb 07 09:59:43.546 INFO O| Feb 07 09:59:43.546 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83422025-02-07T09:59:45.069Z[ recovery-image] Feb 07 09:59:43.564 INFO O| Feb 07 09:59:43.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83432025-02-07T09:59:45.069Z[ recovery-image] Feb 07 09:59:43.565 INFO O| Feb 07 09:59:43.565 INFO STEP 75 (remove_files) COMPLETE
83442025-02-07T09:59:45.069Z[ recovery-image] Feb 07 09:59:43.565 INFO O| Feb 07 09:59:43.565 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83452025-02-07T09:59:45.103Z[ recovery-image] Feb 07 09:59:43.599 INFO O| Feb 07 09:59:43.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83462025-02-07T09:59:45.103Z[ recovery-image] Feb 07 09:59:43.599 INFO O| Feb 07 09:59:43.599 INFO STEP 76 (remove_files) COMPLETE
83472025-02-07T09:59:45.106Z[ recovery-image] Feb 07 09:59:43.599 INFO O| Feb 07 09:59:43.599 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83482025-02-07T09:59:45.122Z[ recovery-image] Feb 07 09:59:43.618 INFO O| Feb 07 09:59:43.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83492025-02-07T09:59:45.122Z[ recovery-image] Feb 07 09:59:43.618 INFO O| Feb 07 09:59:43.618 INFO STEP 77 (remove_files) COMPLETE
83502025-02-07T09:59:45.123Z[ recovery-image] Feb 07 09:59:43.618 INFO O| Feb 07 09:59:43.618 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83512025-02-07T09:59:45.200Z[ recovery-image] Feb 07 09:59:43.696 INFO O| Feb 07 09:59:43.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83522025-02-07T09:59:45.201Z[ recovery-image] Feb 07 09:59:43.696 INFO O| Feb 07 09:59:43.696 INFO STEP 78 (remove_files) COMPLETE
83532025-02-07T09:59:45.201Z[ recovery-image] Feb 07 09:59:43.696 INFO O| Feb 07 09:59:43.696 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83542025-02-07T09:59:45.257Z[ recovery-image] Feb 07 09:59:43.752 INFO O| Feb 07 09:59:43.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83552025-02-07T09:59:45.257Z[ recovery-image] Feb 07 09:59:43.752 INFO O| Feb 07 09:59:43.752 INFO STEP 79 (remove_files) COMPLETE
83562025-02-07T09:59:45.257Z[ recovery-image] Feb 07 09:59:43.752 INFO O| Feb 07 09:59:43.752 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83572025-02-07T09:59:45.276Z[ recovery-image] Feb 07 09:59:43.772 INFO O| Feb 07 09:59:43.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83582025-02-07T09:59:45.279Z[ recovery-image] Feb 07 09:59:43.772 INFO O| Feb 07 09:59:43.772 INFO STEP 80 (remove_files) COMPLETE
83592025-02-07T09:59:45.279Z[ recovery-image] Feb 07 09:59:43.772 INFO O| Feb 07 09:59:43.772 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83602025-02-07T09:59:45.297Z[ recovery-image] Feb 07 09:59:43.793 INFO O| Feb 07 09:59:43.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83612025-02-07T09:59:45.300Z[ recovery-image] Feb 07 09:59:43.793 INFO O| Feb 07 09:59:43.793 INFO STEP 81 (remove_files) COMPLETE
83622025-02-07T09:59:45.300Z[ recovery-image] Feb 07 09:59:43.793 INFO O| Feb 07 09:59:43.793 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83632025-02-07T09:59:45.341Z[ recovery-image] Feb 07 09:59:43.837 INFO O| Feb 07 09:59:43.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83642025-02-07T09:59:45.341Z[ recovery-image] Feb 07 09:59:43.837 INFO O| Feb 07 09:59:43.837 INFO STEP 82 (remove_files) COMPLETE
83652025-02-07T09:59:45.341Z[ recovery-image] Feb 07 09:59:43.837 INFO O| Feb 07 09:59:43.837 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83662025-02-07T09:59:45.405Z[ recovery-image] Feb 07 09:59:43.900 INFO O| Feb 07 09:59:43.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83672025-02-07T09:59:45.405Z[ recovery-image] Feb 07 09:59:43.900 INFO O| Feb 07 09:59:43.900 INFO STEP 83 (remove_files) COMPLETE
83682025-02-07T09:59:45.408Z[ recovery-image] Feb 07 09:59:43.900 INFO O| Feb 07 09:59:43.900 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83692025-02-07T09:59:45.435Z[ recovery-image] Feb 07 09:59:43.931 INFO O| Feb 07 09:59:43.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83702025-02-07T09:59:45.438Z[ recovery-image] Feb 07 09:59:43.931 INFO O| Feb 07 09:59:43.931 INFO STEP 84 (remove_files) COMPLETE
83712025-02-07T09:59:45.438Z[ recovery-image] Feb 07 09:59:43.931 INFO O| Feb 07 09:59:43.931 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83722025-02-07T09:59:45.469Z[ recovery-image] Feb 07 09:59:43.965 INFO O| Feb 07 09:59:43.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83732025-02-07T09:59:45.469Z[ recovery-image] Feb 07 09:59:43.965 INFO O| Feb 07 09:59:43.965 INFO STEP 85 (remove_files) COMPLETE
83742025-02-07T09:59:45.472Z[ recovery-image] Feb 07 09:59:43.965 INFO O| Feb 07 09:59:43.965 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83752025-02-07T09:59:45.490Z[ recovery-image] Feb 07 09:59:43.985 INFO O| Feb 07 09:59:43.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83762025-02-07T09:59:45.490Z[ recovery-image] Feb 07 09:59:43.985 INFO O| Feb 07 09:59:43.985 INFO STEP 86 (remove_files) COMPLETE
83772025-02-07T09:59:45.490Z[ recovery-image] Feb 07 09:59:43.985 INFO O| Feb 07 09:59:43.985 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83782025-02-07T09:59:45.521Z[ recovery-image] Feb 07 09:59:44.016 INFO O| Feb 07 09:59:44.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83792025-02-07T09:59:45.521Z[ recovery-image] Feb 07 09:59:44.016 INFO O| Feb 07 09:59:44.016 INFO STEP 87 (remove_files) COMPLETE
83802025-02-07T09:59:45.521Z[ recovery-image] Feb 07 09:59:44.016 INFO O| Feb 07 09:59:44.016 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83812025-02-07T09:59:45.541Z[ recovery-image] Feb 07 09:59:44.036 INFO O| Feb 07 09:59:44.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83822025-02-07T09:59:45.541Z[ recovery-image] Feb 07 09:59:44.036 INFO O| Feb 07 09:59:44.036 INFO STEP 88 (remove_files) COMPLETE
83832025-02-07T09:59:45.541Z[ recovery-image] Feb 07 09:59:44.037 INFO O| Feb 07 09:59:44.036 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83842025-02-07T09:59:45.561Z[ recovery-image] Feb 07 09:59:44.057 INFO O| Feb 07 09:59:44.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83852025-02-07T09:59:45.561Z[ recovery-image] Feb 07 09:59:44.057 INFO O| Feb 07 09:59:44.057 INFO STEP 89 (remove_files) COMPLETE
83862025-02-07T09:59:45.561Z[ recovery-image] Feb 07 09:59:44.057 INFO O| Feb 07 09:59:44.057 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83872025-02-07T09:59:45.639Z[ recovery-image] Feb 07 09:59:44.135 INFO O| Feb 07 09:59:44.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83882025-02-07T09:59:45.639Z[ recovery-image] Feb 07 09:59:44.135 INFO O| Feb 07 09:59:44.135 INFO STEP 90 (remove_files) COMPLETE
83892025-02-07T09:59:45.642Z[ recovery-image] Feb 07 09:59:44.135 INFO O| Feb 07 09:59:44.135 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83902025-02-07T09:59:45.660Z[ recovery-image] Feb 07 09:59:44.155 INFO O| Feb 07 09:59:44.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
83912025-02-07T09:59:45.660Z[ recovery-image] Feb 07 09:59:44.155 INFO O| Feb 07 09:59:44.155 INFO STEP 91 (remove_files) COMPLETE
83922025-02-07T09:59:45.660Z[ recovery-image] Feb 07 09:59:44.156 INFO O| Feb 07 09:59:44.155 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83932025-02-07T09:59:45.699Z[ recovery-image] Feb 07 09:59:44.194 INFO O| Feb 07 09:59:44.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
83942025-02-07T09:59:45.756Z[ recovery-image] Feb 07 09:59:44.195 INFO O| Feb 07 09:59:44.195 INFO STEP 92 (remove_files) COMPLETE
83952025-02-07T09:59:45.756Z[ recovery-image] Feb 07 09:59:44.195 INFO O| Feb 07 09:59:44.195 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83962025-02-07T09:59:45.756Z[ recovery-image] Feb 07 09:59:44.216 INFO O| Feb 07 09:59:44.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
83972025-02-07T09:59:45.756Z[ recovery-image] Feb 07 09:59:44.216 INFO O| Feb 07 09:59:44.216 INFO STEP 93 (remove_files) COMPLETE
83982025-02-07T09:59:45.756Z[ recovery-image] Feb 07 09:59:44.216 INFO O| Feb 07 09:59:44.216 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83992025-02-07T09:59:45.756Z[ recovery-image] Feb 07 09:59:44.251 INFO O| Feb 07 09:59:44.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84002025-02-07T09:59:45.756Z[ recovery-image] Feb 07 09:59:44.251 INFO O| Feb 07 09:59:44.251 INFO STEP 94 (remove_files) COMPLETE
84012025-02-07T09:59:45.756Z[ recovery-image] Feb 07 09:59:44.251 INFO O| Feb 07 09:59:44.251 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84022025-02-07T09:59:45.857Z[ recovery-image] Feb 07 09:59:44.349 INFO O| Feb 07 09:59:44.349 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84032025-02-07T09:59:45.857Z[ recovery-image] Feb 07 09:59:44.350 INFO O| Feb 07 09:59:44.349 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
84042025-02-07T10:00:00.905Z[ recovery-image] Feb 07 09:59:59.398 INFO O| Feb 07 09:59:59.398 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
84052025-02-07T10:00:00.908Z[ recovery-image] Feb 07 09:59:59.398 INFO O| Feb 07 09:59:59.398 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84062025-02-07T10:00:00.925Z[ recovery-image] Feb 07 09:59:59.418 INFO O| Feb 07 09:59:59.418 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84072025-02-07T10:00:01.087Z[ recovery-image] Feb 07 09:59:59.580 INFO O| Feb 07 09:59:59.578 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84082025-02-07T10:00:01.087Z[ recovery-image] Feb 07 09:59:59.580 INFO O| Feb 07 09:59:59.578 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 ...
84092025-02-07T10:00:01.090Z[ recovery-image] Feb 07 09:59:59.581 INFO O| Feb 07 09:59:59.581 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84102025-02-07T10:00:01.090Z[ recovery-image] Feb 07 09:59:59.581 INFO O| Feb 07 09:59:59.581 INFO ok!
84112025-02-07T10:00:01.090Z[ recovery-image] Feb 07 09:59:59.581 INFO O| Feb 07 09:59:59.581 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84122025-02-07T10:00:01.090Z[ recovery-image] Feb 07 09:59:59.581 INFO O| Feb 07 09:59:59.581 INFO STEP 95 (seed_smf) COMPLETE
84132025-02-07T10:00:01.090Z[ recovery-image] Feb 07 09:59:59.581 INFO O| Feb 07 09:59:59.581 INFO steps complete; finalising image!
84142025-02-07T10:00:01.090Z[ recovery-image] Feb 07 09:59:59.581 INFO O| Feb 07 09:59:59.581 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84152025-02-07T10:00:01.163Z[ recovery-image] Feb 07 09:59:59.656 INFO O| Feb 07 09:59:59.656 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Feb 7 09:59:59 2025)
84162025-02-07T10:00:01.373Z[ recovery-image] Feb 07 09:59:59.867 INFO O| Feb 07 09:59:59.867 INFO trim TEMPORARY-gimlet-zfs-recovery: (65% trimmed, started at Fri Feb 7 09:59:59 2025)
84172025-02-07T10:00:01.640Z[ recovery-image] Feb 07 10:00:00.134 INFO O| Feb 07 10:00:00.134 INFO temporary pool has 372M used, 1.39G avail, 1.00x compressratio
84182025-02-07T10:00:01.640Z[ recovery-image] Feb 07 10:00:00.134 INFO O| Feb 07 10:00:00.134 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84192025-02-07T10:00:02.348Z[ recovery-image] Feb 07 10:00:00.841 INFO O| Feb 07 10:00:00.841 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
84202025-02-07T10:00:02.348Z[ recovery-image] Feb 07 10:00:00.841 INFO O| Feb 07 10:00:00.841 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84212025-02-07T10:00:08.170Z[ recovery-image] Feb 07 10:00:06.663 INFO O| Feb 07 10:00:06.663 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84222025-02-07T10:00:08.170Z[ recovery-image] Feb 07 10:00:06.663 INFO O| Feb 07 10:00:06.663 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84232025-02-07T10:00:08.173Z[ recovery-image] Feb 07 10:00:06.663 INFO O| Feb 07 10:00:06.663 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84242025-02-07T10:00:08.173Z[ recovery-image] Feb 07 10:00:06.663 INFO O| Feb 07 10:00:06.663 INFO completed processing gimlet/zfs-recovery
84252025-02-07T10:00:08.173Z[ recovery-image] Feb 07 10:00:06.663 INFO O| Feb 07 10:00:06.663 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84262025-02-07T10:00:08.768Z[ recovery-image] Feb 07 10:00:07.261 INFO O| Feb 07 10:00:07.260 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84272025-02-07T10:00:08.878Z[ recovery-image] Feb 07 10:00:07.371 INFO BUILD STRING "heads/stlouis-0-gbd47bbc5b2\n"
84282025-02-07T10:00:08.881Z[ recovery-image] Feb 07 10:00:07.372 INFO expanded image name: "recovery e5add31/${os_short_commit} 2025-02-07 09:29" -> "recovery e5add31/bd47bbc 2025-02-07 09:29"
84292025-02-07T10:00:08.881Z[ recovery-image] Feb 07 10:00:07.372 INFO output artefacts stored in: "/work/os-recovery"
84302025-02-07T10:00:08.881Z[ recovery-image] Feb 07 10:00:07.372 INFO collecting git info from project "image-builder"...
84312025-02-07T10:00:08.924Z[ recovery-image] Feb 07 10:00:07.417 INFO collecting git info from project "pinprick"...
84322025-02-07T10:00:08.935Z[ recovery-image] Feb 07 10:00:07.427 INFO collecting git info from project "pilot"...
84332025-02-07T10:00:08.992Z[ recovery-image] Feb 07 10:00:07.484 INFO collecting git info from project "chelsio-t6-roms"...
84342025-02-07T10:00:09.006Z[ recovery-image] Feb 07 10:00:07.498 INFO collecting git info from project "phbl"...
84352025-02-07T10:00:09.030Z[ recovery-image] Feb 07 10:00:07.522 INFO collecting git info from project "amd-host-image-builder"...
84362025-02-07T10:00:10.080Z[ recovery-image] Feb 07 10:00:08.572 INFO collecting git info from project "amd-firmware"...
84372025-02-07T10:00:10.798Z[ recovery-image] Feb 07 10:00:09.240 INFO collecting git info from project "bootserver"...
84382025-02-07T10:00:10.801Z[ recovery-image] Feb 07 10:00:09.255 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84392025-02-07T10:00:11.741Z[ recovery-image] Feb 07 10:00:10.233 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84402025-02-07T10:00:12.467Z[ recovery-image] Feb 07 10:00:10.959 INFO creating Oxide boot image...
84412025-02-07T10:00:12.470Z[ recovery-image] Feb 07 10:00:10.959 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery e5add31/bd47bbc 2025-02-07 09:29", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84422025-02-07T10:00:48.207Z[ host-image] Feb 07 10:00:46.694 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23206:20250206T204920Z
84432025-02-07T10:00:48.210Z[ host-image] Feb 07 10:00:46.694 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23206:20250206T204921Z
84442025-02-07T10:00:48.210Z[ host-image] Feb 07 10:00:46.695 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84452025-02-07T10:00:48.210Z[ host-image] Feb 07 10:00:46.695 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84462025-02-07T10:00:48.210Z[ host-image] Feb 07 10:00:46.695 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84472025-02-07T10:00:48.210Z[ host-image] Feb 07 10:00:46.695 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84482025-02-07T10:00:48.210Z[ host-image] Feb 07 10:00:46.696 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84492025-02-07T10:00:48.210Z[ host-image] Feb 07 10:00:46.697 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84502025-02-07T10:00:48.210Z[ host-image] Feb 07 10:00:46.697 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84512025-02-07T10:00:48.210Z[ host-image] Feb 07 10:00:46.697 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84522025-02-07T10:00:48.210Z[ host-image] Feb 07 10:00:46.697 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23206:20250206T204921Z
84532025-02-07T10:00:48.213Z[ host-image] Feb 07 10:00:46.700 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23206:20250206T204922Z
84542025-02-07T10:00:48.216Z[ host-image] Feb 07 10:00:46.701 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23206:20250206T204922Z
84552025-02-07T10:00:48.216Z[ host-image] Feb 07 10:00:46.702 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23206:20250206T204922Z
84562025-02-07T10:00:48.216Z[ host-image] Feb 07 10:00:46.702 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84572025-02-07T10:00:48.216Z[ host-image] Feb 07 10:00:46.703 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23206:20250206T204922Z
84582025-02-07T10:00:48.219Z[ host-image] Feb 07 10:00:46.704 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23206:20250206T204922Z
84592025-02-07T10:00:48.219Z[ host-image] Feb 07 10:00:46.704 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23206:20250206T204922Z
84602025-02-07T10:00:48.219Z[ host-image] Feb 07 10:00:46.704 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23206:20250206T204922Z
84612025-02-07T10:00:48.219Z[ host-image] Feb 07 10:00:46.704 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23206:20250206T204923Z
84622025-02-07T10:00:48.219Z[ host-image] Feb 07 10:00:46.705 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23206:20250206T204923Z
84632025-02-07T10:00:48.219Z[ host-image] Feb 07 10:00:46.705 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23206:20250206T204924Z
84642025-02-07T10:00:48.219Z[ host-image] Feb 07 10:00:46.705 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23206:20250206T204924Z
84652025-02-07T10:00:48.219Z[ host-image] Feb 07 10:00:46.705 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23206:20250206T204925Z
84662025-02-07T10:00:48.219Z[ host-image] Feb 07 10:00:46.706 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23206:20250206T204925Z
84672025-02-07T10:00:48.219Z[ host-image] Feb 07 10:00:46.706 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23206:20250206T204926Z
84682025-02-07T10:00:48.219Z[ host-image] Feb 07 10:00:46.706 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23206:20250206T204926Z
84692025-02-07T10:00:48.219Z[ host-image] Feb 07 10:00:46.706 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23206:20250206T204927Z
84702025-02-07T10:00:48.222Z[ host-image] Feb 07 10:00:46.706 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23206:20250206T204928Z
84712025-02-07T10:00:48.222Z[ host-image] Feb 07 10:00:46.707 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
84722025-02-07T10:00:48.222Z[ host-image] Feb 07 10:00:46.707 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23206:20250206T204929Z
84732025-02-07T10:00:48.222Z[ host-image] Feb 07 10:00:46.707 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23206:20250206T204931Z
84742025-02-07T10:00:48.222Z[ host-image] Feb 07 10:00:46.707 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23206:20250206T204932Z
84752025-02-07T10:00:48.222Z[ host-image] Feb 07 10:00:46.707 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23206:20250206T204933Z
84762025-02-07T10:00:48.222Z[ host-image] Feb 07 10:00:46.709 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23206:20250206T204934Z
84772025-02-07T10:00:48.222Z[ host-image] Feb 07 10:00:46.709 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23206:20250206T204934Z
84782025-02-07T10:00:48.235Z[ host-image] Feb 07 10:00:46.723 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
84792025-02-07T10:00:48.235Z[ host-image] Feb 07 10:00:46.723 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23206:20250206T204934Z
84802025-02-07T10:00:48.238Z[ host-image] Feb 07 10:00:46.723 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
84812025-02-07T10:00:48.238Z[ host-image] Feb 07 10:00:46.724 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
84822025-02-07T10:00:48.238Z[ host-image] Feb 07 10:00:46.724 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
84832025-02-07T10:00:48.238Z[ host-image] Feb 07 10:00:46.725 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23206:20250206T204935Z
84842025-02-07T10:00:48.238Z[ host-image] Feb 07 10:00:46.725 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
84852025-02-07T10:00:48.238Z[ host-image] Feb 07 10:00:46.726 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
84862025-02-07T10:00:48.241Z[ host-image] Feb 07 10:00:46.727 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
84872025-02-07T10:00:48.241Z[ host-image] Feb 07 10:00:46.728 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
84882025-02-07T10:00:48.259Z[ host-image] Feb 07 10:00:46.746 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
84892025-02-07T10:00:48.259Z[ host-image] Feb 07 10:00:46.746 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
84902025-02-07T10:00:48.262Z[ host-image] Feb 07 10:00:46.746 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
84912025-02-07T10:00:48.262Z[ host-image] Feb 07 10:00:46.747 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
84922025-02-07T10:00:48.262Z[ host-image] Feb 07 10:00:46.748 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
84932025-02-07T10:00:48.262Z[ host-image] Feb 07 10:00:46.748 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
84942025-02-07T10:00:48.322Z[ host-image] Feb 07 10:00:46.810 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
84952025-02-07T10:00:48.325Z[ host-image] Feb 07 10:00:46.811 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
84962025-02-07T10:00:48.325Z[ host-image] Feb 07 10:00:46.811 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
84972025-02-07T10:00:48.325Z[ host-image] Feb 07 10:00:46.812 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23206:20250206T204936Z
84982025-02-07T10:00:48.325Z[ host-image] Feb 07 10:00:46.812 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23206:20250206T204942Z
84992025-02-07T10:00:48.325Z[ host-image] Feb 07 10:00:46.813 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85002025-02-07T10:00:48.325Z[ host-image] Feb 07 10:00:46.813 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23206:20250206T204943Z
85012025-02-07T10:00:48.328Z[ host-image] Feb 07 10:00:46.813 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85022025-02-07T10:00:48.328Z[ host-image] Feb 07 10:00:46.814 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85032025-02-07T10:00:48.328Z[ host-image] Feb 07 10:00:46.814 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
85042025-02-07T10:00:48.328Z[ host-image] Feb 07 10:00:46.814 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23206:20250206T204943Z
85052025-02-07T10:00:48.328Z[ host-image] Feb 07 10:00:46.814 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85062025-02-07T10:00:48.334Z[ host-image] Feb 07 10:00:46.821 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85072025-02-07T10:00:48.336Z[ host-image] Feb 07 10:00:46.822 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85082025-02-07T10:00:48.336Z[ host-image] Feb 07 10:00:46.822 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85092025-02-07T10:00:48.337Z[ host-image] Feb 07 10:00:46.823 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23206:20250206T204943Z
85102025-02-07T10:00:48.337Z[ host-image] Feb 07 10:00:46.823 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85112025-02-07T10:00:48.358Z[ host-image] Feb 07 10:00:46.846 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85122025-02-07T10:00:48.361Z[ host-image] Feb 07 10:00:46.846 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23206:20250206T204943Z
85132025-02-07T10:00:48.364Z[ host-image] Feb 07 10:00:46.849 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23206:20250206T204944Z
85142025-02-07T10:00:48.364Z[ host-image] Feb 07 10:00:46.850 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23206:20250206T204944Z
85152025-02-07T10:00:48.364Z[ host-image] Feb 07 10:00:46.850 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85162025-02-07T10:00:48.364Z[ host-image] Feb 07 10:00:46.851 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23206:20250206T204945Z
85172025-02-07T10:00:48.366Z[ host-image] Feb 07 10:00:46.852 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23206:20250206T204945Z
85182025-02-07T10:00:48.366Z[ host-image] Feb 07 10:00:46.852 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23206:20250206T204945Z
85192025-02-07T10:00:48.366Z[ host-image] Feb 07 10:00:46.852 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23206:20250206T204945Z
85202025-02-07T10:00:48.370Z[ host-image] Feb 07 10:00:46.858 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85212025-02-07T10:00:48.373Z[ host-image] Feb 07 10:00:46.859 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23206:20250206T204946Z
85222025-02-07T10:00:48.373Z[ host-image] Feb 07 10:00:46.860 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23206:20250206T204947Z
85232025-02-07T10:00:48.373Z[ host-image] Feb 07 10:00:46.860 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85242025-02-07T10:00:48.373Z[ host-image] Feb 07 10:00:46.860 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23206:20250206T204947Z
85252025-02-07T10:00:48.373Z[ host-image] Feb 07 10:00:46.861 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23206:20250206T204948Z
85262025-02-07T10:00:48.373Z[ host-image] Feb 07 10:00:46.861 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23206:20250206T204948Z
85272025-02-07T10:00:48.376Z[ host-image] Feb 07 10:00:46.862 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23206:20250206T204948Z
85282025-02-07T10:00:48.387Z[ host-image] Feb 07 10:00:46.875 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23206:20250206T204948Z
85292025-02-07T10:00:48.387Z[ host-image] Feb 07 10:00:46.875 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85302025-02-07T10:00:48.390Z[ host-image] Feb 07 10:00:46.878 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23206:20250206T204948Z
85312025-02-07T10:00:48.393Z[ host-image] Feb 07 10:00:46.880 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23206:20250206T204948Z
85322025-02-07T10:00:48.393Z[ host-image] Feb 07 10:00:46.880 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23206:20250206T204948Z
85332025-02-07T10:00:48.395Z[ host-image] Feb 07 10:00:46.881 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23206:20250206T204948Z
85342025-02-07T10:00:48.396Z[ host-image] Feb 07 10:00:46.882 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23206:20250206T204949Z
85352025-02-07T10:00:48.396Z[ host-image] Feb 07 10:00:46.882 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23206:20250206T204949Z
85362025-02-07T10:00:48.411Z[ host-image] Feb 07 10:00:46.899 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23206:20250206T204950Z
85372025-02-07T10:00:48.411Z[ host-image] Feb 07 10:00:46.899 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23206:20250206T204949Z
85382025-02-07T10:00:48.414Z[ host-image] Feb 07 10:00:46.899 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23206:20250206T204950Z
85392025-02-07T10:00:48.414Z[ host-image] Feb 07 10:00:46.901 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23206:20250206T204950Z
85402025-02-07T10:00:48.414Z[ host-image] Feb 07 10:00:46.901 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23206:20250206T204950Z
85412025-02-07T10:00:48.465Z[ host-image] Feb 07 10:00:46.953 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23206:20250206T204953Z
85422025-02-07T10:00:48.468Z[ host-image] Feb 07 10:00:46.953 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23206:20250206T204950Z
85432025-02-07T10:00:48.468Z[ host-image] Feb 07 10:00:46.953 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23206:20250206T204950Z
85442025-02-07T10:00:48.468Z[ host-image] Feb 07 10:00:46.954 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85452025-02-07T10:00:48.468Z[ host-image] Feb 07 10:00:46.955 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85462025-02-07T10:00:48.528Z[ host-image] Feb 07 10:00:47.015 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23206:20250206T204951Z
85472025-02-07T10:00:48.531Z[ host-image] Feb 07 10:00:47.016 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85482025-02-07T10:00:48.531Z[ host-image] Feb 07 10:00:47.016 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23206:20250206T204951Z
85492025-02-07T10:00:48.531Z[ host-image] Feb 07 10:00:47.016 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23206:20250206T204951Z
85502025-02-07T10:00:48.531Z[ host-image] Feb 07 10:00:47.018 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23206:20250206T204951Z
85512025-02-07T10:00:48.531Z[ host-image] Feb 07 10:00:47.019 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85522025-02-07T10:00:48.534Z[ host-image] Feb 07 10:00:47.019 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85532025-02-07T10:00:48.534Z[ host-image] Feb 07 10:00:47.020 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23206:20250206T204952Z
85542025-02-07T10:00:48.534Z[ host-image] Feb 07 10:00:47.020 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23206:20250206T204952Z
85552025-02-07T10:00:48.534Z[ host-image] Feb 07 10:00:47.020 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23206:20250206T204952Z
85562025-02-07T10:00:48.534Z[ host-image] Feb 07 10:00:47.021 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23206:20250206T204952Z
85572025-02-07T10:00:48.537Z[ host-image] Feb 07 10:00:47.021 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23206:20250206T204953Z
85582025-02-07T10:00:48.537Z[ host-image] Feb 07 10:00:47.022 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23206:20250206T204953Z
85592025-02-07T10:00:48.539Z[ host-image] Feb 07 10:00:47.026 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85602025-02-07T10:00:48.539Z[ host-image] Feb 07 10:00:47.027 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23206:20250206T204954Z
85612025-02-07T10:00:48.542Z[ host-image] Feb 07 10:00:47.029 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23206:20250206T204954Z
85622025-02-07T10:00:48.542Z[ host-image] Feb 07 10:00:47.029 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23206:20250206T204954Z
85632025-02-07T10:00:48.545Z[ host-image] Feb 07 10:00:47.030 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23206:20250206T204955Z
85642025-02-07T10:00:48.545Z[ host-image] Feb 07 10:00:47.030 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23206:20250206T204954Z
85652025-02-07T10:00:48.545Z[ host-image] Feb 07 10:00:47.031 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23206:20250206T204955Z
85662025-02-07T10:00:48.545Z[ host-image] Feb 07 10:00:47.031 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
85672025-02-07T10:00:48.545Z[ host-image] Feb 07 10:00:47.031 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
85682025-02-07T10:00:48.545Z[ host-image] Feb 07 10:00:47.032 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23206:20250206T204957Z
85692025-02-07T10:00:48.545Z[ host-image] Feb 07 10:00:47.032 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23206:20250206T204957Z
85702025-02-07T10:00:48.548Z[ host-image] Feb 07 10:00:47.033 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
85712025-02-07T10:00:48.548Z[ host-image] Feb 07 10:00:47.033 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
85722025-02-07T10:00:48.548Z[ host-image] Feb 07 10:00:47.033 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
85732025-02-07T10:00:48.548Z[ host-image] Feb 07 10:00:47.033 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
85742025-02-07T10:00:48.548Z[ host-image] Feb 07 10:00:47.033 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
85752025-02-07T10:00:48.548Z[ host-image] Feb 07 10:00:47.034 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
85762025-02-07T10:00:48.551Z[ host-image] Feb 07 10:00:47.037 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
85772025-02-07T10:00:48.551Z[ host-image] Feb 07 10:00:47.037 INFO O| tempdir @ "/tmp/.tmpUFV5xC/tmp"
85782025-02-07T10:00:48.551Z[ host-image] Feb 07 10:00:47.037 INFO O| image root @ "/tmp/.tmpUFV5xC/tmp/root"
85792025-02-07T10:00:48.551Z[ host-image] Feb 07 10:00:47.037 INFO O| creating image...
85802025-02-07T10:00:49.709Z[ host-image] Feb 07 10:00:48.196 INFO O| copying publishers...
85812025-02-07T10:01:12.273Z[ host-image] Feb 07 10:01:10.757 INFO O| adding properties...
85822025-02-07T10:01:14.620Z[ host-image] Feb 07 10:01:13.104 INFO O| installing packages...
85832025-02-07T10:01:22.776Z[ recovery-image] Feb 07 10:01:21.258 INFO O| ok, image written!
85842025-02-07T10:01:22.778Z[ recovery-image] Feb 07 10:01:21.259 INFO O| ok, boot_image_csum file written!
85852025-02-07T10:01:22.783Z[ recovery-image] Feb 07 10:01:21.266 INFO creating boot archive (CPIO)...
85862025-02-07T10:01:22.783Z[ recovery-image] Feb 07 10:01:21.266 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
85872025-02-07T10:01:22.804Z[ recovery-image] Feb 07 10:01:21.287 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
85882025-02-07T10:01:22.804Z[ recovery-image] Feb 07 10:01:21.287 INFO E| + outfile=/work/os-recovery/cpio
85892025-02-07T10:01:22.804Z[ recovery-image] Feb 07 10:01:21.287 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
85902025-02-07T10:01:22.808Z[ recovery-image] Feb 07 10:01:21.291 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
85912025-02-07T10:01:22.810Z[ recovery-image] Feb 07 10:01:21.291 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
85922025-02-07T10:01:22.854Z[ recovery-image] Feb 07 10:01:21.337 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
85932025-02-07T10:01:22.854Z[ recovery-image] Feb 07 10:01:21.337 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
85942025-02-07T10:01:22.865Z[ recovery-image] Feb 07 10:01:21.349 INFO creating compressed cpio/unix for nanobl-rs...
85952025-02-07T10:01:22.865Z[ recovery-image] Feb 07 10:01:21.349 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
85962025-02-07T10:01:23.376Z[ recovery-image] Feb 07 10:01:21.857 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
85972025-02-07T10:01:31.188Z[ recovery-image] Feb 07 10:01:29.670 INFO creating reset image...
85982025-02-07T10:01:31.191Z[ recovery-image] Feb 07 10:01:29.670 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
85992025-02-07T10:01:32.606Z[ recovery-image] Feb 07 10:01:31.088 INFO E| Updating crates.io index
86002025-02-07T10:01:32.750Z[ recovery-image] Feb 07 10:01:31.232 INFO E| Downloading crates ...
86012025-02-07T10:01:32.864Z[ recovery-image] Feb 07 10:01:31.346 INFO E| Downloaded os_pipe v1.2.1
86022025-02-07T10:01:32.895Z[ recovery-image] Feb 07 10:01:31.376 INFO E| Downloaded unicode-ident v1.0.13
86032025-02-07T10:01:32.899Z[ recovery-image] Feb 07 10:01:31.381 INFO E| Downloaded shared_child v1.0.1
86042025-02-07T10:01:32.901Z[ recovery-image] Feb 07 10:01:31.382 INFO E| Downloaded clap_derive v4.5.13
86052025-02-07T10:01:32.904Z[ recovery-image] Feb 07 10:01:31.385 INFO E| Downloaded clap v4.5.17
86062025-02-07T10:01:32.917Z[ recovery-image] Feb 07 10:01:31.399 INFO E| Downloaded quote v1.0.37
86072025-02-07T10:01:32.920Z[ recovery-image] Feb 07 10:01:31.402 INFO E| Downloaded duct v0.13.7
86082025-02-07T10:01:32.923Z[ recovery-image] Feb 07 10:01:31.405 INFO E| Downloaded clap_lex v0.7.2
86092025-02-07T10:01:32.952Z[ recovery-image] Feb 07 10:01:31.434 INFO E| Downloaded clap_builder v4.5.17
86102025-02-07T10:01:32.990Z[ recovery-image] Feb 07 10:01:31.471 INFO E| Downloaded syn v2.0.77
86112025-02-07T10:01:33.054Z[ recovery-image] Feb 07 10:01:31.536 INFO E| Downloaded libc v0.2.158
86122025-02-07T10:01:33.153Z[ recovery-image] Feb 07 10:01:31.635 INFO E| Compiling proc-macro2 v1.0.86
86132025-02-07T10:01:33.153Z[ recovery-image] Feb 07 10:01:31.635 INFO E| Compiling libc v0.2.158
86142025-02-07T10:01:33.153Z[ recovery-image] Feb 07 10:01:31.635 INFO E| Compiling unicode-ident v1.0.13
86152025-02-07T10:01:33.156Z[ recovery-image] Feb 07 10:01:31.635 INFO E| Compiling utf8parse v0.2.2
86162025-02-07T10:01:33.156Z[ recovery-image] Feb 07 10:01:31.635 INFO E| Compiling is_terminal_polyfill v1.70.1
86172025-02-07T10:01:33.156Z[ recovery-image] Feb 07 10:01:31.635 INFO E| Compiling anstyle v1.0.8
86182025-02-07T10:01:33.156Z[ recovery-image] Feb 07 10:01:31.635 INFO E| Compiling colorchoice v1.0.2
86192025-02-07T10:01:33.156Z[ recovery-image] Feb 07 10:01:31.635 INFO E| Compiling anstyle-query v1.1.1
86202025-02-07T10:01:33.676Z[ recovery-image] Feb 07 10:01:32.158 INFO E| Compiling anstyle-parse v0.2.5
86212025-02-07T10:01:33.676Z[ recovery-image] Feb 07 10:01:32.158 INFO E| Compiling heck v0.5.0
86222025-02-07T10:01:33.988Z[ recovery-image] Feb 07 10:01:32.470 INFO E| Compiling clap_lex v0.7.2
86232025-02-07T10:01:34.090Z[ recovery-image] Feb 07 10:01:32.571 INFO E| Compiling strsim v0.11.1
86242025-02-07T10:01:34.236Z[ recovery-image] Feb 07 10:01:32.717 INFO E| Compiling once_cell v1.19.0
86252025-02-07T10:01:34.382Z[ recovery-image] Feb 07 10:01:32.863 INFO E| Compiling anstream v0.6.15
86262025-02-07T10:01:35.353Z[ recovery-image] Feb 07 10:01:33.834 INFO E| Compiling clap_builder v4.5.17
86272025-02-07T10:01:35.464Z[ recovery-image] Feb 07 10:01:33.946 INFO E| Compiling os_pipe v1.2.1
86282025-02-07T10:01:35.464Z[ recovery-image] Feb 07 10:01:33.946 INFO E| Compiling shared_child v1.0.1
86292025-02-07T10:01:35.702Z[ recovery-image] Feb 07 10:01:34.183 INFO E| Compiling duct v0.13.7
86302025-02-07T10:01:36.763Z[ recovery-image] Feb 07 10:01:35.244 INFO E| Compiling quote v1.0.37
86312025-02-07T10:01:37.292Z[ recovery-image] Feb 07 10:01:35.773 INFO E| Compiling syn v2.0.77
86322025-02-07T10:01:46.584Z[ recovery-image] Feb 07 10:01:45.064 INFO E| Compiling clap_derive v4.5.13
86332025-02-07T10:01:47.604Z[ host-image] Feb 07 10:01:46.084 INFO O| seeding SMF database...
86342025-02-07T10:01:51.377Z[ recovery-image] Feb 07 10:01:49.856 INFO E| Compiling clap v4.5.17
86352025-02-07T10:01:51.457Z[ recovery-image] Feb 07 10:01:49.936 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86362025-02-07T10:01:53.899Z[ recovery-image] Feb 07 10:01:52.378 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.21s
86372025-02-07T10:01:53.915Z[ recovery-image] Feb 07 10:01:52.394 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86382025-02-07T10:01:54.241Z[ recovery-image] Feb 07 10:01:52.720 INFO E| Updating crates.io index
86392025-02-07T10:01:54.655Z[ recovery-image] Feb 07 10:01:53.134 INFO E| Downloading crates ...
86402025-02-07T10:01:54.720Z[ recovery-image] Feb 07 10:01:53.198 INFO E| Downloaded seq-macro v0.3.5
86412025-02-07T10:01:54.734Z[ recovery-image] Feb 07 10:01:53.212 INFO E| Downloaded bitstruct_derive v0.1.0
86422025-02-07T10:01:54.736Z[ recovery-image] Feb 07 10:01:53.214 INFO E| Downloaded bitstruct v0.1.1
86432025-02-07T10:01:54.739Z[ recovery-image] Feb 07 10:01:53.216 INFO E| Downloaded proc-macro2 v1.0.89
86442025-02-07T10:01:54.742Z[ recovery-image] Feb 07 10:01:53.220 INFO E| Downloaded cpio_reader v0.1.1
86452025-02-07T10:01:54.744Z[ recovery-image] Feb 07 10:01:53.222 INFO E| Downloaded raw-cpuid v10.7.0
86462025-02-07T10:01:54.748Z[ recovery-image] Feb 07 10:01:53.227 INFO E| Downloaded bit_field v0.10.2
86472025-02-07T10:01:54.770Z[ recovery-image] Feb 07 10:01:53.249 INFO E| Downloaded syn v2.0.85
86482025-02-07T10:01:55.028Z[ recovery-image] Feb 07 10:01:53.506 INFO E| Downloaded x86 v0.52.0
86492025-02-07T10:01:55.128Z[ recovery-image] Feb 07 10:01:53.606 INFO E| Updating crates.io index
86502025-02-07T10:01:55.486Z[ recovery-image] Feb 07 10:01:53.964 INFO E| Downloading crates ...
86512025-02-07T10:01:55.699Z[ recovery-image] Feb 07 10:01:54.177 INFO E| Downloaded compiler_builtins v0.1.134
86522025-02-07T10:01:55.714Z[ recovery-image] Feb 07 10:01:54.193 INFO E| Downloaded hashbrown v0.15.0
86532025-02-07T10:01:55.755Z[ recovery-image] Feb 07 10:01:54.234 INFO E| Downloaded libc v0.2.161
86542025-02-07T10:01:56.078Z[ recovery-image] Feb 07 10:01:54.557 INFO E| Compiling compiler_builtins v0.1.134
86552025-02-07T10:01:56.228Z[ recovery-image] Feb 07 10:01:54.707 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)
86562025-02-07T10:01:56.228Z[ recovery-image] Feb 07 10:01:54.707 INFO E| Compiling proc-macro2 v1.0.89
86572025-02-07T10:01:56.231Z[ recovery-image] Feb 07 10:01:54.707 INFO E| Compiling unicode-ident v1.0.13
86582025-02-07T10:01:56.231Z[ recovery-image] Feb 07 10:01:54.707 INFO E| Compiling syn v1.0.109
86592025-02-07T10:01:56.231Z[ recovery-image] Feb 07 10:01:54.707 INFO E| Compiling x86 v0.52.0
86602025-02-07T10:01:56.231Z[ recovery-image] Feb 07 10:01:54.707 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86612025-02-07T10:01:56.231Z[ recovery-image] Feb 07 10:01:54.707 INFO E| Compiling seq-macro v0.3.5
86622025-02-07T10:01:59.484Z[ recovery-image] Feb 07 10:01:57.962 INFO E| Compiling quote v1.0.37
86632025-02-07T10:01:59.947Z[ recovery-image] Feb 07 10:01:58.425 INFO E| Compiling syn v2.0.85
86642025-02-07T10:02:01.626Z[ host-image] Feb 07 10:02:00.103 INFO O| configuring SMF profile...
86652025-02-07T10:02:01.628Z[ host-image] Feb 07 10:02:00.104 INFO O| modifying shadow(5)...
86662025-02-07T10:02:01.629Z[ host-image] Feb 07 10:02:00.104 INFO O| loading user and group database...
86672025-02-07T10:02:01.629Z[ host-image] Feb 07 10:02:00.104 INFO O| assessing packaged files...
86682025-02-07T10:02:06.069Z[ recovery-image] Feb 07 10:02:04.546 INFO E| Compiling scroll_derive v0.12.0
86692025-02-07T10:02:07.799Z[ host-image] Feb 07 10:02:06.276 INFO O| creating archive...
86702025-02-07T10:02:07.854Z[ host-image] Feb 07 10:02:06.331 INFO O| missing from packaging:
86712025-02-07T10:02:07.854Z[ host-image] Feb 07 10:02:06.331 INFO O| "etc/.pwd.lock"
86722025-02-07T10:02:07.857Z[ host-image] Feb 07 10:02:06.331 INFO O| "etc/bash"
86732025-02-07T10:02:07.862Z[ host-image] Feb 07 10:02:06.339 INFO O| "etc/svc/profile/generic.xml"
86742025-02-07T10:02:07.862Z[ host-image] Feb 07 10:02:06.339 INFO O| "etc/svc/profile/inetd_services.xml"
86752025-02-07T10:02:07.862Z[ host-image] Feb 07 10:02:06.339 INFO O| "etc/svc/profile/name_service.xml"
86762025-02-07T10:02:07.865Z[ host-image] Feb 07 10:02:06.339 INFO O| "etc/svc/profile/platform.xml"
86772025-02-07T10:02:07.865Z[ host-image] Feb 07 10:02:06.339 INFO O| "etc/svc/profile/platform_omicron1.xml"
86782025-02-07T10:02:07.865Z[ host-image] Feb 07 10:02:06.340 INFO O| "etc/svc/repository.db"
86792025-02-07T10:02:07.877Z[ host-image] Feb 07 10:02:06.355 INFO O| "opt/ooce/share"
86802025-02-07T10:02:07.877Z[ host-image] Feb 07 10:02:06.355 INFO O| "opt/ooce/share/man"
86812025-02-07T10:02:07.880Z[ host-image] Feb 07 10:02:06.355 INFO O| "opt/ooce/share/man/man1"
86822025-02-07T10:02:07.892Z[ host-image] Feb 07 10:02:06.369 INFO O| finishing archive...
86832025-02-07T10:02:12.229Z[ recovery-image] Feb 07 10:02:10.706 INFO E| Compiling bitstruct_derive v0.1.0
86842025-02-07T10:02:13.046Z[ host-image] Feb 07 10:02:11.522 INFO O| creating gzonly manifest...
86852025-02-07T10:02:13.057Z[ host-image] Feb 07 10:02:11.534 INFO O| ok
86862025-02-07T10:02:13.260Z[ host-image] Feb 07 10:02:11.736 INFO image builder template: ramdisk-02-trim...
86872025-02-07T10:02:13.260Z[ host-image] Feb 07 10:02:11.736 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/.tmpJnVQrH/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
86882025-02-07T10:02:13.300Z[ host-image] Feb 07 10:02:11.777 INFO O| Feb 07 10:02:11.776 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86892025-02-07T10:02:13.311Z[ host-image] Feb 07 10:02:11.787 INFO O| Feb 07 10:02:11.787 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86902025-02-07T10:02:13.502Z[ host-image] Feb 07 10:02:11.978 INFO O| Feb 07 10:02:11.969 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
86912025-02-07T10:02:13.595Z[ host-image] Feb 07 10:02:12.072 INFO O| Feb 07 10:02:12.072 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86922025-02-07T10:02:13.598Z[ host-image] Feb 07 10:02:12.072 INFO O| Feb 07 10:02:12.072 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
86932025-02-07T10:02:13.608Z[ host-image] Feb 07 10:02:12.084 INFO O| Feb 07 10:02:12.084 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86942025-02-07T10:02:13.617Z[ host-image] Feb 07 10:02:12.093 INFO O| Feb 07 10:02:12.093 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
86952025-02-07T10:02:13.626Z[ host-image] Feb 07 10:02:12.103 INFO O| Feb 07 10:02:12.103 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
86962025-02-07T10:02:14.145Z[ host-image] Feb 07 10:02:12.621 INFO O| Feb 07 10:02:12.621 INFO rolled back to input snapshot; work may begin
86972025-02-07T10:02:14.145Z[ host-image] Feb 07 10:02:12.621 INFO O| Feb 07 10:02:12.621 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
86982025-02-07T10:02:14.155Z[ host-image] Feb 07 10:02:12.629 INFO O| Feb 07 10:02:12.629 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86992025-02-07T10:02:14.169Z[ host-image] Feb 07 10:02:12.645 INFO O| Feb 07 10:02:12.645 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87002025-02-07T10:02:14.268Z[ host-image] Feb 07 10:02:12.743 INFO O| Feb 07 10:02:12.743 INFO STEP 0 (remove_files) COMPLETE
87012025-02-07T10:02:14.268Z[ host-image] Feb 07 10:02:12.743 INFO O| Feb 07 10:02:12.743 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87022025-02-07T10:02:14.306Z[ host-image] Feb 07 10:02:12.782 INFO O| Feb 07 10:02:12.782 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87032025-02-07T10:02:14.309Z[ host-image] Feb 07 10:02:12.785 INFO O| Feb 07 10:02:12.785 INFO STEP 1 (remove_files) COMPLETE
87042025-02-07T10:02:14.311Z[ host-image] Feb 07 10:02:12.785 INFO O| Feb 07 10:02:12.785 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87052025-02-07T10:02:14.384Z[ host-image] Feb 07 10:02:12.861 INFO O| Feb 07 10:02:12.861 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87062025-02-07T10:02:14.406Z[ host-image] Feb 07 10:02:12.883 INFO O| Feb 07 10:02:12.883 INFO STEP 2 (remove_files) COMPLETE
87072025-02-07T10:02:14.407Z[ host-image] Feb 07 10:02:12.883 INFO O| Feb 07 10:02:12.883 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87082025-02-07T10:02:14.427Z[ host-image] Feb 07 10:02:12.903 INFO O| Feb 07 10:02:12.903 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87092025-02-07T10:02:14.429Z[ host-image] Feb 07 10:02:12.906 INFO O| Feb 07 10:02:12.906 INFO STEP 3 (remove_files) COMPLETE
87102025-02-07T10:02:14.429Z[ host-image] Feb 07 10:02:12.906 INFO O| Feb 07 10:02:12.906 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87112025-02-07T10:02:14.447Z[ host-image] Feb 07 10:02:12.924 INFO O| Feb 07 10:02:12.924 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87122025-02-07T10:02:14.453Z[ host-image] Feb 07 10:02:12.930 INFO O| Feb 07 10:02:12.929 INFO STEP 4 (remove_files) COMPLETE
87132025-02-07T10:02:14.453Z[ host-image] Feb 07 10:02:12.930 INFO O| Feb 07 10:02:12.930 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142025-02-07T10:02:14.481Z[ host-image] Feb 07 10:02:12.957 INFO O| Feb 07 10:02:12.957 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87152025-02-07T10:02:14.485Z[ host-image] Feb 07 10:02:12.961 INFO O| Feb 07 10:02:12.961 INFO STEP 5 (remove_files) COMPLETE
87162025-02-07T10:02:14.488Z[ host-image] Feb 07 10:02:12.962 INFO O| Feb 07 10:02:12.961 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87172025-02-07T10:02:14.543Z[ host-image] Feb 07 10:02:13.019 INFO O| Feb 07 10:02:13.019 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87182025-02-07T10:02:14.561Z[ host-image] Feb 07 10:02:13.038 INFO O| Feb 07 10:02:13.037 INFO STEP 6 (remove_files) COMPLETE
87192025-02-07T10:02:14.561Z[ host-image] Feb 07 10:02:13.038 INFO O| Feb 07 10:02:13.038 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87202025-02-07T10:02:14.580Z[ host-image] Feb 07 10:02:13.057 INFO O| Feb 07 10:02:13.057 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87212025-02-07T10:02:14.604Z[ host-image] Feb 07 10:02:13.080 INFO O| Feb 07 10:02:13.080 INFO STEP 7 (remove_files) COMPLETE
87222025-02-07T10:02:14.604Z[ host-image] Feb 07 10:02:13.080 INFO O| Feb 07 10:02:13.080 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232025-02-07T10:02:14.630Z[ host-image] Feb 07 10:02:13.104 INFO O| Feb 07 10:02:13.104 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87242025-02-07T10:02:14.799Z[ host-image] Feb 07 10:02:13.276 INFO O| Feb 07 10:02:13.276 INFO STEP 8 (remove_files) COMPLETE
87252025-02-07T10:02:14.799Z[ host-image] Feb 07 10:02:13.276 INFO O| Feb 07 10:02:13.276 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87262025-02-07T10:02:14.833Z[ host-image] Feb 07 10:02:13.308 INFO O| Feb 07 10:02:13.308 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87272025-02-07T10:02:15.005Z[ host-image] Feb 07 10:02:13.481 INFO O| Feb 07 10:02:13.481 INFO STEP 9 (remove_files) COMPLETE
87282025-02-07T10:02:15.005Z[ host-image] Feb 07 10:02:13.481 INFO O| Feb 07 10:02:13.481 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292025-02-07T10:02:15.040Z[ host-image] Feb 07 10:02:13.516 INFO O| Feb 07 10:02:13.516 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87302025-02-07T10:02:15.045Z[ host-image] Feb 07 10:02:13.521 INFO O| Feb 07 10:02:13.521 INFO STEP 10 (remove_files) COMPLETE
87312025-02-07T10:02:15.045Z[ host-image] Feb 07 10:02:13.521 INFO O| Feb 07 10:02:13.521 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322025-02-07T10:02:15.071Z[ host-image] Feb 07 10:02:13.547 INFO O| Feb 07 10:02:13.547 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87332025-02-07T10:02:15.074Z[ host-image] Feb 07 10:02:13.549 INFO O| Feb 07 10:02:13.548 INFO STEP 11 (remove_files) COMPLETE
87342025-02-07T10:02:15.074Z[ host-image] Feb 07 10:02:13.549 INFO O| Feb 07 10:02:13.549 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352025-02-07T10:02:15.104Z[ host-image] Feb 07 10:02:13.580 INFO O| Feb 07 10:02:13.580 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87362025-02-07T10:02:15.106Z[ host-image] Feb 07 10:02:13.583 INFO O| Feb 07 10:02:13.582 INFO STEP 12 (remove_files) COMPLETE
87372025-02-07T10:02:15.106Z[ host-image] Feb 07 10:02:13.583 INFO O| Feb 07 10:02:13.582 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382025-02-07T10:02:15.806Z[ host-image] Feb 07 10:02:14.282 INFO O| Feb 07 10:02:14.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87392025-02-07T10:02:15.906Z[ host-image] Feb 07 10:02:14.382 INFO O| Feb 07 10:02:14.382 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87402025-02-07T10:02:15.923Z[ host-image] Feb 07 10:02:14.400 INFO O| Feb 07 10:02:14.399 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87412025-02-07T10:02:15.926Z[ host-image] Feb 07 10:02:14.403 INFO O| Feb 07 10:02:14.403 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87422025-02-07T10:02:16.005Z[ host-image] Feb 07 10:02:14.481 INFO O| Feb 07 10:02:14.481 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87432025-02-07T10:02:16.008Z[ host-image] Feb 07 10:02:14.482 INFO O| Feb 07 10:02:14.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87442025-02-07T10:02:16.008Z[ host-image] Feb 07 10:02:14.482 INFO O| Feb 07 10:02:14.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87452025-02-07T10:02:16.008Z[ host-image] Feb 07 10:02:14.483 INFO O| Feb 07 10:02:14.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87462025-02-07T10:02:16.008Z[ host-image] Feb 07 10:02:14.483 INFO O| Feb 07 10:02:14.483 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87472025-02-07T10:02:16.008Z[ host-image] Feb 07 10:02:14.483 INFO O| Feb 07 10:02:14.483 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87482025-02-07T10:02:16.008Z[ host-image] Feb 07 10:02:14.484 INFO O| Feb 07 10:02:14.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87492025-02-07T10:02:16.008Z[ host-image] Feb 07 10:02:14.484 INFO O| Feb 07 10:02:14.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87502025-02-07T10:02:16.008Z[ host-image] Feb 07 10:02:14.484 INFO O| Feb 07 10:02:14.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87512025-02-07T10:02:16.011Z[ host-image] Feb 07 10:02:14.485 INFO O| Feb 07 10:02:14.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87522025-02-07T10:02:16.012Z[ host-image] Feb 07 10:02:14.485 INFO O| Feb 07 10:02:14.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87532025-02-07T10:02:16.012Z[ host-image] Feb 07 10:02:14.485 INFO O| Feb 07 10:02:14.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87542025-02-07T10:02:16.012Z[ host-image] Feb 07 10:02:14.485 INFO O| Feb 07 10:02:14.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87552025-02-07T10:02:16.012Z[ host-image] Feb 07 10:02:14.485 INFO O| Feb 07 10:02:14.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87562025-02-07T10:02:16.012Z[ host-image] Feb 07 10:02:14.485 INFO O| Feb 07 10:02:14.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87572025-02-07T10:02:16.012Z[ host-image] Feb 07 10:02:14.485 INFO O| Feb 07 10:02:14.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87582025-02-07T10:02:16.012Z[ host-image] Feb 07 10:02:14.486 INFO O| Feb 07 10:02:14.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87592025-02-07T10:02:16.036Z[ host-image] Feb 07 10:02:14.512 INFO O| Feb 07 10:02:14.512 INFO STEP 13 (remove_files) COMPLETE
87602025-02-07T10:02:16.036Z[ host-image] Feb 07 10:02:14.512 INFO O| Feb 07 10:02:14.512 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612025-02-07T10:02:16.089Z[ host-image] Feb 07 10:02:14.565 INFO O| Feb 07 10:02:14.565 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87622025-02-07T10:02:16.092Z[ host-image] Feb 07 10:02:14.567 INFO O| Feb 07 10:02:14.567 INFO STEP 14 (remove_files) COMPLETE
87632025-02-07T10:02:16.092Z[ host-image] Feb 07 10:02:14.568 INFO O| Feb 07 10:02:14.567 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642025-02-07T10:02:16.116Z[ host-image] Feb 07 10:02:14.592 INFO O| Feb 07 10:02:14.592 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87652025-02-07T10:02:16.128Z[ host-image] Feb 07 10:02:14.605 INFO O| Feb 07 10:02:14.604 INFO STEP 15 (remove_files) COMPLETE
87662025-02-07T10:02:16.129Z[ host-image] Feb 07 10:02:14.605 INFO O| Feb 07 10:02:14.605 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672025-02-07T10:02:16.164Z[ host-image] Feb 07 10:02:14.640 INFO O| Feb 07 10:02:14.640 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87682025-02-07T10:02:16.167Z[ host-image] Feb 07 10:02:14.641 INFO O| Feb 07 10:02:14.641 INFO STEP 16 (remove_files) COMPLETE
87692025-02-07T10:02:16.167Z[ host-image] Feb 07 10:02:14.641 INFO O| Feb 07 10:02:14.641 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702025-02-07T10:02:16.182Z[ host-image] Feb 07 10:02:14.658 INFO O| Feb 07 10:02:14.658 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
87712025-02-07T10:02:16.185Z[ host-image] Feb 07 10:02:14.660 INFO O| Feb 07 10:02:14.660 INFO STEP 17 (remove_files) COMPLETE
87722025-02-07T10:02:16.185Z[ host-image] Feb 07 10:02:14.660 INFO O| Feb 07 10:02:14.660 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87732025-02-07T10:02:16.264Z[ host-image] Feb 07 10:02:14.740 INFO O| Feb 07 10:02:14.740 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
87742025-02-07T10:02:16.267Z[ host-image] Feb 07 10:02:14.741 INFO O| Feb 07 10:02:14.741 INFO STEP 18 (remove_files) COMPLETE
87752025-02-07T10:02:16.267Z[ host-image] Feb 07 10:02:14.741 INFO O| Feb 07 10:02:14.741 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87762025-02-07T10:02:16.283Z[ host-image] Feb 07 10:02:14.759 INFO O| Feb 07 10:02:14.759 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
87772025-02-07T10:02:16.286Z[ host-image] Feb 07 10:02:14.760 INFO O| Feb 07 10:02:14.760 INFO STEP 19 (remove_files) COMPLETE
87782025-02-07T10:02:16.286Z[ host-image] Feb 07 10:02:14.760 INFO O| Feb 07 10:02:14.760 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87792025-02-07T10:02:16.303Z[ host-image] Feb 07 10:02:14.779 INFO O| Feb 07 10:02:14.779 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
87802025-02-07T10:02:16.306Z[ host-image] Feb 07 10:02:14.779 INFO O| Feb 07 10:02:14.779 INFO STEP 20 (remove_files) COMPLETE
87812025-02-07T10:02:16.306Z[ host-image] Feb 07 10:02:14.779 INFO O| Feb 07 10:02:14.779 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87822025-02-07T10:02:16.336Z[ host-image] Feb 07 10:02:14.812 INFO O| Feb 07 10:02:14.812 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
87832025-02-07T10:02:16.336Z[ host-image] Feb 07 10:02:14.812 INFO O| Feb 07 10:02:14.812 INFO STEP 21 (remove_files) COMPLETE
87842025-02-07T10:02:16.339Z[ host-image] Feb 07 10:02:14.812 INFO O| Feb 07 10:02:14.812 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852025-02-07T10:02:16.396Z[ host-image] Feb 07 10:02:14.872 INFO O| Feb 07 10:02:14.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
87862025-02-07T10:02:16.396Z[ host-image] Feb 07 10:02:14.872 INFO O| Feb 07 10:02:14.872 INFO STEP 22 (remove_files) COMPLETE
87872025-02-07T10:02:16.396Z[ host-image] Feb 07 10:02:14.872 INFO O| Feb 07 10:02:14.872 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882025-02-07T10:02:16.414Z[ host-image] Feb 07 10:02:14.889 INFO O| Feb 07 10:02:14.889 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
87892025-02-07T10:02:16.414Z[ host-image] Feb 07 10:02:14.889 INFO O| Feb 07 10:02:14.889 INFO STEP 23 (remove_files) COMPLETE
87902025-02-07T10:02:16.414Z[ host-image] Feb 07 10:02:14.889 INFO O| Feb 07 10:02:14.889 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912025-02-07T10:02:16.431Z[ host-image] Feb 07 10:02:14.906 INFO O| Feb 07 10:02:14.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
87922025-02-07T10:02:16.431Z[ host-image] Feb 07 10:02:14.907 INFO O| Feb 07 10:02:14.906 INFO STEP 24 (remove_files) COMPLETE
87932025-02-07T10:02:16.431Z[ host-image] Feb 07 10:02:14.907 INFO O| Feb 07 10:02:14.907 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942025-02-07T10:02:16.448Z[ host-image] Feb 07 10:02:14.924 INFO O| Feb 07 10:02:14.924 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
87952025-02-07T10:02:16.448Z[ host-image] Feb 07 10:02:14.924 INFO O| Feb 07 10:02:14.924 INFO STEP 25 (remove_files) COMPLETE
87962025-02-07T10:02:16.448Z[ host-image] Feb 07 10:02:14.924 INFO O| Feb 07 10:02:14.924 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972025-02-07T10:02:16.467Z[ host-image] Feb 07 10:02:14.942 INFO O| Feb 07 10:02:14.942 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
87982025-02-07T10:02:16.467Z[ host-image] Feb 07 10:02:14.942 INFO O| Feb 07 10:02:14.942 INFO STEP 26 (remove_files) COMPLETE
87992025-02-07T10:02:16.467Z[ host-image] Feb 07 10:02:14.942 INFO O| Feb 07 10:02:14.942 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002025-02-07T10:02:16.485Z[ host-image] Feb 07 10:02:14.961 INFO O| Feb 07 10:02:14.961 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88012025-02-07T10:02:16.485Z[ host-image] Feb 07 10:02:14.961 INFO O| Feb 07 10:02:14.961 INFO STEP 27 (remove_files) COMPLETE
88022025-02-07T10:02:16.485Z[ host-image] Feb 07 10:02:14.961 INFO O| Feb 07 10:02:14.961 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032025-02-07T10:02:16.521Z[ host-image] Feb 07 10:02:14.997 INFO O| Feb 07 10:02:14.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88042025-02-07T10:02:16.524Z[ host-image] Feb 07 10:02:14.997 INFO O| Feb 07 10:02:14.997 INFO STEP 28 (remove_files) COMPLETE
88052025-02-07T10:02:16.524Z[ host-image] Feb 07 10:02:14.997 INFO O| Feb 07 10:02:14.997 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062025-02-07T10:02:16.542Z[ host-image] Feb 07 10:02:15.018 INFO O| Feb 07 10:02:15.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88072025-02-07T10:02:16.542Z[ host-image] Feb 07 10:02:15.018 INFO O| Feb 07 10:02:15.018 INFO STEP 29 (remove_files) COMPLETE
88082025-02-07T10:02:16.546Z[ host-image] Feb 07 10:02:15.018 INFO O| Feb 07 10:02:15.018 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88092025-02-07T10:02:16.562Z[ host-image] Feb 07 10:02:15.038 INFO O| Feb 07 10:02:15.038 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88102025-02-07T10:02:16.562Z[ host-image] Feb 07 10:02:15.038 INFO O| Feb 07 10:02:15.038 INFO STEP 30 (remove_files) COMPLETE
88112025-02-07T10:02:16.565Z[ host-image] Feb 07 10:02:15.038 INFO O| Feb 07 10:02:15.038 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122025-02-07T10:02:16.592Z[ host-image] Feb 07 10:02:15.068 INFO O| Feb 07 10:02:15.068 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88132025-02-07T10:02:16.595Z[ host-image] Feb 07 10:02:15.068 INFO O| Feb 07 10:02:15.068 INFO STEP 31 (remove_files) COMPLETE
88142025-02-07T10:02:16.595Z[ host-image] Feb 07 10:02:15.068 INFO O| Feb 07 10:02:15.068 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88152025-02-07T10:02:16.611Z[ host-image] Feb 07 10:02:15.087 INFO O| Feb 07 10:02:15.087 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88162025-02-07T10:02:16.611Z[ host-image] Feb 07 10:02:15.088 INFO O| Feb 07 10:02:15.088 INFO STEP 32 (remove_files) COMPLETE
88172025-02-07T10:02:16.614Z[ host-image] Feb 07 10:02:15.088 INFO O| Feb 07 10:02:15.088 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88182025-02-07T10:02:16.633Z[ host-image] Feb 07 10:02:15.109 INFO O| Feb 07 10:02:15.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88192025-02-07T10:02:16.633Z[ host-image] Feb 07 10:02:15.109 INFO O| Feb 07 10:02:15.109 INFO STEP 33 (remove_files) COMPLETE
88202025-02-07T10:02:16.633Z[ host-image] Feb 07 10:02:15.109 INFO O| Feb 07 10:02:15.109 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212025-02-07T10:02:16.656Z[ host-image] Feb 07 10:02:15.132 INFO O| Feb 07 10:02:15.131 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88222025-02-07T10:02:16.656Z[ host-image] Feb 07 10:02:15.132 INFO O| Feb 07 10:02:15.132 INFO STEP 34 (remove_files) COMPLETE
88232025-02-07T10:02:16.656Z[ host-image] Feb 07 10:02:15.132 INFO O| Feb 07 10:02:15.132 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242025-02-07T10:02:16.678Z[ host-image] Feb 07 10:02:15.154 INFO O| Feb 07 10:02:15.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88252025-02-07T10:02:16.681Z[ host-image] Feb 07 10:02:15.154 INFO O| Feb 07 10:02:15.154 INFO STEP 35 (remove_files) COMPLETE
88262025-02-07T10:02:16.681Z[ host-image] Feb 07 10:02:15.155 INFO O| Feb 07 10:02:15.155 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272025-02-07T10:02:16.732Z[ host-image] Feb 07 10:02:15.208 INFO O| Feb 07 10:02:15.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88282025-02-07T10:02:16.732Z[ host-image] Feb 07 10:02:15.208 INFO O| Feb 07 10:02:15.208 INFO STEP 36 (remove_files) COMPLETE
88292025-02-07T10:02:16.735Z[ host-image] Feb 07 10:02:15.208 INFO O| Feb 07 10:02:15.208 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302025-02-07T10:02:16.751Z[ host-image] Feb 07 10:02:15.227 INFO O| Feb 07 10:02:15.227 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88312025-02-07T10:02:16.751Z[ host-image] Feb 07 10:02:15.227 INFO O| Feb 07 10:02:15.227 INFO STEP 37 (remove_files) COMPLETE
88322025-02-07T10:02:16.754Z[ host-image] Feb 07 10:02:15.228 INFO O| Feb 07 10:02:15.227 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332025-02-07T10:02:16.770Z[ host-image] Feb 07 10:02:15.246 INFO O| Feb 07 10:02:15.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88342025-02-07T10:02:16.773Z[ host-image] Feb 07 10:02:15.247 INFO O| Feb 07 10:02:15.246 INFO STEP 38 (remove_files) COMPLETE
88352025-02-07T10:02:16.773Z[ host-image] Feb 07 10:02:15.247 INFO O| Feb 07 10:02:15.247 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362025-02-07T10:02:16.789Z[ host-image] Feb 07 10:02:15.265 INFO O| Feb 07 10:02:15.265 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88372025-02-07T10:02:16.792Z[ host-image] Feb 07 10:02:15.265 INFO O| Feb 07 10:02:15.265 INFO STEP 39 (remove_files) COMPLETE
88382025-02-07T10:02:16.792Z[ host-image] Feb 07 10:02:15.265 INFO O| Feb 07 10:02:15.265 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392025-02-07T10:02:16.808Z[ host-image] Feb 07 10:02:15.284 INFO O| Feb 07 10:02:15.284 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88402025-02-07T10:02:16.810Z[ host-image] Feb 07 10:02:15.284 INFO O| Feb 07 10:02:15.284 INFO STEP 40 (remove_files) COMPLETE
88412025-02-07T10:02:16.810Z[ host-image] Feb 07 10:02:15.284 INFO O| Feb 07 10:02:15.284 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422025-02-07T10:02:16.845Z[ host-image] Feb 07 10:02:15.321 INFO O| Feb 07 10:02:15.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88432025-02-07T10:02:16.845Z[ host-image] Feb 07 10:02:15.321 INFO O| Feb 07 10:02:15.321 INFO STEP 41 (remove_files) COMPLETE
88442025-02-07T10:02:16.847Z[ host-image] Feb 07 10:02:15.321 INFO O| Feb 07 10:02:15.321 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452025-02-07T10:02:16.923Z[ host-image] Feb 07 10:02:15.399 INFO O| Feb 07 10:02:15.399 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88462025-02-07T10:02:16.923Z[ host-image] Feb 07 10:02:15.399 INFO O| Feb 07 10:02:15.399 INFO STEP 42 (remove_files) COMPLETE
88472025-02-07T10:02:16.926Z[ host-image] Feb 07 10:02:15.399 INFO O| Feb 07 10:02:15.399 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482025-02-07T10:02:16.943Z[ host-image] Feb 07 10:02:15.419 INFO O| Feb 07 10:02:15.419 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88492025-02-07T10:02:16.943Z[ host-image] Feb 07 10:02:15.419 INFO O| Feb 07 10:02:15.419 INFO STEP 43 (remove_files) COMPLETE
88502025-02-07T10:02:16.943Z[ host-image] Feb 07 10:02:15.419 INFO O| Feb 07 10:02:15.419 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512025-02-07T10:02:16.961Z[ host-image] Feb 07 10:02:15.437 INFO O| Feb 07 10:02:15.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88522025-02-07T10:02:16.964Z[ host-image] Feb 07 10:02:15.437 INFO O| Feb 07 10:02:15.437 INFO STEP 44 (remove_files) COMPLETE
88532025-02-07T10:02:16.964Z[ host-image] Feb 07 10:02:15.437 INFO O| Feb 07 10:02:15.437 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542025-02-07T10:02:16.980Z[ host-image] Feb 07 10:02:15.456 INFO O| Feb 07 10:02:15.456 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88552025-02-07T10:02:16.983Z[ host-image] Feb 07 10:02:15.457 INFO O| Feb 07 10:02:15.456 INFO STEP 45 (remove_files) COMPLETE
88562025-02-07T10:02:16.983Z[ host-image] Feb 07 10:02:15.457 INFO O| Feb 07 10:02:15.457 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572025-02-07T10:02:16.998Z[ host-image] Feb 07 10:02:15.474 INFO O| Feb 07 10:02:15.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88582025-02-07T10:02:16.998Z[ host-image] Feb 07 10:02:15.474 INFO O| Feb 07 10:02:15.474 INFO STEP 46 (remove_files) COMPLETE
88592025-02-07T10:02:16.998Z[ host-image] Feb 07 10:02:15.474 INFO O| Feb 07 10:02:15.474 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602025-02-07T10:02:17.017Z[ host-image] Feb 07 10:02:15.492 INFO O| Feb 07 10:02:15.492 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88612025-02-07T10:02:17.017Z[ host-image] Feb 07 10:02:15.492 INFO O| Feb 07 10:02:15.492 INFO STEP 47 (remove_files) COMPLETE
88622025-02-07T10:02:17.017Z[ host-image] Feb 07 10:02:15.492 INFO O| Feb 07 10:02:15.492 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632025-02-07T10:02:17.052Z[ host-image] Feb 07 10:02:15.527 INFO O| Feb 07 10:02:15.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88642025-02-07T10:02:17.052Z[ host-image] Feb 07 10:02:15.527 INFO O| Feb 07 10:02:15.527 INFO STEP 48 (remove_files) COMPLETE
88652025-02-07T10:02:17.052Z[ host-image] Feb 07 10:02:15.527 INFO O| Feb 07 10:02:15.527 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662025-02-07T10:02:17.089Z[ host-image] Feb 07 10:02:15.565 INFO O| Feb 07 10:02:15.565 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88672025-02-07T10:02:17.089Z[ host-image] Feb 07 10:02:15.565 INFO O| Feb 07 10:02:15.565 INFO STEP 49 (remove_files) COMPLETE
88682025-02-07T10:02:17.089Z[ host-image] Feb 07 10:02:15.565 INFO O| Feb 07 10:02:15.565 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692025-02-07T10:02:17.150Z[ host-image] Feb 07 10:02:15.625 INFO O| Feb 07 10:02:15.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
88702025-02-07T10:02:17.150Z[ host-image] Feb 07 10:02:15.625 INFO O| Feb 07 10:02:15.625 INFO STEP 50 (remove_files) COMPLETE
88712025-02-07T10:02:17.150Z[ host-image] Feb 07 10:02:15.625 INFO O| Feb 07 10:02:15.625 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722025-02-07T10:02:17.169Z[ host-image] Feb 07 10:02:15.645 INFO O| Feb 07 10:02:15.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
88732025-02-07T10:02:17.169Z[ host-image] Feb 07 10:02:15.645 INFO O| Feb 07 10:02:15.645 INFO STEP 51 (remove_files) COMPLETE
88742025-02-07T10:02:17.169Z[ host-image] Feb 07 10:02:15.645 INFO O| Feb 07 10:02:15.645 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752025-02-07T10:02:17.339Z[ host-image] Feb 07 10:02:15.815 INFO O| Feb 07 10:02:15.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
88762025-02-07T10:02:17.342Z[ host-image] Feb 07 10:02:15.815 INFO O| Feb 07 10:02:15.815 INFO STEP 52 (remove_files) COMPLETE
88772025-02-07T10:02:17.342Z[ host-image] Feb 07 10:02:15.815 INFO O| Feb 07 10:02:15.815 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782025-02-07T10:02:17.370Z[ host-image] Feb 07 10:02:15.846 INFO O| Feb 07 10:02:15.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
88792025-02-07T10:02:17.370Z[ host-image] Feb 07 10:02:15.846 INFO O| Feb 07 10:02:15.846 INFO STEP 53 (remove_files) COMPLETE
88802025-02-07T10:02:17.370Z[ host-image] Feb 07 10:02:15.846 INFO O| Feb 07 10:02:15.846 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812025-02-07T10:02:17.407Z[ host-image] Feb 07 10:02:15.883 INFO O| Feb 07 10:02:15.882 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
88822025-02-07T10:02:17.407Z[ host-image] Feb 07 10:02:15.883 INFO O| Feb 07 10:02:15.883 INFO STEP 54 (remove_files) COMPLETE
88832025-02-07T10:02:17.409Z[ host-image] Feb 07 10:02:15.883 INFO O| Feb 07 10:02:15.883 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842025-02-07T10:02:17.441Z[ host-image] Feb 07 10:02:15.917 INFO O| Feb 07 10:02:15.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
88852025-02-07T10:02:17.441Z[ host-image] Feb 07 10:02:15.917 INFO O| Feb 07 10:02:15.917 INFO STEP 55 (remove_files) COMPLETE
88862025-02-07T10:02:17.444Z[ host-image] Feb 07 10:02:15.917 INFO O| Feb 07 10:02:15.917 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872025-02-07T10:02:17.458Z[ host-image] Feb 07 10:02:15.933 INFO O| Feb 07 10:02:15.933 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
88882025-02-07T10:02:17.458Z[ host-image] Feb 07 10:02:15.933 INFO O| Feb 07 10:02:15.933 INFO STEP 56 (remove_files) COMPLETE
88892025-02-07T10:02:17.458Z[ host-image] Feb 07 10:02:15.934 INFO O| Feb 07 10:02:15.933 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902025-02-07T10:02:17.474Z[ host-image] Feb 07 10:02:15.950 INFO O| Feb 07 10:02:15.950 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
88912025-02-07T10:02:17.474Z[ host-image] Feb 07 10:02:15.950 INFO O| Feb 07 10:02:15.950 INFO STEP 57 (remove_files) COMPLETE
88922025-02-07T10:02:17.477Z[ host-image] Feb 07 10:02:15.950 INFO O| Feb 07 10:02:15.950 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932025-02-07T10:02:17.491Z[ host-image] Feb 07 10:02:15.966 INFO O| Feb 07 10:02:15.966 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
88942025-02-07T10:02:17.491Z[ host-image] Feb 07 10:02:15.967 INFO O| Feb 07 10:02:15.967 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
88952025-02-07T10:02:17.493Z[ host-image] Feb 07 10:02:15.967 INFO O| Feb 07 10:02:15.967 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88962025-02-07T10:02:17.493Z[ host-image] Feb 07 10:02:15.967 INFO O| Feb 07 10:02:15.967 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88972025-02-07T10:02:17.493Z[ host-image] Feb 07 10:02:15.967 INFO O| Feb 07 10:02:15.967 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88982025-02-07T10:02:17.493Z[ host-image] Feb 07 10:02:15.967 INFO O| Feb 07 10:02:15.967 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88992025-02-07T10:02:17.494Z[ host-image] Feb 07 10:02:15.967 INFO O| Feb 07 10:02:15.967 INFO ok!
89002025-02-07T10:02:17.494Z[ host-image] Feb 07 10:02:15.967 INFO O| Feb 07 10:02:15.967 INFO STEP 58 (ensure_file) COMPLETE
89012025-02-07T10:02:17.494Z[ host-image] Feb 07 10:02:15.967 INFO O| Feb 07 10:02:15.967 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022025-02-07T10:02:17.526Z[ host-image] Feb 07 10:02:16.002 INFO O| Feb 07 10:02:16.002 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89032025-02-07T10:02:17.526Z[ host-image] Feb 07 10:02:16.002 INFO O| Feb 07 10:02:16.002 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89042025-02-07T10:02:17.529Z[ host-image] Feb 07 10:02:16.002 INFO O| Feb 07 10:02:16.002 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89052025-02-07T10:02:17.529Z[ host-image] Feb 07 10:02:16.002 INFO O| Feb 07 10:02:16.002 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89062025-02-07T10:02:17.529Z[ host-image] Feb 07 10:02:16.002 INFO O| Feb 07 10:02:16.002 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89072025-02-07T10:02:17.529Z[ host-image] Feb 07 10:02:16.002 INFO O| Feb 07 10:02:16.002 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89082025-02-07T10:02:17.529Z[ host-image] Feb 07 10:02:16.002 INFO O| Feb 07 10:02:16.002 INFO ok!
89092025-02-07T10:02:17.529Z[ host-image] Feb 07 10:02:16.002 INFO O| Feb 07 10:02:16.002 INFO STEP 59 (ensure_file) COMPLETE
89102025-02-07T10:02:17.529Z[ host-image] Feb 07 10:02:16.002 INFO O| Feb 07 10:02:16.002 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112025-02-07T10:02:17.544Z[ host-image] Feb 07 10:02:16.020 INFO O| Feb 07 10:02:16.020 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89122025-02-07T10:02:17.544Z[ host-image] Feb 07 10:02:16.020 INFO O| Feb 07 10:02:16.020 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89132025-02-07T10:02:17.544Z[ host-image] Feb 07 10:02:16.020 INFO O| Feb 07 10:02:16.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89142025-02-07T10:02:17.547Z[ host-image] Feb 07 10:02:16.020 INFO O| Feb 07 10:02:16.020 INFO ok!
89152025-02-07T10:02:17.547Z[ host-image] Feb 07 10:02:16.020 INFO O| Feb 07 10:02:16.020 INFO STEP 60 (ensure_file) COMPLETE
89162025-02-07T10:02:17.547Z[ host-image] Feb 07 10:02:16.020 INFO O| Feb 07 10:02:16.020 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172025-02-07T10:02:17.562Z[ host-image] Feb 07 10:02:16.038 INFO O| Feb 07 10:02:16.037 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89182025-02-07T10:02:17.562Z[ host-image] Feb 07 10:02:16.038 INFO O| Feb 07 10:02:16.038 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89192025-02-07T10:02:17.565Z[ host-image] Feb 07 10:02:16.038 INFO O| Feb 07 10:02:16.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89202025-02-07T10:02:17.565Z[ host-image] Feb 07 10:02:16.038 INFO O| Feb 07 10:02:16.038 INFO ok!
89212025-02-07T10:02:17.565Z[ host-image] Feb 07 10:02:16.038 INFO O| Feb 07 10:02:16.038 INFO STEP 61 (ensure_file) COMPLETE
89222025-02-07T10:02:17.565Z[ host-image] Feb 07 10:02:16.038 INFO O| Feb 07 10:02:16.038 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232025-02-07T10:02:17.580Z[ host-image] Feb 07 10:02:16.055 INFO O| Feb 07 10:02:16.055 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89242025-02-07T10:02:17.580Z[ host-image] Feb 07 10:02:16.055 INFO O| Feb 07 10:02:16.055 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89252025-02-07T10:02:17.582Z[ host-image] Feb 07 10:02:16.056 INFO O| Feb 07 10:02:16.055 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89262025-02-07T10:02:17.582Z[ host-image] Feb 07 10:02:16.056 INFO O| Feb 07 10:02:16.056 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89272025-02-07T10:02:17.582Z[ host-image] Feb 07 10:02:16.056 INFO O| Feb 07 10:02:16.056 INFO ok!
89282025-02-07T10:02:17.582Z[ host-image] Feb 07 10:02:16.056 INFO O| Feb 07 10:02:16.056 INFO STEP 62 (ensure_file) COMPLETE
89292025-02-07T10:02:17.582Z[ host-image] Feb 07 10:02:16.056 INFO O| Feb 07 10:02:16.056 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302025-02-07T10:02:17.597Z[ host-image] Feb 07 10:02:16.073 INFO O| Feb 07 10:02:16.073 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89312025-02-07T10:02:17.597Z[ host-image] Feb 07 10:02:16.073 INFO O| Feb 07 10:02:16.073 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89322025-02-07T10:02:17.600Z[ host-image] Feb 07 10:02:16.073 INFO O| Feb 07 10:02:16.073 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89332025-02-07T10:02:17.600Z[ host-image] Feb 07 10:02:16.073 INFO O| Feb 07 10:02:16.073 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89342025-02-07T10:02:17.600Z[ host-image] Feb 07 10:02:16.073 INFO O| Feb 07 10:02:16.073 INFO ok!
89352025-02-07T10:02:17.600Z[ host-image] Feb 07 10:02:16.073 INFO O| Feb 07 10:02:16.073 INFO STEP 63 (ensure_file) COMPLETE
89362025-02-07T10:02:17.600Z[ host-image] Feb 07 10:02:16.073 INFO O| Feb 07 10:02:16.073 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89372025-02-07T10:02:17.615Z[ host-image] Feb 07 10:02:16.091 INFO O| Feb 07 10:02:16.091 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89382025-02-07T10:02:17.615Z[ host-image] Feb 07 10:02:16.091 INFO O| Feb 07 10:02:16.091 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89392025-02-07T10:02:17.615Z[ host-image] Feb 07 10:02:16.091 INFO O| Feb 07 10:02:16.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89402025-02-07T10:02:17.618Z[ host-image] Feb 07 10:02:16.091 INFO O| Feb 07 10:02:16.091 INFO ok!
89412025-02-07T10:02:17.618Z[ host-image] Feb 07 10:02:16.091 INFO O| Feb 07 10:02:16.091 INFO STEP 64 (assemble_files) COMPLETE
89422025-02-07T10:02:17.618Z[ host-image] Feb 07 10:02:16.091 INFO O| Feb 07 10:02:16.091 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89432025-02-07T10:02:17.634Z[ host-image] Feb 07 10:02:16.110 INFO O| Feb 07 10:02:16.110 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89442025-02-07T10:02:17.634Z[ host-image] Feb 07 10:02:16.110 INFO O| Feb 07 10:02:16.110 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89452025-02-07T10:02:17.637Z[ host-image] Feb 07 10:02:16.110 INFO O| Feb 07 10:02:16.110 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89462025-02-07T10:02:17.637Z[ host-image] Feb 07 10:02:16.110 INFO O| Feb 07 10:02:16.110 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89472025-02-07T10:02:17.637Z[ host-image] Feb 07 10:02:16.110 INFO O| Feb 07 10:02:16.110 INFO ok!
89482025-02-07T10:02:17.637Z[ host-image] Feb 07 10:02:16.110 INFO O| Feb 07 10:02:16.110 INFO STEP 65 (ensure_file) COMPLETE
89492025-02-07T10:02:17.637Z[ host-image] Feb 07 10:02:16.110 INFO O| Feb 07 10:02:16.110 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502025-02-07T10:02:17.653Z[ host-image] Feb 07 10:02:16.129 INFO O| Feb 07 10:02:16.129 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89512025-02-07T10:02:17.656Z[ host-image] Feb 07 10:02:16.130 INFO O| Feb 07 10:02:16.129 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89522025-02-07T10:02:17.656Z[ host-image] Feb 07 10:02:16.130 INFO O| Feb 07 10:02:16.129 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89532025-02-07T10:02:17.656Z[ host-image] Feb 07 10:02:16.130 INFO O| Feb 07 10:02:16.130 INFO STEP 66 (ensure_dir) COMPLETE
89542025-02-07T10:02:17.656Z[ host-image] Feb 07 10:02:16.130 INFO O| Feb 07 10:02:16.130 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89552025-02-07T10:02:17.684Z[ host-image] Feb 07 10:02:16.159 INFO O| Feb 07 10:02:16.159 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89562025-02-07T10:02:17.684Z[ host-image] Feb 07 10:02:16.160 INFO O| Feb 07 10:02:16.160 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 ...
89572025-02-07T10:02:17.696Z[ host-image] Feb 07 10:02:16.172 INFO O| Feb 07 10:02:16.171 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
89582025-02-07T10:02:17.696Z[ host-image] Feb 07 10:02:16.172 INFO O| Feb 07 10:02:16.172 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89592025-02-07T10:02:17.696Z[ host-image] Feb 07 10:02:16.172 INFO O| Feb 07 10:02:16.172 INFO ok!
89602025-02-07T10:02:17.699Z[ host-image] Feb 07 10:02:16.172 INFO O| Feb 07 10:02:16.172 INFO STEP 67 (ensure_file) COMPLETE
89612025-02-07T10:02:17.699Z[ host-image] Feb 07 10:02:16.172 INFO O| Feb 07 10:02:16.172 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622025-02-07T10:02:17.734Z[ host-image] Feb 07 10:02:16.210 INFO O| Feb 07 10:02:16.210 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89632025-02-07T10:02:17.734Z[ host-image] Feb 07 10:02:16.210 INFO O| Feb 07 10:02:16.210 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 ...
89642025-02-07T10:02:17.737Z[ host-image] Feb 07 10:02:16.211 INFO O| Feb 07 10:02:16.211 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
89652025-02-07T10:02:17.737Z[ host-image] Feb 07 10:02:16.211 INFO O| Feb 07 10:02:16.211 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89662025-02-07T10:02:17.737Z[ host-image] Feb 07 10:02:16.211 INFO O| Feb 07 10:02:16.211 INFO ok!
89672025-02-07T10:02:17.737Z[ host-image] Feb 07 10:02:16.211 INFO O| Feb 07 10:02:16.211 INFO STEP 68 (ensure_file) COMPLETE
89682025-02-07T10:02:17.737Z[ host-image] Feb 07 10:02:16.211 INFO O| Feb 07 10:02:16.211 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89692025-02-07T10:02:17.763Z[ host-image] Feb 07 10:02:16.239 INFO O| Feb 07 10:02:16.239 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
89702025-02-07T10:02:17.763Z[ host-image] Feb 07 10:02:16.239 INFO O| Feb 07 10:02:16.239 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
89712025-02-07T10:02:21.873Z[ host-image] Feb 07 10:02:20.348 INFO O| Feb 07 10:02:20.348 INFO STEP 69 (pack_tar) COMPLETE
89722025-02-07T10:02:21.873Z[ host-image] Feb 07 10:02:20.349 INFO O| Feb 07 10:02:20.348 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89732025-02-07T10:02:21.876Z[ host-image] Feb 07 10:02:20.349 INFO O| Feb 07 10:02:20.348 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
89742025-02-07T10:02:22.310Z[ host-image] Feb 07 10:02:20.786 INFO O| Feb 07 10:02:20.786 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89752025-02-07T10:02:22.446Z[ host-image] Feb 07 10:02:20.921 INFO O| Feb 07 10:02:20.921 INFO completed processing gimlet/ramdisk-02-trim
89762025-02-07T10:02:22.449Z[ host-image] Feb 07 10:02:20.924 INFO image builder template: zfs...
89772025-02-07T10:02:22.449Z[ host-image] Feb 07 10:02:20.924 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/.tmpJnVQrH/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None
89782025-02-07T10:02:22.472Z[ host-image] Feb 07 10:02:20.948 INFO O| Feb 07 10:02:20.947 INFO skip include "stress" because feature "stress" is not enabled
89792025-02-07T10:02:22.601Z[ host-image] Feb 07 10:02:21.076 INFO O| Feb 07 10:02:21.076 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
89802025-02-07T10:02:22.610Z[ host-image] Feb 07 10:02:21.085 INFO O| Feb 07 10:02:21.085 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
89812025-02-07T10:02:22.703Z[ host-image] Feb 07 10:02:21.178 INFO O| Feb 07 10:02:21.178 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
89822025-02-07T10:02:22.783Z[ host-image] Feb 07 10:02:21.258 INFO O| Feb 07 10:02:21.258 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
89832025-02-07T10:02:22.783Z[ host-image] Feb 07 10:02:21.258 INFO O| Feb 07 10:02:21.258 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
89842025-02-07T10:02:22.790Z[ host-image] Feb 07 10:02:21.265 INFO O| Feb 07 10:02:21.265 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
89852025-02-07T10:02:22.944Z[ host-image] Feb 07 10:02:21.420 INFO O| Feb 07 10:02:21.419 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
89862025-02-07T10:02:23.074Z[ host-image] Feb 07 10:02:21.549 INFO O| Feb 07 10:02:21.549 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
89872025-02-07T10:02:23.126Z[ host-image] Feb 07 10:02:21.601 INFO O| Feb 07 10:02:21.601 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89882025-02-07T10:02:23.135Z[ host-image] Feb 07 10:02:21.610 INFO O| Feb 07 10:02:21.610 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
89892025-02-07T10:02:23.138Z[ host-image] Feb 07 10:02:21.610 INFO O| Feb 07 10:02:21.610 INFO no lofi found
89902025-02-07T10:02:23.138Z[ host-image] Feb 07 10:02:21.610 INFO O| Feb 07 10:02:21.610 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
89912025-02-07T10:02:23.138Z[ host-image] Feb 07 10:02:21.610 INFO O| Feb 07 10:02:21.610 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89922025-02-07T10:02:25.536Z[ host-image] Feb 07 10:02:24.011 INFO O| Feb 07 10:02:24.011 INFO lofi device = /dev/dsk/c2t1d0p0
89932025-02-07T10:02:25.536Z[ host-image] Feb 07 10:02:24.011 INFO O| Feb 07 10:02:24.011 INFO pool device = /dev/dsk/c2t1d0p0
89942025-02-07T10:02:25.536Z[ host-image] Feb 07 10:02:24.011 INFO O| Feb 07 10:02:24.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
89952025-02-07T10:02:25.742Z[ host-image] Feb 07 10:02:24.216 INFO O| Feb 07 10:02:24.216 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89962025-02-07T10:02:25.742Z[ host-image] Feb 07 10:02:24.217 INFO O| Feb 07 10:02:24.216 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
89972025-02-07T10:02:25.777Z[ host-image] Feb 07 10:02:24.252 INFO O| Feb 07 10:02:24.251 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
89982025-02-07T10:02:25.891Z[ host-image] Feb 07 10:02:24.366 INFO O| Feb 07 10:02:24.366 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
89992025-02-07T10:02:25.958Z[ host-image] Feb 07 10:02:24.433 INFO O| Feb 07 10:02:24.432 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90002025-02-07T10:02:25.986Z[ host-image] Feb 07 10:02:24.461 INFO O| Feb 07 10:02:24.461 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90012025-02-07T10:02:26.007Z[ host-image] Feb 07 10:02:24.481 INFO O| Feb 07 10:02:24.481 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90022025-02-07T10:02:26.104Z[ host-image] Feb 07 10:02:24.579 INFO O| Feb 07 10:02:24.579 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90032025-02-07T10:02:26.105Z[ host-image] Feb 07 10:02:24.579 INFO O| Feb 07 10:02:24.579 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90042025-02-07T10:02:26.107Z[ host-image] Feb 07 10:02:24.579 INFO O| Feb 07 10:02:24.579 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90052025-02-07T10:02:26.123Z[ host-image] Feb 07 10:02:24.598 INFO O| Feb 07 10:02:24.597 INFO boot environment UUID: a1e1ad77-9d5c-4bbc-9906-e7466f076cee
90062025-02-07T10:02:26.123Z[ host-image] Feb 07 10:02:24.598 INFO O| Feb 07 10:02:24.597 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a1e1ad77-9d5c-4bbc-9906-e7466f076cee
90072025-02-07T10:02:26.193Z[ host-image] Feb 07 10:02:24.668 INFO O| Feb 07 10:02:24.668 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90082025-02-07T10:02:26.300Z[ host-image] Feb 07 10:02:24.775 INFO O| Feb 07 10:02:24.775 INFO STEP 0 (create_be) COMPLETE
90092025-02-07T10:02:26.301Z[ host-image] Feb 07 10:02:24.775 INFO O| Feb 07 10:02:24.775 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90102025-02-07T10:02:26.367Z[ host-image] Feb 07 10:02:24.841 INFO O| Feb 07 10:02:24.841 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90112025-02-07T10:02:42.004Z[ recovery-image] Feb 07 10:02:40.474 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)
90122025-02-07T10:02:48.662Z[ recovery-image] Feb 07 10:02:47.131 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)
90132025-02-07T10:02:51.221Z[ host-image] Feb 07 10:02:49.693 INFO O| Feb 07 10:02:49.692 INFO STEP 1 (unpack_tar) COMPLETE
90142025-02-07T10:02:51.224Z[ host-image] Feb 07 10:02:49.693 INFO O| Feb 07 10:02:49.693 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90152025-02-07T10:02:51.240Z[ host-image] Feb 07 10:02:49.712 INFO O| Feb 07 10:02:49.712 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90162025-02-07T10:02:51.868Z[ host-image] Feb 07 10:02:50.339 INFO O| Feb 07 10:02:50.339 INFO STEP 2 (devfsadm) COMPLETE
90172025-02-07T10:02:51.868Z[ host-image] Feb 07 10:02:50.339 INFO O| Feb 07 10:02:50.339 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90182025-02-07T10:02:51.887Z[ host-image] Feb 07 10:02:50.358 INFO O| Feb 07 10:02:50.358 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90192025-02-07T10:02:51.887Z[ host-image] Feb 07 10:02:50.358 INFO O| Feb 07 10:02:50.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90202025-02-07T10:02:51.887Z[ host-image] Feb 07 10:02:50.358 INFO O| Feb 07 10:02:50.358 INFO STEP 3 (ensure_dir) COMPLETE
90212025-02-07T10:02:51.890Z[ host-image] Feb 07 10:02:50.358 INFO O| Feb 07 10:02:50.358 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90222025-02-07T10:02:51.907Z[ host-image] Feb 07 10:02:50.378 INFO O| Feb 07 10:02:50.378 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90232025-02-07T10:02:51.909Z[ host-image] Feb 07 10:02:50.378 INFO O| Feb 07 10:02:50.378 INFO STEP 4 (ensure_dir) COMPLETE
90242025-02-07T10:02:51.909Z[ host-image] Feb 07 10:02:50.378 INFO O| Feb 07 10:02:50.378 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90252025-02-07T10:02:51.946Z[ host-image] Feb 07 10:02:50.417 INFO O| Feb 07 10:02:50.417 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90262025-02-07T10:02:51.946Z[ host-image] Feb 07 10:02:50.417 INFO O| Feb 07 10:02:50.417 INFO STEP 5 (ensure_dir) COMPLETE
90272025-02-07T10:02:51.946Z[ host-image] Feb 07 10:02:50.417 INFO O| Feb 07 10:02:50.417 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90282025-02-07T10:02:51.974Z[ host-image] Feb 07 10:02:50.446 INFO O| Feb 07 10:02:50.446 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90292025-02-07T10:02:51.974Z[ host-image] Feb 07 10:02:50.446 INFO O| Feb 07 10:02:50.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90302025-02-07T10:02:51.977Z[ host-image] Feb 07 10:02:50.446 INFO O| Feb 07 10:02:50.446 INFO STEP 6 (ensure_dir) COMPLETE
90312025-02-07T10:02:51.977Z[ host-image] Feb 07 10:02:50.446 INFO O| Feb 07 10:02:50.446 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90322025-02-07T10:02:52.039Z[ host-image] Feb 07 10:02:50.509 INFO O| Feb 07 10:02:50.509 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90332025-02-07T10:02:52.039Z[ host-image] Feb 07 10:02:50.509 INFO O| Feb 07 10:02:50.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90342025-02-07T10:02:52.042Z[ host-image] Feb 07 10:02:50.510 INFO O| Feb 07 10:02:50.509 INFO STEP 7 (ensure_dir) COMPLETE
90352025-02-07T10:02:52.042Z[ host-image] Feb 07 10:02:50.510 INFO O| Feb 07 10:02:50.509 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90362025-02-07T10:02:52.057Z[ host-image] Feb 07 10:02:50.528 INFO O| Feb 07 10:02:50.528 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90372025-02-07T10:02:52.060Z[ host-image] Feb 07 10:02:50.529 INFO O| Feb 07 10:02:50.529 INFO STEP 8 (remove_files) COMPLETE
90382025-02-07T10:02:52.060Z[ host-image] Feb 07 10:02:50.529 INFO O| Feb 07 10:02:50.529 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90392025-02-07T10:02:52.077Z[ host-image] Feb 07 10:02:50.548 INFO O| Feb 07 10:02:50.548 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90402025-02-07T10:02:52.079Z[ host-image] Feb 07 10:02:50.549 INFO O| Feb 07 10:02:50.549 INFO STEP 9 (remove_files) COMPLETE
90412025-02-07T10:02:52.079Z[ host-image] Feb 07 10:02:50.549 INFO O| Feb 07 10:02:50.549 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90422025-02-07T10:02:52.096Z[ host-image] Feb 07 10:02:50.567 INFO O| Feb 07 10:02:50.567 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
90432025-02-07T10:02:52.099Z[ host-image] Feb 07 10:02:50.568 INFO O| Feb 07 10:02:50.568 INFO STEP 10 (remove_files) COMPLETE
90442025-02-07T10:02:52.099Z[ host-image] Feb 07 10:02:50.568 INFO O| Feb 07 10:02:50.568 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90452025-02-07T10:02:52.120Z[ host-image] Feb 07 10:02:50.591 INFO O| Feb 07 10:02:50.591 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
90462025-02-07T10:02:52.123Z[ host-image] Feb 07 10:02:50.591 INFO O| Feb 07 10:02:50.591 INFO STEP 11 (remove_files) COMPLETE
90472025-02-07T10:02:52.123Z[ host-image] Feb 07 10:02:50.592 INFO O| Feb 07 10:02:50.591 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90482025-02-07T10:02:52.141Z[ host-image] Feb 07 10:02:50.612 INFO O| Feb 07 10:02:50.612 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
90492025-02-07T10:02:52.141Z[ host-image] Feb 07 10:02:50.612 INFO O| Feb 07 10:02:50.612 INFO STEP 12 (remove_files) COMPLETE
90502025-02-07T10:02:52.141Z[ host-image] Feb 07 10:02:50.612 INFO O| Feb 07 10:02:50.612 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90512025-02-07T10:02:52.160Z[ host-image] Feb 07 10:02:50.632 INFO O| Feb 07 10:02:50.631 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90522025-02-07T10:02:52.160Z[ host-image] Feb 07 10:02:50.632 INFO O| Feb 07 10:02:50.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90532025-02-07T10:02:52.163Z[ host-image] Feb 07 10:02:50.632 INFO O| Feb 07 10:02:50.632 INFO STEP 13 (ensure_dir) COMPLETE
90542025-02-07T10:02:52.163Z[ host-image] Feb 07 10:02:50.632 INFO O| Feb 07 10:02:50.632 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90552025-02-07T10:02:52.179Z[ host-image] Feb 07 10:02:50.651 INFO O| Feb 07 10:02:50.650 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90562025-02-07T10:02:52.179Z[ host-image] Feb 07 10:02:50.651 INFO O| Feb 07 10:02:50.651 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90572025-02-07T10:02:52.182Z[ host-image] Feb 07 10:02:50.651 INFO O| Feb 07 10:02:50.651 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90582025-02-07T10:02:52.182Z[ host-image] Feb 07 10:02:50.651 INFO O| Feb 07 10:02:50.651 INFO STEP 14 (ensure_dir) COMPLETE
90592025-02-07T10:02:52.182Z[ host-image] Feb 07 10:02:50.651 INFO O| Feb 07 10:02:50.651 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90602025-02-07T10:02:52.237Z[ host-image] Feb 07 10:02:50.708 INFO O| Feb 07 10:02:50.708 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90612025-02-07T10:02:52.240Z[ host-image] Feb 07 10:02:50.708 INFO O| Feb 07 10:02:50.708 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90622025-02-07T10:02:52.240Z[ host-image] Feb 07 10:02:50.708 INFO O| Feb 07 10:02:50.708 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90632025-02-07T10:02:52.240Z[ host-image] Feb 07 10:02:50.708 INFO O| Feb 07 10:02:50.708 INFO STEP 15 (ensure_dir) COMPLETE
90642025-02-07T10:02:52.240Z[ host-image] Feb 07 10:02:50.708 INFO O| Feb 07 10:02:50.708 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90652025-02-07T10:02:52.258Z[ host-image] Feb 07 10:02:50.729 INFO O| Feb 07 10:02:50.729 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90662025-02-07T10:02:52.258Z[ host-image] Feb 07 10:02:50.729 INFO O| Feb 07 10:02:50.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90672025-02-07T10:02:52.258Z[ host-image] Feb 07 10:02:50.729 INFO O| Feb 07 10:02:50.729 INFO STEP 16 (ensure_dir) COMPLETE
90682025-02-07T10:02:52.258Z[ host-image] Feb 07 10:02:50.729 INFO O| Feb 07 10:02:50.729 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90692025-02-07T10:02:52.283Z[ host-image] Feb 07 10:02:50.754 INFO O| Feb 07 10:02:50.754 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90702025-02-07T10:02:52.286Z[ host-image] Feb 07 10:02:50.754 INFO O| Feb 07 10:02:50.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90712025-02-07T10:02:52.286Z[ host-image] Feb 07 10:02:50.754 INFO O| Feb 07 10:02:50.754 INFO STEP 17 (ensure_dir) COMPLETE
90722025-02-07T10:02:52.286Z[ host-image] Feb 07 10:02:50.754 INFO O| Feb 07 10:02:50.754 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90732025-02-07T10:02:52.303Z[ host-image] Feb 07 10:02:50.775 INFO O| Feb 07 10:02:50.775 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
90742025-02-07T10:02:52.304Z[ host-image] Feb 07 10:02:50.775 INFO O| Feb 07 10:02:50.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
90752025-02-07T10:02:52.306Z[ host-image] Feb 07 10:02:50.775 INFO O| Feb 07 10:02:50.775 INFO ok!
90762025-02-07T10:02:52.306Z[ host-image] Feb 07 10:02:50.775 INFO O| Feb 07 10:02:50.775 INFO STEP 18 (ensure_symlink) COMPLETE
90772025-02-07T10:02:52.306Z[ host-image] Feb 07 10:02:50.775 INFO O| Feb 07 10:02:50.775 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90782025-02-07T10:02:52.365Z[ host-image] Feb 07 10:02:50.837 INFO O| Feb 07 10:02:50.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
90792025-02-07T10:02:52.365Z[ host-image] Feb 07 10:02:50.837 INFO O| Feb 07 10:02:50.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
90802025-02-07T10:02:52.365Z[ host-image] Feb 07 10:02:50.837 INFO O| Feb 07 10:02:50.837 INFO ok!
90812025-02-07T10:02:52.368Z[ host-image] Feb 07 10:02:50.837 INFO O| Feb 07 10:02:50.837 INFO STEP 19 (ensure_file) COMPLETE
90822025-02-07T10:02:52.368Z[ host-image] Feb 07 10:02:50.837 INFO O| Feb 07 10:02:50.837 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90832025-02-07T10:02:52.404Z[ host-image] Feb 07 10:02:50.875 INFO O| Feb 07 10:02:50.875 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
90842025-02-07T10:02:52.404Z[ host-image] Feb 07 10:02:50.875 INFO O| Feb 07 10:02:50.875 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
90852025-02-07T10:02:52.407Z[ host-image] Feb 07 10:02:50.875 INFO O| Feb 07 10:02:50.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
90862025-02-07T10:02:52.407Z[ host-image] Feb 07 10:02:50.875 INFO O| Feb 07 10:02:50.875 INFO ok!
90872025-02-07T10:02:52.407Z[ host-image] Feb 07 10:02:50.875 INFO O| Feb 07 10:02:50.875 INFO STEP 20 (ensure_symlink) COMPLETE
90882025-02-07T10:02:52.407Z[ host-image] Feb 07 10:02:50.875 INFO O| Feb 07 10:02:50.875 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90892025-02-07T10:02:52.425Z[ host-image] Feb 07 10:02:50.896 INFO O| Feb 07 10:02:50.896 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
90902025-02-07T10:02:52.425Z[ host-image] Feb 07 10:02:50.896 INFO O| Feb 07 10:02:50.896 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90912025-02-07T10:02:52.428Z[ host-image] Feb 07 10:02:50.897 INFO O| Feb 07 10:02:50.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90922025-02-07T10:02:52.428Z[ host-image] Feb 07 10:02:50.897 INFO O| Feb 07 10:02:50.897 INFO ok!
90932025-02-07T10:02:52.428Z[ host-image] Feb 07 10:02:50.897 INFO O| Feb 07 10:02:50.897 INFO STEP 21 (ensure_symlink) COMPLETE
90942025-02-07T10:02:52.428Z[ host-image] Feb 07 10:02:50.897 INFO O| Feb 07 10:02:50.897 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90952025-02-07T10:02:52.445Z[ host-image] Feb 07 10:02:50.916 INFO O| Feb 07 10:02:50.916 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90962025-02-07T10:02:52.445Z[ host-image] Feb 07 10:02:50.916 INFO O| Feb 07 10:02:50.916 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90972025-02-07T10:02:52.448Z[ host-image] Feb 07 10:02:50.916 INFO O| Feb 07 10:02:50.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90982025-02-07T10:02:52.448Z[ host-image] Feb 07 10:02:50.916 INFO O| Feb 07 10:02:50.916 INFO ok!
90992025-02-07T10:02:52.448Z[ host-image] Feb 07 10:02:50.916 INFO O| Feb 07 10:02:50.916 INFO STEP 22 (ensure_symlink) COMPLETE
91002025-02-07T10:02:52.448Z[ host-image] Feb 07 10:02:50.917 INFO O| Feb 07 10:02:50.917 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91012025-02-07T10:02:52.495Z[ host-image] Feb 07 10:02:50.964 INFO O| Feb 07 10:02:50.964 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91022025-02-07T10:02:52.497Z[ host-image] Feb 07 10:02:50.964 INFO O| Feb 07 10:02:50.964 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91032025-02-07T10:02:52.498Z[ host-image] Feb 07 10:02:50.965 INFO O| Feb 07 10:02:50.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91042025-02-07T10:02:52.498Z[ host-image] Feb 07 10:02:50.965 INFO O| Feb 07 10:02:50.965 INFO ok!
91052025-02-07T10:02:52.498Z[ host-image] Feb 07 10:02:50.965 INFO O| Feb 07 10:02:50.965 INFO STEP 23 (ensure_symlink) COMPLETE
91062025-02-07T10:02:52.498Z[ host-image] Feb 07 10:02:50.965 INFO O| Feb 07 10:02:50.965 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91072025-02-07T10:02:52.519Z[ host-image] Feb 07 10:02:50.990 INFO O| Feb 07 10:02:50.990 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91082025-02-07T10:02:52.522Z[ host-image] Feb 07 10:02:50.991 INFO O| Feb 07 10:02:50.991 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91092025-02-07T10:02:52.522Z[ host-image] Feb 07 10:02:50.991 INFO O| Feb 07 10:02:50.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91102025-02-07T10:02:52.522Z[ host-image] Feb 07 10:02:50.991 INFO O| Feb 07 10:02:50.991 INFO ok!
91112025-02-07T10:02:52.522Z[ host-image] Feb 07 10:02:50.991 INFO O| Feb 07 10:02:50.991 INFO STEP 24 (ensure_file) COMPLETE
91122025-02-07T10:02:52.522Z[ host-image] Feb 07 10:02:50.991 INFO O| Feb 07 10:02:50.991 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91132025-02-07T10:02:52.542Z[ host-image] Feb 07 10:02:51.013 INFO O| Feb 07 10:02:51.013 INFO updating shadow file
91142025-02-07T10:02:52.545Z[ host-image] Feb 07 10:02:51.013 INFO O| Feb 07 10:02:51.013 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91152025-02-07T10:02:52.545Z[ host-image] Feb 07 10:02:51.013 INFO O| Feb 07 10:02:51.013 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91162025-02-07T10:02:52.545Z[ host-image] Feb 07 10:02:51.013 INFO O| Feb 07 10:02:51.013 INFO STEP 25 (shadow) COMPLETE
91172025-02-07T10:02:52.545Z[ host-image] Feb 07 10:02:51.013 INFO O| Feb 07 10:02:51.013 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91182025-02-07T10:02:52.578Z[ host-image] Feb 07 10:02:51.050 INFO O| Feb 07 10:02:51.050 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91192025-02-07T10:02:52.578Z[ host-image] Feb 07 10:02:51.050 INFO O| Feb 07 10:02:51.050 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91202025-02-07T10:02:52.581Z[ host-image] Feb 07 10:02:51.050 INFO O| Feb 07 10:02:51.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91212025-02-07T10:02:52.581Z[ host-image] Feb 07 10:02:51.050 INFO O| Feb 07 10:02:51.050 INFO ok!
91222025-02-07T10:02:52.581Z[ host-image] Feb 07 10:02:51.050 INFO O| Feb 07 10:02:51.050 INFO STEP 26 (ensure_file) COMPLETE
91232025-02-07T10:02:52.581Z[ host-image] Feb 07 10:02:51.050 INFO O| Feb 07 10:02:51.050 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91242025-02-07T10:02:52.598Z[ host-image] Feb 07 10:02:51.069 INFO O| Feb 07 10:02:51.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91252025-02-07T10:02:52.598Z[ host-image] Feb 07 10:02:51.069 INFO O| Feb 07 10:02:51.069 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91262025-02-07T10:02:52.598Z[ host-image] Feb 07 10:02:51.069 INFO O| Feb 07 10:02:51.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91272025-02-07T10:02:52.601Z[ host-image] Feb 07 10:02:51.069 INFO O| Feb 07 10:02:51.069 INFO ok!
91282025-02-07T10:02:52.601Z[ host-image] Feb 07 10:02:51.069 INFO O| Feb 07 10:02:51.069 INFO STEP 27 (ensure_file) COMPLETE
91292025-02-07T10:02:52.601Z[ host-image] Feb 07 10:02:51.069 INFO O| Feb 07 10:02:51.069 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91302025-02-07T10:02:52.622Z[ host-image] Feb 07 10:02:51.094 INFO O| Feb 07 10:02:51.094 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91312025-02-07T10:02:52.622Z[ host-image] Feb 07 10:02:51.094 INFO O| Feb 07 10:02:51.094 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91322025-02-07T10:02:52.625Z[ host-image] Feb 07 10:02:51.094 INFO O| Feb 07 10:02:51.094 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91332025-02-07T10:02:52.625Z[ host-image] Feb 07 10:02:51.094 INFO O| Feb 07 10:02:51.094 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91342025-02-07T10:02:52.625Z[ host-image] Feb 07 10:02:51.094 INFO O| Feb 07 10:02:51.094 INFO ok!
91352025-02-07T10:02:52.625Z[ host-image] Feb 07 10:02:51.094 INFO O| Feb 07 10:02:51.094 INFO STEP 28 (ensure_file) COMPLETE
91362025-02-07T10:02:52.625Z[ host-image] Feb 07 10:02:51.094 INFO O| Feb 07 10:02:51.094 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91372025-02-07T10:02:52.660Z[ host-image] Feb 07 10:02:51.131 INFO O| Feb 07 10:02:51.131 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91382025-02-07T10:02:52.660Z[ host-image] Feb 07 10:02:51.131 INFO O| Feb 07 10:02:51.131 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91392025-02-07T10:02:52.660Z[ host-image] Feb 07 10:02:51.132 INFO O| Feb 07 10:02:51.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91402025-02-07T10:02:52.663Z[ host-image] Feb 07 10:02:51.132 INFO O| Feb 07 10:02:51.132 INFO ok!
91412025-02-07T10:02:52.663Z[ host-image] Feb 07 10:02:51.132 INFO O| Feb 07 10:02:51.132 INFO STEP 29 (ensure_file) COMPLETE
91422025-02-07T10:02:52.663Z[ host-image] Feb 07 10:02:51.132 INFO O| Feb 07 10:02:51.132 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91432025-02-07T10:02:52.679Z[ host-image] Feb 07 10:02:51.151 INFO O| Feb 07 10:02:51.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
91442025-02-07T10:02:52.679Z[ host-image] Feb 07 10:02:51.151 INFO O| Feb 07 10:02:51.151 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
91452025-02-07T10:02:52.683Z[ host-image] Feb 07 10:02:51.151 INFO O| Feb 07 10:02:51.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
91462025-02-07T10:02:52.683Z[ host-image] Feb 07 10:02:51.151 INFO O| Feb 07 10:02:51.151 INFO ok!
91472025-02-07T10:02:52.683Z[ host-image] Feb 07 10:02:51.151 INFO O| Feb 07 10:02:51.151 INFO STEP 30 (ensure_file) COMPLETE
91482025-02-07T10:02:52.683Z[ host-image] Feb 07 10:02:51.151 INFO O| Feb 07 10:02:51.151 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91492025-02-07T10:02:52.724Z[ host-image] Feb 07 10:02:51.196 INFO O| Feb 07 10:02:51.196 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
91502025-02-07T10:02:52.724Z[ host-image] Feb 07 10:02:51.196 INFO O| Feb 07 10:02:51.196 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
91512025-02-07T10:02:52.725Z[ host-image] Feb 07 10:02:51.196 INFO O| Feb 07 10:02:51.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91522025-02-07T10:02:52.727Z[ host-image] Feb 07 10:02:51.196 INFO O| Feb 07 10:02:51.196 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
91532025-02-07T10:02:52.727Z[ host-image] Feb 07 10:02:51.196 INFO O| Feb 07 10:02:51.196 INFO ok!
91542025-02-07T10:02:52.728Z[ host-image] Feb 07 10:02:51.196 INFO O| Feb 07 10:02:51.196 INFO STEP 31 (ensure_file) COMPLETE
91552025-02-07T10:02:52.728Z[ host-image] Feb 07 10:02:51.196 INFO O| Feb 07 10:02:51.196 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91562025-02-07T10:02:52.759Z[ host-image] Feb 07 10:02:51.231 INFO O| Feb 07 10:02:51.230 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
91572025-02-07T10:02:52.759Z[ host-image] Feb 07 10:02:51.231 INFO O| Feb 07 10:02:51.231 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
91582025-02-07T10:02:52.762Z[ host-image] Feb 07 10:02:51.231 INFO O| Feb 07 10:02:51.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
91592025-02-07T10:02:52.762Z[ host-image] Feb 07 10:02:51.231 INFO O| Feb 07 10:02:51.231 INFO ok!
91602025-02-07T10:02:52.762Z[ host-image] Feb 07 10:02:51.231 INFO O| Feb 07 10:02:51.231 INFO STEP 32 (ensure_file) COMPLETE
91612025-02-07T10:02:52.762Z[ host-image] Feb 07 10:02:51.231 INFO O| Feb 07 10:02:51.231 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91622025-02-07T10:02:52.820Z[ host-image] Feb 07 10:02:51.291 INFO O| Feb 07 10:02:51.291 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
91632025-02-07T10:02:52.820Z[ host-image] Feb 07 10:02:51.291 INFO O| Feb 07 10:02:51.291 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
91642025-02-07T10:02:52.820Z[ host-image] Feb 07 10:02:51.292 INFO O| Feb 07 10:02:51.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
91652025-02-07T10:02:52.823Z[ host-image] Feb 07 10:02:51.292 INFO O| Feb 07 10:02:51.292 INFO ok!
91662025-02-07T10:02:52.823Z[ host-image] Feb 07 10:02:51.292 INFO O| Feb 07 10:02:51.292 INFO STEP 33 (ensure_file) COMPLETE
91672025-02-07T10:02:52.823Z[ host-image] Feb 07 10:02:51.292 INFO O| Feb 07 10:02:51.292 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91682025-02-07T10:02:52.841Z[ host-image] Feb 07 10:02:51.312 INFO O| Feb 07 10:02:51.312 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
91692025-02-07T10:02:52.841Z[ host-image] Feb 07 10:02:51.312 INFO O| Feb 07 10:02:51.312 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
91702025-02-07T10:02:52.841Z[ host-image] Feb 07 10:02:51.312 INFO O| Feb 07 10:02:51.312 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91712025-02-07T10:02:52.843Z[ host-image] Feb 07 10:02:51.312 INFO O| Feb 07 10:02:51.312 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91722025-02-07T10:02:52.843Z[ host-image] Feb 07 10:02:51.312 INFO O| Feb 07 10:02:51.312 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91732025-02-07T10:02:52.843Z[ host-image] Feb 07 10:02:51.312 INFO O| Feb 07 10:02:51.312 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
91742025-02-07T10:02:52.843Z[ host-image] Feb 07 10:02:51.312 INFO O| Feb 07 10:02:51.312 INFO ok!
91752025-02-07T10:02:52.843Z[ host-image] Feb 07 10:02:51.312 INFO O| Feb 07 10:02:51.312 INFO STEP 34 (ensure_file) COMPLETE
91762025-02-07T10:02:52.844Z[ host-image] Feb 07 10:02:51.312 INFO O| Feb 07 10:02:51.312 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91772025-02-07T10:02:52.869Z[ host-image] Feb 07 10:02:51.340 INFO O| Feb 07 10:02:51.340 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91782025-02-07T10:02:52.872Z[ host-image] Feb 07 10:02:51.341 INFO O| Feb 07 10:02:51.341 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91792025-02-07T10:02:52.872Z[ host-image] Feb 07 10:02:51.341 INFO O| Feb 07 10:02:51.341 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91802025-02-07T10:02:52.872Z[ host-image] Feb 07 10:02:51.341 INFO O| Feb 07 10:02:51.341 INFO STEP 35 (ensure_dir) COMPLETE
91812025-02-07T10:02:52.872Z[ host-image] Feb 07 10:02:51.341 INFO O| Feb 07 10:02:51.341 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91822025-02-07T10:02:52.890Z[ host-image] Feb 07 10:02:51.361 INFO O| Feb 07 10:02:51.361 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
91832025-02-07T10:02:52.890Z[ host-image] Feb 07 10:02:51.362 INFO O| Feb 07 10:02:51.361 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 ...
91842025-02-07T10:02:52.893Z[ host-image] Feb 07 10:02:51.362 INFO O| Feb 07 10:02:51.362 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
91852025-02-07T10:02:52.893Z[ host-image] Feb 07 10:02:51.362 INFO O| Feb 07 10:02:51.362 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
91862025-02-07T10:02:52.893Z[ host-image] Feb 07 10:02:51.362 INFO O| Feb 07 10:02:51.362 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
91872025-02-07T10:02:52.893Z[ host-image] Feb 07 10:02:51.362 INFO O| Feb 07 10:02:51.362 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
91882025-02-07T10:02:52.893Z[ host-image] Feb 07 10:02:51.362 INFO O| Feb 07 10:02:51.362 INFO ok!
91892025-02-07T10:02:52.893Z[ host-image] Feb 07 10:02:51.362 INFO O| Feb 07 10:02:51.362 INFO STEP 36 (ensure_file) COMPLETE
91902025-02-07T10:02:52.893Z[ host-image] Feb 07 10:02:51.362 INFO O| Feb 07 10:02:51.362 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91912025-02-07T10:02:52.910Z[ host-image] Feb 07 10:02:51.381 INFO O| Feb 07 10:02:51.381 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91922025-02-07T10:02:52.910Z[ host-image] Feb 07 10:02:51.382 INFO O| Feb 07 10:02:51.381 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 ...
91932025-02-07T10:02:52.913Z[ host-image] Feb 07 10:02:51.382 INFO O| Feb 07 10:02:51.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91942025-02-07T10:02:52.913Z[ host-image] Feb 07 10:02:51.382 INFO O| Feb 07 10:02:51.382 INFO ok!
91952025-02-07T10:02:52.913Z[ host-image] Feb 07 10:02:51.382 INFO O| Feb 07 10:02:51.382 INFO STEP 37 (ensure_symlink) COMPLETE
91962025-02-07T10:02:52.913Z[ host-image] Feb 07 10:02:51.382 INFO O| Feb 07 10:02:51.382 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91972025-02-07T10:02:52.931Z[ host-image] Feb 07 10:02:51.402 INFO O| Feb 07 10:02:51.402 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91982025-02-07T10:02:52.931Z[ host-image] Feb 07 10:02:51.402 INFO O| Feb 07 10:02:51.402 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91992025-02-07T10:02:52.948Z[ host-image] Feb 07 10:02:51.419 INFO O| Feb 07 10:02:51.419 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92002025-02-07T10:02:52.948Z[ host-image] Feb 07 10:02:51.419 INFO O| Feb 07 10:02:51.419 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92012025-02-07T10:02:52.948Z[ host-image] Feb 07 10:02:51.419 INFO O| Feb 07 10:02:51.419 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92022025-02-07T10:02:52.948Z[ host-image] Feb 07 10:02:51.419 INFO O| Feb 07 10:02:51.419 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92032025-02-07T10:02:52.948Z[ host-image] Feb 07 10:02:51.419 INFO O| Feb 07 10:02:51.419 INFO ok!
92042025-02-07T10:02:52.948Z[ host-image] Feb 07 10:02:51.419 INFO O| Feb 07 10:02:51.419 INFO STEP 38 (ensure_file) COMPLETE
92052025-02-07T10:02:52.948Z[ host-image] Feb 07 10:02:51.419 INFO O| Feb 07 10:02:51.419 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92062025-02-07T10:02:52.968Z[ host-image] Feb 07 10:02:51.439 INFO O| Feb 07 10:02:51.439 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92072025-02-07T10:02:52.968Z[ host-image] Feb 07 10:02:51.439 INFO O| Feb 07 10:02:51.439 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 ...
92082025-02-07T10:02:52.978Z[ host-image] Feb 07 10:02:51.449 INFO O| Feb 07 10:02:51.449 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
92092025-02-07T10:02:52.978Z[ host-image] Feb 07 10:02:51.449 INFO O| Feb 07 10:02:51.449 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92102025-02-07T10:02:52.978Z[ host-image] Feb 07 10:02:51.449 INFO O| Feb 07 10:02:51.449 INFO ok!
92112025-02-07T10:02:52.978Z[ host-image] Feb 07 10:02:51.449 INFO O| Feb 07 10:02:51.449 INFO STEP 39 (ensure_file) COMPLETE
92122025-02-07T10:02:52.978Z[ host-image] Feb 07 10:02:51.449 INFO O| Feb 07 10:02:51.449 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92132025-02-07T10:02:53.026Z[ host-image] Feb 07 10:02:51.497 INFO O| Feb 07 10:02:51.497 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92142025-02-07T10:02:53.026Z[ host-image] Feb 07 10:02:51.497 INFO O| Feb 07 10:02:51.497 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92152025-02-07T10:02:53.029Z[ host-image] Feb 07 10:02:51.498 INFO O| Feb 07 10:02:51.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92162025-02-07T10:02:53.029Z[ host-image] Feb 07 10:02:51.498 INFO O| Feb 07 10:02:51.498 INFO ok!
92172025-02-07T10:02:53.029Z[ host-image] Feb 07 10:02:51.498 INFO O| Feb 07 10:02:51.498 INFO STEP 40 (ensure_file) COMPLETE
92182025-02-07T10:02:53.029Z[ host-image] Feb 07 10:02:51.498 INFO O| Feb 07 10:02:51.498 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92192025-02-07T10:02:53.048Z[ host-image] Feb 07 10:02:51.519 INFO O| Feb 07 10:02:51.519 INFO updating shadow file
92202025-02-07T10:02:53.048Z[ host-image] Feb 07 10:02:51.519 INFO O| Feb 07 10:02:51.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92212025-02-07T10:02:53.051Z[ host-image] Feb 07 10:02:51.519 INFO O| Feb 07 10:02:51.519 INFO STEP 41 (shadow) COMPLETE
92222025-02-07T10:02:53.051Z[ host-image] Feb 07 10:02:51.519 INFO O| Feb 07 10:02:51.519 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92232025-02-07T10:02:53.068Z[ host-image] Feb 07 10:02:51.539 INFO O| Feb 07 10:02:51.539 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92242025-02-07T10:02:53.068Z[ host-image] Feb 07 10:02:51.539 INFO O| Feb 07 10:02:51.539 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92252025-02-07T10:02:53.068Z[ host-image] Feb 07 10:02:51.539 INFO O| Feb 07 10:02:51.539 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92262025-02-07T10:02:53.071Z[ host-image] Feb 07 10:02:51.539 INFO O| Feb 07 10:02:51.539 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92272025-02-07T10:02:53.071Z[ host-image] Feb 07 10:02:51.539 INFO O| Feb 07 10:02:51.539 INFO ok!
92282025-02-07T10:02:53.071Z[ host-image] Feb 07 10:02:51.540 INFO O| Feb 07 10:02:51.539 INFO STEP 42 (ensure_file) COMPLETE
92292025-02-07T10:02:53.071Z[ host-image] Feb 07 10:02:51.540 INFO O| Feb 07 10:02:51.539 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92302025-02-07T10:02:53.071Z[ host-image] Feb 07 10:02:51.540 INFO O| Feb 07 10:02:51.539 INFO skip step because feature "mfg" is not enabled
92312025-02-07T10:02:53.071Z[ host-image] Feb 07 10:02:51.540 INFO O| Feb 07 10:02:51.539 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92322025-02-07T10:02:53.071Z[ host-image] Feb 07 10:02:51.540 INFO O| Feb 07 10:02:51.539 INFO skip step because feature "mfg" is not enabled
92332025-02-07T10:02:53.071Z[ host-image] Feb 07 10:02:51.540 INFO O| Feb 07 10:02:51.540 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92342025-02-07T10:02:53.105Z[ host-image] Feb 07 10:02:51.576 INFO O| Feb 07 10:02:51.576 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92352025-02-07T10:02:53.105Z[ host-image] Feb 07 10:02:51.576 INFO O| Feb 07 10:02:51.576 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92362025-02-07T10:02:53.987Z[ host-image] Feb 07 10:02:52.458 INFO O| Feb 07 10:02:52.458 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92372025-02-07T10:02:53.987Z[ host-image] Feb 07 10:02:52.458 INFO O| Feb 07 10:02:52.458 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92382025-02-07T10:02:53.990Z[ host-image] Feb 07 10:02:52.458 INFO O| Feb 07 10:02:52.458 INFO ok!
92392025-02-07T10:02:53.990Z[ host-image] Feb 07 10:02:52.458 INFO O| Feb 07 10:02:52.458 INFO STEP 45 (ensure_file) COMPLETE
92402025-02-07T10:02:53.990Z[ host-image] Feb 07 10:02:52.458 INFO O| Feb 07 10:02:52.458 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92412025-02-07T10:02:54.007Z[ host-image] Feb 07 10:02:52.478 INFO O| Feb 07 10:02:52.478 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
92422025-02-07T10:02:54.007Z[ host-image] Feb 07 10:02:52.478 INFO O| Feb 07 10:02:52.478 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92432025-02-07T10:02:54.010Z[ host-image] Feb 07 10:02:52.478 INFO O| Feb 07 10:02:52.478 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92442025-02-07T10:02:54.010Z[ host-image] Feb 07 10:02:52.478 INFO O| Feb 07 10:02:52.478 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92452025-02-07T10:02:54.010Z[ host-image] Feb 07 10:02:52.478 INFO O| Feb 07 10:02:52.478 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92462025-02-07T10:02:54.010Z[ host-image] Feb 07 10:02:52.478 INFO O| Feb 07 10:02:52.478 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92472025-02-07T10:02:54.010Z[ host-image] Feb 07 10:02:52.478 INFO O| Feb 07 10:02:52.478 INFO ok!
92482025-02-07T10:02:54.010Z[ host-image] Feb 07 10:02:52.478 INFO O| Feb 07 10:02:52.478 INFO STEP 46 (ensure_file) COMPLETE
92492025-02-07T10:02:54.010Z[ host-image] Feb 07 10:02:52.478 INFO O| Feb 07 10:02:52.478 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92502025-02-07T10:02:54.027Z[ host-image] Feb 07 10:02:52.498 INFO O| Feb 07 10:02:52.498 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
92512025-02-07T10:02:54.027Z[ host-image] Feb 07 10:02:52.498 INFO O| Feb 07 10:02:52.498 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 ...
92522025-02-07T10:02:54.030Z[ host-image] Feb 07 10:02:52.498 INFO O| Feb 07 10:02:52.498 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
92532025-02-07T10:02:54.030Z[ host-image] Feb 07 10:02:52.498 INFO O| Feb 07 10:02:52.498 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92542025-02-07T10:02:54.030Z[ host-image] Feb 07 10:02:52.498 INFO O| Feb 07 10:02:52.498 INFO ok!
92552025-02-07T10:02:54.030Z[ host-image] Feb 07 10:02:52.498 INFO O| Feb 07 10:02:52.498 INFO STEP 47 (ensure_file) COMPLETE
92562025-02-07T10:02:54.030Z[ host-image] Feb 07 10:02:52.498 INFO O| Feb 07 10:02:52.498 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92572025-02-07T10:02:54.053Z[ host-image] Feb 07 10:02:52.524 INFO O| Feb 07 10:02:52.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
92582025-02-07T10:02:54.053Z[ host-image] Feb 07 10:02:52.524 INFO O| Feb 07 10:02:52.524 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
92592025-02-07T10:02:54.063Z[ host-image] Feb 07 10:02:52.534 INFO O| Feb 07 10:02:52.534 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92602025-02-07T10:02:54.063Z[ host-image] Feb 07 10:02:52.534 INFO O| Feb 07 10:02:52.534 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92612025-02-07T10:02:54.065Z[ host-image] Feb 07 10:02:52.534 INFO O| Feb 07 10:02:52.534 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92622025-02-07T10:02:54.065Z[ host-image] Feb 07 10:02:52.534 INFO O| Feb 07 10:02:52.534 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
92632025-02-07T10:02:54.065Z[ host-image] Feb 07 10:02:52.534 INFO O| Feb 07 10:02:52.534 INFO ok!
92642025-02-07T10:02:54.065Z[ host-image] Feb 07 10:02:52.534 INFO O| Feb 07 10:02:52.534 INFO STEP 48 (ensure_file) COMPLETE
92652025-02-07T10:02:54.065Z[ host-image] Feb 07 10:02:52.534 INFO O| Feb 07 10:02:52.534 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92662025-02-07T10:02:54.085Z[ host-image] Feb 07 10:02:52.556 INFO O| Feb 07 10:02:52.556 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
92672025-02-07T10:02:54.085Z[ host-image] Feb 07 10:02:52.556 INFO O| Feb 07 10:02:52.556 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 ...
92682025-02-07T10:02:54.109Z[ host-image] Feb 07 10:02:52.580 INFO O| Feb 07 10:02:52.580 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
92692025-02-07T10:02:54.109Z[ host-image] Feb 07 10:02:52.580 INFO O| Feb 07 10:02:52.580 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
92702025-02-07T10:02:54.111Z[ host-image] Feb 07 10:02:52.580 INFO O| Feb 07 10:02:52.580 INFO ok!
92712025-02-07T10:02:54.111Z[ host-image] Feb 07 10:02:52.580 INFO O| Feb 07 10:02:52.580 INFO STEP 49 (ensure_file) COMPLETE
92722025-02-07T10:02:54.111Z[ host-image] Feb 07 10:02:52.580 INFO O| Feb 07 10:02:52.580 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92732025-02-07T10:02:54.141Z[ host-image] Feb 07 10:02:52.613 INFO O| Feb 07 10:02:52.612 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
92742025-02-07T10:02:54.141Z[ host-image] Feb 07 10:02:52.613 INFO O| Feb 07 10:02:52.613 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
92752025-02-07T10:02:54.150Z[ host-image] Feb 07 10:02:52.621 INFO O| Feb 07 10:02:52.621 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92762025-02-07T10:02:54.150Z[ host-image] Feb 07 10:02:52.621 INFO O| Feb 07 10:02:52.621 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92772025-02-07T10:02:54.152Z[ host-image] Feb 07 10:02:52.621 INFO O| Feb 07 10:02:52.621 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92782025-02-07T10:02:54.152Z[ host-image] Feb 07 10:02:52.621 INFO O| Feb 07 10:02:52.621 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92792025-02-07T10:02:54.152Z[ host-image] Feb 07 10:02:52.621 INFO O| Feb 07 10:02:52.621 INFO ok!
92802025-02-07T10:02:54.152Z[ host-image] Feb 07 10:02:52.621 INFO O| Feb 07 10:02:52.621 INFO STEP 50 (ensure_file) COMPLETE
92812025-02-07T10:02:54.152Z[ host-image] Feb 07 10:02:52.621 INFO O| Feb 07 10:02:52.621 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92822025-02-07T10:02:54.193Z[ host-image] Feb 07 10:02:52.664 INFO O| Feb 07 10:02:52.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
92832025-02-07T10:02:54.193Z[ host-image] Feb 07 10:02:52.664 INFO O| Feb 07 10:02:52.664 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 ...
92842025-02-07T10:02:54.214Z[ host-image] Feb 07 10:02:52.685 INFO O| Feb 07 10:02:52.685 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
92852025-02-07T10:02:54.214Z[ host-image] Feb 07 10:02:52.685 INFO O| Feb 07 10:02:52.685 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92862025-02-07T10:02:54.214Z[ host-image] Feb 07 10:02:52.685 INFO O| Feb 07 10:02:52.685 INFO ok!
92872025-02-07T10:02:54.216Z[ host-image] Feb 07 10:02:52.685 INFO O| Feb 07 10:02:52.685 INFO STEP 51 (ensure_file) COMPLETE
92882025-02-07T10:02:54.216Z[ host-image] Feb 07 10:02:52.685 INFO O| Feb 07 10:02:52.685 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92892025-02-07T10:02:54.312Z[ host-image] Feb 07 10:02:52.784 INFO O| Feb 07 10:02:52.783 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92902025-02-07T10:02:54.312Z[ host-image] Feb 07 10:02:52.784 INFO O| Feb 07 10:02:52.784 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 ...
92912025-02-07T10:02:54.333Z[ host-image] Feb 07 10:02:52.804 INFO O| Feb 07 10:02:52.804 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
92922025-02-07T10:02:54.333Z[ host-image] Feb 07 10:02:52.804 INFO O| Feb 07 10:02:52.804 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92932025-02-07T10:02:54.333Z[ host-image] Feb 07 10:02:52.804 INFO O| Feb 07 10:02:52.804 INFO ok!
92942025-02-07T10:02:54.335Z[ host-image] Feb 07 10:02:52.804 INFO O| Feb 07 10:02:52.804 INFO STEP 52 (ensure_file) COMPLETE
92952025-02-07T10:02:54.335Z[ host-image] Feb 07 10:02:52.804 INFO O| Feb 07 10:02:52.804 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92962025-02-07T10:02:54.353Z[ host-image] Feb 07 10:02:52.825 INFO O| Feb 07 10:02:52.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92972025-02-07T10:02:54.353Z[ host-image] Feb 07 10:02:52.825 INFO O| Feb 07 10:02:52.825 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 ...
92982025-02-07T10:02:54.375Z[ host-image] Feb 07 10:02:52.846 INFO O| Feb 07 10:02:52.846 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
92992025-02-07T10:02:54.375Z[ host-image] Feb 07 10:02:52.846 INFO O| Feb 07 10:02:52.846 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93002025-02-07T10:02:54.377Z[ host-image] Feb 07 10:02:52.846 INFO O| Feb 07 10:02:52.846 INFO ok!
93012025-02-07T10:02:54.377Z[ host-image] Feb 07 10:02:52.846 INFO O| Feb 07 10:02:52.846 INFO STEP 53 (ensure_file) COMPLETE
93022025-02-07T10:02:54.377Z[ host-image] Feb 07 10:02:52.846 INFO O| Feb 07 10:02:52.846 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032025-02-07T10:02:54.396Z[ host-image] Feb 07 10:02:52.867 INFO O| Feb 07 10:02:52.867 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93042025-02-07T10:02:54.396Z[ host-image] Feb 07 10:02:52.867 INFO O| Feb 07 10:02:52.867 INFO STEP 54 (ensure_dir) COMPLETE
93052025-02-07T10:02:54.396Z[ host-image] Feb 07 10:02:52.867 INFO O| Feb 07 10:02:52.867 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93062025-02-07T10:02:54.415Z[ host-image] Feb 07 10:02:52.886 INFO O| Feb 07 10:02:52.886 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93072025-02-07T10:02:54.415Z[ host-image] Feb 07 10:02:52.886 INFO O| Feb 07 10:02:52.886 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93082025-02-07T10:02:54.418Z[ host-image] Feb 07 10:02:52.886 INFO O| Feb 07 10:02:52.886 INFO STEP 55 (ensure_dir) COMPLETE
93092025-02-07T10:02:54.418Z[ host-image] Feb 07 10:02:52.887 INFO O| Feb 07 10:02:52.887 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93102025-02-07T10:02:54.451Z[ host-image] Feb 07 10:02:52.922 INFO O| Feb 07 10:02:52.922 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93112025-02-07T10:02:54.454Z[ host-image] Feb 07 10:02:52.922 INFO O| Feb 07 10:02:52.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93122025-02-07T10:02:54.454Z[ host-image] Feb 07 10:02:52.923 INFO O| Feb 07 10:02:52.922 INFO STEP 56 (ensure_dir) COMPLETE
93132025-02-07T10:02:54.454Z[ host-image] Feb 07 10:02:52.923 INFO O| Feb 07 10:02:52.923 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93142025-02-07T10:02:54.472Z[ host-image] Feb 07 10:02:52.943 INFO O| Feb 07 10:02:52.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93152025-02-07T10:02:54.472Z[ host-image] Feb 07 10:02:52.943 INFO O| Feb 07 10:02:52.943 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93162025-02-07T10:02:54.496Z[ host-image] Feb 07 10:02:52.967 INFO O| Feb 07 10:02:52.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93172025-02-07T10:02:54.496Z[ host-image] Feb 07 10:02:52.967 INFO O| Feb 07 10:02:52.967 INFO ok!
93182025-02-07T10:02:54.498Z[ host-image] Feb 07 10:02:52.967 INFO O| Feb 07 10:02:52.967 INFO STEP 57 (ensure_file) COMPLETE
93192025-02-07T10:02:54.498Z[ host-image] Feb 07 10:02:52.967 INFO O| Feb 07 10:02:52.967 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93202025-02-07T10:02:54.533Z[ host-image] Feb 07 10:02:53.005 INFO O| Feb 07 10:02:53.004 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93212025-02-07T10:02:54.533Z[ host-image] Feb 07 10:02:53.005 INFO O| Feb 07 10:02:53.004 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93222025-02-07T10:02:55.969Z[ host-image] Feb 07 10:02:54.439 INFO O| Feb 07 10:02:54.439 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93232025-02-07T10:02:55.969Z[ host-image] Feb 07 10:02:54.439 INFO O| Feb 07 10:02:54.439 INFO ok!
93242025-02-07T10:02:55.969Z[ host-image] Feb 07 10:02:54.439 INFO O| Feb 07 10:02:54.439 INFO STEP 58 (ensure_file) COMPLETE
93252025-02-07T10:02:55.972Z[ host-image] Feb 07 10:02:54.439 INFO O| Feb 07 10:02:54.439 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93262025-02-07T10:02:55.987Z[ host-image] Feb 07 10:02:54.458 INFO O| Feb 07 10:02:54.458 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93272025-02-07T10:02:55.987Z[ host-image] Feb 07 10:02:54.458 INFO O| Feb 07 10:02:54.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93282025-02-07T10:02:55.987Z[ host-image] Feb 07 10:02:54.458 INFO O| Feb 07 10:02:54.458 INFO STEP 59 (ensure_dir) COMPLETE
93292025-02-07T10:02:55.990Z[ host-image] Feb 07 10:02:54.458 INFO O| Feb 07 10:02:54.458 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93302025-02-07T10:02:56.009Z[ host-image] Feb 07 10:02:54.479 INFO O| Feb 07 10:02:54.479 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93312025-02-07T10:02:56.009Z[ host-image] Feb 07 10:02:54.479 INFO O| Feb 07 10:02:54.479 INFO copying /tmp/.tmpJnVQrH/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 ...
93322025-02-07T10:02:56.012Z[ host-image] Feb 07 10:02:54.480 INFO O| Feb 07 10:02:54.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93332025-02-07T10:02:56.012Z[ host-image] Feb 07 10:02:54.480 INFO O| Feb 07 10:02:54.480 INFO ok!
93342025-02-07T10:02:56.012Z[ host-image] Feb 07 10:02:54.480 INFO O| Feb 07 10:02:54.480 INFO STEP 60 (ensure_file) COMPLETE
93352025-02-07T10:02:56.012Z[ host-image] Feb 07 10:02:54.480 INFO O| Feb 07 10:02:54.480 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93362025-02-07T10:02:56.030Z[ host-image] Feb 07 10:02:54.500 INFO O| Feb 07 10:02:54.500 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93372025-02-07T10:02:56.030Z[ host-image] Feb 07 10:02:54.501 INFO O| Feb 07 10:02:54.501 INFO copying /tmp/.tmpJnVQrH/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 ...
93382025-02-07T10:02:56.033Z[ host-image] Feb 07 10:02:54.501 INFO O| Feb 07 10:02:54.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93392025-02-07T10:02:56.033Z[ host-image] Feb 07 10:02:54.501 INFO O| Feb 07 10:02:54.501 INFO ok!
93402025-02-07T10:02:56.033Z[ host-image] Feb 07 10:02:54.501 INFO O| Feb 07 10:02:54.501 INFO STEP 61 (ensure_file) COMPLETE
93412025-02-07T10:02:56.033Z[ host-image] Feb 07 10:02:54.501 INFO O| Feb 07 10:02:54.501 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93422025-02-07T10:02:56.051Z[ host-image] Feb 07 10:02:54.521 INFO O| Feb 07 10:02:54.521 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93432025-02-07T10:02:56.053Z[ host-image] Feb 07 10:02:54.521 INFO O| Feb 07 10:02:54.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93442025-02-07T10:02:56.053Z[ host-image] Feb 07 10:02:54.522 INFO O| Feb 07 10:02:54.521 INFO STEP 62 (ensure_dir) COMPLETE
93452025-02-07T10:02:56.053Z[ host-image] Feb 07 10:02:54.522 INFO O| Feb 07 10:02:54.522 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93462025-02-07T10:02:56.071Z[ host-image] Feb 07 10:02:54.541 INFO O| Feb 07 10:02:54.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
93472025-02-07T10:02:56.071Z[ host-image] Feb 07 10:02:54.541 INFO O| Feb 07 10:02:54.541 INFO copying /tmp/.tmpJnVQrH/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 ...
93482025-02-07T10:02:56.073Z[ host-image] Feb 07 10:02:54.542 INFO O| Feb 07 10:02:54.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
93492025-02-07T10:02:56.073Z[ host-image] Feb 07 10:02:54.542 INFO O| Feb 07 10:02:54.542 INFO ok!
93502025-02-07T10:02:56.073Z[ host-image] Feb 07 10:02:54.542 INFO O| Feb 07 10:02:54.542 INFO STEP 63 (ensure_file) COMPLETE
93512025-02-07T10:02:56.074Z[ host-image] Feb 07 10:02:54.542 INFO O| Feb 07 10:02:54.542 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93522025-02-07T10:02:56.090Z[ host-image] Feb 07 10:02:54.561 INFO O| Feb 07 10:02:54.561 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
93532025-02-07T10:02:56.090Z[ host-image] Feb 07 10:02:54.561 INFO O| Feb 07 10:02:54.561 INFO copying /tmp/.tmpJnVQrH/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 ...
93542025-02-07T10:02:56.093Z[ host-image] Feb 07 10:02:54.561 INFO O| Feb 07 10:02:54.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
93552025-02-07T10:02:56.093Z[ host-image] Feb 07 10:02:54.561 INFO O| Feb 07 10:02:54.561 INFO ok!
93562025-02-07T10:02:56.093Z[ host-image] Feb 07 10:02:54.561 INFO O| Feb 07 10:02:54.561 INFO STEP 64 (ensure_file) COMPLETE
93572025-02-07T10:02:56.093Z[ host-image] Feb 07 10:02:54.562 INFO O| Feb 07 10:02:54.561 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93582025-02-07T10:02:56.110Z[ host-image] Feb 07 10:02:54.581 INFO O| Feb 07 10:02:54.581 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93592025-02-07T10:02:56.113Z[ host-image] Feb 07 10:02:54.581 INFO O| Feb 07 10:02:54.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
93602025-02-07T10:02:56.113Z[ host-image] Feb 07 10:02:54.581 INFO O| Feb 07 10:02:54.581 INFO STEP 65 (ensure_dir) COMPLETE
93612025-02-07T10:02:56.113Z[ host-image] Feb 07 10:02:54.581 INFO O| Feb 07 10:02:54.581 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622025-02-07T10:02:56.129Z[ host-image] Feb 07 10:02:54.600 INFO O| Feb 07 10:02:54.600 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
93632025-02-07T10:02:56.129Z[ host-image] Feb 07 10:02:54.600 INFO O| Feb 07 10:02:54.600 INFO copying /tmp/.tmpJnVQrH/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 ...
93642025-02-07T10:02:56.132Z[ host-image] Feb 07 10:02:54.601 INFO O| Feb 07 10:02:54.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
93652025-02-07T10:02:56.132Z[ host-image] Feb 07 10:02:54.601 INFO O| Feb 07 10:02:54.601 INFO ok!
93662025-02-07T10:02:56.132Z[ host-image] Feb 07 10:02:54.601 INFO O| Feb 07 10:02:54.601 INFO STEP 66 (ensure_file) COMPLETE
93672025-02-07T10:02:56.132Z[ host-image] Feb 07 10:02:54.601 INFO O| Feb 07 10:02:54.601 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682025-02-07T10:02:56.149Z[ host-image] Feb 07 10:02:54.619 INFO O| Feb 07 10:02:54.619 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
93692025-02-07T10:02:56.149Z[ host-image] Feb 07 10:02:54.619 INFO O| Feb 07 10:02:54.619 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
93702025-02-07T10:02:56.152Z[ host-image] Feb 07 10:02:54.620 INFO O| Feb 07 10:02:54.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
93712025-02-07T10:02:56.152Z[ host-image] Feb 07 10:02:54.620 INFO O| Feb 07 10:02:54.620 INFO ok!
93722025-02-07T10:02:56.152Z[ host-image] Feb 07 10:02:54.620 INFO O| Feb 07 10:02:54.620 INFO STEP 67 (ensure_file) COMPLETE
93732025-02-07T10:02:56.152Z[ host-image] Feb 07 10:02:54.620 INFO O| Feb 07 10:02:54.620 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742025-02-07T10:02:56.183Z[ host-image] Feb 07 10:02:54.653 INFO O| Feb 07 10:02:54.653 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93752025-02-07T10:02:56.185Z[ host-image] Feb 07 10:02:54.654 INFO O| Feb 07 10:02:54.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
93762025-02-07T10:02:56.185Z[ host-image] Feb 07 10:02:54.654 INFO O| Feb 07 10:02:54.654 INFO STEP 68 (ensure_dir) COMPLETE
93772025-02-07T10:02:56.185Z[ host-image] Feb 07 10:02:54.654 INFO O| Feb 07 10:02:54.654 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93782025-02-07T10:02:56.245Z[ host-image] Feb 07 10:02:54.716 INFO O| Feb 07 10:02:54.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
93792025-02-07T10:02:56.245Z[ host-image] Feb 07 10:02:54.716 INFO O| Feb 07 10:02:54.716 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
93802025-02-07T10:02:57.676Z[ host-image] Feb 07 10:02:56.146 INFO O| Feb 07 10:02:56.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
93812025-02-07T10:02:57.676Z[ host-image] Feb 07 10:02:56.146 INFO O| Feb 07 10:02:56.146 INFO ok!
93822025-02-07T10:02:57.678Z[ host-image] Feb 07 10:02:56.146 INFO O| Feb 07 10:02:56.146 INFO STEP 69 (ensure_file) COMPLETE
93832025-02-07T10:02:57.679Z[ host-image] Feb 07 10:02:56.146 INFO O| Feb 07 10:02:56.146 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93842025-02-07T10:02:57.695Z[ host-image] Feb 07 10:02:56.165 INFO O| Feb 07 10:02:56.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
93852025-02-07T10:02:57.695Z[ host-image] Feb 07 10:02:56.165 INFO O| Feb 07 10:02:56.165 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
93862025-02-07T10:02:59.876Z[ recovery-image] Feb 07 10:02:58.346 INFO E| Compiling bitflags v1.3.2
93872025-02-07T10:02:59.876Z[ recovery-image] Feb 07 10:02:58.346 INFO E| Compiling log v0.4.22
93882025-02-07T10:02:59.878Z[ recovery-image] Feb 07 10:02:58.346 INFO E| Compiling plain v0.2.3
93892025-02-07T10:02:59.878Z[ recovery-image] Feb 07 10:02:58.346 INFO E| Compiling scroll v0.12.0
93902025-02-07T10:02:59.878Z[ recovery-image] Feb 07 10:02:58.346 INFO E| Compiling adler2 v2.0.0
93912025-02-07T10:02:59.878Z[ recovery-image] Feb 07 10:02:58.346 INFO E| Compiling bit_field v0.10.2
93922025-02-07T10:02:59.879Z[ recovery-image] Feb 07 10:02:58.346 INFO E| Compiling static_assertions v1.1.0
93932025-02-07T10:02:59.904Z[ host-image] Feb 07 10:02:58.374 INFO O| Feb 07 10:02:58.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
93942025-02-07T10:02:59.904Z[ host-image] Feb 07 10:02:58.374 INFO O| Feb 07 10:02:58.374 INFO ok!
93952025-02-07T10:02:59.906Z[ host-image] Feb 07 10:02:58.374 INFO O| Feb 07 10:02:58.374 INFO STEP 70 (ensure_file) COMPLETE
93962025-02-07T10:02:59.906Z[ host-image] Feb 07 10:02:58.374 INFO O| Feb 07 10:02:58.374 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972025-02-07T10:02:59.938Z[ host-image] Feb 07 10:02:58.408 INFO O| Feb 07 10:02:58.408 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93982025-02-07T10:02:59.938Z[ host-image] Feb 07 10:02:58.408 INFO O| Feb 07 10:02:58.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93992025-02-07T10:02:59.938Z[ host-image] Feb 07 10:02:58.408 INFO O| Feb 07 10:02:58.408 INFO STEP 71 (ensure_dir) COMPLETE
94002025-02-07T10:02:59.941Z[ host-image] Feb 07 10:02:58.408 INFO O| Feb 07 10:02:58.408 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94012025-02-07T10:02:59.960Z[ host-image] Feb 07 10:02:58.430 INFO O| Feb 07 10:02:58.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94022025-02-07T10:02:59.960Z[ host-image] Feb 07 10:02:58.430 INFO O| Feb 07 10:02:58.430 INFO copying /tmp/.tmpJnVQrH/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 ...
94032025-02-07T10:02:59.962Z[ host-image] Feb 07 10:02:58.430 INFO O| Feb 07 10:02:58.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94042025-02-07T10:02:59.962Z[ host-image] Feb 07 10:02:58.430 INFO O| Feb 07 10:02:58.430 INFO ok!
94052025-02-07T10:02:59.962Z[ host-image] Feb 07 10:02:58.430 INFO O| Feb 07 10:02:58.430 INFO STEP 72 (ensure_file) COMPLETE
94062025-02-07T10:02:59.962Z[ host-image] Feb 07 10:02:58.430 INFO O| Feb 07 10:02:58.430 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94072025-02-07T10:02:59.994Z[ recovery-image] Feb 07 10:02:58.465 INFO E| Compiling raw-cpuid v10.7.0
94082025-02-07T10:03:00.018Z[ recovery-image] Feb 07 10:02:58.488 INFO E| Compiling cpio_reader v0.1.1
94092025-02-07T10:03:00.077Z[ host-image] Feb 07 10:02:58.542 INFO O| Feb 07 10:02:58.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94102025-02-07T10:03:00.077Z[ host-image] Feb 07 10:02:58.542 INFO O| Feb 07 10:02:58.542 INFO copying /tmp/.tmpJnVQrH/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 ...
94112025-02-07T10:03:00.077Z[ host-image] Feb 07 10:02:58.543 INFO O| Feb 07 10:02:58.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94122025-02-07T10:03:00.077Z[ host-image] Feb 07 10:02:58.543 INFO O| Feb 07 10:02:58.543 INFO ok!
94132025-02-07T10:03:00.077Z[ host-image] Feb 07 10:02:58.543 INFO O| Feb 07 10:02:58.543 INFO STEP 73 (ensure_file) COMPLETE
94142025-02-07T10:03:00.077Z[ host-image] Feb 07 10:02:58.543 INFO O| Feb 07 10:02:58.543 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152025-02-07T10:03:00.133Z[ host-image] Feb 07 10:02:58.603 INFO O| Feb 07 10:02:58.603 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94162025-02-07T10:03:00.133Z[ host-image] Feb 07 10:02:58.603 INFO O| Feb 07 10:02:58.603 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94172025-02-07T10:03:00.133Z[ host-image] Feb 07 10:02:58.603 INFO O| Feb 07 10:02:58.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94182025-02-07T10:03:00.136Z[ host-image] Feb 07 10:02:58.603 INFO O| Feb 07 10:02:58.603 INFO ok!
94192025-02-07T10:03:00.136Z[ host-image] Feb 07 10:02:58.603 INFO O| Feb 07 10:02:58.603 INFO STEP 74 (ensure_file) COMPLETE
94202025-02-07T10:03:00.136Z[ host-image] Feb 07 10:02:58.603 INFO O| Feb 07 10:02:58.603 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212025-02-07T10:03:00.231Z[ host-image] Feb 07 10:02:58.701 INFO O| Feb 07 10:02:58.701 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94222025-02-07T10:03:00.231Z[ host-image] Feb 07 10:02:58.701 INFO O| Feb 07 10:02:58.701 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94232025-02-07T10:03:00.231Z[ host-image] Feb 07 10:02:58.701 INFO O| Feb 07 10:02:58.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94242025-02-07T10:03:00.231Z[ host-image] Feb 07 10:02:58.701 INFO O| Feb 07 10:02:58.701 INFO ok!
94252025-02-07T10:03:00.234Z[ host-image] Feb 07 10:02:58.701 INFO O| Feb 07 10:02:58.701 INFO STEP 75 (ensure_file) COMPLETE
94262025-02-07T10:03:00.234Z[ host-image] Feb 07 10:02:58.701 INFO O| Feb 07 10:02:58.701 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94272025-02-07T10:03:00.252Z[ host-image] Feb 07 10:02:58.722 INFO O| Feb 07 10:02:58.722 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94282025-02-07T10:03:00.252Z[ host-image] Feb 07 10:02:58.722 INFO O| Feb 07 10:02:58.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94292025-02-07T10:03:00.252Z[ host-image] Feb 07 10:02:58.722 INFO O| Feb 07 10:02:58.722 INFO STEP 76 (ensure_dir) COMPLETE
94302025-02-07T10:03:00.255Z[ host-image] Feb 07 10:02:58.722 INFO O| Feb 07 10:02:58.722 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94312025-02-07T10:03:00.335Z[ host-image] Feb 07 10:02:58.805 INFO O| Feb 07 10:02:58.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94322025-02-07T10:03:00.335Z[ host-image] Feb 07 10:02:58.806 INFO O| Feb 07 10:02:58.805 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94332025-02-07T10:03:00.342Z[ host-image] Feb 07 10:02:58.812 INFO O| Feb 07 10:02:58.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94342025-02-07T10:03:00.342Z[ host-image] Feb 07 10:02:58.812 INFO O| Feb 07 10:02:58.812 INFO ok!
94352025-02-07T10:03:00.342Z[ host-image] Feb 07 10:02:58.812 INFO O| Feb 07 10:02:58.812 INFO STEP 77 (ensure_file) COMPLETE
94362025-02-07T10:03:00.342Z[ host-image] Feb 07 10:02:58.812 INFO O| Feb 07 10:02:58.812 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94372025-02-07T10:03:00.384Z[ recovery-image] Feb 07 10:02:58.854 INFO E| Compiling miniz_oxide v0.8.0
94382025-02-07T10:03:00.421Z[ host-image] Feb 07 10:02:58.892 INFO O| Feb 07 10:02:58.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94392025-02-07T10:03:00.421Z[ host-image] Feb 07 10:02:58.892 INFO O| Feb 07 10:02:58.892 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94402025-02-07T10:03:00.421Z[ host-image] Feb 07 10:02:58.892 INFO O| Feb 07 10:02:58.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94412025-02-07T10:03:00.424Z[ host-image] Feb 07 10:02:58.892 INFO O| Feb 07 10:02:58.892 INFO ok!
94422025-02-07T10:03:00.424Z[ host-image] Feb 07 10:02:58.892 INFO O| Feb 07 10:02:58.892 INFO STEP 78 (ensure_file) COMPLETE
94432025-02-07T10:03:00.424Z[ host-image] Feb 07 10:02:58.892 INFO O| Feb 07 10:02:58.892 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442025-02-07T10:03:00.481Z[ host-image] Feb 07 10:02:58.951 INFO O| Feb 07 10:02:58.951 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94452025-02-07T10:03:00.481Z[ host-image] Feb 07 10:02:58.951 INFO O| Feb 07 10:02:58.951 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94462025-02-07T10:03:00.732Z[ recovery-image] Feb 07 10:02:59.201 INFO E| Compiling goblin v0.8.2
94472025-02-07T10:03:00.767Z[ recovery-image] Feb 07 10:02:59.237 INFO E| Compiling bitstruct v0.1.1
94482025-02-07T10:03:02.339Z[ host-image] Feb 07 10:03:00.808 INFO O| Feb 07 10:03:00.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94492025-02-07T10:03:02.339Z[ host-image] Feb 07 10:03:00.808 INFO O| Feb 07 10:03:00.808 INFO ok!
94502025-02-07T10:03:02.341Z[ host-image] Feb 07 10:03:00.808 INFO O| Feb 07 10:03:00.808 INFO STEP 79 (ensure_file) COMPLETE
94512025-02-07T10:03:02.342Z[ host-image] Feb 07 10:03:00.808 INFO O| Feb 07 10:03:00.808 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522025-02-07T10:03:02.357Z[ host-image] Feb 07 10:03:00.827 INFO O| Feb 07 10:03:00.827 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94532025-02-07T10:03:02.357Z[ host-image] Feb 07 10:03:00.827 INFO O| Feb 07 10:03:00.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94542025-02-07T10:03:02.357Z[ host-image] Feb 07 10:03:00.827 INFO O| Feb 07 10:03:00.827 INFO STEP 80 (ensure_dir) COMPLETE
94552025-02-07T10:03:02.360Z[ host-image] Feb 07 10:03:00.827 INFO O| Feb 07 10:03:00.827 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562025-02-07T10:03:02.421Z[ host-image] Feb 07 10:03:00.891 INFO O| Feb 07 10:03:00.891 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94572025-02-07T10:03:02.422Z[ host-image] Feb 07 10:03:00.891 INFO O| Feb 07 10:03:00.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94582025-02-07T10:03:02.422Z[ host-image] Feb 07 10:03:00.892 INFO O| Feb 07 10:03:00.891 INFO STEP 81 (ensure_dir) COMPLETE
94592025-02-07T10:03:02.425Z[ host-image] Feb 07 10:03:00.892 INFO O| Feb 07 10:03:00.891 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602025-02-07T10:03:02.457Z[ host-image] Feb 07 10:03:00.927 INFO O| Feb 07 10:03:00.927 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94612025-02-07T10:03:02.457Z[ host-image] Feb 07 10:03:00.927 INFO O| Feb 07 10:03:00.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
94622025-02-07T10:03:02.457Z[ host-image] Feb 07 10:03:00.927 INFO O| Feb 07 10:03:00.927 INFO STEP 82 (ensure_dir) COMPLETE
94632025-02-07T10:03:02.460Z[ host-image] Feb 07 10:03:00.927 INFO O| Feb 07 10:03:00.927 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642025-02-07T10:03:02.494Z[ host-image] Feb 07 10:03:00.963 INFO O| Feb 07 10:03:00.963 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94652025-02-07T10:03:02.494Z[ host-image] Feb 07 10:03:00.963 INFO O| Feb 07 10:03:00.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
94662025-02-07T10:03:02.496Z[ host-image] Feb 07 10:03:00.964 INFO O| Feb 07 10:03:00.963 INFO STEP 83 (ensure_dir) COMPLETE
94672025-02-07T10:03:02.496Z[ host-image] Feb 07 10:03:00.964 INFO O| Feb 07 10:03:00.964 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682025-02-07T10:03:02.516Z[ host-image] Feb 07 10:03:00.986 INFO O| Feb 07 10:03:00.986 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94692025-02-07T10:03:02.516Z[ host-image] Feb 07 10:03:00.986 INFO O| Feb 07 10:03:00.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
94702025-02-07T10:03:02.516Z[ host-image] Feb 07 10:03:00.986 INFO O| Feb 07 10:03:00.986 INFO STEP 84 (ensure_dir) COMPLETE
94712025-02-07T10:03:02.519Z[ host-image] Feb 07 10:03:00.986 INFO O| Feb 07 10:03:00.986 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722025-02-07T10:03:02.536Z[ host-image] Feb 07 10:03:01.006 INFO O| Feb 07 10:03:01.006 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
94732025-02-07T10:03:02.536Z[ host-image] Feb 07 10:03:01.006 INFO O| Feb 07 10:03:01.006 INFO copying /tmp/.tmpJnVQrH/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 ...
94742025-02-07T10:03:02.536Z[ host-image] Feb 07 10:03:01.007 INFO O| Feb 07 10:03:01.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
94752025-02-07T10:03:02.539Z[ host-image] Feb 07 10:03:01.007 INFO O| Feb 07 10:03:01.007 INFO ok!
94762025-02-07T10:03:02.539Z[ host-image] Feb 07 10:03:01.007 INFO O| Feb 07 10:03:01.007 INFO STEP 85 (ensure_file) COMPLETE
94772025-02-07T10:03:02.539Z[ host-image] Feb 07 10:03:01.007 INFO O| Feb 07 10:03:01.007 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94782025-02-07T10:03:02.563Z[ host-image] Feb 07 10:03:01.033 INFO O| Feb 07 10:03:01.033 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94792025-02-07T10:03:02.566Z[ host-image] Feb 07 10:03:01.034 INFO O| Feb 07 10:03:01.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
94802025-02-07T10:03:02.566Z[ host-image] Feb 07 10:03:01.034 INFO O| Feb 07 10:03:01.034 INFO STEP 86 (ensure_dir) COMPLETE
94812025-02-07T10:03:02.566Z[ host-image] Feb 07 10:03:01.034 INFO O| Feb 07 10:03:01.034 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822025-02-07T10:03:02.596Z[ host-image] Feb 07 10:03:01.066 INFO O| Feb 07 10:03:01.066 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
94832025-02-07T10:03:02.596Z[ host-image] Feb 07 10:03:01.066 INFO O| Feb 07 10:03:01.066 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
94842025-02-07T10:03:02.596Z[ host-image] Feb 07 10:03:01.066 INFO O| Feb 07 10:03:01.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
94852025-02-07T10:03:02.596Z[ host-image] Feb 07 10:03:01.066 INFO O| Feb 07 10:03:01.066 INFO ok!
94862025-02-07T10:03:02.599Z[ host-image] Feb 07 10:03:01.067 INFO O| Feb 07 10:03:01.066 INFO STEP 87 (ensure_file) COMPLETE
94872025-02-07T10:03:02.599Z[ host-image] Feb 07 10:03:01.067 INFO O| Feb 07 10:03:01.066 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882025-02-07T10:03:02.617Z[ host-image] Feb 07 10:03:01.087 INFO O| Feb 07 10:03:01.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
94892025-02-07T10:03:02.617Z[ host-image] Feb 07 10:03:01.087 INFO O| Feb 07 10:03:01.087 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
94902025-02-07T10:03:03.235Z[ host-image] Feb 07 10:03:01.705 INFO O| Feb 07 10:03:01.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
94912025-02-07T10:03:03.235Z[ host-image] Feb 07 10:03:01.705 INFO O| Feb 07 10:03:01.705 INFO ok!
94922025-02-07T10:03:03.238Z[ host-image] Feb 07 10:03:01.705 INFO O| Feb 07 10:03:01.705 INFO STEP 88 (ensure_file) COMPLETE
94932025-02-07T10:03:03.238Z[ host-image] Feb 07 10:03:01.705 INFO O| Feb 07 10:03:01.705 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942025-02-07T10:03:03.255Z[ host-image] Feb 07 10:03:01.725 INFO O| Feb 07 10:03:01.725 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
94952025-02-07T10:03:03.255Z[ host-image] Feb 07 10:03:01.725 INFO O| Feb 07 10:03:01.725 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
94962025-02-07T10:03:03.915Z[ host-image] Feb 07 10:03:02.385 INFO O| Feb 07 10:03:02.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
94972025-02-07T10:03:03.915Z[ host-image] Feb 07 10:03:02.385 INFO O| Feb 07 10:03:02.385 INFO ok!
94982025-02-07T10:03:03.918Z[ host-image] Feb 07 10:03:02.385 INFO O| Feb 07 10:03:02.385 INFO STEP 89 (ensure_file) COMPLETE
94992025-02-07T10:03:03.918Z[ host-image] Feb 07 10:03:02.385 INFO O| Feb 07 10:03:02.385 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95002025-02-07T10:03:03.936Z[ host-image] Feb 07 10:03:02.405 INFO O| Feb 07 10:03:02.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95012025-02-07T10:03:03.936Z[ host-image] Feb 07 10:03:02.405 INFO O| Feb 07 10:03:02.405 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95022025-02-07T10:03:03.936Z[ host-image] Feb 07 10:03:02.406 INFO O| Feb 07 10:03:02.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95032025-02-07T10:03:03.938Z[ host-image] Feb 07 10:03:02.406 INFO O| Feb 07 10:03:02.406 INFO ok!
95042025-02-07T10:03:03.938Z[ host-image] Feb 07 10:03:02.406 INFO O| Feb 07 10:03:02.406 INFO STEP 90 (ensure_file) COMPLETE
95052025-02-07T10:03:03.938Z[ host-image] Feb 07 10:03:02.406 INFO O| Feb 07 10:03:02.406 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062025-02-07T10:03:03.956Z[ host-image] Feb 07 10:03:02.426 INFO O| Feb 07 10:03:02.426 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95072025-02-07T10:03:03.959Z[ host-image] Feb 07 10:03:02.426 INFO O| Feb 07 10:03:02.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95082025-02-07T10:03:03.959Z[ host-image] Feb 07 10:03:02.426 INFO O| Feb 07 10:03:02.426 INFO STEP 91 (ensure_dir) COMPLETE
95092025-02-07T10:03:03.959Z[ host-image] Feb 07 10:03:02.426 INFO O| Feb 07 10:03:02.426 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102025-02-07T10:03:03.995Z[ host-image] Feb 07 10:03:02.465 INFO O| Feb 07 10:03:02.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95112025-02-07T10:03:03.995Z[ host-image] Feb 07 10:03:02.465 INFO O| Feb 07 10:03:02.465 INFO copying /tmp/.tmpJnVQrH/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 ...
95122025-02-07T10:03:03.998Z[ host-image] Feb 07 10:03:02.465 INFO O| Feb 07 10:03:02.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95132025-02-07T10:03:03.998Z[ host-image] Feb 07 10:03:02.465 INFO O| Feb 07 10:03:02.465 INFO ok!
95142025-02-07T10:03:03.998Z[ host-image] Feb 07 10:03:02.465 INFO O| Feb 07 10:03:02.465 INFO STEP 92 (ensure_file) COMPLETE
95152025-02-07T10:03:03.998Z[ host-image] Feb 07 10:03:02.465 INFO O| Feb 07 10:03:02.465 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162025-02-07T10:03:04.072Z[ host-image] Feb 07 10:03:02.542 INFO O| Feb 07 10:03:02.542 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95172025-02-07T10:03:04.072Z[ host-image] Feb 07 10:03:02.542 INFO O| Feb 07 10:03:02.542 INFO copying /tmp/.tmpJnVQrH/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 ...
95182025-02-07T10:03:04.075Z[ host-image] Feb 07 10:03:02.543 INFO O| Feb 07 10:03:02.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95192025-02-07T10:03:04.075Z[ host-image] Feb 07 10:03:02.543 INFO O| Feb 07 10:03:02.543 INFO ok!
95202025-02-07T10:03:04.075Z[ host-image] Feb 07 10:03:02.543 INFO O| Feb 07 10:03:02.543 INFO STEP 93 (ensure_file) COMPLETE
95212025-02-07T10:03:04.075Z[ host-image] Feb 07 10:03:02.543 INFO O| Feb 07 10:03:02.543 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222025-02-07T10:03:04.136Z[ host-image] Feb 07 10:03:02.605 INFO O| Feb 07 10:03:02.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95232025-02-07T10:03:04.136Z[ host-image] Feb 07 10:03:02.605 INFO O| Feb 07 10:03:02.605 INFO copying /tmp/.tmpJnVQrH/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 ...
95242025-02-07T10:03:04.136Z[ host-image] Feb 07 10:03:02.606 INFO O| Feb 07 10:03:02.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95252025-02-07T10:03:04.139Z[ host-image] Feb 07 10:03:02.606 INFO O| Feb 07 10:03:02.606 INFO ok!
95262025-02-07T10:03:04.139Z[ host-image] Feb 07 10:03:02.606 INFO O| Feb 07 10:03:02.606 INFO STEP 94 (ensure_file) COMPLETE
95272025-02-07T10:03:04.139Z[ host-image] Feb 07 10:03:02.606 INFO O| Feb 07 10:03:02.606 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282025-02-07T10:03:04.173Z[ host-image] Feb 07 10:03:02.643 INFO O| Feb 07 10:03:02.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95292025-02-07T10:03:04.176Z[ host-image] Feb 07 10:03:02.643 INFO O| Feb 07 10:03:02.643 INFO copying /tmp/.tmpJnVQrH/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 ...
95302025-02-07T10:03:04.176Z[ host-image] Feb 07 10:03:02.643 INFO O| Feb 07 10:03:02.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95312025-02-07T10:03:04.176Z[ host-image] Feb 07 10:03:02.643 INFO O| Feb 07 10:03:02.643 INFO ok!
95322025-02-07T10:03:04.176Z[ host-image] Feb 07 10:03:02.643 INFO O| Feb 07 10:03:02.643 INFO STEP 95 (ensure_file) COMPLETE
95332025-02-07T10:03:04.176Z[ host-image] Feb 07 10:03:02.643 INFO O| Feb 07 10:03:02.643 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342025-02-07T10:03:04.194Z[ host-image] Feb 07 10:03:02.664 INFO O| Feb 07 10:03:02.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95352025-02-07T10:03:04.194Z[ host-image] Feb 07 10:03:02.664 INFO O| Feb 07 10:03:02.664 INFO copying /tmp/.tmpJnVQrH/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 ...
95362025-02-07T10:03:04.194Z[ host-image] Feb 07 10:03:02.664 INFO O| Feb 07 10:03:02.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95372025-02-07T10:03:04.197Z[ host-image] Feb 07 10:03:02.664 INFO O| Feb 07 10:03:02.664 INFO ok!
95382025-02-07T10:03:04.197Z[ host-image] Feb 07 10:03:02.664 INFO O| Feb 07 10:03:02.664 INFO STEP 96 (ensure_file) COMPLETE
95392025-02-07T10:03:04.197Z[ host-image] Feb 07 10:03:02.664 INFO O| Feb 07 10:03:02.664 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402025-02-07T10:03:04.250Z[ host-image] Feb 07 10:03:02.720 INFO O| Feb 07 10:03:02.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
95412025-02-07T10:03:04.250Z[ host-image] Feb 07 10:03:02.720 INFO O| Feb 07 10:03:02.720 INFO copying /tmp/.tmpJnVQrH/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 ...
95422025-02-07T10:03:04.253Z[ host-image] Feb 07 10:03:02.720 INFO O| Feb 07 10:03:02.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
95432025-02-07T10:03:04.253Z[ host-image] Feb 07 10:03:02.720 INFO O| Feb 07 10:03:02.720 INFO ok!
95442025-02-07T10:03:04.253Z[ host-image] Feb 07 10:03:02.720 INFO O| Feb 07 10:03:02.720 INFO STEP 97 (ensure_file) COMPLETE
95452025-02-07T10:03:04.253Z[ host-image] Feb 07 10:03:02.720 INFO O| Feb 07 10:03:02.720 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462025-02-07T10:03:04.324Z[ host-image] Feb 07 10:03:02.794 INFO O| Feb 07 10:03:02.794 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95472025-02-07T10:03:04.324Z[ host-image] Feb 07 10:03:02.794 INFO O| Feb 07 10:03:02.794 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95482025-02-07T10:03:04.324Z[ host-image] Feb 07 10:03:02.794 INFO O| Feb 07 10:03:02.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95492025-02-07T10:03:04.327Z[ host-image] Feb 07 10:03:02.794 INFO O| Feb 07 10:03:02.794 INFO ok!
95502025-02-07T10:03:04.327Z[ host-image] Feb 07 10:03:02.794 INFO O| Feb 07 10:03:02.794 INFO STEP 98 (ensure_file) COMPLETE
95512025-02-07T10:03:04.327Z[ host-image] Feb 07 10:03:02.794 INFO O| Feb 07 10:03:02.794 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522025-02-07T10:03:04.409Z[ host-image] Feb 07 10:03:02.879 INFO O| Feb 07 10:03:02.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95532025-02-07T10:03:04.409Z[ host-image] Feb 07 10:03:02.879 INFO O| Feb 07 10:03:02.879 INFO copying /tmp/.tmpJnVQrH/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 ...
95542025-02-07T10:03:04.409Z[ host-image] Feb 07 10:03:02.879 INFO O| Feb 07 10:03:02.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95552025-02-07T10:03:04.412Z[ host-image] Feb 07 10:03:02.879 INFO O| Feb 07 10:03:02.879 INFO ok!
95562025-02-07T10:03:04.412Z[ host-image] Feb 07 10:03:02.879 INFO O| Feb 07 10:03:02.879 INFO STEP 99 (ensure_file) COMPLETE
95572025-02-07T10:03:04.412Z[ host-image] Feb 07 10:03:02.879 INFO O| Feb 07 10:03:02.879 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582025-02-07T10:03:04.441Z[ host-image] Feb 07 10:03:02.911 INFO O| Feb 07 10:03:02.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
95592025-02-07T10:03:04.441Z[ host-image] Feb 07 10:03:02.911 INFO O| Feb 07 10:03:02.911 INFO copying /tmp/.tmpJnVQrH/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 ...
95602025-02-07T10:03:04.441Z[ host-image] Feb 07 10:03:02.911 INFO O| Feb 07 10:03:02.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
95612025-02-07T10:03:04.444Z[ host-image] Feb 07 10:03:02.911 INFO O| Feb 07 10:03:02.911 INFO ok!
95622025-02-07T10:03:04.444Z[ host-image] Feb 07 10:03:02.911 INFO O| Feb 07 10:03:02.911 INFO STEP 100 (ensure_file) COMPLETE
95632025-02-07T10:03:04.444Z[ host-image] Feb 07 10:03:02.911 INFO O| Feb 07 10:03:02.911 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642025-02-07T10:03:04.465Z[ host-image] Feb 07 10:03:02.934 INFO O| Feb 07 10:03:02.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
95652025-02-07T10:03:04.465Z[ host-image] Feb 07 10:03:02.934 INFO O| Feb 07 10:03:02.934 INFO copying /tmp/.tmpJnVQrH/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 ...
95662025-02-07T10:03:04.469Z[ host-image] Feb 07 10:03:02.935 INFO O| Feb 07 10:03:02.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
95672025-02-07T10:03:04.469Z[ host-image] Feb 07 10:03:02.935 INFO O| Feb 07 10:03:02.935 INFO ok!
95682025-02-07T10:03:04.469Z[ host-image] Feb 07 10:03:02.935 INFO O| Feb 07 10:03:02.935 INFO STEP 101 (ensure_file) COMPLETE
95692025-02-07T10:03:04.469Z[ host-image] Feb 07 10:03:02.935 INFO O| Feb 07 10:03:02.935 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702025-02-07T10:03:04.485Z[ host-image] Feb 07 10:03:02.955 INFO O| Feb 07 10:03:02.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
95712025-02-07T10:03:04.485Z[ host-image] Feb 07 10:03:02.955 INFO O| Feb 07 10:03:02.955 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
95722025-02-07T10:03:04.488Z[ host-image] Feb 07 10:03:02.955 INFO O| Feb 07 10:03:02.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
95732025-02-07T10:03:04.488Z[ host-image] Feb 07 10:03:02.955 INFO O| Feb 07 10:03:02.955 INFO ok!
95742025-02-07T10:03:04.488Z[ host-image] Feb 07 10:03:02.955 INFO O| Feb 07 10:03:02.955 INFO STEP 102 (ensure_file) COMPLETE
95752025-02-07T10:03:04.488Z[ host-image] Feb 07 10:03:02.955 INFO O| Feb 07 10:03:02.955 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762025-02-07T10:03:04.551Z[ host-image] Feb 07 10:03:03.021 INFO O| Feb 07 10:03:03.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
95772025-02-07T10:03:04.551Z[ host-image] Feb 07 10:03:03.021 INFO O| Feb 07 10:03:03.021 INFO copying /tmp/.tmpJnVQrH/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 ...
95782025-02-07T10:03:04.551Z[ host-image] Feb 07 10:03:03.021 INFO O| Feb 07 10:03:03.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
95792025-02-07T10:03:04.551Z[ host-image] Feb 07 10:03:03.021 INFO O| Feb 07 10:03:03.021 INFO ok!
95802025-02-07T10:03:04.554Z[ host-image] Feb 07 10:03:03.021 INFO O| Feb 07 10:03:03.021 INFO STEP 103 (ensure_file) COMPLETE
95812025-02-07T10:03:04.554Z[ host-image] Feb 07 10:03:03.021 INFO O| Feb 07 10:03:03.021 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822025-02-07T10:03:04.621Z[ host-image] Feb 07 10:03:03.091 INFO O| Feb 07 10:03:03.091 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
95832025-02-07T10:03:04.621Z[ host-image] Feb 07 10:03:03.091 INFO O| Feb 07 10:03:03.091 INFO copying /tmp/.tmpJnVQrH/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 ...
95842025-02-07T10:03:04.624Z[ host-image] Feb 07 10:03:03.091 INFO O| Feb 07 10:03:03.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
95852025-02-07T10:03:04.624Z[ host-image] Feb 07 10:03:03.091 INFO O| Feb 07 10:03:03.091 INFO ok!
95862025-02-07T10:03:04.624Z[ host-image] Feb 07 10:03:03.091 INFO O| Feb 07 10:03:03.091 INFO STEP 104 (ensure_file) COMPLETE
95872025-02-07T10:03:04.624Z[ host-image] Feb 07 10:03:03.091 INFO O| Feb 07 10:03:03.091 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882025-02-07T10:03:04.642Z[ host-image] Feb 07 10:03:03.112 INFO O| Feb 07 10:03:03.112 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
95892025-02-07T10:03:04.642Z[ host-image] Feb 07 10:03:03.112 INFO O| Feb 07 10:03:03.112 INFO copying /tmp/.tmpJnVQrH/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 ...
95902025-02-07T10:03:04.642Z[ host-image] Feb 07 10:03:03.112 INFO O| Feb 07 10:03:03.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
95912025-02-07T10:03:04.645Z[ host-image] Feb 07 10:03:03.112 INFO O| Feb 07 10:03:03.112 INFO ok!
95922025-02-07T10:03:04.645Z[ host-image] Feb 07 10:03:03.112 INFO O| Feb 07 10:03:03.112 INFO STEP 105 (ensure_file) COMPLETE
95932025-02-07T10:03:04.645Z[ host-image] Feb 07 10:03:03.112 INFO O| Feb 07 10:03:03.112 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942025-02-07T10:03:04.665Z[ host-image] Feb 07 10:03:03.135 INFO O| Feb 07 10:03:03.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
95952025-02-07T10:03:04.665Z[ host-image] Feb 07 10:03:03.135 INFO O| Feb 07 10:03:03.135 INFO copying /tmp/.tmpJnVQrH/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 ...
95962025-02-07T10:03:04.668Z[ host-image] Feb 07 10:03:03.135 INFO O| Feb 07 10:03:03.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
95972025-02-07T10:03:04.668Z[ host-image] Feb 07 10:03:03.135 INFO O| Feb 07 10:03:03.135 INFO ok!
95982025-02-07T10:03:04.668Z[ host-image] Feb 07 10:03:03.135 INFO O| Feb 07 10:03:03.135 INFO STEP 106 (ensure_file) COMPLETE
95992025-02-07T10:03:04.668Z[ host-image] Feb 07 10:03:03.135 INFO O| Feb 07 10:03:03.135 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002025-02-07T10:03:04.686Z[ host-image] Feb 07 10:03:03.156 INFO O| Feb 07 10:03:03.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96012025-02-07T10:03:04.687Z[ host-image] Feb 07 10:03:03.156 INFO O| Feb 07 10:03:03.156 INFO copying /tmp/.tmpJnVQrH/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 ...
96022025-02-07T10:03:04.689Z[ host-image] Feb 07 10:03:03.157 INFO O| Feb 07 10:03:03.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96032025-02-07T10:03:04.689Z[ host-image] Feb 07 10:03:03.157 INFO O| Feb 07 10:03:03.157 INFO ok!
96042025-02-07T10:03:04.689Z[ host-image] Feb 07 10:03:03.157 INFO O| Feb 07 10:03:03.157 INFO STEP 107 (ensure_file) COMPLETE
96052025-02-07T10:03:04.689Z[ host-image] Feb 07 10:03:03.157 INFO O| Feb 07 10:03:03.157 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96062025-02-07T10:03:04.726Z[ host-image] Feb 07 10:03:03.195 INFO O| Feb 07 10:03:03.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96072025-02-07T10:03:04.726Z[ host-image] Feb 07 10:03:03.195 INFO O| Feb 07 10:03:03.195 INFO copying /tmp/.tmpJnVQrH/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 ...
96082025-02-07T10:03:04.728Z[ host-image] Feb 07 10:03:03.196 INFO O| Feb 07 10:03:03.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96092025-02-07T10:03:04.728Z[ host-image] Feb 07 10:03:03.196 INFO O| Feb 07 10:03:03.196 INFO ok!
96102025-02-07T10:03:04.728Z[ host-image] Feb 07 10:03:03.196 INFO O| Feb 07 10:03:03.196 INFO STEP 108 (ensure_file) COMPLETE
96112025-02-07T10:03:04.728Z[ host-image] Feb 07 10:03:03.196 INFO O| Feb 07 10:03:03.196 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96122025-02-07T10:03:04.776Z[ host-image] Feb 07 10:03:03.245 INFO O| Feb 07 10:03:03.245 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96132025-02-07T10:03:04.776Z[ host-image] Feb 07 10:03:03.245 INFO O| Feb 07 10:03:03.245 INFO copying /tmp/.tmpJnVQrH/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 ...
96142025-02-07T10:03:04.779Z[ host-image] Feb 07 10:03:03.246 INFO O| Feb 07 10:03:03.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96152025-02-07T10:03:04.779Z[ host-image] Feb 07 10:03:03.246 INFO O| Feb 07 10:03:03.246 INFO ok!
96162025-02-07T10:03:04.779Z[ host-image] Feb 07 10:03:03.246 INFO O| Feb 07 10:03:03.246 INFO STEP 109 (ensure_file) COMPLETE
96172025-02-07T10:03:04.779Z[ host-image] Feb 07 10:03:03.246 INFO O| Feb 07 10:03:03.246 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182025-02-07T10:03:04.889Z[ host-image] Feb 07 10:03:03.358 INFO O| Feb 07 10:03:03.358 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96192025-02-07T10:03:04.889Z[ host-image] Feb 07 10:03:03.358 INFO O| Feb 07 10:03:03.358 INFO copying /tmp/.tmpJnVQrH/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 ...
96202025-02-07T10:03:04.889Z[ host-image] Feb 07 10:03:03.359 INFO O| Feb 07 10:03:03.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96212025-02-07T10:03:04.891Z[ host-image] Feb 07 10:03:03.359 INFO O| Feb 07 10:03:03.358 INFO ok!
96222025-02-07T10:03:04.891Z[ host-image] Feb 07 10:03:03.359 INFO O| Feb 07 10:03:03.359 INFO STEP 110 (ensure_file) COMPLETE
96232025-02-07T10:03:04.891Z[ host-image] Feb 07 10:03:03.359 INFO O| Feb 07 10:03:03.359 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96242025-02-07T10:03:05.059Z[ host-image] Feb 07 10:03:03.528 INFO O| Feb 07 10:03:03.528 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96252025-02-07T10:03:05.059Z[ host-image] Feb 07 10:03:03.528 INFO O| Feb 07 10:03:03.528 INFO copying /tmp/.tmpJnVQrH/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 ...
96262025-02-07T10:03:05.059Z[ host-image] Feb 07 10:03:03.528 INFO O| Feb 07 10:03:03.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96272025-02-07T10:03:05.062Z[ host-image] Feb 07 10:03:03.529 INFO O| Feb 07 10:03:03.528 INFO ok!
96282025-02-07T10:03:05.062Z[ host-image] Feb 07 10:03:03.529 INFO O| Feb 07 10:03:03.529 INFO STEP 111 (ensure_file) COMPLETE
96292025-02-07T10:03:05.062Z[ host-image] Feb 07 10:03:03.529 INFO O| Feb 07 10:03:03.529 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302025-02-07T10:03:05.096Z[ host-image] Feb 07 10:03:03.565 INFO O| Feb 07 10:03:03.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96312025-02-07T10:03:05.096Z[ host-image] Feb 07 10:03:03.565 INFO O| Feb 07 10:03:03.565 INFO copying /tmp/.tmpJnVQrH/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 ...
96322025-02-07T10:03:05.099Z[ host-image] Feb 07 10:03:03.565 INFO O| Feb 07 10:03:03.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96332025-02-07T10:03:05.099Z[ host-image] Feb 07 10:03:03.565 INFO O| Feb 07 10:03:03.565 INFO ok!
96342025-02-07T10:03:05.099Z[ host-image] Feb 07 10:03:03.566 INFO O| Feb 07 10:03:03.566 INFO STEP 112 (ensure_file) COMPLETE
96352025-02-07T10:03:05.099Z[ host-image] Feb 07 10:03:03.566 INFO O| Feb 07 10:03:03.566 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362025-02-07T10:03:05.133Z[ host-image] Feb 07 10:03:03.602 INFO O| Feb 07 10:03:03.602 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
96372025-02-07T10:03:05.133Z[ host-image] Feb 07 10:03:03.603 INFO O| Feb 07 10:03:03.602 INFO copying /tmp/.tmpJnVQrH/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 ...
96382025-02-07T10:03:05.136Z[ host-image] Feb 07 10:03:03.603 INFO O| Feb 07 10:03:03.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
96392025-02-07T10:03:05.136Z[ host-image] Feb 07 10:03:03.603 INFO O| Feb 07 10:03:03.603 INFO ok!
96402025-02-07T10:03:05.136Z[ host-image] Feb 07 10:03:03.603 INFO O| Feb 07 10:03:03.603 INFO STEP 113 (ensure_file) COMPLETE
96412025-02-07T10:03:05.136Z[ host-image] Feb 07 10:03:03.603 INFO O| Feb 07 10:03:03.603 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422025-02-07T10:03:05.168Z[ host-image] Feb 07 10:03:03.638 INFO O| Feb 07 10:03:03.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
96432025-02-07T10:03:05.168Z[ host-image] Feb 07 10:03:03.638 INFO O| Feb 07 10:03:03.638 INFO copying /tmp/.tmpJnVQrH/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 ...
96442025-02-07T10:03:05.171Z[ host-image] Feb 07 10:03:03.638 INFO O| Feb 07 10:03:03.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
96452025-02-07T10:03:05.171Z[ host-image] Feb 07 10:03:03.638 INFO O| Feb 07 10:03:03.638 INFO ok!
96462025-02-07T10:03:05.171Z[ host-image] Feb 07 10:03:03.638 INFO O| Feb 07 10:03:03.638 INFO STEP 114 (ensure_file) COMPLETE
96472025-02-07T10:03:05.171Z[ host-image] Feb 07 10:03:03.638 INFO O| Feb 07 10:03:03.638 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482025-02-07T10:03:05.211Z[ host-image] Feb 07 10:03:03.681 INFO O| Feb 07 10:03:03.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96492025-02-07T10:03:05.212Z[ host-image] Feb 07 10:03:03.681 INFO O| Feb 07 10:03:03.681 INFO copying /tmp/.tmpJnVQrH/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 ...
96502025-02-07T10:03:05.212Z[ host-image] Feb 07 10:03:03.681 INFO O| Feb 07 10:03:03.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96512025-02-07T10:03:05.214Z[ host-image] Feb 07 10:03:03.681 INFO O| Feb 07 10:03:03.681 INFO ok!
96522025-02-07T10:03:05.215Z[ host-image] Feb 07 10:03:03.681 INFO O| Feb 07 10:03:03.681 INFO STEP 115 (ensure_file) COMPLETE
96532025-02-07T10:03:05.215Z[ host-image] Feb 07 10:03:03.681 INFO O| Feb 07 10:03:03.681 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542025-02-07T10:03:05.253Z[ host-image] Feb 07 10:03:03.722 INFO O| Feb 07 10:03:03.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96552025-02-07T10:03:05.253Z[ host-image] Feb 07 10:03:03.722 INFO O| Feb 07 10:03:03.722 INFO copying /tmp/.tmpJnVQrH/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 ...
96562025-02-07T10:03:05.255Z[ host-image] Feb 07 10:03:03.722 INFO O| Feb 07 10:03:03.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96572025-02-07T10:03:05.255Z[ host-image] Feb 07 10:03:03.722 INFO O| Feb 07 10:03:03.722 INFO ok!
96582025-02-07T10:03:05.255Z[ host-image] Feb 07 10:03:03.722 INFO O| Feb 07 10:03:03.722 INFO STEP 116 (ensure_file) COMPLETE
96592025-02-07T10:03:05.255Z[ host-image] Feb 07 10:03:03.722 INFO O| Feb 07 10:03:03.722 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602025-02-07T10:03:05.283Z[ host-image] Feb 07 10:03:03.753 INFO O| Feb 07 10:03:03.753 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96612025-02-07T10:03:05.283Z[ host-image] Feb 07 10:03:03.753 INFO O| Feb 07 10:03:03.753 INFO copying /tmp/.tmpJnVQrH/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 ...
96622025-02-07T10:03:05.283Z[ host-image] Feb 07 10:03:03.753 INFO O| Feb 07 10:03:03.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96632025-02-07T10:03:05.283Z[ host-image] Feb 07 10:03:03.753 INFO O| Feb 07 10:03:03.753 INFO ok!
96642025-02-07T10:03:05.286Z[ host-image] Feb 07 10:03:03.753 INFO O| Feb 07 10:03:03.753 INFO STEP 117 (ensure_file) COMPLETE
96652025-02-07T10:03:05.286Z[ host-image] Feb 07 10:03:03.753 INFO O| Feb 07 10:03:03.753 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662025-02-07T10:03:05.304Z[ host-image] Feb 07 10:03:03.773 INFO O| Feb 07 10:03:03.773 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96672025-02-07T10:03:05.304Z[ host-image] Feb 07 10:03:03.773 INFO O| Feb 07 10:03:03.773 INFO copying /tmp/.tmpJnVQrH/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 ...
96682025-02-07T10:03:05.306Z[ host-image] Feb 07 10:03:03.774 INFO O| Feb 07 10:03:03.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96692025-02-07T10:03:05.306Z[ host-image] Feb 07 10:03:03.774 INFO O| Feb 07 10:03:03.774 INFO ok!
96702025-02-07T10:03:05.307Z[ host-image] Feb 07 10:03:03.774 INFO O| Feb 07 10:03:03.774 INFO STEP 118 (ensure_file) COMPLETE
96712025-02-07T10:03:05.307Z[ host-image] Feb 07 10:03:03.774 INFO O| Feb 07 10:03:03.774 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722025-02-07T10:03:05.406Z[ host-image] Feb 07 10:03:03.875 INFO O| Feb 07 10:03:03.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
96732025-02-07T10:03:05.406Z[ host-image] Feb 07 10:03:03.875 INFO O| Feb 07 10:03:03.875 INFO copying /tmp/.tmpJnVQrH/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 ...
96742025-02-07T10:03:05.409Z[ host-image] Feb 07 10:03:03.876 INFO O| Feb 07 10:03:03.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
96752025-02-07T10:03:05.409Z[ host-image] Feb 07 10:03:03.876 INFO O| Feb 07 10:03:03.876 INFO ok!
96762025-02-07T10:03:05.409Z[ host-image] Feb 07 10:03:03.876 INFO O| Feb 07 10:03:03.876 INFO STEP 119 (ensure_file) COMPLETE
96772025-02-07T10:03:05.409Z[ host-image] Feb 07 10:03:03.876 INFO O| Feb 07 10:03:03.876 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782025-02-07T10:03:05.471Z[ host-image] Feb 07 10:03:03.940 INFO O| Feb 07 10:03:03.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
96792025-02-07T10:03:05.471Z[ host-image] Feb 07 10:03:03.940 INFO O| Feb 07 10:03:03.940 INFO copying /tmp/.tmpJnVQrH/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 ...
96802025-02-07T10:03:05.471Z[ host-image] Feb 07 10:03:03.940 INFO O| Feb 07 10:03:03.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
96812025-02-07T10:03:05.471Z[ host-image] Feb 07 10:03:03.940 INFO O| Feb 07 10:03:03.940 INFO ok!
96822025-02-07T10:03:05.471Z[ host-image] Feb 07 10:03:03.940 INFO O| Feb 07 10:03:03.940 INFO STEP 120 (ensure_file) COMPLETE
96832025-02-07T10:03:05.471Z[ host-image] Feb 07 10:03:03.940 INFO O| Feb 07 10:03:03.940 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842025-02-07T10:03:05.528Z[ host-image] Feb 07 10:03:03.998 INFO O| Feb 07 10:03:03.998 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
96852025-02-07T10:03:05.528Z[ host-image] Feb 07 10:03:03.998 INFO O| Feb 07 10:03:03.998 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
96862025-02-07T10:03:05.528Z[ host-image] Feb 07 10:03:03.998 INFO O| Feb 07 10:03:03.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
96872025-02-07T10:03:05.528Z[ host-image] Feb 07 10:03:03.998 INFO O| Feb 07 10:03:03.998 INFO ok!
96882025-02-07T10:03:05.534Z[ host-image] Feb 07 10:03:03.998 INFO O| Feb 07 10:03:03.998 INFO STEP 121 (ensure_file) COMPLETE
96892025-02-07T10:03:05.534Z[ host-image] Feb 07 10:03:03.998 INFO O| Feb 07 10:03:03.998 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902025-02-07T10:03:05.607Z[ host-image] Feb 07 10:03:04.077 INFO O| Feb 07 10:03:04.077 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
96912025-02-07T10:03:05.608Z[ host-image] Feb 07 10:03:04.077 INFO O| Feb 07 10:03:04.077 INFO copying /tmp/.tmpJnVQrH/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 ...
96922025-02-07T10:03:05.608Z[ host-image] Feb 07 10:03:04.077 INFO O| Feb 07 10:03:04.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
96932025-02-07T10:03:05.611Z[ host-image] Feb 07 10:03:04.077 INFO O| Feb 07 10:03:04.077 INFO ok!
96942025-02-07T10:03:05.611Z[ host-image] Feb 07 10:03:04.077 INFO O| Feb 07 10:03:04.077 INFO STEP 122 (ensure_file) COMPLETE
96952025-02-07T10:03:05.611Z[ host-image] Feb 07 10:03:04.077 INFO O| Feb 07 10:03:04.077 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962025-02-07T10:03:05.662Z[ host-image] Feb 07 10:03:04.132 INFO O| Feb 07 10:03:04.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
96972025-02-07T10:03:05.663Z[ host-image] Feb 07 10:03:04.132 INFO O| Feb 07 10:03:04.132 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
96982025-02-07T10:03:05.665Z[ host-image] Feb 07 10:03:04.132 INFO O| Feb 07 10:03:04.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
96992025-02-07T10:03:05.665Z[ host-image] Feb 07 10:03:04.132 INFO O| Feb 07 10:03:04.132 INFO ok!
97002025-02-07T10:03:05.665Z[ host-image] Feb 07 10:03:04.132 INFO O| Feb 07 10:03:04.132 INFO STEP 123 (ensure_file) COMPLETE
97012025-02-07T10:03:05.665Z[ host-image] Feb 07 10:03:04.132 INFO O| Feb 07 10:03:04.132 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022025-02-07T10:03:05.705Z[ host-image] Feb 07 10:03:04.174 INFO O| Feb 07 10:03:04.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97032025-02-07T10:03:05.705Z[ host-image] Feb 07 10:03:04.174 INFO O| Feb 07 10:03:04.174 INFO copying /tmp/.tmpJnVQrH/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97042025-02-07T10:03:17.589Z[ recovery-image] Feb 07 10:03:16.057 INFO E| Finished `release` profile [optimized] target(s) in 1m 23s
97052025-02-07T10:03:17.628Z[ recovery-image] Feb 07 10:03:16.096 INFO building host image...
97062025-02-07T10:03:17.630Z[ recovery-image] Feb 07 10:03:16.096 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")
97072025-02-07T10:03:17.739Z[ host-image] Feb 07 10:03:16.207 INFO O| Feb 07 10:03:16.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97082025-02-07T10:03:17.742Z[ host-image] Feb 07 10:03:16.207 INFO O| Feb 07 10:03:16.207 INFO ok!
97092025-02-07T10:03:17.742Z[ host-image] Feb 07 10:03:16.207 INFO O| Feb 07 10:03:16.207 INFO STEP 124 (ensure_file) COMPLETE
97102025-02-07T10:03:17.742Z[ host-image] Feb 07 10:03:16.207 INFO O| Feb 07 10:03:16.207 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112025-02-07T10:03:17.757Z[ host-image] Feb 07 10:03:16.225 INFO O| Feb 07 10:03:16.225 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97122025-02-07T10:03:17.757Z[ host-image] Feb 07 10:03:16.225 INFO O| Feb 07 10:03:16.225 INFO STEP 125 (ensure_dir) COMPLETE
97132025-02-07T10:03:17.757Z[ host-image] Feb 07 10:03:16.225 INFO O| Feb 07 10:03:16.225 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142025-02-07T10:03:17.773Z[ host-image] Feb 07 10:03:16.242 INFO O| Feb 07 10:03:16.241 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97152025-02-07T10:03:17.774Z[ host-image] Feb 07 10:03:16.242 INFO O| Feb 07 10:03:16.242 INFO STEP 126 (ensure_dir) COMPLETE
97162025-02-07T10:03:17.774Z[ host-image] Feb 07 10:03:16.242 INFO O| Feb 07 10:03:16.242 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172025-02-07T10:03:17.814Z[ host-image] Feb 07 10:03:16.282 INFO O| Feb 07 10:03:16.282 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97182025-02-07T10:03:17.814Z[ host-image] Feb 07 10:03:16.282 INFO O| Feb 07 10:03:16.282 INFO STEP 127 (ensure_dir) COMPLETE
97192025-02-07T10:03:17.814Z[ host-image] Feb 07 10:03:16.283 INFO O| Feb 07 10:03:16.283 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202025-02-07T10:03:17.834Z[ host-image] Feb 07 10:03:16.302 INFO O| Feb 07 10:03:16.302 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97212025-02-07T10:03:17.834Z[ host-image] Feb 07 10:03:16.303 INFO O| Feb 07 10:03:16.302 INFO STEP 128 (ensure_dir) COMPLETE
97222025-02-07T10:03:17.837Z[ host-image] Feb 07 10:03:16.303 INFO O| Feb 07 10:03:16.303 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232025-02-07T10:03:17.875Z[ host-image] Feb 07 10:03:16.343 INFO O| Feb 07 10:03:16.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97242025-02-07T10:03:17.875Z[ host-image] Feb 07 10:03:16.343 INFO O| Feb 07 10:03:16.343 INFO copying /tmp/.tmpJnVQrH/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 ...
97252025-02-07T10:03:17.878Z[ host-image] Feb 07 10:03:16.343 INFO O| Feb 07 10:03:16.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97262025-02-07T10:03:17.878Z[ host-image] Feb 07 10:03:16.343 INFO O| Feb 07 10:03:16.343 INFO ok!
97272025-02-07T10:03:17.878Z[ host-image] Feb 07 10:03:16.343 INFO O| Feb 07 10:03:16.343 INFO STEP 129 (ensure_file) COMPLETE
97282025-02-07T10:03:17.878Z[ host-image] Feb 07 10:03:16.343 INFO O| Feb 07 10:03:16.343 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97292025-02-07T10:03:17.892Z[ host-image] Feb 07 10:03:16.361 INFO O| Feb 07 10:03:16.360 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97302025-02-07T10:03:17.893Z[ host-image] Feb 07 10:03:16.361 INFO O| Feb 07 10:03:16.361 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97312025-02-07T10:03:17.895Z[ host-image] Feb 07 10:03:16.361 INFO O| Feb 07 10:03:16.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97322025-02-07T10:03:17.895Z[ host-image] Feb 07 10:03:16.361 INFO O| Feb 07 10:03:16.361 INFO STEP 130 (ensure_dir) COMPLETE
97332025-02-07T10:03:17.895Z[ host-image] Feb 07 10:03:16.361 INFO O| Feb 07 10:03:16.361 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342025-02-07T10:03:17.909Z[ host-image] Feb 07 10:03:16.377 INFO O| Feb 07 10:03:16.377 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97352025-02-07T10:03:17.912Z[ host-image] Feb 07 10:03:16.377 INFO O| Feb 07 10:03:16.377 INFO copying /tmp/.tmpJnVQrH/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97362025-02-07T10:03:17.912Z[ host-image] Feb 07 10:03:16.378 INFO O| Feb 07 10:03:16.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97372025-02-07T10:03:17.912Z[ host-image] Feb 07 10:03:16.378 INFO O| Feb 07 10:03:16.378 INFO ok!
97382025-02-07T10:03:17.912Z[ host-image] Feb 07 10:03:16.378 INFO O| Feb 07 10:03:16.378 INFO STEP 131 (ensure_file) COMPLETE
97392025-02-07T10:03:17.912Z[ host-image] Feb 07 10:03:16.378 INFO O| Feb 07 10:03:16.378 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97402025-02-07T10:03:17.925Z[ host-image] Feb 07 10:03:16.393 INFO O| Feb 07 10:03:16.393 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97412025-02-07T10:03:17.928Z[ host-image] Feb 07 10:03:16.394 INFO O| Feb 07 10:03:16.394 INFO STEP 132 (remove_files) COMPLETE
97422025-02-07T10:03:17.928Z[ host-image] Feb 07 10:03:16.394 INFO O| Feb 07 10:03:16.394 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97432025-02-07T10:03:17.941Z[ host-image] Feb 07 10:03:16.409 INFO O| Feb 07 10:03:16.409 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97442025-02-07T10:03:17.944Z[ host-image] Feb 07 10:03:16.410 INFO O| Feb 07 10:03:16.410 INFO STEP 133 (remove_files) COMPLETE
97452025-02-07T10:03:17.944Z[ host-image] Feb 07 10:03:16.410 INFO O| Feb 07 10:03:16.410 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97462025-02-07T10:03:17.956Z[ host-image] Feb 07 10:03:16.424 INFO O| Feb 07 10:03:16.424 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97472025-02-07T10:03:17.959Z[ host-image] Feb 07 10:03:16.425 INFO O| Feb 07 10:03:16.425 INFO STEP 134 (remove_files) COMPLETE
97482025-02-07T10:03:17.959Z[ host-image] Feb 07 10:03:16.425 INFO O| Feb 07 10:03:16.425 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97492025-02-07T10:03:17.972Z[ host-image] Feb 07 10:03:16.440 INFO O| Feb 07 10:03:16.440 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97502025-02-07T10:03:17.974Z[ host-image] Feb 07 10:03:16.440 INFO O| Feb 07 10:03:16.440 INFO STEP 135 (remove_files) COMPLETE
97512025-02-07T10:03:17.974Z[ host-image] Feb 07 10:03:16.440 INFO O| Feb 07 10:03:16.440 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97522025-02-07T10:03:17.987Z[ host-image] Feb 07 10:03:16.455 INFO O| Feb 07 10:03:16.455 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97532025-02-07T10:03:17.989Z[ host-image] Feb 07 10:03:16.455 INFO O| Feb 07 10:03:16.455 INFO STEP 136 (remove_files) COMPLETE
97542025-02-07T10:03:17.990Z[ host-image] Feb 07 10:03:16.455 INFO O| Feb 07 10:03:16.455 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97552025-02-07T10:03:18.005Z[ host-image] Feb 07 10:03:16.473 INFO O| Feb 07 10:03:16.473 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97562025-02-07T10:03:18.008Z[ host-image] Feb 07 10:03:16.473 INFO O| Feb 07 10:03:16.473 INFO STEP 137 (remove_files) COMPLETE
97572025-02-07T10:03:18.008Z[ host-image] Feb 07 10:03:16.473 INFO O| Feb 07 10:03:16.473 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97582025-02-07T10:03:18.111Z[ host-image] Feb 07 10:03:16.579 INFO O| Feb 07 10:03:16.579 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97592025-02-07T10:03:18.111Z[ host-image] Feb 07 10:03:16.579 INFO O| Feb 07 10:03:16.579 INFO STEP 138 (remove_files) COMPLETE
97602025-02-07T10:03:18.114Z[ host-image] Feb 07 10:03:16.579 INFO O| Feb 07 10:03:16.579 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97612025-02-07T10:03:18.131Z[ host-image] Feb 07 10:03:16.599 INFO O| Feb 07 10:03:16.599 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97622025-02-07T10:03:18.131Z[ host-image] Feb 07 10:03:16.599 INFO O| Feb 07 10:03:16.599 INFO STEP 139 (remove_files) COMPLETE
97632025-02-07T10:03:18.131Z[ host-image] Feb 07 10:03:16.599 INFO O| Feb 07 10:03:16.599 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97642025-02-07T10:03:18.149Z[ host-image] Feb 07 10:03:16.617 INFO O| Feb 07 10:03:16.617 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97652025-02-07T10:03:18.149Z[ host-image] Feb 07 10:03:16.617 INFO O| Feb 07 10:03:16.617 INFO STEP 140 (remove_files) COMPLETE
97662025-02-07T10:03:18.151Z[ host-image] Feb 07 10:03:16.617 INFO O| Feb 07 10:03:16.617 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97672025-02-07T10:03:18.185Z[ host-image] Feb 07 10:03:16.653 INFO O| Feb 07 10:03:16.653 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97682025-02-07T10:03:18.185Z[ host-image] Feb 07 10:03:16.653 INFO O| Feb 07 10:03:16.653 INFO STEP 141 (remove_files) COMPLETE
97692025-02-07T10:03:18.185Z[ host-image] Feb 07 10:03:16.653 INFO O| Feb 07 10:03:16.653 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97702025-02-07T10:03:18.203Z[ host-image] Feb 07 10:03:16.671 INFO O| Feb 07 10:03:16.671 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97712025-02-07T10:03:18.203Z[ host-image] Feb 07 10:03:16.671 INFO O| Feb 07 10:03:16.671 INFO STEP 142 (remove_files) COMPLETE
97722025-02-07T10:03:18.205Z[ host-image] Feb 07 10:03:16.671 INFO O| Feb 07 10:03:16.671 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97732025-02-07T10:03:18.221Z[ host-image] Feb 07 10:03:16.689 INFO O| Feb 07 10:03:16.689 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
97742025-02-07T10:03:18.221Z[ host-image] Feb 07 10:03:16.689 INFO O| Feb 07 10:03:16.689 INFO STEP 143 (remove_files) COMPLETE
97752025-02-07T10:03:18.224Z[ host-image] Feb 07 10:03:16.689 INFO O| Feb 07 10:03:16.689 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97762025-02-07T10:03:18.254Z[ host-image] Feb 07 10:03:16.722 INFO O| Feb 07 10:03:16.722 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
97772025-02-07T10:03:18.254Z[ host-image] Feb 07 10:03:16.722 INFO O| Feb 07 10:03:16.722 INFO STEP 144 (remove_files) COMPLETE
97782025-02-07T10:03:18.257Z[ host-image] Feb 07 10:03:16.722 INFO O| Feb 07 10:03:16.722 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97792025-02-07T10:03:18.274Z[ host-image] Feb 07 10:03:16.742 INFO O| Feb 07 10:03:16.742 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
97802025-02-07T10:03:18.274Z[ host-image] Feb 07 10:03:16.742 INFO O| Feb 07 10:03:16.742 INFO STEP 145 (remove_files) COMPLETE
97812025-02-07T10:03:18.274Z[ host-image] Feb 07 10:03:16.742 INFO O| Feb 07 10:03:16.742 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97822025-02-07T10:03:18.292Z[ host-image] Feb 07 10:03:16.760 INFO O| Feb 07 10:03:16.760 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
97832025-02-07T10:03:18.292Z[ host-image] Feb 07 10:03:16.760 INFO O| Feb 07 10:03:16.760 INFO STEP 146 (remove_files) COMPLETE
97842025-02-07T10:03:18.295Z[ host-image] Feb 07 10:03:16.760 INFO O| Feb 07 10:03:16.760 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97852025-02-07T10:03:18.308Z[ host-image] Feb 07 10:03:16.776 INFO O| Feb 07 10:03:16.776 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
97862025-02-07T10:03:18.308Z[ host-image] Feb 07 10:03:16.776 INFO O| Feb 07 10:03:16.776 INFO STEP 147 (remove_files) COMPLETE
97872025-02-07T10:03:18.311Z[ host-image] Feb 07 10:03:16.776 INFO O| Feb 07 10:03:16.776 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97882025-02-07T10:03:18.341Z[ host-image] Feb 07 10:03:16.809 INFO O| Feb 07 10:03:16.809 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
97892025-02-07T10:03:18.344Z[ host-image] Feb 07 10:03:16.809 INFO O| Feb 07 10:03:16.809 INFO STEP 148 (remove_files) COMPLETE
97902025-02-07T10:03:18.344Z[ host-image] Feb 07 10:03:16.809 INFO O| Feb 07 10:03:16.809 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97912025-02-07T10:03:18.361Z[ host-image] Feb 07 10:03:16.829 INFO O| Feb 07 10:03:16.829 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
97922025-02-07T10:03:18.364Z[ host-image] Feb 07 10:03:16.829 INFO O| Feb 07 10:03:16.829 INFO STEP 149 (remove_files) COMPLETE
97932025-02-07T10:03:18.364Z[ host-image] Feb 07 10:03:16.829 INFO O| Feb 07 10:03:16.829 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97942025-02-07T10:03:18.380Z[ host-image] Feb 07 10:03:16.848 INFO O| Feb 07 10:03:16.848 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
97952025-02-07T10:03:18.380Z[ host-image] Feb 07 10:03:16.848 INFO O| Feb 07 10:03:16.848 INFO STEP 150 (remove_files) COMPLETE
97962025-02-07T10:03:18.383Z[ host-image] Feb 07 10:03:16.848 INFO O| Feb 07 10:03:16.848 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97972025-02-07T10:03:18.398Z[ host-image] Feb 07 10:03:16.866 INFO O| Feb 07 10:03:16.866 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
97982025-02-07T10:03:18.398Z[ host-image] Feb 07 10:03:16.866 INFO O| Feb 07 10:03:16.866 INFO STEP 151 (remove_files) COMPLETE
97992025-02-07T10:03:18.398Z[ host-image] Feb 07 10:03:16.866 INFO O| Feb 07 10:03:16.866 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98002025-02-07T10:03:18.417Z[ host-image] Feb 07 10:03:16.885 INFO O| Feb 07 10:03:16.885 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98012025-02-07T10:03:18.417Z[ host-image] Feb 07 10:03:16.885 INFO O| Feb 07 10:03:16.885 INFO STEP 152 (remove_files) COMPLETE
98022025-02-07T10:03:18.417Z[ host-image] Feb 07 10:03:16.885 INFO O| Feb 07 10:03:16.885 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98032025-02-07T10:03:18.457Z[ host-image] Feb 07 10:03:16.925 INFO O| Feb 07 10:03:16.925 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98042025-02-07T10:03:18.460Z[ host-image] Feb 07 10:03:16.925 INFO O| Feb 07 10:03:16.925 INFO STEP 153 (remove_files) COMPLETE
98052025-02-07T10:03:18.460Z[ host-image] Feb 07 10:03:16.925 INFO O| Feb 07 10:03:16.925 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98062025-02-07T10:03:18.496Z[ host-image] Feb 07 10:03:16.964 INFO O| Feb 07 10:03:16.964 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98072025-02-07T10:03:18.496Z[ host-image] Feb 07 10:03:16.964 INFO O| Feb 07 10:03:16.964 INFO STEP 154 (remove_files) COMPLETE
98082025-02-07T10:03:18.499Z[ host-image] Feb 07 10:03:16.964 INFO O| Feb 07 10:03:16.964 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98092025-02-07T10:03:18.535Z[ host-image] Feb 07 10:03:17.003 INFO O| Feb 07 10:03:17.003 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98102025-02-07T10:03:18.535Z[ host-image] Feb 07 10:03:17.003 INFO O| Feb 07 10:03:17.003 INFO STEP 155 (remove_files) COMPLETE
98112025-02-07T10:03:18.535Z[ host-image] Feb 07 10:03:17.003 INFO O| Feb 07 10:03:17.003 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98122025-02-07T10:03:18.591Z[ host-image] Feb 07 10:03:17.059 INFO O| Feb 07 10:03:17.058 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98132025-02-07T10:03:18.591Z[ host-image] Feb 07 10:03:17.059 INFO O| Feb 07 10:03:17.059 INFO STEP 156 (remove_files) COMPLETE
98142025-02-07T10:03:18.593Z[ host-image] Feb 07 10:03:17.059 INFO O| Feb 07 10:03:17.059 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98152025-02-07T10:03:18.640Z[ recovery-image] Feb 07 10:03:17.107 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
98162025-02-07T10:03:18.642Z[ host-image] Feb 07 10:03:17.109 INFO O| Feb 07 10:03:17.109 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98172025-02-07T10:03:18.642Z[ host-image] Feb 07 10:03:17.109 INFO O| Feb 07 10:03:17.109 INFO STEP 157 (remove_files) COMPLETE
98182025-02-07T10:03:18.642Z[ host-image] Feb 07 10:03:17.109 INFO O| Feb 07 10:03:17.109 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98192025-02-07T10:03:18.676Z[ host-image] Feb 07 10:03:17.143 INFO O| Feb 07 10:03:17.143 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98202025-02-07T10:03:18.676Z[ host-image] Feb 07 10:03:17.143 INFO O| Feb 07 10:03:17.143 INFO STEP 158 (remove_files) COMPLETE
98212025-02-07T10:03:18.678Z[ host-image] Feb 07 10:03:17.144 INFO O| Feb 07 10:03:17.143 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98222025-02-07T10:03:18.707Z[ host-image] Feb 07 10:03:17.175 INFO O| Feb 07 10:03:17.175 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98232025-02-07T10:03:18.707Z[ host-image] Feb 07 10:03:17.175 INFO O| Feb 07 10:03:17.175 INFO STEP 159 (remove_files) COMPLETE
98242025-02-07T10:03:18.707Z[ host-image] Feb 07 10:03:17.175 INFO O| Feb 07 10:03:17.175 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98252025-02-07T10:03:18.739Z[ host-image] Feb 07 10:03:17.207 INFO O| Feb 07 10:03:17.207 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98262025-02-07T10:03:18.739Z[ host-image] Feb 07 10:03:17.207 INFO O| Feb 07 10:03:17.207 INFO STEP 160 (remove_files) COMPLETE
98272025-02-07T10:03:18.742Z[ host-image] Feb 07 10:03:17.207 INFO O| Feb 07 10:03:17.207 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98282025-02-07T10:03:18.767Z[ host-image] Feb 07 10:03:17.235 INFO O| Feb 07 10:03:17.235 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98292025-02-07T10:03:18.767Z[ host-image] Feb 07 10:03:17.235 INFO O| Feb 07 10:03:17.235 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"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", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
98302025-02-07T10:03:21.202Z[ recovery-image] Feb 07 10:03:19.670 INFO image complete! materials are in "/work/os-recovery"
98312025-02-07T10:03:21.207Z[ recovery-image]
98322025-02-07T10:03:21.210Z[ recovery-image] real 11:07.142731933
98332025-02-07T10:03:21.210Z[ recovery-image] user 6:49.925394351
98342025-02-07T10:03:21.210Z[ recovery-image] sys 1:06.077933138
98352025-02-07T10:03:21.210Z[ recovery-image] trap 0.411671395
98362025-02-07T10:03:21.210Z[ recovery-image] tflt 1.226777885
98372025-02-07T10:03:21.210Z[ recovery-image] dflt 3.810183794
98382025-02-07T10:03:21.210Z[ recovery-image] kflt 0.001334413
98392025-02-07T10:03:21.210Z[ recovery-image] lock 27:20.604768534
98402025-02-07T10:03:21.210Z[ recovery-image] slp 1:08:22.506119721
98412025-02-07T10:03:21.210Z[ recovery-image] lat 5:41.669468966
98422025-02-07T10:03:21.210Z[ recovery-image] stop 12.219231514
98432025-02-07T10:03:21.210ZFeb 07 10:03:19.676 INFO [recovery-image] process exited with exit status: 0 (667.169165001s)
98442025-02-07T10:03:31.006Z[ host-image] Feb 07 10:03:29.472 INFO O| Feb 07 10:03:29.472 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
98452025-02-07T10:03:31.006Z[ host-image] Feb 07 10:03:29.472 INFO O| Feb 07 10:03:29.472 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98462025-02-07T10:03:31.029Z[ host-image] Feb 07 10:03:29.495 INFO O| Feb 07 10:03:29.495 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], 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"}
98472025-02-07T10:03:31.191Z[ host-image] Feb 07 10:03:29.655 INFO O| Feb 07 10:03:29.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98482025-02-07T10:03:31.191Z[ host-image] Feb 07 10:03:29.655 INFO O| Feb 07 10:03:29.655 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98492025-02-07T10:03:31.194Z[ host-image] Feb 07 10:03:29.658 INFO O| Feb 07 10:03:29.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98502025-02-07T10:03:31.194Z[ host-image] Feb 07 10:03:29.658 INFO O| Feb 07 10:03:29.658 INFO ok!
98512025-02-07T10:03:31.194Z[ host-image] Feb 07 10:03:29.658 INFO O| Feb 07 10:03:29.658 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98522025-02-07T10:03:31.194Z[ host-image] Feb 07 10:03:29.658 INFO O| Feb 07 10:03:29.658 INFO STEP 161 (seed_smf) COMPLETE
98532025-02-07T10:03:31.194Z[ host-image] Feb 07 10:03:29.658 INFO O| Feb 07 10:03:29.658 INFO steps complete; finalising image!
98542025-02-07T10:03:31.194Z[ host-image] Feb 07 10:03:29.658 INFO O| Feb 07 10:03:29.658 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98552025-02-07T10:03:31.379Z[ host-image] Feb 07 10:03:29.845 INFO O| Feb 07 10:03:29.845 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Feb 7 10:03:29 2025)
98562025-02-07T10:03:31.627Z[ host-image] Feb 07 10:03:30.092 INFO O| Feb 07 10:03:30.092 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio
98572025-02-07T10:03:31.627Z[ host-image] Feb 07 10:03:30.093 INFO O| Feb 07 10:03:30.093 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98582025-02-07T10:03:32.583Z[ host-image] Feb 07 10:03:31.049 INFO O| Feb 07 10:03:31.049 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98592025-02-07T10:03:32.583Z[ host-image] Feb 07 10:03:31.049 INFO O| Feb 07 10:03:31.049 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98602025-02-07T10:03:34.400Z[ host-image] Feb 07 10:03:32.866 INFO O| Feb 07 10:03:32.865 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98612025-02-07T10:03:34.400Z[ host-image] Feb 07 10:03:32.866 INFO O| Feb 07 10:03:32.866 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98622025-02-07T10:03:34.402Z[ host-image] Feb 07 10:03:32.866 INFO O| Feb 07 10:03:32.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98632025-02-07T10:03:34.402Z[ host-image] Feb 07 10:03:32.866 INFO O| Feb 07 10:03:32.866 INFO completed processing gimlet/zfs
98642025-02-07T10:03:34.402Z[ host-image] Feb 07 10:03:32.866 INFO O| Feb 07 10:03:32.866 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98652025-02-07T10:03:43.127Z[ host-image] Feb 07 10:03:41.591 INFO O| Feb 07 10:03:41.591 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98662025-02-07T10:03:43.263Z[ host-image] Feb 07 10:03:41.728 INFO BUILD STRING "heads/stlouis-0-gbd47bbc5b2\n"
98672025-02-07T10:03:43.266Z[ host-image] Feb 07 10:03:41.728 INFO expanded image name: "ci e5add31/${os_short_commit} 2025-02-07 09:29" -> "ci e5add31/bd47bbc 2025-02-07 09:29"
98682025-02-07T10:03:43.266Z[ host-image] Feb 07 10:03:41.728 INFO output artefacts stored in: "/work/os-host"
98692025-02-07T10:03:43.266Z[ host-image] Feb 07 10:03:41.728 INFO collecting git info from project "image-builder"...
98702025-02-07T10:03:43.272Z[ host-image] Feb 07 10:03:41.737 INFO collecting git info from project "pinprick"...
98712025-02-07T10:03:43.279Z[ host-image] Feb 07 10:03:41.744 INFO collecting git info from project "pilot"...
98722025-02-07T10:03:43.288Z[ host-image] Feb 07 10:03:41.753 INFO collecting git info from project "chelsio-t6-roms"...
98732025-02-07T10:03:43.296Z[ host-image] Feb 07 10:03:41.761 INFO collecting git info from project "phbl"...
98742025-02-07T10:03:43.304Z[ host-image] Feb 07 10:03:41.769 INFO collecting git info from project "amd-host-image-builder"...
98752025-02-07T10:03:43.350Z[ host-image] Feb 07 10:03:41.815 INFO collecting git info from project "amd-firmware"...
98762025-02-07T10:03:43.402Z[ host-image] Feb 07 10:03:41.867 INFO collecting git info from project "bootserver"...
98772025-02-07T10:03:43.448Z[ host-image] Feb 07 10:03:41.913 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98782025-02-07T10:03:44.552Z[ host-image] Feb 07 10:03:43.016 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98792025-02-07T10:03:45.153Z[ host-image] Feb 07 10:03:43.618 INFO creating Oxide boot image...
98802025-02-07T10:03:45.153Z[ host-image] Feb 07 10:03:43.618 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci e5add31/bd47bbc 2025-02-07 09:29", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98812025-02-07T10:03:46.513Z[ host-image] Feb 07 10:03:44.978 INFO O| ok, image written!
98822025-02-07T10:03:46.519Z[ host-image] Feb 07 10:03:44.984 INFO O| ok, boot_image_csum file written!
98832025-02-07T10:03:46.523Z[ host-image] Feb 07 10:03:44.988 INFO creating boot archive (CPIO)...
98842025-02-07T10:03:46.523Z[ host-image] Feb 07 10:03:44.988 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
98852025-02-07T10:03:46.540Z[ host-image] Feb 07 10:03:45.004 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98862025-02-07T10:03:46.540Z[ host-image] Feb 07 10:03:45.004 INFO E| + outfile=/work/os-host/cpio
98872025-02-07T10:03:46.543Z[ host-image] Feb 07 10:03:45.004 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
98882025-02-07T10:03:46.546Z[ host-image] Feb 07 10:03:45.008 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
98892025-02-07T10:03:46.546Z[ host-image] Feb 07 10:03:45.008 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
98902025-02-07T10:03:46.591Z[ host-image] Feb 07 10:03:45.056 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
98912025-02-07T10:03:46.591Z[ host-image] Feb 07 10:03:45.056 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
98922025-02-07T10:03:46.603Z[ host-image] Feb 07 10:03:45.067 INFO creating compressed cpio/unix for nanobl-rs...
98932025-02-07T10:03:46.603Z[ host-image] Feb 07 10:03:45.067 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
98942025-02-07T10:03:47.090Z[ host-image] Feb 07 10:03:45.554 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
98952025-02-07T10:03:54.065Z[ host-image] Feb 07 10:03:52.528 INFO creating reset image...
98962025-02-07T10:03:54.065Z[ host-image] Feb 07 10:03:52.528 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
98972025-02-07T10:03:54.243Z[ host-image] Feb 07 10:03:52.706 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
98982025-02-07T10:03:54.278Z[ host-image] Feb 07 10:03:52.741 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
98992025-02-07T10:03:54.432Z[ host-image] Feb 07 10:03:52.895 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99002025-02-07T10:03:58.070Z[ host-image] Feb 07 10:03:56.532 INFO E| Finished `release` profile [optimized] target(s) in 3.77s
99012025-02-07T10:03:58.087Z[ host-image] Feb 07 10:03:56.549 INFO building host image...
99022025-02-07T10:03:58.089Z[ host-image] Feb 07 10:03:56.550 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")
99032025-02-07T10:03:59.034Z[ host-image] Feb 07 10:03:57.497 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99042025-02-07T10:04:53.606Z[ host-image] Feb 07 10:04:52.062 INFO image complete! materials are in "/work/os-host"
99052025-02-07T10:04:53.609Z[ host-image]
99062025-02-07T10:04:53.609Z[ host-image] real 13:18.040965043
99072025-02-07T10:04:53.612Z[ host-image] user 6:47.168311282
99082025-02-07T10:04:53.612Z[ host-image] sys 1:09.043652299
99092025-02-07T10:04:53.612Z[ host-image] trap 0.330064936
99102025-02-07T10:04:53.612Z[ host-image] tflt 0.123089663
99112025-02-07T10:04:53.612Z[ host-image] dflt 0.223270398
99122025-02-07T10:04:53.612Z[ host-image] kflt 0.072718341
99132025-02-07T10:04:53.612Z[ host-image] lock 8:12.459835987
99142025-02-07T10:04:53.612Z[ host-image] slp 1:10:42.073963483
99152025-02-07T10:04:53.612Z[ host-image] lat 3:16.145109949
99162025-02-07T10:04:53.612Z[ host-image] stop 0.939085485
99172025-02-07T10:04:53.612ZFeb 07 10:04:52.066 INFO [host-image] process exited with exit status: 0 (798.058043261s)
99182025-02-07T10:04:53.612ZFeb 07 10:04:52.066 INFO [tuf-repo] running task
99192025-02-07T10:05:07.058ZFeb 07 10:05:05.511 INFO assembling repository in `/tmp/tufaceous8yNgB3`, component: OmicronRepoAssembler
99202025-02-07T10:05:24.878ZFeb 07 10:05:23.330 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99212025-02-07T10:05:25.203ZFeb 07 10:05:23.654 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99222025-02-07T10:05:43.551ZFeb 07 10:05:42.000 INFO [tuf-repo] task succeeded (49.934302047s)
99232025-02-07T10:08:42.509Z[verify-libraries] Finished `release` profile [optimized] target(s) in 16m 25s
99242025-02-07T10:08:42.943ZFeb 07 10:08:41.369 INFO [verify-libraries] process exited with exit status: 0 (989.244007586s)
99252025-02-07T10:08:42.943ZFeb 07 10:08:41.369 INFO all jobs completed in 2356.906974108s
99262025-02-07T10:08:44.576Zprocess exited: duration 3014604 ms, exit code 0
 
99272025-02-07T10:08:44.591Zfound 33 output files
99282025-02-07T10:08:44.591Zuploading: /work/manifest.toml (13429 bytes)
99292025-02-07T10:08:45.606Zuploaded: /work/manifest.toml
99302025-02-07T10:08:45.607Zuploading: /work/repo.zip (2035823477 bytes)
99312025-02-07T10:09:24.370Zuploaded: /work/repo.zip
99322025-02-07T10:09:24.370Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99332025-02-07T10:09:25.379Zuploaded: /work/repo.zip.sha256.txt
99342025-02-07T10:09:25.379Zuploading: /work/helios-setup.log (66651 bytes)
99352025-02-07T10:09:26.392Zuploaded: /work/helios-setup.log
99362025-02-07T10:09:26.392Zuploading: /work/host-image.log (198846 bytes)
99372025-02-07T10:09:27.408Zuploaded: /work/host-image.log
99382025-02-07T10:09:27.410Zuploading: /work/host-package.log (23402 bytes)
99392025-02-07T10:09:28.419Zuploaded: /work/host-package.log
99402025-02-07T10:09:28.419Zuploading: /work/host-target.log (101 bytes)
99412025-02-07T10:09:29.429Zuploaded: /work/host-target.log
99422025-02-07T10:09:29.429Zuploading: /work/omicron-package.log (5669 bytes)
99432025-02-07T10:09:30.437Zuploaded: /work/omicron-package.log
99442025-02-07T10:09:30.437Zuploading: /work/phbl-toolchain.log (881 bytes)
99452025-02-07T10:09:31.445Zuploaded: /work/phbl-toolchain.log
99462025-02-07T10:09:31.445Zuploading: /work/recovery-image.log (577140 bytes)
99472025-02-07T10:09:32.466Zuploaded: /work/recovery-image.log
99482025-02-07T10:09:32.467Zuploading: /work/recovery-package.log (1762 bytes)
99492025-02-07T10:09:33.475Zuploaded: /work/recovery-package.log
99502025-02-07T10:09:33.475Zuploading: /work/recovery-target.log (98 bytes)
99512025-02-07T10:09:34.482Zuploaded: /work/recovery-target.log
99522025-02-07T10:09:34.483Zuploading: /work/stamp-clickhouse.log (117 bytes)
99532025-02-07T10:09:35.492Zuploaded: /work/stamp-clickhouse.log
99542025-02-07T10:09:35.492Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99552025-02-07T10:09:36.500Zuploaded: /work/stamp-clickhouse_keeper.log
99562025-02-07T10:09:36.500Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99572025-02-07T10:09:37.510Zuploaded: /work/stamp-cockroachdb.log
99582025-02-07T10:09:37.510Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99592025-02-07T10:09:38.518Zuploaded: /work/stamp-crucible-dtrace.log
99602025-02-07T10:09:38.518Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99612025-02-07T10:09:39.527Zuploaded: /work/stamp-crucible-pantry-zone.log
99622025-02-07T10:09:39.527Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99632025-02-07T10:09:40.536Zuploaded: /work/stamp-crucible-zone.log
99642025-02-07T10:09:40.539Zuploading: /work/stamp-external-dns.log (119 bytes)
99652025-02-07T10:09:41.545Zuploaded: /work/stamp-external-dns.log
99662025-02-07T10:09:41.545Zuploading: /work/stamp-installinator.log (103 bytes)
99672025-02-07T10:09:42.557Zuploaded: /work/stamp-installinator.log
99682025-02-07T10:09:42.557Zuploading: /work/stamp-internal-dns.log (119 bytes)
99692025-02-07T10:09:43.566Zuploaded: /work/stamp-internal-dns.log
99702025-02-07T10:09:43.569Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99712025-02-07T10:09:44.574Zuploaded: /work/stamp-mg-ddm-gz.log
99722025-02-07T10:09:44.574Zuploading: /work/stamp-nexus.log (112 bytes)
99732025-02-07T10:09:45.583Zuploaded: /work/stamp-nexus.log
99742025-02-07T10:09:45.583Zuploading: /work/stamp-ntp.log (110 bytes)
99752025-02-07T10:09:46.592Zuploaded: /work/stamp-ntp.log
99762025-02-07T10:09:46.592Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99772025-02-07T10:09:47.600Zuploaded: /work/stamp-omicron-sled-agent.log
99782025-02-07T10:09:47.601Zuploading: /work/stamp-overlay.log (114 bytes)
99792025-02-07T10:09:48.611Zuploaded: /work/stamp-overlay.log
99802025-02-07T10:09:48.611Zuploading: /work/stamp-oximeter.log (115 bytes)
99812025-02-07T10:09:49.619Zuploaded: /work/stamp-oximeter.log
99822025-02-07T10:09:49.619Zuploading: /work/stamp-oxlog.log (109 bytes)
99832025-02-07T10:09:50.627Zuploaded: /work/stamp-oxlog.log
99842025-02-07T10:09:50.627Zuploading: /work/stamp-probe.log (112 bytes)
99852025-02-07T10:09:51.635Zuploaded: /work/stamp-probe.log
99862025-02-07T10:09:51.635Zuploading: /work/stamp-propolis-server.log (122 bytes)
99872025-02-07T10:09:52.643Zuploaded: /work/stamp-propolis-server.log
99882025-02-07T10:09:52.643Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
99892025-02-07T10:09:53.653Zuploaded: /work/stamp-pumpkind-gz.log
99902025-02-07T10:09:53.653Zuploading: /work/stamp-switch-asic.log (118 bytes)
99912025-02-07T10:09:54.663Zuploaded: /work/stamp-switch-asic.log
99922025-02-07T10:09:54.663Zuploading: /work/verify-libraries.log (6147 bytes)
99932025-02-07T10:09:55.673Zuploaded: /work/verify-libraries.log