01JMN66TSKJTYHJJ9A77WTYH65: 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: 01JMN67JDP1RP8H6HR1QNNJTME

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-21T21:58:28.195Zjob assigned to worker 01JMN88DX374D5RQJ52BN6N38W [factory aws, i-0af48c209e436788e] (queued for 36 m 10 s)
 
22025-02-21T21:58:36.461Zstarting task 0: "setup"
32025-02-21T21:58:36.469Z++ uname -s
42025-02-21T21:58:36.471Z+ kern=SunOS
52025-02-21T21:58:36.471Z+ build_user=build
62025-02-21T21:58:36.472Z+ build_uid=12345
72025-02-21T21:58:36.472Z+ work_dir=/work
82025-02-21T21:58:36.472Z+ input_dir=/input
92025-02-21T21:58:36.472Z+ [[ 0 == 12345 ]]
102025-02-21T21:58:36.472Z+ case "$kern" in
112025-02-21T21:58:36.472Z+ groupadd -g 12345 build
122025-02-21T21:58:36.477Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-21T21:58:38.483Z+ zfs create -o mountpoint=/work rpool/work
142025-02-21T21:58:38.670Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-21T21:58:38.689Z+ home_fs=zfs
162025-02-21T21:58:38.689Z+ [[ zfs == autofs ]]
172025-02-21T21:58:38.689Z+ mkdir -p /home/build
182025-02-21T21:58:38.689Z+ chown build:build /home/build /work
192025-02-21T21:58:39.676Z+ chmod 0700 /home/build /work
202025-02-21T21:58:39.678Zprocess exited: duration 3214 ms, exit code 0
 
212025-02-21T21:58:39.685Zstarting task 1: "rust-toolchain"
222025-02-21T21:58:39.689Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-21T21:58:39.689Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-21T21:58:39.689Z * rust toolchain channel = "1.85.0"
252025-02-21T21:58:39.689Z * rust toolchain profile = "default"
262025-02-21T21:58:39.693Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-21T21:58:39.693Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-21T21:58:39.693Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-21T21:58:39.693Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-21T21:58:39.809Zinfo: downloading installer
312025-02-21T21:58:40.974Zwarning: it looks like you have an existing installation of Rust at:
322025-02-21T21:58:40.975Zwarning: /opt/ooce/bin
332025-02-21T21:58:40.975Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-21T21:58:40.975Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-21T21:58:40.975Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-21T21:58:40.975Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-21T21:58:40.975Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-21T21:58:40.975Zerror: cannot install while Rust is installed
392025-02-21T21:58:40.975Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-21T21:58:40.987Zinfo: profile set to 'default'
412025-02-21T21:58:40.987Zinfo: default host triple is x86_64-unknown-illumos
422025-02-21T21:58:40.989Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-21T21:58:41.153Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-21T21:58:41.153Zinfo: downloading component 'cargo'
452025-02-21T21:58:42.040Zinfo: downloading component 'clippy'
462025-02-21T21:58:42.379Zinfo: downloading component 'rust-docs'
472025-02-21T21:58:43.705Zinfo: downloading component 'rust-std'
482025-02-21T21:58:45.660Zinfo: downloading component 'rustc'
492025-02-21T21:58:52.366Zinfo: downloading component 'rustfmt'
502025-02-21T21:58:52.629Zinfo: installing component 'cargo'
512025-02-21T21:58:53.454Zinfo: installing component 'clippy'
522025-02-21T21:58:53.846Zinfo: installing component 'rust-docs'
532025-02-21T21:58:55.612Zinfo: installing component 'rust-std'
542025-02-21T21:58:57.576Zinfo: installing component 'rustc'
552025-02-21T21:59:03.373Zinfo: installing component 'rustfmt'
562025-02-21T21:59:03.709Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-21T21:59:03.709Z
582025-02-21T21:59:04.084Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-21T21:59:04.084Z
602025-02-21T21:59:04.088Z
612025-02-21T21:59:04.088ZRust is installed now. Great!
622025-02-21T21:59:04.089Z
632025-02-21T21:59:04.089ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-21T21:59:04.089Zenvironment variable. This has not been done automatically.
652025-02-21T21:59:04.089Z
662025-02-21T21:59:04.089ZTo configure your current shell, you need to source
672025-02-21T21:59:04.089Zthe corresponding env file under $HOME/.cargo.
682025-02-21T21:59:04.089Z
692025-02-21T21:59:04.089ZThis is usually done by running one of the following (note the leading DOT):
702025-02-21T21:59:04.089Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-21T21:59:04.089Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-21T21:59:04.162Z+ rustup --version
732025-02-21T21:59:04.170Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-21T21:59:04.170Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-21T21:59:04.250Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-21T21:59:04.255Z+ cargo --version
772025-02-21T21:59:04.311Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-21T21:59:04.315Z+ rustc --version
792025-02-21T21:59:04.376Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-21T21:59:04.379Zprocess exited: duration 24692 ms, exit code 0
 
812025-02-21T21:59:04.386Zstarting task 2: "authentication"
822025-02-21T21:59:04.412Zprocess exited: duration 22 ms, exit code 0
 
832025-02-21T21:59:04.425Zstarting task 3: "clone repository"
842025-02-21T21:59:04.429Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-21T21:59:04.432Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-21T21:59:04.470ZCloning into '/work/oxidecomputer/omicron'...
872025-02-21T21:59:11.690Z+ cd /work/oxidecomputer/omicron
882025-02-21T21:59:11.690Z+ git fetch origin 8728fad94a1e06d2208e319a3064ea5bc5fd75cd
892025-02-21T21:59:12.002ZFrom https://github.com/oxidecomputer/omicron
902025-02-21T21:59:12.003Z * branch 8728fad94a1e06d2208e319a3064ea5bc5fd75cd -> FETCH_HEAD
912025-02-21T21:59:12.013Z+ [[ -n john/fix-test-mgs-metrics ]]
922025-02-21T21:59:12.019Z++ git branch --show-current
932025-02-21T21:59:12.019Z+ current=main
942025-02-21T21:59:12.019Z+ [[ main != john/fix-test-mgs-metrics ]]
952025-02-21T21:59:12.019Z+ git branch -f john/fix-test-mgs-metrics 8728fad94a1e06d2208e319a3064ea5bc5fd75cd
962025-02-21T21:59:12.025Z+ git checkout -f john/fix-test-mgs-metrics
972025-02-21T21:59:12.099ZSwitched to branch 'john/fix-test-mgs-metrics'
982025-02-21T21:59:12.114Z+ git reset --hard 8728fad94a1e06d2208e319a3064ea5bc5fd75cd
992025-02-21T21:59:12.180ZHEAD is now at 8728fad94 test flake fix: Parse dropshot error response
1002025-02-21T21:59:12.185Zprocess exited: duration 7757 ms, exit code 0
 
1012025-02-21T21:59:12.190Zstarting task 4: "build"
1022025-02-21T21:59:12.196Z+ source .github/buildomat/ci-env.sh
1032025-02-21T21:59:12.199Z++ export CARGO_TERM_COLOR=always
1042025-02-21T21:59:12.199Z++ CARGO_TERM_COLOR=always
1052025-02-21T21:59:12.201Z+ cargo --version
1062025-02-21T21:59:12.252Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-21T21:59:12.254Z+ rustc --version
1082025-02-21T21:59:12.318Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-21T21:59:12.322Z+ cargo tree --locked
1102025-02-21T21:59:12.559Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-21T21:59:12.849Z Updating crates.io index
1122025-02-21T21:59:12.907Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132025-02-21T21:59:13.410Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142025-02-21T21:59:13.681Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152025-02-21T21:59:14.040Z Updating git repository `https://github.com/oxidecomputer/propolis`
1162025-02-21T21:59:15.049Z Updating git repository `https://github.com/oxidecomputer/crucible`
1172025-02-21T21:59:16.929Z Updating git repository `https://github.com/oxidecomputer/opte`
1182025-02-21T21:59:17.824Z Updating git repository `https://github.com/oxidecomputer/falcon`
1192025-02-21T21:59:18.480Z Updating git repository `https://github.com/oxidecomputer/clickward`
1202025-02-21T21:59:18.751Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212025-02-21T21:59:19.154Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1222025-02-21T21:59:19.855Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1232025-02-21T21:59:20.179Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242025-02-21T21:59:20.442Z Updating git repository `https://github.com/oxidecomputer/tofino`
1252025-02-21T21:59:20.716Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1262025-02-21T21:59:20.969Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1272025-02-21T21:59:21.222Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1282025-02-21T21:59:21.596Z Updating git repository `https://github.com/oxidecomputer/lldp`
1292025-02-21T21:59:21.949Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1302025-02-21T21:59:22.235Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1312025-02-21T21:59:22.552Z Updating git repository `https://github.com/oxidecomputer/ispf`
1322025-02-21T21:59:22.924Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332025-02-21T21:59:23.347Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342025-02-21T21:59:23.826Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1352025-02-21T21:59:24.248Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362025-02-21T21:59:24.605Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1372025-02-21T21:59:25.029Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1382025-02-21T21:59:29.213Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392025-02-21T21:59:29.272Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402025-02-21T21:59:29.272Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412025-02-21T21:59:29.273Z Downloading crates ...
1422025-02-21T21:59:29.273Z Downloaded aead v0.5.2
1432025-02-21T21:59:29.273Z Downloaded anstyle v1.0.10
1442025-02-21T21:59:29.273Z Downloaded atty v0.2.14
1452025-02-21T21:59:29.273Z Downloaded equivalent v1.0.1
1462025-02-21T21:59:29.273Z Downloaded cfg_aliases v0.1.1
1472025-02-21T21:59:29.273Z Downloaded async-object-pool v0.1.5
1482025-02-21T21:59:29.273Z Downloaded async-channel v1.9.0
1492025-02-21T21:59:29.273Z Downloaded assert-json-diff v2.0.2
1502025-02-21T21:59:29.273Z Downloaded anstyle-query v1.1.1
1512025-02-21T21:59:29.273Z Downloaded bit-set v0.5.3
1522025-02-21T21:59:29.274Z Downloaded escape8259 v0.5.3
1532025-02-21T21:59:29.274Z Downloaded fallible-iterator v0.2.0
1542025-02-21T21:59:29.274Z Downloaded atomicwrites v0.4.4
1552025-02-21T21:59:29.274Z Downloaded event-listener-strategy v0.5.2
1562025-02-21T21:59:29.274Z Downloaded fallible-streaming-iterator v0.1.9
1572025-02-21T21:59:29.274Z Downloaded event-listener v2.5.3
1582025-02-21T21:59:29.274Z Downloaded chrono-tz-build v0.4.0
1592025-02-21T21:59:29.274Z Downloaded event-listener v5.3.1
1602025-02-21T21:59:29.274Z Downloaded errno v0.3.9
1612025-02-21T21:59:29.274Z Downloaded fxhash v0.2.1
1622025-02-21T21:59:29.274Z Downloaded cfg_aliases v0.2.1
1632025-02-21T21:59:29.274Z Downloaded ascii-canvas v3.0.0
1642025-02-21T21:59:29.274Z Downloaded foreign-types-shared v0.3.1
1652025-02-21T21:59:29.274Z Downloaded async-channel v2.3.1
1662025-02-21T21:59:29.274Z Downloaded assert_matches v1.5.0
1672025-02-21T21:59:29.274Z Downloaded arrayref v0.3.9
1682025-02-21T21:59:29.274Z Downloaded bytecount v0.6.8
1692025-02-21T21:59:29.274Z Downloaded foreign-types v0.3.2
1702025-02-21T21:59:29.274Z Downloaded cbc v0.1.2
1712025-02-21T21:59:29.274Z Downloaded cast v0.3.0
1722025-02-21T21:59:29.274Z Downloaded cassowary v0.3.0
1732025-02-21T21:59:29.274Z Downloaded bit-vec v0.6.3
1742025-02-21T21:59:29.275Z Downloaded headers-core v0.3.0
1752025-02-21T21:59:29.275Z Downloaded async-stream-impl v0.3.6
1762025-02-21T21:59:29.275Z Downloaded bitflags v1.3.2
1772025-02-21T21:59:29.275Z Downloaded bcrypt-pbkdf v0.10.0
1782025-02-21T21:59:29.275Z Downloaded normalize-line-endings v0.3.0
1792025-02-21T21:59:29.275Z Downloaded base16ct v0.2.0
1802025-02-21T21:59:29.275Z Downloaded anes v0.1.6
1812025-02-21T21:59:29.275Z Downloaded http-body v1.0.1
1822025-02-21T21:59:29.275Z Downloaded cargo-platform v0.1.8
1832025-02-21T21:59:29.275Z Downloaded byteorder v1.5.0
1842025-02-21T21:59:29.275Z Downloaded blowfish v0.9.1
1852025-02-21T21:59:29.275Z Downloaded castaway v0.2.3
1862025-02-21T21:59:29.275Z Downloaded foreign-types-shared v0.1.1
1872025-02-21T21:59:29.275Z Downloaded block-buffer v0.10.4
1882025-02-21T21:59:29.275Z Downloaded buf-list v1.0.3
1892025-02-21T21:59:29.275Z Downloaded hubpack_derive v0.1.1
1902025-02-21T21:59:29.275Z Downloaded guppy-workspace-hack v0.1.0
1912025-02-21T21:59:29.275Z Downloaded fallible-iterator v0.3.0
1922025-02-21T21:59:29.275Z Downloaded async-stream v0.3.6
1932025-02-21T21:59:29.275Z Downloaded async-signal v0.2.10
1942025-02-21T21:59:29.275Z Downloaded assert_cmd v2.0.16
1952025-02-21T21:59:29.275Z Downloaded heck v0.5.0
1962025-02-21T21:59:29.275Z Downloaded glob v0.3.2
1972025-02-21T21:59:29.275Z Downloaded futures-task v0.3.31
1982025-02-21T21:59:29.275Z Downloaded cexpr v0.6.0
1992025-02-21T21:59:29.275Z Downloaded oso-derive v0.27.3
2002025-02-21T21:59:29.275Z Downloaded fnv v1.0.7
2012025-02-21T21:59:29.275Z Downloaded group v0.13.0
2022025-02-21T21:59:29.275Z Downloaded path-slash v0.1.5
2032025-02-21T21:59:29.275Z Downloaded float-ord v0.3.2
2042025-02-21T21:59:29.275Z Downloaded bitfield-struct v0.6.2
2052025-02-21T21:59:29.275Z Downloaded async-bb8-diesel v0.2.1
2062025-02-21T21:59:29.275Z Downloaded http-body-util v0.1.2
2072025-02-21T21:59:29.275Z Downloaded camino-tempfile v1.1.1
2082025-02-21T21:59:29.275Z Downloaded heck v0.4.1
2092025-02-21T21:59:29.276Z Downloaded hubpack v0.1.2
2102025-02-21T21:59:29.276Z Downloaded futures-sink v0.3.31
2112025-02-21T21:59:29.276Z Downloaded bzip2 v0.4.4
2122025-02-21T21:59:29.276Z Downloaded bcs v0.1.6
2132025-02-21T21:59:29.276Z Downloaded http-range v0.1.5
2142025-02-21T21:59:29.276Z Downloaded cancel-safe-futures v0.1.5
2152025-02-21T21:59:29.276Z Downloaded progenitor-client v0.9.1
2162025-02-21T21:59:29.276Z Downloaded progenitor-client v0.8.0
2172025-02-21T21:59:29.276Z Downloaded progenitor v0.9.1
2182025-02-21T21:59:29.276Z Downloaded num_enum_derive v0.5.11
2192025-02-21T21:59:29.276Z Downloaded async-executor v1.13.1
2202025-02-21T21:59:29.276Z Downloaded olpc-cjson v0.1.4
2212025-02-21T21:59:29.276Z Downloaded async-global-executor v2.4.1
2222025-02-21T21:59:29.276Z Downloaded hostname v0.4.0
2232025-02-21T21:59:29.276Z Downloaded base64ct v1.6.0
2242025-02-21T21:59:29.276Z Downloaded heck v0.3.3
2252025-02-21T21:59:29.276Z Downloaded ghash v0.5.1
2262025-02-21T21:59:29.276Z Downloaded generic-array v0.14.7
2272025-02-21T21:59:29.277Z Downloaded arc-swap v1.7.1
2282025-02-21T21:59:29.277Z Downloaded hashlink v0.9.1
2292025-02-21T21:59:29.277Z Downloaded path-tree v0.8.1
2302025-02-21T21:59:29.277Z Downloaded hostname v0.3.1
2312025-02-21T21:59:29.277Z Downloaded chacha20 v0.9.1
2322025-02-21T21:59:29.277Z Downloaded home v0.5.9
2332025-02-21T21:59:29.277Z Downloaded futures-lite v2.3.0
2342025-02-21T21:59:29.277Z Downloaded async-io v2.3.4
2352025-02-21T21:59:29.277Z Downloaded fixedbitset v0.5.7
2362025-02-21T21:59:29.277Z Downloaded piper v0.2.4
2372025-02-21T21:59:29.277Z Downloaded blake2 v0.10.6
2382025-02-21T21:59:29.277Z Downloaded fixedbitset v0.4.2
2392025-02-21T21:59:29.309Z Downloaded progenitor v0.8.0
2402025-02-21T21:59:29.309Z Downloaded rfc6979 v0.4.0
2412025-02-21T21:59:29.309Z Downloaded resolv-conf v0.7.0
2422025-02-21T21:59:29.309Z Downloaded globset v0.4.15
2432025-02-21T21:59:29.309Z Downloaded time-core v0.1.2
2442025-02-21T21:59:29.309Z Downloaded expectorate v1.1.0
2452025-02-21T21:59:29.309Z Downloaded primeorder v0.13.6
2462025-02-21T21:59:29.309Z Downloaded predicates-core v1.0.8
2472025-02-21T21:59:29.309Z Downloaded polyval v0.6.2
2482025-02-21T21:59:29.309Z Downloaded signal-hook-tokio v0.3.1
2492025-02-21T21:59:29.309Z Downloaded tower-service v0.3.3
2502025-02-21T21:59:29.309Z Downloaded unarray v0.1.4
2512025-02-21T21:59:29.309Z Downloaded tower-layer v0.3.3
2522025-02-21T21:59:29.309Z Downloaded base64 v0.13.1
2532025-02-21T21:59:29.309Z Downloaded zone_cfg_derive v0.3.0
2542025-02-21T21:59:29.309Z Downloaded version_check v0.9.5
2552025-02-21T21:59:29.310Z Downloaded dtrace-parser v0.2.0
2562025-02-21T21:59:29.311Z Downloaded cstr-argument v0.1.2
2572025-02-21T21:59:29.311Z Downloaded oxnet v0.1.0
2582025-02-21T21:59:29.311Z Downloaded zone_cfg_derive v0.1.2
2592025-02-21T21:59:29.311Z Downloaded pem-rfc7468 v0.7.0
2602025-02-21T21:59:29.311Z Downloaded httptest v0.16.3
2612025-02-21T21:59:29.311Z Downloaded diesel_table_macro_syntax v0.2.0
2622025-02-21T21:59:29.311Z Downloaded endian-type v0.1.2
2632025-02-21T21:59:29.311Z Downloaded doc-comment v0.3.3
2642025-02-21T21:59:29.311Z Downloaded stringmetrics v2.2.2
2652025-02-21T21:59:29.311Z Downloaded getrandom v0.2.15
2662025-02-21T21:59:29.311Z Downloaded tap v1.0.1
2672025-02-21T21:59:29.311Z Downloaded string_cache v0.8.7
2682025-02-21T21:59:29.311Z Downloaded half v2.4.1
2692025-02-21T21:59:29.311Z Downloaded hickory-client v0.24.3
2702025-02-21T21:59:29.311Z Downloaded hmac v0.12.1
2712025-02-21T21:59:29.311Z Downloaded cfg-expr v0.18.0
2722025-02-21T21:59:29.311Z Downloaded thread_local v1.1.8
2732025-02-21T21:59:29.311Z Downloaded thiserror-no-std v2.0.2
2742025-02-21T21:59:29.311Z Downloaded omicron-zone-package v0.12.0
2752025-02-21T21:59:29.311Z Downloaded universal-hash v0.5.1
2762025-02-21T21:59:29.312Z Downloaded unicode-xid v0.2.6
2772025-02-21T21:59:29.312Z Downloaded zeroize_derive v1.4.2
2782025-02-21T21:59:29.312Z Downloaded new_debug_unreachable v1.0.6
2792025-02-21T21:59:29.312Z Downloaded tiny-keccak v2.0.2
2802025-02-21T21:59:29.312Z Downloaded time-macros v0.2.18
2812025-02-21T21:59:29.313Z Downloaded strum_macros v0.25.3
2822025-02-21T21:59:29.313Z Downloaded snafu-derive v0.8.5
2832025-02-21T21:59:29.313Z Downloaded xz2 v0.1.7
2842025-02-21T21:59:29.313Z Downloaded openssl-probe v0.1.5
2852025-02-21T21:59:29.313Z Downloaded phf_generator v0.11.2
2862025-02-21T21:59:29.313Z Downloaded openssl-macros v0.1.1
2872025-02-21T21:59:29.313Z Downloaded pretty-hex v0.2.1
2882025-02-21T21:59:29.313Z Downloaded newline-converter v0.3.0
2892025-02-21T21:59:29.313Z Downloaded crossbeam-deque v0.8.5
2902025-02-21T21:59:29.313Z Downloaded document-features v0.2.10
2912025-02-21T21:59:29.313Z Downloaded libsw v3.3.1
2922025-02-21T21:59:29.314Z Downloaded deranged v0.3.11
2932025-02-21T21:59:29.314Z Downloaded crypto-common v0.1.6
2942025-02-21T21:59:29.314Z Downloaded target-spec v3.4.2
2952025-02-21T21:59:29.314Z Downloaded progenitor-impl v0.8.0
2962025-02-21T21:59:29.314Z Downloaded proc-macro2 v1.0.92
2972025-02-21T21:59:29.314Z Downloaded ron v0.7.1
2982025-02-21T21:59:29.314Z Downloaded flume v0.11.1
2992025-02-21T21:59:29.314Z Downloaded md-5 v0.10.6
3002025-02-21T21:59:29.314Z Downloaded headers v0.4.0
3012025-02-21T21:59:29.314Z Downloaded sync_wrapper v1.0.1
3022025-02-21T21:59:29.314Z Downloaded cc v1.1.30
3032025-02-21T21:59:29.314Z Downloaded inout v0.1.3
3042025-02-21T21:59:29.314Z Downloaded num_enum v0.5.11
3052025-02-21T21:59:29.314Z Downloaded scroll_derive v0.12.0
3062025-02-21T21:59:29.314Z Downloaded pin-utils v0.1.0
3072025-02-21T21:59:29.315Z Downloaded indoc v2.0.5
3082025-02-21T21:59:29.315Z Downloaded indoc v1.0.9
3092025-02-21T21:59:29.315Z Downloaded mime v0.3.17
3102025-02-21T21:59:29.315Z Downloaded indent_write v2.2.0
3112025-02-21T21:59:29.315Z Downloaded enum-as-inner v0.6.1
3122025-02-21T21:59:29.315Z Downloaded colorchoice v1.0.2
3132025-02-21T21:59:29.315Z Downloaded usdt-macro v0.5.0
3142025-02-21T21:59:29.315Z Downloaded try-lock v0.2.5
3152025-02-21T21:59:29.315Z Downloaded termtree v0.4.1
3162025-02-21T21:59:29.315Z Downloaded zerocopy-derive v0.7.35
3172025-02-21T21:59:29.315Z Downloaded usdt-attr-macro v0.5.0
3182025-02-21T21:59:29.315Z Downloaded rustc_version v0.1.7
3192025-02-21T21:59:29.315Z Downloaded powerfmt v0.2.0
3202025-02-21T21:59:29.315Z Downloaded fancy-regex v0.13.0
3212025-02-21T21:59:29.315Z Downloaded crucible-workspace-hack v0.1.0
3222025-02-21T21:59:29.315Z Downloaded sqlparser_derive v0.2.2
3232025-02-21T21:59:29.315Z Downloaded crunchy v0.2.2
3242025-02-21T21:59:29.315Z Downloaded spki v0.7.3
3252025-02-21T21:59:29.315Z Downloaded synstructure v0.13.1
3262025-02-21T21:59:29.315Z Downloaded ssh-cipher v0.2.0
3272025-02-21T21:59:29.316Z Downloaded schemars v0.8.21
3282025-02-21T21:59:29.316Z Downloaded match_cfg v0.1.0
3292025-02-21T21:59:29.316Z Downloaded usdt v0.5.0
3302025-02-21T21:59:29.316Z Downloaded proc-macro-error-attr v1.0.4
3312025-02-21T21:59:29.316Z Downloaded thiserror-impl-no-std v2.0.2
3322025-02-21T21:59:29.316Z Downloaded proc-macro-crate v3.2.0
3332025-02-21T21:59:29.316Z Downloaded pin-project-lite v0.2.14
3342025-02-21T21:59:29.316Z Downloaded rustfmt-wrapper v0.2.1
3352025-02-21T21:59:29.316Z Downloaded rtoolbox v0.0.2
3362025-02-21T21:59:29.316Z Downloaded rustc-hash v2.0.0
3372025-02-21T21:59:29.316Z Downloaded ref-cast-impl v1.0.23
3382025-02-21T21:59:29.316Z Downloaded curve25519-dalek-derive v0.1.1
3392025-02-21T21:59:29.325Z Downloaded scroll v0.12.0
3402025-02-21T21:59:29.325Z Downloaded subprocess v0.2.9
3412025-02-21T21:59:29.325Z Downloaded convert_case v0.4.0
3422025-02-21T21:59:29.325Z Downloaded constant_time_eq v0.3.1
3432025-02-21T21:59:29.326Z Downloaded slog-bunyan v2.5.0
3442025-02-21T21:59:29.326Z Downloaded slog-async v2.8.0
3452025-02-21T21:59:29.326Z Downloaded ctr v0.9.2
3462025-02-21T21:59:29.326Z Downloaded tinystr v0.7.6
3472025-02-21T21:59:29.326Z Downloaded plotters-svg v0.3.7
3482025-02-21T21:59:29.326Z Downloaded termios v0.3.3
3492025-02-21T21:59:29.326Z Downloaded dsl_auto_type v0.1.2
3502025-02-21T21:59:29.326Z Downloaded diesel-dtrace v0.4.2
3512025-02-21T21:59:29.326Z Downloaded untrusted v0.9.0
3522025-02-21T21:59:29.326Z Downloaded twox-hash v2.1.0
3532025-02-21T21:59:29.326Z Downloaded keccak v0.1.5
3542025-02-21T21:59:29.326Z Downloaded usdt-impl v0.5.0
3552025-02-21T21:59:29.326Z Downloaded diesel_derives v2.2.3
3562025-02-21T21:59:29.326Z Downloaded hashbrown v0.13.2
3572025-02-21T21:59:29.326Z Downloaded mirai-annotations v1.12.0
3582025-02-21T21:59:29.326Z Downloaded sync-ptr v0.1.1
3592025-02-21T21:59:29.326Z Downloaded hickory-server v0.24.3
3602025-02-21T21:59:29.326Z Downloaded swrite v0.1.0
3612025-02-21T21:59:29.326Z Downloaded multimap v0.10.0
3622025-02-21T21:59:29.326Z Downloaded proc-macro-error v1.0.4
3632025-02-21T21:59:29.326Z Downloaded clap_lex v0.7.4
3642025-02-21T21:59:29.326Z Downloaded packed_struct v0.10.1
3652025-02-21T21:59:29.326Z Downloaded nanorand v0.7.0
3662025-02-21T21:59:29.326Z Downloaded display-error-chain v0.2.2
3672025-02-21T21:59:29.326Z Downloaded plain v0.2.3
3682025-02-21T21:59:29.326Z Downloaded paste v1.0.15
3692025-02-21T21:59:29.326Z Downloaded mockall v0.13.0
3702025-02-21T21:59:29.326Z Downloaded dyn-clone v1.0.18
3712025-02-21T21:59:29.326Z Downloaded ipnetwork v0.21.1
3722025-02-21T21:59:29.326Z Downloaded typenum v1.17.0
3732025-02-21T21:59:29.326Z Downloaded dunce v1.0.5
3742025-02-21T21:59:29.326Z Downloaded tokio-tungstenite v0.24.0
3752025-02-21T21:59:29.327Z Downloaded tinytemplate v1.2.1
3762025-02-21T21:59:29.327Z Downloaded rayon-core v1.12.1
3772025-02-21T21:59:29.327Z Downloaded pbkdf2 v0.12.2
3782025-02-21T21:59:29.327Z Downloaded pbkdf2 v0.11.0
3792025-02-21T21:59:29.327Z Downloaded pathdiff v0.2.3
3802025-02-21T21:59:29.327Z Downloaded libloading v0.8.5
3812025-02-21T21:59:29.327Z Downloaded serde-hex v0.1.0
3822025-02-21T21:59:29.327Z Downloaded pest_derive v2.7.14
3832025-02-21T21:59:29.327Z Downloaded derive-where v1.2.7
3842025-02-21T21:59:29.327Z Downloaded tabled_derive v0.7.0
3852025-02-21T21:59:29.327Z Downloaded supports-color v3.0.1
3862025-02-21T21:59:29.327Z Downloaded subtle v2.6.1
3872025-02-21T21:59:29.327Z Downloaded serde-big-array v0.5.1
3882025-02-21T21:59:29.327Z Downloaded heapless v0.8.0
3892025-02-21T21:59:29.327Z Downloaded is_ci v1.2.0
3902025-02-21T21:59:29.327Z Downloaded indicatif v0.17.11
3912025-02-21T21:59:29.327Z Downloaded rand_xorshift v0.3.0
3922025-02-21T21:59:29.327Z Downloaded rand_seeder v0.3.0
3932025-02-21T21:59:29.327Z Downloaded number_prefix v0.4.0
3942025-02-21T21:59:29.327Z Downloaded rusty-fork v0.3.0
3952025-02-21T21:59:29.327Z Downloaded rpassword v7.3.1
3962025-02-21T21:59:29.327Z Downloaded password-hash v0.5.0
3972025-02-21T21:59:29.327Z Downloaded rustversion v1.0.17
3982025-02-21T21:59:29.327Z Downloaded icu_locid_transform_data v1.5.0
3992025-02-21T21:59:29.327Z Downloaded dropshot_endpoint v0.15.1
4002025-02-21T21:59:29.327Z Downloaded utf-8 v0.7.6
4012025-02-21T21:59:29.327Z Downloaded untrusted v0.7.1
4022025-02-21T21:59:29.327Z Downloaded const_format_proc_macros v0.2.34
4032025-02-21T21:59:29.327Z Downloaded utf8_iter v1.0.4
4042025-02-21T21:59:29.327Z Downloaded utf16_iter v1.0.5
4052025-02-21T21:59:29.327Z Downloaded yansi v1.0.1
4062025-02-21T21:59:29.327Z Downloaded native-tls v0.2.12
4072025-02-21T21:59:29.327Z Downloaded p256 v0.13.2
4082025-02-21T21:59:29.327Z Downloaded serde_derive_internals v0.29.1
4092025-02-21T21:59:29.328Z Downloaded oso v0.27.3
4102025-02-21T21:59:29.328Z Downloaded crypto-bigint v0.5.5
4112025-02-21T21:59:29.328Z Downloaded flate2 v1.0.35
4122025-02-21T21:59:29.328Z Downloaded take_mut v0.2.2
4132025-02-21T21:59:29.328Z Downloaded lru-cache v0.1.2
4142025-02-21T21:59:29.328Z Downloaded internet-checksum v0.2.1
4152025-02-21T21:59:29.328Z Downloaded instability v0.3.2
4162025-02-21T21:59:29.328Z Downloaded embedded-io v0.6.1
4172025-02-21T21:59:29.328Z Downloaded embedded-io v0.4.0
4182025-02-21T21:59:29.328Z Downloaded num_cpus v1.16.0
4192025-02-21T21:59:29.328Z Downloaded indexmap v2.7.1
4202025-02-21T21:59:29.328Z Downloaded slog v2.7.0
4212025-02-21T21:59:29.328Z Downloaded oorandom v11.1.4
4222025-02-21T21:59:29.328Z Downloaded serde_with_macros v3.11.0
4232025-02-21T21:59:29.328Z Downloaded icu_provider_macros v1.5.0
4242025-02-21T21:59:29.328Z Downloaded ed25519-dalek v2.1.1
4252025-02-21T21:59:29.328Z Downloaded ciborium-io v0.2.2
4262025-02-21T21:59:29.328Z Downloaded quinn-udp v0.5.5
4272025-02-21T21:59:29.328Z Downloaded same-file v1.0.6
4282025-02-21T21:59:29.328Z Downloaded rand_core v0.6.4
4292025-02-21T21:59:29.328Z Downloaded dof v0.3.0
4302025-02-21T21:59:29.328Z Downloaded progenitor-macro v0.8.0
4312025-02-21T21:59:29.328Z Downloaded clap_derive v4.5.28
4322025-02-21T21:59:29.328Z Downloaded rand v0.8.5
4332025-02-21T21:59:29.328Z Downloaded proc-macro-crate v1.3.1
4342025-02-21T21:59:29.328Z Downloaded time v0.3.36
4352025-02-21T21:59:29.328Z Downloaded semver v0.1.20
4362025-02-21T21:59:29.328Z Downloaded num-iter v0.1.45
4372025-02-21T21:59:29.328Z Downloaded cmake v0.1.51
4382025-02-21T21:59:29.328Z Downloaded maybe-uninit v2.0.0
4392025-02-21T21:59:29.336Z Downloaded url v2.5.3
4402025-02-21T21:59:29.337Z Downloaded precomputed-hash v0.1.1
4412025-02-21T21:59:29.337Z Downloaded ident_case v1.0.1
4422025-02-21T21:59:29.337Z Downloaded thiserror-impl v1.0.69
4432025-02-21T21:59:29.337Z Downloaded strum v0.26.3
4442025-02-21T21:59:29.337Z Downloaded litemap v0.7.3
4452025-02-21T21:59:29.337Z Downloaded strum_macros v0.24.3
4462025-02-21T21:59:29.337Z Downloaded thiserror-impl v2.0.11
4472025-02-21T21:59:29.337Z Downloaded progenitor-impl v0.9.1
4482025-02-21T21:59:29.337Z Downloaded stable_deref_trait v1.2.0
4492025-02-21T21:59:29.337Z Downloaded rstest v0.23.0
4502025-02-21T21:59:29.337Z Downloaded trybuild v1.0.101
4512025-02-21T21:59:29.337Z Downloaded xattr v1.3.1
4522025-02-21T21:59:29.337Z Downloaded criterion-plot v0.5.0
4532025-02-21T21:59:29.337Z Downloaded writeable v0.5.5
4542025-02-21T21:59:29.337Z Downloaded console v0.15.10
4552025-02-21T21:59:29.337Z Downloaded pin-project-internal v1.1.6
4562025-02-21T21:59:29.337Z Downloaded pkcs8 v0.10.2
4572025-02-21T21:59:29.337Z Downloaded shlex v1.3.0
4582025-02-21T21:59:29.337Z Downloaded clap v4.5.30
4592025-02-21T21:59:29.337Z Downloaded toolchain_find v0.4.0
4602025-02-21T21:59:29.337Z Downloaded dirs-next v2.0.0
4612025-02-21T21:59:29.337Z Downloaded digest v0.10.7
4622025-02-21T21:59:29.337Z Downloaded difflib v0.4.0
4632025-02-21T21:59:29.338Z Downloaded num-derive v0.4.2
4642025-02-21T21:59:29.338Z Downloaded hashbrown v0.14.5
4652025-02-21T21:59:29.338Z Downloaded percent-encoding v2.3.1
4662025-02-21T21:59:29.338Z Downloaded slog-term v2.9.1
4672025-02-21T21:59:29.338Z Downloaded memmap v0.7.0
4682025-02-21T21:59:29.338Z Downloaded zerocopy-derive v0.8.10
4692025-02-21T21:59:29.338Z Downloaded parse-display-derive v0.10.0
4702025-02-21T21:59:29.338Z Downloaded ppv-lite86 v0.2.20
4712025-02-21T21:59:29.338Z Downloaded tokio-rustls v0.25.0
4722025-02-21T21:59:29.338Z Downloaded tokio-rustls v0.26.0
4732025-02-21T21:59:29.338Z Downloaded newtype_derive v0.1.6
4742025-02-21T21:59:29.338Z Downloaded pkcs5 v0.7.1
4752025-02-21T21:59:29.338Z Downloaded serde_yaml v0.9.34+deprecated
4762025-02-21T21:59:29.339Z Downloaded unicode-segmentation v1.12.0
4772025-02-21T21:59:29.339Z Downloaded unicode-properties v0.1.3
4782025-02-21T21:59:29.339Z Downloaded thiserror v1.0.69
4792025-02-21T21:59:29.339Z Downloaded smallvec v0.6.14
4802025-02-21T21:59:29.339Z Downloaded qorb v0.2.1
4812025-02-21T21:59:29.339Z Downloaded sigpipe v0.1.3
4822025-02-21T21:59:29.339Z Downloaded parse-size v1.1.0
4832025-02-21T21:59:29.339Z Downloaded tinyvec_macros v0.1.1
4842025-02-21T21:59:29.339Z Downloaded termcolor v1.4.1
4852025-02-21T21:59:29.339Z Downloaded slog-stdlog v4.1.1
4862025-02-21T21:59:29.341Z Downloaded unicase v2.7.0
4872025-02-21T21:59:29.341Z Downloaded dirs-sys-next v0.1.2
4882025-02-21T21:59:29.341Z Downloaded typify-macro v0.2.0
4892025-02-21T21:59:29.341Z Downloaded topological-sort v0.2.2
4902025-02-21T21:59:29.341Z Downloaded icu_normalizer_data v1.5.0
4912025-02-21T21:59:29.341Z Downloaded plotters v0.3.7
4922025-02-21T21:59:29.341Z Downloaded structmeta v0.2.0
4932025-02-21T21:59:29.341Z Downloaded futures-util v0.3.31
4942025-02-21T21:59:29.341Z Downloaded write16 v1.0.0
4952025-02-21T21:59:29.341Z Downloaded nested v0.1.1
4962025-02-21T21:59:29.341Z Downloaded rust-argon2 v2.1.0
4972025-02-21T21:59:29.341Z Downloaded sha2 v0.10.8
4982025-02-21T21:59:29.342Z Downloaded rstest_macros v0.23.0
4992025-02-21T21:59:29.342Z Downloaded scopeguard v1.2.0
5002025-02-21T21:59:29.342Z Downloaded managed v0.8.0
5012025-02-21T21:59:29.342Z Downloaded macaddr v1.0.1
5022025-02-21T21:59:29.342Z Downloaded crossbeam-epoch v0.9.18
5032025-02-21T21:59:29.342Z Downloaded quick-error v1.2.3
5042025-02-21T21:59:29.342Z Downloaded phf v0.11.2
5052025-02-21T21:59:29.342Z Downloaded ciborium v0.2.2
5062025-02-21T21:59:29.357Z Downloaded thiserror v2.0.11
5072025-02-21T21:59:29.357Z Downloaded smawk v0.3.2
5082025-02-21T21:59:29.357Z Downloaded zone v0.1.8
5092025-02-21T21:59:29.357Z Downloaded tracing-attributes v0.1.27
5102025-02-21T21:59:29.357Z Downloaded progenitor-macro v0.9.1
5112025-02-21T21:59:29.357Z Downloaded want v0.3.1
5122025-02-21T21:59:29.357Z Downloaded defmt v0.3.8
5132025-02-21T21:59:29.357Z Downloaded signature v2.2.0
5142025-02-21T21:59:29.357Z Downloaded tls_codec v0.4.1
5152025-02-21T21:59:29.357Z Downloaded rsa v0.9.6
5162025-02-21T21:59:29.357Z Downloaded zerofrom v0.1.4
5172025-02-21T21:59:29.358Z Downloaded russh-keys v0.45.0
5182025-02-21T21:59:29.358Z Downloaded opaque-debug v0.3.1
5192025-02-21T21:59:29.358Z Downloaded crc v3.2.1
5202025-02-21T21:59:29.358Z Downloaded either v1.13.0
5212025-02-21T21:59:29.358Z Downloaded num-conv v0.1.0
5222025-02-21T21:59:29.358Z Downloaded newtype-uuid v1.2.1
5232025-02-21T21:59:29.358Z Downloaded linked-hash-map v0.5.6
5242025-02-21T21:59:29.358Z Downloaded daft v0.1.1
5252025-02-21T21:59:29.358Z Downloaded nibble_vec v0.1.0
5262025-02-21T21:59:29.358Z Downloaded ed25519 v2.2.3
5272025-02-21T21:59:29.358Z Downloaded pretty-hex v0.4.1
5282025-02-21T21:59:29.358Z Downloaded typify v0.2.0
5292025-02-21T21:59:29.359Z Downloaded psl-types v2.0.11
5302025-02-21T21:59:29.359Z Downloaded bindgen v0.69.5
5312025-02-21T21:59:29.359Z Downloaded static_assertions v1.1.0
5322025-02-21T21:59:29.359Z Downloaded tinyvec v1.8.0
5332025-02-21T21:59:29.359Z Downloaded tls_codec_derive v0.4.1
5342025-02-21T21:59:29.359Z Downloaded stringprep v0.1.5
5352025-02-21T21:59:29.359Z Downloaded secrecy v0.8.0
5362025-02-21T21:59:29.359Z Downloaded downcast v0.11.0
5372025-02-21T21:59:29.359Z Downloaded bitvec v1.0.1
5382025-02-21T21:59:29.359Z Downloaded cipher v0.4.4
5392025-02-21T21:59:29.365Z Downloaded async-std v1.13.0
5402025-02-21T21:59:29.365Z Downloaded kstat-rs v0.2.4
5412025-02-21T21:59:29.365Z Downloaded goblin v0.8.2
5422025-02-21T21:59:29.365Z Downloaded termtree v0.5.1
5432025-02-21T21:59:29.365Z Downloaded num-complex v0.4.6
5442025-02-21T21:59:29.365Z Downloaded memchr v2.7.4
5452025-02-21T21:59:29.365Z Downloaded toml_edit v0.19.15
5462025-02-21T21:59:29.365Z Downloaded phf_shared v0.10.0
5472025-02-21T21:59:29.365Z Downloaded impl-trait-for-tuples v0.2.2
5482025-02-21T21:59:29.365Z Downloaded idna_adapter v1.2.0
5492025-02-21T21:59:29.365Z Downloaded tokio-native-tls v0.3.1
5502025-02-21T21:59:29.365Z Downloaded tokio-macros v2.5.0
5512025-02-21T21:59:29.365Z Downloaded terminal_size v0.4.0
5522025-02-21T21:59:29.366Z Downloaded simd-adler32 v0.3.7
5532025-02-21T21:59:29.366Z Downloaded is_terminal_polyfill v1.70.1
5542025-02-21T21:59:29.366Z Downloaded toml_datetime v0.6.8
5552025-02-21T21:59:29.366Z Downloaded toml v0.8.19
5562025-02-21T21:59:29.366Z Downloaded kv-log-macro v1.0.7
5572025-02-21T21:59:29.366Z Downloaded elliptic-curve v0.13.8
5582025-02-21T21:59:29.366Z Downloaded vte_generate_state_changes v0.1.2
5592025-02-21T21:59:29.366Z Downloaded target-triple v0.1.3
5602025-02-21T21:59:29.366Z Downloaded rustls-pemfile v2.2.0
5612025-02-21T21:59:29.366Z Downloaded debug-ignore v1.0.5
5622025-02-21T21:59:29.366Z Downloaded crossbeam-channel v0.5.13
5632025-02-21T21:59:29.366Z Downloaded similar-asserts v1.6.0
5642025-02-21T21:59:29.366Z Downloaded which v4.4.2
5652025-02-21T21:59:29.366Z Downloaded slab v0.4.9
5662025-02-21T21:59:29.366Z Downloaded prettyplease v0.2.29
5672025-02-21T21:59:29.367Z Downloaded nom v7.1.3
5682025-02-21T21:59:29.367Z Downloaded derive_builder_macro v0.20.2
5692025-02-21T21:59:29.367Z Downloaded wait-timeout v0.2.0
5702025-02-21T21:59:29.367Z Downloaded radium v0.7.0
5712025-02-21T21:59:29.367Z Downloaded parking v2.2.1
5722025-02-21T21:59:29.367Z Downloaded quote v1.0.38
5732025-02-21T21:59:29.367Z Downloaded zerocopy v0.7.35
5742025-02-21T21:59:29.367Z Downloaded md5 v0.7.0
5752025-02-21T21:59:29.367Z Downloaded darling_macro v0.20.10
5762025-02-21T21:59:29.367Z Downloaded der_derive v0.7.3
5772025-02-21T21:59:29.367Z Downloaded sqlparser v0.45.0
5782025-02-21T21:59:29.367Z Downloaded crossbeam-utils v0.8.20
5792025-02-21T21:59:29.367Z Downloaded peg-runtime v0.8.3
5802025-02-21T21:59:29.367Z Downloaded tokio-stream v0.1.16
5812025-02-21T21:59:29.367Z Downloaded miniz_oxide v0.8.0
5822025-02-21T21:59:29.367Z Downloaded strsim v0.11.1
5832025-02-21T21:59:29.367Z Downloaded hyper-util v0.1.10
5842025-02-21T21:59:29.368Z Downloaded textwrap v0.16.1
5852025-02-21T21:59:29.368Z Downloaded zopfli v0.8.1
5862025-02-21T21:59:29.368Z Downloaded strip-ansi-escapes v0.2.0
5872025-02-21T21:59:29.368Z Downloaded rustyline v14.0.0
5882025-02-21T21:59:29.368Z Downloaded zip v2.1.3
5892025-02-21T21:59:29.368Z Downloaded ssh-key v0.6.6
5902025-02-21T21:59:29.368Z Downloaded linear-map v1.2.0
5912025-02-21T21:59:29.368Z Downloaded crossterm v0.28.1
5922025-02-21T21:59:29.368Z Downloaded utf8parse v0.2.2
5932025-02-21T21:59:29.368Z Downloaded pest_generator v2.7.14
5942025-02-21T21:59:29.369Z Downloaded defmt-parser v0.3.4
5952025-02-21T21:59:29.369Z Downloaded datatest-stable v0.2.9
5962025-02-21T21:59:29.369Z Downloaded phf_shared v0.11.2
5972025-02-21T21:59:29.369Z Downloaded sec1 v0.7.3
5982025-02-21T21:59:29.370Z Downloaded walkdir v2.5.0
5992025-02-21T21:59:29.370Z Downloaded ecdsa v0.16.9
6002025-02-21T21:59:29.370Z Downloaded git2 v0.19.0
6012025-02-21T21:59:29.370Z Downloaded maplit v1.0.2
6022025-02-21T21:59:29.370Z Downloaded ryu v1.0.18
6032025-02-21T21:59:29.370Z Downloaded rcgen v0.12.1
6042025-02-21T21:59:29.370Z Downloaded schemars_derive v0.8.21
6052025-02-21T21:59:29.370Z Downloaded tokio-rustls v0.24.1
6062025-02-21T21:59:29.370Z Downloaded russh v0.45.0
6072025-02-21T21:59:29.370Z Downloaded structmeta-derive v0.2.0
6082025-02-21T21:59:29.370Z Downloaded pem v3.0.4
6092025-02-21T21:59:29.370Z Downloaded parking_lot v0.11.2
6102025-02-21T21:59:29.370Z Downloaded pkg-config v0.3.31
6112025-02-21T21:59:29.370Z Downloaded phf_codegen v0.11.2
6122025-02-21T21:59:29.370Z Downloaded structmeta-derive v0.3.0
6132025-02-21T21:59:29.370Z Downloaded predicates-tree v1.0.11
6142025-02-21T21:59:29.370Z Downloaded relative-path v1.9.3
6152025-02-21T21:59:29.371Z Downloaded uzers v0.12.1
6162025-02-21T21:59:29.371Z Downloaded data-encoding v2.6.0
6172025-02-21T21:59:29.371Z Downloaded derive_builder v0.20.2
6182025-02-21T21:59:29.371Z Downloaded papergrid v0.11.0
6192025-02-21T21:59:29.371Z Downloaded derive_more v0.99.19
6202025-02-21T21:59:29.371Z Downloaded vte v0.11.1
6212025-02-21T21:59:29.371Z Downloaded semver v1.0.25
6222025-02-21T21:59:29.371Z Downloaded uuid v1.12.0
6232025-02-21T21:59:29.371Z Downloaded darling v0.20.10
6242025-02-21T21:59:29.371Z Downloaded serde v1.0.217
6252025-02-21T21:59:29.371Z Downloaded parking_lot v0.12.3
6262025-02-21T21:59:29.371Z Downloaded term v0.7.0
6272025-02-21T21:59:29.371Z Downloaded samael v0.0.17
6282025-02-21T21:59:29.371Z Downloaded rusqlite v0.32.1
6292025-02-21T21:59:29.371Z Downloaded peg v0.8.4
6302025-02-21T21:59:29.371Z Downloaded password-hash v0.4.2
6312025-02-21T21:59:29.371Z Downloaded partial-io v0.5.4
6322025-02-21T21:59:29.371Z Downloaded mio v1.0.2
6332025-02-21T21:59:29.371Z Downloaded dropshot_endpoint v0.12.0
6342025-02-21T21:59:29.372Z Downloaded unicode-ident v1.0.14
6352025-02-21T21:59:29.372Z Downloaded pin-project v1.1.6
6362025-02-21T21:59:29.372Z Downloaded scheduled-thread-pool v0.2.7
6372025-02-21T21:59:29.372Z Downloaded pest v2.7.14
6382025-02-21T21:59:29.372Z Downloaded idna v1.0.3
6392025-02-21T21:59:29.382Z Downloaded cookie v0.18.1
6402025-02-21T21:59:29.382Z Downloaded quinn v0.11.5
6412025-02-21T21:59:29.393Z Downloaded tokio-postgres v0.7.12
6422025-02-21T21:59:29.393Z Downloaded icu_properties v1.5.1
6432025-02-21T21:59:29.393Z Downloaded reqwest v0.12.12
6442025-02-21T21:59:29.394Z Downloaded smf v0.2.3
6452025-02-21T21:59:29.394Z Downloaded steno v0.4.1
6462025-02-21T21:59:29.394Z Downloaded tokio-util v0.7.12
6472025-02-21T21:59:29.394Z Downloaded portable-atomic v1.9.0
6482025-02-21T21:59:29.394Z Downloaded itertools v0.14.0
6492025-02-21T21:59:29.394Z Downloaded tabled v0.15.0
6502025-02-21T21:59:29.394Z Downloaded gimli v0.31.1
6512025-02-21T21:59:29.394Z Downloaded daft-derive v0.1.1
6522025-02-21T21:59:29.394Z Downloaded clap_builder v4.5.30
6532025-02-21T21:59:29.404Z Downloaded der v0.7.9
6542025-02-21T21:59:29.405Z Downloaded minimal-lexical v0.2.1
6552025-02-21T21:59:29.405Z Downloaded p384 v0.13.0
6562025-02-21T21:59:29.405Z Downloaded syn v1.0.109
6572025-02-21T21:59:29.428Z Downloaded toml_edit v0.22.22
6582025-02-21T21:59:29.469Z Downloaded num-bigint v0.4.6
6592025-02-21T21:59:29.469Z Downloaded vcpkg v0.2.15
6602025-02-21T21:59:29.507Z Downloaded unicode-width v0.2.0
6612025-02-21T21:59:29.508Z Downloaded unicode-width v0.1.14
6622025-02-21T21:59:29.508Z Downloaded bstr v1.10.0
6632025-02-21T21:59:29.508Z Downloaded parse-zoneinfo v0.3.1
6642025-02-21T21:59:29.508Z Downloaded petname v2.0.2
6652025-02-21T21:59:29.508Z Downloaded itertools v0.10.5
6662025-02-21T21:59:29.508Z Downloaded smoltcp v0.9.1
6672025-02-21T21:59:29.533Z Downloaded libxml v0.3.3
6682025-02-21T21:59:29.575Z Downloaded smoltcp v0.11.0
6692025-02-21T21:59:29.575Z Downloaded icu_properties_data v1.5.0
6702025-02-21T21:59:29.588Z Downloaded object v0.30.4
6712025-02-21T21:59:29.588Z Downloaded regex v1.11.1
6722025-02-21T21:59:29.588Z Downloaded itertools v0.13.0
6732025-02-21T21:59:29.588Z Downloaded diesel v2.2.7
6742025-02-21T21:59:29.596Z Downloaded itertools v0.12.1
6752025-02-21T21:59:29.596Z Downloaded quick-xml v0.33.0
6762025-02-21T21:59:29.600Z Downloaded syn v2.0.96
6772025-02-21T21:59:29.609Z Downloaded reedline v0.35.0
6782025-02-21T21:59:29.616Z Downloaded radix_trie v0.2.1
6792025-02-21T21:59:29.631Z Downloaded rustls v0.21.12
6802025-02-21T21:59:29.645Z Downloaded dropshot v0.12.0
6812025-02-21T21:59:29.652Z Downloaded winnow v0.5.40
6822025-02-21T21:59:29.657Z Downloaded polar-core v0.27.3
6832025-02-21T21:59:29.670Z Downloaded curve25519-dalek v4.1.3
6842025-02-21T21:59:29.689Z Downloaded salty v0.3.0
6852025-02-21T21:59:29.689Z Downloaded quinn-proto v0.11.8
6862025-02-21T21:59:29.694Z Downloaded rustls-webpki v0.102.8
6872025-02-21T21:59:29.706Z Downloaded hickory-proto v0.24.3
6882025-02-21T21:59:29.718Z Downloaded rustls-webpki v0.101.7
6892025-02-21T21:59:29.750Z Downloaded lalrpop v0.19.12
6902025-02-21T21:59:29.750Z Downloaded bzip2-sys v0.1.11+1.0.8
6912025-02-21T21:59:29.758Z Downloaded rayon v1.10.0
6922025-02-21T21:59:29.766Z Downloaded object v0.36.5
6932025-02-21T21:59:29.778Z Downloaded zerovec v0.10.4
6942025-02-21T21:59:29.783Z Downloaded unicode-normalization v0.1.24
6952025-02-21T21:59:29.783Z Downloaded openssl v0.10.71
6962025-02-21T21:59:29.790Z Downloaded ratatui v0.29.0
6972025-02-21T21:59:29.806Z Downloaded regex-syntax v0.8.5
6982025-02-21T21:59:29.815Z Downloaded nix v0.27.1
6992025-02-21T21:59:29.825Z Downloaded winnow v0.6.20
7002025-02-21T21:59:29.833Z Downloaded proptest v1.5.0
7012025-02-21T21:59:29.846Z Downloaded rustls v0.23.19
7022025-02-21T21:59:29.853Z Downloaded nix v0.28.0
7032025-02-21T21:59:29.864Z Downloaded webpki-roots v0.26.6
7042025-02-21T21:59:29.870Z Downloaded chrono-tz v0.10.1
7052025-02-21T21:59:29.876Z Downloaded zerocopy v0.8.10
7062025-02-21T21:59:29.903Z Downloaded regex-syntax v0.6.29
7072025-02-21T21:59:29.912Z Downloaded nix v0.29.0
7082025-02-21T21:59:29.918Z Downloaded regress v0.10.1
7092025-02-21T21:59:29.929Z Downloaded rustix v0.38.37
7102025-02-21T21:59:29.948Z Downloaded dropshot v0.15.1
7112025-02-21T21:59:29.970Z Downloaded lzma-sys v0.1.20
7122025-02-21T21:59:29.996Z Downloaded openapiv3 v2.0.0
7132025-02-21T21:59:30.011Z Downloaded sha3 v0.10.8
7142025-02-21T21:59:30.015Z Downloaded regress v0.9.1
7152025-02-21T21:59:30.022Z Downloaded rustls v0.22.4
7162025-02-21T21:59:30.034Z Downloaded typify-impl v0.2.0
7172025-02-21T21:59:30.048Z Downloaded typify-impl v0.3.0
7182025-02-21T21:59:30.073Z Downloaded zerocopy-derive v0.6.6
7192025-02-21T21:59:30.075Z Downloaded icu_provider v1.5.0
7202025-02-21T21:59:30.076Z Downloaded rustls-pki-types v1.10.0
7212025-02-21T21:59:30.078Z Downloaded pretty_assertions v1.4.1
7222025-02-21T21:59:30.080Z Downloaded derive_builder_core v0.20.2
7232025-02-21T21:59:30.084Z Downloaded smallvec v1.13.2
7242025-02-21T21:59:30.084Z Downloaded des v0.8.1
7252025-02-21T21:59:30.088Z Downloaded similar v2.6.0
7262025-02-21T21:59:30.092Z Downloaded r2d2 v0.8.10
7272025-02-21T21:59:30.095Z Downloaded whoami v1.5.2
7282025-02-21T21:59:30.095Z Downloaded test-strategy v0.3.1
7292025-02-21T21:59:30.105Z Downloaded serde_with v3.11.0
7302025-02-21T21:59:30.122Z Downloaded toml v0.7.8
7312025-02-21T21:59:30.132Z Downloaded sled v0.34.7
7322025-02-21T21:59:30.139Z Downloaded regex-automata v0.4.8
7332025-02-21T21:59:30.161Z Downloaded petgraph v0.6.5
7342025-02-21T21:59:30.187Z Downloaded darling_core v0.20.10
7352025-02-21T21:59:30.191Z Downloaded petgraph v0.7.1
7362025-02-21T21:59:30.212Z Downloaded structmeta v0.3.0
7372025-02-21T21:59:30.217Z Downloaded salsa20 v0.10.2
7382025-02-21T21:59:30.217Z Downloaded unicode-linebreak v0.1.5
7392025-02-21T21:59:30.217Z Downloaded unicode-bidi v0.3.17
7402025-02-21T21:59:30.220Z Downloaded p521 v0.13.3
7412025-02-21T21:59:30.223Z Downloaded serde_json v1.0.139
7422025-02-21T21:59:30.230Z Downloaded libm v0.2.8
7432025-02-21T21:59:30.241Z Downloaded iana-time-zone v0.1.61
7442025-02-21T21:59:30.243Z Downloaded encoding_rs v0.8.34
7452025-02-21T21:59:30.262Z Downloaded cpufeatures v0.2.14
7462025-02-21T21:59:30.267Z Downloaded ciborium-ll v0.2.2
7472025-02-21T21:59:30.267Z Downloaded zerovec-derive v0.10.3
7482025-02-21T21:59:30.267Z Downloaded zeroize v1.8.1
7492025-02-21T21:59:30.270Z Downloaded zerofrom-derive v0.1.4
7502025-02-21T21:59:30.270Z Downloaded cookie_store v0.21.1
7512025-02-21T21:59:30.270Z Downloaded yoke v0.7.4
7522025-02-21T21:59:30.273Z Downloaded yasna v0.5.2
7532025-02-21T21:59:30.273Z Downloaded tempfile v3.13.0
7542025-02-21T21:59:30.277Z Downloaded hyper-staticfile v0.10.1
7552025-02-21T21:59:30.281Z Downloaded env_logger v0.11.5
7562025-02-21T21:59:30.281Z Downloaded diff v0.1.13
7572025-02-21T21:59:30.283Z Downloaded libc v0.2.169
7582025-02-21T21:59:30.307Z Downloaded ring v0.17.9
7592025-02-21T21:59:30.350Z Downloaded csv v1.3.1
7602025-02-21T21:59:30.398Z Downloaded tokio v1.43.0
7612025-02-21T21:59:30.405Z Downloaded crc-any v2.5.0
7622025-02-21T21:59:30.408Z Downloaded tungstenite v0.24.0
7632025-02-21T21:59:30.410Z Downloaded tungstenite v0.23.0
7642025-02-21T21:59:30.413Z Downloaded criterion v0.5.1
7652025-02-21T21:59:30.419Z Downloaded libz-sys v1.1.20
7662025-02-21T21:59:30.440Z Downloaded chrono v0.4.39
7672025-02-21T21:59:30.449Z Downloaded hkdf v0.12.4
7682025-02-21T21:59:30.452Z Downloaded yoke-derive v0.7.4
7692025-02-21T21:59:30.452Z Downloaded siphasher v0.3.11
7702025-02-21T21:59:30.455Z Downloaded tracing-core v0.1.32
7712025-02-21T21:59:30.456Z Downloaded const_format v0.2.34
7722025-02-21T21:59:30.460Z Downloaded zip v0.6.6
7732025-02-21T21:59:30.463Z Downloaded hyper-tls v0.6.0
7742025-02-21T21:59:30.467Z Downloaded rustc-demangle v0.1.24
7752025-02-21T21:59:30.467Z Downloaded wyz v0.5.1
7762025-02-21T21:59:30.470Z Downloaded waitgroup v0.1.2
7772025-02-21T21:59:30.470Z Downloaded packed_struct_codegen v0.10.1
7782025-02-21T21:59:30.471Z Downloaded nodrop v0.1.14
7792025-02-21T21:59:30.474Z Downloaded predicates v3.1.3
7802025-02-21T21:59:30.474Z Downloaded postgres-types v0.2.8
7812025-02-21T21:59:30.477Z Downloaded parking_lot_core v0.8.6
7822025-02-21T21:59:30.480Z Downloaded libgit2-sys v0.17.0+1.8.1
7832025-02-21T21:59:30.537Z Downloaded mime_guess v2.0.5
7842025-02-21T21:59:30.541Z Downloaded memmap2 v0.9.5
7852025-02-21T21:59:30.541Z Downloaded typify v0.3.0
7862025-02-21T21:59:30.544Z Downloaded snafu v0.8.5
7872025-02-21T21:59:30.551Z Downloaded publicsuffix v2.3.0
7882025-02-21T21:59:30.555Z Downloaded typed-path v0.9.3
7892025-02-21T21:59:30.558Z Downloaded httpmock v0.8.0-alpha.1
7902025-02-21T21:59:30.574Z Downloaded itoa v1.0.11
7912025-02-21T21:59:30.577Z Downloaded defmt-macros v0.3.9
7922025-02-21T21:59:30.581Z Downloaded postgres-protocol v0.6.7
7932025-02-21T21:59:30.583Z Downloaded postcard v1.0.10
7942025-02-21T21:59:30.586Z Downloaded num-traits v0.2.19
7952025-02-21T21:59:30.590Z Downloaded log v0.4.22
7962025-02-21T21:59:30.590Z Downloaded h2 v0.4.6
7972025-02-21T21:59:30.596Z Downloaded aws-lc-rs v1.10.0
7982025-02-21T21:59:30.604Z Downloaded hyper-rustls v0.27.3
7992025-02-21T21:59:30.608Z Downloaded guppy v0.17.16
8002025-02-21T21:59:30.612Z Downloaded slog-envlogger v2.2.0
8012025-02-21T21:59:30.615Z Downloaded slog-dtrace v0.3.0
8022025-02-21T21:59:30.616Z Downloaded sha1 v0.10.6
8032025-02-21T21:59:30.618Z Downloaded hyper-rustls v0.26.0
8042025-02-21T21:59:30.622Z Downloaded crc32fast v1.4.2
8052025-02-21T21:59:30.622Z Downloaded crc-catalog v2.4.0
8062025-02-21T21:59:30.648Z Downloaded polling v3.7.3
8072025-02-21T21:59:30.648Z Downloaded tower v0.5.2
8082025-02-21T21:59:30.660Z Downloaded tough v0.19.0
8092025-02-21T21:59:30.660Z Downloaded tungstenite v0.21.0
8102025-02-21T21:59:30.660Z Downloaded icu_collections v1.5.0
8112025-02-21T21:59:30.660Z Downloaded num-integer v0.1.46
8122025-02-21T21:59:30.660Z Downloaded lock_api v0.4.12
8132025-02-21T21:59:30.660Z Downloaded litrs v0.4.1
8142025-02-21T21:59:30.665Z Downloaded icu_normalizer v1.5.0
8152025-02-21T21:59:30.665Z Downloaded displaydoc v0.2.5
8162025-02-21T21:59:30.665Z Downloaded const-oid v0.9.6
8172025-02-21T21:59:30.665Z Downloaded hyper v1.5.2
8182025-02-21T21:59:30.670Z Downloaded lazycell v1.3.0
8192025-02-21T21:59:30.673Z Downloaded lazy_static v1.5.0
8202025-02-21T21:59:30.674Z Downloaded lalrpop-util v0.19.12
8212025-02-21T21:59:30.674Z Downloaded x509-cert v0.2.5
8222025-02-21T21:59:30.680Z Downloaded serde_derive v1.0.217
8232025-02-21T21:59:30.684Z Downloaded clang-sys v1.8.1
8242025-02-21T21:59:30.684Z Downloaded blake3 v1.5.4
8252025-02-21T21:59:30.693Z Downloaded shell-words v1.1.0
8262025-02-21T21:59:30.693Z Downloaded hashbrown v0.15.1
8272025-02-21T21:59:30.699Z Downloaded russh-cryptovec v0.7.3
8282025-02-21T21:59:30.703Z Downloaded lockfree-object-pool v0.1.6
8292025-02-21T21:59:30.703Z Downloaded mockall_derive v0.13.0
8302025-02-21T21:59:30.703Z Downloaded http v1.2.0
8312025-02-21T21:59:30.707Z Downloaded unicode-truncate v1.1.0
8322025-02-21T21:59:30.710Z Downloaded tui-tree-widget v0.23.0
8332025-02-21T21:59:30.710Z Downloaded tabwriter v1.4.0
8342025-02-21T21:59:30.710Z Downloaded icu_locid v1.5.0
8352025-02-21T21:59:30.713Z Downloaded tracing v0.1.40
8362025-02-21T21:59:30.717Z Downloaded ipnet v2.10.1
8372025-02-21T21:59:30.723Z Downloaded openssl-sys v0.9.106
8382025-02-21T21:59:30.726Z Downloaded indexmap v1.9.3
8392025-02-21T21:59:30.729Z Downloaded aho-corasick v1.1.3
8402025-02-21T21:59:30.735Z Downloaded num_threads v0.1.7
8412025-02-21T21:59:30.737Z Downloaded plotters-backend v0.3.7
8422025-02-21T21:59:30.737Z Downloaded zerocopy v0.6.6
8432025-02-21T21:59:30.738Z Downloaded num-bigint-dig v0.8.4
8442025-02-21T21:59:30.741Z Downloaded is-terminal v0.4.13
8452025-02-21T21:59:30.743Z Downloaded instant v0.1.13
8462025-02-21T21:59:30.746Z Downloaded compact_str v0.8.0
8472025-02-21T21:59:30.749Z Downloaded unicode_categories v0.1.1
8482025-02-21T21:59:30.749Z Downloaded jobserver v0.1.32
8492025-02-21T21:59:30.752Z Downloaded icu_locid_transform v1.5.0
8502025-02-21T21:59:30.752Z Downloaded pkcs1 v0.7.5
8512025-02-21T21:59:30.755Z Downloaded unsafe-libyaml v0.2.11
8522025-02-21T21:59:30.758Z Downloaded hashbrown v0.12.3
8532025-02-21T21:59:30.762Z Downloaded tokio-tungstenite v0.23.1
8542025-02-21T21:59:30.764Z Downloaded tokio-tungstenite v0.21.0
8552025-02-21T21:59:30.767Z Downloaded nu-ansi-term v0.50.1
8562025-02-21T21:59:30.770Z Downloaded ssh-encoding v0.2.0
8572025-02-21T21:59:30.770Z Downloaded sqlformat v0.2.6
8582025-02-21T21:59:30.773Z Downloaded aes-gcm v0.10.3
8592025-02-21T21:59:30.776Z Downloaded once_cell v1.20.3
8602025-02-21T21:59:30.778Z Downloaded vergen v8.3.2
8612025-02-21T21:59:30.782Z Downloaded ucd-trie v0.1.7
8622025-02-21T21:59:30.782Z Downloaded ron v0.8.1
8632025-02-21T21:59:30.786Z Downloaded rand_chacha v0.3.1
8642025-02-21T21:59:30.789Z Downloaded libtest-mimic v0.7.3
8652025-02-21T21:59:30.791Z Downloaded env_logger v0.10.2
8662025-02-21T21:59:30.793Z Downloaded tar v0.4.42
8672025-02-21T21:59:30.795Z Downloaded socket2 v0.5.7
8682025-02-21T21:59:30.797Z Downloaded rand_distr v0.4.3
8692025-02-21T21:59:30.800Z Downloaded peg-macros v0.8.4
8702025-02-21T21:59:30.803Z Downloaded hickory-resolver v0.24.3
8712025-02-21T21:59:30.805Z Downloaded heapless v0.7.17
8722025-02-21T21:59:30.808Z Downloaded serde_urlencoded v0.7.1
8732025-02-21T21:59:30.810Z Downloaded serde_tokenstream v0.2.2
8742025-02-21T21:59:30.813Z Downloaded serde_spanned v0.6.8
8752025-02-21T21:59:30.813Z Downloaded serde_repr v0.1.19
8762025-02-21T21:59:30.816Z Downloaded csv-core v0.1.11
8772025-02-21T21:59:30.816Z Downloaded signal-hook v0.3.17
8782025-02-21T21:59:30.818Z Downloaded rustc_version v0.4.1
8792025-02-21T21:59:30.820Z Downloaded rustc-hash v1.1.0
8802025-02-21T21:59:30.820Z Downloaded ref-cast v1.0.23
8812025-02-21T21:59:30.823Z Downloaded num v0.4.3
8822025-02-21T21:59:30.826Z Downloaded multer v3.1.0
8832025-02-21T21:59:30.829Z Downloaded memoffset v0.9.1
8842025-02-21T21:59:30.829Z Downloaded vsss-rs v3.3.4
8852025-02-21T21:59:30.833Z Downloaded base64 v0.21.7
8862025-02-21T21:59:30.836Z Downloaded aes v0.8.4
8872025-02-21T21:59:30.840Z Downloaded env_filter v0.1.2
8882025-02-21T21:59:30.840Z Downloaded strum_macros v0.26.4
8892025-02-21T21:59:30.844Z Downloaded chacha20poly1305 v0.10.1
8902025-02-21T21:59:30.844Z Downloaded anyhow v1.0.96
8912025-02-21T21:59:30.846Z Downloaded bumpalo v3.16.0
8922025-02-21T21:59:30.850Z Downloaded lru v0.12.5
8932025-02-21T21:59:30.850Z Downloaded value-bag v1.9.0
8942025-02-21T21:59:30.852Z Downloaded threadpool v1.8.1
8952025-02-21T21:59:30.855Z Downloaded fatfs v0.3.6
8962025-02-21T21:59:30.858Z Downloaded allocator-api2 v0.2.18
8972025-02-21T21:59:30.860Z Downloaded pest_meta v2.7.14
8982025-02-21T21:59:30.860Z Downloaded backtrace v0.3.74
8992025-02-21T21:59:30.866Z Downloaded target-lexicon v0.13.2
9002025-02-21T21:59:30.870Z Downloaded libefi-sys v0.1.0
9012025-02-21T21:59:30.870Z Downloaded ena v0.14.3
9022025-02-21T21:59:30.873Z Downloaded spin v0.9.8
9032025-02-21T21:59:30.873Z Downloaded concurrent-queue v2.5.0
9042025-02-21T21:59:30.876Z Downloaded colored v2.1.0
9052025-02-21T21:59:30.880Z Downloaded bitflags v2.6.0
9062025-02-21T21:59:30.884Z Downloaded cobs v0.2.3
9072025-02-21T21:59:30.884Z Downloaded zone v0.3.0
9082025-02-21T21:59:30.884Z Downloaded serde_plain v1.0.2
9092025-02-21T21:59:30.887Z Downloaded base64 v0.22.1
9102025-02-21T21:59:30.891Z Downloaded async-lock v3.4.0
9112025-02-21T21:59:30.891Z Downloaded typify-macro v0.3.0
9122025-02-21T21:59:30.895Z Downloaded thread-id v4.2.2
9132025-02-21T21:59:30.895Z Downloaded sct v0.7.1
9142025-02-21T21:59:30.899Z Downloaded poly1305 v0.8.0
9152025-02-21T21:59:30.899Z Downloaded rustls-native-certs v0.7.3
9162025-02-21T21:59:30.902Z Downloaded bytes v1.9.0
9172025-02-21T21:59:30.906Z Downloaded futures v0.3.31
9182025-02-21T21:59:30.909Z Downloaded slog-scope v4.4.0
9192025-02-21T21:59:30.911Z Downloaded slog-json v2.6.1
9202025-02-21T21:59:30.915Z Downloaded signal-hook-registry v1.4.2
9212025-02-21T21:59:30.915Z Downloaded signal-hook-mio v0.2.4
9222025-02-21T21:59:30.915Z Downloaded httparse v1.9.5
9232025-02-21T21:59:30.917Z Downloaded serde_regex v1.1.0
9242025-02-21T21:59:30.917Z Downloaded serde_path_to_error v0.1.16
9252025-02-21T21:59:30.920Z Downloaded scrypt v0.11.0
9262025-02-21T21:59:30.921Z Downloaded parking_lot_core v0.9.10
9272025-02-21T21:59:30.923Z Downloaded owo-colors v4.1.0
9282025-02-21T21:59:30.926Z Downloaded anstream v0.6.15
9292025-02-21T21:59:30.926Z Downloaded rustls-pemfile v1.0.4
9302025-02-21T21:59:30.928Z Downloaded num-rational v0.4.2
9312025-02-21T21:59:30.929Z Downloaded parse-display v0.10.0
9322025-02-21T21:59:30.934Z Downloaded httpdate v1.0.3
9332025-02-21T21:59:30.934Z Downloaded highway v1.2.0
9342025-02-21T21:59:30.936Z Downloaded fs_extra v1.3.0
9352025-02-21T21:59:30.937Z Downloaded cargo_metadata v0.18.1
9362025-02-21T21:59:30.937Z Downloaded futures-channel v0.3.31
9372025-02-21T21:59:30.940Z Downloaded foreign-types v0.5.0
9382025-02-21T21:59:30.940Z Downloaded flagset v0.4.6
9392025-02-21T21:59:30.940Z Downloaded futures-core v0.3.31
9402025-02-21T21:59:30.943Z Downloaded foreign-types-macros v0.2.3
9412025-02-21T21:59:30.943Z Downloaded fd-lock v4.0.2
9422025-02-21T21:59:30.943Z Downloaded async-trait v0.1.86
9432025-02-21T21:59:30.947Z Downloaded backoff v0.4.0
9442025-02-21T21:59:30.949Z Downloaded fastrand v2.1.1
9452025-02-21T21:59:30.953Z Downloaded futures-macro v0.3.31
9462025-02-21T21:59:30.953Z Downloaded futures-io v0.3.31
9472025-02-21T21:59:30.953Z Downloaded foldhash v0.1.3
9482025-02-21T21:59:30.953Z Downloaded ff v0.13.0
9492025-02-21T21:59:30.955Z Downloaded hash32 v0.2.1
9502025-02-21T21:59:30.956Z Downloaded funty v2.0.0
9512025-02-21T21:59:30.958Z Downloaded fs-err v2.11.0
9522025-02-21T21:59:30.958Z Downloaded ahash v0.8.11
9532025-02-21T21:59:30.961Z Downloaded humantime v2.1.0
9542025-02-21T21:59:30.964Z Downloaded hex-literal v0.4.1
9552025-02-21T21:59:30.964Z Downloaded hex v0.4.3
9562025-02-21T21:59:30.968Z Downloaded hash32 v0.3.1
9572025-02-21T21:59:30.968Z Downloaded cargo_metadata v0.19.1
9582025-02-21T21:59:30.968Z Downloaded async-task v4.7.1
9592025-02-21T21:59:30.972Z Downloaded arrayvec v0.7.6
9602025-02-21T21:59:30.977Z Downloaded filetime v0.2.25
9612025-02-21T21:59:30.977Z Downloaded camino v1.1.9
9622025-02-21T21:59:30.978Z Downloaded futures-timer v3.0.3
9632025-02-21T21:59:30.980Z Downloaded fragile v2.0.0
9642025-02-21T21:59:30.980Z Downloaded form_urlencoded v1.2.1
9652025-02-21T21:59:30.980Z Downloaded float-cmp v0.10.0
9662025-02-21T21:59:30.983Z Downloaded gethostname v0.5.0
9672025-02-21T21:59:30.983Z Downloaded futures-executor v0.3.31
9682025-02-21T21:59:30.985Z Downloaded cfg-if v1.0.0
9692025-02-21T21:59:30.985Z Downloaded blake2b_simd v1.0.2
9702025-02-21T21:59:30.988Z Downloaded bb8 v0.8.5
9712025-02-21T21:59:30.988Z Downloaded async-recursion v1.1.1
9722025-02-21T21:59:30.991Z Downloaded async-process v2.3.0
9732025-02-21T21:59:30.993Z Downloaded argon2 v0.5.3
9742025-02-21T21:59:30.996Z Downloaded bitfield v0.14.0
9752025-02-21T21:59:30.996Z Downloaded blocking v1.6.1
9762025-02-21T21:59:31.000Z Downloaded block-padding v0.3.3
9772025-02-21T21:59:31.000Z Downloaded atomic-waker v1.1.2
9782025-02-21T21:59:31.003Z Downloaded autocfg v1.4.0
9792025-02-21T21:59:31.003Z Downloaded async-attributes v1.1.2
9802025-02-21T21:59:31.003Z Downloaded array-init v0.0.4
9812025-02-21T21:59:31.006Z Downloaded approx v0.5.1
9822025-02-21T21:59:31.006Z Downloaded addr2line v0.24.2
9832025-02-21T21:59:31.009Z Downloaded adler2 v2.0.0
9842025-02-21T21:59:31.009Z Downloaded anstyle-parse v0.2.5
9852025-02-21T21:59:31.097Z Downloaded libsqlite3-sys v0.30.1
9862025-02-21T21:59:31.249Z Downloaded aws-lc-sys v0.22.0
9872025-02-21T21:59:31.731Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9882025-02-21T21:59:33.397Zpkg list: illegal option -- F
9892025-02-21T21:59:33.397ZUsage:
9902025-02-21T21:59:33.400Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9912025-02-21T21:59:33.400Z [pkg_fmri_pattern ...]
9922025-02-21T21:59:34.232Zpkg list: illegal option -- F
9932025-02-21T21:59:34.232ZUsage:
9942025-02-21T21:59:34.235Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9952025-02-21T21:59:34.235Z [pkg_fmri_pattern ...]
9962025-02-21T21:59:42.029Z Startup: Refreshing catalog 'helios-dev' ... Done
9972025-02-21T21:59:46.361Z Startup: Caching catalogs ... Done
9982025-02-21T21:59:59.551ZPlanning: Solver setup ... Done (12.257s)
9992025-02-21T21:59:59.708ZPlanning: Running solver ... Done (0.157s)
10002025-02-21T21:59:59.827ZPlanning: Finding local manifests ... Done (0.006s)
10012025-02-21T21:59:59.843ZPlanning: Fetching manifests: 0/7 0% complete
10022025-02-21T22:00:00.490ZPlanning: Fetching manifests: 7/7 100% complete
10032025-02-21T22:00:00.601ZPlanning: Package planning ... Done (0.111s)
10042025-02-21T22:00:00.658ZPlanning: Merging actions ... Done (0.057s)
10052025-02-21T22:00:00.859ZPlanning: Checking for conflicting actions ... Done (0.200s)
10062025-02-21T22:00:02.977ZPlanning: Consolidating action changes ... Done (2.118s)
10072025-02-21T22:00:03.414ZPlanning: Evaluating mediators ... Done (0.437s)
10082025-02-21T22:00:03.496ZPlanning: Planning completed in 17.04 seconds
10092025-02-21T22:00:03.512Z Packages to install: 4
10102025-02-21T22:00:03.512Z Packages to update: 3
10112025-02-21T22:00:03.515Z Mediators to change: 2
10122025-02-21T22:00:03.515Z Services to change: 1
10132025-02-21T22:00:03.516Z Estimated space available: 155.36 GB
10142025-02-21T22:00:03.516ZEstimated space to be consumed: 1.66 GB
10152025-02-21T22:00:03.516Z Create boot environment: No
10162025-02-21T22:00:03.516ZCreate backup boot environment: Yes
10172025-02-21T22:00:03.516Z Rebuild boot archive: No
10182025-02-21T22:00:03.516Z
10192025-02-21T22:00:03.516ZChanged mediators:
10202025-02-21T22:00:03.516Z mediator clang:
10212025-02-21T22:00:03.516Z version: None -> 15 (system default)
10222025-02-21T22:00:03.516Z
10232025-02-21T22:00:03.516Z mediator llvm:
10242025-02-21T22:00:03.516Z version: 14 (system default) -> 15 (system default)
10252025-02-21T22:00:03.516Z
10262025-02-21T22:00:03.516ZChanged packages:
10272025-02-21T22:00:03.516Zhelios-dev
10282025-02-21T22:00:03.516Z developer/build-essential
10292025-02-21T22:00:03.516Z None -> 11-2.0
10302025-02-21T22:00:03.516Z library/libxmlsec1
10312025-02-21T22:00:03.516Z None -> 1.2.35-2.0
10322025-02-21T22:00:03.516Z ooce/developer/clang-15
10332025-02-21T22:00:03.516Z None -> 15.0.7-2.0
10342025-02-21T22:00:03.516Z ooce/developer/llvm-15
10352025-02-21T22:00:03.516Z None -> 15.0.7-2.0
10362025-02-21T22:00:03.517Z package/pkg
10372025-02-21T22:00:03.517Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10382025-02-21T22:00:03.517Z system/library/g++-runtime
10392025-02-21T22:00:03.517Z 13-2.0 -> 14-2.0
10402025-02-21T22:00:03.517Z system/library/gcc-runtime
10412025-02-21T22:00:03.517Z 13-2.0 -> 14-2.0
10422025-02-21T22:00:03.517Z
10432025-02-21T22:00:03.517ZServices:
10442025-02-21T22:00:03.517Z restart_fmri:
10452025-02-21T22:00:03.517Z svc:/system/update-man-index:default
10462025-02-21T22:00:03.517Z
10472025-02-21T22:00:03.517ZEditable files to change:
10482025-02-21T22:00:03.517Z Update:
10492025-02-21T22:00:03.517Z usr/share/lib/pkg/web/config.shtml
10502025-02-21T22:00:03.588Z
10512025-02-21T22:00:03.588ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10522025-02-21T22:00:08.600ZDownload: 1198/4301 items 82.6/225.4MB 36% complete (17.2M/s)
10532025-02-21T22:00:13.603ZDownload: 2160/4301 items 119.0/225.4MB 52% complete (12.2M/s)
10542025-02-21T22:00:18.606ZDownload: 2982/4301 items 121.3/225.4MB 53% complete (3.9M/s)
10552025-02-21T22:00:23.607ZDownload: 3249/4301 items 203.1/225.4MB 90% complete (8.4M/s)
10562025-02-21T22:00:28.608ZDownload: 3898/4301 items 217.5/225.4MB 96% complete (9.6M/s)
10572025-02-21T22:00:34.043ZDownload: 4294/4301 items 224.6/225.4MB 99% complete (2.9M/s)
10582025-02-21T22:00:37.249ZDownload: Completed 225.42 MB in 33.66 seconds (6.7M/s)
10592025-02-21T22:00:39.394Z Actions: 1/5122 actions (Removing old actions)
10602025-02-21T22:00:39.416Z Actions: 194/5122 actions (Installing new actions)
10612025-02-21T22:00:44.130Z Actions: 4267/5122 actions (Updating modified actions)
10622025-02-21T22:00:44.472Z Actions: Completed 5122 actions in 5.08 seconds.
10632025-02-21T22:00:44.709Z Done (0.229s)
10642025-02-21T22:00:44.712Z Done (0.001s)
10652025-02-21T22:00:45.326Z Done (0.614s)
10662025-02-21T22:00:49.976Z Done (4.424s)
10672025-02-21T22:00:50.069Z Done (0.017s)
10682025-02-21T22:00:50.072Z Done (0.000s)
10692025-02-21T22:00:50.251Z Done (0.000s)
10702025-02-21T22:00:50.963ZPlanning: Evaluating mediator changes ... Done
10712025-02-21T22:00:51.130ZPlanning: Checking for conflicting actions ... Done
10722025-02-21T22:00:51.133ZPlanning: Consolidating action changes ... Done
10732025-02-21T22:00:51.408ZPlanning: Evaluating mediators ... Done
10742025-02-21T22:00:51.410ZPlanning: Planning completed in 0.45 seconds
10752025-02-21T22:00:51.449Z Mediators to change: 2
10762025-02-21T22:00:51.451Z Create boot environment: No
10772025-02-21T22:00:51.451ZCreate backup boot environment: No
10782025-02-21T22:00:51.533Z Done
10792025-02-21T22:00:51.533Z Done
10802025-02-21T22:00:51.987Z Done
10812025-02-21T22:00:55.537Z Done
10822025-02-21T22:00:55.623Z Done
10832025-02-21T22:00:55.626Z Done
10842025-02-21T22:00:55.762Z Done
10852025-02-21T22:00:56.377ZPlanning: Evaluating mediator changes ... Done
10862025-02-21T22:00:56.380ZPlanning: Merging actions ... Done
10872025-02-21T22:00:56.570ZPlanning: Checking for conflicting actions ... Done
10882025-02-21T22:00:56.573ZPlanning: Consolidating action changes ... Done
10892025-02-21T22:00:56.834ZPlanning: Evaluating mediators ... Done
10902025-02-21T22:00:56.887ZPlanning: Planning completed in 0.75 seconds
10912025-02-21T22:00:56.928Z Packages to change: 1
10922025-02-21T22:00:56.928Z Mediators to change: 1
10932025-02-21T22:00:56.931Z Services to change: 1
10942025-02-21T22:00:56.931Z Create boot environment: No
10952025-02-21T22:00:56.931ZCreate backup boot environment: Yes
10962025-02-21T22:00:59.259Z Actions: 1/6 actions (Updating modified actions)
10972025-02-21T22:00:59.262Z Actions: Completed 6 actions in 0.00 seconds.
10982025-02-21T22:00:59.262Z Done
10992025-02-21T22:00:59.262Z Done
11002025-02-21T22:00:59.386Z Done
11012025-02-21T22:01:02.985Z Done
11022025-02-21T22:01:03.075Z Done
11032025-02-21T22:01:03.078Z Done
11042025-02-21T22:01:03.209Z Done
11052025-02-21T22:01:03.652ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11062025-02-21T22:01:03.652Zclang system 15 system
11072025-02-21T22:01:03.652Zcsh system system illumos
11082025-02-21T22:01:03.652Zctags system system illumos
11092025-02-21T22:01:03.652Zgcc vendor 12 vendor
11102025-02-21T22:01:03.652Zgcc system 10 system
11112025-02-21T22:01:03.652Zgcc system 7 system
11122025-02-21T22:01:03.652Zgo system 1.20 system
11132025-02-21T22:01:03.652Zgo system 1.19 system
11142025-02-21T22:01:03.652Zllvm system 15 system
11152025-02-21T22:01:03.652Zllvm system 14 system
11162025-02-21T22:01:03.652Zmariadb system 10.6 system
11172025-02-21T22:01:03.653Zmta vendor vendor dma
11182025-02-21T22:01:03.653Zopenjdk system 17 system
11192025-02-21T22:01:03.653Zopenjdk system 11 system
11202025-02-21T22:01:03.653Zopenjdk system 1.8 system
11212025-02-21T22:01:03.653Zopenssl vendor 3 vendor
11222025-02-21T22:01:03.653Zperl system 5.36 system
11232025-02-21T22:01:03.653Zpostgresql system 15 system
11242025-02-21T22:01:03.653Zpostgresql system 13 system
11252025-02-21T22:01:03.653Zpython vendor 3 vendor
11262025-02-21T22:01:03.653Zpython system 2 system
11272025-02-21T22:01:03.653Zpython3 system 3.11 system
11282025-02-21T22:01:03.653Zruby system 3.0 system
11292025-02-21T22:01:03.653Zwords vendor vendor american-english
11302025-02-21T22:01:03.653Zwords system system australian-english
11312025-02-21T22:01:03.653Zwords system system british-english
11322025-02-21T22:01:03.653Zwords system system canadian-english
11332025-02-21T22:01:03.653Zwords system system french
11342025-02-21T22:01:03.653Zwords system system italian
11352025-02-21T22:01:03.653Zwords system system ngerman
11362025-02-21T22:01:03.653Zwords system system ogerman
11372025-02-21T22:01:03.653Zwords system system spanish
11382025-02-21T22:01:03.992ZPUBLISHER TYPE STATUS P LOCATION
11392025-02-21T22:01:03.992Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11402025-02-21T22:01:07.047ZFMRI IFO
11412025-02-21T22:01:07.047Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11422025-02-21T22:01:07.047Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11432025-02-21T22:01:07.047Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11442025-02-21T22:01:07.047Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11452025-02-21T22:01:07.048Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11462025-02-21T22:01:07.048Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11472025-02-21T22:01:07.048Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11482025-02-21T22:01:07.048Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11492025-02-21T22:01:07.048Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11502025-02-21T22:01:07.048Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11512025-02-21T22:01:07.048Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11522025-02-21T22:01:07.048Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11532025-02-21T22:01:07.048Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11542025-02-21T22:01:07.048Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11552025-02-21T22:01:07.048Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11562025-02-21T22:01:08.113Z Downloading crates ...
11572025-02-21T22:01:08.194Z Downloaded cargo_toml v0.20.5
11582025-02-21T22:01:08.333Z Compiling proc-macro2 v1.0.92
11592025-02-21T22:01:08.336Z Compiling unicode-ident v1.0.14
11602025-02-21T22:01:08.336Z Compiling version_check v0.9.5
11612025-02-21T22:01:08.336Z Compiling serde v1.0.217
11622025-02-21T22:01:08.336Z Compiling memchr v2.7.4
11632025-02-21T22:01:08.336Z Compiling thiserror v1.0.69
11642025-02-21T22:01:08.336Z Compiling libc v0.2.169
11652025-02-21T22:01:08.336Z Compiling ucd-trie v0.1.7
11662025-02-21T22:01:08.603Z Compiling ryu v1.0.18
11672025-02-21T22:01:08.897Z Compiling itoa v1.0.11
11682025-02-21T22:01:08.947Z Compiling once_cell v1.20.3
11692025-02-21T22:01:09.049Z Compiling byteorder v1.5.0
11702025-02-21T22:01:09.105Z Compiling rustix v0.38.37
11712025-02-21T22:01:09.315Z Compiling serde_json v1.0.139
11722025-02-21T22:01:09.590Z Compiling bitflags v2.6.0
11732025-02-21T22:01:09.651Z Compiling proc-macro-error-attr v1.0.4
11742025-02-21T22:01:09.757Z Compiling usdt-impl v0.5.0
11752025-02-21T22:01:09.819Z Compiling syn v1.0.109
11762025-02-21T22:01:09.890Z Compiling proc-macro-error v1.0.4
11772025-02-21T22:01:10.022Z Compiling camino v1.1.9
11782025-02-21T22:01:10.040Z Compiling hashbrown v0.15.1
11792025-02-21T22:01:10.097Z Compiling quote v1.0.38
11802025-02-21T22:01:10.214Z Compiling errno v0.3.9
11812025-02-21T22:01:10.485Z Compiling syn v2.0.96
11822025-02-21T22:01:10.587Z Compiling utf8parse v0.2.2
11832025-02-21T22:01:10.596Z Compiling equivalent v1.0.1
11842025-02-21T22:01:10.679Z Compiling thread-id v4.2.2
11852025-02-21T22:01:10.699Z Compiling plain v0.2.3
11862025-02-21T22:01:10.704Z Compiling log v0.4.22
11872025-02-21T22:01:10.715Z Compiling anstyle-parse v0.2.5
11882025-02-21T22:01:11.020Z Compiling indexmap v2.7.1
11892025-02-21T22:01:11.028Z Compiling pretty-hex v0.4.1
11902025-02-21T22:01:11.105Z Compiling unicode-width v0.1.14
11912025-02-21T22:01:11.219Z Compiling is_terminal_polyfill v1.70.1
11922025-02-21T22:01:11.331Z Compiling winnow v0.6.20
11932025-02-21T22:01:11.347Z Compiling anstyle v1.0.10
11942025-02-21T22:01:11.470Z Compiling colorchoice v1.0.2
11952025-02-21T22:01:11.593Z Compiling anstyle-query v1.1.1
11962025-02-21T22:01:11.624Z Compiling autocfg v1.4.0
11972025-02-21T22:01:11.740Z Compiling semver v1.0.25
11982025-02-21T22:01:11.754Z Compiling anstream v0.6.15
11992025-02-21T22:01:12.309Z Compiling terminal_size v0.4.0
12002025-02-21T22:01:12.374Z Compiling anyhow v1.0.96
12012025-02-21T22:01:12.527Z Compiling fnv v1.0.7
12022025-02-21T22:01:12.530Z Compiling fs-err v2.11.0
12032025-02-21T22:01:12.667Z Compiling heck v0.4.1
12042025-02-21T22:01:12.849Z Compiling cfg-if v1.0.0
12052025-02-21T22:01:12.851Z Compiling strsim v0.11.1
12062025-02-21T22:01:12.873Z Compiling clap_lex v0.7.4
12072025-02-21T22:01:12.946Z Compiling heck v0.5.0
12082025-02-21T22:01:12.961Z Compiling bytecount v0.6.8
12092025-02-21T22:01:13.067Z Compiling fastrand v2.1.1
12102025-02-21T22:01:13.187Z Compiling papergrid v0.11.0
12112025-02-21T22:01:13.357Z Compiling clap_builder v4.5.30
12122025-02-21T22:01:13.468Z Compiling tempfile v3.13.0
12132025-02-21T22:01:14.116Z Compiling memmap v0.7.0
12142025-02-21T22:01:14.180Z Compiling smawk v0.3.2
12152025-02-21T22:01:14.219Z Compiling unicode-linebreak v0.1.5
12162025-02-21T22:01:14.676Z Compiling textwrap v0.16.1
12172025-02-21T22:01:14.711Z Compiling swrite v0.1.0
12182025-02-21T22:01:15.492Z Compiling tabled_derive v0.7.0
12192025-02-21T22:01:16.778Z Compiling tabled v0.15.0
12202025-02-21T22:01:17.275Z Compiling serde_derive v1.0.217
12212025-02-21T22:01:17.275Z Compiling thiserror-impl v1.0.69
12222025-02-21T22:01:17.278Z Compiling zerocopy-derive v0.7.35
12232025-02-21T22:01:17.421Z Compiling scroll_derive v0.12.0
12242025-02-21T22:01:17.438Z Compiling clap_derive v4.5.28
12252025-02-21T22:01:18.754Z Compiling scroll v0.12.0
12262025-02-21T22:01:19.005Z Compiling zerocopy v0.7.35
12272025-02-21T22:01:19.179Z Compiling goblin v0.8.2
12282025-02-21T22:01:19.456Z Compiling pest v2.7.14
12292025-02-21T22:01:20.585Z Compiling clap v4.5.30
12302025-02-21T22:01:21.662Z Compiling pest_meta v2.7.14
12312025-02-21T22:01:22.494Z Compiling pest_generator v2.7.14
12322025-02-21T22:01:23.772Z Compiling pest_derive v2.7.14
12332025-02-21T22:01:24.408Z Compiling dtrace-parser v0.2.0
12342025-02-21T22:01:25.610Z Compiling serde_tokenstream v0.2.2
12352025-02-21T22:01:25.630Z Compiling serde_spanned v0.6.8
12362025-02-21T22:01:25.632Z Compiling toml_datetime v0.6.8
12372025-02-21T22:01:25.870Z Compiling cargo-platform v0.1.8
12382025-02-21T22:01:25.919Z Compiling toml_edit v0.22.22
12392025-02-21T22:01:26.056Z Compiling macaddr v1.0.1
12402025-02-21T22:01:26.156Z Compiling camino-tempfile v1.1.1
12412025-02-21T22:01:26.956Z Compiling dof v0.3.0
12422025-02-21T22:01:26.956Z Compiling cargo_metadata v0.18.1
12432025-02-21T22:01:28.289Z Compiling usdt-macro v0.5.0
12442025-02-21T22:01:28.289Z Compiling usdt-attr-macro v0.5.0
12452025-02-21T22:01:28.776Z Compiling toml v0.8.19
12462025-02-21T22:01:29.338Z Compiling usdt v0.5.0
12472025-02-21T22:01:29.555Z Compiling cargo_toml v0.20.5
12482025-02-21T22:01:32.020Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12492025-02-21T22:01:35.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.54s
12502025-02-21T22:01:35.205Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12512025-02-21T22:01:36.050Z Compiling serde v1.0.217
12522025-02-21T22:01:36.053Z Compiling value-bag v1.9.0
12532025-02-21T22:01:36.053Z Compiling lock_api v0.4.12
12542025-02-21T22:01:36.053Z Compiling scopeguard v1.2.0
12552025-02-21T22:01:36.053Z Compiling typenum v1.17.0
12562025-02-21T22:01:36.179Z Compiling generic-array v0.14.7
12572025-02-21T22:01:36.209Z Compiling syn v2.0.96
12582025-02-21T22:01:36.221Z Compiling getrandom v0.2.15
12592025-02-21T22:01:36.319Z Compiling shlex v1.3.0
12602025-02-21T22:01:36.540Z Compiling rand_core v0.6.4
12612025-02-21T22:01:36.620Z Compiling log v0.4.22
12622025-02-21T22:01:36.696Z Compiling subtle v2.6.1
12632025-02-21T22:01:36.720Z Compiling jobserver v0.1.32
12642025-02-21T22:01:36.740Z Compiling smallvec v1.13.2
12652025-02-21T22:01:37.042Z Compiling const-oid v0.9.6
12662025-02-21T22:01:37.057Z Compiling pin-project-lite v0.2.14
12672025-02-21T22:01:37.060Z Compiling parking_lot_core v0.9.10
12682025-02-21T22:01:37.132Z Compiling cc v1.1.30
12692025-02-21T22:01:37.191Z Compiling rustix v0.38.37
12702025-02-21T22:01:37.359Z Compiling futures-core v0.3.31
12712025-02-21T22:01:37.507Z Compiling spin v0.9.8
12722025-02-21T22:01:37.613Z Compiling signal-hook-registry v1.4.2
12732025-02-21T22:01:37.851Z Compiling mio v1.0.2
12742025-02-21T22:01:37.998Z Compiling parking_lot v0.12.3
12752025-02-21T22:01:38.054Z Compiling aho-corasick v1.1.3
12762025-02-21T22:01:38.319Z Compiling cpufeatures v0.2.14
12772025-02-21T22:01:38.435Z Compiling stable_deref_trait v1.2.0
12782025-02-21T22:01:38.510Z Compiling futures-sink v0.3.31
12792025-02-21T22:01:38.559Z Compiling regex-syntax v0.8.5
12802025-02-21T22:01:38.676Z Compiling socket2 v0.5.7
12812025-02-21T22:01:38.846Z Compiling slab v0.4.9
12822025-02-21T22:01:38.849Z Compiling either v1.13.0
12832025-02-21T22:01:39.113Z Compiling glob v0.3.2
12842025-02-21T22:01:39.294Z Compiling prettyplease v0.2.29
12852025-02-21T22:01:39.526Z Compiling lazy_static v1.5.0
12862025-02-21T22:01:39.648Z Compiling minimal-lexical v0.2.1
12872025-02-21T22:01:39.666Z Compiling serde_json v1.0.139
12882025-02-21T22:01:39.683Z Compiling futures-channel v0.3.31
12892025-02-21T22:01:39.919Z Compiling clang-sys v1.8.1
12902025-02-21T22:01:40.018Z Compiling nom v7.1.3
12912025-02-21T22:01:40.069Z Compiling libloading v0.8.5
12922025-02-21T22:01:40.119Z Compiling home v0.5.9
12932025-02-21T22:01:40.591Z Compiling futures-task v0.3.31
12942025-02-21T22:01:40.599Z Compiling futures-io v0.3.31
12952025-02-21T22:01:40.599Z Compiling pin-utils v0.1.0
12962025-02-21T22:01:40.611Z Compiling bindgen v0.69.5
12972025-02-21T22:01:40.665Z Compiling itertools v0.10.5
12982025-02-21T22:01:40.715Z Compiling libm v0.2.8
12992025-02-21T22:01:41.062Z Compiling allocator-api2 v0.2.18
13002025-02-21T22:01:41.462Z Compiling rustc-hash v1.1.0
13012025-02-21T22:01:41.608Z Compiling foldhash v0.1.3
13022025-02-21T22:01:41.814Z Compiling lazycell v1.3.0
13032025-02-21T22:01:41.893Z Compiling hashbrown v0.15.1
13042025-02-21T22:01:41.985Z Compiling regex-automata v0.4.8
13052025-02-21T22:01:42.471Z Compiling cmake v0.1.51
13062025-02-21T22:01:43.064Z Compiling cexpr v0.6.0
13072025-02-21T22:01:43.119Z Compiling num-traits v0.2.19
13082025-02-21T22:01:43.348Z Compiling synstructure v0.13.1
13092025-02-21T22:01:43.459Z Compiling pkg-config v0.3.31
13102025-02-21T22:01:44.349Z Compiling dunce v1.0.5
13112025-02-21T22:01:44.494Z Compiling fs_extra v1.3.0
13122025-02-21T22:01:44.711Z Compiling litemap v0.7.3
13132025-02-21T22:01:44.864Z Compiling writeable v0.5.5
13142025-02-21T22:01:45.040Z Compiling ring v0.17.9
13152025-02-21T22:01:45.093Z Compiling base64ct v1.6.0
13162025-02-21T22:01:45.408Z Compiling paste v1.0.15
13172025-02-21T22:01:45.961Z Compiling pem-rfc7468 v0.7.0
13182025-02-21T22:01:45.980Z Compiling httparse v1.9.5
13192025-02-21T22:01:46.145Z Compiling icu_locid_transform_data v1.5.0
13202025-02-21T22:01:46.261Z Compiling aws-lc-rs v1.10.0
13212025-02-21T22:01:46.573Z Compiling flagset v0.4.6
13222025-02-21T22:01:46.724Z Compiling tracing-core v0.1.32
13232025-02-21T22:01:46.775Z Compiling rustls-pki-types v1.10.0
13242025-02-21T22:01:47.275Z Compiling regex v1.11.1
13252025-02-21T22:01:47.678Z Compiling icu_properties_data v1.5.0
13262025-02-21T22:01:47.723Z Compiling crossbeam-utils v0.8.20
13272025-02-21T22:01:47.880Z Compiling percent-encoding v2.3.1
13282025-02-21T22:01:48.205Z Compiling icu_normalizer_data v1.5.0
13292025-02-21T22:01:48.221Z Compiling write16 v1.0.0
13302025-02-21T22:01:48.283Z Compiling serde_derive v1.0.217
13312025-02-21T22:01:48.304Z Compiling zeroize_derive v1.4.2
13322025-02-21T22:01:48.322Z Compiling zerocopy-derive v0.7.35
13332025-02-21T22:01:48.346Z Compiling tokio-macros v2.5.0
13342025-02-21T22:01:48.603Z Compiling zerofrom-derive v0.1.4
13352025-02-21T22:01:49.698Z Compiling zeroize v1.8.1
13362025-02-21T22:01:49.787Z Compiling yoke-derive v0.7.4
13372025-02-21T22:01:50.237Z Compiling zerocopy v0.7.35
13382025-02-21T22:01:50.537Z Compiling zerovec-derive v0.10.3
13392025-02-21T22:01:51.323Z Compiling crypto-common v0.1.6
13402025-02-21T22:01:51.491Z Compiling block-buffer v0.10.4
13412025-02-21T22:01:51.563Z Compiling thiserror-impl v1.0.69
13422025-02-21T22:01:51.582Z Compiling futures-macro v0.3.31
13432025-02-21T22:01:51.784Z Compiling digest v0.10.7
13442025-02-21T22:01:51.898Z Compiling zerofrom v0.1.4
13452025-02-21T22:01:52.141Z Compiling displaydoc v0.2.5
13462025-02-21T22:01:52.207Z Compiling hmac v0.12.1
13472025-02-21T22:01:52.229Z Compiling yoke v0.7.4
13482025-02-21T22:01:52.256Z Compiling block-padding v0.3.3
13492025-02-21T22:01:52.456Z Compiling inout v0.1.3
13502025-02-21T22:01:52.509Z Compiling sha2 v0.10.8
13512025-02-21T22:01:52.602Z Compiling icu_provider_macros v1.5.0
13522025-02-21T22:01:52.756Z Compiling cipher v0.4.4
13532025-02-21T22:01:52.897Z Compiling zerovec v0.10.4
13542025-02-21T22:01:53.364Z Compiling ppv-lite86 v0.2.20
13552025-02-21T22:01:53.467Z Compiling futures-util v0.3.31
13562025-02-21T22:01:53.650Z Compiling der_derive v0.7.3
13572025-02-21T22:01:53.699Z Compiling tracing-attributes v0.1.27
13582025-02-21T22:01:54.170Z Compiling rand_chacha v0.3.1
13592025-02-21T22:01:54.485Z Compiling thiserror v1.0.69
13602025-02-21T22:01:54.644Z Compiling tinystr v0.7.6
13612025-02-21T22:01:54.873Z Compiling icu_collections v1.5.0
13622025-02-21T22:01:55.017Z Compiling icu_locid v1.5.0
13632025-02-21T22:01:55.941Z Compiling der v0.7.9
13642025-02-21T22:01:56.063Z Compiling pest v2.7.14
13652025-02-21T22:01:56.100Z Compiling icu_provider v1.5.0
13662025-02-21T22:01:56.412Z Compiling rand v0.8.5
13672025-02-21T22:01:56.831Z Compiling icu_locid_transform v1.5.0
13682025-02-21T22:01:57.009Z Compiling tracing v0.1.40
13692025-02-21T22:01:57.045Z Compiling salsa20 v0.10.2
13702025-02-21T22:01:57.260Z Compiling pbkdf2 v0.12.2
13712025-02-21T22:01:57.427Z Compiling vcpkg v0.2.15
13722025-02-21T22:01:57.519Z Compiling untrusted v0.9.0
13732025-02-21T22:01:57.716Z Compiling untrusted v0.7.1
13742025-02-21T22:01:57.921Z Compiling spki v0.7.3
13752025-02-21T22:01:58.349Z Compiling icu_properties v1.5.1
13762025-02-21T22:01:58.453Z Compiling utf8_iter v1.0.4
13772025-02-21T22:01:58.707Z Compiling time-core v0.1.2
13782025-02-21T22:01:58.897Z Compiling utf16_iter v1.0.5
13792025-02-21T22:01:58.920Z Compiling num-conv v0.1.0
13802025-02-21T22:01:58.941Z Compiling mirai-annotations v1.12.0
13812025-02-21T22:01:59.023Z Compiling powerfmt v0.2.0
13822025-02-21T22:01:59.106Z Compiling pest_meta v2.7.14
13832025-02-21T22:01:59.124Z Compiling openssl-sys v0.9.106
13842025-02-21T22:01:59.142Z Compiling scrypt v0.11.0
13852025-02-21T22:01:59.177Z Compiling time-macros v0.2.18
13862025-02-21T22:01:59.402Z Compiling deranged v0.3.11
13872025-02-21T22:01:59.667Z Compiling aes v0.8.4
13882025-02-21T22:02:00.137Z Compiling cbc v0.1.2
13892025-02-21T22:02:00.848Z Compiling bitflags v2.6.0
13902025-02-21T22:02:00.873Z Compiling bytes v1.9.0
13912025-02-21T22:02:02.041Z Compiling tokio v1.43.0
13922025-02-21T22:02:02.138Z Compiling indexmap v2.7.1
13932025-02-21T22:02:02.371Z Compiling http v1.2.0
13942025-02-21T22:02:02.845Z Compiling semver v1.0.25
13952025-02-21T22:02:03.215Z Compiling icu_normalizer v1.5.0
13962025-02-21T22:02:03.451Z Compiling rustc_version v0.4.1
13972025-02-21T22:02:03.493Z Compiling scroll_derive v0.12.0
13982025-02-21T22:02:03.535Z Compiling num_threads v0.1.7
13992025-02-21T22:02:03.683Z Compiling tinyvec_macros v0.1.1
14002025-02-21T22:02:03.788Z Compiling atomic-waker v1.1.2
14012025-02-21T22:02:03.989Z Compiling http-body v1.0.1
14022025-02-21T22:02:04.125Z Compiling idna_adapter v1.2.0
14032025-02-21T22:02:04.239Z Compiling tinyvec v1.8.0
14042025-02-21T22:02:04.299Z Compiling time v0.3.36
14052025-02-21T22:02:04.359Z Compiling pkcs5 v0.7.1
14062025-02-21T22:02:04.470Z Compiling pest_generator v2.7.14
14072025-02-21T22:02:04.885Z Compiling which v4.4.2
14082025-02-21T22:02:04.904Z Compiling scroll v0.12.0
14092025-02-21T22:02:05.439Z Compiling form_urlencoded v1.2.1
14102025-02-21T22:02:05.520Z Compiling slog v2.7.0
14112025-02-21T22:02:05.684Z Compiling try-lock v0.2.5
14122025-02-21T22:02:05.741Z Compiling goblin v0.8.2
14132025-02-21T22:02:05.850Z Compiling want v0.3.1
14142025-02-21T22:02:05.871Z Compiling pkcs8 v0.10.2
14152025-02-21T22:02:06.095Z Compiling idna v1.0.3
14162025-02-21T22:02:06.120Z Compiling uuid v1.12.0
14172025-02-21T22:02:06.274Z Compiling pest_derive v2.7.14
14182025-02-21T22:02:06.484Z Compiling iana-time-zone v0.1.61
14192025-02-21T22:02:06.821Z Compiling tower-service v0.3.3
14202025-02-21T22:02:06.967Z Compiling httpdate v1.0.3
14212025-02-21T22:02:07.055Z Compiling dtrace-parser v0.2.0
14222025-02-21T22:02:07.401Z Compiling chrono v0.4.39
14232025-02-21T22:02:07.593Z Compiling serde_spanned v0.6.8
14242025-02-21T22:02:07.829Z Compiling toml_datetime v0.6.8
14252025-02-21T22:02:08.303Z Compiling serde_tokenstream v0.2.2
14262025-02-21T22:02:08.328Z Compiling adler2 v2.0.0
14272025-02-21T22:02:08.550Z Compiling foreign-types-shared v0.1.1
14282025-02-21T22:02:08.683Z Compiling base64 v0.22.1
14292025-02-21T22:02:08.794Z Compiling rustversion v1.0.17
14302025-02-21T22:02:08.883Z Compiling match_cfg v0.1.0
14312025-02-21T22:02:08.955Z Compiling openssl v0.10.71
14322025-02-21T22:02:08.990Z Compiling hostname v0.3.1
14332025-02-21T22:02:09.196Z Compiling foreign-types v0.3.2
14342025-02-21T22:02:09.297Z Compiling miniz_oxide v0.8.0
14352025-02-21T22:02:09.343Z Compiling url v2.5.3
14362025-02-21T22:02:09.543Z Compiling openssl-macros v0.1.1
14372025-02-21T22:02:10.275Z Compiling tokio-util v0.7.12
14382025-02-21T22:02:10.607Z Compiling async-trait v0.1.86
14392025-02-21T22:02:10.628Z Compiling serde_derive_internals v0.29.1
14402025-02-21T22:02:10.683Z Compiling dirs-sys-next v0.1.2
14412025-02-21T22:02:11.062Z Compiling siphasher v0.3.11
14422025-02-21T22:02:11.237Z Compiling h2 v0.4.6
14432025-02-21T22:02:11.442Z Compiling dof v0.3.0
14442025-02-21T22:02:11.519Z Compiling syn v1.0.109
14452025-02-21T22:02:12.087Z Compiling rustls v0.23.19
14462025-02-21T22:02:12.380Z Compiling usdt-impl v0.5.0
14472025-02-21T22:02:12.820Z Compiling rustls v0.22.4
14482025-02-21T22:02:12.953Z Compiling schemars v0.8.21
14492025-02-21T22:02:13.117Z Compiling native-tls v0.2.12
14502025-02-21T22:02:13.172Z Compiling data-encoding v2.6.0
14512025-02-21T22:02:13.415Z Compiling schemars_derive v0.8.21
14522025-02-21T22:02:13.586Z Compiling dirs-next v2.0.0
14532025-02-21T22:02:14.782Z Compiling unicode-normalization v0.1.24
14542025-02-21T22:02:14.954Z Compiling http-body-util v0.1.2
14552025-02-21T22:02:14.988Z Compiling heapless v0.7.17
14562025-02-21T22:02:15.124Z Compiling crossbeam-epoch v0.9.18
14572025-02-21T22:02:15.407Z Compiling sha1 v0.10.6
14582025-02-21T22:02:15.443Z Compiling signature v2.2.0
14592025-02-21T22:02:15.729Z Compiling bzip2-sys v0.1.11+1.0.8
14602025-02-21T22:02:15.786Z Compiling thread_local v1.1.8
14612025-02-21T22:02:15.822Z Compiling multer v3.1.0
14622025-02-21T22:02:15.826Z Compiling cookie v0.18.1
14632025-02-21T22:02:16.113Z Compiling encoding_rs v0.8.34
14642025-02-21T22:02:16.155Z Compiling signal-hook v0.3.17
14652025-02-21T22:02:16.216Z Compiling unicode-bidi v0.3.17
14662025-02-21T22:02:16.234Z Compiling dyn-clone v1.0.18
14672025-02-21T22:02:16.296Z Compiling gimli v0.31.1
14682025-02-21T22:02:16.439Z Compiling mime v0.3.17
14692025-02-21T22:02:16.457Z Compiling slog-async v2.8.0
14702025-02-21T22:02:16.935Z Compiling rayon-core v1.12.1
14712025-02-21T22:02:16.959Z Compiling ipnet v2.10.1
14722025-02-21T22:02:17.235Z Compiling unicode-properties v0.1.3
14732025-02-21T22:02:17.437Z Compiling openssl-probe v0.1.5
14742025-02-21T22:02:17.662Z Compiling toml_edit v0.22.22
14752025-02-21T22:02:17.765Z Compiling stringprep v0.1.5
14762025-02-21T22:02:18.873Z Compiling hyper v1.5.2
14772025-02-21T22:02:20.709Z Compiling addr2line v0.24.2
14782025-02-21T22:02:21.095Z Compiling hyper-util v0.1.10
14792025-02-21T22:02:21.287Z Compiling crossbeam-deque v0.8.5
14802025-02-21T22:02:21.362Z Compiling usdt-macro v0.5.0
14812025-02-21T22:02:21.409Z Compiling usdt-attr-macro v0.5.0
14822025-02-21T22:02:21.619Z Compiling term v0.7.0
14832025-02-21T22:02:22.583Z Compiling slog-json v2.6.1
14842025-02-21T22:02:22.660Z Compiling serde_urlencoded v0.7.1
14852025-02-21T22:02:22.798Z Compiling curve25519-dalek v4.1.3
14862025-02-21T22:02:22.828Z Compiling crossbeam-channel v0.5.13
14872025-02-21T22:02:22.945Z Compiling enum-as-inner v0.6.1
14882025-02-21T22:02:23.135Z Compiling futures-executor v0.3.31
14892025-02-21T22:02:23.530Z Compiling md-5 v0.10.6
14902025-02-21T22:02:23.648Z Compiling async-stream-impl v0.3.6
14912025-02-21T22:02:23.799Z Compiling rustls-pemfile v2.2.0
14922025-02-21T22:02:23.858Z Compiling num-integer v0.1.46
14932025-02-21T22:02:23.940Z Compiling hash32 v0.2.1
14942025-02-21T22:02:24.044Z Compiling ff v0.13.0
14952025-02-21T22:02:24.125Z Compiling is-terminal v0.4.13
14962025-02-21T22:02:24.266Z Compiling object v0.36.5
14972025-02-21T22:02:24.287Z Compiling memoffset v0.9.1
14982025-02-21T22:02:24.305Z Compiling dropshot v0.12.0
14992025-02-21T22:02:24.553Z Compiling smoltcp v0.9.1
15002025-02-21T22:02:24.587Z Compiling quick-error v1.2.3
15012025-02-21T22:02:24.604Z Compiling portable-atomic v1.9.0
15022025-02-21T22:02:24.687Z Compiling litrs v0.4.1
15032025-02-21T22:02:24.743Z Compiling anyhow v1.0.96
15042025-02-21T22:02:24.878Z Compiling base16ct v0.2.0
15052025-02-21T22:02:25.171Z Compiling psl-types v2.0.11
15062025-02-21T22:02:25.191Z Compiling take_mut v0.2.2
15072025-02-21T22:02:25.344Z Compiling rustc-demangle v0.1.24
15082025-02-21T22:02:25.366Z Compiling num-bigint-dig v0.8.4
15092025-02-21T22:02:25.375Z Compiling cfg_aliases v0.2.1
15102025-02-21T22:02:25.499Z Compiling linked-hash-map v0.5.6
15112025-02-21T22:02:25.566Z Compiling utf-8 v0.7.6
15122025-02-21T22:02:25.703Z Compiling fallible-iterator v0.2.0
15132025-02-21T22:02:25.756Z Compiling document-features v0.2.10
15142025-02-21T22:02:25.865Z Compiling lru-cache v0.1.2
15152025-02-21T22:02:25.915Z Compiling tungstenite v0.24.0
15162025-02-21T22:02:26.125Z Compiling nix v0.29.0
15172025-02-21T22:02:26.337Z Compiling postgres-protocol v0.6.7
15182025-02-21T22:02:26.950Z Compiling publicsuffix v2.3.0
15192025-02-21T22:02:27.008Z Compiling sec1 v0.7.3
15202025-02-21T22:02:27.244Z Compiling async-stream v0.3.6
15212025-02-21T22:02:27.510Z Compiling resolv-conf v0.7.0
15222025-02-21T22:02:28.044Z Compiling num-iter v0.1.45
15232025-02-21T22:02:28.071Z Compiling usdt v0.5.0
15242025-02-21T22:02:28.071Z Compiling group v0.13.0
15252025-02-21T22:02:28.071Z Compiling slog-term v2.9.1
15262025-02-21T22:02:28.071Z Compiling hickory-proto v0.24.3
15272025-02-21T22:02:28.204Z Compiling futures v0.3.31
15282025-02-21T22:02:28.233Z Compiling slog-bunyan v2.5.0
15292025-02-21T22:02:28.902Z Compiling toml v0.8.19
15302025-02-21T22:02:29.434Z Compiling tokio-native-tls v0.3.1
15312025-02-21T22:02:29.837Z Compiling camino v1.1.9
15322025-02-21T22:02:29.966Z Compiling phf_shared v0.11.2
15332025-02-21T22:02:30.325Z Compiling dropshot_endpoint v0.12.0
15342025-02-21T22:02:30.382Z Compiling terminal_size v0.4.0
15352025-02-21T22:02:30.524Z Compiling waitgroup v0.1.2
15362025-02-21T22:02:30.604Z Compiling openapiv3 v2.0.0
15372025-02-21T22:02:30.644Z Compiling serde_path_to_error v0.1.16
15382025-02-21T22:02:30.737Z Compiling backtrace v0.3.74
15392025-02-21T22:02:31.310Z Compiling hkdf v0.12.4
15402025-02-21T22:02:31.405Z Compiling crypto-bigint v0.5.5
15412025-02-21T22:02:31.574Z Compiling zerocopy-derive v0.6.6
15422025-02-21T22:02:33.529Z Compiling curve25519-dalek-derive v0.1.1
15432025-02-21T22:02:33.591Z Compiling webpki-roots v0.26.6
15442025-02-21T22:02:33.804Z Compiling sync_wrapper v1.0.1
15452025-02-21T22:02:33.943Z Compiling hubpack_derive v0.1.1
15462025-02-21T22:02:33.963Z Compiling hostname v0.4.0
15472025-02-21T22:02:34.187Z Compiling ahash v0.8.11
15482025-02-21T22:02:34.342Z Compiling crc32fast v1.4.2
15492025-02-21T22:02:34.544Z Compiling fs-err v2.11.0
15502025-02-21T22:02:34.620Z Compiling winnow v0.5.40
15512025-02-21T22:02:34.693Z Compiling unicode-width v0.2.0
15522025-02-21T22:02:34.786Z Compiling newtype-uuid v1.2.1
15532025-02-21T22:02:34.864Z Compiling debug-ignore v1.0.5
15542025-02-21T22:02:34.867Z Compiling bitflags v1.3.2
15552025-02-21T22:02:34.987Z Compiling tower-layer v0.3.3
15562025-02-21T22:02:35.035Z Compiling managed v0.8.0
15572025-02-21T22:02:35.100Z Compiling strum_macros v0.25.3
15582025-02-21T22:02:35.218Z Compiling console v0.15.10
15592025-02-21T22:02:35.276Z Compiling tower v0.5.2
15602025-02-21T22:02:36.107Z Compiling clap_builder v4.5.30
15612025-02-21T22:02:37.110Z Compiling hubpack v0.1.2
15622025-02-21T22:02:37.226Z Compiling flate2 v1.0.35
15632025-02-21T22:02:37.503Z Compiling elliptic-curve v0.13.8
15642025-02-21T22:02:37.545Z Compiling hickory-resolver v0.24.3
15652025-02-21T22:02:38.066Z Compiling toml_edit v0.19.15
15662025-02-21T22:02:38.088Z Compiling zerocopy v0.6.6
15672025-02-21T22:02:38.715Z Compiling phf v0.11.2
15682025-02-21T22:02:38.835Z Compiling signal-hook-mio v0.2.4
15692025-02-21T22:02:39.018Z Compiling hyper-tls v0.6.0
15702025-02-21T22:02:39.036Z Compiling cookie_store v0.21.1
15712025-02-21T22:02:39.143Z Compiling rayon v1.10.0
15722025-02-21T22:02:39.415Z Compiling bzip2 v0.4.4
15732025-02-21T22:02:40.599Z Compiling postgres-types v0.2.8
15742025-02-21T22:02:41.896Z Compiling tokio-tungstenite v0.24.0
15752025-02-21T22:02:43.069Z Compiling ed25519 v2.2.3
15762025-02-21T22:02:43.470Z Compiling phf_shared v0.10.0
15772025-02-21T22:02:43.638Z Compiling tokio-stream v0.1.16
15782025-02-21T22:02:43.678Z Compiling pkcs1 v0.7.5
15792025-02-21T22:02:43.823Z Compiling serde-big-array v0.5.1
15802025-02-21T22:02:44.062Z Compiling clap_derive v4.5.28
15812025-02-21T22:02:44.420Z Compiling rfc6979 v0.4.0
15822025-02-21T22:02:44.566Z Compiling derive-where v1.2.7
15832025-02-21T22:02:44.587Z Compiling serde_repr v0.1.19
15842025-02-21T22:02:44.625Z Compiling bstr v1.10.0
15852025-02-21T22:02:44.936Z Compiling float-cmp v0.10.0
15862025-02-21T22:02:44.977Z Compiling predicates-core v1.0.8
15872025-02-21T22:02:45.171Z Compiling bit-vec v0.6.3
15882025-02-21T22:02:45.288Z Compiling precomputed-hash v0.1.1
15892025-02-21T22:02:45.426Z Compiling difflib v0.4.0
15902025-02-21T22:02:45.586Z Compiling number_prefix v0.4.0
15912025-02-21T22:02:45.633Z Compiling new_debug_unreachable v1.0.6
15922025-02-21T22:02:45.741Z Compiling fixedbitset v0.4.2
15932025-02-21T22:02:45.823Z Compiling whoami v1.5.2
15942025-02-21T22:02:46.159Z Compiling normalize-line-endings v0.3.0
15952025-02-21T22:02:46.177Z Compiling unicode-segmentation v1.12.0
15962025-02-21T22:02:46.303Z Compiling static_assertions v1.1.0
15972025-02-21T22:02:46.407Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15982025-02-21T22:02:46.423Z Compiling predicates v3.1.3
15992025-02-21T22:02:46.787Z Compiling tokio-postgres v0.7.12
16002025-02-21T22:02:47.062Z Compiling similar v2.6.0
16012025-02-21T22:02:47.649Z Compiling petgraph v0.6.5
16022025-02-21T22:02:47.915Z Compiling indicatif v0.17.11
16032025-02-21T22:02:48.545Z Compiling clap v4.5.30
16042025-02-21T22:02:48.681Z Compiling string_cache v0.8.7
16052025-02-21T22:02:49.124Z Compiling bit-set v0.5.3
16062025-02-21T22:02:49.142Z Compiling ecdsa v0.16.9
16072025-02-21T22:02:49.409Z Compiling rsa v0.9.6
16082025-02-21T22:02:49.951Z Compiling ed25519-dalek v2.1.1
16092025-02-21T22:02:51.243Z Compiling toml v0.7.8
16102025-02-21T22:02:51.266Z Compiling zip v0.6.6
16112025-02-21T22:02:51.904Z Compiling crossterm v0.28.1
16122025-02-21T22:02:52.673Z Compiling hex v0.4.3
16132025-02-21T22:02:52.834Z Compiling x509-cert v0.2.5
16142025-02-21T22:02:52.921Z Compiling lalrpop-util v0.19.12
16152025-02-21T22:02:53.282Z Compiling peg-runtime v0.8.3
16162025-02-21T22:02:53.308Z Compiling unicode-xid v0.2.6
16172025-02-21T22:02:53.327Z Compiling strum_macros v0.26.4
16182025-02-21T22:02:53.516Z Compiling xattr v1.3.1
16192025-02-21T22:02:53.540Z Compiling filetime v0.2.25
16202025-02-21T22:02:53.785Z Compiling tar v0.4.42
16212025-02-21T22:02:57.744Z Compiling strum v0.26.3
16222025-02-21T22:03:01.237Z Compiling aws-lc-sys v0.22.0
16232025-02-21T22:03:28.448Z Compiling rustls-webpki v0.102.8
16242025-02-21T22:03:31.594Z Compiling tokio-rustls v0.25.0
16252025-02-21T22:03:33.349Z Compiling tokio-rustls v0.26.0
16262025-02-21T22:03:33.670Z Compiling hyper-rustls v0.27.3
16272025-02-21T22:03:34.046Z Compiling reqwest v0.12.12
16282025-02-21T22:03:35.191Z Compiling qorb v0.2.1
16292025-02-21T22:03:38.117Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16302025-02-21T22:03:38.386Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16312025-02-21T22:03:42.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
16322025-02-21T22:03:42.914Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16332025-02-21T22:03:42.956ZFeb 21 22:03:41.315 INFO Starting download, target: Clickhouse
16342025-02-21T22:03:42.956ZFeb 21 22:03:41.315 INFO Starting download, target: Console
16352025-02-21T22:03:42.956ZFeb 21 22:03:41.315 INFO Starting download, target: Cockroach
16362025-02-21T22:03:42.961ZFeb 21 22:03:41.315 INFO Starting download, target: DendriteOpenapi
16372025-02-21T22:03:42.961ZFeb 21 22:03:41.315 INFO Starting download, target: DendriteStub
16382025-02-21T22:03:42.961ZFeb 21 22:03:41.315 INFO Starting download, target: MaghemiteMgd
16392025-02-21T22:03:42.961ZFeb 21 22:03:41.315 INFO Starting download, target: TransceiverControl
16402025-02-21T22:03:42.961ZFeb 21 22:03:41.316 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16412025-02-21T22:03:42.961ZFeb 21 22:03:41.316 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16422025-02-21T22:03:42.961ZFeb 21 22:03:41.316 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16432025-02-21T22:03:42.962ZFeb 21 22:03:41.316 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16442025-02-21T22:03:42.962ZFeb 21 22:03:41.316 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16452025-02-21T22:03:42.962ZFeb 21 22:03:41.316 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16462025-02-21T22:03:42.962ZFeb 21 22:03:41.316 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16472025-02-21T22:03:43.256ZFeb 21 22:03:41.588 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16482025-02-21T22:03:43.283ZFeb 21 22:03:41.625 INFO Download complete, target: DendriteOpenapi
16492025-02-21T22:03:43.528ZFeb 21 22:03:41.876 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16502025-02-21T22:03:43.743ZFeb 21 22:03:42.088 INFO Download complete, target: TransceiverControl
16512025-02-21T22:03:43.885ZFeb 21 22:03:42.235 INFO Download complete, target: Console
16522025-02-21T22:03:43.929ZFeb 21 22:03:42.278 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16532025-02-21T22:03:43.996ZFeb 21 22:03:42.354 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16542025-02-21T22:03:44.579ZFeb 21 22:03:42.938 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16552025-02-21T22:03:44.579ZFeb 21 22:03:42.938 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16562025-02-21T22:03:45.159ZFeb 21 22:03:43.518 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16572025-02-21T22:03:46.791ZFeb 21 22:03:45.150 INFO Download complete, target: DendriteStub
16582025-02-21T22:03:46.894ZFeb 21 22:03:45.253 INFO Download complete, target: MaghemiteMgd
16592025-02-21T22:03:51.958ZFeb 21 22:03:50.316 INFO Checking that binary works, target: Cockroach
16602025-02-21T22:03:52.268ZFeb 21 22:03:50.626 INFO Download complete, target: Cockroach
16612025-02-21T22:03:57.674ZFeb 21 22:03:56.030 INFO Checking that binary works, target: Clickhouse
16622025-02-21T22:03:57.799ZFeb 21 22:03:56.156 INFO Download complete, target: Clickhouse
16632025-02-21T22:03:57.807ZAll prerequisites installed successfully
16642025-02-21T22:03:57.810Z
16652025-02-21T22:03:57.810Zreal 4:26.032092552
16662025-02-21T22:03:57.810Zuser 15:13.158617687
16672025-02-21T22:03:57.810Zsys 1:59.548182600
16682025-02-21T22:03:57.810Ztrap 0.506562378
16692025-02-21T22:03:57.810Ztflt 0.974471659
16702025-02-21T22:03:57.810Zdflt 1.314609310
16712025-02-21T22:03:57.810Zkflt 0.028324891
16722025-02-21T22:03:57.810Zlock 26:49.683752715
16732025-02-21T22:03:57.810Zslp 53:11.755469179
16742025-02-21T22:03:57.810Zlat 57.374599313
16752025-02-21T22:03:57.810Zstop 2:13.248630213
16762025-02-21T22:03:57.810Z+ source ./tools/include/force-git-over-https.sh
16772025-02-21T22:03:57.810Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16782025-02-21T22:03:57.810Z++ (( i = 0 ))
16792025-02-21T22:03:57.810Z++ (( i < 5 ))
16802025-02-21T22:03:57.810Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16812025-02-21T22:03:57.814Z++ (( i++ ))
16822025-02-21T22:03:57.814Z++ (( i < 5 ))
16832025-02-21T22:03:57.814Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16842025-02-21T22:03:57.816Z++ (( i++ ))
16852025-02-21T22:03:57.816Z++ (( i < 5 ))
16862025-02-21T22:03:57.816Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16872025-02-21T22:03:57.821Z++ (( i++ ))
16882025-02-21T22:03:57.821Z++ (( i < 5 ))
16892025-02-21T22:03:57.821Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16902025-02-21T22:03:57.824Z++ (( i++ ))
16912025-02-21T22:03:57.824Z++ (( i < 5 ))
16922025-02-21T22:03:57.824Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16932025-02-21T22:03:57.826Z++ (( i++ ))
16942025-02-21T22:03:57.826Z++ (( i < 5 ))
16952025-02-21T22:03:57.826Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16962025-02-21T22:03:57.826Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16972025-02-21T22:03:57.826Z+ rc=0
16982025-02-21T22:03:57.826Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16992025-02-21T22:04:31.235Z+ case $rc in
17002025-02-21T22:04:31.235Z+ pfexec zfs create -p rpool/images/build/host
17012025-02-21T22:04:31.470Z+ pfexec zfs create -p rpool/images/build/recovery
17022025-02-21T22:04:31.556Z+ cargo xtask releng --output-dir /work
17032025-02-21T22:04:32.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17042025-02-21T22:04:32.098Z Running `target/debug/xtask releng --output-dir /work`
17052025-02-21T22:04:33.004Z Compiling proc-macro2 v1.0.92
17062025-02-21T22:04:33.004Z Compiling unicode-ident v1.0.14
17072025-02-21T22:04:33.007Z Compiling libc v0.2.169
17082025-02-21T22:04:33.007Z Compiling serde v1.0.217
17092025-02-21T22:04:33.007Z Compiling autocfg v1.4.0
17102025-02-21T22:04:33.007Z Compiling version_check v0.9.5
17112025-02-21T22:04:33.007Z Compiling cfg-if v1.0.0
17122025-02-21T22:04:33.292Z Compiling memchr v2.7.4
17132025-02-21T22:04:33.313Z Compiling typenum v1.17.0
17142025-02-21T22:04:33.410Z Compiling shlex v1.3.0
17152025-02-21T22:04:33.798Z Compiling value-bag v1.9.0
17162025-02-21T22:04:33.872Z Compiling generic-array v0.14.7
17172025-02-21T22:04:33.908Z Compiling lock_api v0.4.12
17182025-02-21T22:04:34.224Z Compiling log v0.4.22
17192025-02-21T22:04:34.281Z Compiling scopeguard v1.2.0
17202025-02-21T22:04:34.480Z Compiling parking_lot_core v0.9.10
17212025-02-21T22:04:34.562Z Compiling rustix v0.38.37
17222025-02-21T22:04:34.892Z Compiling quote v1.0.38
17232025-02-21T22:04:34.976Z Compiling serde_json v1.0.139
17242025-02-21T22:04:35.030Z Compiling libm v0.2.8
17252025-02-21T22:04:35.219Z Compiling jobserver v0.1.32
17262025-02-21T22:04:35.236Z Compiling getrandom v0.2.15
17272025-02-21T22:04:35.343Z Compiling syn v2.0.96
17282025-02-21T22:04:35.421Z Compiling num-traits v0.2.19
17292025-02-21T22:04:35.451Z Compiling once_cell v1.20.3
17302025-02-21T22:04:35.609Z Compiling cc v1.1.30
17312025-02-21T22:04:35.632Z Compiling slab v0.4.9
17322025-02-21T22:04:35.772Z Compiling thiserror v1.0.69
17332025-02-21T22:04:35.815Z Compiling itoa v1.0.11
17342025-02-21T22:04:35.875Z Compiling aho-corasick v1.1.3
17352025-02-21T22:04:36.004Z Compiling regex-syntax v0.8.5
17362025-02-21T22:04:36.067Z Compiling spin v0.9.8
17372025-02-21T22:04:36.550Z Compiling errno v0.3.9
17382025-02-21T22:04:36.641Z Compiling byteorder v1.5.0
17392025-02-21T22:04:36.943Z Compiling glob v0.3.2
17402025-02-21T22:04:37.131Z Compiling either v1.13.0
17412025-02-21T22:04:37.160Z Compiling rand_core v0.6.4
17422025-02-21T22:04:37.601Z Compiling prettyplease v0.2.29
17432025-02-21T22:04:37.625Z Compiling subtle v2.6.1
17442025-02-21T22:04:37.738Z Compiling clang-sys v1.8.1
17452025-02-21T22:04:37.872Z Compiling lazy_static v1.5.0
17462025-02-21T22:04:37.994Z Compiling minimal-lexical v0.2.1
17472025-02-21T22:04:38.490Z Compiling nom v7.1.3
17482025-02-21T22:04:38.511Z Compiling libloading v0.8.5
17492025-02-21T22:04:38.548Z Compiling smallvec v1.13.2
17502025-02-21T22:04:38.577Z Compiling home v0.5.9
17512025-02-21T22:04:38.775Z Compiling bindgen v0.69.5
17522025-02-21T22:04:39.357Z Compiling itertools v0.10.5
17532025-02-21T22:04:39.698Z Compiling regex-automata v0.4.8
17542025-02-21T22:04:39.762Z Compiling lazycell v1.3.0
17552025-02-21T22:04:40.022Z Compiling rustc-hash v1.1.0
17562025-02-21T22:04:40.352Z Compiling cmake v0.1.51
17572025-02-21T22:04:41.167Z Compiling fs_extra v1.3.0
17582025-02-21T22:04:41.495Z Compiling pkg-config v0.3.31
17592025-02-21T22:04:41.735Z Compiling cexpr v0.6.0
17602025-02-21T22:04:41.951Z Compiling dunce v1.0.5
17612025-02-21T22:04:42.070Z Compiling semver v1.0.25
17622025-02-21T22:04:42.123Z Compiling ring v0.17.9
17632025-02-21T22:04:42.460Z Compiling paste v1.0.15
17642025-02-21T22:04:42.674Z Compiling synstructure v0.13.1
17652025-02-21T22:04:43.178Z Compiling ryu v1.0.18
17662025-02-21T22:04:43.282Z Compiling heck v0.5.0
17672025-02-21T22:04:43.546Z Compiling aws-lc-rs v1.10.0
17682025-02-21T22:04:43.763Z Compiling httparse v1.9.5
17692025-02-21T22:04:44.011Z Compiling pin-project-lite v0.2.14
17702025-02-21T22:04:44.169Z Compiling const-oid v0.9.6
17712025-02-21T22:04:44.597Z Compiling allocator-api2 v0.2.18
17722025-02-21T22:04:44.620Z Compiling futures-core v0.3.31
17732025-02-21T22:04:45.392Z Compiling signal-hook-registry v1.4.2
17742025-02-21T22:04:45.698Z Compiling regex v1.11.1
17752025-02-21T22:04:46.698Z Compiling parking_lot v0.12.3
17762025-02-21T22:04:46.726Z Compiling mio v1.0.2
17772025-02-21T22:04:46.869Z Compiling num-conv v0.1.0
17782025-02-21T22:04:46.896Z Compiling serde_derive v1.0.217
17792025-02-21T22:04:46.909Z Compiling zeroize_derive v1.4.2
17802025-02-21T22:04:46.922Z Compiling zerocopy-derive v0.7.35
17812025-02-21T22:04:47.173Z Compiling tokio-macros v2.5.0
17822025-02-21T22:04:48.164Z Compiling thiserror-impl v1.0.69
17832025-02-21T22:04:48.527Z Compiling zerofrom-derive v0.1.4
17842025-02-21T22:04:48.561Z Compiling zeroize v1.8.1
17852025-02-21T22:04:48.710Z Compiling yoke-derive v0.7.4
17862025-02-21T22:04:48.884Z Compiling futures-macro v0.3.31
17872025-02-21T22:04:49.039Z Compiling zerovec-derive v0.10.3
17882025-02-21T22:04:49.083Z Compiling displaydoc v0.2.5
17892025-02-21T22:04:50.759Z Compiling zerocopy v0.7.35
17902025-02-21T22:04:50.843Z Compiling icu_provider_macros v1.5.0
17912025-02-21T22:04:51.059Z Compiling crypto-common v0.1.6
17922025-02-21T22:04:51.400Z Compiling tracing-attributes v0.1.27
17932025-02-21T22:04:51.445Z Compiling block-buffer v0.10.4
17942025-02-21T22:04:51.810Z Compiling digest v0.10.7
17952025-02-21T22:04:51.833Z Compiling der_derive v0.7.3
17962025-02-21T22:04:52.384Z Compiling time-core v0.1.2
17972025-02-21T22:04:52.513Z Compiling vcpkg v0.2.15
17982025-02-21T22:04:52.618Z Compiling time-macros v0.2.18
17992025-02-21T22:04:52.855Z Compiling crossbeam-utils v0.8.20
18002025-02-21T22:04:53.177Z Compiling schemars v0.8.21
18012025-02-21T22:04:53.331Z Compiling serde_derive_internals v0.29.1
18022025-02-21T22:04:53.549Z Compiling socket2 v0.5.7
18032025-02-21T22:04:53.994Z Compiling openssl-sys v0.9.106
18042025-02-21T22:04:55.269Z Compiling schemars_derive v0.8.21
18052025-02-21T22:04:55.613Z Compiling fnv v1.0.7
18062025-02-21T22:04:55.753Z Compiling futures-sink v0.3.31
18072025-02-21T22:04:56.851Z Compiling ahash v0.8.11
18082025-02-21T22:04:57.219Z Compiling stable_deref_trait v1.2.0
18092025-02-21T22:04:57.306Z Compiling equivalent v1.0.1
18102025-02-21T22:04:57.502Z Compiling cpufeatures v0.2.14
18112025-02-21T22:04:57.624Z Compiling foldhash v0.1.3
18122025-02-21T22:04:57.965Z Compiling hashbrown v0.15.1
18132025-02-21T22:04:58.098Z Compiling slog v2.7.0
18142025-02-21T22:04:58.257Z Compiling futures-channel v0.3.31
18152025-02-21T22:04:58.332Z Compiling zerofrom v0.1.4
18162025-02-21T22:04:58.700Z Compiling futures-io v0.3.31
18172025-02-21T22:04:58.717Z Compiling pin-utils v0.1.0
18182025-02-21T22:04:58.744Z Compiling futures-task v0.3.31
18192025-02-21T22:04:58.862Z Compiling yoke v0.7.4
18202025-02-21T22:04:59.120Z Compiling futures-util v0.3.31
18212025-02-21T22:04:59.229Z Compiling openssl v0.10.71
18222025-02-21T22:04:59.320Z Compiling zerovec v0.10.4
18232025-02-21T22:04:59.572Z Compiling bitflags v2.6.0
18242025-02-21T22:04:59.620Z Compiling bytes v1.9.0
18252025-02-21T22:04:59.797Z Compiling indexmap v2.7.1
18262025-02-21T22:05:01.261Z Compiling tokio v1.43.0
18272025-02-21T22:05:02.656Z Compiling serde_tokenstream v0.2.2
18282025-02-21T22:05:02.668Z Compiling http v1.2.0
18292025-02-21T22:05:07.200Z Compiling which v4.4.2
18302025-02-21T22:05:07.287Z Compiling scroll_derive v0.12.0
18312025-02-21T22:05:07.287Z Compiling ucd-trie v0.1.7
18322025-02-21T22:05:07.287Z Compiling pest v2.7.14
18332025-02-21T22:05:07.287Z Compiling rustc_version v0.4.1
18342025-02-21T22:05:08.124Z Compiling uuid v1.12.0
18352025-02-21T22:05:08.766Z Compiling hmac v0.12.1
18362025-02-21T22:05:08.940Z Compiling openssl-macros v0.1.1
18372025-02-21T22:05:08.972Z Compiling iana-time-zone v0.1.61
18382025-02-21T22:05:09.097Z Compiling native-tls v0.2.12
18392025-02-21T22:05:09.338Z Compiling rustls v0.23.19
18402025-02-21T22:05:09.595Z Compiling chrono v0.4.39
18412025-02-21T22:05:09.736Z Compiling pest_meta v2.7.14
18422025-02-21T22:05:09.799Z Compiling tinystr v0.7.6
18432025-02-21T22:05:10.351Z Compiling block-padding v0.3.3
18442025-02-21T22:05:10.672Z Compiling writeable v0.5.5
18452025-02-21T22:05:10.696Z Compiling litemap v0.7.3
18462025-02-21T22:05:11.245Z Compiling icu_locid v1.5.0
18472025-02-21T22:05:11.660Z Compiling pest_generator v2.7.14
18482025-02-21T22:05:11.878Z Compiling inout v0.1.3
18492025-02-21T22:05:13.049Z Compiling cookie v0.18.1
18502025-02-21T22:05:14.199Z Compiling pest_derive v2.7.14
18512025-02-21T22:05:14.304Z Compiling icu_provider v1.5.0
18522025-02-21T22:05:15.388Z Compiling cipher v0.4.4
18532025-02-21T22:05:16.055Z Compiling sha2 v0.10.8
18542025-02-21T22:05:16.578Z Compiling async-trait v0.1.86
18552025-02-21T22:05:16.821Z Compiling tracing-core v0.1.32
18562025-02-21T22:05:16.855Z Compiling usdt-impl v0.5.0
18572025-02-21T22:05:17.401Z Compiling aws-lc-sys v0.22.0
18582025-02-21T22:05:17.460Z Compiling rustls-pki-types v1.10.0
18592025-02-21T22:05:18.860Z Compiling dyn-clone v1.0.18
18602025-02-21T22:05:18.863Z Compiling icu_locid_transform_data v1.5.0
18612025-02-21T22:05:19.000Z Compiling base64ct v1.6.0
18622025-02-21T22:05:19.079Z Compiling percent-encoding v2.3.1
18632025-02-21T22:05:19.320Z Compiling icu_locid_transform v1.5.0
18642025-02-21T22:05:19.600Z Compiling pem-rfc7468 v0.7.0
18652025-02-21T22:05:19.882Z Compiling tracing v0.1.40
18662025-02-21T22:05:22.279Z Compiling tokio-util v0.7.12
18672025-02-21T22:05:22.364Z Compiling scroll v0.12.0
18682025-02-21T22:05:22.936Z Compiling icu_collections v1.5.0
18692025-02-21T22:05:24.457Z Compiling ppv-lite86 v0.2.20
18702025-02-21T22:05:25.199Z Compiling untrusted v0.7.1
18712025-02-21T22:05:25.403Z Compiling camino v1.1.9
18722025-02-21T22:05:25.424Z Compiling powerfmt v0.2.0
18732025-02-21T22:05:25.729Z Compiling icu_properties_data v1.5.0
18742025-02-21T22:05:25.886Z Compiling syn v1.0.109
18752025-02-21T22:05:25.906Z Compiling untrusted v0.9.0
18762025-02-21T22:05:25.989Z Compiling mirai-annotations v1.12.0
18772025-02-21T22:05:26.136Z Compiling plain v0.2.3
18782025-02-21T22:05:26.195Z Compiling flagset v0.4.6
18792025-02-21T22:05:26.344Z Compiling goblin v0.8.2
18802025-02-21T22:05:26.462Z Compiling der v0.7.9
18812025-02-21T22:05:26.572Z Compiling icu_properties v1.5.1
18822025-02-21T22:05:29.298Z Compiling deranged v0.3.11
18832025-02-21T22:05:30.506Z Compiling rand_chacha v0.3.1
18842025-02-21T22:05:33.002Z Compiling litrs v0.4.1
18852025-02-21T22:05:33.227Z Compiling pretty-hex v0.4.1
18862025-02-21T22:05:34.094Z Compiling num_threads v0.1.7
18872025-02-21T22:05:34.288Z Compiling rayon-core v1.12.1
18882025-02-21T22:05:34.424Z Compiling icu_normalizer_data v1.5.0
18892025-02-21T22:05:34.569Z Compiling rustls v0.22.4
18902025-02-21T22:05:34.684Z Compiling write16 v1.0.0
18912025-02-21T22:05:34.734Z Compiling atomic-waker v1.1.2
18922025-02-21T22:05:34.877Z Compiling utf8_iter v1.0.4
18932025-02-21T22:05:34.914Z Compiling utf16_iter v1.0.5
18942025-02-21T22:05:35.291Z Compiling icu_normalizer v1.5.0
18952025-02-21T22:05:35.541Z Compiling time v0.3.36
18962025-02-21T22:05:35.589Z Compiling document-features v0.2.10
18972025-02-21T22:05:36.320Z Compiling dof v0.3.0
18982025-02-21T22:05:37.820Z Compiling rand v0.8.5
18992025-02-21T22:05:38.469Z Compiling spki v0.7.3
19002025-02-21T22:05:38.664Z Compiling form_urlencoded v1.2.1
19012025-02-21T22:05:38.935Z Compiling salsa20 v0.10.2
19022025-02-21T22:05:39.024Z Compiling dtrace-parser v0.2.0
19032025-02-21T22:05:40.043Z Compiling pbkdf2 v0.12.2
19042025-02-21T22:05:40.307Z Compiling http-body v1.0.1
19052025-02-21T22:05:40.641Z Compiling bzip2-sys v0.1.11+1.0.8
19062025-02-21T22:05:40.780Z Compiling thread-id v4.2.2
19072025-02-21T22:05:41.199Z Compiling try-lock v0.2.5
19082025-02-21T22:05:43.593Z Compiling want v0.3.1
19092025-02-21T22:05:45.160Z Compiling scrypt v0.11.0
19102025-02-21T22:05:45.583Z Compiling idna_adapter v1.2.0
19112025-02-21T22:05:45.764Z Compiling h2 v0.4.6
19122025-02-21T22:05:45.874Z Compiling aes v0.8.4
19132025-02-21T22:05:45.927Z Compiling cbc v0.1.2
19142025-02-21T22:05:46.561Z Compiling multer v3.1.0
19152025-02-21T22:05:46.951Z Compiling httpdate v1.0.3
19162025-02-21T22:05:46.995Z Compiling base64 v0.22.1
19172025-02-21T22:05:47.197Z Compiling slog-async v2.8.0
19182025-02-21T22:05:47.796Z Compiling tinyvec_macros v0.1.1
19192025-02-21T22:05:47.901Z Compiling tower-service v0.3.3
19202025-02-21T22:05:48.199Z Compiling tinyvec v1.8.0
19212025-02-21T22:05:48.632Z Compiling pkcs5 v0.7.1
19222025-02-21T22:05:49.918Z Compiling idna v1.0.3
19232025-02-21T22:05:54.672Z Compiling hyper v1.5.2
19242025-02-21T22:05:56.117Z Compiling heapless v0.7.17
19252025-02-21T22:05:56.824Z Compiling zerocopy-derive v0.6.6
19262025-02-21T22:05:57.719Z Compiling num-bigint-dig v0.8.4
19272025-02-21T22:05:58.196Z Compiling signal-hook v0.3.17
19282025-02-21T22:05:58.321Z Compiling anyhow v1.0.96
19292025-02-21T22:05:58.709Z Compiling hyper-util v0.1.10
19302025-02-21T22:06:01.908Z Compiling pkcs8 v0.10.2
19312025-02-21T22:06:02.619Z Compiling usdt-macro v0.5.0
19322025-02-21T22:06:04.044Z Compiling usdt-attr-macro v0.5.0
19332025-02-21T22:06:04.456Z Compiling async-stream-impl v0.3.6
19342025-02-21T22:06:04.992Z Compiling strsim v0.11.1
19352025-02-21T22:06:05.497Z Compiling rustversion v1.0.17
19362025-02-21T22:06:05.584Z Compiling foreign-types-shared v0.1.1
19372025-02-21T22:06:05.806Z Compiling foreign-types v0.3.2
19382025-02-21T22:06:06.593Z Compiling url v2.5.3
19392025-02-21T22:06:06.903Z Compiling http-body-util v0.1.2
19402025-02-21T22:06:07.789Z Compiling curve25519-dalek v4.1.3
19412025-02-21T22:06:08.261Z Compiling openapiv3 v2.0.0
19422025-02-21T22:06:08.416Z Compiling toml_datetime v0.6.8
19432025-02-21T22:06:08.587Z Compiling serde_spanned v0.6.8
19442025-02-21T22:06:08.881Z Compiling enum-as-inner v0.6.1
19452025-02-21T22:06:10.178Z Compiling memoffset v0.9.1
19462025-02-21T22:06:10.750Z Compiling dropshot v0.12.0
19472025-02-21T22:06:11.186Z Compiling encoding_rs v0.8.34
19482025-02-21T22:06:12.369Z Compiling newtype-uuid v1.2.1
19492025-02-21T22:06:12.742Z Compiling smoltcp v0.9.1
19502025-02-21T22:06:12.788Z Compiling match_cfg v0.1.0
19512025-02-21T22:06:13.112Z Compiling portable-atomic v1.9.0
19522025-02-21T22:06:13.509Z Compiling mime v0.3.17
19532025-02-21T22:06:13.797Z Compiling adler2 v2.0.0
19542025-02-21T22:06:14.550Z Compiling miniz_oxide v0.8.0
19552025-02-21T22:06:14.828Z Compiling hostname v0.3.1
19562025-02-21T22:06:25.431Z Compiling serde_urlencoded v0.7.1
19572025-02-21T22:06:26.136Z Compiling rustls-pemfile v2.2.0
19582025-02-21T22:06:26.181Z Compiling clap_derive v4.5.28
19592025-02-21T22:06:26.437Z Compiling dirs-sys-next v0.1.2
19602025-02-21T22:06:26.987Z Compiling cfg_aliases v0.2.1
19612025-02-21T22:06:27.143Z Compiling siphasher v0.3.11
19622025-02-21T22:06:27.559Z Compiling ipnet v2.10.1
19632025-02-21T22:06:30.754Z Compiling openssl-probe v0.1.5
19642025-02-21T22:06:31.326Z Compiling data-encoding v2.6.0
19652025-02-21T22:06:32.789Z Compiling nix v0.29.0
19662025-02-21T22:06:33.040Z Compiling dirs-next v2.0.0
19672025-02-21T22:06:33.888Z Compiling rustls-webpki v0.102.8
19682025-02-21T22:06:34.903Z Compiling hubpack_derive v0.1.1
19692025-02-21T22:06:35.393Z Compiling unicode-normalization v0.1.24
19702025-02-21T22:06:35.702Z Compiling crossbeam-epoch v0.9.18
19712025-02-21T22:06:36.031Z Compiling dropshot_endpoint v0.12.0
19722025-02-21T22:06:36.508Z Compiling sha1 v0.10.6
19732025-02-21T22:06:36.788Z Compiling signature v2.2.0
19742025-02-21T22:06:36.914Z Compiling curve25519-dalek-derive v0.1.1
19752025-02-21T22:06:37.099Z Compiling thread_local v1.1.8
19762025-02-21T22:06:37.135Z Compiling fs-err v2.11.0
19772025-02-21T22:06:37.738Z Compiling utf8parse v0.2.2
19782025-02-21T22:06:38.002Z Compiling gimli v0.31.1
19792025-02-21T22:06:38.301Z Compiling unicode-properties v0.1.3
19802025-02-21T22:06:38.823Z Compiling unicode-bidi v0.3.17
19812025-02-21T22:06:40.012Z Compiling psl-types v2.0.11
19822025-02-21T22:06:40.387Z Compiling anstyle v1.0.10
19832025-02-21T22:06:40.858Z Compiling winnow v0.6.20
19842025-02-21T22:06:41.255Z Compiling publicsuffix v2.3.0
19852025-02-21T22:06:41.726Z Compiling stringprep v0.1.5
19862025-02-21T22:06:41.807Z Compiling anstyle-parse v0.2.5
19872025-02-21T22:06:42.242Z Compiling crossbeam-deque v0.8.5
19882025-02-21T22:06:42.662Z Compiling addr2line v0.24.2
19892025-02-21T22:06:43.472Z Compiling term v0.7.0
19902025-02-21T22:06:44.681Z Compiling toml_edit v0.22.22
19912025-02-21T22:06:44.876Z Compiling tokio-native-tls v0.3.1
19922025-02-21T22:06:45.275Z Compiling slog-json v2.6.1
19932025-02-21T22:06:46.039Z Compiling crossbeam-channel v0.5.13
19942025-02-21T22:06:47.514Z Compiling webpki-roots v0.26.6
19952025-02-21T22:06:47.805Z Compiling futures-executor v0.3.31
19962025-02-21T22:06:47.831Z Compiling num-integer v0.1.46
19972025-02-21T22:06:48.258Z Compiling md-5 v0.10.6
19982025-02-21T22:06:48.485Z Compiling sync_wrapper v1.0.1
19992025-02-21T22:06:48.526Z Compiling ff v0.13.0
20002025-02-21T22:06:48.663Z Compiling hash32 v0.2.1
20012025-02-21T22:06:48.777Z Compiling memmap v0.7.0
20022025-02-21T22:06:49.052Z Compiling is-terminal v0.4.13
20032025-02-21T22:06:49.076Z Compiling object v0.36.5
20042025-02-21T22:06:49.430Z Compiling quick-error v1.2.3
20052025-02-21T22:06:49.603Z Compiling tower-layer v0.3.3
20062025-02-21T22:06:50.044Z Compiling fallible-iterator v0.2.0
20072025-02-21T22:06:50.713Z Compiling base16ct v0.2.0
20082025-02-21T22:06:50.716Z Compiling is_terminal_polyfill v1.70.1
20092025-02-21T22:06:50.881Z Compiling utf-8 v0.7.6
20102025-02-21T22:06:51.021Z Compiling anstyle-query v1.1.1
20112025-02-21T22:06:51.150Z Compiling rustc-demangle v0.1.24
20122025-02-21T22:06:51.199Z Compiling heck v0.4.1
20132025-02-21T22:06:51.202Z Compiling linked-hash-map v0.5.6
20142025-02-21T22:06:51.559Z Compiling take_mut v0.2.2
20152025-02-21T22:06:51.609Z Compiling colorchoice v1.0.2
20162025-02-21T22:06:51.798Z Compiling anstream v0.6.15
20172025-02-21T22:06:51.963Z Compiling strum_macros v0.25.3
20182025-02-21T22:06:52.394Z Compiling lru-cache v0.1.2
20192025-02-21T22:06:52.580Z Compiling tungstenite v0.24.0
20202025-02-21T22:06:52.615Z Compiling sec1 v0.7.3
20212025-02-21T22:06:53.150Z Compiling postgres-protocol v0.6.7
20222025-02-21T22:06:54.272Z Compiling tokio-rustls v0.26.0
20232025-02-21T22:06:54.348Z Compiling tower v0.5.2
20242025-02-21T22:06:54.738Z Compiling resolv-conf v0.7.0
20252025-02-21T22:06:55.230Z Compiling slog-term v2.9.1
20262025-02-21T22:06:55.277Z Compiling usdt v0.5.0
20272025-02-21T22:06:55.394Z Compiling group v0.13.0
20282025-02-21T22:06:55.721Z Compiling backtrace v0.3.74
20292025-02-21T22:06:55.743Z Compiling num-iter v0.1.45
20302025-02-21T22:06:55.935Z Compiling toml v0.8.19
20312025-02-21T22:06:55.961Z Compiling futures v0.3.31
20322025-02-21T22:06:56.365Z Compiling tokio-rustls v0.25.0
20332025-02-21T22:06:57.265Z Compiling slog-bunyan v2.5.0
20342025-02-21T22:06:57.460Z Compiling hyper-tls v0.6.0
20352025-02-21T22:06:57.821Z Compiling cookie_store v0.21.1
20362025-02-21T22:06:57.935Z Compiling hickory-proto v0.24.3
20372025-02-21T22:06:58.039Z Compiling phf_shared v0.11.2
20382025-02-21T22:06:58.384Z Compiling async-stream v0.3.6
20392025-02-21T22:06:58.461Z Compiling waitgroup v0.1.2
20402025-02-21T22:06:58.676Z Compiling hashbrown v0.14.5
20412025-02-21T22:06:58.871Z Compiling hkdf v0.12.4
20422025-02-21T22:06:59.120Z Compiling terminal_size v0.4.0
20432025-02-21T22:06:59.358Z Compiling serde_path_to_error v0.1.16
20442025-02-21T22:06:59.696Z Compiling crypto-bigint v0.5.5
20452025-02-21T22:06:59.829Z Compiling derive-where v1.2.7
20462025-02-21T22:07:00.141Z Compiling serde_repr v0.1.19
20472025-02-21T22:07:00.631Z Compiling hostname v0.4.0
20482025-02-21T22:07:00.850Z Compiling crc32fast v1.4.2
20492025-02-21T22:07:01.847Z Compiling managed v0.8.0
20502025-02-21T22:07:02.067Z Compiling winnow v0.5.40
20512025-02-21T22:07:02.297Z Compiling bitflags v1.3.2
20522025-02-21T22:07:02.666Z Compiling debug-ignore v1.0.5
20532025-02-21T22:07:02.721Z Compiling unicode-width v0.2.0
20542025-02-21T22:07:02.846Z Compiling clap_lex v0.7.4
20552025-02-21T22:07:03.132Z Compiling clap_builder v4.5.30
20562025-02-21T22:07:03.236Z Compiling hickory-resolver v0.24.3
20572025-02-21T22:07:03.263Z Compiling console v0.15.10
20582025-02-21T22:07:05.207Z Compiling toml_edit v0.19.15
20592025-02-21T22:07:05.823Z Compiling elliptic-curve v0.13.8
20602025-02-21T22:07:08.408Z Compiling flate2 v1.0.35
20612025-02-21T22:07:09.263Z Compiling regress v0.10.1
20622025-02-21T22:07:10.214Z Compiling hyper-rustls v0.27.3
20632025-02-21T22:07:11.368Z Compiling phf v0.11.2
20642025-02-21T22:07:12.087Z Compiling signal-hook-mio v0.2.4
20652025-02-21T22:07:12.282Z Compiling rayon v1.10.0
20662025-02-21T22:07:13.638Z Compiling bzip2 v0.4.4
20672025-02-21T22:07:13.705Z Compiling postgres-types v0.2.8
20682025-02-21T22:07:13.922Z Compiling tokio-tungstenite v0.24.0
20692025-02-21T22:07:14.166Z Compiling ed25519 v2.2.3
20702025-02-21T22:07:14.307Z Compiling hubpack v0.1.2
20712025-02-21T22:07:14.638Z Compiling phf_shared v0.10.0
20722025-02-21T22:07:14.916Z Compiling pkcs1 v0.7.5
20732025-02-21T22:07:15.798Z Compiling zerocopy v0.6.6
20742025-02-21T22:07:16.063Z Compiling tokio-stream v0.1.16
20752025-02-21T22:07:16.165Z Compiling rfc6979 v0.4.0
20762025-02-21T22:07:16.401Z Compiling serde-big-array v0.5.1
20772025-02-21T22:07:16.487Z Compiling float-cmp v0.10.0
20782025-02-21T22:07:16.772Z Compiling bstr v1.10.0
20792025-02-21T22:07:17.036Z Compiling whoami v1.5.2
20802025-02-21T22:07:17.185Z Compiling normalize-line-endings v0.3.0
20812025-02-21T22:07:17.547Z Compiling predicates-core v1.0.8
20822025-02-21T22:07:17.704Z Compiling static_assertions v1.1.0
20832025-02-21T22:07:17.831Z Compiling difflib v0.4.0
20842025-02-21T22:07:18.062Z Compiling bit-vec v0.6.3
20852025-02-21T22:07:18.305Z Compiling precomputed-hash v0.1.1
20862025-02-21T22:07:18.352Z Compiling new_debug_unreachable v1.0.6
20872025-02-21T22:07:18.438Z Compiling number_prefix v0.4.0
20882025-02-21T22:07:18.460Z Compiling unicode-segmentation v1.12.0
20892025-02-21T22:07:18.663Z Compiling fixedbitset v0.4.2
20902025-02-21T22:07:18.663Z Compiling indicatif v0.17.11
20912025-02-21T22:07:19.069Z Compiling petgraph v0.6.5
20922025-02-21T22:07:19.317Z Compiling similar v2.6.0
20932025-02-21T22:07:19.879Z Compiling string_cache v0.8.7
20942025-02-21T22:07:20.280Z Compiling bit-set v0.5.3
20952025-02-21T22:07:20.362Z Compiling predicates v3.1.3
20962025-02-21T22:07:21.128Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20972025-02-21T22:07:21.758Z Compiling tokio-postgres v0.7.12
20982025-02-21T22:07:23.608Z Compiling reqwest v0.12.12
20992025-02-21T22:07:23.984Z Compiling qorb v0.2.1
21002025-02-21T22:07:24.176Z Compiling ecdsa v0.16.9
21012025-02-21T22:07:25.433Z Compiling rsa v0.9.6
21022025-02-21T22:07:26.926Z Compiling ed25519-dalek v2.1.1
21032025-02-21T22:07:27.223Z Compiling zip v0.6.6
21042025-02-21T22:07:27.715Z Compiling typify-impl v0.2.0
21052025-02-21T22:07:28.354Z Compiling crossterm v0.28.1
21062025-02-21T22:07:29.030Z Compiling toml v0.7.8
21072025-02-21T22:07:29.955Z Compiling clap v4.5.30
21082025-02-21T22:07:31.421Z Compiling x509-cert v0.2.5
21092025-02-21T22:07:32.889Z Compiling hex v0.4.3
21102025-02-21T22:07:35.832Z Compiling lalrpop-util v0.19.12
21112025-02-21T22:07:37.749Z Compiling peg-runtime v0.8.3
21122025-02-21T22:07:38.263Z Compiling unicode-xid v0.2.6
21132025-02-21T22:07:38.536Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21142025-02-21T22:07:39.096Z Compiling typify-macro v0.2.0
21152025-02-21T22:08:06.576Z Compiling radium v0.7.0
21162025-02-21T22:08:12.889Z Compiling tap v1.0.1
21172025-02-21T22:08:14.277Z Compiling maybe-uninit v2.0.0
21182025-02-21T22:08:14.994Z Compiling ident_case v1.0.1
21192025-02-21T22:08:15.207Z Compiling darling_core v0.20.10
21202025-02-21T22:08:18.561Z Compiling wyz v0.5.1
21212025-02-21T22:08:25.605Z Compiling typify v0.2.0
21222025-02-21T22:08:28.671Z Compiling packed_struct v0.10.1
21232025-02-21T22:08:28.797Z Compiling funty v2.0.0
21242025-02-21T22:08:29.142Z Compiling unsafe-libyaml v0.2.11
21252025-02-21T22:08:31.541Z Compiling serde_yaml v0.9.34+deprecated
21262025-02-21T22:08:34.792Z Compiling bitvec v1.0.1
21272025-02-21T22:08:43.426Z Compiling progenitor-impl v0.8.0
21282025-02-21T22:08:46.187Z Compiling darling_macro v0.20.10
21292025-02-21T22:08:47.113Z Compiling ipnetwork v0.21.1
21302025-02-21T22:08:48.592Z Compiling packed_struct_codegen v0.10.1
21312025-02-21T22:08:49.306Z Compiling structmeta-derive v0.3.0
21322025-02-21T22:08:49.329Z Compiling indexmap v1.9.3
21332025-02-21T22:08:49.355Z Compiling thiserror v2.0.11
21342025-02-21T22:08:49.693Z Compiling fastrand v2.1.1
21352025-02-21T22:08:50.395Z Compiling nodrop v0.1.14
21362025-02-21T22:08:50.535Z Compiling crc-catalog v2.4.0
21372025-02-21T22:08:50.716Z Compiling crc v3.2.1
21382025-02-21T22:08:50.737Z Compiling array-init v0.0.4
21392025-02-21T22:08:51.729Z Compiling structmeta v0.3.0
21402025-02-21T22:08:51.798Z Compiling tempfile v3.13.0
21412025-02-21T22:08:51.880Z Compiling progenitor-macro v0.8.0
21422025-02-21T22:08:52.131Z Compiling oxnet v0.1.0
21432025-02-21T22:08:52.216Z Compiling darling v0.20.10
21442025-02-21T22:08:52.358Z Compiling smallvec v0.6.14
21452025-02-21T22:08:52.879Z Compiling progenitor-client v0.8.0
21462025-02-21T22:08:53.464Z Compiling xattr v1.3.1
21472025-02-21T22:08:53.768Z Compiling thiserror-impl v2.0.11
21482025-02-21T22:08:53.827Z Compiling daft-derive v0.1.1
21492025-02-21T22:08:54.655Z Compiling pin-project-internal v1.1.6
21502025-02-21T22:08:55.253Z Compiling filetime v0.2.25
21512025-02-21T22:08:55.637Z Compiling dropshot v0.15.1
21522025-02-21T22:08:55.677Z Compiling bitfield v0.14.0
21532025-02-21T22:08:55.997Z Compiling termcolor v1.4.1
21542025-02-21T22:08:55.997Z Compiling same-file v1.0.6
21552025-02-21T22:08:56.302Z Compiling base64 v0.21.7
21562025-02-21T22:08:56.510Z Compiling hashbrown v0.12.3
21572025-02-21T22:08:57.036Z Compiling ron v0.8.1
21582025-02-21T22:08:57.039Z Compiling pin-project v1.1.6
21592025-02-21T22:08:57.421Z Compiling env_logger v0.10.2
21602025-02-21T22:08:57.451Z Compiling walkdir v2.5.0
21612025-02-21T22:08:58.979Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21622025-02-21T22:08:59.035Z Compiling tar v0.4.42
21632025-02-21T22:09:00.469Z Compiling daft v0.1.1
21642025-02-21T22:09:01.057Z Compiling serde-hex v0.1.0
21652025-02-21T22:09:02.194Z Compiling progenitor v0.8.0
21662025-02-21T22:09:02.460Z Compiling serde_with_macros v3.11.0
21672025-02-21T22:09:02.786Z Compiling parse-display-derive v0.10.0
21682025-02-21T22:09:04.840Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21692025-02-21T22:09:04.940Z Compiling strum_macros v0.26.4
21702025-02-21T22:09:05.195Z Compiling hashbrown v0.13.2
21712025-02-21T22:09:05.993Z Compiling dropshot_endpoint v0.15.1
21722025-02-21T22:09:06.305Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21732025-02-21T22:09:06.457Z Compiling snafu-derive v0.8.5
21742025-02-21T22:09:07.078Z Compiling blake3 v1.5.4
21752025-02-21T22:09:07.731Z Compiling instant v0.1.13
21762025-02-21T22:09:07.930Z Compiling zip v2.1.3
21772025-02-21T22:09:08.288Z Compiling bumpalo v3.16.0
21782025-02-21T22:09:08.893Z Compiling buf-list v1.0.3
21792025-02-21T22:09:09.063Z Compiling crc-any v2.5.0
21802025-02-21T22:09:09.468Z Compiling lockfree-object-pool v0.1.6
21812025-02-21T22:09:09.801Z Compiling simd-adler32 v0.3.7
21822025-02-21T22:09:10.114Z Compiling strum v0.26.3
21832025-02-21T22:09:10.336Z Compiling zopfli v0.8.1
21842025-02-21T22:09:10.733Z Compiling snafu v0.8.5
21852025-02-21T22:09:10.936Z Compiling backoff v0.4.0
21862025-02-21T22:09:11.333Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21872025-02-21T22:09:11.606Z Compiling object v0.30.4
21882025-02-21T22:09:11.738Z Compiling parse-display v0.10.0
21892025-02-21T22:09:11.955Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21902025-02-21T22:09:13.485Z Compiling serde_with v3.11.0
21912025-02-21T22:09:13.643Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21922025-02-21T22:09:14.446Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21932025-02-21T22:09:17.387Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21942025-02-21T22:09:18.127Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21952025-02-21T22:09:18.891Z Compiling camino-tempfile v1.1.1
21962025-02-21T22:09:19.674Z Compiling globset v0.4.15
21972025-02-21T22:09:20.643Z Compiling regress v0.9.1
21982025-02-21T22:09:23.566Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21992025-02-21T22:09:23.783Z Compiling progenitor-client v0.9.1
22002025-02-21T22:09:24.747Z Compiling olpc-cjson v0.1.4
22012025-02-21T22:09:25.066Z Compiling pem v3.0.4
22022025-02-21T22:09:25.741Z Compiling macaddr v1.0.1
22032025-02-21T22:09:26.421Z Compiling cargo-platform v0.1.8
22042025-02-21T22:09:26.508Z Compiling serde_plain v1.0.2
22052025-02-21T22:09:27.069Z Compiling async-recursion v1.1.1
22062025-02-21T22:09:27.491Z Compiling memmap2 v0.9.5
22072025-02-21T22:09:28.083Z Compiling arrayvec v0.7.6
22082025-02-21T22:09:28.186Z Compiling constant_time_eq v0.3.1
22092025-02-21T22:09:28.402Z Compiling typed-path v0.9.3
22102025-02-21T22:09:28.423Z Compiling path-slash v0.1.5
22112025-02-21T22:09:28.572Z Compiling arrayref v0.3.9
22122025-02-21T22:09:28.716Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22132025-02-21T22:09:28.943Z Compiling cargo_metadata v0.18.1
22142025-02-21T22:09:29.722Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22152025-02-21T22:09:31.149Z Compiling tough v0.19.0
22162025-02-21T22:09:32.682Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22172025-02-21T22:09:33.163Z Compiling itertools v0.13.0
22182025-02-21T22:09:35.413Z Compiling parse-size v1.1.0
22192025-02-21T22:09:35.416Z Compiling topological-sort v0.2.2
22202025-02-21T22:09:36.093Z Compiling omicron-zone-package v0.12.0
22212025-02-21T22:09:36.099Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22222025-02-21T22:09:36.767Z Compiling shell-words v1.1.0
22232025-02-21T22:09:45.070Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22242025-02-21T22:09:54.339Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22252025-02-21T22:10:08.316Z Finished `release` profile [optimized] target(s) in 5m 36s
22262025-02-21T22:10:08.480Z Running `target/release/omicron-releng --output-dir /work`
22272025-02-21T22:10:08.526ZFeb 21 22:10:06.827 DEBG changing working directory to /work/oxidecomputer/omicron
22282025-02-21T22:10:08.633ZFeb 21 22:10:06.934 DEBG running: git rev-parse HEAD
22292025-02-21T22:10:08.639ZFeb 21 22:10:06.941 DEBG process exited with exit status: 0 (6.850412ms)
22302025-02-21T22:10:08.639ZFeb 21 22:10:06.941 INFO version: 13.0.0-0.ci+git8728fad94a1
22312025-02-21T22:10:08.683ZFeb 21 22:10:06.983 INFO cloning helios to /work/oxidecomputer/helios
22322025-02-21T22:10:08.683ZFeb 21 22:10:06.983 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22332025-02-21T22:10:08.687ZCloning into '/work/oxidecomputer/helios'...
22342025-02-21T22:10:09.169ZFeb 21 22:10:07.470 DEBG process exited with exit status: 0 (486.064004ms)
22352025-02-21T22:10:09.169ZFeb 21 22:10:07.470 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22362025-02-21T22:10:10.063ZFeb 21 22:10:08.364 DEBG process exited with exit status: 0 (894.258224ms)
22372025-02-21T22:10:10.063ZFeb 21 22:10:08.364 DEBG running: zfs list rpool/images/build/host
22382025-02-21T22:10:10.070ZNAME USED AVAIL REFER MOUNTPOINT
22392025-02-21T22:10:10.070Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22402025-02-21T22:10:10.073ZFeb 21 22:10:08.372 DEBG process exited with exit status: 0 (7.614986ms)
22412025-02-21T22:10:10.073ZFeb 21 22:10:08.372 DEBG running: zfs list rpool/images/build/recovery
22422025-02-21T22:10:10.077ZNAME USED AVAIL REFER MOUNTPOINT
22432025-02-21T22:10:10.077Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22442025-02-21T22:10:10.080ZFeb 21 22:10:08.378 DEBG process exited with exit status: 0 (6.570458ms)
22452025-02-21T22:10:10.080ZFeb 21 22:10:08.379 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22462025-02-21T22:10:10.087Z# branch.oid 1e0785c95bda2195e187a1605f4ed360e6a0c0fa
22472025-02-21T22:10:10.087Z# branch.head master
22482025-02-21T22:10:10.087Z# branch.upstream origin/master
22492025-02-21T22:10:10.087Z# branch.ab +0 -0
22502025-02-21T22:10:10.091ZFeb 21 22:10:08.387 DEBG process exited with exit status: 0 (8.338145ms)
22512025-02-21T22:10:10.091ZFeb 21 22:10:08.388 INFO [hubris-production] running task
22522025-02-21T22:10:10.091ZFeb 21 22:10:08.388 INFO [hubris-staging] running task
22532025-02-21T22:10:10.091ZFeb 21 22:10:08.388 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
22542025-02-21T22:10:10.094ZFeb 21 22:10:08.391 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22552025-02-21T22:10:10.164Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22562025-02-21T22:10:10.560Z[ omicron-package] Blocking waiting for file lock on package cache
22572025-02-21T22:10:10.998Z[ omicron-package] Blocking waiting for file lock on package cache
22582025-02-21T22:10:11.287Z[ omicron-package] Blocking waiting for file lock on package cache
22592025-02-21T22:10:12.135ZFeb 21 22:10:10.436 INFO [hubris-production] task succeeded (2.048048037s)
22602025-02-21T22:10:12.192Z[ omicron-package] Compiling ring v0.17.9
22612025-02-21T22:10:12.602Z[ omicron-package] Compiling zerocopy v0.8.10
22622025-02-21T22:10:12.605Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22632025-02-21T22:10:12.606Z[ omicron-package] Compiling itertools v0.13.0
22642025-02-21T22:10:12.606Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22652025-02-21T22:10:12.606Z[ omicron-package] Compiling heapless v0.8.0
22662025-02-21T22:10:12.606Z[ omicron-package] Compiling hash32 v0.3.1
22672025-02-21T22:10:13.441Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22682025-02-21T22:10:14.301Z[ omicron-package] Compiling num_enum_derive v0.5.11
22692025-02-21T22:10:14.381Z[ omicron-package] Compiling smoltcp v0.11.0
22702025-02-21T22:10:14.934Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22712025-02-21T22:10:15.966Z[ omicron-package] Compiling cobs v0.2.3
22722025-02-21T22:10:16.266Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22732025-02-21T22:10:16.965Z[ omicron-package] Compiling postcard v1.0.10
22742025-02-21T22:10:17.633Z[ omicron-package] Compiling proc-macro-error v1.0.4
22752025-02-21T22:10:18.025Z[ omicron-package] Compiling num_enum v0.5.11
22762025-02-21T22:10:18.368Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22772025-02-21T22:10:18.820Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22782025-02-21T22:10:18.826Z[ omicron-package] Compiling unicode-width v0.1.14
22792025-02-21T22:10:19.106Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22802025-02-21T22:10:19.579Z[ omicron-package] Compiling rustls v0.23.19
22812025-02-21T22:10:19.797Z[ omicron-package] Compiling rustls v0.22.4
22822025-02-21T22:10:20.110Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22832025-02-21T22:10:20.626Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22842025-02-21T22:10:20.731Z[ omicron-package] Compiling tabwriter v1.4.0
22852025-02-21T22:10:21.998Z[ omicron-package] Compiling foreign-types v0.5.0
22862025-02-21T22:10:22.854Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872025-02-21T22:10:23.627Z[ omicron-package] Compiling cstr-argument v0.1.2
22882025-02-21T22:10:23.668Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22892025-02-21T22:10:23.810Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22902025-02-21T22:10:24.041Z[ omicron-package] Compiling pretty-hex v0.2.1
22912025-02-21T22:10:24.380Z[ omicron-package] Compiling rustls-webpki v0.102.8
22922025-02-21T22:10:24.453Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22932025-02-21T22:10:24.686Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22942025-02-21T22:10:25.057Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22952025-02-21T22:10:25.212Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22962025-02-21T22:10:26.095Z[ omicron-package] Compiling colored v2.1.0
22972025-02-21T22:10:26.663Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22982025-02-21T22:10:27.441Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22992025-02-21T22:10:28.360Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23002025-02-21T22:10:28.886Z[ omicron-package] Compiling sigpipe v0.1.3
23012025-02-21T22:10:29.093Z[ omicron-package] Compiling num-derive v0.4.2
23022025-02-21T22:10:29.178Z[ omicron-package] Compiling libefi-sys v0.1.0
23032025-02-21T22:10:29.443Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23042025-02-21T22:10:29.936Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23052025-02-21T22:10:30.219Z[ omicron-package] Compiling zone v0.3.0
23062025-02-21T22:10:30.506Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23072025-02-21T22:10:30.760Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23082025-02-21T22:10:31.928Z[ omicron-package] Compiling tokio-rustls v0.25.0
23092025-02-21T22:10:31.987Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23102025-02-21T22:10:33.222Z[ omicron-package] Compiling dropshot v0.12.0
23112025-02-21T22:10:34.430Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23122025-02-21T22:10:34.482Z[ omicron-package] Compiling smf v0.2.3
23132025-02-21T22:10:35.026Z[ omicron-package] Compiling tokio-rustls v0.26.0
23142025-02-21T22:10:35.644Z[ omicron-package] Compiling hyper-rustls v0.27.3
23152025-02-21T22:10:35.851Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23162025-02-21T22:10:36.261Z[ omicron-package] Compiling reqwest v0.12.12
23172025-02-21T22:10:37.951Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23182025-02-21T22:10:40.620Z[ omicron-package] Compiling qorb v0.2.1
23192025-02-21T22:10:40.757ZFeb 21 22:10:39.054 INFO [hubris-staging] task succeeded (30.665805481s)
23202025-02-21T22:10:41.942Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23212025-02-21T22:10:42.296Z[ omicron-package] Compiling bitfield-struct v0.6.2
23222025-02-21T22:10:43.850Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23232025-02-21T22:10:43.916Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23242025-02-21T22:10:44.930Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23252025-02-21T22:10:45.126Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23262025-02-21T22:10:46.710Z[ omicron-package] Compiling dropshot v0.15.1
23272025-02-21T22:10:46.908Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23282025-02-21T22:10:47.374Z[ omicron-package] Compiling gethostname v0.5.0
23292025-02-21T22:10:47.582Z[ omicron-package] Compiling indent_write v2.2.0
23302025-02-21T22:10:47.880Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23312025-02-21T22:10:50.354Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23322025-02-21T22:10:55.691Z[ helios-setup] Feb 21 22:10:53.984 INFO helios repository root is: /work/oxidecomputer/helios
23332025-02-21T22:10:55.694Z[ helios-setup] Feb 21 22:10:53.987 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
23342025-02-21T22:10:55.694Z[ helios-setup] Feb 21 22:10:53.987 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23352025-02-21T22:10:55.698Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23362025-02-21T22:10:55.961Z[ omicron-package] Compiling progenitor-client v0.8.0
23372025-02-21T22:10:56.504Z[ helios-setup] Feb 21 22:10:54.797 INFO clone ok!, project: pinprick
23382025-02-21T22:10:56.507Z[ helios-setup] Feb 21 22:10:54.797 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
23392025-02-21T22:10:56.507Z[ helios-setup] Feb 21 22:10:54.797 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23402025-02-21T22:10:56.510Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23412025-02-21T22:10:56.949Z[ omicron-package] Compiling progenitor v0.8.0
23422025-02-21T22:10:57.204Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23432025-02-21T22:10:57.230Z[ helios-setup] Feb 21 22:10:55.523 INFO clone ok!, project: image-builder
23442025-02-21T22:10:57.233Z[ helios-setup] Feb 21 22:10:55.524 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
23452025-02-21T22:10:57.233Z[ helios-setup] Feb 21 22:10:55.524 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23462025-02-21T22:10:57.235Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23472025-02-21T22:10:58.386Z[ helios-setup] Feb 21 22:10:56.679 INFO clone ok!, project: chelsio-t6-roms
23482025-02-21T22:10:58.389Z[ helios-setup] Feb 21 22:10:56.679 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
23492025-02-21T22:10:58.389Z[ helios-setup] Feb 21 22:10:56.679 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23502025-02-21T22:10:58.397Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23512025-02-21T22:11:00.733Z[ omicron-package] Compiling progenitor-client v0.9.1
23522025-02-21T22:11:01.802Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23532025-02-21T22:11:05.237Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23542025-02-21T22:11:08.061Z[ helios-setup] Feb 21 22:11:06.352 INFO clone ok!, project: amd-firmware
23552025-02-21T22:11:08.064Z[ helios-setup] Feb 21 22:11:06.352 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
23562025-02-21T22:11:08.064Z[ helios-setup] Feb 21 22:11:06.352 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23572025-02-21T22:11:08.066Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23582025-02-21T22:11:09.132Z[ helios-setup] Feb 21 22:11:07.423 INFO clone ok!, project: pilot
23592025-02-21T22:11:09.135Z[ helios-setup] Feb 21 22:11:07.424 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23602025-02-21T22:11:09.135Z[ helios-setup] Feb 21 22:11:07.424 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23612025-02-21T22:11:09.135Z[ helios-setup] Feb 21 22:11:07.424 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
23622025-02-21T22:11:09.135Z[ helios-setup] Feb 21 22:11:07.424 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
23632025-02-21T22:11:09.138Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23642025-02-21T22:11:11.138Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23652025-02-21T22:11:11.157Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23662025-02-21T22:11:11.676Z[ omicron-package] Compiling omicron-zone-package v0.12.0
23672025-02-21T22:11:20.269Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23682025-02-21T22:11:20.291Z[ helios-setup] Feb 21 22:11:18.571 INFO clone ok!, project: amd-host-image-builder
23692025-02-21T22:11:20.296Z[ helios-setup] Feb 21 22:11:18.571 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
23702025-02-21T22:11:20.296Z[ helios-setup] Feb 21 22:11:18.571 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23712025-02-21T22:11:20.296Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23722025-02-21T22:11:21.029Z[ helios-setup] Feb 21 22:11:19.318 INFO clone ok!, project: phbl
23732025-02-21T22:11:21.032Z[ helios-setup] Feb 21 22:11:19.319 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
23742025-02-21T22:11:21.032Z[ helios-setup] Feb 21 22:11:19.319 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23752025-02-21T22:11:21.036Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23762025-02-21T22:11:21.780Z[ helios-setup] Feb 21 22:11:20.070 INFO clone ok!, project: bootserver
23772025-02-21T22:11:21.783Z[ helios-setup] Feb 21 22:11:20.070 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23782025-02-21T22:11:21.783Z[ helios-setup] Feb 21 22:11:20.070 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23792025-02-21T22:11:22.980Z[ helios-setup] Feb 21 22:11:21.268 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23802025-02-21T22:11:23.541Z[ helios-setup] Feb 21 22:11:21.831 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23812025-02-21T22:11:23.541Z[ helios-setup] Feb 21 22:11:21.831 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23822025-02-21T22:11:23.960Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23832025-02-21T22:11:23.963Z[ helios-setup] Feb 21 22:11:22.252 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23842025-02-21T22:11:24.506Z[ helios-setup] Feb 21 22:11:22.796 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23852025-02-21T22:11:24.506Z[ helios-setup] Feb 21 22:11:22.796 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23862025-02-21T22:11:25.077Z[ helios-setup] Feb 21 22:11:23.366 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23872025-02-21T22:11:25.644Z[ helios-setup] Feb 21 22:11:23.932 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23882025-02-21T22:11:25.644Z[ helios-setup] Feb 21 22:11:23.932 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23892025-02-21T22:11:25.644Z[ helios-setup] Feb 21 22:11:23.932 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23902025-02-21T22:11:25.647Z[ helios-setup] Feb 21 22:11:23.932 INFO ok!
23912025-02-21T22:11:25.647Z[ helios-setup] Feb 21 22:11:23.932 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23922025-02-21T22:11:25.647Z[ helios-setup] Feb 21 22:11:23.932 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23932025-02-21T22:11:25.647Z[ helios-setup] Feb 21 22:11:23.932 INFO ok!
23942025-02-21T22:11:25.647Z[ helios-setup] Feb 21 22:11:23.933 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23952025-02-21T22:11:25.647Z[ helios-setup] Feb 21 22:11:23.933 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23962025-02-21T22:11:25.647Z[ helios-setup] Feb 21 22:11:23.933 INFO ok!
23972025-02-21T22:11:25.647Z[ helios-setup] Feb 21 22:11:23.933 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
23982025-02-21T22:11:25.648Z[ helios-setup] Feb 21 22:11:23.933 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
23992025-02-21T22:11:25.898Z[ helios-setup] Feb 21 22:11:24.187 INFO E| Downloading crates ...
24002025-02-21T22:11:25.978Z[ helios-setup] Feb 21 22:11:24.267 INFO E| Downloaded miniz_oxide v0.7.2
24012025-02-21T22:11:26.062Z[ helios-setup] Feb 21 22:11:24.351 INFO E| Compiling adler v1.0.2
24022025-02-21T22:11:26.381Z[ helios-setup] Feb 21 22:11:24.670 INFO E| Compiling miniz_oxide v0.7.2
24032025-02-21T22:11:26.538Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042025-02-21T22:11:28.629Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052025-02-21T22:11:29.009Z[ helios-setup] Feb 21 22:11:27.298 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24062025-02-21T22:11:29.981Z[ helios-setup] Feb 21 22:11:28.267 INFO E| Finished `release` profile [optimized] target(s) in 4.23s
24072025-02-21T22:11:30.003Z[ helios-setup] Feb 21 22:11:28.277 INFO building project "pinprick" ok (4 seconds)
24082025-02-21T22:11:30.004Z[ helios-setup] Feb 21 22:11:28.278 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24092025-02-21T22:11:30.004Z[ helios-setup] Feb 21 22:11:28.278 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24102025-02-21T22:11:30.229Z[ helios-setup] Feb 21 22:11:28.516 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24112025-02-21T22:11:30.752Z[ helios-setup] Feb 21 22:11:29.040 INFO E| From https://github.com/jclulow/rust-jmclib
24122025-02-21T22:11:30.752Z[ helios-setup] Feb 21 22:11:29.040 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24132025-02-21T22:11:30.800Z[ helios-setup] Feb 21 22:11:29.089 INFO E| Updating crates.io index
24142025-02-21T22:11:30.970Z[ helios-setup] Feb 21 22:11:29.259 INFO E| Downloading crates ...
24152025-02-21T22:11:31.043Z[ helios-setup] Feb 21 22:11:29.331 INFO E| Downloaded errno v0.3.1
24162025-02-21T22:11:31.075Z[ helios-setup] Feb 21 22:11:29.364 INFO E| Downloaded serde v1.0.193
24172025-02-21T22:11:31.080Z[ helios-setup] Feb 21 22:11:29.368 INFO E| Downloaded bitflags v2.3.3
24182025-02-21T22:11:31.084Z[ helios-setup] Feb 21 22:11:29.372 INFO E| Downloaded opaque-debug v0.3.0
24192025-02-21T22:11:31.086Z[ helios-setup] Feb 21 22:11:29.374 INFO E| Downloaded walkdir v2.3.3
24202025-02-21T22:11:31.090Z[ helios-setup] Feb 21 22:11:29.376 INFO E| Downloaded digest v0.9.0
24212025-02-21T22:11:31.094Z[ helios-setup] Feb 21 22:11:29.378 INFO E| Downloaded itoa v1.0.9
24222025-02-21T22:11:31.094Z[ helios-setup] Feb 21 22:11:29.381 INFO E| Downloaded unicode-width v0.1.10
24232025-02-21T22:11:31.097Z[ helios-setup] Feb 21 22:11:29.383 INFO E| Downloaded sha-1 v0.9.8
24242025-02-21T22:11:31.102Z[ helios-setup] Feb 21 22:11:29.386 INFO E| Downloaded glob v0.3.1
24252025-02-21T22:11:31.102Z[ helios-setup] Feb 21 22:11:29.387 INFO E| Downloaded md-5 v0.9.1
24262025-02-21T22:11:31.130Z[ helios-setup] Feb 21 22:11:29.418 INFO E| Downloaded uuid v0.8.2
24272025-02-21T22:11:31.135Z[ helios-setup] Feb 21 22:11:29.423 INFO E| Downloaded block-buffer v0.9.0
24282025-02-21T22:11:31.138Z[ helios-setup] Feb 21 22:11:29.425 INFO E| Downloaded anyhow v1.0.72
24292025-02-21T22:11:31.142Z[ helios-setup] Feb 21 22:11:29.431 INFO E| Downloaded toml v0.5.11
24302025-02-21T22:11:31.146Z[ helios-setup] Feb 21 22:11:29.435 INFO E| Downloaded libdevinfo-sys v1.0.0
24312025-02-21T22:11:31.149Z[ helios-setup] Feb 21 22:11:29.436 INFO E| Downloaded serde_derive v1.0.193
24322025-02-21T22:11:31.152Z[ helios-setup] Feb 21 22:11:29.440 INFO E| Downloaded unicode-ident v1.0.11
24332025-02-21T22:11:31.156Z[ helios-setup] Feb 21 22:11:29.445 INFO E| Downloaded ryu v1.0.15
24342025-02-21T22:11:31.161Z[ helios-setup] Feb 21 22:11:29.449 INFO E| Downloaded proc-macro2 v1.0.66
24352025-02-21T22:11:31.164Z[ helios-setup] Feb 21 22:11:29.453 INFO E| Downloaded typenum v1.16.0
24362025-02-21T22:11:31.168Z[ helios-setup] Feb 21 22:11:29.457 INFO E| Downloaded tempfile v3.7.0
24372025-02-21T22:11:31.171Z[ helios-setup] Feb 21 22:11:29.460 INFO E| Downloaded quote v1.0.31
24382025-02-21T22:11:31.176Z[ helios-setup] Feb 21 22:11:29.464 INFO E| Downloaded serde_json v1.0.103
24392025-02-21T22:11:31.186Z[ helios-setup] Feb 21 22:11:29.475 INFO E| Downloaded once_cell v1.18.0
24402025-02-21T22:11:31.190Z[ helios-setup] Feb 21 22:11:29.478 INFO E| Downloaded getrandom v0.2.10
24412025-02-21T22:11:31.194Z[ helios-setup] Feb 21 22:11:29.483 INFO E| Downloaded fastrand v2.0.0
24422025-02-21T22:11:31.197Z[ helios-setup] Feb 21 22:11:29.484 INFO E| Downloaded cpufeatures v0.2.9
24432025-02-21T22:11:31.224Z[ helios-setup] Feb 21 22:11:29.513 INFO E| Downloaded syn v2.0.32
24442025-02-21T22:11:31.242Z[ helios-setup] Feb 21 22:11:29.530 INFO E| Downloaded rustix v0.38.4
24452025-02-21T22:11:31.327Z[ helios-setup] Feb 21 22:11:29.616 INFO E| Downloaded libc v0.2.147
24462025-02-21T22:11:31.460Z[ helios-setup] Feb 21 22:11:29.748 INFO E| Compiling libc v0.2.147
24472025-02-21T22:11:31.463Z[ helios-setup] Feb 21 22:11:29.748 INFO E| Compiling proc-macro2 v1.0.66
24482025-02-21T22:11:31.463Z[ helios-setup] Feb 21 22:11:29.748 INFO E| Compiling cfg-if v1.0.0
24492025-02-21T22:11:31.463Z[ helios-setup] Feb 21 22:11:29.749 INFO E| Compiling unicode-ident v1.0.11
24502025-02-21T22:11:31.463Z[ helios-setup] Feb 21 22:11:29.749 INFO E| Compiling version_check v0.9.4
24512025-02-21T22:11:31.463Z[ helios-setup] Feb 21 22:11:29.749 INFO E| Compiling typenum v1.16.0
24522025-02-21T22:11:31.463Z[ helios-setup] Feb 21 22:11:29.749 INFO E| Compiling serde v1.0.193
24532025-02-21T22:11:31.463Z[ helios-setup] Feb 21 22:11:29.749 INFO E| Compiling time-core v0.1.2
24542025-02-21T22:11:31.963Z[ helios-setup] Feb 21 22:11:30.249 INFO E| Compiling num-conv v0.1.0
24552025-02-21T22:11:32.276Z[ helios-setup] Feb 21 22:11:30.564 INFO E| Compiling powerfmt v0.2.0
24562025-02-21T22:11:32.396Z[ helios-setup] Feb 21 22:11:30.685 INFO E| Compiling slog v2.7.0
24572025-02-21T22:11:32.490Z[ helios-setup] Feb 21 22:11:30.778 INFO E| Compiling itoa v1.0.9
24582025-02-21T22:11:32.859Z[ helios-setup] Feb 21 22:11:31.147 INFO E| Compiling generic-array v0.14.7
24592025-02-21T22:11:32.865Z[ helios-setup] Feb 21 22:11:31.153 INFO E| Compiling rustix v0.38.4
24602025-02-21T22:11:32.899Z[ helios-setup] Feb 21 22:11:31.188 INFO E| Compiling deranged v0.3.11
24612025-02-21T22:11:33.222Z[ helios-setup] Feb 21 22:11:31.508 INFO E| Compiling time-macros v0.2.18
24622025-02-21T22:11:33.747Z[ helios-setup] Feb 21 22:11:32.035 INFO E| Compiling num_threads v0.1.6
24632025-02-21T22:11:33.897Z[ helios-setup] Feb 21 22:11:32.183 INFO E| Compiling once_cell v1.18.0
24642025-02-21T22:11:34.038Z[ helios-setup] Feb 21 22:11:32.325 INFO E| Compiling bitflags v2.3.3
24652025-02-21T22:11:34.537Z[ helios-setup] Feb 21 22:11:32.819 INFO E| Compiling thread_local v1.1.7
24662025-02-21T22:11:34.799Z[ helios-setup] Feb 21 22:11:33.086 INFO E| Compiling quote v1.0.31
24672025-02-21T22:11:35.360Z[ helios-setup] Feb 21 22:11:33.647 INFO E| Compiling syn v2.0.32
24682025-02-21T22:11:35.367Z[ helios-setup] Feb 21 22:11:33.653 INFO E| Compiling dirs-sys-next v0.1.2
24692025-02-21T22:11:35.453Z[ helios-setup] Feb 21 22:11:33.741 INFO E| Compiling errno v0.3.1
24702025-02-21T22:11:35.469Z[ helios-setup] Feb 21 22:11:33.757 INFO E| Compiling atty v0.2.14
24712025-02-21T22:11:35.529Z[ helios-setup] Feb 21 22:11:33.816 INFO E| Compiling serde_json v1.0.103
24722025-02-21T22:11:35.627Z[ helios-setup] Feb 21 22:11:33.915 INFO E| Compiling dirs-next v2.0.0
24732025-02-21T22:11:35.679Z[ helios-setup] Feb 21 22:11:33.966 INFO E| Compiling opaque-debug v0.3.0
24742025-02-21T22:11:35.952Z[ helios-setup] Feb 21 22:11:34.240 INFO E| Compiling term v0.7.0
24752025-02-21T22:11:35.990Z[ helios-setup] Feb 21 22:11:34.278 INFO E| Compiling fastrand v2.0.0
24762025-02-21T22:11:36.403Z[ helios-setup] Feb 21 22:11:34.691 INFO E| Compiling anyhow v1.0.72
24772025-02-21T22:11:36.974Z[ helios-setup] Feb 21 22:11:35.262 INFO E| Compiling getrandom v0.2.10
24782025-02-21T22:11:37.048Z[ helios-setup] Feb 21 22:11:35.336 INFO E| Compiling ryu v1.0.15
24792025-02-21T22:11:37.584Z[ helios-setup] Feb 21 22:11:35.872 INFO E| Compiling digest v0.9.0
24802025-02-21T22:11:37.593Z[ helios-setup] Feb 21 22:11:35.881 INFO E| Compiling block-buffer v0.9.0
24812025-02-21T22:11:37.661Z[ helios-setup] Feb 21 22:11:35.948 INFO E| Compiling time v0.3.36
24822025-02-21T22:11:37.707Z[ helios-setup] Feb 21 22:11:35.994 INFO E| Compiling cpufeatures v0.2.9
24832025-02-21T22:11:37.893Z[ helios-setup] Feb 21 22:11:36.180 INFO E| Compiling same-file v1.0.6
24842025-02-21T22:11:37.964Z[ helios-setup] Feb 21 22:11:36.250 INFO E| Compiling unicode-width v0.1.10
24852025-02-21T22:11:38.067Z[ helios-setup] Feb 21 22:11:36.354 INFO E| Compiling md-5 v0.9.1
24862025-02-21T22:11:38.235Z[ helios-setup] Feb 21 22:11:36.522 INFO E| Compiling tempfile v3.7.0
24872025-02-21T22:11:38.665Z[ helios-setup] Feb 21 22:11:36.952 INFO E| Compiling getopts v0.2.21
24882025-02-21T22:11:38.692Z[ helios-setup] Feb 21 22:11:36.980 INFO E| Compiling walkdir v2.3.3
24892025-02-21T22:11:38.733Z[ helios-setup] Feb 21 22:11:37.020 INFO E| Compiling sha-1 v0.9.8
24902025-02-21T22:11:39.248Z[ helios-setup] Feb 21 22:11:37.536 INFO E| Compiling glob v0.3.1
24912025-02-21T22:11:39.665Z[ helios-setup] Feb 21 22:11:37.952 INFO E| Compiling libdevinfo-sys v1.0.0
24922025-02-21T22:11:40.513Z[ helios-setup] Feb 21 22:11:38.796 INFO E| Compiling slog-term v2.9.0
24932025-02-21T22:11:40.602Z[ helios-setup] Feb 21 22:11:38.889 INFO E| Compiling serde_derive v1.0.193
24942025-02-21T22:11:49.602Z[ helios-setup] Feb 21 22:11:47.888 INFO E| Compiling toml v0.5.11
24952025-02-21T22:11:49.603Z[ helios-setup] Feb 21 22:11:47.888 INFO E| Compiling uuid v0.8.2
24962025-02-21T22:11:50.676Z[ helios-setup] Feb 21 22:11:48.962 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
24972025-02-21T22:11:50.769Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 40s
24982025-02-21T22:11:51.090Z[ omicron-package]
24992025-02-21T22:11:51.091Z[ omicron-package] real 1:40.924203079
25002025-02-21T22:11:51.091Z[ omicron-package] user 9:02.231122723
25012025-02-21T22:11:51.094Z[ omicron-package] sys 31.170584737
25022025-02-21T22:11:51.094Z[ omicron-package] trap 1.041777955
25032025-02-21T22:11:51.094Z[ omicron-package] tflt 0.859165964
25042025-02-21T22:11:51.094Z[ omicron-package] dflt 0.782924306
25052025-02-21T22:11:51.094Z[ omicron-package] kflt 0.000002179
25062025-02-21T22:11:51.094Z[ omicron-package] lock 19:06.805036574
25072025-02-21T22:11:51.094Z[ omicron-package] slp 31:10.810271584
25082025-02-21T22:11:51.094Z[ omicron-package] lat 3:06.586353909
25092025-02-21T22:11:51.094Z[ omicron-package] stop 1:12.617032521
25102025-02-21T22:11:51.094ZFeb 21 22:11:49.376 INFO [omicron-package] process exited with exit status: 0 (100.988092411s)
25112025-02-21T22:11:51.094ZFeb 21 22:11:49.377 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
25122025-02-21T22:11:51.201ZFeb 21 22:11:49.487 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
25132025-02-21T22:11:51.214Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
25142025-02-21T22:11:51.217Z[ host-target] Created new build target 'host' and set it as active
25152025-02-21T22:11:51.221ZFeb 21 22:11:49.503 INFO [host-target] process exited with exit status: 0 (125.947857ms)
25162025-02-21T22:11:51.221ZFeb 21 22:11:49.503 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
25172025-02-21T22:11:51.228Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
25182025-02-21T22:11:51.232Z[ recovery-target] Created new build target 'recovery' and set it as active
25192025-02-21T22:11:51.234ZFeb 21 22:11:49.517 INFO [recovery-target] process exited with exit status: 0 (29.833854ms)
25202025-02-21T22:11:51.240Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
25212025-02-21T22:11:51.262Z[ helios-setup] Feb 21 22:11:49.547 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25222025-02-21T22:11:52.502Z[ host-package] Compiling ring v0.17.9
25232025-02-21T22:11:52.685Z[ host-package] Compiling thiserror v2.0.11
25242025-02-21T22:11:52.705Z[ host-package] Compiling typify-impl v0.3.0
25252025-02-21T22:11:52.721Z[ host-package] Compiling convert_case v0.4.0
25262025-02-21T22:11:52.724Z[ host-package] Compiling newline-converter v0.3.0
25272025-02-21T22:11:52.724Z[ host-package] Compiling password-hash v0.5.0
25282025-02-21T22:11:52.724Z[ host-package] Compiling blake2 v0.10.6
25292025-02-21T22:11:52.967Z[ host-package] Compiling expectorate v1.1.0
25302025-02-21T22:11:53.286Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25312025-02-21T22:11:53.365Z[ host-package] Compiling derive_more v0.99.19
25322025-02-21T22:11:53.931Z[ host-package] Compiling argon2 v0.5.3
25332025-02-21T22:11:54.140Z[ host-package] Compiling atomicwrites v0.4.4
25342025-02-21T22:11:54.720Z[ host-package] Compiling cancel-safe-futures v0.1.5
25352025-02-21T22:11:55.218Z[ host-package] Compiling owo-colors v4.1.0
25362025-02-21T22:11:55.333Z[ host-package] Compiling num-rational v0.4.2
25372025-02-21T22:11:55.654Z[ host-package] Compiling num-complex v0.4.6
25382025-02-21T22:11:57.453Z[ host-package] Compiling num v0.4.3
25392025-02-21T22:11:58.693Z[ host-package] Compiling libsw v3.3.1
25402025-02-21T22:11:58.717Z[ host-package] Compiling rustls v0.23.19
25412025-02-21T22:11:58.721Z[ host-package] Compiling rustls v0.22.4
25422025-02-21T22:11:58.756Z[ host-package] Compiling swrite v0.1.0
25432025-02-21T22:11:58.800Z[ host-package] Compiling linear-map v1.2.0
25442025-02-21T22:11:58.948Z[ host-package] Compiling float-ord v0.3.2
25452025-02-21T22:11:59.103Z[ helios-setup] Feb 21 22:11:57.387 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.00s
25462025-02-21T22:11:59.135Z[ helios-setup] Feb 21 22:11:57.420 INFO building project "image-builder" ok (29 seconds)
25472025-02-21T22:11:59.135Z[ helios-setup] Feb 21 22:11:57.420 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
25482025-02-21T22:11:59.138Z[ helios-setup] Feb 21 22:11:57.420 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
25492025-02-21T22:11:59.165Z[ host-package] Compiling highway v1.2.0
25502025-02-21T22:11:59.288Z[ host-package] Compiling semver v0.1.20
25512025-02-21T22:11:59.319Z[ host-package] Compiling tungstenite v0.21.0
25522025-02-21T22:11:59.413Z[ helios-setup] Feb 21 22:11:57.697 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
25532025-02-21T22:11:59.482Z[ host-package] Compiling ipnetwork v0.21.1
25542025-02-21T22:11:59.826Z[ host-package] Compiling rustc_version v0.1.7
25552025-02-21T22:12:00.260Z[ host-package] Compiling newtype_derive v0.1.6
25562025-02-21T22:12:00.361Z[ host-package] Compiling oxnet v0.1.0
25572025-02-21T22:12:00.384Z[ helios-setup] Feb 21 22:11:58.668 INFO E| From https://github.com/oxidecomputer/progenitor
25582025-02-21T22:12:00.384Z[ helios-setup] Feb 21 22:11:58.668 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
25592025-02-21T22:12:00.494Z[ helios-setup] Feb 21 22:11:58.778 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
25602025-02-21T22:12:00.619Z[ host-package] Compiling humantime v2.1.0
25612025-02-21T22:12:00.785Z[ host-package] Compiling tokio-tungstenite v0.21.0
25622025-02-21T22:12:00.901Z[ helios-setup] Feb 21 22:11:59.185 INFO E| From https://github.com/jclulow/hiercmd
25632025-02-21T22:12:00.901Z[ helios-setup] Feb 21 22:11:59.185 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
25642025-02-21T22:12:00.920Z[ helios-setup] Feb 21 22:11:59.204 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
25652025-02-21T22:12:01.046Z[ host-package] Compiling rustls-webpki v0.102.8
25662025-02-21T22:12:01.318Z[ helios-setup] Feb 21 22:11:59.602 INFO E| From https://github.com/jclulow/network-interface
25672025-02-21T22:12:01.318Z[ helios-setup] Feb 21 22:11:59.602 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
25682025-02-21T22:12:01.337Z[ helios-setup] Feb 21 22:11:59.621 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
25692025-02-21T22:12:01.381Z[ host-package] Compiling daft v0.1.1
25702025-02-21T22:12:01.633Z[ host-package] Compiling dropshot v0.15.1
25712025-02-21T22:12:01.754Z[ host-package] Compiling instant v0.1.13
25722025-02-21T22:12:01.761Z[ helios-setup] Feb 21 22:12:00.044 INFO E| From https://github.com/oxidecomputer/boot-image-tools
25732025-02-21T22:12:01.761Z[ helios-setup] Feb 21 22:12:00.045 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
25742025-02-21T22:12:01.795Z[ helios-setup] Feb 21 22:12:00.079 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
25752025-02-21T22:12:01.912Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25762025-02-21T22:12:01.972Z[ host-package] Compiling backoff v0.4.0
25772025-02-21T22:12:02.446Z[ host-package] Compiling steno v0.4.1
25782025-02-21T22:12:02.465Z[ helios-setup] Feb 21 22:12:00.749 INFO E| From https://github.com/oxidecomputer/facade
25792025-02-21T22:12:02.465Z[ helios-setup] Feb 21 22:12:00.749 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
25802025-02-21T22:12:02.509Z[ helios-setup] Feb 21 22:12:00.793 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
25812025-02-21T22:12:02.892Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25822025-02-21T22:12:03.143Z[ host-package] Compiling parse-display v0.10.0
25832025-02-21T22:12:03.238Z[ helios-setup] Feb 21 22:12:01.522 INFO E| From https://github.com/oxidecomputer/dropshot
25842025-02-21T22:12:03.238Z[ helios-setup] Feb 21 22:12:01.522 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
25852025-02-21T22:12:03.280Z[ helios-setup] Feb 21 22:12:01.564 INFO E| Updating crates.io index
25862025-02-21T22:12:03.357Z[ helios-setup] Feb 21 22:12:01.640 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
25872025-02-21T22:12:03.693Z[ host-package] Compiling strum v0.26.3
25882025-02-21T22:12:03.900Z[ host-package] Compiling typify-macro v0.3.0
25892025-02-21T22:12:03.932Z[ host-package] Compiling serde_with v3.11.0
25902025-02-21T22:12:03.992Z[ helios-setup] Feb 21 22:12:02.276 INFO E| From https://github.com/oxidecomputer/typify
25912025-02-21T22:12:03.993Z[ helios-setup] Feb 21 22:12:02.276 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
25922025-02-21T22:12:04.220Z[ helios-setup] Feb 21 22:12:02.504 INFO E| Downloading crates ...
25932025-02-21T22:12:04.344Z[ host-package] Compiling regress v0.9.1
25942025-02-21T22:12:04.348Z[ helios-setup] Feb 21 22:12:02.631 INFO E| Downloaded const-random-macro v0.1.15
25952025-02-21T22:12:04.353Z[ helios-setup] Feb 21 22:12:02.636 INFO E| Downloaded concolor-override v1.0.0
25962025-02-21T22:12:04.390Z[ helios-setup] Feb 21 22:12:02.674 INFO E| Downloaded block-buffer v0.10.3
25972025-02-21T22:12:04.393Z[ helios-setup] Feb 21 22:12:02.676 INFO E| Downloaded semver-parser v0.10.2
25982025-02-21T22:12:04.397Z[ helios-setup] Feb 21 22:12:02.680 INFO E| Downloaded scopeguard v1.1.0
25992025-02-21T22:12:04.400Z[ helios-setup] Feb 21 22:12:02.683 INFO E| Downloaded rustfmt-wrapper v0.2.0
26002025-02-21T22:12:04.402Z[ helios-setup] Feb 21 22:12:02.685 INFO E| Downloaded async-stream-impl v0.3.5
26012025-02-21T22:12:04.406Z[ helios-setup] Feb 21 22:12:02.687 INFO E| Downloaded try-lock v0.2.4
26022025-02-21T22:12:04.406Z[ helios-setup] Feb 21 22:12:02.689 INFO E| Downloaded itoa v1.0.6
26032025-02-21T22:12:04.410Z[ helios-setup] Feb 21 22:12:02.692 INFO E| Downloaded tower-service v0.3.2
26042025-02-21T22:12:04.410Z[ helios-setup] Feb 21 22:12:02.693 INFO E| Downloaded fastrand v1.9.0
26052025-02-21T22:12:04.413Z[ helios-setup] Feb 21 22:12:02.696 INFO E| Downloaded num_cpus v1.15.0
26062025-02-21T22:12:04.417Z[ helios-setup] Feb 21 22:12:02.701 INFO E| Downloaded schemars_derive v0.8.12
26072025-02-21T22:12:04.421Z[ helios-setup] Feb 21 22:12:02.704 INFO E| Downloaded sha1 v0.10.5
26082025-02-21T22:12:04.426Z[ helios-setup] Feb 21 22:12:02.707 INFO E| Downloaded serde_tokenstream v0.2.0
26092025-02-21T22:12:04.429Z[ helios-setup] Feb 21 22:12:02.713 INFO E| Downloaded toolchain_find v0.2.0
26102025-02-21T22:12:04.432Z[ helios-setup] Feb 21 22:12:02.715 INFO E| Downloaded toml_datetime v0.6.1
26112025-02-21T22:12:04.435Z[ helios-setup] Feb 21 22:12:02.717 INFO E| Downloaded utf8parse v0.2.1
26122025-02-21T22:12:04.438Z[ helios-setup] Feb 21 22:12:02.719 INFO E| Downloaded terminal_size v0.2.6
26132025-02-21T22:12:04.443Z[ helios-setup] Feb 21 22:12:02.722 INFO E| Downloaded slog-async v2.7.0
26142025-02-21T22:12:04.443Z[ helios-setup] Feb 21 22:12:02.724 INFO E| Downloaded slab v0.4.7
26152025-02-21T22:12:04.445Z[ helios-setup] Feb 21 22:12:02.727 INFO E| Downloaded strsim v0.10.0
26162025-02-21T22:12:04.445Z[ helios-setup] Feb 21 22:12:02.729 INFO E| Downloaded project-root v0.2.2
26172025-02-21T22:12:04.448Z[ helios-setup] Feb 21 22:12:02.730 INFO E| Downloaded percent-encoding v2.2.0
26182025-02-21T22:12:04.448Z[ helios-setup] Feb 21 22:12:02.731 INFO E| Downloaded num_enum_derive v0.5.7
26192025-02-21T22:12:04.451Z[ helios-setup] Feb 21 22:12:02.734 INFO E| Downloaded smawk v0.3.1
26202025-02-21T22:12:04.454Z[ helios-setup] Feb 21 22:12:02.736 INFO E| Downloaded serde_path_to_error v0.1.11
26212025-02-21T22:12:04.456Z[ helios-setup] Feb 21 22:12:02.738 INFO E| Downloaded schemars v0.8.12
26222025-02-21T22:12:04.474Z[ helios-setup] Feb 21 22:12:02.757 INFO E| Downloaded want v0.3.0
26232025-02-21T22:12:04.477Z[ helios-setup] Feb 21 22:12:02.759 INFO E| Downloaded bincode v1.3.3
26242025-02-21T22:12:04.480Z[ helios-setup] Feb 21 22:12:02.762 INFO E| Downloaded async-stream v0.3.5
26252025-02-21T22:12:04.483Z[ helios-setup] Feb 21 22:12:02.766 INFO E| Downloaded time v0.1.45
26262025-02-21T22:12:04.486Z[ helios-setup] Feb 21 22:12:02.769 INFO E| Downloaded smallvec v1.10.0
26272025-02-21T22:12:04.489Z[ helios-setup] Feb 21 22:12:02.772 INFO E| Downloaded socket2 v0.4.9
26282025-02-21T22:12:04.492Z[ helios-setup] Feb 21 22:12:02.775 INFO E| Downloaded smartstring v1.0.1
26292025-02-21T22:12:04.496Z[ helios-setup] Feb 21 22:12:02.779 INFO E| Downloaded tokio-tungstenite v0.18.0
26302025-02-21T22:12:04.499Z[ helios-setup] Feb 21 22:12:02.783 INFO E| Downloaded signal-hook-registry v1.4.0
26312025-02-21T22:12:04.502Z[ helios-setup] Feb 21 22:12:02.785 INFO E| Downloaded autocfg v1.1.0
26322025-02-21T22:12:04.504Z[ helios-setup] Feb 21 22:12:02.788 INFO E| Downloaded tungstenite v0.18.0
26332025-02-21T22:12:04.508Z[ helios-setup] Feb 21 22:12:02.792 INFO E| Downloaded toml v0.7.3
26342025-02-21T22:12:04.514Z[ helios-setup] Feb 21 22:12:02.798 INFO E| Downloaded uuid v1.3.0
26352025-02-21T22:12:04.521Z[ helios-setup] Feb 21 22:12:02.804 INFO E| Downloaded thiserror-impl v1.0.38
26362025-02-21T22:12:04.525Z[ helios-setup] Feb 21 22:12:02.806 INFO E| Downloaded serde_derive v1.0.204
26372025-02-21T22:12:04.528Z[ helios-setup] Feb 21 22:12:02.811 INFO E| Downloaded unicode-bidi v0.3.13
26382025-02-21T22:12:04.531Z[ helios-setup] Feb 21 22:12:02.815 INFO E| Downloaded semver v0.11.0
26392025-02-21T22:12:04.535Z[ helios-setup] Feb 21 22:12:02.819 INFO E| Downloaded url v2.3.1
26402025-02-21T22:12:04.540Z[ helios-setup] Feb 21 22:12:02.823 INFO E| Downloaded ipnet v2.7.2
26412025-02-21T22:12:04.543Z[ helios-setup] Feb 21 22:12:02.826 INFO E| Downloaded unsafe-libyaml v0.2.8
26422025-02-21T22:12:04.548Z[ helios-setup] Feb 21 22:12:02.832 INFO E| Downloaded textwrap v0.16.0
26432025-02-21T22:12:04.552Z[ helios-setup] Feb 21 22:12:02.836 INFO E| Downloaded cc v1.0.78
26442025-02-21T22:12:04.556Z[ helios-setup] Feb 21 22:12:02.840 INFO E| Downloaded serde_yaml v0.9.21
26452025-02-21T22:12:04.562Z[ helios-setup] Feb 21 22:12:02.845 INFO E| Downloaded aho-corasick v0.7.20
26462025-02-21T22:12:04.570Z[ helios-setup] Feb 21 22:12:02.854 INFO E| Downloaded unicode-linebreak v0.1.4
26472025-02-21T22:12:04.574Z[ helios-setup] Feb 21 22:12:02.857 INFO E| Downloaded unicode-normalization v0.1.22
26482025-02-21T22:12:04.580Z[ helios-setup] Feb 21 22:12:02.864 INFO E| Downloaded tracing-core v0.1.30
26492025-02-21T22:12:04.585Z[ helios-setup] Feb 21 22:12:02.868 INFO E| Downloaded parking_lot v0.12.1
26502025-02-21T22:12:04.588Z[ helios-setup] Feb 21 22:12:02.872 INFO E| Downloaded winnow v0.4.1
26512025-02-21T22:12:04.601Z[ helios-setup] Feb 21 22:12:02.885 INFO E| Downloaded memchr v2.5.0
26522025-02-21T22:12:04.607Z[ helios-setup] Feb 21 22:12:02.891 INFO E| Downloaded flate2 v1.0.25
26532025-02-21T22:12:04.616Z[ helios-setup] Feb 21 22:12:02.899 INFO E| Downloaded serde_json v1.0.95
26542025-02-21T22:12:04.627Z[ helios-setup] Feb 21 22:12:02.910 INFO E| Downloaded pest v2.5.7
26552025-02-21T22:12:04.634Z[ helios-setup] Feb 21 22:12:02.918 INFO E| Downloaded mio v0.8.5
26562025-02-21T22:12:04.642Z[ helios-setup] Feb 21 22:12:02.926 INFO E| Downloaded http v0.2.9
26572025-02-21T22:12:04.648Z[ helios-setup] Feb 21 22:12:02.932 INFO E| Downloaded rustix v0.37.3
26582025-02-21T22:12:04.677Z[ helios-setup] Feb 21 22:12:02.960 INFO E| Downloaded syn v1.0.107
26592025-02-21T22:12:04.693Z[ helios-setup] Feb 21 22:12:02.976 INFO E| Downloaded reqwest v0.11.16
26602025-02-21T22:12:04.704Z[ helios-setup] Feb 21 22:12:02.987 INFO E| Downloaded futures-util v0.3.28
26612025-02-21T22:12:04.725Z[ helios-setup] Feb 21 22:12:03.007 INFO E| Downloaded syn v2.0.72
26622025-02-21T22:12:04.741Z[ helios-setup] Feb 21 22:12:03.024 INFO E| Downloaded rayon v1.6.1
26632025-02-21T22:12:04.755Z[ helios-setup] Feb 21 22:12:03.039 INFO E| Downloaded h2 v0.3.16
26642025-02-21T22:12:04.766Z[ helios-setup] Feb 21 22:12:03.049 INFO E| Downloaded hyper v0.14.25
26652025-02-21T22:12:04.779Z[ helios-setup] Feb 21 22:12:03.062 INFO E| Downloaded git2 v0.16.1
26662025-02-21T22:12:04.793Z[ helios-setup] Feb 21 22:12:03.076 INFO E| Downloaded regex v1.7.3
26672025-02-21T22:12:04.828Z[ helios-setup] Feb 21 22:12:03.111 INFO E| Downloaded chrono v0.4.24
26682025-02-21T22:12:04.841Z[ helios-setup] Feb 21 22:12:03.124 INFO E| Downloaded idna v0.3.0
26692025-02-21T22:12:04.853Z[ helios-setup] Feb 21 22:12:03.135 INFO E| Downloaded rustls v0.21.0
26702025-02-21T22:12:04.870Z[ helios-setup] Feb 21 22:12:03.153 INFO E| Downloaded clap_builder v4.2.1
26712025-02-21T22:12:04.881Z[ helios-setup] Feb 21 22:12:03.164 INFO E| Downloaded regress v0.5.0
26722025-02-21T22:12:04.894Z[ helios-setup] Feb 21 22:12:03.176 INFO E| Downloaded rhai v1.14.0
26732025-02-21T22:12:04.913Z[ helios-setup] Feb 21 22:12:03.196 INFO E| Downloaded crossbeam-channel v0.5.6
26742025-02-21T22:12:04.940Z[ helios-setup] Feb 21 22:12:03.223 INFO E| Downloaded openapiv3 v1.0.2
26752025-02-21T22:12:04.960Z[ helios-setup] Feb 21 22:12:03.243 INFO E| Downloaded base64 v0.21.0
26762025-02-21T22:12:04.965Z[ helios-setup] Feb 21 22:12:03.249 INFO E| Downloaded tokio v1.27.0
26772025-02-21T22:12:05.019Z[ helios-setup] Feb 21 22:12:03.302 INFO E| Downloaded tracing v0.1.37
26782025-02-21T22:12:05.026Z[ helios-setup] Feb 21 22:12:03.309 INFO E| Downloaded proc-macro2 v1.0.86
26792025-02-21T22:12:05.030Z[ helios-setup] Feb 21 22:12:03.314 INFO E| Downloaded crossbeam-epoch v0.9.13
26802025-02-21T22:12:05.035Z[ helios-setup] Feb 21 22:12:03.318 INFO E| Downloaded toml_edit v0.19.8
26812025-02-21T22:12:05.063Z[ helios-setup] Feb 21 22:12:03.346 INFO E| Downloaded tokio-util v0.7.7
26822025-02-21T22:12:05.072Z[ helios-setup] Feb 21 22:12:03.355 INFO E| Downloaded rayon-core v1.10.2
26832025-02-21T22:12:05.080Z[ helios-setup] Feb 21 22:12:03.363 INFO E| Downloaded futures v0.3.28
26842025-02-21T22:12:05.088Z[ helios-setup] Feb 21 22:12:03.371 INFO E| Downloaded unicode-ident v1.0.8
26852025-02-21T22:12:05.092Z[ helios-setup] Feb 21 22:12:03.376 INFO E| Downloaded httpdate v1.0.2
26862025-02-21T22:12:05.095Z[ helios-setup] Feb 21 22:12:03.377 INFO E| Downloaded bytes v1.4.0
26872025-02-21T22:12:05.100Z[ helios-setup] Feb 21 22:12:03.383 INFO E| Downloaded ucd-trie v0.1.5
26882025-02-21T22:12:05.103Z[ helios-setup] Feb 21 22:12:03.386 INFO E| Downloaded tinyvec v1.6.0
26892025-02-21T22:12:05.107Z[ helios-setup] Feb 21 22:12:03.390 INFO E| Downloaded tempfile v3.5.0
26902025-02-21T22:12:05.111Z[ helios-setup] Feb 21 22:12:03.394 INFO E| Downloaded once_cell v1.17.0
26912025-02-21T22:12:05.115Z[ helios-setup] Feb 21 22:12:03.398 INFO E| Downloaded clap v4.2.1
26922025-02-21T22:12:05.128Z[ helios-setup] Feb 21 22:12:03.412 INFO E| Downloaded serde v1.0.204
26932025-02-21T22:12:05.134Z[ helios-setup] Feb 21 22:12:03.417 INFO E| Downloaded rustls-webpki v0.100.1
26942025-02-21T22:12:05.144Z[ helios-setup] Feb 21 22:12:03.427 INFO E| Downloaded num-traits v0.2.15
26952025-02-21T22:12:05.148Z[ helios-setup] Feb 21 22:12:03.431 INFO E| Downloaded libc v0.2.139
26962025-02-21T22:12:05.198Z[ helios-setup] Feb 21 22:12:03.481 INFO E| Downloaded miniz_oxide v0.6.2
26972025-02-21T22:12:05.201Z[ helios-setup] Feb 21 22:12:03.484 INFO E| Downloaded anyhow v1.0.68
26982025-02-21T22:12:05.207Z[ helios-setup] Feb 21 22:12:03.490 INFO E| Downloaded ppv-lite86 v0.2.17
26992025-02-21T22:12:05.211Z[ helios-setup] Feb 21 22:12:03.492 INFO E| Downloaded pin-project-lite v0.2.9
27002025-02-21T22:12:05.216Z[ helios-setup] Feb 21 22:12:03.499 INFO E| Downloaded num_enum v0.5.7
27012025-02-21T22:12:05.222Z[ helios-setup] Feb 21 22:12:03.505 INFO E| Downloaded memoffset v0.7.1
27022025-02-21T22:12:05.224Z[ helios-setup] Feb 21 22:12:03.507 INFO E| Downloaded log v0.4.17
27032025-02-21T22:12:05.227Z[ helios-setup] Feb 21 22:12:03.510 INFO E| Downloaded io-lifetimes v1.0.10
27042025-02-21T22:12:05.230Z[ helios-setup] Feb 21 22:12:03.514 INFO E| Downloaded tokio-rustls v0.24.0
27052025-02-21T22:12:05.233Z[ helios-setup] Feb 21 22:12:03.516 INFO E| Downloaded thiserror v1.0.38
27062025-02-21T22:12:05.240Z[ helios-setup] Feb 21 22:12:03.523 INFO E| Downloaded spin v0.5.2
27072025-02-21T22:12:05.243Z[ helios-setup] Feb 21 22:12:03.526 INFO E| Downloaded serde_spanned v0.6.1
27082025-02-21T22:12:05.245Z[ helios-setup] Feb 21 22:12:03.528 INFO E| Downloaded getrandom v0.2.8
27092025-02-21T22:12:05.249Z[ helios-setup] Feb 21 22:12:03.532 INFO E| Downloaded generic-array v0.14.6
27102025-02-21T22:12:05.252Z[ helios-setup] Feb 21 22:12:03.534 INFO E| Downloaded concolor-query v0.3.3
27112025-02-21T22:12:05.254Z[ helios-setup] Feb 21 22:12:03.536 INFO E| Downloaded iana-time-zone v0.1.56
27122025-02-21T22:12:05.257Z[ helios-setup] Feb 21 22:12:03.540 INFO E| Downloaded ahash v0.8.3
27132025-02-21T22:12:05.260Z[ helios-setup] Feb 21 22:12:03.544 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
27142025-02-21T22:12:05.264Z[ helios-setup] Feb 21 22:12:03.547 INFO E| Downloaded lock_api v0.4.9
27152025-02-21T22:12:05.266Z[ helios-setup] Feb 21 22:12:03.550 INFO E| Downloaded crossbeam-utils v0.8.14
27162025-02-21T22:12:05.271Z[ helios-setup] Feb 21 22:12:03.554 INFO E| Downloaded cargo-lock v8.0.3
27172025-02-21T22:12:05.275Z[ helios-setup] Feb 21 22:12:03.559 INFO E| Downloaded futures-channel v0.3.28
27182025-02-21T22:12:05.279Z[ helios-setup] Feb 21 22:12:03.562 INFO E| Downloaded form_urlencoded v1.1.0
27192025-02-21T22:12:05.282Z[ helios-setup] Feb 21 22:12:03.565 INFO E| Downloaded anstream v0.2.6
27202025-02-21T22:12:05.285Z[ helios-setup] Feb 21 22:12:03.569 INFO E| Downloaded ahash v0.7.6
27212025-02-21T22:12:05.290Z[ helios-setup] Feb 21 22:12:03.573 INFO E| Downloaded tokio-macros v2.0.0
27222025-02-21T22:12:05.292Z[ helios-setup] Feb 21 22:12:03.575 INFO E| Downloaded sha2 v0.10.6
27232025-02-21T22:12:05.295Z[ helios-setup] Feb 21 22:12:03.579 INFO E| Downloaded serde_derive_internals v0.26.0
27242025-02-21T22:12:05.298Z[ helios-setup] Feb 21 22:12:03.581 INFO E| Downloaded quote v1.0.36
27252025-02-21T22:12:05.303Z[ helios-setup] Feb 21 22:12:03.586 INFO E| Downloaded proc-macro-crate v1.2.1
27262025-02-21T22:12:05.305Z[ helios-setup] Feb 21 22:12:03.588 INFO E| Downloaded pkg-config v0.3.26
27272025-02-21T22:12:05.308Z[ helios-setup] Feb 21 22:12:03.591 INFO E| Downloaded paste v1.0.12
27282025-02-21T22:12:05.312Z[ helios-setup] Feb 21 22:12:03.596 INFO E| Downloaded parking_lot_core v0.9.6
27292025-02-21T22:12:05.316Z[ helios-setup] Feb 21 22:12:03.599 INFO E| Downloaded lazy_static v1.4.0
27302025-02-21T22:12:05.319Z[ helios-setup] Feb 21 22:12:03.601 INFO E| Downloaded httparse v1.8.0
27312025-02-21T22:12:05.322Z[ helios-setup] Feb 21 22:12:03.605 INFO E| Downloaded home v0.5.4
27322025-02-21T22:12:05.324Z[ helios-setup] Feb 21 22:12:03.607 INFO E| Downloaded futures-task v0.3.28
27332025-02-21T22:12:05.328Z[ helios-setup] Feb 21 22:12:03.609 INFO E| Downloaded futures-core v0.3.28
27342025-02-21T22:12:05.333Z[ helios-setup] Feb 21 22:12:03.612 INFO E| Downloaded camino v1.1.4
27352025-02-21T22:12:05.333Z[ helios-setup] Feb 21 22:12:03.615 INFO E| Downloaded byteorder v1.4.3
27362025-02-21T22:12:05.336Z[ helios-setup] Feb 21 22:12:03.618 INFO E| Downloaded ryu v1.0.13
27372025-02-21T22:12:05.343Z[ helios-setup] Feb 21 22:12:03.624 INFO E| Downloaded encoding_rs v0.8.32
27382025-02-21T22:12:05.375Z[ helios-setup] Feb 21 22:12:03.658 INFO E| Downloaded num-integer v0.1.45
27392025-02-21T22:12:05.378Z[ helios-setup] Feb 21 22:12:03.661 INFO E| Downloaded dyn-clone v1.0.11
27402025-02-21T22:12:05.381Z[ helios-setup] Feb 21 22:12:03.664 INFO E| Downloaded clap_derive v4.2.0
27412025-02-21T22:12:05.388Z[ helios-setup] Feb 21 22:12:03.668 INFO E| Downloaded async-trait v0.1.68
27422025-02-21T22:12:05.391Z[ helios-setup] Feb 21 22:12:03.674 INFO E| Downloaded slog-bunyan v2.4.0
27432025-02-21T22:12:05.394Z[ helios-setup] Feb 21 22:12:03.676 INFO E| Downloaded rhai_codegen v1.5.0
27442025-02-21T22:12:05.406Z[ helios-setup] Feb 21 22:12:03.689 INFO E| Downloaded is-terminal v0.4.7
27452025-02-21T22:12:05.440Z[ helios-setup] Feb 21 22:12:03.692 INFO E| Downloaded digest v0.10.6
27462025-02-21T22:12:05.440Z[ helios-setup] Feb 21 22:12:03.694 INFO E| Downloaded crossbeam-deque v0.8.2
27472025-02-21T22:12:05.440Z[ helios-setup] Feb 21 22:12:03.696 INFO E| Downloaded semver v1.0.17
27482025-02-21T22:12:05.440Z[ helios-setup] Feb 21 22:12:03.701 INFO E| Downloaded sct v0.7.0
27492025-02-21T22:12:05.440Z[ helios-setup] Feb 21 22:12:03.707 INFO E| Downloaded jobserver v0.1.26
27502025-02-21T22:12:05.440Z[ helios-setup] Feb 21 22:12:03.710 INFO E| Downloaded futures-io v0.3.28
27512025-02-21T22:12:05.441Z[ helios-setup] Feb 21 22:12:03.711 INFO E| Downloaded futures-executor v0.3.28
27522025-02-21T22:12:05.441Z[ helios-setup] Feb 21 22:12:03.714 INFO E| Downloaded built v0.6.0
27532025-02-21T22:12:05.441Z[ helios-setup] Feb 21 22:12:03.716 INFO E| Downloaded rustls-pemfile v1.0.2
27542025-02-21T22:12:05.441Z[ helios-setup] Feb 21 22:12:03.719 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
27552025-02-21T22:12:05.533Z[ helios-setup] Feb 21 22:12:03.817 INFO E| Downloaded cpufeatures v0.2.5
27562025-02-21T22:12:05.536Z[ helios-setup] Feb 21 22:12:03.819 INFO E| Downloaded const-random v0.1.15
27572025-02-21T22:12:05.539Z[ helios-setup] Feb 21 22:12:03.820 INFO E| Downloaded clap_lex v0.4.1
27582025-02-21T22:12:05.542Z[ helios-setup] Feb 21 22:12:03.824 INFO E| Downloaded http-body v0.4.5
27592025-02-21T22:12:05.545Z[ helios-setup] Feb 21 22:12:03.826 INFO E| Downloaded futures-sink v0.3.28
27602025-02-21T22:12:05.545Z[ helios-setup] Feb 21 22:12:03.827 INFO E| Downloaded futures-macro v0.3.28
27612025-02-21T22:12:05.548Z[ helios-setup] Feb 21 22:12:03.829 INFO E| Downloaded either v1.8.0
27622025-02-21T22:12:05.548Z[ helios-setup] Feb 21 22:12:03.831 INFO E| Downloaded anstyle-parse v0.1.1
27632025-02-21T22:12:05.552Z[ helios-setup] Feb 21 22:12:03.834 INFO E| Downloaded anstyle v0.3.5
27642025-02-21T22:12:05.613Z[ helios-setup] Feb 21 22:12:03.896 INFO E| Downloaded libz-sys v1.1.8
27652025-02-21T22:12:05.840Z[ helios-setup] Feb 21 22:12:04.123 INFO E| Downloaded ring v0.16.20
27662025-02-21T22:12:06.311Z[ helios-setup] Feb 21 22:12:04.593 INFO E| Compiling proc-macro2 v1.0.86
27672025-02-21T22:12:06.311Z[ helios-setup] Feb 21 22:12:04.593 INFO E| Compiling libc v0.2.139
27682025-02-21T22:12:06.311Z[ helios-setup] Feb 21 22:12:04.593 INFO E| Compiling unicode-ident v1.0.8
27692025-02-21T22:12:06.314Z[ helios-setup] Feb 21 22:12:04.593 INFO E| Compiling autocfg v1.1.0
27702025-02-21T22:12:06.314Z[ helios-setup] Feb 21 22:12:04.593 INFO E| Compiling cfg-if v1.0.0
27712025-02-21T22:12:06.314Z[ helios-setup] Feb 21 22:12:04.593 INFO E| Compiling version_check v0.9.4
27722025-02-21T22:12:06.314Z[ helios-setup] Feb 21 22:12:04.594 INFO E| Compiling serde v1.0.204
27732025-02-21T22:12:06.315Z[ helios-setup] Feb 21 22:12:04.594 INFO E| Compiling syn v1.0.107
27742025-02-21T22:12:07.287Z[ host-package] Compiling tokio-rustls v0.25.0
27752025-02-21T22:12:07.579Z[ helios-setup] Feb 21 22:12:05.861 INFO E| Compiling memchr v2.5.0
27762025-02-21T22:12:07.817Z[ helios-setup] Feb 21 22:12:06.100 INFO E| Compiling once_cell v1.17.0
27772025-02-21T22:12:08.095Z[ host-package] Compiling dropshot v0.12.0
27782025-02-21T22:12:08.161Z[ helios-setup] Feb 21 22:12:06.444 INFO E| Compiling thiserror v1.0.38
27792025-02-21T22:12:08.308Z[ host-package] Compiling typify v0.3.0
27802025-02-21T22:12:08.357Z[ helios-setup] Feb 21 22:12:06.640 INFO E| Compiling log v0.4.17
27812025-02-21T22:12:08.856Z[ host-package] Compiling progenitor-impl v0.9.1
27822025-02-21T22:12:09.017Z[ helios-setup] Feb 21 22:12:07.299 INFO E| Compiling serde_json v1.0.95
27832025-02-21T22:12:09.177Z[ helios-setup] Feb 21 22:12:07.460 INFO E| Compiling itoa v1.0.6
27842025-02-21T22:12:09.976Z[ helios-setup] Feb 21 22:12:08.255 INFO E| Compiling getrandom v0.2.8
27852025-02-21T22:12:10.127Z[ helios-setup] Feb 21 22:12:08.405 INFO E| Compiling jobserver v0.1.26
27862025-02-21T22:12:10.691Z[ helios-setup] Feb 21 22:12:08.974 INFO E| Compiling scopeguard v1.1.0
27872025-02-21T22:12:10.800Z[ helios-setup] Feb 21 22:12:09.082 INFO E| Compiling pin-project-lite v0.2.9
27882025-02-21T22:12:10.997Z[ helios-setup] Feb 21 22:12:09.279 INFO E| Compiling quote v1.0.36
27892025-02-21T22:12:11.138Z[ helios-setup] Feb 21 22:12:09.421 INFO E| Compiling cc v1.0.78
27902025-02-21T22:12:11.212Z[ helios-setup] Feb 21 22:12:09.483 INFO E| Compiling indexmap v1.9.3
27912025-02-21T22:12:11.248Z[ helios-setup] Feb 21 22:12:09.529 INFO E| Compiling bytes v1.4.0
27922025-02-21T22:12:11.248Z[ helios-setup] Feb 21 22:12:09.529 INFO E| Compiling futures-core v0.3.28
27932025-02-21T22:12:11.414Z[ host-package] Compiling tokio-rustls v0.26.0
27942025-02-21T22:12:11.815Z[ helios-setup] Feb 21 22:12:10.097 INFO E| Compiling num-integer v0.1.45
27952025-02-21T22:12:11.890Z[ helios-setup] Feb 21 22:12:10.169 INFO E| Compiling syn v2.0.72
27962025-02-21T22:12:12.172Z[ helios-setup] Feb 21 22:12:10.454 INFO E| Compiling ryu v1.0.13
27972025-02-21T22:12:12.406Z[ host-package] Compiling hyper-rustls v0.27.3
27982025-02-21T22:12:13.642Z[ helios-setup] Feb 21 22:12:11.922 INFO E| Compiling lock_api v0.4.9
27992025-02-21T22:12:13.735Z[ helios-setup] Feb 21 22:12:12.016 INFO E| Compiling typenum v1.16.0
28002025-02-21T22:12:13.767Z[ host-package] Compiling reqwest v0.12.12
28012025-02-21T22:12:13.863Z[ helios-setup] Feb 21 22:12:12.145 INFO E| Compiling bitflags v1.3.2
28022025-02-21T22:12:14.102Z[ helios-setup] Feb 21 22:12:12.382 INFO E| Compiling parking_lot_core v0.9.6
28032025-02-21T22:12:14.808Z[ helios-setup] Feb 21 22:12:13.089 INFO E| Compiling num_cpus v1.15.0
28042025-02-21T22:12:14.934Z[ helios-setup] Feb 21 22:12:13.216 INFO E| Compiling slab v0.4.7
28052025-02-21T22:12:14.935Z[ helios-setup] Feb 21 22:12:13.216 INFO E| Compiling generic-array v0.14.6
28062025-02-21T22:12:15.317Z[ helios-setup] Feb 21 22:12:13.598 INFO E| Compiling futures-task v0.3.28
28072025-02-21T22:12:15.469Z[ helios-setup] Feb 21 22:12:13.750 INFO E| Compiling futures-sink v0.3.28
28082025-02-21T22:12:15.754Z[ helios-setup] Feb 21 22:12:14.035 INFO E| Compiling futures-channel v0.3.28
28092025-02-21T22:12:16.250Z[ helios-setup] Feb 21 22:12:14.532 INFO E| Compiling tokio v1.27.0
28102025-02-21T22:12:16.663Z[ helios-setup] Feb 21 22:12:14.944 INFO E| Compiling futures-util v0.3.28
28112025-02-21T22:12:17.786Z[ helios-setup] Feb 21 22:12:16.068 INFO E| Compiling mio v0.8.5
28122025-02-21T22:12:17.935Z[ helios-setup] Feb 21 22:12:16.217 INFO E| Compiling signal-hook-registry v1.4.0
28132025-02-21T22:12:17.969Z[ helios-setup] Feb 21 22:12:16.251 INFO E| Compiling socket2 v0.4.9
28142025-02-21T22:12:17.980Z[ helios-setup] Feb 21 22:12:16.252 INFO E| Compiling futures-io v0.3.28
28152025-02-21T22:12:18.093Z[ helios-setup] Feb 21 22:12:16.374 INFO E| Compiling pin-utils v0.1.0
28162025-02-21T22:12:18.462Z[ helios-setup] Feb 21 22:12:16.743 INFO E| Compiling schemars v0.8.12
28172025-02-21T22:12:19.015Z[ helios-setup] Feb 21 22:12:17.296 INFO E| Compiling num-traits v0.2.15
28182025-02-21T22:12:19.180Z[ host-package] Compiling qorb v0.2.1
28192025-02-21T22:12:19.379Z[ helios-setup] Feb 21 22:12:17.659 INFO E| Compiling ahash v0.7.6
28202025-02-21T22:12:19.912Z[ helios-setup] Feb 21 22:12:18.193 INFO E| Compiling io-lifetimes v1.0.10
28212025-02-21T22:12:20.399Z[ helios-setup] Feb 21 22:12:18.680 INFO E| Compiling crunchy v0.2.2
28222025-02-21T22:12:21.306Z[ helios-setup] Feb 21 22:12:19.587 INFO E| Compiling crypto-common v0.1.6
28232025-02-21T22:12:21.527Z[ helios-setup] Feb 21 22:12:19.808 INFO E| Compiling block-buffer v0.10.3
28242025-02-21T22:12:21.906Z[ helios-setup] Feb 21 22:12:20.186 INFO E| Compiling ahash v0.8.3
28252025-02-21T22:12:21.919Z[ helios-setup] Feb 21 22:12:20.200 INFO E| Compiling rustix v0.37.3
28262025-02-21T22:12:21.981Z[ host-package] Compiling progenitor-macro v0.9.1
28272025-02-21T22:12:22.460Z[ helios-setup] Feb 21 22:12:20.741 INFO E| Compiling crossbeam-utils v0.8.14
28282025-02-21T22:12:22.507Z[ helios-setup] Feb 21 22:12:20.787 INFO E| Compiling hashbrown v0.12.3
28292025-02-21T22:12:22.564Z[ helios-setup] Feb 21 22:12:20.844 INFO E| Compiling tiny-keccak v2.0.2
28302025-02-21T22:12:22.670Z[ helios-setup] Feb 21 22:12:20.950 INFO E| Compiling serde_derive_internals v0.26.0
28312025-02-21T22:12:22.952Z[ helios-setup] Feb 21 22:12:21.232 INFO E| Compiling slog v2.7.0
28322025-02-21T22:12:23.049Z[ helios-setup] Feb 21 22:12:21.329 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28332025-02-21T22:12:24.247Z[ helios-setup] Feb 21 22:12:22.527 INFO E| Compiling digest v0.10.6
28342025-02-21T22:12:25.210Z[ helios-setup] Feb 21 22:12:23.490 INFO E| Compiling errno v0.3.1
28352025-02-21T22:12:25.384Z[ helios-setup] Feb 21 22:12:23.664 INFO E| Compiling unicode-width v0.1.10
28362025-02-21T22:12:25.678Z[ helios-setup] Feb 21 22:12:23.959 INFO E| Compiling pkg-config v0.3.26
28372025-02-21T22:12:25.935Z[ helios-setup] Feb 21 22:12:24.215 INFO E| Compiling fnv v1.0.7
28382025-02-21T22:12:25.990Z[ helios-setup] Feb 21 22:12:24.270 INFO E| Compiling cpufeatures v0.2.5
28392025-02-21T22:12:26.194Z[ helios-setup] Feb 21 22:12:24.474 INFO E| Compiling anyhow v1.0.68
28402025-02-21T22:12:26.488Z[ helios-setup] Feb 21 22:12:24.768 INFO E| Compiling http v0.2.9
28412025-02-21T22:12:28.946Z[ host-package] Compiling progenitor-client v0.9.1
28422025-02-21T22:12:30.044Z[ host-package] Compiling progenitor-client v0.8.0
28432025-02-21T22:12:30.175Z[ helios-setup] Feb 21 22:12:28.455 INFO E| Compiling thiserror-impl v1.0.38
28442025-02-21T22:12:30.228Z[ helios-setup] Feb 21 22:12:28.507 INFO E| Compiling schemars_derive v0.8.12
28452025-02-21T22:12:30.490Z[ helios-setup] Feb 21 22:12:28.769 INFO E| Compiling serde_derive v1.0.204
28462025-02-21T22:12:30.606Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28472025-02-21T22:12:30.872Z[ helios-setup] Feb 21 22:12:29.152 INFO E| Compiling futures-macro v0.3.28
28482025-02-21T22:12:30.982Z[ host-package] Compiling progenitor v0.8.0
28492025-02-21T22:12:31.377Z[ helios-setup] Feb 21 22:12:29.656 INFO E| Compiling tokio-macros v2.0.0
28502025-02-21T22:12:31.726Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28512025-02-21T22:12:31.872Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28522025-02-21T22:12:31.941Z[ helios-setup] Feb 21 22:12:30.220 INFO E| Compiling aho-corasick v0.7.20
28532025-02-21T22:12:32.483Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
28542025-02-21T22:12:32.971Z[ helios-setup] Feb 21 22:12:31.250 INFO E| Compiling tinyvec_macros v0.1.1
28552025-02-21T22:12:33.326Z[ helios-setup] Feb 21 22:12:31.604 INFO E| Compiling heck v0.4.1
28562025-02-21T22:12:34.220Z[ helios-setup] Feb 21 22:12:32.499 INFO E| Compiling regex-syntax v0.6.29
28572025-02-21T22:12:34.502Z[ helios-setup] Feb 21 22:12:32.780 INFO E| Compiling httparse v1.8.0
28582025-02-21T22:12:35.134Z[ helios-setup] Feb 21 22:12:33.411 INFO E| Compiling percent-encoding v2.2.0
28592025-02-21T22:12:36.160Z[ helios-setup] Feb 21 22:12:34.438 INFO E| Compiling form_urlencoded v1.1.0
28602025-02-21T22:12:36.163Z[ helios-setup] Feb 21 22:12:34.438 INFO E| Compiling tinyvec v1.6.0
28612025-02-21T22:12:36.391Z[ helios-setup] Feb 21 22:12:34.669 INFO E| Compiling const-random-macro v0.1.15
28622025-02-21T22:12:36.557Z[ helios-setup] Feb 21 22:12:34.836 INFO E| Compiling hashbrown v0.13.2
28632025-02-21T22:12:38.967Z[ helios-setup] Feb 21 22:12:37.242 INFO E| Compiling chrono v0.4.24
28642025-02-21T22:12:39.126Z[ helios-setup] Feb 21 22:12:37.404 INFO E| Compiling libz-sys v1.1.8
28652025-02-21T22:12:39.717Z[ helios-setup] Feb 21 22:12:37.995 INFO E| Compiling getopts v0.2.21
28662025-02-21T22:12:40.055Z[ helios-setup] Feb 21 22:12:38.333 INFO E| Compiling memoffset v0.7.1
28672025-02-21T22:12:41.282Z[ helios-setup] Feb 21 22:12:39.560 INFO E| Compiling regex v1.7.3
28682025-02-21T22:12:42.023Z[ helios-setup] Feb 21 22:12:40.300 INFO E| Compiling uuid v1.3.0
28692025-02-21T22:12:42.724Z[ helios-setup] Feb 21 22:12:41.002 INFO E| Compiling powerfmt v0.2.0
28702025-02-21T22:12:43.010Z[ helios-setup] Feb 21 22:12:41.287 INFO E| Compiling time-core v0.1.2
28712025-02-21T22:12:43.407Z[ helios-setup] Feb 21 22:12:41.683 INFO E| Compiling num-conv v0.1.0
28722025-02-21T22:12:43.519Z[ helios-setup] Feb 21 22:12:41.795 INFO E| Compiling dyn-clone v1.0.11
28732025-02-21T22:12:43.573Z[ helios-setup] Feb 21 22:12:41.850 INFO E| Compiling deranged v0.3.11
28742025-02-21T22:12:43.910Z[ helios-setup] Feb 21 22:12:42.188 INFO E| Compiling time-macros v0.2.18
28752025-02-21T22:12:44.168Z[ helios-setup] Feb 21 22:12:42.444 INFO E| Compiling unicode-normalization v0.1.22
28762025-02-21T22:12:46.546Z[ helios-setup] Feb 21 22:12:44.823 INFO E| Compiling const-random v0.1.15
28772025-02-21T22:12:46.702Z[ helios-setup] Feb 21 22:12:44.979 INFO E| Compiling regress v0.5.0
28782025-02-21T22:12:47.274Z[ helios-setup] Feb 21 22:12:45.541 INFO E| Compiling tracing-core v0.1.30
28792025-02-21T22:12:48.931Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28802025-02-21T22:12:48.955Z[ helios-setup] Feb 21 22:12:47.230 INFO E| Compiling crossbeam-epoch v0.9.13
28812025-02-21T22:12:49.174Z[ helios-setup] Feb 21 22:12:47.451 INFO E| Compiling num_threads v0.1.6
28822025-02-21T22:12:49.887Z[ helios-setup] Feb 21 22:12:48.163 INFO E| Compiling ucd-trie v0.1.5
28832025-02-21T22:12:49.990Z[ helios-setup] Feb 21 22:12:48.266 INFO E| Compiling unicode-bidi v0.3.13
28842025-02-21T22:12:51.044Z[ helios-setup] Feb 21 22:12:49.320 INFO E| Compiling time v0.3.36
28852025-02-21T22:12:51.853Z[ helios-setup] Feb 21 22:12:50.128 INFO E| Compiling idna v0.3.0
28862025-02-21T22:12:53.630Z[ helios-setup] Feb 21 22:12:51.906 INFO E| Compiling pest v2.5.7
28872025-02-21T22:12:55.973Z[ helios-setup] Feb 21 22:12:54.248 INFO E| Compiling smallvec v1.10.0
28882025-02-21T22:12:56.222Z[ helios-setup] Feb 21 22:12:54.498 INFO E| Compiling toml v0.5.11
28892025-02-21T22:12:58.991Z[ helios-setup] Feb 21 22:12:57.266 INFO E| Compiling parking_lot v0.12.1
28902025-02-21T22:13:01.460Z[ helios-setup] Feb 21 22:12:59.734 INFO E| Compiling serde_tokenstream v0.2.0
28912025-02-21T22:13:02.575Z[ helios-setup] Feb 21 22:13:00.849 INFO E| Compiling tracing v0.1.37
28922025-02-21T22:13:06.158Z[ helios-setup] Feb 21 22:13:04.432 INFO E| Compiling crossbeam-channel v0.5.6
28932025-02-21T22:13:06.265Z[ helios-setup] Feb 21 22:13:04.538 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
28942025-02-21T22:13:06.361Z[ helios-setup] Feb 21 22:13:04.635 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28952025-02-21T22:13:07.147Z[ helios-setup] Feb 21 22:13:05.421 INFO E| Compiling dirs-sys-next v0.1.2
28962025-02-21T22:13:07.768Z[ helios-setup] Feb 21 22:13:06.041 INFO E| Compiling time v0.1.45
28972025-02-21T22:13:08.055Z[ helios-setup] Feb 21 22:13:06.329 INFO E| Compiling crc32fast v1.3.2
28982025-02-21T22:13:08.195Z[ helios-setup] Feb 21 22:13:06.468 INFO E| Compiling iana-time-zone v0.1.56
28992025-02-21T22:13:09.346Z[ helios-setup] Feb 21 22:13:07.619 INFO E| Compiling semver v1.0.17
29002025-02-21T22:13:11.313Z[ helios-setup] Feb 21 22:13:09.586 INFO E| Compiling dirs-next v2.0.0
29012025-02-21T22:13:12.065Z[ helios-setup] Feb 21 22:13:10.338 INFO E| Compiling proc-macro-crate v1.2.1
29022025-02-21T22:13:13.401Z[ helios-setup] Feb 21 22:13:11.671 INFO E| Compiling semver-parser v0.10.2
29032025-02-21T22:13:14.513Z[ helios-setup] Feb 21 22:13:12.786 INFO E| Compiling url v2.3.1
29042025-02-21T22:13:17.190Z[ helios-setup] Feb 21 22:13:15.462 INFO E| Compiling futures-executor v0.3.28
29052025-02-21T22:13:17.606Z[ helios-setup] Feb 21 22:13:15.878 INFO E| Compiling thread_local v1.1.7
29062025-02-21T22:13:17.896Z[ helios-setup] Feb 21 22:13:16.168 INFO E| Compiling tokio-util v0.7.7
29072025-02-21T22:13:18.854Z[ helios-setup] Feb 21 22:13:17.125 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29082025-02-21T22:13:19.319Z[ helios-setup] Feb 21 22:13:17.591 INFO E| Compiling same-file v1.0.6
29092025-02-21T22:13:19.758Z[ helios-setup] Feb 21 22:13:18.027 INFO E| Compiling rayon-core v1.10.2
29102025-02-21T22:13:19.926Z[ helios-setup] Feb 21 22:13:18.198 INFO E| Compiling adler v1.0.2
29112025-02-21T22:13:20.928Z[ helios-setup] Feb 21 22:13:19.199 INFO E| Compiling try-lock v0.2.4
29122025-02-21T22:13:21.641Z[ helios-setup] Feb 21 22:13:19.904 INFO E| Compiling want v0.3.0
29132025-02-21T22:13:22.130Z[ helios-setup] Feb 21 22:13:20.400 INFO E| Compiling miniz_oxide v0.6.2
29142025-02-21T22:13:22.752Z[ helios-setup] Feb 21 22:13:21.022 INFO E| Compiling h2 v0.3.16
29152025-02-21T22:13:24.337Z[ helios-setup] Feb 21 22:13:22.608 INFO E| Compiling walkdir v2.3.3
29162025-02-21T22:13:26.056Z[ helios-setup] Feb 21 22:13:24.219 INFO E| Compiling futures v0.3.28
29172025-02-21T22:13:26.207Z[ helios-setup] Feb 21 22:13:24.476 INFO E| Compiling semver v0.11.0
29182025-02-21T22:13:27.896Z[ helios-setup] Feb 21 22:13:26.166 INFO E| Compiling num_enum_derive v0.5.7
29192025-02-21T22:13:30.919Z[ host-package] Compiling progenitor v0.9.1
29202025-02-21T22:13:30.990Z[ helios-setup] Feb 21 22:13:27.267 INFO E| Compiling crossbeam-deque v0.8.2
29212025-02-21T22:13:30.990Z[ helios-setup] Feb 21 22:13:27.385 INFO E| Compiling term v0.7.0
29222025-02-21T22:13:31.130Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29232025-02-21T22:13:34.937Z[ helios-setup] Feb 21 22:13:33.198 INFO E| Compiling http-body v0.4.5
29242025-02-21T22:13:35.933Z[ helios-setup] Feb 21 22:13:34.202 INFO E| Compiling sha2 v0.10.6
29252025-02-21T22:13:37.088Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29262025-02-21T22:13:37.154Z[ helios-setup] Feb 21 22:13:35.423 INFO E| Compiling ring v0.16.20
29272025-02-21T22:13:37.212Z[ helios-setup] Feb 21 22:13:35.481 INFO E| Compiling rand_core v0.6.4
29282025-02-21T22:13:38.309Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29292025-02-21T22:13:38.599Z[ helios-setup] Feb 21 22:13:36.868 INFO E| Compiling atty v0.2.14
29302025-02-21T22:13:39.084Z[ helios-setup] Feb 21 22:13:37.353 INFO E| Compiling home v0.5.4
29312025-02-21T22:13:39.346Z[ helios-setup] Feb 21 22:13:37.614 INFO E| Compiling utf8parse v0.2.1
29322025-02-21T22:13:39.725Z[ helios-setup] Feb 21 22:13:37.993 INFO E| Compiling lazy_static v1.4.0
29332025-02-21T22:13:39.838Z[ helios-setup] Feb 21 22:13:38.106 INFO E| Compiling ppv-lite86 v0.2.17
29342025-02-21T22:13:40.385Z[ helios-setup] Feb 21 22:13:38.654 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
29352025-02-21T22:13:40.901Z[ helios-setup] Feb 21 22:13:39.170 INFO E| Compiling tower-service v0.3.2
29362025-02-21T22:13:40.922Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29372025-02-21T22:13:40.995Z[ helios-setup] Feb 21 22:13:39.264 INFO E| Compiling httpdate v1.0.2
29382025-02-21T22:13:41.167Z[ helios-setup] Feb 21 22:13:39.435 INFO E| Compiling fastrand v1.9.0
29392025-02-21T22:13:41.613Z[ helios-setup] Feb 21 22:13:39.880 INFO E| Compiling base64 v0.21.0
29402025-02-21T22:13:41.779Z[ helios-setup] Feb 21 22:13:40.047 INFO E| Compiling tempfile v3.5.0
29412025-02-21T22:13:42.050Z[ helios-setup] Feb 21 22:13:40.319 INFO E| Compiling hyper v0.14.25
29422025-02-21T22:13:42.451Z[ helios-setup] Feb 21 22:13:40.719 INFO E| Compiling rand_chacha v0.3.1
29432025-02-21T22:13:43.067Z[ helios-setup] Feb 21 22:13:41.335 INFO E| Compiling toolchain_find v0.2.0
29442025-02-21T22:13:44.039Z[ helios-setup] Feb 21 22:13:42.307 INFO E| Compiling anstyle-parse v0.1.1
29452025-02-21T22:13:44.992Z[ helios-setup] Feb 21 22:13:43.260 INFO E| Compiling slog-term v2.9.0
29462025-02-21T22:13:46.861Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29472025-02-21T22:13:50.459Z[ helios-setup] Feb 21 22:13:48.726 INFO E| Compiling cargo-lock v8.0.3
29482025-02-21T22:13:53.316Z[ helios-setup] Feb 21 22:13:51.582 INFO E| Compiling num_enum v0.5.7
29492025-02-21T22:13:53.749Z[ helios-setup] Feb 21 22:13:52.015 INFO E| Compiling flate2 v1.0.25
29502025-02-21T22:13:54.540Z[ host-package] Compiling macaddr v1.0.1
29512025-02-21T22:13:55.740Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29522025-02-21T22:13:56.607Z[ host-package] Compiling slog-dtrace v0.3.0
29532025-02-21T22:13:58.092Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29542025-02-21T22:14:00.211Z[ helios-setup] Feb 21 22:13:58.477 INFO E| Compiling serde_urlencoded v0.7.1
29552025-02-21T22:14:00.703Z[ host-package] Compiling prettyplease v0.2.29
29562025-02-21T22:14:00.805Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29572025-02-21T22:14:01.621Z[ helios-setup] Feb 21 22:13:59.887 INFO E| Compiling is-terminal v0.4.7
29582025-02-21T22:14:01.897Z[ helios-setup] Feb 21 22:14:00.162 INFO E| Compiling sha1 v0.10.5
29592025-02-21T22:14:05.020Z[ helios-setup] Feb 21 22:14:03.272 INFO E| Compiling concolor-override v1.0.0
29602025-02-21T22:14:05.165Z[ helios-setup] Feb 21 22:14:03.428 INFO E| Compiling concolor-query v0.3.3
29612025-02-21T22:14:05.448Z[ helios-setup] Feb 21 22:14:03.712 INFO E| Compiling either v1.8.0
29622025-02-21T22:14:06.161Z[ helios-setup] Feb 21 22:14:04.419 INFO E| Compiling anstyle v0.3.5
29632025-02-21T22:14:07.176Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29642025-02-21T22:14:07.258Z[ helios-setup] Feb 21 22:14:05.483 INFO E| Compiling anstream v0.2.6
29652025-02-21T22:14:07.485Z[ helios-setup] Feb 21 22:14:05.749 INFO E| Compiling rayon v1.6.1
29662025-02-21T22:14:08.066Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29672025-02-21T22:14:08.737Z[ host-package] Compiling half v2.4.1
29682025-02-21T22:14:09.293Z[ host-package] Compiling ciborium-io v0.2.2
29692025-02-21T22:14:09.456Z[ helios-setup] Feb 21 22:14:07.699 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29702025-02-21T22:14:09.895Z[ host-package] Compiling display-error-chain v0.2.2
29712025-02-21T22:14:10.304Z[ host-package] Compiling ciborium-ll v0.2.2
29722025-02-21T22:14:10.831Z[ host-package] Compiling same-file v1.0.6
29732025-02-21T22:14:11.220Z[ host-package] Compiling ciborium v0.2.2
29742025-02-21T22:14:11.384Z[ helios-setup] Feb 21 22:14:09.629 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29752025-02-21T22:14:11.899Z[ host-package] Compiling fastrand v2.1.1
29762025-02-21T22:14:11.977Z[ helios-setup] Feb 21 22:14:10.194 INFO E| Compiling rustfmt-wrapper v0.2.0
29772025-02-21T22:14:12.035Z[ helios-setup] Feb 21 22:14:10.282 INFO E| Compiling rand v0.8.5
29782025-02-21T22:14:13.009Z[ host-package] Compiling tempfile v3.13.0
29792025-02-21T22:14:13.154Z[ host-package] Compiling walkdir v2.5.0
29802025-02-21T22:14:14.163Z[ helios-setup] Feb 21 22:14:12.423 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29812025-02-21T22:14:14.564Z[ host-package] Compiling blake3 v1.5.4
29822025-02-21T22:14:14.756Z[ host-package] Compiling const_format_proc_macros v0.2.34
29832025-02-21T22:14:14.945Z[ host-package] Compiling xattr v1.3.1
29842025-02-21T22:14:18.860Z[ helios-setup] Feb 21 22:14:13.786 INFO E| Compiling openapiv3 v1.0.2
29852025-02-21T22:14:18.933Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29862025-02-21T22:14:18.933Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29872025-02-21T22:14:18.933Z[ helios-setup] Feb 21 22:14:14.407 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29882025-02-21T22:14:18.933Z[ helios-setup] Feb 21 22:14:14.871 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29892025-02-21T22:14:18.933Z[ helios-setup] Feb 21 22:14:16.109 INFO E| Compiling encoding_rs v0.8.32
29902025-02-21T22:14:18.933Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29912025-02-21T22:14:22.113Z[ helios-setup] Feb 21 22:14:20.140 INFO E| Compiling byteorder v1.4.3
29922025-02-21T22:14:22.431Z[ helios-setup] Feb 21 22:14:20.434 INFO E| Compiling mime v0.3.17
29932025-02-21T22:14:23.215Z[ helios-setup] Feb 21 22:14:20.900 INFO E| Compiling utf-8 v0.7.6
29942025-02-21T22:14:23.253Z[ helios-setup] Feb 21 22:14:21.274 INFO E| Compiling ipnet v2.7.2
29952025-02-21T22:14:23.276Z[ helios-setup] Feb 21 22:14:21.485 INFO E| Compiling spin v0.5.2
29962025-02-21T22:14:23.546Z[ helios-setup] Feb 21 22:14:21.804 INFO E| Compiling clap_lex v0.4.1
29972025-02-21T22:14:23.781Z[ helios-setup] Feb 21 22:14:22.042 INFO E| Compiling strsim v0.10.0
29982025-02-21T22:14:24.579Z[ helios-setup] Feb 21 22:14:22.837 INFO E| Compiling untrusted v0.7.1
29992025-02-21T22:14:25.146Z[ helios-setup] Feb 21 22:14:23.407 INFO E| Compiling project-root v0.2.2
30002025-02-21T22:14:25.278Z[ helios-setup] Feb 21 22:14:23.538 INFO E| Compiling base64 v0.13.1
30012025-02-21T22:14:25.877Z[ helios-setup] Feb 21 22:14:24.138 INFO E| Compiling unsafe-libyaml v0.2.8
30022025-02-21T22:14:26.910Z[ helios-setup] Feb 21 22:14:25.171 INFO E| Compiling tungstenite v0.18.0
30032025-02-21T22:14:28.402Z[ helios-setup] Feb 21 22:14:26.548 INFO E| Compiling clap_builder v4.2.1
30042025-02-21T22:14:28.989Z[ helios-setup] Feb 21 22:14:27.232 INFO E| Compiling serde_yaml v0.9.21
30052025-02-21T22:14:29.391Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30062025-02-21T22:14:29.440Z[ helios-setup] Feb 21 22:14:27.685 INFO E| Compiling reqwest v0.11.16
30072025-02-21T22:14:30.472Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30082025-02-21T22:14:30.884Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30092025-02-21T22:14:36.278Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30102025-02-21T22:14:36.290Z[ helios-setup] Feb 21 22:14:34.535 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30112025-02-21T22:14:37.326Z[ helios-setup] Feb 21 22:14:35.582 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30122025-02-21T22:14:41.325Z[ helios-setup] Feb 21 22:14:39.583 INFO E| Compiling clap_derive v4.2.0
30132025-02-21T22:14:45.480Z[ helios-setup] Feb 21 22:14:43.734 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30142025-02-21T22:14:46.377Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30152025-02-21T22:14:46.445Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30162025-02-21T22:14:47.011Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30172025-02-21T22:14:49.732Z[ helios-setup] Feb 21 22:14:47.988 INFO E| Compiling clap v4.2.1
30182025-02-21T22:14:52.432Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30192025-02-21T22:15:00.701Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30202025-02-21T22:15:07.277Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30212025-02-21T22:15:07.937Z[ host-package] Compiling memmap2 v0.9.5
30222025-02-21T22:15:08.580Z[ helios-setup] Feb 21 22:15:06.808 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30232025-02-21T22:15:08.584Z[ host-package] Compiling filetime v0.2.25
30242025-02-21T22:15:08.584Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30252025-02-21T22:15:09.346Z[ host-package] Compiling constant_time_eq v0.3.1
30262025-02-21T22:15:09.577Z[ host-package] Compiling arrayvec v0.7.6
30272025-02-21T22:15:09.781Z[ host-package] Compiling maplit v1.0.2
30282025-02-21T22:15:10.194Z[ host-package] Compiling arrayref v0.3.9
30292025-02-21T22:15:10.739Z[ helios-setup] Feb 21 22:15:08.571 INFO E| Compiling tokio-tungstenite v0.18.0
30302025-02-21T22:15:11.651Z[ host-package] Compiling crunchy v0.2.2
30312025-02-21T22:15:11.651Z[ host-package] Compiling keccak v0.1.5
30322025-02-21T22:15:11.846Z[ host-package] Compiling sha3 v0.10.8
30332025-02-21T22:15:11.910Z[ helios-setup] Feb 21 22:15:10.164 INFO E| Compiling smartstring v1.0.1
30342025-02-21T22:15:13.035Z[ helios-setup] Feb 21 22:15:11.289 INFO E| Compiling rustls v0.21.0
30352025-02-21T22:15:13.614Z[ host-package] Compiling tar v0.4.42
30362025-02-21T22:15:13.981Z[ helios-setup] Feb 21 22:15:12.234 INFO E| Compiling sct v0.7.0
30372025-02-21T22:15:14.422Z[ helios-setup] Feb 21 22:15:12.675 INFO E| Compiling rustls-webpki v0.100.1
30382025-02-21T22:15:14.535Z[ host-package] Compiling const_format v0.2.34
30392025-02-21T22:15:14.838Z[ helios-setup] Feb 21 22:15:13.091 INFO E| Compiling serde_spanned v0.6.1
30402025-02-21T22:15:15.554Z[ host-package] Compiling toolchain_find v0.4.0
30412025-02-21T22:15:15.768Z[ helios-setup] Feb 21 22:15:14.022 INFO E| Compiling toml_datetime v0.6.1
30422025-02-21T22:15:16.251Z[ host-package] Compiling camino-tempfile v1.1.1
30432025-02-21T22:15:16.881Z[ host-package] Compiling tiny-keccak v2.0.2
30442025-02-21T22:15:17.036Z[ host-package] Compiling topological-sort v0.2.2
30452025-02-21T22:15:17.240Z[ helios-setup] Feb 21 22:15:15.494 INFO E| Compiling camino v1.1.4
30462025-02-21T22:15:17.322Z[ host-package] Compiling rustfmt-wrapper v0.2.1
30472025-02-21T22:15:17.801Z[ host-package] Compiling omicron-zone-package v0.12.0
30482025-02-21T22:15:17.888Z[ host-package] Compiling dsl_auto_type v0.1.2
30492025-02-21T22:15:18.105Z[ host-package] Compiling scheduled-thread-pool v0.2.7
30502025-02-21T22:15:18.117Z[ helios-setup] Feb 21 22:15:16.371 INFO E| Compiling paste v1.0.12
30512025-02-21T22:15:18.503Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
30522025-02-21T22:15:18.558Z[ helios-setup] Feb 21 22:15:16.812 INFO E| Compiling static_assertions v1.1.0
30532025-02-21T22:15:18.877Z[ host-package] Compiling r2d2 v0.8.10
30542025-02-21T22:15:18.893Z[ helios-setup] Feb 21 22:15:17.146 INFO E| Compiling slog-async v2.7.0
30552025-02-21T22:15:19.467Z[ helios-setup] Feb 21 22:15:17.720 INFO E| Compiling winnow v0.4.1
30562025-02-21T22:15:19.929Z[ host-package] Compiling phf_generator v0.11.2
30572025-02-21T22:15:20.166Z[ host-package] Compiling diesel_derives v2.2.3
30582025-02-21T22:15:20.469Z[ host-package] Compiling ascii-canvas v3.0.0
30592025-02-21T22:15:20.578Z[ helios-setup] Feb 21 22:15:18.832 INFO E| Compiling async-trait v0.1.68
30602025-02-21T22:15:20.644Z[ host-package] Compiling secrecy v0.8.0
30612025-02-21T22:15:20.910Z[ host-package] Compiling ena v0.14.3
30622025-02-21T22:15:21.174Z[ helios-setup] Feb 21 22:15:19.425 INFO E| Compiling match_cfg v0.1.0
30632025-02-21T22:15:21.210Z[ host-package] Compiling regex-syntax v0.6.29
30642025-02-21T22:15:21.441Z[ host-package] Compiling diff v0.1.13
30652025-02-21T22:15:21.479Z[ helios-setup] Feb 21 22:15:19.732 INFO E| Compiling hostname v0.3.1
30662025-02-21T22:15:21.909Z[ host-package] Compiling arc-swap v1.7.1
30672025-02-21T22:15:22.518Z[ helios-setup] Feb 21 22:15:20.772 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30682025-02-21T22:15:22.837Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
30692025-02-21T22:15:23.590Z[ host-package] Compiling slog-scope v4.4.0
30702025-02-21T22:15:23.789Z[ host-package] Compiling phf_codegen v0.11.2
30712025-02-21T22:15:24.060Z[ helios-setup] Feb 21 22:15:22.313 INFO E| Compiling slog-json v2.6.1
30722025-02-21T22:15:24.426Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30732025-02-21T22:15:25.085Z[ helios-setup] Feb 21 22:15:23.338 INFO E| Compiling bincode v1.3.3
30742025-02-21T22:15:25.375Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30752025-02-21T22:15:25.962Z[ host-package] Compiling universal-hash v0.5.1
30762025-02-21T22:15:26.111Z[ helios-setup] Feb 21 22:15:24.364 INFO E| Compiling toml_edit v0.19.8
30772025-02-21T22:15:26.694Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30782025-02-21T22:15:26.784Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
30792025-02-21T22:15:26.909Z[ host-package] Compiling parse-zoneinfo v0.3.1
30802025-02-21T22:15:27.009Z[ helios-setup] Feb 21 22:15:25.262 INFO E| Compiling unicode-linebreak v0.1.4
30812025-02-21T22:15:29.956Z[ host-package] Compiling lalrpop v0.19.12
30822025-02-21T22:15:31.397Z[ host-package] Compiling unicase v2.7.0
30832025-02-21T22:15:31.590Z[ host-package] Compiling opaque-debug v0.3.1
30842025-02-21T22:15:31.830Z[ host-package] Compiling ref-cast v1.0.23
30852025-02-21T22:15:32.018Z[ helios-setup] Feb 21 22:15:30.270 INFO E| Compiling async-stream-impl v0.3.5
30862025-02-21T22:15:32.120Z[ host-package] Compiling poly1305 v0.8.0
30872025-02-21T22:15:32.408Z[ host-package] Compiling thiserror-no-std v2.0.2
30882025-02-21T22:15:32.878Z[ host-package] Compiling chrono-tz-build v0.4.0
30892025-02-21T22:15:33.671Z[ host-package] Compiling slog-stdlog v4.1.1
30902025-02-21T22:15:34.419Z[ helios-setup] Feb 21 22:15:32.671 INFO E| Compiling rhai_codegen v1.5.0
30912025-02-21T22:15:35.104Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30922025-02-21T22:15:35.483Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30932025-02-21T22:15:35.928Z[ host-package] Compiling derive_builder_core v0.20.2
30942025-02-21T22:15:36.036Z[ host-package] Compiling chacha20 v0.9.1
30952025-02-21T22:15:36.504Z[ host-package] Compiling headers-core v0.3.0
30962025-02-21T22:15:36.984Z[ host-package] Compiling aead v0.5.2
30972025-02-21T22:15:37.166Z[ host-package] Compiling libxml v0.3.3
30982025-02-21T22:15:37.916Z[ host-package] Compiling ref-cast-impl v1.0.23
30992025-02-21T22:15:37.996Z[ host-package] Compiling vte_generate_state_changes v0.1.2
31002025-02-21T22:15:38.219Z[ helios-setup] Feb 21 22:15:36.469 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31012025-02-21T22:15:39.223Z[ helios-setup] Feb 21 22:15:37.474 INFO E| Compiling take_mut v0.2.2
31022025-02-21T22:15:39.481Z[ helios-setup] Feb 21 22:15:37.732 INFO E| Compiling rhai v1.14.0
31032025-02-21T22:15:39.666Z[ host-package] Compiling vte v0.11.1
31042025-02-21T22:15:39.996Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31052025-02-21T22:15:40.357Z[ helios-setup] Feb 21 22:15:38.607 INFO E| Compiling async-stream v0.3.5
31062025-02-21T22:15:40.671Z[ host-package] Compiling derive_builder_macro v0.20.2
31072025-02-21T22:15:41.025Z[ helios-setup] Feb 21 22:15:39.274 INFO E| Compiling toml v0.7.3
31082025-02-21T22:15:41.285Z[ host-package] Compiling diesel v2.2.7
31092025-02-21T22:15:42.353Z[ host-package] Compiling chacha20poly1305 v0.10.1
31102025-02-21T22:15:42.933Z[ host-package] Compiling headers v0.4.0
31112025-02-21T22:15:43.765Z[ host-package] Compiling chrono-tz v0.10.1
31122025-02-21T22:15:45.207Z[ helios-setup] Feb 21 22:15:43.456 INFO E| Compiling tokio-rustls v0.24.0
31132025-02-21T22:15:45.563Z[ host-package] Compiling slog-envlogger v2.2.0
31142025-02-21T22:15:46.539Z[ helios-setup] Feb 21 22:15:44.786 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31152025-02-21T22:15:46.908Z[ helios-setup] Feb 21 22:15:45.158 INFO E| Compiling slog-bunyan v2.4.0
31162025-02-21T22:15:49.304Z[ host-package] Compiling vsss-rs v3.3.4
31172025-02-21T22:15:49.710Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31182025-02-21T22:15:51.270Z[ helios-setup] Feb 21 22:15:49.513 INFO E| Compiling rustls-pemfile v1.0.2
31192025-02-21T22:15:52.682Z[ helios-setup] Feb 21 22:15:50.930 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31202025-02-21T22:15:53.052Z[ helios-setup] Feb 21 22:15:51.301 INFO E| Compiling serde_path_to_error v0.1.11
31212025-02-21T22:15:55.248Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31222025-02-21T22:15:55.840Z[ helios-setup] Feb 21 22:15:54.088 INFO E| Compiling terminal_size v0.2.6
31232025-02-21T22:15:56.160Z[ helios-setup] Feb 21 22:15:54.408 INFO E| Compiling smawk v0.3.1
31242025-02-21T22:15:56.335Z[ helios-setup] Feb 21 22:15:54.581 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
31252025-02-21T22:15:56.931Z[ helios-setup] Feb 21 22:15:55.179 INFO E| Compiling textwrap v0.16.0
31262025-02-21T22:15:57.369Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31272025-02-21T22:15:58.146Z[ host-package] Compiling strum_macros v0.24.3
31282025-02-21T22:16:03.516Z[ host-package] Compiling fxhash v0.2.1
31292025-02-21T22:16:04.118Z[ host-package] Compiling samael v0.0.17
31302025-02-21T22:16:04.182Z[ host-package] Compiling indoc v1.0.9
31312025-02-21T22:16:05.958Z[ host-package] Compiling bytecount v0.6.8
31322025-02-21T22:16:06.822Z[ host-package] Compiling papergrid v0.11.0
31332025-02-21T22:16:13.829Z[ host-package] Compiling polar-core v0.27.3
31342025-02-21T22:16:20.070Z[ helios-setup] Feb 21 22:16:18.314 INFO E| Compiling git2 v0.16.1
31352025-02-21T22:16:22.664Z[ host-package] Compiling strip-ansi-escapes v0.2.0
31362025-02-21T22:16:25.121Z[ helios-setup] Feb 21 22:16:23.359 INFO E| Compiling built v0.6.0
31372025-02-21T22:16:26.647Z[ helios-setup] Feb 21 22:16:24.891 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31382025-02-21T22:16:27.853Z[ host-package] Compiling derive_builder v0.20.2
31392025-02-21T22:16:28.656Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31402025-02-21T22:16:28.702Z[ helios-setup] Feb 21 22:16:26.945 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31412025-02-21T22:16:29.115Z[ host-package] Compiling tabled_derive v0.7.0
31422025-02-21T22:16:29.422Z[ helios-setup] Feb 21 22:16:27.664 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31432025-02-21T22:16:29.669Z[ host-package] Compiling itertools v0.12.1
31442025-02-21T22:16:31.751Z[ host-package] Compiling fd-lock v4.0.2
31452025-02-21T22:16:32.133Z[ host-package] Compiling peg-macros v0.8.4
31462025-02-21T22:16:35.347Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31472025-02-21T22:16:36.589Z[ host-package] Compiling kstat-rs v0.2.4
31482025-02-21T22:16:37.083Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
31492025-02-21T22:16:38.127Z[ host-package] Compiling oso-derive v0.27.3
31502025-02-21T22:16:38.420Z[ host-package] Compiling quick-xml v0.33.0
31512025-02-21T22:16:40.016Z[ host-package] Compiling diesel-dtrace v0.4.2
31522025-02-21T22:16:40.969Z[ host-package] Compiling nu-ansi-term v0.50.1
31532025-02-21T22:16:42.589Z[ host-package] Compiling reedline v0.35.0
31542025-02-21T22:16:45.410Z[ host-package] Compiling peg v0.8.4
31552025-02-21T22:16:45.572Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31562025-02-21T22:16:45.973Z[ host-package] Compiling tabled v0.15.0
31572025-02-21T22:16:56.913Z[ helios-setup] Feb 21 22:16:55.152 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31582025-02-21T22:17:03.223Z[ host-package] Compiling oso v0.27.3
31592025-02-21T22:17:09.628Z[ helios-setup] Feb 21 22:17:07.865 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31602025-02-21T22:17:14.678Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31612025-02-21T22:17:16.714Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31622025-02-21T22:17:34.516Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31632025-02-21T22:17:36.575Z[ helios-setup] Feb 21 22:17:34.808 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31642025-02-21T22:17:36.841Z[ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
31652025-02-21T22:17:37.958Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31662025-02-21T22:17:38.529Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
31672025-02-21T22:17:38.930Z[ host-package] Compiling bb8 v0.8.5
31682025-02-21T22:17:39.954Z[ host-package] Compiling bcs v0.1.6
31692025-02-21T22:17:40.998Z[ host-package] Compiling libz-sys v1.1.20
31702025-02-21T22:17:41.932Z[ host-package] Compiling nanorand v0.7.0
31712025-02-21T22:17:43.050Z[ host-package] Compiling termtree v0.5.1
31722025-02-21T22:17:43.406Z[ host-package] Compiling parking_lot_core v0.8.6
31732025-02-21T22:17:44.253Z[ host-package] Compiling flume v0.11.1
31742025-02-21T22:17:45.378Z[ host-package] Compiling async-bb8-diesel v0.2.1
31752025-02-21T22:17:46.619Z[ host-package] Compiling mime_guess v2.0.5
31762025-02-21T22:17:49.396Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31772025-02-21T22:17:51.590Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31782025-02-21T22:17:58.580Z[ host-package] Compiling nibble_vec v0.1.0
31792025-02-21T22:17:59.182Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
31802025-02-21T22:18:00.130Z[ host-package] Compiling atty v0.2.14
31812025-02-21T22:18:00.548Z[ host-package] Compiling salty v0.3.0
31822025-02-21T22:18:00.653Z[ host-package] Compiling http-range v0.1.5
31832025-02-21T22:18:01.309Z[ host-package] Compiling endian-type v0.1.2
31842025-02-21T22:18:01.694Z[ host-package] Compiling radix_trie v0.2.1
31852025-02-21T22:18:01.931Z[ host-package] Compiling parking_lot v0.11.2
31862025-02-21T22:18:04.508Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31872025-02-21T22:18:05.269Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31882025-02-21T22:18:13.341Z[ host-package] Compiling hyper-staticfile v0.10.1
31892025-02-21T22:18:17.503Z[ host-package] Compiling sled v0.34.7
31902025-02-21T22:18:17.885Z[ host-package] Compiling hickory-client v0.24.3
31912025-02-21T22:18:28.397Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31922025-02-21T22:18:29.600Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31932025-02-21T22:18:30.874Z[ helios-setup] Feb 21 22:18:29.081 INFO E| Finished `release` profile [optimized] target(s) in 6m 31s
31942025-02-21T22:18:31.038Z[ helios-setup] Feb 21 22:18:29.205 INFO building project "pilot" ok (391 seconds)
31952025-02-21T22:18:31.144Z[ helios-setup] Feb 21 22:18:29.205 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31962025-02-21T22:18:31.144Z[ helios-setup] Feb 21 22:18:29.205 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31972025-02-21T22:18:31.144Z[ helios-setup] Feb 21 22:18:29.217 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
31982025-02-21T22:18:31.224Z[ helios-setup] Feb 21 22:18:29.425 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
31992025-02-21T22:18:31.225Z[ helios-setup] Feb 21 22:18:29.425 INFO E| info: downloading component 'cargo'
32002025-02-21T22:18:31.608Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32012025-02-21T22:18:31.836Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32022025-02-21T22:18:32.485Z[ helios-setup] Feb 21 22:18:30.709 INFO E| info: downloading component 'clippy'
32032025-02-21T22:18:32.752Z[ helios-setup] Feb 21 22:18:30.975 INFO E| info: downloading component 'rust-docs'
32042025-02-21T22:18:33.896Z[ helios-setup] Feb 21 22:18:32.120 INFO E| info: downloading component 'rust-src'
32052025-02-21T22:18:34.094Z[ helios-setup] Feb 21 22:18:32.313 INFO E| info: downloading component 'rust-std'
32062025-02-21T22:18:35.984Z[ helios-setup] Feb 21 22:18:34.208 INFO E| info: downloading component 'rustc'
32072025-02-21T22:18:37.391Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32082025-02-21T22:18:40.690Z[ helios-setup] Feb 21 22:18:38.913 INFO E| info: downloading component 'rustfmt'
32092025-02-21T22:18:40.930Z[ helios-setup] Feb 21 22:18:39.153 INFO E| info: installing component 'cargo'
32102025-02-21T22:18:42.167Z[ helios-setup] Feb 21 22:18:40.391 INFO E| info: installing component 'clippy'
32112025-02-21T22:18:42.616Z[ helios-setup] Feb 21 22:18:40.839 INFO E| info: installing component 'rust-docs'
32122025-02-21T22:18:42.823Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
32132025-02-21T22:18:43.818Z[ host-package] Compiling hickory-server v0.24.3
32142025-02-21T22:18:44.046Z[ host-package] Compiling primeorder v0.13.6
32152025-02-21T22:18:44.537Z[ host-package] Compiling vergen v8.3.2
32162025-02-21T22:18:44.704Z[ host-package] Compiling castaway v0.2.3
32172025-02-21T22:18:44.937Z[ host-package] Compiling env_filter v0.1.2
32182025-02-21T22:18:44.963Z[ host-package] Compiling cargo-platform v0.1.8
32192025-02-21T22:18:45.500Z[ host-package] Compiling tough v0.19.0
32202025-02-21T22:18:46.854Z[ host-package] Compiling env_logger v0.11.5
32212025-02-21T22:18:47.118Z[ helios-setup] Feb 21 22:18:45.340 INFO E| info: installing component 'rust-src'
32222025-02-21T22:18:47.674Z[ helios-setup] Feb 21 22:18:45.897 INFO E| info: installing component 'rust-std'
32232025-02-21T22:18:48.496Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32242025-02-21T22:18:50.228Z[ helios-setup] Feb 21 22:18:48.450 INFO E| info: installing component 'rustc'
32252025-02-21T22:18:53.121Z[ host-package] Compiling cargo_metadata v0.18.1
32262025-02-21T22:18:56.017Z[ helios-setup] Feb 21 22:18:54.238 INFO E| info: installing component 'rustfmt'
32272025-02-21T22:18:56.268Z[ host-package] Compiling compact_str v0.8.0
32282025-02-21T22:18:56.442Z[ host-package] Compiling p384 v0.13.0
32292025-02-21T22:18:56.956Z[ helios-setup] Feb 21 22:18:55.177 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32302025-02-21T22:18:57.762Z[ helios-setup] Feb 21 22:18:55.983 INFO E| From https://github.com/oxidecomputer/amd-apcb
32312025-02-21T22:18:57.762Z[ helios-setup] Feb 21 22:18:55.983 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
32322025-02-21T22:18:57.766Z[ helios-setup] Feb 21 22:18:55.983 INFO E| * [new tag] v0.4.5 -> v0.4.5
32332025-02-21T22:18:57.794Z[ helios-setup] Feb 21 22:18:56.014 INFO E| * [new tag] v0.1.3 -> v0.1.3
32342025-02-21T22:18:57.794Z[ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.1.4 -> v0.1.4
32352025-02-21T22:18:57.794Z[ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.1.5 -> v0.1.5
32362025-02-21T22:18:57.796Z[ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.2.0 -> v0.2.0
32372025-02-21T22:18:57.796Z[ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.3.0 -> v0.3.0
32382025-02-21T22:18:57.797Z[ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.3.1 -> v0.3.1
32392025-02-21T22:18:57.797Z[ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.3.2 -> v0.3.2
32402025-02-21T22:18:57.797Z[ helios-setup] Feb 21 22:18:56.015 INFO E| * [new tag] v0.3.3 -> v0.3.3
32412025-02-21T22:18:57.797Z[ helios-setup] Feb 21 22:18:56.016 INFO E| * [new tag] v0.4.0 -> v0.4.0
32422025-02-21T22:18:57.797Z[ helios-setup] Feb 21 22:18:56.016 INFO E| * [new tag] v0.4.1 -> v0.4.1
32432025-02-21T22:18:57.797Z[ helios-setup] Feb 21 22:18:56.016 INFO E| * [new tag] v0.4.2 -> v0.4.2
32442025-02-21T22:18:57.797Z[ helios-setup] Feb 21 22:18:56.016 INFO E| * [new tag] v0.4.3 -> v0.4.3
32452025-02-21T22:18:57.797Z[ helios-setup] Feb 21 22:18:56.016 INFO E| * [new tag] v0.4.4 -> v0.4.4
32462025-02-21T22:18:57.831Z[ helios-setup] Feb 21 22:18:56.050 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
32472025-02-21T22:18:58.803Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32482025-02-21T22:18:58.911Z[ helios-setup] Feb 21 22:18:57.132 INFO E| From https://github.com/oxidecomputer/amd-efs
32492025-02-21T22:18:58.911Z[ helios-setup] Feb 21 22:18:57.132 INFO E| * [new branch] empty -> origin/empty
32502025-02-21T22:18:58.912Z[ helios-setup] Feb 21 22:18:57.132 INFO E| * [new branch] issue-99 -> origin/issue-99
32512025-02-21T22:18:58.916Z[ helios-setup] Feb 21 22:18:57.132 INFO E| * [new branch] main -> origin/main
32522025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.132 INFO E| * [new branch] review -> origin/review
32532025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.132 INFO E| * [new ref] -> origin/HEAD
32542025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.0 -> v0.2.0
32552025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.1 -> v0.2.1
32562025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.2 -> v0.2.2
32572025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.3 -> v0.2.3
32582025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.4 -> v0.2.4
32592025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.5 -> v0.2.5
32602025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.6 -> v0.2.6
32612025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.2.7 -> v0.2.7
32622025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.133 INFO E| * [new tag] v0.3.0 -> v0.3.0
32632025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.134 INFO E| * [new tag] v0.3.1 -> v0.3.1
32642025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.134 INFO E| * [new tag] v0.4.0 -> v0.4.0
32652025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.134 INFO E| * [new tag] v0.4.1 -> v0.4.1
32662025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.134 INFO E| * [new tag] v0.4.2 -> v0.4.2
32672025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.134 INFO E| * [new tag] v0.4.3 -> v0.4.3
32682025-02-21T22:18:58.917Z[ helios-setup] Feb 21 22:18:57.134 INFO E| * [new tag] v0.4.4 -> v0.4.4
32692025-02-21T22:18:58.935Z[ helios-setup] Feb 21 22:18:57.156 INFO E| Updating crates.io index
32702025-02-21T22:18:59.347Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32712025-02-21T22:18:59.544Z[ helios-setup] Feb 21 22:18:57.764 INFO E| Downloading crates ...
32722025-02-21T22:18:59.671Z[ helios-setup] Feb 21 22:18:57.892 INFO E| Downloaded memoffset v0.5.6
32732025-02-21T22:18:59.674Z[ helios-setup] Feb 21 22:18:57.895 INFO E| Downloaded fletcher v0.1.0
32742025-02-21T22:18:59.677Z[ helios-setup] Feb 21 22:18:57.897 INFO E| Downloaded unic-ucd-version v0.9.0
32752025-02-21T22:18:59.679Z[ helios-setup] Feb 21 22:18:57.898 INFO E| Downloaded scroll_derive v0.10.5
32762025-02-21T22:18:59.679Z[ helios-setup] Feb 21 22:18:57.900 INFO E| Downloaded parse_int v0.6.0
32772025-02-21T22:18:59.682Z[ helios-setup] Feb 21 22:18:57.901 INFO E| Downloaded cfg-if v1.0.0
32782025-02-21T22:18:59.682Z[ helios-setup] Feb 21 22:18:57.902 INFO E| Downloaded cfg-if v0.1.10
32792025-02-21T22:18:59.684Z[ helios-setup] Feb 21 22:18:57.904 INFO E| Downloaded bytesize v1.3.0
32802025-02-21T22:18:59.687Z[ helios-setup] Feb 21 22:18:57.906 INFO E| Downloaded unic-common v0.9.0
32812025-02-21T22:18:59.687Z[ helios-setup] Feb 21 22:18:57.908 INFO E| Downloaded strum v0.23.0
32822025-02-21T22:18:59.690Z[ helios-setup] Feb 21 22:18:57.909 INFO E| Downloaded block-buffer v0.10.4
32832025-02-21T22:18:59.690Z[ helios-setup] Feb 21 22:18:57.910 INFO E| Downloaded bitflags v1.3.2
32842025-02-21T22:18:59.695Z[ helios-setup] Feb 21 22:18:57.916 INFO E| Downloaded unic-char-range v0.9.0
32852025-02-21T22:18:59.702Z[ helios-setup] Feb 21 22:18:57.918 INFO E| Downloaded unic-char-property v0.9.0
32862025-02-21T22:18:59.702Z[ helios-setup] Feb 21 22:18:57.920 INFO E| Downloaded autocfg v1.4.0
32872025-02-21T22:18:59.706Z[ helios-setup] Feb 21 22:18:57.924 INFO E| Downloaded proc-macro-crate v0.1.5
32882025-02-21T22:18:59.706Z[ helios-setup] Feb 21 22:18:57.925 INFO E| Downloaded paste v1.0.15
32892025-02-21T22:18:59.709Z[ helios-setup] Feb 21 22:18:57.930 INFO E| Downloaded byteorder v1.5.0
32902025-02-21T22:18:59.712Z[ helios-setup] Feb 21 22:18:57.933 INFO E| Downloaded modular-bitfield-impl v0.11.2
32912025-02-21T22:18:59.715Z[ helios-setup] Feb 21 22:18:57.935 INFO E| Downloaded lazy_static v1.5.0
32922025-02-21T22:18:59.717Z[ helios-setup] Feb 21 22:18:57.937 INFO E| Downloaded json5 v0.4.1
32932025-02-21T22:18:59.720Z[ helios-setup] Feb 21 22:18:57.941 INFO E| Downloaded thiserror-impl v2.0.11
32942025-02-21T22:18:59.722Z[ helios-setup] Feb 21 22:18:57.943 INFO E| Downloaded strum_macros v0.23.1
32952025-02-21T22:18:59.725Z[ helios-setup] Feb 21 22:18:57.945 INFO E| Downloaded itoa v1.0.14
32962025-02-21T22:18:59.727Z[ helios-setup] Feb 21 22:18:57.947 INFO E| Downloaded generic-array v0.14.7
32972025-02-21T22:18:59.730Z[ helios-setup] Feb 21 22:18:57.950 INFO E| Downloaded unic-ucd-ident v0.9.0
32982025-02-21T22:18:59.732Z[ helios-setup] Feb 21 22:18:57.952 INFO E| Downloaded semver-parser v0.7.0
32992025-02-21T22:18:59.732Z[ helios-setup] Feb 21 22:18:57.953 INFO E| Downloaded rustc_version v0.2.3
33002025-02-21T22:18:59.735Z[ helios-setup] Feb 21 22:18:57.954 INFO E| Downloaded heck v0.3.3
33012025-02-21T22:18:59.737Z[ helios-setup] Feb 21 22:18:57.956 INFO E| Downloaded four-cc v0.3.0
33022025-02-21T22:18:59.740Z[ helios-setup] Feb 21 22:18:57.959 INFO E| Downloaded structopt-derive v0.4.18
33032025-02-21T22:18:59.740Z[ helios-setup] Feb 21 22:18:57.961 INFO E| Downloaded strsim v0.8.0
33042025-02-21T22:18:59.742Z[ helios-setup] Feb 21 22:18:57.963 INFO E| Downloaded schemars_derive v0.8.21
33052025-02-21T22:18:59.745Z[ helios-setup] Feb 21 22:18:57.965 INFO E| Downloaded dyn-clone v1.0.17
33062025-02-21T22:18:59.749Z[ helios-setup] Feb 21 22:18:57.968 INFO E| Downloaded version_check v0.9.5
33072025-02-21T22:18:59.751Z[ helios-setup] Feb 21 22:18:57.970 INFO E| Downloaded thiserror-impl v1.0.69
33082025-02-21T22:18:59.752Z[ helios-setup] Feb 21 22:18:57.972 INFO E| Downloaded proc-macro-error-attr v1.0.4
33092025-02-21T22:18:59.754Z[ helios-setup] Feb 21 22:18:57.974 INFO E| Downloaded plain v0.2.3
33102025-02-21T22:18:59.757Z[ helios-setup] Feb 21 22:18:57.976 INFO E| Downloaded vec_map v0.8.2
33112025-02-21T22:18:59.759Z[ helios-setup] Feb 21 22:18:57.978 INFO E| Downloaded thiserror v1.0.69
33122025-02-21T22:18:59.766Z[ helios-setup] Feb 21 22:18:57.987 INFO E| Downloaded textwrap v0.11.0
33132025-02-21T22:18:59.769Z[ helios-setup] Feb 21 22:18:57.990 INFO E| Downloaded proc-macro-error v1.0.4
33142025-02-21T22:18:59.775Z[ helios-setup] Feb 21 22:18:57.996 INFO E| Downloaded static_assertions v1.1.0
33152025-02-21T22:18:59.778Z[ helios-setup] Feb 21 22:18:57.998 INFO E| Downloaded serde_derive_internals v0.29.1
33162025-02-21T22:18:59.781Z[ helios-setup] Feb 21 22:18:58.002 INFO E| Downloaded pre-proc-macro v0.2.1
33172025-02-21T22:18:59.784Z[ helios-setup] Feb 21 22:18:58.005 INFO E| Downloaded sha2 v0.10.8
33182025-02-21T22:18:59.789Z[ helios-setup] Feb 21 22:18:58.008 INFO E| Downloaded scroll v0.10.2
33192025-02-21T22:18:59.792Z[ helios-setup] Feb 21 22:18:58.012 INFO E| Downloaded pest_derive v2.7.15
33202025-02-21T22:18:59.795Z[ helios-setup] Feb 21 22:18:58.016 INFO E| Downloaded num-traits v0.2.19
33212025-02-21T22:18:59.800Z[ helios-setup] Feb 21 22:18:58.021 INFO E| Downloaded structopt v0.3.26
33222025-02-21T22:18:59.813Z[ helios-setup] Feb 21 22:18:58.034 INFO E| Downloaded zerocopy v0.6.6
33232025-02-21T22:18:59.818Z[ helios-setup] Feb 21 22:18:58.038 INFO E| Downloaded unicode-ident v1.0.14
33242025-02-21T22:18:59.822Z[ helios-setup] Feb 21 22:18:58.043 INFO E| Downloaded ucd-trie v0.1.7
33252025-02-21T22:18:59.826Z[ helios-setup] Feb 21 22:18:58.047 INFO E| Downloaded toml v0.5.11
33262025-02-21T22:18:59.830Z[ helios-setup] Feb 21 22:18:58.051 INFO E| Downloaded schemars v0.8.21
33272025-02-21T22:18:59.851Z[ helios-setup] Feb 21 22:18:58.072 INFO E| Downloaded serde v1.0.217
33282025-02-21T22:18:59.856Z[ helios-setup] Feb 21 22:18:58.076 INFO E| Downloaded ryu v1.0.18
33292025-02-21T22:18:59.861Z[ helios-setup] Feb 21 22:18:58.082 INFO E| Downloaded unicode-segmentation v1.12.0
33302025-02-21T22:18:59.866Z[ helios-setup] Feb 21 22:18:58.087 INFO E| Downloaded memchr v2.7.4
33312025-02-21T22:18:59.875Z[ helios-setup] Feb 21 22:18:58.096 INFO E| Downloaded serde_derive v1.0.217
33322025-02-21T22:18:59.879Z[ helios-setup] Feb 21 22:18:58.100 INFO E| Downloaded pest v2.7.15
33332025-02-21T22:18:59.888Z[ helios-setup] Feb 21 22:18:58.108 INFO E| Downloaded serde_json v1.0.135
33342025-02-21T22:18:59.904Z[ helios-setup] Feb 21 22:18:58.124 INFO E| Downloaded goblin v0.4.3
33352025-02-21T22:18:59.928Z[ helios-setup] Feb 21 22:18:58.148 INFO E| Downloaded syn v1.0.109
33362025-02-21T22:18:59.943Z[ helios-setup] Feb 21 22:18:58.162 INFO E| Downloaded clap v2.34.0
33372025-02-21T22:18:59.949Z[ helios-setup] Feb 21 22:18:58.170 INFO E| Downloaded unicode-width v0.1.14
33382025-02-21T22:18:59.958Z[ helios-setup] Feb 21 22:18:58.179 INFO E| Downloaded syn v2.0.96
33392025-02-21T22:18:59.974Z[ helios-setup] Feb 21 22:18:58.195 INFO E| Downloaded typenum v1.17.0
33402025-02-21T22:18:59.978Z[ helios-setup] Feb 21 22:18:58.198 INFO E| Downloaded thiserror v2.0.11
33412025-02-21T22:18:59.986Z[ helios-setup] Feb 21 22:18:58.206 INFO E| Downloaded proc-macro2 v1.0.93
33422025-02-21T22:18:59.992Z[ helios-setup] Feb 21 22:18:58.210 INFO E| Downloaded zerocopy-derive v0.6.6
33432025-02-21T22:19:00.017Z[ helios-setup] Feb 21 22:18:58.237 INFO E| Downloaded libc v0.2.169
33442025-02-21T22:19:00.050Z[ helios-setup] Feb 21 22:18:58.270 INFO E| Downloaded modular-bitfield v0.11.2
33452025-02-21T22:19:00.064Z[ helios-setup] Feb 21 22:18:58.284 INFO E| Downloaded pest_meta v2.7.15
33462025-02-21T22:19:00.067Z[ helios-setup] Feb 21 22:18:58.287 INFO E| Downloaded quote v1.0.38
33472025-02-21T22:19:00.070Z[ helios-setup] Feb 21 22:18:58.291 INFO E| Downloaded pest_generator v2.7.15
33482025-02-21T22:19:00.072Z[ helios-setup] Feb 21 22:18:58.292 INFO E| Downloaded semver v0.9.0
33492025-02-21T22:19:00.075Z[ helios-setup] Feb 21 22:18:58.294 INFO E| Downloaded rustversion v1.0.19
33502025-02-21T22:19:00.078Z[ helios-setup] Feb 21 22:18:58.297 INFO E| Downloaded pre v0.2.1
33512025-02-21T22:19:00.080Z[ helios-setup] Feb 21 22:18:58.298 INFO E| Downloaded once_cell v1.20.2
33522025-02-21T22:19:00.083Z[ helios-setup] Feb 21 22:18:58.302 INFO E| Downloaded num-derive v0.4.2
33532025-02-21T22:19:00.083Z[ helios-setup] Feb 21 22:18:58.304 INFO E| Downloaded ansi_term v0.12.1
33542025-02-21T22:19:00.086Z[ helios-setup] Feb 21 22:18:58.306 INFO E| Downloaded log v0.4.22
33552025-02-21T22:19:00.088Z[ helios-setup] Feb 21 22:18:58.309 INFO E| Downloaded digest v0.10.7
33562025-02-21T22:19:00.091Z[ helios-setup] Feb 21 22:18:58.311 INFO E| Downloaded crypto-common v0.1.6
33572025-02-21T22:19:00.093Z[ helios-setup] Feb 21 22:18:58.312 INFO E| Downloaded cpufeatures v0.2.16
33582025-02-21T22:19:00.094Z[ helios-setup] Feb 21 22:18:58.314 INFO E| Downloaded atty v0.2.14
33592025-02-21T22:19:00.238Z[ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling proc-macro2 v1.0.93
33602025-02-21T22:19:00.238Z[ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling unicode-ident v1.0.14
33612025-02-21T22:19:00.238Z[ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling syn v1.0.109
33622025-02-21T22:19:00.241Z[ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling version_check v0.9.5
33632025-02-21T22:19:00.241Z[ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling memchr v2.7.4
33642025-02-21T22:19:00.241Z[ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling autocfg v1.4.0
33652025-02-21T22:19:00.241Z[ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling semver-parser v0.7.0
33662025-02-21T22:19:00.241Z[ helios-setup] Feb 21 22:18:58.459 INFO E| Compiling serde v1.0.217
33672025-02-21T22:19:01.392Z[ host-package] Compiling git2 v0.19.0
33682025-02-21T22:19:01.409Z[ helios-setup] Feb 21 22:18:59.629 INFO E| Compiling proc-macro-error-attr v1.0.4
33692025-02-21T22:19:02.196Z[ helios-setup] Feb 21 22:19:00.416 INFO E| Compiling semver v0.9.0
33702025-02-21T22:19:02.480Z[ helios-setup] Feb 21 22:19:00.700 INFO E| Compiling proc-macro-error v1.0.4
33712025-02-21T22:19:02.690Z[ helios-setup] Feb 21 22:19:00.910 INFO E| Compiling thiserror v2.0.11
33722025-02-21T22:19:02.818Z[ helios-setup] Feb 21 22:19:01.038 INFO E| Compiling rustc_version v0.2.3
33732025-02-21T22:19:02.913Z[ helios-setup] Feb 21 22:19:01.133 INFO E| Compiling serde_json v1.0.135
33742025-02-21T22:19:03.250Z[ helios-setup] Feb 21 22:19:01.470 INFO E| Compiling num-traits v0.2.19
33752025-02-21T22:19:03.649Z[ helios-setup] Feb 21 22:19:01.869 INFO E| Compiling ryu v1.0.18
33762025-02-21T22:19:03.973Z[ helios-setup] Feb 21 22:19:02.193 INFO E| Compiling itoa v1.0.14
33772025-02-21T22:19:03.976Z[ helios-setup] Feb 21 22:19:02.194 INFO E| Compiling unicode-segmentation v1.12.0
33782025-02-21T22:19:04.040Z[ helios-setup] Feb 21 22:19:02.260 INFO E| Compiling schemars v0.8.21
33792025-02-21T22:19:04.278Z[ helios-setup] Feb 21 22:19:02.498 INFO E| Compiling pre-proc-macro v0.2.1
33802025-02-21T22:19:04.635Z[ helios-setup] Feb 21 22:19:02.855 INFO E| Compiling memoffset v0.5.6
33812025-02-21T22:19:04.929Z[ helios-setup] Feb 21 22:19:03.149 INFO E| Compiling quote v1.0.38
33822025-02-21T22:19:05.037Z[ helios-setup] Feb 21 22:19:03.255 INFO E| Compiling dyn-clone v1.0.17
33832025-02-21T22:19:05.141Z[ helios-setup] Feb 21 22:19:03.361 INFO E| Compiling lazy_static v1.5.0
33842025-02-21T22:19:05.256Z[ helios-setup] Feb 21 22:19:03.476 INFO E| Compiling heck v0.3.3
33852025-02-21T22:19:05.376Z[ helios-setup] Feb 21 22:19:03.596 INFO E| Compiling rustversion v1.0.19
33862025-02-21T22:19:05.400Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
33872025-02-21T22:19:05.531Z[ helios-setup] Feb 21 22:19:03.750 INFO E| Compiling thiserror v1.0.69
33882025-02-21T22:19:05.621Z[ helios-setup] Feb 21 22:19:03.841 INFO E| Compiling libc v0.2.169
33892025-02-21T22:19:05.779Z[ helios-setup] Feb 21 22:19:03.999 INFO E| Compiling syn v2.0.96
33902025-02-21T22:19:06.193Z[ helios-setup] Feb 21 22:19:04.413 INFO E| Compiling paste v1.0.15
33912025-02-21T22:19:06.672Z[ helios-setup] Feb 21 22:19:04.891 INFO E| Compiling ucd-trie v0.1.7
33922025-02-21T22:19:07.716Z[ helios-setup] Feb 21 22:19:05.935 INFO E| Compiling pre v0.2.1
33932025-02-21T22:19:07.752Z[ helios-setup] Feb 21 22:19:05.971 INFO E| Compiling byteorder v1.5.0
33942025-02-21T22:19:07.865Z[ helios-setup] Feb 21 22:19:06.084 INFO E| Compiling once_cell v1.20.2
33952025-02-21T22:19:08.231Z[ helios-setup] Feb 21 22:19:06.451 INFO E| Compiling cfg-if v0.1.10
33962025-02-21T22:19:08.320Z[ helios-setup] Feb 21 22:19:06.540 INFO E| Compiling static_assertions v1.1.0
33972025-02-21T22:19:09.175Z[ helios-setup] Feb 21 22:19:07.216 INFO E| Compiling unicode-width v0.1.14
33982025-02-21T22:19:10.100Z[ helios-setup] Feb 21 22:19:08.319 INFO E| Compiling atty v0.2.14
33992025-02-21T22:19:10.187Z[ helios-setup] Feb 21 22:19:08.406 INFO E| Compiling textwrap v0.11.0
34002025-02-21T22:19:10.376Z[ helios-setup] Feb 21 22:19:08.594 INFO E| Compiling bitflags v1.3.2
34012025-02-21T22:19:10.557Z[ helios-setup] Feb 21 22:19:08.775 INFO E| Compiling unic-common v0.9.0
34022025-02-21T22:19:10.961Z[ helios-setup] Feb 21 22:19:09.179 INFO E| Compiling strsim v0.8.0
34032025-02-21T22:19:11.169Z[ helios-setup] Feb 21 22:19:09.388 INFO E| Compiling strum v0.23.0
34042025-02-21T22:19:11.516Z[ helios-setup] Feb 21 22:19:09.735 INFO E| Compiling vec_map v0.8.2
34052025-02-21T22:19:11.804Z[ helios-setup] Feb 21 22:19:10.023 INFO E| Compiling unic-char-range v0.9.0
34062025-02-21T22:19:11.991Z[ helios-setup] Feb 21 22:19:10.209 INFO E| Compiling parse_int v0.6.0
34072025-02-21T22:19:12.234Z[ helios-setup] Feb 21 22:19:10.453 INFO E| Compiling fletcher v0.1.0
34082025-02-21T22:19:12.395Z[ helios-setup] Feb 21 22:19:10.612 INFO E| Compiling ansi_term v0.12.1
34092025-02-21T22:19:12.459Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34102025-02-21T22:19:12.483Z[ helios-setup] Feb 21 22:19:10.701 INFO E| Compiling unic-char-property v0.9.0
34112025-02-21T22:19:12.629Z[ helios-setup] Feb 21 22:19:10.847 INFO E| Compiling unic-ucd-version v0.9.0
34122025-02-21T22:19:12.667Z[ helios-setup] Feb 21 22:19:10.885 INFO E| Compiling log v0.4.22
34132025-02-21T22:19:12.796Z[ helios-setup] Feb 21 22:19:11.015 INFO E| Compiling plain v0.2.3
34142025-02-21T22:19:12.917Z[ helios-setup] Feb 21 22:19:11.136 INFO E| Compiling clap v2.34.0
34152025-02-21T22:19:12.942Z[ helios-setup] Feb 21 22:19:11.160 INFO E| Compiling unic-ucd-ident v0.9.0
34162025-02-21T22:19:13.208Z[ helios-setup] Feb 21 22:19:11.427 INFO E| Compiling bytesize v1.3.0
34172025-02-21T22:19:15.075Z[ helios-setup] Feb 21 22:19:13.293 INFO E| Compiling serde_derive_internals v0.29.1
34182025-02-21T22:19:15.410Z[ helios-setup] Feb 21 22:19:13.628 INFO E| Compiling toml v0.5.11
34192025-02-21T22:19:16.386Z[ host-package] Compiling unicode-truncate v1.1.0
34202025-02-21T22:19:16.880Z[ host-package] Compiling lru v0.12.5
34212025-02-21T22:19:17.306Z[ host-package] Compiling rand_seeder v0.3.0
34222025-02-21T22:19:17.528Z[ host-package] Compiling libsqlite3-sys v0.30.1
34232025-02-21T22:19:18.040Z[ host-package] Compiling lzma-sys v0.1.20
34242025-02-21T22:19:18.772Z[ host-package] Compiling instability v0.3.2
34252025-02-21T22:19:19.203Z[ helios-setup] Feb 21 22:19:17.420 INFO E| Compiling proc-macro-crate v0.1.5
34262025-02-21T22:19:19.390Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
34272025-02-21T22:19:20.418Z[ host-package] Compiling rustls v0.21.12
34282025-02-21T22:19:20.794Z[ host-package] Compiling cassowary v0.3.0
34292025-02-21T22:19:21.029Z[ helios-setup] Feb 21 22:19:19.247 INFO E| Compiling serde_derive v1.0.217
34302025-02-21T22:19:21.065Z[ host-package] Compiling indoc v2.0.5
34312025-02-21T22:19:21.092Z[ helios-setup] Feb 21 22:19:19.310 INFO E| Compiling thiserror-impl v2.0.11
34322025-02-21T22:19:21.538Z[ helios-setup] Feb 21 22:19:19.755 INFO E| Compiling schemars_derive v0.8.21
34332025-02-21T22:19:21.987Z[ helios-setup] Feb 21 22:19:20.201 INFO E| Compiling thiserror-impl v1.0.69
34342025-02-21T22:19:22.521Z[ helios-setup] Feb 21 22:19:20.738 INFO E| Compiling zerocopy-derive v0.6.6
34352025-02-21T22:19:22.713Z[ host-package] Compiling ratatui v0.29.0
34362025-02-21T22:19:26.314Z[ helios-setup] Feb 21 22:19:24.530 INFO E| Compiling zerocopy v0.6.6
34372025-02-21T22:19:26.599Z[ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34382025-02-21T22:19:27.300Z[ helios-setup] Feb 21 22:19:25.506 INFO E| Compiling num-derive v0.4.2
34392025-02-21T22:19:27.634Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34402025-02-21T22:19:27.689Z[ helios-setup] Feb 21 22:19:25.903 INFO E| Compiling pest v2.7.15
34412025-02-21T22:19:28.069Z[ helios-setup] Feb 21 22:19:26.285 INFO E| Compiling modular-bitfield-impl v0.11.2
34422025-02-21T22:19:28.200Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34432025-02-21T22:19:28.498Z[ helios-setup] Feb 21 22:19:26.713 INFO E| Compiling scroll_derive v0.10.5
34442025-02-21T22:19:30.112Z[ helios-setup] Feb 21 22:19:28.328 INFO E| Compiling strum_macros v0.23.1
34452025-02-21T22:19:30.758Z[ helios-setup] Feb 21 22:19:28.972 INFO E| Compiling structopt-derive v0.4.18
34462025-02-21T22:19:31.960Z[ helios-setup] Feb 21 22:19:30.175 INFO E| Compiling scroll v0.10.2
34472025-02-21T22:19:33.047Z[ helios-setup] Feb 21 22:19:31.263 INFO E| Compiling pest_meta v2.7.15
34482025-02-21T22:19:33.506Z[ helios-setup] Feb 21 22:19:31.722 INFO E| Compiling modular-bitfield v0.11.2
34492025-02-21T22:19:33.682Z[ helios-setup] Feb 21 22:19:31.897 INFO E| Compiling goblin v0.4.3
34502025-02-21T22:19:35.635Z[ helios-setup] Feb 21 22:19:33.851 INFO E| Compiling pest_generator v2.7.15
34512025-02-21T22:19:36.232Z[ helios-setup] Feb 21 22:19:34.447 INFO E| Compiling structopt v0.3.26
34522025-02-21T22:19:39.396Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34532025-02-21T22:19:39.999Z[ helios-setup] Feb 21 22:19:38.214 INFO E| Compiling pest_derive v2.7.15
34542025-02-21T22:19:42.511Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34552025-02-21T22:19:44.879Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34562025-02-21T22:19:45.445Z[ helios-setup] Feb 21 22:19:43.659 INFO E| Compiling json5 v0.4.1
34572025-02-21T22:19:45.980Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34582025-02-21T22:19:47.736Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34592025-02-21T22:19:48.457Z[ host-package] Compiling rustls-webpki v0.101.7
34602025-02-21T22:19:51.147Z[ helios-setup] Feb 21 22:19:49.359 INFO E| Compiling four-cc v0.3.0
34612025-02-21T22:19:51.147Z[ helios-setup] Feb 21 22:19:49.360 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
34622025-02-21T22:19:51.494Z[ host-package] Compiling sct v0.7.1
34632025-02-21T22:19:51.562Z[ helios-setup] Feb 21 22:19:49.775 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
34642025-02-21T22:19:52.265Z[ host-package] Compiling heck v0.3.3
34652025-02-21T22:19:52.863Z[ host-package] Compiling csv-core v0.1.11
34662025-02-21T22:19:53.670Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34672025-02-21T22:19:53.953Z[ host-package] Compiling glob v0.3.2
34682025-02-21T22:19:54.492Z[ host-package] Compiling csv v1.3.1
34692025-02-21T22:19:54.671Z[ host-package] Compiling zone_cfg_derive v0.1.2
34702025-02-21T22:19:54.756Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34712025-02-21T22:19:56.651Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34722025-02-21T22:20:03.223Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
34732025-02-21T22:20:03.330Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34742025-02-21T22:20:04.825Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34752025-02-21T22:20:10.248Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
34762025-02-21T22:20:10.746Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34772025-02-21T22:20:10.936Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34782025-02-21T22:20:11.419Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34792025-02-21T22:20:13.293Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34802025-02-21T22:20:16.315Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34812025-02-21T22:20:16.843Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34822025-02-21T22:20:17.291Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34832025-02-21T22:20:17.821Z[ host-package] Compiling nix v0.27.1
34842025-02-21T22:20:18.100Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34852025-02-21T22:20:18.982Z[ host-package] Compiling tungstenite v0.23.0
34862025-02-21T22:20:19.005Z[ host-package] Compiling hashlink v0.9.1
34872025-02-21T22:20:19.723Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
34882025-02-21T22:20:20.005Z[ host-package] Compiling base64 v0.13.1
34892025-02-21T22:20:20.105Z[ host-package] Compiling fallible-iterator v0.3.0
34902025-02-21T22:20:20.967Z[ host-package] Compiling rusqlite v0.32.1
34912025-02-21T22:20:20.998Z[ host-package] Compiling ron v0.7.1
34922025-02-21T22:20:21.046Z[ host-package] Compiling tokio-tungstenite v0.23.1
34932025-02-21T22:20:24.136Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34942025-02-21T22:20:24.935Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34952025-02-21T22:20:25.105Z[ host-package] Compiling xz2 v0.1.7
34962025-02-21T22:20:25.767Z[ host-package] Compiling tokio-rustls v0.24.1
34972025-02-21T22:20:26.287Z[ host-package] Compiling zone v0.1.8
34982025-02-21T22:20:26.578Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34992025-02-21T22:20:26.915Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35002025-02-21T22:20:29.738Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35012025-02-21T22:20:36.295Z[ helios-setup] Feb 21 22:20:34.501 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
35022025-02-21T22:20:38.808Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35032025-02-21T22:20:41.731Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35042025-02-21T22:20:42.114Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35052025-02-21T22:20:42.451Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35062025-02-21T22:20:45.623Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35072025-02-21T22:20:45.885Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35082025-02-21T22:20:50.396Z[ helios-setup] Feb 21 22:20:48.599 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
35092025-02-21T22:20:51.748Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35102025-02-21T22:20:52.003Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35112025-02-21T22:20:52.419Z[ host-package] Compiling rustls-pemfile v1.0.4
35122025-02-21T22:20:53.353Z[ host-package] Compiling signal-hook-tokio v0.3.1
35132025-02-21T22:20:53.463Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35142025-02-21T22:20:53.942Z[ host-package] Compiling yasna v0.5.2
35152025-02-21T22:20:58.004Z[ host-package] Compiling twox-hash v2.1.0
35162025-02-21T22:20:58.641Z[ host-package] Compiling unicode-linebreak v0.1.5
35172025-02-21T22:20:59.048Z[ host-package] Compiling is_ci v1.2.0
35182025-02-21T22:20:59.347Z[ host-package] Compiling smawk v0.3.2
35192025-02-21T22:20:59.559Z[ host-package] Compiling supports-color v3.0.1
35202025-02-21T22:20:59.742Z[ host-package] Compiling textwrap v0.16.1
35212025-02-21T22:21:02.951Z[ host-package] Compiling rcgen v0.12.1
35222025-02-21T22:21:03.250Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35232025-02-21T22:21:03.468Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35242025-02-21T22:21:04.749Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
35252025-02-21T22:21:11.830Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35262025-02-21T22:21:14.810Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35272025-02-21T22:21:27.753Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35282025-02-21T22:21:36.164Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35292025-02-21T22:21:37.191Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35302025-02-21T22:21:39.726Z[ helios-setup] Feb 21 22:21:37.923 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 42s
35312025-02-21T22:21:39.855Z[ helios-setup] Feb 21 22:21:38.051 INFO building project "amd-host-image-builder" ok (188 seconds)
35322025-02-21T22:21:39.858Z[ helios-setup] Feb 21 22:21:38.051 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35332025-02-21T22:21:39.858Z[ helios-setup] Feb 21 22:21:38.051 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35342025-02-21T22:21:40.135Z[ helios-setup] Feb 21 22:21:38.331 INFO E| Downloading crates ...
35352025-02-21T22:21:40.340Z[ helios-setup] Feb 21 22:21:38.536 INFO E| Downloaded sha2 v0.10.5
35362025-02-21T22:21:40.344Z[ helios-setup] Feb 21 22:21:38.541 INFO E| Downloaded digest v0.10.3
35372025-02-21T22:21:40.347Z[ helios-setup] Feb 21 22:21:38.543 INFO E| Downloaded bytes v1.2.1
35382025-02-21T22:21:40.353Z[ helios-setup] Feb 21 22:21:38.549 INFO E| Downloaded anyhow v1.0.62
35392025-02-21T22:21:40.359Z[ helios-setup] Feb 21 22:21:38.555 INFO E| Downloaded typenum v1.15.0
35402025-02-21T22:21:40.434Z[ helios-setup] Feb 21 22:21:38.630 INFO E| Compiling typenum v1.15.0
35412025-02-21T22:21:40.437Z[ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling version_check v0.9.4
35422025-02-21T22:21:40.437Z[ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling cfg-if v1.0.0
35432025-02-21T22:21:40.437Z[ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling crc32fast v1.3.2
35442025-02-21T22:21:40.437Z[ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling adler v1.0.2
35452025-02-21T22:21:40.437Z[ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling anyhow v1.0.62
35462025-02-21T22:21:40.437Z[ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling unicode-width v0.1.10
35472025-02-21T22:21:40.437Z[ helios-setup] Feb 21 22:21:38.631 INFO E| Compiling cpufeatures v0.2.5
35482025-02-21T22:21:41.122Z[ helios-setup] Feb 21 22:21:39.318 INFO E| Compiling bitflags v1.3.2
35492025-02-21T22:21:41.229Z[ helios-setup] Feb 21 22:21:39.425 INFO E| Compiling generic-array v0.14.6
35502025-02-21T22:21:41.261Z[ helios-setup] Feb 21 22:21:39.457 INFO E| Compiling miniz_oxide v0.6.2
35512025-02-21T22:21:41.407Z[ helios-setup] Feb 21 22:21:39.602 INFO E| Compiling getopts v0.2.21
35522025-02-21T22:21:41.576Z[ helios-setup] Feb 21 22:21:39.772 INFO E| Compiling bytes v1.2.1
35532025-02-21T22:21:41.643Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35542025-02-21T22:21:42.576Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35552025-02-21T22:21:43.026Z[ helios-setup] Feb 21 22:21:41.222 INFO E| Compiling flate2 v1.0.25
35562025-02-21T22:21:46.579Z[ helios-setup] Feb 21 22:21:44.775 INFO E| Compiling crypto-common v0.1.6
35572025-02-21T22:21:46.579Z[ helios-setup] Feb 21 22:21:44.775 INFO E| Compiling block-buffer v0.10.3
35582025-02-21T22:21:46.826Z[ helios-setup] Feb 21 22:21:45.021 INFO E| Compiling digest v0.10.3
35592025-02-21T22:21:47.250Z[ helios-setup] Feb 21 22:21:45.445 INFO E| Compiling sha2 v0.10.5
35602025-02-21T22:21:47.879Z[ helios-setup] Feb 21 22:21:46.075 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35612025-02-21T22:21:49.640Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35622025-02-21T22:21:52.820Z[ helios-setup] Feb 21 22:21:51.015 INFO E| Finished `release` profile [optimized] target(s) in 12.86s
35632025-02-21T22:21:52.838Z[ helios-setup] Feb 21 22:21:51.032 INFO building project "bootserver" ok (12 seconds)
35642025-02-21T22:21:52.841Z[ helios-setup] rm -f helios-build
35652025-02-21T22:21:52.843Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35662025-02-21T22:21:52.846Z[ helios-setup]
35672025-02-21T22:21:52.849Z[ helios-setup] Setup complete! ./helios-build is now available.
35682025-02-21T22:21:52.852Z[ helios-setup]
35692025-02-21T22:21:52.869ZFeb 21 22:21:51.047[ helios-setup]
35702025-02-21T22:21:52.869Z INFO [helios-setup] process exited with exit status: 0 (702.655007738s)
35712025-02-21T22:21:52.869Z[ helios-setup] real 11:42.648603138
35722025-02-21T22:21:52.869Z[ helios-setup] user 28:20.818379422
35732025-02-21T22:21:52.869Z[ helios-setup] sys 2:46.114494624
35742025-02-21T22:21:52.869Z[ helios-setup] trap 1.711566265
35752025-02-21T22:21:52.869Z[ helios-setup] tflt 4.378286564
35762025-02-21T22:21:52.869Z[ helios-setup] dflt 24.507353482
35772025-02-21T22:21:52.869Z[ helios-setup] kflt 0.042520840
35782025-02-21T22:21:52.869Z[ helios-setup] lock 1:56:18.144126378
35792025-02-21T22:21:52.870Z[ helios-setup] slp 3:29:42.768143276
35802025-02-21T22:21:52.870Z[ helios-setup] lat 31:48.808220662
35812025-02-21T22:21:52.870Z[ helios-setup] stop 5:11.282943318
35822025-02-21T22:21:52.870ZFeb 21 22:21:51.048 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
35832025-02-21T22:21:52.897Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
35842025-02-21T22:21:53.123Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
35852025-02-21T22:21:53.123Z[ phbl-toolchain] info: downloading component 'cargo'
35862025-02-21T22:21:54.614Z[ phbl-toolchain] info: downloading component 'clippy'
35872025-02-21T22:21:55.182Z[ phbl-toolchain] info: downloading component 'llvm-tools'
35882025-02-21T22:21:59.945Z[ phbl-toolchain] info: downloading component 'miri'
35892025-02-21T22:22:00.100Z[ phbl-toolchain] info: downloading component 'rust-docs'
35902025-02-21T22:22:01.105Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
35912025-02-21T22:22:01.381Z[ phbl-toolchain] info: downloading component 'rust-src'
35922025-02-21T22:22:01.721Z[ phbl-toolchain] info: downloading component 'rust-std'
35932025-02-21T22:22:03.862Z[ phbl-toolchain] info: downloading component 'rustc'
35942025-02-21T22:22:04.162Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
35952025-02-21T22:22:04.551Z[ host-package] Compiling fatfs v0.3.6
35962025-02-21T22:22:05.044Z[ host-package] Compiling rtoolbox v0.0.2
35972025-02-21T22:22:05.638Z[ host-package] Compiling subprocess v0.2.9
35982025-02-21T22:22:07.575Z[ host-package] Compiling assert_matches v1.5.0
35992025-02-21T22:22:07.658Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36002025-02-21T22:22:10.474Z[ host-package] Compiling rpassword v7.3.1
36012025-02-21T22:22:11.014Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36022025-02-21T22:22:11.284Z[ phbl-toolchain] info: downloading component 'rustfmt'
36032025-02-21T22:22:11.967Z[ phbl-toolchain] info: installing component 'cargo'
36042025-02-21T22:22:13.327Z[ phbl-toolchain] info: installing component 'clippy'
36052025-02-21T22:22:13.884Z[ phbl-toolchain] info: installing component 'llvm-tools'
36062025-02-21T22:22:15.591Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36072025-02-21T22:22:16.197Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36082025-02-21T22:22:19.733Z[ phbl-toolchain] info: installing component 'miri'
36092025-02-21T22:22:19.989Z[ phbl-toolchain] info: installing component 'rust-docs'
36102025-02-21T22:22:23.770Z[ host-package] Compiling tui-tree-widget v0.23.0
36112025-02-21T22:22:24.415Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36122025-02-21T22:22:26.674Z[ phbl-toolchain] info: installing component 'rust-src'
36132025-02-21T22:22:27.308Z[ phbl-toolchain] info: installing component 'rust-std'
36142025-02-21T22:22:28.550Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36152025-02-21T22:22:29.042Z[ host-package] Compiling uzers v0.12.1
36162025-02-21T22:22:29.805Z[ phbl-toolchain] info: installing component 'rustc'
36172025-02-21T22:22:32.711Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36182025-02-21T22:22:38.936Z[ phbl-toolchain] info: installing component 'rustfmt'
36192025-02-21T22:22:39.577Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36202025-02-21T22:22:39.673Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
36212025-02-21T22:22:39.676ZFeb 21 22:22:37.861 INFO [phbl-toolchain] process exited with exit status: 0 (46.813553266s)
36222025-02-21T22:22:41.164Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36232025-02-21T22:23:01.907Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36242025-02-21T22:23:07.381Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36252025-02-21T22:23:12.014Z[ host-package] Compiling multimap v0.10.0
36262025-02-21T22:25:34.394Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36272025-02-21T22:32:19.200Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 27s
36282025-02-21T22:33:30.236ZFeb 21 22:33:28.325 INFO [host-package] process exited with exit status: 0 (1298.822390537s)
36292025-02-21T22:33:30.238ZFeb 21 22:33:28.325 INFO [host-stamp] running task
36302025-02-21T22:33:30.238ZFeb 21 22:33:28.326 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
36312025-02-21T22:33:30.247ZFeb 21 22:33:28.337 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+git8728fad94a1
36322025-02-21T22:33:30.264ZFeb 21 22:33:28.353 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+git8728fad94a1
36332025-02-21T22:33:30.273Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
36342025-02-21T22:33:30.276Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36352025-02-21T22:33:30.278ZFeb 21 22:33:28.366 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+git8728fad94a1
36362025-02-21T22:33:30.290Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36372025-02-21T22:33:30.293ZFeb 21 22:33:28.380 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+git8728fad94a1
36382025-02-21T22:33:30.307Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36392025-02-21T22:33:30.307ZFeb 21 22:33:28.396 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+git8728fad94a1
36402025-02-21T22:33:30.324Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36412025-02-21T22:33:30.327ZFeb 21 22:33:28.414 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+git8728fad94a1
36422025-02-21T22:33:30.341Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36432025-02-21T22:33:30.345Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36442025-02-21T22:33:30.347ZFeb 21 22:33:28.434 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+git8728fad94a1
36452025-02-21T22:33:30.367Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36462025-02-21T22:33:30.371Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36472025-02-21T22:33:30.371ZFeb 21 22:33:28.457 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+git8728fad94a1
36482025-02-21T22:33:30.392Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36492025-02-21T22:33:30.394ZFeb 21 22:33:28.481 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (84.502674ms)
36502025-02-21T22:33:30.394ZFeb 21 22:33:28.481 INFO [stamp-oxlog] process exited with exit status: 0 (67.450512ms)
36512025-02-21T22:33:30.404Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36522025-02-21T22:33:30.407Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36532025-02-21T22:33:30.410ZFeb 21 22:33:28.500 INFO [stamp-overlay] process exited with exit status: 0 (42.277489ms)
36542025-02-21T22:33:30.469Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36552025-02-21T22:33:30.473ZFeb 21 22:33:28.563 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.491575ms)
36562025-02-21T22:33:30.541Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36572025-02-21T22:33:30.544ZFeb 21 22:33:28.634 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (254.07015ms)
36582025-02-21T22:33:30.713Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36592025-02-21T22:33:30.717ZFeb 21 22:33:28.806 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (440.162954ms)
36602025-02-21T22:33:31.453Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
36612025-02-21T22:33:31.457ZFeb 21 22:33:29.546 INFO [stamp-propolis-server] process exited with exit status: 0 (1.209114169s)
36622025-02-21T22:33:31.516Z[recovery-package] Compiling newtype-uuid v1.2.1
36632025-02-21T22:33:32.059Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36642025-02-21T22:33:32.411Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36652025-02-21T22:33:32.411Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36662025-02-21T22:33:32.414Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
36672025-02-21T22:33:32.455Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36682025-02-21T22:33:33.092Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36692025-02-21T22:33:40.788Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
36702025-02-21T22:33:40.791ZFeb 21 22:33:38.879 INFO [stamp-switch-asic] process exited with exit status: 0 (10.525475518s)
36712025-02-21T22:33:40.794ZFeb 21 22:33:38.879 INFO [host-stamp] task succeeded (10.553585659s)
36722025-02-21T22:33:40.794ZFeb 21 22:33:38.879 INFO [host-proto] running task
36732025-02-21T22:33:41.261ZFeb 21 22:33:39.349 INFO [host-proto] task succeeded (469.74474ms)
36742025-02-21T22:33:41.261ZFeb 21 22:33:39.349 INFO [host-profile] running task
36752025-02-21T22:33:41.264ZFeb 21 22:33:39.349 INFO [host-profile] task succeeded (259.297µs)
36762025-02-21T22:33:41.264ZFeb 21 22:33:39.350 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.334' -P /tmp/.tmpguEzOU/proto/host/root -N 'ci 8728fad/${os_short_commit} 2025-02-21 22:10' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36772025-02-21T22:33:41.285Z[ host-image] Feb 21 22:33:39.372 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36782025-02-21T22:33:41.285Z[ host-image] Feb 21 22:33:39.372 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36792025-02-21T22:33:41.299Z[ host-image] Feb 21 22:33:39.387 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpguEzOU/proto/host/root"
36802025-02-21T22:33:41.299Z[ host-image] Feb 21 22:33:39.387 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36812025-02-21T22:33:41.302Z[ host-image] Feb 21 22:33:39.387 INFO image builder template: ramdisk-01-os...
36822025-02-21T22:33:41.302Z[ host-image] Feb 21 22:33:39.387 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/.tmpguEzOU/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36832025-02-21T22:33:41.330Z[ host-image] Feb 21 22:33:39.417 INFO O| Feb 21 22:33:39.417 INFO CREATE DATASET: rpool/images/build/host/output
36842025-02-21T22:33:41.506Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36852025-02-21T22:33:41.506Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36862025-02-21T22:33:41.506Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
36872025-02-21T22:33:41.509Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36882025-02-21T22:33:41.740Z[ host-image] Feb 21 22:33:39.827 INFO O| Feb 21 22:33:39.818 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36892025-02-21T22:33:41.740Z[ host-image] Feb 21 22:33:39.827 INFO O| Feb 21 22:33:39.826 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36902025-02-21T22:33:41.996Z[ host-image] Feb 21 22:33:40.083 INFO O| Feb 21 22:33:40.083 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
36912025-02-21T22:33:42.068Z[ host-image] Feb 21 22:33:40.155 INFO O| Feb 21 22:33:40.155 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
36922025-02-21T22:33:42.070Z[ host-image] Feb 21 22:33:40.155 INFO O| Feb 21 22:33:40.155 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
36932025-02-21T22:33:42.070Z[ host-image] Feb 21 22:33:40.155 INFO O| Feb 21 22:33:40.155 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
36942025-02-21T22:33:42.070Z[ host-image] Feb 21 22:33:40.155 INFO O| Feb 21 22:33:40.155 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
36952025-02-21T22:33:42.086Z[ host-image] Feb 21 22:33:40.169 INFO O| Feb 21 22:33:40.169 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
36962025-02-21T22:33:42.345Z[ host-image] Feb 21 22:33:40.432 INFO O| Feb 21 22:33:40.432 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36972025-02-21T22:33:42.391Z[ host-image] Feb 21 22:33:40.478 INFO O| Feb 21 22:33:40.478 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
36982025-02-21T22:33:43.094Z[ host-image] Feb 21 22:33:41.179 INFO O| Feb 21 22:33:41.179 INFO O| Caching catalogs ... Done
36992025-02-21T22:33:43.248Z[ host-image] Feb 21 22:33:41.335 INFO O| Feb 21 22:33:41.335 INFO STEP 0 (pkg_image_create) COMPLETE
37002025-02-21T22:33:43.248Z[ host-image] Feb 21 22:33:41.335 INFO O| Feb 21 22:33:41.335 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37012025-02-21T22:33:43.248Z[ host-image] Feb 21 22:33:41.335 INFO O| Feb 21 22:33:41.335 INFO skip step because feature "repo_redist" is not enabled
37022025-02-21T22:33:43.252Z[ host-image] Feb 21 22:33:41.335 INFO O| Feb 21 22:33:41.335 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37032025-02-21T22:33:43.266Z[ host-image] Feb 21 22:33:41.354 INFO O| Feb 21 22:33:41.353 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"]
37042025-02-21T22:33:43.920Z[ host-image] Feb 21 22:33:42.007 INFO O| Feb 21 22:33:42.007 INFO STEP 2 (pkg_set_publisher) COMPLETE
37052025-02-21T22:33:43.920Z[ host-image] Feb 21 22:33:42.007 INFO O| Feb 21 22:33:42.007 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37062025-02-21T22:33:43.954Z[ host-image] Feb 21 22:33:42.041 INFO O| Feb 21 22:33:42.041 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"]
37072025-02-21T22:33:44.470Z[ host-image] Feb 21 22:33:42.556 INFO O| Feb 21 22:33:42.556 INFO STEP 3 (pkg_set_publisher) COMPLETE
37082025-02-21T22:33:44.470Z[ host-image] Feb 21 22:33:42.557 INFO O| Feb 21 22:33:42.556 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37092025-02-21T22:33:44.472Z[ host-image] Feb 21 22:33:42.557 INFO O| Feb 21 22:33:42.556 INFO skip step because feature "repo_redist" is not enabled
37102025-02-21T22:33:44.472Z[ host-image] Feb 21 22:33:42.557 INFO O| Feb 21 22:33:42.556 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37112025-02-21T22:33:45.068Z[ host-image] Feb 21 22:33:43.155 INFO O| Feb 21 22:33:43.155 INFO variant opensolaris.zone is already global
37122025-02-21T22:33:45.068Z[ host-image] Feb 21 22:33:43.155 INFO O| Feb 21 22:33:43.155 INFO STEP 5 (pkg_change_variant) COMPLETE
37132025-02-21T22:33:45.071Z[ host-image] Feb 21 22:33:43.155 INFO O| Feb 21 22:33:43.155 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37142025-02-21T22:33:45.668Z[ host-image] Feb 21 22:33:43.755 INFO O| Feb 21 22:33:43.754 INFO variant opensolaris.imagetype is full; changing to partial
37152025-02-21T22:33:45.668Z[ host-image] Feb 21 22:33:43.755 INFO O| Feb 21 22:33:43.755 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37162025-02-21T22:33:48.308Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37172025-02-21T22:33:50.138Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37182025-02-21T22:33:50.908Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37192025-02-21T22:33:53.333Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37202025-02-21T22:33:54.537Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37212025-02-21T22:33:55.442Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37222025-02-21T22:33:57.811Z[ host-image] Feb 21 22:33:55.894 INFO O| Feb 21 22:33:55.894 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37232025-02-21T22:33:58.050Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37242025-02-21T22:34:04.625Z[ host-image] Feb 21 22:34:02.709 INFO O| Feb 21 22:34:02.709 INFO O| Startup: Caching catalogs ... Done
37252025-02-21T22:34:04.701Z[ host-image] Feb 21 22:34:02.785 INFO O| Feb 21 22:34:02.785 INFO O| Planning: Planning completed in 0.00 seconds
37262025-02-21T22:34:04.703Z[ host-image] Feb 21 22:34:02.785 INFO O| Feb 21 22:34:02.785 INFO O| Planning: Consolidating action changes ... Done
37272025-02-21T22:34:04.703Z[ host-image] Feb 21 22:34:02.786 INFO O| Feb 21 22:34:02.786 INFO O| Planning: Evaluating mediators ... Done
37282025-02-21T22:34:04.703Z[ host-image] Feb 21 22:34:02.786 INFO O| Feb 21 22:34:02.786 INFO O| Planning: Planning completed in 0.00 seconds
37292025-02-21T22:34:04.703Z[ host-image] Feb 21 22:34:02.786 INFO O| Feb 21 22:34:02.786 INFO O| Variants/Facets to change: 1
37302025-02-21T22:34:04.719Z[ host-image] Feb 21 22:34:02.804 INFO O| Feb 21 22:34:02.804 INFO O| Done
37312025-02-21T22:34:04.719Z[ host-image] Feb 21 22:34:02.804 INFO O| Feb 21 22:34:02.804 INFO O| Done
37322025-02-21T22:34:05.280Z[ host-image] Feb 21 22:34:03.364 INFO O| Feb 21 22:34:03.364 INFO O| Done
37332025-02-21T22:34:05.329Z[ host-image] Feb 21 22:34:03.412 INFO O| Feb 21 22:34:03.412 INFO O| Done
37342025-02-21T22:34:05.332Z[ host-image] Feb 21 22:34:03.413 INFO O| Feb 21 22:34:03.413 INFO O| Done
37352025-02-21T22:34:05.332Z[ host-image] Feb 21 22:34:03.413 INFO O| Feb 21 22:34:03.413 INFO O| Done
37362025-02-21T22:34:05.332Z[ host-image] Feb 21 22:34:03.415 INFO O| Feb 21 22:34:03.415 INFO O| Done
37372025-02-21T22:34:05.769Z[ host-image] Feb 21 22:34:03.853 INFO O| Feb 21 22:34:03.853 INFO STEP 6 (pkg_change_variant) COMPLETE
37382025-02-21T22:34:05.770Z[ host-image] Feb 21 22:34:03.853 INFO O| Feb 21 22:34:03.853 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37392025-02-21T22:34:05.770Z[ host-image] Feb 21 22:34:03.853 INFO O| Feb 21 22:34:03.853 INFO skip step because feature "debug_variant" is not enabled
37402025-02-21T22:34:05.772Z[ host-image] Feb 21 22:34:03.853 INFO O| Feb 21 22:34:03.853 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37412025-02-21T22:34:06.122Z[ host-image] Feb 21 22:34:04.206 INFO O| Feb 21 22:34:04.206 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37422025-02-21T22:34:06.942Z[ host-image] Feb 21 22:34:05.026 INFO O| Feb 21 22:34:05.026 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37432025-02-21T22:34:06.947Z[ host-image] Feb 21 22:34:05.028 INFO O| Feb 21 22:34:05.028 INFO O| Planning: Planning completed in 0.00 seconds
37442025-02-21T22:34:06.947Z[ host-image] Feb 21 22:34:05.029 INFO O| Feb 21 22:34:05.029 INFO O| Planning: Consolidating action changes ... Done
37452025-02-21T22:34:06.947Z[ host-image] Feb 21 22:34:05.029 INFO O| Feb 21 22:34:05.029 INFO O| Planning: Evaluating mediators ... Done
37462025-02-21T22:34:06.950Z[ host-image] Feb 21 22:34:05.030 INFO O| Feb 21 22:34:05.029 INFO O| Planning: Planning completed in 0.00 seconds
37472025-02-21T22:34:06.950Z[ host-image] Feb 21 22:34:05.030 INFO O| Feb 21 22:34:05.030 INFO O| Variants/Facets to change: 1
37482025-02-21T22:34:07.019Z[ host-image] Feb 21 22:34:05.103 INFO O| Feb 21 22:34:05.103 INFO O| Done
37492025-02-21T22:34:07.019Z[ host-image] Feb 21 22:34:05.103 INFO O| Feb 21 22:34:05.103 INFO O| Done
37502025-02-21T22:34:07.828Z[ host-image] Feb 21 22:34:05.912 INFO O| Feb 21 22:34:05.911 INFO O| Done
37512025-02-21T22:34:07.916Z[ host-image] Feb 21 22:34:06.000 INFO O| Feb 21 22:34:06.000 INFO O| Done
37522025-02-21T22:34:07.921Z[ host-image] Feb 21 22:34:06.005 INFO O| Feb 21 22:34:06.005 INFO O| Done
37532025-02-21T22:34:07.925Z[ host-image] Feb 21 22:34:06.005 INFO O| Feb 21 22:34:06.005 INFO O| Done
37542025-02-21T22:34:07.925Z[ host-image] Feb 21 22:34:06.007 INFO O| Feb 21 22:34:06.007 INFO O| Done
37552025-02-21T22:34:08.010Z[ host-image] Feb 21 22:34:06.093 INFO O| Feb 21 22:34:06.093 INFO STEP 8 (pkg_change_facet) COMPLETE
37562025-02-21T22:34:08.010Z[ host-image] Feb 21 22:34:06.093 INFO O| Feb 21 22:34:06.093 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37572025-02-21T22:34:08.012Z[ host-image] Feb 21 22:34:06.093 INFO O| Feb 21 22:34:06.093 INFO skip step because feature "recovery" is not enabled
37582025-02-21T22:34:08.013Z[ host-image] Feb 21 22:34:06.093 INFO O| Feb 21 22:34:06.093 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37592025-02-21T22:34:08.013Z[ host-image] Feb 21 22:34:06.093 INFO O| Feb 21 22:34:06.093 INFO skip step because feature "recovery" is not enabled
37602025-02-21T22:34:08.013Z[ host-image] Feb 21 22:34:06.093 INFO O| Feb 21 22:34:06.093 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37612025-02-21T22:34:08.029Z[ host-image] Feb 21 22:34:06.112 INFO O| Feb 21 22:34:06.112 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"]
37622025-02-21T22:34:09.078Z[ host-image] Feb 21 22:34:07.161 INFO O| Feb 21 22:34:07.160 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37632025-02-21T22:34:16.666Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.12s
37642025-02-21T22:34:18.142ZFeb 21 22:34:16.224 INFO [recovery-package] process exited with exit status: 0 (47.897906022s)
37652025-02-21T22:34:18.142ZFeb 21 22:34:16.224 INFO [recovery-stamp] running task
37662025-02-21T22:34:18.145ZFeb 21 22:34:16.224 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
37672025-02-21T22:34:18.156ZFeb 21 22:34:16.239 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+git8728fad94a1
37682025-02-21T22:34:18.171ZFeb 21 22:34:16.253 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git8728fad94a1
37692025-02-21T22:34:18.183Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
37702025-02-21T22:34:18.191Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
37712025-02-21T22:34:18.265Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
37722025-02-21T22:34:18.270ZFeb 21 22:34:16.352 INFO [stamp-installinator] process exited with exit status: 0 (98.308986ms)
37732025-02-21T22:34:18.293Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
37742025-02-21T22:34:18.297ZFeb 21 22:34:16.378 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (139.288828ms)
37752025-02-21T22:34:18.297ZFeb 21 22:34:16.378 INFO [recovery-stamp] task succeeded (154.100234ms)
37762025-02-21T22:34:18.297ZFeb 21 22:34:16.378 INFO [recovery-proto] running task
37772025-02-21T22:34:18.297ZFeb 21 22:34:16.378 INFO [tuf-stamp] running task
37782025-02-21T22:34:18.300ZFeb 21 22:34:16.380 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+git8728fad94a1
37792025-02-21T22:34:18.317ZFeb 21 22:34:16.399 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+git8728fad94a1
37802025-02-21T22:34:18.337Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
37812025-02-21T22:34:18.339ZFeb 21 22:34:16.419 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+git8728fad94a1
37822025-02-21T22:34:18.371Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
37832025-02-21T22:34:18.376ZFeb 21 22:34:16.437 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+git8728fad94a1
37842025-02-21T22:34:18.376Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
37852025-02-21T22:34:18.379ZFeb 21 22:34:16.457 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+git8728fad94a1
37862025-02-21T22:34:18.413Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
37872025-02-21T22:34:18.415ZFeb 21 22:34:16.495 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+git8728fad94a1
37882025-02-21T22:34:18.440Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
37892025-02-21T22:34:18.442ZFeb 21 22:34:16.524 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+git8728fad94a1
37902025-02-21T22:34:18.496Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37912025-02-21T22:34:18.499ZFeb 21 22:34:16.579 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+git8728fad94a1
37922025-02-21T22:34:18.589Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
37932025-02-21T22:34:18.592ZFeb 21 22:34:16.672 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+git8728fad94a1
37942025-02-21T22:34:18.670Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
37952025-02-21T22:34:18.674ZFeb 21 22:34:16.751 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+git8728fad94a1
37962025-02-21T22:34:18.743Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
37972025-02-21T22:34:18.757ZFeb 21 22:34:16.825 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+git8728fad94a1
37982025-02-21T22:34:18.765ZFeb 21 22:34:16.840 INFO [recovery-proto] task succeeded (461.755261ms)
37992025-02-21T22:34:18.765ZFeb 21 22:34:16.840 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.334' -P /tmp/.tmpguEzOU/proto/recovery/root -N 'recovery 8728fad/${os_short_commit} 2025-02-21 22:10' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38002025-02-21T22:34:18.839Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38012025-02-21T22:34:18.866Z[ recovery-image] Feb 21 22:34:16.944 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38022025-02-21T22:34:18.866Z[ recovery-image] Feb 21 22:34:16.944 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
38032025-02-21T22:34:18.870Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
38042025-02-21T22:34:18.920Z[ recovery-image] Feb 21 22:34:17.002 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpguEzOU/proto/recovery/root"
38052025-02-21T22:34:18.920Z[ recovery-image] Feb 21 22:34:17.002 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
38062025-02-21T22:34:18.924Z[ recovery-image] Feb 21 22:34:17.003 INFO image builder template: ramdisk-01-os...
38072025-02-21T22:34:18.924Z[ recovery-image] Feb 21 22:34:17.003 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/.tmpguEzOU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38082025-02-21T22:34:19.045Z[ recovery-image] Feb 21 22:34:17.127 INFO O| Feb 21 22:34:17.086 INFO CREATE DATASET: rpool/images/build/recovery/output
38092025-02-21T22:34:19.108Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
38102025-02-21T22:34:19.113ZFeb 21 22:34:17.195 INFO [stamp-probe] process exited with exit status: 0 (369.901908ms)
38112025-02-21T22:34:19.191Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
38122025-02-21T22:34:19.194Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
38132025-02-21T22:34:19.218ZFeb 21 22:34:17.300 INFO [stamp-ntp] process exited with exit status: 0 (901.314122ms)
38142025-02-21T22:34:19.248Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
38152025-02-21T22:34:19.262Z[ recovery-image] Feb 21 22:34:17.344 INFO O| Feb 21 22:34:17.344 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38162025-02-21T22:34:19.269Z[ recovery-image] Feb 21 22:34:17.351 INFO O| Feb 21 22:34:17.351 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38172025-02-21T22:34:19.776Z[ recovery-image] Feb 21 22:34:17.854 INFO O| Feb 21 22:34:17.854 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
38182025-02-21T22:34:19.875Z[ recovery-image] Feb 21 22:34:17.957 INFO O| Feb 21 22:34:17.957 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38192025-02-21T22:34:19.875Z[ recovery-image] Feb 21 22:34:17.957 INFO O| Feb 21 22:34:17.957 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38202025-02-21T22:34:19.880Z[ recovery-image] Feb 21 22:34:17.957 INFO O| Feb 21 22:34:17.957 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38212025-02-21T22:34:19.880Z[ recovery-image] Feb 21 22:34:17.957 INFO O| Feb 21 22:34:17.957 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38222025-02-21T22:34:19.896Z[ recovery-image] Feb 21 22:34:17.978 INFO O| Feb 21 22:34:17.978 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38232025-02-21T22:34:20.284Z[ recovery-image] Feb 21 22:34:18.366 INFO O| Feb 21 22:34:18.366 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38242025-02-21T22:34:20.299Z[ recovery-image] Feb 21 22:34:18.381 INFO O| Feb 21 22:34:18.381 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
38252025-02-21T22:34:20.452Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
38262025-02-21T22:34:20.468ZFeb 21 22:34:18.550 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.79853615s)
38272025-02-21T22:34:20.585Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
38282025-02-21T22:34:20.641ZFeb 21 22:34:18.722 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.303553814s)
38292025-02-21T22:34:20.850Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
38302025-02-21T22:34:20.907ZFeb 21 22:34:18.988 INFO [stamp-external-dns] process exited with exit status: 0 (2.492902626s)
38312025-02-21T22:34:21.075Z[ recovery-image] Feb 21 22:34:19.155 INFO O| Feb 21 22:34:19.154 INFO O| Caching catalogs ... Done
38322025-02-21T22:34:21.151Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
38332025-02-21T22:34:21.154Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
38342025-02-21T22:34:21.157ZFeb 21 22:34:19.237 INFO [stamp-internal-dns] process exited with exit status: 0 (2.658571697s)
38352025-02-21T22:34:21.160ZFeb 21 22:34:19.240 INFO [stamp-oximeter] process exited with exit status: 0 (2.782733331s)
38362025-02-21T22:34:21.195Z[ recovery-image] Feb 21 22:34:19.276 INFO O| Feb 21 22:34:19.276 INFO STEP 0 (pkg_image_create) COMPLETE
38372025-02-21T22:34:21.195Z[ recovery-image] Feb 21 22:34:19.276 INFO O| Feb 21 22:34:19.276 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38382025-02-21T22:34:21.195Z[ recovery-image] Feb 21 22:34:19.276 INFO O| Feb 21 22:34:19.276 INFO skip step because feature "repo_redist" is not enabled
38392025-02-21T22:34:21.198Z[ recovery-image] Feb 21 22:34:19.276 INFO O| Feb 21 22:34:19.276 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38402025-02-21T22:34:21.210Z[ recovery-image] Feb 21 22:34:19.292 INFO O| Feb 21 22:34:19.292 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"]
38412025-02-21T22:34:21.592Z[ recovery-image] Feb 21 22:34:19.674 INFO O| Feb 21 22:34:19.674 INFO STEP 2 (pkg_set_publisher) COMPLETE
38422025-02-21T22:34:21.592Z[ recovery-image] Feb 21 22:34:19.674 INFO O| Feb 21 22:34:19.674 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38432025-02-21T22:34:21.607Z[ recovery-image] Feb 21 22:34:19.689 INFO O| Feb 21 22:34:19.689 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"]
38442025-02-21T22:34:22.024Z[ recovery-image] Feb 21 22:34:20.104 INFO O| Feb 21 22:34:20.104 INFO STEP 3 (pkg_set_publisher) COMPLETE
38452025-02-21T22:34:22.024Z[ recovery-image] Feb 21 22:34:20.104 INFO O| Feb 21 22:34:20.104 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38462025-02-21T22:34:22.024Z[ recovery-image] Feb 21 22:34:20.104 INFO O| Feb 21 22:34:20.104 INFO skip step because feature "repo_redist" is not enabled
38472025-02-21T22:34:22.024Z[ recovery-image] Feb 21 22:34:20.104 INFO O| Feb 21 22:34:20.104 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38482025-02-21T22:34:22.418Z[ recovery-image] Feb 21 22:34:20.499 INFO O| Feb 21 22:34:20.499 INFO variant opensolaris.zone is already global
38492025-02-21T22:34:22.418Z[ recovery-image] Feb 21 22:34:20.499 INFO O| Feb 21 22:34:20.499 INFO STEP 5 (pkg_change_variant) COMPLETE
38502025-02-21T22:34:22.418Z[ recovery-image] Feb 21 22:34:20.499 INFO O| Feb 21 22:34:20.499 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38512025-02-21T22:34:22.903Z[ recovery-image] Feb 21 22:34:20.984 INFO O| Feb 21 22:34:20.984 INFO variant opensolaris.imagetype is full; changing to partial
38522025-02-21T22:34:22.903Z[ recovery-image] Feb 21 22:34:20.984 INFO O| Feb 21 22:34:20.984 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38532025-02-21T22:34:23.529Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38542025-02-21T22:34:23.533ZFeb 21 22:34:21.615 INFO [stamp-nexus] process exited with exit status: 0 (4.94269648s)
38552025-02-21T22:34:23.695Z[verify-libraries] Compiling ring v0.17.9
38562025-02-21T22:34:23.943Z[verify-libraries] Compiling home v0.5.9
38572025-02-21T22:34:23.947Z[verify-libraries] Compiling cfg_aliases v0.1.1
38582025-02-21T22:34:23.953Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38592025-02-21T22:34:23.954Z[verify-libraries] Compiling sqlparser_derive v0.2.2
38602025-02-21T22:34:23.954Z[verify-libraries] Compiling unicode_categories v0.1.1
38612025-02-21T22:34:23.957Z[verify-libraries] Compiling polyval v0.6.2
38622025-02-21T22:34:24.434Z[verify-libraries] Compiling nix v0.28.0
38632025-02-21T22:34:24.575Z[verify-libraries] Compiling sqlformat v0.2.6
38642025-02-21T22:34:24.652Z[verify-libraries] Compiling ghash v0.5.1
38652025-02-21T22:34:24.719Z[verify-libraries] Compiling ctr v0.9.2
38662025-02-21T22:34:25.093Z[verify-libraries] Compiling ssh-encoding v0.2.0
38672025-02-21T22:34:25.204Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
38682025-02-21T22:34:25.209ZFeb 21 22:34:23.290 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.910816444s)
38692025-02-21T22:34:25.445Z[verify-libraries] Compiling aes-gcm v0.10.3
38702025-02-21T22:34:25.822Z[verify-libraries] Compiling blowfish v0.9.1
38712025-02-21T22:34:25.893Z[verify-libraries] Compiling sqlparser v0.45.0
38722025-02-21T22:34:25.985Z[verify-libraries] Compiling ssh-cipher v0.2.0
38732025-02-21T22:34:26.429Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
38742025-02-21T22:34:26.832Z[verify-libraries] Compiling password-hash v0.4.2
38752025-02-21T22:34:27.158Z[verify-libraries] Compiling ssh-key v0.6.6
38762025-02-21T22:34:29.458Z[verify-libraries] Compiling rustyline v14.0.0
38772025-02-21T22:34:31.187Z[verify-libraries] Compiling rustls v0.23.19
38782025-02-21T22:34:31.242Z[verify-libraries] Compiling rustls v0.22.4
38792025-02-21T22:34:31.302Z[verify-libraries] Compiling pbkdf2 v0.11.0
38802025-02-21T22:34:31.957Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
38812025-02-21T22:34:32.001ZFeb 21 22:34:30.081 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.557461158s)
38822025-02-21T22:34:32.078Z[verify-libraries] Compiling p256 v0.13.2
38832025-02-21T22:34:32.408Z[verify-libraries] Compiling p521 v0.13.3
38842025-02-21T22:34:34.089Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
38852025-02-21T22:34:34.108ZFeb 21 22:34:32.187 INFO [stamp-clickhouse] process exited with exit status: 0 (15.750324854s)
38862025-02-21T22:34:34.108ZFeb 21 22:34:32.187 INFO [tuf-stamp] task succeeded (15.809290649s)
38872025-02-21T22:34:34.938Z[verify-libraries] Compiling rustls-webpki v0.102.8
38882025-02-21T22:34:35.102Z[verify-libraries] Compiling russh-cryptovec v0.7.3
38892025-02-21T22:34:35.551Z[verify-libraries] Compiling md5 v0.7.0
38902025-02-21T22:34:35.987Z[ recovery-image] Feb 21 22:34:34.066 INFO O| Feb 21 22:34:34.066 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38912025-02-21T22:34:39.636Z[verify-libraries] Compiling russh-keys v0.45.0
38922025-02-21T22:34:45.009Z[verify-libraries] Compiling tokio-rustls v0.26.0
38932025-02-21T22:34:45.771Z[verify-libraries] Compiling hyper-rustls v0.27.3
38942025-02-21T22:34:50.078Z[ recovery-image] Feb 21 22:34:44.178 INFO O| Feb 21 22:34:44.178 INFO O| Startup: Caching catalogs ... Done
38952025-02-21T22:34:50.104Z[verify-libraries] Compiling tokio-rustls v0.25.0
38962025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:44.309 INFO O| Feb 21 22:34:44.309 INFO O| Planning: Planning completed in 0.00 seconds
38972025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:44.310 INFO O| Feb 21 22:34:44.310 INFO O| Planning: Consolidating action changes ... Done
38982025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:44.310 INFO O| Feb 21 22:34:44.310 INFO O| Planning: Evaluating mediators ... Done
38992025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:44.311 INFO O| Feb 21 22:34:44.311 INFO O| Planning: Planning completed in 0.00 seconds
39002025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:44.311 INFO O| Feb 21 22:34:44.311 INFO O| Variants/Facets to change: 1
39012025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:44.411 INFO O| Feb 21 22:34:44.411 INFO O| Done
39022025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:44.411 INFO O| Feb 21 22:34:44.411 INFO O| Done
39032025-02-21T22:34:50.104Z[verify-libraries] Compiling reqwest v0.12.12
39042025-02-21T22:34:50.104Z[verify-libraries] Compiling dropshot v0.12.0
39052025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:45.485 INFO O| Feb 21 22:34:45.485 INFO O| Done
39062025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:45.590 INFO O| Feb 21 22:34:45.590 INFO O| Done
39072025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:45.591 INFO O| Feb 21 22:34:45.591 INFO O| Done
39082025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:45.592 INFO O| Feb 21 22:34:45.592 INFO O| Done
39092025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:45.594 INFO O| Feb 21 22:34:45.594 INFO O| Done
39102025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:46.298 INFO O| Feb 21 22:34:46.298 INFO STEP 6 (pkg_change_variant) COMPLETE
39112025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:46.298 INFO O| Feb 21 22:34:46.298 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39122025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:46.298 INFO O| Feb 21 22:34:46.298 INFO skip step because feature "debug_variant" is not enabled
39132025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:46.298 INFO O| Feb 21 22:34:46.298 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39142025-02-21T22:34:50.104Z[ recovery-image] Feb 21 22:34:46.948 INFO O| Feb 21 22:34:46.948 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39152025-02-21T22:34:50.110Z[ recovery-image] Feb 21 22:34:48.184 INFO O| Feb 21 22:34:48.184 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39162025-02-21T22:34:50.118Z[ recovery-image] Feb 21 22:34:48.186 INFO O| Feb 21 22:34:48.186 INFO O| Planning: Planning completed in 0.00 seconds
39172025-02-21T22:34:50.118Z[ recovery-image] Feb 21 22:34:48.187 INFO O| Feb 21 22:34:48.187 INFO O| Planning: Consolidating action changes ... Done
39182025-02-21T22:34:50.118Z[ recovery-image] Feb 21 22:34:48.187 INFO O| Feb 21 22:34:48.187 INFO O| Planning: Evaluating mediators ... Done
39192025-02-21T22:34:50.118Z[ recovery-image] Feb 21 22:34:48.188 INFO O| Feb 21 22:34:48.188 INFO O| Planning: Planning completed in 0.00 seconds
39202025-02-21T22:34:50.118Z[ recovery-image] Feb 21 22:34:48.188 INFO O| Feb 21 22:34:48.188 INFO O| Variants/Facets to change: 1
39212025-02-21T22:34:50.192Z[ recovery-image] Feb 21 22:34:48.267 INFO O| Feb 21 22:34:48.267 INFO O| Done
39222025-02-21T22:34:50.192Z[ recovery-image] Feb 21 22:34:48.267 INFO O| Feb 21 22:34:48.267 INFO O| Done
39232025-02-21T22:34:51.122Z[ recovery-image] Feb 21 22:34:49.198 INFO O| Feb 21 22:34:49.198 INFO O| Done
39242025-02-21T22:34:51.232Z[ recovery-image] Feb 21 22:34:49.309 INFO O| Feb 21 22:34:49.309 INFO O| Done
39252025-02-21T22:34:51.237Z[ recovery-image] Feb 21 22:34:49.310 INFO O| Feb 21 22:34:49.310 INFO O| Done
39262025-02-21T22:34:51.237Z[ recovery-image] Feb 21 22:34:49.310 INFO O| Feb 21 22:34:49.310 INFO O| Done
39272025-02-21T22:34:51.237Z[ recovery-image] Feb 21 22:34:49.313 INFO O| Feb 21 22:34:49.313 INFO O| Done
39282025-02-21T22:34:51.330Z[ recovery-image] Feb 21 22:34:49.407 INFO O| Feb 21 22:34:49.407 INFO STEP 8 (pkg_change_facet) COMPLETE
39292025-02-21T22:34:51.330Z[ recovery-image] Feb 21 22:34:49.407 INFO O| Feb 21 22:34:49.407 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39302025-02-21T22:34:51.541Z[verify-libraries] Compiling progenitor-client v0.9.1
39312025-02-21T22:34:52.216Z[ recovery-image] Feb 21 22:34:50.293 INFO O| Feb 21 22:34:50.293 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39322025-02-21T22:34:52.258Z[verify-libraries] Compiling progenitor-client v0.8.0
39332025-02-21T22:34:52.466Z[verify-libraries] Compiling dropshot v0.15.1
39342025-02-21T22:34:53.002Z[verify-libraries] Compiling qorb v0.2.1
39352025-02-21T22:34:53.418Z[ recovery-image] Feb 21 22:34:51.494 INFO O| Feb 21 22:34:51.494 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39362025-02-21T22:34:53.420Z[ recovery-image] Feb 21 22:34:51.496 INFO O| Feb 21 22:34:51.496 INFO O| Planning: Planning completed in 0.00 seconds
39372025-02-21T22:34:53.420Z[ recovery-image] Feb 21 22:34:51.497 INFO O| Feb 21 22:34:51.497 INFO O| Planning: Consolidating action changes ... Done
39382025-02-21T22:34:53.420Z[ recovery-image] Feb 21 22:34:51.497 INFO O| Feb 21 22:34:51.497 INFO O| Planning: Evaluating mediators ... Done
39392025-02-21T22:34:53.423Z[ recovery-image] Feb 21 22:34:51.498 INFO O| Feb 21 22:34:51.497 INFO O| Planning: Planning completed in 0.00 seconds
39402025-02-21T22:34:53.423Z[ recovery-image] Feb 21 22:34:51.498 INFO O| Feb 21 22:34:51.498 INFO O| Variants/Facets to change: 1
39412025-02-21T22:34:53.518Z[ recovery-image] Feb 21 22:34:51.595 INFO O| Feb 21 22:34:51.595 INFO O| Done
39422025-02-21T22:34:53.518Z[ recovery-image] Feb 21 22:34:51.595 INFO O| Feb 21 22:34:51.595 INFO O| Done
39432025-02-21T22:34:54.433Z[ recovery-image] Feb 21 22:34:52.510 INFO O| Feb 21 22:34:52.510 INFO O| Done
39442025-02-21T22:34:54.533Z[ recovery-image] Feb 21 22:34:52.609 INFO O| Feb 21 22:34:52.609 INFO O| Done
39452025-02-21T22:34:54.535Z[ recovery-image] Feb 21 22:34:52.610 INFO O| Feb 21 22:34:52.610 INFO O| Done
39462025-02-21T22:34:54.535Z[ recovery-image] Feb 21 22:34:52.610 INFO O| Feb 21 22:34:52.610 INFO O| Done
39472025-02-21T22:34:54.538Z[ recovery-image] Feb 21 22:34:52.612 INFO O| Feb 21 22:34:52.612 INFO O| Done
39482025-02-21T22:34:54.646Z[ recovery-image] Feb 21 22:34:52.723 INFO O| Feb 21 22:34:52.723 INFO STEP 9 (pkg_change_facet) COMPLETE
39492025-02-21T22:34:54.646Z[ recovery-image] Feb 21 22:34:52.723 INFO O| Feb 21 22:34:52.723 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39502025-02-21T22:34:55.344Z[ recovery-image] Feb 21 22:34:53.420 INFO O| Feb 21 22:34:53.420 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39512025-02-21T22:34:55.825Z[verify-libraries] Compiling progenitor v0.8.0
39522025-02-21T22:34:56.116Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
39532025-02-21T22:34:56.500Z[ recovery-image] Feb 21 22:34:54.577 INFO O| Feb 21 22:34:54.576 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39542025-02-21T22:34:56.503Z[ recovery-image] Feb 21 22:34:54.578 INFO O| Feb 21 22:34:54.578 INFO O| Planning: Planning completed in 0.00 seconds
39552025-02-21T22:34:56.503Z[ recovery-image] Feb 21 22:34:54.579 INFO O| Feb 21 22:34:54.579 INFO O| Planning: Consolidating action changes ... Done
39562025-02-21T22:34:56.503Z[ recovery-image] Feb 21 22:34:54.580 INFO O| Feb 21 22:34:54.580 INFO O| Planning: Evaluating mediators ... Done
39572025-02-21T22:34:56.506Z[ recovery-image] Feb 21 22:34:54.580 INFO O| Feb 21 22:34:54.580 INFO O| Planning: Planning completed in 0.00 seconds
39582025-02-21T22:34:56.506Z[ recovery-image] Feb 21 22:34:54.581 INFO O| Feb 21 22:34:54.581 INFO O| Variants/Facets to change: 1
39592025-02-21T22:34:56.583Z[ recovery-image] Feb 21 22:34:54.659 INFO O| Feb 21 22:34:54.659 INFO O| Done
39602025-02-21T22:34:56.586Z[ recovery-image] Feb 21 22:34:54.659 INFO O| Feb 21 22:34:54.659 INFO O| Done
39612025-02-21T22:34:57.403Z[ recovery-image] Feb 21 22:34:55.479 INFO O| Feb 21 22:34:55.479 INFO O| Done
39622025-02-21T22:34:57.622Z[ recovery-image] Feb 21 22:34:55.698 INFO O| Feb 21 22:34:55.698 INFO O| Done
39632025-02-21T22:34:57.625Z[ recovery-image] Feb 21 22:34:55.699 INFO O| Feb 21 22:34:55.699 INFO O| Done
39642025-02-21T22:34:57.625Z[ recovery-image] Feb 21 22:34:55.699 INFO O| Feb 21 22:34:55.699 INFO O| Done
39652025-02-21T22:34:57.628Z[ recovery-image] Feb 21 22:34:55.701 INFO O| Feb 21 22:34:55.701 INFO O| Done
39662025-02-21T22:34:57.720Z[ recovery-image] Feb 21 22:34:55.796 INFO O| Feb 21 22:34:55.796 INFO STEP 10 (pkg_change_facet) COMPLETE
39672025-02-21T22:34:57.720Z[ recovery-image] Feb 21 22:34:55.796 INFO O| Feb 21 22:34:55.796 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39682025-02-21T22:34:57.741Z[ recovery-image] Feb 21 22:34:55.816 INFO O| Feb 21 22:34:55.816 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"]
39692025-02-21T22:34:58.801Z[ recovery-image] Feb 21 22:34:56.876 INFO O| Feb 21 22:34:56.876 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39702025-02-21T22:34:59.892Z[verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39712025-02-21T22:35:02.689Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39722025-02-21T22:35:05.410Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39732025-02-21T22:35:05.777Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39742025-02-21T22:35:15.155Z[ host-image] Feb 21 22:35:13.228 INFO O| Feb 21 22:35:13.228 INFO O| Planning: Solver setup ... Done
39752025-02-21T22:35:29.151Z[verify-libraries] Compiling progenitor v0.9.1
39762025-02-21T22:35:29.600Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39772025-02-21T22:35:33.290Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39782025-02-21T22:35:35.047Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39792025-02-21T22:35:41.591Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
39802025-02-21T22:35:42.288Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
39812025-02-21T22:35:43.681Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
39822025-02-21T22:35:44.670Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
39832025-02-21T22:35:46.523Z[verify-libraries] Compiling omicron-zone-package v0.12.0
39842025-02-21T22:35:50.162Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39852025-02-21T22:35:51.589Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39862025-02-21T22:35:52.771Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39872025-02-21T22:35:55.047Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39882025-02-21T22:35:56.277Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
39892025-02-21T22:35:57.739Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39902025-02-21T22:36:00.638Z[verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
39912025-02-21T22:36:02.064Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
39922025-02-21T22:36:07.302Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
39932025-02-21T22:36:10.670Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
39942025-02-21T22:36:12.075Z[ recovery-image] Feb 21 22:36:10.140 INFO O| Feb 21 22:36:10.140 INFO O| Planning: Solver setup ... Done
39952025-02-21T22:36:13.241Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
39962025-02-21T22:36:17.013Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
39972025-02-21T22:36:17.697Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
39982025-02-21T22:36:18.938Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
39992025-02-21T22:36:20.265Z[verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
40002025-02-21T22:36:23.365Z[verify-libraries] Compiling rcgen v0.12.1
40012025-02-21T22:36:23.573Z[verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40022025-02-21T22:36:26.691Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40032025-02-21T22:36:27.259Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40042025-02-21T22:36:32.951Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40052025-02-21T22:36:36.077Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40062025-02-21T22:36:37.251Z[verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
40072025-02-21T22:36:38.135Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
40082025-02-21T22:36:42.580Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40092025-02-21T22:36:47.266Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
40102025-02-21T22:36:51.131Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40112025-02-21T22:36:54.449Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40122025-02-21T22:36:55.781Z[ host-image] Feb 21 22:36:53.838 INFO O| Feb 21 22:36:53.838 INFO O| Planning: Running solver ... Done
40132025-02-21T22:36:56.426Z[ host-image] Feb 21 22:36:54.484 INFO O| Feb 21 22:36:54.484 INFO O| Planning: Finding local manifests ... Done
40142025-02-21T22:36:56.444Z[ host-image] Feb 21 22:36:54.503 INFO O| Feb 21 22:36:54.502 INFO O| Planning: Fetching manifests: 0/124 0% complete
40152025-02-21T22:37:00.768Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40162025-02-21T22:37:00.826Z[ host-image] Feb 21 22:36:58.883 INFO O| Feb 21 22:36:58.883 INFO O| Planning: Fetching manifests: 124/124 100% complete
40172025-02-21T22:37:01.912Z[ host-image] Feb 21 22:36:59.970 INFO O| Feb 21 22:36:59.969 INFO O| Planning: Package planning ... Done
40182025-02-21T22:37:02.328Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40192025-02-21T22:37:02.649Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
40202025-02-21T22:37:03.074Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40212025-02-21T22:37:03.460Z[ host-image] Feb 21 22:37:01.516 INFO O| Feb 21 22:37:01.516 INFO O| Planning: Merging actions ... Done
40222025-02-21T22:37:03.808Z[ host-image] Feb 21 22:37:01.865 INFO O| Feb 21 22:37:01.865 INFO O| Planning: Checking for conflicting actions ... Done
40232025-02-21T22:37:04.106Z[ host-image] Feb 21 22:37:02.162 INFO O| Feb 21 22:37:02.162 INFO O| Planning: Consolidating action changes ... Done
40242025-02-21T22:37:04.383Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
40252025-02-21T22:37:04.726Z[ host-image] Feb 21 22:37:02.783 INFO O| Feb 21 22:37:02.783 INFO O| Planning: Evaluating mediators ... Done
40262025-02-21T22:37:07.080Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40272025-02-21T22:37:07.733Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40282025-02-21T22:37:10.944Z[ host-image] Feb 21 22:37:09.000 INFO O| Feb 21 22:37:09.000 INFO O| Planning: Planning completed in 181.84 seconds
40292025-02-21T22:37:10.952Z[ host-image] Feb 21 22:37:09.008 INFO O| Feb 21 22:37:09.008 INFO O| Packages to install: 124
40302025-02-21T22:37:10.952Z[ host-image] Feb 21 22:37:09.008 INFO O| Feb 21 22:37:09.008 INFO O| Mediators to change: 4
40312025-02-21T22:37:10.955Z[ host-image] Feb 21 22:37:09.008 INFO O| Feb 21 22:37:09.008 INFO O| Services to change: 6
40322025-02-21T22:37:11.162Z[ host-image] Feb 21 22:37:09.218 INFO O| Feb 21 22:37:09.218 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete
40332025-02-21T22:37:13.304Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40342025-02-21T22:37:16.165Z[ host-image] Feb 21 22:37:14.220 INFO O| Feb 21 22:37:14.219 INFO O| Download: 1271/22863 items 6.8/199.8MB 3% complete (1.4M/s)
40352025-02-21T22:37:16.602Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40362025-02-21T22:37:17.571Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
40372025-02-21T22:37:21.554Z[ host-image] Feb 21 22:37:19.608 INFO O| Feb 21 22:37:19.608 INFO O| Download: 1806/22863 items 16.5/199.8MB 8% complete (1.6M/s)
40382025-02-21T22:37:21.679Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40392025-02-21T22:37:22.907Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40402025-02-21T22:37:24.816Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40412025-02-21T22:37:26.091Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40422025-02-21T22:37:26.555Z[ host-image] Feb 21 22:37:24.608 INFO O| Feb 21 22:37:24.608 INFO O| Download: 2289/22863 items 26.7/199.8MB 13% complete (1.9M/s)
40432025-02-21T22:37:28.814Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40442025-02-21T22:37:30.473Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
40452025-02-21T22:37:31.556Z[ host-image] Feb 21 22:37:29.608 INFO O| Feb 21 22:37:29.608 INFO O| Download: 3514/22863 items 35.7/199.8MB 17% complete (1.9M/s)
40462025-02-21T22:37:36.681Z[ host-image] Feb 21 22:37:34.732 INFO O| Feb 21 22:37:34.732 INFO O| Download: 4581/22863 items 42.1/199.8MB 21% complete (1.6M/s)
40472025-02-21T22:37:36.717Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40482025-02-21T22:37:38.162Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
40492025-02-21T22:37:38.595Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40502025-02-21T22:37:41.702Z[ host-image] Feb 21 22:37:39.753 INFO O| Feb 21 22:37:39.753 INFO O| Download: 5263/22863 items 46.2/199.8MB 23% complete (1.0M/s)
40512025-02-21T22:37:46.632Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40522025-02-21T22:37:46.712Z[ host-image] Feb 21 22:37:44.762 INFO O| Feb 21 22:37:44.762 INFO O| Download: 6344/22863 items 46.8/199.8MB 23% complete (480k/s)
40532025-02-21T22:37:48.645Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
40542025-02-21T22:37:49.316Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40552025-02-21T22:37:51.734Z[ host-image] Feb 21 22:37:49.784 INFO O| Feb 21 22:37:49.784 INFO O| Download: 7120/22863 items 56.4/199.8MB 28% complete (961k/s)
40562025-02-21T22:37:52.710Z[ recovery-image] Feb 21 22:37:50.759 INFO O| Feb 21 22:37:50.759 INFO O| Planning: Running solver ... Done
40572025-02-21T22:37:53.400Z[ recovery-image] Feb 21 22:37:51.449 INFO O| Feb 21 22:37:51.449 INFO O| Planning: Finding local manifests ... Done
40582025-02-21T22:37:53.412Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40592025-02-21T22:37:53.426Z[ recovery-image] Feb 21 22:37:51.476 INFO O| Feb 21 22:37:51.476 INFO O| Planning: Fetching manifests: 0/124 0% complete
40602025-02-21T22:37:53.843Z[verify-libraries] Compiling tough v0.19.0
40612025-02-21T22:37:56.571Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
40622025-02-21T22:37:56.735Z[ host-image] Feb 21 22:37:54.784 INFO O| Feb 21 22:37:54.784 INFO O| Download: 8203/22863 items 61.0/199.8MB 30% complete (1.4M/s)
40632025-02-21T22:37:57.786Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40642025-02-21T22:37:58.735Z[ recovery-image] Feb 21 22:37:56.784 INFO O| Feb 21 22:37:56.784 INFO O| Planning: Fetching manifests: 124/124 100% complete
40652025-02-21T22:37:59.537Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
40662025-02-21T22:37:59.618Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
40672025-02-21T22:37:59.873Z[ recovery-image] Feb 21 22:37:57.921 INFO O| Feb 21 22:37:57.921 INFO O| Planning: Package planning ... Done
40682025-02-21T22:38:00.517Z[ recovery-image] Feb 21 22:37:58.565 INFO O| Feb 21 22:37:58.565 INFO O| Planning: Merging actions ... Done
40692025-02-21T22:38:00.708Z[ recovery-image] Feb 21 22:37:58.756 INFO O| Feb 21 22:37:58.756 INFO O| Planning: Checking for conflicting actions ... Done
40702025-02-21T22:38:00.869Z[ recovery-image] Feb 21 22:37:58.918 INFO O| Feb 21 22:37:58.917 INFO O| Planning: Consolidating action changes ... Done
40712025-02-21T22:38:01.230Z[ recovery-image] Feb 21 22:37:59.278 INFO O| Feb 21 22:37:59.278 INFO O| Planning: Evaluating mediators ... Done
40722025-02-21T22:38:01.755Z[ host-image] Feb 21 22:37:59.804 INFO O| Feb 21 22:37:59.803 INFO O| Download: 8943/22863 items 71.8/199.8MB 35% complete (1.6M/s)
40732025-02-21T22:38:03.006Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
40742025-02-21T22:38:03.476Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
40752025-02-21T22:38:06.635Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40762025-02-21T22:38:06.783Z[ host-image] Feb 21 22:38:04.831 INFO O| Feb 21 22:38:04.831 INFO O| Download: 10252/22863 items 86.0/199.8MB 43% complete (2.5M/s)
40772025-02-21T22:38:07.146Z[ recovery-image] Feb 21 22:38:05.193 INFO O| Feb 21 22:38:05.193 INFO O| Planning: Planning completed in 188.32 seconds
40782025-02-21T22:38:07.152Z[ recovery-image] Feb 21 22:38:05.199 INFO O| Feb 21 22:38:05.199 INFO O| Packages to install: 124
40792025-02-21T22:38:07.155Z[ recovery-image] Feb 21 22:38:05.199 INFO O| Feb 21 22:38:05.199 INFO O| Mediators to change: 4
40802025-02-21T22:38:07.155Z[ recovery-image] Feb 21 22:38:05.199 INFO O| Feb 21 22:38:05.199 INFO O| Services to change: 5
40812025-02-21T22:38:07.234Z[ recovery-image] Feb 21 22:38:05.281 INFO O| Feb 21 22:38:05.281 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete
40822025-02-21T22:38:08.735Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40832025-02-21T22:38:11.825Z[ host-image] Feb 21 22:38:09.872 INFO O| Feb 21 22:38:09.872 INFO O| Download: 10919/22863 items 90.2/199.8MB 45% complete (1.9M/s)
40842025-02-21T22:38:12.316Z[ recovery-image] Feb 21 22:38:10.342 INFO O| Feb 21 22:38:10.342 INFO O| Download: 1004/15934 items 7.8/176.5MB 4% complete (1.7M/s)
40852025-02-21T22:38:15.209Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40862025-02-21T22:38:16.826Z[ host-image] Feb 21 22:38:14.872 INFO O| Feb 21 22:38:14.872 INFO O| Download: 11632/22863 items 96.4/199.8MB 48% complete (1.1M/s)
40872025-02-21T22:38:17.300Z[ recovery-image] Feb 21 22:38:15.346 INFO O| Feb 21 22:38:15.346 INFO O| Download: 1336/15934 items 20.3/176.5MB 11% complete (2.0M/s)
40882025-02-21T22:38:22.298Z[ host-image] Feb 21 22:38:20.343 INFO O| Feb 21 22:38:20.343 INFO O| Download: 12253/22863 items 108.5/199.8MB 54% complete (1.8M/s)
40892025-02-21T22:38:22.309Z[ recovery-image] Feb 21 22:38:20.354 INFO O| Feb 21 22:38:20.354 INFO O| Download: 2087/15934 items 30.4/176.5MB 17% complete (2.3M/s)
40902025-02-21T22:38:23.524Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40912025-02-21T22:38:23.756Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
40922025-02-21T22:38:27.314Z[ host-image] Feb 21 22:38:25.358 INFO O| Feb 21 22:38:25.358 INFO O| Download: 13155/22863 items 110.0/199.8MB 55% complete (1.4M/s)
40932025-02-21T22:38:27.314Z[ recovery-image] Feb 21 22:38:25.358 INFO O| Feb 21 22:38:25.358 INFO O| Download: 3000/15934 items 37.1/176.5MB 21% complete (1.7M/s)
40942025-02-21T22:38:29.184Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40952025-02-21T22:38:29.490Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40962025-02-21T22:38:30.169Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
40972025-02-21T22:38:32.454Z[ host-image] Feb 21 22:38:30.497 INFO O| Feb 21 22:38:30.497 INFO O| Download: 13963/22863 items 110.4/199.8MB 55% complete (202k/s)
40982025-02-21T22:38:32.894Z[ recovery-image] Feb 21 22:38:30.938 INFO O| Feb 21 22:38:30.937 INFO O| Download: 3761/15934 items 40.3/176.5MB 22% complete (1.1M/s)
40992025-02-21T22:38:36.345Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41002025-02-21T22:38:37.622Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41012025-02-21T22:38:37.791Z[ host-image] Feb 21 22:38:35.830 INFO O| Feb 21 22:38:35.830 INFO O| Download: 14528/22863 items 112.3/199.8MB 56% complete (210k/s)
41022025-02-21T22:38:37.902Z[ recovery-image] Feb 21 22:38:35.945 INFO O| Feb 21 22:38:35.945 INFO O| Download: 4795/15934 items 43.1/176.5MB 24% complete (599k/s)
41032025-02-21T22:38:42.797Z[ host-image] Feb 21 22:38:40.838 INFO O| Feb 21 22:38:40.838 INFO O| Download: 15050/22863 items 119.2/199.8MB 59% complete (868k/s)
41042025-02-21T22:38:42.953Z[ recovery-image] Feb 21 22:38:40.995 INFO O| Feb 21 22:38:40.995 INFO O| Download: 5729/15934 items 44.2/176.5MB 25% complete (390k/s)
41052025-02-21T22:38:47.649Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
41062025-02-21T22:38:47.797Z[ host-image] Feb 21 22:38:45.838 INFO O| Feb 21 22:38:45.838 INFO O| Download: 15907/22863 items 129.5/199.8MB 64% complete (1.6M/s)
41072025-02-21T22:38:47.872Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41082025-02-21T22:38:47.933Z[verify-libraries] Compiling sct v0.7.1
41092025-02-21T22:38:48.164Z[ recovery-image] Feb 21 22:38:46.205 INFO O| Feb 21 22:38:46.205 INFO O| Download: 5985/15934 items 53.2/176.5MB 30% complete (994k/s)
41102025-02-21T22:38:48.277Z[verify-libraries] Compiling rustls-webpki v0.101.7
41112025-02-21T22:38:48.453Z[verify-libraries] Compiling rustls v0.21.12
41122025-02-21T22:38:48.528Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41132025-02-21T22:38:52.303Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41142025-02-21T22:38:52.820Z[ host-image] Feb 21 22:38:50.860 INFO O| Feb 21 22:38:50.860 INFO O| Download: 16975/22863 items 142.8/199.8MB 71% complete (2.3M/s)
41152025-02-21T22:38:53.630Z[ recovery-image] Feb 21 22:38:51.670 INFO O| Feb 21 22:38:51.670 INFO O| Download: 6175/15934 items 56.8/176.5MB 32% complete (1.2M/s)
41162025-02-21T22:38:58.010Z[ host-image] Feb 21 22:38:56.050 INFO O| Feb 21 22:38:56.050 INFO O| Download: 17983/22863 items 153.9/199.8MB 77% complete (2.3M/s)
41172025-02-21T22:38:58.634Z[ recovery-image] Feb 21 22:38:56.674 INFO O| Feb 21 22:38:56.674 INFO O| Download: 6812/15934 items 65.0/176.5MB 36% complete (1.1M/s)
41182025-02-21T22:39:03.030Z[ host-image] Feb 21 22:39:01.068 INFO O| Feb 21 22:39:01.068 INFO O| Download: 18446/22863 items 163.4/199.8MB 81% complete (2.1M/s)
41192025-02-21T22:39:03.641Z[ recovery-image] Feb 21 22:39:01.680 INFO O| Feb 21 22:39:01.680 INFO O| Download: 7694/15934 items 73.8/176.5MB 41% complete (1.8M/s)
41202025-02-21T22:39:05.030Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41212025-02-21T22:39:08.033Z[ host-image] Feb 21 22:39:06.071 INFO O| Feb 21 22:39:06.071 INFO O| Download: 19061/22863 items 167.0/199.8MB 83% complete (1.8M/s)
41222025-02-21T22:39:08.650Z[ recovery-image] Feb 21 22:39:06.688 INFO O| Feb 21 22:39:06.687 INFO O| Download: 8124/15934 items 79.7/176.5MB 45% complete (1.5M/s)
41232025-02-21T22:39:13.364Z[ host-image] Feb 21 22:39:11.400 INFO O| Feb 21 22:39:11.400 INFO O| Download: 20080/22863 items 170.5/199.8MB 85% complete (725k/s)
41242025-02-21T22:39:13.723Z[ recovery-image] Feb 21 22:39:11.760 INFO O| Feb 21 22:39:11.760 INFO O| Download: 8729/15934 items 81.7/176.5MB 46% complete (775k/s)
41252025-02-21T22:39:17.917Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41262025-02-21T22:39:18.544Z[ host-image] Feb 21 22:39:16.581 INFO O| Feb 21 22:39:16.581 INFO O| Download: 20914/22863 items 176.8/199.8MB 88% complete (909k/s)
41272025-02-21T22:39:18.724Z[ recovery-image] Feb 21 22:39:16.760 INFO O| Feb 21 22:39:16.760 INFO O| Download: 9148/15934 items 92.9/176.5MB 52% complete (1.3M/s)
41282025-02-21T22:39:23.555Z[ host-image] Feb 21 22:39:21.591 INFO O| Feb 21 22:39:21.591 INFO O| Download: 21318/22863 items 180.0/199.8MB 90% complete (969k/s)
41292025-02-21T22:39:23.731Z[ recovery-image] Feb 21 22:39:21.766 INFO O| Feb 21 22:39:21.766 INFO O| Download: 10219/15934 items 93.4/176.5MB 52% complete (1.2M/s)
41302025-02-21T22:39:25.027Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41312025-02-21T22:39:28.931Z[ host-image] Feb 21 22:39:26.967 INFO O| Feb 21 22:39:26.966 INFO O| Download: 21997/22863 items 191.5/199.8MB 95% complete (1.6M/s)
41322025-02-21T22:39:28.995Z[ recovery-image] Feb 21 22:39:27.030 INFO O| Feb 21 22:39:27.030 INFO O| Download: 11115/15934 items 95.5/176.5MB 54% complete (230k/s)
41332025-02-21T22:39:30.079Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41342025-02-21T22:39:33.962Z[ host-image] Feb 21 22:39:31.996 INFO O| Feb 21 22:39:31.996 INFO O| Download: 22334/22863 items 197.9/199.8MB 99% complete (1.8M/s)
41352025-02-21T22:39:34.010Z[ recovery-image] Feb 21 22:39:32.043 INFO O| Feb 21 22:39:32.043 INFO O| Download: 11590/15934 items 111.5/176.5MB 63% complete (1.8M/s)
41362025-02-21T22:39:35.400Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41372025-02-21T22:39:36.191Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41382025-02-21T22:39:36.565Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41392025-02-21T22:39:36.940Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41402025-02-21T22:39:37.226Z[ host-image] Feb 21 22:39:35.260 INFO O| Feb 21 22:39:35.259 INFO O| Download: Completed 199.77 MB in 146.04 seconds (1.4M/s)
41412025-02-21T22:39:37.624Z[verify-libraries] Compiling tokio-rustls v0.24.1
41422025-02-21T22:39:38.261Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41432025-02-21T22:39:38.722Z[ host-image] Feb 21 22:39:36.756 INFO O| Feb 21 22:39:36.756 INFO O| Actions: 1/49570 actions (Installing new actions)
41442025-02-21T22:39:39.088Z[ recovery-image] Feb 21 22:39:37.121 INFO O| Feb 21 22:39:37.121 INFO O| Download: 12093/15934 items 140.2/176.5MB 79% complete (4.5M/s)
41452025-02-21T22:39:39.220Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41462025-02-21T22:39:42.949Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
41472025-02-21T22:39:43.723Z[ host-image] Feb 21 22:39:41.756 INFO O| Feb 21 22:39:41.756 INFO O| Actions: 10297/49570 actions (Installing new actions)
41482025-02-21T22:39:44.102Z[ recovery-image] Feb 21 22:39:42.135 INFO O| Feb 21 22:39:42.135 INFO O| Download: 13130/15934 items 145.3/176.5MB 82% complete (3.4M/s)
41492025-02-21T22:39:45.174Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41502025-02-21T22:39:46.769Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41512025-02-21T22:39:47.167Z[verify-libraries] Compiling num-bigint v0.4.6
41522025-02-21T22:39:48.184Z[verify-libraries] Compiling des v0.8.1
41532025-02-21T22:39:48.735Z[ host-image] Feb 21 22:39:46.767 INFO O| Feb 21 22:39:46.767 INFO O| Actions: 15667/49570 actions (Installing new actions)
41542025-02-21T22:39:49.105Z[ recovery-image] Feb 21 22:39:47.137 INFO O| Feb 21 22:39:47.136 INFO O| Download: 14185/15934 items 148.9/176.5MB 84% complete (887k/s)
41552025-02-21T22:39:49.223Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41562025-02-21T22:39:50.384Z[verify-libraries] Compiling hex-literal v0.4.1
41572025-02-21T22:39:50.515Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41582025-02-21T22:39:50.579Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
41592025-02-21T22:39:50.856Z[verify-libraries] Compiling russh v0.45.0
41602025-02-21T22:39:53.736Z[ host-image] Feb 21 22:39:51.767 INFO O| Feb 21 22:39:51.767 INFO O| Actions: 22291/49570 actions (Installing new actions)
41612025-02-21T22:39:54.110Z[ recovery-image] Feb 21 22:39:52.140 INFO O| Feb 21 22:39:52.140 INFO O| Download: 14914/15934 items 157.2/176.5MB 89% complete (1.2M/s)
41622025-02-21T22:39:57.236Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
41632025-02-21T22:39:57.398Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41642025-02-21T22:39:58.737Z[ host-image] Feb 21 22:39:56.767 INFO O| Feb 21 22:39:56.767 INFO O| Actions: 47840/49570 actions (Installing new actions)
41652025-02-21T22:39:59.135Z[ recovery-image] Feb 21 22:39:57.164 INFO O| Feb 21 22:39:57.164 INFO O| Download: 15665/15934 items 169.4/176.5MB 96% complete (2.1M/s)
41662025-02-21T22:40:00.445Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41672025-02-21T22:40:00.520Z[ host-image] Feb 21 22:39:58.550 INFO O| Feb 21 22:39:58.550 INFO O| Actions: Completed 49570 actions in 21.79 seconds.
41682025-02-21T22:40:01.365Z[ host-image] Feb 21 22:39:59.395 INFO O| Feb 21 22:39:59.394 INFO O| Done
41692025-02-21T22:40:01.365Z[ host-image] Feb 21 22:39:59.395 INFO O| Feb 21 22:39:59.395 INFO O| Done
41702025-02-21T22:40:01.681Z[ recovery-image] Feb 21 22:39:59.710 INFO O| Feb 21 22:39:59.710 INFO O| Download: Completed 176.48 MB in 114.43 seconds (1.5M/s)
41712025-02-21T22:40:02.815Z[ recovery-image] Feb 21 22:40:00.840 INFO O| Feb 21 22:40:00.840 INFO O| Actions: 1/25107 actions (Installing new actions)
41722025-02-21T22:40:03.401Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41732025-02-21T22:40:03.961Z[ host-image] Feb 21 22:40:01.990 INFO O| Feb 21 22:40:01.990 INFO O| Done
41742025-02-21T22:40:07.065Z[ host-image] Feb 21 22:40:05.093 INFO O| Feb 21 22:40:05.093 INFO O| Done
41752025-02-21T22:40:07.103Z[ host-image] Feb 21 22:40:05.132 INFO O| Feb 21 22:40:05.132 INFO O| Done
41762025-02-21T22:40:07.815Z[ recovery-image] Feb 21 22:40:05.843 INFO O| Feb 21 22:40:05.843 INFO O| Actions: 8377/25107 actions (Installing new actions)
41772025-02-21T22:40:08.518Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41782025-02-21T22:40:08.972Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41792025-02-21T22:40:12.815Z[ recovery-image] Feb 21 22:40:10.843 INFO O| Feb 21 22:40:10.843 INFO O| Actions: 13344/25107 actions (Installing new actions)
41802025-02-21T22:40:15.025Z[ host-image] Feb 21 22:40:13.053 INFO O| Feb 21 22:40:13.053 INFO O| Done
41812025-02-21T22:40:16.472Z[ host-image] Feb 21 22:40:14.499 INFO O| Feb 21 22:40:14.499 INFO O| Done
41822025-02-21T22:40:17.263Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41832025-02-21T22:40:17.505Z[ host-image] Feb 21 22:40:15.530 INFO O| Feb 21 22:40:15.530 INFO STEP 11 (pkg_install) COMPLETE
41842025-02-21T22:40:17.506Z[ host-image] Feb 21 22:40:15.530 INFO O| Feb 21 22:40:15.530 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41852025-02-21T22:40:17.528Z[ host-image] Feb 21 22:40:15.555 INFO O| Feb 21 22:40:15.555 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"]
41862025-02-21T22:40:17.818Z[ recovery-image] Feb 21 22:40:15.843 INFO O| Feb 21 22:40:15.843 INFO O| Actions: 21977/25107 actions (Installing new actions)
41872025-02-21T22:40:19.297Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41882025-02-21T22:40:19.476Z[ recovery-image] Feb 21 22:40:17.503 INFO O| Feb 21 22:40:17.503 INFO O| Actions: Completed 25107 actions in 16.66 seconds.
41892025-02-21T22:40:20.213Z[ recovery-image] Feb 21 22:40:18.239 INFO O| Feb 21 22:40:18.239 INFO O| Done
41902025-02-21T22:40:20.216Z[ recovery-image] Feb 21 22:40:18.240 INFO O| Feb 21 22:40:18.239 INFO O| Done
41912025-02-21T22:40:21.545Z[ host-image] Feb 21 22:40:19.572 INFO O| Feb 21 22:40:19.572 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41922025-02-21T22:40:22.996Z[ recovery-image] Feb 21 22:40:21.022 INFO O| Feb 21 22:40:21.022 INFO O| Done
41932025-02-21T22:40:24.943Z[ recovery-image] Feb 21 22:40:22.969 INFO O| Feb 21 22:40:22.969 INFO O| Done
41942025-02-21T22:40:24.969Z[ recovery-image] Feb 21 22:40:22.996 INFO O| Feb 21 22:40:22.995 INFO O| Done
41952025-02-21T22:40:27.310Z[ host-image] Feb 21 22:40:25.337 INFO O| Feb 21 22:40:25.337 INFO O| Planning: Solver setup ... Done
41962025-02-21T22:40:27.318Z[ host-image] Feb 21 22:40:25.344 INFO O| Feb 21 22:40:25.344 INFO O| Planning: Running solver ... Done
41972025-02-21T22:40:27.426Z[ host-image] Feb 21 22:40:25.452 INFO O| Feb 21 22:40:25.452 INFO O| Planning: Finding local manifests ... Done
41982025-02-21T22:40:27.428Z[ host-image] Feb 21 22:40:25.454 INFO O| Feb 21 22:40:25.454 INFO O| Planning: Fetching manifests: 0/5 0% complete
41992025-02-21T22:40:27.774Z[ host-image] Feb 21 22:40:25.800 INFO O| Feb 21 22:40:25.800 INFO O| Planning: Fetching manifests: 5/5 100% complete
42002025-02-21T22:40:27.813Z[ host-image] Feb 21 22:40:25.839 INFO O| Feb 21 22:40:25.839 INFO O| Planning: Package planning ... Done
42012025-02-21T22:40:27.823Z[ host-image] Feb 21 22:40:25.849 INFO O| Feb 21 22:40:25.849 INFO O| Planning: Merging actions ... Done
42022025-02-21T22:40:28.010Z[ host-image] Feb 21 22:40:26.036 INFO O| Feb 21 22:40:26.036 INFO O| Planning: Checking for conflicting actions ... Done
42032025-02-21T22:40:28.013Z[ host-image] Feb 21 22:40:26.038 INFO O| Feb 21 22:40:26.038 INFO O| Planning: Consolidating action changes ... Done
42042025-02-21T22:40:28.413Z[ host-image] Feb 21 22:40:26.439 INFO O| Feb 21 22:40:26.439 INFO O| Planning: Evaluating mediators ... Done
42052025-02-21T22:40:28.416Z[ host-image] Feb 21 22:40:26.441 INFO O| Feb 21 22:40:26.441 INFO O| Planning: Planning completed in 6.87 seconds
42062025-02-21T22:40:28.418Z[ host-image] Feb 21 22:40:26.444 INFO O| Feb 21 22:40:26.444 INFO O| Packages to install: 5
42072025-02-21T22:40:28.418Z[ host-image] Feb 21 22:40:26.444 INFO O| Feb 21 22:40:26.444 INFO O| Services to change: 2
42082025-02-21T22:40:28.438Z[ host-image] Feb 21 22:40:26.464 INFO O| Feb 21 22:40:26.464 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
42092025-02-21T22:40:28.915Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42102025-02-21T22:40:30.041Z[ recovery-image] Feb 21 22:40:28.067 INFO O| Feb 21 22:40:28.067 INFO O| Done
42112025-02-21T22:40:30.103Z[ host-image] Feb 21 22:40:28.129 INFO O| Feb 21 22:40:28.129 INFO O| Download: Completed 1.46 MB in 1.66 seconds (896k/s)
42122025-02-21T22:40:30.212Z[ host-image] Feb 21 22:40:28.238 INFO O| Feb 21 22:40:28.238 INFO O| Actions: 1/306 actions (Installing new actions)
42132025-02-21T22:40:30.420Z[ host-image] Feb 21 22:40:28.445 INFO O| Feb 21 22:40:28.445 INFO O| Actions: Completed 306 actions in 0.21 seconds.
42142025-02-21T22:40:30.799Z[ recovery-image] Feb 21 22:40:28.825 INFO O| Feb 21 22:40:28.824 INFO O| Done
42152025-02-21T22:40:31.166Z[ host-image] Feb 21 22:40:29.191 INFO O| Feb 21 22:40:29.191 INFO O| Done
42162025-02-21T22:40:31.166Z[ host-image] Feb 21 22:40:29.191 INFO O| Feb 21 22:40:29.191 INFO O| Done
42172025-02-21T22:40:31.464Z[ recovery-image] Feb 21 22:40:29.490 INFO O| Feb 21 22:40:29.489 INFO STEP 11 (pkg_install) COMPLETE
42182025-02-21T22:40:31.464Z[ recovery-image] Feb 21 22:40:29.490 INFO O| Feb 21 22:40:29.489 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42192025-02-21T22:40:31.464Z[ recovery-image] Feb 21 22:40:29.490 INFO O| Feb 21 22:40:29.490 INFO skip step because feature "recovery" is enabled
42202025-02-21T22:40:31.467Z[ recovery-image] Feb 21 22:40:29.490 INFO O| Feb 21 22:40:29.490 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42212025-02-21T22:40:31.467Z[ recovery-image] Feb 21 22:40:29.490 INFO O| Feb 21 22:40:29.490 INFO skip step because feature "omicron1" is not enabled
42222025-02-21T22:40:31.467Z[ recovery-image] Feb 21 22:40:29.490 INFO O| Feb 21 22:40:29.490 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42232025-02-21T22:40:31.484Z[ recovery-image] Feb 21 22:40:29.510 INFO O| Feb 21 22:40:29.510 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
42242025-02-21T22:40:32.554Z[ host-image] Feb 21 22:40:30.580 INFO O| Feb 21 22:40:30.580 INFO O| Done
42252025-02-21T22:40:32.739Z[ recovery-image] Feb 21 22:40:30.765 INFO O| Feb 21 22:40:30.765 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42262025-02-21T22:40:35.444Z[ host-image] Feb 21 22:40:33.469 INFO O| Feb 21 22:40:33.469 INFO O| Done
42272025-02-21T22:40:35.490Z[ host-image] Feb 21 22:40:33.515 INFO O| Feb 21 22:40:33.515 INFO O| Done
42282025-02-21T22:40:35.500Z[ host-image] Feb 21 22:40:33.515 INFO O| Feb 21 22:40:33.515 INFO O| Done
42292025-02-21T22:40:35.518Z[ host-image] Feb 21 22:40:33.544 INFO O| Feb 21 22:40:33.543 INFO O| Done
42302025-02-21T22:40:35.806Z[ host-image] Feb 21 22:40:33.829 INFO O| Feb 21 22:40:33.829 INFO STEP 12 (pkg_install) COMPLETE
42312025-02-21T22:40:35.806Z[ host-image] Feb 21 22:40:33.829 INFO O| Feb 21 22:40:33.829 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42322025-02-21T22:40:35.824Z[ host-image] Feb 21 22:40:33.849 INFO O| Feb 21 22:40:33.849 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42332025-02-21T22:40:35.874Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42342025-02-21T22:40:37.446Z[ host-image] Feb 21 22:40:35.471 INFO O| Feb 21 22:40:35.470 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42352025-02-21T22:40:38.177Z[ recovery-image] Feb 21 22:40:36.198 INFO O| Feb 21 22:40:36.197 INFO O| Planning: Solver setup ... Done
42362025-02-21T22:40:38.183Z[ recovery-image] Feb 21 22:40:36.204 INFO O| Feb 21 22:40:36.204 INFO O| Planning: Running solver ... Done
42372025-02-21T22:40:38.443Z[ recovery-image] Feb 21 22:40:36.468 INFO O| Feb 21 22:40:36.468 INFO O| Planning: Finding local manifests ... Done
42382025-02-21T22:40:38.446Z[ recovery-image] Feb 21 22:40:36.469 INFO O| Feb 21 22:40:36.469 INFO O| Planning: Fetching manifests: 0/1 0% complete
42392025-02-21T22:40:38.772Z[ recovery-image] Feb 21 22:40:36.797 INFO O| Feb 21 22:40:36.796 INFO O| Planning: Fetching manifests: 1/1 100% complete
42402025-02-21T22:40:38.807Z[ recovery-image] Feb 21 22:40:36.831 INFO O| Feb 21 22:40:36.831 INFO O| Planning: Package planning ... Done
42412025-02-21T22:40:38.810Z[ recovery-image] Feb 21 22:40:36.832 INFO O| Feb 21 22:40:36.832 INFO O| Planning: Merging actions ... Done
42422025-02-21T22:40:38.892Z[ recovery-image] Feb 21 22:40:36.917 INFO O| Feb 21 22:40:36.917 INFO O| Planning: Checking for conflicting actions ... Done
42432025-02-21T22:40:38.895Z[ recovery-image] Feb 21 22:40:36.917 INFO O| Feb 21 22:40:36.917 INFO O| Planning: Consolidating action changes ... Done
42442025-02-21T22:40:39.228Z[ recovery-image] Feb 21 22:40:37.253 INFO O| Feb 21 22:40:37.253 INFO O| Planning: Evaluating mediators ... Done
42452025-02-21T22:40:39.231Z[ recovery-image] Feb 21 22:40:37.254 INFO O| Feb 21 22:40:37.253 INFO O| Planning: Planning completed in 6.49 seconds
42462025-02-21T22:40:39.231Z[ recovery-image] Feb 21 22:40:37.256 INFO O| Feb 21 22:40:37.256 INFO O| Packages to install: 1
42472025-02-21T22:40:39.267Z[ recovery-image] Feb 21 22:40:37.291 INFO O| Feb 21 22:40:37.291 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
42482025-02-21T22:40:40.148Z[ recovery-image] Feb 21 22:40:38.173 INFO O| Feb 21 22:40:38.173 INFO O| Download: Completed 10.27 MB in 0.88 seconds (11.7M/s)
42492025-02-21T22:40:40.260Z[ recovery-image] Feb 21 22:40:38.284 INFO O| Feb 21 22:40:38.283 INFO O| Actions: 1/22 actions (Installing new actions)
42502025-02-21T22:40:40.663Z[ recovery-image] Feb 21 22:40:38.687 INFO O| Feb 21 22:40:38.687 INFO O| Actions: Completed 22 actions in 0.40 seconds.
42512025-02-21T22:40:41.291Z[ recovery-image] Feb 21 22:40:39.315 INFO O| Feb 21 22:40:39.315 INFO O| Done
42522025-02-21T22:40:41.291Z[ recovery-image] Feb 21 22:40:39.315 INFO O| Feb 21 22:40:39.315 INFO O| Done
42532025-02-21T22:40:41.936Z[ host-image] Feb 21 22:40:39.960 INFO O| Feb 21 22:40:39.960 INFO O| Planning: Solver setup ... Done
42542025-02-21T22:40:41.943Z[ host-image] Feb 21 22:40:39.967 INFO O| Feb 21 22:40:39.967 INFO O| Planning: Running solver ... Done
42552025-02-21T22:40:42.046Z[ host-image] Feb 21 22:40:40.070 INFO O| Feb 21 22:40:40.070 INFO O| Planning: Finding local manifests ... Done
42562025-02-21T22:40:42.049Z[ host-image] Feb 21 22:40:40.072 INFO O| Feb 21 22:40:40.072 INFO O| Planning: Fetching manifests: 0/6 0% complete
42572025-02-21T22:40:42.461Z[ host-image] Feb 21 22:40:40.485 INFO O| Feb 21 22:40:40.485 INFO O| Planning: Fetching manifests: 6/6 100% complete
42582025-02-21T22:40:42.617Z[ host-image] Feb 21 22:40:40.641 INFO O| Feb 21 22:40:40.641 INFO O| Planning: Package planning ... Done
42592025-02-21T22:40:42.654Z[ host-image] Feb 21 22:40:40.678 INFO O| Feb 21 22:40:40.678 INFO O| Planning: Merging actions ... Done
42602025-02-21T22:40:42.681Z[ recovery-image] Feb 21 22:40:40.705 INFO O| Feb 21 22:40:40.705 INFO O| Done
42612025-02-21T22:40:42.818Z[ host-image] Feb 21 22:40:40.842 INFO O| Feb 21 22:40:40.842 INFO O| Planning: Checking for conflicting actions ... Done
42622025-02-21T22:40:42.826Z[ host-image] Feb 21 22:40:40.850 INFO O| Feb 21 22:40:40.850 INFO O| Planning: Consolidating action changes ... Done
42632025-02-21T22:40:43.227Z[ host-image] Feb 21 22:40:41.250 INFO O| Feb 21 22:40:41.250 INFO O| Planning: Evaluating mediators ... Done
42642025-02-21T22:40:43.231Z[ host-image] Feb 21 22:40:41.255 INFO O| Feb 21 22:40:41.255 INFO O| Planning: Planning completed in 5.78 seconds
42652025-02-21T22:40:43.234Z[ host-image] Feb 21 22:40:41.258 INFO O| Feb 21 22:40:41.258 INFO O| Packages to install: 6
42662025-02-21T22:40:43.234Z[ host-image] Feb 21 22:40:41.258 INFO O| Feb 21 22:40:41.258 INFO O| Mediators to change: 1
42672025-02-21T22:40:43.235Z[ host-image] Feb 21 22:40:41.258 INFO O| Feb 21 22:40:41.258 INFO O| Services to change: 1
42682025-02-21T22:40:43.257Z[ host-image] Feb 21 22:40:41.281 INFO O| Feb 21 22:40:41.281 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
42692025-02-21T22:40:44.714Z[ recovery-image] Feb 21 22:40:42.738 INFO O| Feb 21 22:40:42.738 INFO O| Done
42702025-02-21T22:40:44.738Z[ recovery-image] Feb 21 22:40:42.762 INFO O| Feb 21 22:40:42.762 INFO O| Done
42712025-02-21T22:40:44.738Z[ recovery-image] Feb 21 22:40:42.762 INFO O| Feb 21 22:40:42.762 INFO O| Done
42722025-02-21T22:40:44.756Z[ recovery-image] Feb 21 22:40:42.779 INFO O| Feb 21 22:40:42.779 INFO O| Done
42732025-02-21T22:40:45.008Z[ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO STEP 14 (pkg_install) COMPLETE
42742025-02-21T22:40:45.008Z[ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42752025-02-21T22:40:45.008Z[ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO skip step because feature "mfg" is not enabled
42762025-02-21T22:40:45.011Z[ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42772025-02-21T22:40:45.011Z[ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO skip step because feature "compliance" is not enabled
42782025-02-21T22:40:45.011Z[ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42792025-02-21T22:40:45.011Z[ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO skip step because feature "stress" is not enabled
42802025-02-21T22:40:45.011Z[ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42812025-02-21T22:40:45.011Z[ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO skip step because feature "nfs" is not enabled
42822025-02-21T22:40:45.011Z[ recovery-image] Feb 21 22:40:43.031 INFO O| Feb 21 22:40:43.031 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
42832025-02-21T22:40:45.011Z[ recovery-image] Feb 21 22:40:43.032 INFO O| Feb 21 22:40:43.032 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42842025-02-21T22:40:45.059Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
42852025-02-21T22:40:45.109Z[ recovery-image] Feb 21 22:40:43.133 INFO O| Feb 21 22:40:43.132 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
42862025-02-21T22:40:45.313Z[ recovery-image] Feb 21 22:40:43.336 INFO O| Feb 21 22:40:43.336 INFO completed processing gimlet/ramdisk-01-os
42872025-02-21T22:40:45.316Z[ recovery-image] Feb 21 22:40:43.340 INFO image builder template: ramdisk-02-trim...
42882025-02-21T22:40:45.316Z[ recovery-image] Feb 21 22:40:43.340 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/.tmpguEzOU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None
42892025-02-21T22:40:45.362Z[ recovery-image] Feb 21 22:40:43.385 INFO O| Feb 21 22:40:43.385 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42902025-02-21T22:40:45.369Z[ recovery-image] Feb 21 22:40:43.393 INFO O| Feb 21 22:40:43.393 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42912025-02-21T22:40:45.487Z[ recovery-image] Feb 21 22:40:43.510 INFO O| Feb 21 22:40:43.510 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
42922025-02-21T22:40:45.616Z[ recovery-image] Feb 21 22:40:43.639 INFO O| Feb 21 22:40:43.639 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42932025-02-21T22:40:45.619Z[ recovery-image] Feb 21 22:40:43.640 INFO O| Feb 21 22:40:43.640 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42942025-02-21T22:40:45.628Z[ recovery-image] Feb 21 22:40:43.652 INFO O| Feb 21 22:40:43.651 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42952025-02-21T22:40:45.676Z[ recovery-image] Feb 21 22:40:43.699 INFO O| Feb 21 22:40:43.699 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
42962025-02-21T22:40:45.724Z[ recovery-image] Feb 21 22:40:43.747 INFO O| Feb 21 22:40:43.747 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42972025-02-21T22:40:46.481Z[ recovery-image] Feb 21 22:40:44.505 INFO O| Feb 21 22:40:44.504 INFO rolled back to input snapshot; work may begin
42982025-02-21T22:40:46.481Z[ recovery-image] Feb 21 22:40:44.505 INFO O| Feb 21 22:40:44.504 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42992025-02-21T22:40:46.491Z[ recovery-image] Feb 21 22:40:44.515 INFO O| Feb 21 22:40:44.515 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43002025-02-21T22:40:46.512Z[ recovery-image] Feb 21 22:40:44.535 INFO O| Feb 21 22:40:44.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
43012025-02-21T22:40:46.706Z[ recovery-image] Feb 21 22:40:44.729 INFO O| Feb 21 22:40:44.729 INFO STEP 0 (remove_files) COMPLETE
43022025-02-21T22:40:46.706Z[ recovery-image] Feb 21 22:40:44.729 INFO O| Feb 21 22:40:44.729 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43032025-02-21T22:40:46.742Z[ recovery-image] Feb 21 22:40:44.765 INFO O| Feb 21 22:40:44.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
43042025-02-21T22:40:46.745Z[ recovery-image] Feb 21 22:40:44.768 INFO O| Feb 21 22:40:44.768 INFO STEP 1 (remove_files) COMPLETE
43052025-02-21T22:40:46.745Z[ recovery-image] Feb 21 22:40:44.768 INFO O| Feb 21 22:40:44.768 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43062025-02-21T22:40:46.764Z[ recovery-image] Feb 21 22:40:44.787 INFO O| Feb 21 22:40:44.787 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
43072025-02-21T22:40:46.813Z[ recovery-image] Feb 21 22:40:44.836 INFO O| Feb 21 22:40:44.836 INFO STEP 2 (remove_files) COMPLETE
43082025-02-21T22:40:46.813Z[ recovery-image] Feb 21 22:40:44.836 INFO O| Feb 21 22:40:44.836 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43092025-02-21T22:40:46.848Z[ recovery-image] Feb 21 22:40:44.870 INFO O| Feb 21 22:40:44.870 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
43102025-02-21T22:40:46.851Z[ recovery-image] Feb 21 22:40:44.874 INFO O| Feb 21 22:40:44.874 INFO STEP 3 (remove_files) COMPLETE
43112025-02-21T22:40:46.851Z[ recovery-image] Feb 21 22:40:44.874 INFO O| Feb 21 22:40:44.874 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43122025-02-21T22:40:46.871Z[ recovery-image] Feb 21 22:40:44.893 INFO O| Feb 21 22:40:44.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
43132025-02-21T22:40:46.877Z[ recovery-image] Feb 21 22:40:44.900 INFO O| Feb 21 22:40:44.900 INFO STEP 4 (remove_files) COMPLETE
43142025-02-21T22:40:46.877Z[ recovery-image] Feb 21 22:40:44.900 INFO O| Feb 21 22:40:44.900 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43152025-02-21T22:40:46.896Z[ recovery-image] Feb 21 22:40:44.920 INFO O| Feb 21 22:40:44.919 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
43162025-02-21T22:40:46.899Z[ recovery-image] Feb 21 22:40:44.920 INFO O| Feb 21 22:40:44.920 INFO STEP 5 (remove_files) COMPLETE
43172025-02-21T22:40:46.899Z[ recovery-image] Feb 21 22:40:44.920 INFO O| Feb 21 22:40:44.920 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43182025-02-21T22:40:46.916Z[ recovery-image] Feb 21 22:40:44.939 INFO O| Feb 21 22:40:44.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
43192025-02-21T22:40:46.936Z[ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO STEP 6 (remove_files) COMPLETE
43202025-02-21T22:40:46.939Z[ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43212025-02-21T22:40:46.939Z[ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO skip step because feature "recovery" is enabled
43222025-02-21T22:40:46.939Z[ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43232025-02-21T22:40:46.939Z[ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO skip step because feature "recovery" is enabled
43242025-02-21T22:40:46.939Z[ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43252025-02-21T22:40:46.939Z[ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO skip step because feature "recovery" is enabled
43262025-02-21T22:40:46.939Z[ recovery-image] Feb 21 22:40:44.959 INFO O| Feb 21 22:40:44.959 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43272025-02-21T22:40:46.957Z[ recovery-image] Feb 21 22:40:44.980 INFO O| Feb 21 22:40:44.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
43282025-02-21T22:40:47.014Z[ recovery-image] Feb 21 22:40:45.037 INFO O| Feb 21 22:40:45.037 INFO STEP 10 (remove_files) COMPLETE
43292025-02-21T22:40:47.014Z[ recovery-image] Feb 21 22:40:45.037 INFO O| Feb 21 22:40:45.037 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43302025-02-21T22:40:47.048Z[ recovery-image] Feb 21 22:40:45.071 INFO O| Feb 21 22:40:45.071 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
43312025-02-21T22:40:47.051Z[ recovery-image] Feb 21 22:40:45.072 INFO O| Feb 21 22:40:45.072 INFO STEP 11 (remove_files) COMPLETE
43322025-02-21T22:40:47.051Z[ recovery-image] Feb 21 22:40:45.073 INFO O| Feb 21 22:40:45.072 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43332025-02-21T22:40:47.118Z[ recovery-image] Feb 21 22:40:45.141 INFO O| Feb 21 22:40:45.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
43342025-02-21T22:40:47.121Z[ recovery-image] Feb 21 22:40:45.143 INFO O| Feb 21 22:40:45.143 INFO STEP 12 (remove_files) COMPLETE
43352025-02-21T22:40:47.121Z[ recovery-image] Feb 21 22:40:45.143 INFO O| Feb 21 22:40:45.143 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43362025-02-21T22:40:47.143Z[ recovery-image] Feb 21 22:40:45.166 INFO O| Feb 21 22:40:45.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
43372025-02-21T22:40:47.484Z[ recovery-image] Feb 21 22:40:45.505 INFO O| Feb 21 22:40:45.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
43382025-02-21T22:40:47.488Z[ recovery-image] Feb 21 22:40:45.512 INFO O| Feb 21 22:40:45.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
43392025-02-21T22:40:47.500Z[ recovery-image] Feb 21 22:40:45.523 INFO O| Feb 21 22:40:45.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
43402025-02-21T22:40:47.504Z[ recovery-image] Feb 21 22:40:45.526 INFO O| Feb 21 22:40:45.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
43412025-02-21T22:40:47.599Z[ recovery-image] Feb 21 22:40:45.622 INFO O| Feb 21 22:40:45.622 INFO STEP 13 (remove_files) COMPLETE
43422025-02-21T22:40:47.600Z[ recovery-image] Feb 21 22:40:45.622 INFO O| Feb 21 22:40:45.622 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43432025-02-21T22:40:47.660Z[ recovery-image] Feb 21 22:40:45.684 INFO O| Feb 21 22:40:45.684 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
43442025-02-21T22:40:47.663Z[ recovery-image] Feb 21 22:40:45.686 INFO O| Feb 21 22:40:45.686 INFO STEP 14 (remove_files) COMPLETE
43452025-02-21T22:40:47.663Z[ recovery-image] Feb 21 22:40:45.686 INFO O| Feb 21 22:40:45.686 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43462025-02-21T22:40:47.711Z[ recovery-image] Feb 21 22:40:45.734 INFO O| Feb 21 22:40:45.734 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
43472025-02-21T22:40:47.721Z[ recovery-image] Feb 21 22:40:45.745 INFO O| Feb 21 22:40:45.743 INFO STEP 15 (remove_files) COMPLETE
43482025-02-21T22:40:47.721Z[ recovery-image] Feb 21 22:40:45.745 INFO O| Feb 21 22:40:45.743 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43492025-02-21T22:40:47.779Z[ recovery-image] Feb 21 22:40:45.802 INFO O| Feb 21 22:40:45.801 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
43502025-02-21T22:40:47.779Z[ recovery-image] Feb 21 22:40:45.802 INFO O| Feb 21 22:40:45.802 INFO STEP 16 (remove_files) COMPLETE
43512025-02-21T22:40:47.782Z[ recovery-image] Feb 21 22:40:45.802 INFO O| Feb 21 22:40:45.802 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43522025-02-21T22:40:47.796Z[ recovery-image] Feb 21 22:40:45.819 INFO O| Feb 21 22:40:45.819 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
43532025-02-21T22:40:47.798Z[ recovery-image] Feb 21 22:40:45.821 INFO O| Feb 21 22:40:45.821 INFO STEP 17 (remove_files) COMPLETE
43542025-02-21T22:40:47.798Z[ recovery-image] Feb 21 22:40:45.821 INFO O| Feb 21 22:40:45.821 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43552025-02-21T22:40:47.817Z[ recovery-image] Feb 21 22:40:45.840 INFO O| Feb 21 22:40:45.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
43562025-02-21T22:40:47.817Z[ recovery-image] Feb 21 22:40:45.841 INFO O| Feb 21 22:40:45.841 INFO STEP 18 (remove_files) COMPLETE
43572025-02-21T22:40:47.817Z[ recovery-image] Feb 21 22:40:45.841 INFO O| Feb 21 22:40:45.841 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43582025-02-21T22:40:47.836Z[ recovery-image] Feb 21 22:40:45.859 INFO O| Feb 21 22:40:45.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
43592025-02-21T22:40:47.836Z[ recovery-image] Feb 21 22:40:45.859 INFO O| Feb 21 22:40:45.859 INFO STEP 19 (remove_files) COMPLETE
43602025-02-21T22:40:47.836Z[ recovery-image] Feb 21 22:40:45.859 INFO O| Feb 21 22:40:45.859 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43612025-02-21T22:40:47.856Z[ recovery-image] Feb 21 22:40:45.879 INFO O| Feb 21 22:40:45.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
43622025-02-21T22:40:47.856Z[ recovery-image] Feb 21 22:40:45.879 INFO O| Feb 21 22:40:45.879 INFO STEP 20 (remove_files) COMPLETE
43632025-02-21T22:40:47.856Z[ recovery-image] Feb 21 22:40:45.879 INFO O| Feb 21 22:40:45.879 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43642025-02-21T22:40:47.876Z[ recovery-image] Feb 21 22:40:45.899 INFO O| Feb 21 22:40:45.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
43652025-02-21T22:40:47.876Z[ recovery-image] Feb 21 22:40:45.899 INFO O| Feb 21 22:40:45.899 INFO STEP 21 (remove_files) COMPLETE
43662025-02-21T22:40:47.880Z[ recovery-image] Feb 21 22:40:45.899 INFO O| Feb 21 22:40:45.899 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43672025-02-21T22:40:47.930Z[ recovery-image] Feb 21 22:40:45.942 INFO O| Feb 21 22:40:45.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
43682025-02-21T22:40:47.930Z[ recovery-image] Feb 21 22:40:45.942 INFO O| Feb 21 22:40:45.942 INFO STEP 22 (remove_files) COMPLETE
43692025-02-21T22:40:47.933Z[ recovery-image] Feb 21 22:40:45.942 INFO O| Feb 21 22:40:45.942 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43702025-02-21T22:40:48.022Z[ recovery-image] Feb 21 22:40:46.045 INFO O| Feb 21 22:40:46.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
43712025-02-21T22:40:48.022Z[ recovery-image] Feb 21 22:40:46.046 INFO O| Feb 21 22:40:46.045 INFO STEP 23 (remove_files) COMPLETE
43722025-02-21T22:40:48.026Z[ recovery-image] Feb 21 22:40:46.046 INFO O| Feb 21 22:40:46.046 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43732025-02-21T22:40:48.070Z[ recovery-image] Feb 21 22:40:46.093 INFO O| Feb 21 22:40:46.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
43742025-02-21T22:40:48.070Z[ recovery-image] Feb 21 22:40:46.093 INFO O| Feb 21 22:40:46.093 INFO STEP 24 (remove_files) COMPLETE
43752025-02-21T22:40:48.070Z[ recovery-image] Feb 21 22:40:46.093 INFO O| Feb 21 22:40:46.093 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43762025-02-21T22:40:48.118Z[ recovery-image] Feb 21 22:40:46.141 INFO O| Feb 21 22:40:46.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
43772025-02-21T22:40:48.118Z[ recovery-image] Feb 21 22:40:46.141 INFO O| Feb 21 22:40:46.141 INFO STEP 25 (remove_files) COMPLETE
43782025-02-21T22:40:48.121Z[ recovery-image] Feb 21 22:40:46.141 INFO O| Feb 21 22:40:46.141 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43792025-02-21T22:40:48.139Z[ recovery-image] Feb 21 22:40:46.162 INFO O| Feb 21 22:40:46.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
43802025-02-21T22:40:48.139Z[ recovery-image] Feb 21 22:40:46.163 INFO O| Feb 21 22:40:46.162 INFO STEP 26 (remove_files) COMPLETE
43812025-02-21T22:40:48.142Z[ recovery-image] Feb 21 22:40:46.163 INFO O| Feb 21 22:40:46.163 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43822025-02-21T22:40:48.194Z[ recovery-image] Feb 21 22:40:46.217 INFO O| Feb 21 22:40:46.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
43832025-02-21T22:40:48.197Z[ recovery-image] Feb 21 22:40:46.217 INFO O| Feb 21 22:40:46.217 INFO STEP 27 (remove_files) COMPLETE
43842025-02-21T22:40:48.197Z[ recovery-image] Feb 21 22:40:46.217 INFO O| Feb 21 22:40:46.217 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43852025-02-21T22:40:48.271Z[ recovery-image] Feb 21 22:40:46.294 INFO O| Feb 21 22:40:46.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
43862025-02-21T22:40:48.271Z[ recovery-image] Feb 21 22:40:46.294 INFO O| Feb 21 22:40:46.294 INFO STEP 28 (remove_files) COMPLETE
43872025-02-21T22:40:48.271Z[ recovery-image] Feb 21 22:40:46.294 INFO O| Feb 21 22:40:46.294 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43882025-02-21T22:40:48.294Z[ recovery-image] Feb 21 22:40:46.317 INFO O| Feb 21 22:40:46.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
43892025-02-21T22:40:48.294Z[ recovery-image] Feb 21 22:40:46.317 INFO O| Feb 21 22:40:46.317 INFO STEP 29 (remove_files) COMPLETE
43902025-02-21T22:40:48.296Z[ recovery-image] Feb 21 22:40:46.317 INFO O| Feb 21 22:40:46.317 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43912025-02-21T22:40:48.316Z[ recovery-image] Feb 21 22:40:46.338 INFO O| Feb 21 22:40:46.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
43922025-02-21T22:40:48.316Z[ recovery-image] Feb 21 22:40:46.338 INFO O| Feb 21 22:40:46.338 INFO STEP 30 (remove_files) COMPLETE
43932025-02-21T22:40:48.316Z[ recovery-image] Feb 21 22:40:46.338 INFO O| Feb 21 22:40:46.338 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43942025-02-21T22:40:48.413Z[ recovery-image] Feb 21 22:40:46.436 INFO O| Feb 21 22:40:46.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
43952025-02-21T22:40:48.416Z[ recovery-image] Feb 21 22:40:46.436 INFO O| Feb 21 22:40:46.436 INFO STEP 31 (remove_files) COMPLETE
43962025-02-21T22:40:48.416Z[ recovery-image] Feb 21 22:40:46.436 INFO O| Feb 21 22:40:46.436 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43972025-02-21T22:40:48.420Z[ host-image] Feb 21 22:40:46.444 INFO O| Feb 21 22:40:46.444 INFO O| Download: 1110/1140 items 6.0/8.4MB 71% complete (1.1M/s)
43982025-02-21T22:40:48.436Z[ recovery-image] Feb 21 22:40:46.459 INFO O| Feb 21 22:40:46.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
43992025-02-21T22:40:48.439Z[ recovery-image] Feb 21 22:40:46.459 INFO O| Feb 21 22:40:46.459 INFO STEP 32 (remove_files) COMPLETE
44002025-02-21T22:40:48.439Z[ recovery-image] Feb 21 22:40:46.459 INFO O| Feb 21 22:40:46.459 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44012025-02-21T22:40:48.455Z[ recovery-image] Feb 21 22:40:46.479 INFO O| Feb 21 22:40:46.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
44022025-02-21T22:40:48.458Z[ recovery-image] Feb 21 22:40:46.479 INFO O| Feb 21 22:40:46.479 INFO STEP 33 (remove_files) COMPLETE
44032025-02-21T22:40:48.458Z[ recovery-image] Feb 21 22:40:46.479 INFO O| Feb 21 22:40:46.479 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44042025-02-21T22:40:48.477Z[ recovery-image] Feb 21 22:40:46.500 INFO O| Feb 21 22:40:46.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
44052025-02-21T22:40:48.480Z[ recovery-image] Feb 21 22:40:46.500 INFO O| Feb 21 22:40:46.500 INFO STEP 34 (remove_files) COMPLETE
44062025-02-21T22:40:48.480Z[ recovery-image] Feb 21 22:40:46.500 INFO O| Feb 21 22:40:46.500 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44072025-02-21T22:40:48.502Z[ recovery-image] Feb 21 22:40:46.525 INFO O| Feb 21 22:40:46.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
44082025-02-21T22:40:48.505Z[ recovery-image] Feb 21 22:40:46.525 INFO O| Feb 21 22:40:46.525 INFO STEP 35 (remove_files) COMPLETE
44092025-02-21T22:40:48.505Z[ recovery-image] Feb 21 22:40:46.525 INFO O| Feb 21 22:40:46.525 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44102025-02-21T22:40:48.622Z[ recovery-image] Feb 21 22:40:46.645 INFO O| Feb 21 22:40:46.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
44112025-02-21T22:40:48.622Z[ recovery-image] Feb 21 22:40:46.645 INFO O| Feb 21 22:40:46.645 INFO STEP 36 (remove_files) COMPLETE
44122025-02-21T22:40:48.622Z[ recovery-image] Feb 21 22:40:46.645 INFO O| Feb 21 22:40:46.645 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44132025-02-21T22:40:48.665Z[ recovery-image] Feb 21 22:40:46.688 INFO O| Feb 21 22:40:46.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
44142025-02-21T22:40:48.665Z[ recovery-image] Feb 21 22:40:46.688 INFO O| Feb 21 22:40:46.688 INFO STEP 37 (remove_files) COMPLETE
44152025-02-21T22:40:48.668Z[ recovery-image] Feb 21 22:40:46.688 INFO O| Feb 21 22:40:46.688 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44162025-02-21T22:40:48.748Z[ recovery-image] Feb 21 22:40:46.770 INFO O| Feb 21 22:40:46.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
44172025-02-21T22:40:48.750Z[ recovery-image] Feb 21 22:40:46.771 INFO O| Feb 21 22:40:46.771 INFO STEP 38 (remove_files) COMPLETE
44182025-02-21T22:40:48.751Z[ recovery-image] Feb 21 22:40:46.771 INFO O| Feb 21 22:40:46.771 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44192025-02-21T22:40:48.770Z[ recovery-image] Feb 21 22:40:46.793 INFO O| Feb 21 22:40:46.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
44202025-02-21T22:40:48.773Z[ recovery-image] Feb 21 22:40:46.794 INFO O| Feb 21 22:40:46.794 INFO STEP 39 (remove_files) COMPLETE
44212025-02-21T22:40:48.773Z[ recovery-image] Feb 21 22:40:46.794 INFO O| Feb 21 22:40:46.794 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44222025-02-21T22:40:48.792Z[ recovery-image] Feb 21 22:40:46.815 INFO O| Feb 21 22:40:46.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
44232025-02-21T22:40:48.795Z[ recovery-image] Feb 21 22:40:46.816 INFO O| Feb 21 22:40:46.816 INFO STEP 40 (remove_files) COMPLETE
44242025-02-21T22:40:48.795Z[ recovery-image] Feb 21 22:40:46.816 INFO O| Feb 21 22:40:46.816 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44252025-02-21T22:40:48.822Z[ recovery-image] Feb 21 22:40:46.845 INFO O| Feb 21 22:40:46.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
44262025-02-21T22:40:48.825Z[ recovery-image] Feb 21 22:40:46.846 INFO O| Feb 21 22:40:46.845 INFO STEP 41 (remove_files) COMPLETE
44272025-02-21T22:40:48.825Z[ recovery-image] Feb 21 22:40:46.846 INFO O| Feb 21 22:40:46.845 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44282025-02-21T22:40:48.825Z[ host-image] Feb 21 22:40:46.847 INFO O| Feb 21 22:40:46.847 INFO O| Download: Completed 8.42 MB in 5.57 seconds (1.5M/s)
44292025-02-21T22:40:48.868Z[ recovery-image] Feb 21 22:40:46.890 INFO O| Feb 21 22:40:46.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
44302025-02-21T22:40:48.868Z[ recovery-image] Feb 21 22:40:46.890 INFO O| Feb 21 22:40:46.890 INFO STEP 42 (remove_files) COMPLETE
44312025-02-21T22:40:48.871Z[ recovery-image] Feb 21 22:40:46.890 INFO O| Feb 21 22:40:46.890 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44322025-02-21T22:40:48.903Z[ recovery-image] Feb 21 22:40:46.926 INFO O| Feb 21 22:40:46.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
44332025-02-21T22:40:48.903Z[ recovery-image] Feb 21 22:40:46.926 INFO O| Feb 21 22:40:46.926 INFO STEP 43 (remove_files) COMPLETE
44342025-02-21T22:40:48.903Z[ recovery-image] Feb 21 22:40:46.926 INFO O| Feb 21 22:40:46.926 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44352025-02-21T22:40:48.925Z[ recovery-image] Feb 21 22:40:46.948 INFO O| Feb 21 22:40:46.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
44362025-02-21T22:40:48.928Z[ recovery-image] Feb 21 22:40:46.948 INFO O| Feb 21 22:40:46.948 INFO STEP 44 (remove_files) COMPLETE
44372025-02-21T22:40:48.928Z[ recovery-image] Feb 21 22:40:46.948 INFO O| Feb 21 22:40:46.948 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44382025-02-21T22:40:48.947Z[ recovery-image] Feb 21 22:40:46.970 INFO O| Feb 21 22:40:46.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
44392025-02-21T22:40:48.947Z[ recovery-image] Feb 21 22:40:46.970 INFO O| Feb 21 22:40:46.970 INFO STEP 45 (remove_files) COMPLETE
44402025-02-21T22:40:48.949Z[ recovery-image] Feb 21 22:40:46.970 INFO O| Feb 21 22:40:46.970 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44412025-02-21T22:40:48.961Z[ host-image] Feb 21 22:40:46.984 INFO O| Feb 21 22:40:46.984 INFO O| Actions: 1/1361 actions (Installing new actions)
44422025-02-21T22:40:48.968Z[ recovery-image] Feb 21 22:40:46.991 INFO O| Feb 21 22:40:46.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
44432025-02-21T22:40:48.968Z[ recovery-image] Feb 21 22:40:46.991 INFO O| Feb 21 22:40:46.991 INFO STEP 46 (remove_files) COMPLETE
44442025-02-21T22:40:48.971Z[ recovery-image] Feb 21 22:40:46.991 INFO O| Feb 21 22:40:46.991 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44452025-02-21T22:40:48.990Z[ recovery-image] Feb 21 22:40:47.012 INFO O| Feb 21 22:40:47.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
44462025-02-21T22:40:48.990Z[ recovery-image] Feb 21 22:40:47.012 INFO O| Feb 21 22:40:47.012 INFO STEP 47 (remove_files) COMPLETE
44472025-02-21T22:40:48.990Z[ recovery-image] Feb 21 22:40:47.012 INFO O| Feb 21 22:40:47.012 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44482025-02-21T22:40:49.009Z[ recovery-image] Feb 21 22:40:47.032 INFO O| Feb 21 22:40:47.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
44492025-02-21T22:40:49.009Z[ recovery-image] Feb 21 22:40:47.032 INFO O| Feb 21 22:40:47.032 INFO STEP 48 (remove_files) COMPLETE
44502025-02-21T22:40:49.009Z[ recovery-image] Feb 21 22:40:47.032 INFO O| Feb 21 22:40:47.032 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44512025-02-21T22:40:49.045Z[ recovery-image] Feb 21 22:40:47.068 INFO O| Feb 21 22:40:47.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
44522025-02-21T22:40:49.048Z[ recovery-image] Feb 21 22:40:47.068 INFO O| Feb 21 22:40:47.068 INFO STEP 49 (remove_files) COMPLETE
44532025-02-21T22:40:49.048Z[ recovery-image] Feb 21 22:40:47.068 INFO O| Feb 21 22:40:47.068 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44542025-02-21T22:40:49.064Z[ recovery-image] Feb 21 22:40:47.087 INFO O| Feb 21 22:40:47.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
44552025-02-21T22:40:49.064Z[ recovery-image] Feb 21 22:40:47.087 INFO O| Feb 21 22:40:47.087 INFO STEP 50 (remove_files) COMPLETE
44562025-02-21T22:40:49.068Z[ recovery-image] Feb 21 22:40:47.087 INFO O| Feb 21 22:40:47.087 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44572025-02-21T22:40:49.085Z[ recovery-image] Feb 21 22:40:47.107 INFO O| Feb 21 22:40:47.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
44582025-02-21T22:40:49.085Z[ recovery-image] Feb 21 22:40:47.108 INFO O| Feb 21 22:40:47.107 INFO STEP 51 (remove_files) COMPLETE
44592025-02-21T22:40:49.088Z[ recovery-image] Feb 21 22:40:47.108 INFO O| Feb 21 22:40:47.108 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44602025-02-21T22:40:49.105Z[ recovery-image] Feb 21 22:40:47.127 INFO O| Feb 21 22:40:47.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
44612025-02-21T22:40:49.106Z[ recovery-image] Feb 21 22:40:47.128 INFO O| Feb 21 22:40:47.128 INFO STEP 52 (remove_files) COMPLETE
44622025-02-21T22:40:49.110Z[ recovery-image] Feb 21 22:40:47.128 INFO O| Feb 21 22:40:47.128 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44632025-02-21T22:40:49.141Z[ recovery-image] Feb 21 22:40:47.164 INFO O| Feb 21 22:40:47.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
44642025-02-21T22:40:49.141Z[ recovery-image] Feb 21 22:40:47.164 INFO O| Feb 21 22:40:47.164 INFO STEP 53 (remove_files) COMPLETE
44652025-02-21T22:40:49.144Z[ recovery-image] Feb 21 22:40:47.164 INFO O| Feb 21 22:40:47.164 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44662025-02-21T22:40:49.205Z[ recovery-image] Feb 21 22:40:47.228 INFO O| Feb 21 22:40:47.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
44672025-02-21T22:40:49.205Z[ recovery-image] Feb 21 22:40:47.228 INFO O| Feb 21 22:40:47.228 INFO STEP 54 (remove_files) COMPLETE
44682025-02-21T22:40:49.208Z[ recovery-image] Feb 21 22:40:47.228 INFO O| Feb 21 22:40:47.228 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44692025-02-21T22:40:49.230Z[ recovery-image] Feb 21 22:40:47.251 INFO O| Feb 21 22:40:47.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
44702025-02-21T22:40:49.230Z[ recovery-image] Feb 21 22:40:47.251 INFO O| Feb 21 22:40:47.251 INFO STEP 55 (remove_files) COMPLETE
44712025-02-21T22:40:49.233Z[ recovery-image] Feb 21 22:40:47.251 INFO O| Feb 21 22:40:47.251 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44722025-02-21T22:40:49.249Z[ recovery-image] Feb 21 22:40:47.272 INFO O| Feb 21 22:40:47.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
44732025-02-21T22:40:49.249Z[ recovery-image] Feb 21 22:40:47.272 INFO O| Feb 21 22:40:47.272 INFO STEP 56 (remove_files) COMPLETE
44742025-02-21T22:40:49.252Z[ recovery-image] Feb 21 22:40:47.272 INFO O| Feb 21 22:40:47.272 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44752025-02-21T22:40:49.293Z[ recovery-image] Feb 21 22:40:47.316 INFO O| Feb 21 22:40:47.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
44762025-02-21T22:40:49.293Z[ recovery-image] Feb 21 22:40:47.316 INFO O| Feb 21 22:40:47.316 INFO STEP 57 (remove_files) COMPLETE
44772025-02-21T22:40:49.293Z[ recovery-image] Feb 21 22:40:47.316 INFO O| Feb 21 22:40:47.316 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44782025-02-21T22:40:49.374Z[ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
44792025-02-21T22:40:49.374Z[ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
44802025-02-21T22:40:49.377Z[ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44812025-02-21T22:40:49.377Z[ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44822025-02-21T22:40:49.377Z[ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44832025-02-21T22:40:49.377Z[ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44842025-02-21T22:40:49.377Z[ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO ok!
44852025-02-21T22:40:49.377Z[ recovery-image] Feb 21 22:40:47.397 INFO O| Feb 21 22:40:47.397 INFO STEP 58 (ensure_file) COMPLETE
44862025-02-21T22:40:49.377Z[ recovery-image] Feb 21 22:40:47.398 INFO O| Feb 21 22:40:47.397 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44872025-02-21T22:40:49.443Z[ recovery-image] Feb 21 22:40:47.466 INFO O| Feb 21 22:40:47.466 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
44882025-02-21T22:40:49.443Z[ recovery-image] Feb 21 22:40:47.466 INFO O| Feb 21 22:40:47.466 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
44892025-02-21T22:40:49.446Z[ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.466 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44902025-02-21T22:40:49.446Z[ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.466 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44912025-02-21T22:40:49.446Z[ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.466 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44922025-02-21T22:40:49.446Z[ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.466 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44932025-02-21T22:40:49.446Z[ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.466 INFO ok!
44942025-02-21T22:40:49.446Z[ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.467 INFO STEP 59 (ensure_file) COMPLETE
44952025-02-21T22:40:49.446Z[ recovery-image] Feb 21 22:40:47.467 INFO O| Feb 21 22:40:47.467 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44962025-02-21T22:40:49.479Z[ recovery-image] Feb 21 22:40:47.502 INFO O| Feb 21 22:40:47.502 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
44972025-02-21T22:40:49.482Z[ recovery-image] Feb 21 22:40:47.502 INFO O| Feb 21 22:40:47.502 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
44982025-02-21T22:40:49.482Z[ recovery-image] Feb 21 22:40:47.502 INFO O| Feb 21 22:40:47.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
44992025-02-21T22:40:49.482Z[ recovery-image] Feb 21 22:40:47.502 INFO O| Feb 21 22:40:47.502 INFO ok!
45002025-02-21T22:40:49.482Z[ recovery-image] Feb 21 22:40:47.502 INFO O| Feb 21 22:40:47.502 INFO STEP 60 (ensure_file) COMPLETE
45012025-02-21T22:40:49.482Z[ recovery-image] Feb 21 22:40:47.502 INFO O| Feb 21 22:40:47.502 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45022025-02-21T22:40:49.515Z[ recovery-image] Feb 21 22:40:47.537 INFO O| Feb 21 22:40:47.537 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
45032025-02-21T22:40:49.515Z[ recovery-image] Feb 21 22:40:47.538 INFO O| Feb 21 22:40:47.538 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
45042025-02-21T22:40:49.519Z[ recovery-image] Feb 21 22:40:47.538 INFO O| Feb 21 22:40:47.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
45052025-02-21T22:40:49.519Z[ recovery-image] Feb 21 22:40:47.538 INFO O| Feb 21 22:40:47.538 INFO ok!
45062025-02-21T22:40:49.519Z[ recovery-image] Feb 21 22:40:47.538 INFO O| Feb 21 22:40:47.538 INFO STEP 61 (ensure_file) COMPLETE
45072025-02-21T22:40:49.519Z[ recovery-image] Feb 21 22:40:47.538 INFO O| Feb 21 22:40:47.538 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45082025-02-21T22:40:49.558Z[ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
45092025-02-21T22:40:49.558Z[ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
45102025-02-21T22:40:49.561Z[ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45112025-02-21T22:40:49.561Z[ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45122025-02-21T22:40:49.561Z[ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 INFO ok!
45132025-02-21T22:40:49.561Z[ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 INFO STEP 62 (ensure_file) COMPLETE
45142025-02-21T22:40:49.561Z[ recovery-image] Feb 21 22:40:47.581 INFO O| Feb 21 22:40:47.581 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45152025-02-21T22:40:49.579Z[ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
45162025-02-21T22:40:49.579Z[ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
45172025-02-21T22:40:49.582Z[ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45182025-02-21T22:40:49.582Z[ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45192025-02-21T22:40:49.582Z[ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO ok!
45202025-02-21T22:40:49.582Z[ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO STEP 63 (ensure_file) COMPLETE
45212025-02-21T22:40:49.583Z[ recovery-image] Feb 21 22:40:47.602 INFO O| Feb 21 22:40:47.602 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45222025-02-21T22:40:49.621Z[ recovery-image] Feb 21 22:40:47.644 INFO O| Feb 21 22:40:47.644 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
45232025-02-21T22:40:49.621Z[ recovery-image] Feb 21 22:40:47.644 INFO O| Feb 21 22:40:47.644 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
45242025-02-21T22:40:49.624Z[ recovery-image] Feb 21 22:40:47.644 INFO O| Feb 21 22:40:47.644 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
45252025-02-21T22:40:49.624Z[ recovery-image] Feb 21 22:40:47.644 INFO O| Feb 21 22:40:47.644 INFO ok!
45262025-02-21T22:40:49.624Z[ recovery-image] Feb 21 22:40:47.645 INFO O| Feb 21 22:40:47.644 INFO STEP 64 (assemble_files) COMPLETE
45272025-02-21T22:40:49.624Z[ recovery-image] Feb 21 22:40:47.645 INFO O| Feb 21 22:40:47.645 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45282025-02-21T22:40:49.642Z[ recovery-image] Feb 21 22:40:47.665 INFO O| Feb 21 22:40:47.665 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
45292025-02-21T22:40:49.643Z[ recovery-image] Feb 21 22:40:47.665 INFO O| Feb 21 22:40:47.665 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
45302025-02-21T22:40:49.646Z[ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45312025-02-21T22:40:49.646Z[ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45322025-02-21T22:40:49.646Z[ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO ok!
45332025-02-21T22:40:49.646Z[ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO STEP 65 (ensure_file) COMPLETE
45342025-02-21T22:40:49.646Z[ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45352025-02-21T22:40:49.646Z[ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO skip step because feature "omicron1" is not enabled
45362025-02-21T22:40:49.646Z[ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45372025-02-21T22:40:49.646Z[ recovery-image] Feb 21 22:40:47.666 INFO O| Feb 21 22:40:47.666 INFO skip step because feature "omicron1" is not enabled
45382025-02-21T22:40:49.646Z[ recovery-image] Feb 21 22:40:47.667 INFO O| Feb 21 22:40:47.667 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45392025-02-21T22:40:49.646Z[ recovery-image] Feb 21 22:40:47.667 INFO O| Feb 21 22:40:47.667 INFO skip step because feature "omicron1" is not enabled
45402025-02-21T22:40:49.646Z[ recovery-image] Feb 21 22:40:47.667 INFO O| Feb 21 22:40:47.667 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45412025-02-21T22:40:49.691Z[ recovery-image] Feb 21 22:40:47.714 INFO O| Feb 21 22:40:47.714 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
45422025-02-21T22:40:49.691Z[ recovery-image] Feb 21 22:40:47.714 INFO O| Feb 21 22:40:47.714 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
45432025-02-21T22:40:49.722Z[ host-image] Feb 21 22:40:47.745 INFO O| Feb 21 22:40:47.745 INFO O| Actions: Completed 1361 actions in 0.76 seconds.
45442025-02-21T22:40:50.426Z[ host-image] Feb 21 22:40:48.448 INFO O| Feb 21 22:40:48.448 INFO O| Done
45452025-02-21T22:40:50.426Z[ host-image] Feb 21 22:40:48.448 INFO O| Feb 21 22:40:48.448 INFO O| Done
45462025-02-21T22:40:51.903Z[ host-image] Feb 21 22:40:49.926 INFO O| Feb 21 22:40:49.925 INFO O| Done
45472025-02-21T22:40:52.319Z[verify-libraries] Compiling petname v2.0.2
45482025-02-21T22:40:52.796Z[ recovery-image] Feb 21 22:40:50.818 INFO O| Feb 21 22:40:50.818 INFO STEP 69 (pack_tar) COMPLETE
45492025-02-21T22:40:52.796Z[ recovery-image] Feb 21 22:40:50.818 INFO O| Feb 21 22:40:50.818 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45502025-02-21T22:40:52.801Z[ recovery-image] Feb 21 22:40:50.818 INFO O| Feb 21 22:40:50.818 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45512025-02-21T22:40:53.147Z[ recovery-image] Feb 21 22:40:51.170 INFO O| Feb 21 22:40:51.170 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
45522025-02-21T22:40:53.276Z[ recovery-image] Feb 21 22:40:51.298 INFO O| Feb 21 22:40:51.298 INFO completed processing gimlet/ramdisk-02-trim
45532025-02-21T22:40:53.280Z[ recovery-image] Feb 21 22:40:51.302 INFO image builder template: ramdisk-03-recovery-trim...
45542025-02-21T22:40:53.283Z[ recovery-image] Feb 21 22:40:51.302 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/.tmpguEzOU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "ramdisk-03-recovery-trim"], pwd: None
45552025-02-21T22:40:53.534Z[ recovery-image] Feb 21 22:40:51.536 INFO O| Feb 21 22:40:51.536 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45562025-02-21T22:40:53.538Z[ recovery-image] Feb 21 22:40:51.544 INFO O| Feb 21 22:40:51.544 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45572025-02-21T22:40:53.678Z[ recovery-image] Feb 21 22:40:51.696 INFO O| Feb 21 22:40:51.696 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
45582025-02-21T22:40:53.778Z[ recovery-image] Feb 21 22:40:51.800 INFO O| Feb 21 22:40:51.800 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45592025-02-21T22:40:53.781Z[ recovery-image] Feb 21 22:40:51.800 INFO O| Feb 21 22:40:51.800 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
45602025-02-21T22:40:53.795Z[ recovery-image] Feb 21 22:40:51.817 INFO O| Feb 21 22:40:51.816 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
45612025-02-21T22:40:53.802Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45622025-02-21T22:40:53.823Z[ recovery-image] Feb 21 22:40:51.845 INFO O| Feb 21 22:40:51.845 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45632025-02-21T22:40:53.848Z[ recovery-image] Feb 21 22:40:51.870 INFO O| Feb 21 22:40:51.870 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45642025-02-21T22:40:54.463Z[ recovery-image] Feb 21 22:40:52.485 INFO O| Feb 21 22:40:52.485 INFO rolled back to input snapshot; work may begin
45652025-02-21T22:40:54.463Z[ recovery-image] Feb 21 22:40:52.485 INFO O| Feb 21 22:40:52.485 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
45662025-02-21T22:40:54.472Z[ recovery-image] Feb 21 22:40:52.494 INFO O| Feb 21 22:40:52.494 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672025-02-21T22:40:54.489Z[ recovery-image] Feb 21 22:40:52.511 INFO O| Feb 21 22:40:52.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
45682025-02-21T22:40:54.509Z[ recovery-image] Feb 21 22:40:52.531 INFO O| Feb 21 22:40:52.531 INFO STEP 0 (remove_files) COMPLETE
45692025-02-21T22:40:54.509Z[ recovery-image] Feb 21 22:40:52.532 INFO O| Feb 21 22:40:52.531 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702025-02-21T22:40:54.585Z[ recovery-image] Feb 21 22:40:52.607 INFO O| Feb 21 22:40:52.607 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
45712025-02-21T22:40:54.668Z[verify-libraries] Compiling internet-checksum v0.2.1
45722025-02-21T22:40:54.735Z[ host-image] Feb 21 22:40:52.757 INFO O| Feb 21 22:40:52.757 INFO O| Done
45732025-02-21T22:40:54.806Z[ host-image] Feb 21 22:40:52.828 INFO O| Feb 21 22:40:52.828 INFO O| Done
45742025-02-21T22:40:54.808Z[ host-image] Feb 21 22:40:52.828 INFO O| Feb 21 22:40:52.828 INFO O| Done
45752025-02-21T22:40:54.940Z[ host-image] Feb 21 22:40:52.951 INFO O| Feb 21 22:40:52.951 INFO O| Done
45762025-02-21T22:40:55.110Z[ recovery-image] Feb 21 22:40:53.132 INFO O| Feb 21 22:40:53.132 INFO STEP 1 (remove_files) COMPLETE
45772025-02-21T22:40:55.110Z[ recovery-image] Feb 21 22:40:53.132 INFO O| Feb 21 22:40:53.132 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45782025-02-21T22:40:55.126Z[ host-image] Feb 21 22:40:53.148 INFO O| Feb 21 22:40:53.147 INFO STEP 13 (pkg_install) COMPLETE
45792025-02-21T22:40:55.126Z[ host-image] Feb 21 22:40:53.148 INFO O| Feb 21 22:40:53.148 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
45802025-02-21T22:40:55.138Z[ recovery-image] Feb 21 22:40:53.160 INFO O| Feb 21 22:40:53.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
45812025-02-21T22:40:55.141Z[ recovery-image] Feb 21 22:40:53.162 INFO O| Feb 21 22:40:53.162 INFO STEP 2 (remove_files) COMPLETE
45822025-02-21T22:40:55.141Z[ recovery-image] Feb 21 22:40:53.162 INFO O| Feb 21 22:40:53.162 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832025-02-21T22:40:55.145Z[ host-image] Feb 21 22:40:53.166 INFO O| Feb 21 22:40:53.166 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
45842025-02-21T22:40:55.193Z[ recovery-image] Feb 21 22:40:53.213 INFO O| Feb 21 22:40:53.213 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
45852025-02-21T22:40:55.378Z[ recovery-image] Feb 21 22:40:53.400 INFO O| Feb 21 22:40:53.400 INFO STEP 3 (remove_files) COMPLETE
45862025-02-21T22:40:55.378Z[ recovery-image] Feb 21 22:40:53.400 INFO O| Feb 21 22:40:53.400 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872025-02-21T22:40:55.420Z[ recovery-image] Feb 21 22:40:53.442 INFO O| Feb 21 22:40:53.442 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
45882025-02-21T22:40:55.600Z[ recovery-image] Feb 21 22:40:53.622 INFO O| Feb 21 22:40:53.621 INFO STEP 4 (remove_files) COMPLETE
45892025-02-21T22:40:55.600Z[ recovery-image] Feb 21 22:40:53.622 INFO O| Feb 21 22:40:53.622 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902025-02-21T22:40:55.622Z[ recovery-image] Feb 21 22:40:53.644 INFO O| Feb 21 22:40:53.644 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
45912025-02-21T22:40:55.648Z[ recovery-image] Feb 21 22:40:53.669 INFO O| Feb 21 22:40:53.669 INFO STEP 5 (remove_files) COMPLETE
45922025-02-21T22:40:55.648Z[ recovery-image] Feb 21 22:40:53.669 INFO O| Feb 21 22:40:53.669 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45932025-02-21T22:40:55.687Z[ recovery-image] Feb 21 22:40:53.709 INFO O| Feb 21 22:40:53.709 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
45942025-02-21T22:40:55.714Z[ recovery-image] Feb 21 22:40:53.736 INFO O| Feb 21 22:40:53.736 INFO STEP 6 (remove_files) COMPLETE
45952025-02-21T22:40:55.714Z[ recovery-image] Feb 21 22:40:53.736 INFO O| Feb 21 22:40:53.736 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962025-02-21T22:40:55.736Z[ recovery-image] Feb 21 22:40:53.758 INFO O| Feb 21 22:40:53.758 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
45972025-02-21T22:40:55.964Z[ recovery-image] Feb 21 22:40:53.985 INFO O| Feb 21 22:40:53.985 INFO STEP 7 (remove_files) COMPLETE
45982025-02-21T22:40:55.964Z[ recovery-image] Feb 21 22:40:53.985 INFO O| Feb 21 22:40:53.985 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992025-02-21T22:40:56.029Z[ recovery-image] Feb 21 22:40:54.051 INFO O| Feb 21 22:40:54.051 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
46002025-02-21T22:40:56.051Z[ recovery-image] Feb 21 22:40:54.072 INFO O| Feb 21 22:40:54.072 INFO STEP 8 (remove_files) COMPLETE
46012025-02-21T22:40:56.051Z[ recovery-image] Feb 21 22:40:54.072 INFO O| Feb 21 22:40:54.072 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022025-02-21T22:40:56.114Z[ recovery-image] Feb 21 22:40:54.136 INFO O| Feb 21 22:40:54.136 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
46032025-02-21T22:40:56.117Z[ recovery-image] Feb 21 22:40:54.139 INFO O| Feb 21 22:40:54.138 INFO STEP 9 (remove_files) COMPLETE
46042025-02-21T22:40:56.117Z[ recovery-image] Feb 21 22:40:54.139 INFO O| Feb 21 22:40:54.139 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46052025-02-21T22:40:56.138Z[ recovery-image] Feb 21 22:40:54.160 INFO O| Feb 21 22:40:54.160 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
46062025-02-21T22:40:56.291Z[ host-image] Feb 21 22:40:54.313 INFO O| Feb 21 22:40:54.313 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46072025-02-21T22:40:56.309Z[ recovery-image] Feb 21 22:40:54.329 INFO O| Feb 21 22:40:54.329 INFO STEP 10 (remove_files) COMPLETE
46082025-02-21T22:40:56.309Z[ recovery-image] Feb 21 22:40:54.330 INFO O| Feb 21 22:40:54.329 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092025-02-21T22:40:56.353Z[ recovery-image] Feb 21 22:40:54.375 INFO O| Feb 21 22:40:54.375 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
46102025-02-21T22:40:56.400Z[ recovery-image] Feb 21 22:40:54.422 INFO O| Feb 21 22:40:54.422 INFO STEP 11 (remove_files) COMPLETE
46112025-02-21T22:40:56.400Z[ recovery-image] Feb 21 22:40:54.422 INFO O| Feb 21 22:40:54.422 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122025-02-21T22:40:56.425Z[ recovery-image] Feb 21 22:40:54.447 INFO O| Feb 21 22:40:54.447 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
46132025-02-21T22:40:56.494Z[ recovery-image] Feb 21 22:40:54.516 INFO O| Feb 21 22:40:54.516 INFO STEP 12 (remove_files) COMPLETE
46142025-02-21T22:40:56.495Z[ recovery-image] Feb 21 22:40:54.516 INFO O| Feb 21 22:40:54.516 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152025-02-21T22:40:56.583Z[ recovery-image] Feb 21 22:40:54.605 INFO O| Feb 21 22:40:54.605 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
46162025-02-21T22:40:56.605Z[ recovery-image] Feb 21 22:40:54.626 INFO O| Feb 21 22:40:54.626 INFO STEP 13 (remove_files) COMPLETE
46172025-02-21T22:40:56.605Z[ recovery-image] Feb 21 22:40:54.626 INFO O| Feb 21 22:40:54.626 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182025-02-21T22:40:56.683Z[ recovery-image] Feb 21 22:40:54.705 INFO O| Feb 21 22:40:54.705 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
46192025-02-21T22:40:56.709Z[ recovery-image] Feb 21 22:40:54.730 INFO O| Feb 21 22:40:54.730 INFO STEP 14 (remove_files) COMPLETE
46202025-02-21T22:40:56.710Z[ recovery-image] Feb 21 22:40:54.730 INFO O| Feb 21 22:40:54.730 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212025-02-21T22:40:56.773Z[ recovery-image] Feb 21 22:40:54.795 INFO O| Feb 21 22:40:54.795 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
46222025-02-21T22:40:56.839Z[ recovery-image] Feb 21 22:40:54.860 INFO O| Feb 21 22:40:54.860 INFO STEP 15 (remove_files) COMPLETE
46232025-02-21T22:40:56.839Z[ recovery-image] Feb 21 22:40:54.860 INFO O| Feb 21 22:40:54.860 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242025-02-21T22:40:56.893Z[ recovery-image] Feb 21 22:40:54.913 INFO O| Feb 21 22:40:54.913 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
46252025-02-21T22:40:56.893Z[ recovery-image] Feb 21 22:40:54.914 INFO O| Feb 21 22:40:54.913 INFO STEP 16 (remove_files) COMPLETE
46262025-02-21T22:40:56.893Z[ recovery-image] Feb 21 22:40:54.914 INFO O| Feb 21 22:40:54.913 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272025-02-21T22:40:56.910Z[ recovery-image] Feb 21 22:40:54.932 INFO O| Feb 21 22:40:54.932 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
46282025-02-21T22:40:56.935Z[ recovery-image] Feb 21 22:40:54.956 INFO O| Feb 21 22:40:54.956 INFO STEP 17 (remove_files) COMPLETE
46292025-02-21T22:40:56.935Z[ recovery-image] Feb 21 22:40:54.956 INFO O| Feb 21 22:40:54.956 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302025-02-21T22:40:56.994Z[ recovery-image] Feb 21 22:40:55.015 INFO O| Feb 21 22:40:55.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
46312025-02-21T22:40:57.200Z[ recovery-image] Feb 21 22:40:55.221 INFO O| Feb 21 22:40:55.221 INFO STEP 18 (remove_files) COMPLETE
46322025-02-21T22:40:57.200Z[ recovery-image] Feb 21 22:40:55.221 INFO O| Feb 21 22:40:55.221 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332025-02-21T22:40:57.228Z[ recovery-image] Feb 21 22:40:55.250 INFO O| Feb 21 22:40:55.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
46342025-02-21T22:40:57.253Z[ recovery-image] Feb 21 22:40:55.274 INFO O| Feb 21 22:40:55.274 INFO STEP 19 (remove_files) COMPLETE
46352025-02-21T22:40:57.253Z[ recovery-image] Feb 21 22:40:55.274 INFO O| Feb 21 22:40:55.274 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362025-02-21T22:40:57.283Z[ recovery-image] Feb 21 22:40:55.305 INFO O| Feb 21 22:40:55.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
46372025-02-21T22:40:57.307Z[ recovery-image] Feb 21 22:40:55.329 INFO O| Feb 21 22:40:55.329 INFO STEP 20 (remove_files) COMPLETE
46382025-02-21T22:40:57.307Z[ recovery-image] Feb 21 22:40:55.329 INFO O| Feb 21 22:40:55.329 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392025-02-21T22:40:57.349Z[ recovery-image] Feb 21 22:40:55.370 INFO O| Feb 21 22:40:55.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
46402025-02-21T22:40:57.352Z[ recovery-image] Feb 21 22:40:55.371 INFO O| Feb 21 22:40:55.371 INFO STEP 21 (remove_files) COMPLETE
46412025-02-21T22:40:57.352Z[ recovery-image] Feb 21 22:40:55.371 INFO O| Feb 21 22:40:55.371 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422025-02-21T22:40:57.413Z[ recovery-image] Feb 21 22:40:55.435 INFO O| Feb 21 22:40:55.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
46432025-02-21T22:40:57.427Z[ recovery-image] Feb 21 22:40:55.449 INFO O| Feb 21 22:40:55.449 INFO STEP 22 (remove_files) COMPLETE
46442025-02-21T22:40:57.427Z[ recovery-image] Feb 21 22:40:55.449 INFO O| Feb 21 22:40:55.449 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452025-02-21T22:40:57.451Z[ recovery-image] Feb 21 22:40:55.473 INFO O| Feb 21 22:40:55.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
46462025-02-21T22:40:57.464Z[ recovery-image] Feb 21 22:40:55.486 INFO O| Feb 21 22:40:55.486 INFO STEP 23 (remove_files) COMPLETE
46472025-02-21T22:40:57.467Z[ recovery-image] Feb 21 22:40:55.486 INFO O| Feb 21 22:40:55.486 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482025-02-21T22:40:57.527Z[ recovery-image] Feb 21 22:40:55.549 INFO O| Feb 21 22:40:55.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
46492025-02-21T22:40:57.530Z[ recovery-image] Feb 21 22:40:55.549 INFO O| Feb 21 22:40:55.549 INFO STEP 24 (remove_files) COMPLETE
46502025-02-21T22:40:57.530Z[ recovery-image] Feb 21 22:40:55.549 INFO O| Feb 21 22:40:55.549 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512025-02-21T22:40:57.549Z[ recovery-image] Feb 21 22:40:55.571 INFO O| Feb 21 22:40:55.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
46522025-02-21T22:40:57.552Z[ recovery-image] Feb 21 22:40:55.571 INFO O| Feb 21 22:40:55.571 INFO STEP 25 (remove_files) COMPLETE
46532025-02-21T22:40:57.552Z[ recovery-image] Feb 21 22:40:55.571 INFO O| Feb 21 22:40:55.571 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542025-02-21T22:40:57.578Z[ recovery-image] Feb 21 22:40:55.600 INFO O| Feb 21 22:40:55.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
46552025-02-21T22:40:57.581Z[ recovery-image] Feb 21 22:40:55.600 INFO O| Feb 21 22:40:55.600 INFO STEP 26 (remove_files) COMPLETE
46562025-02-21T22:40:57.581Z[ recovery-image] Feb 21 22:40:55.601 INFO O| Feb 21 22:40:55.600 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572025-02-21T22:40:57.637Z[ recovery-image] Feb 21 22:40:55.659 INFO O| Feb 21 22:40:55.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
46582025-02-21T22:40:57.637Z[ recovery-image] Feb 21 22:40:55.659 INFO O| Feb 21 22:40:55.659 INFO STEP 27 (remove_files) COMPLETE
46592025-02-21T22:40:57.637Z[ recovery-image] Feb 21 22:40:55.659 INFO O| Feb 21 22:40:55.659 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602025-02-21T22:40:57.690Z[ recovery-image] Feb 21 22:40:55.711 INFO O| Feb 21 22:40:55.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
46612025-02-21T22:40:57.690Z[ recovery-image] Feb 21 22:40:55.711 INFO O| Feb 21 22:40:55.711 INFO STEP 28 (remove_files) COMPLETE
46622025-02-21T22:40:57.690Z[ recovery-image] Feb 21 22:40:55.711 INFO O| Feb 21 22:40:55.711 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632025-02-21T22:40:57.716Z[ recovery-image] Feb 21 22:40:55.737 INFO O| Feb 21 22:40:55.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
46642025-02-21T22:40:57.716Z[ recovery-image] Feb 21 22:40:55.737 INFO O| Feb 21 22:40:55.737 INFO STEP 29 (remove_files) COMPLETE
46652025-02-21T22:40:57.718Z[ recovery-image] Feb 21 22:40:55.737 INFO O| Feb 21 22:40:55.737 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662025-02-21T22:40:57.773Z[ recovery-image] Feb 21 22:40:55.795 INFO O| Feb 21 22:40:55.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
46672025-02-21T22:40:57.773Z[ recovery-image] Feb 21 22:40:55.795 INFO O| Feb 21 22:40:55.795 INFO STEP 30 (remove_files) COMPLETE
46682025-02-21T22:40:57.776Z[ recovery-image] Feb 21 22:40:55.795 INFO O| Feb 21 22:40:55.795 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692025-02-21T22:40:57.806Z[ recovery-image] Feb 21 22:40:55.828 INFO O| Feb 21 22:40:55.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
46702025-02-21T22:40:57.806Z[ recovery-image] Feb 21 22:40:55.828 INFO O| Feb 21 22:40:55.828 INFO STEP 31 (remove_files) COMPLETE
46712025-02-21T22:40:57.809Z[ recovery-image] Feb 21 22:40:55.828 INFO O| Feb 21 22:40:55.828 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722025-02-21T22:40:57.827Z[ recovery-image] Feb 21 22:40:55.849 INFO O| Feb 21 22:40:55.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
46732025-02-21T22:40:57.827Z[ recovery-image] Feb 21 22:40:55.849 INFO O| Feb 21 22:40:55.849 INFO STEP 32 (remove_files) COMPLETE
46742025-02-21T22:40:57.830Z[ recovery-image] Feb 21 22:40:55.849 INFO O| Feb 21 22:40:55.849 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752025-02-21T22:40:57.850Z[ recovery-image] Feb 21 22:40:55.871 INFO O| Feb 21 22:40:55.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
46762025-02-21T22:40:57.850Z[ recovery-image] Feb 21 22:40:55.871 INFO O| Feb 21 22:40:55.871 INFO STEP 33 (remove_files) COMPLETE
46772025-02-21T22:40:57.852Z[ recovery-image] Feb 21 22:40:55.871 INFO O| Feb 21 22:40:55.871 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782025-02-21T22:40:57.872Z[ recovery-image] Feb 21 22:40:55.894 INFO O| Feb 21 22:40:55.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
46792025-02-21T22:40:57.873Z[ recovery-image] Feb 21 22:40:55.894 INFO O| Feb 21 22:40:55.894 INFO STEP 34 (remove_files) COMPLETE
46802025-02-21T22:40:57.873Z[ recovery-image] Feb 21 22:40:55.894 INFO O| Feb 21 22:40:55.894 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812025-02-21T22:40:57.907Z[ recovery-image] Feb 21 22:40:55.928 INFO O| Feb 21 22:40:55.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
46822025-02-21T22:40:57.931Z[ recovery-image] Feb 21 22:40:55.953 INFO O| Feb 21 22:40:55.953 INFO STEP 35 (remove_files) COMPLETE
46832025-02-21T22:40:57.931Z[ recovery-image] Feb 21 22:40:55.953 INFO O| Feb 21 22:40:55.953 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842025-02-21T22:40:58.033Z[ recovery-image] Feb 21 22:40:56.055 INFO O| Feb 21 22:40:56.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
46852025-02-21T22:40:58.037Z[ recovery-image] Feb 21 22:40:56.055 INFO O| Feb 21 22:40:56.055 INFO STEP 36 (remove_files) COMPLETE
46862025-02-21T22:40:58.037Z[ recovery-image] Feb 21 22:40:56.055 INFO O| Feb 21 22:40:56.055 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872025-02-21T22:40:58.059Z[ recovery-image] Feb 21 22:40:56.080 INFO O| Feb 21 22:40:56.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
46882025-02-21T22:40:58.059Z[ recovery-image] Feb 21 22:40:56.081 INFO O| Feb 21 22:40:56.081 INFO STEP 37 (remove_files) COMPLETE
46892025-02-21T22:40:58.062Z[ recovery-image] Feb 21 22:40:56.081 INFO O| Feb 21 22:40:56.081 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902025-02-21T22:40:58.081Z[ recovery-image] Feb 21 22:40:56.103 INFO O| Feb 21 22:40:56.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
46912025-02-21T22:40:58.082Z[ recovery-image] Feb 21 22:40:56.103 INFO O| Feb 21 22:40:56.103 INFO STEP 38 (remove_files) COMPLETE
46922025-02-21T22:40:58.082Z[ recovery-image] Feb 21 22:40:56.103 INFO O| Feb 21 22:40:56.103 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932025-02-21T22:40:58.121Z[ recovery-image] Feb 21 22:40:56.142 INFO O| Feb 21 22:40:56.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
46942025-02-21T22:40:58.121Z[ recovery-image] Feb 21 22:40:56.142 INFO O| Feb 21 22:40:56.142 INFO STEP 39 (remove_files) COMPLETE
46952025-02-21T22:40:58.121Z[ recovery-image] Feb 21 22:40:56.142 INFO O| Feb 21 22:40:56.142 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962025-02-21T22:40:58.142Z[ recovery-image] Feb 21 22:40:56.164 INFO O| Feb 21 22:40:56.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
46972025-02-21T22:40:58.142Z[ recovery-image] Feb 21 22:40:56.164 INFO O| Feb 21 22:40:56.164 INFO STEP 40 (remove_files) COMPLETE
46982025-02-21T22:40:58.145Z[ recovery-image] Feb 21 22:40:56.164 INFO O| Feb 21 22:40:56.164 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992025-02-21T22:40:58.183Z[ recovery-image] Feb 21 22:40:56.205 INFO O| Feb 21 22:40:56.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
47002025-02-21T22:40:58.183Z[ recovery-image] Feb 21 22:40:56.205 INFO O| Feb 21 22:40:56.205 INFO STEP 41 (remove_files) COMPLETE
47012025-02-21T22:40:58.186Z[ recovery-image] Feb 21 22:40:56.205 INFO O| Feb 21 22:40:56.205 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022025-02-21T22:40:58.205Z[ recovery-image] Feb 21 22:40:56.226 INFO O| Feb 21 22:40:56.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
47032025-02-21T22:40:58.207Z[ recovery-image] Feb 21 22:40:56.226 INFO O| Feb 21 22:40:56.226 INFO STEP 42 (remove_files) COMPLETE
47042025-02-21T22:40:58.207Z[ recovery-image] Feb 21 22:40:56.226 INFO O| Feb 21 22:40:56.226 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052025-02-21T22:40:58.238Z[ recovery-image] Feb 21 22:40:56.259 INFO O| Feb 21 22:40:56.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
47062025-02-21T22:40:58.240Z[ recovery-image] Feb 21 22:40:56.259 INFO O| Feb 21 22:40:56.259 INFO STEP 43 (remove_files) COMPLETE
47072025-02-21T22:40:58.240Z[ recovery-image] Feb 21 22:40:56.260 INFO O| Feb 21 22:40:56.260 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082025-02-21T22:40:58.259Z[ recovery-image] Feb 21 22:40:56.280 INFO O| Feb 21 22:40:56.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
47092025-02-21T22:40:58.261Z[ recovery-image] Feb 21 22:40:56.280 INFO O| Feb 21 22:40:56.280 INFO STEP 44 (remove_files) COMPLETE
47102025-02-21T22:40:58.261Z[ recovery-image] Feb 21 22:40:56.281 INFO O| Feb 21 22:40:56.281 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112025-02-21T22:40:58.276Z[ recovery-image] Feb 21 22:40:56.298 INFO O| Feb 21 22:40:56.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
47122025-02-21T22:40:58.279Z[ recovery-image] Feb 21 22:40:56.298 INFO O| Feb 21 22:40:56.298 INFO STEP 45 (remove_files) COMPLETE
47132025-02-21T22:40:58.279Z[ recovery-image] Feb 21 22:40:56.298 INFO O| Feb 21 22:40:56.298 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142025-02-21T22:40:58.295Z[ recovery-image] Feb 21 22:40:56.317 INFO O| Feb 21 22:40:56.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
47152025-02-21T22:40:58.298Z[ recovery-image] Feb 21 22:40:56.317 INFO O| Feb 21 22:40:56.317 INFO STEP 46 (remove_files) COMPLETE
47162025-02-21T22:40:58.298Z[ recovery-image] Feb 21 22:40:56.317 INFO O| Feb 21 22:40:56.317 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172025-02-21T22:40:58.318Z[ recovery-image] Feb 21 22:40:56.339 INFO O| Feb 21 22:40:56.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
47182025-02-21T22:40:58.318Z[ recovery-image] Feb 21 22:40:56.339 INFO O| Feb 21 22:40:56.339 INFO STEP 47 (remove_files) COMPLETE
47192025-02-21T22:40:58.318Z[ recovery-image] Feb 21 22:40:56.339 INFO O| Feb 21 22:40:56.339 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202025-02-21T22:40:58.406Z[ recovery-image] Feb 21 22:40:56.427 INFO O| Feb 21 22:40:56.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
47212025-02-21T22:40:58.406Z[ recovery-image] Feb 21 22:40:56.427 INFO O| Feb 21 22:40:56.427 INFO STEP 48 (remove_files) COMPLETE
47222025-02-21T22:40:58.408Z[ recovery-image] Feb 21 22:40:56.427 INFO O| Feb 21 22:40:56.427 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232025-02-21T22:40:58.437Z[ recovery-image] Feb 21 22:40:56.459 INFO O| Feb 21 22:40:56.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
47242025-02-21T22:40:58.437Z[ recovery-image] Feb 21 22:40:56.459 INFO O| Feb 21 22:40:56.459 INFO STEP 49 (remove_files) COMPLETE
47252025-02-21T22:40:58.440Z[ recovery-image] Feb 21 22:40:56.459 INFO O| Feb 21 22:40:56.459 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262025-02-21T22:40:58.455Z[ recovery-image] Feb 21 22:40:56.477 INFO O| Feb 21 22:40:56.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
47272025-02-21T22:40:58.469Z[ recovery-image] Feb 21 22:40:56.490 INFO O| Feb 21 22:40:56.490 INFO STEP 50 (remove_files) COMPLETE
47282025-02-21T22:40:58.469Z[ recovery-image] Feb 21 22:40:56.490 INFO O| Feb 21 22:40:56.490 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292025-02-21T22:40:58.541Z[ recovery-image] Feb 21 22:40:56.563 INFO O| Feb 21 22:40:56.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
47302025-02-21T22:40:58.544Z[ recovery-image] Feb 21 22:40:56.563 INFO O| Feb 21 22:40:56.563 INFO STEP 51 (remove_files) COMPLETE
47312025-02-21T22:40:58.544Z[ recovery-image] Feb 21 22:40:56.563 INFO O| Feb 21 22:40:56.563 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322025-02-21T22:40:58.565Z[ recovery-image] Feb 21 22:40:56.587 INFO O| Feb 21 22:40:56.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
47332025-02-21T22:40:58.568Z[ recovery-image] Feb 21 22:40:56.587 INFO O| Feb 21 22:40:56.587 INFO STEP 52 (remove_files) COMPLETE
47342025-02-21T22:40:58.568Z[ recovery-image] Feb 21 22:40:56.587 INFO O| Feb 21 22:40:56.587 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352025-02-21T22:40:58.601Z[ recovery-image] Feb 21 22:40:56.623 INFO O| Feb 21 22:40:56.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
47362025-02-21T22:40:58.604Z[ recovery-image] Feb 21 22:40:56.623 INFO O| Feb 21 22:40:56.623 INFO STEP 53 (remove_files) COMPLETE
47372025-02-21T22:40:58.604Z[ recovery-image] Feb 21 22:40:56.623 INFO O| Feb 21 22:40:56.623 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382025-02-21T22:40:58.623Z[ recovery-image] Feb 21 22:40:56.644 INFO O| Feb 21 22:40:56.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
47392025-02-21T22:40:58.643Z[ recovery-image] Feb 21 22:40:56.665 INFO O| Feb 21 22:40:56.665 INFO STEP 54 (remove_files) COMPLETE
47402025-02-21T22:40:58.643Z[ recovery-image] Feb 21 22:40:56.665 INFO O| Feb 21 22:40:56.665 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412025-02-21T22:40:58.664Z[ recovery-image] Feb 21 22:40:56.686 INFO O| Feb 21 22:40:56.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
47422025-02-21T22:40:58.667Z[ recovery-image] Feb 21 22:40:56.686 INFO O| Feb 21 22:40:56.686 INFO STEP 55 (remove_files) COMPLETE
47432025-02-21T22:40:58.667Z[ recovery-image] Feb 21 22:40:56.686 INFO O| Feb 21 22:40:56.686 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442025-02-21T22:40:58.685Z[ recovery-image] Feb 21 22:40:56.706 INFO O| Feb 21 22:40:56.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
47452025-02-21T22:40:58.687Z[ recovery-image] Feb 21 22:40:56.707 INFO O| Feb 21 22:40:56.707 INFO STEP 56 (remove_files) COMPLETE
47462025-02-21T22:40:58.687Z[ recovery-image] Feb 21 22:40:56.707 INFO O| Feb 21 22:40:56.707 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472025-02-21T22:40:58.726Z[ recovery-image] Feb 21 22:40:56.747 INFO O| Feb 21 22:40:56.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
47482025-02-21T22:40:58.726Z[ recovery-image] Feb 21 22:40:56.747 INFO O| Feb 21 22:40:56.747 INFO STEP 57 (remove_files) COMPLETE
47492025-02-21T22:40:58.726Z[ recovery-image] Feb 21 22:40:56.747 INFO O| Feb 21 22:40:56.747 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502025-02-21T22:40:58.767Z[ recovery-image] Feb 21 22:40:56.789 INFO O| Feb 21 22:40:56.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
47512025-02-21T22:40:58.770Z[ recovery-image] Feb 21 22:40:56.789 INFO O| Feb 21 22:40:56.789 INFO STEP 58 (remove_files) COMPLETE
47522025-02-21T22:40:58.770Z[ recovery-image] Feb 21 22:40:56.789 INFO O| Feb 21 22:40:56.789 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532025-02-21T22:40:58.793Z[ recovery-image] Feb 21 22:40:56.815 INFO O| Feb 21 22:40:56.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
47542025-02-21T22:40:58.793Z[ recovery-image] Feb 21 22:40:56.815 INFO O| Feb 21 22:40:56.815 INFO STEP 59 (remove_files) COMPLETE
47552025-02-21T22:40:58.796Z[ recovery-image] Feb 21 22:40:56.815 INFO O| Feb 21 22:40:56.815 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562025-02-21T22:40:58.816Z[ recovery-image] Feb 21 22:40:56.837 INFO O| Feb 21 22:40:56.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
47572025-02-21T22:40:58.816Z[ recovery-image] Feb 21 22:40:56.837 INFO O| Feb 21 22:40:56.837 INFO STEP 60 (remove_files) COMPLETE
47582025-02-21T22:40:58.818Z[ recovery-image] Feb 21 22:40:56.837 INFO O| Feb 21 22:40:56.837 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592025-02-21T22:40:58.838Z[ recovery-image] Feb 21 22:40:56.859 INFO O| Feb 21 22:40:56.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
47602025-02-21T22:40:58.838Z[ recovery-image] Feb 21 22:40:56.859 INFO O| Feb 21 22:40:56.859 INFO STEP 61 (remove_files) COMPLETE
47612025-02-21T22:40:58.838Z[ recovery-image] Feb 21 22:40:56.859 INFO O| Feb 21 22:40:56.859 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622025-02-21T22:40:58.861Z[ recovery-image] Feb 21 22:40:56.882 INFO O| Feb 21 22:40:56.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
47632025-02-21T22:40:58.861Z[ recovery-image] Feb 21 22:40:56.882 INFO O| Feb 21 22:40:56.882 INFO STEP 62 (remove_files) COMPLETE
47642025-02-21T22:40:58.864Z[ recovery-image] Feb 21 22:40:56.882 INFO O| Feb 21 22:40:56.882 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652025-02-21T22:40:58.907Z[ recovery-image] Feb 21 22:40:56.928 INFO O| Feb 21 22:40:56.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
47662025-02-21T22:40:58.907Z[ recovery-image] Feb 21 22:40:56.928 INFO O| Feb 21 22:40:56.928 INFO STEP 63 (remove_files) COMPLETE
47672025-02-21T22:40:58.907Z[ recovery-image] Feb 21 22:40:56.928 INFO O| Feb 21 22:40:56.928 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682025-02-21T22:40:58.929Z[ recovery-image] Feb 21 22:40:56.951 INFO O| Feb 21 22:40:56.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
47692025-02-21T22:40:58.929Z[ recovery-image] Feb 21 22:40:56.951 INFO O| Feb 21 22:40:56.951 INFO STEP 64 (remove_files) COMPLETE
47702025-02-21T22:40:58.932Z[ recovery-image] Feb 21 22:40:56.951 INFO O| Feb 21 22:40:56.951 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712025-02-21T22:40:58.950Z[ recovery-image] Feb 21 22:40:56.971 INFO O| Feb 21 22:40:56.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
47722025-02-21T22:40:58.953Z[ recovery-image] Feb 21 22:40:56.975 INFO O| Feb 21 22:40:56.975 INFO STEP 65 (remove_files) COMPLETE
47732025-02-21T22:40:58.956Z[ recovery-image] Feb 21 22:40:56.975 INFO O| Feb 21 22:40:56.975 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742025-02-21T22:40:58.974Z[ recovery-image] Feb 21 22:40:56.996 INFO O| Feb 21 22:40:56.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
47752025-02-21T22:40:58.994Z[ recovery-image] Feb 21 22:40:57.016 INFO O| Feb 21 22:40:57.016 INFO STEP 66 (remove_files) COMPLETE
47762025-02-21T22:40:58.997Z[ recovery-image] Feb 21 22:40:57.016 INFO O| Feb 21 22:40:57.016 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772025-02-21T22:40:59.031Z[ recovery-image] Feb 21 22:40:57.052 INFO O| Feb 21 22:40:57.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
47782025-02-21T22:40:59.031Z[ recovery-image] Feb 21 22:40:57.052 INFO O| Feb 21 22:40:57.052 INFO STEP 67 (remove_files) COMPLETE
47792025-02-21T22:40:59.034Z[ recovery-image] Feb 21 22:40:57.052 INFO O| Feb 21 22:40:57.052 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802025-02-21T22:40:59.119Z[ recovery-image] Feb 21 22:40:57.141 INFO O| Feb 21 22:40:57.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
47812025-02-21T22:40:59.119Z[ recovery-image] Feb 21 22:40:57.141 INFO O| Feb 21 22:40:57.141 INFO STEP 68 (remove_files) COMPLETE
47822025-02-21T22:40:59.119Z[ recovery-image] Feb 21 22:40:57.141 INFO O| Feb 21 22:40:57.141 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832025-02-21T22:40:59.139Z[ recovery-image] Feb 21 22:40:57.160 INFO O| Feb 21 22:40:57.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
47842025-02-21T22:40:59.140Z[ recovery-image] Feb 21 22:40:57.160 INFO O| Feb 21 22:40:57.160 INFO STEP 69 (remove_files) COMPLETE
47852025-02-21T22:40:59.140Z[ recovery-image] Feb 21 22:40:57.160 INFO O| Feb 21 22:40:57.160 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862025-02-21T22:40:59.191Z[ recovery-image] Feb 21 22:40:57.213 INFO O| Feb 21 22:40:57.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
47872025-02-21T22:40:59.211Z[ recovery-image] Feb 21 22:40:57.233 INFO O| Feb 21 22:40:57.233 INFO STEP 70 (remove_files) COMPLETE
47882025-02-21T22:40:59.211Z[ recovery-image] Feb 21 22:40:57.233 INFO O| Feb 21 22:40:57.233 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892025-02-21T22:40:59.234Z[ recovery-image] Feb 21 22:40:57.256 INFO O| Feb 21 22:40:57.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
47902025-02-21T22:40:59.234Z[ recovery-image] Feb 21 22:40:57.256 INFO O| Feb 21 22:40:57.256 INFO STEP 71 (remove_files) COMPLETE
47912025-02-21T22:40:59.237Z[ recovery-image] Feb 21 22:40:57.256 INFO O| Feb 21 22:40:57.256 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922025-02-21T22:40:59.257Z[ recovery-image] Feb 21 22:40:57.279 INFO O| Feb 21 22:40:57.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
47932025-02-21T22:41:00.307Z[ recovery-image] Feb 21 22:40:57.326 INFO O| Feb 21 22:40:57.326 INFO STEP 72 (remove_files) COMPLETE
47942025-02-21T22:41:00.307Z[ recovery-image] Feb 21 22:40:57.326 INFO O| Feb 21 22:40:57.326 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.370 INFO O| Feb 21 22:40:57.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
47962025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.370 INFO O| Feb 21 22:40:57.370 INFO STEP 73 (remove_files) COMPLETE
47972025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.370 INFO O| Feb 21 22:40:57.370 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.450 INFO O| Feb 21 22:40:57.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
47992025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.450 INFO O| Feb 21 22:40:57.450 INFO STEP 74 (remove_files) COMPLETE
48002025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.450 INFO O| Feb 21 22:40:57.450 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.484 INFO O| Feb 21 22:40:57.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
48022025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.484 INFO O| Feb 21 22:40:57.484 INFO STEP 75 (remove_files) COMPLETE
48032025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.484 INFO O| Feb 21 22:40:57.484 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.516 INFO O| Feb 21 22:40:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
48052025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.516 INFO O| Feb 21 22:40:57.516 INFO STEP 76 (remove_files) COMPLETE
48062025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.516 INFO O| Feb 21 22:40:57.516 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.535 INFO O| Feb 21 22:40:57.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
48082025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.535 INFO O| Feb 21 22:40:57.535 INFO STEP 77 (remove_files) COMPLETE
48092025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.535 INFO O| Feb 21 22:40:57.535 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.555 INFO O| Feb 21 22:40:57.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
48112025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.555 INFO O| Feb 21 22:40:57.555 INFO STEP 78 (remove_files) COMPLETE
48122025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.555 INFO O| Feb 21 22:40:57.555 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.576 INFO O| Feb 21 22:40:57.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
48142025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.576 INFO O| Feb 21 22:40:57.576 INFO STEP 79 (remove_files) COMPLETE
48152025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.576 INFO O| Feb 21 22:40:57.576 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.612 INFO O| Feb 21 22:40:57.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
48172025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.612 INFO O| Feb 21 22:40:57.612 INFO STEP 80 (remove_files) COMPLETE
48182025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.612 INFO O| Feb 21 22:40:57.612 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.652 INFO O| Feb 21 22:40:57.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
48202025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.652 INFO O| Feb 21 22:40:57.652 INFO STEP 81 (remove_files) COMPLETE
48212025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.652 INFO O| Feb 21 22:40:57.652 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.717 INFO O| Feb 21 22:40:57.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
48232025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.717 INFO O| Feb 21 22:40:57.717 INFO STEP 82 (remove_files) COMPLETE
48242025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.717 INFO O| Feb 21 22:40:57.717 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.773 INFO O| Feb 21 22:40:57.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
48262025-02-21T22:41:00.312Z[ recovery-image] Feb 21 22:40:57.773 INFO O| Feb 21 22:40:57.773 INFO STEP 83 (remove_files) COMPLETE
48272025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:57.773 INFO O| Feb 21 22:40:57.773 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:57.824 INFO O| Feb 21 22:40:57.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
48292025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:57.844 INFO O| Feb 21 22:40:57.844 INFO STEP 84 (remove_files) COMPLETE
48302025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:57.844 INFO O| Feb 21 22:40:57.844 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:57.938 INFO O| Feb 21 22:40:57.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
48322025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:57.938 INFO O| Feb 21 22:40:57.938 INFO STEP 85 (remove_files) COMPLETE
48332025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:57.938 INFO O| Feb 21 22:40:57.938 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:57.962 INFO O| Feb 21 22:40:57.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
48352025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:57.962 INFO O| Feb 21 22:40:57.962 INFO STEP 86 (remove_files) COMPLETE
48362025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:57.962 INFO O| Feb 21 22:40:57.962 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:57.983 INFO O| Feb 21 22:40:57.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
48382025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:57.983 INFO O| Feb 21 22:40:57.983 INFO STEP 87 (remove_files) COMPLETE
48392025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:57.983 INFO O| Feb 21 22:40:57.983 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.007 INFO O| Feb 21 22:40:58.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
48412025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.007 INFO O| Feb 21 22:40:58.007 INFO STEP 88 (remove_files) COMPLETE
48422025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.007 INFO O| Feb 21 22:40:58.007 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.047 INFO O| Feb 21 22:40:58.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
48442025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.047 INFO O| Feb 21 22:40:58.047 INFO STEP 89 (remove_files) COMPLETE
48452025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.047 INFO O| Feb 21 22:40:58.047 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.096 INFO O| Feb 21 22:40:58.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
48472025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.096 INFO O| Feb 21 22:40:58.096 INFO STEP 90 (remove_files) COMPLETE
48482025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.096 INFO O| Feb 21 22:40:58.096 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.118 INFO O| Feb 21 22:40:58.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
48502025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.122 INFO O| Feb 21 22:40:58.122 INFO STEP 91 (remove_files) COMPLETE
48512025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.122 INFO O| Feb 21 22:40:58.122 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.145 INFO O| Feb 21 22:40:58.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
48532025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.145 INFO O| Feb 21 22:40:58.145 INFO STEP 92 (remove_files) COMPLETE
48542025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.145 INFO O| Feb 21 22:40:58.145 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.184 INFO O| Feb 21 22:40:58.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
48562025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.184 INFO O| Feb 21 22:40:58.184 INFO STEP 93 (remove_files) COMPLETE
48572025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.184 INFO O| Feb 21 22:40:58.184 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.231 INFO O| Feb 21 22:40:58.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
48592025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.231 INFO O| Feb 21 22:40:58.231 INFO STEP 94 (remove_files) COMPLETE
48602025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.231 INFO O| Feb 21 22:40:58.231 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.251 INFO O| Feb 21 22:40:58.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
48622025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.251 INFO O| Feb 21 22:40:58.251 INFO STEP 95 (remove_files) COMPLETE
48632025-02-21T22:41:00.313Z[ recovery-image] Feb 21 22:40:58.251 INFO O| Feb 21 22:40:58.251 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642025-02-21T22:41:00.314Z[ recovery-image] Feb 21 22:40:58.269 INFO O| Feb 21 22:40:58.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
48652025-02-21T22:41:00.314Z[ recovery-image] Feb 21 22:40:58.270 INFO O| Feb 21 22:40:58.269 INFO STEP 96 (remove_files) COMPLETE
48662025-02-21T22:41:00.314Z[ recovery-image] Feb 21 22:40:58.270 INFO O| Feb 21 22:40:58.270 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672025-02-21T22:41:00.314Z[ recovery-image] Feb 21 22:40:58.287 INFO O| Feb 21 22:40:58.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
48682025-02-21T22:41:00.314Z[ recovery-image] Feb 21 22:40:58.308 INFO O| Feb 21 22:40:58.308 INFO STEP 97 (remove_files) COMPLETE
48692025-02-21T22:41:00.314Z[ recovery-image] Feb 21 22:40:58.308 INFO O| Feb 21 22:40:58.308 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702025-02-21T22:41:00.329Z[ recovery-image] Feb 21 22:40:58.349 INFO O| Feb 21 22:40:58.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
48712025-02-21T22:41:00.329Z[ recovery-image] Feb 21 22:40:58.349 INFO O| Feb 21 22:40:58.349 INFO STEP 98 (remove_files) COMPLETE
48722025-02-21T22:41:00.329Z[ recovery-image] Feb 21 22:40:58.349 INFO O| Feb 21 22:40:58.349 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732025-02-21T22:41:00.348Z[ recovery-image] Feb 21 22:40:58.370 INFO O| Feb 21 22:40:58.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
48742025-02-21T22:41:00.349Z[ recovery-image] Feb 21 22:40:58.370 INFO O| Feb 21 22:40:58.370 INFO STEP 99 (remove_files) COMPLETE
48752025-02-21T22:41:00.349Z[ recovery-image] Feb 21 22:40:58.370 INFO O| Feb 21 22:40:58.370 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762025-02-21T22:41:00.370Z[ recovery-image] Feb 21 22:40:58.391 INFO O| Feb 21 22:40:58.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
48772025-02-21T22:41:00.370Z[ recovery-image] Feb 21 22:40:58.391 INFO O| Feb 21 22:40:58.391 INFO STEP 100 (remove_files) COMPLETE
48782025-02-21T22:41:00.372Z[ recovery-image] Feb 21 22:40:58.391 INFO O| Feb 21 22:40:58.391 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792025-02-21T22:41:00.390Z[ recovery-image] Feb 21 22:40:58.412 INFO O| Feb 21 22:40:58.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
48802025-02-21T22:41:00.391Z[ recovery-image] Feb 21 22:40:58.412 INFO O| Feb 21 22:40:58.412 INFO STEP 101 (remove_files) COMPLETE
48812025-02-21T22:41:00.391Z[ recovery-image] Feb 21 22:40:58.412 INFO O| Feb 21 22:40:58.412 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822025-02-21T22:41:00.499Z[ recovery-image] Feb 21 22:40:58.520 INFO O| Feb 21 22:40:58.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
48832025-02-21T22:41:00.499Z[ recovery-image] Feb 21 22:40:58.520 INFO O| Feb 21 22:40:58.520 INFO STEP 102 (remove_files) COMPLETE
48842025-02-21T22:41:00.503Z[ recovery-image] Feb 21 22:40:58.520 INFO O| Feb 21 22:40:58.520 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852025-02-21T22:41:00.551Z[ recovery-image] Feb 21 22:40:58.572 INFO O| Feb 21 22:40:58.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
48862025-02-21T22:41:00.551Z[ recovery-image] Feb 21 22:40:58.573 INFO O| Feb 21 22:40:58.573 INFO STEP 103 (remove_files) COMPLETE
48872025-02-21T22:41:00.551Z[ recovery-image] Feb 21 22:40:58.573 INFO O| Feb 21 22:40:58.573 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882025-02-21T22:41:00.576Z[ recovery-image] Feb 21 22:40:58.596 INFO O| Feb 21 22:40:58.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
48892025-02-21T22:41:00.577Z[ recovery-image] Feb 21 22:40:58.596 INFO O| Feb 21 22:40:58.596 INFO STEP 104 (remove_files) COMPLETE
48902025-02-21T22:41:00.580Z[ recovery-image] Feb 21 22:40:58.596 INFO O| Feb 21 22:40:58.596 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912025-02-21T22:41:00.606Z[ recovery-image] Feb 21 22:40:58.627 INFO O| Feb 21 22:40:58.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
48922025-02-21T22:41:00.609Z[ recovery-image] Feb 21 22:40:58.627 INFO O| Feb 21 22:40:58.627 INFO STEP 105 (remove_files) COMPLETE
48932025-02-21T22:41:00.609Z[ recovery-image] Feb 21 22:40:58.628 INFO O| Feb 21 22:40:58.627 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942025-02-21T22:41:00.628Z[ recovery-image] Feb 21 22:40:58.649 INFO O| Feb 21 22:40:58.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
48952025-02-21T22:41:00.628Z[ recovery-image] Feb 21 22:40:58.649 INFO O| Feb 21 22:40:58.649 INFO STEP 106 (remove_files) COMPLETE
48962025-02-21T22:41:00.628Z[ recovery-image] Feb 21 22:40:58.649 INFO O| Feb 21 22:40:58.649 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972025-02-21T22:41:00.692Z[ recovery-image] Feb 21 22:40:58.713 INFO O| Feb 21 22:40:58.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
48982025-02-21T22:41:00.692Z[ recovery-image] Feb 21 22:40:58.713 INFO O| Feb 21 22:40:58.713 INFO STEP 107 (remove_files) COMPLETE
48992025-02-21T22:41:00.692Z[ recovery-image] Feb 21 22:40:58.713 INFO O| Feb 21 22:40:58.713 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002025-02-21T22:41:00.707Z[ host-image] Feb 21 22:40:58.729 INFO O| Feb 21 22:40:58.728 INFO O| Planning: Solver setup ... Done
49012025-02-21T22:41:00.715Z[ host-image] Feb 21 22:40:58.735 INFO O| Feb 21 22:40:58.735 INFO O| Planning: Running solver ... Done
49022025-02-21T22:41:00.733Z[ recovery-image] Feb 21 22:40:58.754 INFO O| Feb 21 22:40:58.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
49032025-02-21T22:41:00.733Z[ recovery-image] Feb 21 22:40:58.754 INFO O| Feb 21 22:40:58.754 INFO STEP 108 (remove_files) COMPLETE
49042025-02-21T22:41:00.736Z[ recovery-image] Feb 21 22:40:58.754 INFO O| Feb 21 22:40:58.754 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052025-02-21T22:41:00.754Z[ recovery-image] Feb 21 22:40:58.775 INFO O| Feb 21 22:40:58.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
49062025-02-21T22:41:00.754Z[ recovery-image] Feb 21 22:40:58.775 INFO O| Feb 21 22:40:58.775 INFO STEP 109 (remove_files) COMPLETE
49072025-02-21T22:41:00.754Z[ recovery-image] Feb 21 22:40:58.775 INFO O| Feb 21 22:40:58.775 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082025-02-21T22:41:00.773Z[ recovery-image] Feb 21 22:40:58.795 INFO O| Feb 21 22:40:58.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
49092025-02-21T22:41:00.773Z[ recovery-image] Feb 21 22:40:58.795 INFO O| Feb 21 22:40:58.795 INFO STEP 110 (remove_files) COMPLETE
49102025-02-21T22:41:00.773Z[ recovery-image] Feb 21 22:40:58.795 INFO O| Feb 21 22:40:58.795 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112025-02-21T22:41:00.808Z[ recovery-image] Feb 21 22:40:58.828 INFO O| Feb 21 22:40:58.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
49122025-02-21T22:41:00.808Z[ recovery-image] Feb 21 22:40:58.828 INFO O| Feb 21 22:40:58.827 INFO STEP 111 (remove_files) COMPLETE
49132025-02-21T22:41:00.808Z[ recovery-image] Feb 21 22:40:58.828 INFO O| Feb 21 22:40:58.827 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142025-02-21T22:41:00.827Z[ recovery-image] Feb 21 22:40:58.848 INFO O| Feb 21 22:40:58.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
49152025-02-21T22:41:00.827Z[ recovery-image] Feb 21 22:40:58.848 INFO O| Feb 21 22:40:58.847 INFO STEP 112 (remove_files) COMPLETE
49162025-02-21T22:41:00.827Z[ recovery-image] Feb 21 22:40:58.848 INFO O| Feb 21 22:40:58.847 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172025-02-21T22:41:00.832Z[ host-image] Feb 21 22:40:58.853 INFO O| Feb 21 22:40:58.853 INFO O| Planning: Finding local manifests ... Done
49182025-02-21T22:41:00.834Z[ host-image] Feb 21 22:40:58.854 INFO O| Feb 21 22:40:58.854 INFO O| Planning: Fetching manifests: 0/1 0% complete
49192025-02-21T22:41:00.871Z[ recovery-image] Feb 21 22:40:58.893 INFO O| Feb 21 22:40:58.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
49202025-02-21T22:41:00.871Z[ recovery-image] Feb 21 22:40:58.893 INFO O| Feb 21 22:40:58.893 INFO STEP 113 (remove_files) COMPLETE
49212025-02-21T22:41:00.871Z[ recovery-image] Feb 21 22:40:58.893 INFO O| Feb 21 22:40:58.893 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222025-02-21T22:41:00.899Z[ recovery-image] Feb 21 22:40:58.920 INFO O| Feb 21 22:40:58.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
49232025-02-21T22:41:00.902Z[ recovery-image] Feb 21 22:40:58.920 INFO O| Feb 21 22:40:58.920 INFO STEP 114 (remove_files) COMPLETE
49242025-02-21T22:41:00.902Z[ recovery-image] Feb 21 22:40:58.920 INFO O| Feb 21 22:40:58.920 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252025-02-21T22:41:00.918Z[ recovery-image] Feb 21 22:40:58.940 INFO O| Feb 21 22:40:58.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
49262025-02-21T22:41:00.919Z[ recovery-image] Feb 21 22:40:58.940 INFO O| Feb 21 22:40:58.940 INFO STEP 115 (remove_files) COMPLETE
49272025-02-21T22:41:00.921Z[ recovery-image] Feb 21 22:40:58.940 INFO O| Feb 21 22:40:58.940 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282025-02-21T22:41:00.939Z[ recovery-image] Feb 21 22:40:58.960 INFO O| Feb 21 22:40:58.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
49292025-02-21T22:41:00.939Z[ recovery-image] Feb 21 22:40:58.960 INFO O| Feb 21 22:40:58.960 INFO STEP 116 (remove_files) COMPLETE
49302025-02-21T22:41:00.939Z[ recovery-image] Feb 21 22:40:58.960 INFO O| Feb 21 22:40:58.960 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312025-02-21T22:41:00.958Z[ recovery-image] Feb 21 22:40:58.980 INFO O| Feb 21 22:40:58.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
49322025-02-21T22:41:00.980Z[ recovery-image] Feb 21 22:40:59.000 INFO O| Feb 21 22:40:59.000 INFO STEP 117 (remove_files) COMPLETE
49332025-02-21T22:41:00.980Z[ recovery-image] Feb 21 22:40:59.000 INFO O| Feb 21 22:40:59.000 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342025-02-21T22:41:01.012Z[ host-image] Feb 21 22:40:59.034 INFO O| Feb 21 22:40:59.033 INFO O| Planning: Fetching manifests: 1/1 100% complete
49352025-02-21T22:41:01.037Z[ recovery-image] Feb 21 22:40:59.058 INFO O| Feb 21 22:40:59.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
49362025-02-21T22:41:01.037Z[ recovery-image] Feb 21 22:40:59.058 INFO O| Feb 21 22:40:59.058 INFO STEP 118 (remove_files) COMPLETE
49372025-02-21T22:41:01.037Z[ recovery-image] Feb 21 22:40:59.058 INFO O| Feb 21 22:40:59.058 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382025-02-21T22:41:01.045Z[ host-image] Feb 21 22:40:59.066 INFO O| Feb 21 22:40:59.066 INFO O| Planning: Package planning ... Done
49392025-02-21T22:41:01.049Z[ host-image] Feb 21 22:40:59.067 INFO O| Feb 21 22:40:59.067 INFO O| Planning: Merging actions ... Done
49402025-02-21T22:41:01.058Z[ recovery-image] Feb 21 22:40:59.079 INFO O| Feb 21 22:40:59.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
49412025-02-21T22:41:01.061Z[ recovery-image] Feb 21 22:40:59.079 INFO O| Feb 21 22:40:59.079 INFO STEP 119 (remove_files) COMPLETE
49422025-02-21T22:41:01.061Z[ recovery-image] Feb 21 22:40:59.079 INFO O| Feb 21 22:40:59.079 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432025-02-21T22:41:01.078Z[ recovery-image] Feb 21 22:40:59.099 INFO O| Feb 21 22:40:59.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
49442025-02-21T22:41:01.081Z[ recovery-image] Feb 21 22:40:59.099 INFO O| Feb 21 22:40:59.099 INFO STEP 120 (remove_files) COMPLETE
49452025-02-21T22:41:01.081Z[ recovery-image] Feb 21 22:40:59.099 INFO O| Feb 21 22:40:59.099 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462025-02-21T22:41:01.103Z[ recovery-image] Feb 21 22:40:59.124 INFO O| Feb 21 22:40:59.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
49472025-02-21T22:41:01.103Z[ recovery-image] Feb 21 22:40:59.124 INFO O| Feb 21 22:40:59.124 INFO STEP 121 (remove_files) COMPLETE
49482025-02-21T22:41:01.103Z[ recovery-image] Feb 21 22:40:59.124 INFO O| Feb 21 22:40:59.124 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492025-02-21T22:41:01.131Z[ recovery-image] Feb 21 22:40:59.153 INFO O| Feb 21 22:40:59.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
49502025-02-21T22:41:01.134Z[ recovery-image] Feb 21 22:40:59.153 INFO O| Feb 21 22:40:59.153 INFO STEP 122 (remove_files) COMPLETE
49512025-02-21T22:41:01.134Z[ recovery-image] Feb 21 22:40:59.153 INFO O| Feb 21 22:40:59.153 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522025-02-21T22:41:01.171Z[ recovery-image] Feb 21 22:40:59.191 INFO O| Feb 21 22:40:59.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
49532025-02-21T22:41:01.174Z[ recovery-image] Feb 21 22:40:59.192 INFO O| Feb 21 22:40:59.192 INFO STEP 123 (remove_files) COMPLETE
49542025-02-21T22:41:01.174Z[ recovery-image] Feb 21 22:40:59.192 INFO O| Feb 21 22:40:59.192 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552025-02-21T22:41:01.182Z[ host-image] Feb 21 22:40:59.202 INFO O| Feb 21 22:40:59.202 INFO O| Planning: Checking for conflicting actions ... Done
49562025-02-21T22:41:01.185Z[ host-image] Feb 21 22:40:59.203 INFO O| Feb 21 22:40:59.203 INFO O| Planning: Consolidating action changes ... Done
49572025-02-21T22:41:01.211Z[ recovery-image] Feb 21 22:40:59.232 INFO O| Feb 21 22:40:59.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
49582025-02-21T22:41:01.211Z[ recovery-image] Feb 21 22:40:59.232 INFO O| Feb 21 22:40:59.232 INFO STEP 124 (remove_files) COMPLETE
49592025-02-21T22:41:01.211Z[ recovery-image] Feb 21 22:40:59.232 INFO O| Feb 21 22:40:59.232 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602025-02-21T22:41:01.246Z[ recovery-image] Feb 21 22:40:59.267 INFO O| Feb 21 22:40:59.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
49612025-02-21T22:41:01.246Z[ recovery-image] Feb 21 22:40:59.267 INFO O| Feb 21 22:40:59.267 INFO STEP 125 (remove_files) COMPLETE
49622025-02-21T22:41:01.248Z[ recovery-image] Feb 21 22:40:59.267 INFO O| Feb 21 22:40:59.267 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632025-02-21T22:41:01.264Z[ recovery-image] Feb 21 22:40:59.286 INFO O| Feb 21 22:40:59.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
49642025-02-21T22:41:01.265Z[ recovery-image] Feb 21 22:40:59.286 INFO O| Feb 21 22:40:59.286 INFO STEP 126 (remove_files) COMPLETE
49652025-02-21T22:41:01.267Z[ recovery-image] Feb 21 22:40:59.286 INFO O| Feb 21 22:40:59.286 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662025-02-21T22:41:01.294Z[ recovery-image] Feb 21 22:40:59.315 INFO O| Feb 21 22:40:59.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
49672025-02-21T22:41:01.294Z[ recovery-image] Feb 21 22:40:59.315 INFO O| Feb 21 22:40:59.315 INFO STEP 127 (remove_files) COMPLETE
49682025-02-21T22:41:01.297Z[ recovery-image] Feb 21 22:40:59.315 INFO O| Feb 21 22:40:59.315 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692025-02-21T22:41:01.321Z[ recovery-image] Feb 21 22:40:59.342 INFO O| Feb 21 22:40:59.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
49702025-02-21T22:41:01.324Z[ recovery-image] Feb 21 22:40:59.343 INFO O| Feb 21 22:40:59.342 INFO STEP 128 (remove_files) COMPLETE
49712025-02-21T22:41:01.324Z[ recovery-image] Feb 21 22:40:59.343 INFO O| Feb 21 22:40:59.343 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722025-02-21T22:41:01.342Z[ recovery-image] Feb 21 22:40:59.363 INFO O| Feb 21 22:40:59.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
49732025-02-21T22:41:01.345Z[ recovery-image] Feb 21 22:40:59.363 INFO O| Feb 21 22:40:59.363 INFO STEP 129 (remove_files) COMPLETE
49742025-02-21T22:41:01.345Z[ recovery-image] Feb 21 22:40:59.363 INFO O| Feb 21 22:40:59.363 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752025-02-21T22:41:01.362Z[ recovery-image] Feb 21 22:40:59.383 INFO O| Feb 21 22:40:59.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
49762025-02-21T22:41:01.365Z[ recovery-image] Feb 21 22:40:59.383 INFO O| Feb 21 22:40:59.383 INFO STEP 130 (remove_files) COMPLETE
49772025-02-21T22:41:01.365Z[ recovery-image] Feb 21 22:40:59.383 INFO O| Feb 21 22:40:59.383 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782025-02-21T22:41:01.389Z[ recovery-image] Feb 21 22:40:59.409 INFO O| Feb 21 22:40:59.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
49792025-02-21T22:41:01.389Z[ recovery-image] Feb 21 22:40:59.409 INFO O| Feb 21 22:40:59.409 INFO STEP 131 (remove_files) COMPLETE
49802025-02-21T22:41:01.389Z[ recovery-image] Feb 21 22:40:59.409 INFO O| Feb 21 22:40:59.409 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812025-02-21T22:41:01.444Z[ recovery-image] Feb 21 22:40:59.465 INFO O| Feb 21 22:40:59.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
49822025-02-21T22:41:01.447Z[ recovery-image] Feb 21 22:40:59.465 INFO O| Feb 21 22:40:59.465 INFO STEP 132 (remove_files) COMPLETE
49832025-02-21T22:41:01.447Z[ recovery-image] Feb 21 22:40:59.465 INFO O| Feb 21 22:40:59.465 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842025-02-21T22:41:01.503Z[ recovery-image] Feb 21 22:40:59.523 INFO O| Feb 21 22:40:59.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
49852025-02-21T22:41:01.503Z[ recovery-image] Feb 21 22:40:59.523 INFO O| Feb 21 22:40:59.523 INFO STEP 133 (remove_files) COMPLETE
49862025-02-21T22:41:01.503Z[ recovery-image] Feb 21 22:40:59.523 INFO O| Feb 21 22:40:59.523 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872025-02-21T22:41:01.549Z[ recovery-image] Feb 21 22:40:59.571 INFO O| Feb 21 22:40:59.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
49882025-02-21T22:41:01.549Z[ recovery-image] Feb 21 22:40:59.571 INFO O| Feb 21 22:40:59.571 INFO STEP 134 (remove_files) COMPLETE
49892025-02-21T22:41:01.549Z[ recovery-image] Feb 21 22:40:59.571 INFO O| Feb 21 22:40:59.571 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902025-02-21T22:41:01.569Z[ recovery-image] Feb 21 22:40:59.590 INFO O| Feb 21 22:40:59.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
49912025-02-21T22:41:01.572Z[ recovery-image] Feb 21 22:40:59.590 INFO O| Feb 21 22:40:59.590 INFO STEP 135 (remove_files) COMPLETE
49922025-02-21T22:41:01.572Z[ recovery-image] Feb 21 22:40:59.590 INFO O| Feb 21 22:40:59.590 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932025-02-21T22:41:01.599Z[ recovery-image] Feb 21 22:40:59.620 INFO O| Feb 21 22:40:59.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
49942025-02-21T22:41:01.599Z[ recovery-image] Feb 21 22:40:59.620 INFO O| Feb 21 22:40:59.620 INFO STEP 136 (remove_files) COMPLETE
49952025-02-21T22:41:01.599Z[ recovery-image] Feb 21 22:40:59.620 INFO O| Feb 21 22:40:59.620 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962025-02-21T22:41:01.620Z[ recovery-image] Feb 21 22:40:59.641 INFO O| Feb 21 22:40:59.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
49972025-02-21T22:41:01.637Z[ recovery-image] Feb 21 22:40:59.657 INFO O| Feb 21 22:40:59.657 INFO STEP 137 (remove_files) COMPLETE
49982025-02-21T22:41:01.637Z[ recovery-image] Feb 21 22:40:59.657 INFO O| Feb 21 22:40:59.657 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992025-02-21T22:41:01.659Z[ recovery-image] Feb 21 22:40:59.679 INFO O| Feb 21 22:40:59.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
50002025-02-21T22:41:01.679Z[ recovery-image] Feb 21 22:40:59.698 INFO O| Feb 21 22:40:59.698 INFO STEP 138 (remove_files) COMPLETE
50012025-02-21T22:41:01.679Z[ recovery-image] Feb 21 22:40:59.698 INFO O| Feb 21 22:40:59.698 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022025-02-21T22:41:01.683Z[ host-image] Feb 21 22:40:59.704 INFO O| Feb 21 22:40:59.704 INFO O| Planning: Evaluating mediators ... Done
50032025-02-21T22:41:01.687Z[ host-image] Feb 21 22:40:59.705 INFO O| Feb 21 22:40:59.705 INFO O| Planning: Planning completed in 5.39 seconds
50042025-02-21T22:41:01.690Z[ host-image] Feb 21 22:40:59.708 INFO O| Feb 21 22:40:59.708 INFO O| Packages to install: 1
50052025-02-21T22:41:01.707Z[ host-image] Feb 21 22:40:59.728 INFO O| Feb 21 22:40:59.728 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
50062025-02-21T22:41:01.786Z[ recovery-image] Feb 21 22:40:59.807 INFO O| Feb 21 22:40:59.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
50072025-02-21T22:41:01.789Z[ recovery-image] Feb 21 22:40:59.807 INFO O| Feb 21 22:40:59.807 INFO STEP 139 (remove_files) COMPLETE
50082025-02-21T22:41:01.789Z[ recovery-image] Feb 21 22:40:59.807 INFO O| Feb 21 22:40:59.807 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092025-02-21T22:41:01.810Z[ recovery-image] Feb 21 22:40:59.831 INFO O| Feb 21 22:40:59.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
50102025-02-21T22:41:01.810Z[ recovery-image] Feb 21 22:40:59.831 INFO O| Feb 21 22:40:59.831 INFO STEP 140 (remove_files) COMPLETE
50112025-02-21T22:41:01.814Z[ recovery-image] Feb 21 22:40:59.831 INFO O| Feb 21 22:40:59.831 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122025-02-21T22:41:01.883Z[ recovery-image] Feb 21 22:40:59.901 INFO O| Feb 21 22:40:59.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
50132025-02-21T22:41:01.883Z[ recovery-image] Feb 21 22:40:59.901 INFO O| Feb 21 22:40:59.901 INFO STEP 141 (remove_files) COMPLETE
50142025-02-21T22:41:01.883Z[ recovery-image] Feb 21 22:40:59.901 INFO O| Feb 21 22:40:59.901 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152025-02-21T22:41:01.899Z[ recovery-image] Feb 21 22:40:59.920 INFO O| Feb 21 22:40:59.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
50162025-02-21T22:41:01.899Z[ recovery-image] Feb 21 22:40:59.920 INFO O| Feb 21 22:40:59.920 INFO STEP 142 (remove_files) COMPLETE
50172025-02-21T22:41:01.900Z[ recovery-image] Feb 21 22:40:59.920 INFO O| Feb 21 22:40:59.920 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182025-02-21T22:41:01.918Z[ recovery-image] Feb 21 22:40:59.938 INFO O| Feb 21 22:40:59.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
50192025-02-21T22:41:01.918Z[ recovery-image] Feb 21 22:40:59.938 INFO O| Feb 21 22:40:59.938 INFO STEP 143 (remove_files) COMPLETE
50202025-02-21T22:41:01.918Z[ recovery-image] Feb 21 22:40:59.938 INFO O| Feb 21 22:40:59.938 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212025-02-21T22:41:01.936Z[ recovery-image] Feb 21 22:40:59.956 INFO O| Feb 21 22:40:59.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
50222025-02-21T22:41:01.936Z[ recovery-image] Feb 21 22:40:59.956 INFO O| Feb 21 22:40:59.956 INFO STEP 144 (remove_files) COMPLETE
50232025-02-21T22:41:01.936Z[ recovery-image] Feb 21 22:40:59.956 INFO O| Feb 21 22:40:59.956 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242025-02-21T22:41:01.954Z[ recovery-image] Feb 21 22:40:59.975 INFO O| Feb 21 22:40:59.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
50252025-02-21T22:41:01.954Z[ recovery-image] Feb 21 22:40:59.975 INFO O| Feb 21 22:40:59.975 INFO STEP 145 (remove_files) COMPLETE
50262025-02-21T22:41:01.957Z[ recovery-image] Feb 21 22:40:59.975 INFO O| Feb 21 22:40:59.975 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272025-02-21T22:41:01.972Z[ recovery-image] Feb 21 22:40:59.993 INFO O| Feb 21 22:40:59.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
50282025-02-21T22:41:01.972Z[ recovery-image] Feb 21 22:40:59.993 INFO O| Feb 21 22:40:59.993 INFO STEP 146 (remove_files) COMPLETE
50292025-02-21T22:41:01.972Z[ recovery-image] Feb 21 22:40:59.993 INFO O| Feb 21 22:40:59.993 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302025-02-21T22:41:01.991Z[ recovery-image] Feb 21 22:41:00.012 INFO O| Feb 21 22:41:00.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
50312025-02-21T22:41:02.016Z[ recovery-image] Feb 21 22:41:00.037 INFO O| Feb 21 22:41:00.037 INFO STEP 147 (remove_files) COMPLETE
50322025-02-21T22:41:02.016Z[ recovery-image] Feb 21 22:41:00.037 INFO O| Feb 21 22:41:00.037 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332025-02-21T22:41:02.037Z[ recovery-image] Feb 21 22:41:00.058 INFO O| Feb 21 22:41:00.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
50342025-02-21T22:41:02.037Z[ recovery-image] Feb 21 22:41:00.058 INFO O| Feb 21 22:41:00.058 INFO STEP 148 (remove_files) COMPLETE
50352025-02-21T22:41:02.040Z[ recovery-image] Feb 21 22:41:00.058 INFO O| Feb 21 22:41:00.058 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-02-21T22:41:02.058Z[ recovery-image] Feb 21 22:41:00.077 INFO O| Feb 21 22:41:00.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
50372025-02-21T22:41:02.058Z[ recovery-image] Feb 21 22:41:00.077 INFO O| Feb 21 22:41:00.077 INFO STEP 149 (remove_files) COMPLETE
50382025-02-21T22:41:02.061Z[ recovery-image] Feb 21 22:41:00.078 INFO O| Feb 21 22:41:00.077 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-02-21T22:41:02.076Z[ recovery-image] Feb 21 22:41:00.097 INFO O| Feb 21 22:41:00.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
50402025-02-21T22:41:02.076Z[ recovery-image] Feb 21 22:41:00.097 INFO O| Feb 21 22:41:00.097 INFO STEP 150 (remove_files) COMPLETE
50412025-02-21T22:41:02.076Z[ recovery-image] Feb 21 22:41:00.098 INFO O| Feb 21 22:41:00.097 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-02-21T22:41:02.098Z[ recovery-image] Feb 21 22:41:00.119 INFO O| Feb 21 22:41:00.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
50432025-02-21T22:41:02.098Z[ recovery-image] Feb 21 22:41:00.119 INFO O| Feb 21 22:41:00.119 INFO STEP 151 (remove_files) COMPLETE
50442025-02-21T22:41:02.101Z[ recovery-image] Feb 21 22:41:00.119 INFO O| Feb 21 22:41:00.119 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452025-02-21T22:41:02.118Z[ recovery-image] Feb 21 22:41:00.139 INFO O| Feb 21 22:41:00.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
50462025-02-21T22:41:02.118Z[ recovery-image] Feb 21 22:41:00.140 INFO O| Feb 21 22:41:00.140 INFO STEP 152 (remove_files) COMPLETE
50472025-02-21T22:41:02.121Z[ recovery-image] Feb 21 22:41:00.140 INFO O| Feb 21 22:41:00.140 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482025-02-21T22:41:02.146Z[ recovery-image] Feb 21 22:41:00.167 INFO O| Feb 21 22:41:00.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
50492025-02-21T22:41:02.146Z[ recovery-image] Feb 21 22:41:00.167 INFO O| Feb 21 22:41:00.167 INFO STEP 153 (remove_files) COMPLETE
50502025-02-21T22:41:02.151Z[ recovery-image] Feb 21 22:41:00.167 INFO O| Feb 21 22:41:00.167 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512025-02-21T22:41:02.180Z[ recovery-image] Feb 21 22:41:00.201 INFO O| Feb 21 22:41:00.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
50522025-02-21T22:41:02.180Z[ recovery-image] Feb 21 22:41:00.201 INFO O| Feb 21 22:41:00.201 INFO STEP 154 (remove_files) COMPLETE
50532025-02-21T22:41:02.183Z[ recovery-image] Feb 21 22:41:00.201 INFO O| Feb 21 22:41:00.201 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542025-02-21T22:41:02.205Z[ recovery-image] Feb 21 22:41:00.225 INFO O| Feb 21 22:41:00.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
50552025-02-21T22:41:02.205Z[ recovery-image] Feb 21 22:41:00.226 INFO O| Feb 21 22:41:00.225 INFO STEP 155 (remove_files) COMPLETE
50562025-02-21T22:41:02.208Z[ recovery-image] Feb 21 22:41:00.226 INFO O| Feb 21 22:41:00.226 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572025-02-21T22:41:02.226Z[ recovery-image] Feb 21 22:41:00.247 INFO O| Feb 21 22:41:00.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
50582025-02-21T22:41:02.229Z[ recovery-image] Feb 21 22:41:00.247 INFO O| Feb 21 22:41:00.247 INFO STEP 156 (remove_files) COMPLETE
50592025-02-21T22:41:02.229Z[ recovery-image] Feb 21 22:41:00.248 INFO O| Feb 21 22:41:00.248 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602025-02-21T22:41:02.247Z[ recovery-image] Feb 21 22:41:00.268 INFO O| Feb 21 22:41:00.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
50612025-02-21T22:41:02.250Z[ recovery-image] Feb 21 22:41:00.268 INFO O| Feb 21 22:41:00.268 INFO STEP 157 (remove_files) COMPLETE
50622025-02-21T22:41:02.250Z[ recovery-image] Feb 21 22:41:00.268 INFO O| Feb 21 22:41:00.268 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632025-02-21T22:41:02.331Z[ recovery-image] Feb 21 22:41:00.352 INFO O| Feb 21 22:41:00.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
50642025-02-21T22:41:02.334Z[ recovery-image] Feb 21 22:41:00.352 INFO O| Feb 21 22:41:00.352 INFO STEP 158 (remove_files) COMPLETE
50652025-02-21T22:41:02.334Z[ recovery-image] Feb 21 22:41:00.352 INFO O| Feb 21 22:41:00.352 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662025-02-21T22:41:02.348Z[ host-image] Feb 21 22:41:00.369 INFO O| Feb 21 22:41:00.369 INFO O| Download: Completed 10.27 MB in 0.64 seconds (16.0M/s)
50672025-02-21T22:41:02.352Z[ recovery-image] Feb 21 22:41:00.373 INFO O| Feb 21 22:41:00.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
50682025-02-21T22:41:02.355Z[ recovery-image] Feb 21 22:41:00.374 INFO O| Feb 21 22:41:00.373 INFO STEP 159 (remove_files) COMPLETE
50692025-02-21T22:41:02.355Z[ recovery-image] Feb 21 22:41:00.374 INFO O| Feb 21 22:41:00.374 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702025-02-21T22:41:02.395Z[ recovery-image] Feb 21 22:41:00.416 INFO O| Feb 21 22:41:00.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
50712025-02-21T22:41:02.395Z[ recovery-image] Feb 21 22:41:00.416 INFO O| Feb 21 22:41:00.416 INFO STEP 160 (remove_files) COMPLETE
50722025-02-21T22:41:02.398Z[ recovery-image] Feb 21 22:41:00.416 INFO O| Feb 21 22:41:00.416 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732025-02-21T22:41:02.423Z[ recovery-image] Feb 21 22:41:00.444 INFO O| Feb 21 22:41:00.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
50742025-02-21T22:41:02.423Z[ recovery-image] Feb 21 22:41:00.444 INFO O| Feb 21 22:41:00.444 INFO STEP 161 (remove_files) COMPLETE
50752025-02-21T22:41:02.423Z[ recovery-image] Feb 21 22:41:00.444 INFO O| Feb 21 22:41:00.444 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762025-02-21T22:41:02.433Z[ host-image] Feb 21 22:41:00.454 INFO O| Feb 21 22:41:00.454 INFO O| Actions: 1/22 actions (Installing new actions)
50772025-02-21T22:41:02.464Z[ recovery-image] Feb 21 22:41:00.485 INFO O| Feb 21 22:41:00.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
50782025-02-21T22:41:02.491Z[ recovery-image] Feb 21 22:41:00.511 INFO O| Feb 21 22:41:00.511 INFO STEP 162 (remove_files) COMPLETE
50792025-02-21T22:41:02.491Z[ recovery-image] Feb 21 22:41:00.511 INFO O| Feb 21 22:41:00.511 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802025-02-21T22:41:02.552Z[ recovery-image] Feb 21 22:41:00.573 INFO O| Feb 21 22:41:00.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
50812025-02-21T22:41:02.552Z[ recovery-image] Feb 21 22:41:00.573 INFO O| Feb 21 22:41:00.573 INFO STEP 163 (remove_files) COMPLETE
50822025-02-21T22:41:02.555Z[ recovery-image] Feb 21 22:41:00.573 INFO O| Feb 21 22:41:00.573 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832025-02-21T22:41:02.587Z[ recovery-image] Feb 21 22:41:00.608 INFO O| Feb 21 22:41:00.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
50842025-02-21T22:41:02.587Z[ recovery-image] Feb 21 22:41:00.608 INFO O| Feb 21 22:41:00.608 INFO STEP 164 (remove_files) COMPLETE
50852025-02-21T22:41:02.587Z[ recovery-image] Feb 21 22:41:00.608 INFO O| Feb 21 22:41:00.608 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862025-02-21T22:41:02.609Z[ recovery-image] Feb 21 22:41:00.630 INFO O| Feb 21 22:41:00.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
50872025-02-21T22:41:02.609Z[ recovery-image] Feb 21 22:41:00.630 INFO O| Feb 21 22:41:00.630 INFO STEP 165 (remove_files) COMPLETE
50882025-02-21T22:41:02.612Z[ recovery-image] Feb 21 22:41:00.630 INFO O| Feb 21 22:41:00.630 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892025-02-21T22:41:02.630Z[ recovery-image] Feb 21 22:41:00.651 INFO O| Feb 21 22:41:00.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
50902025-02-21T22:41:02.630Z[ recovery-image] Feb 21 22:41:00.651 INFO O| Feb 21 22:41:00.651 INFO STEP 166 (remove_files) COMPLETE
50912025-02-21T22:41:02.633Z[ recovery-image] Feb 21 22:41:00.651 INFO O| Feb 21 22:41:00.651 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922025-02-21T22:41:02.653Z[ recovery-image] Feb 21 22:41:00.674 INFO O| Feb 21 22:41:00.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
50932025-02-21T22:41:02.653Z[ recovery-image] Feb 21 22:41:00.674 INFO O| Feb 21 22:41:00.674 INFO STEP 167 (remove_files) COMPLETE
50942025-02-21T22:41:02.653Z[ recovery-image] Feb 21 22:41:00.674 INFO O| Feb 21 22:41:00.674 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952025-02-21T22:41:02.691Z[ recovery-image] Feb 21 22:41:00.712 INFO O| Feb 21 22:41:00.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
50962025-02-21T22:41:02.691Z[ recovery-image] Feb 21 22:41:00.712 INFO O| Feb 21 22:41:00.712 INFO STEP 168 (remove_files) COMPLETE
50972025-02-21T22:41:02.691Z[ recovery-image] Feb 21 22:41:00.712 INFO O| Feb 21 22:41:00.712 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982025-02-21T22:41:02.716Z[ recovery-image] Feb 21 22:41:00.737 INFO O| Feb 21 22:41:00.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
50992025-02-21T22:41:02.716Z[ recovery-image] Feb 21 22:41:00.737 INFO O| Feb 21 22:41:00.737 INFO STEP 169 (remove_files) COMPLETE
51002025-02-21T22:41:02.716Z[ recovery-image] Feb 21 22:41:00.737 INFO O| Feb 21 22:41:00.737 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-02-21T22:41:02.740Z[ recovery-image] Feb 21 22:41:00.761 INFO O| Feb 21 22:41:00.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
51022025-02-21T22:41:02.740Z[ recovery-image] Feb 21 22:41:00.761 INFO O| Feb 21 22:41:00.761 INFO STEP 170 (remove_files) COMPLETE
51032025-02-21T22:41:02.740Z[ recovery-image] Feb 21 22:41:00.761 INFO O| Feb 21 22:41:00.761 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-02-21T22:41:02.763Z[ recovery-image] Feb 21 22:41:00.784 INFO O| Feb 21 22:41:00.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
51052025-02-21T22:41:02.763Z[ recovery-image] Feb 21 22:41:00.784 INFO O| Feb 21 22:41:00.784 INFO STEP 171 (remove_files) COMPLETE
51062025-02-21T22:41:02.763Z[ recovery-image] Feb 21 22:41:00.784 INFO O| Feb 21 22:41:00.784 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-02-21T22:41:02.797Z[ recovery-image] Feb 21 22:41:00.818 INFO O| Feb 21 22:41:00.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
51082025-02-21T22:41:02.797Z[ recovery-image] Feb 21 22:41:00.818 INFO O| Feb 21 22:41:00.818 INFO STEP 172 (remove_files) COMPLETE
51092025-02-21T22:41:02.797Z[ recovery-image] Feb 21 22:41:00.818 INFO O| Feb 21 22:41:00.818 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-02-21T22:41:02.903Z[ host-image] Feb 21 22:41:00.924 INFO O| Feb 21 22:41:00.924 INFO O| Actions: Completed 22 actions in 0.47 seconds.
51112025-02-21T22:41:02.951Z[ recovery-image] Feb 21 22:41:00.970 INFO O| Feb 21 22:41:00.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
51122025-02-21T22:41:02.951Z[ recovery-image] Feb 21 22:41:00.970 INFO O| Feb 21 22:41:00.970 INFO STEP 173 (remove_files) COMPLETE
51132025-02-21T22:41:02.951Z[ recovery-image] Feb 21 22:41:00.970 INFO O| Feb 21 22:41:00.970 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-02-21T22:41:02.972Z[ recovery-image] Feb 21 22:41:00.992 INFO O| Feb 21 22:41:00.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
51152025-02-21T22:41:02.972Z[ recovery-image] Feb 21 22:41:00.993 INFO O| Feb 21 22:41:00.992 INFO STEP 174 (remove_files) COMPLETE
51162025-02-21T22:41:02.972Z[ recovery-image] Feb 21 22:41:00.993 INFO O| Feb 21 22:41:00.992 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-02-21T22:41:03.010Z[ recovery-image] Feb 21 22:41:01.031 INFO O| Feb 21 22:41:01.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
51182025-02-21T22:41:03.010Z[ recovery-image] Feb 21 22:41:01.031 INFO O| Feb 21 22:41:01.031 INFO STEP 175 (remove_files) COMPLETE
51192025-02-21T22:41:03.010Z[ recovery-image] Feb 21 22:41:01.031 INFO O| Feb 21 22:41:01.031 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-02-21T22:41:03.085Z[ recovery-image] Feb 21 22:41:01.106 INFO O| Feb 21 22:41:01.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
51212025-02-21T22:41:03.085Z[ recovery-image] Feb 21 22:41:01.106 INFO O| Feb 21 22:41:01.106 INFO STEP 176 (remove_files) COMPLETE
51222025-02-21T22:41:03.088Z[ recovery-image] Feb 21 22:41:01.106 INFO O| Feb 21 22:41:01.106 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-02-21T22:41:03.130Z[ recovery-image] Feb 21 22:41:01.150 INFO O| Feb 21 22:41:01.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
51242025-02-21T22:41:03.130Z[ recovery-image] Feb 21 22:41:01.151 INFO O| Feb 21 22:41:01.151 INFO STEP 177 (remove_files) COMPLETE
51252025-02-21T22:41:03.133Z[ recovery-image] Feb 21 22:41:01.151 INFO O| Feb 21 22:41:01.151 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-02-21T22:41:03.149Z[ recovery-image] Feb 21 22:41:01.169 INFO O| Feb 21 22:41:01.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
51272025-02-21T22:41:03.149Z[ recovery-image] Feb 21 22:41:01.170 INFO O| Feb 21 22:41:01.169 INFO STEP 178 (remove_files) COMPLETE
51282025-02-21T22:41:03.149Z[ recovery-image] Feb 21 22:41:01.170 INFO O| Feb 21 22:41:01.170 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292025-02-21T22:41:03.184Z[ recovery-image] Feb 21 22:41:01.205 INFO O| Feb 21 22:41:01.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
51302025-02-21T22:41:03.204Z[ recovery-image] Feb 21 22:41:01.225 INFO O| Feb 21 22:41:01.225 INFO STEP 179 (remove_files) COMPLETE
51312025-02-21T22:41:03.204Z[ recovery-image] Feb 21 22:41:01.225 INFO O| Feb 21 22:41:01.225 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322025-02-21T22:41:03.240Z[ recovery-image] Feb 21 22:41:01.261 INFO O| Feb 21 22:41:01.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
51332025-02-21T22:41:03.240Z[ recovery-image] Feb 21 22:41:01.261 INFO O| Feb 21 22:41:01.261 INFO STEP 180 (remove_files) COMPLETE
51342025-02-21T22:41:03.240Z[ recovery-image] Feb 21 22:41:01.261 INFO O| Feb 21 22:41:01.261 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352025-02-21T22:41:03.263Z[ recovery-image] Feb 21 22:41:01.283 INFO O| Feb 21 22:41:01.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
51362025-02-21T22:41:03.263Z[ recovery-image] Feb 21 22:41:01.283 INFO O| Feb 21 22:41:01.283 INFO STEP 181 (remove_files) COMPLETE
51372025-02-21T22:41:03.266Z[ recovery-image] Feb 21 22:41:01.283 INFO O| Feb 21 22:41:01.283 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382025-02-21T22:41:03.297Z[ recovery-image] Feb 21 22:41:01.315 INFO O| Feb 21 22:41:01.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
51392025-02-21T22:41:03.308Z[ recovery-image] Feb 21 22:41:01.315 INFO O| Feb 21 22:41:01.315 INFO STEP 182 (remove_files) COMPLETE
51402025-02-21T22:41:03.308Z[ recovery-image] Feb 21 22:41:01.316 INFO O| Feb 21 22:41:01.315 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412025-02-21T22:41:03.343Z[ recovery-image] Feb 21 22:41:01.363 INFO O| Feb 21 22:41:01.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
51422025-02-21T22:41:03.343Z[ recovery-image] Feb 21 22:41:01.363 INFO O| Feb 21 22:41:01.363 INFO STEP 183 (remove_files) COMPLETE
51432025-02-21T22:41:03.343Z[ recovery-image] Feb 21 22:41:01.363 INFO O| Feb 21 22:41:01.363 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442025-02-21T22:41:03.376Z[ recovery-image] Feb 21 22:41:01.397 INFO O| Feb 21 22:41:01.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
51452025-02-21T22:41:03.376Z[ recovery-image] Feb 21 22:41:01.397 INFO O| Feb 21 22:41:01.397 INFO STEP 184 (remove_files) COMPLETE
51462025-02-21T22:41:03.376Z[ recovery-image] Feb 21 22:41:01.397 INFO O| Feb 21 22:41:01.397 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472025-02-21T22:41:03.414Z[ recovery-image] Feb 21 22:41:01.435 INFO O| Feb 21 22:41:01.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
51482025-02-21T22:41:03.414Z[ recovery-image] Feb 21 22:41:01.435 INFO O| Feb 21 22:41:01.435 INFO STEP 185 (remove_files) COMPLETE
51492025-02-21T22:41:03.417Z[ recovery-image] Feb 21 22:41:01.435 INFO O| Feb 21 22:41:01.435 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502025-02-21T22:41:03.451Z[ recovery-image] Feb 21 22:41:01.472 INFO O| Feb 21 22:41:01.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
51512025-02-21T22:41:03.451Z[ recovery-image] Feb 21 22:41:01.472 INFO O| Feb 21 22:41:01.472 INFO STEP 186 (remove_files) COMPLETE
51522025-02-21T22:41:03.451Z[ recovery-image] Feb 21 22:41:01.472 INFO O| Feb 21 22:41:01.472 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532025-02-21T22:41:03.490Z[ recovery-image] Feb 21 22:41:01.511 INFO O| Feb 21 22:41:01.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
51542025-02-21T22:41:03.490Z[ recovery-image] Feb 21 22:41:01.511 INFO O| Feb 21 22:41:01.511 INFO STEP 187 (remove_files) COMPLETE
51552025-02-21T22:41:03.493Z[ recovery-image] Feb 21 22:41:01.511 INFO O| Feb 21 22:41:01.511 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562025-02-21T22:41:03.522Z[ recovery-image] Feb 21 22:41:01.543 INFO O| Feb 21 22:41:01.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
51572025-02-21T22:41:03.525Z[ recovery-image] Feb 21 22:41:01.543 INFO O| Feb 21 22:41:01.543 INFO STEP 188 (remove_files) COMPLETE
51582025-02-21T22:41:03.525Z[ recovery-image] Feb 21 22:41:01.544 INFO O| Feb 21 22:41:01.544 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592025-02-21T22:41:03.525Z[ host-image] Feb 21 22:41:01.544 INFO O| Feb 21 22:41:01.544 INFO O| Done
51602025-02-21T22:41:03.525Z[ host-image] Feb 21 22:41:01.544 INFO O| Feb 21 22:41:01.544 INFO O| Done
51612025-02-21T22:41:03.547Z[ recovery-image] Feb 21 22:41:01.566 INFO O| Feb 21 22:41:01.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
51622025-02-21T22:41:03.547Z[ recovery-image] Feb 21 22:41:01.566 INFO O| Feb 21 22:41:01.566 INFO STEP 189 (remove_files) COMPLETE
51632025-02-21T22:41:03.547Z[ recovery-image] Feb 21 22:41:01.566 INFO O| Feb 21 22:41:01.566 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642025-02-21T22:41:03.566Z[ recovery-image] Feb 21 22:41:01.587 INFO O| Feb 21 22:41:01.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
51652025-02-21T22:41:03.569Z[ recovery-image] Feb 21 22:41:01.587 INFO O| Feb 21 22:41:01.587 INFO STEP 190 (remove_files) COMPLETE
51662025-02-21T22:41:03.569Z[ recovery-image] Feb 21 22:41:01.587 INFO O| Feb 21 22:41:01.587 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672025-02-21T22:41:03.587Z[ recovery-image] Feb 21 22:41:01.608 INFO O| Feb 21 22:41:01.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
51682025-02-21T22:41:03.590Z[ recovery-image] Feb 21 22:41:01.608 INFO O| Feb 21 22:41:01.608 INFO STEP 191 (remove_files) COMPLETE
51692025-02-21T22:41:03.590Z[ recovery-image] Feb 21 22:41:01.608 INFO O| Feb 21 22:41:01.608 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702025-02-21T22:41:03.608Z[ recovery-image] Feb 21 22:41:01.628 INFO O| Feb 21 22:41:01.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
51712025-02-21T22:41:03.610Z[ recovery-image] Feb 21 22:41:01.629 INFO O| Feb 21 22:41:01.629 INFO STEP 192 (remove_files) COMPLETE
51722025-02-21T22:41:03.610Z[ recovery-image] Feb 21 22:41:01.629 INFO O| Feb 21 22:41:01.629 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732025-02-21T22:41:03.669Z[ recovery-image] Feb 21 22:41:01.690 INFO O| Feb 21 22:41:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
51742025-02-21T22:41:03.672Z[ recovery-image] Feb 21 22:41:01.691 INFO O| Feb 21 22:41:01.691 INFO STEP 193 (remove_files) COMPLETE
51752025-02-21T22:41:03.672Z[ recovery-image] Feb 21 22:41:01.691 INFO O| Feb 21 22:41:01.691 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762025-02-21T22:41:03.726Z[ recovery-image] Feb 21 22:41:01.747 INFO O| Feb 21 22:41:01.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
51772025-02-21T22:41:03.729Z[ recovery-image] Feb 21 22:41:01.747 INFO O| Feb 21 22:41:01.747 INFO STEP 194 (remove_files) COMPLETE
51782025-02-21T22:41:03.729Z[ recovery-image] Feb 21 22:41:01.747 INFO O| Feb 21 22:41:01.747 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792025-02-21T22:41:03.747Z[ recovery-image] Feb 21 22:41:01.767 INFO O| Feb 21 22:41:01.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
51802025-02-21T22:41:03.750Z[ recovery-image] Feb 21 22:41:01.768 INFO O| Feb 21 22:41:01.768 INFO STEP 195 (remove_files) COMPLETE
51812025-02-21T22:41:03.750Z[ recovery-image] Feb 21 22:41:01.768 INFO O| Feb 21 22:41:01.768 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822025-02-21T22:41:03.767Z[ recovery-image] Feb 21 22:41:01.788 INFO O| Feb 21 22:41:01.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
51832025-02-21T22:41:03.787Z[ recovery-image] Feb 21 22:41:01.808 INFO O| Feb 21 22:41:01.808 INFO STEP 196 (remove_files) COMPLETE
51842025-02-21T22:41:03.790Z[ recovery-image] Feb 21 22:41:01.808 INFO O| Feb 21 22:41:01.808 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852025-02-21T22:41:03.814Z[ recovery-image] Feb 21 22:41:01.835 INFO O| Feb 21 22:41:01.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
51862025-02-21T22:41:03.814Z[ recovery-image] Feb 21 22:41:01.835 INFO O| Feb 21 22:41:01.835 INFO STEP 197 (remove_files) COMPLETE
51872025-02-21T22:41:03.815Z[ recovery-image] Feb 21 22:41:01.835 INFO O| Feb 21 22:41:01.835 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882025-02-21T22:41:03.837Z[ recovery-image] Feb 21 22:41:01.858 INFO O| Feb 21 22:41:01.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
51892025-02-21T22:41:03.837Z[ recovery-image] Feb 21 22:41:01.858 INFO O| Feb 21 22:41:01.858 INFO STEP 198 (remove_files) COMPLETE
51902025-02-21T22:41:03.840Z[ recovery-image] Feb 21 22:41:01.858 INFO O| Feb 21 22:41:01.858 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912025-02-21T22:41:03.866Z[ recovery-image] Feb 21 22:41:01.887 INFO O| Feb 21 22:41:01.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
51922025-02-21T22:41:03.866Z[ recovery-image] Feb 21 22:41:01.887 INFO O| Feb 21 22:41:01.887 INFO STEP 199 (remove_files) COMPLETE
51932025-02-21T22:41:03.866Z[ recovery-image] Feb 21 22:41:01.887 INFO O| Feb 21 22:41:01.887 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942025-02-21T22:41:03.889Z[ recovery-image] Feb 21 22:41:01.910 INFO O| Feb 21 22:41:01.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
51952025-02-21T22:41:03.889Z[ recovery-image] Feb 21 22:41:01.910 INFO O| Feb 21 22:41:01.910 INFO STEP 200 (remove_files) COMPLETE
51962025-02-21T22:41:03.889Z[ recovery-image] Feb 21 22:41:01.910 INFO O| Feb 21 22:41:01.910 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972025-02-21T22:41:03.910Z[ recovery-image] Feb 21 22:41:01.931 INFO O| Feb 21 22:41:01.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
51982025-02-21T22:41:03.910Z[ recovery-image] Feb 21 22:41:01.931 INFO O| Feb 21 22:41:01.931 INFO STEP 201 (remove_files) COMPLETE
51992025-02-21T22:41:03.910Z[ recovery-image] Feb 21 22:41:01.931 INFO O| Feb 21 22:41:01.931 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002025-02-21T22:41:03.942Z[ recovery-image] Feb 21 22:41:01.962 INFO O| Feb 21 22:41:01.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
52012025-02-21T22:41:03.942Z[ recovery-image] Feb 21 22:41:01.962 INFO O| Feb 21 22:41:01.962 INFO STEP 202 (remove_files) COMPLETE
52022025-02-21T22:41:03.942Z[ recovery-image] Feb 21 22:41:01.962 INFO O| Feb 21 22:41:01.962 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032025-02-21T22:41:03.960Z[ recovery-image] Feb 21 22:41:01.980 INFO O| Feb 21 22:41:01.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
52042025-02-21T22:41:03.960Z[ recovery-image] Feb 21 22:41:01.981 INFO O| Feb 21 22:41:01.981 INFO STEP 203 (remove_files) COMPLETE
52052025-02-21T22:41:03.960Z[ recovery-image] Feb 21 22:41:01.981 INFO O| Feb 21 22:41:01.981 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062025-02-21T22:41:03.991Z[ recovery-image] Feb 21 22:41:02.011 INFO O| Feb 21 22:41:02.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
52072025-02-21T22:41:03.993Z[ recovery-image] Feb 21 22:41:02.011 INFO O| Feb 21 22:41:02.011 INFO STEP 204 (remove_files) COMPLETE
52082025-02-21T22:41:03.993Z[ recovery-image] Feb 21 22:41:02.012 INFO O| Feb 21 22:41:02.011 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092025-02-21T22:41:04.012Z[ recovery-image] Feb 21 22:41:02.033 INFO O| Feb 21 22:41:02.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
52102025-02-21T22:41:04.012Z[ recovery-image] Feb 21 22:41:02.033 INFO O| Feb 21 22:41:02.033 INFO STEP 205 (remove_files) COMPLETE
52112025-02-21T22:41:04.012Z[ recovery-image] Feb 21 22:41:02.033 INFO O| Feb 21 22:41:02.033 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122025-02-21T22:41:04.053Z[ recovery-image] Feb 21 22:41:02.073 INFO O| Feb 21 22:41:02.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
52132025-02-21T22:41:04.055Z[ recovery-image] Feb 21 22:41:02.074 INFO O| Feb 21 22:41:02.074 INFO STEP 206 (remove_files) COMPLETE
52142025-02-21T22:41:04.056Z[ recovery-image] Feb 21 22:41:02.074 INFO O| Feb 21 22:41:02.074 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152025-02-21T22:41:04.073Z[ recovery-image] Feb 21 22:41:02.094 INFO O| Feb 21 22:41:02.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
52162025-02-21T22:41:04.076Z[ recovery-image] Feb 21 22:41:02.094 INFO O| Feb 21 22:41:02.094 INFO STEP 207 (remove_files) COMPLETE
52172025-02-21T22:41:04.076Z[ recovery-image] Feb 21 22:41:02.094 INFO O| Feb 21 22:41:02.094 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182025-02-21T22:41:04.092Z[ recovery-image] Feb 21 22:41:02.113 INFO O| Feb 21 22:41:02.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
52192025-02-21T22:41:04.095Z[ recovery-image] Feb 21 22:41:02.113 INFO O| Feb 21 22:41:02.113 INFO STEP 208 (remove_files) COMPLETE
52202025-02-21T22:41:04.095Z[ recovery-image] Feb 21 22:41:02.113 INFO O| Feb 21 22:41:02.113 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212025-02-21T22:41:04.153Z[ recovery-image] Feb 21 22:41:02.174 INFO O| Feb 21 22:41:02.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
52222025-02-21T22:41:04.156Z[ recovery-image] Feb 21 22:41:02.174 INFO O| Feb 21 22:41:02.174 INFO STEP 209 (remove_files) COMPLETE
52232025-02-21T22:41:04.156Z[ recovery-image] Feb 21 22:41:02.174 INFO O| Feb 21 22:41:02.174 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242025-02-21T22:41:04.174Z[ recovery-image] Feb 21 22:41:02.195 INFO O| Feb 21 22:41:02.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
52252025-02-21T22:41:04.191Z[ recovery-image] Feb 21 22:41:02.212 INFO O| Feb 21 22:41:02.212 INFO STEP 210 (remove_files) COMPLETE
52262025-02-21T22:41:04.191Z[ recovery-image] Feb 21 22:41:02.212 INFO O| Feb 21 22:41:02.212 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272025-02-21T22:41:04.213Z[ recovery-image] Feb 21 22:41:02.234 INFO O| Feb 21 22:41:02.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
52282025-02-21T22:41:04.216Z[ recovery-image] Feb 21 22:41:02.234 INFO O| Feb 21 22:41:02.234 INFO STEP 211 (remove_files) COMPLETE
52292025-02-21T22:41:04.216Z[ recovery-image] Feb 21 22:41:02.234 INFO O| Feb 21 22:41:02.234 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302025-02-21T22:41:04.237Z[ recovery-image] Feb 21 22:41:02.258 INFO O| Feb 21 22:41:02.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
52312025-02-21T22:41:04.237Z[ recovery-image] Feb 21 22:41:02.258 INFO O| Feb 21 22:41:02.258 INFO STEP 212 (remove_files) COMPLETE
52322025-02-21T22:41:04.237Z[ recovery-image] Feb 21 22:41:02.258 INFO O| Feb 21 22:41:02.258 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332025-02-21T22:41:04.304Z[ recovery-image] Feb 21 22:41:02.324 INFO O| Feb 21 22:41:02.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
52342025-02-21T22:41:04.304Z[ recovery-image] Feb 21 22:41:02.324 INFO O| Feb 21 22:41:02.324 INFO STEP 213 (remove_files) COMPLETE
52352025-02-21T22:41:04.307Z[ recovery-image] Feb 21 22:41:02.324 INFO O| Feb 21 22:41:02.324 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362025-02-21T22:41:04.331Z[ recovery-image] Feb 21 22:41:02.352 INFO O| Feb 21 22:41:02.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
52372025-02-21T22:41:04.334Z[ recovery-image] Feb 21 22:41:02.352 INFO O| Feb 21 22:41:02.352 INFO STEP 214 (remove_files) COMPLETE
52382025-02-21T22:41:04.334Z[ recovery-image] Feb 21 22:41:02.352 INFO O| Feb 21 22:41:02.352 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392025-02-21T22:41:04.356Z[ recovery-image] Feb 21 22:41:02.377 INFO O| Feb 21 22:41:02.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
52402025-02-21T22:41:04.359Z[ recovery-image] Feb 21 22:41:02.377 INFO O| Feb 21 22:41:02.377 INFO STEP 215 (remove_files) COMPLETE
52412025-02-21T22:41:04.359Z[ recovery-image] Feb 21 22:41:02.377 INFO O| Feb 21 22:41:02.377 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422025-02-21T22:41:04.395Z[ recovery-image] Feb 21 22:41:02.416 INFO O| Feb 21 22:41:02.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
52432025-02-21T22:41:04.398Z[ recovery-image] Feb 21 22:41:02.416 INFO O| Feb 21 22:41:02.416 INFO STEP 216 (remove_files) COMPLETE
52442025-02-21T22:41:04.398Z[ recovery-image] Feb 21 22:41:02.416 INFO O| Feb 21 22:41:02.416 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452025-02-21T22:41:04.418Z[ recovery-image] Feb 21 22:41:02.439 INFO O| Feb 21 22:41:02.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
52462025-02-21T22:41:04.421Z[ recovery-image] Feb 21 22:41:02.439 INFO O| Feb 21 22:41:02.439 INFO STEP 217 (remove_files) COMPLETE
52472025-02-21T22:41:04.421Z[ recovery-image] Feb 21 22:41:02.439 INFO O| Feb 21 22:41:02.439 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482025-02-21T22:41:04.439Z[ recovery-image] Feb 21 22:41:02.459 INFO O| Feb 21 22:41:02.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
52492025-02-21T22:41:04.462Z[ recovery-image] Feb 21 22:41:02.483 INFO O| Feb 21 22:41:02.483 INFO STEP 218 (remove_files) COMPLETE
52502025-02-21T22:41:04.462Z[ recovery-image] Feb 21 22:41:02.483 INFO O| Feb 21 22:41:02.483 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512025-02-21T22:41:04.484Z[ recovery-image] Feb 21 22:41:02.504 INFO O| Feb 21 22:41:02.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
52522025-02-21T22:41:04.487Z[ recovery-image] Feb 21 22:41:02.504 INFO O| Feb 21 22:41:02.504 INFO STEP 219 (remove_files) COMPLETE
52532025-02-21T22:41:04.487Z[ recovery-image] Feb 21 22:41:02.504 INFO O| Feb 21 22:41:02.504 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542025-02-21T22:41:04.503Z[ recovery-image] Feb 21 22:41:02.524 INFO O| Feb 21 22:41:02.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
52552025-02-21T22:41:04.517Z[ recovery-image] Feb 21 22:41:02.538 INFO O| Feb 21 22:41:02.538 INFO STEP 220 (remove_files) COMPLETE
52562025-02-21T22:41:04.517Z[ recovery-image] Feb 21 22:41:02.538 INFO O| Feb 21 22:41:02.538 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572025-02-21T22:41:04.539Z[ recovery-image] Feb 21 22:41:02.559 INFO O| Feb 21 22:41:02.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
52582025-02-21T22:41:04.541Z[ recovery-image] Feb 21 22:41:02.559 INFO O| Feb 21 22:41:02.559 INFO STEP 221 (remove_files) COMPLETE
52592025-02-21T22:41:04.542Z[ recovery-image] Feb 21 22:41:02.559 INFO O| Feb 21 22:41:02.559 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602025-02-21T22:41:04.558Z[ recovery-image] Feb 21 22:41:02.579 INFO O| Feb 21 22:41:02.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
52612025-02-21T22:41:04.559Z[ recovery-image] Feb 21 22:41:02.579 INFO O| Feb 21 22:41:02.579 INFO STEP 222 (remove_files) COMPLETE
52622025-02-21T22:41:04.562Z[ recovery-image] Feb 21 22:41:02.579 INFO O| Feb 21 22:41:02.579 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632025-02-21T22:41:04.584Z[ recovery-image] Feb 21 22:41:02.604 INFO O| Feb 21 22:41:02.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
52642025-02-21T22:41:04.587Z[ recovery-image] Feb 21 22:41:02.604 INFO O| Feb 21 22:41:02.604 INFO STEP 223 (remove_files) COMPLETE
52652025-02-21T22:41:04.587Z[ recovery-image] Feb 21 22:41:02.604 INFO O| Feb 21 22:41:02.604 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662025-02-21T22:41:04.611Z[ recovery-image] Feb 21 22:41:02.631 INFO O| Feb 21 22:41:02.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
52672025-02-21T22:41:04.611Z[ recovery-image] Feb 21 22:41:02.631 INFO O| Feb 21 22:41:02.631 INFO STEP 224 (remove_files) COMPLETE
52682025-02-21T22:41:04.611Z[ recovery-image] Feb 21 22:41:02.631 INFO O| Feb 21 22:41:02.631 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692025-02-21T22:41:04.667Z[ recovery-image] Feb 21 22:41:02.688 INFO O| Feb 21 22:41:02.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
52702025-02-21T22:41:04.667Z[ recovery-image] Feb 21 22:41:02.688 INFO O| Feb 21 22:41:02.688 INFO STEP 225 (remove_files) COMPLETE
52712025-02-21T22:41:04.667Z[ recovery-image] Feb 21 22:41:02.688 INFO O| Feb 21 22:41:02.688 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722025-02-21T22:41:04.703Z[ recovery-image] Feb 21 22:41:02.724 INFO O| Feb 21 22:41:02.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
52732025-02-21T22:41:04.703Z[ recovery-image] Feb 21 22:41:02.724 INFO O| Feb 21 22:41:02.724 INFO STEP 226 (remove_files) COMPLETE
52742025-02-21T22:41:04.703Z[ recovery-image] Feb 21 22:41:02.724 INFO O| Feb 21 22:41:02.724 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752025-02-21T22:41:04.724Z[ recovery-image] Feb 21 22:41:02.744 INFO O| Feb 21 22:41:02.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
52762025-02-21T22:41:04.724Z[ recovery-image] Feb 21 22:41:02.744 INFO O| Feb 21 22:41:02.744 INFO STEP 227 (remove_files) COMPLETE
52772025-02-21T22:41:04.727Z[ recovery-image] Feb 21 22:41:02.744 INFO O| Feb 21 22:41:02.744 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782025-02-21T22:41:04.744Z[ recovery-image] Feb 21 22:41:02.765 INFO O| Feb 21 22:41:02.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
52792025-02-21T22:41:04.744Z[ recovery-image] Feb 21 22:41:02.765 INFO O| Feb 21 22:41:02.765 INFO STEP 228 (remove_files) COMPLETE
52802025-02-21T22:41:04.744Z[ recovery-image] Feb 21 22:41:02.765 INFO O| Feb 21 22:41:02.765 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812025-02-21T22:41:04.844Z[ recovery-image] Feb 21 22:41:02.865 INFO O| Feb 21 22:41:02.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
52822025-02-21T22:41:04.844Z[ recovery-image] Feb 21 22:41:02.865 INFO O| Feb 21 22:41:02.865 INFO STEP 229 (remove_files) COMPLETE
52832025-02-21T22:41:04.844Z[ recovery-image] Feb 21 22:41:02.865 INFO O| Feb 21 22:41:02.865 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842025-02-21T22:41:04.865Z[ recovery-image] Feb 21 22:41:02.885 INFO O| Feb 21 22:41:02.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
52852025-02-21T22:41:04.865Z[ recovery-image] Feb 21 22:41:02.886 INFO O| Feb 21 22:41:02.885 INFO STEP 230 (remove_files) COMPLETE
52862025-02-21T22:41:04.865Z[ recovery-image] Feb 21 22:41:02.886 INFO O| Feb 21 22:41:02.886 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872025-02-21T22:41:04.927Z[ recovery-image] Feb 21 22:41:02.947 INFO O| Feb 21 22:41:02.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
52882025-02-21T22:41:04.947Z[ recovery-image] Feb 21 22:41:02.947 INFO O| Feb 21 22:41:02.947 INFO STEP 231 (remove_files) COMPLETE
52892025-02-21T22:41:04.947Z[ recovery-image] Feb 21 22:41:02.948 INFO O| Feb 21 22:41:02.947 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902025-02-21T22:41:04.958Z[ recovery-image] Feb 21 22:41:02.978 INFO O| Feb 21 22:41:02.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
52912025-02-21T22:41:04.958Z[ recovery-image] Feb 21 22:41:02.978 INFO O| Feb 21 22:41:02.978 INFO STEP 232 (remove_files) COMPLETE
52922025-02-21T22:41:04.961Z[ recovery-image] Feb 21 22:41:02.978 INFO O| Feb 21 22:41:02.978 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932025-02-21T22:41:04.984Z[ recovery-image] Feb 21 22:41:03.005 INFO O| Feb 21 22:41:03.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
52942025-02-21T22:41:04.987Z[ recovery-image] Feb 21 22:41:03.005 INFO O| Feb 21 22:41:03.005 INFO STEP 233 (remove_files) COMPLETE
52952025-02-21T22:41:04.987Z[ recovery-image] Feb 21 22:41:03.005 INFO O| Feb 21 22:41:03.005 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962025-02-21T22:41:05.007Z[ recovery-image] Feb 21 22:41:03.027 INFO O| Feb 21 22:41:03.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
52972025-02-21T22:41:05.009Z[ recovery-image] Feb 21 22:41:03.027 INFO O| Feb 21 22:41:03.027 INFO STEP 234 (remove_files) COMPLETE
52982025-02-21T22:41:05.009Z[ recovery-image] Feb 21 22:41:03.027 INFO O| Feb 21 22:41:03.027 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992025-02-21T22:41:05.040Z[ recovery-image] Feb 21 22:41:03.060 INFO O| Feb 21 22:41:03.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
53002025-02-21T22:41:05.042Z[ recovery-image] Feb 21 22:41:03.060 INFO O| Feb 21 22:41:03.060 INFO STEP 235 (remove_files) COMPLETE
53012025-02-21T22:41:05.042Z[ recovery-image] Feb 21 22:41:03.061 INFO O| Feb 21 22:41:03.060 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022025-02-21T22:41:05.059Z[ recovery-image] Feb 21 22:41:03.080 INFO O| Feb 21 22:41:03.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
53032025-02-21T22:41:05.062Z[ recovery-image] Feb 21 22:41:03.080 INFO O| Feb 21 22:41:03.080 INFO STEP 236 (remove_files) COMPLETE
53042025-02-21T22:41:05.062Z[ recovery-image] Feb 21 22:41:03.080 INFO O| Feb 21 22:41:03.080 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052025-02-21T22:41:05.079Z[ recovery-image] Feb 21 22:41:03.099 INFO O| Feb 21 22:41:03.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
53062025-02-21T22:41:05.092Z[ recovery-image] Feb 21 22:41:03.112 INFO O| Feb 21 22:41:03.112 INFO STEP 237 (remove_files) COMPLETE
53072025-02-21T22:41:05.092Z[ recovery-image] Feb 21 22:41:03.112 INFO O| Feb 21 22:41:03.112 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082025-02-21T22:41:05.107Z[ host-image] Feb 21 22:41:03.128 INFO O| Feb 21 22:41:03.127 INFO O| Done
53092025-02-21T22:41:05.114Z[ recovery-image] Feb 21 22:41:03.134 INFO O| Feb 21 22:41:03.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
53102025-02-21T22:41:05.114Z[ recovery-image] Feb 21 22:41:03.134 INFO O| Feb 21 22:41:03.134 INFO STEP 238 (remove_files) COMPLETE
53112025-02-21T22:41:05.114Z[ recovery-image] Feb 21 22:41:03.134 INFO O| Feb 21 22:41:03.134 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122025-02-21T22:41:05.137Z[ recovery-image] Feb 21 22:41:03.156 INFO O| Feb 21 22:41:03.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
53132025-02-21T22:41:05.137Z[ recovery-image] Feb 21 22:41:03.156 INFO O| Feb 21 22:41:03.156 INFO STEP 239 (remove_files) COMPLETE
53142025-02-21T22:41:05.137Z[ recovery-image] Feb 21 22:41:03.156 INFO O| Feb 21 22:41:03.156 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152025-02-21T22:41:05.174Z[ recovery-image] Feb 21 22:41:03.195 INFO O| Feb 21 22:41:03.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
53162025-02-21T22:41:05.177Z[ recovery-image] Feb 21 22:41:03.195 INFO O| Feb 21 22:41:03.195 INFO STEP 240 (remove_files) COMPLETE
53172025-02-21T22:41:05.177Z[ recovery-image] Feb 21 22:41:03.195 INFO O| Feb 21 22:41:03.195 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182025-02-21T22:41:05.197Z[ recovery-image] Feb 21 22:41:03.218 INFO O| Feb 21 22:41:03.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
53192025-02-21T22:41:05.197Z[ recovery-image] Feb 21 22:41:03.218 INFO O| Feb 21 22:41:03.218 INFO STEP 241 (remove_files) COMPLETE
53202025-02-21T22:41:05.201Z[ recovery-image] Feb 21 22:41:03.218 INFO O| Feb 21 22:41:03.218 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212025-02-21T22:41:05.218Z[ recovery-image] Feb 21 22:41:03.238 INFO O| Feb 21 22:41:03.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
53222025-02-21T22:41:05.218Z[ recovery-image] Feb 21 22:41:03.238 INFO O| Feb 21 22:41:03.238 INFO STEP 242 (remove_files) COMPLETE
53232025-02-21T22:41:05.218Z[ recovery-image] Feb 21 22:41:03.238 INFO O| Feb 21 22:41:03.238 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242025-02-21T22:41:05.238Z[ recovery-image] Feb 21 22:41:03.258 INFO O| Feb 21 22:41:03.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
53252025-02-21T22:41:05.238Z[ recovery-image] Feb 21 22:41:03.258 INFO O| Feb 21 22:41:03.258 INFO STEP 243 (remove_files) COMPLETE
53262025-02-21T22:41:05.238Z[ recovery-image] Feb 21 22:41:03.258 INFO O| Feb 21 22:41:03.258 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272025-02-21T22:41:05.274Z[ recovery-image] Feb 21 22:41:03.294 INFO O| Feb 21 22:41:03.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
53282025-02-21T22:41:05.274Z[ recovery-image] Feb 21 22:41:03.294 INFO O| Feb 21 22:41:03.293 INFO STEP 244 (remove_files) COMPLETE
53292025-02-21T22:41:05.274Z[ recovery-image] Feb 21 22:41:03.294 INFO O| Feb 21 22:41:03.293 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302025-02-21T22:41:05.295Z[ recovery-image] Feb 21 22:41:03.315 INFO O| Feb 21 22:41:03.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
53312025-02-21T22:41:05.298Z[ recovery-image] Feb 21 22:41:03.316 INFO O| Feb 21 22:41:03.315 INFO STEP 245 (remove_files) COMPLETE
53322025-02-21T22:41:05.299Z[ recovery-image] Feb 21 22:41:03.316 INFO O| Feb 21 22:41:03.315 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332025-02-21T22:41:05.320Z[ recovery-image] Feb 21 22:41:03.337 INFO O| Feb 21 22:41:03.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
53342025-02-21T22:41:05.320Z[ recovery-image] Feb 21 22:41:03.337 INFO O| Feb 21 22:41:03.336 INFO STEP 246 (remove_files) COMPLETE
53352025-02-21T22:41:05.320Z[ recovery-image] Feb 21 22:41:03.337 INFO O| Feb 21 22:41:03.336 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362025-02-21T22:41:05.338Z[ recovery-image] Feb 21 22:41:03.358 INFO O| Feb 21 22:41:03.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
53372025-02-21T22:41:05.338Z[ recovery-image] Feb 21 22:41:03.358 INFO O| Feb 21 22:41:03.358 INFO STEP 247 (remove_files) COMPLETE
53382025-02-21T22:41:05.338Z[ recovery-image] Feb 21 22:41:03.358 INFO O| Feb 21 22:41:03.358 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392025-02-21T22:41:05.374Z[ recovery-image] Feb 21 22:41:03.394 INFO O| Feb 21 22:41:03.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
53402025-02-21T22:41:05.374Z[ recovery-image] Feb 21 22:41:03.394 INFO O| Feb 21 22:41:03.394 INFO STEP 248 (remove_files) COMPLETE
53412025-02-21T22:41:05.377Z[ recovery-image] Feb 21 22:41:03.394 INFO O| Feb 21 22:41:03.394 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422025-02-21T22:41:05.410Z[ recovery-image] Feb 21 22:41:03.430 INFO O| Feb 21 22:41:03.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
53432025-02-21T22:41:05.433Z[ recovery-image] Feb 21 22:41:03.454 INFO O| Feb 21 22:41:03.454 INFO STEP 249 (remove_files) COMPLETE
53442025-02-21T22:41:05.436Z[ recovery-image] Feb 21 22:41:03.454 INFO O| Feb 21 22:41:03.454 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452025-02-21T22:41:05.455Z[ recovery-image] Feb 21 22:41:03.476 INFO O| Feb 21 22:41:03.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
53462025-02-21T22:41:05.458Z[ recovery-image] Feb 21 22:41:03.476 INFO O| Feb 21 22:41:03.476 INFO STEP 250 (remove_files) COMPLETE
53472025-02-21T22:41:05.459Z[ recovery-image] Feb 21 22:41:03.476 INFO O| Feb 21 22:41:03.476 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482025-02-21T22:41:05.476Z[ recovery-image] Feb 21 22:41:03.497 INFO O| Feb 21 22:41:03.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
53492025-02-21T22:41:05.479Z[ recovery-image] Feb 21 22:41:03.497 INFO O| Feb 21 22:41:03.497 INFO STEP 251 (remove_files) COMPLETE
53502025-02-21T22:41:05.479Z[ recovery-image] Feb 21 22:41:03.497 INFO O| Feb 21 22:41:03.497 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512025-02-21T22:41:05.497Z[ recovery-image] Feb 21 22:41:03.518 INFO O| Feb 21 22:41:03.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
53522025-02-21T22:41:05.520Z[ recovery-image] Feb 21 22:41:03.541 INFO O| Feb 21 22:41:03.541 INFO STEP 252 (remove_files) COMPLETE
53532025-02-21T22:41:05.520Z[ recovery-image] Feb 21 22:41:03.541 INFO O| Feb 21 22:41:03.541 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542025-02-21T22:41:05.542Z[ recovery-image] Feb 21 22:41:03.562 INFO O| Feb 21 22:41:03.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
53552025-02-21T22:41:05.544Z[ recovery-image] Feb 21 22:41:03.562 INFO O| Feb 21 22:41:03.562 INFO STEP 253 (remove_files) COMPLETE
53562025-02-21T22:41:05.544Z[ recovery-image] Feb 21 22:41:03.562 INFO O| Feb 21 22:41:03.562 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572025-02-21T22:41:05.566Z[ recovery-image] Feb 21 22:41:03.586 INFO O| Feb 21 22:41:03.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
53582025-02-21T22:41:05.569Z[ recovery-image] Feb 21 22:41:03.586 INFO O| Feb 21 22:41:03.586 INFO STEP 254 (remove_files) COMPLETE
53592025-02-21T22:41:05.569Z[ recovery-image] Feb 21 22:41:03.586 INFO O| Feb 21 22:41:03.586 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602025-02-21T22:41:05.587Z[ recovery-image] Feb 21 22:41:03.608 INFO O| Feb 21 22:41:03.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
53612025-02-21T22:41:05.587Z[ recovery-image] Feb 21 22:41:03.608 INFO O| Feb 21 22:41:03.608 INFO STEP 255 (remove_files) COMPLETE
53622025-02-21T22:41:05.587Z[ recovery-image] Feb 21 22:41:03.608 INFO O| Feb 21 22:41:03.608 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632025-02-21T22:41:05.620Z[ recovery-image] Feb 21 22:41:03.640 INFO O| Feb 21 22:41:03.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
53642025-02-21T22:41:05.620Z[ recovery-image] Feb 21 22:41:03.640 INFO O| Feb 21 22:41:03.640 INFO STEP 256 (remove_files) COMPLETE
53652025-02-21T22:41:05.620Z[ recovery-image] Feb 21 22:41:03.640 INFO O| Feb 21 22:41:03.640 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662025-02-21T22:41:05.741Z[ recovery-image] Feb 21 22:41:03.761 INFO O| Feb 21 22:41:03.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
53672025-02-21T22:41:05.744Z[ recovery-image] Feb 21 22:41:03.762 INFO O| Feb 21 22:41:03.761 INFO STEP 257 (remove_files) COMPLETE
53682025-02-21T22:41:05.744Z[ recovery-image] Feb 21 22:41:03.762 INFO O| Feb 21 22:41:03.762 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692025-02-21T22:41:05.763Z[ recovery-image] Feb 21 22:41:03.783 INFO O| Feb 21 22:41:03.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
53702025-02-21T22:41:05.763Z[ recovery-image] Feb 21 22:41:03.783 INFO O| Feb 21 22:41:03.783 INFO STEP 258 (remove_files) COMPLETE
53712025-02-21T22:41:05.763Z[ recovery-image] Feb 21 22:41:03.783 INFO O| Feb 21 22:41:03.783 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722025-02-21T22:41:05.782Z[ recovery-image] Feb 21 22:41:03.803 INFO O| Feb 21 22:41:03.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
53732025-02-21T22:41:05.782Z[ recovery-image] Feb 21 22:41:03.803 INFO O| Feb 21 22:41:03.803 INFO STEP 259 (remove_files) COMPLETE
53742025-02-21T22:41:05.782Z[ recovery-image] Feb 21 22:41:03.803 INFO O| Feb 21 22:41:03.803 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752025-02-21T22:41:05.802Z[ recovery-image] Feb 21 22:41:03.823 INFO O| Feb 21 22:41:03.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
53762025-02-21T22:41:05.802Z[ recovery-image] Feb 21 22:41:03.823 INFO O| Feb 21 22:41:03.823 INFO STEP 260 (remove_files) COMPLETE
53772025-02-21T22:41:05.802Z[ recovery-image] Feb 21 22:41:03.823 INFO O| Feb 21 22:41:03.823 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782025-02-21T22:41:05.822Z[ recovery-image] Feb 21 22:41:03.842 INFO O| Feb 21 22:41:03.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
53792025-02-21T22:41:05.822Z[ recovery-image] Feb 21 22:41:03.843 INFO O| Feb 21 22:41:03.842 INFO STEP 261 (remove_files) COMPLETE
53802025-02-21T22:41:05.825Z[ recovery-image] Feb 21 22:41:03.843 INFO O| Feb 21 22:41:03.843 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812025-02-21T22:41:05.842Z[ recovery-image] Feb 21 22:41:03.862 INFO O| Feb 21 22:41:03.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
53822025-02-21T22:41:05.842Z[ recovery-image] Feb 21 22:41:03.862 INFO O| Feb 21 22:41:03.862 INFO STEP 262 (remove_files) COMPLETE
53832025-02-21T22:41:05.842Z[ recovery-image] Feb 21 22:41:03.862 INFO O| Feb 21 22:41:03.862 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842025-02-21T22:41:05.880Z[ recovery-image] Feb 21 22:41:03.900 INFO O| Feb 21 22:41:03.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
53852025-02-21T22:41:05.880Z[ recovery-image] Feb 21 22:41:03.900 INFO O| Feb 21 22:41:03.900 INFO STEP 263 (remove_files) COMPLETE
53862025-02-21T22:41:05.881Z[ recovery-image] Feb 21 22:41:03.900 INFO O| Feb 21 22:41:03.900 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872025-02-21T22:41:05.908Z[ recovery-image] Feb 21 22:41:03.928 INFO O| Feb 21 22:41:03.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
53882025-02-21T22:41:05.908Z[ recovery-image] Feb 21 22:41:03.928 INFO O| Feb 21 22:41:03.928 INFO STEP 264 (remove_files) COMPLETE
53892025-02-21T22:41:05.909Z[ recovery-image] Feb 21 22:41:03.928 INFO O| Feb 21 22:41:03.928 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902025-02-21T22:41:05.962Z[ recovery-image] Feb 21 22:41:03.982 INFO O| Feb 21 22:41:03.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
53912025-02-21T22:41:05.962Z[ recovery-image] Feb 21 22:41:03.982 INFO O| Feb 21 22:41:03.982 INFO STEP 265 (remove_files) COMPLETE
53922025-02-21T22:41:05.962Z[ recovery-image] Feb 21 22:41:03.982 INFO O| Feb 21 22:41:03.982 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932025-02-21T22:41:05.987Z[ recovery-image] Feb 21 22:41:04.007 INFO O| Feb 21 22:41:04.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
53942025-02-21T22:41:05.991Z[ recovery-image] Feb 21 22:41:04.007 INFO O| Feb 21 22:41:04.007 INFO STEP 266 (remove_files) COMPLETE
53952025-02-21T22:41:05.991Z[ recovery-image] Feb 21 22:41:04.008 INFO O| Feb 21 22:41:04.007 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962025-02-21T22:41:06.009Z[ recovery-image] Feb 21 22:41:04.028 INFO O| Feb 21 22:41:04.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
53972025-02-21T22:41:06.009Z[ recovery-image] Feb 21 22:41:04.028 INFO O| Feb 21 22:41:04.028 INFO STEP 267 (remove_files) COMPLETE
53982025-02-21T22:41:06.009Z[ recovery-image] Feb 21 22:41:04.028 INFO O| Feb 21 22:41:04.028 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992025-02-21T22:41:06.041Z[ recovery-image] Feb 21 22:41:04.061 INFO O| Feb 21 22:41:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
54002025-02-21T22:41:06.099Z[ recovery-image] Feb 21 22:41:04.118 INFO O| Feb 21 22:41:04.118 INFO STEP 268 (remove_files) COMPLETE
54012025-02-21T22:41:06.099Z[ recovery-image] Feb 21 22:41:04.118 INFO O| Feb 21 22:41:04.118 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022025-02-21T22:41:06.132Z[ recovery-image] Feb 21 22:41:04.152 INFO O| Feb 21 22:41:04.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
54032025-02-21T22:41:06.132Z[ recovery-image] Feb 21 22:41:04.152 INFO O| Feb 21 22:41:04.152 INFO STEP 269 (remove_files) COMPLETE
54042025-02-21T22:41:06.135Z[ recovery-image] Feb 21 22:41:04.152 INFO O| Feb 21 22:41:04.152 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052025-02-21T22:41:06.164Z[ recovery-image] Feb 21 22:41:04.184 INFO O| Feb 21 22:41:04.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
54062025-02-21T22:41:06.164Z[ recovery-image] Feb 21 22:41:04.184 INFO O| Feb 21 22:41:04.184 INFO STEP 270 (remove_files) COMPLETE
54072025-02-21T22:41:06.164Z[ recovery-image] Feb 21 22:41:04.184 INFO O| Feb 21 22:41:04.184 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082025-02-21T22:41:06.200Z[ recovery-image] Feb 21 22:41:04.219 INFO O| Feb 21 22:41:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
54092025-02-21T22:41:06.200Z[ recovery-image] Feb 21 22:41:04.219 INFO O| Feb 21 22:41:04.219 INFO STEP 271 (remove_files) COMPLETE
54102025-02-21T22:41:06.203Z[ recovery-image] Feb 21 22:41:04.219 INFO O| Feb 21 22:41:04.219 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112025-02-21T22:41:06.231Z[ recovery-image] Feb 21 22:41:04.251 INFO O| Feb 21 22:41:04.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
54122025-02-21T22:41:06.234Z[ recovery-image] Feb 21 22:41:04.251 INFO O| Feb 21 22:41:04.251 INFO STEP 272 (remove_files) COMPLETE
54132025-02-21T22:41:06.234Z[ recovery-image] Feb 21 22:41:04.252 INFO O| Feb 21 22:41:04.251 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142025-02-21T22:41:06.254Z[ recovery-image] Feb 21 22:41:04.274 INFO O| Feb 21 22:41:04.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
54152025-02-21T22:41:06.254Z[ recovery-image] Feb 21 22:41:04.274 INFO O| Feb 21 22:41:04.274 INFO STEP 273 (remove_files) COMPLETE
54162025-02-21T22:41:06.257Z[ recovery-image] Feb 21 22:41:04.274 INFO O| Feb 21 22:41:04.274 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172025-02-21T22:41:06.317Z[ recovery-image] Feb 21 22:41:04.338 INFO O| Feb 21 22:41:04.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
54182025-02-21T22:41:06.318Z[ recovery-image] Feb 21 22:41:04.338 INFO O| Feb 21 22:41:04.338 INFO STEP 274 (remove_files) COMPLETE
54192025-02-21T22:41:06.318Z[ recovery-image] Feb 21 22:41:04.338 INFO O| Feb 21 22:41:04.338 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202025-02-21T22:41:06.352Z[ recovery-image] Feb 21 22:41:04.372 INFO O| Feb 21 22:41:04.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
54212025-02-21T22:41:06.354Z[ recovery-image] Feb 21 22:41:04.372 INFO O| Feb 21 22:41:04.372 INFO STEP 275 (remove_files) COMPLETE
54222025-02-21T22:41:06.354Z[ recovery-image] Feb 21 22:41:04.372 INFO O| Feb 21 22:41:04.372 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232025-02-21T22:41:06.375Z[ recovery-image] Feb 21 22:41:04.395 INFO O| Feb 21 22:41:04.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
54242025-02-21T22:41:06.378Z[ recovery-image] Feb 21 22:41:04.396 INFO O| Feb 21 22:41:04.395 INFO STEP 276 (remove_files) COMPLETE
54252025-02-21T22:41:06.378Z[ recovery-image] Feb 21 22:41:04.396 INFO O| Feb 21 22:41:04.396 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262025-02-21T22:41:06.405Z[ recovery-image] Feb 21 22:41:04.425 INFO O| Feb 21 22:41:04.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
54272025-02-21T22:41:06.425Z[ recovery-image] Feb 21 22:41:04.446 INFO O| Feb 21 22:41:04.446 INFO STEP 277 (remove_files) COMPLETE
54282025-02-21T22:41:06.425Z[ recovery-image] Feb 21 22:41:04.446 INFO O| Feb 21 22:41:04.446 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292025-02-21T22:41:06.463Z[ recovery-image] Feb 21 22:41:04.483 INFO O| Feb 21 22:41:04.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
54302025-02-21T22:41:06.463Z[ recovery-image] Feb 21 22:41:04.483 INFO O| Feb 21 22:41:04.483 INFO STEP 278 (remove_files) COMPLETE
54312025-02-21T22:41:06.463Z[ recovery-image] Feb 21 22:41:04.483 INFO O| Feb 21 22:41:04.483 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322025-02-21T22:41:06.486Z[ recovery-image] Feb 21 22:41:04.506 INFO O| Feb 21 22:41:04.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
54332025-02-21T22:41:06.486Z[ recovery-image] Feb 21 22:41:04.506 INFO O| Feb 21 22:41:04.506 INFO STEP 279 (remove_files) COMPLETE
54342025-02-21T22:41:06.486Z[ recovery-image] Feb 21 22:41:04.506 INFO O| Feb 21 22:41:04.506 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352025-02-21T22:41:06.522Z[ recovery-image] Feb 21 22:41:04.542 INFO O| Feb 21 22:41:04.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
54362025-02-21T22:41:06.522Z[ recovery-image] Feb 21 22:41:04.542 INFO O| Feb 21 22:41:04.542 INFO STEP 280 (remove_files) COMPLETE
54372025-02-21T22:41:06.525Z[ recovery-image] Feb 21 22:41:04.542 INFO O| Feb 21 22:41:04.542 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382025-02-21T22:41:06.569Z[ recovery-image] Feb 21 22:41:04.588 INFO O| Feb 21 22:41:04.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
54392025-02-21T22:41:06.569Z[ recovery-image] Feb 21 22:41:04.588 INFO O| Feb 21 22:41:04.588 INFO STEP 281 (remove_files) COMPLETE
54402025-02-21T22:41:06.569Z[ recovery-image] Feb 21 22:41:04.588 INFO O| Feb 21 22:41:04.588 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412025-02-21T22:41:06.597Z[ recovery-image] Feb 21 22:41:04.617 INFO O| Feb 21 22:41:04.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
54422025-02-21T22:41:06.597Z[ recovery-image] Feb 21 22:41:04.617 INFO O| Feb 21 22:41:04.617 INFO STEP 282 (remove_files) COMPLETE
54432025-02-21T22:41:06.597Z[ recovery-image] Feb 21 22:41:04.617 INFO O| Feb 21 22:41:04.617 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442025-02-21T22:41:06.630Z[ recovery-image] Feb 21 22:41:04.650 INFO O| Feb 21 22:41:04.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
54452025-02-21T22:41:06.630Z[ recovery-image] Feb 21 22:41:04.650 INFO O| Feb 21 22:41:04.650 INFO STEP 283 (remove_files) COMPLETE
54462025-02-21T22:41:06.633Z[ recovery-image] Feb 21 22:41:04.650 INFO O| Feb 21 22:41:04.650 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472025-02-21T22:41:06.671Z[ recovery-image] Feb 21 22:41:04.691 INFO O| Feb 21 22:41:04.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
54482025-02-21T22:41:06.671Z[ recovery-image] Feb 21 22:41:04.691 INFO O| Feb 21 22:41:04.691 INFO STEP 284 (remove_files) COMPLETE
54492025-02-21T22:41:06.671Z[ recovery-image] Feb 21 22:41:04.691 INFO O| Feb 21 22:41:04.691 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502025-02-21T22:41:06.691Z[ recovery-image] Feb 21 22:41:04.711 INFO O| Feb 21 22:41:04.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
54512025-02-21T22:41:06.691Z[ recovery-image] Feb 21 22:41:04.711 INFO O| Feb 21 22:41:04.711 INFO STEP 285 (remove_files) COMPLETE
54522025-02-21T22:41:06.691Z[ recovery-image] Feb 21 22:41:04.711 INFO O| Feb 21 22:41:04.711 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532025-02-21T22:41:06.711Z[ recovery-image] Feb 21 22:41:04.732 INFO O| Feb 21 22:41:04.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
54542025-02-21T22:41:06.711Z[ recovery-image] Feb 21 22:41:04.732 INFO O| Feb 21 22:41:04.732 INFO STEP 286 (remove_files) COMPLETE
54552025-02-21T22:41:06.711Z[ recovery-image] Feb 21 22:41:04.732 INFO O| Feb 21 22:41:04.732 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562025-02-21T22:41:06.768Z[ recovery-image] Feb 21 22:41:04.787 INFO O| Feb 21 22:41:04.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
54572025-02-21T22:41:06.768Z[ recovery-image] Feb 21 22:41:04.787 INFO O| Feb 21 22:41:04.787 INFO STEP 287 (remove_files) COMPLETE
54582025-02-21T22:41:06.768Z[ recovery-image] Feb 21 22:41:04.787 INFO O| Feb 21 22:41:04.787 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592025-02-21T22:41:06.801Z[ recovery-image] Feb 21 22:41:04.821 INFO O| Feb 21 22:41:04.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
54602025-02-21T22:41:06.801Z[ recovery-image] Feb 21 22:41:04.821 INFO O| Feb 21 22:41:04.821 INFO STEP 288 (remove_files) COMPLETE
54612025-02-21T22:41:06.801Z[ recovery-image] Feb 21 22:41:04.821 INFO O| Feb 21 22:41:04.821 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622025-02-21T22:41:06.822Z[ recovery-image] Feb 21 22:41:04.842 INFO O| Feb 21 22:41:04.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
54632025-02-21T22:41:06.822Z[ recovery-image] Feb 21 22:41:04.842 INFO O| Feb 21 22:41:04.842 INFO STEP 289 (remove_files) COMPLETE
54642025-02-21T22:41:06.822Z[ recovery-image] Feb 21 22:41:04.842 INFO O| Feb 21 22:41:04.842 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652025-02-21T22:41:06.843Z[ recovery-image] Feb 21 22:41:04.863 INFO O| Feb 21 22:41:04.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
54662025-02-21T22:41:06.843Z[ recovery-image] Feb 21 22:41:04.863 INFO O| Feb 21 22:41:04.863 INFO STEP 290 (remove_files) COMPLETE
54672025-02-21T22:41:06.846Z[ recovery-image] Feb 21 22:41:04.863 INFO O| Feb 21 22:41:04.863 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682025-02-21T22:41:06.875Z[ recovery-image] Feb 21 22:41:04.895 INFO O| Feb 21 22:41:04.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
54692025-02-21T22:41:06.875Z[ recovery-image] Feb 21 22:41:04.895 INFO O| Feb 21 22:41:04.895 INFO STEP 291 (remove_files) COMPLETE
54702025-02-21T22:41:06.875Z[ recovery-image] Feb 21 22:41:04.895 INFO O| Feb 21 22:41:04.895 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712025-02-21T22:41:06.908Z[ recovery-image] Feb 21 22:41:04.928 INFO O| Feb 21 22:41:04.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
54722025-02-21T22:41:06.911Z[ recovery-image] Feb 21 22:41:04.929 INFO O| Feb 21 22:41:04.928 INFO STEP 292 (remove_files) COMPLETE
54732025-02-21T22:41:06.911Z[ recovery-image] Feb 21 22:41:04.929 INFO O| Feb 21 22:41:04.928 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742025-02-21T22:41:06.930Z[ recovery-image] Feb 21 22:41:04.950 INFO O| Feb 21 22:41:04.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
54752025-02-21T22:41:06.931Z[ recovery-image] Feb 21 22:41:04.950 INFO O| Feb 21 22:41:04.950 INFO STEP 293 (remove_files) COMPLETE
54762025-02-21T22:41:06.931Z[ recovery-image] Feb 21 22:41:04.950 INFO O| Feb 21 22:41:04.950 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772025-02-21T22:41:06.967Z[ recovery-image] Feb 21 22:41:04.987 INFO O| Feb 21 22:41:04.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
54782025-02-21T22:41:06.967Z[ recovery-image] Feb 21 22:41:04.987 INFO O| Feb 21 22:41:04.987 INFO STEP 294 (remove_files) COMPLETE
54792025-02-21T22:41:06.967Z[ recovery-image] Feb 21 22:41:04.987 INFO O| Feb 21 22:41:04.987 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802025-02-21T22:41:07.028Z[ recovery-image] Feb 21 22:41:05.048 INFO O| Feb 21 22:41:05.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
54812025-02-21T22:41:07.028Z[ recovery-image] Feb 21 22:41:05.048 INFO O| Feb 21 22:41:05.048 INFO STEP 295 (remove_files) COMPLETE
54822025-02-21T22:41:07.028Z[ recovery-image] Feb 21 22:41:05.048 INFO O| Feb 21 22:41:05.048 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832025-02-21T22:41:07.049Z[ recovery-image] Feb 21 22:41:05.069 INFO O| Feb 21 22:41:05.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
54842025-02-21T22:41:07.049Z[ recovery-image] Feb 21 22:41:05.069 INFO O| Feb 21 22:41:05.069 INFO STEP 296 (remove_files) COMPLETE
54852025-02-21T22:41:07.049Z[ recovery-image] Feb 21 22:41:05.069 INFO O| Feb 21 22:41:05.069 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862025-02-21T22:41:07.077Z[ recovery-image] Feb 21 22:41:05.097 INFO O| Feb 21 22:41:05.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
54872025-02-21T22:41:07.080Z[ recovery-image] Feb 21 22:41:05.097 INFO O| Feb 21 22:41:05.097 INFO STEP 297 (remove_files) COMPLETE
54882025-02-21T22:41:07.080Z[ recovery-image] Feb 21 22:41:05.097 INFO O| Feb 21 22:41:05.097 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892025-02-21T22:41:07.109Z[ recovery-image] Feb 21 22:41:05.129 INFO O| Feb 21 22:41:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
54902025-02-21T22:41:07.109Z[ recovery-image] Feb 21 22:41:05.129 INFO O| Feb 21 22:41:05.129 INFO STEP 298 (remove_files) COMPLETE
54912025-02-21T22:41:07.109Z[ recovery-image] Feb 21 22:41:05.129 INFO O| Feb 21 22:41:05.129 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922025-02-21T22:41:07.132Z[ recovery-image] Feb 21 22:41:05.152 INFO O| Feb 21 22:41:05.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
54932025-02-21T22:41:07.132Z[ recovery-image] Feb 21 22:41:05.152 INFO O| Feb 21 22:41:05.152 INFO STEP 299 (remove_files) COMPLETE
54942025-02-21T22:41:07.134Z[ recovery-image] Feb 21 22:41:05.152 INFO O| Feb 21 22:41:05.152 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952025-02-21T22:41:07.151Z[ recovery-image] Feb 21 22:41:05.171 INFO O| Feb 21 22:41:05.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
54962025-02-21T22:41:07.151Z[ recovery-image] Feb 21 22:41:05.172 INFO O| Feb 21 22:41:05.172 INFO STEP 300 (remove_files) COMPLETE
54972025-02-21T22:41:07.151Z[ recovery-image] Feb 21 22:41:05.172 INFO O| Feb 21 22:41:05.172 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982025-02-21T22:41:07.193Z[ recovery-image] Feb 21 22:41:05.213 INFO O| Feb 21 22:41:05.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
54992025-02-21T22:41:07.195Z[ recovery-image] Feb 21 22:41:05.213 INFO O| Feb 21 22:41:05.213 INFO STEP 301 (remove_files) COMPLETE
55002025-02-21T22:41:07.195Z[ recovery-image] Feb 21 22:41:05.213 INFO O| Feb 21 22:41:05.213 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012025-02-21T22:41:07.240Z[ recovery-image] Feb 21 22:41:05.260 INFO O| Feb 21 22:41:05.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
55022025-02-21T22:41:07.243Z[ recovery-image] Feb 21 22:41:05.260 INFO O| Feb 21 22:41:05.260 INFO STEP 302 (remove_files) COMPLETE
55032025-02-21T22:41:07.243Z[ recovery-image] Feb 21 22:41:05.260 INFO O| Feb 21 22:41:05.260 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042025-02-21T22:41:07.261Z[ recovery-image] Feb 21 22:41:05.281 INFO O| Feb 21 22:41:05.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
55052025-02-21T22:41:07.264Z[ recovery-image] Feb 21 22:41:05.281 INFO O| Feb 21 22:41:05.281 INFO STEP 303 (remove_files) COMPLETE
55062025-02-21T22:41:07.264Z[ recovery-image] Feb 21 22:41:05.281 INFO O| Feb 21 22:41:05.281 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072025-02-21T22:41:07.316Z[ recovery-image] Feb 21 22:41:05.336 INFO O| Feb 21 22:41:05.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
55082025-02-21T22:41:07.318Z[ recovery-image] Feb 21 22:41:05.336 INFO O| Feb 21 22:41:05.336 INFO STEP 304 (remove_files) COMPLETE
55092025-02-21T22:41:07.318Z[ recovery-image] Feb 21 22:41:05.336 INFO O| Feb 21 22:41:05.336 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102025-02-21T22:41:07.337Z[ recovery-image] Feb 21 22:41:05.357 INFO O| Feb 21 22:41:05.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
55112025-02-21T22:41:07.337Z[ recovery-image] Feb 21 22:41:05.358 INFO O| Feb 21 22:41:05.358 INFO STEP 305 (remove_files) COMPLETE
55122025-02-21T22:41:07.340Z[ recovery-image] Feb 21 22:41:05.358 INFO O| Feb 21 22:41:05.358 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132025-02-21T22:41:07.367Z[ recovery-image] Feb 21 22:41:05.387 INFO O| Feb 21 22:41:05.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
55142025-02-21T22:41:07.367Z[ recovery-image] Feb 21 22:41:05.387 INFO O| Feb 21 22:41:05.387 INFO STEP 306 (remove_files) COMPLETE
55152025-02-21T22:41:07.370Z[ recovery-image] Feb 21 22:41:05.387 INFO O| Feb 21 22:41:05.387 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162025-02-21T22:41:07.403Z[ recovery-image] Feb 21 22:41:05.423 INFO O| Feb 21 22:41:05.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
55172025-02-21T22:41:07.403Z[ recovery-image] Feb 21 22:41:05.424 INFO O| Feb 21 22:41:05.424 INFO STEP 307 (remove_files) COMPLETE
55182025-02-21T22:41:07.403Z[ recovery-image] Feb 21 22:41:05.424 INFO O| Feb 21 22:41:05.424 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192025-02-21T22:41:07.461Z[ recovery-image] Feb 21 22:41:05.481 INFO O| Feb 21 22:41:05.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
55202025-02-21T22:41:07.461Z[ recovery-image] Feb 21 22:41:05.481 INFO O| Feb 21 22:41:05.481 INFO STEP 308 (remove_files) COMPLETE
55212025-02-21T22:41:07.461Z[ recovery-image] Feb 21 22:41:05.481 INFO O| Feb 21 22:41:05.481 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222025-02-21T22:41:07.480Z[ recovery-image] Feb 21 22:41:05.500 INFO O| Feb 21 22:41:05.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
55232025-02-21T22:41:07.480Z[ recovery-image] Feb 21 22:41:05.500 INFO O| Feb 21 22:41:05.500 INFO STEP 309 (remove_files) COMPLETE
55242025-02-21T22:41:07.483Z[ recovery-image] Feb 21 22:41:05.500 INFO O| Feb 21 22:41:05.500 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252025-02-21T22:41:07.508Z[ recovery-image] Feb 21 22:41:05.528 INFO O| Feb 21 22:41:05.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
55262025-02-21T22:41:07.508Z[ recovery-image] Feb 21 22:41:05.528 INFO O| Feb 21 22:41:05.528 INFO STEP 310 (remove_files) COMPLETE
55272025-02-21T22:41:07.511Z[ recovery-image] Feb 21 22:41:05.529 INFO O| Feb 21 22:41:05.528 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282025-02-21T22:41:07.530Z[ recovery-image] Feb 21 22:41:05.550 INFO O| Feb 21 22:41:05.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
55292025-02-21T22:41:07.531Z[ recovery-image] Feb 21 22:41:05.550 INFO O| Feb 21 22:41:05.550 INFO STEP 311 (remove_files) COMPLETE
55302025-02-21T22:41:07.531Z[ recovery-image] Feb 21 22:41:05.550 INFO O| Feb 21 22:41:05.550 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312025-02-21T22:41:07.566Z[ recovery-image] Feb 21 22:41:05.586 INFO O| Feb 21 22:41:05.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
55322025-02-21T22:41:07.566Z[ recovery-image] Feb 21 22:41:05.586 INFO O| Feb 21 22:41:05.586 INFO STEP 312 (remove_files) COMPLETE
55332025-02-21T22:41:07.568Z[ recovery-image] Feb 21 22:41:05.586 INFO O| Feb 21 22:41:05.586 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342025-02-21T22:41:07.586Z[ recovery-image] Feb 21 22:41:05.606 INFO O| Feb 21 22:41:05.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
55352025-02-21T22:41:07.586Z[ recovery-image] Feb 21 22:41:05.606 INFO O| Feb 21 22:41:05.606 INFO STEP 313 (remove_files) COMPLETE
55362025-02-21T22:41:07.586Z[ recovery-image] Feb 21 22:41:05.606 INFO O| Feb 21 22:41:05.606 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372025-02-21T22:41:07.605Z[ recovery-image] Feb 21 22:41:05.626 INFO O| Feb 21 22:41:05.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
55382025-02-21T22:41:07.605Z[ recovery-image] Feb 21 22:41:05.626 INFO O| Feb 21 22:41:05.626 INFO STEP 314 (remove_files) COMPLETE
55392025-02-21T22:41:07.605Z[ recovery-image] Feb 21 22:41:05.626 INFO O| Feb 21 22:41:05.626 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402025-02-21T22:41:07.626Z[ recovery-image] Feb 21 22:41:05.646 INFO O| Feb 21 22:41:05.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
55412025-02-21T22:41:07.626Z[ recovery-image] Feb 21 22:41:05.646 INFO O| Feb 21 22:41:05.646 INFO STEP 315 (remove_files) COMPLETE
55422025-02-21T22:41:07.626Z[ recovery-image] Feb 21 22:41:05.646 INFO O| Feb 21 22:41:05.646 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432025-02-21T22:41:07.646Z[ recovery-image] Feb 21 22:41:05.667 INFO O| Feb 21 22:41:05.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
55442025-02-21T22:41:07.646Z[ recovery-image] Feb 21 22:41:05.667 INFO O| Feb 21 22:41:05.667 INFO STEP 316 (remove_files) COMPLETE
55452025-02-21T22:41:07.646Z[ recovery-image] Feb 21 22:41:05.667 INFO O| Feb 21 22:41:05.667 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462025-02-21T22:41:07.718Z[ recovery-image] Feb 21 22:41:05.738 INFO O| Feb 21 22:41:05.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
55472025-02-21T22:41:07.718Z[ recovery-image] Feb 21 22:41:05.738 INFO O| Feb 21 22:41:05.738 INFO STEP 317 (remove_files) COMPLETE
55482025-02-21T22:41:07.718Z[ recovery-image] Feb 21 22:41:05.738 INFO O| Feb 21 22:41:05.738 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492025-02-21T22:41:07.742Z[ recovery-image] Feb 21 22:41:05.762 INFO O| Feb 21 22:41:05.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
55502025-02-21T22:41:07.742Z[ recovery-image] Feb 21 22:41:05.762 INFO O| Feb 21 22:41:05.762 INFO STEP 318 (remove_files) COMPLETE
55512025-02-21T22:41:07.742Z[ recovery-image] Feb 21 22:41:05.762 INFO O| Feb 21 22:41:05.762 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522025-02-21T22:41:07.766Z[ recovery-image] Feb 21 22:41:05.786 INFO O| Feb 21 22:41:05.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
55532025-02-21T22:41:07.766Z[ recovery-image] Feb 21 22:41:05.786 INFO O| Feb 21 22:41:05.786 INFO STEP 319 (remove_files) COMPLETE
55542025-02-21T22:41:07.768Z[ recovery-image] Feb 21 22:41:05.786 INFO O| Feb 21 22:41:05.786 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552025-02-21T22:41:07.789Z[ recovery-image] Feb 21 22:41:05.810 INFO O| Feb 21 22:41:05.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
55562025-02-21T22:41:07.792Z[ recovery-image] Feb 21 22:41:05.810 INFO O| Feb 21 22:41:05.810 INFO STEP 320 (remove_files) COMPLETE
55572025-02-21T22:41:07.792Z[ recovery-image] Feb 21 22:41:05.810 INFO O| Feb 21 22:41:05.810 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582025-02-21T22:41:07.812Z[ recovery-image] Feb 21 22:41:05.832 INFO O| Feb 21 22:41:05.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
55592025-02-21T22:41:07.815Z[ recovery-image] Feb 21 22:41:05.832 INFO O| Feb 21 22:41:05.832 INFO STEP 321 (remove_files) COMPLETE
55602025-02-21T22:41:07.815Z[ recovery-image] Feb 21 22:41:05.832 INFO O| Feb 21 22:41:05.832 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612025-02-21T22:41:07.832Z[ recovery-image] Feb 21 22:41:05.852 INFO O| Feb 21 22:41:05.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
55622025-02-21T22:41:07.832Z[ recovery-image] Feb 21 22:41:05.853 INFO O| Feb 21 22:41:05.852 INFO STEP 322 (remove_files) COMPLETE
55632025-02-21T22:41:07.832Z[ recovery-image] Feb 21 22:41:05.853 INFO O| Feb 21 22:41:05.852 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642025-02-21T22:41:07.851Z[ recovery-image] Feb 21 22:41:05.872 INFO O| Feb 21 22:41:05.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
55652025-02-21T22:41:07.854Z[ recovery-image] Feb 21 22:41:05.875 INFO O| Feb 21 22:41:05.875 INFO STEP 323 (remove_files) COMPLETE
55662025-02-21T22:41:07.857Z[ recovery-image] Feb 21 22:41:05.875 INFO O| Feb 21 22:41:05.875 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672025-02-21T22:41:07.875Z[ recovery-image] Feb 21 22:41:05.894 INFO O| Feb 21 22:41:05.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
55682025-02-21T22:41:07.875Z[ recovery-image] Feb 21 22:41:05.894 INFO O| Feb 21 22:41:05.894 INFO STEP 324 (remove_files) COMPLETE
55692025-02-21T22:41:07.875Z[ recovery-image] Feb 21 22:41:05.894 INFO O| Feb 21 22:41:05.894 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702025-02-21T22:41:07.900Z[ recovery-image] Feb 21 22:41:05.920 INFO O| Feb 21 22:41:05.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
55712025-02-21T22:41:07.900Z[ recovery-image] Feb 21 22:41:05.920 INFO O| Feb 21 22:41:05.920 INFO STEP 325 (remove_files) COMPLETE
55722025-02-21T22:41:07.903Z[ recovery-image] Feb 21 22:41:05.920 INFO O| Feb 21 22:41:05.920 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732025-02-21T22:41:07.934Z[ recovery-image] Feb 21 22:41:05.955 INFO O| Feb 21 22:41:05.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
55742025-02-21T22:41:07.934Z[ recovery-image] Feb 21 22:41:05.955 INFO O| Feb 21 22:41:05.955 INFO STEP 326 (remove_files) COMPLETE
55752025-02-21T22:41:07.934Z[ recovery-image] Feb 21 22:41:05.955 INFO O| Feb 21 22:41:05.955 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762025-02-21T22:41:07.993Z[ recovery-image] Feb 21 22:41:06.014 INFO O| Feb 21 22:41:06.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
55772025-02-21T22:41:07.993Z[ recovery-image] Feb 21 22:41:06.014 INFO O| Feb 21 22:41:06.014 INFO STEP 327 (remove_files) COMPLETE
55782025-02-21T22:41:07.996Z[ recovery-image] Feb 21 22:41:06.014 INFO O| Feb 21 22:41:06.014 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792025-02-21T22:41:08.033Z[ recovery-image] Feb 21 22:41:06.053 INFO O| Feb 21 22:41:06.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
55802025-02-21T22:41:08.038Z[ recovery-image] Feb 21 22:41:06.059 INFO O| Feb 21 22:41:06.059 INFO STEP 328 (remove_files) COMPLETE
55812025-02-21T22:41:08.038Z[ recovery-image] Feb 21 22:41:06.059 INFO O| Feb 21 22:41:06.059 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822025-02-21T22:41:08.062Z[ recovery-image] Feb 21 22:41:06.082 INFO O| Feb 21 22:41:06.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
55832025-02-21T22:41:08.062Z[ recovery-image] Feb 21 22:41:06.082 INFO O| Feb 21 22:41:06.082 INFO STEP 329 (remove_files) COMPLETE
55842025-02-21T22:41:08.062Z[ recovery-image] Feb 21 22:41:06.082 INFO O| Feb 21 22:41:06.082 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852025-02-21T22:41:08.102Z[ recovery-image] Feb 21 22:41:06.122 INFO O| Feb 21 22:41:06.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
55862025-02-21T22:41:08.102Z[ recovery-image] Feb 21 22:41:06.123 INFO O| Feb 21 22:41:06.123 INFO STEP 330 (remove_files) COMPLETE
55872025-02-21T22:41:08.102Z[ recovery-image] Feb 21 22:41:06.123 INFO O| Feb 21 22:41:06.123 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882025-02-21T22:41:08.131Z[ host-image] Feb 21 22:41:06.152 INFO O| Feb 21 22:41:06.151 INFO O| Done
55892025-02-21T22:41:08.134Z[ recovery-image] Feb 21 22:41:06.153 INFO O| Feb 21 22:41:06.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
55902025-02-21T22:41:08.134Z[ recovery-image] Feb 21 22:41:06.153 INFO O| Feb 21 22:41:06.153 INFO STEP 331 (remove_files) COMPLETE
55912025-02-21T22:41:08.134Z[ recovery-image] Feb 21 22:41:06.153 INFO O| Feb 21 22:41:06.153 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922025-02-21T22:41:08.159Z[ recovery-image] Feb 21 22:41:06.179 INFO O| Feb 21 22:41:06.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
55932025-02-21T22:41:08.159Z[ recovery-image] Feb 21 22:41:06.179 INFO O| Feb 21 22:41:06.179 INFO STEP 332 (remove_files) COMPLETE
55942025-02-21T22:41:08.159Z[ recovery-image] Feb 21 22:41:06.179 INFO O| Feb 21 22:41:06.179 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952025-02-21T22:41:08.187Z[ host-image] Feb 21 22:41:06.207 INFO O| Feb 21 22:41:06.207 INFO O| Done
55962025-02-21T22:41:08.187Z[ host-image] Feb 21 22:41:06.207 INFO O| Feb 21 22:41:06.207 INFO O| Done
55972025-02-21T22:41:08.210Z[ recovery-image] Feb 21 22:41:06.230 INFO O| Feb 21 22:41:06.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
55982025-02-21T22:41:08.210Z[ recovery-image] Feb 21 22:41:06.230 INFO O| Feb 21 22:41:06.230 INFO STEP 333 (remove_files) COMPLETE
55992025-02-21T22:41:08.213Z[ recovery-image] Feb 21 22:41:06.230 INFO O| Feb 21 22:41:06.230 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002025-02-21T22:41:08.217Z[ host-image] Feb 21 22:41:06.237 INFO O| Feb 21 22:41:06.237 INFO O| Done
56012025-02-21T22:41:08.231Z[ recovery-image] Feb 21 22:41:06.251 INFO O| Feb 21 22:41:06.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
56022025-02-21T22:41:08.231Z[ recovery-image] Feb 21 22:41:06.251 INFO O| Feb 21 22:41:06.251 INFO STEP 334 (remove_files) COMPLETE
56032025-02-21T22:41:08.233Z[ recovery-image] Feb 21 22:41:06.251 INFO O| Feb 21 22:41:06.251 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042025-02-21T22:41:08.252Z[ recovery-image] Feb 21 22:41:06.272 INFO O| Feb 21 22:41:06.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
56052025-02-21T22:41:08.252Z[ recovery-image] Feb 21 22:41:06.272 INFO O| Feb 21 22:41:06.272 INFO STEP 335 (remove_files) COMPLETE
56062025-02-21T22:41:08.254Z[ recovery-image] Feb 21 22:41:06.272 INFO O| Feb 21 22:41:06.272 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072025-02-21T22:41:08.274Z[ recovery-image] Feb 21 22:41:06.294 INFO O| Feb 21 22:41:06.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
56082025-02-21T22:41:08.274Z[ recovery-image] Feb 21 22:41:06.294 INFO O| Feb 21 22:41:06.294 INFO STEP 336 (remove_files) COMPLETE
56092025-02-21T22:41:08.277Z[ recovery-image] Feb 21 22:41:06.294 INFO O| Feb 21 22:41:06.294 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102025-02-21T22:41:08.307Z[ recovery-image] Feb 21 22:41:06.326 INFO O| Feb 21 22:41:06.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
56112025-02-21T22:41:08.307Z[ recovery-image] Feb 21 22:41:06.326 INFO O| Feb 21 22:41:06.326 INFO STEP 337 (remove_files) COMPLETE
56122025-02-21T22:41:08.307Z[ recovery-image] Feb 21 22:41:06.326 INFO O| Feb 21 22:41:06.326 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132025-02-21T22:41:08.329Z[ recovery-image] Feb 21 22:41:06.350 INFO O| Feb 21 22:41:06.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
56142025-02-21T22:41:08.330Z[ recovery-image] Feb 21 22:41:06.350 INFO O| Feb 21 22:41:06.350 INFO STEP 338 (remove_files) COMPLETE
56152025-02-21T22:41:08.330Z[ recovery-image] Feb 21 22:41:06.350 INFO O| Feb 21 22:41:06.350 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162025-02-21T22:41:08.364Z[ recovery-image] Feb 21 22:41:06.384 INFO O| Feb 21 22:41:06.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
56172025-02-21T22:41:08.367Z[ recovery-image] Feb 21 22:41:06.385 INFO O| Feb 21 22:41:06.384 INFO STEP 339 (remove_files) COMPLETE
56182025-02-21T22:41:08.367Z[ recovery-image] Feb 21 22:41:06.385 INFO O| Feb 21 22:41:06.384 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192025-02-21T22:41:08.390Z[ recovery-image] Feb 21 22:41:06.410 INFO O| Feb 21 22:41:06.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
56202025-02-21T22:41:08.391Z[ recovery-image] Feb 21 22:41:06.410 INFO O| Feb 21 22:41:06.409 INFO STEP 340 (remove_files) COMPLETE
56212025-02-21T22:41:08.391Z[ recovery-image] Feb 21 22:41:06.410 INFO O| Feb 21 22:41:06.409 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-02-21T22:41:08.412Z[ recovery-image] Feb 21 22:41:06.432 INFO O| Feb 21 22:41:06.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
56232025-02-21T22:41:08.436Z[ recovery-image] Feb 21 22:41:06.455 INFO O| Feb 21 22:41:06.455 INFO STEP 341 (remove_files) COMPLETE
56242025-02-21T22:41:08.436Z[ recovery-image] Feb 21 22:41:06.455 INFO O| Feb 21 22:41:06.455 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252025-02-21T22:41:08.470Z[ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO STEP 14 (pkg_install) COMPLETE
56262025-02-21T22:41:08.470Z[ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56272025-02-21T22:41:08.473Z[ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO skip step because feature "mfg" is not enabled
56282025-02-21T22:41:08.473Z[ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56292025-02-21T22:41:08.473Z[ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO skip step because feature "compliance" is not enabled
56302025-02-21T22:41:08.473Z[ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56312025-02-21T22:41:08.473Z[ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO skip step because feature "stress" is not enabled
56322025-02-21T22:41:08.473Z[ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56332025-02-21T22:41:08.473Z[ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO skip step because feature "nfs" is not enabled
56342025-02-21T22:41:08.473Z[ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
56352025-02-21T22:41:08.473Z[ host-image] Feb 21 22:41:06.490 INFO O| Feb 21 22:41:06.490 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
56362025-02-21T22:41:08.476Z[ recovery-image] Feb 21 22:41:06.495 INFO O| Feb 21 22:41:06.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
56372025-02-21T22:41:08.476Z[ recovery-image] Feb 21 22:41:06.495 INFO O| Feb 21 22:41:06.495 INFO STEP 342 (remove_files) COMPLETE
56382025-02-21T22:41:08.476Z[ recovery-image] Feb 21 22:41:06.495 INFO O| Feb 21 22:41:06.495 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392025-02-21T22:41:08.519Z[ recovery-image] Feb 21 22:41:06.539 INFO O| Feb 21 22:41:06.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
56402025-02-21T22:41:08.522Z[ recovery-image] Feb 21 22:41:06.540 INFO O| Feb 21 22:41:06.540 INFO STEP 343 (remove_files) COMPLETE
56412025-02-21T22:41:08.522Z[ recovery-image] Feb 21 22:41:06.540 INFO O| Feb 21 22:41:06.540 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422025-02-21T22:41:08.541Z[ recovery-image] Feb 21 22:41:06.561 INFO O| Feb 21 22:41:06.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
56432025-02-21T22:41:08.544Z[ recovery-image] Feb 21 22:41:06.562 INFO O| Feb 21 22:41:06.562 INFO STEP 344 (remove_files) COMPLETE
56442025-02-21T22:41:08.544Z[ recovery-image] Feb 21 22:41:06.562 INFO O| Feb 21 22:41:06.562 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452025-02-21T22:41:08.590Z[ recovery-image] Feb 21 22:41:06.610 INFO O| Feb 21 22:41:06.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
56462025-02-21T22:41:08.592Z[ recovery-image] Feb 21 22:41:06.610 INFO O| Feb 21 22:41:06.610 INFO STEP 345 (remove_files) COMPLETE
56472025-02-21T22:41:08.592Z[ recovery-image] Feb 21 22:41:06.610 INFO O| Feb 21 22:41:06.610 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482025-02-21T22:41:08.610Z[ recovery-image] Feb 21 22:41:06.630 INFO O| Feb 21 22:41:06.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
56492025-02-21T22:41:08.613Z[ recovery-image] Feb 21 22:41:06.630 INFO O| Feb 21 22:41:06.630 INFO STEP 346 (remove_files) COMPLETE
56502025-02-21T22:41:08.613Z[ recovery-image] Feb 21 22:41:06.630 INFO O| Feb 21 22:41:06.630 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512025-02-21T22:41:08.616Z[ host-image] Feb 21 22:41:06.636 INFO O| Feb 21 22:41:06.636 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
56522025-02-21T22:41:08.647Z[ recovery-image] Feb 21 22:41:06.666 INFO O| Feb 21 22:41:06.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
56532025-02-21T22:41:08.647Z[ recovery-image] Feb 21 22:41:06.666 INFO O| Feb 21 22:41:06.666 INFO STEP 347 (remove_files) COMPLETE
56542025-02-21T22:41:08.647Z[ recovery-image] Feb 21 22:41:06.666 INFO O| Feb 21 22:41:06.666 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552025-02-21T22:41:08.682Z[ recovery-image] Feb 21 22:41:06.702 INFO O| Feb 21 22:41:06.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
56562025-02-21T22:41:08.682Z[ recovery-image] Feb 21 22:41:06.702 INFO O| Feb 21 22:41:06.702 INFO STEP 348 (remove_files) COMPLETE
56572025-02-21T22:41:08.685Z[ recovery-image] Feb 21 22:41:06.702 INFO O| Feb 21 22:41:06.702 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582025-02-21T22:41:08.701Z[ recovery-image] Feb 21 22:41:06.721 INFO O| Feb 21 22:41:06.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
56592025-02-21T22:41:08.704Z[ recovery-image] Feb 21 22:41:06.721 INFO O| Feb 21 22:41:06.721 INFO STEP 349 (remove_files) COMPLETE
56602025-02-21T22:41:08.704Z[ recovery-image] Feb 21 22:41:06.722 INFO O| Feb 21 22:41:06.721 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612025-02-21T22:41:08.722Z[ recovery-image] Feb 21 22:41:06.742 INFO O| Feb 21 22:41:06.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
56622025-02-21T22:41:08.722Z[ recovery-image] Feb 21 22:41:06.742 INFO O| Feb 21 22:41:06.742 INFO STEP 350 (remove_files) COMPLETE
56632025-02-21T22:41:08.725Z[ recovery-image] Feb 21 22:41:06.742 INFO O| Feb 21 22:41:06.742 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642025-02-21T22:41:08.725Z[ host-image] Feb 21 22:41:06.744 INFO O| Feb 21 22:41:06.743 INFO completed processing gimlet/ramdisk-01-os
56652025-02-21T22:41:08.727Z[ host-image] Feb 21 22:41:06.747 INFO omicron1 baseline generation...
56662025-02-21T22:41:08.727Z[ host-image] Feb 21 22:41:06.747 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
56672025-02-21T22:41:08.740Z[ recovery-image] Feb 21 22:41:06.761 INFO O| Feb 21 22:41:06.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
56682025-02-21T22:41:08.743Z[ recovery-image] Feb 21 22:41:06.761 INFO O| Feb 21 22:41:06.761 INFO STEP 351 (remove_files) COMPLETE
56692025-02-21T22:41:08.743Z[ recovery-image] Feb 21 22:41:06.761 INFO O| Feb 21 22:41:06.761 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702025-02-21T22:41:08.759Z[ recovery-image] Feb 21 22:41:06.780 INFO O| Feb 21 22:41:06.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
56712025-02-21T22:41:08.760Z[ recovery-image] Feb 21 22:41:06.780 INFO O| Feb 21 22:41:06.780 INFO STEP 352 (remove_files) COMPLETE
56722025-02-21T22:41:08.760Z[ recovery-image] Feb 21 22:41:06.780 INFO O| Feb 21 22:41:06.780 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732025-02-21T22:41:08.779Z[ recovery-image] Feb 21 22:41:06.799 INFO O| Feb 21 22:41:06.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
56742025-02-21T22:41:08.779Z[ recovery-image] Feb 21 22:41:06.800 INFO O| Feb 21 22:41:06.800 INFO STEP 353 (remove_files) COMPLETE
56752025-02-21T22:41:08.782Z[ recovery-image] Feb 21 22:41:06.800 INFO O| Feb 21 22:41:06.800 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762025-02-21T22:41:08.811Z[ recovery-image] Feb 21 22:41:06.831 INFO O| Feb 21 22:41:06.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
56772025-02-21T22:41:08.814Z[ recovery-image] Feb 21 22:41:06.832 INFO O| Feb 21 22:41:06.832 INFO STEP 354 (remove_files) COMPLETE
56782025-02-21T22:41:08.814Z[ recovery-image] Feb 21 22:41:06.832 INFO O| Feb 21 22:41:06.832 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792025-02-21T22:41:08.871Z[ recovery-image] Feb 21 22:41:06.891 INFO O| Feb 21 22:41:06.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
56802025-02-21T22:41:08.871Z[ recovery-image] Feb 21 22:41:06.891 INFO O| Feb 21 22:41:06.891 INFO STEP 355 (remove_files) COMPLETE
56812025-02-21T22:41:08.871Z[ recovery-image] Feb 21 22:41:06.891 INFO O| Feb 21 22:41:06.891 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822025-02-21T22:41:08.891Z[ recovery-image] Feb 21 22:41:06.911 INFO O| Feb 21 22:41:06.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
56832025-02-21T22:41:08.891Z[ recovery-image] Feb 21 22:41:06.911 INFO O| Feb 21 22:41:06.911 INFO STEP 356 (remove_files) COMPLETE
56842025-02-21T22:41:08.891Z[ recovery-image] Feb 21 22:41:06.911 INFO O| Feb 21 22:41:06.911 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852025-02-21T22:41:08.910Z[ recovery-image] Feb 21 22:41:06.930 INFO O| Feb 21 22:41:06.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
56862025-02-21T22:41:08.913Z[ recovery-image] Feb 21 22:41:06.930 INFO O| Feb 21 22:41:06.930 INFO STEP 357 (remove_files) COMPLETE
56872025-02-21T22:41:08.913Z[ recovery-image] Feb 21 22:41:06.930 INFO O| Feb 21 22:41:06.930 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882025-02-21T22:41:08.968Z[ recovery-image] Feb 21 22:41:06.988 INFO O| Feb 21 22:41:06.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
56892025-02-21T22:41:08.968Z[ recovery-image] Feb 21 22:41:06.988 INFO O| Feb 21 22:41:06.988 INFO STEP 358 (remove_files) COMPLETE
56902025-02-21T22:41:08.968Z[ recovery-image] Feb 21 22:41:06.988 INFO O| Feb 21 22:41:06.988 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912025-02-21T22:41:09.009Z[ recovery-image] Feb 21 22:41:07.029 INFO O| Feb 21 22:41:07.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
56922025-02-21T22:41:09.012Z[ recovery-image] Feb 21 22:41:07.029 INFO O| Feb 21 22:41:07.029 INFO STEP 359 (remove_files) COMPLETE
56932025-02-21T22:41:09.012Z[ recovery-image] Feb 21 22:41:07.029 INFO O| Feb 21 22:41:07.029 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942025-02-21T22:41:09.086Z[ recovery-image] Feb 21 22:41:07.106 INFO O| Feb 21 22:41:07.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
56952025-02-21T22:41:09.089Z[ recovery-image] Feb 21 22:41:07.106 INFO O| Feb 21 22:41:07.106 INFO STEP 360 (remove_files) COMPLETE
56962025-02-21T22:41:09.089Z[ recovery-image] Feb 21 22:41:07.106 INFO O| Feb 21 22:41:07.106 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972025-02-21T22:41:09.111Z[ recovery-image] Feb 21 22:41:07.131 INFO O| Feb 21 22:41:07.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
56982025-02-21T22:41:09.111Z[ recovery-image] Feb 21 22:41:07.132 INFO O| Feb 21 22:41:07.131 INFO STEP 361 (remove_files) COMPLETE
56992025-02-21T22:41:09.114Z[ recovery-image] Feb 21 22:41:07.132 INFO O| Feb 21 22:41:07.132 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002025-02-21T22:41:09.132Z[ recovery-image] Feb 21 22:41:07.151 INFO O| Feb 21 22:41:07.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
57012025-02-21T22:41:09.132Z[ recovery-image] Feb 21 22:41:07.151 INFO O| Feb 21 22:41:07.151 INFO STEP 362 (remove_files) COMPLETE
57022025-02-21T22:41:09.132Z[ recovery-image] Feb 21 22:41:07.151 INFO O| Feb 21 22:41:07.151 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032025-02-21T22:41:09.181Z[ recovery-image] Feb 21 22:41:07.201 INFO O| Feb 21 22:41:07.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
57042025-02-21T22:41:09.201Z[ recovery-image] Feb 21 22:41:07.221 INFO O| Feb 21 22:41:07.221 INFO STEP 363 (remove_files) COMPLETE
57052025-02-21T22:41:09.201Z[ recovery-image] Feb 21 22:41:07.221 INFO O| Feb 21 22:41:07.221 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062025-02-21T22:41:09.222Z[ recovery-image] Feb 21 22:41:07.242 INFO O| Feb 21 22:41:07.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
57072025-02-21T22:41:09.223Z[ recovery-image] Feb 21 22:41:07.243 INFO O| Feb 21 22:41:07.242 INFO STEP 364 (remove_files) COMPLETE
57082025-02-21T22:41:09.223Z[ recovery-image] Feb 21 22:41:07.243 INFO O| Feb 21 22:41:07.243 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092025-02-21T22:41:09.247Z[ recovery-image] Feb 21 22:41:07.267 INFO O| Feb 21 22:41:07.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
57102025-02-21T22:41:09.247Z[ recovery-image] Feb 21 22:41:07.267 INFO O| Feb 21 22:41:07.267 INFO STEP 365 (remove_files) COMPLETE
57112025-02-21T22:41:09.250Z[ recovery-image] Feb 21 22:41:07.267 INFO O| Feb 21 22:41:07.267 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122025-02-21T22:41:09.269Z[ recovery-image] Feb 21 22:41:07.289 INFO O| Feb 21 22:41:07.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
57132025-02-21T22:41:09.269Z[ recovery-image] Feb 21 22:41:07.290 INFO O| Feb 21 22:41:07.289 INFO STEP 366 (remove_files) COMPLETE
57142025-02-21T22:41:09.276Z[ recovery-image] Feb 21 22:41:07.297 INFO O| Feb 21 22:41:07.289 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152025-02-21T22:41:09.298Z[ recovery-image] Feb 21 22:41:07.318 INFO O| Feb 21 22:41:07.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
57162025-02-21T22:41:09.298Z[ recovery-image] Feb 21 22:41:07.319 INFO O| Feb 21 22:41:07.318 INFO STEP 367 (remove_files) COMPLETE
57172025-02-21T22:41:09.301Z[ recovery-image] Feb 21 22:41:07.319 INFO O| Feb 21 22:41:07.319 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182025-02-21T22:41:09.336Z[ recovery-image] Feb 21 22:41:07.356 INFO O| Feb 21 22:41:07.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
57192025-02-21T22:41:09.344Z[ recovery-image] Feb 21 22:41:07.356 INFO O| Feb 21 22:41:07.356 INFO STEP 368 (remove_files) COMPLETE
57202025-02-21T22:41:09.344Z[ recovery-image] Feb 21 22:41:07.356 INFO O| Feb 21 22:41:07.356 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212025-02-21T22:41:09.356Z[ recovery-image] Feb 21 22:41:07.376 INFO O| Feb 21 22:41:07.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
57222025-02-21T22:41:09.359Z[ recovery-image] Feb 21 22:41:07.376 INFO O| Feb 21 22:41:07.376 INFO STEP 369 (remove_files) COMPLETE
57232025-02-21T22:41:09.359Z[ recovery-image] Feb 21 22:41:07.376 INFO O| Feb 21 22:41:07.376 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242025-02-21T22:41:09.376Z[ recovery-image] Feb 21 22:41:07.396 INFO O| Feb 21 22:41:07.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
57252025-02-21T22:41:09.376Z[ recovery-image] Feb 21 22:41:07.396 INFO O| Feb 21 22:41:07.396 INFO STEP 370 (remove_files) COMPLETE
57262025-02-21T22:41:09.379Z[ recovery-image] Feb 21 22:41:07.397 INFO O| Feb 21 22:41:07.396 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272025-02-21T22:41:09.396Z[ recovery-image] Feb 21 22:41:07.416 INFO O| Feb 21 22:41:07.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
57282025-02-21T22:41:09.396Z[ recovery-image] Feb 21 22:41:07.416 INFO O| Feb 21 22:41:07.416 INFO STEP 371 (remove_files) COMPLETE
57292025-02-21T22:41:09.396Z[ recovery-image] Feb 21 22:41:07.416 INFO O| Feb 21 22:41:07.416 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302025-02-21T22:41:09.430Z[ recovery-image] Feb 21 22:41:07.450 INFO O| Feb 21 22:41:07.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
57312025-02-21T22:41:09.430Z[ recovery-image] Feb 21 22:41:07.450 INFO O| Feb 21 22:41:07.450 INFO STEP 372 (remove_files) COMPLETE
57322025-02-21T22:41:09.430Z[ recovery-image] Feb 21 22:41:07.450 INFO O| Feb 21 22:41:07.450 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332025-02-21T22:41:09.435Z[ host-image] Feb 21 22:41:07.455 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z
57342025-02-21T22:41:09.464Z[ recovery-image] Feb 21 22:41:07.484 INFO O| Feb 21 22:41:07.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
57352025-02-21T22:41:09.467Z[ recovery-image] Feb 21 22:41:07.484 INFO O| Feb 21 22:41:07.484 INFO STEP 373 (remove_files) COMPLETE
57362025-02-21T22:41:09.467Z[ recovery-image] Feb 21 22:41:07.484 INFO O| Feb 21 22:41:07.484 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-02-21T22:41:09.485Z[ recovery-image] Feb 21 22:41:07.505 INFO O| Feb 21 22:41:07.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
57382025-02-21T22:41:09.488Z[ recovery-image] Feb 21 22:41:07.505 INFO O| Feb 21 22:41:07.505 INFO STEP 374 (remove_files) COMPLETE
57392025-02-21T22:41:09.488Z[ recovery-image] Feb 21 22:41:07.506 INFO O| Feb 21 22:41:07.505 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-02-21T22:41:09.506Z[ recovery-image] Feb 21 22:41:07.526 INFO O| Feb 21 22:41:07.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
57412025-02-21T22:41:09.508Z[ recovery-image] Feb 21 22:41:07.526 INFO O| Feb 21 22:41:07.526 INFO STEP 375 (remove_files) COMPLETE
57422025-02-21T22:41:09.508Z[ recovery-image] Feb 21 22:41:07.526 INFO O| Feb 21 22:41:07.526 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-02-21T22:41:09.546Z[ recovery-image] Feb 21 22:41:07.566 INFO O| Feb 21 22:41:07.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
57442025-02-21T22:41:09.546Z[ recovery-image] Feb 21 22:41:07.566 INFO O| Feb 21 22:41:07.566 INFO STEP 376 (remove_files) COMPLETE
57452025-02-21T22:41:09.549Z[ recovery-image] Feb 21 22:41:07.566 INFO O| Feb 21 22:41:07.566 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-02-21T22:41:09.602Z[ recovery-image] Feb 21 22:41:07.622 INFO O| Feb 21 22:41:07.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
57472025-02-21T22:41:09.602Z[ recovery-image] Feb 21 22:41:07.622 INFO O| Feb 21 22:41:07.622 INFO STEP 377 (remove_files) COMPLETE
57482025-02-21T22:41:09.605Z[ recovery-image] Feb 21 22:41:07.622 INFO O| Feb 21 22:41:07.622 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-02-21T22:41:09.630Z[ recovery-image] Feb 21 22:41:07.650 INFO O| Feb 21 22:41:07.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
57502025-02-21T22:41:09.633Z[ recovery-image] Feb 21 22:41:07.650 INFO O| Feb 21 22:41:07.650 INFO STEP 378 (remove_files) COMPLETE
57512025-02-21T22:41:09.633Z[ recovery-image] Feb 21 22:41:07.651 INFO O| Feb 21 22:41:07.650 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-02-21T22:41:09.720Z[ recovery-image] Feb 21 22:41:07.740 INFO O| Feb 21 22:41:07.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
57532025-02-21T22:41:09.720Z[ recovery-image] Feb 21 22:41:07.740 INFO O| Feb 21 22:41:07.740 INFO STEP 379 (remove_files) COMPLETE
57542025-02-21T22:41:09.722Z[ recovery-image] Feb 21 22:41:07.740 INFO O| Feb 21 22:41:07.740 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-02-21T22:41:09.744Z[ recovery-image] Feb 21 22:41:07.764 INFO O| Feb 21 22:41:07.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
57562025-02-21T22:41:09.744Z[ recovery-image] Feb 21 22:41:07.764 INFO O| Feb 21 22:41:07.764 INFO STEP 380 (remove_files) COMPLETE
57572025-02-21T22:41:09.745Z[ recovery-image] Feb 21 22:41:07.764 INFO O| Feb 21 22:41:07.764 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-02-21T22:41:09.801Z[ recovery-image] Feb 21 22:41:07.821 INFO O| Feb 21 22:41:07.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
57592025-02-21T22:41:09.801Z[ recovery-image] Feb 21 22:41:07.821 INFO O| Feb 21 22:41:07.821 INFO STEP 381 (remove_files) COMPLETE
57602025-02-21T22:41:09.804Z[ recovery-image] Feb 21 22:41:07.821 INFO O| Feb 21 22:41:07.821 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-02-21T22:41:09.834Z[ recovery-image] Feb 21 22:41:07.854 INFO O| Feb 21 22:41:07.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
57622025-02-21T22:41:09.836Z[ recovery-image] Feb 21 22:41:07.854 INFO O| Feb 21 22:41:07.854 INFO STEP 382 (remove_files) COMPLETE
57632025-02-21T22:41:09.836Z[ recovery-image] Feb 21 22:41:07.854 INFO O| Feb 21 22:41:07.854 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-02-21T22:41:09.927Z[ recovery-image] Feb 21 22:41:07.947 INFO O| Feb 21 22:41:07.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
57652025-02-21T22:41:09.927Z[ recovery-image] Feb 21 22:41:07.947 INFO O| Feb 21 22:41:07.947 INFO STEP 383 (remove_files) COMPLETE
57662025-02-21T22:41:09.930Z[ recovery-image] Feb 21 22:41:07.947 INFO O| Feb 21 22:41:07.947 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-02-21T22:41:09.951Z[ recovery-image] Feb 21 22:41:07.971 INFO O| Feb 21 22:41:07.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
57682025-02-21T22:41:09.951Z[ recovery-image] Feb 21 22:41:07.971 INFO O| Feb 21 22:41:07.971 INFO STEP 384 (remove_files) COMPLETE
57692025-02-21T22:41:09.954Z[ recovery-image] Feb 21 22:41:07.971 INFO O| Feb 21 22:41:07.971 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-02-21T22:41:09.971Z[ recovery-image] Feb 21 22:41:07.990 INFO O| Feb 21 22:41:07.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
57712025-02-21T22:41:09.971Z[ recovery-image] Feb 21 22:41:07.991 INFO O| Feb 21 22:41:07.991 INFO STEP 385 (remove_files) COMPLETE
57722025-02-21T22:41:09.971Z[ recovery-image] Feb 21 22:41:07.991 INFO O| Feb 21 22:41:07.991 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-02-21T22:41:10.030Z[ recovery-image] Feb 21 22:41:08.049 INFO O| Feb 21 22:41:08.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
57742025-02-21T22:41:10.030Z[ recovery-image] Feb 21 22:41:08.050 INFO O| Feb 21 22:41:08.049 INFO STEP 386 (remove_files) COMPLETE
57752025-02-21T22:41:10.033Z[ recovery-image] Feb 21 22:41:08.050 INFO O| Feb 21 22:41:08.050 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-02-21T22:41:10.056Z[ recovery-image] Feb 21 22:41:08.076 INFO O| Feb 21 22:41:08.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
57772025-02-21T22:41:10.056Z[ recovery-image] Feb 21 22:41:08.076 INFO O| Feb 21 22:41:08.076 INFO STEP 387 (remove_files) COMPLETE
57782025-02-21T22:41:10.059Z[ recovery-image] Feb 21 22:41:08.076 INFO O| Feb 21 22:41:08.076 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-02-21T22:41:10.089Z[ recovery-image] Feb 21 22:41:08.108 INFO O| Feb 21 22:41:08.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
57802025-02-21T22:41:10.089Z[ recovery-image] Feb 21 22:41:08.108 INFO O| Feb 21 22:41:08.108 INFO STEP 388 (remove_files) COMPLETE
57812025-02-21T22:41:10.089Z[ recovery-image] Feb 21 22:41:08.108 INFO O| Feb 21 22:41:08.108 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-02-21T22:41:10.113Z[ recovery-image] Feb 21 22:41:08.133 INFO O| Feb 21 22:41:08.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
57832025-02-21T22:41:10.113Z[ recovery-image] Feb 21 22:41:08.133 INFO O| Feb 21 22:41:08.133 INFO STEP 389 (remove_files) COMPLETE
57842025-02-21T22:41:10.113Z[ recovery-image] Feb 21 22:41:08.133 INFO O| Feb 21 22:41:08.133 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852025-02-21T22:41:10.142Z[ recovery-image] Feb 21 22:41:08.162 INFO O| Feb 21 22:41:08.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
57862025-02-21T22:41:10.142Z[ recovery-image] Feb 21 22:41:08.162 INFO O| Feb 21 22:41:08.162 INFO STEP 390 (remove_files) COMPLETE
57872025-02-21T22:41:10.142Z[ recovery-image] Feb 21 22:41:08.162 INFO O| Feb 21 22:41:08.162 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882025-02-21T22:41:10.175Z[ recovery-image] Feb 21 22:41:08.195 INFO O| Feb 21 22:41:08.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
57892025-02-21T22:41:10.175Z[ recovery-image] Feb 21 22:41:08.195 INFO O| Feb 21 22:41:08.195 INFO STEP 391 (remove_files) COMPLETE
57902025-02-21T22:41:10.175Z[ recovery-image] Feb 21 22:41:08.195 INFO O| Feb 21 22:41:08.195 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912025-02-21T22:41:10.294Z[ recovery-image] Feb 21 22:41:08.314 INFO O| Feb 21 22:41:08.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
57922025-02-21T22:41:10.294Z[ recovery-image] Feb 21 22:41:08.314 INFO O| Feb 21 22:41:08.314 INFO STEP 392 (remove_files) COMPLETE
57932025-02-21T22:41:10.294Z[ recovery-image] Feb 21 22:41:08.314 INFO O| Feb 21 22:41:08.314 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942025-02-21T22:41:10.315Z[ recovery-image] Feb 21 22:41:08.334 INFO O| Feb 21 22:41:08.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
57952025-02-21T22:41:10.315Z[ recovery-image] Feb 21 22:41:08.335 INFO O| Feb 21 22:41:08.334 INFO STEP 393 (remove_files) COMPLETE
57962025-02-21T22:41:10.315Z[ recovery-image] Feb 21 22:41:08.335 INFO O| Feb 21 22:41:08.334 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972025-02-21T22:41:10.333Z[ recovery-image] Feb 21 22:41:08.353 INFO O| Feb 21 22:41:08.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
57982025-02-21T22:41:10.333Z[ recovery-image] Feb 21 22:41:08.353 INFO O| Feb 21 22:41:08.353 INFO STEP 394 (remove_files) COMPLETE
57992025-02-21T22:41:10.336Z[ recovery-image] Feb 21 22:41:08.353 INFO O| Feb 21 22:41:08.353 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002025-02-21T22:41:10.353Z[ recovery-image] Feb 21 22:41:08.371 INFO O| Feb 21 22:41:08.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
58012025-02-21T22:41:10.353Z[ recovery-image] Feb 21 22:41:08.371 INFO O| Feb 21 22:41:08.371 INFO STEP 395 (remove_files) COMPLETE
58022025-02-21T22:41:10.356Z[ recovery-image] Feb 21 22:41:08.371 INFO O| Feb 21 22:41:08.371 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032025-02-21T22:41:10.370Z[ recovery-image] Feb 21 22:41:08.390 INFO O| Feb 21 22:41:08.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
58042025-02-21T22:41:10.370Z[ recovery-image] Feb 21 22:41:08.390 INFO O| Feb 21 22:41:08.390 INFO STEP 396 (remove_files) COMPLETE
58052025-02-21T22:41:10.373Z[ recovery-image] Feb 21 22:41:08.390 INFO O| Feb 21 22:41:08.390 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062025-02-21T22:41:10.389Z[ recovery-image] Feb 21 22:41:08.409 INFO O| Feb 21 22:41:08.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
58072025-02-21T22:41:10.389Z[ recovery-image] Feb 21 22:41:08.409 INFO O| Feb 21 22:41:08.409 INFO STEP 397 (remove_files) COMPLETE
58082025-02-21T22:41:10.389Z[ recovery-image] Feb 21 22:41:08.409 INFO O| Feb 21 22:41:08.409 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092025-02-21T22:41:10.432Z[ recovery-image] Feb 21 22:41:08.451 INFO O| Feb 21 22:41:08.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
58102025-02-21T22:41:10.432Z[ recovery-image] Feb 21 22:41:08.451 INFO O| Feb 21 22:41:08.451 INFO STEP 398 (remove_files) COMPLETE
58112025-02-21T22:41:10.432Z[ recovery-image] Feb 21 22:41:08.451 INFO O| Feb 21 22:41:08.451 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122025-02-21T22:41:10.496Z[ recovery-image] Feb 21 22:41:08.515 INFO O| Feb 21 22:41:08.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
58132025-02-21T22:41:10.498Z[ recovery-image] Feb 21 22:41:08.515 INFO O| Feb 21 22:41:08.515 INFO STEP 399 (remove_files) COMPLETE
58142025-02-21T22:41:10.498Z[ recovery-image] Feb 21 22:41:08.515 INFO O| Feb 21 22:41:08.515 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152025-02-21T22:41:10.517Z[ recovery-image] Feb 21 22:41:08.536 INFO O| Feb 21 22:41:08.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
58162025-02-21T22:41:10.517Z[ recovery-image] Feb 21 22:41:08.536 INFO O| Feb 21 22:41:08.536 INFO STEP 400 (remove_files) COMPLETE
58172025-02-21T22:41:10.517Z[ recovery-image] Feb 21 22:41:08.536 INFO O| Feb 21 22:41:08.536 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182025-02-21T22:41:10.536Z[ recovery-image] Feb 21 22:41:08.556 INFO O| Feb 21 22:41:08.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
58192025-02-21T22:41:10.536Z[ recovery-image] Feb 21 22:41:08.556 INFO O| Feb 21 22:41:08.556 INFO STEP 401 (remove_files) COMPLETE
58202025-02-21T22:41:10.536Z[ recovery-image] Feb 21 22:41:08.556 INFO O| Feb 21 22:41:08.556 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212025-02-21T22:41:10.567Z[ recovery-image] Feb 21 22:41:08.586 INFO O| Feb 21 22:41:08.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
58222025-02-21T22:41:10.567Z[ recovery-image] Feb 21 22:41:08.586 INFO O| Feb 21 22:41:08.586 INFO STEP 402 (remove_files) COMPLETE
58232025-02-21T22:41:10.567Z[ recovery-image] Feb 21 22:41:08.586 INFO O| Feb 21 22:41:08.586 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242025-02-21T22:41:10.587Z[ recovery-image] Feb 21 22:41:08.606 INFO O| Feb 21 22:41:08.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
58252025-02-21T22:41:10.587Z[ recovery-image] Feb 21 22:41:08.607 INFO O| Feb 21 22:41:08.607 INFO STEP 403 (remove_files) COMPLETE
58262025-02-21T22:41:10.587Z[ recovery-image] Feb 21 22:41:08.607 INFO O| Feb 21 22:41:08.607 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272025-02-21T22:41:10.623Z[ recovery-image] Feb 21 22:41:08.642 INFO O| Feb 21 22:41:08.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
58282025-02-21T22:41:10.623Z[ recovery-image] Feb 21 22:41:08.642 INFO O| Feb 21 22:41:08.642 INFO STEP 404 (remove_files) COMPLETE
58292025-02-21T22:41:10.623Z[ recovery-image] Feb 21 22:41:08.642 INFO O| Feb 21 22:41:08.642 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302025-02-21T22:41:10.676Z[ recovery-image] Feb 21 22:41:08.695 INFO O| Feb 21 22:41:08.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
58312025-02-21T22:41:10.676Z[ recovery-image] Feb 21 22:41:08.695 INFO O| Feb 21 22:41:08.695 INFO STEP 405 (remove_files) COMPLETE
58322025-02-21T22:41:10.676Z[ recovery-image] Feb 21 22:41:08.695 INFO O| Feb 21 22:41:08.695 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332025-02-21T22:41:10.711Z[ recovery-image] Feb 21 22:41:08.730 INFO O| Feb 21 22:41:08.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
58342025-02-21T22:41:10.713Z[ recovery-image] Feb 21 22:41:08.731 INFO O| Feb 21 22:41:08.731 INFO STEP 406 (remove_files) COMPLETE
58352025-02-21T22:41:10.713Z[ recovery-image] Feb 21 22:41:08.731 INFO O| Feb 21 22:41:08.731 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362025-02-21T22:41:10.731Z[ recovery-image] Feb 21 22:41:08.751 INFO O| Feb 21 22:41:08.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
58372025-02-21T22:41:10.734Z[ recovery-image] Feb 21 22:41:08.751 INFO O| Feb 21 22:41:08.751 INFO STEP 407 (remove_files) COMPLETE
58382025-02-21T22:41:10.734Z[ recovery-image] Feb 21 22:41:08.751 INFO O| Feb 21 22:41:08.751 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392025-02-21T22:41:10.751Z[ recovery-image] Feb 21 22:41:08.771 INFO O| Feb 21 22:41:08.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
58402025-02-21T22:41:10.752Z[ recovery-image] Feb 21 22:41:08.771 INFO O| Feb 21 22:41:08.771 INFO STEP 408 (remove_files) COMPLETE
58412025-02-21T22:41:10.752Z[ recovery-image] Feb 21 22:41:08.771 INFO O| Feb 21 22:41:08.771 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422025-02-21T22:41:10.771Z[ recovery-image] Feb 21 22:41:08.790 INFO O| Feb 21 22:41:08.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
58432025-02-21T22:41:10.771Z[ recovery-image] Feb 21 22:41:08.790 INFO O| Feb 21 22:41:08.790 INFO STEP 409 (remove_files) COMPLETE
58442025-02-21T22:41:10.771Z[ recovery-image] Feb 21 22:41:08.790 INFO O| Feb 21 22:41:08.790 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452025-02-21T22:41:10.830Z[ recovery-image] Feb 21 22:41:08.850 INFO O| Feb 21 22:41:08.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
58462025-02-21T22:41:10.830Z[ recovery-image] Feb 21 22:41:08.850 INFO O| Feb 21 22:41:08.850 INFO STEP 410 (remove_files) COMPLETE
58472025-02-21T22:41:10.830Z[ recovery-image] Feb 21 22:41:08.850 INFO O| Feb 21 22:41:08.850 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482025-02-21T22:41:10.852Z[ recovery-image] Feb 21 22:41:08.872 INFO O| Feb 21 22:41:08.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
58492025-02-21T22:41:10.852Z[ recovery-image] Feb 21 22:41:08.872 INFO O| Feb 21 22:41:08.872 INFO STEP 411 (remove_files) COMPLETE
58502025-02-21T22:41:10.852Z[ recovery-image] Feb 21 22:41:08.872 INFO O| Feb 21 22:41:08.872 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512025-02-21T22:41:10.880Z[ recovery-image] Feb 21 22:41:08.899 INFO O| Feb 21 22:41:08.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
58522025-02-21T22:41:10.880Z[ recovery-image] Feb 21 22:41:08.899 INFO O| Feb 21 22:41:08.899 INFO STEP 412 (remove_files) COMPLETE
58532025-02-21T22:41:10.880Z[ recovery-image] Feb 21 22:41:08.899 INFO O| Feb 21 22:41:08.899 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542025-02-21T22:41:10.901Z[ recovery-image] Feb 21 22:41:08.920 INFO O| Feb 21 22:41:08.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
58552025-02-21T22:41:10.901Z[ recovery-image] Feb 21 22:41:08.920 INFO O| Feb 21 22:41:08.920 INFO STEP 413 (remove_files) COMPLETE
58562025-02-21T22:41:10.901Z[ recovery-image] Feb 21 22:41:08.920 INFO O| Feb 21 22:41:08.920 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572025-02-21T22:41:10.926Z[ recovery-image] Feb 21 22:41:08.946 INFO O| Feb 21 22:41:08.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
58582025-02-21T22:41:10.926Z[ recovery-image] Feb 21 22:41:08.946 INFO O| Feb 21 22:41:08.946 INFO STEP 414 (remove_files) COMPLETE
58592025-02-21T22:41:10.926Z[ recovery-image] Feb 21 22:41:08.946 INFO O| Feb 21 22:41:08.946 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602025-02-21T22:41:10.966Z[ recovery-image] Feb 21 22:41:08.986 INFO O| Feb 21 22:41:08.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
58612025-02-21T22:41:10.966Z[ recovery-image] Feb 21 22:41:08.986 INFO O| Feb 21 22:41:08.986 INFO STEP 415 (remove_files) COMPLETE
58622025-02-21T22:41:10.966Z[ recovery-image] Feb 21 22:41:08.986 INFO O| Feb 21 22:41:08.986 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632025-02-21T22:41:11.007Z[ recovery-image] Feb 21 22:41:09.027 INFO O| Feb 21 22:41:09.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
58642025-02-21T22:41:11.007Z[ recovery-image] Feb 21 22:41:09.027 INFO O| Feb 21 22:41:09.027 INFO STEP 416 (remove_files) COMPLETE
58652025-02-21T22:41:11.010Z[ recovery-image] Feb 21 22:41:09.027 INFO O| Feb 21 22:41:09.027 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662025-02-21T22:41:11.027Z[ recovery-image] Feb 21 22:41:09.047 INFO O| Feb 21 22:41:09.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
58672025-02-21T22:41:11.027Z[ recovery-image] Feb 21 22:41:09.047 INFO O| Feb 21 22:41:09.047 INFO STEP 417 (remove_files) COMPLETE
58682025-02-21T22:41:11.030Z[ recovery-image] Feb 21 22:41:09.047 INFO O| Feb 21 22:41:09.047 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692025-02-21T22:41:11.047Z[ recovery-image] Feb 21 22:41:09.067 INFO O| Feb 21 22:41:09.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
58702025-02-21T22:41:11.047Z[ recovery-image] Feb 21 22:41:09.067 INFO O| Feb 21 22:41:09.067 INFO STEP 418 (remove_files) COMPLETE
58712025-02-21T22:41:11.047Z[ recovery-image] Feb 21 22:41:09.067 INFO O| Feb 21 22:41:09.067 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722025-02-21T22:41:11.067Z[ recovery-image] Feb 21 22:41:09.086 INFO O| Feb 21 22:41:09.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
58732025-02-21T22:41:11.067Z[ recovery-image] Feb 21 22:41:09.086 INFO O| Feb 21 22:41:09.086 INFO STEP 419 (remove_files) COMPLETE
58742025-02-21T22:41:11.067Z[ recovery-image] Feb 21 22:41:09.086 INFO O| Feb 21 22:41:09.086 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752025-02-21T22:41:11.094Z[ recovery-image] Feb 21 22:41:09.114 INFO O| Feb 21 22:41:09.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
58762025-02-21T22:41:11.094Z[ recovery-image] Feb 21 22:41:09.114 INFO O| Feb 21 22:41:09.114 INFO STEP 420 (remove_files) COMPLETE
58772025-02-21T22:41:11.094Z[ recovery-image] Feb 21 22:41:09.114 INFO O| Feb 21 22:41:09.114 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782025-02-21T22:41:11.132Z[ recovery-image] Feb 21 22:41:09.152 INFO O| Feb 21 22:41:09.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
58792025-02-21T22:41:11.132Z[ recovery-image] Feb 21 22:41:09.152 INFO O| Feb 21 22:41:09.152 INFO STEP 421 (remove_files) COMPLETE
58802025-02-21T22:41:11.132Z[ recovery-image] Feb 21 22:41:09.152 INFO O| Feb 21 22:41:09.152 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812025-02-21T22:41:11.168Z[ recovery-image] Feb 21 22:41:09.187 INFO O| Feb 21 22:41:09.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
58822025-02-21T22:41:11.168Z[ recovery-image] Feb 21 22:41:09.187 INFO O| Feb 21 22:41:09.187 INFO STEP 422 (remove_files) COMPLETE
58832025-02-21T22:41:11.168Z[ recovery-image] Feb 21 22:41:09.187 INFO O| Feb 21 22:41:09.187 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842025-02-21T22:41:11.203Z[ recovery-image] Feb 21 22:41:09.222 INFO O| Feb 21 22:41:09.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
58852025-02-21T22:41:11.203Z[ recovery-image] Feb 21 22:41:09.222 INFO O| Feb 21 22:41:09.222 INFO STEP 423 (remove_files) COMPLETE
58862025-02-21T22:41:11.220Z[ recovery-image] Feb 21 22:41:09.222 INFO O| Feb 21 22:41:09.222 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872025-02-21T22:41:11.224Z[ recovery-image] Feb 21 22:41:09.243 INFO O| Feb 21 22:41:09.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
58882025-02-21T22:41:11.224Z[ recovery-image] Feb 21 22:41:09.243 INFO O| Feb 21 22:41:09.243 INFO STEP 424 (remove_files) COMPLETE
58892025-02-21T22:41:11.224Z[ recovery-image] Feb 21 22:41:09.243 INFO O| Feb 21 22:41:09.243 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902025-02-21T22:41:11.264Z[ recovery-image] Feb 21 22:41:09.284 INFO O| Feb 21 22:41:09.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
58912025-02-21T22:41:11.264Z[ recovery-image] Feb 21 22:41:09.284 INFO O| Feb 21 22:41:09.284 INFO STEP 425 (remove_files) COMPLETE
58922025-02-21T22:41:11.267Z[ recovery-image] Feb 21 22:41:09.284 INFO O| Feb 21 22:41:09.284 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932025-02-21T22:41:11.318Z[ recovery-image] Feb 21 22:41:09.337 INFO O| Feb 21 22:41:09.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
58942025-02-21T22:41:11.321Z[ recovery-image] Feb 21 22:41:09.337 INFO O| Feb 21 22:41:09.337 INFO STEP 426 (remove_files) COMPLETE
58952025-02-21T22:41:11.321Z[ recovery-image] Feb 21 22:41:09.338 INFO O| Feb 21 22:41:09.337 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962025-02-21T22:41:11.339Z[ recovery-image] Feb 21 22:41:09.358 INFO O| Feb 21 22:41:09.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
58972025-02-21T22:41:11.341Z[ recovery-image] Feb 21 22:41:09.358 INFO O| Feb 21 22:41:09.358 INFO STEP 427 (remove_files) COMPLETE
58982025-02-21T22:41:11.342Z[ recovery-image] Feb 21 22:41:09.359 INFO O| Feb 21 22:41:09.359 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992025-02-21T22:41:11.358Z[ recovery-image] Feb 21 22:41:09.378 INFO O| Feb 21 22:41:09.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
59002025-02-21T22:41:11.361Z[ recovery-image] Feb 21 22:41:09.378 INFO O| Feb 21 22:41:09.378 INFO STEP 428 (remove_files) COMPLETE
59012025-02-21T22:41:11.361Z[ recovery-image] Feb 21 22:41:09.378 INFO O| Feb 21 22:41:09.378 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022025-02-21T22:41:11.378Z[ recovery-image] Feb 21 22:41:09.398 INFO O| Feb 21 22:41:09.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
59032025-02-21T22:41:11.381Z[ recovery-image] Feb 21 22:41:09.398 INFO O| Feb 21 22:41:09.398 INFO STEP 429 (remove_files) COMPLETE
59042025-02-21T22:41:11.381Z[ recovery-image] Feb 21 22:41:09.398 INFO O| Feb 21 22:41:09.398 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052025-02-21T22:41:11.398Z[ recovery-image] Feb 21 22:41:09.418 INFO O| Feb 21 22:41:09.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
59062025-02-21T22:41:11.401Z[ recovery-image] Feb 21 22:41:09.418 INFO O| Feb 21 22:41:09.418 INFO STEP 430 (remove_files) COMPLETE
59072025-02-21T22:41:11.401Z[ recovery-image] Feb 21 22:41:09.418 INFO O| Feb 21 22:41:09.418 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082025-02-21T22:41:11.419Z[ recovery-image] Feb 21 22:41:09.439 INFO O| Feb 21 22:41:09.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
59092025-02-21T22:41:11.422Z[ recovery-image] Feb 21 22:41:09.439 INFO O| Feb 21 22:41:09.439 INFO STEP 431 (remove_files) COMPLETE
59102025-02-21T22:41:11.422Z[ recovery-image] Feb 21 22:41:09.439 INFO O| Feb 21 22:41:09.439 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112025-02-21T22:41:11.447Z[ recovery-image] Feb 21 22:41:09.466 INFO O| Feb 21 22:41:09.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
59122025-02-21T22:41:11.449Z[ recovery-image] Feb 21 22:41:09.466 INFO O| Feb 21 22:41:09.466 INFO STEP 432 (remove_files) COMPLETE
59132025-02-21T22:41:11.449Z[ recovery-image] Feb 21 22:41:09.467 INFO O| Feb 21 22:41:09.466 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142025-02-21T22:41:11.469Z[ recovery-image] Feb 21 22:41:09.489 INFO O| Feb 21 22:41:09.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
59152025-02-21T22:41:11.469Z[ recovery-image] Feb 21 22:41:09.489 INFO O| Feb 21 22:41:09.489 INFO STEP 433 (remove_files) COMPLETE
59162025-02-21T22:41:11.469Z[ recovery-image] Feb 21 22:41:09.489 INFO O| Feb 21 22:41:09.489 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172025-02-21T22:41:11.495Z[ recovery-image] Feb 21 22:41:09.514 INFO O| Feb 21 22:41:09.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
59182025-02-21T22:41:11.495Z[ recovery-image] Feb 21 22:41:09.514 INFO O| Feb 21 22:41:09.514 INFO STEP 434 (remove_files) COMPLETE
59192025-02-21T22:41:11.495Z[ recovery-image] Feb 21 22:41:09.514 INFO O| Feb 21 22:41:09.514 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202025-02-21T22:41:11.528Z[ recovery-image] Feb 21 22:41:09.548 INFO O| Feb 21 22:41:09.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
59212025-02-21T22:41:11.530Z[ recovery-image] Feb 21 22:41:09.548 INFO O| Feb 21 22:41:09.548 INFO STEP 435 (remove_files) COMPLETE
59222025-02-21T22:41:11.534Z[ recovery-image] Feb 21 22:41:09.548 INFO O| Feb 21 22:41:09.548 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232025-02-21T22:41:11.550Z[ recovery-image] Feb 21 22:41:09.569 INFO O| Feb 21 22:41:09.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
59242025-02-21T22:41:11.550Z[ recovery-image] Feb 21 22:41:09.569 INFO O| Feb 21 22:41:09.569 INFO STEP 436 (remove_files) COMPLETE
59252025-02-21T22:41:11.550Z[ recovery-image] Feb 21 22:41:09.569 INFO O| Feb 21 22:41:09.569 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262025-02-21T22:41:11.571Z[ recovery-image] Feb 21 22:41:09.590 INFO O| Feb 21 22:41:09.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
59272025-02-21T22:41:11.592Z[ recovery-image] Feb 21 22:41:09.612 INFO O| Feb 21 22:41:09.612 INFO STEP 437 (remove_files) COMPLETE
59282025-02-21T22:41:11.592Z[ recovery-image] Feb 21 22:41:09.612 INFO O| Feb 21 22:41:09.612 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292025-02-21T22:41:11.658Z[ recovery-image] Feb 21 22:41:09.677 INFO O| Feb 21 22:41:09.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
59302025-02-21T22:41:11.658Z[ recovery-image] Feb 21 22:41:09.677 INFO O| Feb 21 22:41:09.677 INFO STEP 438 (remove_files) COMPLETE
59312025-02-21T22:41:11.658Z[ recovery-image] Feb 21 22:41:09.677 INFO O| Feb 21 22:41:09.677 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322025-02-21T22:41:11.677Z[ recovery-image] Feb 21 22:41:09.696 INFO O| Feb 21 22:41:09.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
59332025-02-21T22:41:11.677Z[ recovery-image] Feb 21 22:41:09.696 INFO O| Feb 21 22:41:09.696 INFO STEP 439 (remove_files) COMPLETE
59342025-02-21T22:41:11.680Z[ recovery-image] Feb 21 22:41:09.696 INFO O| Feb 21 22:41:09.696 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352025-02-21T22:41:11.697Z[ recovery-image] Feb 21 22:41:09.716 INFO O| Feb 21 22:41:09.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
59362025-02-21T22:41:11.697Z[ recovery-image] Feb 21 22:41:09.716 INFO O| Feb 21 22:41:09.716 INFO STEP 440 (remove_files) COMPLETE
59372025-02-21T22:41:11.697Z[ recovery-image] Feb 21 22:41:09.716 INFO O| Feb 21 22:41:09.716 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382025-02-21T22:41:11.717Z[ recovery-image] Feb 21 22:41:09.736 INFO O| Feb 21 22:41:09.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
59392025-02-21T22:41:11.717Z[ recovery-image] Feb 21 22:41:09.736 INFO O| Feb 21 22:41:09.736 INFO STEP 441 (remove_files) COMPLETE
59402025-02-21T22:41:11.717Z[ recovery-image] Feb 21 22:41:09.736 INFO O| Feb 21 22:41:09.736 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412025-02-21T22:41:11.754Z[ recovery-image] Feb 21 22:41:09.774 INFO O| Feb 21 22:41:09.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
59422025-02-21T22:41:11.754Z[ recovery-image] Feb 21 22:41:09.774 INFO O| Feb 21 22:41:09.774 INFO STEP 442 (remove_files) COMPLETE
59432025-02-21T22:41:11.754Z[ recovery-image] Feb 21 22:41:09.774 INFO O| Feb 21 22:41:09.774 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442025-02-21T22:41:11.789Z[ recovery-image] Feb 21 22:41:09.808 INFO O| Feb 21 22:41:09.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
59452025-02-21T22:41:11.789Z[ recovery-image] Feb 21 22:41:09.808 INFO O| Feb 21 22:41:09.808 INFO STEP 443 (remove_files) COMPLETE
59462025-02-21T22:41:11.792Z[ recovery-image] Feb 21 22:41:09.808 INFO O| Feb 21 22:41:09.808 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472025-02-21T22:41:11.837Z[ recovery-image] Feb 21 22:41:09.856 INFO O| Feb 21 22:41:09.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
59482025-02-21T22:41:11.837Z[ recovery-image] Feb 21 22:41:09.856 INFO O| Feb 21 22:41:09.856 INFO STEP 444 (remove_files) COMPLETE
59492025-02-21T22:41:11.840Z[ recovery-image] Feb 21 22:41:09.857 INFO O| Feb 21 22:41:09.856 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502025-02-21T22:41:11.904Z[ recovery-image] Feb 21 22:41:09.924 INFO O| Feb 21 22:41:09.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
59512025-02-21T22:41:11.904Z[ recovery-image] Feb 21 22:41:09.924 INFO O| Feb 21 22:41:09.924 INFO STEP 445 (remove_files) COMPLETE
59522025-02-21T22:41:11.904Z[ recovery-image] Feb 21 22:41:09.924 INFO O| Feb 21 22:41:09.924 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532025-02-21T22:41:11.964Z[ recovery-image] Feb 21 22:41:09.983 INFO O| Feb 21 22:41:09.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
59542025-02-21T22:41:11.964Z[ recovery-image] Feb 21 22:41:09.983 INFO O| Feb 21 22:41:09.983 INFO STEP 446 (remove_files) COMPLETE
59552025-02-21T22:41:11.966Z[ recovery-image] Feb 21 22:41:09.983 INFO O| Feb 21 22:41:09.983 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562025-02-21T22:41:11.983Z[ recovery-image] Feb 21 22:41:10.003 INFO O| Feb 21 22:41:10.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
59572025-02-21T22:41:11.983Z[ recovery-image] Feb 21 22:41:10.003 INFO O| Feb 21 22:41:10.003 INFO STEP 447 (remove_files) COMPLETE
59582025-02-21T22:41:11.983Z[ recovery-image] Feb 21 22:41:10.003 INFO O| Feb 21 22:41:10.003 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592025-02-21T22:41:12.042Z[ recovery-image] Feb 21 22:41:10.062 INFO O| Feb 21 22:41:10.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
59602025-02-21T22:41:12.042Z[ recovery-image] Feb 21 22:41:10.062 INFO O| Feb 21 22:41:10.062 INFO STEP 448 (remove_files) COMPLETE
59612025-02-21T22:41:12.042Z[ recovery-image] Feb 21 22:41:10.062 INFO O| Feb 21 22:41:10.062 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622025-02-21T22:41:12.064Z[ recovery-image] Feb 21 22:41:10.083 INFO O| Feb 21 22:41:10.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
59632025-02-21T22:41:12.064Z[ recovery-image] Feb 21 22:41:10.083 INFO O| Feb 21 22:41:10.083 INFO STEP 449 (remove_files) COMPLETE
59642025-02-21T22:41:12.064Z[ recovery-image] Feb 21 22:41:10.083 INFO O| Feb 21 22:41:10.083 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652025-02-21T22:41:12.084Z[ recovery-image] Feb 21 22:41:10.104 INFO O| Feb 21 22:41:10.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
59662025-02-21T22:41:12.084Z[ recovery-image] Feb 21 22:41:10.104 INFO O| Feb 21 22:41:10.104 INFO STEP 450 (remove_files) COMPLETE
59672025-02-21T22:41:12.087Z[ recovery-image] Feb 21 22:41:10.104 INFO O| Feb 21 22:41:10.104 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682025-02-21T22:41:12.122Z[ recovery-image] Feb 21 22:41:10.142 INFO O| Feb 21 22:41:10.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
59692025-02-21T22:41:12.122Z[ recovery-image] Feb 21 22:41:10.142 INFO O| Feb 21 22:41:10.142 INFO STEP 451 (remove_files) COMPLETE
59702025-02-21T22:41:12.125Z[ recovery-image] Feb 21 22:41:10.142 INFO O| Feb 21 22:41:10.142 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712025-02-21T22:41:12.143Z[ recovery-image] Feb 21 22:41:10.163 INFO O| Feb 21 22:41:10.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
59722025-02-21T22:41:12.143Z[ recovery-image] Feb 21 22:41:10.163 INFO O| Feb 21 22:41:10.163 INFO STEP 452 (remove_files) COMPLETE
59732025-02-21T22:41:12.146Z[ recovery-image] Feb 21 22:41:10.163 INFO O| Feb 21 22:41:10.163 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742025-02-21T22:41:12.179Z[ recovery-image] Feb 21 22:41:10.199 INFO O| Feb 21 22:41:10.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
59752025-02-21T22:41:12.179Z[ recovery-image] Feb 21 22:41:10.199 INFO O| Feb 21 22:41:10.199 INFO STEP 453 (remove_files) COMPLETE
59762025-02-21T22:41:12.179Z[ recovery-image] Feb 21 22:41:10.199 INFO O| Feb 21 22:41:10.199 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772025-02-21T22:41:12.230Z[ recovery-image] Feb 21 22:41:10.250 INFO O| Feb 21 22:41:10.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
59782025-02-21T22:41:12.233Z[ recovery-image] Feb 21 22:41:10.250 INFO O| Feb 21 22:41:10.250 INFO STEP 454 (remove_files) COMPLETE
59792025-02-21T22:41:12.233Z[ recovery-image] Feb 21 22:41:10.250 INFO O| Feb 21 22:41:10.250 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802025-02-21T22:41:12.254Z[ recovery-image] Feb 21 22:41:10.273 INFO O| Feb 21 22:41:10.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
59812025-02-21T22:41:12.256Z[ recovery-image] Feb 21 22:41:10.273 INFO O| Feb 21 22:41:10.273 INFO STEP 455 (remove_files) COMPLETE
59822025-02-21T22:41:12.256Z[ recovery-image] Feb 21 22:41:10.274 INFO O| Feb 21 22:41:10.274 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832025-02-21T22:41:12.275Z[ recovery-image] Feb 21 22:41:10.294 INFO O| Feb 21 22:41:10.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
59842025-02-21T22:41:12.278Z[ recovery-image] Feb 21 22:41:10.295 INFO O| Feb 21 22:41:10.295 INFO STEP 456 (remove_files) COMPLETE
59852025-02-21T22:41:12.278Z[ recovery-image] Feb 21 22:41:10.295 INFO O| Feb 21 22:41:10.295 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862025-02-21T22:41:12.297Z[ recovery-image] Feb 21 22:41:10.316 INFO O| Feb 21 22:41:10.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
59872025-02-21T22:41:12.299Z[ recovery-image] Feb 21 22:41:10.316 INFO O| Feb 21 22:41:10.316 INFO STEP 457 (remove_files) COMPLETE
59882025-02-21T22:41:12.299Z[ recovery-image] Feb 21 22:41:10.316 INFO O| Feb 21 22:41:10.316 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892025-02-21T22:41:12.320Z[ recovery-image] Feb 21 22:41:10.339 INFO O| Feb 21 22:41:10.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
59902025-02-21T22:41:12.323Z[ recovery-image] Feb 21 22:41:10.339 INFO O| Feb 21 22:41:10.339 INFO STEP 458 (remove_files) COMPLETE
59912025-02-21T22:41:12.323Z[ recovery-image] Feb 21 22:41:10.339 INFO O| Feb 21 22:41:10.339 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922025-02-21T22:41:12.345Z[ recovery-image] Feb 21 22:41:10.364 INFO O| Feb 21 22:41:10.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
59932025-02-21T22:41:12.349Z[ recovery-image] Feb 21 22:41:10.364 INFO O| Feb 21 22:41:10.364 INFO STEP 459 (remove_files) COMPLETE
59942025-02-21T22:41:12.349Z[ recovery-image] Feb 21 22:41:10.364 INFO O| Feb 21 22:41:10.364 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952025-02-21T22:41:12.367Z[ recovery-image] Feb 21 22:41:10.386 INFO O| Feb 21 22:41:10.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
59962025-02-21T22:41:12.396Z[ recovery-image] Feb 21 22:41:10.403 INFO O| Feb 21 22:41:10.403 INFO STEP 460 (remove_files) COMPLETE
59972025-02-21T22:41:12.396Z[ recovery-image] Feb 21 22:41:10.403 INFO O| Feb 21 22:41:10.403 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982025-02-21T22:41:12.403Z[ recovery-image] Feb 21 22:41:10.422 INFO O| Feb 21 22:41:10.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
59992025-02-21T22:41:12.405Z[ recovery-image] Feb 21 22:41:10.423 INFO O| Feb 21 22:41:10.422 INFO STEP 461 (remove_files) COMPLETE
60002025-02-21T22:41:12.405Z[ recovery-image] Feb 21 22:41:10.423 INFO O| Feb 21 22:41:10.422 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012025-02-21T22:41:12.422Z[ recovery-image] Feb 21 22:41:10.442 INFO O| Feb 21 22:41:10.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
60022025-02-21T22:41:12.425Z[ recovery-image] Feb 21 22:41:10.442 INFO O| Feb 21 22:41:10.442 INFO STEP 462 (remove_files) COMPLETE
60032025-02-21T22:41:12.425Z[ recovery-image] Feb 21 22:41:10.442 INFO O| Feb 21 22:41:10.442 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042025-02-21T22:41:12.442Z[ recovery-image] Feb 21 22:41:10.462 INFO O| Feb 21 22:41:10.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
60052025-02-21T22:41:12.445Z[ recovery-image] Feb 21 22:41:10.462 INFO O| Feb 21 22:41:10.462 INFO STEP 463 (remove_files) COMPLETE
60062025-02-21T22:41:12.445Z[ recovery-image] Feb 21 22:41:10.462 INFO O| Feb 21 22:41:10.462 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072025-02-21T22:41:12.463Z[ recovery-image] Feb 21 22:41:10.482 INFO O| Feb 21 22:41:10.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
60082025-02-21T22:41:12.463Z[ recovery-image] Feb 21 22:41:10.482 INFO O| Feb 21 22:41:10.482 INFO STEP 464 (remove_files) COMPLETE
60092025-02-21T22:41:12.463Z[ recovery-image] Feb 21 22:41:10.482 INFO O| Feb 21 22:41:10.482 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102025-02-21T22:41:12.485Z[ recovery-image] Feb 21 22:41:10.504 INFO O| Feb 21 22:41:10.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
60112025-02-21T22:41:12.485Z[ recovery-image] Feb 21 22:41:10.505 INFO O| Feb 21 22:41:10.504 INFO STEP 465 (remove_files) COMPLETE
60122025-02-21T22:41:12.488Z[ recovery-image] Feb 21 22:41:10.505 INFO O| Feb 21 22:41:10.504 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132025-02-21T22:41:12.522Z[ recovery-image] Feb 21 22:41:10.542 INFO O| Feb 21 22:41:10.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
60142025-02-21T22:41:12.525Z[ recovery-image] Feb 21 22:41:10.542 INFO O| Feb 21 22:41:10.542 INFO STEP 466 (remove_files) COMPLETE
60152025-02-21T22:41:12.525Z[ recovery-image] Feb 21 22:41:10.542 INFO O| Feb 21 22:41:10.542 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162025-02-21T22:41:12.570Z[ recovery-image] Feb 21 22:41:10.589 INFO O| Feb 21 22:41:10.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
60172025-02-21T22:41:12.570Z[ recovery-image] Feb 21 22:41:10.589 INFO O| Feb 21 22:41:10.589 INFO STEP 467 (remove_files) COMPLETE
60182025-02-21T22:41:12.570Z[ recovery-image] Feb 21 22:41:10.589 INFO O| Feb 21 22:41:10.589 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192025-02-21T22:41:12.606Z[ recovery-image] Feb 21 22:41:10.625 INFO O| Feb 21 22:41:10.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
60202025-02-21T22:41:12.606Z[ recovery-image] Feb 21 22:41:10.625 INFO O| Feb 21 22:41:10.625 INFO STEP 468 (remove_files) COMPLETE
60212025-02-21T22:41:12.606Z[ recovery-image] Feb 21 22:41:10.625 INFO O| Feb 21 22:41:10.625 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222025-02-21T22:41:12.654Z[ recovery-image] Feb 21 22:41:10.673 INFO O| Feb 21 22:41:10.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
60232025-02-21T22:41:12.656Z[ recovery-image] Feb 21 22:41:10.673 INFO O| Feb 21 22:41:10.673 INFO STEP 469 (remove_files) COMPLETE
60242025-02-21T22:41:12.656Z[ recovery-image] Feb 21 22:41:10.673 INFO O| Feb 21 22:41:10.673 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252025-02-21T22:41:12.716Z[ recovery-image] Feb 21 22:41:10.735 INFO O| Feb 21 22:41:10.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
60262025-02-21T22:41:12.716Z[ recovery-image] Feb 21 22:41:10.735 INFO O| Feb 21 22:41:10.735 INFO STEP 470 (remove_files) COMPLETE
60272025-02-21T22:41:12.719Z[ recovery-image] Feb 21 22:41:10.735 INFO O| Feb 21 22:41:10.735 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282025-02-21T22:41:12.741Z[ recovery-image] Feb 21 22:41:10.760 INFO O| Feb 21 22:41:10.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
60292025-02-21T22:41:12.741Z[ recovery-image] Feb 21 22:41:10.760 INFO O| Feb 21 22:41:10.760 INFO STEP 471 (remove_files) COMPLETE
60302025-02-21T22:41:12.743Z[ recovery-image] Feb 21 22:41:10.760 INFO O| Feb 21 22:41:10.760 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312025-02-21T22:41:12.766Z[ recovery-image] Feb 21 22:41:10.785 INFO O| Feb 21 22:41:10.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
60322025-02-21T22:41:12.766Z[ recovery-image] Feb 21 22:41:10.785 INFO O| Feb 21 22:41:10.785 INFO STEP 472 (remove_files) COMPLETE
60332025-02-21T22:41:12.766Z[ recovery-image] Feb 21 22:41:10.785 INFO O| Feb 21 22:41:10.785 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342025-02-21T22:41:12.796Z[ recovery-image] Feb 21 22:41:10.815 INFO O| Feb 21 22:41:10.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
60352025-02-21T22:41:12.799Z[ recovery-image] Feb 21 22:41:10.815 INFO O| Feb 21 22:41:10.815 INFO STEP 473 (remove_files) COMPLETE
60362025-02-21T22:41:12.799Z[ recovery-image] Feb 21 22:41:10.816 INFO O| Feb 21 22:41:10.816 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372025-02-21T22:41:12.856Z[ recovery-image] Feb 21 22:41:10.876 INFO O| Feb 21 22:41:10.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
60382025-02-21T22:41:12.876Z[ recovery-image] Feb 21 22:41:10.896 INFO O| Feb 21 22:41:10.896 INFO STEP 474 (remove_files) COMPLETE
60392025-02-21T22:41:12.876Z[ recovery-image] Feb 21 22:41:10.896 INFO O| Feb 21 22:41:10.896 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402025-02-21T22:41:12.925Z[ recovery-image] Feb 21 22:41:10.944 INFO O| Feb 21 22:41:10.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
60412025-02-21T22:41:12.925Z[ recovery-image] Feb 21 22:41:10.944 INFO O| Feb 21 22:41:10.944 INFO STEP 475 (remove_files) COMPLETE
60422025-02-21T22:41:12.925Z[ recovery-image] Feb 21 22:41:10.944 INFO O| Feb 21 22:41:10.944 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432025-02-21T22:41:12.946Z[ recovery-image] Feb 21 22:41:10.965 INFO O| Feb 21 22:41:10.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
60442025-02-21T22:41:12.946Z[ recovery-image] Feb 21 22:41:10.965 INFO O| Feb 21 22:41:10.965 INFO STEP 476 (remove_files) COMPLETE
60452025-02-21T22:41:12.946Z[ recovery-image] Feb 21 22:41:10.965 INFO O| Feb 21 22:41:10.965 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462025-02-21T22:41:12.972Z[ recovery-image] Feb 21 22:41:10.991 INFO O| Feb 21 22:41:10.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
60472025-02-21T22:41:12.972Z[ recovery-image] Feb 21 22:41:10.991 INFO O| Feb 21 22:41:10.991 INFO STEP 477 (remove_files) COMPLETE
60482025-02-21T22:41:12.972Z[ recovery-image] Feb 21 22:41:10.991 INFO O| Feb 21 22:41:10.991 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492025-02-21T22:41:13.002Z[ recovery-image] Feb 21 22:41:11.013 INFO O| Feb 21 22:41:11.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
60502025-02-21T22:41:13.002Z[ recovery-image] Feb 21 22:41:11.013 INFO O| Feb 21 22:41:11.013 INFO STEP 478 (remove_files) COMPLETE
60512025-02-21T22:41:13.003Z[ recovery-image] Feb 21 22:41:11.013 INFO O| Feb 21 22:41:11.013 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522025-02-21T22:41:13.032Z[ recovery-image] Feb 21 22:41:11.052 INFO O| Feb 21 22:41:11.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
60532025-02-21T22:41:13.035Z[ recovery-image] Feb 21 22:41:11.052 INFO O| Feb 21 22:41:11.052 INFO STEP 479 (remove_files) COMPLETE
60542025-02-21T22:41:13.035Z[ recovery-image] Feb 21 22:41:11.052 INFO O| Feb 21 22:41:11.052 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552025-02-21T22:41:13.074Z[ recovery-image] Feb 21 22:41:11.093 INFO O| Feb 21 22:41:11.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
60562025-02-21T22:41:13.074Z[ recovery-image] Feb 21 22:41:11.093 INFO O| Feb 21 22:41:11.093 INFO STEP 480 (remove_files) COMPLETE
60572025-02-21T22:41:13.074Z[ recovery-image] Feb 21 22:41:11.093 INFO O| Feb 21 22:41:11.093 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582025-02-21T22:41:13.093Z[ recovery-image] Feb 21 22:41:11.112 INFO O| Feb 21 22:41:11.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
60592025-02-21T22:41:13.094Z[ recovery-image] Feb 21 22:41:11.112 INFO O| Feb 21 22:41:11.112 INFO STEP 481 (remove_files) COMPLETE
60602025-02-21T22:41:13.094Z[ recovery-image] Feb 21 22:41:11.112 INFO O| Feb 21 22:41:11.112 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612025-02-21T22:41:13.112Z[ recovery-image] Feb 21 22:41:11.131 INFO O| Feb 21 22:41:11.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
60622025-02-21T22:41:13.115Z[ recovery-image] Feb 21 22:41:11.131 INFO O| Feb 21 22:41:11.131 INFO STEP 482 (remove_files) COMPLETE
60632025-02-21T22:41:13.115Z[ recovery-image] Feb 21 22:41:11.131 INFO O| Feb 21 22:41:11.131 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642025-02-21T22:41:13.137Z[ recovery-image] Feb 21 22:41:11.156 INFO O| Feb 21 22:41:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
60652025-02-21T22:41:13.137Z[ recovery-image] Feb 21 22:41:11.156 INFO O| Feb 21 22:41:11.156 INFO STEP 483 (remove_files) COMPLETE
60662025-02-21T22:41:13.140Z[ recovery-image] Feb 21 22:41:11.156 INFO O| Feb 21 22:41:11.156 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672025-02-21T22:41:13.190Z[ recovery-image] Feb 21 22:41:11.210 INFO O| Feb 21 22:41:11.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
60682025-02-21T22:41:13.191Z[ recovery-image] Feb 21 22:41:11.210 INFO O| Feb 21 22:41:11.210 INFO STEP 484 (remove_files) COMPLETE
60692025-02-21T22:41:13.191Z[ recovery-image] Feb 21 22:41:11.210 INFO O| Feb 21 22:41:11.210 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702025-02-21T22:41:13.212Z[ recovery-image] Feb 21 22:41:11.231 INFO O| Feb 21 22:41:11.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
60712025-02-21T22:41:13.212Z[ recovery-image] Feb 21 22:41:11.232 INFO O| Feb 21 22:41:11.232 INFO STEP 485 (remove_files) COMPLETE
60722025-02-21T22:41:13.212Z[ recovery-image] Feb 21 22:41:11.232 INFO O| Feb 21 22:41:11.232 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732025-02-21T22:41:13.233Z[ recovery-image] Feb 21 22:41:11.252 INFO O| Feb 21 22:41:11.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
60742025-02-21T22:41:13.233Z[ recovery-image] Feb 21 22:41:11.252 INFO O| Feb 21 22:41:11.252 INFO STEP 486 (remove_files) COMPLETE
60752025-02-21T22:41:13.236Z[ recovery-image] Feb 21 22:41:11.252 INFO O| Feb 21 22:41:11.252 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762025-02-21T22:41:13.253Z[ recovery-image] Feb 21 22:41:11.272 INFO O| Feb 21 22:41:11.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
60772025-02-21T22:41:13.253Z[ recovery-image] Feb 21 22:41:11.273 INFO O| Feb 21 22:41:11.273 INFO STEP 487 (remove_files) COMPLETE
60782025-02-21T22:41:13.256Z[ recovery-image] Feb 21 22:41:11.273 INFO O| Feb 21 22:41:11.273 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792025-02-21T22:41:13.291Z[ recovery-image] Feb 21 22:41:11.310 INFO O| Feb 21 22:41:11.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
60802025-02-21T22:41:13.294Z[ recovery-image] Feb 21 22:41:11.310 INFO O| Feb 21 22:41:11.310 INFO STEP 488 (remove_files) COMPLETE
60812025-02-21T22:41:13.294Z[ recovery-image] Feb 21 22:41:11.310 INFO O| Feb 21 22:41:11.310 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822025-02-21T22:41:13.313Z[ recovery-image] Feb 21 22:41:11.332 INFO O| Feb 21 22:41:11.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
60832025-02-21T22:41:13.316Z[ recovery-image] Feb 21 22:41:11.333 INFO O| Feb 21 22:41:11.333 INFO STEP 489 (remove_files) COMPLETE
60842025-02-21T22:41:13.316Z[ recovery-image] Feb 21 22:41:11.333 INFO O| Feb 21 22:41:11.333 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852025-02-21T22:41:13.355Z[ recovery-image] Feb 21 22:41:11.374 INFO O| Feb 21 22:41:11.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
60862025-02-21T22:41:13.358Z[ recovery-image] Feb 21 22:41:11.374 INFO O| Feb 21 22:41:11.374 INFO STEP 490 (remove_files) COMPLETE
60872025-02-21T22:41:13.358Z[ recovery-image] Feb 21 22:41:11.374 INFO O| Feb 21 22:41:11.374 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882025-02-21T22:41:13.378Z[ recovery-image] Feb 21 22:41:11.396 INFO O| Feb 21 22:41:11.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
60892025-02-21T22:41:13.378Z[ recovery-image] Feb 21 22:41:11.396 INFO O| Feb 21 22:41:11.396 INFO STEP 491 (remove_files) COMPLETE
60902025-02-21T22:41:13.381Z[ recovery-image] Feb 21 22:41:11.397 INFO O| Feb 21 22:41:11.397 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912025-02-21T22:41:13.399Z[ recovery-image] Feb 21 22:41:11.418 INFO O| Feb 21 22:41:11.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
60922025-02-21T22:41:13.402Z[ recovery-image] Feb 21 22:41:11.418 INFO O| Feb 21 22:41:11.418 INFO STEP 492 (remove_files) COMPLETE
60932025-02-21T22:41:13.402Z[ recovery-image] Feb 21 22:41:11.418 INFO O| Feb 21 22:41:11.418 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942025-02-21T22:41:13.421Z[ recovery-image] Feb 21 22:41:11.440 INFO O| Feb 21 22:41:11.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
60952025-02-21T22:41:13.424Z[ recovery-image] Feb 21 22:41:11.441 INFO O| Feb 21 22:41:11.441 INFO STEP 493 (remove_files) COMPLETE
60962025-02-21T22:41:13.424Z[ recovery-image] Feb 21 22:41:11.441 INFO O| Feb 21 22:41:11.441 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972025-02-21T22:41:13.443Z[ recovery-image] Feb 21 22:41:11.463 INFO O| Feb 21 22:41:11.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
60982025-02-21T22:41:13.446Z[ recovery-image] Feb 21 22:41:11.463 INFO O| Feb 21 22:41:11.463 INFO STEP 494 (remove_files) COMPLETE
60992025-02-21T22:41:13.446Z[ recovery-image] Feb 21 22:41:11.463 INFO O| Feb 21 22:41:11.463 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002025-02-21T22:41:13.465Z[ recovery-image] Feb 21 22:41:11.484 INFO O| Feb 21 22:41:11.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
61012025-02-21T22:41:13.468Z[ recovery-image] Feb 21 22:41:11.485 INFO O| Feb 21 22:41:11.485 INFO STEP 495 (remove_files) COMPLETE
61022025-02-21T22:41:13.468Z[ recovery-image] Feb 21 22:41:11.485 INFO O| Feb 21 22:41:11.485 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032025-02-21T22:41:13.488Z[ recovery-image] Feb 21 22:41:11.507 INFO O| Feb 21 22:41:11.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
61042025-02-21T22:41:13.490Z[ recovery-image] Feb 21 22:41:11.507 INFO O| Feb 21 22:41:11.507 INFO STEP 496 (remove_files) COMPLETE
61052025-02-21T22:41:13.490Z[ recovery-image] Feb 21 22:41:11.508 INFO O| Feb 21 22:41:11.507 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062025-02-21T22:41:13.510Z[ recovery-image] Feb 21 22:41:11.530 INFO O| Feb 21 22:41:11.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
61072025-02-21T22:41:13.513Z[ recovery-image] Feb 21 22:41:11.530 INFO O| Feb 21 22:41:11.530 INFO STEP 497 (remove_files) COMPLETE
61082025-02-21T22:41:13.513Z[ recovery-image] Feb 21 22:41:11.530 INFO O| Feb 21 22:41:11.530 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092025-02-21T22:41:13.553Z[ recovery-image] Feb 21 22:41:11.572 INFO O| Feb 21 22:41:11.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
61102025-02-21T22:41:13.553Z[ recovery-image] Feb 21 22:41:11.572 INFO O| Feb 21 22:41:11.572 INFO STEP 498 (remove_files) COMPLETE
61112025-02-21T22:41:13.556Z[ recovery-image] Feb 21 22:41:11.572 INFO O| Feb 21 22:41:11.572 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122025-02-21T22:41:13.599Z[ recovery-image] Feb 21 22:41:11.616 INFO O| Feb 21 22:41:11.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
61132025-02-21T22:41:13.602Z[ recovery-image] Feb 21 22:41:11.616 INFO O| Feb 21 22:41:11.616 INFO STEP 499 (remove_files) COMPLETE
61142025-02-21T22:41:13.602Z[ recovery-image] Feb 21 22:41:11.616 INFO O| Feb 21 22:41:11.616 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152025-02-21T22:41:13.632Z[ recovery-image] Feb 21 22:41:11.651 INFO O| Feb 21 22:41:11.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
61162025-02-21T22:41:13.632Z[ recovery-image] Feb 21 22:41:11.652 INFO O| Feb 21 22:41:11.652 INFO STEP 500 (remove_files) COMPLETE
61172025-02-21T22:41:13.632Z[ recovery-image] Feb 21 22:41:11.652 INFO O| Feb 21 22:41:11.652 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182025-02-21T22:41:13.655Z[ recovery-image] Feb 21 22:41:11.674 INFO O| Feb 21 22:41:11.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
61192025-02-21T22:41:13.658Z[ recovery-image] Feb 21 22:41:11.675 INFO O| Feb 21 22:41:11.674 INFO STEP 501 (remove_files) COMPLETE
61202025-02-21T22:41:13.658Z[ recovery-image] Feb 21 22:41:11.675 INFO O| Feb 21 22:41:11.675 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212025-02-21T22:41:13.678Z[ recovery-image] Feb 21 22:41:11.697 INFO O| Feb 21 22:41:11.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
61222025-02-21T22:41:13.681Z[ recovery-image] Feb 21 22:41:11.698 INFO O| Feb 21 22:41:11.698 INFO STEP 502 (remove_files) COMPLETE
61232025-02-21T22:41:13.681Z[ recovery-image] Feb 21 22:41:11.698 INFO O| Feb 21 22:41:11.698 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242025-02-21T22:41:13.699Z[ recovery-image] Feb 21 22:41:11.718 INFO O| Feb 21 22:41:11.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
61252025-02-21T22:41:13.701Z[ recovery-image] Feb 21 22:41:11.718 INFO O| Feb 21 22:41:11.718 INFO STEP 503 (remove_files) COMPLETE
61262025-02-21T22:41:13.702Z[ recovery-image] Feb 21 22:41:11.718 INFO O| Feb 21 22:41:11.718 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272025-02-21T22:41:13.719Z[ recovery-image] Feb 21 22:41:11.738 INFO O| Feb 21 22:41:11.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
61282025-02-21T22:41:13.722Z[ recovery-image] Feb 21 22:41:11.739 INFO O| Feb 21 22:41:11.739 INFO STEP 504 (remove_files) COMPLETE
61292025-02-21T22:41:13.722Z[ recovery-image] Feb 21 22:41:11.739 INFO O| Feb 21 22:41:11.739 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302025-02-21T22:41:13.740Z[ recovery-image] Feb 21 22:41:11.759 INFO O| Feb 21 22:41:11.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
61312025-02-21T22:41:13.742Z[ recovery-image] Feb 21 22:41:11.759 INFO O| Feb 21 22:41:11.759 INFO STEP 505 (remove_files) COMPLETE
61322025-02-21T22:41:13.742Z[ recovery-image] Feb 21 22:41:11.759 INFO O| Feb 21 22:41:11.759 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332025-02-21T22:41:13.760Z[ recovery-image] Feb 21 22:41:11.779 INFO O| Feb 21 22:41:11.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
61342025-02-21T22:41:13.762Z[ recovery-image] Feb 21 22:41:11.779 INFO O| Feb 21 22:41:11.779 INFO STEP 506 (remove_files) COMPLETE
61352025-02-21T22:41:13.762Z[ recovery-image] Feb 21 22:41:11.779 INFO O| Feb 21 22:41:11.779 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362025-02-21T22:41:13.790Z[ recovery-image] Feb 21 22:41:11.809 INFO O| Feb 21 22:41:11.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
61372025-02-21T22:41:13.790Z[ recovery-image] Feb 21 22:41:11.809 INFO O| Feb 21 22:41:11.809 INFO STEP 507 (remove_files) COMPLETE
61382025-02-21T22:41:13.794Z[ recovery-image] Feb 21 22:41:11.809 INFO O| Feb 21 22:41:11.809 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392025-02-21T22:41:13.811Z[ recovery-image] Feb 21 22:41:11.831 INFO O| Feb 21 22:41:11.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
61402025-02-21T22:41:13.811Z[ recovery-image] Feb 21 22:41:11.831 INFO O| Feb 21 22:41:11.831 INFO STEP 508 (remove_files) COMPLETE
61412025-02-21T22:41:13.814Z[ recovery-image] Feb 21 22:41:11.831 INFO O| Feb 21 22:41:11.831 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422025-02-21T22:41:13.833Z[ recovery-image] Feb 21 22:41:11.852 INFO O| Feb 21 22:41:11.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
61432025-02-21T22:41:13.833Z[ recovery-image] Feb 21 22:41:11.852 INFO O| Feb 21 22:41:11.852 INFO STEP 509 (remove_files) COMPLETE
61442025-02-21T22:41:13.833Z[ recovery-image] Feb 21 22:41:11.852 INFO O| Feb 21 22:41:11.852 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452025-02-21T22:41:13.873Z[ recovery-image] Feb 21 22:41:11.892 INFO O| Feb 21 22:41:11.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
61462025-02-21T22:41:13.873Z[ recovery-image] Feb 21 22:41:11.892 INFO O| Feb 21 22:41:11.892 INFO STEP 510 (remove_files) COMPLETE
61472025-02-21T22:41:13.873Z[ recovery-image] Feb 21 22:41:11.892 INFO O| Feb 21 22:41:11.892 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482025-02-21T22:41:13.894Z[ recovery-image] Feb 21 22:41:11.913 INFO O| Feb 21 22:41:11.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
61492025-02-21T22:41:13.894Z[ recovery-image] Feb 21 22:41:11.914 INFO O| Feb 21 22:41:11.913 INFO STEP 511 (remove_files) COMPLETE
61502025-02-21T22:41:13.894Z[ recovery-image] Feb 21 22:41:11.914 INFO O| Feb 21 22:41:11.914 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512025-02-21T22:41:13.936Z[ recovery-image] Feb 21 22:41:11.955 INFO O| Feb 21 22:41:11.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
61522025-02-21T22:41:13.936Z[ recovery-image] Feb 21 22:41:11.955 INFO O| Feb 21 22:41:11.955 INFO STEP 512 (remove_files) COMPLETE
61532025-02-21T22:41:13.939Z[ recovery-image] Feb 21 22:41:11.955 INFO O| Feb 21 22:41:11.955 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542025-02-21T22:41:13.965Z[ recovery-image] Feb 21 22:41:11.984 INFO O| Feb 21 22:41:11.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
61552025-02-21T22:41:13.965Z[ recovery-image] Feb 21 22:41:11.984 INFO O| Feb 21 22:41:11.984 INFO STEP 513 (remove_files) COMPLETE
61562025-02-21T22:41:13.965Z[ recovery-image] Feb 21 22:41:11.984 INFO O| Feb 21 22:41:11.984 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572025-02-21T22:41:13.993Z[ recovery-image] Feb 21 22:41:12.010 INFO O| Feb 21 22:41:12.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
61582025-02-21T22:41:13.993Z[ recovery-image] Feb 21 22:41:12.010 INFO O| Feb 21 22:41:12.010 INFO STEP 514 (remove_files) COMPLETE
61592025-02-21T22:41:13.993Z[ recovery-image] Feb 21 22:41:12.010 INFO O| Feb 21 22:41:12.010 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602025-02-21T22:41:14.026Z[ recovery-image] Feb 21 22:41:12.045 INFO O| Feb 21 22:41:12.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
61612025-02-21T22:41:14.026Z[ recovery-image] Feb 21 22:41:12.045 INFO O| Feb 21 22:41:12.045 INFO STEP 515 (remove_files) COMPLETE
61622025-02-21T22:41:14.029Z[ recovery-image] Feb 21 22:41:12.045 INFO O| Feb 21 22:41:12.045 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632025-02-21T22:41:14.083Z[ recovery-image] Feb 21 22:41:12.102 INFO O| Feb 21 22:41:12.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
61642025-02-21T22:41:14.083Z[ recovery-image] Feb 21 22:41:12.102 INFO O| Feb 21 22:41:12.102 INFO STEP 516 (remove_files) COMPLETE
61652025-02-21T22:41:14.083Z[ recovery-image] Feb 21 22:41:12.102 INFO O| Feb 21 22:41:12.102 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662025-02-21T22:41:14.103Z[ recovery-image] Feb 21 22:41:12.122 INFO O| Feb 21 22:41:12.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
61672025-02-21T22:41:14.103Z[ recovery-image] Feb 21 22:41:12.123 INFO O| Feb 21 22:41:12.123 INFO STEP 517 (remove_files) COMPLETE
61682025-02-21T22:41:14.103Z[ recovery-image] Feb 21 22:41:12.123 INFO O| Feb 21 22:41:12.123 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692025-02-21T22:41:14.130Z[ recovery-image] Feb 21 22:41:12.150 INFO O| Feb 21 22:41:12.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
61702025-02-21T22:41:14.133Z[ recovery-image] Feb 21 22:41:12.150 INFO O| Feb 21 22:41:12.150 INFO STEP 518 (remove_files) COMPLETE
61712025-02-21T22:41:14.133Z[ recovery-image] Feb 21 22:41:12.150 INFO O| Feb 21 22:41:12.150 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722025-02-21T22:41:14.162Z[ recovery-image] Feb 21 22:41:12.181 INFO O| Feb 21 22:41:12.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
61732025-02-21T22:41:14.162Z[ recovery-image] Feb 21 22:41:12.181 INFO O| Feb 21 22:41:12.181 INFO STEP 519 (remove_files) COMPLETE
61742025-02-21T22:41:14.162Z[ recovery-image] Feb 21 22:41:12.181 INFO O| Feb 21 22:41:12.181 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752025-02-21T22:41:14.205Z[ recovery-image] Feb 21 22:41:12.225 INFO O| Feb 21 22:41:12.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
61762025-02-21T22:41:14.206Z[ recovery-image] Feb 21 22:41:12.225 INFO O| Feb 21 22:41:12.225 INFO STEP 520 (remove_files) COMPLETE
61772025-02-21T22:41:14.206Z[ recovery-image] Feb 21 22:41:12.225 INFO O| Feb 21 22:41:12.225 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782025-02-21T22:41:14.266Z[ recovery-image] Feb 21 22:41:12.285 INFO O| Feb 21 22:41:12.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
61792025-02-21T22:41:14.269Z[ recovery-image] Feb 21 22:41:12.285 INFO O| Feb 21 22:41:12.285 INFO STEP 521 (remove_files) COMPLETE
61802025-02-21T22:41:14.269Z[ recovery-image] Feb 21 22:41:12.285 INFO O| Feb 21 22:41:12.285 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812025-02-21T22:41:14.288Z[ recovery-image] Feb 21 22:41:12.305 INFO O| Feb 21 22:41:12.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
61822025-02-21T22:41:14.291Z[ recovery-image] Feb 21 22:41:12.309 INFO O| Feb 21 22:41:12.309 INFO STEP 522 (remove_files) COMPLETE
61832025-02-21T22:41:14.291Z[ recovery-image] Feb 21 22:41:12.309 INFO O| Feb 21 22:41:12.309 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842025-02-21T22:41:14.310Z[ recovery-image] Feb 21 22:41:12.329 INFO O| Feb 21 22:41:12.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
61852025-02-21T22:41:14.310Z[ recovery-image] Feb 21 22:41:12.329 INFO O| Feb 21 22:41:12.329 INFO STEP 523 (remove_files) COMPLETE
61862025-02-21T22:41:14.310Z[ recovery-image] Feb 21 22:41:12.329 INFO O| Feb 21 22:41:12.329 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872025-02-21T22:41:14.374Z[ recovery-image] Feb 21 22:41:12.389 INFO O| Feb 21 22:41:12.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
61882025-02-21T22:41:14.374Z[ recovery-image] Feb 21 22:41:12.390 INFO O| Feb 21 22:41:12.390 INFO STEP 524 (remove_files) COMPLETE
61892025-02-21T22:41:14.377Z[ recovery-image] Feb 21 22:41:12.390 INFO O| Feb 21 22:41:12.390 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902025-02-21T22:41:14.391Z[ recovery-image] Feb 21 22:41:12.410 INFO O| Feb 21 22:41:12.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
61912025-02-21T22:41:14.394Z[ recovery-image] Feb 21 22:41:12.410 INFO O| Feb 21 22:41:12.410 INFO STEP 525 (remove_files) COMPLETE
61922025-02-21T22:41:14.394Z[ recovery-image] Feb 21 22:41:12.410 INFO O| Feb 21 22:41:12.410 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932025-02-21T22:41:14.410Z[ recovery-image] Feb 21 22:41:12.429 INFO O| Feb 21 22:41:12.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
61942025-02-21T22:41:14.410Z[ recovery-image] Feb 21 22:41:12.429 INFO O| Feb 21 22:41:12.429 INFO STEP 526 (remove_files) COMPLETE
61952025-02-21T22:41:14.410Z[ recovery-image] Feb 21 22:41:12.429 INFO O| Feb 21 22:41:12.429 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962025-02-21T22:41:14.430Z[ recovery-image] Feb 21 22:41:12.449 INFO O| Feb 21 22:41:12.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
61972025-02-21T22:41:14.430Z[ recovery-image] Feb 21 22:41:12.449 INFO O| Feb 21 22:41:12.449 INFO STEP 527 (remove_files) COMPLETE
61982025-02-21T22:41:14.432Z[ recovery-image] Feb 21 22:41:12.449 INFO O| Feb 21 22:41:12.449 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992025-02-21T22:41:14.450Z[ recovery-image] Feb 21 22:41:12.470 INFO O| Feb 21 22:41:12.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
62002025-02-21T22:41:14.451Z[ recovery-image] Feb 21 22:41:12.470 INFO O| Feb 21 22:41:12.470 INFO STEP 528 (remove_files) COMPLETE
62012025-02-21T22:41:14.451Z[ recovery-image] Feb 21 22:41:12.470 INFO O| Feb 21 22:41:12.470 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022025-02-21T22:41:14.488Z[ recovery-image] Feb 21 22:41:12.506 INFO O| Feb 21 22:41:12.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
62032025-02-21T22:41:14.488Z[ recovery-image] Feb 21 22:41:12.506 INFO O| Feb 21 22:41:12.506 INFO STEP 529 (remove_files) COMPLETE
62042025-02-21T22:41:14.488Z[ recovery-image] Feb 21 22:41:12.507 INFO O| Feb 21 22:41:12.506 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052025-02-21T22:41:14.527Z[ recovery-image] Feb 21 22:41:12.546 INFO O| Feb 21 22:41:12.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
62062025-02-21T22:41:14.527Z[ recovery-image] Feb 21 22:41:12.546 INFO O| Feb 21 22:41:12.546 INFO STEP 530 (remove_files) COMPLETE
62072025-02-21T22:41:14.530Z[ recovery-image] Feb 21 22:41:12.546 INFO O| Feb 21 22:41:12.546 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082025-02-21T22:41:14.588Z[ recovery-image] Feb 21 22:41:12.607 INFO O| Feb 21 22:41:12.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
62092025-02-21T22:41:14.590Z[ recovery-image] Feb 21 22:41:12.607 INFO O| Feb 21 22:41:12.607 INFO STEP 531 (remove_files) COMPLETE
62102025-02-21T22:41:14.590Z[ recovery-image] Feb 21 22:41:12.607 INFO O| Feb 21 22:41:12.607 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112025-02-21T22:41:14.606Z[ recovery-image] Feb 21 22:41:12.626 INFO O| Feb 21 22:41:12.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
62122025-02-21T22:41:14.607Z[ recovery-image] Feb 21 22:41:12.626 INFO O| Feb 21 22:41:12.626 INFO STEP 532 (remove_files) COMPLETE
62132025-02-21T22:41:14.609Z[ recovery-image] Feb 21 22:41:12.626 INFO O| Feb 21 22:41:12.626 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142025-02-21T22:41:14.625Z[ recovery-image] Feb 21 22:41:12.645 INFO O| Feb 21 22:41:12.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
62152025-02-21T22:41:14.626Z[ recovery-image] Feb 21 22:41:12.645 INFO O| Feb 21 22:41:12.645 INFO STEP 533 (remove_files) COMPLETE
62162025-02-21T22:41:14.626Z[ recovery-image] Feb 21 22:41:12.645 INFO O| Feb 21 22:41:12.645 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172025-02-21T22:41:14.644Z[ recovery-image] Feb 21 22:41:12.663 INFO O| Feb 21 22:41:12.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
62182025-02-21T22:41:14.644Z[ recovery-image] Feb 21 22:41:12.663 INFO O| Feb 21 22:41:12.663 INFO STEP 534 (remove_files) COMPLETE
62192025-02-21T22:41:14.644Z[ recovery-image] Feb 21 22:41:12.663 INFO O| Feb 21 22:41:12.663 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202025-02-21T22:41:14.663Z[ recovery-image] Feb 21 22:41:12.682 INFO O| Feb 21 22:41:12.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
62212025-02-21T22:41:14.663Z[ recovery-image] Feb 21 22:41:12.682 INFO O| Feb 21 22:41:12.682 INFO STEP 535 (remove_files) COMPLETE
62222025-02-21T22:41:14.663Z[ recovery-image] Feb 21 22:41:12.682 INFO O| Feb 21 22:41:12.682 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232025-02-21T22:41:14.687Z[ recovery-image] Feb 21 22:41:12.706 INFO O| Feb 21 22:41:12.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
62242025-02-21T22:41:14.690Z[ recovery-image] Feb 21 22:41:12.706 INFO O| Feb 21 22:41:12.706 INFO STEP 536 (remove_files) COMPLETE
62252025-02-21T22:41:14.690Z[ recovery-image] Feb 21 22:41:12.707 INFO O| Feb 21 22:41:12.706 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262025-02-21T22:41:14.710Z[ recovery-image] Feb 21 22:41:12.729 INFO O| Feb 21 22:41:12.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
62272025-02-21T22:41:14.710Z[ recovery-image] Feb 21 22:41:12.730 INFO O| Feb 21 22:41:12.729 INFO STEP 537 (remove_files) COMPLETE
62282025-02-21T22:41:14.710Z[ recovery-image] Feb 21 22:41:12.730 INFO O| Feb 21 22:41:12.730 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292025-02-21T22:41:14.767Z[ recovery-image] Feb 21 22:41:12.786 INFO O| Feb 21 22:41:12.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
62302025-02-21T22:41:14.767Z[ recovery-image] Feb 21 22:41:12.786 INFO O| Feb 21 22:41:12.786 INFO STEP 538 (remove_files) COMPLETE
62312025-02-21T22:41:14.770Z[ recovery-image] Feb 21 22:41:12.786 INFO O| Feb 21 22:41:12.786 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322025-02-21T22:41:14.807Z[ recovery-image] Feb 21 22:41:12.826 INFO O| Feb 21 22:41:12.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
62332025-02-21T22:41:14.810Z[ recovery-image] Feb 21 22:41:12.827 INFO O| Feb 21 22:41:12.827 INFO STEP 539 (remove_files) COMPLETE
62342025-02-21T22:41:14.810Z[ recovery-image] Feb 21 22:41:12.827 INFO O| Feb 21 22:41:12.827 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352025-02-21T22:41:14.828Z[ recovery-image] Feb 21 22:41:12.848 INFO O| Feb 21 22:41:12.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
62362025-02-21T22:41:14.831Z[ recovery-image] Feb 21 22:41:12.848 INFO O| Feb 21 22:41:12.848 INFO STEP 540 (remove_files) COMPLETE
62372025-02-21T22:41:14.831Z[ recovery-image] Feb 21 22:41:12.848 INFO O| Feb 21 22:41:12.848 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382025-02-21T22:41:14.850Z[ recovery-image] Feb 21 22:41:12.869 INFO O| Feb 21 22:41:12.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
62392025-02-21T22:41:14.863Z[ recovery-image] Feb 21 22:41:12.882 INFO O| Feb 21 22:41:12.882 INFO STEP 541 (remove_files) COMPLETE
62402025-02-21T22:41:14.863Z[ recovery-image] Feb 21 22:41:12.882 INFO O| Feb 21 22:41:12.882 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412025-02-21T22:41:14.886Z[ recovery-image] Feb 21 22:41:12.905 INFO O| Feb 21 22:41:12.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
62422025-02-21T22:41:14.889Z[ recovery-image] Feb 21 22:41:12.905 INFO O| Feb 21 22:41:12.905 INFO STEP 542 (remove_files) COMPLETE
62432025-02-21T22:41:14.889Z[ recovery-image] Feb 21 22:41:12.905 INFO O| Feb 21 22:41:12.905 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442025-02-21T22:41:14.909Z[ recovery-image] Feb 21 22:41:12.928 INFO O| Feb 21 22:41:12.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
62452025-02-21T22:41:14.912Z[ recovery-image] Feb 21 22:41:12.928 INFO O| Feb 21 22:41:12.928 INFO STEP 543 (remove_files) COMPLETE
62462025-02-21T22:41:14.912Z[ recovery-image] Feb 21 22:41:12.928 INFO O| Feb 21 22:41:12.928 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472025-02-21T22:41:14.937Z[ recovery-image] Feb 21 22:41:12.956 INFO O| Feb 21 22:41:12.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
62482025-02-21T22:41:14.937Z[ recovery-image] Feb 21 22:41:12.956 INFO O| Feb 21 22:41:12.956 INFO STEP 544 (remove_files) COMPLETE
62492025-02-21T22:41:14.937Z[ recovery-image] Feb 21 22:41:12.956 INFO O| Feb 21 22:41:12.956 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-02-21T22:41:14.958Z[ recovery-image] Feb 21 22:41:12.977 INFO O| Feb 21 22:41:12.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
62512025-02-21T22:41:14.958Z[ recovery-image] Feb 21 22:41:12.977 INFO O| Feb 21 22:41:12.977 INFO STEP 545 (remove_files) COMPLETE
62522025-02-21T22:41:14.960Z[ recovery-image] Feb 21 22:41:12.977 INFO O| Feb 21 22:41:12.977 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-02-21T22:41:14.984Z[ recovery-image] Feb 21 22:41:13.003 INFO O| Feb 21 22:41:13.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
62542025-02-21T22:41:14.987Z[ recovery-image] Feb 21 22:41:13.003 INFO O| Feb 21 22:41:13.003 INFO STEP 546 (remove_files) COMPLETE
62552025-02-21T22:41:14.987Z[ recovery-image] Feb 21 22:41:13.004 INFO O| Feb 21 22:41:13.003 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562025-02-21T22:41:15.013Z[ recovery-image] Feb 21 22:41:13.032 INFO O| Feb 21 22:41:13.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
62572025-02-21T22:41:15.013Z[ recovery-image] Feb 21 22:41:13.032 INFO O| Feb 21 22:41:13.032 INFO STEP 547 (remove_files) COMPLETE
62582025-02-21T22:41:15.016Z[ recovery-image] Feb 21 22:41:13.032 INFO O| Feb 21 22:41:13.032 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592025-02-21T22:41:15.035Z[ recovery-image] Feb 21 22:41:13.055 INFO O| Feb 21 22:41:13.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
62602025-02-21T22:41:15.036Z[ recovery-image] Feb 21 22:41:13.055 INFO O| Feb 21 22:41:13.055 INFO STEP 548 (remove_files) COMPLETE
62612025-02-21T22:41:15.036Z[ recovery-image] Feb 21 22:41:13.055 INFO O| Feb 21 22:41:13.055 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622025-02-21T22:41:15.071Z[ recovery-image] Feb 21 22:41:13.090 INFO O| Feb 21 22:41:13.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
62632025-02-21T22:41:15.071Z[ recovery-image] Feb 21 22:41:13.090 INFO O| Feb 21 22:41:13.077 INFO STEP 549 (remove_files) COMPLETE
62642025-02-21T22:41:15.074Z[ recovery-image] Feb 21 22:41:13.090 INFO O| Feb 21 22:41:13.077 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652025-02-21T22:41:15.082Z[ recovery-image] Feb 21 22:41:13.101 INFO O| Feb 21 22:41:13.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
62662025-02-21T22:41:15.082Z[ recovery-image] Feb 21 22:41:13.102 INFO O| Feb 21 22:41:13.102 INFO STEP 550 (remove_files) COMPLETE
62672025-02-21T22:41:15.085Z[ recovery-image] Feb 21 22:41:13.102 INFO O| Feb 21 22:41:13.102 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682025-02-21T22:41:15.122Z[ recovery-image] Feb 21 22:41:13.141 INFO O| Feb 21 22:41:13.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
62692025-02-21T22:41:15.122Z[ recovery-image] Feb 21 22:41:13.142 INFO O| Feb 21 22:41:13.142 INFO STEP 551 (remove_files) COMPLETE
62702025-02-21T22:41:15.122Z[ recovery-image] Feb 21 22:41:13.142 INFO O| Feb 21 22:41:13.142 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712025-02-21T22:41:15.140Z[ recovery-image] Feb 21 22:41:13.159 INFO O| Feb 21 22:41:13.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
62722025-02-21T22:41:15.143Z[ recovery-image] Feb 21 22:41:13.161 INFO O| Feb 21 22:41:13.161 INFO STEP 552 (remove_files) COMPLETE
62732025-02-21T22:41:15.143Z[ recovery-image] Feb 21 22:41:13.161 INFO O| Feb 21 22:41:13.161 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742025-02-21T22:41:15.197Z[ recovery-image] Feb 21 22:41:13.216 INFO O| Feb 21 22:41:13.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
62752025-02-21T22:41:15.197Z[ recovery-image] Feb 21 22:41:13.216 INFO O| Feb 21 22:41:13.216 INFO STEP 553 (remove_files) COMPLETE
62762025-02-21T22:41:15.201Z[ recovery-image] Feb 21 22:41:13.216 INFO O| Feb 21 22:41:13.216 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-02-21T22:41:15.250Z[ recovery-image] Feb 21 22:41:13.269 INFO O| Feb 21 22:41:13.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
62782025-02-21T22:41:15.250Z[ recovery-image] Feb 21 22:41:13.269 INFO O| Feb 21 22:41:13.269 INFO STEP 554 (remove_files) COMPLETE
62792025-02-21T22:41:15.250Z[ recovery-image] Feb 21 22:41:13.269 INFO O| Feb 21 22:41:13.269 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-02-21T22:41:15.271Z[ recovery-image] Feb 21 22:41:13.290 INFO O| Feb 21 22:41:13.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
62812025-02-21T22:41:15.271Z[ recovery-image] Feb 21 22:41:13.290 INFO O| Feb 21 22:41:13.290 INFO STEP 555 (remove_files) COMPLETE
62822025-02-21T22:41:15.274Z[ recovery-image] Feb 21 22:41:13.290 INFO O| Feb 21 22:41:13.290 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-02-21T22:41:15.292Z[ recovery-image] Feb 21 22:41:13.311 INFO O| Feb 21 22:41:13.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
62842025-02-21T22:41:15.292Z[ recovery-image] Feb 21 22:41:13.311 INFO O| Feb 21 22:41:13.311 INFO STEP 556 (remove_files) COMPLETE
62852025-02-21T22:41:15.292Z[ recovery-image] Feb 21 22:41:13.311 INFO O| Feb 21 22:41:13.311 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862025-02-21T22:41:15.312Z[ recovery-image] Feb 21 22:41:13.331 INFO O| Feb 21 22:41:13.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
62872025-02-21T22:41:15.312Z[ recovery-image] Feb 21 22:41:13.331 INFO O| Feb 21 22:41:13.331 INFO STEP 557 (remove_files) COMPLETE
62882025-02-21T22:41:15.312Z[ recovery-image] Feb 21 22:41:13.331 INFO O| Feb 21 22:41:13.331 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892025-02-21T22:41:15.339Z[ recovery-image] Feb 21 22:41:13.358 INFO O| Feb 21 22:41:13.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
62902025-02-21T22:41:15.339Z[ recovery-image] Feb 21 22:41:13.358 INFO O| Feb 21 22:41:13.358 INFO STEP 558 (remove_files) COMPLETE
62912025-02-21T22:41:15.339Z[ recovery-image] Feb 21 22:41:13.358 INFO O| Feb 21 22:41:13.358 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922025-02-21T22:41:15.361Z[ recovery-image] Feb 21 22:41:13.380 INFO O| Feb 21 22:41:13.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
62932025-02-21T22:41:15.361Z[ recovery-image] Feb 21 22:41:13.380 INFO O| Feb 21 22:41:13.380 INFO STEP 559 (remove_files) COMPLETE
62942025-02-21T22:41:15.361Z[ recovery-image] Feb 21 22:41:13.380 INFO O| Feb 21 22:41:13.380 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952025-02-21T22:41:15.381Z[ recovery-image] Feb 21 22:41:13.400 INFO O| Feb 21 22:41:13.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
62962025-02-21T22:41:15.384Z[ recovery-image] Feb 21 22:41:13.400 INFO O| Feb 21 22:41:13.400 INFO STEP 560 (remove_files) COMPLETE
62972025-02-21T22:41:15.384Z[ recovery-image] Feb 21 22:41:13.400 INFO O| Feb 21 22:41:13.400 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982025-02-21T22:41:15.399Z[ recovery-image] Feb 21 22:41:13.418 INFO O| Feb 21 22:41:13.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
62992025-02-21T22:41:15.402Z[ recovery-image] Feb 21 22:41:13.418 INFO O| Feb 21 22:41:13.418 INFO STEP 561 (remove_files) COMPLETE
63002025-02-21T22:41:15.402Z[ recovery-image] Feb 21 22:41:13.418 INFO O| Feb 21 22:41:13.418 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012025-02-21T22:41:15.417Z[ recovery-image] Feb 21 22:41:13.436 INFO O| Feb 21 22:41:13.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
63022025-02-21T22:41:15.417Z[ recovery-image] Feb 21 22:41:13.436 INFO O| Feb 21 22:41:13.436 INFO STEP 562 (remove_files) COMPLETE
63032025-02-21T22:41:15.420Z[ recovery-image] Feb 21 22:41:13.436 INFO O| Feb 21 22:41:13.436 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042025-02-21T22:41:15.436Z[ recovery-image] Feb 21 22:41:13.455 INFO O| Feb 21 22:41:13.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
63052025-02-21T22:41:15.439Z[ recovery-image] Feb 21 22:41:13.456 INFO O| Feb 21 22:41:13.456 INFO STEP 563 (remove_files) COMPLETE
63062025-02-21T22:41:15.439Z[ recovery-image] Feb 21 22:41:13.456 INFO O| Feb 21 22:41:13.456 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072025-02-21T22:41:15.471Z[ recovery-image] Feb 21 22:41:13.490 INFO O| Feb 21 22:41:13.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
63082025-02-21T22:41:15.474Z[ recovery-image] Feb 21 22:41:13.490 INFO O| Feb 21 22:41:13.490 INFO STEP 564 (remove_files) COMPLETE
63092025-02-21T22:41:15.474Z[ recovery-image] Feb 21 22:41:13.490 INFO O| Feb 21 22:41:13.490 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102025-02-21T22:41:15.492Z[ recovery-image] Feb 21 22:41:13.511 INFO O| Feb 21 22:41:13.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
63112025-02-21T22:41:15.492Z[ recovery-image] Feb 21 22:41:13.511 INFO O| Feb 21 22:41:13.511 INFO STEP 565 (remove_files) COMPLETE
63122025-02-21T22:41:15.492Z[ recovery-image] Feb 21 22:41:13.511 INFO O| Feb 21 22:41:13.511 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132025-02-21T22:41:15.513Z[ recovery-image] Feb 21 22:41:13.532 INFO O| Feb 21 22:41:13.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
63142025-02-21T22:41:15.513Z[ recovery-image] Feb 21 22:41:13.532 INFO O| Feb 21 22:41:13.532 INFO STEP 566 (remove_files) COMPLETE
63152025-02-21T22:41:15.513Z[ recovery-image] Feb 21 22:41:13.532 INFO O| Feb 21 22:41:13.532 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162025-02-21T22:41:15.592Z[ recovery-image] Feb 21 22:41:13.611 INFO O| Feb 21 22:41:13.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
63172025-02-21T22:41:15.592Z[ recovery-image] Feb 21 22:41:13.611 INFO O| Feb 21 22:41:13.611 INFO STEP 567 (remove_files) COMPLETE
63182025-02-21T22:41:15.595Z[ recovery-image] Feb 21 22:41:13.611 INFO O| Feb 21 22:41:13.611 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192025-02-21T22:41:15.626Z[ recovery-image] Feb 21 22:41:13.645 INFO O| Feb 21 22:41:13.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
63202025-02-21T22:41:15.627Z[ recovery-image] Feb 21 22:41:13.646 INFO O| Feb 21 22:41:13.646 INFO STEP 568 (remove_files) COMPLETE
63212025-02-21T22:41:15.627Z[ recovery-image] Feb 21 22:41:13.646 INFO O| Feb 21 22:41:13.646 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222025-02-21T22:41:15.648Z[ recovery-image] Feb 21 22:41:13.667 INFO O| Feb 21 22:41:13.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
63232025-02-21T22:41:15.648Z[ recovery-image] Feb 21 22:41:13.667 INFO O| Feb 21 22:41:13.667 INFO STEP 569 (remove_files) COMPLETE
63242025-02-21T22:41:15.648Z[ recovery-image] Feb 21 22:41:13.667 INFO O| Feb 21 22:41:13.667 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252025-02-21T22:41:15.677Z[ recovery-image] Feb 21 22:41:13.696 INFO O| Feb 21 22:41:13.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
63262025-02-21T22:41:15.680Z[ recovery-image] Feb 21 22:41:13.697 INFO O| Feb 21 22:41:13.696 INFO STEP 570 (remove_files) COMPLETE
63272025-02-21T22:41:15.680Z[ recovery-image] Feb 21 22:41:13.697 INFO O| Feb 21 22:41:13.697 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282025-02-21T22:41:15.701Z[ recovery-image] Feb 21 22:41:13.720 INFO O| Feb 21 22:41:13.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
63292025-02-21T22:41:15.706Z[ recovery-image] Feb 21 22:41:13.720 INFO O| Feb 21 22:41:13.720 INFO STEP 571 (remove_files) COMPLETE
63302025-02-21T22:41:15.706Z[ recovery-image] Feb 21 22:41:13.721 INFO O| Feb 21 22:41:13.721 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312025-02-21T22:41:15.728Z[ recovery-image] Feb 21 22:41:13.747 INFO O| Feb 21 22:41:13.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
63322025-02-21T22:41:15.729Z[ recovery-image] Feb 21 22:41:13.747 INFO O| Feb 21 22:41:13.747 INFO STEP 572 (remove_files) COMPLETE
63332025-02-21T22:41:15.729Z[ recovery-image] Feb 21 22:41:13.747 INFO O| Feb 21 22:41:13.747 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342025-02-21T22:41:15.762Z[ recovery-image] Feb 21 22:41:13.781 INFO O| Feb 21 22:41:13.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
63352025-02-21T22:41:15.762Z[ recovery-image] Feb 21 22:41:13.781 INFO O| Feb 21 22:41:13.781 INFO STEP 573 (remove_files) COMPLETE
63362025-02-21T22:41:15.762Z[ recovery-image] Feb 21 22:41:13.781 INFO O| Feb 21 22:41:13.781 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372025-02-21T22:41:15.781Z[ recovery-image] Feb 21 22:41:13.800 INFO O| Feb 21 22:41:13.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
63382025-02-21T22:41:15.782Z[ recovery-image] Feb 21 22:41:13.801 INFO O| Feb 21 22:41:13.800 INFO STEP 574 (remove_files) COMPLETE
63392025-02-21T22:41:15.782Z[ recovery-image] Feb 21 22:41:13.801 INFO O| Feb 21 22:41:13.801 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402025-02-21T22:41:15.809Z[ recovery-image] Feb 21 22:41:13.826 INFO O| Feb 21 22:41:13.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
63412025-02-21T22:41:15.809Z[ recovery-image] Feb 21 22:41:13.826 INFO O| Feb 21 22:41:13.826 INFO STEP 575 (remove_files) COMPLETE
63422025-02-21T22:41:15.811Z[ recovery-image] Feb 21 22:41:13.826 INFO O| Feb 21 22:41:13.826 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432025-02-21T22:41:15.827Z[ recovery-image] Feb 21 22:41:13.846 INFO O| Feb 21 22:41:13.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
63442025-02-21T22:41:15.830Z[ recovery-image] Feb 21 22:41:13.846 INFO O| Feb 21 22:41:13.846 INFO STEP 576 (remove_files) COMPLETE
63452025-02-21T22:41:15.830Z[ recovery-image] Feb 21 22:41:13.846 INFO O| Feb 21 22:41:13.846 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462025-02-21T22:41:15.847Z[ recovery-image] Feb 21 22:41:13.866 INFO O| Feb 21 22:41:13.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
63472025-02-21T22:41:15.847Z[ recovery-image] Feb 21 22:41:13.866 INFO O| Feb 21 22:41:13.866 INFO STEP 577 (remove_files) COMPLETE
63482025-02-21T22:41:15.847Z[ recovery-image] Feb 21 22:41:13.866 INFO O| Feb 21 22:41:13.866 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492025-02-21T22:41:15.867Z[ recovery-image] Feb 21 22:41:13.886 INFO O| Feb 21 22:41:13.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
63502025-02-21T22:41:15.867Z[ recovery-image] Feb 21 22:41:13.886 INFO O| Feb 21 22:41:13.886 INFO STEP 578 (remove_files) COMPLETE
63512025-02-21T22:41:15.870Z[ recovery-image] Feb 21 22:41:13.886 INFO O| Feb 21 22:41:13.886 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522025-02-21T22:41:15.887Z[ recovery-image] Feb 21 22:41:13.905 INFO O| Feb 21 22:41:13.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
63532025-02-21T22:41:15.887Z[ recovery-image] Feb 21 22:41:13.905 INFO O| Feb 21 22:41:13.905 INFO STEP 579 (remove_files) COMPLETE
63542025-02-21T22:41:15.887Z[ recovery-image] Feb 21 22:41:13.905 INFO O| Feb 21 22:41:13.905 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552025-02-21T22:41:15.920Z[ recovery-image] Feb 21 22:41:13.939 INFO O| Feb 21 22:41:13.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
63562025-02-21T22:41:15.923Z[ recovery-image] Feb 21 22:41:13.939 INFO O| Feb 21 22:41:13.939 INFO STEP 580 (remove_files) COMPLETE
63572025-02-21T22:41:15.923Z[ recovery-image] Feb 21 22:41:13.939 INFO O| Feb 21 22:41:13.939 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582025-02-21T22:41:15.940Z[ recovery-image] Feb 21 22:41:13.959 INFO O| Feb 21 22:41:13.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
63592025-02-21T22:41:15.943Z[ recovery-image] Feb 21 22:41:13.959 INFO O| Feb 21 22:41:13.959 INFO STEP 581 (remove_files) COMPLETE
63602025-02-21T22:41:15.943Z[ recovery-image] Feb 21 22:41:13.960 INFO O| Feb 21 22:41:13.959 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612025-02-21T22:41:15.970Z[ recovery-image] Feb 21 22:41:13.989 INFO O| Feb 21 22:41:13.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
63622025-02-21T22:41:15.973Z[ recovery-image] Feb 21 22:41:13.990 INFO O| Feb 21 22:41:13.990 INFO STEP 582 (remove_files) COMPLETE
63632025-02-21T22:41:15.973Z[ recovery-image] Feb 21 22:41:13.990 INFO O| Feb 21 22:41:13.990 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642025-02-21T22:41:15.992Z[ recovery-image] Feb 21 22:41:14.011 INFO O| Feb 21 22:41:14.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
63652025-02-21T22:41:15.994Z[ recovery-image] Feb 21 22:41:14.011 INFO O| Feb 21 22:41:14.011 INFO STEP 583 (remove_files) COMPLETE
63662025-02-21T22:41:15.994Z[ recovery-image] Feb 21 22:41:14.011 INFO O| Feb 21 22:41:14.011 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672025-02-21T22:41:16.013Z[ recovery-image] Feb 21 22:41:14.032 INFO O| Feb 21 22:41:14.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
63682025-02-21T22:41:16.016Z[ recovery-image] Feb 21 22:41:14.032 INFO O| Feb 21 22:41:14.032 INFO STEP 584 (remove_files) COMPLETE
63692025-02-21T22:41:16.016Z[ recovery-image] Feb 21 22:41:14.032 INFO O| Feb 21 22:41:14.032 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702025-02-21T22:41:16.100Z[ recovery-image] Feb 21 22:41:14.119 INFO O| Feb 21 22:41:14.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
63712025-02-21T22:41:16.100Z[ recovery-image] Feb 21 22:41:14.119 INFO O| Feb 21 22:41:14.119 INFO STEP 585 (remove_files) COMPLETE
63722025-02-21T22:41:16.100Z[ recovery-image] Feb 21 22:41:14.119 INFO O| Feb 21 22:41:14.119 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732025-02-21T22:41:16.121Z[ recovery-image] Feb 21 22:41:14.139 INFO O| Feb 21 22:41:14.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
63742025-02-21T22:41:16.123Z[ recovery-image] Feb 21 22:41:14.140 INFO O| Feb 21 22:41:14.140 INFO STEP 586 (remove_files) COMPLETE
63752025-02-21T22:41:16.123Z[ recovery-image] Feb 21 22:41:14.140 INFO O| Feb 21 22:41:14.140 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762025-02-21T22:41:16.160Z[ recovery-image] Feb 21 22:41:14.179 INFO O| Feb 21 22:41:14.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
63772025-02-21T22:41:16.160Z[ recovery-image] Feb 21 22:41:14.179 INFO O| Feb 21 22:41:14.179 INFO STEP 587 (remove_files) COMPLETE
63782025-02-21T22:41:16.161Z[ recovery-image] Feb 21 22:41:14.179 INFO O| Feb 21 22:41:14.179 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792025-02-21T22:41:16.227Z[ recovery-image] Feb 21 22:41:14.246 INFO O| Feb 21 22:41:14.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
63802025-02-21T22:41:16.227Z[ recovery-image] Feb 21 22:41:14.246 INFO O| Feb 21 22:41:14.246 INFO STEP 588 (remove_files) COMPLETE
63812025-02-21T22:41:16.230Z[ recovery-image] Feb 21 22:41:14.246 INFO O| Feb 21 22:41:14.246 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822025-02-21T22:41:16.249Z[ recovery-image] Feb 21 22:41:14.268 INFO O| Feb 21 22:41:14.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
63832025-02-21T22:41:16.249Z[ recovery-image] Feb 21 22:41:14.268 INFO O| Feb 21 22:41:14.268 INFO STEP 589 (remove_files) COMPLETE
63842025-02-21T22:41:16.249Z[ recovery-image] Feb 21 22:41:14.268 INFO O| Feb 21 22:41:14.268 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852025-02-21T22:41:16.287Z[ recovery-image] Feb 21 22:41:14.305 INFO O| Feb 21 22:41:14.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
63862025-02-21T22:41:16.287Z[ recovery-image] Feb 21 22:41:14.305 INFO O| Feb 21 22:41:14.305 INFO STEP 590 (remove_files) COMPLETE
63872025-02-21T22:41:16.287Z[ recovery-image] Feb 21 22:41:14.305 INFO O| Feb 21 22:41:14.305 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882025-02-21T22:41:16.322Z[ recovery-image] Feb 21 22:41:14.341 INFO O| Feb 21 22:41:14.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
63892025-02-21T22:41:16.322Z[ recovery-image] Feb 21 22:41:14.341 INFO O| Feb 21 22:41:14.341 INFO STEP 591 (remove_files) COMPLETE
63902025-02-21T22:41:16.322Z[ recovery-image] Feb 21 22:41:14.341 INFO O| Feb 21 22:41:14.341 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912025-02-21T22:41:16.443Z[ recovery-image] Feb 21 22:41:14.462 INFO O| Feb 21 22:41:14.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
63922025-02-21T22:41:16.443Z[ recovery-image] Feb 21 22:41:14.462 INFO O| Feb 21 22:41:14.462 INFO STEP 592 (remove_files) COMPLETE
63932025-02-21T22:41:16.446Z[ recovery-image] Feb 21 22:41:14.462 INFO O| Feb 21 22:41:14.462 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-02-21T22:41:16.502Z[ recovery-image] Feb 21 22:41:14.520 INFO O| Feb 21 22:41:14.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
63952025-02-21T22:41:16.502Z[ recovery-image] Feb 21 22:41:14.520 INFO O| Feb 21 22:41:14.520 INFO STEP 593 (remove_files) COMPLETE
63962025-02-21T22:41:16.502Z[ recovery-image] Feb 21 22:41:14.520 INFO O| Feb 21 22:41:14.520 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-02-21T22:41:16.522Z[ recovery-image] Feb 21 22:41:14.541 INFO O| Feb 21 22:41:14.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
63982025-02-21T22:41:16.524Z[ recovery-image] Feb 21 22:41:14.541 INFO O| Feb 21 22:41:14.541 INFO STEP 594 (remove_files) COMPLETE
63992025-02-21T22:41:16.524Z[ recovery-image] Feb 21 22:41:14.541 INFO O| Feb 21 22:41:14.541 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002025-02-21T22:41:16.541Z[ recovery-image] Feb 21 22:41:14.559 INFO O| Feb 21 22:41:14.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
64012025-02-21T22:41:16.541Z[ recovery-image] Feb 21 22:41:14.560 INFO O| Feb 21 22:41:14.560 INFO STEP 595 (remove_files) COMPLETE
64022025-02-21T22:41:16.541Z[ recovery-image] Feb 21 22:41:14.560 INFO O| Feb 21 22:41:14.560 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032025-02-21T22:41:16.560Z[ recovery-image] Feb 21 22:41:14.579 INFO O| Feb 21 22:41:14.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
64042025-02-21T22:41:16.563Z[ recovery-image] Feb 21 22:41:14.579 INFO O| Feb 21 22:41:14.579 INFO STEP 596 (remove_files) COMPLETE
64052025-02-21T22:41:16.563Z[ recovery-image] Feb 21 22:41:14.579 INFO O| Feb 21 22:41:14.579 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062025-02-21T22:41:16.579Z[ recovery-image] Feb 21 22:41:14.598 INFO O| Feb 21 22:41:14.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
64072025-02-21T22:41:16.580Z[ recovery-image] Feb 21 22:41:14.598 INFO O| Feb 21 22:41:14.598 INFO STEP 597 (remove_files) COMPLETE
64082025-02-21T22:41:16.580Z[ recovery-image] Feb 21 22:41:14.598 INFO O| Feb 21 22:41:14.598 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092025-02-21T22:41:16.600Z[ recovery-image] Feb 21 22:41:14.618 INFO O| Feb 21 22:41:14.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
64102025-02-21T22:41:16.602Z[ recovery-image] Feb 21 22:41:14.619 INFO O| Feb 21 22:41:14.619 INFO STEP 598 (remove_files) COMPLETE
64112025-02-21T22:41:16.603Z[ recovery-image] Feb 21 22:41:14.619 INFO O| Feb 21 22:41:14.619 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122025-02-21T22:41:16.620Z[ recovery-image] Feb 21 22:41:14.639 INFO O| Feb 21 22:41:14.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64132025-02-21T22:41:16.620Z[ recovery-image] Feb 21 22:41:14.639 INFO O| Feb 21 22:41:14.639 INFO STEP 599 (remove_files) COMPLETE
64142025-02-21T22:41:16.620Z[ recovery-image] Feb 21 22:41:14.639 INFO O| Feb 21 22:41:14.639 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152025-02-21T22:41:16.659Z[ recovery-image] Feb 21 22:41:14.678 INFO O| Feb 21 22:41:14.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
64162025-02-21T22:41:16.659Z[ recovery-image] Feb 21 22:41:14.678 INFO O| Feb 21 22:41:14.678 INFO STEP 600 (remove_files) COMPLETE
64172025-02-21T22:41:16.659Z[ recovery-image] Feb 21 22:41:14.678 INFO O| Feb 21 22:41:14.678 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182025-02-21T22:41:16.681Z[ recovery-image] Feb 21 22:41:14.700 INFO O| Feb 21 22:41:14.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64192025-02-21T22:41:16.681Z[ recovery-image] Feb 21 22:41:14.700 INFO O| Feb 21 22:41:14.700 INFO STEP 601 (remove_files) COMPLETE
64202025-02-21T22:41:16.684Z[ recovery-image] Feb 21 22:41:14.700 INFO O| Feb 21 22:41:14.700 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212025-02-21T22:41:16.708Z[ recovery-image] Feb 21 22:41:14.727 INFO O| Feb 21 22:41:14.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64222025-02-21T22:41:16.730Z[ recovery-image] Feb 21 22:41:14.748 INFO O| Feb 21 22:41:14.748 INFO STEP 602 (remove_files) COMPLETE
64232025-02-21T22:41:16.730Z[ recovery-image] Feb 21 22:41:14.748 INFO O| Feb 21 22:41:14.748 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242025-02-21T22:41:16.779Z[ recovery-image] Feb 21 22:41:14.798 INFO O| Feb 21 22:41:14.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
64252025-02-21T22:41:16.782Z[ recovery-image] Feb 21 22:41:14.798 INFO O| Feb 21 22:41:14.798 INFO STEP 603 (remove_files) COMPLETE
64262025-02-21T22:41:16.782Z[ recovery-image] Feb 21 22:41:14.798 INFO O| Feb 21 22:41:14.798 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272025-02-21T22:41:16.822Z[ recovery-image] Feb 21 22:41:14.841 INFO O| Feb 21 22:41:14.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
64282025-02-21T22:41:16.825Z[ recovery-image] Feb 21 22:41:14.841 INFO O| Feb 21 22:41:14.841 INFO STEP 604 (remove_files) COMPLETE
64292025-02-21T22:41:16.825Z[ recovery-image] Feb 21 22:41:14.841 INFO O| Feb 21 22:41:14.841 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302025-02-21T22:41:16.844Z[ recovery-image] Feb 21 22:41:14.863 INFO O| Feb 21 22:41:14.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64312025-02-21T22:41:16.847Z[ recovery-image] Feb 21 22:41:14.863 INFO O| Feb 21 22:41:14.863 INFO STEP 605 (remove_files) COMPLETE
64322025-02-21T22:41:16.847Z[ recovery-image] Feb 21 22:41:14.863 INFO O| Feb 21 22:41:14.863 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332025-02-21T22:41:16.874Z[ recovery-image] Feb 21 22:41:14.891 INFO O| Feb 21 22:41:14.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
64342025-02-21T22:41:16.878Z[ recovery-image] Feb 21 22:41:14.891 INFO O| Feb 21 22:41:14.891 INFO STEP 606 (remove_files) COMPLETE
64352025-02-21T22:41:16.878Z[ recovery-image] Feb 21 22:41:14.891 INFO O| Feb 21 22:41:14.891 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362025-02-21T22:41:16.893Z[ recovery-image] Feb 21 22:41:14.912 INFO O| Feb 21 22:41:14.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
64372025-02-21T22:41:16.896Z[ recovery-image] Feb 21 22:41:14.912 INFO O| Feb 21 22:41:14.912 INFO STEP 607 (remove_files) COMPLETE
64382025-02-21T22:41:16.896Z[ recovery-image] Feb 21 22:41:14.912 INFO O| Feb 21 22:41:14.912 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392025-02-21T22:41:16.953Z[ recovery-image] Feb 21 22:41:14.972 INFO O| Feb 21 22:41:14.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
64402025-02-21T22:41:16.953Z[ recovery-image] Feb 21 22:41:14.972 INFO O| Feb 21 22:41:14.972 INFO STEP 608 (remove_files) COMPLETE
64412025-02-21T22:41:16.956Z[ recovery-image] Feb 21 22:41:14.972 INFO O| Feb 21 22:41:14.972 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422025-02-21T22:41:16.999Z[ recovery-image] Feb 21 22:41:15.017 INFO O| Feb 21 22:41:15.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
64432025-02-21T22:41:16.999Z[ recovery-image] Feb 21 22:41:15.017 INFO O| Feb 21 22:41:15.017 INFO STEP 609 (remove_files) COMPLETE
64442025-02-21T22:41:16.999Z[ recovery-image] Feb 21 22:41:15.017 INFO O| Feb 21 22:41:15.017 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452025-02-21T22:41:17.025Z[ recovery-image] Feb 21 22:41:15.043 INFO O| Feb 21 22:41:15.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
64462025-02-21T22:41:17.028Z[ recovery-image] Feb 21 22:41:15.043 INFO O| Feb 21 22:41:15.043 INFO STEP 610 (remove_files) COMPLETE
64472025-02-21T22:41:17.028Z[ recovery-image] Feb 21 22:41:15.043 INFO O| Feb 21 22:41:15.043 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482025-02-21T22:41:17.086Z[ recovery-image] Feb 21 22:41:15.105 INFO O| Feb 21 22:41:15.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
64492025-02-21T22:41:17.086Z[ recovery-image] Feb 21 22:41:15.105 INFO O| Feb 21 22:41:15.105 INFO STEP 611 (remove_files) COMPLETE
64502025-02-21T22:41:17.086Z[ recovery-image] Feb 21 22:41:15.105 INFO O| Feb 21 22:41:15.105 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512025-02-21T22:41:17.129Z[ recovery-image] Feb 21 22:41:15.147 INFO O| Feb 21 22:41:15.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
64522025-02-21T22:41:17.129Z[ recovery-image] Feb 21 22:41:15.147 INFO O| Feb 21 22:41:15.147 INFO STEP 612 (remove_files) COMPLETE
64532025-02-21T22:41:17.131Z[ recovery-image] Feb 21 22:41:15.147 INFO O| Feb 21 22:41:15.147 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542025-02-21T22:41:17.151Z[ recovery-image] Feb 21 22:41:15.170 INFO O| Feb 21 22:41:15.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
64552025-02-21T22:41:17.154Z[ recovery-image] Feb 21 22:41:15.170 INFO O| Feb 21 22:41:15.170 INFO STEP 613 (remove_files) COMPLETE
64562025-02-21T22:41:17.154Z[ recovery-image] Feb 21 22:41:15.170 INFO O| Feb 21 22:41:15.170 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572025-02-21T22:41:17.188Z[ recovery-image] Feb 21 22:41:15.205 INFO O| Feb 21 22:41:15.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
64582025-02-21T22:41:17.190Z[ recovery-image] Feb 21 22:41:15.205 INFO O| Feb 21 22:41:15.205 INFO STEP 614 (remove_files) COMPLETE
64592025-02-21T22:41:17.191Z[ recovery-image] Feb 21 22:41:15.206 INFO O| Feb 21 22:41:15.205 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602025-02-21T22:41:17.208Z[ recovery-image] Feb 21 22:41:15.227 INFO O| Feb 21 22:41:15.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
64612025-02-21T22:41:17.211Z[ recovery-image] Feb 21 22:41:15.227 INFO O| Feb 21 22:41:15.227 INFO STEP 615 (remove_files) COMPLETE
64622025-02-21T22:41:17.211Z[ recovery-image] Feb 21 22:41:15.227 INFO O| Feb 21 22:41:15.227 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632025-02-21T22:41:17.228Z[ recovery-image] Feb 21 22:41:15.247 INFO O| Feb 21 22:41:15.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
64642025-02-21T22:41:17.231Z[ recovery-image] Feb 21 22:41:15.247 INFO O| Feb 21 22:41:15.247 INFO STEP 616 (remove_files) COMPLETE
64652025-02-21T22:41:17.231Z[ recovery-image] Feb 21 22:41:15.247 INFO O| Feb 21 22:41:15.247 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662025-02-21T22:41:17.248Z[ recovery-image] Feb 21 22:41:15.267 INFO O| Feb 21 22:41:15.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
64672025-02-21T22:41:17.249Z[ recovery-image] Feb 21 22:41:15.267 INFO O| Feb 21 22:41:15.267 INFO STEP 617 (remove_files) COMPLETE
64682025-02-21T22:41:17.251Z[ recovery-image] Feb 21 22:41:15.267 INFO O| Feb 21 22:41:15.267 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692025-02-21T22:41:17.269Z[ recovery-image] Feb 21 22:41:15.287 INFO O| Feb 21 22:41:15.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
64702025-02-21T22:41:17.269Z[ recovery-image] Feb 21 22:41:15.288 INFO O| Feb 21 22:41:15.287 INFO STEP 618 (remove_files) COMPLETE
64712025-02-21T22:41:17.271Z[ recovery-image] Feb 21 22:41:15.288 INFO O| Feb 21 22:41:15.288 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722025-02-21T22:41:17.296Z[ recovery-image] Feb 21 22:41:15.315 INFO O| Feb 21 22:41:15.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
64732025-02-21T22:41:17.296Z[ recovery-image] Feb 21 22:41:15.315 INFO O| Feb 21 22:41:15.315 INFO STEP 619 (remove_files) COMPLETE
64742025-02-21T22:41:17.299Z[ recovery-image] Feb 21 22:41:15.315 INFO O| Feb 21 22:41:15.315 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752025-02-21T22:41:17.386Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
64762025-02-21T22:41:17.400Z[ recovery-image] Feb 21 22:41:15.417 INFO O| Feb 21 22:41:15.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
64772025-02-21T22:41:17.400Z[ recovery-image] Feb 21 22:41:15.417 INFO O| Feb 21 22:41:15.417 INFO STEP 620 (remove_files) COMPLETE
64782025-02-21T22:41:17.400Z[ recovery-image] Feb 21 22:41:15.417 INFO O| Feb 21 22:41:15.417 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792025-02-21T22:41:17.431Z[ recovery-image] Feb 21 22:41:15.449 INFO O| Feb 21 22:41:15.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
64802025-02-21T22:41:17.431Z[ recovery-image] Feb 21 22:41:15.449 INFO O| Feb 21 22:41:15.449 INFO STEP 621 (remove_files) COMPLETE
64812025-02-21T22:41:17.431Z[ recovery-image] Feb 21 22:41:15.449 INFO O| Feb 21 22:41:15.449 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822025-02-21T22:41:17.487Z[ recovery-image] Feb 21 22:41:15.505 INFO O| Feb 21 22:41:15.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
64832025-02-21T22:41:17.487Z[ recovery-image] Feb 21 22:41:15.505 INFO O| Feb 21 22:41:15.505 INFO STEP 622 (remove_files) COMPLETE
64842025-02-21T22:41:17.487Z[ recovery-image] Feb 21 22:41:15.505 INFO O| Feb 21 22:41:15.505 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852025-02-21T22:41:17.547Z[ recovery-image] Feb 21 22:41:15.565 INFO O| Feb 21 22:41:15.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
64862025-02-21T22:41:17.547Z[ recovery-image] Feb 21 22:41:15.565 INFO O| Feb 21 22:41:15.565 INFO STEP 623 (remove_files) COMPLETE
64872025-02-21T22:41:17.547Z[ recovery-image] Feb 21 22:41:15.565 INFO O| Feb 21 22:41:15.565 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882025-02-21T22:41:17.606Z[ recovery-image] Feb 21 22:41:15.625 INFO O| Feb 21 22:41:15.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
64892025-02-21T22:41:17.606Z[ recovery-image] Feb 21 22:41:15.625 INFO O| Feb 21 22:41:15.625 INFO STEP 624 (remove_files) COMPLETE
64902025-02-21T22:41:17.606Z[ recovery-image] Feb 21 22:41:15.625 INFO O| Feb 21 22:41:15.625 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912025-02-21T22:41:17.661Z[ recovery-image] Feb 21 22:41:15.679 INFO O| Feb 21 22:41:15.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
64922025-02-21T22:41:17.663Z[ recovery-image] Feb 21 22:41:15.679 INFO O| Feb 21 22:41:15.679 INFO STEP 625 (remove_files) COMPLETE
64932025-02-21T22:41:17.663Z[ recovery-image] Feb 21 22:41:15.680 INFO O| Feb 21 22:41:15.679 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942025-02-21T22:41:17.683Z[ recovery-image] Feb 21 22:41:15.702 INFO O| Feb 21 22:41:15.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
64952025-02-21T22:41:17.683Z[ recovery-image] Feb 21 22:41:15.702 INFO O| Feb 21 22:41:15.702 INFO STEP 626 (remove_files) COMPLETE
64962025-02-21T22:41:17.686Z[ recovery-image] Feb 21 22:41:15.702 INFO O| Feb 21 22:41:15.702 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972025-02-21T22:41:17.711Z[ recovery-image] Feb 21 22:41:15.730 INFO O| Feb 21 22:41:15.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
64982025-02-21T22:41:17.721Z[ recovery-image] Feb 21 22:41:15.740 INFO O| Feb 21 22:41:15.740 INFO STEP 627 (remove_files) COMPLETE
64992025-02-21T22:41:17.721Z[ recovery-image] Feb 21 22:41:15.740 INFO O| Feb 21 22:41:15.740 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002025-02-21T22:41:17.741Z[ recovery-image] Feb 21 22:41:15.760 INFO O| Feb 21 22:41:15.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
65012025-02-21T22:41:17.741Z[ recovery-image] Feb 21 22:41:15.760 INFO O| Feb 21 22:41:15.760 INFO STEP 628 (remove_files) COMPLETE
65022025-02-21T22:41:17.744Z[ recovery-image] Feb 21 22:41:15.760 INFO O| Feb 21 22:41:15.760 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032025-02-21T22:41:17.761Z[ recovery-image] Feb 21 22:41:15.779 INFO O| Feb 21 22:41:15.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65042025-02-21T22:41:17.761Z[ recovery-image] Feb 21 22:41:15.779 INFO O| Feb 21 22:41:15.779 INFO STEP 629 (remove_files) COMPLETE
65052025-02-21T22:41:17.763Z[ recovery-image] Feb 21 22:41:15.779 INFO O| Feb 21 22:41:15.779 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062025-02-21T22:41:17.782Z[ recovery-image] Feb 21 22:41:15.801 INFO O| Feb 21 22:41:15.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65072025-02-21T22:41:17.782Z[ recovery-image] Feb 21 22:41:15.801 INFO O| Feb 21 22:41:15.801 INFO STEP 630 (remove_files) COMPLETE
65082025-02-21T22:41:17.782Z[ recovery-image] Feb 21 22:41:15.801 INFO O| Feb 21 22:41:15.801 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092025-02-21T22:41:17.803Z[ recovery-image] Feb 21 22:41:15.821 INFO O| Feb 21 22:41:15.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
65102025-02-21T22:41:17.803Z[ recovery-image] Feb 21 22:41:15.821 INFO O| Feb 21 22:41:15.821 INFO STEP 631 (remove_files) COMPLETE
65112025-02-21T22:41:17.803Z[ recovery-image] Feb 21 22:41:15.821 INFO O| Feb 21 22:41:15.821 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-02-21T22:41:17.824Z[ recovery-image] Feb 21 22:41:15.841 INFO O| Feb 21 22:41:15.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
65132025-02-21T22:41:17.824Z[ recovery-image] Feb 21 22:41:15.841 INFO O| Feb 21 22:41:15.841 INFO STEP 632 (remove_files) COMPLETE
65142025-02-21T22:41:17.826Z[ recovery-image] Feb 21 22:41:15.841 INFO O| Feb 21 22:41:15.841 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-02-21T22:41:17.856Z[ recovery-image] Feb 21 22:41:15.875 INFO O| Feb 21 22:41:15.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
65162025-02-21T22:41:17.859Z[ recovery-image] Feb 21 22:41:15.875 INFO O| Feb 21 22:41:15.875 INFO STEP 633 (remove_files) COMPLETE
65172025-02-21T22:41:17.859Z[ recovery-image] Feb 21 22:41:15.875 INFO O| Feb 21 22:41:15.875 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-02-21T22:41:17.890Z[ recovery-image] Feb 21 22:41:15.908 INFO O| Feb 21 22:41:15.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
65192025-02-21T22:41:17.890Z[ recovery-image] Feb 21 22:41:15.908 INFO O| Feb 21 22:41:15.908 INFO STEP 634 (remove_files) COMPLETE
65202025-02-21T22:41:17.890Z[ recovery-image] Feb 21 22:41:15.908 INFO O| Feb 21 22:41:15.908 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212025-02-21T22:41:17.979Z[ recovery-image] Feb 21 22:41:15.997 INFO O| Feb 21 22:41:15.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
65222025-02-21T22:41:17.979Z[ recovery-image] Feb 21 22:41:15.997 INFO O| Feb 21 22:41:15.997 INFO STEP 635 (remove_files) COMPLETE
65232025-02-21T22:41:17.979Z[ recovery-image] Feb 21 22:41:15.997 INFO O| Feb 21 22:41:15.997 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242025-02-21T22:41:17.998Z[ recovery-image] Feb 21 22:41:16.017 INFO O| Feb 21 22:41:16.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65252025-02-21T22:41:17.998Z[ recovery-image] Feb 21 22:41:16.017 INFO O| Feb 21 22:41:16.017 INFO STEP 636 (remove_files) COMPLETE
65262025-02-21T22:41:17.998Z[ recovery-image] Feb 21 22:41:16.017 INFO O| Feb 21 22:41:16.017 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272025-02-21T22:41:18.017Z[ recovery-image] Feb 21 22:41:16.036 INFO O| Feb 21 22:41:16.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
65282025-02-21T22:41:18.017Z[ recovery-image] Feb 21 22:41:16.036 INFO O| Feb 21 22:41:16.036 INFO STEP 637 (remove_files) COMPLETE
65292025-02-21T22:41:18.018Z[ recovery-image] Feb 21 22:41:16.036 INFO O| Feb 21 22:41:16.036 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302025-02-21T22:41:18.058Z[ recovery-image] Feb 21 22:41:16.077 INFO O| Feb 21 22:41:16.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
65312025-02-21T22:41:18.058Z[ recovery-image] Feb 21 22:41:16.077 INFO O| Feb 21 22:41:16.077 INFO STEP 638 (remove_files) COMPLETE
65322025-02-21T22:41:18.058Z[ recovery-image] Feb 21 22:41:16.077 INFO O| Feb 21 22:41:16.077 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332025-02-21T22:41:18.122Z[ recovery-image] Feb 21 22:41:16.140 INFO O| Feb 21 22:41:16.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65342025-02-21T22:41:18.122Z[ recovery-image] Feb 21 22:41:16.141 INFO O| Feb 21 22:41:16.141 INFO STEP 639 (remove_files) COMPLETE
65352025-02-21T22:41:18.122Z[ recovery-image] Feb 21 22:41:16.141 INFO O| Feb 21 22:41:16.141 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362025-02-21T22:41:18.142Z[ recovery-image] Feb 21 22:41:16.161 INFO O| Feb 21 22:41:16.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65372025-02-21T22:41:18.142Z[ recovery-image] Feb 21 22:41:16.161 INFO O| Feb 21 22:41:16.161 INFO STEP 640 (remove_files) COMPLETE
65382025-02-21T22:41:18.142Z[ recovery-image] Feb 21 22:41:16.161 INFO O| Feb 21 22:41:16.161 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392025-02-21T22:41:18.186Z[ recovery-image] Feb 21 22:41:16.204 INFO O| Feb 21 22:41:16.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
65402025-02-21T22:41:18.186Z[ recovery-image] Feb 21 22:41:16.204 INFO O| Feb 21 22:41:16.204 INFO STEP 641 (remove_files) COMPLETE
65412025-02-21T22:41:18.188Z[ recovery-image] Feb 21 22:41:16.204 INFO O| Feb 21 22:41:16.204 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422025-02-21T22:41:18.206Z[ recovery-image] Feb 21 22:41:16.225 INFO O| Feb 21 22:41:16.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
65432025-02-21T22:41:18.207Z[ recovery-image] Feb 21 22:41:16.225 INFO O| Feb 21 22:41:16.225 INFO STEP 642 (remove_files) COMPLETE
65442025-02-21T22:41:18.207Z[ recovery-image] Feb 21 22:41:16.225 INFO O| Feb 21 22:41:16.225 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452025-02-21T22:41:18.226Z[ recovery-image] Feb 21 22:41:16.245 INFO O| Feb 21 22:41:16.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
65462025-02-21T22:41:18.226Z[ recovery-image] Feb 21 22:41:16.245 INFO O| Feb 21 22:41:16.245 INFO STEP 643 (remove_files) COMPLETE
65472025-02-21T22:41:18.226Z[ recovery-image] Feb 21 22:41:16.245 INFO O| Feb 21 22:41:16.245 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482025-02-21T22:41:18.267Z[ recovery-image] Feb 21 22:41:16.286 INFO O| Feb 21 22:41:16.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
65492025-02-21T22:41:18.270Z[ recovery-image] Feb 21 22:41:16.286 INFO O| Feb 21 22:41:16.286 INFO STEP 644 (remove_files) COMPLETE
65502025-02-21T22:41:18.270Z[ recovery-image] Feb 21 22:41:16.286 INFO O| Feb 21 22:41:16.286 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512025-02-21T22:41:18.289Z[ recovery-image] Feb 21 22:41:16.307 INFO O| Feb 21 22:41:16.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
65522025-02-21T22:41:18.293Z[ recovery-image] Feb 21 22:41:16.312 INFO O| Feb 21 22:41:16.312 INFO STEP 645 (remove_files) COMPLETE
65532025-02-21T22:41:18.293Z[ recovery-image] Feb 21 22:41:16.312 INFO O| Feb 21 22:41:16.312 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542025-02-21T22:41:18.315Z[ recovery-image] Feb 21 22:41:16.334 INFO O| Feb 21 22:41:16.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
65552025-02-21T22:41:18.318Z[ recovery-image] Feb 21 22:41:16.334 INFO O| Feb 21 22:41:16.334 INFO STEP 646 (remove_files) COMPLETE
65562025-02-21T22:41:18.319Z[ recovery-image] Feb 21 22:41:16.334 INFO O| Feb 21 22:41:16.334 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572025-02-21T22:41:18.351Z[ recovery-image] Feb 21 22:41:16.369 INFO O| Feb 21 22:41:16.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
65582025-02-21T22:41:18.351Z[ recovery-image] Feb 21 22:41:16.369 INFO O| Feb 21 22:41:16.369 INFO STEP 647 (remove_files) COMPLETE
65592025-02-21T22:41:18.351Z[ recovery-image] Feb 21 22:41:16.369 INFO O| Feb 21 22:41:16.369 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602025-02-21T22:41:18.371Z[ recovery-image] Feb 21 22:41:16.390 INFO O| Feb 21 22:41:16.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
65612025-02-21T22:41:18.371Z[ recovery-image] Feb 21 22:41:16.390 INFO O| Feb 21 22:41:16.390 INFO STEP 648 (remove_files) COMPLETE
65622025-02-21T22:41:18.371Z[ recovery-image] Feb 21 22:41:16.390 INFO O| Feb 21 22:41:16.390 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632025-02-21T22:41:18.395Z[ recovery-image] Feb 21 22:41:16.412 INFO O| Feb 21 22:41:16.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
65642025-02-21T22:41:18.395Z[ recovery-image] Feb 21 22:41:16.412 INFO O| Feb 21 22:41:16.412 INFO STEP 649 (remove_files) COMPLETE
65652025-02-21T22:41:18.398Z[ recovery-image] Feb 21 22:41:16.412 INFO O| Feb 21 22:41:16.412 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662025-02-21T22:41:18.444Z[ recovery-image] Feb 21 22:41:16.463 INFO O| Feb 21 22:41:16.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
65672025-02-21T22:41:18.444Z[ recovery-image] Feb 21 22:41:16.463 INFO O| Feb 21 22:41:16.463 INFO STEP 650 (remove_files) COMPLETE
65682025-02-21T22:41:18.447Z[ recovery-image] Feb 21 22:41:16.463 INFO O| Feb 21 22:41:16.463 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692025-02-21T22:41:18.467Z[ recovery-image] Feb 21 22:41:16.486 INFO O| Feb 21 22:41:16.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
65702025-02-21T22:41:18.468Z[ recovery-image] Feb 21 22:41:16.486 INFO O| Feb 21 22:41:16.486 INFO STEP 651 (remove_files) COMPLETE
65712025-02-21T22:41:18.468Z[ recovery-image] Feb 21 22:41:16.486 INFO O| Feb 21 22:41:16.486 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722025-02-21T22:41:18.538Z[ recovery-image] Feb 21 22:41:16.556 INFO O| Feb 21 22:41:16.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
65732025-02-21T22:41:18.538Z[ recovery-image] Feb 21 22:41:16.556 INFO O| Feb 21 22:41:16.556 INFO STEP 652 (remove_files) COMPLETE
65742025-02-21T22:41:18.541Z[ recovery-image] Feb 21 22:41:16.556 INFO O| Feb 21 22:41:16.556 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752025-02-21T22:41:18.560Z[ recovery-image] Feb 21 22:41:16.578 INFO O| Feb 21 22:41:16.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
65762025-02-21T22:41:18.560Z[ recovery-image] Feb 21 22:41:16.579 INFO O| Feb 21 22:41:16.579 INFO STEP 653 (remove_files) COMPLETE
65772025-02-21T22:41:18.560Z[ recovery-image] Feb 21 22:41:16.579 INFO O| Feb 21 22:41:16.579 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782025-02-21T22:41:18.582Z[ recovery-image] Feb 21 22:41:16.600 INFO O| Feb 21 22:41:16.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
65792025-02-21T22:41:18.582Z[ recovery-image] Feb 21 22:41:16.600 INFO O| Feb 21 22:41:16.600 INFO STEP 654 (remove_files) COMPLETE
65802025-02-21T22:41:18.582Z[ recovery-image] Feb 21 22:41:16.600 INFO O| Feb 21 22:41:16.600 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812025-02-21T22:41:18.628Z[ recovery-image] Feb 21 22:41:16.629 INFO O| Feb 21 22:41:16.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
65822025-02-21T22:41:18.630Z[ recovery-image] Feb 21 22:41:16.629 INFO O| Feb 21 22:41:16.629 INFO STEP 655 (remove_files) COMPLETE
65832025-02-21T22:41:18.630Z[ recovery-image] Feb 21 22:41:16.629 INFO O| Feb 21 22:41:16.629 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842025-02-21T22:41:18.633Z[ recovery-image] Feb 21 22:41:16.649 INFO O| Feb 21 22:41:16.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
65852025-02-21T22:41:18.633Z[ recovery-image] Feb 21 22:41:16.649 INFO O| Feb 21 22:41:16.649 INFO STEP 656 (remove_files) COMPLETE
65862025-02-21T22:41:18.633Z[ recovery-image] Feb 21 22:41:16.649 INFO O| Feb 21 22:41:16.649 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872025-02-21T22:41:18.650Z[ recovery-image] Feb 21 22:41:16.669 INFO O| Feb 21 22:41:16.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
65882025-02-21T22:41:18.650Z[ recovery-image] Feb 21 22:41:16.669 INFO O| Feb 21 22:41:16.669 INFO STEP 657 (remove_files) COMPLETE
65892025-02-21T22:41:18.651Z[ recovery-image] Feb 21 22:41:16.669 INFO O| Feb 21 22:41:16.669 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902025-02-21T22:41:18.674Z[ recovery-image] Feb 21 22:41:16.692 INFO O| Feb 21 22:41:16.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
65912025-02-21T22:41:18.674Z[ recovery-image] Feb 21 22:41:16.692 INFO O| Feb 21 22:41:16.692 INFO STEP 658 (remove_files) COMPLETE
65922025-02-21T22:41:18.674Z[ recovery-image] Feb 21 22:41:16.692 INFO O| Feb 21 22:41:16.692 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932025-02-21T22:41:18.695Z[ recovery-image] Feb 21 22:41:16.713 INFO O| Feb 21 22:41:16.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
65942025-02-21T22:41:18.695Z[ recovery-image] Feb 21 22:41:16.713 INFO O| Feb 21 22:41:16.713 INFO STEP 659 (remove_files) COMPLETE
65952025-02-21T22:41:18.695Z[ recovery-image] Feb 21 22:41:16.713 INFO O| Feb 21 22:41:16.713 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962025-02-21T22:41:18.748Z[ recovery-image] Feb 21 22:41:16.767 INFO O| Feb 21 22:41:16.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
65972025-02-21T22:41:18.748Z[ recovery-image] Feb 21 22:41:16.767 INFO O| Feb 21 22:41:16.767 INFO STEP 660 (remove_files) COMPLETE
65982025-02-21T22:41:18.748Z[ recovery-image] Feb 21 22:41:16.767 INFO O| Feb 21 22:41:16.767 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992025-02-21T22:41:18.836Z[ recovery-image] Feb 21 22:41:16.855 INFO O| Feb 21 22:41:16.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
66002025-02-21T22:41:18.836Z[ recovery-image] Feb 21 22:41:16.855 INFO O| Feb 21 22:41:16.855 INFO STEP 661 (remove_files) COMPLETE
66012025-02-21T22:41:18.836Z[ recovery-image] Feb 21 22:41:16.855 INFO O| Feb 21 22:41:16.855 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022025-02-21T22:41:18.858Z[ recovery-image] Feb 21 22:41:16.877 INFO O| Feb 21 22:41:16.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66032025-02-21T22:41:18.858Z[ recovery-image] Feb 21 22:41:16.877 INFO O| Feb 21 22:41:16.877 INFO STEP 662 (remove_files) COMPLETE
66042025-02-21T22:41:18.858Z[ recovery-image] Feb 21 22:41:16.877 INFO O| Feb 21 22:41:16.877 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052025-02-21T22:41:18.879Z[ recovery-image] Feb 21 22:41:16.898 INFO O| Feb 21 22:41:16.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66062025-02-21T22:41:18.879Z[ recovery-image] Feb 21 22:41:16.898 INFO O| Feb 21 22:41:16.898 INFO STEP 663 (remove_files) COMPLETE
66072025-02-21T22:41:18.879Z[ recovery-image] Feb 21 22:41:16.898 INFO O| Feb 21 22:41:16.898 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082025-02-21T22:41:18.905Z[ recovery-image] Feb 21 22:41:16.923 INFO O| Feb 21 22:41:16.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66092025-02-21T22:41:18.907Z[ recovery-image] Feb 21 22:41:16.923 INFO O| Feb 21 22:41:16.923 INFO STEP 664 (remove_files) COMPLETE
66102025-02-21T22:41:18.907Z[ recovery-image] Feb 21 22:41:16.924 INFO O| Feb 21 22:41:16.923 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112025-02-21T22:41:18.928Z[ recovery-image] Feb 21 22:41:16.947 INFO O| Feb 21 22:41:16.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66122025-02-21T22:41:18.931Z[ recovery-image] Feb 21 22:41:16.947 INFO O| Feb 21 22:41:16.947 INFO STEP 665 (remove_files) COMPLETE
66132025-02-21T22:41:18.931Z[ recovery-image] Feb 21 22:41:16.947 INFO O| Feb 21 22:41:16.947 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142025-02-21T22:41:18.953Z[ recovery-image] Feb 21 22:41:16.970 INFO O| Feb 21 22:41:16.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66152025-02-21T22:41:18.953Z[ recovery-image] Feb 21 22:41:16.971 INFO O| Feb 21 22:41:16.971 INFO STEP 666 (remove_files) COMPLETE
66162025-02-21T22:41:18.953Z[ recovery-image] Feb 21 22:41:16.971 INFO O| Feb 21 22:41:16.971 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172025-02-21T22:41:18.975Z[ recovery-image] Feb 21 22:41:16.993 INFO O| Feb 21 22:41:16.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66182025-02-21T22:41:18.975Z[ recovery-image] Feb 21 22:41:16.993 INFO O| Feb 21 22:41:16.993 INFO STEP 667 (remove_files) COMPLETE
66192025-02-21T22:41:18.975Z[ recovery-image] Feb 21 22:41:16.993 INFO O| Feb 21 22:41:16.993 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202025-02-21T22:41:19.015Z[ recovery-image] Feb 21 22:41:17.034 INFO O| Feb 21 22:41:17.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
66212025-02-21T22:41:19.018Z[ recovery-image] Feb 21 22:41:17.034 INFO O| Feb 21 22:41:17.034 INFO STEP 668 (remove_files) COMPLETE
66222025-02-21T22:41:19.018Z[ recovery-image] Feb 21 22:41:17.034 INFO O| Feb 21 22:41:17.034 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232025-02-21T22:41:19.037Z[ recovery-image] Feb 21 22:41:17.055 INFO O| Feb 21 22:41:17.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66242025-02-21T22:41:19.037Z[ recovery-image] Feb 21 22:41:17.056 INFO O| Feb 21 22:41:17.056 INFO STEP 669 (remove_files) COMPLETE
66252025-02-21T22:41:19.040Z[ recovery-image] Feb 21 22:41:17.056 INFO O| Feb 21 22:41:17.056 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262025-02-21T22:41:19.075Z[ recovery-image] Feb 21 22:41:17.093 INFO O| Feb 21 22:41:17.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
66272025-02-21T22:41:19.078Z[ recovery-image] Feb 21 22:41:17.094 INFO O| Feb 21 22:41:17.093 INFO STEP 670 (remove_files) COMPLETE
66282025-02-21T22:41:19.078Z[ recovery-image] Feb 21 22:41:17.094 INFO O| Feb 21 22:41:17.094 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292025-02-21T22:41:19.098Z[ recovery-image] Feb 21 22:41:17.117 INFO O| Feb 21 22:41:17.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
66302025-02-21T22:41:19.101Z[ recovery-image] Feb 21 22:41:17.117 INFO O| Feb 21 22:41:17.117 INFO STEP 671 (remove_files) COMPLETE
66312025-02-21T22:41:19.101Z[ recovery-image] Feb 21 22:41:17.117 INFO O| Feb 21 22:41:17.117 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322025-02-21T22:41:19.134Z[ recovery-image] Feb 21 22:41:17.152 INFO O| Feb 21 22:41:17.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
66332025-02-21T22:41:19.134Z[ recovery-image] Feb 21 22:41:17.152 INFO O| Feb 21 22:41:17.152 INFO STEP 672 (remove_files) COMPLETE
66342025-02-21T22:41:19.508Z[ recovery-image] Feb 21 22:41:17.152 INFO O| Feb 21 22:41:17.152 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352025-02-21T22:41:19.520Z[ recovery-image] Feb 21 22:41:17.174 INFO O| Feb 21 22:41:17.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66362025-02-21T22:41:19.520Z[ recovery-image] Feb 21 22:41:17.174 INFO O| Feb 21 22:41:17.174 INFO STEP 673 (remove_files) COMPLETE
66372025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.174 INFO O| Feb 21 22:41:17.174 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.221 INFO O| Feb 21 22:41:17.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66392025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.221 INFO O| Feb 21 22:41:17.221 INFO STEP 674 (remove_files) COMPLETE
66402025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.221 INFO O| Feb 21 22:41:17.221 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.286 INFO O| Feb 21 22:41:17.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
66422025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.287 INFO O| Feb 21 22:41:17.287 INFO STEP 675 (remove_files) COMPLETE
66432025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.287 INFO O| Feb 21 22:41:17.287 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.347 INFO O| Feb 21 22:41:17.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
66452025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.347 INFO O| Feb 21 22:41:17.347 INFO STEP 676 (remove_files) COMPLETE
66462025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.347 INFO O| Feb 21 22:41:17.347 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.371 INFO O| Feb 21 22:41:17.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
66482025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.371 INFO O| Feb 21 22:41:17.371 INFO STEP 677 (remove_files) COMPLETE
66492025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.371 INFO O| Feb 21 22:41:17.371 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.391 INFO O| Feb 21 22:41:17.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
66512025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.391 INFO O| Feb 21 22:41:17.391 INFO STEP 678 (remove_files) COMPLETE
66522025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.391 INFO O| Feb 21 22:41:17.391 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.413 INFO O| Feb 21 22:41:17.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
66542025-02-21T22:41:19.521Z[ recovery-image] Feb 21 22:41:17.413 INFO O| Feb 21 22:41:17.413 INFO STEP 679 (remove_files) COMPLETE
66552025-02-21T22:41:19.522Z[ recovery-image] Feb 21 22:41:17.413 INFO O| Feb 21 22:41:17.413 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562025-02-21T22:41:19.522Z[ recovery-image] Feb 21 22:41:17.434 INFO O| Feb 21 22:41:17.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
66572025-02-21T22:41:19.522Z[ recovery-image] Feb 21 22:41:17.435 INFO O| Feb 21 22:41:17.435 INFO STEP 680 (remove_files) COMPLETE
66582025-02-21T22:41:19.522Z[ recovery-image] Feb 21 22:41:17.435 INFO O| Feb 21 22:41:17.435 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592025-02-21T22:41:19.522Z[ recovery-image] Feb 21 22:41:17.456 INFO O| Feb 21 22:41:17.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
66602025-02-21T22:41:19.522Z[ recovery-image] Feb 21 22:41:17.456 INFO O| Feb 21 22:41:17.456 INFO STEP 681 (remove_files) COMPLETE
66612025-02-21T22:41:19.522Z[ recovery-image] Feb 21 22:41:17.456 INFO O| Feb 21 22:41:17.456 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622025-02-21T22:41:19.522Z[ recovery-image] Feb 21 22:41:17.478 INFO O| Feb 21 22:41:17.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
66632025-02-21T22:41:19.522Z[ recovery-image] Feb 21 22:41:17.478 INFO O| Feb 21 22:41:17.478 INFO STEP 682 (remove_files) COMPLETE
66642025-02-21T22:41:19.522Z[ recovery-image] Feb 21 22:41:17.478 INFO O| Feb 21 22:41:17.478 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652025-02-21T22:41:19.523Z[ recovery-image] Feb 21 22:41:17.518 INFO O| Feb 21 22:41:17.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
66662025-02-21T22:41:19.523Z[ recovery-image] Feb 21 22:41:17.518 INFO O| Feb 21 22:41:17.518 INFO STEP 683 (remove_files) COMPLETE
66672025-02-21T22:41:19.523Z[ recovery-image] Feb 21 22:41:17.518 INFO O| Feb 21 22:41:17.518 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682025-02-21T22:41:19.526Z[ recovery-image] Feb 21 22:41:17.540 INFO O| Feb 21 22:41:17.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
66692025-02-21T22:41:19.526Z[ recovery-image] Feb 21 22:41:17.540 INFO O| Feb 21 22:41:17.540 INFO STEP 684 (remove_files) COMPLETE
66702025-02-21T22:41:19.526Z[ recovery-image] Feb 21 22:41:17.541 INFO O| Feb 21 22:41:17.540 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712025-02-21T22:41:19.561Z[ recovery-image] Feb 21 22:41:17.580 INFO O| Feb 21 22:41:17.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
66722025-02-21T22:41:19.562Z[ recovery-image] Feb 21 22:41:17.580 INFO O| Feb 21 22:41:17.580 INFO STEP 685 (remove_files) COMPLETE
66732025-02-21T22:41:19.562Z[ recovery-image] Feb 21 22:41:17.580 INFO O| Feb 21 22:41:17.580 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742025-02-21T22:41:19.586Z[ recovery-image] Feb 21 22:41:17.603 INFO O| Feb 21 22:41:17.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
66752025-02-21T22:41:19.586Z[ recovery-image] Feb 21 22:41:17.603 INFO O| Feb 21 22:41:17.603 INFO STEP 686 (remove_files) COMPLETE
66762025-02-21T22:41:19.586Z[ recovery-image] Feb 21 22:41:17.603 INFO O| Feb 21 22:41:17.603 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772025-02-21T22:41:19.649Z[ recovery-image] Feb 21 22:41:17.667 INFO O| Feb 21 22:41:17.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
66782025-02-21T22:41:19.649Z[ recovery-image] Feb 21 22:41:17.668 INFO O| Feb 21 22:41:17.667 INFO STEP 687 (remove_files) COMPLETE
66792025-02-21T22:41:19.652Z[ recovery-image] Feb 21 22:41:17.668 INFO O| Feb 21 22:41:17.668 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802025-02-21T22:41:19.670Z[ recovery-image] Feb 21 22:41:17.688 INFO O| Feb 21 22:41:17.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
66812025-02-21T22:41:19.670Z[ recovery-image] Feb 21 22:41:17.688 INFO O| Feb 21 22:41:17.688 INFO STEP 688 (remove_files) COMPLETE
66822025-02-21T22:41:19.672Z[ recovery-image] Feb 21 22:41:17.688 INFO O| Feb 21 22:41:17.688 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832025-02-21T22:41:19.697Z[ recovery-image] Feb 21 22:41:17.715 INFO O| Feb 21 22:41:17.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
66842025-02-21T22:41:19.697Z[ recovery-image] Feb 21 22:41:17.715 INFO O| Feb 21 22:41:17.715 INFO STEP 689 (remove_files) COMPLETE
66852025-02-21T22:41:19.697Z[ recovery-image] Feb 21 22:41:17.715 INFO O| Feb 21 22:41:17.715 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862025-02-21T22:41:19.720Z[ recovery-image] Feb 21 22:41:17.739 INFO O| Feb 21 22:41:17.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
66872025-02-21T22:41:19.720Z[ recovery-image] Feb 21 22:41:17.739 INFO O| Feb 21 22:41:17.739 INFO STEP 690 (remove_files) COMPLETE
66882025-02-21T22:41:19.720Z[ recovery-image] Feb 21 22:41:17.739 INFO O| Feb 21 22:41:17.739 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892025-02-21T22:41:19.751Z[ recovery-image] Feb 21 22:41:17.769 INFO O| Feb 21 22:41:17.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
66902025-02-21T22:41:19.754Z[ recovery-image] Feb 21 22:41:17.769 INFO O| Feb 21 22:41:17.769 INFO STEP 691 (remove_files) COMPLETE
66912025-02-21T22:41:19.754Z[ recovery-image] Feb 21 22:41:17.769 INFO O| Feb 21 22:41:17.769 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922025-02-21T22:41:19.774Z[ recovery-image] Feb 21 22:41:17.792 INFO O| Feb 21 22:41:17.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
66932025-02-21T22:41:19.774Z[ recovery-image] Feb 21 22:41:17.792 INFO O| Feb 21 22:41:17.792 INFO STEP 692 (remove_files) COMPLETE
66942025-02-21T22:41:19.774Z[ recovery-image] Feb 21 22:41:17.792 INFO O| Feb 21 22:41:17.792 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952025-02-21T22:41:19.805Z[ recovery-image] Feb 21 22:41:17.823 INFO O| Feb 21 22:41:17.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
66962025-02-21T22:41:19.808Z[ recovery-image] Feb 21 22:41:17.824 INFO O| Feb 21 22:41:17.823 INFO STEP 693 (remove_files) COMPLETE
66972025-02-21T22:41:19.808Z[ recovery-image] Feb 21 22:41:17.824 INFO O| Feb 21 22:41:17.824 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982025-02-21T22:41:19.827Z[ recovery-image] Feb 21 22:41:17.846 INFO O| Feb 21 22:41:17.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
66992025-02-21T22:41:19.830Z[ recovery-image] Feb 21 22:41:17.846 INFO O| Feb 21 22:41:17.846 INFO STEP 694 (remove_files) COMPLETE
67002025-02-21T22:41:19.830Z[ recovery-image] Feb 21 22:41:17.846 INFO O| Feb 21 22:41:17.846 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012025-02-21T22:41:19.865Z[ recovery-image] Feb 21 22:41:17.884 INFO O| Feb 21 22:41:17.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67022025-02-21T22:41:19.868Z[ recovery-image] Feb 21 22:41:17.884 INFO O| Feb 21 22:41:17.884 INFO STEP 695 (remove_files) COMPLETE
67032025-02-21T22:41:19.868Z[ recovery-image] Feb 21 22:41:17.884 INFO O| Feb 21 22:41:17.884 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042025-02-21T22:41:19.904Z[ recovery-image] Feb 21 22:41:17.922 INFO O| Feb 21 22:41:17.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67052025-02-21T22:41:19.904Z[ recovery-image] Feb 21 22:41:17.922 INFO O| Feb 21 22:41:17.922 INFO STEP 696 (remove_files) COMPLETE
67062025-02-21T22:41:19.907Z[ recovery-image] Feb 21 22:41:17.922 INFO O| Feb 21 22:41:17.922 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072025-02-21T22:41:19.925Z[ recovery-image] Feb 21 22:41:17.943 INFO O| Feb 21 22:41:17.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
67082025-02-21T22:41:19.925Z[ recovery-image] Feb 21 22:41:17.944 INFO O| Feb 21 22:41:17.943 INFO STEP 697 (remove_files) COMPLETE
67092025-02-21T22:41:19.925Z[ recovery-image] Feb 21 22:41:17.944 INFO O| Feb 21 22:41:17.944 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102025-02-21T22:41:20.027Z[ recovery-image] Feb 21 22:41:18.036 INFO O| Feb 21 22:41:18.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
67112025-02-21T22:41:20.027Z[ recovery-image] Feb 21 22:41:18.036 INFO O| Feb 21 22:41:18.036 INFO STEP 698 (remove_files) COMPLETE
67122025-02-21T22:41:20.030Z[ recovery-image] Feb 21 22:41:18.036 INFO O| Feb 21 22:41:18.036 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132025-02-21T22:41:20.037Z[ recovery-image] Feb 21 22:41:18.056 INFO O| Feb 21 22:41:18.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
67142025-02-21T22:41:20.040Z[ recovery-image] Feb 21 22:41:18.056 INFO O| Feb 21 22:41:18.056 INFO STEP 699 (remove_files) COMPLETE
67152025-02-21T22:41:20.040Z[ recovery-image] Feb 21 22:41:18.056 INFO O| Feb 21 22:41:18.056 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162025-02-21T22:41:20.059Z[ recovery-image] Feb 21 22:41:18.077 INFO O| Feb 21 22:41:18.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
67172025-02-21T22:41:20.062Z[ recovery-image] Feb 21 22:41:18.078 INFO O| Feb 21 22:41:18.077 INFO STEP 700 (remove_files) COMPLETE
67182025-02-21T22:41:20.062Z[ recovery-image] Feb 21 22:41:18.078 INFO O| Feb 21 22:41:18.078 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192025-02-21T22:41:20.080Z[ recovery-image] Feb 21 22:41:18.098 INFO O| Feb 21 22:41:18.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
67202025-02-21T22:41:20.083Z[ recovery-image] Feb 21 22:41:18.099 INFO O| Feb 21 22:41:18.099 INFO STEP 701 (remove_files) COMPLETE
67212025-02-21T22:41:20.083Z[ recovery-image] Feb 21 22:41:18.099 INFO O| Feb 21 22:41:18.099 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222025-02-21T22:41:20.102Z[ recovery-image] Feb 21 22:41:18.120 INFO O| Feb 21 22:41:18.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67232025-02-21T22:41:20.102Z[ recovery-image] Feb 21 22:41:18.120 INFO O| Feb 21 22:41:18.120 INFO STEP 702 (remove_files) COMPLETE
67242025-02-21T22:41:20.104Z[ recovery-image] Feb 21 22:41:18.120 INFO O| Feb 21 22:41:18.120 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252025-02-21T22:41:20.128Z[ recovery-image] Feb 21 22:41:18.146 INFO O| Feb 21 22:41:18.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
67262025-02-21T22:41:20.128Z[ recovery-image] Feb 21 22:41:18.146 INFO O| Feb 21 22:41:18.146 INFO STEP 703 (remove_files) COMPLETE
67272025-02-21T22:41:20.128Z[ recovery-image] Feb 21 22:41:18.146 INFO O| Feb 21 22:41:18.146 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282025-02-21T22:41:20.164Z[ recovery-image] Feb 21 22:41:18.182 INFO O| Feb 21 22:41:18.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
67292025-02-21T22:41:20.164Z[ recovery-image] Feb 21 22:41:18.182 INFO O| Feb 21 22:41:18.182 INFO STEP 704 (remove_files) COMPLETE
67302025-02-21T22:41:20.164Z[ recovery-image] Feb 21 22:41:18.182 INFO O| Feb 21 22:41:18.182 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312025-02-21T22:41:20.201Z[ recovery-image] Feb 21 22:41:18.219 INFO O| Feb 21 22:41:18.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67322025-02-21T22:41:20.201Z[ recovery-image] Feb 21 22:41:18.219 INFO O| Feb 21 22:41:18.219 INFO STEP 705 (remove_files) COMPLETE
67332025-02-21T22:41:20.202Z[ recovery-image] Feb 21 22:41:18.219 INFO O| Feb 21 22:41:18.219 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342025-02-21T22:41:20.230Z[ recovery-image] Feb 21 22:41:18.248 INFO O| Feb 21 22:41:18.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67352025-02-21T22:41:20.233Z[ recovery-image] Feb 21 22:41:18.248 INFO O| Feb 21 22:41:18.248 INFO STEP 706 (remove_files) COMPLETE
67362025-02-21T22:41:20.233Z[ recovery-image] Feb 21 22:41:18.249 INFO O| Feb 21 22:41:18.248 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372025-02-21T22:41:20.253Z[ recovery-image] Feb 21 22:41:18.271 INFO O| Feb 21 22:41:18.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67382025-02-21T22:41:20.253Z[ recovery-image] Feb 21 22:41:18.271 INFO O| Feb 21 22:41:18.271 INFO STEP 707 (remove_files) COMPLETE
67392025-02-21T22:41:20.256Z[ recovery-image] Feb 21 22:41:18.271 INFO O| Feb 21 22:41:18.271 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402025-02-21T22:41:20.283Z[ recovery-image] Feb 21 22:41:18.301 INFO O| Feb 21 22:41:18.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
67412025-02-21T22:41:20.283Z[ recovery-image] Feb 21 22:41:18.301 INFO O| Feb 21 22:41:18.301 INFO STEP 708 (remove_files) COMPLETE
67422025-02-21T22:41:20.283Z[ recovery-image] Feb 21 22:41:18.301 INFO O| Feb 21 22:41:18.301 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432025-02-21T22:41:20.306Z[ recovery-image] Feb 21 22:41:18.323 INFO O| Feb 21 22:41:18.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
67442025-02-21T22:41:20.306Z[ recovery-image] Feb 21 22:41:18.323 INFO O| Feb 21 22:41:18.323 INFO STEP 709 (remove_files) COMPLETE
67452025-02-21T22:41:20.306Z[ recovery-image] Feb 21 22:41:18.323 INFO O| Feb 21 22:41:18.323 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462025-02-21T22:41:20.361Z[ recovery-image] Feb 21 22:41:18.380 INFO O| Feb 21 22:41:18.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
67472025-02-21T22:41:20.361Z[ recovery-image] Feb 21 22:41:18.380 INFO O| Feb 21 22:41:18.380 INFO STEP 710 (remove_files) COMPLETE
67482025-02-21T22:41:20.361Z[ recovery-image] Feb 21 22:41:18.380 INFO O| Feb 21 22:41:18.380 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492025-02-21T22:41:20.392Z[ recovery-image] Feb 21 22:41:18.410 INFO O| Feb 21 22:41:18.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
67502025-02-21T22:41:20.392Z[ recovery-image] Feb 21 22:41:18.410 INFO O| Feb 21 22:41:18.410 INFO STEP 711 (remove_files) COMPLETE
67512025-02-21T22:41:20.395Z[ recovery-image] Feb 21 22:41:18.411 INFO O| Feb 21 22:41:18.410 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522025-02-21T22:41:20.412Z[ recovery-image] Feb 21 22:41:18.430 INFO O| Feb 21 22:41:18.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
67532025-02-21T22:41:20.412Z[ recovery-image] Feb 21 22:41:18.430 INFO O| Feb 21 22:41:18.430 INFO STEP 712 (remove_files) COMPLETE
67542025-02-21T22:41:20.412Z[ recovery-image] Feb 21 22:41:18.430 INFO O| Feb 21 22:41:18.430 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552025-02-21T22:41:20.433Z[ recovery-image] Feb 21 22:41:18.451 INFO O| Feb 21 22:41:18.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
67562025-02-21T22:41:20.433Z[ recovery-image] Feb 21 22:41:18.452 INFO O| Feb 21 22:41:18.452 INFO STEP 713 (remove_files) COMPLETE
67572025-02-21T22:41:20.433Z[ recovery-image] Feb 21 22:41:18.452 INFO O| Feb 21 22:41:18.452 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582025-02-21T22:41:20.460Z[ recovery-image] Feb 21 22:41:18.477 INFO O| Feb 21 22:41:18.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
67592025-02-21T22:41:20.460Z[ recovery-image] Feb 21 22:41:18.477 INFO O| Feb 21 22:41:18.477 INFO STEP 714 (remove_files) COMPLETE
67602025-02-21T22:41:20.460Z[ recovery-image] Feb 21 22:41:18.477 INFO O| Feb 21 22:41:18.477 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612025-02-21T22:41:20.514Z[ recovery-image] Feb 21 22:41:18.532 INFO O| Feb 21 22:41:18.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
67622025-02-21T22:41:20.514Z[ recovery-image] Feb 21 22:41:18.532 INFO O| Feb 21 22:41:18.532 INFO STEP 715 (remove_files) COMPLETE
67632025-02-21T22:41:20.517Z[ recovery-image] Feb 21 22:41:18.532 INFO O| Feb 21 22:41:18.532 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642025-02-21T22:41:20.552Z[ recovery-image] Feb 21 22:41:18.570 INFO O| Feb 21 22:41:18.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
67652025-02-21T22:41:20.552Z[ recovery-image] Feb 21 22:41:18.570 INFO O| Feb 21 22:41:18.570 INFO STEP 716 (remove_files) COMPLETE
67662025-02-21T22:41:20.552Z[ recovery-image] Feb 21 22:41:18.570 INFO O| Feb 21 22:41:18.570 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672025-02-21T22:41:20.593Z[ recovery-image] Feb 21 22:41:18.611 INFO O| Feb 21 22:41:18.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
67682025-02-21T22:41:20.593Z[ recovery-image] Feb 21 22:41:18.611 INFO O| Feb 21 22:41:18.611 INFO STEP 717 (remove_files) COMPLETE
67692025-02-21T22:41:20.593Z[ recovery-image] Feb 21 22:41:18.611 INFO O| Feb 21 22:41:18.611 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702025-02-21T22:41:20.653Z[ recovery-image] Feb 21 22:41:18.672 INFO O| Feb 21 22:41:18.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
67712025-02-21T22:41:20.653Z[ recovery-image] Feb 21 22:41:18.672 INFO O| Feb 21 22:41:18.672 INFO STEP 718 (remove_files) COMPLETE
67722025-02-21T22:41:20.656Z[ recovery-image] Feb 21 22:41:18.672 INFO O| Feb 21 22:41:18.672 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732025-02-21T22:41:20.715Z[ recovery-image] Feb 21 22:41:18.733 INFO O| Feb 21 22:41:18.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
67742025-02-21T22:41:20.717Z[ recovery-image] Feb 21 22:41:18.733 INFO O| Feb 21 22:41:18.733 INFO STEP 719 (remove_files) COMPLETE
67752025-02-21T22:41:20.717Z[ recovery-image] Feb 21 22:41:18.733 INFO O| Feb 21 22:41:18.733 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762025-02-21T22:41:20.775Z[ recovery-image] Feb 21 22:41:18.793 INFO O| Feb 21 22:41:18.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
67772025-02-21T22:41:20.778Z[ recovery-image] Feb 21 22:41:18.793 INFO O| Feb 21 22:41:18.793 INFO STEP 720 (remove_files) COMPLETE
67782025-02-21T22:41:20.778Z[ recovery-image] Feb 21 22:41:18.794 INFO O| Feb 21 22:41:18.794 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792025-02-21T22:41:20.804Z[ recovery-image] Feb 21 22:41:18.822 INFO O| Feb 21 22:41:18.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
67802025-02-21T22:41:20.804Z[ recovery-image] Feb 21 22:41:18.822 INFO O| Feb 21 22:41:18.822 INFO STEP 721 (remove_files) COMPLETE
67812025-02-21T22:41:20.804Z[ recovery-image] Feb 21 22:41:18.822 INFO O| Feb 21 22:41:18.822 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822025-02-21T22:41:20.838Z[ recovery-image] Feb 21 22:41:18.856 INFO O| Feb 21 22:41:18.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
67832025-02-21T22:41:20.838Z[ recovery-image] Feb 21 22:41:18.856 INFO O| Feb 21 22:41:18.856 INFO STEP 722 (remove_files) COMPLETE
67842025-02-21T22:41:20.841Z[ recovery-image] Feb 21 22:41:18.856 INFO O| Feb 21 22:41:18.856 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852025-02-21T22:41:20.875Z[ recovery-image] Feb 21 22:41:18.893 INFO O| Feb 21 22:41:18.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
67862025-02-21T22:41:20.900Z[ recovery-image] Feb 21 22:41:18.918 INFO O| Feb 21 22:41:18.918 INFO STEP 723 (remove_files) COMPLETE
67872025-02-21T22:41:20.900Z[ recovery-image] Feb 21 22:41:18.918 INFO O| Feb 21 22:41:18.918 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882025-02-21T22:41:20.933Z[ recovery-image] Feb 21 22:41:18.951 INFO O| Feb 21 22:41:18.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
67892025-02-21T22:41:20.933Z[ recovery-image] Feb 21 22:41:18.952 INFO O| Feb 21 22:41:18.952 INFO STEP 724 (remove_files) COMPLETE
67902025-02-21T22:41:20.936Z[ recovery-image] Feb 21 22:41:18.952 INFO O| Feb 21 22:41:18.952 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912025-02-21T22:41:20.978Z[ recovery-image] Feb 21 22:41:18.997 INFO O| Feb 21 22:41:18.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
67922025-02-21T22:41:20.978Z[ recovery-image] Feb 21 22:41:18.997 INFO O| Feb 21 22:41:18.997 INFO STEP 725 (remove_files) COMPLETE
67932025-02-21T22:41:20.981Z[ recovery-image] Feb 21 22:41:18.997 INFO O| Feb 21 22:41:18.997 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942025-02-21T22:41:21.001Z[ recovery-image] Feb 21 22:41:19.018 INFO O| Feb 21 22:41:19.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
67952025-02-21T22:41:21.001Z[ recovery-image] Feb 21 22:41:19.019 INFO O| Feb 21 22:41:19.019 INFO STEP 726 (remove_files) COMPLETE
67962025-02-21T22:41:21.001Z[ recovery-image] Feb 21 22:41:19.019 INFO O| Feb 21 22:41:19.019 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972025-02-21T22:41:21.054Z[ recovery-image] Feb 21 22:41:19.072 INFO O| Feb 21 22:41:19.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
67982025-02-21T22:41:21.056Z[ recovery-image] Feb 21 22:41:19.072 INFO O| Feb 21 22:41:19.072 INFO STEP 727 (remove_files) COMPLETE
67992025-02-21T22:41:21.056Z[ recovery-image] Feb 21 22:41:19.072 INFO O| Feb 21 22:41:19.072 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002025-02-21T22:41:21.087Z[ recovery-image] Feb 21 22:41:19.105 INFO O| Feb 21 22:41:19.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
68012025-02-21T22:41:21.087Z[ recovery-image] Feb 21 22:41:19.106 INFO O| Feb 21 22:41:19.105 INFO STEP 728 (remove_files) COMPLETE
68022025-02-21T22:41:21.090Z[ recovery-image] Feb 21 22:41:19.106 INFO O| Feb 21 22:41:19.106 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032025-02-21T22:41:21.110Z[ recovery-image] Feb 21 22:41:19.128 INFO O| Feb 21 22:41:19.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68042025-02-21T22:41:21.110Z[ recovery-image] Feb 21 22:41:19.128 INFO O| Feb 21 22:41:19.128 INFO STEP 729 (remove_files) COMPLETE
68052025-02-21T22:41:21.110Z[ recovery-image] Feb 21 22:41:19.128 INFO O| Feb 21 22:41:19.128 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062025-02-21T22:41:21.137Z[ recovery-image] Feb 21 22:41:19.154 INFO O| Feb 21 22:41:19.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68072025-02-21T22:41:21.137Z[ recovery-image] Feb 21 22:41:19.154 INFO O| Feb 21 22:41:19.154 INFO STEP 730 (remove_files) COMPLETE
68082025-02-21T22:41:21.137Z[ recovery-image] Feb 21 22:41:19.154 INFO O| Feb 21 22:41:19.154 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092025-02-21T22:41:21.180Z[ recovery-image] Feb 21 22:41:19.198 INFO O| Feb 21 22:41:19.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68102025-02-21T22:41:21.180Z[ recovery-image] Feb 21 22:41:19.198 INFO O| Feb 21 22:41:19.198 INFO STEP 731 (remove_files) COMPLETE
68112025-02-21T22:41:21.183Z[ recovery-image] Feb 21 22:41:19.198 INFO O| Feb 21 22:41:19.198 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122025-02-21T22:41:21.212Z[ recovery-image] Feb 21 22:41:19.230 INFO O| Feb 21 22:41:19.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68132025-02-21T22:41:21.212Z[ recovery-image] Feb 21 22:41:19.230 INFO O| Feb 21 22:41:19.230 INFO STEP 732 (remove_files) COMPLETE
68142025-02-21T22:41:21.215Z[ recovery-image] Feb 21 22:41:19.230 INFO O| Feb 21 22:41:19.230 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152025-02-21T22:41:21.251Z[ recovery-image] Feb 21 22:41:19.269 INFO O| Feb 21 22:41:19.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68162025-02-21T22:41:21.251Z[ recovery-image] Feb 21 22:41:19.269 INFO O| Feb 21 22:41:19.269 INFO STEP 733 (remove_files) COMPLETE
68172025-02-21T22:41:21.254Z[ recovery-image] Feb 21 22:41:19.269 INFO O| Feb 21 22:41:19.269 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182025-02-21T22:41:21.287Z[ recovery-image] Feb 21 22:41:19.305 INFO O| Feb 21 22:41:19.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68192025-02-21T22:41:21.287Z[ recovery-image] Feb 21 22:41:19.305 INFO O| Feb 21 22:41:19.305 INFO STEP 734 (remove_files) COMPLETE
68202025-02-21T22:41:21.287Z[ recovery-image] Feb 21 22:41:19.305 INFO O| Feb 21 22:41:19.305 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212025-02-21T22:41:21.314Z[ recovery-image] Feb 21 22:41:19.332 INFO O| Feb 21 22:41:19.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68222025-02-21T22:41:21.317Z[ recovery-image] Feb 21 22:41:19.333 INFO O| Feb 21 22:41:19.332 INFO STEP 735 (remove_files) COMPLETE
68232025-02-21T22:41:21.317Z[ recovery-image] Feb 21 22:41:19.333 INFO O| Feb 21 22:41:19.333 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242025-02-21T22:41:21.339Z[ recovery-image] Feb 21 22:41:19.357 INFO O| Feb 21 22:41:19.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68252025-02-21T22:41:21.341Z[ recovery-image] Feb 21 22:41:19.357 INFO O| Feb 21 22:41:19.357 INFO STEP 736 (remove_files) COMPLETE
68262025-02-21T22:41:21.341Z[ recovery-image] Feb 21 22:41:19.357 INFO O| Feb 21 22:41:19.357 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272025-02-21T22:41:21.360Z[ recovery-image] Feb 21 22:41:19.379 INFO O| Feb 21 22:41:19.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68282025-02-21T22:41:21.363Z[ recovery-image] Feb 21 22:41:19.379 INFO O| Feb 21 22:41:19.379 INFO STEP 737 (remove_files) COMPLETE
68292025-02-21T22:41:21.363Z[ recovery-image] Feb 21 22:41:19.379 INFO O| Feb 21 22:41:19.379 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302025-02-21T22:41:21.380Z[ recovery-image] Feb 21 22:41:19.398 INFO O| Feb 21 22:41:19.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68312025-02-21T22:41:21.382Z[ recovery-image] Feb 21 22:41:19.398 INFO O| Feb 21 22:41:19.398 INFO STEP 738 (remove_files) COMPLETE
68322025-02-21T22:41:21.382Z[ recovery-image] Feb 21 22:41:19.398 INFO O| Feb 21 22:41:19.398 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332025-02-21T22:41:21.412Z[ recovery-image] Feb 21 22:41:19.430 INFO O| Feb 21 22:41:19.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68342025-02-21T22:41:21.415Z[ recovery-image] Feb 21 22:41:19.430 INFO O| Feb 21 22:41:19.430 INFO STEP 739 (remove_files) COMPLETE
68352025-02-21T22:41:21.415Z[ recovery-image] Feb 21 22:41:19.430 INFO O| Feb 21 22:41:19.430 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362025-02-21T22:41:21.448Z[ recovery-image] Feb 21 22:41:19.465 INFO O| Feb 21 22:41:19.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68372025-02-21T22:41:21.448Z[ recovery-image] Feb 21 22:41:19.465 INFO O| Feb 21 22:41:19.465 INFO STEP 740 (remove_files) COMPLETE
68382025-02-21T22:41:21.448Z[ recovery-image] Feb 21 22:41:19.465 INFO O| Feb 21 22:41:19.465 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392025-02-21T22:41:21.466Z[ recovery-image] Feb 21 22:41:19.484 INFO O| Feb 21 22:41:19.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
68402025-02-21T22:41:21.469Z[ recovery-image] Feb 21 22:41:19.484 INFO O| Feb 21 22:41:19.484 INFO STEP 741 (remove_files) COMPLETE
68412025-02-21T22:41:21.469Z[ recovery-image] Feb 21 22:41:19.485 INFO O| Feb 21 22:41:19.484 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422025-02-21T22:41:21.486Z[ recovery-image] Feb 21 22:41:19.504 INFO O| Feb 21 22:41:19.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
68432025-02-21T22:41:21.489Z[ recovery-image] Feb 21 22:41:19.505 INFO O| Feb 21 22:41:19.504 INFO STEP 742 (remove_files) COMPLETE
68442025-02-21T22:41:21.489Z[ recovery-image] Feb 21 22:41:19.505 INFO O| Feb 21 22:41:19.505 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452025-02-21T22:41:21.506Z[ recovery-image] Feb 21 22:41:19.524 INFO O| Feb 21 22:41:19.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
68462025-02-21T22:41:21.506Z[ recovery-image] Feb 21 22:41:19.524 INFO O| Feb 21 22:41:19.524 INFO STEP 743 (remove_files) COMPLETE
68472025-02-21T22:41:21.508Z[ recovery-image] Feb 21 22:41:19.524 INFO O| Feb 21 22:41:19.524 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482025-02-21T22:41:21.525Z[ recovery-image] Feb 21 22:41:19.543 INFO O| Feb 21 22:41:19.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
68492025-02-21T22:41:21.525Z[ recovery-image] Feb 21 22:41:19.543 INFO O| Feb 21 22:41:19.543 INFO STEP 744 (remove_files) COMPLETE
68502025-02-21T22:41:21.525Z[ recovery-image] Feb 21 22:41:19.543 INFO O| Feb 21 22:41:19.543 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512025-02-21T22:41:21.546Z[ recovery-image] Feb 21 22:41:19.563 INFO O| Feb 21 22:41:19.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
68522025-02-21T22:41:21.546Z[ recovery-image] Feb 21 22:41:19.564 INFO O| Feb 21 22:41:19.564 INFO STEP 745 (remove_files) COMPLETE
68532025-02-21T22:41:21.549Z[ recovery-image] Feb 21 22:41:19.564 INFO O| Feb 21 22:41:19.564 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542025-02-21T22:41:21.577Z[ recovery-image] Feb 21 22:41:19.596 INFO O| Feb 21 22:41:19.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
68552025-02-21T22:41:21.577Z[ recovery-image] Feb 21 22:41:19.596 INFO O| Feb 21 22:41:19.596 INFO STEP 746 (remove_files) COMPLETE
68562025-02-21T22:41:21.577Z[ recovery-image] Feb 21 22:41:19.596 INFO O| Feb 21 22:41:19.596 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572025-02-21T22:41:21.611Z[ recovery-image] Feb 21 22:41:19.629 INFO O| Feb 21 22:41:19.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
68582025-02-21T22:41:21.614Z[ recovery-image] Feb 21 22:41:19.629 INFO O| Feb 21 22:41:19.629 INFO STEP 747 (remove_files) COMPLETE
68592025-02-21T22:41:21.614Z[ recovery-image] Feb 21 22:41:19.630 INFO O| Feb 21 22:41:19.629 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602025-02-21T22:41:21.634Z[ recovery-image] Feb 21 22:41:19.652 INFO O| Feb 21 22:41:19.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
68612025-02-21T22:41:21.636Z[ recovery-image] Feb 21 22:41:19.652 INFO O| Feb 21 22:41:19.652 INFO STEP 748 (remove_files) COMPLETE
68622025-02-21T22:41:21.636Z[ recovery-image] Feb 21 22:41:19.652 INFO O| Feb 21 22:41:19.652 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632025-02-21T22:41:21.655Z[ recovery-image] Feb 21 22:41:19.673 INFO O| Feb 21 22:41:19.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
68642025-02-21T22:41:21.655Z[ recovery-image] Feb 21 22:41:19.673 INFO O| Feb 21 22:41:19.673 INFO STEP 749 (remove_files) COMPLETE
68652025-02-21T22:41:21.655Z[ recovery-image] Feb 21 22:41:19.673 INFO O| Feb 21 22:41:19.673 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662025-02-21T22:41:21.674Z[ recovery-image] Feb 21 22:41:19.692 INFO O| Feb 21 22:41:19.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
68672025-02-21T22:41:21.674Z[ recovery-image] Feb 21 22:41:19.693 INFO O| Feb 21 22:41:19.693 INFO STEP 750 (remove_files) COMPLETE
68682025-02-21T22:41:21.674Z[ recovery-image] Feb 21 22:41:19.693 INFO O| Feb 21 22:41:19.693 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692025-02-21T22:41:21.695Z[ recovery-image] Feb 21 22:41:19.713 INFO O| Feb 21 22:41:19.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
68702025-02-21T22:41:21.695Z[ recovery-image] Feb 21 22:41:19.713 INFO O| Feb 21 22:41:19.713 INFO STEP 751 (remove_files) COMPLETE
68712025-02-21T22:41:21.695Z[ recovery-image] Feb 21 22:41:19.713 INFO O| Feb 21 22:41:19.713 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722025-02-21T22:41:21.716Z[ recovery-image] Feb 21 22:41:19.733 INFO O| Feb 21 22:41:19.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
68732025-02-21T22:41:21.716Z[ recovery-image] Feb 21 22:41:19.734 INFO O| Feb 21 22:41:19.734 INFO STEP 752 (remove_files) COMPLETE
68742025-02-21T22:41:21.716Z[ recovery-image] Feb 21 22:41:19.734 INFO O| Feb 21 22:41:19.734 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752025-02-21T22:41:21.745Z[ recovery-image] Feb 21 22:41:19.763 INFO O| Feb 21 22:41:19.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
68762025-02-21T22:41:21.745Z[ recovery-image] Feb 21 22:41:19.763 INFO O| Feb 21 22:41:19.763 INFO STEP 753 (remove_files) COMPLETE
68772025-02-21T22:41:21.745Z[ recovery-image] Feb 21 22:41:19.763 INFO O| Feb 21 22:41:19.763 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782025-02-21T22:41:21.802Z[ recovery-image] Feb 21 22:41:19.820 INFO O| Feb 21 22:41:19.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
68792025-02-21T22:41:21.802Z[ recovery-image] Feb 21 22:41:19.820 INFO O| Feb 21 22:41:19.820 INFO STEP 754 (remove_files) COMPLETE
68802025-02-21T22:41:21.804Z[ recovery-image] Feb 21 22:41:19.820 INFO O| Feb 21 22:41:19.820 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812025-02-21T22:41:21.866Z[ recovery-image] Feb 21 22:41:19.884 INFO O| Feb 21 22:41:19.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
68822025-02-21T22:41:21.869Z[ recovery-image] Feb 21 22:41:19.885 INFO O| Feb 21 22:41:19.885 INFO STEP 755 (remove_files) COMPLETE
68832025-02-21T22:41:21.869Z[ recovery-image] Feb 21 22:41:19.885 INFO O| Feb 21 22:41:19.885 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842025-02-21T22:41:21.891Z[ recovery-image] Feb 21 22:41:19.909 INFO O| Feb 21 22:41:19.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
68852025-02-21T22:41:21.891Z[ recovery-image] Feb 21 22:41:19.909 INFO O| Feb 21 22:41:19.909 INFO STEP 756 (remove_files) COMPLETE
68862025-02-21T22:41:21.891Z[ recovery-image] Feb 21 22:41:19.909 INFO O| Feb 21 22:41:19.909 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872025-02-21T22:41:21.952Z[ recovery-image] Feb 21 22:41:19.970 INFO O| Feb 21 22:41:19.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
68882025-02-21T22:41:21.952Z[ recovery-image] Feb 21 22:41:19.970 INFO O| Feb 21 22:41:19.970 INFO STEP 757 (remove_files) COMPLETE
68892025-02-21T22:41:21.955Z[ recovery-image] Feb 21 22:41:19.970 INFO O| Feb 21 22:41:19.970 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902025-02-21T22:41:21.973Z[ recovery-image] Feb 21 22:41:19.990 INFO O| Feb 21 22:41:19.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
68912025-02-21T22:41:21.973Z[ recovery-image] Feb 21 22:41:19.990 INFO O| Feb 21 22:41:19.990 INFO STEP 758 (remove_files) COMPLETE
68922025-02-21T22:41:21.976Z[ recovery-image] Feb 21 22:41:19.990 INFO O| Feb 21 22:41:19.990 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932025-02-21T22:41:22.032Z[ recovery-image] Feb 21 22:41:20.050 INFO O| Feb 21 22:41:20.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
68942025-02-21T22:41:22.032Z[ recovery-image] Feb 21 22:41:20.050 INFO O| Feb 21 22:41:20.050 INFO STEP 759 (remove_files) COMPLETE
68952025-02-21T22:41:22.032Z[ recovery-image] Feb 21 22:41:20.050 INFO O| Feb 21 22:41:20.050 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962025-02-21T22:41:22.054Z[ recovery-image] Feb 21 22:41:20.071 INFO O| Feb 21 22:41:20.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
68972025-02-21T22:41:22.054Z[ recovery-image] Feb 21 22:41:20.072 INFO O| Feb 21 22:41:20.072 INFO STEP 760 (remove_files) COMPLETE
68982025-02-21T22:41:22.054Z[ recovery-image] Feb 21 22:41:20.072 INFO O| Feb 21 22:41:20.072 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992025-02-21T22:41:22.074Z[ recovery-image] Feb 21 22:41:20.092 INFO O| Feb 21 22:41:20.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69002025-02-21T22:41:22.074Z[ recovery-image] Feb 21 22:41:20.092 INFO O| Feb 21 22:41:20.092 INFO STEP 761 (remove_files) COMPLETE
69012025-02-21T22:41:22.076Z[ recovery-image] Feb 21 22:41:20.092 INFO O| Feb 21 22:41:20.092 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022025-02-21T22:41:22.095Z[ recovery-image] Feb 21 22:41:20.113 INFO O| Feb 21 22:41:20.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
69032025-02-21T22:41:22.103Z[ recovery-image] Feb 21 22:41:20.121 INFO O| Feb 21 22:41:20.121 INFO STEP 762 (remove_files) COMPLETE
69042025-02-21T22:41:22.103Z[ recovery-image] Feb 21 22:41:20.121 INFO O| Feb 21 22:41:20.121 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052025-02-21T22:41:22.133Z[ recovery-image] Feb 21 22:41:20.151 INFO O| Feb 21 22:41:20.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
69062025-02-21T22:41:22.133Z[ recovery-image] Feb 21 22:41:20.152 INFO O| Feb 21 22:41:20.151 INFO STEP 763 (remove_files) COMPLETE
69072025-02-21T22:41:22.136Z[ recovery-image] Feb 21 22:41:20.152 INFO O| Feb 21 22:41:20.152 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082025-02-21T22:41:22.165Z[ recovery-image] Feb 21 22:41:20.183 INFO O| Feb 21 22:41:20.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69092025-02-21T22:41:22.165Z[ recovery-image] Feb 21 22:41:20.183 INFO O| Feb 21 22:41:20.183 INFO STEP 764 (remove_files) COMPLETE
69102025-02-21T22:41:22.165Z[ recovery-image] Feb 21 22:41:20.183 INFO O| Feb 21 22:41:20.183 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112025-02-21T22:41:22.204Z[ recovery-image] Feb 21 22:41:20.222 INFO O| Feb 21 22:41:20.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
69122025-02-21T22:41:22.207Z[ recovery-image] Feb 21 22:41:20.223 INFO O| Feb 21 22:41:20.222 INFO STEP 765 (remove_files) COMPLETE
69132025-02-21T22:41:22.207Z[ recovery-image] Feb 21 22:41:20.223 INFO O| Feb 21 22:41:20.223 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142025-02-21T22:41:22.227Z[ recovery-image] Feb 21 22:41:20.245 INFO O| Feb 21 22:41:20.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
69152025-02-21T22:41:22.231Z[ recovery-image] Feb 21 22:41:20.245 INFO O| Feb 21 22:41:20.245 INFO STEP 766 (remove_files) COMPLETE
69162025-02-21T22:41:22.231Z[ recovery-image] Feb 21 22:41:20.245 INFO O| Feb 21 22:41:20.245 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172025-02-21T22:41:22.249Z[ recovery-image] Feb 21 22:41:20.267 INFO O| Feb 21 22:41:20.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
69182025-02-21T22:41:22.252Z[ recovery-image] Feb 21 22:41:20.267 INFO O| Feb 21 22:41:20.267 INFO STEP 767 (remove_files) COMPLETE
69192025-02-21T22:41:22.252Z[ recovery-image] Feb 21 22:41:20.267 INFO O| Feb 21 22:41:20.267 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202025-02-21T22:41:22.268Z[ recovery-image] Feb 21 22:41:20.286 INFO O| Feb 21 22:41:20.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
69212025-02-21T22:41:22.271Z[ recovery-image] Feb 21 22:41:20.286 INFO O| Feb 21 22:41:20.286 INFO STEP 768 (remove_files) COMPLETE
69222025-02-21T22:41:22.271Z[ recovery-image] Feb 21 22:41:20.286 INFO O| Feb 21 22:41:20.286 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232025-02-21T22:41:22.289Z[ recovery-image] Feb 21 22:41:20.307 INFO O| Feb 21 22:41:20.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
69242025-02-21T22:41:22.291Z[ recovery-image] Feb 21 22:41:20.307 INFO O| Feb 21 22:41:20.307 INFO STEP 769 (remove_files) COMPLETE
69252025-02-21T22:41:22.291Z[ recovery-image] Feb 21 22:41:20.307 INFO O| Feb 21 22:41:20.307 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262025-02-21T22:41:22.319Z[ recovery-image] Feb 21 22:41:20.337 INFO O| Feb 21 22:41:20.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69272025-02-21T22:41:22.324Z[ recovery-image] Feb 21 22:41:20.337 INFO O| Feb 21 22:41:20.337 INFO STEP 770 (remove_files) COMPLETE
69282025-02-21T22:41:22.324Z[ recovery-image] Feb 21 22:41:20.338 INFO O| Feb 21 22:41:20.337 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292025-02-21T22:41:22.354Z[ recovery-image] Feb 21 22:41:20.372 INFO O| Feb 21 22:41:20.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
69302025-02-21T22:41:22.354Z[ recovery-image] Feb 21 22:41:20.372 INFO O| Feb 21 22:41:20.372 INFO STEP 771 (remove_files) COMPLETE
69312025-02-21T22:41:22.354Z[ recovery-image] Feb 21 22:41:20.372 INFO O| Feb 21 22:41:20.372 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322025-02-21T22:41:22.411Z[ recovery-image] Feb 21 22:41:20.429 INFO O| Feb 21 22:41:20.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
69332025-02-21T22:41:22.411Z[ recovery-image] Feb 21 22:41:20.429 INFO O| Feb 21 22:41:20.429 INFO STEP 772 (remove_files) COMPLETE
69342025-02-21T22:41:22.414Z[ recovery-image] Feb 21 22:41:20.429 INFO O| Feb 21 22:41:20.429 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352025-02-21T22:41:22.451Z[ recovery-image] Feb 21 22:41:20.469 INFO O| Feb 21 22:41:20.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
69362025-02-21T22:41:22.451Z[ recovery-image] Feb 21 22:41:20.469 INFO O| Feb 21 22:41:20.469 INFO STEP 773 (remove_files) COMPLETE
69372025-02-21T22:41:22.454Z[ recovery-image] Feb 21 22:41:20.469 INFO O| Feb 21 22:41:20.469 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382025-02-21T22:41:22.514Z[ recovery-image] Feb 21 22:41:20.532 INFO O| Feb 21 22:41:20.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69392025-02-21T22:41:22.514Z[ recovery-image] Feb 21 22:41:20.532 INFO O| Feb 21 22:41:20.532 INFO STEP 774 (remove_files) COMPLETE
69402025-02-21T22:41:22.517Z[ recovery-image] Feb 21 22:41:20.532 INFO O| Feb 21 22:41:20.532 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412025-02-21T22:41:22.536Z[ recovery-image] Feb 21 22:41:20.553 INFO O| Feb 21 22:41:20.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
69422025-02-21T22:41:22.536Z[ recovery-image] Feb 21 22:41:20.553 INFO O| Feb 21 22:41:20.553 INFO STEP 775 (remove_files) COMPLETE
69432025-02-21T22:41:22.536Z[ recovery-image] Feb 21 22:41:20.553 INFO O| Feb 21 22:41:20.553 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442025-02-21T22:41:22.559Z[ recovery-image] Feb 21 22:41:20.577 INFO O| Feb 21 22:41:20.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
69452025-02-21T22:41:22.559Z[ recovery-image] Feb 21 22:41:20.577 INFO O| Feb 21 22:41:20.577 INFO STEP 776 (remove_files) COMPLETE
69462025-02-21T22:41:22.562Z[ recovery-image] Feb 21 22:41:20.577 INFO O| Feb 21 22:41:20.577 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472025-02-21T22:41:22.597Z[ recovery-image] Feb 21 22:41:20.615 INFO O| Feb 21 22:41:20.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
69482025-02-21T22:41:22.597Z[ recovery-image] Feb 21 22:41:20.616 INFO O| Feb 21 22:41:20.616 INFO STEP 777 (remove_files) COMPLETE
69492025-02-21T22:41:22.600Z[ recovery-image] Feb 21 22:41:20.616 INFO O| Feb 21 22:41:20.616 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502025-02-21T22:41:22.660Z[ recovery-image] Feb 21 22:41:20.678 INFO O| Feb 21 22:41:20.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
69512025-02-21T22:41:22.667Z[ recovery-image] Feb 21 22:41:20.685 INFO O| Feb 21 22:41:20.685 INFO STEP 778 (remove_files) COMPLETE
69522025-02-21T22:41:22.667Z[ recovery-image] Feb 21 22:41:20.685 INFO O| Feb 21 22:41:20.685 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532025-02-21T22:41:22.725Z[ recovery-image] Feb 21 22:41:20.743 INFO O| Feb 21 22:41:20.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
69542025-02-21T22:41:22.725Z[ recovery-image] Feb 21 22:41:20.743 INFO O| Feb 21 22:41:20.743 INFO STEP 779 (remove_files) COMPLETE
69552025-02-21T22:41:22.725Z[ recovery-image] Feb 21 22:41:20.743 INFO O| Feb 21 22:41:20.743 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562025-02-21T22:41:22.760Z[ recovery-image] Feb 21 22:41:20.778 INFO O| Feb 21 22:41:20.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
69572025-02-21T22:41:22.762Z[ recovery-image] Feb 21 22:41:20.778 INFO O| Feb 21 22:41:20.778 INFO STEP 780 (remove_files) COMPLETE
69582025-02-21T22:41:22.762Z[ recovery-image] Feb 21 22:41:20.778 INFO O| Feb 21 22:41:20.778 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592025-02-21T22:41:22.782Z[ recovery-image] Feb 21 22:41:20.800 INFO O| Feb 21 22:41:20.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
69602025-02-21T22:41:22.782Z[ recovery-image] Feb 21 22:41:20.800 INFO O| Feb 21 22:41:20.800 INFO STEP 781 (remove_files) COMPLETE
69612025-02-21T22:41:22.782Z[ recovery-image] Feb 21 22:41:20.800 INFO O| Feb 21 22:41:20.800 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622025-02-21T22:41:22.802Z[ recovery-image] Feb 21 22:41:20.820 INFO O| Feb 21 22:41:20.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
69632025-02-21T22:41:22.802Z[ recovery-image] Feb 21 22:41:20.820 INFO O| Feb 21 22:41:20.820 INFO STEP 782 (remove_files) COMPLETE
69642025-02-21T22:41:22.802Z[ recovery-image] Feb 21 22:41:20.820 INFO O| Feb 21 22:41:20.820 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652025-02-21T22:41:22.823Z[ recovery-image] Feb 21 22:41:20.841 INFO O| Feb 21 22:41:20.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
69662025-02-21T22:41:22.823Z[ recovery-image] Feb 21 22:41:20.841 INFO O| Feb 21 22:41:20.841 INFO STEP 783 (remove_files) COMPLETE
69672025-02-21T22:41:22.826Z[ recovery-image] Feb 21 22:41:20.841 INFO O| Feb 21 22:41:20.841 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682025-02-21T22:41:22.846Z[ recovery-image] Feb 21 22:41:20.864 INFO O| Feb 21 22:41:20.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
69692025-02-21T22:41:22.846Z[ recovery-image] Feb 21 22:41:20.864 INFO O| Feb 21 22:41:20.864 INFO STEP 784 (remove_files) COMPLETE
69702025-02-21T22:41:22.846Z[ recovery-image] Feb 21 22:41:20.864 INFO O| Feb 21 22:41:20.864 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712025-02-21T22:41:22.868Z[ recovery-image] Feb 21 22:41:20.886 INFO O| Feb 21 22:41:20.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
69722025-02-21T22:41:22.868Z[ recovery-image] Feb 21 22:41:20.886 INFO O| Feb 21 22:41:20.886 INFO STEP 785 (remove_files) COMPLETE
69732025-02-21T22:41:22.871Z[ recovery-image] Feb 21 22:41:20.886 INFO O| Feb 21 22:41:20.886 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742025-02-21T22:41:22.889Z[ recovery-image] Feb 21 22:41:20.907 INFO O| Feb 21 22:41:20.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
69752025-02-21T22:41:22.901Z[ recovery-image] Feb 21 22:41:20.918 INFO O| Feb 21 22:41:20.918 INFO STEP 786 (remove_files) COMPLETE
69762025-02-21T22:41:22.901Z[ recovery-image] Feb 21 22:41:20.918 INFO O| Feb 21 22:41:20.918 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772025-02-21T22:41:22.938Z[ recovery-image] Feb 21 22:41:20.956 INFO O| Feb 21 22:41:20.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
69782025-02-21T22:41:22.938Z[ recovery-image] Feb 21 22:41:20.956 INFO O| Feb 21 22:41:20.956 INFO STEP 787 (remove_files) COMPLETE
69792025-02-21T22:41:22.941Z[ recovery-image] Feb 21 22:41:20.956 INFO O| Feb 21 22:41:20.956 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802025-02-21T22:41:22.998Z[ recovery-image] Feb 21 22:41:21.015 INFO O| Feb 21 22:41:21.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
69812025-02-21T22:41:22.998Z[ recovery-image] Feb 21 22:41:21.015 INFO O| Feb 21 22:41:21.015 INFO STEP 788 (remove_files) COMPLETE
69822025-02-21T22:41:22.998Z[ recovery-image] Feb 21 22:41:21.015 INFO O| Feb 21 22:41:21.015 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832025-02-21T22:41:23.028Z[ recovery-image] Feb 21 22:41:21.046 INFO O| Feb 21 22:41:21.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
69842025-02-21T22:41:23.031Z[ recovery-image] Feb 21 22:41:21.046 INFO O| Feb 21 22:41:21.046 INFO STEP 789 (remove_files) COMPLETE
69852025-02-21T22:41:23.031Z[ recovery-image] Feb 21 22:41:21.047 INFO O| Feb 21 22:41:21.047 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862025-02-21T22:41:23.050Z[ recovery-image] Feb 21 22:41:21.068 INFO O| Feb 21 22:41:21.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
69872025-02-21T22:41:23.053Z[ recovery-image] Feb 21 22:41:21.068 INFO O| Feb 21 22:41:21.068 INFO STEP 790 (remove_files) COMPLETE
69882025-02-21T22:41:23.053Z[ recovery-image] Feb 21 22:41:21.068 INFO O| Feb 21 22:41:21.068 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892025-02-21T22:41:23.070Z[ recovery-image] Feb 21 22:41:21.088 INFO O| Feb 21 22:41:21.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
69902025-02-21T22:41:23.073Z[ recovery-image] Feb 21 22:41:21.089 INFO O| Feb 21 22:41:21.089 INFO STEP 791 (remove_files) COMPLETE
69912025-02-21T22:41:23.073Z[ recovery-image] Feb 21 22:41:21.089 INFO O| Feb 21 22:41:21.089 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922025-02-21T22:41:23.091Z[ recovery-image] Feb 21 22:41:21.109 INFO O| Feb 21 22:41:21.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
69932025-02-21T22:41:23.094Z[ recovery-image] Feb 21 22:41:21.110 INFO O| Feb 21 22:41:21.110 INFO STEP 792 (remove_files) COMPLETE
69942025-02-21T22:41:23.094Z[ recovery-image] Feb 21 22:41:21.110 INFO O| Feb 21 22:41:21.110 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952025-02-21T22:41:23.112Z[ recovery-image] Feb 21 22:41:21.130 INFO O| Feb 21 22:41:21.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
69962025-02-21T22:41:23.112Z[ recovery-image] Feb 21 22:41:21.130 INFO O| Feb 21 22:41:21.130 INFO STEP 793 (remove_files) COMPLETE
69972025-02-21T22:41:23.112Z[ recovery-image] Feb 21 22:41:21.130 INFO O| Feb 21 22:41:21.130 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982025-02-21T22:41:23.139Z[ recovery-image] Feb 21 22:41:21.157 INFO O| Feb 21 22:41:21.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
69992025-02-21T22:41:23.139Z[ recovery-image] Feb 21 22:41:21.157 INFO O| Feb 21 22:41:21.157 INFO STEP 794 (remove_files) COMPLETE
70002025-02-21T22:41:23.139Z[ recovery-image] Feb 21 22:41:21.157 INFO O| Feb 21 22:41:21.157 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012025-02-21T22:41:23.180Z[ recovery-image] Feb 21 22:41:21.198 INFO O| Feb 21 22:41:21.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
70022025-02-21T22:41:23.180Z[ recovery-image] Feb 21 22:41:21.198 INFO O| Feb 21 22:41:21.198 INFO STEP 795 (remove_files) COMPLETE
70032025-02-21T22:41:23.180Z[ recovery-image] Feb 21 22:41:21.198 INFO O| Feb 21 22:41:21.198 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042025-02-21T22:41:23.247Z[ recovery-image] Feb 21 22:41:21.265 INFO O| Feb 21 22:41:21.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
70052025-02-21T22:41:23.247Z[ recovery-image] Feb 21 22:41:21.265 INFO O| Feb 21 22:41:21.265 INFO STEP 796 (remove_files) COMPLETE
70062025-02-21T22:41:23.247Z[ recovery-image] Feb 21 22:41:21.265 INFO O| Feb 21 22:41:21.265 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-02-21T22:41:23.304Z[ recovery-image] Feb 21 22:41:21.322 INFO O| Feb 21 22:41:21.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
70082025-02-21T22:41:23.304Z[ recovery-image] Feb 21 22:41:21.322 INFO O| Feb 21 22:41:21.322 INFO STEP 797 (remove_files) COMPLETE
70092025-02-21T22:41:23.307Z[ recovery-image] Feb 21 22:41:21.322 INFO O| Feb 21 22:41:21.322 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-02-21T22:41:23.325Z[ recovery-image] Feb 21 22:41:21.343 INFO O| Feb 21 22:41:21.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
70112025-02-21T22:41:23.343Z[ recovery-image] Feb 21 22:41:21.361 INFO O| Feb 21 22:41:21.361 INFO STEP 798 (remove_files) COMPLETE
70122025-02-21T22:41:23.343Z[ recovery-image] Feb 21 22:41:21.361 INFO O| Feb 21 22:41:21.361 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-02-21T22:41:23.391Z[ recovery-image] Feb 21 22:41:21.409 INFO O| Feb 21 22:41:21.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
70142025-02-21T22:41:23.391Z[ recovery-image] Feb 21 22:41:21.409 INFO O| Feb 21 22:41:21.409 INFO STEP 799 (remove_files) COMPLETE
70152025-02-21T22:41:23.391Z[ recovery-image] Feb 21 22:41:21.409 INFO O| Feb 21 22:41:21.409 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-02-21T22:41:23.423Z[ recovery-image] Feb 21 22:41:21.440 INFO O| Feb 21 22:41:21.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
70172025-02-21T22:41:23.423Z[ recovery-image] Feb 21 22:41:21.440 INFO O| Feb 21 22:41:21.440 INFO STEP 800 (remove_files) COMPLETE
70182025-02-21T22:41:23.423Z[ recovery-image] Feb 21 22:41:21.440 INFO O| Feb 21 22:41:21.440 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-02-21T22:41:23.471Z[ recovery-image] Feb 21 22:41:21.488 INFO O| Feb 21 22:41:21.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
70202025-02-21T22:41:23.473Z[ recovery-image] Feb 21 22:41:21.489 INFO O| Feb 21 22:41:21.489 INFO STEP 801 (remove_files) COMPLETE
70212025-02-21T22:41:23.473Z[ recovery-image] Feb 21 22:41:21.489 INFO O| Feb 21 22:41:21.489 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-02-21T22:41:23.508Z[ recovery-image] Feb 21 22:41:21.526 INFO O| Feb 21 22:41:21.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
70232025-02-21T22:41:23.511Z[ recovery-image] Feb 21 22:41:21.527 INFO O| Feb 21 22:41:21.527 INFO STEP 802 (remove_files) COMPLETE
70242025-02-21T22:41:23.511Z[ recovery-image] Feb 21 22:41:21.527 INFO O| Feb 21 22:41:21.527 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-02-21T22:41:23.559Z[ recovery-image] Feb 21 22:41:21.577 INFO O| Feb 21 22:41:21.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
70262025-02-21T22:41:23.562Z[ recovery-image] Feb 21 22:41:21.577 INFO O| Feb 21 22:41:21.577 INFO STEP 803 (remove_files) COMPLETE
70272025-02-21T22:41:23.562Z[ recovery-image] Feb 21 22:41:21.577 INFO O| Feb 21 22:41:21.577 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-02-21T22:41:23.580Z[ recovery-image] Feb 21 22:41:21.598 INFO O| Feb 21 22:41:21.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
70292025-02-21T22:41:23.580Z[ recovery-image] Feb 21 22:41:21.598 INFO O| Feb 21 22:41:21.598 INFO STEP 804 (remove_files) COMPLETE
70302025-02-21T22:41:23.582Z[ recovery-image] Feb 21 22:41:21.598 INFO O| Feb 21 22:41:21.598 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312025-02-21T22:41:23.600Z[ recovery-image] Feb 21 22:41:21.618 INFO O| Feb 21 22:41:21.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
70322025-02-21T22:41:23.600Z[ recovery-image] Feb 21 22:41:21.618 INFO O| Feb 21 22:41:21.618 INFO STEP 805 (remove_files) COMPLETE
70332025-02-21T22:41:23.603Z[ recovery-image] Feb 21 22:41:21.619 INFO O| Feb 21 22:41:21.618 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342025-02-21T22:41:23.628Z[ recovery-image] Feb 21 22:41:21.646 INFO O| Feb 21 22:41:21.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
70352025-02-21T22:41:23.631Z[ recovery-image] Feb 21 22:41:21.647 INFO O| Feb 21 22:41:21.646 INFO STEP 806 (remove_files) COMPLETE
70362025-02-21T22:41:23.631Z[ recovery-image] Feb 21 22:41:21.647 INFO O| Feb 21 22:41:21.647 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372025-02-21T22:41:23.649Z[ recovery-image] Feb 21 22:41:21.667 INFO O| Feb 21 22:41:21.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
70382025-02-21T22:41:23.652Z[ recovery-image] Feb 21 22:41:21.668 INFO O| Feb 21 22:41:21.668 INFO STEP 807 (remove_files) COMPLETE
70392025-02-21T22:41:23.652Z[ recovery-image] Feb 21 22:41:21.668 INFO O| Feb 21 22:41:21.668 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402025-02-21T22:41:23.673Z[ recovery-image] Feb 21 22:41:21.691 INFO O| Feb 21 22:41:21.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
70412025-02-21T22:41:23.674Z[ recovery-image] Feb 21 22:41:21.691 INFO O| Feb 21 22:41:21.691 INFO STEP 808 (remove_files) COMPLETE
70422025-02-21T22:41:23.676Z[ recovery-image] Feb 21 22:41:21.692 INFO O| Feb 21 22:41:21.691 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432025-02-21T22:41:23.717Z[ recovery-image] Feb 21 22:41:21.735 INFO O| Feb 21 22:41:21.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
70442025-02-21T22:41:23.720Z[ recovery-image] Feb 21 22:41:21.735 INFO O| Feb 21 22:41:21.735 INFO STEP 809 (remove_files) COMPLETE
70452025-02-21T22:41:23.720Z[ recovery-image] Feb 21 22:41:21.735 INFO O| Feb 21 22:41:21.735 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462025-02-21T22:41:23.738Z[ recovery-image] Feb 21 22:41:21.756 INFO O| Feb 21 22:41:21.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
70472025-02-21T22:41:23.738Z[ recovery-image] Feb 21 22:41:21.756 INFO O| Feb 21 22:41:21.756 INFO STEP 810 (remove_files) COMPLETE
70482025-02-21T22:41:23.741Z[ recovery-image] Feb 21 22:41:21.756 INFO O| Feb 21 22:41:21.756 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492025-02-21T22:41:23.758Z[ recovery-image] Feb 21 22:41:21.776 INFO O| Feb 21 22:41:21.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
70502025-02-21T22:41:23.758Z[ recovery-image] Feb 21 22:41:21.776 INFO O| Feb 21 22:41:21.776 INFO STEP 811 (remove_files) COMPLETE
70512025-02-21T22:41:23.758Z[ recovery-image] Feb 21 22:41:21.776 INFO O| Feb 21 22:41:21.776 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522025-02-21T22:41:23.779Z[ recovery-image] Feb 21 22:41:21.797 INFO O| Feb 21 22:41:21.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
70532025-02-21T22:41:23.779Z[ recovery-image] Feb 21 22:41:21.797 INFO O| Feb 21 22:41:21.797 INFO STEP 812 (remove_files) COMPLETE
70542025-02-21T22:41:23.781Z[ recovery-image] Feb 21 22:41:21.797 INFO O| Feb 21 22:41:21.797 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552025-02-21T22:41:23.800Z[ recovery-image] Feb 21 22:41:21.817 INFO O| Feb 21 22:41:21.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
70562025-02-21T22:41:23.800Z[ recovery-image] Feb 21 22:41:21.818 INFO O| Feb 21 22:41:21.817 INFO STEP 813 (remove_files) COMPLETE
70572025-02-21T22:41:23.800Z[ recovery-image] Feb 21 22:41:21.818 INFO O| Feb 21 22:41:21.818 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582025-02-21T22:41:23.836Z[ recovery-image] Feb 21 22:41:21.854 INFO O| Feb 21 22:41:21.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
70592025-02-21T22:41:23.836Z[ recovery-image] Feb 21 22:41:21.854 INFO O| Feb 21 22:41:21.854 INFO STEP 814 (remove_files) COMPLETE
70602025-02-21T22:41:23.836Z[ recovery-image] Feb 21 22:41:21.854 INFO O| Feb 21 22:41:21.854 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612025-02-21T22:41:23.891Z[ recovery-image] Feb 21 22:41:21.909 INFO O| Feb 21 22:41:21.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
70622025-02-21T22:41:23.891Z[ recovery-image] Feb 21 22:41:21.909 INFO O| Feb 21 22:41:21.909 INFO STEP 815 (remove_files) COMPLETE
70632025-02-21T22:41:23.891Z[ recovery-image] Feb 21 22:41:21.909 INFO O| Feb 21 22:41:21.909 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642025-02-21T22:41:23.912Z[ recovery-image] Feb 21 22:41:21.930 INFO O| Feb 21 22:41:21.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
70652025-02-21T22:41:23.915Z[ recovery-image] Feb 21 22:41:21.930 INFO O| Feb 21 22:41:21.930 INFO STEP 816 (remove_files) COMPLETE
70662025-02-21T22:41:23.915Z[ recovery-image] Feb 21 22:41:21.930 INFO O| Feb 21 22:41:21.930 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672025-02-21T22:41:23.932Z[ recovery-image] Feb 21 22:41:21.950 INFO O| Feb 21 22:41:21.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
70682025-02-21T22:41:23.932Z[ recovery-image] Feb 21 22:41:21.950 INFO O| Feb 21 22:41:21.950 INFO STEP 817 (remove_files) COMPLETE
70692025-02-21T22:41:23.935Z[ recovery-image] Feb 21 22:41:21.950 INFO O| Feb 21 22:41:21.950 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702025-02-21T22:41:23.954Z[ recovery-image] Feb 21 22:41:21.971 INFO O| Feb 21 22:41:21.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
70712025-02-21T22:41:23.954Z[ recovery-image] Feb 21 22:41:21.971 INFO O| Feb 21 22:41:21.971 INFO STEP 818 (remove_files) COMPLETE
70722025-02-21T22:41:23.954Z[ recovery-image] Feb 21 22:41:21.971 INFO O| Feb 21 22:41:21.971 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732025-02-21T22:41:23.987Z[ recovery-image] Feb 21 22:41:22.005 INFO O| Feb 21 22:41:22.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
70742025-02-21T22:41:23.987Z[ recovery-image] Feb 21 22:41:22.005 INFO O| Feb 21 22:41:22.005 INFO STEP 819 (remove_files) COMPLETE
70752025-02-21T22:41:23.987Z[ recovery-image] Feb 21 22:41:22.005 INFO O| Feb 21 22:41:22.005 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762025-02-21T22:41:24.012Z[ recovery-image] Feb 21 22:41:22.030 INFO O| Feb 21 22:41:22.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
70772025-02-21T22:41:24.015Z[ recovery-image] Feb 21 22:41:22.030 INFO O| Feb 21 22:41:22.030 INFO STEP 820 (remove_files) COMPLETE
70782025-02-21T22:41:24.015Z[ recovery-image] Feb 21 22:41:22.030 INFO O| Feb 21 22:41:22.030 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792025-02-21T22:41:24.034Z[ recovery-image] Feb 21 22:41:22.052 INFO O| Feb 21 22:41:22.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
70802025-02-21T22:41:24.036Z[ recovery-image] Feb 21 22:41:22.052 INFO O| Feb 21 22:41:22.052 INFO STEP 821 (remove_files) COMPLETE
70812025-02-21T22:41:24.037Z[ recovery-image] Feb 21 22:41:22.052 INFO O| Feb 21 22:41:22.052 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822025-02-21T22:41:24.054Z[ recovery-image] Feb 21 22:41:22.072 INFO O| Feb 21 22:41:22.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
70832025-02-21T22:41:24.054Z[ recovery-image] Feb 21 22:41:22.072 INFO O| Feb 21 22:41:22.072 INFO STEP 822 (remove_files) COMPLETE
70842025-02-21T22:41:24.054Z[ recovery-image] Feb 21 22:41:22.072 INFO O| Feb 21 22:41:22.072 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852025-02-21T22:41:24.093Z[ recovery-image] Feb 21 22:41:22.111 INFO O| Feb 21 22:41:22.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
70862025-02-21T22:41:24.096Z[ recovery-image] Feb 21 22:41:22.111 INFO O| Feb 21 22:41:22.111 INFO STEP 823 (remove_files) COMPLETE
70872025-02-21T22:41:24.096Z[ recovery-image] Feb 21 22:41:22.111 INFO O| Feb 21 22:41:22.111 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882025-02-21T22:41:24.125Z[ recovery-image] Feb 21 22:41:22.143 INFO O| Feb 21 22:41:22.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
70892025-02-21T22:41:24.125Z[ recovery-image] Feb 21 22:41:22.143 INFO O| Feb 21 22:41:22.143 INFO STEP 824 (remove_files) COMPLETE
70902025-02-21T22:41:24.125Z[ recovery-image] Feb 21 22:41:22.143 INFO O| Feb 21 22:41:22.143 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912025-02-21T22:41:24.168Z[ recovery-image] Feb 21 22:41:22.172 INFO O| Feb 21 22:41:22.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
70922025-02-21T22:41:24.168Z[ recovery-image] Feb 21 22:41:22.172 INFO O| Feb 21 22:41:22.172 INFO STEP 825 (remove_files) COMPLETE
70932025-02-21T22:41:24.168Z[ recovery-image] Feb 21 22:41:22.172 INFO O| Feb 21 22:41:22.172 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942025-02-21T22:41:24.200Z[ recovery-image] Feb 21 22:41:22.218 INFO O| Feb 21 22:41:22.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
70952025-02-21T22:41:24.200Z[ recovery-image] Feb 21 22:41:22.218 INFO O| Feb 21 22:41:22.218 INFO STEP 826 (remove_files) COMPLETE
70962025-02-21T22:41:24.200Z[ recovery-image] Feb 21 22:41:22.218 INFO O| Feb 21 22:41:22.218 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972025-02-21T22:41:24.222Z[ recovery-image] Feb 21 22:41:22.240 INFO O| Feb 21 22:41:22.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
70982025-02-21T22:41:24.222Z[ recovery-image] Feb 21 22:41:22.240 INFO O| Feb 21 22:41:22.240 INFO STEP 827 (remove_files) COMPLETE
70992025-02-21T22:41:24.225Z[ recovery-image] Feb 21 22:41:22.240 INFO O| Feb 21 22:41:22.240 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002025-02-21T22:41:24.246Z[ recovery-image] Feb 21 22:41:22.262 INFO O| Feb 21 22:41:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
71012025-02-21T22:41:24.246Z[ recovery-image] Feb 21 22:41:22.262 INFO O| Feb 21 22:41:22.262 INFO STEP 828 (remove_files) COMPLETE
71022025-02-21T22:41:24.247Z[ recovery-image] Feb 21 22:41:22.262 INFO O| Feb 21 22:41:22.262 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032025-02-21T22:41:24.276Z[ recovery-image] Feb 21 22:41:22.294 INFO O| Feb 21 22:41:22.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
71042025-02-21T22:41:24.279Z[ recovery-image] Feb 21 22:41:22.294 INFO O| Feb 21 22:41:22.294 INFO STEP 829 (remove_files) COMPLETE
71052025-02-21T22:41:24.279Z[ recovery-image] Feb 21 22:41:22.294 INFO O| Feb 21 22:41:22.294 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062025-02-21T22:41:24.298Z[ recovery-image] Feb 21 22:41:22.316 INFO O| Feb 21 22:41:22.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
71072025-02-21T22:41:24.299Z[ recovery-image] Feb 21 22:41:22.316 INFO O| Feb 21 22:41:22.316 INFO STEP 830 (remove_files) COMPLETE
71082025-02-21T22:41:24.299Z[ recovery-image] Feb 21 22:41:22.316 INFO O| Feb 21 22:41:22.316 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092025-02-21T22:41:24.337Z[ recovery-image] Feb 21 22:41:22.355 INFO O| Feb 21 22:41:22.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
71102025-02-21T22:41:24.340Z[ recovery-image] Feb 21 22:41:22.355 INFO O| Feb 21 22:41:22.355 INFO STEP 831 (remove_files) COMPLETE
71112025-02-21T22:41:24.340Z[ recovery-image] Feb 21 22:41:22.355 INFO O| Feb 21 22:41:22.355 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122025-02-21T22:41:24.367Z[ recovery-image] Feb 21 22:41:22.385 INFO O| Feb 21 22:41:22.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
71132025-02-21T22:41:24.367Z[ recovery-image] Feb 21 22:41:22.385 INFO O| Feb 21 22:41:22.385 INFO STEP 832 (remove_files) COMPLETE
71142025-02-21T22:41:24.367Z[ recovery-image] Feb 21 22:41:22.385 INFO O| Feb 21 22:41:22.385 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152025-02-21T22:41:24.389Z[ recovery-image] Feb 21 22:41:22.407 INFO O| Feb 21 22:41:22.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
71162025-02-21T22:41:24.389Z[ recovery-image] Feb 21 22:41:22.407 INFO O| Feb 21 22:41:22.407 INFO STEP 833 (remove_files) COMPLETE
71172025-02-21T22:41:24.392Z[ recovery-image] Feb 21 22:41:22.407 INFO O| Feb 21 22:41:22.407 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182025-02-21T22:41:24.410Z[ recovery-image] Feb 21 22:41:22.427 INFO O| Feb 21 22:41:22.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
71192025-02-21T22:41:24.410Z[ recovery-image] Feb 21 22:41:22.428 INFO O| Feb 21 22:41:22.428 INFO STEP 834 (remove_files) COMPLETE
71202025-02-21T22:41:24.412Z[ recovery-image] Feb 21 22:41:22.428 INFO O| Feb 21 22:41:22.428 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212025-02-21T22:41:24.428Z[ recovery-image] Feb 21 22:41:22.445 INFO O| Feb 21 22:41:22.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
71222025-02-21T22:41:24.428Z[ recovery-image] Feb 21 22:41:22.445 INFO O| Feb 21 22:41:22.445 INFO STEP 835 (remove_files) COMPLETE
71232025-02-21T22:41:24.430Z[ recovery-image] Feb 21 22:41:22.445 INFO O| Feb 21 22:41:22.445 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242025-02-21T22:41:24.446Z[ recovery-image] Feb 21 22:41:22.463 INFO O| Feb 21 22:41:22.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
71252025-02-21T22:41:24.446Z[ recovery-image] Feb 21 22:41:22.464 INFO O| Feb 21 22:41:22.464 INFO STEP 836 (remove_files) COMPLETE
71262025-02-21T22:41:24.446Z[ recovery-image] Feb 21 22:41:22.464 INFO O| Feb 21 22:41:22.464 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272025-02-21T22:41:24.466Z[ recovery-image] Feb 21 22:41:22.483 INFO O| Feb 21 22:41:22.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
71282025-02-21T22:41:24.466Z[ recovery-image] Feb 21 22:41:22.483 INFO O| Feb 21 22:41:22.483 INFO STEP 837 (remove_files) COMPLETE
71292025-02-21T22:41:24.466Z[ recovery-image] Feb 21 22:41:22.483 INFO O| Feb 21 22:41:22.483 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302025-02-21T22:41:24.484Z[ recovery-image] Feb 21 22:41:22.501 INFO O| Feb 21 22:41:22.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71312025-02-21T22:41:24.484Z[ recovery-image] Feb 21 22:41:22.502 INFO O| Feb 21 22:41:22.501 INFO STEP 838 (remove_files) COMPLETE
71322025-02-21T22:41:24.484Z[ recovery-image] Feb 21 22:41:22.502 INFO O| Feb 21 22:41:22.501 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332025-02-21T22:41:24.502Z[ recovery-image] Feb 21 22:41:22.520 INFO O| Feb 21 22:41:22.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71342025-02-21T22:41:24.503Z[ recovery-image] Feb 21 22:41:22.520 INFO O| Feb 21 22:41:22.520 INFO STEP 839 (remove_files) COMPLETE
71352025-02-21T22:41:24.503Z[ recovery-image] Feb 21 22:41:22.520 INFO O| Feb 21 22:41:22.520 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362025-02-21T22:41:24.521Z[ recovery-image] Feb 21 22:41:22.538 INFO O| Feb 21 22:41:22.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71372025-02-21T22:41:24.521Z[ recovery-image] Feb 21 22:41:22.538 INFO O| Feb 21 22:41:22.538 INFO STEP 840 (remove_files) COMPLETE
71382025-02-21T22:41:24.521Z[ recovery-image] Feb 21 22:41:22.538 INFO O| Feb 21 22:41:22.538 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392025-02-21T22:41:24.540Z[ recovery-image] Feb 21 22:41:22.556 INFO O| Feb 21 22:41:22.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71402025-02-21T22:41:24.540Z[ recovery-image] Feb 21 22:41:22.556 INFO O| Feb 21 22:41:22.556 INFO STEP 841 (remove_files) COMPLETE
71412025-02-21T22:41:24.540Z[ recovery-image] Feb 21 22:41:22.556 INFO O| Feb 21 22:41:22.556 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422025-02-21T22:41:24.560Z[ recovery-image] Feb 21 22:41:22.577 INFO O| Feb 21 22:41:22.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71432025-02-21T22:41:24.560Z[ recovery-image] Feb 21 22:41:22.577 INFO O| Feb 21 22:41:22.577 INFO STEP 842 (remove_files) COMPLETE
71442025-02-21T22:41:24.560Z[ recovery-image] Feb 21 22:41:22.577 INFO O| Feb 21 22:41:22.577 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452025-02-21T22:41:24.581Z[ recovery-image] Feb 21 22:41:22.598 INFO O| Feb 21 22:41:22.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
71462025-02-21T22:41:24.581Z[ recovery-image] Feb 21 22:41:22.599 INFO O| Feb 21 22:41:22.599 INFO STEP 843 (remove_files) COMPLETE
71472025-02-21T22:41:24.581Z[ recovery-image] Feb 21 22:41:22.599 INFO O| Feb 21 22:41:22.599 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482025-02-21T22:41:24.602Z[ recovery-image] Feb 21 22:41:22.619 INFO O| Feb 21 22:41:22.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
71492025-02-21T22:41:24.602Z[ recovery-image] Feb 21 22:41:22.619 INFO O| Feb 21 22:41:22.619 INFO STEP 844 (remove_files) COMPLETE
71502025-02-21T22:41:24.602Z[ recovery-image] Feb 21 22:41:22.619 INFO O| Feb 21 22:41:22.619 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512025-02-21T22:41:24.623Z[ recovery-image] Feb 21 22:41:22.640 INFO O| Feb 21 22:41:22.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
71522025-02-21T22:41:24.623Z[ recovery-image] Feb 21 22:41:22.641 INFO O| Feb 21 22:41:22.641 INFO STEP 845 (remove_files) COMPLETE
71532025-02-21T22:41:24.623Z[ recovery-image] Feb 21 22:41:22.641 INFO O| Feb 21 22:41:22.641 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542025-02-21T22:41:24.644Z[ recovery-image] Feb 21 22:41:22.662 INFO O| Feb 21 22:41:22.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
71552025-02-21T22:41:24.644Z[ recovery-image] Feb 21 22:41:22.662 INFO O| Feb 21 22:41:22.662 INFO STEP 846 (remove_files) COMPLETE
71562025-02-21T22:41:24.648Z[ recovery-image] Feb 21 22:41:22.662 INFO O| Feb 21 22:41:22.662 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572025-02-21T22:41:24.683Z[ recovery-image] Feb 21 22:41:22.701 INFO O| Feb 21 22:41:22.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
71582025-02-21T22:41:24.683Z[ recovery-image] Feb 21 22:41:22.701 INFO O| Feb 21 22:41:22.701 INFO STEP 847 (remove_files) COMPLETE
71592025-02-21T22:41:24.686Z[ recovery-image] Feb 21 22:41:22.701 INFO O| Feb 21 22:41:22.701 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602025-02-21T22:41:24.704Z[ recovery-image] Feb 21 22:41:22.721 INFO O| Feb 21 22:41:22.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
71612025-02-21T22:41:24.706Z[ recovery-image] Feb 21 22:41:22.722 INFO O| Feb 21 22:41:22.721 INFO STEP 848 (remove_files) COMPLETE
71622025-02-21T22:41:24.706Z[ recovery-image] Feb 21 22:41:22.722 INFO O| Feb 21 22:41:22.722 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632025-02-21T22:41:24.725Z[ recovery-image] Feb 21 22:41:22.742 INFO O| Feb 21 22:41:22.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
71642025-02-21T22:41:24.725Z[ recovery-image] Feb 21 22:41:22.742 INFO O| Feb 21 22:41:22.742 INFO STEP 849 (remove_files) COMPLETE
71652025-02-21T22:41:24.725Z[ recovery-image] Feb 21 22:41:22.742 INFO O| Feb 21 22:41:22.742 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662025-02-21T22:41:24.746Z[ recovery-image] Feb 21 22:41:22.764 INFO O| Feb 21 22:41:22.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
71672025-02-21T22:41:24.746Z[ recovery-image] Feb 21 22:41:22.764 INFO O| Feb 21 22:41:22.764 INFO STEP 850 (remove_files) COMPLETE
71682025-02-21T22:41:24.746Z[ recovery-image] Feb 21 22:41:22.764 INFO O| Feb 21 22:41:22.764 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692025-02-21T22:41:24.764Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
71702025-02-21T22:41:24.768Z[ recovery-image] Feb 21 22:41:22.786 INFO O| Feb 21 22:41:22.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
71712025-02-21T22:41:24.771Z[ recovery-image] Feb 21 22:41:22.786 INFO O| Feb 21 22:41:22.786 INFO STEP 851 (remove_files) COMPLETE
71722025-02-21T22:41:24.771Z[ recovery-image] Feb 21 22:41:22.786 INFO O| Feb 21 22:41:22.786 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-02-21T22:41:24.810Z[ recovery-image] Feb 21 22:41:22.828 INFO O| Feb 21 22:41:22.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
71742025-02-21T22:41:24.810Z[ recovery-image] Feb 21 22:41:22.828 INFO O| Feb 21 22:41:22.828 INFO STEP 852 (remove_files) COMPLETE
71752025-02-21T22:41:24.810Z[ recovery-image] Feb 21 22:41:22.828 INFO O| Feb 21 22:41:22.828 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-02-21T22:41:24.850Z[ recovery-image] Feb 21 22:41:22.868 INFO O| Feb 21 22:41:22.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
71772025-02-21T22:41:24.857Z[ recovery-image] Feb 21 22:41:22.874 INFO O| Feb 21 22:41:22.874 INFO STEP 853 (remove_files) COMPLETE
71782025-02-21T22:41:24.859Z[ recovery-image] Feb 21 22:41:22.874 INFO O| Feb 21 22:41:22.874 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-02-21T22:41:24.878Z[ recovery-image] Feb 21 22:41:22.896 INFO O| Feb 21 22:41:22.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
71802025-02-21T22:41:24.878Z[ recovery-image] Feb 21 22:41:22.896 INFO O| Feb 21 22:41:22.896 INFO STEP 854 (remove_files) COMPLETE
71812025-02-21T22:41:24.881Z[ recovery-image] Feb 21 22:41:22.896 INFO O| Feb 21 22:41:22.896 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-02-21T22:41:24.923Z[ recovery-image] Feb 21 22:41:22.932 INFO O| Feb 21 22:41:22.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
71832025-02-21T22:41:24.923Z[ recovery-image] Feb 21 22:41:22.932 INFO O| Feb 21 22:41:22.932 INFO STEP 855 (remove_files) COMPLETE
71842025-02-21T22:41:24.926Z[ recovery-image] Feb 21 22:41:22.932 INFO O| Feb 21 22:41:22.932 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-02-21T22:41:24.935Z[ recovery-image] Feb 21 22:41:22.953 INFO O| Feb 21 22:41:22.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
71862025-02-21T22:41:24.938Z[ recovery-image] Feb 21 22:41:22.953 INFO O| Feb 21 22:41:22.953 INFO STEP 856 (remove_files) COMPLETE
71872025-02-21T22:41:24.938Z[ recovery-image] Feb 21 22:41:22.953 INFO O| Feb 21 22:41:22.953 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-02-21T22:41:24.994Z[ recovery-image] Feb 21 22:41:23.012 INFO O| Feb 21 22:41:23.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
71892025-02-21T22:41:24.994Z[ recovery-image] Feb 21 22:41:23.012 INFO O| Feb 21 22:41:23.012 INFO STEP 857 (remove_files) COMPLETE
71902025-02-21T22:41:24.997Z[ recovery-image] Feb 21 22:41:23.012 INFO O| Feb 21 22:41:23.012 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-02-21T22:41:25.012Z[ recovery-image] Feb 21 22:41:23.029 INFO O| Feb 21 22:41:23.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
71922025-02-21T22:41:25.012Z[ recovery-image] Feb 21 22:41:23.030 INFO O| Feb 21 22:41:23.029 INFO STEP 858 (remove_files) COMPLETE
71932025-02-21T22:41:25.012Z[ recovery-image] Feb 21 22:41:23.030 INFO O| Feb 21 22:41:23.030 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-02-21T22:41:25.029Z[ recovery-image] Feb 21 22:41:23.047 INFO O| Feb 21 22:41:23.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
71952025-02-21T22:41:25.029Z[ recovery-image] Feb 21 22:41:23.047 INFO O| Feb 21 22:41:23.047 INFO STEP 859 (remove_files) COMPLETE
71962025-02-21T22:41:25.032Z[ recovery-image] Feb 21 22:41:23.047 INFO O| Feb 21 22:41:23.047 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-02-21T22:41:25.047Z[ recovery-image] Feb 21 22:41:23.065 INFO O| Feb 21 22:41:23.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
71982025-02-21T22:41:25.047Z[ recovery-image] Feb 21 22:41:23.065 INFO O| Feb 21 22:41:23.065 INFO STEP 860 (remove_files) COMPLETE
71992025-02-21T22:41:25.050Z[ recovery-image] Feb 21 22:41:23.065 INFO O| Feb 21 22:41:23.065 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-02-21T22:41:25.068Z[ recovery-image] Feb 21 22:41:23.085 INFO O| Feb 21 22:41:23.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
72012025-02-21T22:41:25.068Z[ recovery-image] Feb 21 22:41:23.085 INFO O| Feb 21 22:41:23.085 INFO STEP 861 (remove_files) COMPLETE
72022025-02-21T22:41:25.068Z[ recovery-image] Feb 21 22:41:23.085 INFO O| Feb 21 22:41:23.085 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-02-21T22:41:25.102Z[ recovery-image] Feb 21 22:41:23.119 INFO O| Feb 21 22:41:23.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
72042025-02-21T22:41:25.102Z[ recovery-image] Feb 21 22:41:23.119 INFO O| Feb 21 22:41:23.119 INFO STEP 862 (remove_files) COMPLETE
72052025-02-21T22:41:25.102Z[ recovery-image] Feb 21 22:41:23.119 INFO O| Feb 21 22:41:23.119 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-02-21T22:41:25.125Z[ recovery-image] Feb 21 22:41:23.142 INFO O| Feb 21 22:41:23.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
72072025-02-21T22:41:25.127Z[ recovery-image] Feb 21 22:41:23.142 INFO O| Feb 21 22:41:23.142 INFO STEP 863 (remove_files) COMPLETE
72082025-02-21T22:41:25.127Z[ recovery-image] Feb 21 22:41:23.142 INFO O| Feb 21 22:41:23.142 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092025-02-21T22:41:25.169Z[verify-libraries] Compiling heck v0.4.1
72102025-02-21T22:41:25.175Z[ recovery-image] Feb 21 22:41:23.187 INFO O| Feb 21 22:41:23.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
72112025-02-21T22:41:25.175Z[ recovery-image] Feb 21 22:41:23.187 INFO O| Feb 21 22:41:23.187 INFO STEP 864 (remove_files) COMPLETE
72122025-02-21T22:41:25.175Z[ recovery-image] Feb 21 22:41:23.187 INFO O| Feb 21 22:41:23.187 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132025-02-21T22:41:25.206Z[ recovery-image] Feb 21 22:41:23.224 INFO O| Feb 21 22:41:23.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72142025-02-21T22:41:25.209Z[ recovery-image] Feb 21 22:41:23.224 INFO O| Feb 21 22:41:23.224 INFO STEP 865 (remove_files) COMPLETE
72152025-02-21T22:41:25.209Z[ recovery-image] Feb 21 22:41:23.224 INFO O| Feb 21 22:41:23.224 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162025-02-21T22:41:25.227Z[ recovery-image] Feb 21 22:41:23.245 INFO O| Feb 21 22:41:23.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72172025-02-21T22:41:25.227Z[ recovery-image] Feb 21 22:41:23.245 INFO O| Feb 21 22:41:23.245 INFO STEP 866 (remove_files) COMPLETE
72182025-02-21T22:41:25.227Z[ recovery-image] Feb 21 22:41:23.245 INFO O| Feb 21 22:41:23.245 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192025-02-21T22:41:25.285Z[ recovery-image] Feb 21 22:41:23.303 INFO O| Feb 21 22:41:23.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72202025-02-21T22:41:25.286Z[ recovery-image] Feb 21 22:41:23.303 INFO O| Feb 21 22:41:23.303 INFO STEP 867 (remove_files) COMPLETE
72212025-02-21T22:41:25.288Z[ recovery-image] Feb 21 22:41:23.303 INFO O| Feb 21 22:41:23.303 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222025-02-21T22:41:25.306Z[ recovery-image] Feb 21 22:41:23.324 INFO O| Feb 21 22:41:23.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72232025-02-21T22:41:25.306Z[ recovery-image] Feb 21 22:41:23.324 INFO O| Feb 21 22:41:23.324 INFO STEP 868 (remove_files) COMPLETE
72242025-02-21T22:41:25.306Z[ recovery-image] Feb 21 22:41:23.324 INFO O| Feb 21 22:41:23.324 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252025-02-21T22:41:25.329Z[ recovery-image] Feb 21 22:41:23.344 INFO O| Feb 21 22:41:23.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72262025-02-21T22:41:25.329Z[ recovery-image] Feb 21 22:41:23.344 INFO O| Feb 21 22:41:23.344 INFO STEP 869 (remove_files) COMPLETE
72272025-02-21T22:41:25.329Z[ recovery-image] Feb 21 22:41:23.344 INFO O| Feb 21 22:41:23.344 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282025-02-21T22:41:25.349Z[ recovery-image] Feb 21 22:41:23.364 INFO O| Feb 21 22:41:23.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72292025-02-21T22:41:25.349Z[ recovery-image] Feb 21 22:41:23.365 INFO O| Feb 21 22:41:23.365 INFO STEP 870 (remove_files) COMPLETE
72302025-02-21T22:41:25.351Z[ recovery-image] Feb 21 22:41:23.365 INFO O| Feb 21 22:41:23.365 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312025-02-21T22:41:25.368Z[ recovery-image] Feb 21 22:41:23.385 INFO O| Feb 21 22:41:23.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72322025-02-21T22:41:25.368Z[ recovery-image] Feb 21 22:41:23.385 INFO O| Feb 21 22:41:23.385 INFO STEP 871 (remove_files) COMPLETE
72332025-02-21T22:41:25.368Z[ recovery-image] Feb 21 22:41:23.385 INFO O| Feb 21 22:41:23.385 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342025-02-21T22:41:25.388Z[ recovery-image] Feb 21 22:41:23.405 INFO O| Feb 21 22:41:23.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72352025-02-21T22:41:25.388Z[ recovery-image] Feb 21 22:41:23.405 INFO O| Feb 21 22:41:23.405 INFO STEP 872 (remove_files) COMPLETE
72362025-02-21T22:41:25.388Z[ recovery-image] Feb 21 22:41:23.405 INFO O| Feb 21 22:41:23.405 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372025-02-21T22:41:25.426Z[ recovery-image] Feb 21 22:41:23.444 INFO O| Feb 21 22:41:23.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72382025-02-21T22:41:25.426Z[ recovery-image] Feb 21 22:41:23.444 INFO O| Feb 21 22:41:23.444 INFO STEP 873 (remove_files) COMPLETE
72392025-02-21T22:41:25.430Z[ recovery-image] Feb 21 22:41:23.444 INFO O| Feb 21 22:41:23.444 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402025-02-21T22:41:25.458Z[ recovery-image] Feb 21 22:41:23.475 INFO O| Feb 21 22:41:23.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72412025-02-21T22:41:25.458Z[ recovery-image] Feb 21 22:41:23.475 INFO O| Feb 21 22:41:23.475 INFO STEP 874 (remove_files) COMPLETE
72422025-02-21T22:41:25.458Z[ recovery-image] Feb 21 22:41:23.475 INFO O| Feb 21 22:41:23.475 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432025-02-21T22:41:25.479Z[ recovery-image] Feb 21 22:41:23.495 INFO O| Feb 21 22:41:23.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72442025-02-21T22:41:25.479Z[ recovery-image] Feb 21 22:41:23.496 INFO O| Feb 21 22:41:23.495 INFO STEP 875 (remove_files) COMPLETE
72452025-02-21T22:41:25.479Z[ recovery-image] Feb 21 22:41:23.496 INFO O| Feb 21 22:41:23.496 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462025-02-21T22:41:25.497Z[ recovery-image] Feb 21 22:41:23.514 INFO O| Feb 21 22:41:23.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72472025-02-21T22:41:25.497Z[ recovery-image] Feb 21 22:41:23.514 INFO O| Feb 21 22:41:23.514 INFO STEP 876 (remove_files) COMPLETE
72482025-02-21T22:41:25.497Z[ recovery-image] Feb 21 22:41:23.514 INFO O| Feb 21 22:41:23.514 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492025-02-21T22:41:25.528Z[ recovery-image] Feb 21 22:41:23.545 INFO O| Feb 21 22:41:23.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72502025-02-21T22:41:25.528Z[ recovery-image] Feb 21 22:41:23.545 INFO O| Feb 21 22:41:23.545 INFO STEP 877 (remove_files) COMPLETE
72512025-02-21T22:41:25.528Z[ recovery-image] Feb 21 22:41:23.545 INFO O| Feb 21 22:41:23.545 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522025-02-21T22:41:25.597Z[ recovery-image] Feb 21 22:41:23.614 INFO O| Feb 21 22:41:23.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72532025-02-21T22:41:25.597Z[ recovery-image] Feb 21 22:41:23.614 INFO O| Feb 21 22:41:23.614 INFO STEP 878 (remove_files) COMPLETE
72542025-02-21T22:41:25.600Z[ recovery-image] Feb 21 22:41:23.614 INFO O| Feb 21 22:41:23.614 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552025-02-21T22:41:25.631Z[ recovery-image] Feb 21 22:41:23.649 INFO O| Feb 21 22:41:23.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
72562025-02-21T22:41:25.634Z[ recovery-image] Feb 21 22:41:23.649 INFO O| Feb 21 22:41:23.649 INFO STEP 879 (remove_files) COMPLETE
72572025-02-21T22:41:25.634Z[ recovery-image] Feb 21 22:41:23.649 INFO O| Feb 21 22:41:23.649 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582025-02-21T22:41:25.658Z[ recovery-image] Feb 21 22:41:23.675 INFO O| Feb 21 22:41:23.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
72592025-02-21T22:41:25.661Z[ recovery-image] Feb 21 22:41:23.676 INFO O| Feb 21 22:41:23.675 INFO STEP 880 (remove_files) COMPLETE
72602025-02-21T22:41:25.661Z[ recovery-image] Feb 21 22:41:23.676 INFO O| Feb 21 22:41:23.676 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612025-02-21T22:41:25.680Z[ recovery-image] Feb 21 22:41:23.698 INFO O| Feb 21 22:41:23.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
72622025-02-21T22:41:25.683Z[ recovery-image] Feb 21 22:41:23.698 INFO O| Feb 21 22:41:23.698 INFO STEP 881 (remove_files) COMPLETE
72632025-02-21T22:41:25.684Z[ recovery-image] Feb 21 22:41:23.698 INFO O| Feb 21 22:41:23.698 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642025-02-21T22:41:25.702Z[ recovery-image] Feb 21 22:41:23.720 INFO O| Feb 21 22:41:23.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
72652025-02-21T22:41:25.707Z[ recovery-image] Feb 21 22:41:23.720 INFO O| Feb 21 22:41:23.720 INFO STEP 882 (remove_files) COMPLETE
72662025-02-21T22:41:25.707Z[ recovery-image] Feb 21 22:41:23.720 INFO O| Feb 21 22:41:23.720 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672025-02-21T22:41:25.722Z[ recovery-image] Feb 21 22:41:23.740 INFO O| Feb 21 22:41:23.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
72682025-02-21T22:41:25.722Z[ recovery-image] Feb 21 22:41:23.740 INFO O| Feb 21 22:41:23.740 INFO STEP 883 (remove_files) COMPLETE
72692025-02-21T22:41:25.725Z[ recovery-image] Feb 21 22:41:23.740 INFO O| Feb 21 22:41:23.740 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702025-02-21T22:41:25.754Z[ recovery-image] Feb 21 22:41:23.770 INFO O| Feb 21 22:41:23.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
72712025-02-21T22:41:25.754Z[ recovery-image] Feb 21 22:41:23.770 INFO O| Feb 21 22:41:23.770 INFO STEP 884 (remove_files) COMPLETE
72722025-02-21T22:41:25.754Z[ recovery-image] Feb 21 22:41:23.770 INFO O| Feb 21 22:41:23.770 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732025-02-21T22:41:25.810Z[ recovery-image] Feb 21 22:41:23.827 INFO O| Feb 21 22:41:23.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
72742025-02-21T22:41:25.810Z[ recovery-image] Feb 21 22:41:23.827 INFO O| Feb 21 22:41:23.827 INFO STEP 885 (remove_files) COMPLETE
72752025-02-21T22:41:25.810Z[ recovery-image] Feb 21 22:41:23.827 INFO O| Feb 21 22:41:23.827 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762025-02-21T22:41:25.831Z[ recovery-image] Feb 21 22:41:23.849 INFO O| Feb 21 22:41:23.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
72772025-02-21T22:41:25.831Z[ recovery-image] Feb 21 22:41:23.849 INFO O| Feb 21 22:41:23.849 INFO STEP 886 (remove_files) COMPLETE
72782025-02-21T22:41:25.834Z[ recovery-image] Feb 21 22:41:23.849 INFO O| Feb 21 22:41:23.849 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792025-02-21T22:41:25.858Z[ recovery-image] Feb 21 22:41:23.875 INFO O| Feb 21 22:41:23.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
72802025-02-21T22:41:25.858Z[ recovery-image] Feb 21 22:41:23.875 INFO O| Feb 21 22:41:23.875 INFO STEP 887 (remove_files) COMPLETE
72812025-02-21T22:41:25.860Z[ recovery-image] Feb 21 22:41:23.875 INFO O| Feb 21 22:41:23.875 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822025-02-21T22:41:25.900Z[ recovery-image] Feb 21 22:41:23.917 INFO O| Feb 21 22:41:23.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
72832025-02-21T22:41:25.900Z[ recovery-image] Feb 21 22:41:23.918 INFO O| Feb 21 22:41:23.917 INFO STEP 888 (remove_files) COMPLETE
72842025-02-21T22:41:25.903Z[ recovery-image] Feb 21 22:41:23.918 INFO O| Feb 21 22:41:23.918 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852025-02-21T22:41:25.947Z[ recovery-image] Feb 21 22:41:23.964 INFO O| Feb 21 22:41:23.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
72862025-02-21T22:41:25.970Z[ recovery-image] Feb 21 22:41:23.987 INFO O| Feb 21 22:41:23.987 INFO STEP 889 (remove_files) COMPLETE
72872025-02-21T22:41:25.970Z[ recovery-image] Feb 21 22:41:23.987 INFO O| Feb 21 22:41:23.987 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882025-02-21T22:41:25.998Z[ recovery-image] Feb 21 22:41:24.016 INFO O| Feb 21 22:41:24.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
72892025-02-21T22:41:25.998Z[ recovery-image] Feb 21 22:41:24.016 INFO O| Feb 21 22:41:24.016 INFO STEP 890 (remove_files) COMPLETE
72902025-02-21T22:41:25.998Z[ recovery-image] Feb 21 22:41:24.016 INFO O| Feb 21 22:41:24.016 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912025-02-21T22:41:26.039Z[ recovery-image] Feb 21 22:41:24.056 INFO O| Feb 21 22:41:24.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
72922025-02-21T22:41:26.039Z[ recovery-image] Feb 21 22:41:24.056 INFO O| Feb 21 22:41:24.056 INFO STEP 891 (remove_files) COMPLETE
72932025-02-21T22:41:26.041Z[ recovery-image] Feb 21 22:41:24.056 INFO O| Feb 21 22:41:24.056 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942025-02-21T22:41:26.060Z[ recovery-image] Feb 21 22:41:24.078 INFO O| Feb 21 22:41:24.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
72952025-02-21T22:41:26.060Z[ recovery-image] Feb 21 22:41:24.078 INFO O| Feb 21 22:41:24.078 INFO STEP 892 (remove_files) COMPLETE
72962025-02-21T22:41:26.063Z[ recovery-image] Feb 21 22:41:24.078 INFO O| Feb 21 22:41:24.078 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972025-02-21T22:41:26.098Z[ recovery-image] Feb 21 22:41:24.116 INFO O| Feb 21 22:41:24.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
72982025-02-21T22:41:26.098Z[ recovery-image] Feb 21 22:41:24.116 INFO O| Feb 21 22:41:24.116 INFO STEP 893 (remove_files) COMPLETE
72992025-02-21T22:41:26.101Z[ recovery-image] Feb 21 22:41:24.116 INFO O| Feb 21 22:41:24.116 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002025-02-21T22:41:26.128Z[ recovery-image] Feb 21 22:41:24.145 INFO O| Feb 21 22:41:24.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73012025-02-21T22:41:26.131Z[ recovery-image] Feb 21 22:41:24.146 INFO O| Feb 21 22:41:24.145 INFO STEP 894 (remove_files) COMPLETE
73022025-02-21T22:41:26.131Z[ recovery-image] Feb 21 22:41:24.146 INFO O| Feb 21 22:41:24.145 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032025-02-21T22:41:26.165Z[ recovery-image] Feb 21 22:41:24.183 INFO O| Feb 21 22:41:24.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73042025-02-21T22:41:26.166Z[ recovery-image] Feb 21 22:41:24.183 INFO O| Feb 21 22:41:24.183 INFO STEP 895 (remove_files) COMPLETE
73052025-02-21T22:41:26.166Z[ recovery-image] Feb 21 22:41:24.183 INFO O| Feb 21 22:41:24.183 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062025-02-21T22:41:26.208Z[ recovery-image] Feb 21 22:41:24.226 INFO O| Feb 21 22:41:24.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
73072025-02-21T22:41:26.211Z[ recovery-image] Feb 21 22:41:24.226 INFO O| Feb 21 22:41:24.226 INFO STEP 896 (remove_files) COMPLETE
73082025-02-21T22:41:26.211Z[ recovery-image] Feb 21 22:41:24.226 INFO O| Feb 21 22:41:24.226 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092025-02-21T22:41:26.231Z[ recovery-image] Feb 21 22:41:24.249 INFO O| Feb 21 22:41:24.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
73102025-02-21T22:41:26.234Z[ recovery-image] Feb 21 22:41:24.249 INFO O| Feb 21 22:41:24.249 INFO STEP 897 (remove_files) COMPLETE
73112025-02-21T22:41:26.234Z[ recovery-image] Feb 21 22:41:24.249 INFO O| Feb 21 22:41:24.249 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122025-02-21T22:41:26.253Z[ recovery-image] Feb 21 22:41:24.270 INFO O| Feb 21 22:41:24.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
73132025-02-21T22:41:26.253Z[ recovery-image] Feb 21 22:41:24.271 INFO O| Feb 21 22:41:24.271 INFO STEP 898 (remove_files) COMPLETE
73142025-02-21T22:41:26.253Z[ recovery-image] Feb 21 22:41:24.271 INFO O| Feb 21 22:41:24.271 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152025-02-21T22:41:26.274Z[ recovery-image] Feb 21 22:41:24.291 INFO O| Feb 21 22:41:24.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73162025-02-21T22:41:26.274Z[ recovery-image] Feb 21 22:41:24.291 INFO O| Feb 21 22:41:24.291 INFO STEP 899 (remove_files) COMPLETE
73172025-02-21T22:41:26.274Z[ recovery-image] Feb 21 22:41:24.291 INFO O| Feb 21 22:41:24.291 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182025-02-21T22:41:26.307Z[ recovery-image] Feb 21 22:41:24.324 INFO O| Feb 21 22:41:24.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73192025-02-21T22:41:26.307Z[ recovery-image] Feb 21 22:41:24.324 INFO O| Feb 21 22:41:24.324 INFO STEP 900 (remove_files) COMPLETE
73202025-02-21T22:41:26.307Z[ recovery-image] Feb 21 22:41:24.324 INFO O| Feb 21 22:41:24.324 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212025-02-21T22:41:26.333Z[ recovery-image] Feb 21 22:41:24.350 INFO O| Feb 21 22:41:24.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
73222025-02-21T22:41:26.335Z[ recovery-image] Feb 21 22:41:24.350 INFO O| Feb 21 22:41:24.350 INFO STEP 901 (remove_files) COMPLETE
73232025-02-21T22:41:26.335Z[ recovery-image] Feb 21 22:41:24.351 INFO O| Feb 21 22:41:24.350 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242025-02-21T22:41:26.354Z[ recovery-image] Feb 21 22:41:24.371 INFO O| Feb 21 22:41:24.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
73252025-02-21T22:41:26.357Z[ recovery-image] Feb 21 22:41:24.371 INFO O| Feb 21 22:41:24.371 INFO STEP 902 (remove_files) COMPLETE
73262025-02-21T22:41:26.357Z[ recovery-image] Feb 21 22:41:24.372 INFO O| Feb 21 22:41:24.371 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272025-02-21T22:41:26.374Z[ recovery-image] Feb 21 22:41:24.392 INFO O| Feb 21 22:41:24.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73282025-02-21T22:41:26.377Z[ recovery-image] Feb 21 22:41:24.392 INFO O| Feb 21 22:41:24.392 INFO STEP 903 (remove_files) COMPLETE
73292025-02-21T22:41:26.377Z[ recovery-image] Feb 21 22:41:24.392 INFO O| Feb 21 22:41:24.392 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302025-02-21T22:41:26.396Z[ recovery-image] Feb 21 22:41:24.413 INFO O| Feb 21 22:41:24.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
73312025-02-21T22:41:26.396Z[ recovery-image] Feb 21 22:41:24.413 INFO O| Feb 21 22:41:24.413 INFO STEP 904 (remove_files) COMPLETE
73322025-02-21T22:41:26.396Z[ recovery-image] Feb 21 22:41:24.413 INFO O| Feb 21 22:41:24.413 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332025-02-21T22:41:26.414Z[ recovery-image] Feb 21 22:41:24.431 INFO O| Feb 21 22:41:24.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73342025-02-21T22:41:26.414Z[ recovery-image] Feb 21 22:41:24.432 INFO O| Feb 21 22:41:24.432 INFO STEP 905 (remove_files) COMPLETE
73352025-02-21T22:41:26.414Z[ recovery-image] Feb 21 22:41:24.432 INFO O| Feb 21 22:41:24.432 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362025-02-21T22:41:26.449Z[ recovery-image] Feb 21 22:41:24.467 INFO O| Feb 21 22:41:24.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73372025-02-21T22:41:26.449Z[ recovery-image] Feb 21 22:41:24.467 INFO O| Feb 21 22:41:24.467 INFO STEP 906 (remove_files) COMPLETE
73382025-02-21T22:41:26.452Z[ recovery-image] Feb 21 22:41:24.467 INFO O| Feb 21 22:41:24.467 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392025-02-21T22:41:26.470Z[ recovery-image] Feb 21 22:41:24.487 INFO O| Feb 21 22:41:24.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
73402025-02-21T22:41:26.472Z[ recovery-image] Feb 21 22:41:24.487 INFO O| Feb 21 22:41:24.487 INFO STEP 907 (remove_files) COMPLETE
73412025-02-21T22:41:26.472Z[ recovery-image] Feb 21 22:41:24.487 INFO O| Feb 21 22:41:24.487 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422025-02-21T22:41:26.490Z[ recovery-image] Feb 21 22:41:24.507 INFO O| Feb 21 22:41:24.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
73432025-02-21T22:41:26.493Z[ recovery-image] Feb 21 22:41:24.508 INFO O| Feb 21 22:41:24.508 INFO STEP 908 (remove_files) COMPLETE
73442025-02-21T22:41:26.493Z[ recovery-image] Feb 21 22:41:24.508 INFO O| Feb 21 22:41:24.508 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452025-02-21T22:41:26.511Z[ recovery-image] Feb 21 22:41:24.528 INFO O| Feb 21 22:41:24.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73462025-02-21T22:41:26.513Z[ recovery-image] Feb 21 22:41:24.528 INFO O| Feb 21 22:41:24.528 INFO STEP 909 (remove_files) COMPLETE
73472025-02-21T22:41:26.513Z[ recovery-image] Feb 21 22:41:24.528 INFO O| Feb 21 22:41:24.528 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482025-02-21T22:41:26.549Z[ recovery-image] Feb 21 22:41:24.563 INFO O| Feb 21 22:41:24.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
73492025-02-21T22:41:26.553Z[ recovery-image] Feb 21 22:41:24.563 INFO O| Feb 21 22:41:24.563 INFO STEP 910 (remove_files) COMPLETE
73502025-02-21T22:41:26.553Z[ recovery-image] Feb 21 22:41:24.564 INFO O| Feb 21 22:41:24.563 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512025-02-21T22:41:26.569Z[ recovery-image] Feb 21 22:41:24.586 INFO O| Feb 21 22:41:24.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
73522025-02-21T22:41:26.571Z[ recovery-image] Feb 21 22:41:24.586 INFO O| Feb 21 22:41:24.586 INFO STEP 911 (remove_files) COMPLETE
73532025-02-21T22:41:26.571Z[ recovery-image] Feb 21 22:41:24.587 INFO O| Feb 21 22:41:24.586 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542025-02-21T22:41:26.608Z[ recovery-image] Feb 21 22:41:24.626 INFO O| Feb 21 22:41:24.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
73552025-02-21T22:41:26.609Z[ recovery-image] Feb 21 22:41:24.626 INFO O| Feb 21 22:41:24.626 INFO STEP 912 (remove_files) COMPLETE
73562025-02-21T22:41:26.609Z[ recovery-image] Feb 21 22:41:24.626 INFO O| Feb 21 22:41:24.626 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572025-02-21T22:41:26.668Z[ recovery-image] Feb 21 22:41:24.685 INFO O| Feb 21 22:41:24.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
73582025-02-21T22:41:26.668Z[ recovery-image] Feb 21 22:41:24.685 INFO O| Feb 21 22:41:24.685 INFO STEP 913 (remove_files) COMPLETE
73592025-02-21T22:41:26.672Z[ recovery-image] Feb 21 22:41:24.685 INFO O| Feb 21 22:41:24.685 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602025-02-21T22:41:26.691Z[ recovery-image] Feb 21 22:41:24.709 INFO O| Feb 21 22:41:24.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
73612025-02-21T22:41:26.691Z[ recovery-image] Feb 21 22:41:24.709 INFO O| Feb 21 22:41:24.709 INFO STEP 914 (remove_files) COMPLETE
73622025-02-21T22:41:26.691Z[ recovery-image] Feb 21 22:41:24.709 INFO O| Feb 21 22:41:24.709 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632025-02-21T22:41:26.710Z[ recovery-image] Feb 21 22:41:24.727 INFO O| Feb 21 22:41:24.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
73642025-02-21T22:41:26.710Z[ recovery-image] Feb 21 22:41:24.727 INFO O| Feb 21 22:41:24.727 INFO STEP 915 (remove_files) COMPLETE
73652025-02-21T22:41:26.713Z[ recovery-image] Feb 21 22:41:24.727 INFO O| Feb 21 22:41:24.727 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662025-02-21T22:41:26.727Z[ recovery-image] Feb 21 22:41:24.744 INFO O| Feb 21 22:41:24.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
73672025-02-21T22:41:26.727Z[ recovery-image] Feb 21 22:41:24.744 INFO O| Feb 21 22:41:24.744 INFO STEP 916 (remove_files) COMPLETE
73682025-02-21T22:41:26.727Z[ recovery-image] Feb 21 22:41:24.744 INFO O| Feb 21 22:41:24.744 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692025-02-21T22:41:26.738Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
73702025-02-21T22:41:26.747Z[ recovery-image] Feb 21 22:41:24.764 INFO O| Feb 21 22:41:24.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
73712025-02-21T22:41:26.747Z[ recovery-image] Feb 21 22:41:24.764 INFO O| Feb 21 22:41:24.764 INFO STEP 917 (remove_files) COMPLETE
73722025-02-21T22:41:26.750Z[ recovery-image] Feb 21 22:41:24.764 INFO O| Feb 21 22:41:24.764 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732025-02-21T22:41:26.776Z[ recovery-image] Feb 21 22:41:24.793 INFO O| Feb 21 22:41:24.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
73742025-02-21T22:41:26.776Z[ recovery-image] Feb 21 22:41:24.793 INFO O| Feb 21 22:41:24.793 INFO STEP 918 (remove_files) COMPLETE
73752025-02-21T22:41:26.776Z[ recovery-image] Feb 21 22:41:24.793 INFO O| Feb 21 22:41:24.793 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762025-02-21T22:41:26.796Z[ recovery-image] Feb 21 22:41:24.814 INFO O| Feb 21 22:41:24.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
73772025-02-21T22:41:26.796Z[ recovery-image] Feb 21 22:41:24.814 INFO O| Feb 21 22:41:24.814 INFO STEP 919 (remove_files) COMPLETE
73782025-02-21T22:41:26.799Z[ recovery-image] Feb 21 22:41:24.814 INFO O| Feb 21 22:41:24.814 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792025-02-21T22:41:26.819Z[ recovery-image] Feb 21 22:41:24.836 INFO O| Feb 21 22:41:24.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
73802025-02-21T22:41:26.822Z[ recovery-image] Feb 21 22:41:24.837 INFO O| Feb 21 22:41:24.837 INFO STEP 920 (remove_files) COMPLETE
73812025-02-21T22:41:26.822Z[ recovery-image] Feb 21 22:41:24.837 INFO O| Feb 21 22:41:24.837 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822025-02-21T22:41:26.898Z[ recovery-image] Feb 21 22:41:24.916 INFO O| Feb 21 22:41:24.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
73832025-02-21T22:41:26.899Z[ recovery-image] Feb 21 22:41:24.916 INFO O| Feb 21 22:41:24.916 INFO STEP 921 (remove_files) COMPLETE
73842025-02-21T22:41:26.899Z[ recovery-image] Feb 21 22:41:24.916 INFO O| Feb 21 22:41:24.916 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852025-02-21T22:41:26.920Z[ recovery-image] Feb 21 22:41:24.937 INFO O| Feb 21 22:41:24.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
73862025-02-21T22:41:26.923Z[ recovery-image] Feb 21 22:41:24.937 INFO O| Feb 21 22:41:24.937 INFO STEP 922 (remove_files) COMPLETE
73872025-02-21T22:41:26.923Z[ recovery-image] Feb 21 22:41:24.938 INFO O| Feb 21 22:41:24.937 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882025-02-21T22:41:26.939Z[ recovery-image] Feb 21 22:41:24.957 INFO O| Feb 21 22:41:24.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
73892025-02-21T22:41:26.939Z[ recovery-image] Feb 21 22:41:24.957 INFO O| Feb 21 22:41:24.957 INFO STEP 923 (remove_files) COMPLETE
73902025-02-21T22:41:26.942Z[ recovery-image] Feb 21 22:41:24.957 INFO O| Feb 21 22:41:24.957 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912025-02-21T22:41:26.960Z[ recovery-image] Feb 21 22:41:24.976 INFO O| Feb 21 22:41:24.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
73922025-02-21T22:41:26.960Z[ recovery-image] Feb 21 22:41:24.977 INFO O| Feb 21 22:41:24.977 INFO STEP 924 (remove_files) COMPLETE
73932025-02-21T22:41:26.960Z[ recovery-image] Feb 21 22:41:24.977 INFO O| Feb 21 22:41:24.977 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942025-02-21T22:41:26.989Z[ recovery-image] Feb 21 22:41:25.006 INFO O| Feb 21 22:41:25.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
73952025-02-21T22:41:26.989Z[ recovery-image] Feb 21 22:41:25.006 INFO O| Feb 21 22:41:25.006 INFO STEP 925 (remove_files) COMPLETE
73962025-02-21T22:41:26.989Z[ recovery-image] Feb 21 22:41:25.006 INFO O| Feb 21 22:41:25.006 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972025-02-21T22:41:27.011Z[ recovery-image] Feb 21 22:41:25.028 INFO O| Feb 21 22:41:25.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
73982025-02-21T22:41:27.011Z[ recovery-image] Feb 21 22:41:25.028 INFO O| Feb 21 22:41:25.028 INFO STEP 926 (remove_files) COMPLETE
73992025-02-21T22:41:27.013Z[ recovery-image] Feb 21 22:41:25.028 INFO O| Feb 21 22:41:25.028 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002025-02-21T22:41:27.051Z[ recovery-image] Feb 21 22:41:25.069 INFO O| Feb 21 22:41:25.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
74012025-02-21T22:41:27.054Z[ recovery-image] Feb 21 22:41:25.069 INFO O| Feb 21 22:41:25.069 INFO STEP 927 (remove_files) COMPLETE
74022025-02-21T22:41:27.054Z[ recovery-image] Feb 21 22:41:25.069 INFO O| Feb 21 22:41:25.069 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032025-02-21T22:41:27.074Z[ recovery-image] Feb 21 22:41:25.091 INFO O| Feb 21 22:41:25.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
74042025-02-21T22:41:27.076Z[ recovery-image] Feb 21 22:41:25.091 INFO O| Feb 21 22:41:25.091 INFO STEP 928 (remove_files) COMPLETE
74052025-02-21T22:41:27.076Z[ recovery-image] Feb 21 22:41:25.091 INFO O| Feb 21 22:41:25.091 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062025-02-21T22:41:27.124Z[ recovery-image] Feb 21 22:41:25.142 INFO O| Feb 21 22:41:25.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
74072025-02-21T22:41:27.124Z[ recovery-image] Feb 21 22:41:25.142 INFO O| Feb 21 22:41:25.142 INFO STEP 929 (remove_files) COMPLETE
74082025-02-21T22:41:27.124Z[ recovery-image] Feb 21 22:41:25.142 INFO O| Feb 21 22:41:25.142 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092025-02-21T22:41:27.144Z[ recovery-image] Feb 21 22:41:25.162 INFO O| Feb 21 22:41:25.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
74102025-02-21T22:41:27.144Z[ recovery-image] Feb 21 22:41:25.162 INFO O| Feb 21 22:41:25.162 INFO STEP 930 (remove_files) COMPLETE
74112025-02-21T22:41:27.147Z[ recovery-image] Feb 21 22:41:25.162 INFO O| Feb 21 22:41:25.162 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122025-02-21T22:41:27.185Z[ recovery-image] Feb 21 22:41:25.202 INFO O| Feb 21 22:41:25.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74132025-02-21T22:41:27.188Z[ recovery-image] Feb 21 22:41:25.203 INFO O| Feb 21 22:41:25.202 INFO STEP 931 (remove_files) COMPLETE
74142025-02-21T22:41:27.188Z[ recovery-image] Feb 21 22:41:25.203 INFO O| Feb 21 22:41:25.203 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152025-02-21T22:41:27.207Z[ recovery-image] Feb 21 22:41:25.224 INFO O| Feb 21 22:41:25.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74162025-02-21T22:41:27.210Z[ recovery-image] Feb 21 22:41:25.224 INFO O| Feb 21 22:41:25.224 INFO STEP 932 (remove_files) COMPLETE
74172025-02-21T22:41:27.210Z[ recovery-image] Feb 21 22:41:25.224 INFO O| Feb 21 22:41:25.224 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182025-02-21T22:41:27.228Z[ recovery-image] Feb 21 22:41:25.245 INFO O| Feb 21 22:41:25.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74192025-02-21T22:41:27.228Z[ recovery-image] Feb 21 22:41:25.245 INFO O| Feb 21 22:41:25.245 INFO STEP 933 (remove_files) COMPLETE
74202025-02-21T22:41:27.231Z[ recovery-image] Feb 21 22:41:25.246 INFO O| Feb 21 22:41:25.245 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212025-02-21T22:41:27.256Z[ recovery-image] Feb 21 22:41:25.267 INFO O| Feb 21 22:41:25.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74222025-02-21T22:41:27.259Z[ recovery-image] Feb 21 22:41:25.267 INFO O| Feb 21 22:41:25.267 INFO STEP 934 (remove_files) COMPLETE
74232025-02-21T22:41:27.259Z[ recovery-image] Feb 21 22:41:25.267 INFO O| Feb 21 22:41:25.267 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242025-02-21T22:41:27.284Z[ recovery-image] Feb 21 22:41:25.300 INFO O| Feb 21 22:41:25.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
74252025-02-21T22:41:27.284Z[ recovery-image] Feb 21 22:41:25.300 INFO O| Feb 21 22:41:25.300 INFO STEP 935 (remove_files) COMPLETE
74262025-02-21T22:41:27.288Z[ recovery-image] Feb 21 22:41:25.301 INFO O| Feb 21 22:41:25.301 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272025-02-21T22:41:27.346Z[ recovery-image] Feb 21 22:41:25.363 INFO O| Feb 21 22:41:25.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
74282025-02-21T22:41:27.349Z[ recovery-image] Feb 21 22:41:25.363 INFO O| Feb 21 22:41:25.363 INFO STEP 936 (remove_files) COMPLETE
74292025-02-21T22:41:27.349Z[ recovery-image] Feb 21 22:41:25.363 INFO O| Feb 21 22:41:25.363 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302025-02-21T22:41:27.368Z[ recovery-image] Feb 21 22:41:25.385 INFO O| Feb 21 22:41:25.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
74312025-02-21T22:41:27.370Z[ recovery-image] Feb 21 22:41:25.385 INFO O| Feb 21 22:41:25.385 INFO STEP 937 (remove_files) COMPLETE
74322025-02-21T22:41:27.370Z[ recovery-image] Feb 21 22:41:25.385 INFO O| Feb 21 22:41:25.385 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332025-02-21T22:41:27.387Z[ recovery-image] Feb 21 22:41:25.404 INFO O| Feb 21 22:41:25.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
74342025-02-21T22:41:27.390Z[ recovery-image] Feb 21 22:41:25.405 INFO O| Feb 21 22:41:25.404 INFO STEP 938 (remove_files) COMPLETE
74352025-02-21T22:41:27.390Z[ recovery-image] Feb 21 22:41:25.405 INFO O| Feb 21 22:41:25.405 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362025-02-21T22:41:27.407Z[ recovery-image] Feb 21 22:41:25.424 INFO O| Feb 21 22:41:25.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
74372025-02-21T22:41:27.407Z[ recovery-image] Feb 21 22:41:25.425 INFO O| Feb 21 22:41:25.425 INFO STEP 939 (remove_files) COMPLETE
74382025-02-21T22:41:27.410Z[ recovery-image] Feb 21 22:41:25.425 INFO O| Feb 21 22:41:25.425 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392025-02-21T22:41:27.436Z[ recovery-image] Feb 21 22:41:25.453 INFO O| Feb 21 22:41:25.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
74402025-02-21T22:41:27.436Z[ recovery-image] Feb 21 22:41:25.453 INFO O| Feb 21 22:41:25.453 INFO STEP 940 (remove_files) COMPLETE
74412025-02-21T22:41:27.448Z[ recovery-image] Feb 21 22:41:25.453 INFO O| Feb 21 22:41:25.453 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422025-02-21T22:41:27.474Z[ recovery-image] Feb 21 22:41:25.492 INFO O| Feb 21 22:41:25.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74432025-02-21T22:41:27.474Z[ recovery-image] Feb 21 22:41:25.492 INFO O| Feb 21 22:41:25.492 INFO STEP 941 (remove_files) COMPLETE
74442025-02-21T22:41:27.474Z[ recovery-image] Feb 21 22:41:25.492 INFO O| Feb 21 22:41:25.492 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452025-02-21T22:41:27.496Z[ recovery-image] Feb 21 22:41:25.514 INFO O| Feb 21 22:41:25.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74462025-02-21T22:41:27.497Z[ recovery-image] Feb 21 22:41:25.514 INFO O| Feb 21 22:41:25.514 INFO STEP 942 (remove_files) COMPLETE
74472025-02-21T22:41:27.497Z[ recovery-image] Feb 21 22:41:25.514 INFO O| Feb 21 22:41:25.514 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482025-02-21T22:41:27.518Z[ recovery-image] Feb 21 22:41:25.535 INFO O| Feb 21 22:41:25.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
74492025-02-21T22:41:27.518Z[ recovery-image] Feb 21 22:41:25.535 INFO O| Feb 21 22:41:25.535 INFO STEP 943 (remove_files) COMPLETE
74502025-02-21T22:41:27.521Z[ recovery-image] Feb 21 22:41:25.535 INFO O| Feb 21 22:41:25.535 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512025-02-21T22:41:27.550Z[ recovery-image] Feb 21 22:41:25.557 INFO O| Feb 21 22:41:25.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
74522025-02-21T22:41:27.550Z[ recovery-image] Feb 21 22:41:25.557 INFO O| Feb 21 22:41:25.557 INFO STEP 944 (remove_files) COMPLETE
74532025-02-21T22:41:27.555Z[ recovery-image] Feb 21 22:41:25.557 INFO O| Feb 21 22:41:25.557 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542025-02-21T22:41:27.558Z[ recovery-image] Feb 21 22:41:25.575 INFO O| Feb 21 22:41:25.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
74552025-02-21T22:41:27.558Z[ recovery-image] Feb 21 22:41:25.575 INFO O| Feb 21 22:41:25.575 INFO STEP 945 (remove_files) COMPLETE
74562025-02-21T22:41:27.558Z[ recovery-image] Feb 21 22:41:25.575 INFO O| Feb 21 22:41:25.575 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572025-02-21T22:41:27.576Z[ recovery-image] Feb 21 22:41:25.593 INFO O| Feb 21 22:41:25.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
74582025-02-21T22:41:27.576Z[ recovery-image] Feb 21 22:41:25.593 INFO O| Feb 21 22:41:25.593 INFO STEP 946 (remove_files) COMPLETE
74592025-02-21T22:41:27.579Z[ recovery-image] Feb 21 22:41:25.593 INFO O| Feb 21 22:41:25.593 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602025-02-21T22:41:27.595Z[ recovery-image] Feb 21 22:41:25.612 INFO O| Feb 21 22:41:25.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
74612025-02-21T22:41:27.595Z[ recovery-image] Feb 21 22:41:25.612 INFO O| Feb 21 22:41:25.612 INFO STEP 947 (remove_files) COMPLETE
74622025-02-21T22:41:27.598Z[ recovery-image] Feb 21 22:41:25.612 INFO O| Feb 21 22:41:25.612 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632025-02-21T22:41:27.614Z[ recovery-image] Feb 21 22:41:25.632 INFO O| Feb 21 22:41:25.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
74642025-02-21T22:41:27.614Z[ recovery-image] Feb 21 22:41:25.632 INFO O| Feb 21 22:41:25.632 INFO STEP 948 (remove_files) COMPLETE
74652025-02-21T22:41:27.614Z[ recovery-image] Feb 21 22:41:25.632 INFO O| Feb 21 22:41:25.632 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662025-02-21T22:41:27.634Z[ recovery-image] Feb 21 22:41:25.652 INFO O| Feb 21 22:41:25.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
74672025-02-21T22:41:27.634Z[ recovery-image] Feb 21 22:41:25.652 INFO O| Feb 21 22:41:25.652 INFO STEP 949 (remove_files) COMPLETE
74682025-02-21T22:41:27.638Z[ recovery-image] Feb 21 22:41:25.652 INFO O| Feb 21 22:41:25.652 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692025-02-21T22:41:27.655Z[ recovery-image] Feb 21 22:41:25.672 INFO O| Feb 21 22:41:25.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
74702025-02-21T22:41:27.655Z[ recovery-image] Feb 21 22:41:25.672 INFO O| Feb 21 22:41:25.672 INFO STEP 950 (remove_files) COMPLETE
74712025-02-21T22:41:27.655Z[ recovery-image] Feb 21 22:41:25.672 INFO O| Feb 21 22:41:25.672 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722025-02-21T22:41:27.695Z[ recovery-image] Feb 21 22:41:25.711 INFO O| Feb 21 22:41:25.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
74732025-02-21T22:41:27.695Z[ recovery-image] Feb 21 22:41:25.711 INFO O| Feb 21 22:41:25.711 INFO STEP 951 (remove_files) COMPLETE
74742025-02-21T22:41:27.695Z[ recovery-image] Feb 21 22:41:25.711 INFO O| Feb 21 22:41:25.711 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752025-02-21T22:41:27.729Z[ recovery-image] Feb 21 22:41:25.746 INFO O| Feb 21 22:41:25.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
74762025-02-21T22:41:27.729Z[ recovery-image] Feb 21 22:41:25.746 INFO O| Feb 21 22:41:25.746 INFO STEP 952 (remove_files) COMPLETE
74772025-02-21T22:41:27.729Z[ recovery-image] Feb 21 22:41:25.746 INFO O| Feb 21 22:41:25.746 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782025-02-21T22:41:27.752Z[ recovery-image] Feb 21 22:41:25.768 INFO O| Feb 21 22:41:25.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
74792025-02-21T22:41:27.752Z[ recovery-image] Feb 21 22:41:25.768 INFO O| Feb 21 22:41:25.768 INFO STEP 953 (remove_files) COMPLETE
74802025-02-21T22:41:27.752Z[ recovery-image] Feb 21 22:41:25.768 INFO O| Feb 21 22:41:25.768 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812025-02-21T22:41:27.776Z[ recovery-image] Feb 21 22:41:25.793 INFO O| Feb 21 22:41:25.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
74822025-02-21T22:41:27.779Z[ recovery-image] Feb 21 22:41:25.793 INFO O| Feb 21 22:41:25.793 INFO STEP 954 (remove_files) COMPLETE
74832025-02-21T22:41:27.779Z[ recovery-image] Feb 21 22:41:25.794 INFO O| Feb 21 22:41:25.793 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842025-02-21T22:41:27.799Z[ recovery-image] Feb 21 22:41:25.815 INFO O| Feb 21 22:41:25.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
74852025-02-21T22:41:27.799Z[ recovery-image] Feb 21 22:41:25.815 INFO O| Feb 21 22:41:25.815 INFO STEP 955 (remove_files) COMPLETE
74862025-02-21T22:41:27.799Z[ recovery-image] Feb 21 22:41:25.815 INFO O| Feb 21 22:41:25.815 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872025-02-21T22:41:27.831Z[ recovery-image] Feb 21 22:41:25.847 INFO O| Feb 21 22:41:25.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
74882025-02-21T22:41:27.831Z[ recovery-image] Feb 21 22:41:25.847 INFO O| Feb 21 22:41:25.847 INFO STEP 956 (remove_files) COMPLETE
74892025-02-21T22:41:27.831Z[ recovery-image] Feb 21 22:41:25.847 INFO O| Feb 21 22:41:25.847 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902025-02-21T22:41:27.888Z[ recovery-image] Feb 21 22:41:25.906 INFO O| Feb 21 22:41:25.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
74912025-02-21T22:41:27.888Z[ recovery-image] Feb 21 22:41:25.906 INFO O| Feb 21 22:41:25.906 INFO STEP 957 (remove_files) COMPLETE
74922025-02-21T22:41:27.891Z[ recovery-image] Feb 21 22:41:25.906 INFO O| Feb 21 22:41:25.906 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932025-02-21T22:41:27.949Z[ recovery-image] Feb 21 22:41:25.966 INFO O| Feb 21 22:41:25.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
74942025-02-21T22:41:27.949Z[ recovery-image] Feb 21 22:41:25.966 INFO O| Feb 21 22:41:25.966 INFO STEP 958 (remove_files) COMPLETE
74952025-02-21T22:41:27.953Z[ recovery-image] Feb 21 22:41:25.966 INFO O| Feb 21 22:41:25.966 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962025-02-21T22:41:27.969Z[ recovery-image] Feb 21 22:41:25.986 INFO O| Feb 21 22:41:25.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
74972025-02-21T22:41:27.969Z[ recovery-image] Feb 21 22:41:25.986 INFO O| Feb 21 22:41:25.986 INFO STEP 959 (remove_files) COMPLETE
74982025-02-21T22:41:27.969Z[ recovery-image] Feb 21 22:41:25.986 INFO O| Feb 21 22:41:25.986 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992025-02-21T22:41:27.990Z[ recovery-image] Feb 21 22:41:26.007 INFO O| Feb 21 22:41:26.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
75002025-02-21T22:41:27.990Z[ recovery-image] Feb 21 22:41:26.007 INFO O| Feb 21 22:41:26.007 INFO STEP 960 (remove_files) COMPLETE
75012025-02-21T22:41:27.993Z[ recovery-image] Feb 21 22:41:26.007 INFO O| Feb 21 22:41:26.007 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022025-02-21T22:41:28.023Z[ recovery-image] Feb 21 22:41:26.040 INFO O| Feb 21 22:41:26.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
75032025-02-21T22:41:28.023Z[ recovery-image] Feb 21 22:41:26.040 INFO O| Feb 21 22:41:26.040 INFO STEP 961 (remove_files) COMPLETE
75042025-02-21T22:41:28.026Z[ recovery-image] Feb 21 22:41:26.040 INFO O| Feb 21 22:41:26.040 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052025-02-21T22:41:28.059Z[ recovery-image] Feb 21 22:41:26.076 INFO O| Feb 21 22:41:26.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
75062025-02-21T22:41:28.059Z[ recovery-image] Feb 21 22:41:26.076 INFO O| Feb 21 22:41:26.076 INFO STEP 962 (remove_files) COMPLETE
75072025-02-21T22:41:28.059Z[ recovery-image] Feb 21 22:41:26.076 INFO O| Feb 21 22:41:26.076 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082025-02-21T22:41:28.079Z[ recovery-image] Feb 21 22:41:26.096 INFO O| Feb 21 22:41:26.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
75092025-02-21T22:41:28.079Z[ recovery-image] Feb 21 22:41:26.096 INFO O| Feb 21 22:41:26.096 INFO STEP 963 (remove_files) COMPLETE
75102025-02-21T22:41:28.079Z[ recovery-image] Feb 21 22:41:26.097 INFO O| Feb 21 22:41:26.096 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112025-02-21T22:41:28.099Z[ recovery-image] Feb 21 22:41:26.117 INFO O| Feb 21 22:41:26.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
75122025-02-21T22:41:28.099Z[ recovery-image] Feb 21 22:41:26.117 INFO O| Feb 21 22:41:26.117 INFO STEP 964 (remove_files) COMPLETE
75132025-02-21T22:41:28.102Z[ recovery-image] Feb 21 22:41:26.117 INFO O| Feb 21 22:41:26.117 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142025-02-21T22:41:28.127Z[ recovery-image] Feb 21 22:41:26.144 INFO O| Feb 21 22:41:26.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
75152025-02-21T22:41:28.127Z[ recovery-image] Feb 21 22:41:26.144 INFO O| Feb 21 22:41:26.144 INFO STEP 965 (remove_files) COMPLETE
75162025-02-21T22:41:28.127Z[ recovery-image] Feb 21 22:41:26.144 INFO O| Feb 21 22:41:26.144 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172025-02-21T22:41:28.153Z[ recovery-image] Feb 21 22:41:26.170 INFO O| Feb 21 22:41:26.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
75182025-02-21T22:41:28.153Z[ recovery-image] Feb 21 22:41:26.170 INFO O| Feb 21 22:41:26.170 INFO STEP 966 (remove_files) COMPLETE
75192025-02-21T22:41:28.153Z[ recovery-image] Feb 21 22:41:26.170 INFO O| Feb 21 22:41:26.170 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202025-02-21T22:41:28.207Z[ recovery-image] Feb 21 22:41:26.224 INFO O| Feb 21 22:41:26.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
75212025-02-21T22:41:28.207Z[ recovery-image] Feb 21 22:41:26.224 INFO O| Feb 21 22:41:26.224 INFO STEP 967 (remove_files) COMPLETE
75222025-02-21T22:41:28.207Z[ recovery-image] Feb 21 22:41:26.224 INFO O| Feb 21 22:41:26.224 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232025-02-21T22:41:28.228Z[ recovery-image] Feb 21 22:41:26.245 INFO O| Feb 21 22:41:26.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
75242025-02-21T22:41:28.232Z[ recovery-image] Feb 21 22:41:26.245 INFO O| Feb 21 22:41:26.245 INFO STEP 968 (remove_files) COMPLETE
75252025-02-21T22:41:28.232Z[ recovery-image] Feb 21 22:41:26.245 INFO O| Feb 21 22:41:26.245 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262025-02-21T22:41:28.299Z[ recovery-image] Feb 21 22:41:26.316 INFO O| Feb 21 22:41:26.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
75272025-02-21T22:41:28.299Z[ recovery-image] Feb 21 22:41:26.316 INFO O| Feb 21 22:41:26.316 INFO STEP 969 (remove_files) COMPLETE
75282025-02-21T22:41:28.302Z[ recovery-image] Feb 21 22:41:26.316 INFO O| Feb 21 22:41:26.316 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292025-02-21T22:41:28.358Z[ recovery-image] Feb 21 22:41:26.376 INFO O| Feb 21 22:41:26.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
75302025-02-21T22:41:28.359Z[ recovery-image] Feb 21 22:41:26.376 INFO O| Feb 21 22:41:26.376 INFO STEP 970 (remove_files) COMPLETE
75312025-02-21T22:41:28.359Z[ recovery-image] Feb 21 22:41:26.376 INFO O| Feb 21 22:41:26.376 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322025-02-21T22:41:28.378Z[ recovery-image] Feb 21 22:41:26.395 INFO O| Feb 21 22:41:26.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
75332025-02-21T22:41:28.378Z[ recovery-image] Feb 21 22:41:26.395 INFO O| Feb 21 22:41:26.395 INFO STEP 971 (remove_files) COMPLETE
75342025-02-21T22:41:28.378Z[ recovery-image] Feb 21 22:41:26.395 INFO O| Feb 21 22:41:26.395 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352025-02-21T22:41:28.398Z[ recovery-image] Feb 21 22:41:26.415 INFO O| Feb 21 22:41:26.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
75362025-02-21T22:41:28.398Z[ recovery-image] Feb 21 22:41:26.415 INFO O| Feb 21 22:41:26.415 INFO STEP 972 (remove_files) COMPLETE
75372025-02-21T22:41:28.401Z[ recovery-image] Feb 21 22:41:26.415 INFO O| Feb 21 22:41:26.415 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382025-02-21T22:41:28.434Z[ recovery-image] Feb 21 22:41:26.451 INFO O| Feb 21 22:41:26.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
75392025-02-21T22:41:28.434Z[ recovery-image] Feb 21 22:41:26.451 INFO O| Feb 21 22:41:26.451 INFO STEP 973 (remove_files) COMPLETE
75402025-02-21T22:41:28.434Z[ recovery-image] Feb 21 22:41:26.451 INFO O| Feb 21 22:41:26.451 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412025-02-21T22:41:28.481Z[ recovery-image] Feb 21 22:41:26.498 INFO O| Feb 21 22:41:26.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
75422025-02-21T22:41:28.481Z[ recovery-image] Feb 21 22:41:26.498 INFO O| Feb 21 22:41:26.498 INFO STEP 974 (remove_files) COMPLETE
75432025-02-21T22:41:28.481Z[ recovery-image] Feb 21 22:41:26.498 INFO O| Feb 21 22:41:26.498 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442025-02-21T22:41:28.542Z[ recovery-image] Feb 21 22:41:26.557 INFO O| Feb 21 22:41:26.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
75452025-02-21T22:41:28.542Z[ recovery-image] Feb 21 22:41:26.557 INFO O| Feb 21 22:41:26.557 INFO STEP 975 (remove_files) COMPLETE
75462025-02-21T22:41:28.542Z[ recovery-image] Feb 21 22:41:26.557 INFO O| Feb 21 22:41:26.557 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472025-02-21T22:41:28.560Z[ recovery-image] Feb 21 22:41:26.576 INFO O| Feb 21 22:41:26.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
75482025-02-21T22:41:28.560Z[ recovery-image] Feb 21 22:41:26.576 INFO O| Feb 21 22:41:26.576 INFO STEP 976 (remove_files) COMPLETE
75492025-02-21T22:41:28.560Z[ recovery-image] Feb 21 22:41:26.576 INFO O| Feb 21 22:41:26.576 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502025-02-21T22:41:28.597Z[ recovery-image] Feb 21 22:41:26.614 INFO O| Feb 21 22:41:26.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
75512025-02-21T22:41:28.597Z[ recovery-image] Feb 21 22:41:26.614 INFO O| Feb 21 22:41:26.614 INFO STEP 977 (remove_files) COMPLETE
75522025-02-21T22:41:28.600Z[ recovery-image] Feb 21 22:41:26.614 INFO O| Feb 21 22:41:26.614 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532025-02-21T22:41:28.639Z[ recovery-image] Feb 21 22:41:26.656 INFO O| Feb 21 22:41:26.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
75542025-02-21T22:41:28.641Z[ recovery-image] Feb 21 22:41:26.656 INFO O| Feb 21 22:41:26.656 INFO STEP 978 (remove_files) COMPLETE
75552025-02-21T22:41:28.641Z[ recovery-image] Feb 21 22:41:26.656 INFO O| Feb 21 22:41:26.656 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562025-02-21T22:41:28.662Z[ recovery-image] Feb 21 22:41:26.678 INFO O| Feb 21 22:41:26.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
75572025-02-21T22:41:28.665Z[ recovery-image] Feb 21 22:41:26.679 INFO O| Feb 21 22:41:26.678 INFO STEP 979 (remove_files) COMPLETE
75582025-02-21T22:41:28.665Z[ recovery-image] Feb 21 22:41:26.679 INFO O| Feb 21 22:41:26.679 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592025-02-21T22:41:28.754Z[ recovery-image] Feb 21 22:41:26.771 INFO O| Feb 21 22:41:26.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
75602025-02-21T22:41:28.760Z[ recovery-image] Feb 21 22:41:26.777 INFO O| Feb 21 22:41:26.777 INFO STEP 980 (remove_files) COMPLETE
75612025-02-21T22:41:28.762Z[ recovery-image] Feb 21 22:41:26.777 INFO O| Feb 21 22:41:26.777 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622025-02-21T22:41:28.784Z[ recovery-image] Feb 21 22:41:26.801 INFO O| Feb 21 22:41:26.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
75632025-02-21T22:41:28.787Z[ recovery-image] Feb 21 22:41:26.802 INFO O| Feb 21 22:41:26.802 INFO STEP 981 (remove_files) COMPLETE
75642025-02-21T22:41:28.787Z[ recovery-image] Feb 21 22:41:26.802 INFO O| Feb 21 22:41:26.802 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652025-02-21T22:41:28.806Z[ recovery-image] Feb 21 22:41:26.823 INFO O| Feb 21 22:41:26.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
75662025-02-21T22:41:28.809Z[ recovery-image] Feb 21 22:41:26.823 INFO O| Feb 21 22:41:26.823 INFO STEP 982 (remove_files) COMPLETE
75672025-02-21T22:41:28.809Z[ recovery-image] Feb 21 22:41:26.823 INFO O| Feb 21 22:41:26.823 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682025-02-21T22:41:28.828Z[ recovery-image] Feb 21 22:41:26.845 INFO O| Feb 21 22:41:26.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
75692025-02-21T22:41:28.831Z[ recovery-image] Feb 21 22:41:26.845 INFO O| Feb 21 22:41:26.845 INFO STEP 983 (remove_files) COMPLETE
75702025-02-21T22:41:28.831Z[ recovery-image] Feb 21 22:41:26.845 INFO O| Feb 21 22:41:26.845 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712025-02-21T22:41:28.874Z[ recovery-image] Feb 21 22:41:26.891 INFO O| Feb 21 22:41:26.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
75722025-02-21T22:41:28.877Z[ recovery-image] Feb 21 22:41:26.892 INFO O| Feb 21 22:41:26.892 INFO STEP 984 (remove_files) COMPLETE
75732025-02-21T22:41:28.877Z[ recovery-image] Feb 21 22:41:26.892 INFO O| Feb 21 22:41:26.892 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742025-02-21T22:41:28.928Z[ recovery-image] Feb 21 22:41:26.926 INFO O| Feb 21 22:41:26.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
75752025-02-21T22:41:28.928Z[ recovery-image] Feb 21 22:41:26.926 INFO O| Feb 21 22:41:26.926 INFO STEP 985 (remove_files) COMPLETE
75762025-02-21T22:41:28.931Z[ recovery-image] Feb 21 22:41:26.926 INFO O| Feb 21 22:41:26.926 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-02-21T22:41:28.931Z[ recovery-image] Feb 21 22:41:26.948 INFO O| Feb 21 22:41:26.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
75782025-02-21T22:41:28.934Z[ recovery-image] Feb 21 22:41:26.949 INFO O| Feb 21 22:41:26.948 INFO STEP 986 (remove_files) COMPLETE
75792025-02-21T22:41:28.934Z[ recovery-image] Feb 21 22:41:26.949 INFO O| Feb 21 22:41:26.948 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-02-21T22:41:28.956Z[ recovery-image] Feb 21 22:41:26.973 INFO O| Feb 21 22:41:26.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
75812025-02-21T22:41:28.959Z[ recovery-image] Feb 21 22:41:26.973 INFO O| Feb 21 22:41:26.973 INFO STEP 987 (remove_files) COMPLETE
75822025-02-21T22:41:28.959Z[ recovery-image] Feb 21 22:41:26.973 INFO O| Feb 21 22:41:26.973 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-02-21T22:41:28.978Z[ recovery-image] Feb 21 22:41:26.995 INFO O| Feb 21 22:41:26.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
75842025-02-21T22:41:28.983Z[ recovery-image] Feb 21 22:41:26.999 INFO O| Feb 21 22:41:26.999 INFO STEP 988 (remove_files) COMPLETE
75852025-02-21T22:41:28.983Z[ recovery-image] Feb 21 22:41:26.999 INFO O| Feb 21 22:41:26.999 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-02-21T22:41:29.048Z[ recovery-image] Feb 21 22:41:27.065 INFO O| Feb 21 22:41:27.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
75872025-02-21T22:41:29.048Z[ recovery-image] Feb 21 22:41:27.065 INFO O| Feb 21 22:41:27.065 INFO STEP 989 (remove_files) COMPLETE
75882025-02-21T22:41:29.048Z[ recovery-image] Feb 21 22:41:27.065 INFO O| Feb 21 22:41:27.065 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-02-21T22:41:29.071Z[ recovery-image] Feb 21 22:41:27.087 INFO O| Feb 21 22:41:27.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
75902025-02-21T22:41:29.071Z[ recovery-image] Feb 21 22:41:27.087 INFO O| Feb 21 22:41:27.087 INFO STEP 990 (remove_files) COMPLETE
75912025-02-21T22:41:29.071Z[ recovery-image] Feb 21 22:41:27.087 INFO O| Feb 21 22:41:27.087 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-02-21T22:41:29.090Z[ recovery-image] Feb 21 22:41:27.107 INFO O| Feb 21 22:41:27.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
75932025-02-21T22:41:29.090Z[ recovery-image] Feb 21 22:41:27.108 INFO O| Feb 21 22:41:27.108 INFO STEP 991 (remove_files) COMPLETE
75942025-02-21T22:41:29.091Z[ recovery-image] Feb 21 22:41:27.108 INFO O| Feb 21 22:41:27.108 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-02-21T22:41:29.130Z[ recovery-image] Feb 21 22:41:27.147 INFO O| Feb 21 22:41:27.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
75962025-02-21T22:41:29.130Z[ recovery-image] Feb 21 22:41:27.147 INFO O| Feb 21 22:41:27.147 INFO STEP 992 (remove_files) COMPLETE
75972025-02-21T22:41:29.130Z[ recovery-image] Feb 21 22:41:27.147 INFO O| Feb 21 22:41:27.147 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-02-21T22:41:29.149Z[ recovery-image] Feb 21 22:41:27.166 INFO O| Feb 21 22:41:27.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
75992025-02-21T22:41:29.149Z[ recovery-image] Feb 21 22:41:27.166 INFO O| Feb 21 22:41:27.166 INFO STEP 993 (remove_files) COMPLETE
76002025-02-21T22:41:29.152Z[ recovery-image] Feb 21 22:41:27.166 INFO O| Feb 21 22:41:27.166 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-02-21T22:41:29.183Z[ recovery-image] Feb 21 22:41:27.199 INFO O| Feb 21 22:41:27.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
76022025-02-21T22:41:29.183Z[ recovery-image] Feb 21 22:41:27.199 INFO O| Feb 21 22:41:27.199 INFO STEP 994 (remove_files) COMPLETE
76032025-02-21T22:41:29.183Z[ recovery-image] Feb 21 22:41:27.199 INFO O| Feb 21 22:41:27.199 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-02-21T22:41:29.279Z[ recovery-image] Feb 21 22:41:27.295 INFO O| Feb 21 22:41:27.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
76052025-02-21T22:41:29.279Z[ recovery-image] Feb 21 22:41:27.295 INFO O| Feb 21 22:41:27.295 INFO STEP 995 (remove_files) COMPLETE
76062025-02-21T22:41:29.279Z[ recovery-image] Feb 21 22:41:27.295 INFO O| Feb 21 22:41:27.295 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-02-21T22:41:29.334Z[ recovery-image] Feb 21 22:41:27.351 INFO O| Feb 21 22:41:27.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
76082025-02-21T22:41:29.335Z[ recovery-image] Feb 21 22:41:27.352 INFO O| Feb 21 22:41:27.352 INFO STEP 996 (remove_files) COMPLETE
76092025-02-21T22:41:29.335Z[ recovery-image] Feb 21 22:41:27.352 INFO O| Feb 21 22:41:27.352 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102025-02-21T22:41:29.391Z[ recovery-image] Feb 21 22:41:27.408 INFO O| Feb 21 22:41:27.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
76112025-02-21T22:41:29.391Z[ recovery-image] Feb 21 22:41:27.408 INFO O| Feb 21 22:41:27.408 INFO STEP 997 (remove_files) COMPLETE
76122025-02-21T22:41:29.394Z[ recovery-image] Feb 21 22:41:27.408 INFO O| Feb 21 22:41:27.408 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132025-02-21T22:41:29.421Z[ recovery-image] Feb 21 22:41:27.438 INFO O| Feb 21 22:41:27.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
76142025-02-21T22:41:29.425Z[ recovery-image] Feb 21 22:41:27.439 INFO O| Feb 21 22:41:27.438 INFO STEP 998 (remove_files) COMPLETE
76152025-02-21T22:41:29.425Z[ recovery-image] Feb 21 22:41:27.439 INFO O| Feb 21 22:41:27.439 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162025-02-21T22:41:29.479Z[ recovery-image] Feb 21 22:41:27.492 INFO O| Feb 21 22:41:27.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
76172025-02-21T22:41:29.479Z[ recovery-image] Feb 21 22:41:27.492 INFO O| Feb 21 22:41:27.492 INFO STEP 999 (remove_files) COMPLETE
76182025-02-21T22:41:29.482Z[ recovery-image] Feb 21 22:41:27.492 INFO O| Feb 21 22:41:27.492 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-02-21T22:41:29.497Z[ recovery-image] Feb 21 22:41:27.514 INFO O| Feb 21 22:41:27.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
76202025-02-21T22:41:29.501Z[ recovery-image] Feb 21 22:41:27.514 INFO O| Feb 21 22:41:27.514 INFO STEP 1000 (remove_files) COMPLETE
76212025-02-21T22:41:29.501Z[ recovery-image] Feb 21 22:41:27.514 INFO O| Feb 21 22:41:27.514 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-02-21T22:41:29.530Z[ recovery-image] Feb 21 22:41:27.546 INFO O| Feb 21 22:41:27.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
76232025-02-21T22:41:29.533Z[ recovery-image] Feb 21 22:41:27.547 INFO O| Feb 21 22:41:27.547 INFO STEP 1001 (remove_files) COMPLETE
76242025-02-21T22:41:29.533Z[ recovery-image] Feb 21 22:41:27.547 INFO O| Feb 21 22:41:27.547 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252025-02-21T22:41:29.551Z[ recovery-image] Feb 21 22:41:27.568 INFO O| Feb 21 22:41:27.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
76262025-02-21T22:41:29.554Z[ recovery-image] Feb 21 22:41:27.568 INFO O| Feb 21 22:41:27.568 INFO STEP 1002 (remove_files) COMPLETE
76272025-02-21T22:41:29.554Z[ recovery-image] Feb 21 22:41:27.568 INFO O| Feb 21 22:41:27.568 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282025-02-21T22:41:29.572Z[ recovery-image] Feb 21 22:41:27.589 INFO O| Feb 21 22:41:27.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
76292025-02-21T22:41:29.575Z[ recovery-image] Feb 21 22:41:27.589 INFO O| Feb 21 22:41:27.589 INFO STEP 1003 (remove_files) COMPLETE
76302025-02-21T22:41:29.575Z[ recovery-image] Feb 21 22:41:27.589 INFO O| Feb 21 22:41:27.589 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312025-02-21T22:41:29.592Z[ recovery-image] Feb 21 22:41:27.609 INFO O| Feb 21 22:41:27.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
76322025-02-21T22:41:29.596Z[ recovery-image] Feb 21 22:41:27.609 INFO O| Feb 21 22:41:27.609 INFO STEP 1004 (remove_files) COMPLETE
76332025-02-21T22:41:29.596Z[ recovery-image] Feb 21 22:41:27.609 INFO O| Feb 21 22:41:27.609 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-02-21T22:41:29.611Z[ recovery-image] Feb 21 22:41:27.628 INFO O| Feb 21 22:41:27.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
76352025-02-21T22:41:29.614Z[ recovery-image] Feb 21 22:41:27.629 INFO O| Feb 21 22:41:27.629 INFO STEP 1005 (remove_files) COMPLETE
76362025-02-21T22:41:29.614Z[ recovery-image] Feb 21 22:41:27.629 INFO O| Feb 21 22:41:27.629 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-02-21T22:41:29.629Z[ recovery-image] Feb 21 22:41:27.646 INFO O| Feb 21 22:41:27.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
76382025-02-21T22:41:29.632Z[ recovery-image] Feb 21 22:41:27.646 INFO O| Feb 21 22:41:27.646 INFO STEP 1006 (remove_files) COMPLETE
76392025-02-21T22:41:29.632Z[ recovery-image] Feb 21 22:41:27.647 INFO O| Feb 21 22:41:27.646 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-02-21T22:41:29.648Z[ recovery-image] Feb 21 22:41:27.665 INFO O| Feb 21 22:41:27.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
76412025-02-21T22:41:29.650Z[ recovery-image] Feb 21 22:41:27.665 INFO O| Feb 21 22:41:27.665 INFO STEP 1007 (remove_files) COMPLETE
76422025-02-21T22:41:29.650Z[ recovery-image] Feb 21 22:41:27.665 INFO O| Feb 21 22:41:27.665 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-02-21T22:41:29.666Z[ recovery-image] Feb 21 22:41:27.683 INFO O| Feb 21 22:41:27.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
76442025-02-21T22:41:29.669Z[ recovery-image] Feb 21 22:41:27.683 INFO O| Feb 21 22:41:27.683 INFO STEP 1008 (remove_files) COMPLETE
76452025-02-21T22:41:29.669Z[ recovery-image] Feb 21 22:41:27.683 INFO O| Feb 21 22:41:27.683 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-02-21T22:41:29.684Z[ recovery-image] Feb 21 22:41:27.701 INFO O| Feb 21 22:41:27.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
76472025-02-21T22:41:29.686Z[ recovery-image] Feb 21 22:41:27.701 INFO O| Feb 21 22:41:27.701 INFO STEP 1009 (remove_files) COMPLETE
76482025-02-21T22:41:29.686Z[ recovery-image] Feb 21 22:41:27.701 INFO O| Feb 21 22:41:27.701 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-02-21T22:41:29.702Z[ recovery-image] Feb 21 22:41:27.719 INFO O| Feb 21 22:41:27.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
76502025-02-21T22:41:29.705Z[ recovery-image] Feb 21 22:41:27.719 INFO O| Feb 21 22:41:27.719 INFO STEP 1010 (remove_files) COMPLETE
76512025-02-21T22:41:29.705Z[ recovery-image] Feb 21 22:41:27.720 INFO O| Feb 21 22:41:27.720 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-02-21T22:41:29.722Z[ recovery-image] Feb 21 22:41:27.739 INFO O| Feb 21 22:41:27.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
76532025-02-21T22:41:29.724Z[ recovery-image] Feb 21 22:41:27.739 INFO O| Feb 21 22:41:27.739 INFO STEP 1011 (remove_files) COMPLETE
76542025-02-21T22:41:29.724Z[ recovery-image] Feb 21 22:41:27.739 INFO O| Feb 21 22:41:27.739 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-02-21T22:41:29.741Z[ recovery-image] Feb 21 22:41:27.758 INFO O| Feb 21 22:41:27.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
76562025-02-21T22:41:29.744Z[ recovery-image] Feb 21 22:41:27.758 INFO O| Feb 21 22:41:27.758 INFO STEP 1012 (remove_files) COMPLETE
76572025-02-21T22:41:29.744Z[ recovery-image] Feb 21 22:41:27.758 INFO O| Feb 21 22:41:27.758 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-02-21T22:41:29.768Z[ recovery-image] Feb 21 22:41:27.785 INFO O| Feb 21 22:41:27.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
76592025-02-21T22:41:29.768Z[ recovery-image] Feb 21 22:41:27.785 INFO O| Feb 21 22:41:27.785 INFO STEP 1013 (remove_files) COMPLETE
76602025-02-21T22:41:29.771Z[ recovery-image] Feb 21 22:41:27.785 INFO O| Feb 21 22:41:27.785 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612025-02-21T22:41:29.789Z[ recovery-image] Feb 21 22:41:27.806 INFO O| Feb 21 22:41:27.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
76622025-02-21T22:41:29.789Z[ recovery-image] Feb 21 22:41:27.806 INFO O| Feb 21 22:41:27.806 INFO STEP 1014 (remove_files) COMPLETE
76632025-02-21T22:41:29.792Z[ recovery-image] Feb 21 22:41:27.806 INFO O| Feb 21 22:41:27.806 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642025-02-21T22:41:29.818Z[ recovery-image] Feb 21 22:41:27.835 INFO O| Feb 21 22:41:27.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
76652025-02-21T22:41:29.818Z[ recovery-image] Feb 21 22:41:27.835 INFO O| Feb 21 22:41:27.835 INFO STEP 1015 (remove_files) COMPLETE
76662025-02-21T22:41:29.818Z[ recovery-image] Feb 21 22:41:27.835 INFO O| Feb 21 22:41:27.835 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-02-21T22:41:29.842Z[ recovery-image] Feb 21 22:41:27.859 INFO O| Feb 21 22:41:27.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
76682025-02-21T22:41:29.842Z[ recovery-image] Feb 21 22:41:27.859 INFO O| Feb 21 22:41:27.859 INFO STEP 1016 (remove_files) COMPLETE
76692025-02-21T22:41:29.842Z[ recovery-image] Feb 21 22:41:27.859 INFO O| Feb 21 22:41:27.859 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702025-02-21T22:41:29.864Z[ recovery-image] Feb 21 22:41:27.880 INFO O| Feb 21 22:41:27.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
76712025-02-21T22:41:29.864Z[ recovery-image] Feb 21 22:41:27.881 INFO O| Feb 21 22:41:27.881 INFO STEP 1017 (remove_files) COMPLETE
76722025-02-21T22:41:29.864Z[ recovery-image] Feb 21 22:41:27.881 INFO O| Feb 21 22:41:27.881 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732025-02-21T22:41:29.883Z[ recovery-image] Feb 21 22:41:27.900 INFO O| Feb 21 22:41:27.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
76742025-02-21T22:41:29.883Z[ recovery-image] Feb 21 22:41:27.900 INFO O| Feb 21 22:41:27.900 INFO STEP 1018 (remove_files) COMPLETE
76752025-02-21T22:41:29.883Z[ recovery-image] Feb 21 22:41:27.900 INFO O| Feb 21 22:41:27.900 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762025-02-21T22:41:29.902Z[ recovery-image] Feb 21 22:41:27.919 INFO O| Feb 21 22:41:27.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
76772025-02-21T22:41:29.902Z[ recovery-image] Feb 21 22:41:27.919 INFO O| Feb 21 22:41:27.919 INFO STEP 1019 (remove_files) COMPLETE
76782025-02-21T22:41:29.902Z[ recovery-image] Feb 21 22:41:27.919 INFO O| Feb 21 22:41:27.919 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-02-21T22:41:29.921Z[ recovery-image] Feb 21 22:41:27.938 INFO O| Feb 21 22:41:27.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
76802025-02-21T22:41:29.924Z[ recovery-image] Feb 21 22:41:27.938 INFO O| Feb 21 22:41:27.938 INFO STEP 1020 (remove_files) COMPLETE
76812025-02-21T22:41:29.924Z[ recovery-image] Feb 21 22:41:27.938 INFO O| Feb 21 22:41:27.938 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822025-02-21T22:41:29.941Z[ recovery-image] Feb 21 22:41:27.957 INFO O| Feb 21 22:41:27.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
76832025-02-21T22:41:29.941Z[ recovery-image] Feb 21 22:41:27.957 INFO O| Feb 21 22:41:27.957 INFO STEP 1021 (remove_files) COMPLETE
76842025-02-21T22:41:29.941Z[ recovery-image] Feb 21 22:41:27.957 INFO O| Feb 21 22:41:27.957 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852025-02-21T22:41:29.959Z[ recovery-image] Feb 21 22:41:27.976 INFO O| Feb 21 22:41:27.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
76862025-02-21T22:41:29.959Z[ recovery-image] Feb 21 22:41:27.976 INFO O| Feb 21 22:41:27.976 INFO STEP 1022 (remove_files) COMPLETE
76872025-02-21T22:41:29.962Z[ recovery-image] Feb 21 22:41:27.976 INFO O| Feb 21 22:41:27.976 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882025-02-21T22:41:29.986Z[ recovery-image] Feb 21 22:41:28.003 INFO O| Feb 21 22:41:28.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
76892025-02-21T22:41:29.990Z[ recovery-image] Feb 21 22:41:28.003 INFO O| Feb 21 22:41:28.003 INFO STEP 1023 (remove_files) COMPLETE
76902025-02-21T22:41:29.990Z[ recovery-image] Feb 21 22:41:28.003 INFO O| Feb 21 22:41:28.003 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912025-02-21T22:41:30.009Z[ recovery-image] Feb 21 22:41:28.026 INFO O| Feb 21 22:41:28.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
76922025-02-21T22:41:30.012Z[ recovery-image] Feb 21 22:41:28.026 INFO O| Feb 21 22:41:28.026 INFO STEP 1024 (remove_files) COMPLETE
76932025-02-21T22:41:30.013Z[ recovery-image] Feb 21 22:41:28.026 INFO O| Feb 21 22:41:28.026 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942025-02-21T22:41:30.048Z[ recovery-image] Feb 21 22:41:28.065 INFO O| Feb 21 22:41:28.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
76952025-02-21T22:41:30.051Z[ recovery-image] Feb 21 22:41:28.065 INFO O| Feb 21 22:41:28.065 INFO STEP 1025 (remove_files) COMPLETE
76962025-02-21T22:41:30.051Z[ recovery-image] Feb 21 22:41:28.065 INFO O| Feb 21 22:41:28.065 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972025-02-21T22:41:30.123Z[ recovery-image] Feb 21 22:41:28.140 INFO O| Feb 21 22:41:28.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
76982025-02-21T22:41:30.126Z[ recovery-image] Feb 21 22:41:28.140 INFO O| Feb 21 22:41:28.140 INFO STEP 1026 (remove_files) COMPLETE
76992025-02-21T22:41:30.126Z[ recovery-image] Feb 21 22:41:28.140 INFO O| Feb 21 22:41:28.140 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002025-02-21T22:41:30.145Z[ recovery-image] Feb 21 22:41:28.162 INFO O| Feb 21 22:41:28.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
77012025-02-21T22:41:30.145Z[ recovery-image] Feb 21 22:41:28.162 INFO O| Feb 21 22:41:28.162 INFO STEP 1027 (remove_files) COMPLETE
77022025-02-21T22:41:30.148Z[ recovery-image] Feb 21 22:41:28.162 INFO O| Feb 21 22:41:28.162 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032025-02-21T22:41:30.173Z[ recovery-image] Feb 21 22:41:28.190 INFO O| Feb 21 22:41:28.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
77042025-02-21T22:41:30.176Z[ recovery-image] Feb 21 22:41:28.190 INFO O| Feb 21 22:41:28.190 INFO STEP 1028 (remove_files) COMPLETE
77052025-02-21T22:41:30.176Z[ recovery-image] Feb 21 22:41:28.190 INFO O| Feb 21 22:41:28.190 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062025-02-21T22:41:30.217Z[ recovery-image] Feb 21 22:41:28.234 INFO O| Feb 21 22:41:28.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
77072025-02-21T22:41:30.217Z[ recovery-image] Feb 21 22:41:28.234 INFO O| Feb 21 22:41:28.234 INFO STEP 1029 (remove_files) COMPLETE
77082025-02-21T22:41:30.217Z[ recovery-image] Feb 21 22:41:28.234 INFO O| Feb 21 22:41:28.234 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092025-02-21T22:41:30.241Z[ recovery-image] Feb 21 22:41:28.257 INFO O| Feb 21 22:41:28.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
77102025-02-21T22:41:30.241Z[ recovery-image] Feb 21 22:41:28.258 INFO O| Feb 21 22:41:28.257 INFO STEP 1030 (remove_files) COMPLETE
77112025-02-21T22:41:30.243Z[ recovery-image] Feb 21 22:41:28.258 INFO O| Feb 21 22:41:28.258 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122025-02-21T22:41:30.375Z[ recovery-image] Feb 21 22:41:28.392 INFO O| Feb 21 22:41:28.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
77132025-02-21T22:41:30.376Z[ recovery-image] Feb 21 22:41:28.392 INFO O| Feb 21 22:41:28.392 INFO STEP 1031 (remove_files) COMPLETE
77142025-02-21T22:41:30.378Z[ recovery-image] Feb 21 22:41:28.393 INFO O| Feb 21 22:41:28.392 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152025-02-21T22:41:30.432Z[ recovery-image] Feb 21 22:41:28.449 INFO O| Feb 21 22:41:28.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
77162025-02-21T22:41:30.456Z[ recovery-image] Feb 21 22:41:28.472 INFO O| Feb 21 22:41:28.472 INFO STEP 1032 (remove_files) COMPLETE
77172025-02-21T22:41:30.456Z[ recovery-image] Feb 21 22:41:28.472 INFO O| Feb 21 22:41:28.472 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182025-02-21T22:41:30.513Z[ recovery-image] Feb 21 22:41:28.529 INFO O| Feb 21 22:41:28.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
77192025-02-21T22:41:30.513Z[ recovery-image] Feb 21 22:41:28.529 INFO O| Feb 21 22:41:28.529 INFO STEP 1033 (remove_files) COMPLETE
77202025-02-21T22:41:30.513Z[ recovery-image] Feb 21 22:41:28.529 INFO O| Feb 21 22:41:28.529 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212025-02-21T22:41:30.573Z[ recovery-image] Feb 21 22:41:28.589 INFO O| Feb 21 22:41:28.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
77222025-02-21T22:41:30.573Z[ recovery-image] Feb 21 22:41:28.589 INFO O| Feb 21 22:41:28.589 INFO STEP 1034 (remove_files) COMPLETE
77232025-02-21T22:41:30.573Z[ recovery-image] Feb 21 22:41:28.589 INFO O| Feb 21 22:41:28.589 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242025-02-21T22:41:30.614Z[ recovery-image] Feb 21 22:41:28.631 INFO O| Feb 21 22:41:28.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
77252025-02-21T22:41:30.614Z[ recovery-image] Feb 21 22:41:28.631 INFO O| Feb 21 22:41:28.631 INFO STEP 1035 (remove_files) COMPLETE
77262025-02-21T22:41:30.614Z[ recovery-image] Feb 21 22:41:28.631 INFO O| Feb 21 22:41:28.631 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272025-02-21T22:41:30.672Z[ recovery-image] Feb 21 22:41:28.689 INFO O| Feb 21 22:41:28.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
77282025-02-21T22:41:30.675Z[ recovery-image] Feb 21 22:41:28.689 INFO O| Feb 21 22:41:28.689 INFO STEP 1036 (remove_files) COMPLETE
77292025-02-21T22:41:30.675Z[ recovery-image] Feb 21 22:41:28.689 INFO O| Feb 21 22:41:28.689 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302025-02-21T22:41:30.693Z[ recovery-image] Feb 21 22:41:28.710 INFO O| Feb 21 22:41:28.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
77312025-02-21T22:41:30.694Z[ recovery-image] Feb 21 22:41:28.710 INFO O| Feb 21 22:41:28.710 INFO STEP 1037 (remove_files) COMPLETE
77322025-02-21T22:41:30.696Z[ recovery-image] Feb 21 22:41:28.710 INFO O| Feb 21 22:41:28.710 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332025-02-21T22:41:30.714Z[ recovery-image] Feb 21 22:41:28.730 INFO O| Feb 21 22:41:28.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
77342025-02-21T22:41:30.714Z[ recovery-image] Feb 21 22:41:28.731 INFO O| Feb 21 22:41:28.730 INFO STEP 1038 (remove_files) COMPLETE
77352025-02-21T22:41:30.716Z[ recovery-image] Feb 21 22:41:28.731 INFO O| Feb 21 22:41:28.731 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362025-02-21T22:41:30.734Z[ recovery-image] Feb 21 22:41:28.751 INFO O| Feb 21 22:41:28.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
77372025-02-21T22:41:30.734Z[ recovery-image] Feb 21 22:41:28.751 INFO O| Feb 21 22:41:28.751 INFO STEP 1039 (remove_files) COMPLETE
77382025-02-21T22:41:30.734Z[ recovery-image] Feb 21 22:41:28.751 INFO O| Feb 21 22:41:28.751 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392025-02-21T22:41:30.753Z[ recovery-image] Feb 21 22:41:28.770 INFO O| Feb 21 22:41:28.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
77402025-02-21T22:41:30.753Z[ recovery-image] Feb 21 22:41:28.770 INFO O| Feb 21 22:41:28.770 INFO STEP 1040 (remove_files) COMPLETE
77412025-02-21T22:41:30.753Z[ recovery-image] Feb 21 22:41:28.770 INFO O| Feb 21 22:41:28.770 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422025-02-21T22:41:30.772Z[ recovery-image] Feb 21 22:41:28.788 INFO O| Feb 21 22:41:28.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
77432025-02-21T22:41:30.772Z[ recovery-image] Feb 21 22:41:28.789 INFO O| Feb 21 22:41:28.789 INFO STEP 1041 (remove_files) COMPLETE
77442025-02-21T22:41:30.775Z[ recovery-image] Feb 21 22:41:28.789 INFO O| Feb 21 22:41:28.789 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452025-02-21T22:41:30.791Z[ recovery-image] Feb 21 22:41:28.808 INFO O| Feb 21 22:41:28.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
77462025-02-21T22:41:30.791Z[ recovery-image] Feb 21 22:41:28.808 INFO O| Feb 21 22:41:28.808 INFO STEP 1042 (remove_files) COMPLETE
77472025-02-21T22:41:30.791Z[ recovery-image] Feb 21 22:41:28.808 INFO O| Feb 21 22:41:28.808 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482025-02-21T22:41:30.812Z[ recovery-image] Feb 21 22:41:28.829 INFO O| Feb 21 22:41:28.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
77492025-02-21T22:41:30.815Z[ recovery-image] Feb 21 22:41:28.829 INFO O| Feb 21 22:41:28.829 INFO STEP 1043 (remove_files) COMPLETE
77502025-02-21T22:41:30.815Z[ recovery-image] Feb 21 22:41:28.829 INFO O| Feb 21 22:41:28.829 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512025-02-21T22:41:30.862Z[ recovery-image] Feb 21 22:41:28.878 INFO O| Feb 21 22:41:28.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
77522025-02-21T22:41:30.865Z[ recovery-image] Feb 21 22:41:28.879 INFO O| Feb 21 22:41:28.879 INFO STEP 1044 (remove_files) COMPLETE
77532025-02-21T22:41:30.865Z[ recovery-image] Feb 21 22:41:28.879 INFO O| Feb 21 22:41:28.879 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542025-02-21T22:41:30.879Z[ recovery-image] Feb 21 22:41:28.896 INFO O| Feb 21 22:41:28.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
77552025-02-21T22:41:30.882Z[ recovery-image] Feb 21 22:41:28.896 INFO O| Feb 21 22:41:28.896 INFO STEP 1045 (remove_files) COMPLETE
77562025-02-21T22:41:30.882Z[ recovery-image] Feb 21 22:41:28.896 INFO O| Feb 21 22:41:28.896 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572025-02-21T22:41:30.897Z[ recovery-image] Feb 21 22:41:28.914 INFO O| Feb 21 22:41:28.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
77582025-02-21T22:41:30.900Z[ recovery-image] Feb 21 22:41:28.914 INFO O| Feb 21 22:41:28.914 INFO STEP 1046 (remove_files) COMPLETE
77592025-02-21T22:41:30.900Z[ recovery-image] Feb 21 22:41:28.914 INFO O| Feb 21 22:41:28.914 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602025-02-21T22:41:30.915Z[ recovery-image] Feb 21 22:41:28.932 INFO O| Feb 21 22:41:28.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
77612025-02-21T22:41:30.918Z[ recovery-image] Feb 21 22:41:28.932 INFO O| Feb 21 22:41:28.932 INFO STEP 1047 (remove_files) COMPLETE
77622025-02-21T22:41:30.918Z[ recovery-image] Feb 21 22:41:28.933 INFO O| Feb 21 22:41:28.933 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632025-02-21T22:41:30.949Z[ recovery-image] Feb 21 22:41:28.965 INFO O| Feb 21 22:41:28.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
77642025-02-21T22:41:30.949Z[ recovery-image] Feb 21 22:41:28.965 INFO O| Feb 21 22:41:28.965 INFO STEP 1048 (remove_files) COMPLETE
77652025-02-21T22:41:30.949Z[ recovery-image] Feb 21 22:41:28.965 INFO O| Feb 21 22:41:28.965 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662025-02-21T22:41:30.973Z[ recovery-image] Feb 21 22:41:28.986 INFO O| Feb 21 22:41:28.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
77672025-02-21T22:41:30.973Z[ recovery-image] Feb 21 22:41:28.986 INFO O| Feb 21 22:41:28.986 INFO STEP 1049 (remove_files) COMPLETE
77682025-02-21T22:41:30.975Z[ recovery-image] Feb 21 22:41:28.986 INFO O| Feb 21 22:41:28.986 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692025-02-21T22:41:31.001Z[ recovery-image] Feb 21 22:41:29.017 INFO O| Feb 21 22:41:29.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
77702025-02-21T22:41:31.001Z[ recovery-image] Feb 21 22:41:29.018 INFO O| Feb 21 22:41:29.018 INFO STEP 1050 (remove_files) COMPLETE
77712025-02-21T22:41:31.001Z[ recovery-image] Feb 21 22:41:29.018 INFO O| Feb 21 22:41:29.018 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722025-02-21T22:41:31.019Z[ recovery-image] Feb 21 22:41:29.036 INFO O| Feb 21 22:41:29.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
77732025-02-21T22:41:31.019Z[ recovery-image] Feb 21 22:41:29.036 INFO O| Feb 21 22:41:29.036 INFO STEP 1051 (remove_files) COMPLETE
77742025-02-21T22:41:31.022Z[ recovery-image] Feb 21 22:41:29.036 INFO O| Feb 21 22:41:29.036 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752025-02-21T22:41:31.037Z[ recovery-image] Feb 21 22:41:29.054 INFO O| Feb 21 22:41:29.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
77762025-02-21T22:41:31.037Z[ recovery-image] Feb 21 22:41:29.054 INFO O| Feb 21 22:41:29.054 INFO STEP 1052 (remove_files) COMPLETE
77772025-02-21T22:41:31.040Z[ recovery-image] Feb 21 22:41:29.054 INFO O| Feb 21 22:41:29.054 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782025-02-21T22:41:31.056Z[ recovery-image] Feb 21 22:41:29.073 INFO O| Feb 21 22:41:29.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
77792025-02-21T22:41:31.059Z[ recovery-image] Feb 21 22:41:29.073 INFO O| Feb 21 22:41:29.073 INFO STEP 1053 (remove_files) COMPLETE
77802025-02-21T22:41:31.059Z[ recovery-image] Feb 21 22:41:29.073 INFO O| Feb 21 22:41:29.073 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812025-02-21T22:41:31.077Z[ recovery-image] Feb 21 22:41:29.094 INFO O| Feb 21 22:41:29.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
77822025-02-21T22:41:31.080Z[ recovery-image] Feb 21 22:41:29.094 INFO O| Feb 21 22:41:29.094 INFO STEP 1054 (remove_files) COMPLETE
77832025-02-21T22:41:31.080Z[ recovery-image] Feb 21 22:41:29.094 INFO O| Feb 21 22:41:29.094 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842025-02-21T22:41:31.098Z[ recovery-image] Feb 21 22:41:29.115 INFO O| Feb 21 22:41:29.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
77852025-02-21T22:41:31.098Z[ recovery-image] Feb 21 22:41:29.115 INFO O| Feb 21 22:41:29.115 INFO STEP 1055 (remove_files) COMPLETE
77862025-02-21T22:41:31.098Z[ recovery-image] Feb 21 22:41:29.115 INFO O| Feb 21 22:41:29.115 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872025-02-21T22:41:31.127Z[ recovery-image] Feb 21 22:41:29.144 INFO O| Feb 21 22:41:29.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
77882025-02-21T22:41:31.127Z[ recovery-image] Feb 21 22:41:29.144 INFO O| Feb 21 22:41:29.144 INFO STEP 1056 (remove_files) COMPLETE
77892025-02-21T22:41:31.128Z[ recovery-image] Feb 21 22:41:29.144 INFO O| Feb 21 22:41:29.144 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902025-02-21T22:41:31.169Z[ recovery-image] Feb 21 22:41:29.174 INFO O| Feb 21 22:41:29.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
77912025-02-21T22:41:31.169Z[ recovery-image] Feb 21 22:41:29.174 INFO O| Feb 21 22:41:29.174 INFO STEP 1057 (remove_files) COMPLETE
77922025-02-21T22:41:31.177Z[ recovery-image] Feb 21 22:41:29.174 INFO O| Feb 21 22:41:29.174 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932025-02-21T22:41:31.242Z[ recovery-image] Feb 21 22:41:29.259 INFO O| Feb 21 22:41:29.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
77942025-02-21T22:41:31.242Z[ recovery-image] Feb 21 22:41:29.259 INFO O| Feb 21 22:41:29.259 INFO STEP 1058 (remove_files) COMPLETE
77952025-02-21T22:41:31.247Z[ recovery-image] Feb 21 22:41:29.259 INFO O| Feb 21 22:41:29.259 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962025-02-21T22:41:31.264Z[ recovery-image] Feb 21 22:41:29.280 INFO O| Feb 21 22:41:29.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
77972025-02-21T22:41:31.264Z[ recovery-image] Feb 21 22:41:29.280 INFO O| Feb 21 22:41:29.280 INFO STEP 1059 (remove_files) COMPLETE
77982025-02-21T22:41:31.266Z[ recovery-image] Feb 21 22:41:29.280 INFO O| Feb 21 22:41:29.280 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992025-02-21T22:41:31.285Z[ recovery-image] Feb 21 22:41:29.301 INFO O| Feb 21 22:41:29.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
78002025-02-21T22:41:31.285Z[ recovery-image] Feb 21 22:41:29.301 INFO O| Feb 21 22:41:29.301 INFO STEP 1060 (remove_files) COMPLETE
78012025-02-21T22:41:31.287Z[ recovery-image] Feb 21 22:41:29.301 INFO O| Feb 21 22:41:29.301 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022025-02-21T22:41:31.306Z[ recovery-image] Feb 21 22:41:29.322 INFO O| Feb 21 22:41:29.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
78032025-02-21T22:41:31.306Z[ recovery-image] Feb 21 22:41:29.322 INFO O| Feb 21 22:41:29.322 INFO STEP 1061 (remove_files) COMPLETE
78042025-02-21T22:41:31.306Z[ recovery-image] Feb 21 22:41:29.322 INFO O| Feb 21 22:41:29.322 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052025-02-21T22:41:31.324Z[ recovery-image] Feb 21 22:41:29.341 INFO O| Feb 21 22:41:29.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
78062025-02-21T22:41:31.324Z[ recovery-image] Feb 21 22:41:29.341 INFO O| Feb 21 22:41:29.341 INFO STEP 1062 (remove_files) COMPLETE
78072025-02-21T22:41:31.325Z[ recovery-image] Feb 21 22:41:29.341 INFO O| Feb 21 22:41:29.341 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082025-02-21T22:41:31.343Z[ recovery-image] Feb 21 22:41:29.359 INFO O| Feb 21 22:41:29.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
78092025-02-21T22:41:31.343Z[ recovery-image] Feb 21 22:41:29.360 INFO O| Feb 21 22:41:29.359 INFO STEP 1063 (remove_files) COMPLETE
78102025-02-21T22:41:31.346Z[ recovery-image] Feb 21 22:41:29.360 INFO O| Feb 21 22:41:29.359 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112025-02-21T22:41:31.377Z[ recovery-image] Feb 21 22:41:29.393 INFO O| Feb 21 22:41:29.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
78122025-02-21T22:41:31.377Z[ recovery-image] Feb 21 22:41:29.393 INFO O| Feb 21 22:41:29.393 INFO STEP 1064 (remove_files) COMPLETE
78132025-02-21T22:41:31.377Z[ recovery-image] Feb 21 22:41:29.393 INFO O| Feb 21 22:41:29.393 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142025-02-21T22:41:31.438Z[ recovery-image] Feb 21 22:41:29.452 INFO O| Feb 21 22:41:29.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
78152025-02-21T22:41:31.438Z[ recovery-image] Feb 21 22:41:29.452 INFO O| Feb 21 22:41:29.452 INFO STEP 1065 (remove_files) COMPLETE
78162025-02-21T22:41:31.438Z[ recovery-image] Feb 21 22:41:29.452 INFO O| Feb 21 22:41:29.452 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172025-02-21T22:41:31.478Z[ recovery-image] Feb 21 22:41:29.494 INFO O| Feb 21 22:41:29.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
78182025-02-21T22:41:31.481Z[ recovery-image] Feb 21 22:41:29.494 INFO O| Feb 21 22:41:29.494 INFO STEP 1066 (remove_files) COMPLETE
78192025-02-21T22:41:31.481Z[ recovery-image] Feb 21 22:41:29.494 INFO O| Feb 21 22:41:29.494 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202025-02-21T22:41:31.500Z[ recovery-image] Feb 21 22:41:29.516 INFO O| Feb 21 22:41:29.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
78212025-02-21T22:41:31.500Z[ recovery-image] Feb 21 22:41:29.516 INFO O| Feb 21 22:41:29.516 INFO STEP 1067 (remove_files) COMPLETE
78222025-02-21T22:41:31.500Z[ recovery-image] Feb 21 22:41:29.516 INFO O| Feb 21 22:41:29.516 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232025-02-21T22:41:31.521Z[ recovery-image] Feb 21 22:41:29.538 INFO O| Feb 21 22:41:29.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
78242025-02-21T22:41:31.521Z[ recovery-image] Feb 21 22:41:29.538 INFO O| Feb 21 22:41:29.538 INFO STEP 1068 (remove_files) COMPLETE
78252025-02-21T22:41:31.522Z[ recovery-image] Feb 21 22:41:29.538 INFO O| Feb 21 22:41:29.538 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262025-02-21T22:41:31.590Z[ recovery-image] Feb 21 22:41:29.606 INFO O| Feb 21 22:41:29.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
78272025-02-21T22:41:31.590Z[ recovery-image] Feb 21 22:41:29.606 INFO O| Feb 21 22:41:29.606 INFO STEP 1069 (remove_files) COMPLETE
78282025-02-21T22:41:31.592Z[ recovery-image] Feb 21 22:41:29.606 INFO O| Feb 21 22:41:29.606 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292025-02-21T22:41:31.615Z[ recovery-image] Feb 21 22:41:29.632 INFO O| Feb 21 22:41:29.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
78302025-02-21T22:41:31.615Z[ recovery-image] Feb 21 22:41:29.632 INFO O| Feb 21 22:41:29.632 INFO STEP 1070 (remove_files) COMPLETE
78312025-02-21T22:41:31.618Z[ recovery-image] Feb 21 22:41:29.632 INFO O| Feb 21 22:41:29.632 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322025-02-21T22:41:31.653Z[ recovery-image] Feb 21 22:41:29.668 INFO O| Feb 21 22:41:29.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
78332025-02-21T22:41:31.653Z[ recovery-image] Feb 21 22:41:29.668 INFO O| Feb 21 22:41:29.668 INFO STEP 1071 (remove_files) COMPLETE
78342025-02-21T22:41:31.653Z[ recovery-image] Feb 21 22:41:29.668 INFO O| Feb 21 22:41:29.668 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352025-02-21T22:41:31.688Z[ recovery-image] Feb 21 22:41:29.691 INFO O| Feb 21 22:41:29.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
78362025-02-21T22:41:31.688Z[ recovery-image] Feb 21 22:41:29.692 INFO O| Feb 21 22:41:29.692 INFO STEP 1072 (remove_files) COMPLETE
78372025-02-21T22:41:31.688Z[ recovery-image] Feb 21 22:41:29.692 INFO O| Feb 21 22:41:29.692 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382025-02-21T22:41:31.711Z[ recovery-image] Feb 21 22:41:29.727 INFO O| Feb 21 22:41:29.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
78392025-02-21T22:41:31.711Z[ recovery-image] Feb 21 22:41:29.727 INFO O| Feb 21 22:41:29.727 INFO STEP 1073 (remove_files) COMPLETE
78402025-02-21T22:41:31.711Z[ recovery-image] Feb 21 22:41:29.727 INFO O| Feb 21 22:41:29.727 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412025-02-21T22:41:31.789Z[ recovery-image] Feb 21 22:41:29.805 INFO O| Feb 21 22:41:29.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
78422025-02-21T22:41:31.789Z[ recovery-image] Feb 21 22:41:29.805 INFO O| Feb 21 22:41:29.805 INFO STEP 1074 (remove_files) COMPLETE
78432025-02-21T22:41:31.789Z[ recovery-image] Feb 21 22:41:29.805 INFO O| Feb 21 22:41:29.805 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442025-02-21T22:41:31.809Z[ recovery-image] Feb 21 22:41:29.825 INFO O| Feb 21 22:41:29.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
78452025-02-21T22:41:31.809Z[ recovery-image] Feb 21 22:41:29.826 INFO O| Feb 21 22:41:29.826 INFO STEP 1075 (remove_files) COMPLETE
78462025-02-21T22:41:31.809Z[ recovery-image] Feb 21 22:41:29.826 INFO O| Feb 21 22:41:29.826 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472025-02-21T22:41:31.829Z[ recovery-image] Feb 21 22:41:29.845 INFO O| Feb 21 22:41:29.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
78482025-02-21T22:41:31.829Z[ recovery-image] Feb 21 22:41:29.845 INFO O| Feb 21 22:41:29.845 INFO STEP 1076 (remove_files) COMPLETE
78492025-02-21T22:41:31.829Z[ recovery-image] Feb 21 22:41:29.845 INFO O| Feb 21 22:41:29.845 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502025-02-21T22:41:31.847Z[ recovery-image] Feb 21 22:41:29.864 INFO O| Feb 21 22:41:29.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
78512025-02-21T22:41:31.847Z[ recovery-image] Feb 21 22:41:29.864 INFO O| Feb 21 22:41:29.864 INFO STEP 1077 (remove_files) COMPLETE
78522025-02-21T22:41:31.847Z[ recovery-image] Feb 21 22:41:29.864 INFO O| Feb 21 22:41:29.864 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532025-02-21T22:41:31.868Z[ recovery-image] Feb 21 22:41:29.884 INFO O| Feb 21 22:41:29.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
78542025-02-21T22:41:31.868Z[ recovery-image] Feb 21 22:41:29.884 INFO O| Feb 21 22:41:29.884 INFO STEP 1078 (remove_files) COMPLETE
78552025-02-21T22:41:31.870Z[ recovery-image] Feb 21 22:41:29.884 INFO O| Feb 21 22:41:29.884 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562025-02-21T22:41:31.904Z[ recovery-image] Feb 21 22:41:29.920 INFO O| Feb 21 22:41:29.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
78572025-02-21T22:41:31.904Z[ recovery-image] Feb 21 22:41:29.920 INFO O| Feb 21 22:41:29.920 INFO STEP 1079 (remove_files) COMPLETE
78582025-02-21T22:41:31.904Z[ recovery-image] Feb 21 22:41:29.920 INFO O| Feb 21 22:41:29.920 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592025-02-21T22:41:31.923Z[ recovery-image] Feb 21 22:41:29.940 INFO O| Feb 21 22:41:29.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
78602025-02-21T22:41:31.923Z[ recovery-image] Feb 21 22:41:29.940 INFO O| Feb 21 22:41:29.940 INFO STEP 1080 (remove_files) COMPLETE
78612025-02-21T22:41:31.926Z[ recovery-image] Feb 21 22:41:29.940 INFO O| Feb 21 22:41:29.940 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622025-02-21T22:41:31.943Z[ recovery-image] Feb 21 22:41:29.959 INFO O| Feb 21 22:41:29.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
78632025-02-21T22:41:31.943Z[ recovery-image] Feb 21 22:41:29.959 INFO O| Feb 21 22:41:29.959 INFO STEP 1081 (remove_files) COMPLETE
78642025-02-21T22:41:31.943Z[ recovery-image] Feb 21 22:41:29.960 INFO O| Feb 21 22:41:29.959 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652025-02-21T22:41:31.963Z[ recovery-image] Feb 21 22:41:29.980 INFO O| Feb 21 22:41:29.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
78662025-02-21T22:41:31.963Z[ recovery-image] Feb 21 22:41:29.980 INFO O| Feb 21 22:41:29.980 INFO STEP 1082 (remove_files) COMPLETE
78672025-02-21T22:41:31.967Z[ recovery-image] Feb 21 22:41:29.980 INFO O| Feb 21 22:41:29.980 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682025-02-21T22:41:31.983Z[ recovery-image] Feb 21 22:41:29.999 INFO O| Feb 21 22:41:29.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
78692025-02-21T22:41:31.983Z[ recovery-image] Feb 21 22:41:29.999 INFO O| Feb 21 22:41:29.999 INFO STEP 1083 (remove_files) COMPLETE
78702025-02-21T22:41:31.986Z[ recovery-image] Feb 21 22:41:30.000 INFO O| Feb 21 22:41:29.999 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712025-02-21T22:41:32.003Z[ recovery-image] Feb 21 22:41:30.019 INFO O| Feb 21 22:41:30.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
78722025-02-21T22:41:32.003Z[ recovery-image] Feb 21 22:41:30.019 INFO O| Feb 21 22:41:30.019 INFO STEP 1084 (remove_files) COMPLETE
78732025-02-21T22:41:32.003Z[ recovery-image] Feb 21 22:41:30.019 INFO O| Feb 21 22:41:30.019 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742025-02-21T22:41:32.022Z[ recovery-image] Feb 21 22:41:30.038 INFO O| Feb 21 22:41:30.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
78752025-02-21T22:41:32.022Z[ recovery-image] Feb 21 22:41:30.038 INFO O| Feb 21 22:41:30.038 INFO STEP 1085 (remove_files) COMPLETE
78762025-02-21T22:41:32.024Z[ recovery-image] Feb 21 22:41:30.038 INFO O| Feb 21 22:41:30.038 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772025-02-21T22:41:32.042Z[ recovery-image] Feb 21 22:41:30.059 INFO O| Feb 21 22:41:30.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
78782025-02-21T22:41:32.042Z[ recovery-image] Feb 21 22:41:30.059 INFO O| Feb 21 22:41:30.059 INFO STEP 1086 (remove_files) COMPLETE
78792025-02-21T22:41:32.042Z[ recovery-image] Feb 21 22:41:30.059 INFO O| Feb 21 22:41:30.059 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802025-02-21T22:41:32.114Z[ recovery-image] Feb 21 22:41:30.131 INFO O| Feb 21 22:41:30.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
78812025-02-21T22:41:32.114Z[ recovery-image] Feb 21 22:41:30.131 INFO O| Feb 21 22:41:30.131 INFO STEP 1087 (remove_files) COMPLETE
78822025-02-21T22:41:32.114Z[ recovery-image] Feb 21 22:41:30.131 INFO O| Feb 21 22:41:30.131 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832025-02-21T22:41:32.135Z[ recovery-image] Feb 21 22:41:30.152 INFO O| Feb 21 22:41:30.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
78842025-02-21T22:41:32.136Z[ recovery-image] Feb 21 22:41:30.152 INFO O| Feb 21 22:41:30.152 INFO STEP 1088 (remove_files) COMPLETE
78852025-02-21T22:41:32.136Z[ recovery-image] Feb 21 22:41:30.152 INFO O| Feb 21 22:41:30.152 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862025-02-21T22:41:32.155Z[ recovery-image] Feb 21 22:41:30.171 INFO O| Feb 21 22:41:30.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
78872025-02-21T22:41:32.155Z[ recovery-image] Feb 21 22:41:30.172 INFO O| Feb 21 22:41:30.171 INFO STEP 1089 (remove_files) COMPLETE
78882025-02-21T22:41:32.155Z[ recovery-image] Feb 21 22:41:30.172 INFO O| Feb 21 22:41:30.172 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892025-02-21T22:41:32.180Z[ recovery-image] Feb 21 22:41:30.197 INFO O| Feb 21 22:41:30.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
78902025-02-21T22:41:32.180Z[ recovery-image] Feb 21 22:41:30.197 INFO O| Feb 21 22:41:30.197 INFO STEP 1090 (remove_files) COMPLETE
78912025-02-21T22:41:32.180Z[ recovery-image] Feb 21 22:41:30.197 INFO O| Feb 21 22:41:30.197 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922025-02-21T22:41:32.203Z[ recovery-image] Feb 21 22:41:30.219 INFO O| Feb 21 22:41:30.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
78932025-02-21T22:41:32.203Z[ recovery-image] Feb 21 22:41:30.219 INFO O| Feb 21 22:41:30.219 INFO STEP 1091 (remove_files) COMPLETE
78942025-02-21T22:41:32.205Z[ recovery-image] Feb 21 22:41:30.219 INFO O| Feb 21 22:41:30.219 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952025-02-21T22:41:32.224Z[ recovery-image] Feb 21 22:41:30.241 INFO O| Feb 21 22:41:30.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
78962025-02-21T22:41:32.224Z[ recovery-image] Feb 21 22:41:30.241 INFO O| Feb 21 22:41:30.241 INFO STEP 1092 (remove_files) COMPLETE
78972025-02-21T22:41:32.224Z[ recovery-image] Feb 21 22:41:30.241 INFO O| Feb 21 22:41:30.241 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982025-02-21T22:41:32.258Z[ recovery-image] Feb 21 22:41:30.274 INFO O| Feb 21 22:41:30.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
78992025-02-21T22:41:32.258Z[ recovery-image] Feb 21 22:41:30.274 INFO O| Feb 21 22:41:30.274 INFO STEP 1093 (remove_files) COMPLETE
79002025-02-21T22:41:32.261Z[ recovery-image] Feb 21 22:41:30.274 INFO O| Feb 21 22:41:30.274 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012025-02-21T22:41:32.294Z[ recovery-image] Feb 21 22:41:30.310 INFO O| Feb 21 22:41:30.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
79022025-02-21T22:41:32.294Z[ recovery-image] Feb 21 22:41:30.311 INFO O| Feb 21 22:41:30.310 INFO STEP 1094 (remove_files) COMPLETE
79032025-02-21T22:41:32.297Z[ recovery-image] Feb 21 22:41:30.311 INFO O| Feb 21 22:41:30.310 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042025-02-21T22:41:32.321Z[ recovery-image] Feb 21 22:41:30.337 INFO O| Feb 21 22:41:30.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
79052025-02-21T22:41:32.322Z[ recovery-image] Feb 21 22:41:30.337 INFO O| Feb 21 22:41:30.337 INFO STEP 1095 (remove_files) COMPLETE
79062025-02-21T22:41:32.322Z[ recovery-image] Feb 21 22:41:30.337 INFO O| Feb 21 22:41:30.337 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072025-02-21T22:41:32.373Z[ recovery-image] Feb 21 22:41:30.390 INFO O| Feb 21 22:41:30.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
79082025-02-21T22:41:32.373Z[ recovery-image] Feb 21 22:41:30.390 INFO O| Feb 21 22:41:30.390 INFO STEP 1096 (remove_files) COMPLETE
79092025-02-21T22:41:32.373Z[ recovery-image] Feb 21 22:41:30.390 INFO O| Feb 21 22:41:30.390 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102025-02-21T22:41:32.399Z[ recovery-image] Feb 21 22:41:30.415 INFO O| Feb 21 22:41:30.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
79112025-02-21T22:41:32.401Z[ recovery-image] Feb 21 22:41:30.415 INFO O| Feb 21 22:41:30.415 INFO STEP 1097 (remove_files) COMPLETE
79122025-02-21T22:41:32.401Z[ recovery-image] Feb 21 22:41:30.416 INFO O| Feb 21 22:41:30.415 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132025-02-21T22:41:32.420Z[ recovery-image] Feb 21 22:41:30.436 INFO O| Feb 21 22:41:30.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
79142025-02-21T22:41:32.423Z[ recovery-image] Feb 21 22:41:30.437 INFO O| Feb 21 22:41:30.437 INFO STEP 1098 (remove_files) COMPLETE
79152025-02-21T22:41:32.423Z[ recovery-image] Feb 21 22:41:30.437 INFO O| Feb 21 22:41:30.437 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162025-02-21T22:41:32.446Z[ recovery-image] Feb 21 22:41:30.455 INFO O| Feb 21 22:41:30.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
79172025-02-21T22:41:32.446Z[ recovery-image] Feb 21 22:41:30.455 INFO O| Feb 21 22:41:30.455 INFO STEP 1099 (remove_files) COMPLETE
79182025-02-21T22:41:32.446Z[ recovery-image] Feb 21 22:41:30.455 INFO O| Feb 21 22:41:30.455 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192025-02-21T22:41:32.534Z[ recovery-image] Feb 21 22:41:30.551 INFO O| Feb 21 22:41:30.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
79202025-02-21T22:41:32.534Z[ recovery-image] Feb 21 22:41:30.551 INFO O| Feb 21 22:41:30.551 INFO STEP 1100 (remove_files) COMPLETE
79212025-02-21T22:41:32.538Z[ recovery-image] Feb 21 22:41:30.551 INFO O| Feb 21 22:41:30.551 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222025-02-21T22:41:32.593Z[ recovery-image] Feb 21 22:41:30.610 INFO O| Feb 21 22:41:30.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
79232025-02-21T22:41:32.593Z[ recovery-image] Feb 21 22:41:30.610 INFO O| Feb 21 22:41:30.610 INFO STEP 1101 (remove_files) COMPLETE
79242025-02-21T22:41:32.593Z[ recovery-image] Feb 21 22:41:30.610 INFO O| Feb 21 22:41:30.610 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252025-02-21T22:41:32.613Z[ recovery-image] Feb 21 22:41:30.629 INFO O| Feb 21 22:41:30.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
79262025-02-21T22:41:32.613Z[ recovery-image] Feb 21 22:41:30.629 INFO O| Feb 21 22:41:30.629 INFO STEP 1102 (remove_files) COMPLETE
79272025-02-21T22:41:32.613Z[ recovery-image] Feb 21 22:41:30.629 INFO O| Feb 21 22:41:30.629 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282025-02-21T22:41:32.653Z[ recovery-image] Feb 21 22:41:30.669 INFO O| Feb 21 22:41:30.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
79292025-02-21T22:41:32.656Z[ recovery-image] Feb 21 22:41:30.670 INFO O| Feb 21 22:41:30.670 INFO STEP 1103 (remove_files) COMPLETE
79302025-02-21T22:41:32.656Z[ recovery-image] Feb 21 22:41:30.670 INFO O| Feb 21 22:41:30.670 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312025-02-21T22:41:32.686Z[ recovery-image] Feb 21 22:41:30.702 INFO O| Feb 21 22:41:30.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
79322025-02-21T22:41:32.686Z[ recovery-image] Feb 21 22:41:30.702 INFO O| Feb 21 22:41:30.702 INFO STEP 1104 (remove_files) COMPLETE
79332025-02-21T22:41:32.686Z[ recovery-image] Feb 21 22:41:30.702 INFO O| Feb 21 22:41:30.702 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342025-02-21T22:41:32.739Z[ recovery-image] Feb 21 22:41:30.755 INFO O| Feb 21 22:41:30.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
79352025-02-21T22:41:32.739Z[ recovery-image] Feb 21 22:41:30.755 INFO O| Feb 21 22:41:30.755 INFO STEP 1105 (remove_files) COMPLETE
79362025-02-21T22:41:32.739Z[ recovery-image] Feb 21 22:41:30.755 INFO O| Feb 21 22:41:30.755 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372025-02-21T22:41:32.760Z[ recovery-image] Feb 21 22:41:30.776 INFO O| Feb 21 22:41:30.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
79382025-02-21T22:41:32.760Z[ recovery-image] Feb 21 22:41:30.776 INFO O| Feb 21 22:41:30.776 INFO STEP 1106 (remove_files) COMPLETE
79392025-02-21T22:41:32.760Z[ recovery-image] Feb 21 22:41:30.776 INFO O| Feb 21 22:41:30.776 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402025-02-21T22:41:32.781Z[ recovery-image] Feb 21 22:41:30.798 INFO O| Feb 21 22:41:30.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
79412025-02-21T22:41:32.781Z[ recovery-image] Feb 21 22:41:30.798 INFO O| Feb 21 22:41:30.798 INFO STEP 1107 (remove_files) COMPLETE
79422025-02-21T22:41:32.781Z[ recovery-image] Feb 21 22:41:30.798 INFO O| Feb 21 22:41:30.798 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432025-02-21T22:41:32.821Z[ recovery-image] Feb 21 22:41:30.838 INFO O| Feb 21 22:41:30.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
79442025-02-21T22:41:32.821Z[ recovery-image] Feb 21 22:41:30.838 INFO O| Feb 21 22:41:30.838 INFO STEP 1108 (remove_files) COMPLETE
79452025-02-21T22:41:32.821Z[ recovery-image] Feb 21 22:41:30.838 INFO O| Feb 21 22:41:30.838 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462025-02-21T22:41:32.856Z[ recovery-image] Feb 21 22:41:30.873 INFO O| Feb 21 22:41:30.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
79472025-02-21T22:41:32.856Z[ recovery-image] Feb 21 22:41:30.873 INFO O| Feb 21 22:41:30.873 INFO STEP 1109 (remove_files) COMPLETE
79482025-02-21T22:41:32.856Z[ recovery-image] Feb 21 22:41:30.873 INFO O| Feb 21 22:41:30.873 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492025-02-21T22:41:32.876Z[ recovery-image] Feb 21 22:41:30.892 INFO O| Feb 21 22:41:30.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
79502025-02-21T22:41:32.898Z[ recovery-image] Feb 21 22:41:30.914 INFO O| Feb 21 22:41:30.914 INFO STEP 1110 (remove_files) COMPLETE
79512025-02-21T22:41:32.898Z[ recovery-image] Feb 21 22:41:30.914 INFO O| Feb 21 22:41:30.914 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522025-02-21T22:41:32.946Z[ recovery-image] Feb 21 22:41:30.962 INFO O| Feb 21 22:41:30.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
79532025-02-21T22:41:32.946Z[ recovery-image] Feb 21 22:41:30.962 INFO O| Feb 21 22:41:30.962 INFO STEP 1111 (remove_files) COMPLETE
79542025-02-21T22:41:32.946Z[ recovery-image] Feb 21 22:41:30.962 INFO O| Feb 21 22:41:30.962 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552025-02-21T22:41:32.966Z[ recovery-image] Feb 21 22:41:30.983 INFO O| Feb 21 22:41:30.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
79562025-02-21T22:41:32.966Z[ recovery-image] Feb 21 22:41:30.983 INFO O| Feb 21 22:41:30.983 INFO STEP 1112 (remove_files) COMPLETE
79572025-02-21T22:41:32.966Z[ recovery-image] Feb 21 22:41:30.983 INFO O| Feb 21 22:41:30.983 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582025-02-21T22:41:32.985Z[ recovery-image] Feb 21 22:41:31.002 INFO O| Feb 21 22:41:31.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
79592025-02-21T22:41:32.985Z[ recovery-image] Feb 21 22:41:31.002 INFO O| Feb 21 22:41:31.002 INFO STEP 1113 (remove_files) COMPLETE
79602025-02-21T22:41:32.985Z[ recovery-image] Feb 21 22:41:31.002 INFO O| Feb 21 22:41:31.002 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612025-02-21T22:41:33.006Z[ recovery-image] Feb 21 22:41:31.022 INFO O| Feb 21 22:41:31.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
79622025-02-21T22:41:33.006Z[ recovery-image] Feb 21 22:41:31.022 INFO O| Feb 21 22:41:31.022 INFO STEP 1114 (remove_files) COMPLETE
79632025-02-21T22:41:33.008Z[ recovery-image] Feb 21 22:41:31.022 INFO O| Feb 21 22:41:31.022 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642025-02-21T22:41:33.042Z[ recovery-image] Feb 21 22:41:31.058 INFO O| Feb 21 22:41:31.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
79652025-02-21T22:41:33.042Z[ recovery-image] Feb 21 22:41:31.058 INFO O| Feb 21 22:41:31.058 INFO STEP 1115 (remove_files) COMPLETE
79662025-02-21T22:41:33.042Z[ recovery-image] Feb 21 22:41:31.059 INFO O| Feb 21 22:41:31.058 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672025-02-21T22:41:33.066Z[ recovery-image] Feb 21 22:41:31.081 INFO O| Feb 21 22:41:31.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
79682025-02-21T22:41:33.066Z[ recovery-image] Feb 21 22:41:31.081 INFO O| Feb 21 22:41:31.081 INFO STEP 1116 (remove_files) COMPLETE
79692025-02-21T22:41:33.069Z[ recovery-image] Feb 21 22:41:31.082 INFO O| Feb 21 22:41:31.081 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702025-02-21T22:41:33.111Z[ recovery-image] Feb 21 22:41:31.128 INFO O| Feb 21 22:41:31.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
79712025-02-21T22:41:33.111Z[ recovery-image] Feb 21 22:41:31.128 INFO O| Feb 21 22:41:31.128 INFO STEP 1117 (remove_files) COMPLETE
79722025-02-21T22:41:33.112Z[ recovery-image] Feb 21 22:41:31.128 INFO O| Feb 21 22:41:31.128 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732025-02-21T22:41:33.130Z[ recovery-image] Feb 21 22:41:31.147 INFO O| Feb 21 22:41:31.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
79742025-02-21T22:41:33.130Z[ recovery-image] Feb 21 22:41:31.147 INFO O| Feb 21 22:41:31.147 INFO STEP 1118 (remove_files) COMPLETE
79752025-02-21T22:41:33.130Z[ recovery-image] Feb 21 22:41:31.147 INFO O| Feb 21 22:41:31.147 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762025-02-21T22:41:33.158Z[ recovery-image] Feb 21 22:41:31.174 INFO O| Feb 21 22:41:31.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
79772025-02-21T22:41:33.158Z[ recovery-image] Feb 21 22:41:31.175 INFO O| Feb 21 22:41:31.174 INFO STEP 1119 (remove_files) COMPLETE
79782025-02-21T22:41:33.158Z[ recovery-image] Feb 21 22:41:31.175 INFO O| Feb 21 22:41:31.175 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792025-02-21T22:41:33.197Z[ recovery-image] Feb 21 22:41:31.214 INFO O| Feb 21 22:41:31.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
79802025-02-21T22:41:33.197Z[ recovery-image] Feb 21 22:41:31.214 INFO O| Feb 21 22:41:31.214 INFO STEP 1120 (remove_files) COMPLETE
79812025-02-21T22:41:33.200Z[ recovery-image] Feb 21 22:41:31.214 INFO O| Feb 21 22:41:31.214 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822025-02-21T22:41:33.230Z[ recovery-image] Feb 21 22:41:31.247 INFO O| Feb 21 22:41:31.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
79832025-02-21T22:41:33.231Z[ recovery-image] Feb 21 22:41:31.247 INFO O| Feb 21 22:41:31.247 INFO STEP 1121 (remove_files) COMPLETE
79842025-02-21T22:41:33.231Z[ recovery-image] Feb 21 22:41:31.247 INFO O| Feb 21 22:41:31.247 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79852025-02-21T22:41:33.249Z[ recovery-image] Feb 21 22:41:31.265 INFO O| Feb 21 22:41:31.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
79862025-02-21T22:41:33.249Z[ recovery-image] Feb 21 22:41:31.265 INFO O| Feb 21 22:41:31.265 INFO STEP 1122 (remove_files) COMPLETE
79872025-02-21T22:41:33.252Z[ recovery-image] Feb 21 22:41:31.265 INFO O| Feb 21 22:41:31.265 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79882025-02-21T22:41:33.298Z[ recovery-image] Feb 21 22:41:31.314 INFO O| Feb 21 22:41:31.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
79892025-02-21T22:41:33.298Z[ recovery-image] Feb 21 22:41:31.314 INFO O| Feb 21 22:41:31.314 INFO STEP 1123 (remove_files) COMPLETE
79902025-02-21T22:41:33.298Z[ recovery-image] Feb 21 22:41:31.314 INFO O| Feb 21 22:41:31.314 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79912025-02-21T22:41:33.359Z[ recovery-image] Feb 21 22:41:31.375 INFO O| Feb 21 22:41:31.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
79922025-02-21T22:41:33.359Z[ recovery-image] Feb 21 22:41:31.375 INFO O| Feb 21 22:41:31.375 INFO STEP 1124 (remove_files) COMPLETE
79932025-02-21T22:41:33.362Z[ recovery-image] Feb 21 22:41:31.375 INFO O| Feb 21 22:41:31.375 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79942025-02-21T22:41:33.379Z[ recovery-image] Feb 21 22:41:31.395 INFO O| Feb 21 22:41:31.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
79952025-02-21T22:41:33.379Z[ recovery-image] Feb 21 22:41:31.395 INFO O| Feb 21 22:41:31.395 INFO STEP 1125 (remove_files) COMPLETE
79962025-02-21T22:41:33.379Z[ recovery-image] Feb 21 22:41:31.395 INFO O| Feb 21 22:41:31.395 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79972025-02-21T22:41:33.408Z[ recovery-image] Feb 21 22:41:31.424 INFO O| Feb 21 22:41:31.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
79982025-02-21T22:41:33.408Z[ recovery-image] Feb 21 22:41:31.424 INFO O| Feb 21 22:41:31.424 INFO STEP 1126 (remove_files) COMPLETE
79992025-02-21T22:41:33.411Z[ recovery-image] Feb 21 22:41:31.424 INFO O| Feb 21 22:41:31.424 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80002025-02-21T22:41:33.582Z[ recovery-image] Feb 21 22:41:31.595 INFO O| Feb 21 22:41:31.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
80012025-02-21T22:41:33.585Z[ recovery-image] Feb 21 22:41:31.595 INFO O| Feb 21 22:41:31.595 INFO STEP 1127 (remove_files) COMPLETE
80022025-02-21T22:41:33.585Z[ recovery-image] Feb 21 22:41:31.595 INFO O| Feb 21 22:41:31.595 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80032025-02-21T22:41:33.600Z[ recovery-image] Feb 21 22:41:31.616 INFO O| Feb 21 22:41:31.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
80042025-02-21T22:41:33.602Z[ recovery-image] Feb 21 22:41:31.616 INFO O| Feb 21 22:41:31.616 INFO STEP 1128 (remove_files) COMPLETE
80052025-02-21T22:41:33.603Z[ recovery-image] Feb 21 22:41:31.617 INFO O| Feb 21 22:41:31.616 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80062025-02-21T22:41:33.620Z[ recovery-image] Feb 21 22:41:31.636 INFO O| Feb 21 22:41:31.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
80072025-02-21T22:41:33.623Z[ recovery-image] Feb 21 22:41:31.636 INFO O| Feb 21 22:41:31.636 INFO STEP 1129 (remove_files) COMPLETE
80082025-02-21T22:41:33.623Z[ recovery-image] Feb 21 22:41:31.637 INFO O| Feb 21 22:41:31.637 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80092025-02-21T22:41:33.640Z[ recovery-image] Feb 21 22:41:31.656 INFO O| Feb 21 22:41:31.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
80102025-02-21T22:41:33.643Z[ recovery-image] Feb 21 22:41:31.657 INFO O| Feb 21 22:41:31.657 INFO STEP 1130 (remove_files) COMPLETE
80112025-02-21T22:41:33.643Z[ recovery-image] Feb 21 22:41:31.657 INFO O| Feb 21 22:41:31.657 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80122025-02-21T22:41:33.683Z[ recovery-image] Feb 21 22:41:31.700 INFO O| Feb 21 22:41:31.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
80132025-02-21T22:41:33.686Z[ recovery-image] Feb 21 22:41:31.700 INFO O| Feb 21 22:41:31.700 INFO STEP 1131 (remove_files) COMPLETE
80142025-02-21T22:41:33.686Z[ recovery-image] Feb 21 22:41:31.700 INFO O| Feb 21 22:41:31.700 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80152025-02-21T22:41:33.757Z[ recovery-image] Feb 21 22:41:31.773 INFO O| Feb 21 22:41:31.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
80162025-02-21T22:41:33.757Z[ recovery-image] Feb 21 22:41:31.773 INFO O| Feb 21 22:41:31.773 INFO STEP 1132 (remove_files) COMPLETE
80172025-02-21T22:41:33.757Z[ recovery-image] Feb 21 22:41:31.774 INFO O| Feb 21 22:41:31.773 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80182025-02-21T22:41:33.781Z[ recovery-image] Feb 21 22:41:31.797 INFO O| Feb 21 22:41:31.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
80192025-02-21T22:41:33.781Z[ recovery-image] Feb 21 22:41:31.798 INFO O| Feb 21 22:41:31.797 INFO STEP 1133 (remove_files) COMPLETE
80202025-02-21T22:41:33.784Z[ recovery-image] Feb 21 22:41:31.798 INFO O| Feb 21 22:41:31.798 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80212025-02-21T22:41:33.803Z[ recovery-image] Feb 21 22:41:31.820 INFO O| Feb 21 22:41:31.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
80222025-02-21T22:41:33.803Z[ recovery-image] Feb 21 22:41:31.820 INFO O| Feb 21 22:41:31.820 INFO STEP 1134 (remove_files) COMPLETE
80232025-02-21T22:41:33.803Z[ recovery-image] Feb 21 22:41:31.820 INFO O| Feb 21 22:41:31.820 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80242025-02-21T22:41:33.826Z[ recovery-image] Feb 21 22:41:31.843 INFO O| Feb 21 22:41:31.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
80252025-02-21T22:41:33.826Z[ recovery-image] Feb 21 22:41:31.843 INFO O| Feb 21 22:41:31.843 INFO STEP 1135 (remove_files) COMPLETE
80262025-02-21T22:41:33.829Z[ recovery-image] Feb 21 22:41:31.843 INFO O| Feb 21 22:41:31.843 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80272025-02-21T22:41:33.872Z[ recovery-image] Feb 21 22:41:31.888 INFO O| Feb 21 22:41:31.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
80282025-02-21T22:41:33.872Z[ recovery-image] Feb 21 22:41:31.888 INFO O| Feb 21 22:41:31.888 INFO STEP 1136 (remove_files) COMPLETE
80292025-02-21T22:41:33.872Z[ recovery-image] Feb 21 22:41:31.888 INFO O| Feb 21 22:41:31.888 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80302025-02-21T22:41:33.930Z[ recovery-image] Feb 21 22:41:31.946 INFO O| Feb 21 22:41:31.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
80312025-02-21T22:41:33.930Z[ recovery-image] Feb 21 22:41:31.946 INFO O| Feb 21 22:41:31.946 INFO STEP 1137 (remove_files) COMPLETE
80322025-02-21T22:41:33.933Z[ recovery-image] Feb 21 22:41:31.946 INFO O| Feb 21 22:41:31.946 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80332025-02-21T22:41:34.000Z[ recovery-image] Feb 21 22:41:32.016 INFO O| Feb 21 22:41:32.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
80342025-02-21T22:41:34.000Z[ recovery-image] Feb 21 22:41:32.016 INFO O| Feb 21 22:41:32.016 INFO STEP 1138 (remove_files) COMPLETE
80352025-02-21T22:41:34.003Z[ recovery-image] Feb 21 22:41:32.016 INFO O| Feb 21 22:41:32.016 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80362025-02-21T22:41:34.080Z[ recovery-image] Feb 21 22:41:32.096 INFO O| Feb 21 22:41:32.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
80372025-02-21T22:41:34.082Z[ recovery-image] Feb 21 22:41:32.096 INFO O| Feb 21 22:41:32.096 INFO STEP 1139 (remove_files) COMPLETE
80382025-02-21T22:41:34.082Z[ recovery-image] Feb 21 22:41:32.096 INFO O| Feb 21 22:41:32.096 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80392025-02-21T22:41:34.102Z[ recovery-image] Feb 21 22:41:32.118 INFO O| Feb 21 22:41:32.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
80402025-02-21T22:41:34.102Z[ recovery-image] Feb 21 22:41:32.118 INFO O| Feb 21 22:41:32.118 INFO STEP 1140 (remove_files) COMPLETE
80412025-02-21T22:41:34.102Z[ recovery-image] Feb 21 22:41:32.118 INFO O| Feb 21 22:41:32.118 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80422025-02-21T22:41:34.127Z[ recovery-image] Feb 21 22:41:32.143 INFO O| Feb 21 22:41:32.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
80432025-02-21T22:41:34.127Z[ recovery-image] Feb 21 22:41:32.143 INFO O| Feb 21 22:41:32.143 INFO STEP 1141 (remove_files) COMPLETE
80442025-02-21T22:41:34.130Z[ recovery-image] Feb 21 22:41:32.143 INFO O| Feb 21 22:41:32.143 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80452025-02-21T22:41:34.176Z[ recovery-image] Feb 21 22:41:32.192 INFO O| Feb 21 22:41:32.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
80462025-02-21T22:41:34.176Z[ recovery-image] Feb 21 22:41:32.192 INFO O| Feb 21 22:41:32.192 INFO STEP 1142 (remove_files) COMPLETE
80472025-02-21T22:41:34.176Z[ recovery-image] Feb 21 22:41:32.192 INFO O| Feb 21 22:41:32.192 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80482025-02-21T22:41:34.205Z[ recovery-image] Feb 21 22:41:32.221 INFO O| Feb 21 22:41:32.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
80492025-02-21T22:41:34.205Z[ recovery-image] Feb 21 22:41:32.221 INFO O| Feb 21 22:41:32.221 INFO STEP 1143 (remove_files) COMPLETE
80502025-02-21T22:41:34.207Z[ recovery-image] Feb 21 22:41:32.221 INFO O| Feb 21 22:41:32.221 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80512025-02-21T22:41:34.230Z[ recovery-image] Feb 21 22:41:32.246 INFO O| Feb 21 22:41:32.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
80522025-02-21T22:41:34.233Z[ recovery-image] Feb 21 22:41:32.246 INFO O| Feb 21 22:41:32.246 INFO STEP 1144 (remove_files) COMPLETE
80532025-02-21T22:41:34.233Z[ recovery-image] Feb 21 22:41:32.247 INFO O| Feb 21 22:41:32.246 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80542025-02-21T22:41:34.250Z[ recovery-image] Feb 21 22:41:32.267 INFO O| Feb 21 22:41:32.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
80552025-02-21T22:41:34.253Z[ recovery-image] Feb 21 22:41:32.267 INFO O| Feb 21 22:41:32.267 INFO STEP 1145 (remove_files) COMPLETE
80562025-02-21T22:41:34.253Z[ recovery-image] Feb 21 22:41:32.267 INFO O| Feb 21 22:41:32.267 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80572025-02-21T22:41:34.271Z[ recovery-image] Feb 21 22:41:32.287 INFO O| Feb 21 22:41:32.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
80582025-02-21T22:41:34.274Z[ recovery-image] Feb 21 22:41:32.287 INFO O| Feb 21 22:41:32.287 INFO STEP 1146 (remove_files) COMPLETE
80592025-02-21T22:41:34.274Z[ recovery-image] Feb 21 22:41:32.287 INFO O| Feb 21 22:41:32.287 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80602025-02-21T22:41:34.292Z[ recovery-image] Feb 21 22:41:32.308 INFO O| Feb 21 22:41:32.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
80612025-02-21T22:41:34.292Z[ recovery-image] Feb 21 22:41:32.308 INFO O| Feb 21 22:41:32.308 INFO STEP 1147 (remove_files) COMPLETE
80622025-02-21T22:41:34.292Z[ recovery-image] Feb 21 22:41:32.308 INFO O| Feb 21 22:41:32.308 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80632025-02-21T22:41:34.329Z[ recovery-image] Feb 21 22:41:32.345 INFO O| Feb 21 22:41:32.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
80642025-02-21T22:41:34.329Z[ recovery-image] Feb 21 22:41:32.345 INFO O| Feb 21 22:41:32.345 INFO STEP 1148 (remove_files) COMPLETE
80652025-02-21T22:41:34.329Z[ recovery-image] Feb 21 22:41:32.345 INFO O| Feb 21 22:41:32.345 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80662025-02-21T22:41:34.348Z[ recovery-image] Feb 21 22:41:32.364 INFO O| Feb 21 22:41:32.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
80672025-02-21T22:41:34.348Z[ recovery-image] Feb 21 22:41:32.364 INFO O| Feb 21 22:41:32.364 INFO STEP 1149 (remove_files) COMPLETE
80682025-02-21T22:41:34.348Z[ recovery-image] Feb 21 22:41:32.364 INFO O| Feb 21 22:41:32.364 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80692025-02-21T22:41:34.368Z[ recovery-image] Feb 21 22:41:32.384 INFO O| Feb 21 22:41:32.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
80702025-02-21T22:41:34.368Z[ recovery-image] Feb 21 22:41:32.384 INFO O| Feb 21 22:41:32.384 INFO STEP 1150 (remove_files) COMPLETE
80712025-02-21T22:41:34.371Z[ recovery-image] Feb 21 22:41:32.384 INFO O| Feb 21 22:41:32.384 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80722025-02-21T22:41:34.389Z[ recovery-image] Feb 21 22:41:32.406 INFO O| Feb 21 22:41:32.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
80732025-02-21T22:41:34.389Z[ recovery-image] Feb 21 22:41:32.406 INFO O| Feb 21 22:41:32.406 INFO STEP 1151 (remove_files) COMPLETE
80742025-02-21T22:41:34.392Z[ recovery-image] Feb 21 22:41:32.406 INFO O| Feb 21 22:41:32.406 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80752025-02-21T22:41:34.412Z[ recovery-image] Feb 21 22:41:32.428 INFO O| Feb 21 22:41:32.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
80762025-02-21T22:41:34.412Z[ recovery-image] Feb 21 22:41:32.428 INFO O| Feb 21 22:41:32.428 INFO STEP 1152 (remove_files) COMPLETE
80772025-02-21T22:41:34.412Z[ recovery-image] Feb 21 22:41:32.428 INFO O| Feb 21 22:41:32.428 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80782025-02-21T22:41:34.432Z[ recovery-image] Feb 21 22:41:32.448 INFO O| Feb 21 22:41:32.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
80792025-02-21T22:41:34.432Z[ recovery-image] Feb 21 22:41:32.448 INFO O| Feb 21 22:41:32.448 INFO STEP 1153 (remove_files) COMPLETE
80802025-02-21T22:41:34.435Z[ recovery-image] Feb 21 22:41:32.448 INFO O| Feb 21 22:41:32.448 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80812025-02-21T22:41:34.451Z[ recovery-image] Feb 21 22:41:32.467 INFO O| Feb 21 22:41:32.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
80822025-02-21T22:41:34.451Z[ recovery-image] Feb 21 22:41:32.467 INFO O| Feb 21 22:41:32.467 INFO STEP 1154 (remove_files) COMPLETE
80832025-02-21T22:41:34.454Z[ recovery-image] Feb 21 22:41:32.467 INFO O| Feb 21 22:41:32.467 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80842025-02-21T22:41:34.488Z[ recovery-image] Feb 21 22:41:32.505 INFO O| Feb 21 22:41:32.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
80852025-02-21T22:41:34.488Z[ recovery-image] Feb 21 22:41:32.505 INFO O| Feb 21 22:41:32.505 INFO STEP 1155 (remove_files) COMPLETE
80862025-02-21T22:41:34.491Z[ recovery-image] Feb 21 22:41:32.505 INFO O| Feb 21 22:41:32.505 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80872025-02-21T22:41:34.511Z[ recovery-image] Feb 21 22:41:32.527 INFO O| Feb 21 22:41:32.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
80882025-02-21T22:41:34.513Z[ recovery-image] Feb 21 22:41:32.527 INFO O| Feb 21 22:41:32.527 INFO STEP 1156 (remove_files) COMPLETE
80892025-02-21T22:41:34.514Z[ recovery-image] Feb 21 22:41:32.527 INFO O| Feb 21 22:41:32.527 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80902025-02-21T22:41:34.565Z[ recovery-image] Feb 21 22:41:32.581 INFO O| Feb 21 22:41:32.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
80912025-02-21T22:41:34.568Z[ recovery-image] Feb 21 22:41:32.582 INFO O| Feb 21 22:41:32.582 INFO STEP 1157 (remove_files) COMPLETE
80922025-02-21T22:41:34.568Z[ recovery-image] Feb 21 22:41:32.582 INFO O| Feb 21 22:41:32.582 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80932025-02-21T22:41:34.588Z[ recovery-image] Feb 21 22:41:32.603 INFO O| Feb 21 22:41:32.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
80942025-02-21T22:41:34.591Z[ recovery-image] Feb 21 22:41:32.604 INFO O| Feb 21 22:41:32.604 INFO STEP 1158 (remove_files) COMPLETE
80952025-02-21T22:41:34.591Z[ recovery-image] Feb 21 22:41:32.604 INFO O| Feb 21 22:41:32.604 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80962025-02-21T22:41:34.608Z[ recovery-image] Feb 21 22:41:32.624 INFO O| Feb 21 22:41:32.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
80972025-02-21T22:41:34.610Z[ recovery-image] Feb 21 22:41:32.624 INFO O| Feb 21 22:41:32.624 INFO STEP 1159 (remove_files) COMPLETE
80982025-02-21T22:41:34.610Z[ recovery-image] Feb 21 22:41:32.624 INFO O| Feb 21 22:41:32.624 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80992025-02-21T22:41:34.645Z[ recovery-image] Feb 21 22:41:32.661 INFO O| Feb 21 22:41:32.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
81002025-02-21T22:41:34.648Z[ recovery-image] Feb 21 22:41:32.661 INFO O| Feb 21 22:41:32.661 INFO STEP 1160 (remove_files) COMPLETE
81012025-02-21T22:41:34.648Z[ recovery-image] Feb 21 22:41:32.661 INFO O| Feb 21 22:41:32.661 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81022025-02-21T22:41:34.715Z[ recovery-image] Feb 21 22:41:32.721 INFO O| Feb 21 22:41:32.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
81032025-02-21T22:41:34.715Z[ recovery-image] Feb 21 22:41:32.721 INFO O| Feb 21 22:41:32.721 INFO STEP 1161 (remove_files) COMPLETE
81042025-02-21T22:41:34.715Z[ recovery-image] Feb 21 22:41:32.721 INFO O| Feb 21 22:41:32.721 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81052025-02-21T22:41:34.726Z[ recovery-image] Feb 21 22:41:32.742 INFO O| Feb 21 22:41:32.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
81062025-02-21T22:41:34.726Z[ recovery-image] Feb 21 22:41:32.742 INFO O| Feb 21 22:41:32.742 INFO STEP 1162 (remove_files) COMPLETE
81072025-02-21T22:41:34.729Z[ recovery-image] Feb 21 22:41:32.742 INFO O| Feb 21 22:41:32.742 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81082025-02-21T22:41:34.748Z[ recovery-image] Feb 21 22:41:32.765 INFO O| Feb 21 22:41:32.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
81092025-02-21T22:41:34.751Z[ recovery-image] Feb 21 22:41:32.765 INFO O| Feb 21 22:41:32.765 INFO STEP 1163 (remove_files) COMPLETE
81102025-02-21T22:41:34.751Z[ recovery-image] Feb 21 22:41:32.765 INFO O| Feb 21 22:41:32.765 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81112025-02-21T22:41:34.791Z[ recovery-image] Feb 21 22:41:32.807 INFO O| Feb 21 22:41:32.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
81122025-02-21T22:41:34.793Z[ recovery-image] Feb 21 22:41:32.807 INFO O| Feb 21 22:41:32.807 INFO STEP 1164 (remove_files) COMPLETE
81132025-02-21T22:41:34.793Z[ recovery-image] Feb 21 22:41:32.807 INFO O| Feb 21 22:41:32.807 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81142025-02-21T22:41:34.812Z[ recovery-image] Feb 21 22:41:32.828 INFO O| Feb 21 22:41:32.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
81152025-02-21T22:41:34.812Z[ recovery-image] Feb 21 22:41:32.828 INFO O| Feb 21 22:41:32.828 INFO STEP 1165 (remove_files) COMPLETE
81162025-02-21T22:41:34.812Z[ recovery-image] Feb 21 22:41:32.828 INFO O| Feb 21 22:41:32.828 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
81172025-02-21T22:41:34.858Z[ recovery-image] Feb 21 22:41:32.874 INFO O| Feb 21 22:41:32.874 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
81182025-02-21T22:41:34.858Z[ recovery-image] Feb 21 22:41:32.874 INFO O| Feb 21 22:41:32.874 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
81192025-02-21T22:41:35.460Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
81202025-02-21T22:41:36.778Z[ recovery-image] Feb 21 22:41:34.794 INFO O| Feb 21 22:41:34.794 INFO STEP 1166 (pack_tar) COMPLETE
81212025-02-21T22:41:36.778Z[ recovery-image] Feb 21 22:41:34.794 INFO O| Feb 21 22:41:34.794 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81222025-02-21T22:41:36.781Z[ recovery-image] Feb 21 22:41:34.794 INFO O| Feb 21 22:41:34.794 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81232025-02-21T22:41:37.134Z[ recovery-image] Feb 21 22:41:35.150 INFO O| Feb 21 22:41:35.150 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
81242025-02-21T22:41:37.270Z[ recovery-image] Feb 21 22:41:35.286 INFO O| Feb 21 22:41:35.286 INFO completed processing gimlet/ramdisk-03-recovery-trim
81252025-02-21T22:41:37.280Z[ recovery-image] Feb 21 22:41:35.296 INFO image builder template: zfs-recovery...
81262025-02-21T22:41:37.283Z[ recovery-image] Feb 21 22:41:35.296 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/.tmpguEzOU/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.334", "-n", "zfs-recovery"], pwd: None
81272025-02-21T22:41:37.336Z[ recovery-image] Feb 21 22:41:35.351 INFO O| Feb 21 22:41:35.351 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81282025-02-21T22:41:37.361Z[ recovery-image] Feb 21 22:41:35.375 INFO O| Feb 21 22:41:35.375 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81292025-02-21T22:41:37.502Z[ recovery-image] Feb 21 22:41:35.518 INFO O| Feb 21 22:41:35.518 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
81302025-02-21T22:41:37.672Z[ recovery-image] Feb 21 22:41:35.687 INFO O| Feb 21 22:41:35.687 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81312025-02-21T22:41:37.674Z[ recovery-image] Feb 21 22:41:35.688 INFO O| Feb 21 22:41:35.687 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
81322025-02-21T22:41:37.680Z[ recovery-image] Feb 21 22:41:35.696 INFO O| Feb 21 22:41:35.696 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81332025-02-21T22:41:37.923Z[ recovery-image] Feb 21 22:41:35.938 INFO O| Feb 21 22:41:35.938 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
81342025-02-21T22:41:38.088Z[ recovery-image] Feb 21 22:41:36.102 INFO O| Feb 21 22:41:36.102 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
81352025-02-21T22:41:38.128Z[ recovery-image] Feb 21 22:41:36.144 INFO O| Feb 21 22:41:36.144 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81362025-02-21T22:41:38.138Z[ recovery-image] Feb 21 22:41:36.153 INFO O| Feb 21 22:41:36.153 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
81372025-02-21T22:41:38.147Z[ recovery-image] Feb 21 22:41:36.163 INFO O| Feb 21 22:41:36.163 INFO no lofi found
81382025-02-21T22:41:38.147Z[ recovery-image] Feb 21 22:41:36.163 INFO O| Feb 21 22:41:36.163 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
81392025-02-21T22:41:38.147Z[ recovery-image] Feb 21 22:41:36.163 INFO O| Feb 21 22:41:36.163 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81402025-02-21T22:41:40.996Z[ recovery-image] Feb 21 22:41:39.011 INFO O| Feb 21 22:41:39.011 INFO lofi device = /dev/dsk/c2t1d0p0
81412025-02-21T22:41:40.996Z[ recovery-image] Feb 21 22:41:39.011 INFO O| Feb 21 22:41:39.011 INFO pool device = /dev/dsk/c2t1d0p0
81422025-02-21T22:41:40.999Z[ recovery-image] Feb 21 22:41:39.012 INFO O| Feb 21 22:41:39.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"]
81432025-02-21T22:41:41.258Z[ recovery-image] Feb 21 22:41:39.273 INFO O| Feb 21 22:41:39.273 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81442025-02-21T22:41:41.258Z[ recovery-image] Feb 21 22:41:39.273 INFO O| Feb 21 22:41:39.273 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
81452025-02-21T22:41:41.298Z[ recovery-image] Feb 21 22:41:39.313 INFO O| Feb 21 22:41:39.313 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
81462025-02-21T22:41:41.612Z[ recovery-image] Feb 21 22:41:39.627 INFO O| Feb 21 22:41:39.627 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
81472025-02-21T22:41:41.685Z[ recovery-image] Feb 21 22:41:39.700 INFO O| Feb 21 22:41:39.700 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
81482025-02-21T22:41:41.713Z[ recovery-image] Feb 21 22:41:39.728 INFO O| Feb 21 22:41:39.728 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
81492025-02-21T22:41:41.741Z[ recovery-image] Feb 21 22:41:39.756 INFO O| Feb 21 22:41:39.756 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
81502025-02-21T22:41:41.832Z[ recovery-image] Feb 21 22:41:39.847 INFO O| Feb 21 22:41:39.847 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81512025-02-21T22:41:41.835Z[ recovery-image] Feb 21 22:41:39.847 INFO O| Feb 21 22:41:39.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81522025-02-21T22:41:41.835Z[ recovery-image] Feb 21 22:41:39.847 INFO O| Feb 21 22:41:39.847 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81532025-02-21T22:41:41.858Z[ recovery-image] Feb 21 22:41:39.873 INFO O| Feb 21 22:41:39.873 INFO boot environment UUID: 876bf016-1812-434b-972f-88385a0fc59f
81542025-02-21T22:41:41.860Z[ recovery-image] Feb 21 22:41:39.873 INFO O| Feb 21 22:41:39.873 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 876bf016-1812-434b-972f-88385a0fc59f
81552025-02-21T22:41:41.902Z[ recovery-image] Feb 21 22:41:39.917 INFO O| Feb 21 22:41:39.917 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81562025-02-21T22:41:41.953Z[ recovery-image] Feb 21 22:41:39.968 INFO O| Feb 21 22:41:39.968 INFO STEP 0 (create_be) COMPLETE
81572025-02-21T22:41:41.953Z[ recovery-image] Feb 21 22:41:39.968 INFO O| Feb 21 22:41:39.968 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81582025-02-21T22:41:41.982Z[ recovery-image] Feb 21 22:41:39.997 INFO O| Feb 21 22:41:39.997 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"]
81592025-02-21T22:41:48.970Z[ recovery-image] Feb 21 22:41:46.984 INFO O| Feb 21 22:41:46.984 INFO STEP 1 (unpack_tar) COMPLETE
81602025-02-21T22:41:48.970Z[ recovery-image] Feb 21 22:41:46.984 INFO O| Feb 21 22:41:46.984 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81612025-02-21T22:41:48.992Z[ recovery-image] Feb 21 22:41:47.006 INFO O| Feb 21 22:41:47.006 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81622025-02-21T22:41:49.803Z[ recovery-image] Feb 21 22:41:47.816 INFO O| Feb 21 22:41:47.816 INFO STEP 2 (devfsadm) COMPLETE
81632025-02-21T22:41:49.803Z[ recovery-image] Feb 21 22:41:47.816 INFO O| Feb 21 22:41:47.816 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81642025-02-21T22:41:49.822Z[ recovery-image] Feb 21 22:41:47.836 INFO O| Feb 21 22:41:47.836 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81652025-02-21T22:41:49.822Z[ recovery-image] Feb 21 22:41:47.836 INFO O| Feb 21 22:41:47.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81662025-02-21T22:41:49.822Z[ recovery-image] Feb 21 22:41:47.836 INFO O| Feb 21 22:41:47.836 INFO STEP 3 (ensure_dir) COMPLETE
81672025-02-21T22:41:49.825Z[ recovery-image] Feb 21 22:41:47.836 INFO O| Feb 21 22:41:47.836 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81682025-02-21T22:41:49.851Z[ recovery-image] Feb 21 22:41:47.854 INFO O| Feb 21 22:41:47.854 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81692025-02-21T22:41:49.851Z[ recovery-image] Feb 21 22:41:47.854 INFO O| Feb 21 22:41:47.854 INFO STEP 4 (ensure_dir) COMPLETE
81702025-02-21T22:41:49.851Z[ recovery-image] Feb 21 22:41:47.854 INFO O| Feb 21 22:41:47.854 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81712025-02-21T22:41:49.876Z[ recovery-image] Feb 21 22:41:47.890 INFO O| Feb 21 22:41:47.890 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81722025-02-21T22:41:49.876Z[ recovery-image] Feb 21 22:41:47.890 INFO O| Feb 21 22:41:47.890 INFO STEP 5 (ensure_dir) COMPLETE
81732025-02-21T22:41:49.879Z[ recovery-image] Feb 21 22:41:47.890 INFO O| Feb 21 22:41:47.890 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81742025-02-21T22:41:49.915Z[ recovery-image] Feb 21 22:41:47.929 INFO O| Feb 21 22:41:47.929 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81752025-02-21T22:41:49.916Z[ recovery-image] Feb 21 22:41:47.929 INFO O| Feb 21 22:41:47.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81762025-02-21T22:41:49.916Z[ recovery-image] Feb 21 22:41:47.929 INFO O| Feb 21 22:41:47.929 INFO STEP 6 (ensure_dir) COMPLETE
81772025-02-21T22:41:49.916Z[ recovery-image] Feb 21 22:41:47.929 INFO O| Feb 21 22:41:47.929 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81782025-02-21T22:41:49.935Z[ recovery-image] Feb 21 22:41:47.949 INFO O| Feb 21 22:41:47.949 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81792025-02-21T22:41:49.935Z[ recovery-image] Feb 21 22:41:47.949 INFO O| Feb 21 22:41:47.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81802025-02-21T22:41:49.935Z[ recovery-image] Feb 21 22:41:47.949 INFO O| Feb 21 22:41:47.949 INFO STEP 7 (ensure_dir) COMPLETE
81812025-02-21T22:41:49.935Z[ recovery-image] Feb 21 22:41:47.949 INFO O| Feb 21 22:41:47.949 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81822025-02-21T22:41:49.956Z[ recovery-image] Feb 21 22:41:47.970 INFO O| Feb 21 22:41:47.970 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
81832025-02-21T22:41:49.959Z[ recovery-image] Feb 21 22:41:47.970 INFO O| Feb 21 22:41:47.970 INFO STEP 8 (remove_files) COMPLETE
81842025-02-21T22:41:49.959Z[ recovery-image] Feb 21 22:41:47.970 INFO O| Feb 21 22:41:47.970 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81852025-02-21T22:41:49.976Z[ recovery-image] Feb 21 22:41:47.990 INFO O| Feb 21 22:41:47.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
81862025-02-21T22:41:49.979Z[ recovery-image] Feb 21 22:41:47.991 INFO O| Feb 21 22:41:47.991 INFO STEP 9 (remove_files) COMPLETE
81872025-02-21T22:41:49.979Z[ recovery-image] Feb 21 22:41:47.991 INFO O| Feb 21 22:41:47.991 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81882025-02-21T22:41:50.000Z[ recovery-image] Feb 21 22:41:48.013 INFO O| Feb 21 22:41:48.013 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
81892025-02-21T22:41:50.002Z[ recovery-image] Feb 21 22:41:48.015 INFO O| Feb 21 22:41:48.015 INFO STEP 10 (remove_files) COMPLETE
81902025-02-21T22:41:50.003Z[ recovery-image] Feb 21 22:41:48.015 INFO O| Feb 21 22:41:48.015 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81912025-02-21T22:41:50.020Z[ recovery-image] Feb 21 22:41:48.034 INFO O| Feb 21 22:41:48.034 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
81922025-02-21T22:41:50.023Z[ recovery-image] Feb 21 22:41:48.034 INFO O| Feb 21 22:41:48.034 INFO STEP 11 (remove_files) COMPLETE
81932025-02-21T22:41:50.023Z[ recovery-image] Feb 21 22:41:48.034 INFO O| Feb 21 22:41:48.034 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81942025-02-21T22:41:50.040Z[ recovery-image] Feb 21 22:41:48.053 INFO O| Feb 21 22:41:48.053 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
81952025-02-21T22:41:50.042Z[ recovery-image] Feb 21 22:41:48.054 INFO O| Feb 21 22:41:48.054 INFO STEP 12 (remove_files) COMPLETE
81962025-02-21T22:41:50.042Z[ recovery-image] Feb 21 22:41:48.054 INFO O| Feb 21 22:41:48.054 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81972025-02-21T22:41:50.060Z[ recovery-image] Feb 21 22:41:48.074 INFO O| Feb 21 22:41:48.074 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81982025-02-21T22:41:50.063Z[ recovery-image] Feb 21 22:41:48.074 INFO O| Feb 21 22:41:48.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81992025-02-21T22:41:50.063Z[ recovery-image] Feb 21 22:41:48.075 INFO O| Feb 21 22:41:48.075 INFO STEP 13 (ensure_dir) COMPLETE
82002025-02-21T22:41:50.063Z[ recovery-image] Feb 21 22:41:48.075 INFO O| Feb 21 22:41:48.075 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82012025-02-21T22:41:50.089Z[ recovery-image] Feb 21 22:41:48.103 INFO O| Feb 21 22:41:48.103 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82022025-02-21T22:41:50.089Z[ recovery-image] Feb 21 22:41:48.103 INFO O| Feb 21 22:41:48.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82032025-02-21T22:41:50.092Z[ recovery-image] Feb 21 22:41:48.103 INFO O| Feb 21 22:41:48.103 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82042025-02-21T22:41:50.092Z[ recovery-image] Feb 21 22:41:48.103 INFO O| Feb 21 22:41:48.103 INFO STEP 14 (ensure_dir) COMPLETE
82052025-02-21T22:41:50.092Z[ recovery-image] Feb 21 22:41:48.103 INFO O| Feb 21 22:41:48.103 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82062025-02-21T22:41:50.138Z[ recovery-image] Feb 21 22:41:48.152 INFO O| Feb 21 22:41:48.152 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82072025-02-21T22:41:50.138Z[ recovery-image] Feb 21 22:41:48.152 INFO O| Feb 21 22:41:48.152 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82082025-02-21T22:41:50.138Z[ recovery-image] Feb 21 22:41:48.152 INFO O| Feb 21 22:41:48.152 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82092025-02-21T22:41:50.141Z[ recovery-image] Feb 21 22:41:48.152 INFO O| Feb 21 22:41:48.152 INFO STEP 15 (ensure_dir) COMPLETE
82102025-02-21T22:41:50.141Z[ recovery-image] Feb 21 22:41:48.152 INFO O| Feb 21 22:41:48.152 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82112025-02-21T22:41:50.157Z[ recovery-image] Feb 21 22:41:48.171 INFO O| Feb 21 22:41:48.171 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82122025-02-21T22:41:50.157Z[ recovery-image] Feb 21 22:41:48.171 INFO O| Feb 21 22:41:48.171 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82132025-02-21T22:41:50.157Z[ recovery-image] Feb 21 22:41:48.171 INFO O| Feb 21 22:41:48.171 INFO STEP 16 (ensure_dir) COMPLETE
82142025-02-21T22:41:50.169Z[ recovery-image] Feb 21 22:41:48.171 INFO O| Feb 21 22:41:48.171 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82152025-02-21T22:41:50.189Z[ recovery-image] Feb 21 22:41:48.203 INFO O| Feb 21 22:41:48.203 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82162025-02-21T22:41:50.189Z[ recovery-image] Feb 21 22:41:48.203 INFO O| Feb 21 22:41:48.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82172025-02-21T22:41:50.192Z[ recovery-image] Feb 21 22:41:48.203 INFO O| Feb 21 22:41:48.203 INFO STEP 17 (ensure_dir) COMPLETE
82182025-02-21T22:41:50.192Z[ recovery-image] Feb 21 22:41:48.203 INFO O| Feb 21 22:41:48.203 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82192025-02-21T22:41:50.228Z[ recovery-image] Feb 21 22:41:48.242 INFO O| Feb 21 22:41:48.241 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82202025-02-21T22:41:50.228Z[ recovery-image] Feb 21 22:41:48.242 INFO O| Feb 21 22:41:48.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
82212025-02-21T22:41:50.228Z[ recovery-image] Feb 21 22:41:48.242 INFO O| Feb 21 22:41:48.242 INFO ok!
82222025-02-21T22:41:50.228Z[ recovery-image] Feb 21 22:41:48.242 INFO O| Feb 21 22:41:48.242 INFO STEP 18 (ensure_symlink) COMPLETE
82232025-02-21T22:41:50.228Z[ recovery-image] Feb 21 22:41:48.242 INFO O| Feb 21 22:41:48.242 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82242025-02-21T22:41:50.292Z[ recovery-image] Feb 21 22:41:48.305 INFO O| Feb 21 22:41:48.305 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
82252025-02-21T22:41:50.292Z[ recovery-image] Feb 21 22:41:48.305 INFO O| Feb 21 22:41:48.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
82262025-02-21T22:41:50.292Z[ recovery-image] Feb 21 22:41:48.305 INFO O| Feb 21 22:41:48.305 INFO ok!
82272025-02-21T22:41:50.292Z[ recovery-image] Feb 21 22:41:48.305 INFO O| Feb 21 22:41:48.305 INFO STEP 19 (ensure_file) COMPLETE
82282025-02-21T22:41:50.292Z[ recovery-image] Feb 21 22:41:48.305 INFO O| Feb 21 22:41:48.305 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82292025-02-21T22:41:50.369Z[ recovery-image] Feb 21 22:41:48.383 INFO O| Feb 21 22:41:48.383 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82302025-02-21T22:41:50.369Z[ recovery-image] Feb 21 22:41:48.383 INFO O| Feb 21 22:41:48.383 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82312025-02-21T22:41:50.372Z[ recovery-image] Feb 21 22:41:48.383 INFO O| Feb 21 22:41:48.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
82322025-02-21T22:41:50.372Z[ recovery-image] Feb 21 22:41:48.383 INFO O| Feb 21 22:41:48.383 INFO ok!
82332025-02-21T22:41:50.372Z[ recovery-image] Feb 21 22:41:48.383 INFO O| Feb 21 22:41:48.383 INFO STEP 20 (ensure_symlink) COMPLETE
82342025-02-21T22:41:50.372Z[ recovery-image] Feb 21 22:41:48.383 INFO O| Feb 21 22:41:48.383 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82352025-02-21T22:41:50.391Z[ recovery-image] Feb 21 22:41:48.404 INFO O| Feb 21 22:41:48.404 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82362025-02-21T22:41:50.391Z[ recovery-image] Feb 21 22:41:48.404 INFO O| Feb 21 22:41:48.404 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82372025-02-21T22:41:50.394Z[ recovery-image] Feb 21 22:41:48.404 INFO O| Feb 21 22:41:48.404 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82382025-02-21T22:41:50.394Z[ recovery-image] Feb 21 22:41:48.404 INFO O| Feb 21 22:41:48.404 INFO ok!
82392025-02-21T22:41:50.394Z[ recovery-image] Feb 21 22:41:48.404 INFO O| Feb 21 22:41:48.404 INFO STEP 21 (ensure_symlink) COMPLETE
82402025-02-21T22:41:50.394Z[ recovery-image] Feb 21 22:41:48.404 INFO O| Feb 21 22:41:48.404 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82412025-02-21T22:41:50.411Z[ recovery-image] Feb 21 22:41:48.425 INFO O| Feb 21 22:41:48.425 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82422025-02-21T22:41:50.411Z[ recovery-image] Feb 21 22:41:48.425 INFO O| Feb 21 22:41:48.425 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82432025-02-21T22:41:50.412Z[ recovery-image] Feb 21 22:41:48.425 INFO O| Feb 21 22:41:48.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
82442025-02-21T22:41:50.412Z[ recovery-image] Feb 21 22:41:48.425 INFO O| Feb 21 22:41:48.425 INFO ok!
82452025-02-21T22:41:50.415Z[ recovery-image] Feb 21 22:41:48.425 INFO O| Feb 21 22:41:48.425 INFO STEP 22 (ensure_symlink) COMPLETE
82462025-02-21T22:41:50.415Z[ recovery-image] Feb 21 22:41:48.425 INFO O| Feb 21 22:41:48.425 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82472025-02-21T22:41:50.451Z[ recovery-image] Feb 21 22:41:48.465 INFO O| Feb 21 22:41:48.465 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82482025-02-21T22:41:50.451Z[ recovery-image] Feb 21 22:41:48.465 INFO O| Feb 21 22:41:48.465 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82492025-02-21T22:41:50.454Z[ recovery-image] Feb 21 22:41:48.465 INFO O| Feb 21 22:41:48.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
82502025-02-21T22:41:50.454Z[ recovery-image] Feb 21 22:41:48.465 INFO O| Feb 21 22:41:48.465 INFO ok!
82512025-02-21T22:41:50.454Z[ recovery-image] Feb 21 22:41:48.465 INFO O| Feb 21 22:41:48.465 INFO STEP 23 (ensure_symlink) COMPLETE
82522025-02-21T22:41:50.454Z[ recovery-image] Feb 21 22:41:48.466 INFO O| Feb 21 22:41:48.465 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82532025-02-21T22:41:50.489Z[ recovery-image] Feb 21 22:41:48.503 INFO O| Feb 21 22:41:48.503 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82542025-02-21T22:41:50.489Z[ recovery-image] Feb 21 22:41:48.503 INFO O| Feb 21 22:41:48.503 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 ...
82552025-02-21T22:41:50.493Z[ recovery-image] Feb 21 22:41:48.503 INFO O| Feb 21 22:41:48.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
82562025-02-21T22:41:50.493Z[ recovery-image] Feb 21 22:41:48.503 INFO O| Feb 21 22:41:48.503 INFO ok!
82572025-02-21T22:41:50.493Z[ recovery-image] Feb 21 22:41:48.503 INFO O| Feb 21 22:41:48.503 INFO STEP 24 (ensure_file) COMPLETE
82582025-02-21T22:41:50.493Z[ recovery-image] Feb 21 22:41:48.503 INFO O| Feb 21 22:41:48.503 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
82592025-02-21T22:41:50.539Z[ recovery-image] Feb 21 22:41:48.553 INFO O| Feb 21 22:41:48.553 INFO updating shadow file
82602025-02-21T22:41:50.543Z[ recovery-image] Feb 21 22:41:48.553 INFO O| Feb 21 22:41:48.553 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82612025-02-21T22:41:50.543Z[ recovery-image] Feb 21 22:41:48.554 INFO O| Feb 21 22:41:48.553 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82622025-02-21T22:41:50.543Z[ recovery-image] Feb 21 22:41:48.554 INFO O| Feb 21 22:41:48.554 INFO STEP 25 (shadow) COMPLETE
82632025-02-21T22:41:50.543Z[ recovery-image] Feb 21 22:41:48.554 INFO O| Feb 21 22:41:48.554 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82642025-02-21T22:41:50.572Z[ recovery-image] Feb 21 22:41:48.585 INFO O| Feb 21 22:41:48.585 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
82652025-02-21T22:41:50.572Z[ recovery-image] Feb 21 22:41:48.586 INFO O| Feb 21 22:41:48.585 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
82662025-02-21T22:41:50.575Z[ recovery-image] Feb 21 22:41:48.586 INFO O| Feb 21 22:41:48.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
82672025-02-21T22:41:50.575Z[ recovery-image] Feb 21 22:41:48.586 INFO O| Feb 21 22:41:48.586 INFO ok!
82682025-02-21T22:41:50.575Z[ recovery-image] Feb 21 22:41:48.586 INFO O| Feb 21 22:41:48.586 INFO STEP 26 (ensure_file) COMPLETE
82692025-02-21T22:41:50.575Z[ recovery-image] Feb 21 22:41:48.586 INFO O| Feb 21 22:41:48.586 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82702025-02-21T22:41:50.592Z[ recovery-image] Feb 21 22:41:48.606 INFO O| Feb 21 22:41:48.605 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
82712025-02-21T22:41:50.592Z[ recovery-image] Feb 21 22:41:48.606 INFO O| Feb 21 22:41:48.605 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
82722025-02-21T22:41:50.596Z[ recovery-image] Feb 21 22:41:48.606 INFO O| Feb 21 22:41:48.606 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
82732025-02-21T22:41:50.596Z[ recovery-image] Feb 21 22:41:48.606 INFO O| Feb 21 22:41:48.606 INFO ok!
82742025-02-21T22:41:50.596Z[ recovery-image] Feb 21 22:41:48.606 INFO O| Feb 21 22:41:48.606 INFO STEP 27 (ensure_file) COMPLETE
82752025-02-21T22:41:50.596Z[ recovery-image] Feb 21 22:41:48.606 INFO O| Feb 21 22:41:48.606 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82762025-02-21T22:41:50.612Z[ recovery-image] Feb 21 22:41:48.625 INFO O| Feb 21 22:41:48.625 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
82772025-02-21T22:41:50.612Z[ recovery-image] Feb 21 22:41:48.626 INFO O| Feb 21 22:41:48.625 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
82782025-02-21T22:41:50.615Z[ recovery-image] Feb 21 22:41:48.626 INFO O| Feb 21 22:41:48.626 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82792025-02-21T22:41:50.615Z[ recovery-image] Feb 21 22:41:48.626 INFO O| Feb 21 22:41:48.626 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82802025-02-21T22:41:50.615Z[ recovery-image] Feb 21 22:41:48.626 INFO O| Feb 21 22:41:48.626 INFO ok!
82812025-02-21T22:41:50.615Z[ recovery-image] Feb 21 22:41:48.626 INFO O| Feb 21 22:41:48.626 INFO STEP 28 (ensure_file) COMPLETE
82822025-02-21T22:41:50.615Z[ recovery-image] Feb 21 22:41:48.626 INFO O| Feb 21 22:41:48.626 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82832025-02-21T22:41:50.632Z[ recovery-image] Feb 21 22:41:48.646 INFO O| Feb 21 22:41:48.646 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
82842025-02-21T22:41:50.632Z[ recovery-image] Feb 21 22:41:48.646 INFO O| Feb 21 22:41:48.646 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
82852025-02-21T22:41:50.635Z[ recovery-image] Feb 21 22:41:48.646 INFO O| Feb 21 22:41:48.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
82862025-02-21T22:41:50.635Z[ recovery-image] Feb 21 22:41:48.646 INFO O| Feb 21 22:41:48.646 INFO ok!
82872025-02-21T22:41:50.635Z[ recovery-image] Feb 21 22:41:48.646 INFO O| Feb 21 22:41:48.646 INFO STEP 29 (ensure_file) COMPLETE
82882025-02-21T22:41:50.635Z[ recovery-image] Feb 21 22:41:48.646 INFO O| Feb 21 22:41:48.646 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82892025-02-21T22:41:50.654Z[ recovery-image] Feb 21 22:41:48.667 INFO O| Feb 21 22:41:48.667 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
82902025-02-21T22:41:50.654Z[ recovery-image] Feb 21 22:41:48.668 INFO O| Feb 21 22:41:48.667 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
82912025-02-21T22:41:50.657Z[ recovery-image] Feb 21 22:41:48.668 INFO O| Feb 21 22:41:48.668 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
82922025-02-21T22:41:50.657Z[ recovery-image] Feb 21 22:41:48.668 INFO O| Feb 21 22:41:48.668 INFO ok!
82932025-02-21T22:41:50.657Z[ recovery-image] Feb 21 22:41:48.668 INFO O| Feb 21 22:41:48.668 INFO STEP 30 (ensure_file) COMPLETE
82942025-02-21T22:41:50.657Z[ recovery-image] Feb 21 22:41:48.668 INFO O| Feb 21 22:41:48.668 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82952025-02-21T22:41:50.711Z[ recovery-image] Feb 21 22:41:48.725 INFO O| Feb 21 22:41:48.725 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
82962025-02-21T22:41:50.711Z[ recovery-image] Feb 21 22:41:48.725 INFO O| Feb 21 22:41:48.725 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
82972025-02-21T22:41:50.714Z[ recovery-image] Feb 21 22:41:48.725 INFO O| Feb 21 22:41:48.725 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82982025-02-21T22:41:50.714Z[ recovery-image] Feb 21 22:41:48.726 INFO O| Feb 21 22:41:48.725 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82992025-02-21T22:41:50.714Z[ recovery-image] Feb 21 22:41:48.726 INFO O| Feb 21 22:41:48.726 INFO ok!
83002025-02-21T22:41:50.714Z[ recovery-image] Feb 21 22:41:48.726 INFO O| Feb 21 22:41:48.726 INFO STEP 31 (ensure_file) COMPLETE
83012025-02-21T22:41:50.714Z[ recovery-image] Feb 21 22:41:48.726 INFO O| Feb 21 22:41:48.726 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83022025-02-21T22:41:50.737Z[ recovery-image] Feb 21 22:41:48.751 INFO O| Feb 21 22:41:48.751 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83032025-02-21T22:41:50.740Z[ recovery-image] Feb 21 22:41:48.751 INFO O| Feb 21 22:41:48.751 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
83042025-02-21T22:41:50.740Z[ recovery-image] Feb 21 22:41:48.752 INFO O| Feb 21 22:41:48.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
83052025-02-21T22:41:50.740Z[ recovery-image] Feb 21 22:41:48.752 INFO O| Feb 21 22:41:48.752 INFO ok!
83062025-02-21T22:41:50.740Z[ recovery-image] Feb 21 22:41:48.752 INFO O| Feb 21 22:41:48.752 INFO STEP 32 (ensure_file) COMPLETE
83072025-02-21T22:41:50.740Z[ recovery-image] Feb 21 22:41:48.752 INFO O| Feb 21 22:41:48.752 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83082025-02-21T22:41:50.761Z[ recovery-image] Feb 21 22:41:48.775 INFO O| Feb 21 22:41:48.775 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83092025-02-21T22:41:50.761Z[ recovery-image] Feb 21 22:41:48.775 INFO O| Feb 21 22:41:48.775 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
83102025-02-21T22:41:50.764Z[ recovery-image] Feb 21 22:41:48.775 INFO O| Feb 21 22:41:48.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
83112025-02-21T22:41:50.764Z[ recovery-image] Feb 21 22:41:48.775 INFO O| Feb 21 22:41:48.775 INFO ok!
83122025-02-21T22:41:50.764Z[ recovery-image] Feb 21 22:41:48.775 INFO O| Feb 21 22:41:48.775 INFO STEP 33 (ensure_file) COMPLETE
83132025-02-21T22:41:50.764Z[ recovery-image] Feb 21 22:41:48.775 INFO O| Feb 21 22:41:48.775 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83142025-02-21T22:41:50.784Z[ recovery-image] Feb 21 22:41:48.797 INFO O| Feb 21 22:41:48.797 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
83152025-02-21T22:41:50.784Z[ recovery-image] Feb 21 22:41:48.797 INFO O| Feb 21 22:41:48.797 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
83162025-02-21T22:41:50.787Z[ recovery-image] Feb 21 22:41:48.798 INFO O| Feb 21 22:41:48.798 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83172025-02-21T22:41:50.787Z[ recovery-image] Feb 21 22:41:48.798 INFO O| Feb 21 22:41:48.798 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83182025-02-21T22:41:50.787Z[ recovery-image] Feb 21 22:41:48.798 INFO O| Feb 21 22:41:48.798 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83192025-02-21T22:41:50.787Z[ recovery-image] Feb 21 22:41:48.798 INFO O| Feb 21 22:41:48.798 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83202025-02-21T22:41:50.787Z[ recovery-image] Feb 21 22:41:48.798 INFO O| Feb 21 22:41:48.798 INFO ok!
83212025-02-21T22:41:50.787Z[ recovery-image] Feb 21 22:41:48.799 INFO O| Feb 21 22:41:48.798 INFO STEP 34 (ensure_file) COMPLETE
83222025-02-21T22:41:50.787Z[ recovery-image] Feb 21 22:41:48.799 INFO O| Feb 21 22:41:48.799 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83232025-02-21T22:41:50.806Z[ recovery-image] Feb 21 22:41:48.820 INFO O| Feb 21 22:41:48.820 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83242025-02-21T22:41:50.809Z[ recovery-image] Feb 21 22:41:48.820 INFO O| Feb 21 22:41:48.820 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83252025-02-21T22:41:50.809Z[ recovery-image] Feb 21 22:41:48.821 INFO O| Feb 21 22:41:48.820 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83262025-02-21T22:41:50.809Z[ recovery-image] Feb 21 22:41:48.821 INFO O| Feb 21 22:41:48.821 INFO STEP 35 (ensure_dir) COMPLETE
83272025-02-21T22:41:50.809Z[ recovery-image] Feb 21 22:41:48.821 INFO O| Feb 21 22:41:48.821 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83282025-02-21T22:41:50.867Z[ recovery-image] Feb 21 22:41:48.881 INFO O| Feb 21 22:41:48.881 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
83292025-02-21T22:41:50.870Z[ recovery-image] Feb 21 22:41:48.881 INFO O| Feb 21 22:41:48.881 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 ...
83302025-02-21T22:41:50.870Z[ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.881 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
83312025-02-21T22:41:50.870Z[ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.882 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
83322025-02-21T22:41:50.870Z[ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.882 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
83332025-02-21T22:41:50.870Z[ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.882 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
83342025-02-21T22:41:50.870Z[ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.882 INFO ok!
83352025-02-21T22:41:50.870Z[ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.882 INFO STEP 36 (ensure_file) COMPLETE
83362025-02-21T22:41:50.870Z[ recovery-image] Feb 21 22:41:48.882 INFO O| Feb 21 22:41:48.882 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83372025-02-21T22:41:50.971Z[ recovery-image] Feb 21 22:41:48.985 INFO O| Feb 21 22:41:48.984 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83382025-02-21T22:41:50.971Z[ recovery-image] Feb 21 22:41:48.985 INFO O| Feb 21 22:41:48.984 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 ...
83392025-02-21T22:41:50.971Z[ recovery-image] Feb 21 22:41:48.985 INFO O| Feb 21 22:41:48.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83402025-02-21T22:41:50.976Z[ recovery-image] Feb 21 22:41:48.985 INFO O| Feb 21 22:41:48.985 INFO ok!
83412025-02-21T22:41:50.976Z[ recovery-image] Feb 21 22:41:48.985 INFO O| Feb 21 22:41:48.985 INFO STEP 37 (ensure_symlink) COMPLETE
83422025-02-21T22:41:50.976Z[ recovery-image] Feb 21 22:41:48.985 INFO O| Feb 21 22:41:48.985 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83432025-02-21T22:41:51.022Z[ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83442025-02-21T22:41:51.022Z[ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
83452025-02-21T22:41:51.022Z[ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83462025-02-21T22:41:51.025Z[ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83472025-02-21T22:41:51.025Z[ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83482025-02-21T22:41:51.025Z[ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83492025-02-21T22:41:51.025Z[ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO ok!
83502025-02-21T22:41:51.025Z[ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO STEP 38 (ensure_file) COMPLETE
83512025-02-21T22:41:51.025Z[ recovery-image] Feb 21 22:41:49.036 INFO O| Feb 21 22:41:49.036 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83522025-02-21T22:41:51.084Z[ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.097 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83532025-02-21T22:41:51.084Z[ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.097 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 ...
83542025-02-21T22:41:51.084Z[ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.098 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
83552025-02-21T22:41:51.084Z[ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.098 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
83562025-02-21T22:41:51.084Z[ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.098 INFO ok!
83572025-02-21T22:41:51.087Z[ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.098 INFO STEP 39 (ensure_file) COMPLETE
83582025-02-21T22:41:51.087Z[ recovery-image] Feb 21 22:41:49.098 INFO O| Feb 21 22:41:49.098 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83592025-02-21T22:41:51.108Z[ recovery-image] Feb 21 22:41:49.121 INFO O| Feb 21 22:41:49.121 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
83602025-02-21T22:41:51.108Z[ recovery-image] Feb 21 22:41:49.121 INFO O| Feb 21 22:41:49.121 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
83612025-02-21T22:41:51.111Z[ recovery-image] Feb 21 22:41:49.122 INFO O| Feb 21 22:41:49.122 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
83622025-02-21T22:41:51.111Z[ recovery-image] Feb 21 22:41:49.122 INFO O| Feb 21 22:41:49.122 INFO ok!
83632025-02-21T22:41:51.111Z[ recovery-image] Feb 21 22:41:49.122 INFO O| Feb 21 22:41:49.122 INFO STEP 40 (ensure_file) COMPLETE
83642025-02-21T22:41:51.111Z[ recovery-image] Feb 21 22:41:49.122 INFO O| Feb 21 22:41:49.122 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83652025-02-21T22:41:51.130Z[ recovery-image] Feb 21 22:41:49.143 INFO O| Feb 21 22:41:49.143 INFO updating shadow file
83662025-02-21T22:41:51.133Z[ recovery-image] Feb 21 22:41:49.144 INFO O| Feb 21 22:41:49.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83672025-02-21T22:41:51.133Z[ recovery-image] Feb 21 22:41:49.144 INFO O| Feb 21 22:41:49.144 INFO STEP 41 (shadow) COMPLETE
83682025-02-21T22:41:51.133Z[ recovery-image] Feb 21 22:41:49.144 INFO O| Feb 21 22:41:49.144 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83692025-02-21T22:41:51.173Z[ recovery-image] Feb 21 22:41:49.181 INFO O| Feb 21 22:41:49.181 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
83702025-02-21T22:41:51.173Z[ recovery-image] Feb 21 22:41:49.181 INFO O| Feb 21 22:41:49.181 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
83712025-02-21T22:41:51.174Z[ recovery-image] Feb 21 22:41:49.182 INFO O| Feb 21 22:41:49.182 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83722025-02-21T22:41:51.174Z[ recovery-image] Feb 21 22:41:49.182 INFO O| Feb 21 22:41:49.182 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83732025-02-21T22:41:51.174Z[ recovery-image] Feb 21 22:41:49.182 INFO O| Feb 21 22:41:49.182 INFO ok!
83742025-02-21T22:41:51.174Z[ recovery-image] Feb 21 22:41:49.182 INFO O| Feb 21 22:41:49.182 INFO STEP 42 (ensure_file) COMPLETE
83752025-02-21T22:41:51.174Z[ recovery-image] Feb 21 22:41:49.182 INFO O| Feb 21 22:41:49.182 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83762025-02-21T22:41:51.272Z[ recovery-image] Feb 21 22:41:49.286 INFO O| Feb 21 22:41:49.286 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
83772025-02-21T22:41:51.273Z[ recovery-image] Feb 21 22:41:49.286 INFO O| Feb 21 22:41:49.286 INFO STEP 43 (ensure_dir) COMPLETE
83782025-02-21T22:41:51.273Z[ recovery-image] Feb 21 22:41:49.286 INFO O| Feb 21 22:41:49.286 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83792025-02-21T22:41:51.309Z[ recovery-image] Feb 21 22:41:49.323 INFO O| Feb 21 22:41:49.323 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83802025-02-21T22:41:51.309Z[ recovery-image] Feb 21 22:41:49.323 INFO O| Feb 21 22:41:49.323 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83812025-02-21T22:41:51.312Z[ recovery-image] Feb 21 22:41:49.323 INFO O| Feb 21 22:41:49.323 INFO STEP 44 (ensure_dir) COMPLETE
83822025-02-21T22:41:51.312Z[ recovery-image] Feb 21 22:41:49.323 INFO O| Feb 21 22:41:49.323 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83832025-02-21T22:41:51.330Z[ recovery-image] Feb 21 22:41:49.343 INFO O| Feb 21 22:41:49.343 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83842025-02-21T22:41:51.332Z[ recovery-image] Feb 21 22:41:49.343 INFO O| Feb 21 22:41:49.343 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83852025-02-21T22:41:51.333Z[ recovery-image] Feb 21 22:41:49.344 INFO O| Feb 21 22:41:49.343 INFO STEP 45 (ensure_dir) COMPLETE
83862025-02-21T22:41:51.333Z[ recovery-image] Feb 21 22:41:49.344 INFO O| Feb 21 22:41:49.343 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83872025-02-21T22:41:51.351Z[ recovery-image] Feb 21 22:41:49.364 INFO O| Feb 21 22:41:49.364 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
83882025-02-21T22:41:51.351Z[ recovery-image] Feb 21 22:41:49.364 INFO O| Feb 21 22:41:49.364 INFO copying /tmp/.tmpguEzOU/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
83892025-02-21T22:41:51.418Z[ recovery-image] Feb 21 22:41:49.431 INFO O| Feb 21 22:41:49.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
83902025-02-21T22:41:51.418Z[ recovery-image] Feb 21 22:41:49.431 INFO O| Feb 21 22:41:49.431 INFO ok!
83912025-02-21T22:41:51.418Z[ recovery-image] Feb 21 22:41:49.431 INFO O| Feb 21 22:41:49.431 INFO STEP 46 (ensure_file) COMPLETE
83922025-02-21T22:41:51.422Z[ recovery-image] Feb 21 22:41:49.432 INFO O| Feb 21 22:41:49.432 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83932025-02-21T22:41:51.444Z[ recovery-image] Feb 21 22:41:49.457 INFO O| Feb 21 22:41:49.457 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83942025-02-21T22:41:51.447Z[ recovery-image] Feb 21 22:41:49.458 INFO O| Feb 21 22:41:49.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83952025-02-21T22:41:51.447Z[ recovery-image] Feb 21 22:41:49.458 INFO O| Feb 21 22:41:49.458 INFO STEP 47 (ensure_dir) COMPLETE
83962025-02-21T22:41:51.447Z[ recovery-image] Feb 21 22:41:49.458 INFO O| Feb 21 22:41:49.458 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83972025-02-21T22:41:51.464Z[ recovery-image] Feb 21 22:41:49.477 INFO O| Feb 21 22:41:49.477 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
83982025-02-21T22:41:51.464Z[ recovery-image] Feb 21 22:41:49.477 INFO O| Feb 21 22:41:49.477 INFO copying /tmp/.tmpguEzOU/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
83992025-02-21T22:41:51.464Z[ recovery-image] Feb 21 22:41:49.477 INFO O| Feb 21 22:41:49.477 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
84002025-02-21T22:41:51.464Z[ recovery-image] Feb 21 22:41:49.477 INFO O| Feb 21 22:41:49.477 INFO ok!
84012025-02-21T22:41:51.464Z[ recovery-image] Feb 21 22:41:49.477 INFO O| Feb 21 22:41:49.477 INFO STEP 48 (ensure_file) COMPLETE
84022025-02-21T22:41:51.464Z[ recovery-image] Feb 21 22:41:49.477 INFO O| Feb 21 22:41:49.477 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84032025-02-21T22:41:51.482Z[ recovery-image] Feb 21 22:41:49.495 INFO O| Feb 21 22:41:49.495 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84042025-02-21T22:41:51.482Z[ recovery-image] Feb 21 22:41:49.495 INFO O| Feb 21 22:41:49.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84052025-02-21T22:41:51.484Z[ recovery-image] Feb 21 22:41:49.495 INFO O| Feb 21 22:41:49.495 INFO STEP 49 (ensure_dir) COMPLETE
84062025-02-21T22:41:51.485Z[ recovery-image] Feb 21 22:41:49.495 INFO O| Feb 21 22:41:49.495 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84072025-02-21T22:41:51.501Z[ recovery-image] Feb 21 22:41:49.515 INFO O| Feb 21 22:41:49.514 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84082025-02-21T22:41:51.501Z[ recovery-image] Feb 21 22:41:49.515 INFO O| Feb 21 22:41:49.515 INFO copying /tmp/.tmpguEzOU/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84092025-02-21T22:41:53.490Z[ recovery-image] Feb 21 22:41:51.503 INFO O| Feb 21 22:41:51.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84102025-02-21T22:41:53.490Z[ recovery-image] Feb 21 22:41:51.504 INFO O| Feb 21 22:41:51.503 INFO ok!
84112025-02-21T22:41:53.493Z[ recovery-image] Feb 21 22:41:51.504 INFO O| Feb 21 22:41:51.503 INFO STEP 50 (ensure_file) COMPLETE
84122025-02-21T22:41:53.493Z[ recovery-image] Feb 21 22:41:51.504 INFO O| Feb 21 22:41:51.503 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84132025-02-21T22:41:53.513Z[ recovery-image] Feb 21 22:41:51.526 INFO O| Feb 21 22:41:51.526 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84142025-02-21T22:41:53.513Z[ recovery-image] Feb 21 22:41:51.526 INFO O| Feb 21 22:41:51.526 INFO copying /tmp/.tmpguEzOU/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84152025-02-21T22:41:53.564Z[ recovery-image] Feb 21 22:41:51.577 INFO O| Feb 21 22:41:51.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84162025-02-21T22:41:53.564Z[ recovery-image] Feb 21 22:41:51.577 INFO O| Feb 21 22:41:51.577 INFO ok!
84172025-02-21T22:41:53.566Z[ recovery-image] Feb 21 22:41:51.577 INFO O| Feb 21 22:41:51.577 INFO STEP 51 (ensure_file) COMPLETE
84182025-02-21T22:41:53.566Z[ recovery-image] Feb 21 22:41:51.577 INFO O| Feb 21 22:41:51.577 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84192025-02-21T22:41:53.597Z[ recovery-image] Feb 21 22:41:51.610 INFO O| Feb 21 22:41:51.610 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84202025-02-21T22:41:53.597Z[ recovery-image] Feb 21 22:41:51.610 INFO O| Feb 21 22:41:51.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84212025-02-21T22:41:53.600Z[ recovery-image] Feb 21 22:41:51.610 INFO O| Feb 21 22:41:51.610 INFO STEP 52 (ensure_dir) COMPLETE
84222025-02-21T22:41:53.600Z[ recovery-image] Feb 21 22:41:51.610 INFO O| Feb 21 22:41:51.610 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84232025-02-21T22:41:53.675Z[ recovery-image] Feb 21 22:41:51.685 INFO O| Feb 21 22:41:51.685 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
84242025-02-21T22:41:53.675Z[ recovery-image] Feb 21 22:41:51.685 INFO O| Feb 21 22:41:51.685 INFO copying /tmp/.tmpguEzOU/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 ...
84252025-02-21T22:41:53.675Z[ recovery-image] Feb 21 22:41:51.685 INFO O| Feb 21 22:41:51.685 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
84262025-02-21T22:41:53.681Z[ recovery-image] Feb 21 22:41:51.685 INFO O| Feb 21 22:41:51.685 INFO ok!
84272025-02-21T22:41:53.681Z[ recovery-image] Feb 21 22:41:51.685 INFO O| Feb 21 22:41:51.685 INFO STEP 53 (ensure_file) COMPLETE
84282025-02-21T22:41:53.681Z[ recovery-image] Feb 21 22:41:51.685 INFO O| Feb 21 22:41:51.685 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84292025-02-21T22:41:53.757Z[ recovery-image] Feb 21 22:41:51.770 INFO O| Feb 21 22:41:51.770 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
84302025-02-21T22:41:53.757Z[ recovery-image] Feb 21 22:41:51.770 INFO O| Feb 21 22:41:51.770 INFO copying /tmp/.tmpguEzOU/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 ...
84312025-02-21T22:41:53.757Z[ recovery-image] Feb 21 22:41:51.770 INFO O| Feb 21 22:41:51.770 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
84322025-02-21T22:41:53.757Z[ recovery-image] Feb 21 22:41:51.770 INFO O| Feb 21 22:41:51.770 INFO ok!
84332025-02-21T22:41:53.757Z[ recovery-image] Feb 21 22:41:51.770 INFO O| Feb 21 22:41:51.770 INFO STEP 54 (ensure_file) COMPLETE
84342025-02-21T22:41:53.757Z[ recovery-image] Feb 21 22:41:51.770 INFO O| Feb 21 22:41:51.770 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84352025-02-21T22:41:53.797Z[ recovery-image] Feb 21 22:41:51.810 INFO O| Feb 21 22:41:51.810 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84362025-02-21T22:41:53.799Z[ recovery-image] Feb 21 22:41:51.810 INFO O| Feb 21 22:41:51.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84372025-02-21T22:41:53.799Z[ recovery-image] Feb 21 22:41:51.810 INFO O| Feb 21 22:41:51.810 INFO STEP 55 (ensure_dir) COMPLETE
84382025-02-21T22:41:53.799Z[ recovery-image] Feb 21 22:41:51.810 INFO O| Feb 21 22:41:51.810 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84392025-02-21T22:41:53.896Z[ recovery-image] Feb 21 22:41:51.910 INFO O| Feb 21 22:41:51.909 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84402025-02-21T22:41:53.896Z[ recovery-image] Feb 21 22:41:51.910 INFO O| Feb 21 22:41:51.910 INFO copying /tmp/.tmpguEzOU/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 ...
84412025-02-21T22:41:53.899Z[ recovery-image] Feb 21 22:41:51.910 INFO O| Feb 21 22:41:51.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84422025-02-21T22:41:53.899Z[ recovery-image] Feb 21 22:41:51.910 INFO O| Feb 21 22:41:51.910 INFO ok!
84432025-02-21T22:41:53.899Z[ recovery-image] Feb 21 22:41:51.910 INFO O| Feb 21 22:41:51.910 INFO STEP 56 (ensure_file) COMPLETE
84442025-02-21T22:41:53.899Z[ recovery-image] Feb 21 22:41:51.910 INFO O| Feb 21 22:41:51.910 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84452025-02-21T22:41:53.918Z[ recovery-image] Feb 21 22:41:51.931 INFO O| Feb 21 22:41:51.931 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84462025-02-21T22:41:53.918Z[ recovery-image] Feb 21 22:41:51.931 INFO O| Feb 21 22:41:51.931 INFO copying /tmp/.tmpguEzOU/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 ...
84472025-02-21T22:41:53.921Z[ recovery-image] Feb 21 22:41:51.931 INFO O| Feb 21 22:41:51.931 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
84482025-02-21T22:41:53.921Z[ recovery-image] Feb 21 22:41:51.931 INFO O| Feb 21 22:41:51.931 INFO ok!
84492025-02-21T22:41:53.921Z[ recovery-image] Feb 21 22:41:51.931 INFO O| Feb 21 22:41:51.931 INFO STEP 57 (ensure_file) COMPLETE
84502025-02-21T22:41:53.921Z[ recovery-image] Feb 21 22:41:51.931 INFO O| Feb 21 22:41:51.931 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84512025-02-21T22:41:53.957Z[ recovery-image] Feb 21 22:41:51.970 INFO O| Feb 21 22:41:51.970 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84522025-02-21T22:41:53.957Z[ recovery-image] Feb 21 22:41:51.971 INFO O| Feb 21 22:41:51.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84532025-02-21T22:41:53.957Z[ recovery-image] Feb 21 22:41:51.971 INFO O| Feb 21 22:41:51.971 INFO STEP 58 (ensure_dir) COMPLETE
84542025-02-21T22:41:53.960Z[ recovery-image] Feb 21 22:41:51.971 INFO O| Feb 21 22:41:51.971 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84552025-02-21T22:41:53.979Z[ recovery-image] Feb 21 22:41:51.992 INFO O| Feb 21 22:41:51.992 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
84562025-02-21T22:41:53.979Z[ recovery-image] Feb 21 22:41:51.992 INFO O| Feb 21 22:41:51.992 INFO copying /tmp/.tmpguEzOU/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 ...
84572025-02-21T22:41:53.982Z[ recovery-image] Feb 21 22:41:51.992 INFO O| Feb 21 22:41:51.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
84582025-02-21T22:41:53.982Z[ recovery-image] Feb 21 22:41:51.992 INFO O| Feb 21 22:41:51.992 INFO ok!
84592025-02-21T22:41:53.982Z[ recovery-image] Feb 21 22:41:51.992 INFO O| Feb 21 22:41:51.992 INFO STEP 59 (ensure_file) COMPLETE
84602025-02-21T22:41:53.982Z[ recovery-image] Feb 21 22:41:51.992 INFO O| Feb 21 22:41:51.992 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84612025-02-21T22:41:54.040Z[ recovery-image] Feb 21 22:41:52.053 INFO O| Feb 21 22:41:52.053 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
84622025-02-21T22:41:54.040Z[ recovery-image] Feb 21 22:41:52.053 INFO O| Feb 21 22:41:52.053 INFO copying /tmp/.tmpguEzOU/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
84632025-02-21T22:41:54.040Z[ recovery-image] Feb 21 22:41:52.053 INFO O| Feb 21 22:41:52.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
84642025-02-21T22:41:54.040Z[ recovery-image] Feb 21 22:41:52.053 INFO O| Feb 21 22:41:52.053 INFO ok!
84652025-02-21T22:41:54.043Z[ recovery-image] Feb 21 22:41:52.053 INFO O| Feb 21 22:41:52.053 INFO STEP 60 (ensure_file) COMPLETE
84662025-02-21T22:41:54.043Z[ recovery-image] Feb 21 22:41:52.053 INFO O| Feb 21 22:41:52.053 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84672025-02-21T22:41:54.066Z[ recovery-image] Feb 21 22:41:52.079 INFO O| Feb 21 22:41:52.079 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
84682025-02-21T22:41:54.066Z[ recovery-image] Feb 21 22:41:52.079 INFO O| Feb 21 22:41:52.079 INFO STEP 61 (ensure_dir) COMPLETE
84692025-02-21T22:41:54.069Z[ recovery-image] Feb 21 22:41:52.079 INFO O| Feb 21 22:41:52.079 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84702025-02-21T22:41:54.089Z[ recovery-image] Feb 21 22:41:52.102 INFO O| Feb 21 22:41:52.102 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
84712025-02-21T22:41:54.089Z[ recovery-image] Feb 21 22:41:52.102 INFO O| Feb 21 22:41:52.102 INFO STEP 62 (ensure_dir) COMPLETE
84722025-02-21T22:41:54.092Z[ recovery-image] Feb 21 22:41:52.102 INFO O| Feb 21 22:41:52.102 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84732025-02-21T22:41:54.110Z[ recovery-image] Feb 21 22:41:52.123 INFO O| Feb 21 22:41:52.123 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
84742025-02-21T22:41:54.110Z[ recovery-image] Feb 21 22:41:52.123 INFO O| Feb 21 22:41:52.123 INFO STEP 63 (ensure_dir) COMPLETE
84752025-02-21T22:41:54.113Z[ recovery-image] Feb 21 22:41:52.123 INFO O| Feb 21 22:41:52.123 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84762025-02-21T22:41:54.135Z[ recovery-image] Feb 21 22:41:52.149 INFO O| Feb 21 22:41:52.148 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
84772025-02-21T22:41:54.135Z[ recovery-image] Feb 21 22:41:52.149 INFO O| Feb 21 22:41:52.149 INFO STEP 64 (ensure_dir) COMPLETE
84782025-02-21T22:41:54.135Z[ recovery-image] Feb 21 22:41:52.149 INFO O| Feb 21 22:41:52.149 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84792025-02-21T22:41:54.167Z[ recovery-image] Feb 21 22:41:52.180 INFO O| Feb 21 22:41:52.180 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
84802025-02-21T22:41:54.167Z[ recovery-image] Feb 21 22:41:52.180 INFO O| Feb 21 22:41:52.180 INFO copying /tmp/.tmpguEzOU/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
84812025-02-21T22:41:54.170Z[ recovery-image] Feb 21 22:41:52.180 INFO O| Feb 21 22:41:52.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
84822025-02-21T22:41:54.170Z[ recovery-image] Feb 21 22:41:52.180 INFO O| Feb 21 22:41:52.180 INFO ok!
84832025-02-21T22:41:54.170Z[ recovery-image] Feb 21 22:41:52.180 INFO O| Feb 21 22:41:52.180 INFO STEP 65 (ensure_file) COMPLETE
84842025-02-21T22:41:54.170Z[ recovery-image] Feb 21 22:41:52.180 INFO O| Feb 21 22:41:52.180 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84852025-02-21T22:41:54.203Z[ recovery-image] Feb 21 22:41:52.216 INFO O| Feb 21 22:41:52.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
84862025-02-21T22:41:54.205Z[ recovery-image] Feb 21 22:41:52.216 INFO O| Feb 21 22:41:52.216 INFO STEP 66 (remove_files) COMPLETE
84872025-02-21T22:41:54.205Z[ recovery-image] Feb 21 22:41:52.216 INFO O| Feb 21 22:41:52.216 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84882025-02-21T22:41:54.223Z[ recovery-image] Feb 21 22:41:52.237 INFO O| Feb 21 22:41:52.236 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
84892025-02-21T22:41:54.226Z[ recovery-image] Feb 21 22:41:52.237 INFO O| Feb 21 22:41:52.237 INFO STEP 67 (remove_files) COMPLETE
84902025-02-21T22:41:54.226Z[ recovery-image] Feb 21 22:41:52.237 INFO O| Feb 21 22:41:52.237 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84912025-02-21T22:41:54.281Z[ recovery-image] Feb 21 22:41:52.294 INFO O| Feb 21 22:41:52.294 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
84922025-02-21T22:41:54.284Z[ recovery-image] Feb 21 22:41:52.295 INFO O| Feb 21 22:41:52.295 INFO STEP 68 (remove_files) COMPLETE
84932025-02-21T22:41:54.284Z[ recovery-image] Feb 21 22:41:52.295 INFO O| Feb 21 22:41:52.295 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84942025-02-21T22:41:54.311Z[ recovery-image] Feb 21 22:41:52.324 INFO O| Feb 21 22:41:52.324 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
84952025-02-21T22:41:54.313Z[ recovery-image] Feb 21 22:41:52.324 INFO O| Feb 21 22:41:52.324 INFO STEP 69 (remove_files) COMPLETE
84962025-02-21T22:41:54.313Z[ recovery-image] Feb 21 22:41:52.324 INFO O| Feb 21 22:41:52.324 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84972025-02-21T22:41:54.345Z[ recovery-image] Feb 21 22:41:52.358 INFO O| Feb 21 22:41:52.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
84982025-02-21T22:41:54.348Z[ recovery-image] Feb 21 22:41:52.358 INFO O| Feb 21 22:41:52.358 INFO STEP 70 (remove_files) COMPLETE
84992025-02-21T22:41:54.348Z[ recovery-image] Feb 21 22:41:52.358 INFO O| Feb 21 22:41:52.358 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85002025-02-21T22:41:54.370Z[ recovery-image] Feb 21 22:41:52.383 INFO O| Feb 21 22:41:52.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
85012025-02-21T22:41:54.373Z[ recovery-image] Feb 21 22:41:52.383 INFO O| Feb 21 22:41:52.383 INFO STEP 71 (remove_files) COMPLETE
85022025-02-21T22:41:54.373Z[ recovery-image] Feb 21 22:41:52.383 INFO O| Feb 21 22:41:52.383 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85032025-02-21T22:41:54.391Z[ recovery-image] Feb 21 22:41:52.404 INFO O| Feb 21 22:41:52.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85042025-02-21T22:41:54.391Z[ recovery-image] Feb 21 22:41:52.405 INFO O| Feb 21 22:41:52.405 INFO STEP 72 (remove_files) COMPLETE
85052025-02-21T22:41:54.391Z[ recovery-image] Feb 21 22:41:52.405 INFO O| Feb 21 22:41:52.405 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85062025-02-21T22:41:54.419Z[ recovery-image] Feb 21 22:41:52.432 INFO O| Feb 21 22:41:52.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85072025-02-21T22:41:54.419Z[ recovery-image] Feb 21 22:41:52.432 INFO O| Feb 21 22:41:52.432 INFO STEP 73 (remove_files) COMPLETE
85082025-02-21T22:41:54.419Z[ recovery-image] Feb 21 22:41:52.432 INFO O| Feb 21 22:41:52.432 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85092025-02-21T22:41:54.439Z[ recovery-image] Feb 21 22:41:52.452 INFO O| Feb 21 22:41:52.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85102025-02-21T22:41:54.439Z[ recovery-image] Feb 21 22:41:52.452 INFO O| Feb 21 22:41:52.452 INFO STEP 74 (remove_files) COMPLETE
85112025-02-21T22:41:54.439Z[ recovery-image] Feb 21 22:41:52.452 INFO O| Feb 21 22:41:52.452 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85122025-02-21T22:41:54.457Z[ recovery-image] Feb 21 22:41:52.470 INFO O| Feb 21 22:41:52.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85132025-02-21T22:41:54.457Z[ recovery-image] Feb 21 22:41:52.470 INFO O| Feb 21 22:41:52.470 INFO STEP 75 (remove_files) COMPLETE
85142025-02-21T22:41:54.460Z[ recovery-image] Feb 21 22:41:52.470 INFO O| Feb 21 22:41:52.470 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85152025-02-21T22:41:54.475Z[ recovery-image] Feb 21 22:41:52.488 INFO O| Feb 21 22:41:52.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85162025-02-21T22:41:54.475Z[ recovery-image] Feb 21 22:41:52.488 INFO O| Feb 21 22:41:52.488 INFO STEP 76 (remove_files) COMPLETE
85172025-02-21T22:41:54.478Z[ recovery-image] Feb 21 22:41:52.488 INFO O| Feb 21 22:41:52.488 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85182025-02-21T22:41:54.492Z[ recovery-image] Feb 21 22:41:52.505 INFO O| Feb 21 22:41:52.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
85192025-02-21T22:41:54.492Z[ recovery-image] Feb 21 22:41:52.505 INFO O| Feb 21 22:41:52.505 INFO STEP 77 (remove_files) COMPLETE
85202025-02-21T22:41:54.492Z[ recovery-image] Feb 21 22:41:52.505 INFO O| Feb 21 22:41:52.505 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85212025-02-21T22:41:54.511Z[ recovery-image] Feb 21 22:41:52.524 INFO O| Feb 21 22:41:52.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
85222025-02-21T22:41:54.513Z[ recovery-image] Feb 21 22:41:52.524 INFO O| Feb 21 22:41:52.524 INFO STEP 78 (remove_files) COMPLETE
85232025-02-21T22:41:54.513Z[ recovery-image] Feb 21 22:41:52.524 INFO O| Feb 21 22:41:52.524 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85242025-02-21T22:41:54.533Z[ recovery-image] Feb 21 22:41:52.546 INFO O| Feb 21 22:41:52.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
85252025-02-21T22:41:54.533Z[ recovery-image] Feb 21 22:41:52.546 INFO O| Feb 21 22:41:52.546 INFO STEP 79 (remove_files) COMPLETE
85262025-02-21T22:41:54.533Z[ recovery-image] Feb 21 22:41:52.546 INFO O| Feb 21 22:41:52.546 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85272025-02-21T22:41:54.642Z[ recovery-image] Feb 21 22:41:52.655 INFO O| Feb 21 22:41:52.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
85282025-02-21T22:41:54.642Z[ recovery-image] Feb 21 22:41:52.655 INFO O| Feb 21 22:41:52.655 INFO STEP 80 (remove_files) COMPLETE
85292025-02-21T22:41:54.642Z[ recovery-image] Feb 21 22:41:52.655 INFO O| Feb 21 22:41:52.655 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85302025-02-21T22:41:54.664Z[ recovery-image] Feb 21 22:41:52.676 INFO O| Feb 21 22:41:52.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
85312025-02-21T22:41:54.667Z[ recovery-image] Feb 21 22:41:52.677 INFO O| Feb 21 22:41:52.677 INFO STEP 81 (remove_files) COMPLETE
85322025-02-21T22:41:54.667Z[ recovery-image] Feb 21 22:41:52.677 INFO O| Feb 21 22:41:52.677 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85332025-02-21T22:41:54.698Z[ recovery-image] Feb 21 22:41:52.711 INFO O| Feb 21 22:41:52.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
85342025-02-21T22:41:54.698Z[ recovery-image] Feb 21 22:41:52.711 INFO O| Feb 21 22:41:52.711 INFO STEP 82 (remove_files) COMPLETE
85352025-02-21T22:41:54.701Z[ recovery-image] Feb 21 22:41:52.711 INFO O| Feb 21 22:41:52.711 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85362025-02-21T22:41:54.756Z[ recovery-image] Feb 21 22:41:52.770 INFO O| Feb 21 22:41:52.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85372025-02-21T22:41:54.757Z[ recovery-image] Feb 21 22:41:52.770 INFO O| Feb 21 22:41:52.770 INFO STEP 83 (remove_files) COMPLETE
85382025-02-21T22:41:54.759Z[ recovery-image] Feb 21 22:41:52.770 INFO O| Feb 21 22:41:52.770 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85392025-02-21T22:41:54.776Z[ recovery-image] Feb 21 22:41:52.789 INFO O| Feb 21 22:41:52.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85402025-02-21T22:41:54.776Z[ recovery-image] Feb 21 22:41:52.789 INFO O| Feb 21 22:41:52.789 INFO STEP 84 (remove_files) COMPLETE
85412025-02-21T22:41:54.776Z[ recovery-image] Feb 21 22:41:52.789 INFO O| Feb 21 22:41:52.789 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85422025-02-21T22:41:54.796Z[ recovery-image] Feb 21 22:41:52.809 INFO O| Feb 21 22:41:52.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85432025-02-21T22:41:54.796Z[ recovery-image] Feb 21 22:41:52.809 INFO O| Feb 21 22:41:52.809 INFO STEP 85 (remove_files) COMPLETE
85442025-02-21T22:41:54.799Z[ recovery-image] Feb 21 22:41:52.810 INFO O| Feb 21 22:41:52.809 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85452025-02-21T22:41:54.817Z[ recovery-image] Feb 21 22:41:52.830 INFO O| Feb 21 22:41:52.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85462025-02-21T22:41:54.820Z[ recovery-image] Feb 21 22:41:52.830 INFO O| Feb 21 22:41:52.830 INFO STEP 86 (remove_files) COMPLETE
85472025-02-21T22:41:54.820Z[ recovery-image] Feb 21 22:41:52.831 INFO O| Feb 21 22:41:52.830 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85482025-02-21T22:41:54.858Z[ recovery-image] Feb 21 22:41:52.871 INFO O| Feb 21 22:41:52.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
85492025-02-21T22:41:54.861Z[ recovery-image] Feb 21 22:41:52.871 INFO O| Feb 21 22:41:52.871 INFO STEP 87 (remove_files) COMPLETE
85502025-02-21T22:41:54.861Z[ recovery-image] Feb 21 22:41:52.872 INFO O| Feb 21 22:41:52.871 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85512025-02-21T22:41:54.879Z[ recovery-image] Feb 21 22:41:52.892 INFO O| Feb 21 22:41:52.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85522025-02-21T22:41:54.882Z[ recovery-image] Feb 21 22:41:52.892 INFO O| Feb 21 22:41:52.892 INFO STEP 88 (remove_files) COMPLETE
85532025-02-21T22:41:54.882Z[ recovery-image] Feb 21 22:41:52.893 INFO O| Feb 21 22:41:52.893 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85542025-02-21T22:41:54.900Z[ recovery-image] Feb 21 22:41:52.913 INFO O| Feb 21 22:41:52.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
85552025-02-21T22:41:54.903Z[ recovery-image] Feb 21 22:41:52.913 INFO O| Feb 21 22:41:52.913 INFO STEP 89 (remove_files) COMPLETE
85562025-02-21T22:41:54.903Z[ recovery-image] Feb 21 22:41:52.913 INFO O| Feb 21 22:41:52.913 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85572025-02-21T22:41:54.921Z[ recovery-image] Feb 21 22:41:52.934 INFO O| Feb 21 22:41:52.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
85582025-02-21T22:41:54.921Z[ recovery-image] Feb 21 22:41:52.934 INFO O| Feb 21 22:41:52.934 INFO STEP 90 (remove_files) COMPLETE
85592025-02-21T22:41:54.921Z[ recovery-image] Feb 21 22:41:52.934 INFO O| Feb 21 22:41:52.934 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85602025-02-21T22:41:54.940Z[ recovery-image] Feb 21 22:41:52.953 INFO O| Feb 21 22:41:52.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
85612025-02-21T22:41:54.940Z[ recovery-image] Feb 21 22:41:52.953 INFO O| Feb 21 22:41:52.953 INFO STEP 91 (remove_files) COMPLETE
85622025-02-21T22:41:54.943Z[ recovery-image] Feb 21 22:41:52.953 INFO O| Feb 21 22:41:52.953 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85632025-02-21T22:41:54.960Z[ recovery-image] Feb 21 22:41:52.973 INFO O| Feb 21 22:41:52.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
85642025-02-21T22:41:54.963Z[ recovery-image] Feb 21 22:41:52.973 INFO O| Feb 21 22:41:52.973 INFO STEP 92 (remove_files) COMPLETE
85652025-02-21T22:41:54.963Z[ recovery-image] Feb 21 22:41:52.973 INFO O| Feb 21 22:41:52.973 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85662025-02-21T22:41:54.980Z[ recovery-image] Feb 21 22:41:52.993 INFO O| Feb 21 22:41:52.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
85672025-02-21T22:41:54.980Z[ recovery-image] Feb 21 22:41:52.993 INFO O| Feb 21 22:41:52.993 INFO STEP 93 (remove_files) COMPLETE
85682025-02-21T22:41:54.983Z[ recovery-image] Feb 21 22:41:52.993 INFO O| Feb 21 22:41:52.993 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85692025-02-21T22:41:55.001Z[ recovery-image] Feb 21 22:41:53.014 INFO O| Feb 21 22:41:53.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
85702025-02-21T22:41:55.001Z[ recovery-image] Feb 21 22:41:53.014 INFO O| Feb 21 22:41:53.014 INFO STEP 94 (remove_files) COMPLETE
85712025-02-21T22:41:55.001Z[ recovery-image] Feb 21 22:41:53.014 INFO O| Feb 21 22:41:53.014 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
85722025-02-21T22:41:55.031Z[ recovery-image] Feb 21 22:41:53.044 INFO O| Feb 21 22:41:53.044 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
85732025-02-21T22:41:55.034Z[ recovery-image] Feb 21 22:41:53.044 INFO O| Feb 21 22:41:53.044 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
85742025-02-21T22:42:07.727Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
85752025-02-21T22:42:08.583Z[ recovery-image] Feb 21 22:42:06.480 INFO O| Feb 21 22:42:06.480 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
85762025-02-21T22:42:08.597Z[ recovery-image] Feb 21 22:42:06.480 INFO O| Feb 21 22:42:06.480 INFO E| svccfg: Loaded 67 smf(7) service descriptions
85772025-02-21T22:42:08.597Z[ recovery-image] Feb 21 22:42:06.514 INFO O| Feb 21 22:42:06.514 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
85782025-02-21T22:42:08.725Z[ recovery-image] Feb 21 22:42:06.734 INFO O| Feb 21 22:42:06.734 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
85792025-02-21T22:42:08.725Z[ recovery-image] Feb 21 22:42:06.734 INFO O| Feb 21 22:42:06.734 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 ...
85802025-02-21T22:42:08.728Z[ recovery-image] Feb 21 22:42:06.737 INFO O| Feb 21 22:42:06.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
85812025-02-21T22:42:08.728Z[ recovery-image] Feb 21 22:42:06.737 INFO O| Feb 21 22:42:06.737 INFO ok!
85822025-02-21T22:42:08.728Z[ recovery-image] Feb 21 22:42:06.737 INFO O| Feb 21 22:42:06.737 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
85832025-02-21T22:42:08.728Z[ recovery-image] Feb 21 22:42:06.737 INFO O| Feb 21 22:42:06.737 INFO STEP 95 (seed_smf) COMPLETE
85842025-02-21T22:42:08.728Z[ recovery-image] Feb 21 22:42:06.737 INFO O| Feb 21 22:42:06.737 INFO steps complete; finalising image!
85852025-02-21T22:42:08.728Z[ recovery-image] Feb 21 22:42:06.737 INFO O| Feb 21 22:42:06.737 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
85862025-02-21T22:42:08.800Z[ recovery-image] Feb 21 22:42:06.811 INFO O| Feb 21 22:42:06.811 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Feb 21 22:42:06 2025)
85872025-02-21T22:42:09.010Z[ recovery-image] Feb 21 22:42:07.021 INFO O| Feb 21 22:42:07.021 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Fri Feb 21 22:42:06 2025)
85882025-02-21T22:42:09.222Z[ recovery-image] Feb 21 22:42:07.232 INFO O| Feb 21 22:42:07.232 INFO trim TEMPORARY-gimlet-zfs-recovery: (97% trimmed, started at Fri Feb 21 22:42:06 2025)
85892025-02-21T22:42:09.463Z[ recovery-image] Feb 21 22:42:07.474 INFO O| Feb 21 22:42:07.474 INFO temporary pool has 377M used, 1.38G avail, 1.00x compressratio
85902025-02-21T22:42:09.463Z[ recovery-image] Feb 21 22:42:07.474 INFO O| Feb 21 22:42:07.474 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
85912025-02-21T22:42:10.077Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
85922025-02-21T22:42:10.227Z[ recovery-image] Feb 21 22:42:08.238 INFO O| Feb 21 22:42:08.238 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
85932025-02-21T22:42:10.228Z[ recovery-image] Feb 21 22:42:08.238 INFO O| Feb 21 22:42:08.238 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
85942025-02-21T22:42:12.686Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
85952025-02-21T22:42:13.197Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
85962025-02-21T22:42:13.884Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
85972025-02-21T22:42:14.595Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
85982025-02-21T22:42:15.307Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
85992025-02-21T22:42:16.117Z[verify-libraries] Compiling sync-ptr v0.1.1
86002025-02-21T22:42:16.168Z[ recovery-image] Feb 21 22:42:14.178 INFO O| Feb 21 22:42:14.178 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86012025-02-21T22:42:16.169Z[ recovery-image] Feb 21 22:42:14.178 INFO O| Feb 21 22:42:14.178 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86022025-02-21T22:42:16.171Z[ recovery-image] Feb 21 22:42:14.178 INFO O| Feb 21 22:42:14.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86032025-02-21T22:42:16.171Z[ recovery-image] Feb 21 22:42:14.178 INFO O| Feb 21 22:42:14.178 INFO completed processing gimlet/zfs-recovery
86042025-02-21T22:42:16.171Z[ recovery-image] Feb 21 22:42:14.178 INFO O| Feb 21 22:42:14.178 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
86052025-02-21T22:42:16.495Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
86062025-02-21T22:42:17.001Z[ recovery-image] Feb 21 22:42:15.011 INFO O| Feb 21 22:42:15.011 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
86072025-02-21T22:42:17.153Z[ recovery-image] Feb 21 22:42:15.163 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
86082025-02-21T22:42:17.153Z[ recovery-image] Feb 21 22:42:15.163 INFO expanded image name: "recovery 8728fad/${os_short_commit} 2025-02-21 22:10" -> "recovery 8728fad/9fcb5ef 2025-02-21 22:10"
86092025-02-21T22:42:17.156Z[ recovery-image] Feb 21 22:42:15.163 INFO output artefacts stored in: "/work/os-recovery"
86102025-02-21T22:42:17.156Z[ recovery-image] Feb 21 22:42:15.164 INFO collecting git info from project "amd-firmware"...
86112025-02-21T22:42:17.241Z[ recovery-image] Feb 21 22:42:15.251 INFO collecting git info from project "chelsio-t6-roms"...
86122025-02-21T22:42:17.277Z[ recovery-image] Feb 21 22:42:15.286 INFO collecting git info from project "phbl"...
86132025-02-21T22:42:17.288Z[ recovery-image] Feb 21 22:42:15.298 INFO collecting git info from project "bootserver"...
86142025-02-21T22:42:17.298Z[ recovery-image] Feb 21 22:42:15.307 INFO collecting git info from project "pilot"...
86152025-02-21T22:42:17.338Z[ recovery-image] Feb 21 22:42:15.348 INFO collecting git info from project "amd-host-image-builder"...
86162025-02-21T22:42:18.099Z[ recovery-image] Feb 21 22:42:16.109 INFO collecting git info from project "image-builder"...
86172025-02-21T22:42:18.120Z[ recovery-image] Feb 21 22:42:16.130 INFO collecting git info from project "pinprick"...
86182025-02-21T22:42:18.133Z[ recovery-image] Feb 21 22:42:16.140 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86192025-02-21T22:42:19.245Z[ recovery-image] Feb 21 22:42:17.253 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86202025-02-21T22:42:19.996Z[ recovery-image] Feb 21 22:42:18.006 INFO creating Oxide boot image...
86212025-02-21T22:42:19.996Z[ recovery-image] Feb 21 22:42:18.006 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 8728fad/9fcb5ef 2025-02-21 22:10", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86222025-02-21T22:42:26.378Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86232025-02-21T22:42:28.966Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86242025-02-21T22:42:51.658Z[ host-image] Feb 21 22:42:49.662 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z
86252025-02-21T22:42:51.660Z[ host-image] Feb 21 22:42:49.662 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z
86262025-02-21T22:42:51.660Z[ host-image] Feb 21 22:42:49.663 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86272025-02-21T22:42:51.660Z[ host-image] Feb 21 22:42:49.663 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86282025-02-21T22:42:51.661Z[ host-image] Feb 21 22:42:49.663 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86292025-02-21T22:42:51.661Z[ host-image] Feb 21 22:42:49.663 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86302025-02-21T22:42:51.661Z[ host-image] Feb 21 22:42:49.665 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86312025-02-21T22:42:51.661Z[ host-image] Feb 21 22:42:49.665 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86322025-02-21T22:42:51.661Z[ host-image] Feb 21 22:42:49.665 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86332025-02-21T22:42:51.661Z[ host-image] Feb 21 22:42:49.665 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86342025-02-21T22:42:51.661Z[ host-image] Feb 21 22:42:49.665 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z
86352025-02-21T22:42:51.664Z[ host-image] Feb 21 22:42:49.668 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z
86362025-02-21T22:42:51.666Z[ host-image] Feb 21 22:42:49.669 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z
86372025-02-21T22:42:51.666Z[ host-image] Feb 21 22:42:49.670 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z
86382025-02-21T22:42:51.666Z[ host-image] Feb 21 22:42:49.670 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86392025-02-21T22:42:51.666Z[ host-image] Feb 21 22:42:49.671 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z
86402025-02-21T22:42:51.669Z[ host-image] Feb 21 22:42:49.672 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z
86412025-02-21T22:42:51.669Z[ host-image] Feb 21 22:42:49.672 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z
86422025-02-21T22:42:51.669Z[ host-image] Feb 21 22:42:49.672 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z
86432025-02-21T22:42:51.669Z[ host-image] Feb 21 22:42:49.673 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z
86442025-02-21T22:42:51.669Z[ host-image] Feb 21 22:42:49.673 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86452025-02-21T22:42:51.669Z[ host-image] Feb 21 22:42:49.673 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z
86462025-02-21T22:42:51.669Z[ host-image] Feb 21 22:42:49.673 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86472025-02-21T22:42:51.669Z[ host-image] Feb 21 22:42:49.674 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z
86482025-02-21T22:42:51.669Z[ host-image] Feb 21 22:42:49.674 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z
86492025-02-21T22:42:51.672Z[ host-image] Feb 21 22:42:49.674 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z
86502025-02-21T22:42:51.672Z[ host-image] Feb 21 22:42:49.674 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z
86512025-02-21T22:42:51.672Z[ host-image] Feb 21 22:42:49.675 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z
86522025-02-21T22:42:51.672Z[ host-image] Feb 21 22:42:49.675 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z
86532025-02-21T22:42:51.672Z[ host-image] Feb 21 22:42:49.675 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z
86542025-02-21T22:42:51.672Z[ host-image] Feb 21 22:42:49.675 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z
86552025-02-21T22:42:51.672Z[ host-image] Feb 21 22:42:49.675 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z
86562025-02-21T22:42:51.672Z[ host-image] Feb 21 22:42:49.675 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z
86572025-02-21T22:42:51.673Z[ host-image] Feb 21 22:42:49.676 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z
86582025-02-21T22:42:51.675Z[ host-image] Feb 21 22:42:49.677 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z
86592025-02-21T22:42:51.675Z[ host-image] Feb 21 22:42:49.677 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z
86602025-02-21T22:42:51.688Z[ host-image] Feb 21 22:42:49.692 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
86612025-02-21T22:42:51.688Z[ host-image] Feb 21 22:42:49.692 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z
86622025-02-21T22:42:51.691Z[ host-image] Feb 21 22:42:49.693 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
86632025-02-21T22:42:51.691Z[ host-image] Feb 21 22:42:49.693 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86642025-02-21T22:42:51.691Z[ host-image] Feb 21 22:42:49.694 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86652025-02-21T22:42:51.691Z[ host-image] Feb 21 22:42:49.694 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z
86662025-02-21T22:42:51.691Z[ host-image] Feb 21 22:42:49.694 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86672025-02-21T22:42:51.691Z[ host-image] Feb 21 22:42:49.695 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86682025-02-21T22:42:51.693Z[ host-image] Feb 21 22:42:49.697 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86692025-02-21T22:42:51.693Z[ host-image] Feb 21 22:42:49.697 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86702025-02-21T22:42:51.718Z[ host-image] Feb 21 22:42:49.723 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86712025-02-21T22:42:51.718Z[ host-image] Feb 21 22:42:49.723 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86722025-02-21T22:42:51.721Z[ host-image] Feb 21 22:42:49.723 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86732025-02-21T22:42:51.721Z[ host-image] Feb 21 22:42:49.724 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86742025-02-21T22:42:51.721Z[ host-image] Feb 21 22:42:49.725 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86752025-02-21T22:42:51.721Z[ host-image] Feb 21 22:42:49.725 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86762025-02-21T22:42:51.776Z[ host-image] Feb 21 22:42:49.780 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
86772025-02-21T22:42:51.779Z[ host-image] Feb 21 22:42:49.781 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86782025-02-21T22:42:51.779Z[ host-image] Feb 21 22:42:49.781 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86792025-02-21T22:42:51.779Z[ host-image] Feb 21 22:42:49.783 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z
86802025-02-21T22:42:51.779Z[ host-image] Feb 21 22:42:49.783 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z
86812025-02-21T22:42:51.779Z[ host-image] Feb 21 22:42:49.783 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86822025-02-21T22:42:51.779Z[ host-image] Feb 21 22:42:49.784 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z
86832025-02-21T22:42:51.782Z[ host-image] Feb 21 22:42:49.784 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
86842025-02-21T22:42:51.782Z[ host-image] Feb 21 22:42:49.784 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
86852025-02-21T22:42:51.782Z[ host-image] Feb 21 22:42:49.784 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
86862025-02-21T22:42:51.782Z[ host-image] Feb 21 22:42:49.785 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z
86872025-02-21T22:42:51.782Z[ host-image] Feb 21 22:42:49.785 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86882025-02-21T22:42:51.791Z[ host-image] Feb 21 22:42:49.795 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86892025-02-21T22:42:51.791Z[ host-image] Feb 21 22:42:49.795 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86902025-02-21T22:42:51.791Z[ host-image] Feb 21 22:42:49.795 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86912025-02-21T22:42:51.794Z[ host-image] Feb 21 22:42:49.796 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z
86922025-02-21T22:42:51.794Z[ host-image] Feb 21 22:42:49.796 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86932025-02-21T22:42:51.812Z[ host-image] Feb 21 22:42:49.817 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86942025-02-21T22:42:51.815Z[ host-image] Feb 21 22:42:49.817 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z
86952025-02-21T22:42:51.818Z[ host-image] Feb 21 22:42:49.820 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z
86962025-02-21T22:42:51.818Z[ host-image] Feb 21 22:42:49.821 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z
86972025-02-21T22:42:51.818Z[ host-image] Feb 21 22:42:49.821 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86982025-02-21T22:42:51.818Z[ host-image] Feb 21 22:42:49.822 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z
86992025-02-21T22:42:51.820Z[ host-image] Feb 21 22:42:49.823 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z
87002025-02-21T22:42:51.820Z[ host-image] Feb 21 22:42:49.823 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z
87012025-02-21T22:42:51.820Z[ host-image] Feb 21 22:42:49.824 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z
87022025-02-21T22:42:51.824Z[ host-image] Feb 21 22:42:49.829 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87032025-02-21T22:42:51.827Z[ host-image] Feb 21 22:42:49.830 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z
87042025-02-21T22:42:51.827Z[ host-image] Feb 21 22:42:49.831 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z
87052025-02-21T22:42:51.827Z[ host-image] Feb 21 22:42:49.831 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87062025-02-21T22:42:51.827Z[ host-image] Feb 21 22:42:49.831 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z
87072025-02-21T22:42:51.827Z[ host-image] Feb 21 22:42:49.832 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z
87082025-02-21T22:42:51.827Z[ host-image] Feb 21 22:42:49.832 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z
87092025-02-21T22:42:51.830Z[ host-image] Feb 21 22:42:49.832 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z
87102025-02-21T22:42:51.852Z[ host-image] Feb 21 22:42:49.857 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z
87112025-02-21T22:42:51.852Z[ host-image] Feb 21 22:42:49.857 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87122025-02-21T22:42:51.855Z[ host-image] Feb 21 22:42:49.860 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z
87132025-02-21T22:42:51.858Z[ host-image] Feb 21 22:42:49.862 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z
87142025-02-21T22:42:51.858Z[ host-image] Feb 21 22:42:49.862 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z
87152025-02-21T22:42:51.860Z[ host-image] Feb 21 22:42:49.863 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z
87162025-02-21T22:42:51.860Z[ host-image] Feb 21 22:42:49.864 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z
87172025-02-21T22:42:51.860Z[ host-image] Feb 21 22:42:49.864 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z
87182025-02-21T22:42:51.875Z[ host-image] Feb 21 22:42:49.879 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z
87192025-02-21T22:42:51.875Z[ host-image] Feb 21 22:42:49.879 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z
87202025-02-21T22:42:51.878Z[ host-image] Feb 21 22:42:49.880 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z
87212025-02-21T22:42:51.878Z[ host-image] Feb 21 22:42:49.881 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z
87222025-02-21T22:42:51.878Z[ host-image] Feb 21 22:42:49.882 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z
87232025-02-21T22:42:51.909Z[ host-image] Feb 21 22:42:49.913 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z
87242025-02-21T22:42:51.909Z[ host-image] Feb 21 22:42:49.914 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z
87252025-02-21T22:42:51.909Z[ host-image] Feb 21 22:42:49.914 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z
87262025-02-21T22:42:51.912Z[ host-image] Feb 21 22:42:49.914 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87272025-02-21T22:42:51.912Z[ host-image] Feb 21 22:42:49.915 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87282025-02-21T22:42:51.964Z[ host-image] Feb 21 22:42:49.969 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z
87292025-02-21T22:42:51.967Z[ host-image] Feb 21 22:42:49.969 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87302025-02-21T22:42:51.967Z[ host-image] Feb 21 22:42:49.969 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z
87312025-02-21T22:42:51.967Z[ host-image] Feb 21 22:42:49.970 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z
87322025-02-21T22:42:51.967Z[ host-image] Feb 21 22:42:49.972 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z
87332025-02-21T22:42:51.970Z[ host-image] Feb 21 22:42:49.972 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87342025-02-21T22:42:51.970Z[ host-image] Feb 21 22:42:49.973 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87352025-02-21T22:42:51.970Z[ host-image] Feb 21 22:42:49.974 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z
87362025-02-21T22:42:51.970Z[ host-image] Feb 21 22:42:49.974 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z
87372025-02-21T22:42:51.970Z[ host-image] Feb 21 22:42:49.974 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z
87382025-02-21T22:42:51.970Z[ host-image] Feb 21 22:42:49.975 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z
87392025-02-21T22:42:51.973Z[ host-image] Feb 21 22:42:49.975 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z
87402025-02-21T22:42:51.973Z[ host-image] Feb 21 22:42:49.975 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z
87412025-02-21T22:42:51.976Z[ host-image] Feb 21 22:42:49.980 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87422025-02-21T22:42:51.976Z[ host-image] Feb 21 22:42:49.980 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z
87432025-02-21T22:42:51.979Z[ host-image] Feb 21 22:42:49.983 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z
87442025-02-21T22:42:51.979Z[ host-image] Feb 21 22:42:49.983 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z
87452025-02-21T22:42:51.979Z[ host-image] Feb 21 22:42:49.983 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z
87462025-02-21T22:42:51.981Z[ host-image] Feb 21 22:42:49.984 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z
87472025-02-21T22:42:51.981Z[ host-image] Feb 21 22:42:49.984 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z
87482025-02-21T22:42:51.981Z[ host-image] Feb 21 22:42:49.984 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87492025-02-21T22:42:51.981Z[ host-image] Feb 21 22:42:49.984 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87502025-02-21T22:42:51.981Z[ host-image] Feb 21 22:42:49.985 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z
87512025-02-21T22:42:51.981Z[ host-image] Feb 21 22:42:49.986 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z
87522025-02-21T22:42:51.981Z[ host-image] Feb 21 22:42:49.986 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87532025-02-21T22:42:51.981Z[ host-image] Feb 21 22:42:49.986 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87542025-02-21T22:42:51.981Z[ host-image] Feb 21 22:42:49.986 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87552025-02-21T22:42:51.981Z[ host-image] Feb 21 22:42:49.986 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87562025-02-21T22:42:51.984Z[ host-image] Feb 21 22:42:49.986 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87572025-02-21T22:42:51.984Z[ host-image] Feb 21 22:42:49.987 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87582025-02-21T22:42:51.987Z[ host-image] Feb 21 22:42:49.989 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
87592025-02-21T22:42:51.987Z[ host-image] Feb 21 22:42:49.989 INFO O| tempdir @ "/tmp/.tmpx606tV/tmp"
87602025-02-21T22:42:51.987Z[ host-image] Feb 21 22:42:49.990 INFO O| image root @ "/tmp/.tmpx606tV/tmp/root"
87612025-02-21T22:42:51.987Z[ host-image] Feb 21 22:42:49.990 INFO O| creating image...
87622025-02-21T22:42:53.157Z[ host-image] Feb 21 22:42:51.161 INFO O| copying publishers...
87632025-02-21T22:42:54.592Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
87642025-02-21T22:43:06.174Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87652025-02-21T22:43:18.257Z[ host-image] Feb 21 22:43:16.257 INFO O| adding properties...
87662025-02-21T22:43:20.571Z[ host-image] Feb 21 22:43:18.572 INFO O| installing packages...
87672025-02-21T22:43:21.839Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87682025-02-21T22:43:23.043Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87692025-02-21T22:43:32.245Z[ recovery-image] Feb 21 22:43:30.243 INFO O| ok, image written!
87702025-02-21T22:43:32.245Z[ recovery-image] Feb 21 22:43:30.243 INFO O| ok, boot_image_csum file written!
87712025-02-21T22:43:32.252Z[ recovery-image] Feb 21 22:43:30.251 INFO creating boot archive (CPIO)...
87722025-02-21T22:43:32.255Z[ recovery-image] Feb 21 22:43:30.251 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
87732025-02-21T22:43:32.279Z[ recovery-image] Feb 21 22:43:30.277 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
87742025-02-21T22:43:32.279Z[ recovery-image] Feb 21 22:43:30.277 INFO E| + outfile=/work/os-recovery/cpio
87752025-02-21T22:43:32.282Z[ recovery-image] Feb 21 22:43:30.277 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
87762025-02-21T22:43:32.285Z[ recovery-image] Feb 21 22:43:30.281 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
87772025-02-21T22:43:32.285Z[ recovery-image] Feb 21 22:43:30.281 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
87782025-02-21T22:43:32.328Z[ recovery-image] Feb 21 22:43:30.326 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
87792025-02-21T22:43:32.328Z[ recovery-image] Feb 21 22:43:30.326 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
87802025-02-21T22:43:32.339Z[ recovery-image] Feb 21 22:43:30.338 INFO creating compressed cpio/unix for nanobl-rs...
87812025-02-21T22:43:32.339Z[ recovery-image] Feb 21 22:43:30.338 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
87822025-02-21T22:43:32.856Z[ recovery-image] Feb 21 22:43:30.854 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
87832025-02-21T22:43:41.616Z[ recovery-image] Feb 21 22:43:39.613 INFO creating reset image...
87842025-02-21T22:43:41.620Z[ recovery-image] Feb 21 22:43:39.613 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
87852025-02-21T22:43:42.620Z[ recovery-image] Feb 21 22:43:40.617 INFO E| Updating crates.io index
87862025-02-21T22:43:43.001Z[ recovery-image] Feb 21 22:43:40.997 INFO E| Downloading crates ...
87872025-02-21T22:43:43.155Z[ recovery-image] Feb 21 22:43:41.152 INFO E| Downloaded anstream v0.6.15
87882025-02-21T22:43:43.163Z[ recovery-image] Feb 21 22:43:41.160 INFO E| Downloaded colorchoice v1.0.2
87892025-02-21T22:43:43.166Z[ recovery-image] Feb 21 22:43:41.162 INFO E| Downloaded anstyle-parse v0.2.5
87902025-02-21T22:43:43.169Z[ recovery-image] Feb 21 22:43:41.165 INFO E| Downloaded strsim v0.11.1
87912025-02-21T22:43:43.171Z[ recovery-image] Feb 21 22:43:41.168 INFO E| Downloaded os_pipe v1.2.1
87922025-02-21T22:43:43.194Z[ recovery-image] Feb 21 22:43:41.191 INFO E| Downloaded utf8parse v0.2.2
87932025-02-21T22:43:43.197Z[ recovery-image] Feb 21 22:43:41.193 INFO E| Downloaded shared_child v1.0.1
87942025-02-21T22:43:43.201Z[ recovery-image] Feb 21 22:43:41.195 INFO E| Downloaded proc-macro2 v1.0.86
87952025-02-21T22:43:43.204Z[ recovery-image] Feb 21 22:43:41.200 INFO E| Downloaded heck v0.5.0
87962025-02-21T22:43:43.207Z[ recovery-image] Feb 21 22:43:41.202 INFO E| Downloaded quote v1.0.37
87972025-02-21T22:43:43.210Z[ recovery-image] Feb 21 22:43:41.206 INFO E| Downloaded duct v0.13.7
87982025-02-21T22:43:43.497Z[ recovery-image] Feb 21 22:43:41.494 INFO E| Downloaded clap v4.5.17
87992025-02-21T22:43:43.513Z[ recovery-image] Feb 21 22:43:41.509 INFO E| Downloaded clap_lex v0.7.2
88002025-02-21T22:43:43.515Z[ recovery-image] Feb 21 22:43:41.511 INFO E| Downloaded anstyle v1.0.8
88012025-02-21T22:43:43.518Z[ recovery-image] Feb 21 22:43:41.514 INFO E| Downloaded unicode-ident v1.0.13
88022025-02-21T22:43:43.522Z[ recovery-image] Feb 21 22:43:41.519 INFO E| Downloaded once_cell v1.19.0
88032025-02-21T22:43:43.526Z[ recovery-image] Feb 21 22:43:41.523 INFO E| Downloaded is_terminal_polyfill v1.70.1
88042025-02-21T22:43:43.528Z[ recovery-image] Feb 21 22:43:41.524 INFO E| Downloaded anstyle-query v1.1.1
88052025-02-21T22:43:43.531Z[ recovery-image] Feb 21 22:43:41.526 INFO E| Downloaded clap_derive v4.5.13
88062025-02-21T22:43:43.534Z[ recovery-image] Feb 21 22:43:41.530 INFO E| Downloaded clap_builder v4.5.17
88072025-02-21T22:43:43.545Z[ recovery-image] Feb 21 22:43:41.542 INFO E| Downloaded syn v2.0.77
88082025-02-21T22:43:43.604Z[ recovery-image] Feb 21 22:43:41.600 INFO E| Downloaded libc v0.2.158
88092025-02-21T22:43:43.714Z[ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling proc-macro2 v1.0.86
88102025-02-21T22:43:43.715Z[ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling libc v0.2.158
88112025-02-21T22:43:43.717Z[ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling unicode-ident v1.0.13
88122025-02-21T22:43:43.717Z[ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling utf8parse v0.2.2
88132025-02-21T22:43:43.717Z[ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling anstyle-query v1.1.1
88142025-02-21T22:43:43.717Z[ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling anstyle v1.0.8
88152025-02-21T22:43:43.717Z[ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling is_terminal_polyfill v1.70.1
88162025-02-21T22:43:43.717Z[ recovery-image] Feb 21 22:43:41.711 INFO E| Compiling colorchoice v1.0.2
88172025-02-21T22:43:44.433Z[ recovery-image] Feb 21 22:43:42.429 INFO E| Compiling anstyle-parse v0.2.5
88182025-02-21T22:43:44.531Z[ recovery-image] Feb 21 22:43:42.527 INFO E| Compiling clap_lex v0.7.2
88192025-02-21T22:43:44.884Z[ recovery-image] Feb 21 22:43:42.881 INFO E| Compiling heck v0.5.0
88202025-02-21T22:43:44.908Z[ recovery-image] Feb 21 22:43:42.905 INFO E| Compiling strsim v0.11.1
88212025-02-21T22:43:44.992Z[ recovery-image] Feb 21 22:43:42.988 INFO E| Compiling once_cell v1.19.0
88222025-02-21T22:43:45.170Z[ recovery-image] Feb 21 22:43:43.167 INFO E| Compiling anstream v0.6.15
88232025-02-21T22:43:45.855Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
88242025-02-21T22:43:45.887Z[ recovery-image] Feb 21 22:43:43.883 INFO E| Compiling clap_builder v4.5.17
88252025-02-21T22:43:45.903Z[ recovery-image] Feb 21 22:43:43.900 INFO E| Compiling os_pipe v1.2.1
88262025-02-21T22:43:45.912Z[ recovery-image] Feb 21 22:43:43.908 INFO E| Compiling shared_child v1.0.1
88272025-02-21T22:43:46.333Z[ recovery-image] Feb 21 22:43:44.329 INFO E| Compiling duct v0.13.7
88282025-02-21T22:43:47.532Z[ recovery-image] Feb 21 22:43:45.528 INFO E| Compiling quote v1.0.37
88292025-02-21T22:43:48.149Z[ recovery-image] Feb 21 22:43:46.145 INFO E| Compiling syn v2.0.77
88302025-02-21T22:43:52.335Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
88312025-02-21T22:43:54.680Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88322025-02-21T22:43:57.091Z[ recovery-image] Feb 21 22:43:55.086 INFO E| Compiling clap_derive v4.5.13
88332025-02-21T22:43:57.750Z[ host-image] Feb 21 22:43:55.744 INFO O| seeding SMF database...
88342025-02-21T22:43:58.992Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
88352025-02-21T22:43:59.567Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88362025-02-21T22:44:01.174Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
88372025-02-21T22:44:02.073Z[ recovery-image] Feb 21 22:44:00.067 INFO E| Compiling clap v4.5.17
88382025-02-21T22:44:02.193Z[ recovery-image] Feb 21 22:44:00.187 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
88392025-02-21T22:44:04.411Z[ recovery-image] Feb 21 22:44:02.404 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.54s
88402025-02-21T22:44:04.433Z[ recovery-image] Feb 21 22:44:02.427 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
88412025-02-21T22:44:04.719Z[ recovery-image] Feb 21 22:44:02.712 INFO E| Updating crates.io index
88422025-02-21T22:44:04.872Z[ recovery-image] Feb 21 22:44:02.865 INFO E| Downloading crates ...
88432025-02-21T22:44:05.112Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
88442025-02-21T22:44:05.144Z[ recovery-image] Feb 21 22:44:03.138 INFO E| Downloaded scroll_derive v0.12.0
88452025-02-21T22:44:05.147Z[ recovery-image] Feb 21 22:44:03.139 INFO E| Downloaded adler2 v2.0.0
88462025-02-21T22:44:05.155Z[ recovery-image] Feb 21 22:44:03.149 INFO E| Downloaded bitstruct v0.1.1
88472025-02-21T22:44:05.158Z[ recovery-image] Feb 21 22:44:03.152 INFO E| Downloaded bitstruct_derive v0.1.0
88482025-02-21T22:44:05.170Z[ recovery-image] Feb 21 22:44:03.163 INFO E| Downloaded seq-macro v0.3.5
88492025-02-21T22:44:05.173Z[ recovery-image] Feb 21 22:44:03.166 INFO E| Downloaded scroll v0.12.0
88502025-02-21T22:44:05.175Z[ recovery-image] Feb 21 22:44:03.168 INFO E| Downloaded goblin v0.8.2
88512025-02-21T22:44:05.184Z[ recovery-image] Feb 21 22:44:03.178 INFO E| Downloaded cpio_reader v0.1.1
88522025-02-21T22:44:05.187Z[ recovery-image] Feb 21 22:44:03.180 INFO E| Downloaded proc-macro2 v1.0.89
88532025-02-21T22:44:05.190Z[ recovery-image] Feb 21 22:44:03.183 INFO E| Downloaded bit_field v0.10.2
88542025-02-21T22:44:05.192Z[ recovery-image] Feb 21 22:44:03.185 INFO E| Downloaded miniz_oxide v0.8.0
88552025-02-21T22:44:05.201Z[ recovery-image] Feb 21 22:44:03.195 INFO E| Downloaded raw-cpuid v10.7.0
88562025-02-21T22:44:05.224Z[ recovery-image] Feb 21 22:44:03.218 INFO E| Downloaded syn v2.0.85
88572025-02-21T22:44:05.304Z[verify-libraries] Compiling termios v0.3.3
88582025-02-21T22:44:05.377Z[ recovery-image] Feb 21 22:44:03.370 INFO E| Downloaded x86 v0.52.0
88592025-02-21T22:44:05.481Z[ recovery-image] Feb 21 22:44:03.474 INFO E| Updating crates.io index
88602025-02-21T22:44:05.745Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
88612025-02-21T22:44:05.762Z[ recovery-image] Feb 21 22:44:03.755 INFO E| Downloading crates ...
88622025-02-21T22:44:05.869Z[ recovery-image] Feb 21 22:44:03.862 INFO E| Downloaded getopts v0.2.21
88632025-02-21T22:44:05.906Z[ recovery-image] Feb 21 22:44:03.900 INFO E| Downloaded rustc-demangle v0.1.24
88642025-02-21T22:44:05.944Z[ recovery-image] Feb 21 22:44:03.937 INFO E| Downloaded memchr v2.5.0
88652025-02-21T22:44:05.950Z[ recovery-image] Feb 21 22:44:03.944 INFO E| Downloaded allocator-api2 v0.2.18
88662025-02-21T22:44:05.988Z[ recovery-image] Feb 21 22:44:03.982 INFO E| Downloaded hashbrown v0.15.0
88672025-02-21T22:44:05.998Z[ recovery-image] Feb 21 22:44:03.991 INFO E| Downloaded compiler_builtins v0.1.134
88682025-02-21T22:44:06.096Z[ recovery-image] Feb 21 22:44:04.089 INFO E| Downloaded libc v0.2.161
88692025-02-21T22:44:06.244Z[ recovery-image] Feb 21 22:44:04.237 INFO E| Compiling compiler_builtins v0.1.134
88702025-02-21T22:44:06.247Z[ recovery-image] Feb 21 22:44:04.238 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)
88712025-02-21T22:44:06.247Z[ recovery-image] Feb 21 22:44:04.238 INFO E| Compiling proc-macro2 v1.0.89
88722025-02-21T22:44:06.247Z[ recovery-image] Feb 21 22:44:04.238 INFO E| Compiling unicode-ident v1.0.13
88732025-02-21T22:44:06.247Z[ recovery-image] Feb 21 22:44:04.238 INFO E| Compiling syn v1.0.109
88742025-02-21T22:44:06.247Z[ recovery-image] Feb 21 22:44:04.238 INFO E| Compiling x86 v0.52.0
88752025-02-21T22:44:06.247Z[ recovery-image] Feb 21 22:44:04.238 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
88762025-02-21T22:44:06.247Z[ recovery-image] Feb 21 22:44:04.238 INFO E| Compiling seq-macro v0.3.5
88772025-02-21T22:44:09.439Z[ recovery-image] Feb 21 22:44:07.431 INFO E| Compiling quote v1.0.37
88782025-02-21T22:44:10.065Z[ recovery-image] Feb 21 22:44:08.053 INFO E| Compiling syn v2.0.85
88792025-02-21T22:44:11.067Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
88802025-02-21T22:44:12.284Z[ host-image] Feb 21 22:44:10.276 INFO O| configuring SMF profile...
88812025-02-21T22:44:12.287Z[ host-image] Feb 21 22:44:10.277 INFO O| modifying shadow(5)...
88822025-02-21T22:44:12.287Z[ host-image] Feb 21 22:44:10.277 INFO O| loading user and group database...
88832025-02-21T22:44:12.287Z[ host-image] Feb 21 22:44:10.277 INFO O| assessing packaged files...
88842025-02-21T22:44:16.740Z[ recovery-image] Feb 21 22:44:14.730 INFO E| Compiling scroll_derive v0.12.0
88852025-02-21T22:44:18.588Z[ host-image] Feb 21 22:44:16.579 INFO O| creating archive...
88862025-02-21T22:44:18.676Z[ host-image] Feb 21 22:44:16.667 INFO O| missing from packaging:
88872025-02-21T22:44:18.676Z[ host-image] Feb 21 22:44:16.667 INFO O| "etc/.pwd.lock"
88882025-02-21T22:44:18.679Z[ host-image] Feb 21 22:44:16.667 INFO O| "etc/bash"
88892025-02-21T22:44:18.686Z[ host-image] Feb 21 22:44:16.677 INFO O| "etc/svc/profile/generic.xml"
88902025-02-21T22:44:18.686Z[ host-image] Feb 21 22:44:16.677 INFO O| "etc/svc/profile/inetd_services.xml"
88912025-02-21T22:44:18.689Z[ host-image] Feb 21 22:44:16.677 INFO O| "etc/svc/profile/name_service.xml"
88922025-02-21T22:44:18.689Z[ host-image] Feb 21 22:44:16.677 INFO O| "etc/svc/profile/platform.xml"
88932025-02-21T22:44:18.689Z[ host-image] Feb 21 22:44:16.677 INFO O| "etc/svc/profile/platform_omicron1.xml"
88942025-02-21T22:44:18.689Z[ host-image] Feb 21 22:44:16.678 INFO O| "etc/svc/repository.db"
88952025-02-21T22:44:18.705Z[ host-image] Feb 21 22:44:16.696 INFO O| "opt/ooce/share"
88962025-02-21T22:44:18.705Z[ host-image] Feb 21 22:44:16.696 INFO O| "opt/ooce/share/man"
88972025-02-21T22:44:18.708Z[ host-image] Feb 21 22:44:16.696 INFO O| "opt/ooce/share/man/man1"
88982025-02-21T22:44:18.719Z[ host-image] Feb 21 22:44:16.710 INFO O| finishing archive...
88992025-02-21T22:44:22.744Z[ recovery-image] Feb 21 22:44:20.734 INFO E| Compiling bitstruct_derive v0.1.0
89002025-02-21T22:44:23.910Z[ host-image] Feb 21 22:44:21.899 INFO O| creating gzonly manifest...
89012025-02-21T22:44:23.919Z[ host-image] Feb 21 22:44:21.909 INFO O| ok
89022025-02-21T22:44:24.123Z[ host-image] Feb 21 22:44:22.113 INFO image builder template: ramdisk-02-trim...
89032025-02-21T22:44:24.123Z[ host-image] Feb 21 22:44:22.113 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/.tmpguEzOU/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "ramdisk-02-trim"], pwd: None
89042025-02-21T22:44:24.209Z[ host-image] Feb 21 22:44:22.199 INFO O| Feb 21 22:44:22.199 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89052025-02-21T22:44:24.226Z[ host-image] Feb 21 22:44:22.216 INFO O| Feb 21 22:44:22.216 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89062025-02-21T22:44:24.365Z[ host-image] Feb 21 22:44:22.355 INFO O| Feb 21 22:44:22.355 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
89072025-02-21T22:44:24.486Z[ host-image] Feb 21 22:44:22.475 INFO O| Feb 21 22:44:22.475 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89082025-02-21T22:44:24.486Z[ host-image] Feb 21 22:44:22.476 INFO O| Feb 21 22:44:22.475 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
89092025-02-21T22:44:24.498Z[ host-image] Feb 21 22:44:22.486 INFO O| Feb 21 22:44:22.486 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89102025-02-21T22:44:24.524Z[ host-image] Feb 21 22:44:22.503 INFO O| Feb 21 22:44:22.503 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
89112025-02-21T22:44:24.565Z[ host-image] Feb 21 22:44:22.554 INFO O| Feb 21 22:44:22.554 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
89122025-02-21T22:44:25.062Z[ host-image] Feb 21 22:44:23.052 INFO O| Feb 21 22:44:23.052 INFO rolled back to input snapshot; work may begin
89132025-02-21T22:44:25.062Z[ host-image] Feb 21 22:44:23.052 INFO O| Feb 21 22:44:23.052 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
89142025-02-21T22:44:25.089Z[ host-image] Feb 21 22:44:23.079 INFO O| Feb 21 22:44:23.079 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152025-02-21T22:44:25.110Z[ host-image] Feb 21 22:44:23.100 INFO O| Feb 21 22:44:23.100 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
89162025-02-21T22:44:25.259Z[ host-image] Feb 21 22:44:23.247 INFO O| Feb 21 22:44:23.246 INFO STEP 0 (remove_files) COMPLETE
89172025-02-21T22:44:25.281Z[ host-image] Feb 21 22:44:23.272 INFO O| Feb 21 22:44:23.246 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182025-02-21T22:44:25.302Z[ host-image] Feb 21 22:44:23.293 INFO O| Feb 21 22:44:23.292 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
89192025-02-21T22:44:25.305Z[ host-image] Feb 21 22:44:23.295 INFO O| Feb 21 22:44:23.295 INFO STEP 1 (remove_files) COMPLETE
89202025-02-21T22:44:25.305Z[ host-image] Feb 21 22:44:23.295 INFO O| Feb 21 22:44:23.295 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212025-02-21T22:44:25.335Z[ host-image] Feb 21 22:44:23.324 INFO O| Feb 21 22:44:23.324 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
89222025-02-21T22:44:25.358Z[ host-image] Feb 21 22:44:23.348 INFO O| Feb 21 22:44:23.348 INFO STEP 2 (remove_files) COMPLETE
89232025-02-21T22:44:25.359Z[ host-image] Feb 21 22:44:23.348 INFO O| Feb 21 22:44:23.348 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242025-02-21T22:44:25.378Z[ host-image] Feb 21 22:44:23.368 INFO O| Feb 21 22:44:23.368 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
89252025-02-21T22:44:25.380Z[ host-image] Feb 21 22:44:23.370 INFO O| Feb 21 22:44:23.370 INFO STEP 3 (remove_files) COMPLETE
89262025-02-21T22:44:25.380Z[ host-image] Feb 21 22:44:23.371 INFO O| Feb 21 22:44:23.370 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272025-02-21T22:44:25.398Z[ host-image] Feb 21 22:44:23.389 INFO O| Feb 21 22:44:23.388 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
89282025-02-21T22:44:25.404Z[ host-image] Feb 21 22:44:23.394 INFO O| Feb 21 22:44:23.394 INFO STEP 4 (remove_files) COMPLETE
89292025-02-21T22:44:25.404Z[ host-image] Feb 21 22:44:23.394 INFO O| Feb 21 22:44:23.394 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302025-02-21T22:44:25.435Z[ host-image] Feb 21 22:44:23.425 INFO O| Feb 21 22:44:23.425 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
89312025-02-21T22:44:25.440Z[ host-image] Feb 21 22:44:23.430 INFO O| Feb 21 22:44:23.430 INFO STEP 5 (remove_files) COMPLETE
89322025-02-21T22:44:25.440Z[ host-image] Feb 21 22:44:23.430 INFO O| Feb 21 22:44:23.430 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332025-02-21T22:44:25.489Z[ host-image] Feb 21 22:44:23.479 INFO O| Feb 21 22:44:23.479 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
89342025-02-21T22:44:25.510Z[ host-image] Feb 21 22:44:23.501 INFO O| Feb 21 22:44:23.501 INFO STEP 6 (remove_files) COMPLETE
89352025-02-21T22:44:25.510Z[ host-image] Feb 21 22:44:23.501 INFO O| Feb 21 22:44:23.501 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362025-02-21T22:44:25.545Z[ host-image] Feb 21 22:44:23.536 INFO O| Feb 21 22:44:23.536 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
89372025-02-21T22:44:25.571Z[ host-image] Feb 21 22:44:23.562 INFO O| Feb 21 22:44:23.561 INFO STEP 7 (remove_files) COMPLETE
89382025-02-21T22:44:25.572Z[ host-image] Feb 21 22:44:23.562 INFO O| Feb 21 22:44:23.562 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392025-02-21T22:44:25.591Z[ host-image] Feb 21 22:44:23.581 INFO O| Feb 21 22:44:23.581 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
89402025-02-21T22:44:25.774Z[ host-image] Feb 21 22:44:23.764 INFO O| Feb 21 22:44:23.764 INFO STEP 8 (remove_files) COMPLETE
89412025-02-21T22:44:25.774Z[ host-image] Feb 21 22:44:23.764 INFO O| Feb 21 22:44:23.764 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89422025-02-21T22:44:25.795Z[ host-image] Feb 21 22:44:23.785 INFO O| Feb 21 22:44:23.785 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
89432025-02-21T22:44:25.994Z[ host-image] Feb 21 22:44:23.983 INFO O| Feb 21 22:44:23.983 INFO STEP 9 (remove_files) COMPLETE
89442025-02-21T22:44:25.994Z[ host-image] Feb 21 22:44:23.983 INFO O| Feb 21 22:44:23.983 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452025-02-21T22:44:26.019Z[ host-image] Feb 21 22:44:24.009 INFO O| Feb 21 22:44:24.009 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
89462025-02-21T22:44:26.025Z[ host-image] Feb 21 22:44:24.015 INFO O| Feb 21 22:44:24.015 INFO STEP 10 (remove_files) COMPLETE
89472025-02-21T22:44:26.025Z[ host-image] Feb 21 22:44:24.015 INFO O| Feb 21 22:44:24.015 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89482025-02-21T22:44:26.052Z[ host-image] Feb 21 22:44:24.041 INFO O| Feb 21 22:44:24.041 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
89492025-02-21T22:44:26.055Z[ host-image] Feb 21 22:44:24.043 INFO O| Feb 21 22:44:24.043 INFO STEP 11 (remove_files) COMPLETE
89502025-02-21T22:44:26.055Z[ host-image] Feb 21 22:44:24.043 INFO O| Feb 21 22:44:24.043 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512025-02-21T22:44:26.072Z[ host-image] Feb 21 22:44:24.062 INFO O| Feb 21 22:44:24.062 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
89522025-02-21T22:44:26.074Z[ host-image] Feb 21 22:44:24.064 INFO O| Feb 21 22:44:24.064 INFO STEP 12 (remove_files) COMPLETE
89532025-02-21T22:44:26.074Z[ host-image] Feb 21 22:44:24.064 INFO O| Feb 21 22:44:24.064 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89542025-02-21T22:44:26.246Z[ host-image] Feb 21 22:44:24.237 INFO O| Feb 21 22:44:24.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
89552025-02-21T22:44:26.251Z[ host-image] Feb 21 22:44:24.241 INFO O| Feb 21 22:44:24.241 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
89562025-02-21T22:44:26.253Z[ host-image] Feb 21 22:44:24.244 INFO O| Feb 21 22:44:24.243 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
89572025-02-21T22:44:26.256Z[ host-image] Feb 21 22:44:24.245 INFO O| Feb 21 22:44:24.245 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
89582025-02-21T22:44:26.871Z[ host-image] Feb 21 22:44:24.861 INFO O| Feb 21 22:44:24.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89592025-02-21T22:44:26.871Z[ host-image] Feb 21 22:44:24.861 INFO O| Feb 21 22:44:24.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89602025-02-21T22:44:26.873Z[ host-image] Feb 21 22:44:24.861 INFO O| Feb 21 22:44:24.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89612025-02-21T22:44:26.874Z[ host-image] Feb 21 22:44:24.861 INFO O| Feb 21 22:44:24.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89622025-02-21T22:44:26.874Z[ host-image] Feb 21 22:44:24.862 INFO O| Feb 21 22:44:24.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89632025-02-21T22:44:26.874Z[ host-image] Feb 21 22:44:24.862 INFO O| Feb 21 22:44:24.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89642025-02-21T22:44:26.874Z[ host-image] Feb 21 22:44:24.862 INFO O| Feb 21 22:44:24.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89652025-02-21T22:44:26.874Z[ host-image] Feb 21 22:44:24.863 INFO O| Feb 21 22:44:24.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89662025-02-21T22:44:26.874Z[ host-image] Feb 21 22:44:24.863 INFO O| Feb 21 22:44:24.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89672025-02-21T22:44:26.874Z[ host-image] Feb 21 22:44:24.863 INFO O| Feb 21 22:44:24.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89682025-02-21T22:44:26.874Z[ host-image] Feb 21 22:44:24.863 INFO O| Feb 21 22:44:24.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89692025-02-21T22:44:26.875Z[ host-image] Feb 21 22:44:24.863 INFO O| Feb 21 22:44:24.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89702025-02-21T22:44:26.875Z[ host-image] Feb 21 22:44:24.863 INFO O| Feb 21 22:44:24.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89712025-02-21T22:44:26.875Z[ host-image] Feb 21 22:44:24.864 INFO O| Feb 21 22:44:24.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89722025-02-21T22:44:26.883Z[ host-image] Feb 21 22:44:24.864 INFO O| Feb 21 22:44:24.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89732025-02-21T22:44:26.883Z[ host-image] Feb 21 22:44:24.864 INFO O| Feb 21 22:44:24.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89742025-02-21T22:44:26.883Z[ host-image] Feb 21 22:44:24.866 INFO O| Feb 21 22:44:24.866 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
89752025-02-21T22:44:26.899Z[ host-image] Feb 21 22:44:24.888 INFO O| Feb 21 22:44:24.888 INFO STEP 13 (remove_files) COMPLETE
89762025-02-21T22:44:26.899Z[ host-image] Feb 21 22:44:24.888 INFO O| Feb 21 22:44:24.888 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772025-02-21T22:44:26.931Z[ host-image] Feb 21 22:44:24.921 INFO O| Feb 21 22:44:24.921 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
89782025-02-21T22:44:26.934Z[ host-image] Feb 21 22:44:24.924 INFO O| Feb 21 22:44:24.924 INFO STEP 14 (remove_files) COMPLETE
89792025-02-21T22:44:26.934Z[ host-image] Feb 21 22:44:24.924 INFO O| Feb 21 22:44:24.924 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89802025-02-21T22:44:26.953Z[ host-image] Feb 21 22:44:24.943 INFO O| Feb 21 22:44:24.943 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
89812025-02-21T22:44:26.965Z[ host-image] Feb 21 22:44:24.954 INFO O| Feb 21 22:44:24.954 INFO STEP 15 (remove_files) COMPLETE
89822025-02-21T22:44:26.965Z[ host-image] Feb 21 22:44:24.954 INFO O| Feb 21 22:44:24.954 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832025-02-21T22:44:26.983Z[ host-image] Feb 21 22:44:24.974 INFO O| Feb 21 22:44:24.974 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
89842025-02-21T22:44:26.986Z[ host-image] Feb 21 22:44:24.974 INFO O| Feb 21 22:44:24.974 INFO STEP 16 (remove_files) COMPLETE
89852025-02-21T22:44:26.986Z[ host-image] Feb 21 22:44:24.974 INFO O| Feb 21 22:44:24.974 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862025-02-21T22:44:27.013Z[ host-image] Feb 21 22:44:25.003 INFO O| Feb 21 22:44:25.003 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
89872025-02-21T22:44:27.016Z[ host-image] Feb 21 22:44:25.006 INFO O| Feb 21 22:44:25.006 INFO STEP 17 (remove_files) COMPLETE
89882025-02-21T22:44:27.016Z[ host-image] Feb 21 22:44:25.006 INFO O| Feb 21 22:44:25.006 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89892025-02-21T22:44:27.036Z[ host-image] Feb 21 22:44:25.026 INFO O| Feb 21 22:44:25.026 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
89902025-02-21T22:44:27.039Z[ host-image] Feb 21 22:44:25.027 INFO O| Feb 21 22:44:25.026 INFO STEP 18 (remove_files) COMPLETE
89912025-02-21T22:44:27.039Z[ host-image] Feb 21 22:44:25.027 INFO O| Feb 21 22:44:25.027 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89922025-02-21T22:44:27.094Z[ host-image] Feb 21 22:44:25.084 INFO O| Feb 21 22:44:25.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
89932025-02-21T22:44:27.097Z[ host-image] Feb 21 22:44:25.084 INFO O| Feb 21 22:44:25.084 INFO STEP 19 (remove_files) COMPLETE
89942025-02-21T22:44:27.097Z[ host-image] Feb 21 22:44:25.084 INFO O| Feb 21 22:44:25.084 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89952025-02-21T22:44:27.128Z[ host-image] Feb 21 22:44:25.118 INFO O| Feb 21 22:44:25.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
89962025-02-21T22:44:27.129Z[ host-image] Feb 21 22:44:25.118 INFO O| Feb 21 22:44:25.118 INFO STEP 20 (remove_files) COMPLETE
89972025-02-21T22:44:27.129Z[ host-image] Feb 21 22:44:25.118 INFO O| Feb 21 22:44:25.118 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89982025-02-21T22:44:27.150Z[ host-image] Feb 21 22:44:25.140 INFO O| Feb 21 22:44:25.140 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
89992025-02-21T22:44:27.150Z[ host-image] Feb 21 22:44:25.140 INFO O| Feb 21 22:44:25.140 INFO STEP 21 (remove_files) COMPLETE
90002025-02-21T22:44:27.150Z[ host-image] Feb 21 22:44:25.140 INFO O| Feb 21 22:44:25.140 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90012025-02-21T22:44:27.180Z[ host-image] Feb 21 22:44:25.170 INFO O| Feb 21 22:44:25.170 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
90022025-02-21T22:44:27.180Z[ host-image] Feb 21 22:44:25.170 INFO O| Feb 21 22:44:25.170 INFO STEP 22 (remove_files) COMPLETE
90032025-02-21T22:44:27.180Z[ host-image] Feb 21 22:44:25.170 INFO O| Feb 21 22:44:25.170 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90042025-02-21T22:44:27.261Z[ host-image] Feb 21 22:44:25.251 INFO O| Feb 21 22:44:25.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
90052025-02-21T22:44:27.261Z[ host-image] Feb 21 22:44:25.251 INFO O| Feb 21 22:44:25.251 INFO STEP 23 (remove_files) COMPLETE
90062025-02-21T22:44:27.264Z[ host-image] Feb 21 22:44:25.251 INFO O| Feb 21 22:44:25.251 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90072025-02-21T22:44:27.292Z[ host-image] Feb 21 22:44:25.282 INFO O| Feb 21 22:44:25.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
90082025-02-21T22:44:27.292Z[ host-image] Feb 21 22:44:25.282 INFO O| Feb 21 22:44:25.282 INFO STEP 24 (remove_files) COMPLETE
90092025-02-21T22:44:27.295Z[ host-image] Feb 21 22:44:25.282 INFO O| Feb 21 22:44:25.282 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90102025-02-21T22:44:27.350Z[ host-image] Feb 21 22:44:25.340 INFO O| Feb 21 22:44:25.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
90112025-02-21T22:44:27.350Z[ host-image] Feb 21 22:44:25.340 INFO O| Feb 21 22:44:25.340 INFO STEP 25 (remove_files) COMPLETE
90122025-02-21T22:44:27.350Z[ host-image] Feb 21 22:44:25.340 INFO O| Feb 21 22:44:25.340 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90132025-02-21T22:44:27.374Z[ host-image] Feb 21 22:44:25.364 INFO O| Feb 21 22:44:25.364 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
90142025-02-21T22:44:27.374Z[ host-image] Feb 21 22:44:25.364 INFO O| Feb 21 22:44:25.364 INFO STEP 26 (remove_files) COMPLETE
90152025-02-21T22:44:27.377Z[ host-image] Feb 21 22:44:25.364 INFO O| Feb 21 22:44:25.364 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90162025-02-21T22:44:27.432Z[ host-image] Feb 21 22:44:25.421 INFO O| Feb 21 22:44:25.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
90172025-02-21T22:44:27.432Z[ host-image] Feb 21 22:44:25.421 INFO O| Feb 21 22:44:25.421 INFO STEP 27 (remove_files) COMPLETE
90182025-02-21T22:44:27.432Z[ host-image] Feb 21 22:44:25.421 INFO O| Feb 21 22:44:25.421 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90192025-02-21T22:44:27.450Z[ host-image] Feb 21 22:44:25.440 INFO O| Feb 21 22:44:25.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
90202025-02-21T22:44:27.450Z[ host-image] Feb 21 22:44:25.440 INFO O| Feb 21 22:44:25.440 INFO STEP 28 (remove_files) COMPLETE
90212025-02-21T22:44:27.450Z[ host-image] Feb 21 22:44:25.440 INFO O| Feb 21 22:44:25.440 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90222025-02-21T22:44:27.477Z[ host-image] Feb 21 22:44:25.467 INFO O| Feb 21 22:44:25.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
90232025-02-21T22:44:27.480Z[ host-image] Feb 21 22:44:25.467 INFO O| Feb 21 22:44:25.467 INFO STEP 29 (remove_files) COMPLETE
90242025-02-21T22:44:27.480Z[ host-image] Feb 21 22:44:25.468 INFO O| Feb 21 22:44:25.467 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90252025-02-21T22:44:27.497Z[ host-image] Feb 21 22:44:25.487 INFO O| Feb 21 22:44:25.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
90262025-02-21T22:44:27.500Z[ host-image] Feb 21 22:44:25.488 INFO O| Feb 21 22:44:25.487 INFO STEP 30 (remove_files) COMPLETE
90272025-02-21T22:44:27.500Z[ host-image] Feb 21 22:44:25.488 INFO O| Feb 21 22:44:25.488 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90282025-02-21T22:44:27.516Z[ host-image] Feb 21 22:44:25.506 INFO O| Feb 21 22:44:25.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
90292025-02-21T22:44:27.519Z[ host-image] Feb 21 22:44:25.506 INFO O| Feb 21 22:44:25.506 INFO STEP 31 (remove_files) COMPLETE
90302025-02-21T22:44:27.519Z[ host-image] Feb 21 22:44:25.506 INFO O| Feb 21 22:44:25.506 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90312025-02-21T22:44:27.535Z[ host-image] Feb 21 22:44:25.525 INFO O| Feb 21 22:44:25.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
90322025-02-21T22:44:27.538Z[ host-image] Feb 21 22:44:25.525 INFO O| Feb 21 22:44:25.525 INFO STEP 32 (remove_files) COMPLETE
90332025-02-21T22:44:27.538Z[ host-image] Feb 21 22:44:25.525 INFO O| Feb 21 22:44:25.525 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90342025-02-21T22:44:27.569Z[ host-image] Feb 21 22:44:25.558 INFO O| Feb 21 22:44:25.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
90352025-02-21T22:44:27.573Z[ host-image] Feb 21 22:44:25.558 INFO O| Feb 21 22:44:25.558 INFO STEP 33 (remove_files) COMPLETE
90362025-02-21T22:44:27.573Z[ host-image] Feb 21 22:44:25.558 INFO O| Feb 21 22:44:25.558 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90372025-02-21T22:44:27.589Z[ host-image] Feb 21 22:44:25.579 INFO O| Feb 21 22:44:25.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
90382025-02-21T22:44:27.589Z[ host-image] Feb 21 22:44:25.579 INFO O| Feb 21 22:44:25.579 INFO STEP 34 (remove_files) COMPLETE
90392025-02-21T22:44:27.593Z[ host-image] Feb 21 22:44:25.579 INFO O| Feb 21 22:44:25.579 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90402025-02-21T22:44:27.609Z[ host-image] Feb 21 22:44:25.599 INFO O| Feb 21 22:44:25.599 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
90412025-02-21T22:44:27.610Z[ host-image] Feb 21 22:44:25.599 INFO O| Feb 21 22:44:25.599 INFO STEP 35 (remove_files) COMPLETE
90422025-02-21T22:44:27.610Z[ host-image] Feb 21 22:44:25.599 INFO O| Feb 21 22:44:25.599 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90432025-02-21T22:44:27.647Z[ host-image] Feb 21 22:44:25.637 INFO O| Feb 21 22:44:25.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
90442025-02-21T22:44:27.650Z[ host-image] Feb 21 22:44:25.637 INFO O| Feb 21 22:44:25.637 INFO STEP 36 (remove_files) COMPLETE
90452025-02-21T22:44:27.650Z[ host-image] Feb 21 22:44:25.637 INFO O| Feb 21 22:44:25.637 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90462025-02-21T22:44:27.669Z[ host-image] Feb 21 22:44:25.658 INFO O| Feb 21 22:44:25.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
90472025-02-21T22:44:27.672Z[ host-image] Feb 21 22:44:25.659 INFO O| Feb 21 22:44:25.659 INFO STEP 37 (remove_files) COMPLETE
90482025-02-21T22:44:27.672Z[ host-image] Feb 21 22:44:25.659 INFO O| Feb 21 22:44:25.659 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90492025-02-21T22:44:27.688Z[ host-image] Feb 21 22:44:25.677 INFO O| Feb 21 22:44:25.677 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
90502025-02-21T22:44:27.691Z[ host-image] Feb 21 22:44:25.678 INFO O| Feb 21 22:44:25.678 INFO STEP 38 (remove_files) COMPLETE
90512025-02-21T22:44:27.691Z[ host-image] Feb 21 22:44:25.678 INFO O| Feb 21 22:44:25.678 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90522025-02-21T22:44:27.708Z[ host-image] Feb 21 22:44:25.697 INFO O| Feb 21 22:44:25.697 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
90532025-02-21T22:44:27.711Z[ host-image] Feb 21 22:44:25.697 INFO O| Feb 21 22:44:25.697 INFO STEP 39 (remove_files) COMPLETE
90542025-02-21T22:44:27.711Z[ host-image] Feb 21 22:44:25.697 INFO O| Feb 21 22:44:25.697 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90552025-02-21T22:44:27.731Z[ host-image] Feb 21 22:44:25.721 INFO O| Feb 21 22:44:25.721 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
90562025-02-21T22:44:27.731Z[ host-image] Feb 21 22:44:25.721 INFO O| Feb 21 22:44:25.721 INFO STEP 40 (remove_files) COMPLETE
90572025-02-21T22:44:27.735Z[ host-image] Feb 21 22:44:25.721 INFO O| Feb 21 22:44:25.721 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90582025-02-21T22:44:27.752Z[ host-image] Feb 21 22:44:25.742 INFO O| Feb 21 22:44:25.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
90592025-02-21T22:44:27.755Z[ host-image] Feb 21 22:44:25.742 INFO O| Feb 21 22:44:25.742 INFO STEP 41 (remove_files) COMPLETE
90602025-02-21T22:44:27.755Z[ host-image] Feb 21 22:44:25.742 INFO O| Feb 21 22:44:25.742 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90612025-02-21T22:44:27.785Z[ host-image] Feb 21 22:44:25.775 INFO O| Feb 21 22:44:25.775 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
90622025-02-21T22:44:27.785Z[ host-image] Feb 21 22:44:25.775 INFO O| Feb 21 22:44:25.775 INFO STEP 42 (remove_files) COMPLETE
90632025-02-21T22:44:27.788Z[ host-image] Feb 21 22:44:25.775 INFO O| Feb 21 22:44:25.775 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90642025-02-21T22:44:27.803Z[ host-image] Feb 21 22:44:25.793 INFO O| Feb 21 22:44:25.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
90652025-02-21T22:44:27.803Z[ host-image] Feb 21 22:44:25.793 INFO O| Feb 21 22:44:25.793 INFO STEP 43 (remove_files) COMPLETE
90662025-02-21T22:44:27.806Z[ host-image] Feb 21 22:44:25.793 INFO O| Feb 21 22:44:25.793 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90672025-02-21T22:44:27.822Z[ host-image] Feb 21 22:44:25.812 INFO O| Feb 21 22:44:25.812 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
90682025-02-21T22:44:27.822Z[ host-image] Feb 21 22:44:25.813 INFO O| Feb 21 22:44:25.813 INFO STEP 44 (remove_files) COMPLETE
90692025-02-21T22:44:27.825Z[ host-image] Feb 21 22:44:25.813 INFO O| Feb 21 22:44:25.813 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90702025-02-21T22:44:27.843Z[ host-image] Feb 21 22:44:25.833 INFO O| Feb 21 22:44:25.833 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
90712025-02-21T22:44:27.843Z[ host-image] Feb 21 22:44:25.833 INFO O| Feb 21 22:44:25.833 INFO STEP 45 (remove_files) COMPLETE
90722025-02-21T22:44:27.846Z[ host-image] Feb 21 22:44:25.833 INFO O| Feb 21 22:44:25.833 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90732025-02-21T22:44:27.863Z[ host-image] Feb 21 22:44:25.853 INFO O| Feb 21 22:44:25.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
90742025-02-21T22:44:27.863Z[ host-image] Feb 21 22:44:25.853 INFO O| Feb 21 22:44:25.853 INFO STEP 46 (remove_files) COMPLETE
90752025-02-21T22:44:27.863Z[ host-image] Feb 21 22:44:25.853 INFO O| Feb 21 22:44:25.853 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90762025-02-21T22:44:27.885Z[ host-image] Feb 21 22:44:25.872 INFO O| Feb 21 22:44:25.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
90772025-02-21T22:44:27.885Z[ host-image] Feb 21 22:44:25.872 INFO O| Feb 21 22:44:25.872 INFO STEP 47 (remove_files) COMPLETE
90782025-02-21T22:44:27.885Z[ host-image] Feb 21 22:44:25.872 INFO O| Feb 21 22:44:25.872 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90792025-02-21T22:44:27.902Z[ host-image] Feb 21 22:44:25.892 INFO O| Feb 21 22:44:25.892 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
90802025-02-21T22:44:27.905Z[ host-image] Feb 21 22:44:25.892 INFO O| Feb 21 22:44:25.892 INFO STEP 48 (remove_files) COMPLETE
90812025-02-21T22:44:27.905Z[ host-image] Feb 21 22:44:25.892 INFO O| Feb 21 22:44:25.892 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90822025-02-21T22:44:27.961Z[ host-image] Feb 21 22:44:25.951 INFO O| Feb 21 22:44:25.951 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
90832025-02-21T22:44:27.961Z[ host-image] Feb 21 22:44:25.951 INFO O| Feb 21 22:44:25.951 INFO STEP 49 (remove_files) COMPLETE
90842025-02-21T22:44:27.961Z[ host-image] Feb 21 22:44:25.951 INFO O| Feb 21 22:44:25.951 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90852025-02-21T22:44:28.004Z[ host-image] Feb 21 22:44:25.994 INFO O| Feb 21 22:44:25.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
90862025-02-21T22:44:28.007Z[ host-image] Feb 21 22:44:25.994 INFO O| Feb 21 22:44:25.994 INFO STEP 50 (remove_files) COMPLETE
90872025-02-21T22:44:28.007Z[ host-image] Feb 21 22:44:25.994 INFO O| Feb 21 22:44:25.994 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90882025-02-21T22:44:28.037Z[ host-image] Feb 21 22:44:26.027 INFO O| Feb 21 22:44:26.027 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90892025-02-21T22:44:28.037Z[ host-image] Feb 21 22:44:26.027 INFO O| Feb 21 22:44:26.027 INFO STEP 51 (remove_files) COMPLETE
90902025-02-21T22:44:28.040Z[ host-image] Feb 21 22:44:26.027 INFO O| Feb 21 22:44:26.027 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90912025-02-21T22:44:28.084Z[ host-image] Feb 21 22:44:26.074 INFO O| Feb 21 22:44:26.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90922025-02-21T22:44:28.084Z[ host-image] Feb 21 22:44:26.074 INFO O| Feb 21 22:44:26.074 INFO STEP 52 (remove_files) COMPLETE
90932025-02-21T22:44:28.084Z[ host-image] Feb 21 22:44:26.074 INFO O| Feb 21 22:44:26.074 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90942025-02-21T22:44:28.151Z[ host-image] Feb 21 22:44:26.141 INFO O| Feb 21 22:44:26.141 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
90952025-02-21T22:44:28.151Z[ host-image] Feb 21 22:44:26.141 INFO O| Feb 21 22:44:26.141 INFO STEP 53 (remove_files) COMPLETE
90962025-02-21T22:44:28.154Z[ host-image] Feb 21 22:44:26.141 INFO O| Feb 21 22:44:26.141 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90972025-02-21T22:44:28.170Z[ host-image] Feb 21 22:44:26.160 INFO O| Feb 21 22:44:26.160 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
90982025-02-21T22:44:28.170Z[ host-image] Feb 21 22:44:26.160 INFO O| Feb 21 22:44:26.160 INFO STEP 54 (remove_files) COMPLETE
90992025-02-21T22:44:28.170Z[ host-image] Feb 21 22:44:26.160 INFO O| Feb 21 22:44:26.160 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91002025-02-21T22:44:28.209Z[ host-image] Feb 21 22:44:26.199 INFO O| Feb 21 22:44:26.199 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
91012025-02-21T22:44:28.209Z[ host-image] Feb 21 22:44:26.199 INFO O| Feb 21 22:44:26.199 INFO STEP 55 (remove_files) COMPLETE
91022025-02-21T22:44:28.209Z[ host-image] Feb 21 22:44:26.199 INFO O| Feb 21 22:44:26.199 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91032025-02-21T22:44:28.231Z[ host-image] Feb 21 22:44:26.221 INFO O| Feb 21 22:44:26.221 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
91042025-02-21T22:44:28.231Z[ host-image] Feb 21 22:44:26.221 INFO O| Feb 21 22:44:26.221 INFO STEP 56 (remove_files) COMPLETE
91052025-02-21T22:44:28.231Z[ host-image] Feb 21 22:44:26.221 INFO O| Feb 21 22:44:26.221 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91062025-02-21T22:44:28.251Z[ host-image] Feb 21 22:44:26.241 INFO O| Feb 21 22:44:26.241 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
91072025-02-21T22:44:28.251Z[ host-image] Feb 21 22:44:26.241 INFO O| Feb 21 22:44:26.241 INFO STEP 57 (remove_files) COMPLETE
91082025-02-21T22:44:28.254Z[ host-image] Feb 21 22:44:26.241 INFO O| Feb 21 22:44:26.241 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91092025-02-21T22:44:28.271Z[ host-image] Feb 21 22:44:26.261 INFO O| Feb 21 22:44:26.261 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91102025-02-21T22:44:28.271Z[ host-image] Feb 21 22:44:26.261 INFO O| Feb 21 22:44:26.261 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
91112025-02-21T22:44:28.274Z[ host-image] Feb 21 22:44:26.261 INFO O| Feb 21 22:44:26.261 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91122025-02-21T22:44:28.274Z[ host-image] Feb 21 22:44:26.262 INFO O| Feb 21 22:44:26.262 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91132025-02-21T22:44:28.274Z[ host-image] Feb 21 22:44:26.262 INFO O| Feb 21 22:44:26.262 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91142025-02-21T22:44:28.274Z[ host-image] Feb 21 22:44:26.262 INFO O| Feb 21 22:44:26.262 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91152025-02-21T22:44:28.274Z[ host-image] Feb 21 22:44:26.262 INFO O| Feb 21 22:44:26.262 INFO ok!
91162025-02-21T22:44:28.274Z[ host-image] Feb 21 22:44:26.262 INFO O| Feb 21 22:44:26.262 INFO STEP 58 (ensure_file) COMPLETE
91172025-02-21T22:44:28.274Z[ host-image] Feb 21 22:44:26.262 INFO O| Feb 21 22:44:26.262 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91182025-02-21T22:44:28.292Z[ host-image] Feb 21 22:44:26.282 INFO O| Feb 21 22:44:26.282 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91192025-02-21T22:44:28.292Z[ host-image] Feb 21 22:44:26.282 INFO O| Feb 21 22:44:26.282 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
91202025-02-21T22:44:28.295Z[ host-image] Feb 21 22:44:26.282 INFO O| Feb 21 22:44:26.282 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91212025-02-21T22:44:28.295Z[ host-image] Feb 21 22:44:26.282 INFO O| Feb 21 22:44:26.282 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91222025-02-21T22:44:28.295Z[ host-image] Feb 21 22:44:26.282 INFO O| Feb 21 22:44:26.282 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91232025-02-21T22:44:28.295Z[ host-image] Feb 21 22:44:26.283 INFO O| Feb 21 22:44:26.282 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91242025-02-21T22:44:28.295Z[ host-image] Feb 21 22:44:26.283 INFO O| Feb 21 22:44:26.283 INFO ok!
91252025-02-21T22:44:28.295Z[ host-image] Feb 21 22:44:26.283 INFO O| Feb 21 22:44:26.283 INFO STEP 59 (ensure_file) COMPLETE
91262025-02-21T22:44:28.295Z[ host-image] Feb 21 22:44:26.283 INFO O| Feb 21 22:44:26.283 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91272025-02-21T22:44:28.312Z[ host-image] Feb 21 22:44:26.302 INFO O| Feb 21 22:44:26.302 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
91282025-02-21T22:44:28.312Z[ host-image] Feb 21 22:44:26.302 INFO O| Feb 21 22:44:26.302 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
91292025-02-21T22:44:28.312Z[ host-image] Feb 21 22:44:26.302 INFO O| Feb 21 22:44:26.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
91302025-02-21T22:44:28.312Z[ host-image] Feb 21 22:44:26.302 INFO O| Feb 21 22:44:26.302 INFO ok!
91312025-02-21T22:44:28.315Z[ host-image] Feb 21 22:44:26.302 INFO O| Feb 21 22:44:26.302 INFO STEP 60 (ensure_file) COMPLETE
91322025-02-21T22:44:28.315Z[ host-image] Feb 21 22:44:26.302 INFO O| Feb 21 22:44:26.302 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91332025-02-21T22:44:28.351Z[ host-image] Feb 21 22:44:26.341 INFO O| Feb 21 22:44:26.341 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91342025-02-21T22:44:28.351Z[ host-image] Feb 21 22:44:26.341 INFO O| Feb 21 22:44:26.341 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
91352025-02-21T22:44:28.355Z[ host-image] Feb 21 22:44:26.342 INFO O| Feb 21 22:44:26.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
91362025-02-21T22:44:28.355Z[ host-image] Feb 21 22:44:26.342 INFO O| Feb 21 22:44:26.342 INFO ok!
91372025-02-21T22:44:28.355Z[ host-image] Feb 21 22:44:26.342 INFO O| Feb 21 22:44:26.342 INFO STEP 61 (ensure_file) COMPLETE
91382025-02-21T22:44:28.355Z[ host-image] Feb 21 22:44:26.342 INFO O| Feb 21 22:44:26.342 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91392025-02-21T22:44:28.453Z[ host-image] Feb 21 22:44:26.443 INFO O| Feb 21 22:44:26.443 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
91402025-02-21T22:44:28.456Z[ host-image] Feb 21 22:44:26.443 INFO O| Feb 21 22:44:26.443 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
91412025-02-21T22:44:28.456Z[ host-image] Feb 21 22:44:26.443 INFO O| Feb 21 22:44:26.443 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91422025-02-21T22:44:28.456Z[ host-image] Feb 21 22:44:26.444 INFO O| Feb 21 22:44:26.443 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91432025-02-21T22:44:28.456Z[ host-image] Feb 21 22:44:26.444 INFO O| Feb 21 22:44:26.443 INFO ok!
91442025-02-21T22:44:28.456Z[ host-image] Feb 21 22:44:26.444 INFO O| Feb 21 22:44:26.444 INFO STEP 62 (ensure_file) COMPLETE
91452025-02-21T22:44:28.456Z[ host-image] Feb 21 22:44:26.444 INFO O| Feb 21 22:44:26.444 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91462025-02-21T22:44:28.473Z[ host-image] Feb 21 22:44:26.463 INFO O| Feb 21 22:44:26.463 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
91472025-02-21T22:44:28.473Z[ host-image] Feb 21 22:44:26.463 INFO O| Feb 21 22:44:26.463 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
91482025-02-21T22:44:28.476Z[ host-image] Feb 21 22:44:26.463 INFO O| Feb 21 22:44:26.463 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91492025-02-21T22:44:28.476Z[ host-image] Feb 21 22:44:26.463 INFO O| Feb 21 22:44:26.463 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91502025-02-21T22:44:28.476Z[ host-image] Feb 21 22:44:26.463 INFO O| Feb 21 22:44:26.463 INFO ok!
91512025-02-21T22:44:28.476Z[ host-image] Feb 21 22:44:26.464 INFO O| Feb 21 22:44:26.463 INFO STEP 63 (ensure_file) COMPLETE
91522025-02-21T22:44:28.476Z[ host-image] Feb 21 22:44:26.464 INFO O| Feb 21 22:44:26.464 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91532025-02-21T22:44:28.493Z[ host-image] Feb 21 22:44:26.483 INFO O| Feb 21 22:44:26.483 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
91542025-02-21T22:44:28.493Z[ host-image] Feb 21 22:44:26.483 INFO O| Feb 21 22:44:26.483 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
91552025-02-21T22:44:28.496Z[ host-image] Feb 21 22:44:26.483 INFO O| Feb 21 22:44:26.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
91562025-02-21T22:44:28.496Z[ host-image] Feb 21 22:44:26.483 INFO O| Feb 21 22:44:26.483 INFO ok!
91572025-02-21T22:44:28.497Z[ host-image] Feb 21 22:44:26.483 INFO O| Feb 21 22:44:26.483 INFO STEP 64 (assemble_files) COMPLETE
91582025-02-21T22:44:28.497Z[ host-image] Feb 21 22:44:26.483 INFO O| Feb 21 22:44:26.483 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91592025-02-21T22:44:28.526Z[ host-image] Feb 21 22:44:26.515 INFO O| Feb 21 22:44:26.515 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
91602025-02-21T22:44:28.526Z[ host-image] Feb 21 22:44:26.515 INFO O| Feb 21 22:44:26.515 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
91612025-02-21T22:44:28.529Z[ host-image] Feb 21 22:44:26.516 INFO O| Feb 21 22:44:26.515 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91622025-02-21T22:44:28.529Z[ host-image] Feb 21 22:44:26.516 INFO O| Feb 21 22:44:26.516 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91632025-02-21T22:44:28.529Z[ host-image] Feb 21 22:44:26.516 INFO O| Feb 21 22:44:26.516 INFO ok!
91642025-02-21T22:44:28.529Z[ host-image] Feb 21 22:44:26.516 INFO O| Feb 21 22:44:26.516 INFO STEP 65 (ensure_file) COMPLETE
91652025-02-21T22:44:28.529Z[ host-image] Feb 21 22:44:26.516 INFO O| Feb 21 22:44:26.516 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91662025-02-21T22:44:28.880Z[ host-image] Feb 21 22:44:26.575 INFO O| Feb 21 22:44:26.575 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91672025-02-21T22:44:28.887Z[ host-image] Feb 21 22:44:26.575 INFO O| Feb 21 22:44:26.575 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91682025-02-21T22:44:28.887Z[ host-image] Feb 21 22:44:26.575 INFO O| Feb 21 22:44:26.575 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91692025-02-21T22:44:28.887Z[ host-image] Feb 21 22:44:26.575 INFO O| Feb 21 22:44:26.575 INFO STEP 66 (ensure_dir) COMPLETE
91702025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.575 INFO O| Feb 21 22:44:26.575 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91712025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.595 INFO O| Feb 21 22:44:26.595 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91722025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.595 INFO O| Feb 21 22:44:26.595 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 ...
91732025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.605 INFO O| Feb 21 22:44:26.605 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
91742025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.605 INFO O| Feb 21 22:44:26.605 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91752025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.605 INFO O| Feb 21 22:44:26.605 INFO ok!
91762025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.605 INFO O| Feb 21 22:44:26.605 INFO STEP 67 (ensure_file) COMPLETE
91772025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.605 INFO O| Feb 21 22:44:26.605 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91782025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91792025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 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 ...
91802025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 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
91812025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91822025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 INFO ok!
91832025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 INFO STEP 68 (ensure_file) COMPLETE
91842025-02-21T22:44:28.888Z[ host-image] Feb 21 22:44:26.628 INFO O| Feb 21 22:44:26.628 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91852025-02-21T22:44:28.889Z[ host-image] Feb 21 22:44:26.671 INFO O| Feb 21 22:44:26.671 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
91862025-02-21T22:44:28.889Z[ host-image] Feb 21 22:44:26.671 INFO O| Feb 21 22:44:26.671 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
91872025-02-21T22:44:33.379Z[ host-image] Feb 21 22:44:31.368 INFO O| Feb 21 22:44:31.368 INFO STEP 69 (pack_tar) COMPLETE
91882025-02-21T22:44:33.379Z[ host-image] Feb 21 22:44:31.368 INFO O| Feb 21 22:44:31.368 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
91892025-02-21T22:44:33.381Z[ host-image] Feb 21 22:44:31.368 INFO O| Feb 21 22:44:31.368 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
91902025-02-21T22:44:33.858Z[ host-image] Feb 21 22:44:31.847 INFO O| Feb 21 22:44:31.847 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
91912025-02-21T22:44:34.001Z[ host-image] Feb 21 22:44:31.990 INFO O| Feb 21 22:44:31.990 INFO completed processing gimlet/ramdisk-02-trim
91922025-02-21T22:44:34.004Z[ host-image] Feb 21 22:44:31.994 INFO image builder template: zfs...
91932025-02-21T22:44:34.004Z[ host-image] Feb 21 22:44:31.994 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/.tmpguEzOU/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.334", "-n", "zfs"], pwd: None
91942025-02-21T22:44:34.033Z[ host-image] Feb 21 22:44:32.022 INFO O| Feb 21 22:44:32.022 INFO skip include "stress" because feature "stress" is not enabled
91952025-02-21T22:44:34.156Z[ host-image] Feb 21 22:44:32.145 INFO O| Feb 21 22:44:32.145 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
91962025-02-21T22:44:34.166Z[ host-image] Feb 21 22:44:32.155 INFO O| Feb 21 22:44:32.155 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
91972025-02-21T22:44:34.294Z[ host-image] Feb 21 22:44:32.283 INFO O| Feb 21 22:44:32.283 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91982025-02-21T22:44:34.425Z[ host-image] Feb 21 22:44:32.414 INFO O| Feb 21 22:44:32.414 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91992025-02-21T22:44:34.428Z[ host-image] Feb 21 22:44:32.415 INFO O| Feb 21 22:44:32.414 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
92002025-02-21T22:44:34.483Z[ host-image] Feb 21 22:44:32.472 INFO O| Feb 21 22:44:32.472 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
92012025-02-21T22:44:34.703Z[ host-image] Feb 21 22:44:32.692 INFO O| Feb 21 22:44:32.692 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
92022025-02-21T22:44:34.812Z[ host-image] Feb 21 22:44:32.800 INFO O| Feb 21 22:44:32.800 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
92032025-02-21T22:44:34.871Z[ host-image] Feb 21 22:44:32.860 INFO O| Feb 21 22:44:32.860 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92042025-02-21T22:44:34.921Z[ host-image] Feb 21 22:44:32.910 INFO O| Feb 21 22:44:32.910 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
92052025-02-21T22:44:34.924Z[ host-image] Feb 21 22:44:32.910 INFO O| Feb 21 22:44:32.910 INFO no lofi found
92062025-02-21T22:44:34.924Z[ host-image] Feb 21 22:44:32.911 INFO O| Feb 21 22:44:32.911 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
92072025-02-21T22:44:34.924Z[ host-image] Feb 21 22:44:32.911 INFO O| Feb 21 22:44:32.911 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92082025-02-21T22:44:38.025Z[ host-image] Feb 21 22:44:36.013 INFO O| Feb 21 22:44:36.013 INFO lofi device = /dev/dsk/c2t1d0p0
92092025-02-21T22:44:38.025Z[ host-image] Feb 21 22:44:36.014 INFO O| Feb 21 22:44:36.013 INFO pool device = /dev/dsk/c2t1d0p0
92102025-02-21T22:44:38.029Z[ host-image] Feb 21 22:44:36.014 INFO O| Feb 21 22:44:36.014 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"]
92112025-02-21T22:44:38.265Z[ host-image] Feb 21 22:44:36.253 INFO O| Feb 21 22:44:36.253 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92122025-02-21T22:44:38.267Z[ host-image] Feb 21 22:44:36.254 INFO O| Feb 21 22:44:36.253 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
92132025-02-21T22:44:38.293Z[ host-image] Feb 21 22:44:36.281 INFO O| Feb 21 22:44:36.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
92142025-02-21T22:44:38.466Z[ host-image] Feb 21 22:44:36.455 INFO O| Feb 21 22:44:36.454 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
92152025-02-21T22:44:38.532Z[ host-image] Feb 21 22:44:36.521 INFO O| Feb 21 22:44:36.521 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
92162025-02-21T22:44:38.562Z[ host-image] Feb 21 22:44:36.550 INFO O| Feb 21 22:44:36.550 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
92172025-02-21T22:44:38.583Z[ host-image] Feb 21 22:44:36.572 INFO O| Feb 21 22:44:36.571 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
92182025-02-21T22:44:38.766Z[ host-image] Feb 21 22:44:36.754 INFO O| Feb 21 22:44:36.754 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
92192025-02-21T22:44:38.789Z[ host-image] Feb 21 22:44:36.777 INFO O| Feb 21 22:44:36.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
92202025-02-21T22:44:38.789Z[ host-image] Feb 21 22:44:36.777 INFO O| Feb 21 22:44:36.777 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
92212025-02-21T22:44:38.874Z[ host-image] Feb 21 22:44:36.863 INFO O| Feb 21 22:44:36.863 INFO boot environment UUID: ea87806d-4cdb-44ee-bf62-5dffd691f9f0
92222025-02-21T22:44:38.875Z[ host-image] Feb 21 22:44:36.863 INFO O| Feb 21 22:44:36.863 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ea87806d-4cdb-44ee-bf62-5dffd691f9f0
92232025-02-21T22:44:38.959Z[ host-image] Feb 21 22:44:36.947 INFO O| Feb 21 22:44:36.947 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92242025-02-21T22:44:39.007Z[ host-image] Feb 21 22:44:36.994 INFO O| Feb 21 22:44:36.994 INFO STEP 0 (create_be) COMPLETE
92252025-02-21T22:44:39.007Z[ host-image] Feb 21 22:44:36.994 INFO O| Feb 21 22:44:36.994 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92262025-02-21T22:44:39.123Z[ host-image] Feb 21 22:44:37.111 INFO O| Feb 21 22:44:37.111 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
92272025-02-21T22:45:01.867Z[ recovery-image] Feb 21 22:44:59.851 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)
92282025-02-21T22:45:06.423Z[ host-image] Feb 21 22:45:04.407 INFO O| Feb 21 22:45:04.407 INFO STEP 1 (unpack_tar) COMPLETE
92292025-02-21T22:45:06.426Z[ host-image] Feb 21 22:45:04.407 INFO O| Feb 21 22:45:04.407 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92302025-02-21T22:45:06.443Z[ host-image] Feb 21 22:45:04.428 INFO O| Feb 21 22:45:04.428 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
92312025-02-21T22:45:06.782Z[ host-image] Feb 21 22:45:04.766 INFO O| Feb 21 22:45:04.766 INFO STEP 2 (devfsadm) COMPLETE
92322025-02-21T22:45:06.782Z[ host-image] Feb 21 22:45:04.766 INFO O| Feb 21 22:45:04.766 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92332025-02-21T22:45:06.803Z[ host-image] Feb 21 22:45:04.788 INFO O| Feb 21 22:45:04.788 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92342025-02-21T22:45:06.804Z[ host-image] Feb 21 22:45:04.788 INFO O| Feb 21 22:45:04.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92352025-02-21T22:45:06.804Z[ host-image] Feb 21 22:45:04.788 INFO O| Feb 21 22:45:04.788 INFO STEP 3 (ensure_dir) COMPLETE
92362025-02-21T22:45:06.806Z[ host-image] Feb 21 22:45:04.788 INFO O| Feb 21 22:45:04.788 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92372025-02-21T22:45:06.875Z[ host-image] Feb 21 22:45:04.859 INFO O| Feb 21 22:45:04.859 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92382025-02-21T22:45:06.876Z[ host-image] Feb 21 22:45:04.859 INFO O| Feb 21 22:45:04.859 INFO STEP 4 (ensure_dir) COMPLETE
92392025-02-21T22:45:06.879Z[ host-image] Feb 21 22:45:04.859 INFO O| Feb 21 22:45:04.859 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92402025-02-21T22:45:06.940Z[ host-image] Feb 21 22:45:04.924 INFO O| Feb 21 22:45:04.924 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92412025-02-21T22:45:06.940Z[ host-image] Feb 21 22:45:04.924 INFO O| Feb 21 22:45:04.924 INFO STEP 5 (ensure_dir) COMPLETE
92422025-02-21T22:45:06.943Z[ host-image] Feb 21 22:45:04.924 INFO O| Feb 21 22:45:04.924 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92432025-02-21T22:45:07.037Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
92442025-02-21T22:45:07.112Z[ host-image] Feb 21 22:45:05.096 INFO O| Feb 21 22:45:05.096 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92452025-02-21T22:45:07.112Z[ host-image] Feb 21 22:45:05.096 INFO O| Feb 21 22:45:05.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92462025-02-21T22:45:07.112Z[ host-image] Feb 21 22:45:05.096 INFO O| Feb 21 22:45:05.096 INFO STEP 6 (ensure_dir) COMPLETE
92472025-02-21T22:45:07.112Z[ host-image] Feb 21 22:45:05.096 INFO O| Feb 21 22:45:05.096 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92482025-02-21T22:45:07.145Z[ host-image] Feb 21 22:45:05.129 INFO O| Feb 21 22:45:05.129 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92492025-02-21T22:45:07.145Z[ host-image] Feb 21 22:45:05.129 INFO O| Feb 21 22:45:05.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92502025-02-21T22:45:07.145Z[ host-image] Feb 21 22:45:05.129 INFO O| Feb 21 22:45:05.129 INFO STEP 7 (ensure_dir) COMPLETE
92512025-02-21T22:45:07.148Z[ host-image] Feb 21 22:45:05.129 INFO O| Feb 21 22:45:05.129 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92522025-02-21T22:45:07.166Z[ host-image] Feb 21 22:45:05.150 INFO O| Feb 21 22:45:05.150 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
92532025-02-21T22:45:07.171Z[ host-image] Feb 21 22:45:05.151 INFO O| Feb 21 22:45:05.150 INFO STEP 8 (remove_files) COMPLETE
92542025-02-21T22:45:07.171Z[ host-image] Feb 21 22:45:05.151 INFO O| Feb 21 22:45:05.150 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92552025-02-21T22:45:07.190Z[ host-image] Feb 21 22:45:05.174 INFO O| Feb 21 22:45:05.174 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
92562025-02-21T22:45:07.193Z[ host-image] Feb 21 22:45:05.176 INFO O| Feb 21 22:45:05.176 INFO STEP 9 (remove_files) COMPLETE
92572025-02-21T22:45:07.193Z[ host-image] Feb 21 22:45:05.176 INFO O| Feb 21 22:45:05.176 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92582025-02-21T22:45:07.220Z[ host-image] Feb 21 22:45:05.204 INFO O| Feb 21 22:45:05.204 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
92592025-02-21T22:45:07.223Z[ host-image] Feb 21 22:45:05.205 INFO O| Feb 21 22:45:05.205 INFO STEP 10 (remove_files) COMPLETE
92602025-02-21T22:45:07.223Z[ host-image] Feb 21 22:45:05.205 INFO O| Feb 21 22:45:05.205 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92612025-02-21T22:45:07.265Z[ host-image] Feb 21 22:45:05.249 INFO O| Feb 21 22:45:05.249 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
92622025-02-21T22:45:07.268Z[ host-image] Feb 21 22:45:05.250 INFO O| Feb 21 22:45:05.249 INFO STEP 11 (remove_files) COMPLETE
92632025-02-21T22:45:07.268Z[ host-image] Feb 21 22:45:05.250 INFO O| Feb 21 22:45:05.250 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92642025-02-21T22:45:07.285Z[ host-image] Feb 21 22:45:05.269 INFO O| Feb 21 22:45:05.269 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
92652025-02-21T22:45:07.288Z[ host-image] Feb 21 22:45:05.270 INFO O| Feb 21 22:45:05.270 INFO STEP 12 (remove_files) COMPLETE
92662025-02-21T22:45:07.288Z[ host-image] Feb 21 22:45:05.270 INFO O| Feb 21 22:45:05.270 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92672025-02-21T22:45:07.305Z[ host-image] Feb 21 22:45:05.290 INFO O| Feb 21 22:45:05.289 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92682025-02-21T22:45:07.308Z[ host-image] Feb 21 22:45:05.290 INFO O| Feb 21 22:45:05.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92692025-02-21T22:45:07.308Z[ host-image] Feb 21 22:45:05.290 INFO O| Feb 21 22:45:05.290 INFO STEP 13 (ensure_dir) COMPLETE
92702025-02-21T22:45:07.308Z[ host-image] Feb 21 22:45:05.290 INFO O| Feb 21 22:45:05.290 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92712025-02-21T22:45:07.328Z[ host-image] Feb 21 22:45:05.311 INFO O| Feb 21 22:45:05.311 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92722025-02-21T22:45:07.328Z[ host-image] Feb 21 22:45:05.311 INFO O| Feb 21 22:45:05.311 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92732025-02-21T22:45:07.328Z[ host-image] Feb 21 22:45:05.311 INFO O| Feb 21 22:45:05.311 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92742025-02-21T22:45:07.329Z[ host-image] Feb 21 22:45:05.311 INFO O| Feb 21 22:45:05.311 INFO STEP 14 (ensure_dir) COMPLETE
92752025-02-21T22:45:07.329Z[ host-image] Feb 21 22:45:05.311 INFO O| Feb 21 22:45:05.311 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92762025-02-21T22:45:07.779Z[ host-image] Feb 21 22:45:05.763 INFO O| Feb 21 22:45:05.763 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92772025-02-21T22:45:07.779Z[ host-image] Feb 21 22:45:05.763 INFO O| Feb 21 22:45:05.763 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92782025-02-21T22:45:07.782Z[ host-image] Feb 21 22:45:05.763 INFO O| Feb 21 22:45:05.763 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92792025-02-21T22:45:07.782Z[ host-image] Feb 21 22:45:05.763 INFO O| Feb 21 22:45:05.763 INFO STEP 15 (ensure_dir) COMPLETE
92802025-02-21T22:45:07.782Z[ host-image] Feb 21 22:45:05.763 INFO O| Feb 21 22:45:05.763 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92812025-02-21T22:45:07.796Z[ recovery-image] Feb 21 22:45:05.780 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)
92822025-02-21T22:45:07.827Z[ host-image] Feb 21 22:45:05.810 INFO O| Feb 21 22:45:05.810 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92832025-02-21T22:45:07.827Z[ host-image] Feb 21 22:45:05.810 INFO O| Feb 21 22:45:05.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92842025-02-21T22:45:07.828Z[ host-image] Feb 21 22:45:05.810 INFO O| Feb 21 22:45:05.810 INFO STEP 16 (ensure_dir) COMPLETE
92852025-02-21T22:45:07.828Z[ host-image] Feb 21 22:45:05.810 INFO O| Feb 21 22:45:05.810 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92862025-02-21T22:45:07.844Z[ host-image] Feb 21 22:45:05.828 INFO O| Feb 21 22:45:05.828 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92872025-02-21T22:45:07.844Z[ host-image] Feb 21 22:45:05.828 INFO O| Feb 21 22:45:05.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92882025-02-21T22:45:07.847Z[ host-image] Feb 21 22:45:05.828 INFO O| Feb 21 22:45:05.828 INFO STEP 17 (ensure_dir) COMPLETE
92892025-02-21T22:45:07.847Z[ host-image] Feb 21 22:45:05.828 INFO O| Feb 21 22:45:05.828 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92902025-02-21T22:45:07.871Z[ host-image] Feb 21 22:45:05.855 INFO O| Feb 21 22:45:05.854 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92912025-02-21T22:45:07.871Z[ host-image] Feb 21 22:45:05.855 INFO O| Feb 21 22:45:05.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92922025-02-21T22:45:07.874Z[ host-image] Feb 21 22:45:05.855 INFO O| Feb 21 22:45:05.855 INFO ok!
92932025-02-21T22:45:07.874Z[ host-image] Feb 21 22:45:05.855 INFO O| Feb 21 22:45:05.855 INFO STEP 18 (ensure_symlink) COMPLETE
92942025-02-21T22:45:07.874Z[ host-image] Feb 21 22:45:05.855 INFO O| Feb 21 22:45:05.855 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92952025-02-21T22:45:07.928Z[ host-image] Feb 21 22:45:05.912 INFO O| Feb 21 22:45:05.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92962025-02-21T22:45:07.928Z[ host-image] Feb 21 22:45:05.912 INFO O| Feb 21 22:45:05.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92972025-02-21T22:45:07.930Z[ host-image] Feb 21 22:45:05.912 INFO O| Feb 21 22:45:05.912 INFO ok!
92982025-02-21T22:45:07.930Z[ host-image] Feb 21 22:45:05.912 INFO O| Feb 21 22:45:05.912 INFO STEP 19 (ensure_file) COMPLETE
92992025-02-21T22:45:07.930Z[ host-image] Feb 21 22:45:05.912 INFO O| Feb 21 22:45:05.912 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93002025-02-21T22:45:08.006Z[ host-image] Feb 21 22:45:05.990 INFO O| Feb 21 22:45:05.990 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
93012025-02-21T22:45:08.007Z[ host-image] Feb 21 22:45:05.990 INFO O| Feb 21 22:45:05.990 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93022025-02-21T22:45:08.027Z[ host-image] Feb 21 22:45:06.011 INFO O| Feb 21 22:45:06.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
93032025-02-21T22:45:08.027Z[ host-image] Feb 21 22:45:06.011 INFO O| Feb 21 22:45:06.011 INFO ok!
93042025-02-21T22:45:08.030Z[ host-image] Feb 21 22:45:06.011 INFO O| Feb 21 22:45:06.011 INFO STEP 20 (ensure_symlink) COMPLETE
93052025-02-21T22:45:08.030Z[ host-image] Feb 21 22:45:06.011 INFO O| Feb 21 22:45:06.011 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93062025-02-21T22:45:08.079Z[ host-image] Feb 21 22:45:06.063 INFO O| Feb 21 22:45:06.063 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93072025-02-21T22:45:08.079Z[ host-image] Feb 21 22:45:06.063 INFO O| Feb 21 22:45:06.063 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93082025-02-21T22:45:08.079Z[ host-image] Feb 21 22:45:06.063 INFO O| Feb 21 22:45:06.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
93092025-02-21T22:45:08.079Z[ host-image] Feb 21 22:45:06.063 INFO O| Feb 21 22:45:06.063 INFO ok!
93102025-02-21T22:45:08.082Z[ host-image] Feb 21 22:45:06.063 INFO O| Feb 21 22:45:06.063 INFO STEP 21 (ensure_symlink) COMPLETE
93112025-02-21T22:45:08.082Z[ host-image] Feb 21 22:45:06.063 INFO O| Feb 21 22:45:06.063 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93122025-02-21T22:45:08.149Z[ host-image] Feb 21 22:45:06.132 INFO O| Feb 21 22:45:06.132 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
93132025-02-21T22:45:08.149Z[ host-image] Feb 21 22:45:06.132 INFO O| Feb 21 22:45:06.132 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93142025-02-21T22:45:08.152Z[ host-image] Feb 21 22:45:06.132 INFO O| Feb 21 22:45:06.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
93152025-02-21T22:45:08.152Z[ host-image] Feb 21 22:45:06.132 INFO O| Feb 21 22:45:06.132 INFO ok!
93162025-02-21T22:45:08.152Z[ host-image] Feb 21 22:45:06.132 INFO O| Feb 21 22:45:06.132 INFO STEP 22 (ensure_symlink) COMPLETE
93172025-02-21T22:45:08.152Z[ host-image] Feb 21 22:45:06.132 INFO O| Feb 21 22:45:06.132 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93182025-02-21T22:45:08.168Z[ host-image] Feb 21 22:45:06.152 INFO O| Feb 21 22:45:06.152 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
93192025-02-21T22:45:08.168Z[ host-image] Feb 21 22:45:06.152 INFO O| Feb 21 22:45:06.152 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93202025-02-21T22:45:08.171Z[ host-image] Feb 21 22:45:06.152 INFO O| Feb 21 22:45:06.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
93212025-02-21T22:45:08.171Z[ host-image] Feb 21 22:45:06.152 INFO O| Feb 21 22:45:06.152 INFO ok!
93222025-02-21T22:45:08.171Z[ host-image] Feb 21 22:45:06.152 INFO O| Feb 21 22:45:06.152 INFO STEP 23 (ensure_symlink) COMPLETE
93232025-02-21T22:45:08.171Z[ host-image] Feb 21 22:45:06.152 INFO O| Feb 21 22:45:06.152 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93242025-02-21T22:45:08.210Z[ host-image] Feb 21 22:45:06.192 INFO O| Feb 21 22:45:06.192 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93252025-02-21T22:45:08.225Z[ host-image] Feb 21 22:45:06.209 INFO O| Feb 21 22:45:06.192 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
93262025-02-21T22:45:08.227Z[ host-image] Feb 21 22:45:06.209 INFO O| Feb 21 22:45:06.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
93272025-02-21T22:45:08.227Z[ host-image] Feb 21 22:45:06.209 INFO O| Feb 21 22:45:06.209 INFO ok!
93282025-02-21T22:45:08.227Z[ host-image] Feb 21 22:45:06.209 INFO O| Feb 21 22:45:06.209 INFO STEP 24 (ensure_file) COMPLETE
93292025-02-21T22:45:08.227Z[ host-image] Feb 21 22:45:06.209 INFO O| Feb 21 22:45:06.209 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93302025-02-21T22:45:08.302Z[ host-image] Feb 21 22:45:06.286 INFO O| Feb 21 22:45:06.286 INFO updating shadow file
93312025-02-21T22:45:08.305Z[ host-image] Feb 21 22:45:06.286 INFO O| Feb 21 22:45:06.286 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93322025-02-21T22:45:08.305Z[ host-image] Feb 21 22:45:06.286 INFO O| Feb 21 22:45:06.286 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93332025-02-21T22:45:08.305Z[ host-image] Feb 21 22:45:06.286 INFO O| Feb 21 22:45:06.286 INFO STEP 25 (shadow) COMPLETE
93342025-02-21T22:45:08.305Z[ host-image] Feb 21 22:45:06.286 INFO O| Feb 21 22:45:06.286 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93352025-02-21T22:45:08.320Z[ host-image] Feb 21 22:45:06.304 INFO O| Feb 21 22:45:06.304 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93362025-02-21T22:45:08.320Z[ host-image] Feb 21 22:45:06.304 INFO O| Feb 21 22:45:06.304 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
93372025-02-21T22:45:08.323Z[ host-image] Feb 21 22:45:06.305 INFO O| Feb 21 22:45:06.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
93382025-02-21T22:45:08.325Z[ host-image] Feb 21 22:45:06.305 INFO O| Feb 21 22:45:06.305 INFO ok!
93392025-02-21T22:45:08.325Z[ host-image] Feb 21 22:45:06.305 INFO O| Feb 21 22:45:06.305 INFO STEP 26 (ensure_file) COMPLETE
93402025-02-21T22:45:08.325Z[ host-image] Feb 21 22:45:06.305 INFO O| Feb 21 22:45:06.305 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93412025-02-21T22:45:08.358Z[ host-image] Feb 21 22:45:06.342 INFO O| Feb 21 22:45:06.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
93422025-02-21T22:45:08.358Z[ host-image] Feb 21 22:45:06.342 INFO O| Feb 21 22:45:06.342 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
93432025-02-21T22:45:08.358Z[ host-image] Feb 21 22:45:06.342 INFO O| Feb 21 22:45:06.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
93442025-02-21T22:45:08.358Z[ host-image] Feb 21 22:45:06.342 INFO O| Feb 21 22:45:06.342 INFO ok!
93452025-02-21T22:45:08.361Z[ host-image] Feb 21 22:45:06.342 INFO O| Feb 21 22:45:06.342 INFO STEP 27 (ensure_file) COMPLETE
93462025-02-21T22:45:08.361Z[ host-image] Feb 21 22:45:06.342 INFO O| Feb 21 22:45:06.342 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93472025-02-21T22:45:08.376Z[ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93482025-02-21T22:45:08.376Z[ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
93492025-02-21T22:45:08.379Z[ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93502025-02-21T22:45:08.379Z[ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93512025-02-21T22:45:08.379Z[ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 INFO ok!
93522025-02-21T22:45:08.379Z[ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 INFO STEP 28 (ensure_file) COMPLETE
93532025-02-21T22:45:08.379Z[ host-image] Feb 21 22:45:06.360 INFO O| Feb 21 22:45:06.360 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93542025-02-21T22:45:08.431Z[ host-image] Feb 21 22:45:06.415 INFO O| Feb 21 22:45:06.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
93552025-02-21T22:45:08.431Z[ host-image] Feb 21 22:45:06.415 INFO O| Feb 21 22:45:06.415 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
93562025-02-21T22:45:08.434Z[ host-image] Feb 21 22:45:06.415 INFO O| Feb 21 22:45:06.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
93572025-02-21T22:45:08.434Z[ host-image] Feb 21 22:45:06.415 INFO O| Feb 21 22:45:06.415 INFO ok!
93582025-02-21T22:45:08.434Z[ host-image] Feb 21 22:45:06.415 INFO O| Feb 21 22:45:06.415 INFO STEP 29 (ensure_file) COMPLETE
93592025-02-21T22:45:08.434Z[ host-image] Feb 21 22:45:06.415 INFO O| Feb 21 22:45:06.415 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93602025-02-21T22:45:08.468Z[ host-image] Feb 21 22:45:06.452 INFO O| Feb 21 22:45:06.452 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
93612025-02-21T22:45:08.468Z[ host-image] Feb 21 22:45:06.452 INFO O| Feb 21 22:45:06.452 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
93622025-02-21T22:45:08.469Z[ host-image] Feb 21 22:45:06.452 INFO O| Feb 21 22:45:06.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
93632025-02-21T22:45:08.471Z[ host-image] Feb 21 22:45:06.452 INFO O| Feb 21 22:45:06.452 INFO ok!
93642025-02-21T22:45:08.471Z[ host-image] Feb 21 22:45:06.452 INFO O| Feb 21 22:45:06.452 INFO STEP 30 (ensure_file) COMPLETE
93652025-02-21T22:45:08.471Z[ host-image] Feb 21 22:45:06.452 INFO O| Feb 21 22:45:06.452 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93662025-02-21T22:45:08.530Z[ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93672025-02-21T22:45:08.530Z[ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
93682025-02-21T22:45:08.533Z[ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93692025-02-21T22:45:08.533Z[ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93702025-02-21T22:45:08.533Z[ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 INFO ok!
93712025-02-21T22:45:08.533Z[ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 INFO STEP 31 (ensure_file) COMPLETE
93722025-02-21T22:45:08.533Z[ host-image] Feb 21 22:45:06.514 INFO O| Feb 21 22:45:06.514 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93732025-02-21T22:45:08.568Z[ host-image] Feb 21 22:45:06.551 INFO O| Feb 21 22:45:06.551 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
93742025-02-21T22:45:08.568Z[ host-image] Feb 21 22:45:06.551 INFO O| Feb 21 22:45:06.551 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
93752025-02-21T22:45:08.570Z[ host-image] Feb 21 22:45:06.552 INFO O| Feb 21 22:45:06.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
93762025-02-21T22:45:08.570Z[ host-image] Feb 21 22:45:06.552 INFO O| Feb 21 22:45:06.552 INFO ok!
93772025-02-21T22:45:08.570Z[ host-image] Feb 21 22:45:06.552 INFO O| Feb 21 22:45:06.552 INFO STEP 32 (ensure_file) COMPLETE
93782025-02-21T22:45:08.570Z[ host-image] Feb 21 22:45:06.552 INFO O| Feb 21 22:45:06.552 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93792025-02-21T22:45:08.604Z[ host-image] Feb 21 22:45:06.588 INFO O| Feb 21 22:45:06.588 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93802025-02-21T22:45:08.604Z[ host-image] Feb 21 22:45:06.588 INFO O| Feb 21 22:45:06.588 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
93812025-02-21T22:45:08.607Z[ host-image] Feb 21 22:45:06.588 INFO O| Feb 21 22:45:06.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
93822025-02-21T22:45:08.607Z[ host-image] Feb 21 22:45:06.588 INFO O| Feb 21 22:45:06.588 INFO ok!
93832025-02-21T22:45:08.607Z[ host-image] Feb 21 22:45:06.588 INFO O| Feb 21 22:45:06.588 INFO STEP 33 (ensure_file) COMPLETE
93842025-02-21T22:45:08.607Z[ host-image] Feb 21 22:45:06.588 INFO O| Feb 21 22:45:06.588 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93852025-02-21T22:45:08.731Z[ host-image] Feb 21 22:45:06.715 INFO O| Feb 21 22:45:06.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
93862025-02-21T22:45:08.731Z[ host-image] Feb 21 22:45:06.715 INFO O| Feb 21 22:45:06.715 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
93872025-02-21T22:45:08.734Z[ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.715 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93882025-02-21T22:45:08.736Z[ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.715 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93892025-02-21T22:45:08.736Z[ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.716 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93902025-02-21T22:45:08.736Z[ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.716 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93912025-02-21T22:45:08.736Z[ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.716 INFO ok!
93922025-02-21T22:45:08.736Z[ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.716 INFO STEP 34 (ensure_file) COMPLETE
93932025-02-21T22:45:08.736Z[ host-image] Feb 21 22:45:06.716 INFO O| Feb 21 22:45:06.716 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93942025-02-21T22:45:08.835Z[ host-image] Feb 21 22:45:06.818 INFO O| Feb 21 22:45:06.818 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93952025-02-21T22:45:08.838Z[ host-image] Feb 21 22:45:06.818 INFO O| Feb 21 22:45:06.818 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93962025-02-21T22:45:08.838Z[ host-image] Feb 21 22:45:06.818 INFO O| Feb 21 22:45:06.818 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93972025-02-21T22:45:08.839Z[ host-image] Feb 21 22:45:06.818 INFO O| Feb 21 22:45:06.818 INFO STEP 35 (ensure_dir) COMPLETE
93982025-02-21T22:45:08.839Z[ host-image] Feb 21 22:45:06.818 INFO O| Feb 21 22:45:06.818 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93992025-02-21T22:45:08.945Z[ host-image] Feb 21 22:45:06.928 INFO O| Feb 21 22:45:06.928 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
94002025-02-21T22:45:08.945Z[ host-image] Feb 21 22:45:06.928 INFO O| Feb 21 22:45:06.928 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 ...
94012025-02-21T22:45:08.948Z[ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 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
94022025-02-21T22:45:08.948Z[ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 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
94032025-02-21T22:45:08.948Z[ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 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
94042025-02-21T22:45:08.948Z[ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 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
94052025-02-21T22:45:08.948Z[ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 INFO ok!
94062025-02-21T22:45:08.948Z[ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 INFO STEP 36 (ensure_file) COMPLETE
94072025-02-21T22:45:08.948Z[ host-image] Feb 21 22:45:06.929 INFO O| Feb 21 22:45:06.929 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94082025-02-21T22:45:09.151Z[ host-image] Feb 21 22:45:07.134 INFO O| Feb 21 22:45:07.134 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94092025-02-21T22:45:09.151Z[ host-image] Feb 21 22:45:07.134 INFO O| Feb 21 22:45:07.134 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 ...
94102025-02-21T22:45:09.151Z[ host-image] Feb 21 22:45:07.135 INFO O| Feb 21 22:45:07.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94112025-02-21T22:45:09.156Z[ host-image] Feb 21 22:45:07.135 INFO O| Feb 21 22:45:07.135 INFO ok!
94122025-02-21T22:45:09.156Z[ host-image] Feb 21 22:45:07.135 INFO O| Feb 21 22:45:07.135 INFO STEP 37 (ensure_symlink) COMPLETE
94132025-02-21T22:45:09.156Z[ host-image] Feb 21 22:45:07.135 INFO O| Feb 21 22:45:07.135 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94142025-02-21T22:45:09.185Z[ host-image] Feb 21 22:45:07.168 INFO O| Feb 21 22:45:07.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
94152025-02-21T22:45:09.185Z[ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.168 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94162025-02-21T22:45:09.188Z[ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94172025-02-21T22:45:09.188Z[ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94182025-02-21T22:45:09.188Z[ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94192025-02-21T22:45:09.188Z[ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94202025-02-21T22:45:09.188Z[ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO ok!
94212025-02-21T22:45:09.188Z[ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO STEP 38 (ensure_file) COMPLETE
94222025-02-21T22:45:09.188Z[ host-image] Feb 21 22:45:07.169 INFO O| Feb 21 22:45:07.169 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94232025-02-21T22:45:09.236Z[ host-image] Feb 21 22:45:07.220 INFO O| Feb 21 22:45:07.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94242025-02-21T22:45:09.237Z[ host-image] Feb 21 22:45:07.220 INFO O| Feb 21 22:45:07.220 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 ...
94252025-02-21T22:45:09.237Z[ host-image] Feb 21 22:45:07.220 INFO O| Feb 21 22:45:07.220 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
94262025-02-21T22:45:09.239Z[ host-image] Feb 21 22:45:07.220 INFO O| Feb 21 22:45:07.220 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94272025-02-21T22:45:09.239Z[ host-image] Feb 21 22:45:07.221 INFO O| Feb 21 22:45:07.220 INFO ok!
94282025-02-21T22:45:09.239Z[ host-image] Feb 21 22:45:07.221 INFO O| Feb 21 22:45:07.220 INFO STEP 39 (ensure_file) COMPLETE
94292025-02-21T22:45:09.239Z[ host-image] Feb 21 22:45:07.221 INFO O| Feb 21 22:45:07.221 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94302025-02-21T22:45:09.342Z[ host-image] Feb 21 22:45:07.326 INFO O| Feb 21 22:45:07.326 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
94312025-02-21T22:45:09.342Z[ host-image] Feb 21 22:45:07.326 INFO O| Feb 21 22:45:07.326 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
94322025-02-21T22:45:09.345Z[ host-image] Feb 21 22:45:07.326 INFO O| Feb 21 22:45:07.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
94332025-02-21T22:45:09.345Z[ host-image] Feb 21 22:45:07.326 INFO O| Feb 21 22:45:07.326 INFO ok!
94342025-02-21T22:45:09.345Z[ host-image] Feb 21 22:45:07.326 INFO O| Feb 21 22:45:07.326 INFO STEP 40 (ensure_file) COMPLETE
94352025-02-21T22:45:09.345Z[ host-image] Feb 21 22:45:07.326 INFO O| Feb 21 22:45:07.326 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94362025-02-21T22:45:09.405Z[ host-image] Feb 21 22:45:07.389 INFO O| Feb 21 22:45:07.389 INFO updating shadow file
94372025-02-21T22:45:09.408Z[ host-image] Feb 21 22:45:07.389 INFO O| Feb 21 22:45:07.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94382025-02-21T22:45:09.408Z[ host-image] Feb 21 22:45:07.389 INFO O| Feb 21 22:45:07.389 INFO STEP 41 (shadow) COMPLETE
94392025-02-21T22:45:09.408Z[ host-image] Feb 21 22:45:07.389 INFO O| Feb 21 22:45:07.389 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94402025-02-21T22:45:09.426Z[ host-image] Feb 21 22:45:07.410 INFO O| Feb 21 22:45:07.410 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
94412025-02-21T22:45:09.426Z[ host-image] Feb 21 22:45:07.410 INFO O| Feb 21 22:45:07.410 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
94422025-02-21T22:45:09.429Z[ host-image] Feb 21 22:45:07.410 INFO O| Feb 21 22:45:07.410 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94432025-02-21T22:45:09.429Z[ host-image] Feb 21 22:45:07.410 INFO O| Feb 21 22:45:07.410 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94442025-02-21T22:45:09.429Z[ host-image] Feb 21 22:45:07.410 INFO O| Feb 21 22:45:07.410 INFO ok!
94452025-02-21T22:45:09.429Z[ host-image] Feb 21 22:45:07.411 INFO O| Feb 21 22:45:07.410 INFO STEP 42 (ensure_file) COMPLETE
94462025-02-21T22:45:09.429Z[ host-image] Feb 21 22:45:07.411 INFO O| Feb 21 22:45:07.411 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94472025-02-21T22:45:09.429Z[ host-image] Feb 21 22:45:07.411 INFO O| Feb 21 22:45:07.411 INFO skip step because feature "mfg" is not enabled
94482025-02-21T22:45:09.429Z[ host-image] Feb 21 22:45:07.411 INFO O| Feb 21 22:45:07.411 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94492025-02-21T22:45:09.429Z[ host-image] Feb 21 22:45:07.411 INFO O| Feb 21 22:45:07.411 INFO skip step because feature "mfg" is not enabled
94502025-02-21T22:45:09.429Z[ host-image] Feb 21 22:45:07.411 INFO O| Feb 21 22:45:07.411 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94512025-02-21T22:45:09.475Z[ host-image] Feb 21 22:45:07.459 INFO O| Feb 21 22:45:07.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
94522025-02-21T22:45:09.475Z[ host-image] Feb 21 22:45:07.459 INFO O| Feb 21 22:45:07.459 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
94532025-02-21T22:45:10.344Z[ host-image] Feb 21 22:45:08.328 INFO O| Feb 21 22:45:08.328 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94542025-02-21T22:45:10.344Z[ host-image] Feb 21 22:45:08.328 INFO O| Feb 21 22:45:08.328 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94552025-02-21T22:45:10.344Z[ host-image] Feb 21 22:45:08.328 INFO O| Feb 21 22:45:08.328 INFO ok!
94562025-02-21T22:45:10.344Z[ host-image] Feb 21 22:45:08.328 INFO O| Feb 21 22:45:08.328 INFO STEP 45 (ensure_file) COMPLETE
94572025-02-21T22:45:10.344Z[ host-image] Feb 21 22:45:08.328 INFO O| Feb 21 22:45:08.328 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94582025-02-21T22:45:10.365Z[ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
94592025-02-21T22:45:10.365Z[ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94602025-02-21T22:45:10.368Z[ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94612025-02-21T22:45:10.368Z[ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94622025-02-21T22:45:10.368Z[ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94632025-02-21T22:45:10.368Z[ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94642025-02-21T22:45:10.368Z[ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO ok!
94652025-02-21T22:45:10.368Z[ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO STEP 46 (ensure_file) COMPLETE
94662025-02-21T22:45:10.368Z[ host-image] Feb 21 22:45:08.349 INFO O| Feb 21 22:45:08.349 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94672025-02-21T22:45:10.384Z[ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.367 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
94682025-02-21T22:45:10.384Z[ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.368 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 ...
94692025-02-21T22:45:10.384Z[ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.368 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
94702025-02-21T22:45:10.387Z[ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.368 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94712025-02-21T22:45:10.387Z[ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.368 INFO ok!
94722025-02-21T22:45:10.387Z[ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.368 INFO STEP 47 (ensure_file) COMPLETE
94732025-02-21T22:45:10.387Z[ host-image] Feb 21 22:45:08.368 INFO O| Feb 21 22:45:08.368 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94742025-02-21T22:45:10.422Z[ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
94752025-02-21T22:45:10.425Z[ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
94762025-02-21T22:45:10.425Z[ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94772025-02-21T22:45:10.425Z[ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94782025-02-21T22:45:10.425Z[ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94792025-02-21T22:45:10.425Z[ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94802025-02-21T22:45:10.425Z[ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO ok!
94812025-02-21T22:45:10.426Z[ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO STEP 48 (ensure_file) COMPLETE
94822025-02-21T22:45:10.426Z[ host-image] Feb 21 22:45:08.406 INFO O| Feb 21 22:45:08.406 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94832025-02-21T22:45:10.459Z[ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94842025-02-21T22:45:10.459Z[ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 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 ...
94852025-02-21T22:45:10.461Z[ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 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
94862025-02-21T22:45:10.461Z[ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94872025-02-21T22:45:10.461Z[ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 INFO ok!
94882025-02-21T22:45:10.461Z[ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 INFO STEP 49 (ensure_file) COMPLETE
94892025-02-21T22:45:10.461Z[ host-image] Feb 21 22:45:08.442 INFO O| Feb 21 22:45:08.442 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94902025-02-21T22:45:10.528Z[ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94912025-02-21T22:45:10.528Z[ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94922025-02-21T22:45:10.528Z[ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94932025-02-21T22:45:10.531Z[ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94942025-02-21T22:45:10.531Z[ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94952025-02-21T22:45:10.531Z[ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94962025-02-21T22:45:10.531Z[ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO ok!
94972025-02-21T22:45:10.531Z[ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO STEP 50 (ensure_file) COMPLETE
94982025-02-21T22:45:10.531Z[ host-image] Feb 21 22:45:08.512 INFO O| Feb 21 22:45:08.512 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94992025-02-21T22:45:10.548Z[ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95002025-02-21T22:45:10.548Z[ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 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 ...
95012025-02-21T22:45:10.551Z[ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 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
95022025-02-21T22:45:10.551Z[ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
95032025-02-21T22:45:10.551Z[ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 INFO ok!
95042025-02-21T22:45:10.551Z[ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 INFO STEP 51 (ensure_file) COMPLETE
95052025-02-21T22:45:10.551Z[ host-image] Feb 21 22:45:08.532 INFO O| Feb 21 22:45:08.532 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95062025-02-21T22:45:10.569Z[ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
95072025-02-21T22:45:10.569Z[ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 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 ...
95082025-02-21T22:45:10.569Z[ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 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
95092025-02-21T22:45:10.572Z[ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
95102025-02-21T22:45:10.572Z[ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 INFO ok!
95112025-02-21T22:45:10.573Z[ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 INFO STEP 52 (ensure_file) COMPLETE
95122025-02-21T22:45:10.573Z[ host-image] Feb 21 22:45:08.552 INFO O| Feb 21 22:45:08.552 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95132025-02-21T22:45:10.592Z[ host-image] Feb 21 22:45:08.575 INFO O| Feb 21 22:45:08.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
95142025-02-21T22:45:10.595Z[ host-image] Feb 21 22:45:08.575 INFO O| Feb 21 22:45:08.575 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 ...
95152025-02-21T22:45:10.595Z[ host-image] Feb 21 22:45:08.576 INFO O| Feb 21 22:45:08.576 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
95162025-02-21T22:45:10.595Z[ host-image] Feb 21 22:45:08.576 INFO O| Feb 21 22:45:08.576 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
95172025-02-21T22:45:10.595Z[ host-image] Feb 21 22:45:08.576 INFO O| Feb 21 22:45:08.576 INFO ok!
95182025-02-21T22:45:10.595Z[ host-image] Feb 21 22:45:08.576 INFO O| Feb 21 22:45:08.576 INFO STEP 53 (ensure_file) COMPLETE
95192025-02-21T22:45:10.595Z[ host-image] Feb 21 22:45:08.576 INFO O| Feb 21 22:45:08.576 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202025-02-21T22:45:10.647Z[ host-image] Feb 21 22:45:08.631 INFO O| Feb 21 22:45:08.631 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
95212025-02-21T22:45:10.647Z[ host-image] Feb 21 22:45:08.631 INFO O| Feb 21 22:45:08.631 INFO STEP 54 (ensure_dir) COMPLETE
95222025-02-21T22:45:10.650Z[ host-image] Feb 21 22:45:08.631 INFO O| Feb 21 22:45:08.631 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232025-02-21T22:45:10.667Z[ host-image] Feb 21 22:45:08.650 INFO O| Feb 21 22:45:08.650 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95242025-02-21T22:45:10.667Z[ host-image] Feb 21 22:45:08.650 INFO O| Feb 21 22:45:08.650 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95252025-02-21T22:45:10.671Z[ host-image] Feb 21 22:45:08.650 INFO O| Feb 21 22:45:08.650 INFO STEP 55 (ensure_dir) COMPLETE
95262025-02-21T22:45:10.671Z[ host-image] Feb 21 22:45:08.650 INFO O| Feb 21 22:45:08.650 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272025-02-21T22:45:10.685Z[ host-image] Feb 21 22:45:08.669 INFO O| Feb 21 22:45:08.669 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95282025-02-21T22:45:10.685Z[ host-image] Feb 21 22:45:08.669 INFO O| Feb 21 22:45:08.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95292025-02-21T22:45:10.685Z[ host-image] Feb 21 22:45:08.669 INFO O| Feb 21 22:45:08.669 INFO STEP 56 (ensure_dir) COMPLETE
95302025-02-21T22:45:10.688Z[ host-image] Feb 21 22:45:08.669 INFO O| Feb 21 22:45:08.669 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95312025-02-21T22:45:10.705Z[ host-image] Feb 21 22:45:08.689 INFO O| Feb 21 22:45:08.688 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
95322025-02-21T22:45:10.705Z[ host-image] Feb 21 22:45:08.689 INFO O| Feb 21 22:45:08.689 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
95332025-02-21T22:45:10.758Z[ host-image] Feb 21 22:45:08.741 INFO O| Feb 21 22:45:08.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
95342025-02-21T22:45:10.759Z[ host-image] Feb 21 22:45:08.742 INFO O| Feb 21 22:45:08.741 INFO ok!
95352025-02-21T22:45:10.759Z[ host-image] Feb 21 22:45:08.742 INFO O| Feb 21 22:45:08.741 INFO STEP 57 (ensure_file) COMPLETE
95362025-02-21T22:45:10.759Z[ host-image] Feb 21 22:45:08.742 INFO O| Feb 21 22:45:08.741 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95372025-02-21T22:45:10.791Z[ host-image] Feb 21 22:45:08.775 INFO O| Feb 21 22:45:08.774 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
95382025-02-21T22:45:10.791Z[ host-image] Feb 21 22:45:08.775 INFO O| Feb 21 22:45:08.775 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
95392025-02-21T22:45:12.282Z[ host-image] Feb 21 22:45:10.265 INFO O| Feb 21 22:45:10.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
95402025-02-21T22:45:12.282Z[ host-image] Feb 21 22:45:10.265 INFO O| Feb 21 22:45:10.265 INFO ok!
95412025-02-21T22:45:12.285Z[ host-image] Feb 21 22:45:10.265 INFO O| Feb 21 22:45:10.265 INFO STEP 58 (ensure_file) COMPLETE
95422025-02-21T22:45:12.285Z[ host-image] Feb 21 22:45:10.265 INFO O| Feb 21 22:45:10.265 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95432025-02-21T22:45:12.306Z[ host-image] Feb 21 22:45:10.289 INFO O| Feb 21 22:45:10.289 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95442025-02-21T22:45:12.306Z[ host-image] Feb 21 22:45:10.289 INFO O| Feb 21 22:45:10.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95452025-02-21T22:45:12.306Z[ host-image] Feb 21 22:45:10.289 INFO O| Feb 21 22:45:10.289 INFO STEP 59 (ensure_dir) COMPLETE
95462025-02-21T22:45:12.308Z[ host-image] Feb 21 22:45:10.289 INFO O| Feb 21 22:45:10.289 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472025-02-21T22:45:12.331Z[ host-image] Feb 21 22:45:10.314 INFO O| Feb 21 22:45:10.314 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95482025-02-21T22:45:12.331Z[ host-image] Feb 21 22:45:10.314 INFO O| Feb 21 22:45:10.314 INFO copying /tmp/.tmpguEzOU/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 ...
95492025-02-21T22:45:12.334Z[ host-image] Feb 21 22:45:10.315 INFO O| Feb 21 22:45:10.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
95502025-02-21T22:45:12.334Z[ host-image] Feb 21 22:45:10.315 INFO O| Feb 21 22:45:10.314 INFO ok!
95512025-02-21T22:45:12.334Z[ host-image] Feb 21 22:45:10.315 INFO O| Feb 21 22:45:10.315 INFO STEP 60 (ensure_file) COMPLETE
95522025-02-21T22:45:12.334Z[ host-image] Feb 21 22:45:10.315 INFO O| Feb 21 22:45:10.315 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532025-02-21T22:45:12.363Z[ host-image] Feb 21 22:45:10.345 INFO O| Feb 21 22:45:10.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95542025-02-21T22:45:12.363Z[ host-image] Feb 21 22:45:10.345 INFO O| Feb 21 22:45:10.345 INFO copying /tmp/.tmpguEzOU/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 ...
95552025-02-21T22:45:12.366Z[ host-image] Feb 21 22:45:10.345 INFO O| Feb 21 22:45:10.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
95562025-02-21T22:45:12.366Z[ host-image] Feb 21 22:45:10.345 INFO O| Feb 21 22:45:10.345 INFO ok!
95572025-02-21T22:45:12.366Z[ host-image] Feb 21 22:45:10.345 INFO O| Feb 21 22:45:10.345 INFO STEP 61 (ensure_file) COMPLETE
95582025-02-21T22:45:12.366Z[ host-image] Feb 21 22:45:10.345 INFO O| Feb 21 22:45:10.345 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592025-02-21T22:45:12.399Z[ host-image] Feb 21 22:45:10.382 INFO O| Feb 21 22:45:10.382 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95602025-02-21T22:45:12.399Z[ host-image] Feb 21 22:45:10.382 INFO O| Feb 21 22:45:10.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95612025-02-21T22:45:12.399Z[ host-image] Feb 21 22:45:10.382 INFO O| Feb 21 22:45:10.382 INFO STEP 62 (ensure_dir) COMPLETE
95622025-02-21T22:45:12.402Z[ host-image] Feb 21 22:45:10.382 INFO O| Feb 21 22:45:10.382 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95632025-02-21T22:45:12.437Z[ host-image] Feb 21 22:45:10.420 INFO O| Feb 21 22:45:10.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95642025-02-21T22:45:12.437Z[ host-image] Feb 21 22:45:10.420 INFO O| Feb 21 22:45:10.420 INFO copying /tmp/.tmpguEzOU/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 ...
95652025-02-21T22:45:12.440Z[ host-image] Feb 21 22:45:10.421 INFO O| Feb 21 22:45:10.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95662025-02-21T22:45:12.440Z[ host-image] Feb 21 22:45:10.421 INFO O| Feb 21 22:45:10.421 INFO ok!
95672025-02-21T22:45:12.440Z[ host-image] Feb 21 22:45:10.421 INFO O| Feb 21 22:45:10.421 INFO STEP 63 (ensure_file) COMPLETE
95682025-02-21T22:45:12.440Z[ host-image] Feb 21 22:45:10.421 INFO O| Feb 21 22:45:10.421 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692025-02-21T22:45:12.479Z[ host-image] Feb 21 22:45:10.462 INFO O| Feb 21 22:45:10.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95702025-02-21T22:45:12.479Z[ host-image] Feb 21 22:45:10.462 INFO O| Feb 21 22:45:10.462 INFO copying /tmp/.tmpguEzOU/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 ...
95712025-02-21T22:45:12.482Z[ host-image] Feb 21 22:45:10.462 INFO O| Feb 21 22:45:10.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
95722025-02-21T22:45:12.482Z[ host-image] Feb 21 22:45:10.462 INFO O| Feb 21 22:45:10.462 INFO ok!
95732025-02-21T22:45:12.482Z[ host-image] Feb 21 22:45:10.462 INFO O| Feb 21 22:45:10.462 INFO STEP 64 (ensure_file) COMPLETE
95742025-02-21T22:45:12.482Z[ host-image] Feb 21 22:45:10.462 INFO O| Feb 21 22:45:10.462 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752025-02-21T22:45:12.502Z[ host-image] Feb 21 22:45:10.485 INFO O| Feb 21 22:45:10.485 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95762025-02-21T22:45:12.502Z[ host-image] Feb 21 22:45:10.486 INFO O| Feb 21 22:45:10.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95772025-02-21T22:45:12.502Z[ host-image] Feb 21 22:45:10.486 INFO O| Feb 21 22:45:10.486 INFO STEP 65 (ensure_dir) COMPLETE
95782025-02-21T22:45:12.505Z[ host-image] Feb 21 22:45:10.486 INFO O| Feb 21 22:45:10.486 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792025-02-21T22:45:12.525Z[ host-image] Feb 21 22:45:10.508 INFO O| Feb 21 22:45:10.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95802025-02-21T22:45:12.525Z[ host-image] Feb 21 22:45:10.508 INFO O| Feb 21 22:45:10.508 INFO copying /tmp/.tmpguEzOU/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 ...
95812025-02-21T22:45:12.525Z[ host-image] Feb 21 22:45:10.508 INFO O| Feb 21 22:45:10.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95822025-02-21T22:45:12.527Z[ host-image] Feb 21 22:45:10.508 INFO O| Feb 21 22:45:10.508 INFO ok!
95832025-02-21T22:45:12.527Z[ host-image] Feb 21 22:45:10.508 INFO O| Feb 21 22:45:10.508 INFO STEP 66 (ensure_file) COMPLETE
95842025-02-21T22:45:12.527Z[ host-image] Feb 21 22:45:10.508 INFO O| Feb 21 22:45:10.508 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95852025-02-21T22:45:12.558Z[ host-image] Feb 21 22:45:10.540 INFO O| Feb 21 22:45:10.540 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95862025-02-21T22:45:12.558Z[ host-image] Feb 21 22:45:10.540 INFO O| Feb 21 22:45:10.540 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
95872025-02-21T22:45:12.559Z[ host-image] Feb 21 22:45:10.541 INFO O| Feb 21 22:45:10.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
95882025-02-21T22:45:12.559Z[ host-image] Feb 21 22:45:10.541 INFO O| Feb 21 22:45:10.541 INFO ok!
95892025-02-21T22:45:12.562Z[ host-image] Feb 21 22:45:10.541 INFO O| Feb 21 22:45:10.541 INFO STEP 67 (ensure_file) COMPLETE
95902025-02-21T22:45:12.562Z[ host-image] Feb 21 22:45:10.541 INFO O| Feb 21 22:45:10.541 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95912025-02-21T22:45:12.578Z[ host-image] Feb 21 22:45:10.561 INFO O| Feb 21 22:45:10.561 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95922025-02-21T22:45:12.581Z[ host-image] Feb 21 22:45:10.562 INFO O| Feb 21 22:45:10.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95932025-02-21T22:45:12.581Z[ host-image] Feb 21 22:45:10.562 INFO O| Feb 21 22:45:10.562 INFO STEP 68 (ensure_dir) COMPLETE
95942025-02-21T22:45:12.581Z[ host-image] Feb 21 22:45:10.562 INFO O| Feb 21 22:45:10.562 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952025-02-21T22:45:12.597Z[ host-image] Feb 21 22:45:10.581 INFO O| Feb 21 22:45:10.581 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95962025-02-21T22:45:12.597Z[ host-image] Feb 21 22:45:10.581 INFO O| Feb 21 22:45:10.581 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95972025-02-21T22:45:14.054Z[ host-image] Feb 21 22:45:12.037 INFO O| Feb 21 22:45:12.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95982025-02-21T22:45:14.054Z[ host-image] Feb 21 22:45:12.037 INFO O| Feb 21 22:45:12.037 INFO ok!
95992025-02-21T22:45:14.054Z[ host-image] Feb 21 22:45:12.037 INFO O| Feb 21 22:45:12.037 INFO STEP 69 (ensure_file) COMPLETE
96002025-02-21T22:45:14.054Z[ host-image] Feb 21 22:45:12.037 INFO O| Feb 21 22:45:12.037 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96012025-02-21T22:45:14.093Z[ host-image] Feb 21 22:45:12.076 INFO O| Feb 21 22:45:12.076 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
96022025-02-21T22:45:14.094Z[ host-image] Feb 21 22:45:12.076 INFO O| Feb 21 22:45:12.076 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
96032025-02-21T22:45:16.616Z[ host-image] Feb 21 22:45:14.599 INFO O| Feb 21 22:45:14.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
96042025-02-21T22:45:16.616Z[ host-image] Feb 21 22:45:14.599 INFO O| Feb 21 22:45:14.599 INFO ok!
96052025-02-21T22:45:16.619Z[ host-image] Feb 21 22:45:14.599 INFO O| Feb 21 22:45:14.599 INFO STEP 70 (ensure_file) COMPLETE
96062025-02-21T22:45:16.619Z[ host-image] Feb 21 22:45:14.599 INFO O| Feb 21 22:45:14.599 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96072025-02-21T22:45:16.635Z[ host-image] Feb 21 22:45:14.618 INFO O| Feb 21 22:45:14.618 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96082025-02-21T22:45:16.635Z[ host-image] Feb 21 22:45:14.618 INFO O| Feb 21 22:45:14.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96092025-02-21T22:45:16.636Z[ host-image] Feb 21 22:45:14.618 INFO O| Feb 21 22:45:14.618 INFO STEP 71 (ensure_dir) COMPLETE
96102025-02-21T22:45:16.638Z[ host-image] Feb 21 22:45:14.618 INFO O| Feb 21 22:45:14.618 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96112025-02-21T22:45:16.653Z[ host-image] Feb 21 22:45:14.636 INFO O| Feb 21 22:45:14.636 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
96122025-02-21T22:45:16.653Z[ host-image] Feb 21 22:45:14.636 INFO O| Feb 21 22:45:14.636 INFO copying /tmp/.tmpguEzOU/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 ...
96132025-02-21T22:45:16.653Z[ host-image] Feb 21 22:45:14.636 INFO O| Feb 21 22:45:14.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
96142025-02-21T22:45:16.656Z[ host-image] Feb 21 22:45:14.636 INFO O| Feb 21 22:45:14.636 INFO ok!
96152025-02-21T22:45:16.656Z[ host-image] Feb 21 22:45:14.636 INFO O| Feb 21 22:45:14.636 INFO STEP 72 (ensure_file) COMPLETE
96162025-02-21T22:45:16.656Z[ host-image] Feb 21 22:45:14.636 INFO O| Feb 21 22:45:14.636 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96172025-02-21T22:45:16.697Z[ host-image] Feb 21 22:45:14.679 INFO O| Feb 21 22:45:14.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96182025-02-21T22:45:16.697Z[ host-image] Feb 21 22:45:14.679 INFO O| Feb 21 22:45:14.679 INFO copying /tmp/.tmpguEzOU/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 ...
96192025-02-21T22:45:16.700Z[ host-image] Feb 21 22:45:14.680 INFO O| Feb 21 22:45:14.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
96202025-02-21T22:45:16.700Z[ host-image] Feb 21 22:45:14.680 INFO O| Feb 21 22:45:14.680 INFO ok!
96212025-02-21T22:45:16.700Z[ host-image] Feb 21 22:45:14.680 INFO O| Feb 21 22:45:14.680 INFO STEP 73 (ensure_file) COMPLETE
96222025-02-21T22:45:16.700Z[ host-image] Feb 21 22:45:14.680 INFO O| Feb 21 22:45:14.680 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96232025-02-21T22:45:16.717Z[ host-image] Feb 21 22:45:14.700 INFO O| Feb 21 22:45:14.700 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96242025-02-21T22:45:16.717Z[ host-image] Feb 21 22:45:14.700 INFO O| Feb 21 22:45:14.700 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
96252025-02-21T22:45:16.720Z[ host-image] Feb 21 22:45:14.701 INFO O| Feb 21 22:45:14.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
96262025-02-21T22:45:16.720Z[ host-image] Feb 21 22:45:14.701 INFO O| Feb 21 22:45:14.701 INFO ok!
96272025-02-21T22:45:16.720Z[ host-image] Feb 21 22:45:14.701 INFO O| Feb 21 22:45:14.701 INFO STEP 74 (ensure_file) COMPLETE
96282025-02-21T22:45:16.720Z[ host-image] Feb 21 22:45:14.701 INFO O| Feb 21 22:45:14.701 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96292025-02-21T22:45:16.739Z[ host-image] Feb 21 22:45:14.721 INFO O| Feb 21 22:45:14.721 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
96302025-02-21T22:45:16.742Z[ host-image] Feb 21 22:45:14.721 INFO O| Feb 21 22:45:14.721 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
96312025-02-21T22:45:16.742Z[ host-image] Feb 21 22:45:14.722 INFO O| Feb 21 22:45:14.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
96322025-02-21T22:45:16.742Z[ host-image] Feb 21 22:45:14.722 INFO O| Feb 21 22:45:14.722 INFO ok!
96332025-02-21T22:45:16.742Z[ host-image] Feb 21 22:45:14.722 INFO O| Feb 21 22:45:14.722 INFO STEP 75 (ensure_file) COMPLETE
96342025-02-21T22:45:16.742Z[ host-image] Feb 21 22:45:14.722 INFO O| Feb 21 22:45:14.722 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96352025-02-21T22:45:16.763Z[ host-image] Feb 21 22:45:14.746 INFO O| Feb 21 22:45:14.746 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96362025-02-21T22:45:16.766Z[ host-image] Feb 21 22:45:14.746 INFO O| Feb 21 22:45:14.746 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96372025-02-21T22:45:16.766Z[ host-image] Feb 21 22:45:14.746 INFO O| Feb 21 22:45:14.746 INFO STEP 76 (ensure_dir) COMPLETE
96382025-02-21T22:45:16.766Z[ host-image] Feb 21 22:45:14.747 INFO O| Feb 21 22:45:14.746 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96392025-02-21T22:45:16.856Z[ host-image] Feb 21 22:45:14.838 INFO O| Feb 21 22:45:14.838 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
96402025-02-21T22:45:16.856Z[ host-image] Feb 21 22:45:14.838 INFO O| Feb 21 22:45:14.838 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
96412025-02-21T22:45:16.860Z[ host-image] Feb 21 22:45:14.843 INFO O| Feb 21 22:45:14.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
96422025-02-21T22:45:16.860Z[ host-image] Feb 21 22:45:14.843 INFO O| Feb 21 22:45:14.843 INFO ok!
96432025-02-21T22:45:16.861Z[ host-image] Feb 21 22:45:14.843 INFO O| Feb 21 22:45:14.843 INFO STEP 77 (ensure_file) COMPLETE
96442025-02-21T22:45:16.864Z[ host-image] Feb 21 22:45:14.843 INFO O| Feb 21 22:45:14.843 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96452025-02-21T22:45:16.882Z[ host-image] Feb 21 22:45:14.865 INFO O| Feb 21 22:45:14.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
96462025-02-21T22:45:16.883Z[ host-image] Feb 21 22:45:14.865 INFO O| Feb 21 22:45:14.865 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
96472025-02-21T22:45:16.883Z[ host-image] Feb 21 22:45:14.865 INFO O| Feb 21 22:45:14.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
96482025-02-21T22:45:16.883Z[ host-image] Feb 21 22:45:14.865 INFO O| Feb 21 22:45:14.865 INFO ok!
96492025-02-21T22:45:16.885Z[ host-image] Feb 21 22:45:14.865 INFO O| Feb 21 22:45:14.865 INFO STEP 78 (ensure_file) COMPLETE
96502025-02-21T22:45:16.886Z[ host-image] Feb 21 22:45:14.865 INFO O| Feb 21 22:45:14.865 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96512025-02-21T22:45:16.904Z[ host-image] Feb 21 22:45:14.887 INFO O| Feb 21 22:45:14.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
96522025-02-21T22:45:16.904Z[ host-image] Feb 21 22:45:14.887 INFO O| Feb 21 22:45:14.886 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
96532025-02-21T22:45:18.337Z[ recovery-image] Feb 21 22:45:16.319 INFO E| Compiling bitflags v1.3.2
96542025-02-21T22:45:18.337Z[ recovery-image] Feb 21 22:45:16.319 INFO E| Compiling log v0.4.22
96552025-02-21T22:45:18.343Z[ recovery-image] Feb 21 22:45:16.319 INFO E| Compiling plain v0.2.3
96562025-02-21T22:45:18.343Z[ recovery-image] Feb 21 22:45:16.319 INFO E| Compiling scroll v0.12.0
96572025-02-21T22:45:18.343Z[ recovery-image] Feb 21 22:45:16.319 INFO E| Compiling adler2 v2.0.0
96582025-02-21T22:45:18.343Z[ recovery-image] Feb 21 22:45:16.319 INFO E| Compiling bit_field v0.10.2
96592025-02-21T22:45:18.344Z[ recovery-image] Feb 21 22:45:16.320 INFO E| Compiling static_assertions v1.1.0
96602025-02-21T22:45:18.462Z[ recovery-image] Feb 21 22:45:16.443 INFO E| Compiling raw-cpuid v10.7.0
96612025-02-21T22:45:18.521Z[ recovery-image] Feb 21 22:45:16.503 INFO E| Compiling cpio_reader v0.1.1
96622025-02-21T22:45:18.588Z[ recovery-image] Feb 21 22:45:16.570 INFO E| Compiling bitstruct v0.1.1
96632025-02-21T22:45:18.739Z[ recovery-image] Feb 21 22:45:16.721 INFO E| Compiling miniz_oxide v0.8.0
96642025-02-21T22:45:18.949Z[ host-image] Feb 21 22:45:16.932 INFO O| Feb 21 22:45:16.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
96652025-02-21T22:45:18.949Z[ host-image] Feb 21 22:45:16.932 INFO O| Feb 21 22:45:16.931 INFO ok!
96662025-02-21T22:45:18.952Z[ host-image] Feb 21 22:45:16.932 INFO O| Feb 21 22:45:16.931 INFO STEP 79 (ensure_file) COMPLETE
96672025-02-21T22:45:18.952Z[ host-image] Feb 21 22:45:16.932 INFO O| Feb 21 22:45:16.932 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96682025-02-21T22:45:19.007Z[ host-image] Feb 21 22:45:16.989 INFO O| Feb 21 22:45:16.989 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96692025-02-21T22:45:19.007Z[ host-image] Feb 21 22:45:16.989 INFO O| Feb 21 22:45:16.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96702025-02-21T22:45:19.010Z[ host-image] Feb 21 22:45:16.989 INFO O| Feb 21 22:45:16.989 INFO STEP 80 (ensure_dir) COMPLETE
96712025-02-21T22:45:19.010Z[ host-image] Feb 21 22:45:16.990 INFO O| Feb 21 22:45:16.989 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722025-02-21T22:45:19.099Z[ host-image] Feb 21 22:45:17.081 INFO O| Feb 21 22:45:17.081 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96732025-02-21T22:45:19.101Z[ host-image] Feb 21 22:45:17.081 INFO O| Feb 21 22:45:17.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96742025-02-21T22:45:19.101Z[ host-image] Feb 21 22:45:17.081 INFO O| Feb 21 22:45:17.081 INFO STEP 81 (ensure_dir) COMPLETE
96752025-02-21T22:45:19.101Z[ host-image] Feb 21 22:45:17.081 INFO O| Feb 21 22:45:17.081 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96762025-02-21T22:45:19.154Z[ host-image] Feb 21 22:45:17.136 INFO O| Feb 21 22:45:17.136 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96772025-02-21T22:45:19.154Z[ host-image] Feb 21 22:45:17.136 INFO O| Feb 21 22:45:17.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96782025-02-21T22:45:19.156Z[ host-image] Feb 21 22:45:17.136 INFO O| Feb 21 22:45:17.136 INFO STEP 82 (ensure_dir) COMPLETE
96792025-02-21T22:45:19.156Z[ host-image] Feb 21 22:45:17.136 INFO O| Feb 21 22:45:17.136 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802025-02-21T22:45:19.191Z[ host-image] Feb 21 22:45:17.173 INFO O| Feb 21 22:45:17.173 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96812025-02-21T22:45:19.191Z[ host-image] Feb 21 22:45:17.173 INFO O| Feb 21 22:45:17.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96822025-02-21T22:45:19.191Z[ host-image] Feb 21 22:45:17.173 INFO O| Feb 21 22:45:17.173 INFO STEP 83 (ensure_dir) COMPLETE
96832025-02-21T22:45:19.194Z[ host-image] Feb 21 22:45:17.173 INFO O| Feb 21 22:45:17.173 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842025-02-21T22:45:19.234Z[ host-image] Feb 21 22:45:17.217 INFO O| Feb 21 22:45:17.217 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96852025-02-21T22:45:19.237Z[ host-image] Feb 21 22:45:17.217 INFO O| Feb 21 22:45:17.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96862025-02-21T22:45:19.237Z[ host-image] Feb 21 22:45:17.217 INFO O| Feb 21 22:45:17.217 INFO STEP 84 (ensure_dir) COMPLETE
96872025-02-21T22:45:19.237Z[ host-image] Feb 21 22:45:17.217 INFO O| Feb 21 22:45:17.217 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96882025-02-21T22:45:19.367Z[ host-image] Feb 21 22:45:17.349 INFO O| Feb 21 22:45:17.349 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
96892025-02-21T22:45:19.367Z[ host-image] Feb 21 22:45:17.349 INFO O| Feb 21 22:45:17.349 INFO copying /tmp/.tmpguEzOU/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 ...
96902025-02-21T22:45:19.370Z[ host-image] Feb 21 22:45:17.350 INFO O| Feb 21 22:45:17.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96912025-02-21T22:45:19.370Z[ host-image] Feb 21 22:45:17.350 INFO O| Feb 21 22:45:17.350 INFO ok!
96922025-02-21T22:45:19.370Z[ host-image] Feb 21 22:45:17.350 INFO O| Feb 21 22:45:17.350 INFO STEP 85 (ensure_file) COMPLETE
96932025-02-21T22:45:19.370Z[ host-image] Feb 21 22:45:17.350 INFO O| Feb 21 22:45:17.350 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96942025-02-21T22:45:19.467Z[ host-image] Feb 21 22:45:17.449 INFO O| Feb 21 22:45:17.449 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96952025-02-21T22:45:19.467Z[ host-image] Feb 21 22:45:17.449 INFO O| Feb 21 22:45:17.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96962025-02-21T22:45:19.467Z[ host-image] Feb 21 22:45:17.449 INFO O| Feb 21 22:45:17.449 INFO STEP 86 (ensure_dir) COMPLETE
96972025-02-21T22:45:19.470Z[ host-image] Feb 21 22:45:17.449 INFO O| Feb 21 22:45:17.449 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982025-02-21T22:45:19.589Z[ host-image] Feb 21 22:45:17.571 INFO O| Feb 21 22:45:17.571 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96992025-02-21T22:45:19.589Z[ host-image] Feb 21 22:45:17.571 INFO O| Feb 21 22:45:17.571 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97002025-02-21T22:45:19.589Z[ host-image] Feb 21 22:45:17.572 INFO O| Feb 21 22:45:17.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97012025-02-21T22:45:19.592Z[ host-image] Feb 21 22:45:17.572 INFO O| Feb 21 22:45:17.572 INFO ok!
97022025-02-21T22:45:19.592Z[ host-image] Feb 21 22:45:17.572 INFO O| Feb 21 22:45:17.572 INFO STEP 87 (ensure_file) COMPLETE
97032025-02-21T22:45:19.593Z[ host-image] Feb 21 22:45:17.572 INFO O| Feb 21 22:45:17.572 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042025-02-21T22:45:19.643Z[ host-image] Feb 21 22:45:17.625 INFO O| Feb 21 22:45:17.625 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97052025-02-21T22:45:19.648Z[ host-image] Feb 21 22:45:17.625 INFO O| Feb 21 22:45:17.625 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97062025-02-21T22:45:20.158Z[ recovery-image] Feb 21 22:45:18.140 INFO E| Compiling goblin v0.8.2
97072025-02-21T22:45:20.174Z[ host-image] Feb 21 22:45:18.156 INFO O| Feb 21 22:45:18.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97082025-02-21T22:45:20.174Z[ host-image] Feb 21 22:45:18.156 INFO O| Feb 21 22:45:18.156 INFO ok!
97092025-02-21T22:45:20.177Z[ host-image] Feb 21 22:45:18.156 INFO O| Feb 21 22:45:18.156 INFO STEP 88 (ensure_file) COMPLETE
97102025-02-21T22:45:20.177Z[ host-image] Feb 21 22:45:18.156 INFO O| Feb 21 22:45:18.156 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97112025-02-21T22:45:20.195Z[ host-image] Feb 21 22:45:18.177 INFO O| Feb 21 22:45:18.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97122025-02-21T22:45:20.195Z[ host-image] Feb 21 22:45:18.177 INFO O| Feb 21 22:45:18.177 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97132025-02-21T22:45:20.227Z[ host-image] Feb 21 22:45:18.206 INFO O| Feb 21 22:45:18.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97142025-02-21T22:45:20.227Z[ host-image] Feb 21 22:45:18.206 INFO O| Feb 21 22:45:18.206 INFO ok!
97152025-02-21T22:45:20.231Z[ host-image] Feb 21 22:45:18.206 INFO O| Feb 21 22:45:18.206 INFO STEP 89 (ensure_file) COMPLETE
97162025-02-21T22:45:20.231Z[ host-image] Feb 21 22:45:18.206 INFO O| Feb 21 22:45:18.206 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97172025-02-21T22:45:20.273Z[ host-image] Feb 21 22:45:18.255 INFO O| Feb 21 22:45:18.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97182025-02-21T22:45:20.273Z[ host-image] Feb 21 22:45:18.255 INFO O| Feb 21 22:45:18.255 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
97192025-02-21T22:45:20.276Z[ host-image] Feb 21 22:45:18.256 INFO O| Feb 21 22:45:18.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
97202025-02-21T22:45:20.276Z[ host-image] Feb 21 22:45:18.256 INFO O| Feb 21 22:45:18.256 INFO ok!
97212025-02-21T22:45:20.276Z[ host-image] Feb 21 22:45:18.256 INFO O| Feb 21 22:45:18.256 INFO STEP 90 (ensure_file) COMPLETE
97222025-02-21T22:45:20.276Z[ host-image] Feb 21 22:45:18.256 INFO O| Feb 21 22:45:18.256 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97232025-02-21T22:45:20.295Z[ host-image] Feb 21 22:45:18.277 INFO O| Feb 21 22:45:18.277 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97242025-02-21T22:45:20.298Z[ host-image] Feb 21 22:45:18.278 INFO O| Feb 21 22:45:18.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97252025-02-21T22:45:20.298Z[ host-image] Feb 21 22:45:18.278 INFO O| Feb 21 22:45:18.278 INFO STEP 91 (ensure_dir) COMPLETE
97262025-02-21T22:45:20.298Z[ host-image] Feb 21 22:45:18.278 INFO O| Feb 21 22:45:18.278 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272025-02-21T22:45:20.315Z[ host-image] Feb 21 22:45:18.297 INFO O| Feb 21 22:45:18.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
97282025-02-21T22:45:20.315Z[ host-image] Feb 21 22:45:18.297 INFO O| Feb 21 22:45:18.297 INFO copying /tmp/.tmpguEzOU/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 ...
97292025-02-21T22:45:20.319Z[ host-image] Feb 21 22:45:18.298 INFO O| Feb 21 22:45:18.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
97302025-02-21T22:45:20.319Z[ host-image] Feb 21 22:45:18.298 INFO O| Feb 21 22:45:18.298 INFO ok!
97312025-02-21T22:45:20.319Z[ host-image] Feb 21 22:45:18.298 INFO O| Feb 21 22:45:18.298 INFO STEP 92 (ensure_file) COMPLETE
97322025-02-21T22:45:20.319Z[ host-image] Feb 21 22:45:18.298 INFO O| Feb 21 22:45:18.298 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97332025-02-21T22:45:20.337Z[ host-image] Feb 21 22:45:18.319 INFO O| Feb 21 22:45:18.319 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
97342025-02-21T22:45:20.337Z[ host-image] Feb 21 22:45:18.319 INFO O| Feb 21 22:45:18.319 INFO copying /tmp/.tmpguEzOU/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 ...
97352025-02-21T22:45:20.340Z[ host-image] Feb 21 22:45:18.319 INFO O| Feb 21 22:45:18.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
97362025-02-21T22:45:20.340Z[ host-image] Feb 21 22:45:18.319 INFO O| Feb 21 22:45:18.319 INFO ok!
97372025-02-21T22:45:20.340Z[ host-image] Feb 21 22:45:18.319 INFO O| Feb 21 22:45:18.319 INFO STEP 93 (ensure_file) COMPLETE
97382025-02-21T22:45:20.340Z[ host-image] Feb 21 22:45:18.319 INFO O| Feb 21 22:45:18.319 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97392025-02-21T22:45:20.373Z[ host-image] Feb 21 22:45:18.355 INFO O| Feb 21 22:45:18.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
97402025-02-21T22:45:20.373Z[ host-image] Feb 21 22:45:18.355 INFO O| Feb 21 22:45:18.355 INFO copying /tmp/.tmpguEzOU/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 ...
97412025-02-21T22:45:20.377Z[ host-image] Feb 21 22:45:18.356 INFO O| Feb 21 22:45:18.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
97422025-02-21T22:45:20.377Z[ host-image] Feb 21 22:45:18.356 INFO O| Feb 21 22:45:18.356 INFO ok!
97432025-02-21T22:45:20.377Z[ host-image] Feb 21 22:45:18.356 INFO O| Feb 21 22:45:18.356 INFO STEP 94 (ensure_file) COMPLETE
97442025-02-21T22:45:20.377Z[ host-image] Feb 21 22:45:18.356 INFO O| Feb 21 22:45:18.356 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452025-02-21T22:45:20.480Z[ host-image] Feb 21 22:45:18.462 INFO O| Feb 21 22:45:18.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
97462025-02-21T22:45:20.481Z[ host-image] Feb 21 22:45:18.463 INFO O| Feb 21 22:45:18.462 INFO copying /tmp/.tmpguEzOU/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 ...
97472025-02-21T22:45:20.484Z[ host-image] Feb 21 22:45:18.463 INFO O| Feb 21 22:45:18.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
97482025-02-21T22:45:20.484Z[ host-image] Feb 21 22:45:18.463 INFO O| Feb 21 22:45:18.463 INFO ok!
97492025-02-21T22:45:20.484Z[ host-image] Feb 21 22:45:18.463 INFO O| Feb 21 22:45:18.463 INFO STEP 95 (ensure_file) COMPLETE
97502025-02-21T22:45:20.484Z[ host-image] Feb 21 22:45:18.463 INFO O| Feb 21 22:45:18.463 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512025-02-21T22:45:20.582Z[ host-image] Feb 21 22:45:18.564 INFO O| Feb 21 22:45:18.564 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
97522025-02-21T22:45:20.582Z[ host-image] Feb 21 22:45:18.564 INFO O| Feb 21 22:45:18.564 INFO copying /tmp/.tmpguEzOU/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 ...
97532025-02-21T22:45:20.582Z[ host-image] Feb 21 22:45:18.564 INFO O| Feb 21 22:45:18.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
97542025-02-21T22:45:20.582Z[ host-image] Feb 21 22:45:18.564 INFO O| Feb 21 22:45:18.564 INFO ok!
97552025-02-21T22:45:20.585Z[ host-image] Feb 21 22:45:18.565 INFO O| Feb 21 22:45:18.564 INFO STEP 96 (ensure_file) COMPLETE
97562025-02-21T22:45:20.585Z[ host-image] Feb 21 22:45:18.565 INFO O| Feb 21 22:45:18.565 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572025-02-21T22:45:20.642Z[ host-image] Feb 21 22:45:18.624 INFO O| Feb 21 22:45:18.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
97582025-02-21T22:45:20.642Z[ host-image] Feb 21 22:45:18.624 INFO O| Feb 21 22:45:18.624 INFO copying /tmp/.tmpguEzOU/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 ...
97592025-02-21T22:45:20.646Z[ host-image] Feb 21 22:45:18.624 INFO O| Feb 21 22:45:18.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
97602025-02-21T22:45:20.646Z[ host-image] Feb 21 22:45:18.624 INFO O| Feb 21 22:45:18.624 INFO ok!
97612025-02-21T22:45:20.646Z[ host-image] Feb 21 22:45:18.625 INFO O| Feb 21 22:45:18.624 INFO STEP 97 (ensure_file) COMPLETE
97622025-02-21T22:45:20.646Z[ host-image] Feb 21 22:45:18.625 INFO O| Feb 21 22:45:18.625 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632025-02-21T22:45:20.721Z[ host-image] Feb 21 22:45:18.703 INFO O| Feb 21 22:45:18.703 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
97642025-02-21T22:45:20.721Z[ host-image] Feb 21 22:45:18.703 INFO O| Feb 21 22:45:18.703 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
97652025-02-21T22:45:20.721Z[ host-image] Feb 21 22:45:18.703 INFO O| Feb 21 22:45:18.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
97662025-02-21T22:45:20.721Z[ host-image] Feb 21 22:45:18.703 INFO O| Feb 21 22:45:18.703 INFO ok!
97672025-02-21T22:45:20.721Z[ host-image] Feb 21 22:45:18.703 INFO O| Feb 21 22:45:18.703 INFO STEP 98 (ensure_file) COMPLETE
97682025-02-21T22:45:20.724Z[ host-image] Feb 21 22:45:18.703 INFO O| Feb 21 22:45:18.703 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692025-02-21T22:45:20.795Z[ host-image] Feb 21 22:45:18.777 INFO O| Feb 21 22:45:18.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
97702025-02-21T22:45:20.795Z[ host-image] Feb 21 22:45:18.777 INFO O| Feb 21 22:45:18.777 INFO copying /tmp/.tmpguEzOU/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 ...
97712025-02-21T22:45:20.798Z[ host-image] Feb 21 22:45:18.777 INFO O| Feb 21 22:45:18.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
97722025-02-21T22:45:20.798Z[ host-image] Feb 21 22:45:18.777 INFO O| Feb 21 22:45:18.777 INFO ok!
97732025-02-21T22:45:20.798Z[ host-image] Feb 21 22:45:18.777 INFO O| Feb 21 22:45:18.777 INFO STEP 99 (ensure_file) COMPLETE
97742025-02-21T22:45:20.798Z[ host-image] Feb 21 22:45:18.777 INFO O| Feb 21 22:45:18.777 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752025-02-21T22:45:20.828Z[ host-image] Feb 21 22:45:18.809 INFO O| Feb 21 22:45:18.809 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
97762025-02-21T22:45:20.828Z[ host-image] Feb 21 22:45:18.809 INFO O| Feb 21 22:45:18.809 INFO copying /tmp/.tmpguEzOU/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 ...
97772025-02-21T22:45:20.828Z[ host-image] Feb 21 22:45:18.809 INFO O| Feb 21 22:45:18.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
97782025-02-21T22:45:20.828Z[ host-image] Feb 21 22:45:18.809 INFO O| Feb 21 22:45:18.809 INFO ok!
97792025-02-21T22:45:20.828Z[ host-image] Feb 21 22:45:18.810 INFO O| Feb 21 22:45:18.809 INFO STEP 100 (ensure_file) COMPLETE
97802025-02-21T22:45:20.828Z[ host-image] Feb 21 22:45:18.810 INFO O| Feb 21 22:45:18.809 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97812025-02-21T22:45:20.847Z[ host-image] Feb 21 22:45:18.829 INFO O| Feb 21 22:45:18.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
97822025-02-21T22:45:20.847Z[ host-image] Feb 21 22:45:18.829 INFO O| Feb 21 22:45:18.829 INFO copying /tmp/.tmpguEzOU/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 ...
97832025-02-21T22:45:20.847Z[ host-image] Feb 21 22:45:18.829 INFO O| Feb 21 22:45:18.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
97842025-02-21T22:45:20.850Z[ host-image] Feb 21 22:45:18.829 INFO O| Feb 21 22:45:18.829 INFO ok!
97852025-02-21T22:45:20.850Z[ host-image] Feb 21 22:45:18.830 INFO O| Feb 21 22:45:18.829 INFO STEP 101 (ensure_file) COMPLETE
97862025-02-21T22:45:20.851Z[ host-image] Feb 21 22:45:18.830 INFO O| Feb 21 22:45:18.829 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872025-02-21T22:45:20.879Z[ host-image] Feb 21 22:45:18.861 INFO O| Feb 21 22:45:18.861 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
97882025-02-21T22:45:20.879Z[ host-image] Feb 21 22:45:18.862 INFO O| Feb 21 22:45:18.861 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
97892025-02-21T22:45:20.882Z[ host-image] Feb 21 22:45:18.862 INFO O| Feb 21 22:45:18.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
97902025-02-21T22:45:20.882Z[ host-image] Feb 21 22:45:18.862 INFO O| Feb 21 22:45:18.862 INFO ok!
97912025-02-21T22:45:20.882Z[ host-image] Feb 21 22:45:18.862 INFO O| Feb 21 22:45:18.862 INFO STEP 102 (ensure_file) COMPLETE
97922025-02-21T22:45:20.882Z[ host-image] Feb 21 22:45:18.862 INFO O| Feb 21 22:45:18.862 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932025-02-21T22:45:20.903Z[ host-image] Feb 21 22:45:18.885 INFO O| Feb 21 22:45:18.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
97942025-02-21T22:45:20.903Z[ host-image] Feb 21 22:45:18.885 INFO O| Feb 21 22:45:18.885 INFO copying /tmp/.tmpguEzOU/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 ...
97952025-02-21T22:45:20.906Z[ host-image] Feb 21 22:45:18.886 INFO O| Feb 21 22:45:18.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
97962025-02-21T22:45:20.906Z[ host-image] Feb 21 22:45:18.886 INFO O| Feb 21 22:45:18.886 INFO ok!
97972025-02-21T22:45:20.906Z[ host-image] Feb 21 22:45:18.886 INFO O| Feb 21 22:45:18.886 INFO STEP 103 (ensure_file) COMPLETE
97982025-02-21T22:45:20.906Z[ host-image] Feb 21 22:45:18.886 INFO O| Feb 21 22:45:18.886 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992025-02-21T22:45:20.984Z[ host-image] Feb 21 22:45:18.966 INFO O| Feb 21 22:45:18.966 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
98002025-02-21T22:45:20.984Z[ host-image] Feb 21 22:45:18.966 INFO O| Feb 21 22:45:18.966 INFO copying /tmp/.tmpguEzOU/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 ...
98012025-02-21T22:45:20.987Z[ host-image] Feb 21 22:45:18.966 INFO O| Feb 21 22:45:18.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
98022025-02-21T22:45:20.987Z[ host-image] Feb 21 22:45:18.966 INFO O| Feb 21 22:45:18.966 INFO ok!
98032025-02-21T22:45:20.987Z[ host-image] Feb 21 22:45:18.966 INFO O| Feb 21 22:45:18.966 INFO STEP 104 (ensure_file) COMPLETE
98042025-02-21T22:45:20.987Z[ host-image] Feb 21 22:45:18.966 INFO O| Feb 21 22:45:18.966 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052025-02-21T22:45:21.041Z[ host-image] Feb 21 22:45:19.023 INFO O| Feb 21 22:45:19.023 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
98062025-02-21T22:45:21.041Z[ host-image] Feb 21 22:45:19.023 INFO O| Feb 21 22:45:19.023 INFO copying /tmp/.tmpguEzOU/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 ...
98072025-02-21T22:45:21.044Z[ host-image] Feb 21 22:45:19.023 INFO O| Feb 21 22:45:19.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
98082025-02-21T22:45:21.044Z[ host-image] Feb 21 22:45:19.023 INFO O| Feb 21 22:45:19.023 INFO ok!
98092025-02-21T22:45:21.044Z[ host-image] Feb 21 22:45:19.023 INFO O| Feb 21 22:45:19.023 INFO STEP 105 (ensure_file) COMPLETE
98102025-02-21T22:45:21.044Z[ host-image] Feb 21 22:45:19.023 INFO O| Feb 21 22:45:19.023 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112025-02-21T22:45:21.072Z[ host-image] Feb 21 22:45:19.054 INFO O| Feb 21 22:45:19.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
98122025-02-21T22:45:21.073Z[ host-image] Feb 21 22:45:19.054 INFO O| Feb 21 22:45:19.054 INFO copying /tmp/.tmpguEzOU/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 ...
98132025-02-21T22:45:21.073Z[ host-image] Feb 21 22:45:19.055 INFO O| Feb 21 22:45:19.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
98142025-02-21T22:45:21.075Z[ host-image] Feb 21 22:45:19.055 INFO O| Feb 21 22:45:19.055 INFO ok!
98152025-02-21T22:45:21.075Z[ host-image] Feb 21 22:45:19.055 INFO O| Feb 21 22:45:19.055 INFO STEP 106 (ensure_file) COMPLETE
98162025-02-21T22:45:21.075Z[ host-image] Feb 21 22:45:19.055 INFO O| Feb 21 22:45:19.055 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98172025-02-21T22:45:21.127Z[ host-image] Feb 21 22:45:19.109 INFO O| Feb 21 22:45:19.109 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
98182025-02-21T22:45:21.127Z[ host-image] Feb 21 22:45:19.109 INFO O| Feb 21 22:45:19.109 INFO copying /tmp/.tmpguEzOU/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 ...
98192025-02-21T22:45:21.130Z[ host-image] Feb 21 22:45:19.110 INFO O| Feb 21 22:45:19.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
98202025-02-21T22:45:21.130Z[ host-image] Feb 21 22:45:19.110 INFO O| Feb 21 22:45:19.110 INFO ok!
98212025-02-21T22:45:21.130Z[ host-image] Feb 21 22:45:19.110 INFO O| Feb 21 22:45:19.110 INFO STEP 107 (ensure_file) COMPLETE
98222025-02-21T22:45:21.130Z[ host-image] Feb 21 22:45:19.110 INFO O| Feb 21 22:45:19.110 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232025-02-21T22:45:21.160Z[ host-image] Feb 21 22:45:19.142 INFO O| Feb 21 22:45:19.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
98242025-02-21T22:45:21.160Z[ host-image] Feb 21 22:45:19.142 INFO O| Feb 21 22:45:19.142 INFO copying /tmp/.tmpguEzOU/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 ...
98252025-02-21T22:45:21.163Z[ host-image] Feb 21 22:45:19.142 INFO O| Feb 21 22:45:19.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
98262025-02-21T22:45:21.163Z[ host-image] Feb 21 22:45:19.142 INFO O| Feb 21 22:45:19.142 INFO ok!
98272025-02-21T22:45:21.163Z[ host-image] Feb 21 22:45:19.142 INFO O| Feb 21 22:45:19.142 INFO STEP 108 (ensure_file) COMPLETE
98282025-02-21T22:45:21.163Z[ host-image] Feb 21 22:45:19.142 INFO O| Feb 21 22:45:19.142 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292025-02-21T22:45:21.181Z[ host-image] Feb 21 22:45:19.163 INFO O| Feb 21 22:45:19.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
98302025-02-21T22:45:21.183Z[ host-image] Feb 21 22:45:19.163 INFO O| Feb 21 22:45:19.163 INFO copying /tmp/.tmpguEzOU/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 ...
98312025-02-21T22:45:21.183Z[ host-image] Feb 21 22:45:19.163 INFO O| Feb 21 22:45:19.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
98322025-02-21T22:45:21.183Z[ host-image] Feb 21 22:45:19.163 INFO O| Feb 21 22:45:19.163 INFO ok!
98332025-02-21T22:45:21.183Z[ host-image] Feb 21 22:45:19.163 INFO O| Feb 21 22:45:19.163 INFO STEP 109 (ensure_file) COMPLETE
98342025-02-21T22:45:21.183Z[ host-image] Feb 21 22:45:19.163 INFO O| Feb 21 22:45:19.163 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352025-02-21T22:45:21.229Z[ host-image] Feb 21 22:45:19.207 INFO O| Feb 21 22:45:19.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
98362025-02-21T22:45:21.229Z[ host-image] Feb 21 22:45:19.208 INFO O| Feb 21 22:45:19.208 INFO copying /tmp/.tmpguEzOU/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 ...
98372025-02-21T22:45:21.234Z[ host-image] Feb 21 22:45:19.208 INFO O| Feb 21 22:45:19.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
98382025-02-21T22:45:21.235Z[ host-image] Feb 21 22:45:19.208 INFO O| Feb 21 22:45:19.208 INFO ok!
98392025-02-21T22:45:21.235Z[ host-image] Feb 21 22:45:19.208 INFO O| Feb 21 22:45:19.208 INFO STEP 110 (ensure_file) COMPLETE
98402025-02-21T22:45:21.235Z[ host-image] Feb 21 22:45:19.209 INFO O| Feb 21 22:45:19.208 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98412025-02-21T22:45:21.308Z[ host-image] Feb 21 22:45:19.290 INFO O| Feb 21 22:45:19.290 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
98422025-02-21T22:45:21.308Z[ host-image] Feb 21 22:45:19.290 INFO O| Feb 21 22:45:19.290 INFO copying /tmp/.tmpguEzOU/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 ...
98432025-02-21T22:45:21.311Z[ host-image] Feb 21 22:45:19.291 INFO O| Feb 21 22:45:19.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
98442025-02-21T22:45:21.311Z[ host-image] Feb 21 22:45:19.291 INFO O| Feb 21 22:45:19.291 INFO ok!
98452025-02-21T22:45:21.311Z[ host-image] Feb 21 22:45:19.291 INFO O| Feb 21 22:45:19.291 INFO STEP 111 (ensure_file) COMPLETE
98462025-02-21T22:45:21.311Z[ host-image] Feb 21 22:45:19.291 INFO O| Feb 21 22:45:19.291 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98472025-02-21T22:45:21.331Z[ host-image] Feb 21 22:45:19.313 INFO O| Feb 21 22:45:19.313 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
98482025-02-21T22:45:21.331Z[ host-image] Feb 21 22:45:19.313 INFO O| Feb 21 22:45:19.313 INFO copying /tmp/.tmpguEzOU/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 ...
98492025-02-21T22:45:21.334Z[ host-image] Feb 21 22:45:19.314 INFO O| Feb 21 22:45:19.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
98502025-02-21T22:45:21.334Z[ host-image] Feb 21 22:45:19.314 INFO O| Feb 21 22:45:19.314 INFO ok!
98512025-02-21T22:45:21.334Z[ host-image] Feb 21 22:45:19.314 INFO O| Feb 21 22:45:19.314 INFO STEP 112 (ensure_file) COMPLETE
98522025-02-21T22:45:21.334Z[ host-image] Feb 21 22:45:19.314 INFO O| Feb 21 22:45:19.314 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532025-02-21T22:45:21.372Z[ host-image] Feb 21 22:45:19.354 INFO O| Feb 21 22:45:19.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
98542025-02-21T22:45:21.372Z[ host-image] Feb 21 22:45:19.354 INFO O| Feb 21 22:45:19.354 INFO copying /tmp/.tmpguEzOU/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 ...
98552025-02-21T22:45:21.375Z[ host-image] Feb 21 22:45:19.354 INFO O| Feb 21 22:45:19.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
98562025-02-21T22:45:21.375Z[ host-image] Feb 21 22:45:19.355 INFO O| Feb 21 22:45:19.354 INFO ok!
98572025-02-21T22:45:21.375Z[ host-image] Feb 21 22:45:19.355 INFO O| Feb 21 22:45:19.354 INFO STEP 113 (ensure_file) COMPLETE
98582025-02-21T22:45:21.375Z[ host-image] Feb 21 22:45:19.355 INFO O| Feb 21 22:45:19.355 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592025-02-21T22:45:21.394Z[ host-image] Feb 21 22:45:19.376 INFO O| Feb 21 22:45:19.376 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
98602025-02-21T22:45:21.394Z[ host-image] Feb 21 22:45:19.376 INFO O| Feb 21 22:45:19.376 INFO copying /tmp/.tmpguEzOU/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 ...
98612025-02-21T22:45:21.397Z[ host-image] Feb 21 22:45:19.376 INFO O| Feb 21 22:45:19.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
98622025-02-21T22:45:21.397Z[ host-image] Feb 21 22:45:19.376 INFO O| Feb 21 22:45:19.376 INFO ok!
98632025-02-21T22:45:21.397Z[ host-image] Feb 21 22:45:19.376 INFO O| Feb 21 22:45:19.376 INFO STEP 114 (ensure_file) COMPLETE
98642025-02-21T22:45:21.397Z[ host-image] Feb 21 22:45:19.376 INFO O| Feb 21 22:45:19.376 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98652025-02-21T22:45:21.455Z[ host-image] Feb 21 22:45:19.437 INFO O| Feb 21 22:45:19.437 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
98662025-02-21T22:45:21.455Z[ host-image] Feb 21 22:45:19.437 INFO O| Feb 21 22:45:19.437 INFO copying /tmp/.tmpguEzOU/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 ...
98672025-02-21T22:45:21.458Z[ host-image] Feb 21 22:45:19.437 INFO O| Feb 21 22:45:19.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
98682025-02-21T22:45:21.458Z[ host-image] Feb 21 22:45:19.437 INFO O| Feb 21 22:45:19.437 INFO ok!
98692025-02-21T22:45:21.458Z[ host-image] Feb 21 22:45:19.437 INFO O| Feb 21 22:45:19.437 INFO STEP 115 (ensure_file) COMPLETE
98702025-02-21T22:45:21.458Z[ host-image] Feb 21 22:45:19.437 INFO O| Feb 21 22:45:19.437 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712025-02-21T22:45:21.476Z[ host-image] Feb 21 22:45:19.458 INFO O| Feb 21 22:45:19.458 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
98722025-02-21T22:45:21.476Z[ host-image] Feb 21 22:45:19.458 INFO O| Feb 21 22:45:19.458 INFO copying /tmp/.tmpguEzOU/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 ...
98732025-02-21T22:45:21.479Z[ host-image] Feb 21 22:45:19.458 INFO O| Feb 21 22:45:19.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
98742025-02-21T22:45:21.479Z[ host-image] Feb 21 22:45:19.458 INFO O| Feb 21 22:45:19.458 INFO ok!
98752025-02-21T22:45:21.479Z[ host-image] Feb 21 22:45:19.458 INFO O| Feb 21 22:45:19.458 INFO STEP 116 (ensure_file) COMPLETE
98762025-02-21T22:45:21.479Z[ host-image] Feb 21 22:45:19.458 INFO O| Feb 21 22:45:19.458 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98772025-02-21T22:45:21.497Z[ host-image] Feb 21 22:45:19.478 INFO O| Feb 21 22:45:19.478 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
98782025-02-21T22:45:21.497Z[ host-image] Feb 21 22:45:19.478 INFO O| Feb 21 22:45:19.478 INFO copying /tmp/.tmpguEzOU/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 ...
98792025-02-21T22:45:21.497Z[ host-image] Feb 21 22:45:19.478 INFO O| Feb 21 22:45:19.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
98802025-02-21T22:45:21.497Z[ host-image] Feb 21 22:45:19.478 INFO O| Feb 21 22:45:19.478 INFO ok!
98812025-02-21T22:45:21.498Z[ host-image] Feb 21 22:45:19.478 INFO O| Feb 21 22:45:19.478 INFO STEP 117 (ensure_file) COMPLETE
98822025-02-21T22:45:21.498Z[ host-image] Feb 21 22:45:19.478 INFO O| Feb 21 22:45:19.478 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832025-02-21T22:45:21.517Z[ host-image] Feb 21 22:45:19.499 INFO O| Feb 21 22:45:19.499 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
98842025-02-21T22:45:21.517Z[ host-image] Feb 21 22:45:19.499 INFO O| Feb 21 22:45:19.499 INFO copying /tmp/.tmpguEzOU/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 ...
98852025-02-21T22:45:21.517Z[ host-image] Feb 21 22:45:19.499 INFO O| Feb 21 22:45:19.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
98862025-02-21T22:45:21.517Z[ host-image] Feb 21 22:45:19.499 INFO O| Feb 21 22:45:19.499 INFO ok!
98872025-02-21T22:45:21.519Z[ host-image] Feb 21 22:45:19.499 INFO O| Feb 21 22:45:19.499 INFO STEP 118 (ensure_file) COMPLETE
98882025-02-21T22:45:21.519Z[ host-image] Feb 21 22:45:19.499 INFO O| Feb 21 22:45:19.499 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892025-02-21T22:45:21.572Z[ host-image] Feb 21 22:45:19.554 INFO O| Feb 21 22:45:19.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
98902025-02-21T22:45:21.572Z[ host-image] Feb 21 22:45:19.554 INFO O| Feb 21 22:45:19.554 INFO copying /tmp/.tmpguEzOU/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 ...
98912025-02-21T22:45:21.575Z[ host-image] Feb 21 22:45:19.554 INFO O| Feb 21 22:45:19.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
98922025-02-21T22:45:21.575Z[ host-image] Feb 21 22:45:19.554 INFO O| Feb 21 22:45:19.554 INFO ok!
98932025-02-21T22:45:21.575Z[ host-image] Feb 21 22:45:19.554 INFO O| Feb 21 22:45:19.554 INFO STEP 119 (ensure_file) COMPLETE
98942025-02-21T22:45:21.575Z[ host-image] Feb 21 22:45:19.554 INFO O| Feb 21 22:45:19.554 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952025-02-21T22:45:21.609Z[ host-image] Feb 21 22:45:19.591 INFO O| Feb 21 22:45:19.591 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
98962025-02-21T22:45:21.609Z[ host-image] Feb 21 22:45:19.591 INFO O| Feb 21 22:45:19.591 INFO copying /tmp/.tmpguEzOU/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 ...
98972025-02-21T22:45:21.611Z[ host-image] Feb 21 22:45:19.591 INFO O| Feb 21 22:45:19.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
98982025-02-21T22:45:21.612Z[ host-image] Feb 21 22:45:19.591 INFO O| Feb 21 22:45:19.591 INFO ok!
98992025-02-21T22:45:21.612Z[ host-image] Feb 21 22:45:19.591 INFO O| Feb 21 22:45:19.591 INFO STEP 120 (ensure_file) COMPLETE
99002025-02-21T22:45:21.612Z[ host-image] Feb 21 22:45:19.591 INFO O| Feb 21 22:45:19.591 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99012025-02-21T22:45:21.680Z[ host-image] Feb 21 22:45:19.661 INFO O| Feb 21 22:45:19.661 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
99022025-02-21T22:45:21.680Z[ host-image] Feb 21 22:45:19.661 INFO O| Feb 21 22:45:19.661 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
99032025-02-21T22:45:21.683Z[ host-image] Feb 21 22:45:19.662 INFO O| Feb 21 22:45:19.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
99042025-02-21T22:45:21.683Z[ host-image] Feb 21 22:45:19.662 INFO O| Feb 21 22:45:19.662 INFO ok!
99052025-02-21T22:45:21.683Z[ host-image] Feb 21 22:45:19.662 INFO O| Feb 21 22:45:19.662 INFO STEP 121 (ensure_file) COMPLETE
99062025-02-21T22:45:21.683Z[ host-image] Feb 21 22:45:19.662 INFO O| Feb 21 22:45:19.662 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072025-02-21T22:45:21.740Z[ host-image] Feb 21 22:45:19.722 INFO O| Feb 21 22:45:19.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
99082025-02-21T22:45:21.743Z[ host-image] Feb 21 22:45:19.722 INFO O| Feb 21 22:45:19.722 INFO copying /tmp/.tmpguEzOU/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 ...
99092025-02-21T22:45:21.743Z[ host-image] Feb 21 22:45:19.722 INFO O| Feb 21 22:45:19.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
99102025-02-21T22:45:21.743Z[ host-image] Feb 21 22:45:19.722 INFO O| Feb 21 22:45:19.722 INFO ok!
99112025-02-21T22:45:21.743Z[ host-image] Feb 21 22:45:19.722 INFO O| Feb 21 22:45:19.722 INFO STEP 122 (ensure_file) COMPLETE
99122025-02-21T22:45:21.743Z[ host-image] Feb 21 22:45:19.723 INFO O| Feb 21 22:45:19.722 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99132025-02-21T22:45:21.779Z[ host-image] Feb 21 22:45:19.761 INFO O| Feb 21 22:45:19.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
99142025-02-21T22:45:21.779Z[ host-image] Feb 21 22:45:19.761 INFO O| Feb 21 22:45:19.761 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
99152025-02-21T22:45:21.779Z[ host-image] Feb 21 22:45:19.761 INFO O| Feb 21 22:45:19.761 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
99162025-02-21T22:45:21.779Z[ host-image] Feb 21 22:45:19.761 INFO O| Feb 21 22:45:19.761 INFO ok!
99172025-02-21T22:45:21.779Z[ host-image] Feb 21 22:45:19.761 INFO O| Feb 21 22:45:19.761 INFO STEP 123 (ensure_file) COMPLETE
99182025-02-21T22:45:21.779Z[ host-image] Feb 21 22:45:19.761 INFO O| Feb 21 22:45:19.761 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99192025-02-21T22:45:21.821Z[ host-image] Feb 21 22:45:19.802 INFO O| Feb 21 22:45:19.802 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
99202025-02-21T22:45:21.821Z[ host-image] Feb 21 22:45:19.802 INFO O| Feb 21 22:45:19.802 INFO copying /tmp/.tmpguEzOU/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
99212025-02-21T22:45:35.069Z[ host-image] Feb 21 22:45:33.049 INFO O| Feb 21 22:45:33.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
99222025-02-21T22:45:35.069Z[ host-image] Feb 21 22:45:33.049 INFO O| Feb 21 22:45:33.048 INFO ok!
99232025-02-21T22:45:35.069Z[ host-image] Feb 21 22:45:33.049 INFO O| Feb 21 22:45:33.049 INFO STEP 124 (ensure_file) COMPLETE
99242025-02-21T22:45:35.072Z[ host-image] Feb 21 22:45:33.049 INFO O| Feb 21 22:45:33.049 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99252025-02-21T22:45:35.088Z[ host-image] Feb 21 22:45:33.068 INFO O| Feb 21 22:45:33.068 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
99262025-02-21T22:45:35.089Z[ host-image] Feb 21 22:45:33.068 INFO O| Feb 21 22:45:33.068 INFO STEP 125 (ensure_dir) COMPLETE
99272025-02-21T22:45:35.091Z[ host-image] Feb 21 22:45:33.069 INFO O| Feb 21 22:45:33.068 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99282025-02-21T22:45:35.128Z[ host-image] Feb 21 22:45:33.108 INFO O| Feb 21 22:45:33.108 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
99292025-02-21T22:45:35.128Z[ host-image] Feb 21 22:45:33.108 INFO O| Feb 21 22:45:33.108 INFO STEP 126 (ensure_dir) COMPLETE
99302025-02-21T22:45:35.131Z[ host-image] Feb 21 22:45:33.108 INFO O| Feb 21 22:45:33.108 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99312025-02-21T22:45:35.161Z[ host-image] Feb 21 22:45:33.141 INFO O| Feb 21 22:45:33.141 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
99322025-02-21T22:45:35.161Z[ host-image] Feb 21 22:45:33.141 INFO O| Feb 21 22:45:33.141 INFO STEP 127 (ensure_dir) COMPLETE
99332025-02-21T22:45:35.164Z[ host-image] Feb 21 22:45:33.141 INFO O| Feb 21 22:45:33.141 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99342025-02-21T22:45:35.180Z[ host-image] Feb 21 22:45:33.160 INFO O| Feb 21 22:45:33.160 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
99352025-02-21T22:45:35.180Z[ host-image] Feb 21 22:45:33.160 INFO O| Feb 21 22:45:33.160 INFO STEP 128 (ensure_dir) COMPLETE
99362025-02-21T22:45:35.183Z[ host-image] Feb 21 22:45:33.160 INFO O| Feb 21 22:45:33.160 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99372025-02-21T22:45:35.277Z[ host-image] Feb 21 22:45:33.256 INFO O| Feb 21 22:45:33.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
99382025-02-21T22:45:35.277Z[ host-image] Feb 21 22:45:33.257 INFO O| Feb 21 22:45:33.256 INFO copying /tmp/.tmpguEzOU/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 ...
99392025-02-21T22:45:35.277Z[ host-image] Feb 21 22:45:33.257 INFO O| Feb 21 22:45:33.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
99402025-02-21T22:45:35.277Z[ host-image] Feb 21 22:45:33.257 INFO O| Feb 21 22:45:33.257 INFO ok!
99412025-02-21T22:45:35.280Z[ host-image] Feb 21 22:45:33.257 INFO O| Feb 21 22:45:33.257 INFO STEP 129 (ensure_file) COMPLETE
99422025-02-21T22:45:35.280Z[ host-image] Feb 21 22:45:33.257 INFO O| Feb 21 22:45:33.257 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99432025-02-21T22:45:35.299Z[ host-image] Feb 21 22:45:33.279 INFO O| Feb 21 22:45:33.279 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
99442025-02-21T22:45:35.302Z[ host-image] Feb 21 22:45:33.280 INFO O| Feb 21 22:45:33.279 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
99452025-02-21T22:45:35.302Z[ host-image] Feb 21 22:45:33.280 INFO O| Feb 21 22:45:33.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
99462025-02-21T22:45:35.302Z[ host-image] Feb 21 22:45:33.280 INFO O| Feb 21 22:45:33.280 INFO STEP 130 (ensure_dir) COMPLETE
99472025-02-21T22:45:35.302Z[ host-image] Feb 21 22:45:33.280 INFO O| Feb 21 22:45:33.280 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99482025-02-21T22:45:35.323Z[ host-image] Feb 21 22:45:33.303 INFO O| Feb 21 22:45:33.303 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
99492025-02-21T22:45:35.326Z[ host-image] Feb 21 22:45:33.303 INFO O| Feb 21 22:45:33.303 INFO copying /tmp/.tmpguEzOU/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
99502025-02-21T22:45:35.326Z[ host-image] Feb 21 22:45:33.304 INFO O| Feb 21 22:45:33.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
99512025-02-21T22:45:35.326Z[ host-image] Feb 21 22:45:33.304 INFO O| Feb 21 22:45:33.304 INFO ok!
99522025-02-21T22:45:35.326Z[ host-image] Feb 21 22:45:33.304 INFO O| Feb 21 22:45:33.304 INFO STEP 131 (ensure_file) COMPLETE
99532025-02-21T22:45:35.326Z[ host-image] Feb 21 22:45:33.304 INFO O| Feb 21 22:45:33.304 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99542025-02-21T22:45:35.346Z[ host-image] Feb 21 22:45:33.326 INFO O| Feb 21 22:45:33.326 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
99552025-02-21T22:45:35.349Z[ host-image] Feb 21 22:45:33.326 INFO O| Feb 21 22:45:33.326 INFO STEP 132 (remove_files) COMPLETE
99562025-02-21T22:45:35.349Z[ host-image] Feb 21 22:45:33.326 INFO O| Feb 21 22:45:33.326 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99572025-02-21T22:45:35.421Z[ host-image] Feb 21 22:45:33.399 INFO O| Feb 21 22:45:33.399 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
99582025-02-21T22:45:35.424Z[ host-image] Feb 21 22:45:33.400 INFO O| Feb 21 22:45:33.400 INFO STEP 133 (remove_files) COMPLETE
99592025-02-21T22:45:35.424Z[ host-image] Feb 21 22:45:33.400 INFO O| Feb 21 22:45:33.400 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99602025-02-21T22:45:35.535Z[ host-image] Feb 21 22:45:33.460 INFO O| Feb 21 22:45:33.460 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
99612025-02-21T22:45:35.535Z[ host-image] Feb 21 22:45:33.461 INFO O| Feb 21 22:45:33.461 INFO STEP 134 (remove_files) COMPLETE
99622025-02-21T22:45:35.535Z[ host-image] Feb 21 22:45:33.461 INFO O| Feb 21 22:45:33.461 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99632025-02-21T22:45:35.535Z[ host-image] Feb 21 22:45:33.480 INFO O| Feb 21 22:45:33.480 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
99642025-02-21T22:45:35.538Z[ host-image] Feb 21 22:45:33.481 INFO O| Feb 21 22:45:33.481 INFO STEP 135 (remove_files) COMPLETE
99652025-02-21T22:45:35.538Z[ host-image] Feb 21 22:45:33.481 INFO O| Feb 21 22:45:33.481 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99662025-02-21T22:45:35.538Z[ host-image] Feb 21 22:45:33.500 INFO O| Feb 21 22:45:33.499 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
99672025-02-21T22:45:35.538Z[ host-image] Feb 21 22:45:33.500 INFO O| Feb 21 22:45:33.500 INFO STEP 136 (remove_files) COMPLETE
99682025-02-21T22:45:35.538Z[ host-image] Feb 21 22:45:33.500 INFO O| Feb 21 22:45:33.500 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99692025-02-21T22:45:35.541Z[ host-image] Feb 21 22:45:33.521 INFO O| Feb 21 22:45:33.521 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
99702025-02-21T22:45:35.544Z[ host-image] Feb 21 22:45:33.521 INFO O| Feb 21 22:45:33.521 INFO STEP 137 (remove_files) COMPLETE
99712025-02-21T22:45:35.544Z[ host-image] Feb 21 22:45:33.521 INFO O| Feb 21 22:45:33.521 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99722025-02-21T22:45:35.620Z[ host-image] Feb 21 22:45:33.599 INFO O| Feb 21 22:45:33.599 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
99732025-02-21T22:45:35.620Z[ host-image] Feb 21 22:45:33.600 INFO O| Feb 21 22:45:33.600 INFO STEP 138 (remove_files) COMPLETE
99742025-02-21T22:45:35.620Z[ host-image] Feb 21 22:45:33.600 INFO O| Feb 21 22:45:33.600 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99752025-02-21T22:45:35.665Z[ host-image] Feb 21 22:45:33.645 INFO O| Feb 21 22:45:33.644 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
99762025-02-21T22:45:35.668Z[ host-image] Feb 21 22:45:33.645 INFO O| Feb 21 22:45:33.645 INFO STEP 139 (remove_files) COMPLETE
99772025-02-21T22:45:35.668Z[ host-image] Feb 21 22:45:33.645 INFO O| Feb 21 22:45:33.645 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99782025-02-21T22:45:35.686Z[ host-image] Feb 21 22:45:33.665 INFO O| Feb 21 22:45:33.665 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
99792025-02-21T22:45:35.686Z[ host-image] Feb 21 22:45:33.665 INFO O| Feb 21 22:45:33.665 INFO STEP 140 (remove_files) COMPLETE
99802025-02-21T22:45:35.686Z[ host-image] Feb 21 22:45:33.665 INFO O| Feb 21 22:45:33.665 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99812025-02-21T22:45:35.706Z[ host-image] Feb 21 22:45:33.686 INFO O| Feb 21 22:45:33.685 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
99822025-02-21T22:45:35.706Z[ host-image] Feb 21 22:45:33.686 INFO O| Feb 21 22:45:33.686 INFO STEP 141 (remove_files) COMPLETE
99832025-02-21T22:45:35.706Z[ host-image] Feb 21 22:45:33.686 INFO O| Feb 21 22:45:33.686 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99842025-02-21T22:45:35.727Z[ host-image] Feb 21 22:45:33.706 INFO O| Feb 21 22:45:33.706 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
99852025-02-21T22:45:35.727Z[ host-image] Feb 21 22:45:33.706 INFO O| Feb 21 22:45:33.706 INFO STEP 142 (remove_files) COMPLETE
99862025-02-21T22:45:35.727Z[ host-image] Feb 21 22:45:33.706 INFO O| Feb 21 22:45:33.706 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99872025-02-21T22:45:35.747Z[ host-image] Feb 21 22:45:33.726 INFO O| Feb 21 22:45:33.726 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
99882025-02-21T22:45:35.747Z[ host-image] Feb 21 22:45:33.726 INFO O| Feb 21 22:45:33.726 INFO STEP 143 (remove_files) COMPLETE
99892025-02-21T22:45:35.747Z[ host-image] Feb 21 22:45:33.726 INFO O| Feb 21 22:45:33.726 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99902025-02-21T22:45:35.815Z[ host-image] Feb 21 22:45:33.794 INFO O| Feb 21 22:45:33.794 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
99912025-02-21T22:45:35.818Z[ host-image] Feb 21 22:45:33.794 INFO O| Feb 21 22:45:33.794 INFO STEP 144 (remove_files) COMPLETE
99922025-02-21T22:45:35.818Z[ host-image] Feb 21 22:45:33.794 INFO O| Feb 21 22:45:33.794 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99932025-02-21T22:45:35.837Z[ host-image] Feb 21 22:45:33.816 INFO O| Feb 21 22:45:33.816 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
99942025-02-21T22:45:35.839Z[ host-image] Feb 21 22:45:33.817 INFO O| Feb 21 22:45:33.817 INFO STEP 145 (remove_files) COMPLETE
99952025-02-21T22:45:35.840Z[ host-image] Feb 21 22:45:33.817 INFO O| Feb 21 22:45:33.817 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99962025-02-21T22:45:35.858Z[ host-image] Feb 21 22:45:33.837 INFO O| Feb 21 22:45:33.837 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
99972025-02-21T22:45:35.860Z[ host-image] Feb 21 22:45:33.838 INFO O| Feb 21 22:45:33.837 INFO STEP 146 (remove_files) COMPLETE
99982025-02-21T22:45:35.860Z[ host-image] Feb 21 22:45:33.838 INFO O| Feb 21 22:45:33.838 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99992025-02-21T22:45:35.878Z[ host-image] Feb 21 22:45:33.857 INFO O| Feb 21 22:45:33.857 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100002025-02-21T22:45:35.880Z[ host-image] Feb 21 22:45:33.858 INFO O| Feb 21 22:45:33.858 INFO STEP 147 (remove_files) COMPLETE
100012025-02-21T22:45:35.880Z[ host-image] Feb 21 22:45:33.858 INFO O| Feb 21 22:45:33.858 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100022025-02-21T22:45:35.897Z[ host-image] Feb 21 22:45:33.877 INFO O| Feb 21 22:45:33.877 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100032025-02-21T22:45:35.900Z[ host-image] Feb 21 22:45:33.877 INFO O| Feb 21 22:45:33.877 INFO STEP 148 (remove_files) COMPLETE
100042025-02-21T22:45:35.900Z[ host-image] Feb 21 22:45:33.877 INFO O| Feb 21 22:45:33.877 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100052025-02-21T22:45:35.916Z[ host-image] Feb 21 22:45:33.896 INFO O| Feb 21 22:45:33.896 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
100062025-02-21T22:45:35.918Z[ host-image] Feb 21 22:45:33.896 INFO O| Feb 21 22:45:33.896 INFO STEP 149 (remove_files) COMPLETE
100072025-02-21T22:45:35.918Z[ host-image] Feb 21 22:45:33.896 INFO O| Feb 21 22:45:33.896 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100082025-02-21T22:45:35.934Z[ host-image] Feb 21 22:45:33.914 INFO O| Feb 21 22:45:33.914 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100092025-02-21T22:45:35.937Z[ host-image] Feb 21 22:45:33.914 INFO O| Feb 21 22:45:33.914 INFO STEP 150 (remove_files) COMPLETE
100102025-02-21T22:45:35.937Z[ host-image] Feb 21 22:45:33.914 INFO O| Feb 21 22:45:33.914 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100112025-02-21T22:45:35.953Z[ host-image] Feb 21 22:45:33.933 INFO O| Feb 21 22:45:33.933 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100122025-02-21T22:45:35.953Z[ host-image] Feb 21 22:45:33.933 INFO O| Feb 21 22:45:33.933 INFO STEP 151 (remove_files) COMPLETE
100132025-02-21T22:45:35.956Z[ host-image] Feb 21 22:45:33.933 INFO O| Feb 21 22:45:33.933 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100142025-02-21T22:45:35.973Z[ host-image] Feb 21 22:45:33.952 INFO O| Feb 21 22:45:33.952 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
100152025-02-21T22:45:35.973Z[ host-image] Feb 21 22:45:33.952 INFO O| Feb 21 22:45:33.952 INFO STEP 152 (remove_files) COMPLETE
100162025-02-21T22:45:35.973Z[ host-image] Feb 21 22:45:33.952 INFO O| Feb 21 22:45:33.952 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100172025-02-21T22:45:36.101Z[ recovery-image] Feb 21 22:45:34.081 INFO E| Finished `release` profile [optimized] target(s) in 1m 31s
100182025-02-21T22:45:36.142Z[ host-image] Feb 21 22:45:34.120 INFO O| Feb 21 22:45:34.120 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
100192025-02-21T22:45:36.146Z[ recovery-image] Feb 21 22:45:34.121 INFO building host image...
100202025-02-21T22:45:36.146Z[ host-image] Feb 21 22:45:34.120 INFO O| Feb 21 22:45:34.120 INFO STEP 153 (remove_files) COMPLETE
100212025-02-21T22:45:36.146Z[ host-image] Feb 21 22:45:34.120 INFO O| Feb 21 22:45:34.120 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100222025-02-21T22:45:36.146Z[ recovery-image] Feb 21 22:45:34.121 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")
100232025-02-21T22:45:36.177Z[ host-image] Feb 21 22:45:34.156 INFO O| Feb 21 22:45:34.156 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
100242025-02-21T22:45:36.177Z[ host-image] Feb 21 22:45:34.156 INFO O| Feb 21 22:45:34.156 INFO STEP 154 (remove_files) COMPLETE
100252025-02-21T22:45:36.177Z[ host-image] Feb 21 22:45:34.156 INFO O| Feb 21 22:45:34.156 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100262025-02-21T22:45:36.215Z[ host-image] Feb 21 22:45:34.195 INFO O| Feb 21 22:45:34.195 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
100272025-02-21T22:45:36.218Z[ host-image] Feb 21 22:45:34.195 INFO O| Feb 21 22:45:34.195 INFO STEP 155 (remove_files) COMPLETE
100282025-02-21T22:45:36.218Z[ host-image] Feb 21 22:45:34.195 INFO O| Feb 21 22:45:34.195 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100292025-02-21T22:45:36.261Z[ host-image] Feb 21 22:45:34.241 INFO O| Feb 21 22:45:34.241 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
100302025-02-21T22:45:36.264Z[ host-image] Feb 21 22:45:34.241 INFO O| Feb 21 22:45:34.241 INFO STEP 156 (remove_files) COMPLETE
100312025-02-21T22:45:36.264Z[ host-image] Feb 21 22:45:34.241 INFO O| Feb 21 22:45:34.241 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100322025-02-21T22:45:36.282Z[ host-image] Feb 21 22:45:34.262 INFO O| Feb 21 22:45:34.262 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
100332025-02-21T22:45:36.286Z[ host-image] Feb 21 22:45:34.262 INFO O| Feb 21 22:45:34.262 INFO STEP 157 (remove_files) COMPLETE
100342025-02-21T22:45:36.288Z[ host-image] Feb 21 22:45:34.262 INFO O| Feb 21 22:45:34.262 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100352025-02-21T22:45:36.324Z[ host-image] Feb 21 22:45:34.300 INFO O| Feb 21 22:45:34.300 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
100362025-02-21T22:45:36.324Z[ host-image] Feb 21 22:45:34.300 INFO O| Feb 21 22:45:34.300 INFO STEP 158 (remove_files) COMPLETE
100372025-02-21T22:45:36.324Z[ host-image] Feb 21 22:45:34.300 INFO O| Feb 21 22:45:34.300 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100382025-02-21T22:45:36.362Z[ host-image] Feb 21 22:45:34.341 INFO O| Feb 21 22:45:34.341 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
100392025-02-21T22:45:36.367Z[ host-image] Feb 21 22:45:34.341 INFO O| Feb 21 22:45:34.341 INFO STEP 159 (remove_files) COMPLETE
100402025-02-21T22:45:36.367Z[ host-image] Feb 21 22:45:34.341 INFO O| Feb 21 22:45:34.341 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100412025-02-21T22:45:36.386Z[ host-image] Feb 21 22:45:34.365 INFO O| Feb 21 22:45:34.365 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
100422025-02-21T22:45:36.390Z[ host-image] Feb 21 22:45:34.365 INFO O| Feb 21 22:45:34.365 INFO STEP 160 (remove_files) COMPLETE
100432025-02-21T22:45:36.390Z[ host-image] Feb 21 22:45:34.366 INFO O| Feb 21 22:45:34.365 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
100442025-02-21T22:45:36.414Z[ host-image] Feb 21 22:45:34.393 INFO O| Feb 21 22:45:34.393 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
100452025-02-21T22:45:36.417Z[ host-image] Feb 21 22:45:34.394 INFO O| Feb 21 22:45:34.394 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_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
100462025-02-21T22:45:37.025Z[ recovery-image] Feb 21 22:45:35.004 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
100472025-02-21T22:45:39.451Z[ recovery-image] Feb 21 22:45:37.431 INFO image complete! materials are in "/work/os-recovery"
100482025-02-21T22:45:39.458Z[ recovery-image]
100492025-02-21T22:45:39.458Z[ recovery-image] real 11:20.532526729
100502025-02-21T22:45:39.461Z[ recovery-image] user 7:01.925683661
100512025-02-21T22:45:39.461Z[ recovery-image] sys 1:07.028662692
100522025-02-21T22:45:39.461Z[ recovery-image] trap 0.445021715
100532025-02-21T22:45:39.461Z[ recovery-image] tflt 0.509036008
100542025-02-21T22:45:39.461Z[ recovery-image] dflt 3.620355158
100552025-02-21T22:45:39.461Z[ recovery-image] kflt 0.008014654
100562025-02-21T22:45:39.461Z[ recovery-image] lock 27:59.516284089
100572025-02-21T22:45:39.461Z[ recovery-image] slp 1:09:07.297220755
100582025-02-21T22:45:39.461Z[ recovery-image] lat 5:43.393234395
100592025-02-21T22:45:39.461Z[ recovery-image] stop 14.507132705
100602025-02-21T22:45:39.461ZFeb 21 22:45:37.439 INFO [recovery-image] process exited with exit status: 0 (680.598321001s)
100612025-02-21T22:45:45.172Z[ host-image] Feb 21 22:45:43.150 INFO O| Feb 21 22:45:43.150 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
100622025-02-21T22:45:45.172Z[ host-image] Feb 21 22:45:43.150 INFO O| Feb 21 22:45:43.150 INFO E| svccfg: Loaded 74 smf(7) service descriptions
100632025-02-21T22:45:45.195Z[ host-image] Feb 21 22:45:43.171 INFO O| Feb 21 22:45:43.171 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"}
100642025-02-21T22:45:45.371Z[ host-image] Feb 21 22:45:43.349 INFO O| Feb 21 22:45:43.349 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
100652025-02-21T22:45:45.371Z[ host-image] Feb 21 22:45:43.349 INFO O| Feb 21 22:45:43.349 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
100662025-02-21T22:45:45.374Z[ host-image] Feb 21 22:45:43.351 INFO O| Feb 21 22:45:43.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
100672025-02-21T22:45:45.374Z[ host-image] Feb 21 22:45:43.352 INFO O| Feb 21 22:45:43.351 INFO ok!
100682025-02-21T22:45:45.374Z[ host-image] Feb 21 22:45:43.352 INFO O| Feb 21 22:45:43.352 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
100692025-02-21T22:45:45.374Z[ host-image] Feb 21 22:45:43.352 INFO O| Feb 21 22:45:43.352 INFO STEP 161 (seed_smf) COMPLETE
100702025-02-21T22:45:45.374Z[ host-image] Feb 21 22:45:43.352 INFO O| Feb 21 22:45:43.352 INFO steps complete; finalising image!
100712025-02-21T22:45:45.374Z[ host-image] Feb 21 22:45:43.352 INFO O| Feb 21 22:45:43.352 INFO TRIM POOL: TEMPORARY-gimlet-zfs
100722025-02-21T22:45:45.569Z[ host-image] Feb 21 22:45:43.548 INFO O| Feb 21 22:45:43.548 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Feb 21 22:45:43 2025)
100732025-02-21T22:45:45.782Z[ host-image] Feb 21 22:45:43.760 INFO O| Feb 21 22:45:43.760 INFO trim TEMPORARY-gimlet-zfs: (20% trimmed, started at Fri Feb 21 22:45:43 2025)
100742025-02-21T22:45:45.994Z[ host-image] Feb 21 22:45:43.972 INFO O| Feb 21 22:45:43.972 INFO trim TEMPORARY-gimlet-zfs: (69% trimmed, started at Fri Feb 21 22:45:43 2025)
100752025-02-21T22:45:46.205Z[ host-image] Feb 21 22:45:44.183 INFO O| Feb 21 22:45:44.183 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Fri Feb 21 22:45:43 2025)
100762025-02-21T22:45:46.452Z[ host-image] Feb 21 22:45:44.429 INFO O| Feb 21 22:45:44.429 INFO temporary pool has 721M used, 111M avail, 1.80x compressratio
100772025-02-21T22:45:46.452Z[ host-image] Feb 21 22:45:44.429 INFO O| Feb 21 22:45:44.429 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
100782025-02-21T22:45:47.053Z[ host-image] Feb 21 22:45:45.031 INFO O| Feb 21 22:45:45.031 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
100792025-02-21T22:45:47.055Z[ host-image] Feb 21 22:45:45.031 INFO O| Feb 21 22:45:45.031 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
100802025-02-21T22:45:49.032Z[ host-image] Feb 21 22:45:47.008 INFO O| Feb 21 22:45:47.008 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
100812025-02-21T22:45:49.032Z[ host-image] Feb 21 22:45:47.008 INFO O| Feb 21 22:45:47.008 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
100822025-02-21T22:45:49.032Z[ host-image] Feb 21 22:45:47.008 INFO O| Feb 21 22:45:47.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
100832025-02-21T22:45:49.032Z[ host-image] Feb 21 22:45:47.008 INFO O| Feb 21 22:45:47.008 INFO completed processing gimlet/zfs
100842025-02-21T22:45:49.032Z[ host-image] Feb 21 22:45:47.008 INFO O| Feb 21 22:45:47.008 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
100852025-02-21T22:45:58.245Z[ host-image] Feb 21 22:45:56.222 INFO O| Feb 21 22:45:56.221 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
100862025-02-21T22:45:58.400Z[ host-image] Feb 21 22:45:56.376 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
100872025-02-21T22:45:58.400Z[ host-image] Feb 21 22:45:56.376 INFO expanded image name: "ci 8728fad/${os_short_commit} 2025-02-21 22:10" -> "ci 8728fad/9fcb5ef 2025-02-21 22:10"
100882025-02-21T22:45:58.405Z[ host-image] Feb 21 22:45:56.376 INFO output artefacts stored in: "/work/os-host"
100892025-02-21T22:45:58.405Z[ host-image] Feb 21 22:45:56.376 INFO collecting git info from project "amd-firmware"...
100902025-02-21T22:45:58.423Z[ host-image] Feb 21 22:45:56.395 INFO collecting git info from project "chelsio-t6-roms"...
100912025-02-21T22:45:58.427Z[ host-image] Feb 21 22:45:56.403 INFO collecting git info from project "phbl"...
100922025-02-21T22:45:58.433Z[ host-image] Feb 21 22:45:56.410 INFO collecting git info from project "bootserver"...
100932025-02-21T22:45:58.441Z[ host-image] Feb 21 22:45:56.417 INFO collecting git info from project "pilot"...
100942025-02-21T22:45:58.455Z[ host-image] Feb 21 22:45:56.425 INFO collecting git info from project "amd-host-image-builder"...
100952025-02-21T22:45:58.496Z[ host-image] Feb 21 22:45:56.473 INFO collecting git info from project "image-builder"...
100962025-02-21T22:45:58.505Z[ host-image] Feb 21 22:45:56.481 INFO collecting git info from project "pinprick"...
100972025-02-21T22:45:58.516Z[ host-image] Feb 21 22:45:56.489 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
100982025-02-21T22:46:00.436Z[ host-image] Feb 21 22:45:58.411 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
100992025-02-21T22:46:01.148Z[ host-image] Feb 21 22:45:59.123 INFO creating Oxide boot image...
101002025-02-21T22:46:01.149Z[ host-image] Feb 21 22:45:59.123 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 8728fad/9fcb5ef 2025-02-21 22:10", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
101012025-02-21T22:46:03.550Z[ host-image] Feb 21 22:46:01.521 INFO O| ok, image written!
101022025-02-21T22:46:03.553Z[ host-image] Feb 21 22:46:01.522 INFO O| ok, boot_image_csum file written!
101032025-02-21T22:46:03.553Z[ host-image] Feb 21 22:46:01.526 INFO creating boot archive (CPIO)...
101042025-02-21T22:46:03.553Z[ host-image] Feb 21 22:46:01.526 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
101052025-02-21T22:46:03.566Z[ host-image] Feb 21 22:46:01.542 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
101062025-02-21T22:46:03.566Z[ host-image] Feb 21 22:46:01.542 INFO E| + outfile=/work/os-host/cpio
101072025-02-21T22:46:03.566Z[ host-image] Feb 21 22:46:01.542 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
101082025-02-21T22:46:03.570Z[ host-image] Feb 21 22:46:01.545 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
101092025-02-21T22:46:03.573Z[ host-image] Feb 21 22:46:01.546 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
101102025-02-21T22:46:03.634Z[ host-image] Feb 21 22:46:01.609 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
101112025-02-21T22:46:03.634Z[ host-image] Feb 21 22:46:01.609 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
101122025-02-21T22:46:03.645Z[ host-image] Feb 21 22:46:01.621 INFO creating compressed cpio/unix for nanobl-rs...
101132025-02-21T22:46:03.645Z[ host-image] Feb 21 22:46:01.621 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
101142025-02-21T22:46:04.188Z[ host-image] Feb 21 22:46:02.163 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
101152025-02-21T22:46:10.595Z[ host-image] Feb 21 22:46:08.569 INFO creating reset image...
101162025-02-21T22:46:10.595Z[ host-image] Feb 21 22:46:08.569 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
101172025-02-21T22:46:10.799Z[ host-image] Feb 21 22:46:08.770 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
101182025-02-21T22:46:10.823Z[ host-image] Feb 21 22:46:08.796 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
101192025-02-21T22:46:11.035Z[ host-image] Feb 21 22:46:09.009 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
101202025-02-21T22:46:14.821Z[ host-image] Feb 21 22:46:12.794 INFO E| Finished `release` profile [optimized] target(s) in 3.95s
101212025-02-21T22:46:14.839Z[ host-image] Feb 21 22:46:12.812 INFO building host image...
101222025-02-21T22:46:14.841Z[ host-image] Feb 21 22:46:12.812 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")
101232025-02-21T22:46:15.706Z[ host-image] Feb 21 22:46:13.678 INFO finishing image archive at "/work/os-host/os.tar.gz"...
101242025-02-21T22:47:34.588Z[ host-image] Feb 21 22:47:32.550 INFO image complete! materials are in "/work/os-host"
101252025-02-21T22:47:34.594Z[ host-image]
101262025-02-21T22:47:34.594Z[ host-image] real 13:53.184820691
101272025-02-21T22:47:34.597Z[ host-image] user 7:11.328720760
101282025-02-21T22:47:34.597Z[ host-image] sys 1:10.830504564
101292025-02-21T22:47:34.597Z[ host-image] trap 0.360614097
101302025-02-21T22:47:34.597Z[ host-image] tflt 0.034290827
101312025-02-21T22:47:34.597Z[ host-image] dflt 0.071155089
101322025-02-21T22:47:34.597Z[ host-image] kflt 0.033749075
101332025-02-21T22:47:34.598Z[ host-image] lock 8:08.555068858
101342025-02-21T22:47:34.598Z[ host-image] slp 1:11:33.189408340
101352025-02-21T22:47:34.598Z[ host-image] lat 3:26.740175721
101362025-02-21T22:47:34.598Z[ host-image] stop 1.135348356
101372025-02-21T22:47:34.598ZFeb 21 22:47:32.557 INFO [host-image] process exited with exit status: 0 (833.207542895s)
101382025-02-21T22:47:34.598ZFeb 21 22:47:32.557 INFO [tuf-repo] running task
101392025-02-21T22:48:07.027ZFeb 21 22:48:04.955 INFO assembling repository in `/tmp/tufaceousJ3iaaW`, component: OmicronRepoAssembler
101402025-02-21T22:48:34.023ZFeb 21 22:48:31.974 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
101412025-02-21T22:48:34.294ZFeb 21 22:48:32.247 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
101422025-02-21T22:48:41.718ZFeb 21 22:48:39.669 INFO [tuf-repo] task succeeded (67.111677632s)
101432025-02-21T22:49:08.395Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
101442025-02-21T22:50:43.518Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
101452025-02-21T22:51:04.220Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
101462025-02-21T22:51:07.042Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
101472025-02-21T22:56:34.827Z[verify-libraries] Finished `release` profile [optimized] target(s) in 22m 12s
101482025-02-21T22:56:35.309ZFeb 21 22:56:33.189 INFO [verify-libraries] process exited with exit status: 0 (1336.964876924s)
101492025-02-21T22:56:35.312ZFeb 21 22:56:33.189 INFO all jobs completed in 2784.801546355s
101502025-02-21T22:56:36.108Zprocess exited: duration 3443391 ms, exit code 0
 
101512025-02-21T22:56:36.131Zfound 33 output files
101522025-02-21T22:56:36.137Zuploading: /work/manifest.toml (13429 bytes)
101532025-02-21T22:56:37.146Zuploaded: /work/manifest.toml
101542025-02-21T22:56:37.146Zuploading: /work/repo.zip (2153934885 bytes)
101552025-02-21T22:57:29.594Zuploaded: /work/repo.zip
101562025-02-21T22:57:29.594Zuploading: /work/repo.zip.sha256.txt (65 bytes)
101572025-02-21T22:57:30.620Zuploaded: /work/repo.zip.sha256.txt
101582025-02-21T22:57:30.620Zuploading: /work/helios-setup.log (69013 bytes)
101592025-02-21T22:57:31.637Zuploaded: /work/helios-setup.log
101602025-02-21T22:57:31.638Zuploading: /work/host-image.log (199117 bytes)
101612025-02-21T22:57:32.678Zuploaded: /work/host-image.log
101622025-02-21T22:57:32.678Zuploading: /work/host-package.log (24050 bytes)
101632025-02-21T22:57:33.701Zuploaded: /work/host-package.log
101642025-02-21T22:57:33.701Zuploading: /work/host-target.log (101 bytes)
101652025-02-21T22:57:34.726Zuploaded: /work/host-target.log
101662025-02-21T22:57:34.726Zuploading: /work/omicron-package.log (6784 bytes)
101672025-02-21T22:57:35.755Zuploaded: /work/omicron-package.log
101682025-02-21T22:57:35.755Zuploading: /work/phbl-toolchain.log (881 bytes)
101692025-02-21T22:57:36.793Zuploaded: /work/phbl-toolchain.log
101702025-02-21T22:57:36.793Zuploading: /work/recovery-image.log (578493 bytes)
101712025-02-21T22:57:37.831Zuploaded: /work/recovery-image.log
101722025-02-21T22:57:37.831Zuploading: /work/recovery-package.log (1762 bytes)
101732025-02-21T22:57:38.841Zuploaded: /work/recovery-package.log
101742025-02-21T22:57:38.842Zuploading: /work/recovery-target.log (98 bytes)
101752025-02-21T22:57:39.859Zuploaded: /work/recovery-target.log
101762025-02-21T22:57:39.859Zuploading: /work/stamp-clickhouse.log (117 bytes)
101772025-02-21T22:57:40.875Zuploaded: /work/stamp-clickhouse.log
101782025-02-21T22:57:40.875Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
101792025-02-21T22:57:41.902Zuploaded: /work/stamp-clickhouse_keeper.log
101802025-02-21T22:57:41.902Zuploading: /work/stamp-cockroachdb.log (118 bytes)
101812025-02-21T22:57:42.926Zuploaded: /work/stamp-cockroachdb.log
101822025-02-21T22:57:42.926Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
101832025-02-21T22:57:43.942Zuploaded: /work/stamp-crucible-dtrace.log
101842025-02-21T22:57:43.942Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
101852025-02-21T22:57:44.959Zuploaded: /work/stamp-crucible-pantry-zone.log
101862025-02-21T22:57:44.960Zuploading: /work/stamp-crucible-zone.log (120 bytes)
101872025-02-21T22:57:45.975Zuploaded: /work/stamp-crucible-zone.log
101882025-02-21T22:57:45.975Zuploading: /work/stamp-external-dns.log (119 bytes)
101892025-02-21T22:57:46.984Zuploaded: /work/stamp-external-dns.log
101902025-02-21T22:57:46.984Zuploading: /work/stamp-installinator.log (103 bytes)
101912025-02-21T22:57:48.006Zuploaded: /work/stamp-installinator.log
101922025-02-21T22:57:48.006Zuploading: /work/stamp-internal-dns.log (119 bytes)
101932025-02-21T22:57:49.022Zuploaded: /work/stamp-internal-dns.log
101942025-02-21T22:57:49.022Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
101952025-02-21T22:57:50.061Zuploaded: /work/stamp-mg-ddm-gz.log
101962025-02-21T22:57:50.061Zuploading: /work/stamp-nexus.log (112 bytes)
101972025-02-21T22:57:51.128Zuploaded: /work/stamp-nexus.log
101982025-02-21T22:57:51.128Zuploading: /work/stamp-ntp.log (110 bytes)
101992025-02-21T22:57:52.244Zuploaded: /work/stamp-ntp.log
102002025-02-21T22:57:52.245Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
102012025-02-21T22:57:53.262Zuploaded: /work/stamp-omicron-sled-agent.log
102022025-02-21T22:57:53.262Zuploading: /work/stamp-overlay.log (114 bytes)
102032025-02-21T22:57:59.672Zuploaded: /work/stamp-overlay.log
102042025-02-21T22:57:59.672Zuploading: /work/stamp-oximeter.log (115 bytes)
102052025-02-21T22:58:00.771Zuploaded: /work/stamp-oximeter.log
102062025-02-21T22:58:00.771Zuploading: /work/stamp-oxlog.log (109 bytes)
102072025-02-21T22:58:01.796Zuploaded: /work/stamp-oxlog.log
102082025-02-21T22:58:01.796Zuploading: /work/stamp-probe.log (112 bytes)
102092025-02-21T22:58:02.815Zuploaded: /work/stamp-probe.log
102102025-02-21T22:58:02.815Zuploading: /work/stamp-propolis-server.log (122 bytes)
102112025-02-21T22:58:03.839Zuploaded: /work/stamp-propolis-server.log
102122025-02-21T22:58:03.839Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
102132025-02-21T22:58:04.861Zuploaded: /work/stamp-pumpkind-gz.log
102142025-02-21T22:58:04.861Zuploading: /work/stamp-switch-asic.log (118 bytes)
102152025-02-21T22:58:05.880Zuploaded: /work/stamp-switch-asic.log
102162025-02-21T22:58:05.880Zuploading: /work/verify-libraries.log (17218 bytes)
102172025-02-21T22:58:06.892Zuploaded: /work/verify-libraries.log