01JMQN4H539TYSW0MVD72851ZN: 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: 01JMQN4YYY3436FTWD1Z731MNE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-22T20:22:28.816Zjob assigned to worker 01JMQN55DSX92G54H4TYZ1DWRR [factory aws, i-099fbf66df43f490e] (queued for 59 s)
 
22025-02-22T20:22:37.227Zstarting task 0: "setup"
32025-02-22T20:22:37.234Z++ uname -s
42025-02-22T20:22:37.237Z+ kern=SunOS
52025-02-22T20:22:37.237Z+ build_user=build
62025-02-22T20:22:37.237Z+ build_uid=12345
72025-02-22T20:22:37.237Z+ work_dir=/work
82025-02-22T20:22:37.237Z+ input_dir=/input
92025-02-22T20:22:37.237Z+ [[ 0 == 12345 ]]
102025-02-22T20:22:37.237Z+ case "$kern" in
112025-02-22T20:22:37.237Z+ groupadd -g 12345 build
122025-02-22T20:22:37.240Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-22T20:22:39.248Z+ zfs create -o mountpoint=/work rpool/work
142025-02-22T20:22:39.366Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-22T20:22:39.368Z+ home_fs=zfs
162025-02-22T20:22:39.368Z+ [[ zfs == autofs ]]
172025-02-22T20:22:39.368Z+ mkdir -p /home/build
182025-02-22T20:22:39.371Z+ chown build:build /home/build /work
192025-02-22T20:22:40.372Z+ chmod 0700 /home/build /work
202025-02-22T20:22:40.375Zprocess exited: duration 3147 ms, exit code 0
 
212025-02-22T20:22:40.381Zstarting task 1: "rust-toolchain"
222025-02-22T20:22:40.386Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-22T20:22:40.386Z * rust toolchain channel = "1.85.0"
242025-02-22T20:22:40.386Z * rust toolchain profile = "default"
252025-02-22T20:22:40.386Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-22T20:22:40.386Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-22T20:22:40.386Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-22T20:22:40.388Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-22T20:22:40.388Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-22T20:22:40.510Zinfo: downloading installer
312025-02-22T20:22:41.904Zwarning: it looks like you have an existing installation of Rust at:
322025-02-22T20:22:41.904Zwarning: /opt/ooce/bin
332025-02-22T20:22:41.904Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-22T20:22:41.904Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-22T20:22:41.904Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-22T20:22:41.904Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-22T20:22:41.904Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-22T20:22:41.904Zerror: cannot install while Rust is installed
392025-02-22T20:22:41.904Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-22T20:22:41.931Zinfo: profile set to 'default'
412025-02-22T20:22:41.931Zinfo: default host triple is x86_64-unknown-illumos
422025-02-22T20:22:41.933Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-22T20:22:42.097Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-22T20:22:42.097Zinfo: downloading component 'cargo'
452025-02-22T20:22:42.975Zinfo: downloading component 'clippy'
462025-02-22T20:22:43.315Zinfo: downloading component 'rust-docs'
472025-02-22T20:22:44.652Zinfo: downloading component 'rust-std'
482025-02-22T20:22:46.614Zinfo: downloading component 'rustc'
492025-02-22T20:22:53.368Zinfo: downloading component 'rustfmt'
502025-02-22T20:22:53.620Zinfo: installing component 'cargo'
512025-02-22T20:22:54.438Zinfo: installing component 'clippy'
522025-02-22T20:22:54.822Zinfo: installing component 'rust-docs'
532025-02-22T20:22:56.587Zinfo: installing component 'rust-std'
542025-02-22T20:22:58.491Zinfo: installing component 'rustc'
552025-02-22T20:23:04.348Zinfo: installing component 'rustfmt'
562025-02-22T20:23:04.678Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-22T20:23:04.678Z
582025-02-22T20:23:05.047Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-22T20:23:05.047Z
602025-02-22T20:23:05.050Z
612025-02-22T20:23:05.050ZRust is installed now. Great!
622025-02-22T20:23:05.050Z
632025-02-22T20:23:05.050ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-22T20:23:05.050Zenvironment variable. This has not been done automatically.
652025-02-22T20:23:05.050Z
662025-02-22T20:23:05.050ZTo configure your current shell, you need to source
672025-02-22T20:23:05.050Zthe corresponding env file under $HOME/.cargo.
682025-02-22T20:23:05.050Z
692025-02-22T20:23:05.050ZThis is usually done by running one of the following (note the leading DOT):
702025-02-22T20:23:05.050Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-22T20:23:05.050Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-22T20:23:05.118Z+ rustup --version
732025-02-22T20:23:05.126Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-22T20:23:05.126Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-22T20:23:05.206Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-22T20:23:05.209Z+ cargo --version
772025-02-22T20:23:05.267Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-22T20:23:05.270Z+ rustc --version
792025-02-22T20:23:05.333Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-22T20:23:05.336Zprocess exited: duration 24955 ms, exit code 0
 
812025-02-22T20:23:05.342Zstarting task 2: "authentication"
822025-02-22T20:23:05.363Zprocess exited: duration 21 ms, exit code 0
 
832025-02-22T20:23:05.369Zstarting task 3: "clone repository"
842025-02-22T20:23:05.374Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-22T20:23:05.376Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-22T20:23:05.422ZCloning into '/work/oxidecomputer/omicron'...
872025-02-22T20:23:13.233Z+ cd /work/oxidecomputer/omicron
882025-02-22T20:23:13.233Z+ git fetch origin 7999177b3af7fc9123673b57374e082f135c5e93
892025-02-22T20:23:13.548ZFrom https://github.com/oxidecomputer/omicron
902025-02-22T20:23:13.548Z * branch 7999177b3af7fc9123673b57374e082f135c5e93 -> FETCH_HEAD
912025-02-22T20:23:13.558Z+ [[ -n expunge-and-decommission-disks-in-planner ]]
922025-02-22T20:23:13.561Z++ git branch --show-current
932025-02-22T20:23:13.563Z+ current=main
942025-02-22T20:23:13.563Z+ [[ main != expunge-and-decommission-disks-in-planner ]]
952025-02-22T20:23:13.563Z+ git branch -f expunge-and-decommission-disks-in-planner 7999177b3af7fc9123673b57374e082f135c5e93
962025-02-22T20:23:13.566Z+ git checkout -f expunge-and-decommission-disks-in-planner
972025-02-22T20:23:13.752ZSwitched to branch 'expunge-and-decommission-disks-in-planner'
982025-02-22T20:23:13.754Z+ git reset --hard 7999177b3af7fc9123673b57374e082f135c5e93
992025-02-22T20:23:13.781ZHEAD is now at 7999177b3 Merge branch 'main' into expunge-and-decommission-disks-in-planner
1002025-02-22T20:23:13.783Zprocess exited: duration 8413 ms, exit code 0
 
1012025-02-22T20:23:13.789Zstarting task 4: "build"
1022025-02-22T20:23:13.794Z+ source .github/buildomat/ci-env.sh
1032025-02-22T20:23:13.796Z++ export CARGO_TERM_COLOR=always
1042025-02-22T20:23:13.796Z++ CARGO_TERM_COLOR=always
1052025-02-22T20:23:13.797Z+ cargo --version
1062025-02-22T20:23:13.845Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-22T20:23:13.848Z+ rustc --version
1082025-02-22T20:23:13.910Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-22T20:23:13.913Z+ cargo tree --locked
1102025-02-22T20:23:14.146Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1112025-02-22T20:23:14.432Z Updating crates.io index
1122025-02-22T20:23:14.435Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1132025-02-22T20:23:15.030Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1142025-02-22T20:23:15.272Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152025-02-22T20:23:15.585Z Updating git repository `https://github.com/oxidecomputer/propolis`
1162025-02-22T20:23:16.623Z Updating git repository `https://github.com/oxidecomputer/crucible`
1172025-02-22T20:23:18.328Z Updating git repository `https://github.com/oxidecomputer/opte`
1182025-02-22T20:23:18.919Z Updating git repository `https://github.com/oxidecomputer/falcon`
1192025-02-22T20:23:19.732Z Updating git repository `https://github.com/oxidecomputer/clickward`
1202025-02-22T20:23:19.996Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1212025-02-22T20:23:20.443Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1222025-02-22T20:23:21.096Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1232025-02-22T20:23:21.602Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1242025-02-22T20:23:21.906Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252025-02-22T20:23:22.232Z Updating git repository `https://github.com/oxidecomputer/tofino`
1262025-02-22T20:23:22.488Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1272025-02-22T20:23:22.739Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1282025-02-22T20:23:22.952Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1292025-02-22T20:23:23.266Z Updating git repository `https://github.com/oxidecomputer/lldp`
1302025-02-22T20:23:23.598Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312025-02-22T20:23:23.909Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1322025-02-22T20:23:24.334Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332025-02-22T20:23:24.814Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1342025-02-22T20:23:25.096Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1352025-02-22T20:23:25.607Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1362025-02-22T20:23:25.979Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1372025-02-22T20:23:26.390Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382025-02-22T20:23:26.781Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1392025-02-22T20:23:27.068Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402025-02-22T20:23:27.318Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1412025-02-22T20:23:27.574Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1422025-02-22T20:23:29.045Z Downloading crates ...
1432025-02-22T20:23:29.132Z Downloaded adler2 v2.0.0
1442025-02-22T20:23:29.143Z Downloaded addr2line v0.24.2
1452025-02-22T20:23:29.152Z Downloaded async-object-pool v0.1.5
1462025-02-22T20:23:29.155Z Downloaded assert_matches v1.5.0
1472025-02-22T20:23:29.159Z Downloaded event-listener-strategy v0.5.2
1482025-02-22T20:23:29.162Z Downloaded fnv v1.0.7
1492025-02-22T20:23:29.162Z Downloaded async-stream-impl v0.3.6
1502025-02-22T20:23:29.167Z Downloaded atty v0.2.14
1512025-02-22T20:23:29.169Z Downloaded cfg_aliases v0.1.1
1522025-02-22T20:23:29.169Z Downloaded fallible-iterator v0.3.0
1532025-02-22T20:23:29.172Z Downloaded foreign-types-shared v0.3.1
1542025-02-22T20:23:29.172Z Downloaded assert-json-diff v2.0.2
1552025-02-22T20:23:29.174Z Downloaded fixedbitset v0.5.7
1562025-02-22T20:23:29.175Z Downloaded atomicwrites v0.4.4
1572025-02-22T20:23:29.177Z Downloaded foreign-types-shared v0.1.1
1582025-02-22T20:23:29.180Z Downloaded cfg_aliases v0.2.1
1592025-02-22T20:23:29.180Z Downloaded foreign-types v0.3.2
1602025-02-22T20:23:29.182Z Downloaded arrayref v0.3.9
1612025-02-22T20:23:29.187Z Downloaded async-channel v1.9.0
1622025-02-22T20:23:29.190Z Downloaded async-global-executor v2.4.1
1632025-02-22T20:23:29.192Z Downloaded anstyle-query v1.1.1
1642025-02-22T20:23:29.192Z Downloaded ascii-canvas v3.0.0
1652025-02-22T20:23:29.195Z Downloaded anes v0.1.6
1662025-02-22T20:23:29.197Z Downloaded http-range v0.1.5
1672025-02-22T20:23:29.197Z Downloaded array-init v0.0.4
1682025-02-22T20:23:29.200Z Downloaded fxhash v0.2.1
1692025-02-22T20:23:29.200Z Downloaded anstyle v1.0.10
1702025-02-22T20:23:29.203Z Downloaded http-body v1.0.1
1712025-02-22T20:23:29.206Z Downloaded byteorder v1.5.0
1722025-02-22T20:23:29.208Z Downloaded autocfg v1.4.0
1732025-02-22T20:23:29.209Z Downloaded equivalent v1.0.1
1742025-02-22T20:23:29.211Z Downloaded async-attributes v1.1.2
1752025-02-22T20:23:29.211Z Downloaded headers-core v0.3.0
1762025-02-22T20:23:29.211Z Downloaded blowfish v0.9.1
1772025-02-22T20:23:29.213Z Downloaded hubpack_derive v0.1.1
1782025-02-22T20:23:29.213Z Downloaded async-signal v0.2.10
1792025-02-22T20:23:29.216Z Downloaded cbc v0.1.2
1802025-02-22T20:23:29.218Z Downloaded cast v0.3.0
1812025-02-22T20:23:29.218Z Downloaded cargo_metadata v0.18.1
1822025-02-22T20:23:29.221Z Downloaded atomic-waker v1.1.2
1832025-02-22T20:23:29.221Z Downloaded guppy-workspace-hack v0.1.0
1842025-02-22T20:23:29.223Z Downloaded cassowary v0.3.0
1852025-02-22T20:23:29.224Z Downloaded blocking v1.6.1
1862025-02-22T20:23:29.226Z Downloaded float-cmp v0.10.0
1872025-02-22T20:23:29.226Z Downloaded bit-vec v0.6.3
1882025-02-22T20:23:29.229Z Downloaded bcrypt-pbkdf v0.10.0
1892025-02-22T20:23:29.231Z Downloaded foldhash v0.1.3
1902025-02-22T20:23:29.231Z Downloaded http-body-util v0.1.2
1912025-02-22T20:23:29.234Z Downloaded flagset v0.4.6
1922025-02-22T20:23:29.234Z Downloaded home v0.5.9
1932025-02-22T20:23:29.236Z Downloaded base16ct v0.2.0
1942025-02-22T20:23:29.236Z Downloaded hash32 v0.2.1
1952025-02-22T20:23:29.239Z Downloaded hostname v0.3.1
1962025-02-22T20:23:29.241Z Downloaded futures-core v0.3.31
1972025-02-22T20:23:29.241Z Downloaded num_threads v0.1.7
1982025-02-22T20:23:29.244Z Downloaded glob v0.3.2
1992025-02-22T20:23:29.244Z Downloaded fallible-iterator v0.2.0
2002025-02-22T20:23:29.247Z Downloaded httpdate v1.0.3
2012025-02-22T20:23:29.247Z Downloaded heck v0.4.1
2022025-02-22T20:23:29.249Z Downloaded async-executor v1.13.1
2032025-02-22T20:23:29.252Z Downloaded humantime v2.1.0
2042025-02-22T20:23:29.254Z Downloaded fragile v2.0.0
2052025-02-22T20:23:29.254Z Downloaded async-lock v3.4.0
2062025-02-22T20:23:29.257Z Downloaded oso-derive v0.27.3
2072025-02-22T20:23:29.259Z Downloaded hubpack v0.1.2
2082025-02-22T20:23:29.259Z Downloaded cargo-platform v0.1.8
2092025-02-22T20:23:29.262Z Downloaded buf-list v1.0.3
2102025-02-22T20:23:29.262Z Downloaded bcs v0.1.6
2112025-02-22T20:23:29.265Z Downloaded futures-sink v0.3.31
2122025-02-22T20:23:29.267Z Downloaded form_urlencoded v1.2.1
2132025-02-22T20:23:29.267Z Downloaded camino v1.1.9
2142025-02-22T20:23:29.269Z Downloaded hyper-tls v0.6.0
2152025-02-22T20:23:29.269Z Downloaded gethostname v0.5.0
2162025-02-22T20:23:29.272Z Downloaded blake2b_simd v1.0.2
2172025-02-22T20:23:29.274Z Downloaded hex v0.4.3
2182025-02-22T20:23:29.274Z Downloaded futures-timer v3.0.3
2192025-02-22T20:23:29.277Z Downloaded progenitor-client v0.9.1
2202025-02-22T20:23:29.277Z Downloaded phf_shared v0.10.0
2212025-02-22T20:23:29.279Z Downloaded futures-macro v0.3.31
2222025-02-22T20:23:29.279Z Downloaded cancel-safe-futures v0.1.5
2232025-02-22T20:23:29.282Z Downloaded heck v0.5.0
2242025-02-22T20:23:29.285Z Downloaded heck v0.3.3
2252025-02-22T20:23:29.285Z Downloaded paste v1.0.15
2262025-02-22T20:23:29.288Z Downloaded async-io v2.3.4
2272025-02-22T20:23:29.291Z Downloaded httparse v1.9.5
2282025-02-22T20:23:29.293Z Downloaded ahash v0.8.11
2292025-02-22T20:23:29.296Z Downloaded anyhow v1.0.96
2302025-02-22T20:23:29.300Z Downloaded getrandom v0.2.15
2312025-02-22T20:23:29.303Z Downloaded parking v2.2.1
2322025-02-22T20:23:29.305Z Downloaded fs-err v2.11.0
2332025-02-22T20:23:29.308Z Downloaded bzip2 v0.4.4
2342025-02-22T20:23:29.308Z Downloaded blake2 v0.10.6
2352025-02-22T20:23:29.310Z Downloaded sigpipe v0.1.3
2362025-02-22T20:23:29.313Z Downloaded signal-hook-tokio v0.3.1
2372025-02-22T20:23:29.313Z Downloaded tinyvec_macros v0.1.1
2382025-02-22T20:23:29.316Z Downloaded hyper-staticfile v0.10.1
2392025-02-22T20:23:29.316Z Downloaded percent-encoding v2.3.1
2402025-02-22T20:23:29.318Z Downloaded pbkdf2 v0.12.2
2412025-02-22T20:23:29.318Z Downloaded hyper-rustls v0.27.3
2422025-02-22T20:23:29.321Z Downloaded futures-io v0.3.31
2432025-02-22T20:23:29.323Z Downloaded hyper-rustls v0.26.0
2442025-02-22T20:23:29.326Z Downloaded proc-macro-crate v3.2.0
2452025-02-22T20:23:29.326Z Downloaded cfg-expr v0.18.0
2462025-02-22T20:23:29.328Z Downloaded proc-macro-crate v1.3.1
2472025-02-22T20:23:29.331Z Downloaded tower-service v0.3.3
2482025-02-22T20:23:29.331Z Downloaded httptest v0.16.3
2492025-02-22T20:23:29.333Z Downloaded usdt-attr-macro v0.5.0
2502025-02-22T20:23:29.333Z Downloaded globset v0.4.15
2512025-02-22T20:23:29.336Z Downloaded bytecount v0.6.8
2522025-02-22T20:23:29.338Z Downloaded write16 v1.0.0
2532025-02-22T20:23:29.338Z Downloaded bitflags v2.6.0
2542025-02-22T20:23:29.341Z Downloaded resolv-conf v0.7.0
2552025-02-22T20:23:29.344Z Downloaded phf_generator v0.11.2
2562025-02-22T20:23:29.346Z Downloaded base64ct v1.6.0
2572025-02-22T20:23:29.349Z Downloaded cstr-argument v0.1.2
2582025-02-22T20:23:29.349Z Downloaded allocator-api2 v0.2.18
2592025-02-22T20:23:29.351Z Downloaded highway v1.2.0
2602025-02-22T20:23:29.354Z Downloaded futures-channel v0.3.31
2612025-02-22T20:23:29.356Z Downloaded parking_lot v0.11.2
2622025-02-22T20:23:29.359Z Downloaded hmac v0.12.1
2632025-02-22T20:23:29.362Z Downloaded schemars_derive v0.8.21
2642025-02-22T20:23:29.362Z Downloaded arc-swap v1.7.1
2652025-02-22T20:23:29.365Z Downloaded signature v2.2.0
2662025-02-22T20:23:29.367Z Downloaded string_cache v0.8.7
2672025-02-22T20:23:29.370Z Downloaded slog-envlogger v2.2.0
2682025-02-22T20:23:29.370Z Downloaded chacha20poly1305 v0.10.1
2692025-02-22T20:23:29.372Z Downloaded endian-type v0.1.2
2702025-02-22T20:23:29.372Z Downloaded async-trait v0.1.86
2712025-02-22T20:23:29.376Z Downloaded is_ci v1.2.0
2722025-02-22T20:23:29.378Z Downloaded postgres-types v0.2.8
2732025-02-22T20:23:29.381Z Downloaded serde_plain v1.0.2
2742025-02-22T20:23:29.383Z Downloaded bytes v1.9.0
2752025-02-22T20:23:29.386Z Downloaded typify-macro v0.3.0
2762025-02-22T20:23:29.388Z Downloaded typify-macro v0.2.0
2772025-02-22T20:23:29.388Z Downloaded tls_codec v0.4.1
2782025-02-22T20:23:29.391Z Downloaded zeroize_derive v1.4.2
2792025-02-22T20:23:29.391Z Downloaded base64 v0.13.1
2802025-02-22T20:23:29.393Z Downloaded tui-tree-widget v0.23.0
2812025-02-22T20:23:29.396Z Downloaded tabled_derive v0.10.0
2822025-02-22T20:23:29.398Z Downloaded zerovec-derive v0.10.3
2832025-02-22T20:23:29.398Z Downloaded wyz v0.5.1
2842025-02-22T20:23:29.401Z Downloaded usdt-impl v0.5.0
2852025-02-22T20:23:29.401Z Downloaded base64 v0.21.7
2862025-02-22T20:23:29.405Z Downloaded openssl-macros v0.1.1
2872025-02-22T20:23:29.408Z Downloaded newline-converter v0.3.0
2882025-02-22T20:23:29.408Z Downloaded new_debug_unreachable v1.0.6
2892025-02-22T20:23:29.410Z Downloaded match_cfg v0.1.0
2902025-02-22T20:23:29.410Z Downloaded colored v2.1.0
2912025-02-22T20:23:29.413Z Downloaded crypto-common v0.1.6
2922025-02-22T20:23:29.413Z Downloaded writeable v0.5.5
2932025-02-22T20:23:29.415Z Downloaded sct v0.7.1
2942025-02-22T20:23:29.418Z Downloaded omicron-zone-package v0.12.0
2952025-02-22T20:23:29.421Z Downloaded peg-runtime v0.8.3
2962025-02-22T20:23:29.423Z Downloaded slog-json v2.6.1
2972025-02-22T20:23:29.423Z Downloaded backtrace v0.3.74
2982025-02-22T20:23:29.428Z Downloaded indent_write v2.2.0
2992025-02-22T20:23:29.430Z Downloaded impl-trait-for-tuples v0.2.2
3002025-02-22T20:23:29.433Z Downloaded opaque-debug v0.3.1
3012025-02-22T20:23:29.436Z Downloaded deranged v0.3.11
3022025-02-22T20:23:29.436Z Downloaded pkcs5 v0.7.1
3032025-02-22T20:23:29.438Z Downloaded base64 v0.22.1
3042025-02-22T20:23:29.442Z Downloaded progenitor-client v0.8.0
3052025-02-22T20:23:29.445Z Downloaded rstest v0.23.0
3062025-02-22T20:23:29.449Z Downloaded memmap v0.7.0
3072025-02-22T20:23:29.451Z Downloaded slog-term v2.9.1
3082025-02-22T20:23:29.454Z Downloaded lazy_static v1.5.0
3092025-02-22T20:23:29.456Z Downloaded console v0.15.10
3102025-02-22T20:23:29.459Z Downloaded stringprep v0.1.5
3112025-02-22T20:23:29.461Z Downloaded papergrid v0.14.0
3122025-02-22T20:23:29.464Z Downloaded concurrent-queue v2.5.0
3132025-02-22T20:23:29.466Z Downloaded num_enum_derive v0.5.11
3142025-02-22T20:23:29.469Z Downloaded csv-core v0.1.11
3152025-02-22T20:23:29.469Z Downloaded cc v1.1.30
3162025-02-22T20:23:29.471Z Downloaded scroll_derive v0.12.0
3172025-02-22T20:23:29.474Z Downloaded strum v0.26.3
3182025-02-22T20:23:29.474Z Downloaded is_terminal_polyfill v1.70.1
3192025-02-22T20:23:29.476Z Downloaded is-terminal v0.4.13
3202025-02-22T20:23:29.476Z Downloaded ena v0.14.3
3212025-02-22T20:23:29.479Z Downloaded hyper-util v0.1.10
3222025-02-22T20:23:29.481Z Downloaded oorandom v11.1.4
3232025-02-22T20:23:29.484Z Downloaded display-error-chain v0.2.2
3242025-02-22T20:23:29.484Z Downloaded predicates-core v1.0.8
3252025-02-22T20:23:29.486Z Downloaded plain v0.2.3
3262025-02-22T20:23:29.486Z Downloaded libloading v0.8.5
3272025-02-22T20:23:29.489Z Downloaded litemap v0.7.3
3282025-02-22T20:23:29.492Z Downloaded headers v0.4.0
3292025-02-22T20:23:29.496Z Downloaded take_mut v0.2.2
3302025-02-22T20:23:29.498Z Downloaded similar-asserts v1.6.0
3312025-02-22T20:23:29.501Z Downloaded rcgen v0.12.1
3322025-02-22T20:23:29.503Z Downloaded usdt-macro v0.5.0
3332025-02-22T20:23:29.503Z Downloaded try-lock v0.2.5
3342025-02-22T20:23:29.506Z Downloaded time-core v0.1.2
3352025-02-22T20:23:29.506Z Downloaded rand_seeder v0.3.0
3362025-02-22T20:23:29.506Z Downloaded rayon-core v1.12.1
3372025-02-22T20:23:29.510Z Downloaded zone_cfg_derive v0.3.0
3382025-02-22T20:23:29.512Z Downloaded fallible-streaming-iterator v0.1.9
3392025-02-22T20:23:29.512Z Downloaded zone_cfg_derive v0.1.2
3402025-02-22T20:23:29.515Z Downloaded rustfmt-wrapper v0.2.1
3412025-02-22T20:23:29.515Z Downloaded multimap v0.10.0
3422025-02-22T20:23:29.515Z Downloaded typify v0.3.0
3432025-02-22T20:23:29.518Z Downloaded secrecy v0.8.0
3442025-02-22T20:23:29.521Z Downloaded flate2 v1.0.35
3452025-02-22T20:23:29.525Z Downloaded downcast v0.11.0
3462025-02-22T20:23:29.527Z Downloaded smawk v0.3.2
3472025-02-22T20:23:29.530Z Downloaded der_derive v0.7.3
3482025-02-22T20:23:29.530Z Downloaded ucd-trie v0.1.7
3492025-02-22T20:23:29.532Z Downloaded thread_local v1.1.8
3502025-02-22T20:23:29.535Z Downloaded value-bag v1.9.0
3512025-02-22T20:23:29.537Z Downloaded threadpool v1.8.1
3522025-02-22T20:23:29.537Z Downloaded semver v0.1.20
3532025-02-22T20:23:29.540Z Downloaded wait-timeout v0.2.0
3542025-02-22T20:23:29.540Z Downloaded password-hash v0.4.2
3552025-02-22T20:23:29.542Z Downloaded indexmap v1.9.3
3562025-02-22T20:23:29.545Z Downloaded const-oid v0.9.6
3572025-02-22T20:23:29.547Z Downloaded expectorate v1.1.0
3582025-02-22T20:23:29.550Z Downloaded hashbrown v0.13.2
3592025-02-22T20:23:29.553Z Downloaded num-conv v0.1.0
3602025-02-22T20:23:29.556Z Downloaded normalize-line-endings v0.3.0
3612025-02-22T20:23:29.556Z Downloaded hickory-resolver v0.24.3
3622025-02-22T20:23:29.559Z Downloaded instant v0.1.13
3632025-02-22T20:23:29.562Z Downloaded displaydoc v0.2.5
3642025-02-22T20:23:29.564Z Downloaded tap v1.0.1
3652025-02-22T20:23:29.567Z Downloaded path-slash v0.1.5
3662025-02-22T20:23:29.567Z Downloaded same-file v1.0.6
3672025-02-22T20:23:29.569Z Downloaded tabwriter v1.4.0
3682025-02-22T20:23:29.569Z Downloaded smf v0.2.3
3692025-02-22T20:23:29.571Z Downloaded usdt v0.5.0
3702025-02-22T20:23:29.571Z Downloaded xattr v1.3.1
3712025-02-22T20:23:29.574Z Downloaded daft-derive v0.1.1
3722025-02-22T20:23:29.577Z Downloaded sha2 v0.10.8
3732025-02-22T20:23:29.579Z Downloaded zeroize v1.8.1
3742025-02-22T20:23:29.582Z Downloaded libtest-mimic v0.7.3
3752025-02-22T20:23:29.584Z Downloaded precomputed-hash v0.1.1
3762025-02-22T20:23:29.584Z Downloaded iana-time-zone v0.1.61
3772025-02-22T20:23:29.587Z Downloaded dof v0.3.0
3782025-02-22T20:23:29.589Z Downloaded indoc v1.0.9
3792025-02-22T20:23:29.591Z Downloaded strum_macros v0.24.3
3802025-02-22T20:23:29.591Z Downloaded icu_locid_transform_data v1.5.0
3812025-02-22T20:23:29.594Z Downloaded serde_yaml v0.9.34+deprecated
3822025-02-22T20:23:29.597Z Downloaded pest_meta v2.7.14
3832025-02-22T20:23:29.599Z Downloaded derive-where v1.2.7
3842025-02-22T20:23:29.602Z Downloaded smallvec v1.13.2
3852025-02-22T20:23:29.605Z Downloaded embedded-io v0.4.0
3862025-02-22T20:23:29.607Z Downloaded litrs v0.4.1
3872025-02-22T20:23:29.610Z Downloaded zip v0.6.6
3882025-02-22T20:23:29.613Z Downloaded packed_struct_codegen v0.10.1
3892025-02-22T20:23:29.615Z Downloaded packed_struct v0.10.1
3902025-02-22T20:23:29.618Z Downloaded num-derive v0.4.2
3912025-02-22T20:23:29.620Z Downloaded rusty-fork v0.3.0
3922025-02-22T20:23:29.620Z Downloaded compact_str v0.8.0
3932025-02-22T20:23:29.623Z Downloaded lru v0.12.5
3942025-02-22T20:23:29.626Z Downloaded darling v0.20.10
3952025-02-22T20:23:29.629Z Downloaded ssh-encoding v0.2.0
3962025-02-22T20:23:29.631Z Downloaded toolchain_find v0.4.0
3972025-02-22T20:23:29.633Z Downloaded des v0.8.1
3982025-02-22T20:23:29.636Z Downloaded partial-io v0.5.4
3992025-02-22T20:23:29.636Z Downloaded async-task v4.7.1
4002025-02-22T20:23:29.638Z Downloaded pin-utils v0.1.0
4012025-02-22T20:23:29.641Z Downloaded termtree v0.4.1
4022025-02-22T20:23:29.641Z Downloaded radium v0.7.0
4032025-02-22T20:23:29.643Z Downloaded proc-macro-error-attr v1.0.4
4042025-02-22T20:23:29.643Z Downloaded embedded-io v0.6.1
4052025-02-22T20:23:29.646Z Downloaded http v1.2.0
4062025-02-22T20:23:29.648Z Downloaded lock_api v0.4.12
4072025-02-22T20:23:29.651Z Downloaded test-strategy v0.3.1
4082025-02-22T20:23:29.653Z Downloaded progenitor-impl v0.8.0
4092025-02-22T20:23:29.656Z Downloaded pin-project v1.1.6
4102025-02-22T20:23:29.666Z Downloaded icu_provider_macros v1.5.0
4112025-02-22T20:23:29.668Z Downloaded doc-comment v0.3.3
4122025-02-22T20:23:29.668Z Downloaded crossbeam-epoch v0.9.18
4132025-02-22T20:23:29.671Z Downloaded ssh-cipher v0.2.0
4142025-02-22T20:23:29.673Z Downloaded serde_tokenstream v0.2.2
4152025-02-22T20:23:29.673Z Downloaded serde_spanned v0.6.8
4162025-02-22T20:23:29.676Z Downloaded aes-gcm v0.10.3
4172025-02-22T20:23:29.678Z Downloaded terminal_size v0.4.0
4182025-02-22T20:23:29.681Z Downloaded termcolor v1.4.1
4192025-02-22T20:23:29.681Z Downloaded number_prefix v0.4.0
4202025-02-22T20:23:29.683Z Downloaded mirai-annotations v1.12.0
4212025-02-22T20:23:29.684Z Downloaded topological-sort v0.2.2
4222025-02-22T20:23:29.686Z Downloaded inout v0.1.3
4232025-02-22T20:23:29.686Z Downloaded hickory-server v0.24.3
4242025-02-22T20:23:29.691Z Downloaded unicode-xid v0.2.6
4252025-02-22T20:23:29.693Z Downloaded zone v0.1.8
4262025-02-22T20:23:29.693Z Downloaded const_format v0.2.34
4272025-02-22T20:23:29.698Z Downloaded plotters-svg v0.3.7
4282025-02-22T20:23:29.700Z Downloaded criterion-plot v0.5.0
4292025-02-22T20:23:29.703Z Downloaded static_assertions v1.1.0
4302025-02-22T20:23:29.703Z Downloaded zopfli v0.8.1
4312025-02-22T20:23:29.705Z Downloaded prettyplease v0.2.29
4322025-02-22T20:23:29.708Z Downloaded tracing-core v0.1.32
4332025-02-22T20:23:29.711Z Downloaded stable_deref_trait v1.2.0
4342025-02-22T20:23:29.713Z Downloaded psl-types v2.0.11
4352025-02-22T20:23:29.713Z Downloaded digest v0.10.7
4362025-02-22T20:23:29.716Z Downloaded defmt-macros v0.3.9
4372025-02-22T20:23:29.718Z Downloaded universal-hash v0.5.1
4382025-02-22T20:23:29.721Z Downloaded oso v0.27.3
4392025-02-22T20:23:29.723Z Downloaded serde_urlencoded v0.7.1
4402025-02-22T20:23:29.726Z Downloaded proc-macro-error v1.0.4
4412025-02-22T20:23:29.728Z Downloaded rpassword v7.3.1
4422025-02-22T20:23:29.731Z Downloaded cmake v0.1.51
4432025-02-22T20:23:29.731Z Downloaded rand_chacha v0.3.1
4442025-02-22T20:23:29.733Z Downloaded pin-project-lite v0.2.14
4452025-02-22T20:23:29.736Z Downloaded libefi-sys v0.1.0
4462025-02-22T20:23:29.738Z Downloaded enum-as-inner v0.6.1
4472025-02-22T20:23:29.741Z Downloaded document-features v0.2.10
4482025-02-22T20:23:29.741Z Downloaded defmt-parser v0.3.4
4492025-02-22T20:23:29.743Z Downloaded num_enum v0.5.11
4502025-02-22T20:23:29.746Z Downloaded hashbrown v0.14.5
4512025-02-22T20:23:29.751Z Downloaded hashbrown v0.15.1
4522025-02-22T20:23:29.756Z Downloaded pathdiff v0.2.3
4532025-02-22T20:23:29.759Z Downloaded ed25519-dalek v2.1.1
4542025-02-22T20:23:29.761Z Downloaded parse-display v0.10.0
4552025-02-22T20:23:29.764Z Downloaded log v0.4.22
4562025-02-22T20:23:29.766Z Downloaded quinn v0.11.5
4572025-02-22T20:23:29.769Z Downloaded kv-log-macro v1.0.7
4582025-02-22T20:23:29.769Z Downloaded env_filter v0.1.2
4592025-02-22T20:23:29.771Z Downloaded diesel_table_macro_syntax v0.2.0
4602025-02-22T20:23:29.774Z Downloaded progenitor-macro v0.9.1
4612025-02-22T20:23:29.774Z Downloaded defmt v0.3.8
4622025-02-22T20:23:29.777Z Downloaded rustls-pki-types v1.10.0
4632025-02-22T20:23:29.779Z Downloaded yoke-derive v0.7.4
4642025-02-22T20:23:29.782Z Downloaded fancy-regex v0.13.0
4652025-02-22T20:23:29.784Z Downloaded p521 v0.13.3
4662025-02-22T20:23:29.788Z Downloaded structmeta v0.3.0
4672025-02-22T20:23:29.790Z Downloaded structmeta v0.2.0
4682025-02-22T20:23:29.790Z Downloaded scheduled-thread-pool v0.2.7
4692025-02-22T20:23:29.793Z Downloaded vsss-rs v3.3.4
4702025-02-22T20:23:29.795Z Downloaded version_check v0.9.5
4712025-02-22T20:23:29.795Z Downloaded target-lexicon v0.13.2
4722025-02-22T20:23:29.798Z Downloaded serde_regex v1.1.0
4732025-02-22T20:23:29.798Z Downloaded bumpalo v3.16.0
4742025-02-22T20:23:29.801Z Downloaded unarray v0.1.4
4752025-02-22T20:23:29.804Z Downloaded tungstenite v0.24.0
4762025-02-22T20:23:29.806Z Downloaded openssl-probe v0.1.5
4772025-02-22T20:23:29.809Z Downloaded nu-ansi-term v0.50.1
4782025-02-22T20:23:29.811Z Downloaded darling_core v0.20.10
4792025-02-22T20:23:29.814Z Downloaded shlex v1.3.0
4802025-02-22T20:23:29.817Z Downloaded shell-words v1.1.0
4812025-02-22T20:23:29.817Z Downloaded plotters-backend v0.3.7
4822025-02-22T20:23:29.819Z Downloaded guppy v0.17.16
4832025-02-22T20:23:29.825Z Downloaded poly1305 v0.8.0
4842025-02-22T20:23:29.827Z Downloaded libm v0.2.8
4852025-02-22T20:23:29.833Z Downloaded xz2 v0.1.7
4862025-02-22T20:23:29.836Z Downloaded ctr v0.9.2
4872025-02-22T20:23:29.840Z Downloaded diesel-dtrace v0.4.2
4882025-02-22T20:23:29.843Z Downloaded url v2.5.3
4892025-02-22T20:23:29.843Z Downloaded textwrap v0.16.1
4902025-02-22T20:23:29.845Z Downloaded sqlparser_derive v0.2.2
4912025-02-22T20:23:29.845Z Downloaded icu_provider v1.5.0
4922025-02-22T20:23:29.848Z Downloaded pest_derive v2.7.14
4932025-02-22T20:23:29.851Z Downloaded aho-corasick v1.1.3
4942025-02-22T20:23:29.856Z Downloaded which v4.4.2
4952025-02-22T20:23:29.858Z Downloaded vte_generate_state_changes v0.1.2
4962025-02-22T20:23:29.858Z Downloaded rand_distr v0.4.3
4972025-02-22T20:23:29.863Z Downloaded md-5 v0.10.6
4982025-02-22T20:23:29.865Z Downloaded maybe-uninit v2.0.0
4992025-02-22T20:23:29.865Z Downloaded hyper v1.5.2
5002025-02-22T20:23:29.870Z Downloaded proc-macro-error-attr2 v2.0.0
5012025-02-22T20:23:29.873Z Downloaded miniz_oxide v0.8.0
5022025-02-22T20:23:29.876Z Downloaded lazycell v1.3.0
5032025-02-22T20:23:29.876Z Downloaded olpc-cjson v0.1.4
5042025-02-22T20:23:29.878Z Downloaded num_cpus v1.16.0
5052025-02-22T20:23:29.881Z Downloaded num-iter v0.1.45
5062025-02-22T20:23:29.881Z Downloaded unicase v2.7.0
5072025-02-22T20:23:29.883Z Downloaded pretty_assertions v1.4.1
5082025-02-22T20:23:29.886Z Downloaded want v0.3.1
5092025-02-22T20:23:29.886Z Downloaded waitgroup v0.1.2
5102025-02-22T20:23:29.888Z Downloaded structmeta-derive v0.3.0
5112025-02-22T20:23:29.888Z Downloaded typify v0.2.0
5122025-02-22T20:23:29.891Z Downloaded zerovec v0.10.4
5132025-02-22T20:23:29.896Z Downloaded yasna v0.5.2
5142025-02-22T20:23:29.898Z Downloaded parse-size v1.1.0
5152025-02-22T20:23:29.901Z Downloaded futures-util v0.3.31
5162025-02-22T20:23:29.910Z Downloaded dtrace-parser v0.2.0
5172025-02-22T20:23:29.912Z Downloaded simd-adler32 v0.3.7
5182025-02-22T20:23:29.915Z Downloaded salsa20 v0.10.2
5192025-02-22T20:23:29.915Z Downloaded yoke v0.7.4
5202025-02-22T20:23:29.917Z Downloaded serde_with_macros v3.11.0
5212025-02-22T20:23:29.919Z Downloaded maplit v1.0.2
5222025-02-22T20:23:29.919Z Downloaded uzers v0.12.1
5232025-02-22T20:23:29.922Z Downloaded supports-color v3.0.1
5242025-02-22T20:23:29.924Z Downloaded subtle v2.6.1
5252025-02-22T20:23:29.924Z Downloaded structmeta-derive v0.2.0
5262025-02-22T20:23:29.927Z Downloaded crc-catalog v2.4.0
5272025-02-22T20:23:29.927Z Downloaded signal-hook-registry v1.4.2
5282025-02-22T20:23:29.929Z Downloaded zerocopy-derive v0.7.35
5292025-02-22T20:23:29.932Z Downloaded signal-hook-mio v0.2.4
5302025-02-22T20:23:29.934Z Downloaded toml v0.7.8
5312025-02-22T20:23:29.937Z Downloaded serde-big-array v0.5.1
5322025-02-22T20:23:29.939Z Downloaded utf-8 v0.7.6
5332025-02-22T20:23:29.939Z Downloaded yansi v1.0.1
5342025-02-22T20:23:29.942Z Downloaded quote v1.0.38
5352025-02-22T20:23:29.944Z Downloaded multer v3.1.0
5362025-02-22T20:23:29.947Z Downloaded derive_builder_macro v0.20.2
5372025-02-22T20:23:29.950Z Downloaded dsl_auto_type v0.1.2
5382025-02-22T20:23:29.950Z Downloaded unicode-truncate v1.1.0
5392025-02-22T20:23:29.952Z Downloaded tower-layer v0.3.3
5402025-02-22T20:23:29.952Z Downloaded difflib v0.4.0
5412025-02-22T20:23:29.952Z Downloaded elliptic-curve v0.13.8
5422025-02-22T20:23:29.956Z Downloaded linked-hash-map v0.5.6
5432025-02-22T20:23:29.960Z Downloaded aws-lc-rs v1.10.0
5442025-02-22T20:23:29.966Z Downloaded md5 v0.7.0
5452025-02-22T20:23:29.969Z Downloaded parse-display-derive v0.10.0
5462025-02-22T20:23:29.969Z Downloaded nodrop v0.1.14
5472025-02-22T20:23:29.971Z Downloaded icu_normalizer_data v1.5.0
5482025-02-22T20:23:29.973Z Downloaded num v0.4.3
5492025-02-22T20:23:29.973Z Downloaded managed v0.8.0
5502025-02-22T20:23:29.976Z Downloaded macaddr v1.0.1
5512025-02-22T20:23:29.976Z Downloaded unicode-ident v1.0.14
5522025-02-22T20:23:29.979Z Downloaded ref-cast v1.0.23
5532025-02-22T20:23:29.981Z Downloaded predicates-tree v1.0.11
5542025-02-22T20:23:29.984Z Downloaded strum_macros v0.26.4
5552025-02-22T20:23:29.986Z Downloaded data-encoding v2.6.0
5562025-02-22T20:23:29.986Z Downloaded sync-ptr v0.1.1
5572025-02-22T20:23:29.989Z Downloaded zerocopy v0.6.6
5582025-02-22T20:23:29.991Z Downloaded qorb v0.2.1
5592025-02-22T20:23:29.994Z Downloaded constant_time_eq v0.3.1
5602025-02-22T20:23:30.001Z Downloaded thiserror v1.0.69
5612025-02-22T20:23:30.001Z Downloaded const_format_proc_macros v0.2.34
5622025-02-22T20:23:30.004Z Downloaded scroll v0.12.0
5632025-02-22T20:23:30.004Z Downloaded ref-cast-impl v1.0.23
5642025-02-22T20:23:30.004Z Downloaded num-traits v0.2.19
5652025-02-22T20:23:30.007Z Downloaded diff v0.1.13
5662025-02-22T20:23:30.010Z Downloaded x509-cert v0.2.5
5672025-02-22T20:23:30.016Z Downloaded derive_builder_core v0.20.2
5682025-02-22T20:23:30.018Z Downloaded rayon v1.10.0
5692025-02-22T20:23:30.026Z Downloaded event-listener v2.5.3
5702025-02-22T20:23:30.029Z Downloaded publicsuffix v2.3.0
5712025-02-22T20:23:30.032Z Downloaded darling_macro v0.20.10
5722025-02-22T20:23:30.032Z Downloaded dunce v1.0.5
5732025-02-22T20:23:30.034Z Downloaded crunchy v0.2.2
5742025-02-22T20:23:30.034Z Downloaded crucible-workspace-hack v0.1.0
5752025-02-22T20:23:30.034Z Downloaded unicode-bidi v0.3.17
5762025-02-22T20:23:30.037Z Downloaded goblin v0.8.2
5772025-02-22T20:23:30.043Z Downloaded time v0.3.36
5782025-02-22T20:23:30.050Z Downloaded piper v0.2.4
5792025-02-22T20:23:30.052Z Downloaded subprocess v0.2.9
5802025-02-22T20:23:30.055Z Downloaded vte v0.11.1
5812025-02-22T20:23:30.057Z Downloaded sync_wrapper v1.0.1
5822025-02-22T20:23:30.057Z Downloaded escape8259 v0.5.3
5832025-02-22T20:23:30.060Z Downloaded target-triple v0.1.3
5842025-02-22T20:23:30.060Z Downloaded spki v0.7.3
5852025-02-22T20:23:30.062Z Downloaded rtoolbox v0.0.2
5862025-02-22T20:23:30.062Z Downloaded tinytemplate v1.2.1
5872025-02-22T20:23:30.065Z Downloaded toml_edit v0.22.22
5882025-02-22T20:23:30.084Z Downloaded snafu-derive v0.8.5
5892025-02-22T20:23:30.086Z Downloaded bindgen v0.69.5
5902025-02-22T20:23:30.092Z Downloaded ryu v1.0.18
5912025-02-22T20:23:30.095Z Downloaded twox-hash v2.1.0
5922025-02-22T20:23:30.097Z Downloaded semver v1.0.25
5932025-02-22T20:23:30.100Z Downloaded mime v0.3.17
5942025-02-22T20:23:30.102Z Downloaded tracing-attributes v0.1.27
5952025-02-22T20:23:30.105Z Downloaded phf_shared v0.11.2
5962025-02-22T20:23:30.105Z Downloaded parking_lot_core v0.9.10
5972025-02-22T20:23:30.108Z Downloaded ciborium-io v0.2.2
5982025-02-22T20:23:30.108Z Downloaded progenitor-impl v0.9.1
5992025-02-22T20:23:30.110Z Downloaded datatest-stable v0.2.9
6002025-02-22T20:23:30.113Z Downloaded curve25519-dalek-derive v0.1.1
6012025-02-22T20:23:30.115Z Downloaded icu_properties v1.5.1
6022025-02-22T20:23:30.118Z Downloaded memmap2 v0.9.5
6032025-02-22T20:23:30.120Z Downloaded pem v3.0.4
6042025-02-22T20:23:30.120Z Downloaded scopeguard v1.2.0
6052025-02-22T20:23:30.123Z Downloaded path-tree v0.8.1
6062025-02-22T20:23:30.123Z Downloaded peg v0.8.4
6072025-02-22T20:23:30.126Z Downloaded pbkdf2 v0.11.0
6082025-02-22T20:23:30.129Z Downloaded slab v0.4.9
6092025-02-22T20:23:30.131Z Downloaded rustls-pemfile v1.0.4
6102025-02-22T20:23:30.134Z Downloaded errno v0.3.9
6112025-02-22T20:23:30.134Z Downloaded progenitor v0.8.0
6122025-02-22T20:23:30.136Z Downloaded russh-cryptovec v0.7.3
6132025-02-22T20:23:30.136Z Downloaded untrusted v0.7.1
6142025-02-22T20:23:30.139Z Downloaded ron v0.8.1
6152025-02-22T20:23:30.142Z Downloaded unicode-linebreak v0.1.5
6162025-02-22T20:23:30.144Z Downloaded socket2 v0.5.7
6172025-02-22T20:23:30.147Z Downloaded toml_datetime v0.6.8
6182025-02-22T20:23:30.147Z Downloaded tokio-rustls v0.25.0
6192025-02-22T20:23:30.149Z Downloaded serde_derive_internals v0.29.1
6202025-02-22T20:23:30.152Z Downloaded dropshot_endpoint v0.12.0
6212025-02-22T20:23:30.154Z Downloaded phf_codegen v0.11.2
6222025-02-22T20:23:30.154Z Downloaded oxnet v0.1.0
6232025-02-22T20:23:30.157Z Downloaded mockall v0.13.1
6242025-02-22T20:23:30.159Z Downloaded der v0.7.9
6252025-02-22T20:23:30.162Z Downloaded rustc_version v0.1.7
6262025-02-22T20:23:30.164Z Downloaded crc32fast v1.4.2
6272025-02-22T20:23:30.167Z Downloaded diesel_derives v2.2.3
6282025-02-22T20:23:30.170Z Downloaded rustc-demangle v0.1.24
6292025-02-22T20:23:30.172Z Downloaded ident_case v1.0.1
6302025-02-22T20:23:30.172Z Downloaded rustc-hash v2.0.0
6312025-02-22T20:23:30.175Z Downloaded crc v3.2.1
6322025-02-22T20:23:30.177Z Downloaded snafu v0.8.5
6332025-02-22T20:23:30.180Z Downloaded unicode-normalization v0.1.24
6342025-02-22T20:23:30.184Z Downloaded ciborium-ll v0.2.2
6352025-02-22T20:23:30.186Z Downloaded utf16_iter v1.0.5
6362025-02-22T20:23:30.186Z Downloaded term v0.7.0
6372025-02-22T20:23:30.189Z Downloaded quinn-udp v0.5.5
6382025-02-22T20:23:30.192Z Downloaded quick-error v1.2.3
6392025-02-22T20:23:30.194Z Downloaded ed25519 v2.2.3
6402025-02-22T20:23:30.194Z Downloaded debug-ignore v1.0.5
6412025-02-22T20:23:30.197Z Downloaded winnow v0.6.20
6422025-02-22T20:23:30.204Z Downloaded powerfmt v0.2.0
6432025-02-22T20:23:30.207Z Downloaded git2 v0.19.0
6442025-02-22T20:23:30.213Z Downloaded rustc_version v0.4.1
6452025-02-22T20:23:30.216Z Downloaded pkcs1 v0.7.5
6462025-02-22T20:23:30.218Z Downloaded pretty-hex v0.4.1
6472025-02-22T20:23:30.218Z Downloaded pretty-hex v0.2.1
6482025-02-22T20:23:30.221Z Downloaded owo-colors v4.1.0
6492025-02-22T20:23:30.223Z Downloaded itoa v1.0.11
6502025-02-22T20:23:30.223Z Downloaded itertools v0.10.5
6512025-02-22T20:23:30.229Z Downloaded synstructure v0.13.1
6522025-02-22T20:23:30.231Z Downloaded zerofrom v0.1.4
6532025-02-22T20:23:30.231Z Downloaded slog-async v2.8.0
6542025-02-22T20:23:30.234Z Downloaded rustls-pemfile v2.2.0
6552025-02-22T20:23:30.236Z Downloaded crypto-bigint v0.5.5
6562025-02-22T20:23:30.240Z Downloaded rustls-native-certs v0.7.3
6572025-02-22T20:23:30.242Z Downloaded tabled v0.15.0
6582025-02-22T20:23:30.256Z Downloaded swrite v0.1.0
6592025-02-22T20:23:30.259Z Downloaded newtype_derive v0.1.6
6602025-02-22T20:23:30.259Z Downloaded either v1.13.0
6612025-02-22T20:23:30.262Z Downloaded siphasher v0.3.11
6622025-02-22T20:23:30.262Z Downloaded kstat-rs v0.2.4
6632025-02-22T20:23:30.264Z Downloaded sqlformat v0.2.6
6642025-02-22T20:23:30.264Z Downloaded progenitor-macro v0.8.0
6652025-02-22T20:23:30.264Z Downloaded keccak v0.1.5
6662025-02-22T20:23:30.267Z Downloaded rsa v0.9.6
6672025-02-22T20:23:30.271Z Downloaded tokio-util v0.7.12
6682025-02-22T20:23:30.276Z Downloaded utf8parse v0.2.2
6692025-02-22T20:23:30.279Z Downloaded libsw v3.3.1
6702025-02-22T20:23:30.282Z Downloaded typenum v1.17.0
6712025-02-22T20:23:30.282Z Downloaded toml v0.8.19
6722025-02-22T20:23:30.285Z Downloaded icu_locid v1.5.0
6732025-02-22T20:23:30.289Z Downloaded idna_adapter v1.2.0
6742025-02-22T20:23:30.291Z Downloaded cobs v0.2.3
6752025-02-22T20:23:30.291Z Downloaded utf8_iter v1.0.4
6762025-02-22T20:23:30.294Z Downloaded tempfile v3.13.0
6772025-02-22T20:23:30.296Z Downloaded env_logger v0.10.2
6782025-02-22T20:23:30.299Z Downloaded clap_derive v4.5.28
6792025-02-22T20:23:30.302Z Downloaded colorchoice v1.0.2
6802025-02-22T20:23:30.302Z Downloaded tracing v0.1.40
6812025-02-22T20:23:30.305Z Downloaded papergrid v0.11.0
6822025-02-22T20:23:30.309Z Downloaded untrusted v0.9.0
6832025-02-22T20:23:30.312Z Downloaded num-bigint-dig v0.8.4
6842025-02-22T20:23:30.315Z Downloaded linear-map v1.2.0
6852025-02-22T20:23:30.318Z Downloaded toml_edit v0.19.15
6862025-02-22T20:23:30.331Z Downloaded ipnetwork v0.21.1
6872025-02-22T20:23:30.334Z Downloaded vcpkg v0.2.15
6882025-02-22T20:23:30.368Z Downloaded tokio-native-tls v0.3.1
6892025-02-22T20:23:30.371Z Downloaded tokio-stream v0.1.16
6902025-02-22T20:23:30.373Z Downloaded pem-rfc7468 v0.7.0
6912025-02-22T20:23:30.376Z Downloaded parking_lot v0.12.3
6922025-02-22T20:23:30.379Z Downloaded mime_guess v2.0.5
6932025-02-22T20:23:30.381Z Downloaded predicates v3.1.3
6942025-02-22T20:23:30.381Z Downloaded serde_json v1.0.139
6952025-02-22T20:23:30.388Z Downloaded phf v0.11.2
6962025-02-22T20:23:30.390Z Downloaded ciborium v0.2.2
6972025-02-22T20:23:30.393Z Downloaded slog v2.7.0
6982025-02-22T20:23:30.395Z Downloaded itertools v0.14.0
6992025-02-22T20:23:30.400Z Downloaded indexmap v2.7.1
7002025-02-22T20:23:30.405Z Downloaded ppv-lite86 v0.2.20
7012025-02-22T20:23:30.407Z Downloaded tokio-postgres v0.7.12
7022025-02-22T20:23:30.412Z Downloaded tokio-rustls v0.24.1
7032025-02-22T20:23:30.414Z Downloaded uuid v1.12.0
7042025-02-22T20:23:30.417Z Downloaded mockall_derive v0.13.1
7052025-02-22T20:23:30.419Z Downloaded rustls v0.21.12
7062025-02-22T20:23:30.427Z Downloaded proc-macro2 v1.0.92
7072025-02-22T20:23:30.430Z Downloaded clang-sys v1.8.1
7082025-02-22T20:23:30.433Z Downloaded tar v0.4.42
7092025-02-22T20:23:30.435Z Downloaded icu_normalizer v1.5.0
7102025-02-22T20:23:30.439Z Downloaded cookie v0.18.1
7112025-02-22T20:23:30.441Z Downloaded pest_generator v2.7.14
7122025-02-22T20:23:30.444Z Downloaded serde_derive v1.0.217
7132025-02-22T20:23:30.446Z Downloaded nom v7.1.3
7142025-02-22T20:23:30.450Z Downloaded samael v0.0.17
7152025-02-22T20:23:30.455Z Downloaded similar v2.6.0
7162025-02-22T20:23:30.459Z Downloaded tabled v0.18.0
7172025-02-22T20:23:30.475Z Downloaded criterion v0.5.1
7182025-02-22T20:23:30.481Z Downloaded unicode-segmentation v1.12.0
7192025-02-22T20:23:30.484Z Downloaded reedline v0.35.0
7202025-02-22T20:23:30.491Z Downloaded gimli v0.31.1
7212025-02-22T20:23:30.498Z Downloaded schemars v0.8.21
7222025-02-22T20:23:30.509Z Downloaded radix_trie v0.2.1
7232025-02-22T20:23:30.514Z Downloaded zerocopy-derive v0.8.10
7242025-02-22T20:23:30.520Z Downloaded reqwest v0.12.12
7252025-02-22T20:23:30.528Z Downloaded chrono-tz v0.10.1
7262025-02-22T20:23:30.534Z Downloaded russh v0.45.0
7272025-02-22T20:23:30.539Z Downloaded zerocopy v0.8.10
7282025-02-22T20:23:30.561Z Downloaded rustyline v14.0.0
7292025-02-22T20:23:30.565Z Downloaded rustls v0.23.19
7302025-02-22T20:23:30.576Z Downloaded unicode-width v0.2.0
7312025-02-22T20:23:30.582Z Downloaded smoltcp v0.9.1
7322025-02-22T20:23:30.592Z Downloaded rusqlite v0.32.1
7332025-02-22T20:23:30.598Z Downloaded libxml v0.3.3
7342025-02-22T20:23:30.603Z Downloaded syn v1.0.109
7352025-02-22T20:23:30.613Z Downloaded openssl v0.10.71
7362025-02-22T20:23:30.621Z Downloaded dropshot v0.12.0
7372025-02-22T20:23:30.639Z Downloaded itertools v0.13.0
7382025-02-22T20:23:30.645Z Downloaded webpki-roots v0.26.6
7392025-02-22T20:23:30.649Z Downloaded idna v1.0.3
7402025-02-22T20:23:30.652Z Downloaded polar-core v0.27.3
7412025-02-22T20:23:30.660Z Downloaded bstr v1.10.0
7422025-02-22T20:23:30.669Z Downloaded object v0.30.4
7432025-02-22T20:23:30.678Z Downloaded rustls v0.22.4
7442025-02-22T20:23:30.690Z Downloaded clap_builder v4.5.30
7452025-02-22T20:23:30.697Z Downloaded sqlparser v0.45.0
7462025-02-22T20:23:30.702Z Downloaded openapiv3 v2.0.0
7472025-02-22T20:23:30.712Z Downloaded p384 v0.13.0
7482025-02-22T20:23:30.719Z Downloaded regress v0.10.1
7492025-02-22T20:23:30.726Z Downloaded icu_properties_data v1.5.0
7502025-02-22T20:23:30.736Z Downloaded typify-impl v0.3.0
7512025-02-22T20:23:30.750Z Downloaded object v0.36.5
7522025-02-22T20:23:30.762Z Downloaded dropshot v0.15.1
7532025-02-22T20:23:30.783Z Downloaded petname v2.0.2
7542025-02-22T20:23:30.788Z Downloaded nix v0.29.0
7552025-02-22T20:23:30.799Z Downloaded curve25519-dalek v4.1.3
7562025-02-22T20:23:30.808Z Downloaded nix v0.27.1
7572025-02-22T20:23:30.819Z Downloaded syn v2.0.96
7582025-02-22T20:23:30.830Z Downloaded diesel v2.2.7
7592025-02-22T20:23:30.848Z Downloaded nix v0.28.0
7602025-02-22T20:23:30.858Z Downloaded unicode-width v0.1.14
7612025-02-22T20:23:30.864Z Downloaded rustix v0.38.37
7622025-02-22T20:23:30.886Z Downloaded regex-syntax v0.8.5
7632025-02-22T20:23:30.894Z Downloaded bzip2-sys v0.1.11+1.0.8
7642025-02-22T20:23:30.906Z Downloaded smoltcp v0.11.0
7652025-02-22T20:23:30.918Z Downloaded typify-impl v0.2.0
7662025-02-22T20:23:30.933Z Downloaded lalrpop v0.19.12
7672025-02-22T20:23:30.944Z Downloaded regex v1.11.1
7682025-02-22T20:23:30.956Z Downloaded sled v0.34.7
7692025-02-22T20:23:30.966Z Downloaded zerocopy-derive v0.6.6
7702025-02-22T20:23:30.975Z Downloaded ratatui v0.29.0
7712025-02-22T20:23:30.995Z Downloaded regex-automata v0.4.8
7722025-02-22T20:23:31.011Z Downloaded petgraph v0.6.5
7732025-02-22T20:23:31.028Z Downloaded regress v0.9.1
7742025-02-22T20:23:31.036Z Downloaded portable-atomic v1.9.0
7752025-02-22T20:23:31.043Z Downloaded hickory-proto v0.24.3
7762025-02-22T20:23:31.057Z Downloaded crossterm v0.28.1
7772025-02-22T20:23:31.063Z Downloaded regex-syntax v0.6.29
7782025-02-22T20:23:31.070Z Downloaded rustls-webpki v0.102.8
7792025-02-22T20:23:31.107Z Downloaded num-bigint v0.4.6
7802025-02-22T20:23:31.114Z Downloaded petgraph v0.7.1
7812025-02-22T20:23:31.142Z Downloaded lzma-sys v0.1.20
7822025-02-22T20:23:31.177Z Downloaded tokio v1.43.0
7832025-02-22T20:23:31.215Z Downloaded libc v0.2.169
7842025-02-22T20:23:31.238Z Downloaded sha3 v0.10.8
7852025-02-22T20:23:31.242Z Downloaded csv v1.3.1
7862025-02-22T20:23:31.262Z Downloaded itertools v0.12.1
7872025-02-22T20:23:31.268Z Downloaded tokio-tungstenite v0.21.0
7882025-02-22T20:23:31.271Z Downloaded quinn-proto v0.11.8
7892025-02-22T20:23:31.277Z Downloaded rustls-webpki v0.101.7
7902025-02-22T20:23:31.290Z Downloaded tower v0.5.2
7912025-02-22T20:23:31.299Z Downloaded unsafe-libyaml v0.2.11
7922025-02-22T20:23:31.302Z Downloaded newtype-uuid v1.2.1
7932025-02-22T20:23:31.304Z Downloaded libz-sys v1.1.20
7942025-02-22T20:23:31.323Z Downloaded serde-hex v0.1.0
7952025-02-22T20:23:31.326Z Downloaded cookie_store v0.21.1
7962025-02-22T20:23:31.328Z Downloaded jobserver v0.1.32
7972025-02-22T20:23:31.331Z Downloaded parse-zoneinfo v0.3.1
7982025-02-22T20:23:31.333Z Downloaded steno v0.4.1
7992025-02-22T20:23:31.336Z Downloaded pest v2.7.14
8002025-02-22T20:23:31.341Z Downloaded serde_with v3.11.0
8012025-02-22T20:23:31.349Z Downloaded tough v0.19.0
8022025-02-22T20:23:31.358Z Downloaded memoffset v0.9.1
8032025-02-22T20:23:31.361Z Downloaded progenitor v0.9.1
8042025-02-22T20:23:31.363Z Downloaded cipher v0.4.4
8052025-02-22T20:23:31.363Z Downloaded indicatif v0.17.11
8062025-02-22T20:23:31.366Z Downloaded crc-any v2.5.0
8072025-02-22T20:23:31.369Z Downloaded typed-path v0.9.3
8082025-02-22T20:23:31.374Z Downloaded spin v0.9.8
8092025-02-22T20:23:31.378Z Downloaded openssl-sys v0.9.106
8102025-02-22T20:23:31.384Z Downloaded unicode-properties v0.1.3
8112025-02-22T20:23:31.386Z Downloaded zerocopy v0.7.35
8122025-02-22T20:23:31.402Z Downloaded plotters v0.3.7
8132025-02-22T20:23:31.411Z Downloaded ecdsa v0.16.9
8142025-02-22T20:23:31.413Z Downloaded derive_builder v0.20.2
8152025-02-22T20:23:31.417Z Downloaded httpmock v0.8.0-alpha.1
8162025-02-22T20:23:31.435Z Downloaded encoding_rs v0.8.34
8172025-02-22T20:23:31.455Z Downloaded env_logger v0.11.5
8182025-02-22T20:23:31.457Z Downloaded tokio-tungstenite v0.24.0
8192025-02-22T20:23:31.460Z Downloaded tokio-tungstenite v0.23.1
8202025-02-22T20:23:31.462Z Downloaded password-hash v0.5.0
8212025-02-22T20:23:31.465Z Downloaded signal-hook v0.3.17
8222025-02-22T20:23:31.468Z Downloaded parking_lot_core v0.8.6
8232025-02-22T20:23:31.470Z Downloaded tokio-rustls v0.26.0
8242025-02-22T20:23:31.470Z Downloaded p256 v0.13.2
8252025-02-22T20:23:31.473Z Downloaded clap v4.5.30
8262025-02-22T20:23:31.481Z Downloaded minimal-lexical v0.2.1
8272025-02-22T20:23:31.485Z Downloaded convert_case v0.4.0
8282025-02-22T20:23:31.488Z Downloaded ipnet v2.10.1
8292025-02-22T20:23:31.488Z Downloaded memchr v2.7.4
8302025-02-22T20:23:31.493Z Downloaded ring v0.17.9
8312025-02-22T20:23:31.535Z Downloaded ssh-key v0.6.6
8322025-02-22T20:23:31.541Z Downloaded proptest v1.5.0
8332025-02-22T20:23:31.551Z Downloaded dropshot_endpoint v0.15.1
8342025-02-22T20:23:31.554Z Downloaded crossbeam-channel v0.5.13
8352025-02-22T20:23:31.558Z Downloaded winnow v0.5.40
8362025-02-22T20:23:31.566Z Downloaded quick-xml v0.33.0
8372025-02-22T20:23:31.572Z Downloaded r2d2 v0.8.10
8382025-02-22T20:23:31.575Z Downloaded vergen v8.3.2
8392025-02-22T20:23:31.577Z Downloaded chrono v0.4.39
8402025-02-22T20:23:31.584Z Downloaded serde v1.0.217
8412025-02-22T20:23:31.587Z Downloaded bitvec v1.0.1
8422025-02-22T20:23:31.601Z Downloaded async-std v1.13.0
8432025-02-22T20:23:31.619Z Downloaded daft v0.1.1
8442025-02-22T20:23:31.622Z Downloaded hkdf v0.12.4
8452025-02-22T20:23:31.624Z Downloaded h2 v0.4.6
8462025-02-22T20:23:31.630Z Downloaded lalrpop-util v0.19.12
8472025-02-22T20:23:31.632Z Downloaded dyn-clone v1.0.18
8482025-02-22T20:23:31.632Z Downloaded proc-macro-error2 v2.0.1
8492025-02-22T20:23:31.635Z Downloaded pkcs8 v0.10.2
8502025-02-22T20:23:31.637Z Downloaded once_cell v1.20.3
8512025-02-22T20:23:31.640Z Downloaded ron v0.7.1
8522025-02-22T20:23:31.644Z Downloaded salty v0.3.0
8532025-02-22T20:23:31.651Z Downloaded icu_collections v1.5.0
8542025-02-22T20:23:31.656Z Downloaded target-spec v3.4.2
8552025-02-22T20:23:31.659Z Downloaded polyval v0.6.2
8562025-02-22T20:23:31.663Z Downloaded libgit2-sys v0.17.0+1.8.1
8572025-02-22T20:23:31.727Z Downloaded tinystr v0.7.6
8582025-02-22T20:23:31.730Z Downloaded thiserror-no-std v2.0.2
8592025-02-22T20:23:31.733Z Downloaded thiserror v2.0.11
8602025-02-22T20:23:31.738Z Downloaded blake3 v1.5.4
8612025-02-22T20:23:31.746Z Downloaded serde_repr v0.1.19
8622025-02-22T20:23:31.748Z Downloaded rfc6979 v0.4.0
8632025-02-22T20:23:31.750Z Downloaded zip v2.1.3
8642025-02-22T20:23:31.753Z Downloaded tungstenite v0.23.0
8652025-02-22T20:23:31.756Z Downloaded tungstenite v0.21.0
8662025-02-22T20:23:31.759Z Downloaded mio v1.0.2
8672025-02-22T20:23:31.764Z Downloaded russh-keys v0.45.0
8682025-02-22T20:23:31.767Z Downloaded unicode_categories v0.1.1
8692025-02-22T20:23:31.769Z Downloaded crossbeam-deque v0.8.5
8702025-02-22T20:23:31.771Z Downloaded cpufeatures v0.2.14
8712025-02-22T20:23:31.774Z Downloaded clap_lex v0.7.4
8722025-02-22T20:23:31.774Z Downloaded crossbeam-utils v0.8.20
8732025-02-22T20:23:31.777Z Downloaded pin-project-internal v1.1.6
8742025-02-22T20:23:31.780Z Downloaded lru-cache v0.1.2
8752025-02-22T20:23:31.780Z Downloaded event-listener v5.3.1
8762025-02-22T20:23:31.783Z Downloaded derive_more v0.99.19
8772025-02-22T20:23:31.785Z Downloaded termios v0.3.3
8782025-02-22T20:23:31.788Z Downloaded rustversion v1.0.17
8792025-02-22T20:23:31.790Z Downloaded peg-macros v0.8.4
8802025-02-22T20:23:31.793Z Downloaded rand v0.8.5
8812025-02-22T20:23:31.795Z Downloaded rust-argon2 v2.1.0
8822025-02-22T20:23:31.798Z Downloaded rand_xorshift v0.3.0
8832025-02-22T20:23:31.798Z Downloaded rand_core v0.6.4
8842025-02-22T20:23:31.800Z Downloaded hashbrown v0.12.3
8852025-02-22T20:23:31.803Z Downloaded num-integer v0.1.46
8862025-02-22T20:23:31.805Z Downloaded nibble_vec v0.1.0
8872025-02-22T20:23:31.807Z Downloaded zone v0.3.0
8882025-02-22T20:23:31.807Z Downloaded tiny-keccak v2.0.2
8892025-02-22T20:23:31.810Z Downloaded time-macros v0.2.18
8902025-02-22T20:23:31.813Z Downloaded lockfree-object-pool v0.1.6
8912025-02-22T20:23:31.813Z Downloaded internet-checksum v0.2.1
8922025-02-22T20:23:31.813Z Downloaded instability v0.3.2
8932025-02-22T20:23:31.816Z Downloaded indoc v2.0.5
8942025-02-22T20:23:31.818Z Downloaded aes v0.8.4
8952025-02-22T20:23:31.821Z Downloaded whoami v1.5.2
8962025-02-22T20:23:31.823Z Downloaded zerofrom-derive v0.1.4
8972025-02-22T20:23:31.823Z Downloaded rstest_macros v0.23.0
8982025-02-22T20:23:31.826Z Downloaded arrayvec v0.7.6
8992025-02-22T20:23:31.828Z Downloaded native-tls v0.2.12
9002025-02-22T20:23:31.831Z Downloaded thread-id v4.2.2
9012025-02-22T20:23:31.831Z Downloaded relative-path v1.9.3
9022025-02-22T20:23:31.833Z Downloaded strum_macros v0.25.3
9032025-02-22T20:23:31.836Z Downloaded slog-dtrace v0.3.0
9042025-02-22T20:23:31.836Z Downloaded slog-bunyan v2.5.0
9052025-02-22T20:23:31.838Z Downloaded trybuild v1.0.101
9062025-02-22T20:23:31.841Z Downloaded scrypt v0.11.0
9072025-02-22T20:23:31.843Z Downloaded primeorder v0.13.6
9082025-02-22T20:23:31.843Z Downloaded nanorand v0.7.0
9092025-02-22T20:23:31.846Z Downloaded icu_locid_transform v1.5.0
9102025-02-22T20:23:31.848Z Downloaded heapless v0.8.0
9112025-02-22T20:23:31.851Z Downloaded heapless v0.7.17
9122025-02-22T20:23:31.855Z Downloaded tinyvec v1.8.0
9132025-02-22T20:23:31.858Z Downloaded polling v3.7.3
9142025-02-22T20:23:31.861Z Downloaded pkg-config v0.3.31
9152025-02-22T20:23:31.864Z Downloaded dirs-next v2.0.0
9162025-02-22T20:23:31.864Z Downloaded walkdir v2.5.0
9172025-02-22T20:23:31.866Z Downloaded sec1 v0.7.3
9182025-02-22T20:23:31.869Z Downloaded nested v0.1.1
9192025-02-22T20:23:31.869Z Downloaded slog-scope v4.4.0
9202025-02-22T20:23:31.871Z Downloaded flume v0.11.1
9212025-02-22T20:23:31.875Z Downloaded fatfs v0.3.6
9222025-02-22T20:23:31.877Z Downloaded tabled_derive v0.7.0
9232025-02-22T20:23:31.877Z Downloaded tokio-macros v2.5.0
9242025-02-22T20:23:31.880Z Downloaded thiserror-impl-no-std v2.0.2
9252025-02-22T20:23:31.880Z Downloaded strsim v0.11.1
9262025-02-22T20:23:31.882Z Downloaded stringmetrics v2.2.2
9272025-02-22T20:23:31.882Z Downloaded strip-ansi-escapes v0.2.0
9282025-02-22T20:23:31.884Z Downloaded smallvec v0.6.14
9292025-02-22T20:23:31.885Z Downloaded slog-stdlog v4.1.1
9302025-02-22T20:23:31.887Z Downloaded serde_path_to_error v0.1.16
9312025-02-22T20:23:31.890Z Downloaded rustc-hash v1.1.0
9322025-02-22T20:23:31.890Z Downloaded hickory-client v0.24.3
9332025-02-22T20:23:31.893Z Downloaded postgres-protocol v0.6.7
9342025-02-22T20:23:31.895Z Downloaded postcard v1.0.10
9352025-02-22T20:23:31.898Z Downloaded dirs-sys-next v0.1.2
9362025-02-22T20:23:31.898Z Downloaded tls_codec_derive v0.4.1
9372025-02-22T20:23:31.900Z Downloaded thiserror-impl v2.0.11
9382025-02-22T20:23:31.901Z Downloaded thiserror-impl v1.0.69
9392025-02-22T20:23:31.903Z Downloaded termtree v0.5.1
9402025-02-22T20:23:31.903Z Downloaded sha1 v0.10.6
9412025-02-22T20:23:31.906Z Downloaded hashlink v0.9.1
9422025-02-22T20:23:31.908Z Downloaded futures v0.3.31
9432025-02-22T20:23:31.911Z Downloaded half v2.4.1
9442025-02-22T20:23:31.914Z Downloaded futures-lite v2.3.0
9452025-02-22T20:23:31.916Z Downloaded fs_extra v1.3.0
9462025-02-22T20:23:31.919Z Downloaded num-rational v0.4.2
9472025-02-22T20:23:31.919Z Downloaded num-complex v0.4.6
9482025-02-22T20:23:31.921Z Downloaded foreign-types-macros v0.2.3
9492025-02-22T20:23:31.921Z Downloaded filetime v0.2.25
9502025-02-22T20:23:31.924Z Downloaded approx v0.5.1
9512025-02-22T20:23:31.927Z Downloaded funty v2.0.0
9522025-02-22T20:23:31.927Z Downloaded cargo_metadata v0.19.1
9532025-02-22T20:23:31.929Z Downloaded backoff v0.4.0
9542025-02-22T20:23:31.929Z Downloaded argon2 v0.5.3
9552025-02-22T20:23:31.932Z Downloaded async-bb8-diesel v0.2.1
9562025-02-22T20:23:31.934Z Downloaded assert_cmd v2.0.16
9572025-02-22T20:23:31.937Z Downloaded anstream v0.6.15
9582025-02-22T20:23:31.939Z Downloaded hostname v0.4.0
9592025-02-22T20:23:31.939Z Downloaded hash32 v0.3.1
9602025-02-22T20:23:31.942Z Downloaded group v0.13.0
9612025-02-22T20:23:31.942Z Downloaded futures-task v0.3.31
9622025-02-22T20:23:31.944Z Downloaded futures-executor v0.3.31
9632025-02-22T20:23:31.944Z Downloaded hex-literal v0.4.1
9642025-02-22T20:23:31.944Z Downloaded block-padding v0.3.3
9652025-02-22T20:23:31.947Z Downloaded block-buffer v0.10.4
9662025-02-22T20:23:31.947Z Downloaded async-process v2.3.0
9672025-02-22T20:23:31.950Z Downloaded async-channel v2.3.1
9682025-02-22T20:23:31.950Z Downloaded anstyle-parse v0.2.5
9692025-02-22T20:23:31.952Z Downloaded ghash v0.5.1
9702025-02-22T20:23:31.952Z Downloaded cfg-if v1.0.0
9712025-02-22T20:23:31.955Z Downloaded cexpr v0.6.0
9722025-02-22T20:23:31.955Z Downloaded camino-tempfile v1.1.1
9732025-02-22T20:23:31.957Z Downloaded bitfield v0.14.0
9742025-02-22T20:23:31.960Z Downloaded bitflags v1.3.2
9752025-02-22T20:23:31.962Z Downloaded bitfield-struct v0.6.2
9762025-02-22T20:23:31.962Z Downloaded generic-array v0.14.7
9772025-02-22T20:23:31.965Z Downloaded foreign-types v0.5.0
9782025-02-22T20:23:31.965Z Downloaded float-ord v0.3.2
9792025-02-22T20:23:31.971Z Downloaded fixedbitset v0.4.2
9802025-02-22T20:23:31.971Z Downloaded chrono-tz-build v0.4.0
9812025-02-22T20:23:31.971Z Downloaded aead v0.5.2
9822025-02-22T20:23:31.971Z Downloaded fd-lock v4.0.2
9832025-02-22T20:23:31.971Z Downloaded fastrand v2.1.1
9842025-02-22T20:23:31.975Z Downloaded chacha20 v0.9.1
9852025-02-22T20:23:31.975Z Downloaded castaway v0.2.3
9862025-02-22T20:23:31.977Z Downloaded bb8 v0.8.5
9872025-02-22T20:23:31.977Z Downloaded async-stream v0.3.6
9882025-02-22T20:23:31.980Z Downloaded async-recursion v1.1.1
9892025-02-22T20:23:31.982Z Downloaded bit-set v0.5.3
9902025-02-22T20:23:31.982Z Downloaded ff v0.13.0
9912025-02-22T20:23:32.123Z Downloaded libsqlite3-sys v0.30.1
9922025-02-22T20:23:32.344Z Downloaded aws-lc-sys v0.22.0
9932025-02-22T20:23:32.828Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9942025-02-22T20:23:34.593Zpkg list: illegal option -- F
9952025-02-22T20:23:34.593ZUsage:
9962025-02-22T20:23:34.596Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
9972025-02-22T20:23:34.596Z [pkg_fmri_pattern ...]
9982025-02-22T20:23:35.439Zpkg list: illegal option -- F
9992025-02-22T20:23:35.439ZUsage:
10002025-02-22T20:23:35.442Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
10012025-02-22T20:23:35.442Z [pkg_fmri_pattern ...]
10022025-02-22T20:23:43.402Z Startup: Refreshing catalog 'helios-dev' ... Done
10032025-02-22T20:23:47.771Z Startup: Caching catalogs ... Done
10042025-02-22T20:24:00.983ZPlanning: Solver setup ... Done (12.255s)
10052025-02-22T20:24:01.135ZPlanning: Running solver ... Done (0.153s)
10062025-02-22T20:24:01.257ZPlanning: Finding local manifests ... Done (0.008s)
10072025-02-22T20:24:01.270ZPlanning: Fetching manifests: 0/7 0% complete
10082025-02-22T20:24:01.501ZPlanning: Fetching manifests: 7/7 100% complete
10092025-02-22T20:24:01.610ZPlanning: Package planning ... Done (0.109s)
10102025-02-22T20:24:01.668ZPlanning: Merging actions ... Done (0.058s)
10112025-02-22T20:24:01.868ZPlanning: Checking for conflicting actions ... Done (0.200s)
10122025-02-22T20:24:04.017ZPlanning: Consolidating action changes ... Done (2.148s)
10132025-02-22T20:24:04.459ZPlanning: Evaluating mediators ... Done (0.442s)
10142025-02-22T20:24:04.538ZPlanning: Planning completed in 16.67 seconds
10152025-02-22T20:24:04.555Z Packages to install: 4
10162025-02-22T20:24:04.555Z Packages to update: 3
10172025-02-22T20:24:04.558Z Mediators to change: 2
10182025-02-22T20:24:04.558Z Services to change: 1
10192025-02-22T20:24:04.558Z Estimated space available: 155.36 GB
10202025-02-22T20:24:04.558ZEstimated space to be consumed: 1.66 GB
10212025-02-22T20:24:04.558Z Create boot environment: No
10222025-02-22T20:24:04.558ZCreate backup boot environment: Yes
10232025-02-22T20:24:04.558Z Rebuild boot archive: No
10242025-02-22T20:24:04.558Z
10252025-02-22T20:24:04.558ZChanged mediators:
10262025-02-22T20:24:04.558Z mediator clang:
10272025-02-22T20:24:04.558Z version: None -> 15 (system default)
10282025-02-22T20:24:04.558Z
10292025-02-22T20:24:04.558Z mediator llvm:
10302025-02-22T20:24:04.558Z version: 14 (system default) -> 15 (system default)
10312025-02-22T20:24:04.558Z
10322025-02-22T20:24:04.558ZChanged packages:
10332025-02-22T20:24:04.558Zhelios-dev
10342025-02-22T20:24:04.558Z developer/build-essential
10352025-02-22T20:24:04.558Z None -> 11-2.0
10362025-02-22T20:24:04.558Z library/libxmlsec1
10372025-02-22T20:24:04.558Z None -> 1.2.35-2.0
10382025-02-22T20:24:04.558Z ooce/developer/clang-15
10392025-02-22T20:24:04.558Z None -> 15.0.7-2.0
10402025-02-22T20:24:04.558Z ooce/developer/llvm-15
10412025-02-22T20:24:04.558Z None -> 15.0.7-2.0
10422025-02-22T20:24:04.559Z package/pkg
10432025-02-22T20:24:04.559Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10442025-02-22T20:24:04.559Z system/library/g++-runtime
10452025-02-22T20:24:04.559Z 13-2.0 -> 14-2.0
10462025-02-22T20:24:04.559Z system/library/gcc-runtime
10472025-02-22T20:24:04.559Z 13-2.0 -> 14-2.0
10482025-02-22T20:24:04.559Z
10492025-02-22T20:24:04.559ZServices:
10502025-02-22T20:24:04.559Z restart_fmri:
10512025-02-22T20:24:04.559Z svc:/system/update-man-index:default
10522025-02-22T20:24:04.559Z
10532025-02-22T20:24:04.559ZEditable files to change:
10542025-02-22T20:24:04.559Z Update:
10552025-02-22T20:24:04.559Z usr/share/lib/pkg/web/config.shtml
10562025-02-22T20:24:04.643Z
10572025-02-22T20:24:04.644ZDownload: 0/4301 items 0.0/225.4MB 0% complete
10582025-02-22T20:24:10.879ZDownload: 212/4301 items 1.3/225.4MB 0% complete (636k/s)
10592025-02-22T20:24:15.886ZDownload: 1226/4301 items 100.5/225.4MB 44% complete (10.0M/s)
10602025-02-22T20:24:20.885ZDownload: 1813/4301 items 118.2/225.4MB 52% complete (11.8M/s)
10612025-02-22T20:24:25.889ZDownload: 2661/4301 items 120.7/225.4MB 53% complete (2.7M/s)
10622025-02-22T20:24:30.888ZDownload: 3207/4301 items 187.9/225.4MB 83% complete (6.9M/s)
10632025-02-22T20:24:35.888ZDownload: 3283/4301 items 209.4/225.4MB 92% complete (8.8M/s)
10642025-02-22T20:24:40.892ZDownload: 4124/4301 items 219.9/225.4MB 97% complete (3.9M/s)
10652025-02-22T20:24:46.265ZDownload: 4292/4301 items 224.6/225.4MB 99% complete (2.3M/s)
10662025-02-22T20:24:49.476ZDownload: Completed 225.42 MB in 44.83 seconds (5.0M/s)
10672025-02-22T20:24:51.605Z Actions: 1/5122 actions (Removing old actions)
10682025-02-22T20:24:51.626Z Actions: 194/5122 actions (Installing new actions)
10692025-02-22T20:24:56.410Z Actions: 4267/5122 actions (Updating modified actions)
10702025-02-22T20:24:56.765Z Actions: Completed 5122 actions in 5.16 seconds.
10712025-02-22T20:24:56.999Z Done (0.226s)
10722025-02-22T20:24:57.002Z Done (0.001s)
10732025-02-22T20:24:57.616Z Done (0.615s)
10742025-02-22T20:25:02.244Z Done (4.398s)
10752025-02-22T20:25:02.330Z Done (0.018s)
10762025-02-22T20:25:02.333Z Done (0.000s)
10772025-02-22T20:25:02.503Z Done (0.000s)
10782025-02-22T20:25:03.223ZPlanning: Evaluating mediator changes ... Done
10792025-02-22T20:25:03.385ZPlanning: Checking for conflicting actions ... Done
10802025-02-22T20:25:03.387ZPlanning: Consolidating action changes ... Done
10812025-02-22T20:25:03.654ZPlanning: Evaluating mediators ... Done
10822025-02-22T20:25:03.656ZPlanning: Planning completed in 0.43 seconds
10832025-02-22T20:25:03.695Z Mediators to change: 2
10842025-02-22T20:25:03.695Z Create boot environment: No
10852025-02-22T20:25:03.697ZCreate backup boot environment: No
10862025-02-22T20:25:03.775Z Done
10872025-02-22T20:25:03.775Z Done
10882025-02-22T20:25:04.193Z Done
10892025-02-22T20:25:07.785Z Done
10902025-02-22T20:25:07.876Z Done
10912025-02-22T20:25:07.879Z Done
10922025-02-22T20:25:08.027Z Done
10932025-02-22T20:25:08.639ZPlanning: Evaluating mediator changes ... Done
10942025-02-22T20:25:08.642ZPlanning: Merging actions ... Done
10952025-02-22T20:25:08.832ZPlanning: Checking for conflicting actions ... Done
10962025-02-22T20:25:08.834ZPlanning: Consolidating action changes ... Done
10972025-02-22T20:25:09.103ZPlanning: Evaluating mediators ... Done
10982025-02-22T20:25:09.159ZPlanning: Planning completed in 0.76 seconds
10992025-02-22T20:25:09.199Z Packages to change: 1
11002025-02-22T20:25:09.200Z Mediators to change: 1
11012025-02-22T20:25:09.202Z Services to change: 1
11022025-02-22T20:25:09.202Z Create boot environment: No
11032025-02-22T20:25:09.203ZCreate backup boot environment: Yes
11042025-02-22T20:25:11.515Z Actions: 1/6 actions (Updating modified actions)
11052025-02-22T20:25:11.518Z Actions: Completed 6 actions in 0.00 seconds.
11062025-02-22T20:25:11.518Z Done
11072025-02-22T20:25:11.518Z Done
11082025-02-22T20:25:11.641Z Done
11092025-02-22T20:25:15.236Z Done
11102025-02-22T20:25:15.324Z Done
11112025-02-22T20:25:15.326Z Done
11122025-02-22T20:25:15.463Z Done
11132025-02-22T20:25:15.901ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11142025-02-22T20:25:15.901Zclang system 15 system
11152025-02-22T20:25:15.901Zcsh system system illumos
11162025-02-22T20:25:15.901Zctags system system illumos
11172025-02-22T20:25:15.901Zgcc vendor 12 vendor
11182025-02-22T20:25:15.901Zgcc system 10 system
11192025-02-22T20:25:15.901Zgcc system 7 system
11202025-02-22T20:25:15.901Zgo system 1.20 system
11212025-02-22T20:25:15.901Zgo system 1.19 system
11222025-02-22T20:25:15.901Zllvm system 15 system
11232025-02-22T20:25:15.902Zllvm system 14 system
11242025-02-22T20:25:15.902Zmariadb system 10.6 system
11252025-02-22T20:25:15.902Zmta vendor vendor dma
11262025-02-22T20:25:15.902Zopenjdk system 17 system
11272025-02-22T20:25:15.902Zopenjdk system 11 system
11282025-02-22T20:25:15.902Zopenjdk system 1.8 system
11292025-02-22T20:25:15.902Zopenssl vendor 3 vendor
11302025-02-22T20:25:15.902Zperl system 5.36 system
11312025-02-22T20:25:15.902Zpostgresql system 15 system
11322025-02-22T20:25:15.902Zpostgresql system 13 system
11332025-02-22T20:25:15.902Zpython vendor 3 vendor
11342025-02-22T20:25:15.902Zpython system 2 system
11352025-02-22T20:25:15.902Zpython3 system 3.11 system
11362025-02-22T20:25:15.902Zruby system 3.0 system
11372025-02-22T20:25:15.902Zwords vendor vendor american-english
11382025-02-22T20:25:15.902Zwords system system australian-english
11392025-02-22T20:25:15.902Zwords system system british-english
11402025-02-22T20:25:15.902Zwords system system canadian-english
11412025-02-22T20:25:15.902Zwords system system french
11422025-02-22T20:25:15.902Zwords system system italian
11432025-02-22T20:25:15.902Zwords system system ngerman
11442025-02-22T20:25:15.902Zwords system system ogerman
11452025-02-22T20:25:15.902Zwords system system spanish
11462025-02-22T20:25:16.235ZPUBLISHER TYPE STATUS P LOCATION
11472025-02-22T20:25:16.235Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11482025-02-22T20:25:19.270ZFMRI IFO
11492025-02-22T20:25:19.270Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11502025-02-22T20:25:19.270Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11512025-02-22T20:25:19.270Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11522025-02-22T20:25:19.270Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11532025-02-22T20:25:19.270Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11542025-02-22T20:25:19.270Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11552025-02-22T20:25:19.270Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11562025-02-22T20:25:19.270Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11572025-02-22T20:25:19.270Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11582025-02-22T20:25:19.270Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
11592025-02-22T20:25:19.270Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
11602025-02-22T20:25:19.270Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11612025-02-22T20:25:19.270Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
11622025-02-22T20:25:19.270Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
11632025-02-22T20:25:19.270Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11642025-02-22T20:25:20.349Z Downloading crates ...
11652025-02-22T20:25:20.478Z Downloaded cargo_toml v0.20.5
11662025-02-22T20:25:20.617Z Compiling proc-macro2 v1.0.92
11672025-02-22T20:25:20.619Z Compiling unicode-ident v1.0.14
11682025-02-22T20:25:20.619Z Compiling version_check v0.9.5
11692025-02-22T20:25:20.619Z Compiling serde v1.0.217
11702025-02-22T20:25:20.619Z Compiling thiserror v1.0.69
11712025-02-22T20:25:20.619Z Compiling memchr v2.7.4
11722025-02-22T20:25:20.619Z Compiling libc v0.2.169
11732025-02-22T20:25:20.639Z Compiling ucd-trie v0.1.7
11742025-02-22T20:25:20.885Z Compiling ryu v1.0.18
11752025-02-22T20:25:21.164Z Compiling itoa v1.0.11
11762025-02-22T20:25:21.295Z Compiling once_cell v1.20.3
11772025-02-22T20:25:21.351Z Compiling byteorder v1.5.0
11782025-02-22T20:25:21.417Z Compiling rustix v0.38.37
11792025-02-22T20:25:21.594Z Compiling serde_json v1.0.139
11802025-02-22T20:25:21.795Z Compiling bitflags v2.6.0
11812025-02-22T20:25:21.926Z Compiling usdt-impl v0.5.0
11822025-02-22T20:25:22.109Z Compiling proc-macro-error-attr v1.0.4
11832025-02-22T20:25:22.155Z Compiling syn v1.0.109
11842025-02-22T20:25:22.179Z Compiling proc-macro-error v1.0.4
11852025-02-22T20:25:22.214Z Compiling equivalent v1.0.1
11862025-02-22T20:25:22.329Z Compiling log v0.4.22
11872025-02-22T20:25:22.396Z Compiling quote v1.0.38
11882025-02-22T20:25:22.468Z Compiling errno v0.3.9
11892025-02-22T20:25:22.481Z Compiling utf8parse v0.2.2
11902025-02-22T20:25:22.644Z Compiling hashbrown v0.15.1
11912025-02-22T20:25:22.669Z Compiling camino v1.1.9
11922025-02-22T20:25:22.681Z Compiling plain v0.2.3
11932025-02-22T20:25:22.763Z Compiling syn v2.0.96
11942025-02-22T20:25:23.021Z Compiling thread-id v4.2.2
11952025-02-22T20:25:23.035Z Compiling anstyle-parse v0.2.5
11962025-02-22T20:25:23.317Z Compiling autocfg v1.4.0
11972025-02-22T20:25:23.339Z Compiling anstyle v1.0.10
11982025-02-22T20:25:23.641Z Compiling is_terminal_polyfill v1.70.1
11992025-02-22T20:25:23.761Z Compiling indexmap v2.7.1
12002025-02-22T20:25:23.777Z Compiling unicode-width v0.1.14
12012025-02-22T20:25:23.789Z Compiling pretty-hex v0.4.1
12022025-02-22T20:25:23.832Z Compiling semver v1.0.25
12032025-02-22T20:25:24.006Z Compiling anstyle-query v1.1.1
12042025-02-22T20:25:24.169Z Compiling winnow v0.6.20
12052025-02-22T20:25:24.198Z Compiling colorchoice v1.0.2
12062025-02-22T20:25:24.298Z Compiling fs-err v2.11.0
12072025-02-22T20:25:24.346Z Compiling anstream v0.6.15
12082025-02-22T20:25:24.625Z Compiling terminal_size v0.4.0
12092025-02-22T20:25:24.658Z Compiling fnv v1.0.7
12102025-02-22T20:25:24.804Z Compiling clap_lex v0.7.4
12112025-02-22T20:25:24.837Z Compiling heck v0.5.0
12122025-02-22T20:25:24.987Z Compiling heck v0.4.1
12132025-02-22T20:25:25.165Z Compiling fastrand v2.1.1
12142025-02-22T20:25:25.217Z Compiling anyhow v1.0.96
12152025-02-22T20:25:25.303Z Compiling cfg-if v1.0.0
12162025-02-22T20:25:25.335Z Compiling strsim v0.11.1
12172025-02-22T20:25:25.398Z Compiling bytecount v0.6.8
12182025-02-22T20:25:25.610Z Compiling papergrid v0.11.0
12192025-02-22T20:25:25.674Z Compiling tempfile v3.13.0
12202025-02-22T20:25:26.109Z Compiling clap_builder v4.5.30
12212025-02-22T20:25:26.160Z Compiling memmap v0.7.0
12222025-02-22T20:25:26.258Z Compiling unicode-linebreak v0.1.5
12232025-02-22T20:25:26.406Z Compiling smawk v0.3.2
12242025-02-22T20:25:26.733Z Compiling textwrap v0.16.1
12252025-02-22T20:25:27.126Z Compiling swrite v0.1.0
12262025-02-22T20:25:27.731Z Compiling tabled_derive v0.7.0
12272025-02-22T20:25:28.890Z Compiling tabled v0.15.0
12282025-02-22T20:25:29.551Z Compiling serde_derive v1.0.217
12292025-02-22T20:25:29.554Z Compiling thiserror-impl v1.0.69
12302025-02-22T20:25:29.554Z Compiling zerocopy-derive v0.7.35
12312025-02-22T20:25:29.554Z Compiling scroll_derive v0.12.0
12322025-02-22T20:25:29.742Z Compiling clap_derive v4.5.28
12332025-02-22T20:25:30.973Z Compiling scroll v0.12.0
12342025-02-22T20:25:31.377Z Compiling zerocopy v0.7.35
12352025-02-22T20:25:31.480Z Compiling goblin v0.8.2
12362025-02-22T20:25:32.370Z Compiling pest v2.7.14
12372025-02-22T20:25:33.142Z Compiling clap v4.5.30
12382025-02-22T20:25:34.441Z Compiling pest_meta v2.7.14
12392025-02-22T20:25:35.326Z Compiling pest_generator v2.7.14
12402025-02-22T20:25:36.719Z Compiling pest_derive v2.7.14
12412025-02-22T20:25:37.332Z Compiling dtrace-parser v0.2.0
12422025-02-22T20:25:38.022Z Compiling serde_tokenstream v0.2.2
12432025-02-22T20:25:38.107Z Compiling toml_datetime v0.6.8
12442025-02-22T20:25:38.109Z Compiling serde_spanned v0.6.8
12452025-02-22T20:25:38.210Z Compiling cargo-platform v0.1.8
12462025-02-22T20:25:38.403Z Compiling toml_edit v0.22.22
12472025-02-22T20:25:38.555Z Compiling macaddr v1.0.1
12482025-02-22T20:25:38.675Z Compiling camino-tempfile v1.1.1
12492025-02-22T20:25:39.404Z Compiling dof v0.3.0
12502025-02-22T20:25:39.485Z Compiling cargo_metadata v0.18.1
12512025-02-22T20:25:40.758Z Compiling usdt-attr-macro v0.5.0
12522025-02-22T20:25:40.761Z Compiling usdt-macro v0.5.0
12532025-02-22T20:25:41.125Z Compiling toml v0.8.19
12542025-02-22T20:25:41.838Z Compiling usdt v0.5.0
12552025-02-22T20:25:41.925Z Compiling cargo_toml v0.20.5
12562025-02-22T20:25:44.518Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12572025-02-22T20:25:47.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.80s
12582025-02-22T20:25:47.695Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12592025-02-22T20:25:48.549Z Compiling serde v1.0.217
12602025-02-22T20:25:48.552Z Compiling value-bag v1.9.0
12612025-02-22T20:25:48.552Z Compiling lock_api v0.4.12
12622025-02-22T20:25:48.552Z Compiling scopeguard v1.2.0
12632025-02-22T20:25:48.552Z Compiling typenum v1.17.0
12642025-02-22T20:25:48.679Z Compiling generic-array v0.14.7
12652025-02-22T20:25:48.708Z Compiling syn v2.0.96
12662025-02-22T20:25:48.719Z Compiling getrandom v0.2.15
12672025-02-22T20:25:48.821Z Compiling shlex v1.3.0
12682025-02-22T20:25:49.018Z Compiling rand_core v0.6.4
12692025-02-22T20:25:49.130Z Compiling log v0.4.22
12702025-02-22T20:25:49.213Z Compiling subtle v2.6.1
12712025-02-22T20:25:49.232Z Compiling jobserver v0.1.32
12722025-02-22T20:25:49.235Z Compiling smallvec v1.13.2
12732025-02-22T20:25:49.519Z Compiling const-oid v0.9.6
12742025-02-22T20:25:49.551Z Compiling pin-project-lite v0.2.14
12752025-02-22T20:25:49.602Z Compiling parking_lot_core v0.9.10
12762025-02-22T20:25:49.622Z Compiling rustix v0.38.37
12772025-02-22T20:25:49.684Z Compiling cc v1.1.30
12782025-02-22T20:25:49.841Z Compiling futures-core v0.3.31
12792025-02-22T20:25:50.051Z Compiling spin v0.9.8
12802025-02-22T20:25:50.086Z Compiling signal-hook-registry v1.4.2
12812025-02-22T20:25:50.456Z Compiling parking_lot v0.12.3
12822025-02-22T20:25:50.476Z Compiling mio v1.0.2
12832025-02-22T20:25:50.618Z Compiling aho-corasick v1.1.3
12842025-02-22T20:25:50.835Z Compiling cpufeatures v0.2.14
12852025-02-22T20:25:50.940Z Compiling futures-sink v0.3.31
12862025-02-22T20:25:50.960Z Compiling stable_deref_trait v1.2.0
12872025-02-22T20:25:51.080Z Compiling regex-syntax v0.8.5
12882025-02-22T20:25:51.097Z Compiling socket2 v0.5.7
12892025-02-22T20:25:51.319Z Compiling slab v0.4.9
12902025-02-22T20:25:51.556Z Compiling either v1.13.0
12912025-02-22T20:25:51.574Z Compiling glob v0.3.2
12922025-02-22T20:25:51.800Z Compiling prettyplease v0.2.29
12932025-02-22T20:25:51.956Z Compiling lazy_static v1.5.0
12942025-02-22T20:25:52.092Z Compiling serde_json v1.0.139
12952025-02-22T20:25:52.163Z Compiling minimal-lexical v0.2.1
12962025-02-22T20:25:52.226Z Compiling futures-channel v0.3.31
12972025-02-22T20:25:52.389Z Compiling clang-sys v1.8.1
12982025-02-22T20:25:52.449Z Compiling libloading v0.8.5
12992025-02-22T20:25:52.599Z Compiling nom v7.1.3
13002025-02-22T20:25:52.657Z Compiling home v0.5.9
13012025-02-22T20:25:52.790Z Compiling futures-io v0.3.31
13022025-02-22T20:25:52.857Z Compiling bindgen v0.69.5
13032025-02-22T20:25:53.056Z Compiling pin-utils v0.1.0
13042025-02-22T20:25:53.133Z Compiling futures-task v0.3.31
13052025-02-22T20:25:53.170Z Compiling itertools v0.10.5
13062025-02-22T20:25:53.430Z Compiling allocator-api2 v0.2.18
13072025-02-22T20:25:53.705Z Compiling lazycell v1.3.0
13082025-02-22T20:25:53.887Z Compiling rustc-hash v1.1.0
13092025-02-22T20:25:54.052Z Compiling foldhash v0.1.3
13102025-02-22T20:25:54.163Z Compiling libm v0.2.8
13112025-02-22T20:25:54.337Z Compiling hashbrown v0.15.1
13122025-02-22T20:25:54.547Z Compiling cmake v0.1.51
13132025-02-22T20:25:55.051Z Compiling regex-automata v0.4.8
13142025-02-22T20:25:55.461Z Compiling num-traits v0.2.19
13152025-02-22T20:25:55.570Z Compiling cexpr v0.6.0
13162025-02-22T20:25:55.688Z Compiling dunce v1.0.5
13172025-02-22T20:25:55.772Z Compiling fs_extra v1.3.0
13182025-02-22T20:25:55.790Z Compiling pkg-config v0.3.31
13192025-02-22T20:25:56.081Z Compiling synstructure v0.13.1
13202025-02-22T20:25:57.003Z Compiling writeable v0.5.5
13212025-02-22T20:25:57.148Z Compiling litemap v0.7.3
13222025-02-22T20:25:57.419Z Compiling ring v0.17.9
13232025-02-22T20:25:57.537Z Compiling base64ct v1.6.0
13242025-02-22T20:25:57.553Z Compiling paste v1.0.15
13252025-02-22T20:25:58.180Z Compiling pem-rfc7468 v0.7.0
13262025-02-22T20:25:58.258Z Compiling icu_locid_transform_data v1.5.0
13272025-02-22T20:25:58.366Z Compiling flagset v0.4.6
13282025-02-22T20:25:58.583Z Compiling aws-lc-rs v1.10.0
13292025-02-22T20:25:58.823Z Compiling httparse v1.9.5
13302025-02-22T20:25:59.082Z Compiling tracing-core v0.1.32
13312025-02-22T20:25:59.584Z Compiling rustls-pki-types v1.10.0
13322025-02-22T20:25:59.711Z Compiling percent-encoding v2.3.1
13332025-02-22T20:26:00.032Z Compiling crossbeam-utils v0.8.20
13342025-02-22T20:26:00.117Z Compiling icu_properties_data v1.5.0
13352025-02-22T20:26:00.371Z Compiling utf8_iter v1.0.4
13362025-02-22T20:26:00.481Z Compiling regex v1.11.1
13372025-02-22T20:26:00.634Z Compiling icu_normalizer_data v1.5.0
13382025-02-22T20:26:00.652Z Compiling vcpkg v0.2.15
13392025-02-22T20:26:00.746Z Compiling utf16_iter v1.0.5
13402025-02-22T20:26:00.776Z Compiling untrusted v0.7.1
13412025-02-22T20:26:00.943Z Compiling serde_derive v1.0.217
13422025-02-22T20:26:00.962Z Compiling zeroize_derive v1.4.2
13432025-02-22T20:26:00.965Z Compiling zerocopy-derive v0.7.35
13442025-02-22T20:26:01.469Z Compiling tokio-macros v2.5.0
13452025-02-22T20:26:02.259Z Compiling zerofrom-derive v0.1.4
13462025-02-22T20:26:02.312Z Compiling zeroize v1.8.1
13472025-02-22T20:26:02.891Z Compiling zerocopy v0.7.35
13482025-02-22T20:26:02.919Z Compiling yoke-derive v0.7.4
13492025-02-22T20:26:03.005Z Compiling thiserror-impl v1.0.69
13502025-02-22T20:26:03.768Z Compiling futures-macro v0.3.31
13512025-02-22T20:26:03.970Z Compiling crypto-common v0.1.6
13522025-02-22T20:26:04.119Z Compiling block-buffer v0.10.4
13532025-02-22T20:26:04.217Z Compiling zerovec-derive v0.10.3
13542025-02-22T20:26:04.405Z Compiling digest v0.10.7
13552025-02-22T20:26:04.905Z Compiling hmac v0.12.1
13562025-02-22T20:26:05.172Z Compiling displaydoc v0.2.5
13572025-02-22T20:26:05.566Z Compiling block-padding v0.3.3
13582025-02-22T20:26:05.609Z Compiling zerofrom v0.1.4
13592025-02-22T20:26:05.638Z Compiling futures-util v0.3.31
13602025-02-22T20:26:05.748Z Compiling sha2 v0.10.8
13612025-02-22T20:26:05.821Z Compiling yoke v0.7.4
13622025-02-22T20:26:05.838Z Compiling inout v0.1.3
13632025-02-22T20:26:05.856Z Compiling thiserror v1.0.69
13642025-02-22T20:26:06.011Z Compiling icu_provider_macros v1.5.0
13652025-02-22T20:26:06.129Z Compiling cipher v0.4.4
13662025-02-22T20:26:06.195Z Compiling ppv-lite86 v0.2.20
13672025-02-22T20:26:06.666Z Compiling der_derive v0.7.3
13682025-02-22T20:26:06.698Z Compiling zerovec v0.10.4
13692025-02-22T20:26:06.752Z Compiling tracing-attributes v0.1.27
13702025-02-22T20:26:06.966Z Compiling rand_chacha v0.3.1
13712025-02-22T20:26:07.056Z Compiling salsa20 v0.10.2
13722025-02-22T20:26:07.309Z Compiling pest v2.7.14
13732025-02-22T20:26:08.629Z Compiling tinystr v0.7.6
13742025-02-22T20:26:08.875Z Compiling der v0.7.9
13752025-02-22T20:26:09.004Z Compiling icu_locid v1.5.0
13762025-02-22T20:26:09.276Z Compiling icu_collections v1.5.0
13772025-02-22T20:26:09.311Z Compiling rand v0.8.5
13782025-02-22T20:26:09.978Z Compiling tracing v0.1.40
13792025-02-22T20:26:10.182Z Compiling icu_provider v1.5.0
13802025-02-22T20:26:10.536Z Compiling pbkdf2 v0.12.2
13812025-02-22T20:26:10.558Z Compiling powerfmt v0.2.0
13822025-02-22T20:26:10.718Z Compiling untrusted v0.9.0
13832025-02-22T20:26:10.927Z Compiling icu_locid_transform v1.5.0
13842025-02-22T20:26:10.941Z Compiling spki v0.7.3
13852025-02-22T20:26:11.061Z Compiling write16 v1.0.0
13862025-02-22T20:26:11.119Z Compiling mirai-annotations v1.12.0
13872025-02-22T20:26:11.170Z Compiling time-core v0.1.2
13882025-02-22T20:26:11.212Z Compiling num-conv v0.1.0
13892025-02-22T20:26:11.318Z Compiling deranged v0.3.11
13902025-02-22T20:26:11.361Z Compiling scrypt v0.11.0
13912025-02-22T20:26:11.419Z Compiling pest_meta v2.7.14
13922025-02-22T20:26:11.521Z Compiling time-macros v0.2.18
13932025-02-22T20:26:11.809Z Compiling cbc v0.1.2
13942025-02-22T20:26:11.858Z Compiling aes v0.8.4
13952025-02-22T20:26:12.056Z Compiling openssl-sys v0.9.106
13962025-02-22T20:26:12.798Z Compiling icu_properties v1.5.1
13972025-02-22T20:26:13.099Z Compiling scroll_derive v0.12.0
13982025-02-22T20:26:13.693Z Compiling bitflags v2.6.0
13992025-02-22T20:26:14.143Z Compiling bytes v1.9.0
14002025-02-22T20:26:14.475Z Compiling semver v1.0.25
14012025-02-22T20:26:14.586Z Compiling indexmap v2.7.1
14022025-02-22T20:26:15.163Z Compiling tokio v1.43.0
14032025-02-22T20:26:15.253Z Compiling http v1.2.0
14042025-02-22T20:26:15.448Z Compiling rustc_version v0.4.1
14052025-02-22T20:26:15.584Z Compiling num_threads v0.1.7
14062025-02-22T20:26:15.735Z Compiling atomic-waker v1.1.2
14072025-02-22T20:26:15.933Z Compiling tinyvec_macros v0.1.1
14082025-02-22T20:26:15.961Z Compiling time v0.3.36
14092025-02-22T20:26:16.047Z Compiling tinyvec v1.8.0
14102025-02-22T20:26:16.106Z Compiling scroll v0.12.0
14112025-02-22T20:26:16.661Z Compiling icu_normalizer v1.5.0
14122025-02-22T20:26:17.288Z Compiling http-body v1.0.1
14132025-02-22T20:26:17.483Z Compiling pkcs5 v0.7.1
14142025-02-22T20:26:17.504Z Compiling pest_generator v2.7.14
14152025-02-22T20:26:17.538Z Compiling form_urlencoded v1.2.1
14162025-02-22T20:26:17.541Z Compiling try-lock v0.2.5
14172025-02-22T20:26:17.723Z Compiling idna_adapter v1.2.0
14182025-02-22T20:26:17.848Z Compiling slog v2.7.0
14192025-02-22T20:26:17.960Z Compiling which v4.4.2
14202025-02-22T20:26:18.475Z Compiling pkcs8 v0.10.2
14212025-02-22T20:26:18.505Z Compiling idna v1.0.3
14222025-02-22T20:26:18.528Z Compiling want v0.3.1
14232025-02-22T20:26:18.807Z Compiling goblin v0.8.2
14242025-02-22T20:26:18.949Z Compiling uuid v1.12.0
14252025-02-22T20:26:19.103Z Compiling tower-service v0.3.3
14262025-02-22T20:26:19.238Z Compiling httpdate v1.0.3
14272025-02-22T20:26:19.257Z Compiling pest_derive v2.7.14
14282025-02-22T20:26:19.684Z Compiling iana-time-zone v0.1.61
14292025-02-22T20:26:20.022Z Compiling chrono v0.4.39
14302025-02-22T20:26:20.041Z Compiling dtrace-parser v0.2.0
14312025-02-22T20:26:20.348Z Compiling toml_datetime v0.6.8
14322025-02-22T20:26:20.463Z Compiling serde_tokenstream v0.2.2
14332025-02-22T20:26:20.824Z Compiling serde_spanned v0.6.8
14342025-02-22T20:26:20.844Z Compiling openssl v0.10.71
14352025-02-22T20:26:21.066Z Compiling match_cfg v0.1.0
14362025-02-22T20:26:21.085Z Compiling foreign-types-shared v0.1.1
14372025-02-22T20:26:21.176Z Compiling rustversion v1.0.17
14382025-02-22T20:26:21.219Z Compiling base64 v0.22.1
14392025-02-22T20:26:21.288Z Compiling adler2 v2.0.0
14402025-02-22T20:26:21.501Z Compiling miniz_oxide v0.8.0
14412025-02-22T20:26:21.897Z Compiling foreign-types v0.3.2
14422025-02-22T20:26:21.922Z Compiling hostname v0.3.1
14432025-02-22T20:26:21.940Z Compiling url v2.5.3
14442025-02-22T20:26:22.132Z Compiling async-trait v0.1.86
14452025-02-22T20:26:22.882Z Compiling openssl-macros v0.1.1
14462025-02-22T20:26:23.237Z Compiling tokio-util v0.7.12
14472025-02-22T20:26:23.257Z Compiling serde_derive_internals v0.29.1
14482025-02-22T20:26:23.593Z Compiling dirs-sys-next v0.1.2
14492025-02-22T20:26:23.611Z Compiling rustls v0.23.19
14502025-02-22T20:26:23.925Z Compiling schemars v0.8.21
14512025-02-22T20:26:24.143Z Compiling h2 v0.4.6
14522025-02-22T20:26:24.259Z Compiling native-tls v0.2.12
14532025-02-22T20:26:24.459Z Compiling syn v1.0.109
14542025-02-22T20:26:24.501Z Compiling dof v0.3.0
14552025-02-22T20:26:24.606Z Compiling rustls v0.22.4
14562025-02-22T20:26:24.897Z Compiling data-encoding v2.6.0
14572025-02-22T20:26:25.040Z Compiling siphasher v0.3.11
14582025-02-22T20:26:25.380Z Compiling usdt-impl v0.5.0
14592025-02-22T20:26:25.514Z Compiling schemars_derive v0.8.21
14602025-02-22T20:26:26.408Z Compiling dirs-next v2.0.0
14612025-02-22T20:26:26.907Z Compiling http-body-util v0.1.2
14622025-02-22T20:26:27.405Z Compiling unicode-normalization v0.1.24
14632025-02-22T20:26:27.896Z Compiling heapless v0.7.17
14642025-02-22T20:26:27.984Z Compiling crossbeam-epoch v0.9.18
14652025-02-22T20:26:28.115Z Compiling signature v2.2.0
14662025-02-22T20:26:28.330Z Compiling sha1 v0.10.6
14672025-02-22T20:26:28.408Z Compiling bzip2-sys v0.1.11+1.0.8
14682025-02-22T20:26:28.457Z Compiling thread_local v1.1.8
14692025-02-22T20:26:28.472Z Compiling multer v3.1.0
14702025-02-22T20:26:28.680Z Compiling cookie v0.18.1
14712025-02-22T20:26:28.730Z Compiling encoding_rs v0.8.34
14722025-02-22T20:26:28.780Z Compiling gimli v0.31.1
14732025-02-22T20:26:28.883Z Compiling rayon-core v1.12.1
14742025-02-22T20:26:28.904Z Compiling slog-async v2.8.0
14752025-02-22T20:26:28.978Z Compiling dyn-clone v1.0.18
14762025-02-22T20:26:29.187Z Compiling signal-hook v0.3.17
14772025-02-22T20:26:29.189Z Compiling unicode-properties v0.1.3
14782025-02-22T20:26:29.367Z Compiling unicode-bidi v0.3.17
14792025-02-22T20:26:29.459Z Compiling openssl-probe v0.1.5
14802025-02-22T20:26:29.618Z Compiling mime v0.3.17
14812025-02-22T20:26:29.743Z Compiling ipnet v2.10.1
14822025-02-22T20:26:30.130Z Compiling stringprep v0.1.5
14832025-02-22T20:26:30.687Z Compiling toml_edit v0.22.22
14842025-02-22T20:26:31.308Z Compiling hyper v1.5.2
14852025-02-22T20:26:33.322Z Compiling addr2line v0.24.2
14862025-02-22T20:26:34.003Z Compiling hyper-util v0.1.10
14872025-02-22T20:26:34.158Z Compiling crossbeam-deque v0.8.5
14882025-02-22T20:26:34.251Z Compiling usdt-macro v0.5.0
14892025-02-22T20:26:34.351Z Compiling usdt-attr-macro v0.5.0
14902025-02-22T20:26:34.465Z Compiling term v0.7.0
14912025-02-22T20:26:34.942Z Compiling slog-json v2.6.1
14922025-02-22T20:26:35.317Z Compiling serde_urlencoded v0.7.1
14932025-02-22T20:26:35.670Z Compiling curve25519-dalek v4.1.3
14942025-02-22T20:26:35.707Z Compiling crossbeam-channel v0.5.13
14952025-02-22T20:26:35.822Z Compiling enum-as-inner v0.6.1
14962025-02-22T20:26:35.904Z Compiling futures-executor v0.3.31
14972025-02-22T20:26:36.356Z Compiling md-5 v0.10.6
14982025-02-22T20:26:36.375Z Compiling async-stream-impl v0.3.6
14992025-02-22T20:26:36.643Z Compiling rustls-pemfile v2.2.0
15002025-02-22T20:26:36.694Z Compiling num-integer v0.1.46
15012025-02-22T20:26:36.798Z Compiling hash32 v0.2.1
15022025-02-22T20:26:36.900Z Compiling ff v0.13.0
15032025-02-22T20:26:36.981Z Compiling is-terminal v0.4.13
15042025-02-22T20:26:37.127Z Compiling memoffset v0.9.1
15052025-02-22T20:26:37.147Z Compiling object v0.36.5
15062025-02-22T20:26:37.174Z Compiling dropshot v0.12.0
15072025-02-22T20:26:37.434Z Compiling litrs v0.4.1
15082025-02-22T20:26:37.455Z Compiling linked-hash-map v0.5.6
15092025-02-22T20:26:37.485Z Compiling utf-8 v0.7.6
15102025-02-22T20:26:37.579Z Compiling num-bigint-dig v0.8.4
15112025-02-22T20:26:37.781Z Compiling quick-error v1.2.3
15122025-02-22T20:26:37.783Z Compiling base16ct v0.2.0
15132025-02-22T20:26:37.818Z Compiling take_mut v0.2.2
15142025-02-22T20:26:37.917Z Compiling smoltcp v0.9.1
15152025-02-22T20:26:37.949Z Compiling portable-atomic v1.9.0
15162025-02-22T20:26:37.986Z Compiling fallible-iterator v0.2.0
15172025-02-22T20:26:38.112Z Compiling anyhow v1.0.96
15182025-02-22T20:26:38.452Z Compiling cfg_aliases v0.2.1
15192025-02-22T20:26:38.560Z Compiling rustc-demangle v0.1.24
15202025-02-22T20:26:38.580Z Compiling psl-types v2.0.11
15212025-02-22T20:26:38.636Z Compiling postgres-protocol v0.6.7
15222025-02-22T20:26:38.791Z Compiling publicsuffix v2.3.0
15232025-02-22T20:26:39.000Z Compiling nix v0.29.0
15242025-02-22T20:26:39.091Z Compiling document-features v0.2.10
15252025-02-22T20:26:39.110Z Compiling sec1 v0.7.3
15262025-02-22T20:26:39.674Z Compiling resolv-conf v0.7.0
15272025-02-22T20:26:39.778Z Compiling lru-cache v0.1.2
15282025-02-22T20:26:39.864Z Compiling tungstenite v0.24.0
15292025-02-22T20:26:39.985Z Compiling async-stream v0.3.6
15302025-02-22T20:26:40.299Z Compiling num-iter v0.1.45
15312025-02-22T20:26:40.412Z Compiling group v0.13.0
15322025-02-22T20:26:40.412Z Compiling slog-term v2.9.1
15332025-02-22T20:26:40.521Z Compiling usdt v0.5.0
15342025-02-22T20:26:40.762Z Compiling hickory-proto v0.24.3
15352025-02-22T20:26:41.130Z Compiling futures v0.3.31
15362025-02-22T20:26:41.262Z Compiling slog-bunyan v2.5.0
15372025-02-22T20:26:41.638Z Compiling toml v0.8.19
15382025-02-22T20:26:41.886Z Compiling tokio-native-tls v0.3.1
15392025-02-22T20:26:42.535Z Compiling camino v1.1.9
15402025-02-22T20:26:43.075Z Compiling phf_shared v0.11.2
15412025-02-22T20:26:43.179Z Compiling dropshot_endpoint v0.12.0
15422025-02-22T20:26:43.342Z Compiling terminal_size v0.4.0
15432025-02-22T20:26:43.426Z Compiling openapiv3 v2.0.0
15442025-02-22T20:26:43.571Z Compiling waitgroup v0.1.2
15452025-02-22T20:26:43.808Z Compiling backtrace v0.3.74
15462025-02-22T20:26:43.854Z Compiling serde_path_to_error v0.1.16
15472025-02-22T20:26:44.316Z Compiling hkdf v0.12.4
15482025-02-22T20:26:44.594Z Compiling crypto-bigint v0.5.5
15492025-02-22T20:26:44.612Z Compiling curve25519-dalek-derive v0.1.1
15502025-02-22T20:26:46.037Z Compiling zerocopy-derive v0.6.6
15512025-02-22T20:26:46.553Z Compiling hubpack_derive v0.1.1
15522025-02-22T20:26:46.634Z Compiling webpki-roots v0.26.6
15532025-02-22T20:26:46.862Z Compiling sync_wrapper v1.0.1
15542025-02-22T20:26:47.022Z Compiling hostname v0.4.0
15552025-02-22T20:26:47.215Z Compiling crc32fast v1.4.2
15562025-02-22T20:26:47.252Z Compiling ahash v0.8.11
15572025-02-22T20:26:47.398Z Compiling fs-err v2.11.0
15582025-02-22T20:26:47.426Z Compiling newtype-uuid v1.2.1
15592025-02-22T20:26:47.541Z Compiling unicode-width v0.2.0
15602025-02-22T20:26:47.604Z Compiling managed v0.8.0
15612025-02-22T20:26:47.715Z Compiling bitflags v1.3.2
15622025-02-22T20:26:47.736Z Compiling tower-layer v0.3.3
15632025-02-22T20:26:47.837Z Compiling debug-ignore v1.0.5
15642025-02-22T20:26:47.865Z Compiling winnow v0.5.40
15652025-02-22T20:26:47.999Z Compiling tower v0.5.2
15662025-02-22T20:26:48.021Z Compiling console v0.15.10
15672025-02-22T20:26:48.052Z Compiling strum_macros v0.25.3
15682025-02-22T20:26:48.843Z Compiling clap_builder v4.5.30
15692025-02-22T20:26:49.345Z Compiling zerocopy v0.6.6
15702025-02-22T20:26:49.893Z Compiling elliptic-curve v0.13.8
15712025-02-22T20:26:49.918Z Compiling flate2 v1.0.35
15722025-02-22T20:26:50.070Z Compiling hubpack v0.1.2
15732025-02-22T20:26:50.484Z Compiling hickory-resolver v0.24.3
15742025-02-22T20:26:50.842Z Compiling signal-hook-mio v0.2.4
15752025-02-22T20:26:51.032Z Compiling phf v0.11.2
15762025-02-22T20:26:51.337Z Compiling toml_edit v0.19.15
15772025-02-22T20:26:51.361Z Compiling cookie_store v0.21.1
15782025-02-22T20:26:51.535Z Compiling rayon v1.10.0
15792025-02-22T20:26:51.655Z Compiling hyper-tls v0.6.0
15802025-02-22T20:26:52.048Z Compiling bzip2 v0.4.4
15812025-02-22T20:26:52.431Z Compiling tokio-tungstenite v0.24.0
15822025-02-22T20:26:53.118Z Compiling postgres-types v0.2.8
15832025-02-22T20:26:55.683Z Compiling ed25519 v2.2.3
15842025-02-22T20:26:55.867Z Compiling phf_shared v0.10.0
15852025-02-22T20:26:56.088Z Compiling tokio-stream v0.1.16
15862025-02-22T20:26:56.247Z Compiling pkcs1 v0.7.5
15872025-02-22T20:26:56.759Z Compiling serde-big-array v0.5.1
15882025-02-22T20:26:56.998Z Compiling clap_derive v4.5.28
15892025-02-22T20:26:57.040Z Compiling rfc6979 v0.4.0
15902025-02-22T20:26:57.141Z Compiling serde_repr v0.1.19
15912025-02-22T20:26:57.232Z Compiling derive-where v1.2.7
15922025-02-22T20:26:57.519Z Compiling bstr v1.10.0
15932025-02-22T20:26:58.134Z Compiling float-cmp v0.10.0
15942025-02-22T20:26:58.217Z Compiling static_assertions v1.1.0
15952025-02-22T20:26:58.327Z Compiling precomputed-hash v0.1.1
15962025-02-22T20:26:58.377Z Compiling fixedbitset v0.4.2
15972025-02-22T20:26:58.460Z Compiling unicode-segmentation v1.12.0
15982025-02-22T20:26:58.487Z Compiling predicates-core v1.0.8
15992025-02-22T20:26:58.801Z Compiling normalize-line-endings v0.3.0
16002025-02-22T20:26:58.828Z Compiling number_prefix v0.4.0
16012025-02-22T20:26:58.938Z Compiling bit-vec v0.6.3
16022025-02-22T20:26:59.044Z Compiling difflib v0.4.0
16032025-02-22T20:26:59.095Z Compiling new_debug_unreachable v1.0.6
16042025-02-22T20:26:59.200Z Compiling whoami v1.5.2
16052025-02-22T20:26:59.334Z Compiling bit-set v0.5.3
16062025-02-22T20:26:59.361Z Compiling string_cache v0.8.7
16072025-02-22T20:26:59.625Z Compiling tokio-postgres v0.7.12
16082025-02-22T20:26:59.721Z Compiling predicates v3.1.3
16092025-02-22T20:26:59.801Z Compiling similar v2.6.0
16102025-02-22T20:27:00.378Z Compiling indicatif v0.17.11
16112025-02-22T20:27:00.381Z Compiling petgraph v0.6.5
16122025-02-22T20:27:01.223Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
16132025-02-22T20:27:01.465Z Compiling clap v4.5.30
16142025-02-22T20:27:01.594Z Compiling ecdsa v0.16.9
16152025-02-22T20:27:01.874Z Compiling rsa v0.9.6
16162025-02-22T20:27:02.378Z Compiling ed25519-dalek v2.1.1
16172025-02-22T20:27:02.398Z Compiling toml v0.7.8
16182025-02-22T20:27:03.824Z Compiling zip v0.6.6
16192025-02-22T20:27:04.008Z Compiling crossterm v0.28.1
16202025-02-22T20:27:05.657Z Compiling hex v0.4.3
16212025-02-22T20:27:05.988Z Compiling x509-cert v0.2.5
16222025-02-22T20:27:06.077Z Compiling lalrpop-util v0.19.12
16232025-02-22T20:27:06.251Z Compiling unicode-xid v0.2.6
16242025-02-22T20:27:06.448Z Compiling peg-runtime v0.8.3
16252025-02-22T20:27:06.468Z Compiling strum_macros v0.26.4
16262025-02-22T20:27:06.577Z Compiling xattr v1.3.1
16272025-02-22T20:27:06.850Z Compiling filetime v0.2.25
16282025-02-22T20:27:07.154Z Compiling tar v0.4.42
16292025-02-22T20:27:10.928Z Compiling strum v0.26.3
16302025-02-22T20:27:14.093Z Compiling aws-lc-sys v0.22.0
16312025-02-22T20:27:41.472Z Compiling rustls-webpki v0.102.8
16322025-02-22T20:27:44.662Z Compiling tokio-rustls v0.25.0
16332025-02-22T20:27:46.389Z Compiling tokio-rustls v0.26.0
16342025-02-22T20:27:46.678Z Compiling hyper-rustls v0.27.3
16352025-02-22T20:27:47.038Z Compiling reqwest v0.12.12
16362025-02-22T20:27:48.296Z Compiling qorb v0.2.1
16372025-02-22T20:27:51.302Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16382025-02-22T20:27:51.564Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16392025-02-22T20:27:55.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
16402025-02-22T20:27:56.128Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16412025-02-22T20:27:56.173ZFeb 22 20:27:54.913 INFO Starting download, target: Clickhouse
16422025-02-22T20:27:56.173ZFeb 22 20:27:54.913 INFO Starting download, target: Console
16432025-02-22T20:27:56.173ZFeb 22 20:27:54.913 INFO Starting download, target: Cockroach
16442025-02-22T20:27:56.176ZFeb 22 20:27:54.913 INFO Starting download, target: DendriteOpenapi
16452025-02-22T20:27:56.176ZFeb 22 20:27:54.913 INFO Starting download, target: DendriteStub
16462025-02-22T20:27:56.176ZFeb 22 20:27:54.913 INFO Starting download, target: MaghemiteMgd
16472025-02-22T20:27:56.176ZFeb 22 20:27:54.913 INFO Starting download, target: TransceiverControl
16482025-02-22T20:27:56.176ZFeb 22 20:27:54.914 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16492025-02-22T20:27:56.176ZFeb 22 20:27:54.914 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16502025-02-22T20:27:56.176ZFeb 22 20:27:54.914 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16512025-02-22T20:27:56.176ZFeb 22 20:27:54.914 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16522025-02-22T20:27:56.176ZFeb 22 20:27:54.914 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16532025-02-22T20:27:56.176ZFeb 22 20:27:54.914 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16542025-02-22T20:27:56.176ZFeb 22 20:27:54.914 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16552025-02-22T20:27:56.434ZFeb 22 20:27:55.173 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16562025-02-22T20:27:56.868ZFeb 22 20:27:55.603 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16572025-02-22T20:27:56.937ZFeb 22 20:27:55.674 INFO Download complete, target: TransceiverControl
16582025-02-22T20:27:57.039ZFeb 22 20:27:55.774 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16592025-02-22T20:27:57.169ZFeb 22 20:27:55.909 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16602025-02-22T20:27:57.227ZFeb 22 20:27:55.959 INFO Download complete, target: Console
16612025-02-22T20:27:57.789ZFeb 22 20:27:56.528 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16622025-02-22T20:27:57.789ZFeb 22 20:27:56.528 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16632025-02-22T20:27:58.026ZFeb 22 20:27:56.765 INFO Download complete, target: DendriteOpenapi
16642025-02-22T20:27:58.209ZFeb 22 20:27:56.949 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16652025-02-22T20:28:00.069ZFeb 22 20:27:58.808 INFO Download complete, target: DendriteStub
16662025-02-22T20:28:00.227ZFeb 22 20:27:58.967 INFO Download complete, target: MaghemiteMgd
16672025-02-22T20:28:05.372ZFeb 22 20:28:04.111 INFO Checking that binary works, target: Cockroach
16682025-02-22T20:28:05.539ZFeb 22 20:28:04.279 INFO Download complete, target: Cockroach
16692025-02-22T20:28:10.982ZFeb 22 20:28:09.722 INFO Checking that binary works, target: Clickhouse
16702025-02-22T20:28:11.109ZFeb 22 20:28:09.849 INFO Download complete, target: Clickhouse
16712025-02-22T20:28:11.117ZAll prerequisites installed successfully
16722025-02-22T20:28:11.119Z
16732025-02-22T20:28:11.119Zreal 4:38.286805933
16742025-02-22T20:28:11.119Zuser 15:20.410982630
16752025-02-22T20:28:11.119Zsys 2:01.086962387
16762025-02-22T20:28:11.119Ztrap 0.533503890
16772025-02-22T20:28:11.119Ztflt 0.873815200
16782025-02-22T20:28:11.119Zdflt 1.369895497
16792025-02-22T20:28:11.119Zkflt 0.030384955
16802025-02-22T20:28:11.119Zlock 26:23.292789397
16812025-02-22T20:28:11.119Zslp 53:56.767397987
16822025-02-22T20:28:11.120Zlat 58.967217536
16832025-02-22T20:28:11.120Zstop 2:17.560640819
16842025-02-22T20:28:11.120Z+ source ./tools/include/force-git-over-https.sh
16852025-02-22T20:28:11.120Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16862025-02-22T20:28:11.120Z++ (( i = 0 ))
16872025-02-22T20:28:11.120Z++ (( i < 5 ))
16882025-02-22T20:28:11.120Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16892025-02-22T20:28:11.122Z++ (( i++ ))
16902025-02-22T20:28:11.122Z++ (( i < 5 ))
16912025-02-22T20:28:11.122Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16922025-02-22T20:28:11.125Z++ (( i++ ))
16932025-02-22T20:28:11.125Z++ (( i < 5 ))
16942025-02-22T20:28:11.125Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16952025-02-22T20:28:11.128Z++ (( i++ ))
16962025-02-22T20:28:11.128Z++ (( i < 5 ))
16972025-02-22T20:28:11.128Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16982025-02-22T20:28:11.131Z++ (( i++ ))
16992025-02-22T20:28:11.131Z++ (( i < 5 ))
17002025-02-22T20:28:11.131Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17012025-02-22T20:28:11.134Z++ (( i++ ))
17022025-02-22T20:28:11.134Z++ (( i < 5 ))
17032025-02-22T20:28:11.137Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17042025-02-22T20:28:11.137Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17052025-02-22T20:28:11.137Z+ rc=0
17062025-02-22T20:28:11.137Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
17072025-02-22T20:28:44.603Z+ case $rc in
17082025-02-22T20:28:44.603Z+ pfexec zfs create -p rpool/images/build/host
17092025-02-22T20:28:44.824Z+ pfexec zfs create -p rpool/images/build/recovery
17102025-02-22T20:28:44.908Z+ cargo xtask releng --output-dir /work
17112025-02-22T20:28:45.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17122025-02-22T20:28:45.478Z Running `target/debug/xtask releng --output-dir /work`
17132025-02-22T20:28:46.417Z Compiling proc-macro2 v1.0.92
17142025-02-22T20:28:46.417Z Compiling unicode-ident v1.0.14
17152025-02-22T20:28:46.417Z Compiling libc v0.2.169
17162025-02-22T20:28:46.421Z Compiling serde v1.0.217
17172025-02-22T20:28:46.421Z Compiling autocfg v1.4.0
17182025-02-22T20:28:46.421Z Compiling version_check v0.9.5
17192025-02-22T20:28:46.551Z Compiling cfg-if v1.0.0
17202025-02-22T20:28:46.724Z Compiling memchr v2.7.4
17212025-02-22T20:28:46.768Z Compiling typenum v1.17.0
17222025-02-22T20:28:46.772Z Compiling shlex v1.3.0
17232025-02-22T20:28:47.152Z Compiling generic-array v0.14.7
17242025-02-22T20:28:47.301Z Compiling value-bag v1.9.0
17252025-02-22T20:28:47.475Z Compiling scopeguard v1.2.0
17262025-02-22T20:28:47.493Z Compiling lock_api v0.4.12
17272025-02-22T20:28:47.635Z Compiling parking_lot_core v0.9.10
17282025-02-22T20:28:47.831Z Compiling log v0.4.22
17292025-02-22T20:28:48.038Z Compiling rustix v0.38.37
17302025-02-22T20:28:48.041Z Compiling serde_json v1.0.139
17312025-02-22T20:28:48.408Z Compiling quote v1.0.38
17322025-02-22T20:28:48.479Z Compiling libm v0.2.8
17332025-02-22T20:28:48.579Z Compiling jobserver v0.1.32
17342025-02-22T20:28:48.667Z Compiling getrandom v0.2.15
17352025-02-22T20:28:48.800Z Compiling syn v2.0.96
17362025-02-22T20:28:48.851Z Compiling num-traits v0.2.19
17372025-02-22T20:28:48.986Z Compiling cc v1.1.30
17382025-02-22T20:28:49.009Z Compiling once_cell v1.20.3
17392025-02-22T20:28:49.029Z Compiling slab v0.4.9
17402025-02-22T20:28:49.072Z Compiling semver v1.0.25
17412025-02-22T20:28:49.195Z Compiling itoa v1.0.11
17422025-02-22T20:28:49.372Z Compiling thiserror v1.0.69
17432025-02-22T20:28:49.395Z Compiling aho-corasick v1.1.3
17442025-02-22T20:28:49.441Z Compiling regex-syntax v0.8.5
17452025-02-22T20:28:49.543Z Compiling spin v0.9.8
17462025-02-22T20:28:50.201Z Compiling errno v0.3.9
17472025-02-22T20:28:50.386Z Compiling byteorder v1.5.0
17482025-02-22T20:28:50.481Z Compiling glob v0.3.2
17492025-02-22T20:28:50.606Z Compiling either v1.13.0
17502025-02-22T20:28:50.905Z Compiling rand_core v0.6.4
17512025-02-22T20:28:51.076Z Compiling prettyplease v0.2.29
17522025-02-22T20:28:51.269Z Compiling clang-sys v1.8.1
17532025-02-22T20:28:51.333Z Compiling subtle v2.6.1
17542025-02-22T20:28:51.501Z Compiling lazy_static v1.5.0
17552025-02-22T20:28:51.549Z Compiling minimal-lexical v0.2.1
17562025-02-22T20:28:51.945Z Compiling nom v7.1.3
17572025-02-22T20:28:52.021Z Compiling libloading v0.8.5
17582025-02-22T20:28:52.118Z Compiling bindgen v0.69.5
17592025-02-22T20:28:52.165Z Compiling home v0.5.9
17602025-02-22T20:28:52.394Z Compiling smallvec v1.13.2
17612025-02-22T20:28:52.930Z Compiling itertools v0.10.5
17622025-02-22T20:28:53.266Z Compiling regex-automata v0.4.8
17632025-02-22T20:28:53.339Z Compiling rustc-hash v1.1.0
17642025-02-22T20:28:53.555Z Compiling lazycell v1.3.0
17652025-02-22T20:28:53.833Z Compiling cmake v0.1.51
17662025-02-22T20:28:55.014Z Compiling dunce v1.0.5
17672025-02-22T20:28:55.139Z Compiling fs_extra v1.3.0
17682025-02-22T20:28:55.178Z Compiling pkg-config v0.3.31
17692025-02-22T20:28:55.538Z Compiling cexpr v0.6.0
17702025-02-22T20:28:55.585Z Compiling ring v0.17.9
17712025-02-22T20:28:55.721Z Compiling paste v1.0.15
17722025-02-22T20:28:56.191Z Compiling ryu v1.0.18
17732025-02-22T20:28:56.310Z Compiling synstructure v0.13.1
17742025-02-22T20:28:56.680Z Compiling heck v0.5.0
17752025-02-22T20:28:57.085Z Compiling pin-project-lite v0.2.14
17762025-02-22T20:28:57.248Z Compiling httparse v1.9.5
17772025-02-22T20:28:57.315Z Compiling aws-lc-rs v1.10.0
17782025-02-22T20:28:57.549Z Compiling const-oid v0.9.6
17792025-02-22T20:28:57.997Z Compiling futures-core v0.3.31
17802025-02-22T20:28:58.072Z Compiling allocator-api2 v0.2.18
17812025-02-22T20:28:58.912Z Compiling signal-hook-registry v1.4.2
17822025-02-22T20:28:59.087Z Compiling regex v1.11.1
17832025-02-22T20:28:59.906Z Compiling parking_lot v0.12.3
17842025-02-22T20:29:00.130Z Compiling mio v1.0.2
17852025-02-22T20:29:00.336Z Compiling num-conv v0.1.0
17862025-02-22T20:29:00.375Z Compiling time-core v0.1.2
17872025-02-22T20:29:00.576Z Compiling crossbeam-utils v0.8.20
17882025-02-22T20:29:00.613Z Compiling serde_derive v1.0.217
17892025-02-22T20:29:00.668Z Compiling zeroize_derive v1.4.2
17902025-02-22T20:29:01.356Z Compiling zerocopy-derive v0.7.35
17912025-02-22T20:29:01.407Z Compiling tokio-macros v2.5.0
17922025-02-22T20:29:01.650Z Compiling thiserror-impl v1.0.69
17932025-02-22T20:29:01.844Z Compiling zerofrom-derive v0.1.4
17942025-02-22T20:29:02.054Z Compiling zeroize v1.8.1
17952025-02-22T20:29:02.552Z Compiling yoke-derive v0.7.4
17962025-02-22T20:29:02.635Z Compiling futures-macro v0.3.31
17972025-02-22T20:29:02.912Z Compiling zerovec-derive v0.10.3
17982025-02-22T20:29:03.084Z Compiling displaydoc v0.2.5
17992025-02-22T20:29:04.539Z Compiling zerocopy v0.7.35
18002025-02-22T20:29:04.657Z Compiling icu_provider_macros v1.5.0
18012025-02-22T20:29:04.758Z Compiling crypto-common v0.1.6
18022025-02-22T20:29:05.138Z Compiling tracing-attributes v0.1.27
18032025-02-22T20:29:05.173Z Compiling block-buffer v0.10.4
18042025-02-22T20:29:05.468Z Compiling digest v0.10.7
18052025-02-22T20:29:05.520Z Compiling der_derive v0.7.3
18062025-02-22T20:29:05.973Z Compiling time-macros v0.2.18
18072025-02-22T20:29:06.042Z Compiling schemars v0.8.21
18082025-02-22T20:29:06.242Z Compiling vcpkg v0.2.15
18092025-02-22T20:29:06.484Z Compiling serde_derive_internals v0.29.1
18102025-02-22T20:29:06.903Z Compiling socket2 v0.5.7
18112025-02-22T20:29:07.724Z Compiling openssl-sys v0.9.106
18122025-02-22T20:29:08.569Z Compiling schemars_derive v0.8.21
18132025-02-22T20:29:09.070Z Compiling futures-sink v0.3.31
18142025-02-22T20:29:09.116Z Compiling fnv v1.0.7
18152025-02-22T20:29:10.431Z Compiling ahash v0.8.11
18162025-02-22T20:29:10.475Z Compiling stable_deref_trait v1.2.0
18172025-02-22T20:29:10.914Z Compiling foldhash v0.1.3
18182025-02-22T20:29:11.077Z Compiling cpufeatures v0.2.14
18192025-02-22T20:29:11.152Z Compiling equivalent v1.0.1
18202025-02-22T20:29:11.377Z Compiling hashbrown v0.15.1
18212025-02-22T20:29:11.456Z Compiling slog v2.7.0
18222025-02-22T20:29:11.755Z Compiling futures-channel v0.3.31
18232025-02-22T20:29:11.806Z Compiling zerofrom v0.1.4
18242025-02-22T20:29:12.141Z Compiling futures-io v0.3.31
18252025-02-22T20:29:12.232Z Compiling futures-task v0.3.31
18262025-02-22T20:29:12.327Z Compiling pin-utils v0.1.0
18272025-02-22T20:29:12.465Z Compiling yoke v0.7.4
18282025-02-22T20:29:12.505Z Compiling futures-util v0.3.31
18292025-02-22T20:29:12.829Z Compiling openssl v0.10.71
18302025-02-22T20:29:12.885Z Compiling zerovec v0.10.4
18312025-02-22T20:29:13.293Z Compiling bitflags v2.6.0
18322025-02-22T20:29:13.394Z Compiling bytes v1.9.0
18332025-02-22T20:29:13.481Z Compiling indexmap v2.7.1
18342025-02-22T20:29:15.020Z Compiling tokio v1.43.0
18352025-02-22T20:29:16.210Z Compiling serde_tokenstream v0.2.2
18362025-02-22T20:29:16.416Z Compiling http v1.2.0
18372025-02-22T20:29:16.847Z Compiling scroll_derive v0.12.0
18382025-02-22T20:29:18.446Z Compiling which v4.4.2
18392025-02-22T20:29:18.696Z Compiling ucd-trie v0.1.7
18402025-02-22T20:29:19.157Z Compiling pest v2.7.14
18412025-02-22T20:29:19.193Z Compiling rustc_version v0.4.1
18422025-02-22T20:29:21.728Z Compiling uuid v1.12.0
18432025-02-22T20:29:22.067Z Compiling hmac v0.12.1
18442025-02-22T20:29:22.398Z Compiling openssl-macros v0.1.1
18452025-02-22T20:29:22.570Z Compiling rustls v0.23.19
18462025-02-22T20:29:22.832Z Compiling native-tls v0.2.12
18472025-02-22T20:29:23.104Z Compiling iana-time-zone v0.1.61
18482025-02-22T20:29:23.230Z Compiling pest_meta v2.7.14
18492025-02-22T20:29:23.411Z Compiling chrono v0.4.39
18502025-02-22T20:29:23.477Z Compiling tinystr v0.7.6
18512025-02-22T20:29:23.930Z Compiling block-padding v0.3.3
18522025-02-22T20:29:24.022Z Compiling litemap v0.7.3
18532025-02-22T20:29:24.221Z Compiling writeable v0.5.5
18542025-02-22T20:29:24.539Z Compiling inout v0.1.3
18552025-02-22T20:29:24.990Z Compiling icu_locid v1.5.0
18562025-02-22T20:29:25.375Z Compiling pest_generator v2.7.14
18572025-02-22T20:29:26.855Z Compiling cookie v0.18.1
18582025-02-22T20:29:27.662Z Compiling pest_derive v2.7.14
18592025-02-22T20:29:27.905Z Compiling icu_provider v1.5.0
18602025-02-22T20:29:28.493Z Compiling cipher v0.4.4
18612025-02-22T20:29:29.079Z Compiling sha2 v0.10.8
18622025-02-22T20:29:30.157Z Compiling async-trait v0.1.86
18632025-02-22T20:29:30.292Z Compiling tracing-core v0.1.32
18642025-02-22T20:29:30.356Z Compiling usdt-impl v0.5.0
18652025-02-22T20:29:30.857Z Compiling dyn-clone v1.0.18
18662025-02-22T20:29:31.131Z Compiling icu_locid_transform_data v1.5.0
18672025-02-22T20:29:31.263Z Compiling rustls-pki-types v1.10.0
18682025-02-22T20:29:31.496Z Compiling aws-lc-sys v0.22.0
18692025-02-22T20:29:32.499Z Compiling percent-encoding v2.3.1
18702025-02-22T20:29:32.525Z Compiling base64ct v1.6.0
18712025-02-22T20:29:32.740Z Compiling icu_locid_transform v1.5.0
18722025-02-22T20:29:33.140Z Compiling pem-rfc7468 v0.7.0
18732025-02-22T20:29:33.188Z Compiling tracing v0.1.40
18742025-02-22T20:29:35.082Z Compiling tokio-util v0.7.12
18752025-02-22T20:29:36.377Z Compiling scroll v0.12.0
18762025-02-22T20:29:36.438Z Compiling icu_collections v1.5.0
18772025-02-22T20:29:37.674Z Compiling ppv-lite86 v0.2.20
18782025-02-22T20:29:38.599Z Compiling camino v1.1.9
18792025-02-22T20:29:38.795Z Compiling untrusted v0.7.1
18802025-02-22T20:29:38.988Z Compiling flagset v0.4.6
18812025-02-22T20:29:39.176Z Compiling untrusted v0.9.0
18822025-02-22T20:29:39.232Z Compiling icu_properties_data v1.5.0
18832025-02-22T20:29:39.264Z Compiling powerfmt v0.2.0
18842025-02-22T20:29:39.419Z Compiling mirai-annotations v1.12.0
18852025-02-22T20:29:39.505Z Compiling plain v0.2.3
18862025-02-22T20:29:39.592Z Compiling syn v1.0.109
18872025-02-22T20:29:39.672Z Compiling goblin v0.8.2
18882025-02-22T20:29:39.754Z Compiling deranged v0.3.11
18892025-02-22T20:29:40.178Z Compiling icu_properties v1.5.1
18902025-02-22T20:29:41.409Z Compiling der v0.7.9
18912025-02-22T20:29:44.450Z Compiling rand_chacha v0.3.1
18922025-02-22T20:29:46.738Z Compiling pretty-hex v0.4.1
18932025-02-22T20:29:47.031Z Compiling utf16_iter v1.0.5
18942025-02-22T20:29:47.818Z Compiling rustls v0.22.4
18952025-02-22T20:29:48.276Z Compiling atomic-waker v1.1.2
18962025-02-22T20:29:48.392Z Compiling write16 v1.0.0
18972025-02-22T20:29:48.518Z Compiling litrs v0.4.1
18982025-02-22T20:29:48.557Z Compiling rayon-core v1.12.1
18992025-02-22T20:29:48.659Z Compiling icu_normalizer_data v1.5.0
19002025-02-22T20:29:48.822Z Compiling utf8_iter v1.0.4
19012025-02-22T20:29:48.871Z Compiling num_threads v0.1.7
19022025-02-22T20:29:49.080Z Compiling time v0.3.36
19032025-02-22T20:29:49.238Z Compiling icu_normalizer v1.5.0
19042025-02-22T20:29:49.501Z Compiling document-features v0.2.10
19052025-02-22T20:29:50.262Z Compiling dof v0.3.0
19062025-02-22T20:29:51.538Z Compiling rand v0.8.5
19072025-02-22T20:29:51.608Z Compiling spki v0.7.3
19082025-02-22T20:29:52.116Z Compiling form_urlencoded v1.2.1
19092025-02-22T20:29:52.853Z Compiling salsa20 v0.10.2
19102025-02-22T20:29:53.136Z Compiling dtrace-parser v0.2.0
19112025-02-22T20:29:54.001Z Compiling pbkdf2 v0.12.2
19122025-02-22T20:29:54.294Z Compiling http-body v1.0.1
19132025-02-22T20:29:54.779Z Compiling bzip2-sys v0.1.11+1.0.8
19142025-02-22T20:29:54.897Z Compiling thread-id v4.2.2
19152025-02-22T20:29:55.076Z Compiling try-lock v0.2.5
19162025-02-22T20:29:57.890Z Compiling want v0.3.1
19172025-02-22T20:29:59.524Z Compiling scrypt v0.11.0
19182025-02-22T20:29:59.584Z Compiling idna_adapter v1.2.0
19192025-02-22T20:29:59.661Z Compiling h2 v0.4.6
19202025-02-22T20:29:59.915Z Compiling aes v0.8.4
19212025-02-22T20:30:00.095Z Compiling cbc v0.1.2
19222025-02-22T20:30:00.642Z Compiling multer v3.1.0
19232025-02-22T20:30:01.102Z Compiling base64 v0.22.1
19242025-02-22T20:30:01.334Z Compiling slog-async v2.8.0
19252025-02-22T20:30:01.485Z Compiling tinyvec_macros v0.1.1
19262025-02-22T20:30:01.598Z Compiling tower-service v0.3.3
19272025-02-22T20:30:01.751Z Compiling httpdate v1.0.3
19282025-02-22T20:30:01.909Z Compiling tinyvec v1.8.0
19292025-02-22T20:30:02.715Z Compiling pkcs5 v0.7.1
19302025-02-22T20:30:03.823Z Compiling idna v1.0.3
19312025-02-22T20:30:08.748Z Compiling hyper v1.5.2
19322025-02-22T20:30:10.085Z Compiling heapless v0.7.17
19332025-02-22T20:30:10.576Z Compiling zerocopy-derive v0.6.6
19342025-02-22T20:30:11.103Z Compiling signal-hook v0.3.17
19352025-02-22T20:30:11.720Z Compiling anyhow v1.0.96
19362025-02-22T20:30:12.001Z Compiling num-bigint-dig v0.8.4
19372025-02-22T20:30:12.428Z Compiling hyper-util v0.1.10
19382025-02-22T20:30:16.306Z Compiling pkcs8 v0.10.2
19392025-02-22T20:30:16.942Z Compiling usdt-attr-macro v0.5.0
19402025-02-22T20:30:17.463Z Compiling usdt-macro v0.5.0
19412025-02-22T20:30:18.609Z Compiling async-stream-impl v0.3.6
19422025-02-22T20:30:19.002Z Compiling strsim v0.11.1
19432025-02-22T20:30:19.156Z Compiling foreign-types-shared v0.1.1
19442025-02-22T20:30:19.422Z Compiling rustversion v1.0.17
19452025-02-22T20:30:19.600Z Compiling foreign-types v0.3.2
19462025-02-22T20:30:20.484Z Compiling url v2.5.3
19472025-02-22T20:30:20.870Z Compiling http-body-util v0.1.2
19482025-02-22T20:30:21.756Z Compiling curve25519-dalek v4.1.3
19492025-02-22T20:30:22.152Z Compiling openapiv3 v2.0.0
19502025-02-22T20:30:22.336Z Compiling toml_datetime v0.6.8
19512025-02-22T20:30:22.793Z Compiling serde_spanned v0.6.8
19522025-02-22T20:30:22.965Z Compiling enum-as-inner v0.6.1
19532025-02-22T20:30:24.067Z Compiling memoffset v0.9.1
19542025-02-22T20:30:24.179Z Compiling dropshot v0.12.0
19552025-02-22T20:30:24.564Z Compiling encoding_rs v0.8.34
19562025-02-22T20:30:26.488Z Compiling match_cfg v0.1.0
19572025-02-22T20:30:26.692Z Compiling newtype-uuid v1.2.1
19582025-02-22T20:30:26.937Z Compiling smoltcp v0.9.1
19592025-02-22T20:30:27.043Z Compiling mime v0.3.17
19602025-02-22T20:30:27.428Z Compiling portable-atomic v1.9.0
19612025-02-22T20:30:27.983Z Compiling adler2 v2.0.0
19622025-02-22T20:30:28.189Z Compiling miniz_oxide v0.8.0
19632025-02-22T20:30:29.435Z Compiling hostname v0.3.1
19642025-02-22T20:30:39.661Z Compiling serde_urlencoded v0.7.1
19652025-02-22T20:30:39.741Z Compiling rustls-pemfile v2.2.0
19662025-02-22T20:30:40.307Z Compiling clap_derive v4.5.28
19672025-02-22T20:30:40.364Z Compiling dirs-sys-next v0.1.2
19682025-02-22T20:30:41.004Z Compiling ipnet v2.10.1
19692025-02-22T20:30:44.662Z Compiling siphasher v0.3.11
19702025-02-22T20:30:45.204Z Compiling cfg_aliases v0.2.1
19712025-02-22T20:30:45.238Z Compiling openssl-probe v0.1.5
19722025-02-22T20:30:45.301Z Compiling data-encoding v2.6.0
19732025-02-22T20:30:45.366Z Compiling nix v0.29.0
19742025-02-22T20:30:46.956Z Compiling dirs-next v2.0.0
19752025-02-22T20:30:47.947Z Compiling hubpack_derive v0.1.1
19762025-02-22T20:30:48.884Z Compiling unicode-normalization v0.1.24
19772025-02-22T20:30:49.743Z Compiling rustls-webpki v0.102.8
19782025-02-22T20:30:49.772Z Compiling crossbeam-epoch v0.9.18
19792025-02-22T20:30:50.208Z Compiling dropshot_endpoint v0.12.0
19802025-02-22T20:30:50.849Z Compiling sha1 v0.10.6
19812025-02-22T20:30:51.332Z Compiling signature v2.2.0
19822025-02-22T20:30:51.377Z Compiling curve25519-dalek-derive v0.1.1
19832025-02-22T20:30:51.470Z Compiling thread_local v1.1.8
19842025-02-22T20:30:51.654Z Compiling fs-err v2.11.0
19852025-02-22T20:30:52.700Z Compiling psl-types v2.0.11
19862025-02-22T20:30:52.978Z Compiling anstyle v1.0.10
19872025-02-22T20:30:53.482Z Compiling unicode-properties v0.1.3
19882025-02-22T20:30:53.804Z Compiling unicode-bidi v0.3.17
19892025-02-22T20:30:54.046Z Compiling winnow v0.6.20
19902025-02-22T20:30:54.375Z Compiling utf8parse v0.2.2
19912025-02-22T20:30:54.661Z Compiling gimli v0.31.1
19922025-02-22T20:30:55.065Z Compiling stringprep v0.1.5
19932025-02-22T20:30:55.755Z Compiling anstyle-parse v0.2.5
19942025-02-22T20:30:55.972Z Compiling publicsuffix v2.3.0
19952025-02-22T20:30:56.361Z Compiling crossbeam-deque v0.8.5
19962025-02-22T20:30:57.916Z Compiling toml_edit v0.22.22
19972025-02-22T20:30:59.627Z Compiling addr2line v0.24.2
19982025-02-22T20:30:59.730Z Compiling term v0.7.0
19992025-02-22T20:31:00.291Z Compiling tokio-native-tls v0.3.1
20002025-02-22T20:31:00.608Z Compiling slog-json v2.6.1
20012025-02-22T20:31:01.138Z Compiling crossbeam-channel v0.5.13
20022025-02-22T20:31:02.531Z Compiling webpki-roots v0.26.6
20032025-02-22T20:31:02.818Z Compiling futures-executor v0.3.31
20042025-02-22T20:31:02.891Z Compiling num-integer v0.1.46
20052025-02-22T20:31:03.269Z Compiling md-5 v0.10.6
20062025-02-22T20:31:03.525Z Compiling sync_wrapper v1.0.1
20072025-02-22T20:31:03.582Z Compiling ff v0.13.0
20082025-02-22T20:31:03.669Z Compiling hash32 v0.2.1
20092025-02-22T20:31:03.704Z Compiling memmap v0.7.0
20102025-02-22T20:31:03.835Z Compiling is-terminal v0.4.13
20112025-02-22T20:31:03.991Z Compiling object v0.36.5
20122025-02-22T20:31:04.016Z Compiling quick-error v1.2.3
20132025-02-22T20:31:04.178Z Compiling is_terminal_polyfill v1.70.1
20142025-02-22T20:31:04.241Z Compiling utf-8 v0.7.6
20152025-02-22T20:31:04.265Z Compiling take_mut v0.2.2
20162025-02-22T20:31:04.320Z Compiling rustc-demangle v0.1.24
20172025-02-22T20:31:04.443Z Compiling fallible-iterator v0.2.0
20182025-02-22T20:31:04.550Z Compiling colorchoice v1.0.2
20192025-02-22T20:31:04.730Z Compiling heck v0.4.1
20202025-02-22T20:31:05.119Z Compiling base16ct v0.2.0
20212025-02-22T20:31:05.169Z Compiling tower-layer v0.3.3
20222025-02-22T20:31:05.171Z Compiling linked-hash-map v0.5.6
20232025-02-22T20:31:05.440Z Compiling anstyle-query v1.1.1
20242025-02-22T20:31:05.542Z Compiling tower v0.5.2
20252025-02-22T20:31:05.565Z Compiling lru-cache v0.1.2
20262025-02-22T20:31:05.614Z Compiling anstream v0.6.15
20272025-02-22T20:31:05.788Z Compiling sec1 v0.7.3
20282025-02-22T20:31:06.186Z Compiling strum_macros v0.25.3
20292025-02-22T20:31:06.326Z Compiling postgres-protocol v0.6.7
20302025-02-22T20:31:06.509Z Compiling tungstenite v0.24.0
20312025-02-22T20:31:08.158Z Compiling resolv-conf v0.7.0
20322025-02-22T20:31:08.264Z Compiling slog-term v2.9.1
20332025-02-22T20:31:08.795Z Compiling usdt v0.5.0
20342025-02-22T20:31:09.229Z Compiling group v0.13.0
20352025-02-22T20:31:09.263Z Compiling num-iter v0.1.45
20362025-02-22T20:31:09.345Z Compiling futures v0.3.31
20372025-02-22T20:31:09.463Z Compiling tokio-rustls v0.26.0
20382025-02-22T20:31:09.940Z Compiling toml v0.8.19
20392025-02-22T20:31:10.386Z Compiling slog-bunyan v2.5.0
20402025-02-22T20:31:10.614Z Compiling backtrace v0.3.74
20412025-02-22T20:31:11.071Z Compiling tokio-rustls v0.25.0
20422025-02-22T20:31:11.131Z Compiling hyper-tls v0.6.0
20432025-02-22T20:31:11.288Z Compiling cookie_store v0.21.1
20442025-02-22T20:31:11.547Z Compiling hickory-proto v0.24.3
20452025-02-22T20:31:11.672Z Compiling phf_shared v0.11.2
20462025-02-22T20:31:12.098Z Compiling async-stream v0.3.6
20472025-02-22T20:31:12.430Z Compiling waitgroup v0.1.2
20482025-02-22T20:31:12.650Z Compiling hashbrown v0.14.5
20492025-02-22T20:31:12.904Z Compiling hkdf v0.12.4
20502025-02-22T20:31:13.154Z Compiling terminal_size v0.4.0
20512025-02-22T20:31:13.391Z Compiling serde_path_to_error v0.1.16
20522025-02-22T20:31:13.734Z Compiling crypto-bigint v0.5.5
20532025-02-22T20:31:13.877Z Compiling derive-where v1.2.7
20542025-02-22T20:31:14.137Z Compiling serde_repr v0.1.19
20552025-02-22T20:31:15.350Z Compiling hostname v0.4.0
20562025-02-22T20:31:15.382Z Compiling crc32fast v1.4.2
20572025-02-22T20:31:15.565Z Compiling managed v0.8.0
20582025-02-22T20:31:15.826Z Compiling bitflags v1.3.2
20592025-02-22T20:31:16.018Z Compiling winnow v0.5.40
20602025-02-22T20:31:16.792Z Compiling clap_lex v0.7.4
20612025-02-22T20:31:16.930Z Compiling unicode-width v0.2.0
20622025-02-22T20:31:17.078Z Compiling debug-ignore v1.0.5
20632025-02-22T20:31:17.209Z Compiling clap_builder v4.5.30
20642025-02-22T20:31:17.446Z Compiling console v0.15.10
20652025-02-22T20:31:17.627Z Compiling hickory-resolver v0.24.3
20662025-02-22T20:31:19.454Z Compiling toml_edit v0.19.15
20672025-02-22T20:31:20.580Z Compiling elliptic-curve v0.13.8
20682025-02-22T20:31:23.753Z Compiling flate2 v1.0.35
20692025-02-22T20:31:24.223Z Compiling regress v0.10.1
20702025-02-22T20:31:24.591Z Compiling hyper-rustls v0.27.3
20712025-02-22T20:31:25.832Z Compiling phf v0.11.2
20722025-02-22T20:31:26.542Z Compiling signal-hook-mio v0.2.4
20732025-02-22T20:31:26.735Z Compiling rayon v1.10.0
20742025-02-22T20:31:27.417Z Compiling bzip2 v0.4.4
20752025-02-22T20:31:27.893Z Compiling tokio-tungstenite v0.24.0
20762025-02-22T20:31:27.950Z Compiling postgres-types v0.2.8
20772025-02-22T20:31:28.450Z Compiling ed25519 v2.2.3
20782025-02-22T20:31:28.584Z Compiling hubpack v0.1.2
20792025-02-22T20:31:28.685Z Compiling phf_shared v0.10.0
20802025-02-22T20:31:29.098Z Compiling pkcs1 v0.7.5
20812025-02-22T20:31:29.926Z Compiling zerocopy v0.6.6
20822025-02-22T20:31:30.234Z Compiling tokio-stream v0.1.16
20832025-02-22T20:31:30.450Z Compiling rfc6979 v0.4.0
20842025-02-22T20:31:30.821Z Compiling serde-big-array v0.5.1
20852025-02-22T20:31:30.952Z Compiling float-cmp v0.10.0
20862025-02-22T20:31:31.171Z Compiling bstr v1.10.0
20872025-02-22T20:31:31.362Z Compiling number_prefix v0.4.0
20882025-02-22T20:31:31.614Z Compiling normalize-line-endings v0.3.0
20892025-02-22T20:31:31.737Z Compiling whoami v1.5.2
20902025-02-22T20:31:31.772Z Compiling unicode-segmentation v1.12.0
20912025-02-22T20:31:32.230Z Compiling difflib v0.4.0
20922025-02-22T20:31:32.253Z Compiling fixedbitset v0.4.2
20932025-02-22T20:31:32.273Z Compiling predicates-core v1.0.8
20942025-02-22T20:31:32.609Z Compiling new_debug_unreachable v1.0.6
20952025-02-22T20:31:32.631Z Compiling bit-vec v0.6.3
20962025-02-22T20:31:32.723Z Compiling static_assertions v1.1.0
20972025-02-22T20:31:32.821Z Compiling precomputed-hash v0.1.1
20982025-02-22T20:31:32.965Z Compiling bit-set v0.5.3
20992025-02-22T20:31:33.032Z Compiling string_cache v0.8.7
21002025-02-22T20:31:33.248Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21012025-02-22T20:31:33.456Z Compiling predicates v3.1.3
21022025-02-22T20:31:34.302Z Compiling petgraph v0.6.5
21032025-02-22T20:31:34.770Z Compiling similar v2.6.0
21042025-02-22T20:31:36.405Z Compiling tokio-postgres v0.7.12
21052025-02-22T20:31:37.837Z Compiling reqwest v0.12.12
21062025-02-22T20:31:39.051Z Compiling indicatif v0.17.11
21072025-02-22T20:31:39.372Z Compiling qorb v0.2.1
21082025-02-22T20:31:39.640Z Compiling ecdsa v0.16.9
21092025-02-22T20:31:40.057Z Compiling rsa v0.9.6
21102025-02-22T20:31:40.755Z Compiling ed25519-dalek v2.1.1
21112025-02-22T20:31:41.602Z Compiling typify-impl v0.2.0
21122025-02-22T20:31:42.087Z Compiling zip v0.6.6
21132025-02-22T20:31:42.297Z Compiling crossterm v0.28.1
21142025-02-22T20:31:43.232Z Compiling toml v0.7.8
21152025-02-22T20:31:44.304Z Compiling clap v4.5.30
21162025-02-22T20:31:45.469Z Compiling x509-cert v0.2.5
21172025-02-22T20:31:47.229Z Compiling hex v0.4.3
21182025-02-22T20:31:50.110Z Compiling unicode-xid v0.2.6
21192025-02-22T20:31:50.324Z Compiling peg-runtime v0.8.3
21202025-02-22T20:31:50.726Z Compiling lalrpop-util v0.19.12
21212025-02-22T20:31:52.107Z Compiling typify-macro v0.2.0
21222025-02-22T20:31:52.370Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21232025-02-22T20:32:20.992Z Compiling radium v0.7.0
21242025-02-22T20:32:27.725Z Compiling maybe-uninit v2.0.0
21252025-02-22T20:32:28.863Z Compiling tap v1.0.1
21262025-02-22T20:32:29.076Z Compiling ident_case v1.0.1
21272025-02-22T20:32:29.300Z Compiling darling_core v0.20.10
21282025-02-22T20:32:30.638Z Compiling wyz v0.5.1
21292025-02-22T20:32:39.946Z Compiling typify v0.2.0
21302025-02-22T20:32:42.197Z Compiling funty v2.0.0
21312025-02-22T20:32:42.817Z Compiling unsafe-libyaml v0.2.11
21322025-02-22T20:32:43.830Z Compiling packed_struct v0.10.1
21332025-02-22T20:32:48.782Z Compiling serde_yaml v0.9.34+deprecated
21342025-02-22T20:32:50.399Z Compiling bitvec v1.0.1
21352025-02-22T20:32:59.237Z Compiling progenitor-impl v0.8.0
21362025-02-22T20:32:59.266Z Compiling darling_macro v0.20.10
21372025-02-22T20:33:00.232Z Compiling ipnetwork v0.21.1
21382025-02-22T20:33:01.214Z Compiling packed_struct_codegen v0.10.1
21392025-02-22T20:33:02.718Z Compiling structmeta-derive v0.3.0
21402025-02-22T20:33:03.552Z Compiling indexmap v1.9.3
21412025-02-22T20:33:03.921Z Compiling crc-catalog v2.4.0
21422025-02-22T20:33:04.105Z Compiling fastrand v2.1.1
21432025-02-22T20:33:04.362Z Compiling nodrop v0.1.14
21442025-02-22T20:33:04.514Z Compiling thiserror v2.0.11
21452025-02-22T20:33:04.935Z Compiling tempfile v3.13.0
21462025-02-22T20:33:05.027Z Compiling progenitor-macro v0.8.0
21472025-02-22T20:33:05.050Z Compiling structmeta v0.3.0
21482025-02-22T20:33:05.407Z Compiling array-init v0.0.4
21492025-02-22T20:33:05.481Z Compiling crc v3.2.1
21502025-02-22T20:33:06.478Z Compiling oxnet v0.1.0
21512025-02-22T20:33:06.585Z Compiling darling v0.20.10
21522025-02-22T20:33:06.724Z Compiling smallvec v0.6.14
21532025-02-22T20:33:07.548Z Compiling progenitor-client v0.8.0
21542025-02-22T20:33:07.605Z Compiling xattr v1.3.1
21552025-02-22T20:33:07.956Z Compiling daft-derive v0.1.1
21562025-02-22T20:33:08.463Z Compiling pin-project-internal v1.1.6
21572025-02-22T20:33:09.379Z Compiling thiserror-impl v2.0.11
21582025-02-22T20:33:09.697Z Compiling filetime v0.2.25
21592025-02-22T20:33:10.092Z Compiling dropshot v0.15.1
21602025-02-22T20:33:10.129Z Compiling hashbrown v0.12.3
21612025-02-22T20:33:10.551Z Compiling bitfield v0.14.0
21622025-02-22T20:33:10.882Z Compiling base64 v0.21.7
21632025-02-22T20:33:10.974Z Compiling same-file v1.0.6
21642025-02-22T20:33:11.284Z Compiling termcolor v1.4.1
21652025-02-22T20:33:12.046Z Compiling env_logger v0.10.2
21662025-02-22T20:33:12.321Z Compiling ron v0.8.1
21672025-02-22T20:33:12.344Z Compiling walkdir v2.5.0
21682025-02-22T20:33:12.366Z Compiling pin-project v1.1.6
21692025-02-22T20:33:12.536Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21702025-02-22T20:33:13.997Z Compiling tar v0.4.42
21712025-02-22T20:33:15.026Z Compiling daft v0.1.1
21722025-02-22T20:33:15.304Z Compiling progenitor v0.8.0
21732025-02-22T20:33:15.559Z Compiling serde-hex v0.1.0
21742025-02-22T20:33:15.666Z Compiling serde_with_macros v3.11.0
21752025-02-22T20:33:18.066Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21762025-02-22T20:33:18.145Z Compiling parse-display-derive v0.10.0
21772025-02-22T20:33:18.418Z Compiling strum_macros v0.26.4
21782025-02-22T20:33:19.847Z Compiling hashbrown v0.13.2
21792025-02-22T20:33:20.597Z Compiling dropshot_endpoint v0.15.1
21802025-02-22T20:33:21.163Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21812025-02-22T20:33:21.661Z Compiling snafu-derive v0.8.5
21822025-02-22T20:33:21.912Z Compiling blake3 v1.5.4
21832025-02-22T20:33:22.532Z Compiling instant v0.1.13
21842025-02-22T20:33:22.557Z Compiling buf-list v1.0.3
21852025-02-22T20:33:22.733Z Compiling bumpalo v3.16.0
21862025-02-22T20:33:23.110Z Compiling crc-any v2.5.0
21872025-02-22T20:33:23.313Z Compiling simd-adler32 v0.3.7
21882025-02-22T20:33:24.058Z Compiling lockfree-object-pool v0.1.6
21892025-02-22T20:33:24.346Z Compiling zip v2.1.3
21902025-02-22T20:33:24.553Z Compiling zopfli v0.8.1
21912025-02-22T20:33:24.708Z Compiling backoff v0.4.0
21922025-02-22T20:33:24.758Z Compiling strum v0.26.3
21932025-02-22T20:33:25.121Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21942025-02-22T20:33:25.357Z Compiling parse-display v0.10.0
21952025-02-22T20:33:25.559Z Compiling object v0.30.4
21962025-02-22T20:33:25.857Z Compiling snafu v0.8.5
21972025-02-22T20:33:27.087Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21982025-02-22T20:33:27.186Z Compiling serde_with v3.11.0
21992025-02-22T20:33:28.638Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22002025-02-22T20:33:28.776Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22012025-02-22T20:33:29.509Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22022025-02-22T20:33:31.152Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22032025-02-22T20:33:31.940Z Compiling camino-tempfile v1.1.1
22042025-02-22T20:33:32.737Z Compiling globset v0.4.15
22052025-02-22T20:33:34.401Z Compiling regress v0.9.1
22062025-02-22T20:33:37.770Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22072025-02-22T20:33:37.982Z Compiling progenitor-client v0.9.1
22082025-02-22T20:33:38.785Z Compiling olpc-cjson v0.1.4
22092025-02-22T20:33:38.959Z Compiling pem v3.0.4
22102025-02-22T20:33:39.075Z Compiling cargo-platform v0.1.8
22112025-02-22T20:33:40.188Z Compiling serde_plain v1.0.2
22122025-02-22T20:33:40.462Z Compiling macaddr v1.0.1
22132025-02-22T20:33:40.761Z Compiling async-recursion v1.1.1
22142025-02-22T20:33:41.070Z Compiling memmap2 v0.9.5
22152025-02-22T20:33:41.656Z Compiling typed-path v0.9.3
22162025-02-22T20:33:42.086Z Compiling arrayvec v0.7.6
22172025-02-22T20:33:42.602Z Compiling constant_time_eq v0.3.1
22182025-02-22T20:33:42.807Z Compiling arrayref v0.3.9
22192025-02-22T20:33:42.872Z Compiling path-slash v0.1.5
22202025-02-22T20:33:42.938Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22212025-02-22T20:33:43.139Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22222025-02-22T20:33:44.807Z Compiling tough v0.19.0
22232025-02-22T20:33:45.126Z Compiling cargo_metadata v0.18.1
22242025-02-22T20:33:47.996Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
22252025-02-22T20:33:48.457Z Compiling itertools v0.13.0
22262025-02-22T20:33:48.581Z Compiling parse-size v1.1.0
22272025-02-22T20:33:48.921Z Compiling topological-sort v0.2.2
22282025-02-22T20:33:49.228Z Compiling omicron-zone-package v0.12.0
22292025-02-22T20:33:49.264Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
22302025-02-22T20:33:52.033Z Compiling shell-words v1.1.0
22312025-02-22T20:33:56.250Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22322025-02-22T20:34:09.444Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22332025-02-22T20:34:23.150Z Finished `release` profile [optimized] target(s) in 5m 37s
22342025-02-22T20:34:23.318Z Running `target/release/omicron-releng --output-dir /work`
22352025-02-22T20:34:23.362ZFeb 22 20:34:22.104 DEBG changing working directory to /work/oxidecomputer/omicron
22362025-02-22T20:34:23.471ZFeb 22 20:34:22.212 DEBG running: git rev-parse HEAD
22372025-02-22T20:34:23.477ZFeb 22 20:34:22.219 DEBG process exited with exit status: 0 (7.09755ms)
22382025-02-22T20:34:23.477ZFeb 22 20:34:22.219 INFO version: 13.0.0-0.ci+git7999177b3af
22392025-02-22T20:34:23.519ZFeb 22 20:34:22.261 INFO cloning helios to /work/oxidecomputer/helios
22402025-02-22T20:34:23.519ZFeb 22 20:34:22.261 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22412025-02-22T20:34:23.524ZCloning into '/work/oxidecomputer/helios'...
22422025-02-22T20:34:23.975ZFeb 22 20:34:22.717 DEBG process exited with exit status: 0 (455.837301ms)
22432025-02-22T20:34:23.975ZFeb 22 20:34:22.717 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22442025-02-22T20:34:24.881ZFeb 22 20:34:23.623 DEBG process exited with exit status: 0 (906.438883ms)
22452025-02-22T20:34:24.881ZFeb 22 20:34:23.623 DEBG running: zfs list rpool/images/build/host
22462025-02-22T20:34:24.889ZNAME USED AVAIL REFER MOUNTPOINT
22472025-02-22T20:34:24.889Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22482025-02-22T20:34:24.891ZFeb 22 20:34:23.631 DEBG process exited with exit status: 0 (8.03744ms)
22492025-02-22T20:34:24.891ZFeb 22 20:34:23.631 DEBG running: zfs list rpool/images/build/recovery
22502025-02-22T20:34:24.896ZNAME USED AVAIL REFER MOUNTPOINT
22512025-02-22T20:34:24.896Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22522025-02-22T20:34:24.899ZFeb 22 20:34:23.639 DEBG process exited with exit status: 0 (7.218662ms)
22532025-02-22T20:34:24.899ZFeb 22 20:34:23.639 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22542025-02-22T20:34:24.906Z# branch.oid 1e0785c95bda2195e187a1605f4ed360e6a0c0fa
22552025-02-22T20:34:24.906Z# branch.head master
22562025-02-22T20:34:24.906Z# branch.upstream origin/master
22572025-02-22T20:34:24.906Z# branch.ab +0 -0
22582025-02-22T20:34:24.909ZFeb 22 20:34:23.648 DEBG process exited with exit status: 0 (9.245507ms)
22592025-02-22T20:34:24.909ZFeb 22 20:34:23.649 INFO [hubris-production] running task
22602025-02-22T20:34:24.909ZFeb 22 20:34:23.649 INFO [hubris-staging] running task
22612025-02-22T20:34:24.909ZFeb 22 20:34:23.649 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
22622025-02-22T20:34:24.911ZFeb 22 20:34:23.653 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22632025-02-22T20:34:24.985Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22642025-02-22T20:34:25.398Z[ omicron-package] Blocking waiting for file lock on package cache
22652025-02-22T20:34:25.915Z[ omicron-package] Blocking waiting for file lock on package cache
22662025-02-22T20:34:26.200Z[ omicron-package] Blocking waiting for file lock on package cache
22672025-02-22T20:34:26.958Z[ omicron-package] Compiling ring v0.17.9
22682025-02-22T20:34:26.963ZFeb 22 20:34:25.705 INFO [hubris-production] task succeeded (2.055969922s)
22692025-02-22T20:34:26.968Z[ omicron-package] Compiling zerocopy v0.8.10
22702025-02-22T20:34:26.971Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22712025-02-22T20:34:26.971Z[ omicron-package] Compiling itertools v0.13.0
22722025-02-22T20:34:26.971Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22732025-02-22T20:34:26.971Z[ omicron-package] Compiling heapless v0.8.0
22742025-02-22T20:34:27.160Z[ omicron-package] Compiling hash32 v0.3.1
22752025-02-22T20:34:28.241Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22762025-02-22T20:34:28.414Z[ omicron-package] Compiling smoltcp v0.11.0
22772025-02-22T20:34:28.754Z[ omicron-package] Compiling num_enum_derive v0.5.11
22782025-02-22T20:34:29.686Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22792025-02-22T20:34:30.044Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22802025-02-22T20:34:30.616Z[ omicron-package] Compiling cobs v0.2.3
22812025-02-22T20:34:31.552Z[ omicron-package] Compiling postcard v1.0.10
22822025-02-22T20:34:31.945Z[ omicron-package] Compiling proc-macro-error v1.0.4
22832025-02-22T20:34:32.779Z[ omicron-package] Compiling num_enum v0.5.11
22842025-02-22T20:34:33.093Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22852025-02-22T20:34:33.242Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22862025-02-22T20:34:33.408Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22872025-02-22T20:34:33.666Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22882025-02-22T20:34:33.793Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22892025-02-22T20:34:34.076Z[ omicron-package] Compiling unicode-width v0.1.14
22902025-02-22T20:34:35.173Z[ omicron-package] Compiling rustls v0.23.19
22912025-02-22T20:34:35.305Z[ omicron-package] Compiling rustls v0.22.4
22922025-02-22T20:34:35.390Z[ omicron-package] Compiling tabwriter v1.4.0
22932025-02-22T20:34:35.717Z[ omicron-package] Compiling foreign-types v0.5.0
22942025-02-22T20:34:37.053Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22952025-02-22T20:34:37.422Z[ omicron-package] Compiling cstr-argument v0.1.2
22962025-02-22T20:34:37.503Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
22972025-02-22T20:34:38.275Z[ omicron-package] Compiling pretty-hex v0.2.1
22982025-02-22T20:34:38.380Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22992025-02-22T20:34:38.836Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23002025-02-22T20:34:38.915Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23012025-02-22T20:34:39.242Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23022025-02-22T20:34:39.358Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23032025-02-22T20:34:39.449Z[ omicron-package] Compiling rustls-webpki v0.102.8
23042025-02-22T20:34:40.166Z[ omicron-package] Compiling colored v2.1.0
23052025-02-22T20:34:40.823Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23062025-02-22T20:34:42.191Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
23072025-02-22T20:34:42.608Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23082025-02-22T20:34:43.248Z[ omicron-package] Compiling sigpipe v0.1.3
23092025-02-22T20:34:43.498Z[ omicron-package] Compiling num-derive v0.4.2
23102025-02-22T20:34:43.636Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23112025-02-22T20:34:43.977Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23122025-02-22T20:34:44.495Z[ omicron-package] Compiling libefi-sys v0.1.0
23132025-02-22T20:34:44.905Z[ omicron-package] Compiling zone v0.3.0
23142025-02-22T20:34:45.060Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23152025-02-22T20:34:45.379Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
23162025-02-22T20:34:46.405Z[ omicron-package] Compiling smf v0.2.3
23172025-02-22T20:34:46.445Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23182025-02-22T20:34:48.915Z[ omicron-package] Compiling tokio-rustls v0.25.0
23192025-02-22T20:34:49.398Z[ omicron-package] Compiling dropshot v0.12.0
23202025-02-22T20:34:49.482Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23212025-02-22T20:34:49.715Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23222025-02-22T20:34:49.973Z[ omicron-package] Compiling bitfield-struct v0.6.2
23232025-02-22T20:34:50.787Z[ omicron-package] Compiling tokio-rustls v0.26.0
23242025-02-22T20:34:51.390Z[ omicron-package] Compiling hyper-rustls v0.27.3
23252025-02-22T20:34:51.538Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23262025-02-22T20:34:51.813Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23272025-02-22T20:34:52.874Z[ omicron-package] Compiling reqwest v0.12.12
23282025-02-22T20:34:53.177Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292025-02-22T20:34:53.533Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23302025-02-22T20:34:55.112ZFeb 22 20:34:53.854 INFO [hubris-staging] task succeeded (30.205105643s)
23312025-02-22T20:34:55.615Z[ omicron-package] Compiling qorb v0.2.1
23322025-02-22T20:34:56.763Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
23332025-02-22T20:34:58.193Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342025-02-22T20:35:00.119Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23352025-02-22T20:35:00.316Z[ omicron-package] Compiling gethostname v0.5.0
23362025-02-22T20:35:00.720Z[ omicron-package] Compiling indent_write v2.2.0
23372025-02-22T20:35:02.089Z[ omicron-package] Compiling dropshot v0.15.1
23382025-02-22T20:35:02.748Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23392025-02-22T20:35:03.519Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23402025-02-22T20:35:09.907Z[ helios-setup] Feb 22 20:35:08.649 INFO helios repository root is: /work/oxidecomputer/helios
23412025-02-22T20:35:09.911Z[ helios-setup] Feb 22 20:35:08.651 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23422025-02-22T20:35:09.911Z[ helios-setup] Feb 22 20:35:08.651 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
23432025-02-22T20:35:09.911Z[ helios-setup] Feb 22 20:35:08.651 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23442025-02-22T20:35:09.915Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23452025-02-22T20:35:10.752Z[ helios-setup] Feb 22 20:35:09.494 INFO clone ok!, project: image-builder
23462025-02-22T20:35:10.755Z[ helios-setup] Feb 22 20:35:09.495 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
23472025-02-22T20:35:10.755Z[ helios-setup] Feb 22 20:35:09.495 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23482025-02-22T20:35:10.758Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23492025-02-22T20:35:11.496Z[ helios-setup] Feb 22 20:35:10.238 INFO clone ok!, project: phbl
23502025-02-22T20:35:11.498Z[ helios-setup] Feb 22 20:35:10.238 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
23512025-02-22T20:35:11.498Z[ helios-setup] Feb 22 20:35:10.238 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23522025-02-22T20:35:11.501Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23532025-02-22T20:35:12.591Z[ omicron-package] Compiling progenitor-client v0.8.0
23542025-02-22T20:35:12.749Z[ helios-setup] Feb 22 20:35:11.491 INFO clone ok!, project: chelsio-t6-roms
23552025-02-22T20:35:12.752Z[ helios-setup] Feb 22 20:35:11.491 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder
23562025-02-22T20:35:12.752Z[ helios-setup] Feb 22 20:35:11.491 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder
23572025-02-22T20:35:12.756Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23582025-02-22T20:35:13.261Z[ omicron-package] Compiling progenitor v0.8.0
23592025-02-22T20:35:13.649Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
23602025-02-22T20:35:13.674Z[ omicron-package] Compiling progenitor-client v0.9.1
23612025-02-22T20:35:14.072Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23622025-02-22T20:35:14.097Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23632025-02-22T20:35:14.742Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23642025-02-22T20:35:18.071Z[ omicron-package] Compiling omicron-zone-package v0.12.0
23652025-02-22T20:35:23.311Z[ helios-setup] Submodule path 'amd-firmware': checked out '1a6eeff3c909666c2c562bb7d934fad7744bf7de'
23662025-02-22T20:35:23.325Z[ helios-setup] Feb 22 20:35:22.067 INFO clone ok!, project: amd-host-image-builder
23672025-02-22T20:35:23.328Z[ helios-setup] Feb 22 20:35:22.068 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
23682025-02-22T20:35:23.328Z[ helios-setup] Feb 22 20:35:22.068 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23692025-02-22T20:35:23.331Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23702025-02-22T20:35:24.689Z[ helios-setup] Feb 22 20:35:23.431 INFO clone ok!, project: pilot
23712025-02-22T20:35:24.693Z[ helios-setup] Feb 22 20:35:23.431 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23722025-02-22T20:35:24.693Z[ helios-setup] Feb 22 20:35:23.431 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23732025-02-22T20:35:24.693Z[ helios-setup] Feb 22 20:35:23.431 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
23742025-02-22T20:35:24.693Z[ helios-setup] Feb 22 20:35:23.432 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23752025-02-22T20:35:24.699Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23762025-02-22T20:35:25.404Z[ helios-setup] Feb 22 20:35:24.146 INFO clone ok!, project: pinprick
23772025-02-22T20:35:25.407Z[ helios-setup] Feb 22 20:35:24.146 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
23782025-02-22T20:35:25.407Z[ helios-setup] Feb 22 20:35:24.146 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23792025-02-22T20:35:25.409Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23802025-02-22T20:35:27.897Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23812025-02-22T20:35:35.003Z[ helios-setup] Feb 22 20:35:33.745 INFO clone ok!, project: amd-firmware
23822025-02-22T20:35:35.005Z[ helios-setup] Feb 22 20:35:33.745 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
23832025-02-22T20:35:35.005Z[ helios-setup] Feb 22 20:35:33.745 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23842025-02-22T20:35:35.008Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23852025-02-22T20:35:35.578Z[ helios-setup] Feb 22 20:35:34.320 INFO clone ok!, project: bootserver
23862025-02-22T20:35:35.580Z[ helios-setup] Feb 22 20:35:34.321 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23872025-02-22T20:35:36.041Z[ helios-setup] Feb 22 20:35:34.783 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23882025-02-22T20:35:36.376Z[ helios-setup] Feb 22 20:35:35.118 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23892025-02-22T20:35:36.378Z[ helios-setup] Feb 22 20:35:35.118 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23902025-02-22T20:35:36.675Z[ helios-setup] Feb 22 20:35:35.418 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23912025-02-22T20:35:36.982Z[ helios-setup] Feb 22 20:35:35.724 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23922025-02-22T20:35:36.982Z[ helios-setup] Feb 22 20:35:35.724 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23932025-02-22T20:35:37.292Z[ helios-setup] Feb 22 20:35:36.034 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23942025-02-22T20:35:37.599Z[ helios-setup] Feb 22 20:35:36.341 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23952025-02-22T20:35:37.601Z[ helios-setup] Feb 22 20:35:36.341 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23962025-02-22T20:35:37.601Z[ helios-setup] Feb 22 20:35:36.341 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23972025-02-22T20:35:37.601Z[ helios-setup] Feb 22 20:35:36.341 INFO ok!
23982025-02-22T20:35:37.601Z[ helios-setup] Feb 22 20:35:36.341 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23992025-02-22T20:35:37.601Z[ helios-setup] Feb 22 20:35:36.341 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24002025-02-22T20:35:37.601Z[ helios-setup] Feb 22 20:35:36.341 INFO ok!
24012025-02-22T20:35:37.601Z[ helios-setup] Feb 22 20:35:36.341 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24022025-02-22T20:35:37.601Z[ helios-setup] Feb 22 20:35:36.341 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24032025-02-22T20:35:37.601Z[ helios-setup] Feb 22 20:35:36.341 INFO ok!
24042025-02-22T20:35:37.601Z[ helios-setup] Feb 22 20:35:36.341 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24052025-02-22T20:35:37.601Z[ helios-setup] Feb 22 20:35:36.341 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24062025-02-22T20:35:37.735Z[ helios-setup] Feb 22 20:35:36.478 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24072025-02-22T20:35:38.050Z[ helios-setup] Feb 22 20:35:36.790 INFO E| From https://github.com/jclulow/rust-jmclib
24082025-02-22T20:35:38.050Z[ helios-setup] Feb 22 20:35:36.790 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24092025-02-22T20:35:38.059Z[ helios-setup] Feb 22 20:35:36.801 INFO E| Updating crates.io index
24102025-02-22T20:35:38.177Z[ helios-setup] Feb 22 20:35:36.919 INFO E| Downloading crates ...
24112025-02-22T20:35:38.246Z[ helios-setup] Feb 22 20:35:36.988 INFO E| Downloaded glob v0.3.1
24122025-02-22T20:35:38.248Z[ helios-setup] Feb 22 20:35:36.989 INFO E| Downloaded block-buffer v0.9.0
24132025-02-22T20:35:38.254Z[ helios-setup] Feb 22 20:35:36.996 INFO E| Downloaded md-5 v0.9.1
24142025-02-22T20:35:38.256Z[ helios-setup] Feb 22 20:35:36.998 INFO E| Downloaded digest v0.9.0
24152025-02-22T20:35:38.261Z[ helios-setup] Feb 22 20:35:37.003 INFO E| Downloaded libdevinfo-sys v1.0.0
24162025-02-22T20:35:38.269Z[ helios-setup] Feb 22 20:35:37.011 INFO E| Downloaded opaque-debug v0.3.0
24172025-02-22T20:35:38.271Z[ helios-setup] Feb 22 20:35:37.012 INFO E| Downloaded anyhow v1.0.72
24182025-02-22T20:35:38.274Z[ helios-setup] Feb 22 20:35:37.015 INFO E| Downloaded walkdir v2.3.3
24192025-02-22T20:35:38.277Z[ helios-setup] Feb 22 20:35:37.017 INFO E| Downloaded cpufeatures v0.2.9
24202025-02-22T20:35:38.277Z[ helios-setup] Feb 22 20:35:37.018 INFO E| Downloaded errno v0.3.1
24212025-02-22T20:35:38.279Z[ helios-setup] Feb 22 20:35:37.021 INFO E| Downloaded itoa v1.0.9
24222025-02-22T20:35:38.283Z[ helios-setup] Feb 22 20:35:37.025 INFO E| Downloaded fastrand v2.0.0
24232025-02-22T20:35:38.288Z[ helios-setup] Feb 22 20:35:37.030 INFO E| Downloaded unicode-width v0.1.10
24242025-02-22T20:35:38.291Z[ helios-setup] Feb 22 20:35:37.033 INFO E| Downloaded sha-1 v0.9.8
24252025-02-22T20:35:38.293Z[ helios-setup] Feb 22 20:35:37.035 INFO E| Downloaded once_cell v1.18.0
24262025-02-22T20:35:38.295Z[ helios-setup] Feb 22 20:35:37.037 INFO E| Downloaded getrandom v0.2.10
24272025-02-22T20:35:38.298Z[ helios-setup] Feb 22 20:35:37.040 INFO E| Downloaded bitflags v2.3.3
24282025-02-22T20:35:38.300Z[ helios-setup] Feb 22 20:35:37.042 INFO E| Downloaded tempfile v3.7.0
24292025-02-22T20:35:38.303Z[ helios-setup] Feb 22 20:35:37.045 INFO E| Downloaded serde_derive v1.0.193
24302025-02-22T20:35:38.305Z[ helios-setup] Feb 22 20:35:37.047 INFO E| Downloaded quote v1.0.31
24312025-02-22T20:35:38.308Z[ helios-setup] Feb 22 20:35:37.050 INFO E| Downloaded uuid v0.8.2
24322025-02-22T20:35:38.311Z[ helios-setup] Feb 22 20:35:37.053 INFO E| Downloaded typenum v1.16.0
24332025-02-22T20:35:38.313Z[ helios-setup] Feb 22 20:35:37.055 INFO E| Downloaded toml v0.5.11
24342025-02-22T20:35:38.316Z[ helios-setup] Feb 22 20:35:37.058 INFO E| Downloaded ryu v1.0.15
24352025-02-22T20:35:38.318Z[ helios-setup] Feb 22 20:35:37.061 INFO E| Downloaded serde v1.0.193
24362025-02-22T20:35:38.322Z[ helios-setup] Feb 22 20:35:37.064 INFO E| Downloaded unicode-ident v1.0.11
24372025-02-22T20:35:38.324Z[ helios-setup] Feb 22 20:35:37.066 INFO E| Downloaded proc-macro2 v1.0.66
24382025-02-22T20:35:38.335Z[ helios-setup] Feb 22 20:35:37.077 INFO E| Downloaded serde_json v1.0.103
24392025-02-22T20:35:38.350Z[ helios-setup] Feb 22 20:35:37.093 INFO E| Downloaded syn v2.0.32
24402025-02-22T20:35:38.361Z[ helios-setup] Feb 22 20:35:37.103 INFO E| Downloaded rustix v0.38.4
24412025-02-22T20:35:38.389Z[ helios-setup] Feb 22 20:35:37.131 INFO E| Downloaded libc v0.2.147
24422025-02-22T20:35:38.469Z[ helios-setup] Feb 22 20:35:37.211 INFO E| Compiling libc v0.2.147
24432025-02-22T20:35:38.469Z[ helios-setup] Feb 22 20:35:37.211 INFO E| Compiling proc-macro2 v1.0.66
24442025-02-22T20:35:38.471Z[ helios-setup] Feb 22 20:35:37.211 INFO E| Compiling unicode-ident v1.0.11
24452025-02-22T20:35:38.471Z[ helios-setup] Feb 22 20:35:37.211 INFO E| Compiling cfg-if v1.0.0
24462025-02-22T20:35:38.472Z[ helios-setup] Feb 22 20:35:37.211 INFO E| Compiling version_check v0.9.4
24472025-02-22T20:35:38.472Z[ helios-setup] Feb 22 20:35:37.211 INFO E| Compiling typenum v1.16.0
24482025-02-22T20:35:38.474Z[ helios-setup] Feb 22 20:35:37.217 INFO E| Compiling serde v1.0.193
24492025-02-22T20:35:38.477Z[ helios-setup] Feb 22 20:35:37.217 INFO E| Compiling powerfmt v0.2.0
24502025-02-22T20:35:38.587Z[ helios-setup] Feb 22 20:35:37.329 INFO E| Compiling time-core v0.1.2
24512025-02-22T20:35:38.683Z[ helios-setup] Feb 22 20:35:37.425 INFO E| Compiling itoa v1.0.9
24522025-02-22T20:35:38.835Z[ helios-setup] Feb 22 20:35:37.577 INFO E| Compiling slog v2.7.0
24532025-02-22T20:35:38.880Z[ helios-setup] Feb 22 20:35:37.622 INFO E| Compiling rustix v0.38.4
24542025-02-22T20:35:38.997Z[ helios-setup] Feb 22 20:35:37.739 INFO E| Compiling num-conv v0.1.0
24552025-02-22T20:35:39.065Z[ helios-setup] Feb 22 20:35:37.807 INFO E| Compiling generic-array v0.14.7
24562025-02-22T20:35:39.114Z[ helios-setup] Feb 22 20:35:37.856 INFO E| Compiling deranged v0.3.11
24572025-02-22T20:35:39.302Z[ helios-setup] Feb 22 20:35:38.041 INFO E| Compiling time-macros v0.2.18
24582025-02-22T20:35:39.464Z[ helios-setup] Feb 22 20:35:38.206 INFO E| Compiling once_cell v1.18.0
24592025-02-22T20:35:39.547Z[ helios-setup] Feb 22 20:35:38.289 INFO E| Compiling bitflags v2.3.3
24602025-02-22T20:35:39.777Z[ helios-setup] Feb 22 20:35:38.519 INFO E| Compiling num_threads v0.1.6
24612025-02-22T20:35:39.886Z[ helios-setup] Feb 22 20:35:38.628 INFO E| Compiling thread_local v1.1.7
24622025-02-22T20:35:40.025Z[ helios-setup] Feb 22 20:35:38.767 INFO E| Compiling fastrand v2.0.0
24632025-02-22T20:35:40.537Z[ helios-setup] Feb 22 20:35:39.279 INFO E| Compiling quote v1.0.31
24642025-02-22T20:35:40.746Z[ helios-setup] Feb 22 20:35:39.488 INFO E| Compiling dirs-sys-next v0.1.2
24652025-02-22T20:35:40.804Z[ helios-setup] Feb 22 20:35:39.546 INFO E| Compiling errno v0.3.1
24662025-02-22T20:35:40.804Z[ helios-setup] Feb 22 20:35:39.546 INFO E| Compiling atty v0.2.14
24672025-02-22T20:35:40.848Z[ helios-setup] Feb 22 20:35:39.590 INFO E| Compiling serde_json v1.0.103
24682025-02-22T20:35:40.930Z[ helios-setup] Feb 22 20:35:39.673 INFO E| Compiling anyhow v1.0.72
24692025-02-22T20:35:41.013Z[ helios-setup] Feb 22 20:35:39.755 INFO E| Compiling opaque-debug v0.3.0
24702025-02-22T20:35:41.104Z[ helios-setup] Feb 22 20:35:39.847 INFO E| Compiling syn v2.0.32
24712025-02-22T20:35:41.521Z[ helios-setup] Feb 22 20:35:40.263 INFO E| Compiling dirs-next v2.0.0
24722025-02-22T20:35:41.651Z[ helios-setup] Feb 22 20:35:40.389 INFO E| Compiling getrandom v0.2.10
24732025-02-22T20:35:41.661Z[ helios-setup] Feb 22 20:35:40.403 INFO E| Compiling term v0.7.0
24742025-02-22T20:35:42.098Z[ helios-setup] Feb 22 20:35:40.840 INFO E| Compiling ryu v1.0.15
24752025-02-22T20:35:42.432Z[ helios-setup] Feb 22 20:35:41.174 INFO E| Compiling unicode-width v0.1.10
24762025-02-22T20:35:42.494Z[ helios-setup] Feb 22 20:35:41.237 INFO E| Compiling same-file v1.0.6
24772025-02-22T20:35:42.691Z[ helios-setup] Feb 22 20:35:41.433 INFO E| Compiling cpufeatures v0.2.9
24782025-02-22T20:35:42.798Z[ helios-setup] Feb 22 20:35:41.540 INFO E| Compiling digest v0.9.0
24792025-02-22T20:35:42.840Z[ helios-setup] Feb 22 20:35:41.582 INFO E| Compiling block-buffer v0.9.0
24802025-02-22T20:35:42.903Z[ helios-setup] Feb 22 20:35:41.645 INFO E| Compiling walkdir v2.3.3
24812025-02-22T20:35:43.289Z[ helios-setup] Feb 22 20:35:42.031 INFO E| Compiling time v0.3.36
24822025-02-22T20:35:43.309Z[ helios-setup] Feb 22 20:35:42.051 INFO E| Compiling sha-1 v0.9.8
24832025-02-22T20:35:43.341Z[ helios-setup] Feb 22 20:35:42.083 INFO E| Compiling md-5 v0.9.1
24842025-02-22T20:35:43.415Z[ helios-setup] Feb 22 20:35:42.157 INFO E| Compiling getopts v0.2.21
24852025-02-22T20:35:44.056Z[ helios-setup] Feb 22 20:35:42.798 INFO E| Compiling tempfile v3.7.0
24862025-02-22T20:35:44.172Z[ helios-setup] Feb 22 20:35:42.914 INFO E| Compiling glob v0.3.1
24872025-02-22T20:35:44.370Z[ helios-setup] Feb 22 20:35:43.112 INFO E| Compiling libdevinfo-sys v1.0.0
24882025-02-22T20:35:46.068Z[ helios-setup] Feb 22 20:35:44.810 INFO E| Compiling slog-term v2.9.0
24892025-02-22T20:35:46.560Z[ helios-setup] Feb 22 20:35:45.302 INFO E| Compiling serde_derive v1.0.193
24902025-02-22T20:35:47.981Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24912025-02-22T20:35:48.802Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24922025-02-22T20:35:52.930Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24932025-02-22T20:35:57.667Z[ helios-setup] Feb 22 20:35:56.410 INFO E| Compiling toml v0.5.11
24942025-02-22T20:35:57.667Z[ helios-setup] Feb 22 20:35:56.410 INFO E| Compiling uuid v0.8.2
24952025-02-22T20:35:59.251Z[ helios-setup] Feb 22 20:35:57.993 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
24962025-02-22T20:35:59.800Z[ helios-setup] Feb 22 20:35:58.542 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
24972025-02-22T20:36:07.261Z[ helios-setup] Feb 22 20:36:06.003 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.60s
24982025-02-22T20:36:07.292Z[ helios-setup] Feb 22 20:36:06.034 INFO building project "image-builder" ok (29 seconds)
24992025-02-22T20:36:07.292Z[ helios-setup] Feb 22 20:36:06.034 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
25002025-02-22T20:36:07.294Z[ helios-setup] Feb 22 20:36:06.034 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
25012025-02-22T20:36:07.302Z[ helios-setup] Feb 22 20:36:06.044 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
25022025-02-22T20:36:07.588Z[ helios-setup] Feb 22 20:36:06.330 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
25032025-02-22T20:36:07.588Z[ helios-setup] Feb 22 20:36:06.330 INFO E| info: downloading component 'cargo'
25042025-02-22T20:36:08.338Z[ helios-setup] Feb 22 20:36:07.080 INFO E| info: downloading component 'clippy'
25052025-02-22T20:36:08.562Z[ helios-setup] Feb 22 20:36:07.304 INFO E| info: downloading component 'rust-docs'
25062025-02-22T20:36:09.420Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 44s
25072025-02-22T20:36:09.490Z[ helios-setup] Feb 22 20:36:08.232 INFO E| info: downloading component 'rust-src'
25082025-02-22T20:36:09.659Z[ omicron-package]
25092025-02-22T20:36:09.659Z[ omicron-package] real 1:44.704510833
25102025-02-22T20:36:09.659Z[ omicron-package] user 8:58.782416453
25112025-02-22T20:36:09.662Z[ omicron-package] sys 31.301011145
25122025-02-22T20:36:09.662Z[ omicron-package] trap 1.036351229
25132025-02-22T20:36:09.662Z[ omicron-package] tflt 0.993111405
25142025-02-22T20:36:09.662Z[ omicron-package] dflt 0.860433251
25152025-02-22T20:36:09.662Z[ omicron-package] kflt 0.000046450
25162025-02-22T20:36:09.662Z[ omicron-package] lock 19:19.240399950
25172025-02-22T20:36:09.662Z[ omicron-package] slp 31:05.652297094
25182025-02-22T20:36:09.662Z[ omicron-package] lat 3:03.576155633
25192025-02-22T20:36:09.662Z[ omicron-package] stop 1:14.957242299
25202025-02-22T20:36:09.662ZFeb 22 20:36:08.402 INFO [omicron-package] process exited with exit status: 0 (104.752581642s)
25212025-02-22T20:36:09.662ZFeb 22 20:36:08.402 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
25222025-02-22T20:36:09.746ZFeb 22 20:36:08.488 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
25232025-02-22T20:36:09.755Z[ helios-setup] Feb 22 20:36:08.497 INFO E| info: downloading component 'rust-std'
25242025-02-22T20:36:09.758Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
25252025-02-22T20:36:09.758Z[ host-target] Created new build target 'host' and set it as active
25262025-02-22T20:36:09.760ZFeb 22 20:36:08.502 INFO [host-target] process exited with exit status: 0 (99.879711ms)
25272025-02-22T20:36:09.760ZFeb 22 20:36:08.502 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
25282025-02-22T20:36:09.767Z[ recovery-target] Created new build target 'recovery' and set it as active
25292025-02-22T20:36:09.770Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
25302025-02-22T20:36:09.770ZFeb 22 20:36:08.512 INFO [recovery-target] process exited with exit status: 0 (23.932687ms)
25312025-02-22T20:36:09.777Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
25322025-02-22T20:36:11.077Z[ host-package] Compiling ring v0.17.9
25332025-02-22T20:36:11.264Z[ host-package] Compiling thiserror v2.0.11
25342025-02-22T20:36:11.276Z[ helios-setup] Feb 22 20:36:10.018 INFO E| info: downloading component 'rustc'
25352025-02-22T20:36:11.284Z[ host-package] Compiling typify-impl v0.3.0
25362025-02-22T20:36:11.303Z[ host-package] Compiling convert_case v0.4.0
25372025-02-22T20:36:11.305Z[ host-package] Compiling newline-converter v0.3.0
25382025-02-22T20:36:11.305Z[ host-package] Compiling password-hash v0.5.0
25392025-02-22T20:36:11.305Z[ host-package] Compiling blake2 v0.10.6
25402025-02-22T20:36:11.584Z[ host-package] Compiling expectorate v1.1.0
25412025-02-22T20:36:11.851Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25422025-02-22T20:36:11.914Z[ host-package] Compiling derive_more v0.99.19
25432025-02-22T20:36:12.472Z[ host-package] Compiling argon2 v0.5.3
25442025-02-22T20:36:12.573Z[ host-package] Compiling atomicwrites v0.4.4
25452025-02-22T20:36:13.147Z[ host-package] Compiling owo-colors v4.1.0
25462025-02-22T20:36:13.478Z[ host-package] Compiling cancel-safe-futures v0.1.5
25472025-02-22T20:36:13.536Z[ host-package] Compiling num-rational v0.4.2
25482025-02-22T20:36:13.963Z[ host-package] Compiling num-complex v0.4.6
25492025-02-22T20:36:15.154Z[ host-package] Compiling num v0.4.3
25502025-02-22T20:36:15.572Z[ host-package] Compiling libsw v3.3.1
25512025-02-22T20:36:15.639Z[ helios-setup] Feb 22 20:36:14.381 INFO E| info: downloading component 'rustfmt'
25522025-02-22T20:36:15.842Z[ helios-setup] Feb 22 20:36:14.585 INFO E| info: installing component 'cargo'
25532025-02-22T20:36:15.940Z[ host-package] Compiling swrite v0.1.0
25542025-02-22T20:36:15.961Z[ host-package] Compiling float-ord v0.3.2
25552025-02-22T20:36:16.113Z[ host-package] Compiling linear-map v1.2.0
25562025-02-22T20:36:16.178Z[ host-package] Compiling highway v1.2.0
25572025-02-22T20:36:16.589Z[ host-package] Compiling rustls v0.23.19
25582025-02-22T20:36:16.627Z[ host-package] Compiling rustls v0.22.4
25592025-02-22T20:36:16.664Z[ host-package] Compiling semver v0.1.20
25602025-02-22T20:36:17.030Z[ helios-setup] Feb 22 20:36:15.772 INFO E| info: installing component 'clippy'
25612025-02-22T20:36:17.212Z[ host-package] Compiling rustc_version v0.1.7
25622025-02-22T20:36:17.417Z[ helios-setup] Feb 22 20:36:16.159 INFO E| info: installing component 'rust-docs'
25632025-02-22T20:36:17.473Z[ host-package] Compiling tungstenite v0.21.0
25642025-02-22T20:36:17.622Z[ host-package] Compiling ipnetwork v0.21.1
25652025-02-22T20:36:17.652Z[ host-package] Compiling newtype_derive v0.1.6
25662025-02-22T20:36:17.790Z[ host-package] Compiling humantime v2.1.0
25672025-02-22T20:36:18.213Z[ host-package] Compiling oxnet v0.1.0
25682025-02-22T20:36:18.595Z[ host-package] Compiling dropshot v0.15.1
25692025-02-22T20:36:18.689Z[ host-package] Compiling daft v0.1.1
25702025-02-22T20:36:18.692Z[ host-package] Compiling instant v0.1.13
25712025-02-22T20:36:18.919Z[ host-package] Compiling tokio-tungstenite v0.21.0
25722025-02-22T20:36:18.942Z[ host-package] Compiling backoff v0.4.0
25732025-02-22T20:36:19.216Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25742025-02-22T20:36:19.308Z[ host-package] Compiling rustls-webpki v0.102.8
25752025-02-22T20:36:19.772Z[ host-package] Compiling steno v0.4.1
25762025-02-22T20:36:19.821Z[ host-package] Compiling parse-display v0.10.0
25772025-02-22T20:36:21.465Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25782025-02-22T20:36:21.795Z[ host-package] Compiling strum v0.26.3
25792025-02-22T20:36:22.029Z[ host-package] Compiling serde_with v3.11.0
25802025-02-22T20:36:22.061Z[ helios-setup] Feb 22 20:36:20.804 INFO E| info: installing component 'rust-src'
25812025-02-22T20:36:22.652Z[ helios-setup] Feb 22 20:36:21.394 INFO E| info: installing component 'rust-std'
25822025-02-22T20:36:22.698Z[ host-package] Compiling typify-macro v0.3.0
25832025-02-22T20:36:23.042Z[ host-package] Compiling regress v0.9.1
25842025-02-22T20:36:25.264Z[ helios-setup] Feb 22 20:36:24.007 INFO E| info: installing component 'rustc'
25852025-02-22T20:36:26.146Z[ host-package] Compiling tokio-rustls v0.25.0
25862025-02-22T20:36:26.534Z[ host-package] Compiling typify v0.3.0
25872025-02-22T20:36:26.640Z[ host-package] Compiling dropshot v0.12.0
25882025-02-22T20:36:26.732Z[ host-package] Compiling progenitor-impl v0.9.1
25892025-02-22T20:36:28.208Z[ host-package] Compiling tokio-rustls v0.26.0
25902025-02-22T20:36:28.732Z[ host-package] Compiling hyper-rustls v0.27.3
25912025-02-22T20:36:29.495Z[ host-package] Compiling reqwest v0.12.12
25922025-02-22T20:36:31.500Z[ helios-setup] Feb 22 20:36:30.242 INFO E| info: installing component 'rustfmt'
25932025-02-22T20:36:32.245Z[ helios-setup] Feb 22 20:36:30.987 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25942025-02-22T20:36:33.314Z[ host-package] Compiling qorb v0.2.1
25952025-02-22T20:36:33.469Z[ helios-setup] Feb 22 20:36:32.211 INFO E| From https://github.com/oxidecomputer/amd-apcb
25962025-02-22T20:36:33.469Z[ helios-setup] Feb 22 20:36:32.211 INFO E| * [new ref] fb4e63cc3fd34b5581b0e487c2f5d4addca198a6 -> refs/commit/fb4e63cc3fd34b5581b0e487c2f5d4addca198a6
25972025-02-22T20:36:33.469Z[ helios-setup] Feb 22 20:36:32.211 INFO E| * [new tag] v0.4.5 -> v0.4.5
25982025-02-22T20:36:33.499Z[ helios-setup] Feb 22 20:36:32.241 INFO E| * [new tag] v0.1.3 -> v0.1.3
25992025-02-22T20:36:33.499Z[ helios-setup] Feb 22 20:36:32.242 INFO E| * [new tag] v0.1.4 -> v0.1.4
26002025-02-22T20:36:33.503Z[ helios-setup] Feb 22 20:36:32.242 INFO E| * [new tag] v0.1.5 -> v0.1.5
26012025-02-22T20:36:33.503Z[ helios-setup] Feb 22 20:36:32.242 INFO E| * [new tag] v0.2.0 -> v0.2.0
26022025-02-22T20:36:33.503Z[ helios-setup] Feb 22 20:36:32.242 INFO E| * [new tag] v0.3.0 -> v0.3.0
26032025-02-22T20:36:33.503Z[ helios-setup] Feb 22 20:36:32.242 INFO E| * [new tag] v0.3.1 -> v0.3.1
26042025-02-22T20:36:33.504Z[ helios-setup] Feb 22 20:36:32.242 INFO E| * [new tag] v0.3.2 -> v0.3.2
26052025-02-22T20:36:33.504Z[ helios-setup] Feb 22 20:36:32.243 INFO E| * [new tag] v0.3.3 -> v0.3.3
26062025-02-22T20:36:33.504Z[ helios-setup] Feb 22 20:36:32.243 INFO E| * [new tag] v0.4.0 -> v0.4.0
26072025-02-22T20:36:33.504Z[ helios-setup] Feb 22 20:36:32.243 INFO E| * [new tag] v0.4.1 -> v0.4.1
26082025-02-22T20:36:33.504Z[ helios-setup] Feb 22 20:36:32.243 INFO E| * [new tag] v0.4.2 -> v0.4.2
26092025-02-22T20:36:33.504Z[ helios-setup] Feb 22 20:36:32.243 INFO E| * [new tag] v0.4.3 -> v0.4.3
26102025-02-22T20:36:33.504Z[ helios-setup] Feb 22 20:36:32.243 INFO E| * [new tag] v0.4.4 -> v0.4.4
26112025-02-22T20:36:33.536Z[ helios-setup] Feb 22 20:36:32.279 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26122025-02-22T20:36:34.488Z[ helios-setup] Feb 22 20:36:33.231 INFO E| From https://github.com/oxidecomputer/amd-efs
26132025-02-22T20:36:34.488Z[ helios-setup] Feb 22 20:36:33.231 INFO E| * [new branch] empty -> origin/empty
26142025-02-22T20:36:34.488Z[ helios-setup] Feb 22 20:36:33.231 INFO E| * [new branch] issue-99 -> origin/issue-99
26152025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.231 INFO E| * [new branch] main -> origin/main
26162025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.231 INFO E| * [new branch] review -> origin/review
26172025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.231 INFO E| * [new ref] -> origin/HEAD
26182025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.232 INFO E| * [new tag] v0.2.0 -> v0.2.0
26192025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.232 INFO E| * [new tag] v0.2.1 -> v0.2.1
26202025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.232 INFO E| * [new tag] v0.2.2 -> v0.2.2
26212025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.232 INFO E| * [new tag] v0.2.3 -> v0.2.3
26222025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.232 INFO E| * [new tag] v0.2.4 -> v0.2.4
26232025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.232 INFO E| * [new tag] v0.2.5 -> v0.2.5
26242025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.233 INFO E| * [new tag] v0.2.6 -> v0.2.6
26252025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.233 INFO E| * [new tag] v0.2.7 -> v0.2.7
26262025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.233 INFO E| * [new tag] v0.3.0 -> v0.3.0
26272025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.233 INFO E| * [new tag] v0.3.1 -> v0.3.1
26282025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.233 INFO E| * [new tag] v0.4.0 -> v0.4.0
26292025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.233 INFO E| * [new tag] v0.4.1 -> v0.4.1
26302025-02-22T20:36:34.491Z[ helios-setup] Feb 22 20:36:33.233 INFO E| * [new tag] v0.4.2 -> v0.4.2
26312025-02-22T20:36:34.494Z[ helios-setup] Feb 22 20:36:33.234 INFO E| * [new tag] v0.4.3 -> v0.4.3
26322025-02-22T20:36:34.494Z[ helios-setup] Feb 22 20:36:33.234 INFO E| * [new tag] v0.4.4 -> v0.4.4
26332025-02-22T20:36:34.516Z[ helios-setup] Feb 22 20:36:33.258 INFO E| Updating crates.io index
26342025-02-22T20:36:35.061Z[ host-package] Compiling progenitor-macro v0.9.1
26352025-02-22T20:36:35.156Z[ helios-setup] Feb 22 20:36:33.898 INFO E| Downloading crates ...
26362025-02-22T20:36:35.277Z[ helios-setup] Feb 22 20:36:34.019 INFO E| Downloaded ansi_term v0.12.1
26372025-02-22T20:36:35.380Z[ helios-setup] Feb 22 20:36:34.122 INFO E| Downloaded log v0.4.22
26382025-02-22T20:36:35.384Z[ helios-setup] Feb 22 20:36:34.126 INFO E| Downloaded heck v0.3.3
26392025-02-22T20:36:35.387Z[ helios-setup] Feb 22 20:36:34.128 INFO E| Downloaded fletcher v0.1.0
26402025-02-22T20:36:35.389Z[ helios-setup] Feb 22 20:36:34.131 INFO E| Downloaded plain v0.2.3
26412025-02-22T20:36:35.391Z[ helios-setup] Feb 22 20:36:34.133 INFO E| Downloaded parse_int v0.6.0
26422025-02-22T20:36:35.392Z[ helios-setup] Feb 22 20:36:34.134 INFO E| Downloaded memoffset v0.5.6
26432025-02-22T20:36:35.394Z[ helios-setup] Feb 22 20:36:34.136 INFO E| Downloaded lazy_static v1.5.0
26442025-02-22T20:36:35.396Z[ helios-setup] Feb 22 20:36:34.139 INFO E| Downloaded json5 v0.4.1
26452025-02-22T20:36:35.399Z[ helios-setup] Feb 22 20:36:34.141 INFO E| Downloaded proc-macro-crate v0.1.5
26462025-02-22T20:36:35.401Z[ helios-setup] Feb 22 20:36:34.143 INFO E| Downloaded paste v1.0.15
26472025-02-22T20:36:35.405Z[ helios-setup] Feb 22 20:36:34.148 INFO E| Downloaded generic-array v0.14.7
26482025-02-22T20:36:35.408Z[ helios-setup] Feb 22 20:36:34.150 INFO E| Downloaded four-cc v0.3.0
26492025-02-22T20:36:35.411Z[ helios-setup] Feb 22 20:36:34.152 INFO E| Downloaded itoa v1.0.14
26502025-02-22T20:36:35.414Z[ helios-setup] Feb 22 20:36:34.154 INFO E| Downloaded dyn-clone v1.0.17
26512025-02-22T20:36:35.416Z[ helios-setup] Feb 22 20:36:34.158 INFO E| Downloaded pest_generator v2.7.15
26522025-02-22T20:36:35.419Z[ helios-setup] Feb 22 20:36:34.160 INFO E| Downloaded num-traits v0.2.19
26532025-02-22T20:36:35.422Z[ helios-setup] Feb 22 20:36:34.164 INFO E| Downloaded block-buffer v0.10.4
26542025-02-22T20:36:35.424Z[ helios-setup] Feb 22 20:36:34.167 INFO E| Downloaded unic-char-range v0.9.0
26552025-02-22T20:36:35.427Z[ helios-setup] Feb 22 20:36:34.169 INFO E| Downloaded proc-macro-error-attr v1.0.4
26562025-02-22T20:36:35.429Z[ helios-setup] Feb 22 20:36:34.170 INFO E| Downloaded pre v0.2.1
26572025-02-22T20:36:35.429Z[ helios-setup] Feb 22 20:36:34.171 INFO E| Downloaded modular-bitfield-impl v0.11.2
26582025-02-22T20:36:35.432Z[ helios-setup] Feb 22 20:36:34.173 INFO E| Downloaded cfg-if v0.1.10
26592025-02-22T20:36:35.435Z[ helios-setup] Feb 22 20:36:34.175 INFO E| Downloaded unic-ucd-version v0.9.0
26602025-02-22T20:36:35.435Z[ helios-setup] Feb 22 20:36:34.176 INFO E| Downloaded unic-common v0.9.0
26612025-02-22T20:36:35.437Z[ helios-setup] Feb 22 20:36:34.178 INFO E| Downloaded unic-char-property v0.9.0
26622025-02-22T20:36:35.437Z[ helios-setup] Feb 22 20:36:34.179 INFO E| Downloaded byteorder v1.5.0
26632025-02-22T20:36:35.440Z[ helios-setup] Feb 22 20:36:34.182 INFO E| Downloaded autocfg v1.4.0
26642025-02-22T20:36:35.443Z[ helios-setup] Feb 22 20:36:34.185 INFO E| Downloaded once_cell v1.20.2
26652025-02-22T20:36:35.447Z[ helios-setup] Feb 22 20:36:34.189 INFO E| Downloaded crypto-common v0.1.6
26662025-02-22T20:36:35.450Z[ helios-setup] Feb 22 20:36:34.191 INFO E| Downloaded cpufeatures v0.2.16
26672025-02-22T20:36:35.452Z[ helios-setup] Feb 22 20:36:34.193 INFO E| Downloaded num-derive v0.4.2
26682025-02-22T20:36:35.455Z[ helios-setup] Feb 22 20:36:34.196 INFO E| Downloaded scroll_derive v0.10.5
26692025-02-22T20:36:35.455Z[ helios-setup] Feb 22 20:36:34.197 INFO E| Downloaded bytesize v1.3.0
26702025-02-22T20:36:35.457Z[ helios-setup] Feb 22 20:36:34.199 INFO E| Downloaded digest v0.10.7
26712025-02-22T20:36:35.460Z[ helios-setup] Feb 22 20:36:34.202 INFO E| Downloaded textwrap v0.11.0
26722025-02-22T20:36:35.462Z[ helios-setup] Feb 22 20:36:34.204 INFO E| Downloaded thiserror v1.0.69
26732025-02-22T20:36:35.470Z[ helios-setup] Feb 22 20:36:34.212 INFO E| Downloaded vec_map v0.8.2
26742025-02-22T20:36:35.473Z[ helios-setup] Feb 22 20:36:34.214 INFO E| Downloaded unic-ucd-ident v0.9.0
26752025-02-22T20:36:35.475Z[ helios-setup] Feb 22 20:36:34.216 INFO E| Downloaded thiserror-impl v2.0.11
26762025-02-22T20:36:35.477Z[ helios-setup] Feb 22 20:36:34.219 INFO E| Downloaded strsim v0.8.0
26772025-02-22T20:36:35.480Z[ helios-setup] Feb 22 20:36:34.221 INFO E| Downloaded rustc_version v0.2.3
26782025-02-22T20:36:35.480Z[ helios-setup] Feb 22 20:36:34.222 INFO E| Downloaded thiserror-impl v1.0.69
26792025-02-22T20:36:35.487Z[ helios-setup] Feb 22 20:36:34.224 INFO E| Downloaded cfg-if v1.0.0
26802025-02-22T20:36:35.490Z[ helios-setup] Feb 22 20:36:34.230 INFO E| Downloaded strum v0.23.0
26812025-02-22T20:36:35.490Z[ helios-setup] Feb 22 20:36:34.230 INFO E| Downloaded proc-macro-error v1.0.4
26822025-02-22T20:36:35.490Z[ helios-setup] Feb 22 20:36:34.230 INFO E| Downloaded structopt-derive v0.4.18
26832025-02-22T20:36:35.490Z[ helios-setup] Feb 22 20:36:34.232 INFO E| Downloaded quote v1.0.38
26842025-02-22T20:36:35.494Z[ helios-setup] Feb 22 20:36:34.237 INFO E| Downloaded pre-proc-macro v0.2.1
26852025-02-22T20:36:35.497Z[ helios-setup] Feb 22 20:36:34.239 INFO E| Downloaded version_check v0.9.5
26862025-02-22T20:36:35.499Z[ helios-setup] Feb 22 20:36:34.241 INFO E| Downloaded semver-parser v0.7.0
26872025-02-22T20:36:35.502Z[ helios-setup] Feb 22 20:36:34.243 INFO E| Downloaded schemars_derive v0.8.21
26882025-02-22T20:36:35.504Z[ helios-setup] Feb 22 20:36:34.245 INFO E| Downloaded rustversion v1.0.19
26892025-02-22T20:36:35.507Z[ helios-setup] Feb 22 20:36:34.249 INFO E| Downloaded thiserror v2.0.11
26902025-02-22T20:36:35.516Z[ helios-setup] Feb 22 20:36:34.259 INFO E| Downloaded ucd-trie v0.1.7
26912025-02-22T20:36:35.519Z[ helios-setup] Feb 22 20:36:34.261 INFO E| Downloaded sha2 v0.10.8
26922025-02-22T20:36:35.523Z[ helios-setup] Feb 22 20:36:34.266 INFO E| Downloaded strum_macros v0.23.1
26932025-02-22T20:36:35.526Z[ helios-setup] Feb 22 20:36:34.269 INFO E| Downloaded static_assertions v1.1.0
26942025-02-22T20:36:35.529Z[ helios-setup] Feb 22 20:36:34.271 INFO E| Downloaded scroll v0.10.2
26952025-02-22T20:36:35.531Z[ helios-setup] Feb 22 20:36:34.274 INFO E| Downloaded typenum v1.17.0
26962025-02-22T20:36:35.535Z[ helios-setup] Feb 22 20:36:34.277 INFO E| Downloaded toml v0.5.11
26972025-02-22T20:36:35.539Z[ helios-setup] Feb 22 20:36:34.282 INFO E| Downloaded unicode-ident v1.0.14
26982025-02-22T20:36:35.544Z[ helios-setup] Feb 22 20:36:34.286 INFO E| Downloaded ryu v1.0.18
26992025-02-22T20:36:35.549Z[ helios-setup] Feb 22 20:36:34.291 INFO E| Downloaded zerocopy v0.6.6
27002025-02-22T20:36:35.553Z[ helios-setup] Feb 22 20:36:34.295 INFO E| Downloaded structopt v0.3.26
27012025-02-22T20:36:35.565Z[ helios-setup] Feb 22 20:36:34.307 INFO E| Downloaded serde_derive v1.0.217
27022025-02-22T20:36:35.569Z[ helios-setup] Feb 22 20:36:34.312 INFO E| Downloaded unicode-segmentation v1.12.0
27032025-02-22T20:36:35.575Z[ helios-setup] Feb 22 20:36:34.318 INFO E| Downloaded serde v1.0.217
27042025-02-22T20:36:35.581Z[ helios-setup] Feb 22 20:36:34.323 INFO E| Downloaded schemars v0.8.21
27052025-02-22T20:36:35.600Z[ helios-setup] Feb 22 20:36:34.343 INFO E| Downloaded serde_json v1.0.135
27062025-02-22T20:36:35.611Z[ helios-setup] Feb 22 20:36:34.354 INFO E| Downloaded pest v2.7.15
27072025-02-22T20:36:35.619Z[ helios-setup] Feb 22 20:36:34.361 INFO E| Downloaded goblin v0.4.3
27082025-02-22T20:36:35.627Z[ helios-setup] Feb 22 20:36:34.369 INFO E| Downloaded clap v2.34.0
27092025-02-22T20:36:35.638Z[ helios-setup] Feb 22 20:36:34.380 INFO E| Downloaded unicode-width v0.1.14
27102025-02-22T20:36:35.646Z[ helios-setup] Feb 22 20:36:34.388 INFO E| Downloaded syn v1.0.109
27112025-02-22T20:36:35.661Z[ helios-setup] Feb 22 20:36:34.403 INFO E| Downloaded syn v2.0.96
27122025-02-22T20:36:35.680Z[ helios-setup] Feb 22 20:36:34.422 INFO E| Downloaded memchr v2.7.4
27132025-02-22T20:36:35.687Z[ helios-setup] Feb 22 20:36:34.429 INFO E| Downloaded serde_derive_internals v0.29.1
27142025-02-22T20:36:35.696Z[ helios-setup] Feb 22 20:36:34.439 INFO E| Downloaded pest_derive v2.7.15
27152025-02-22T20:36:35.696Z[ helios-setup] Feb 22 20:36:34.439 INFO E| Downloaded proc-macro2 v1.0.93
27162025-02-22T20:36:35.699Z[ helios-setup] Feb 22 20:36:34.439 INFO E| Downloaded modular-bitfield v0.11.2
27172025-02-22T20:36:35.710Z[ helios-setup] Feb 22 20:36:34.453 INFO E| Downloaded zerocopy-derive v0.6.6
27182025-02-22T20:36:35.723Z[ helios-setup] Feb 22 20:36:34.466 INFO E| Downloaded libc v0.2.169
27192025-02-22T20:36:35.760Z[ helios-setup] Feb 22 20:36:34.502 INFO E| Downloaded semver v0.9.0
27202025-02-22T20:36:35.762Z[ helios-setup] Feb 22 20:36:34.504 INFO E| Downloaded pest_meta v2.7.15
27212025-02-22T20:36:35.765Z[ helios-setup] Feb 22 20:36:34.507 INFO E| Downloaded bitflags v1.3.2
27222025-02-22T20:36:35.786Z[ helios-setup] Feb 22 20:36:34.528 INFO E| Downloaded atty v0.2.14
27232025-02-22T20:36:35.908Z[ helios-setup] Feb 22 20:36:34.650 INFO E| Compiling proc-macro2 v1.0.93
27242025-02-22T20:36:35.908Z[ helios-setup] Feb 22 20:36:34.650 INFO E| Compiling unicode-ident v1.0.14
27252025-02-22T20:36:35.911Z[ helios-setup] Feb 22 20:36:34.650 INFO E| Compiling syn v1.0.109
27262025-02-22T20:36:35.911Z[ helios-setup] Feb 22 20:36:34.650 INFO E| Compiling version_check v0.9.5
27272025-02-22T20:36:35.911Z[ helios-setup] Feb 22 20:36:34.651 INFO E| Compiling memchr v2.7.4
27282025-02-22T20:36:35.911Z[ helios-setup] Feb 22 20:36:34.651 INFO E| Compiling autocfg v1.4.0
27292025-02-22T20:36:35.912Z[ helios-setup] Feb 22 20:36:34.651 INFO E| Compiling semver-parser v0.7.0
27302025-02-22T20:36:35.912Z[ helios-setup] Feb 22 20:36:34.651 INFO E| Compiling serde v1.0.217
27312025-02-22T20:36:37.418Z[ helios-setup] Feb 22 20:36:36.160 INFO E| Compiling semver v0.9.0
27322025-02-22T20:36:37.527Z[ helios-setup] Feb 22 20:36:36.269 INFO E| Compiling thiserror v2.0.11
27332025-02-22T20:36:37.707Z[ helios-setup] Feb 22 20:36:36.449 INFO E| Compiling proc-macro-error-attr v1.0.4
27342025-02-22T20:36:37.759Z[ helios-setup] Feb 22 20:36:36.502 INFO E| Compiling proc-macro-error v1.0.4
27352025-02-22T20:36:38.006Z[ helios-setup] Feb 22 20:36:36.749 INFO E| Compiling serde_json v1.0.135
27362025-02-22T20:36:38.189Z[ helios-setup] Feb 22 20:36:36.932 INFO E| Compiling rustc_version v0.2.3
27372025-02-22T20:36:38.615Z[ helios-setup] Feb 22 20:36:37.357 INFO E| Compiling num-traits v0.2.19
27382025-02-22T20:36:38.795Z[ helios-setup] Feb 22 20:36:37.537 INFO E| Compiling schemars v0.8.21
27392025-02-22T20:36:38.830Z[ helios-setup] Feb 22 20:36:37.572 INFO E| Compiling unicode-segmentation v1.12.0
27402025-02-22T20:36:39.397Z[ helios-setup] Feb 22 20:36:38.139 INFO E| Compiling ryu v1.0.18
27412025-02-22T20:36:39.487Z[ helios-setup] Feb 22 20:36:38.229 INFO E| Compiling itoa v1.0.14
27422025-02-22T20:36:39.617Z[ helios-setup] Feb 22 20:36:38.359 INFO E| Compiling pre-proc-macro v0.2.1
27432025-02-22T20:36:40.063Z[ helios-setup] Feb 22 20:36:38.805 INFO E| Compiling quote v1.0.38
27442025-02-22T20:36:40.164Z[ helios-setup] Feb 22 20:36:38.894 INFO E| Compiling heck v0.3.3
27452025-02-22T20:36:40.332Z[ helios-setup] Feb 22 20:36:39.075 INFO E| Compiling memoffset v0.5.6
27462025-02-22T20:36:40.398Z[ helios-setup] Feb 22 20:36:39.140 INFO E| Compiling rustversion v1.0.19
27472025-02-22T20:36:40.429Z[ helios-setup] Feb 22 20:36:39.171 INFO E| Compiling paste v1.0.15
27482025-02-22T20:36:40.437Z[ helios-setup] Feb 22 20:36:39.179 INFO E| Compiling ucd-trie v0.1.7
27492025-02-22T20:36:40.623Z[ host-package] Compiling progenitor-client v0.9.1
27502025-02-22T20:36:40.895Z[ helios-setup] Feb 22 20:36:39.638 INFO E| Compiling syn v2.0.96
27512025-02-22T20:36:41.047Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27522025-02-22T20:36:41.368Z[ helios-setup] Feb 22 20:36:40.110 INFO E| Compiling libc v0.2.169
27532025-02-22T20:36:41.467Z[ helios-setup] Feb 22 20:36:40.209 INFO E| Compiling lazy_static v1.5.0
27542025-02-22T20:36:41.735Z[ helios-setup] Feb 22 20:36:40.477 INFO E| Compiling thiserror v1.0.69
27552025-02-22T20:36:41.904Z[ helios-setup] Feb 22 20:36:40.646 INFO E| Compiling dyn-clone v1.0.17
27562025-02-22T20:36:41.950Z[ host-package] Compiling progenitor-client v0.8.0
27572025-02-22T20:36:42.375Z[ helios-setup] Feb 22 20:36:41.117 INFO E| Compiling pre v0.2.1
27582025-02-22T20:36:43.055Z[ helios-setup] Feb 22 20:36:41.797 INFO E| Compiling cfg-if v0.1.10
27592025-02-22T20:36:43.219Z[ helios-setup] Feb 22 20:36:41.961 INFO E| Compiling once_cell v1.20.2
27602025-02-22T20:36:43.240Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27612025-02-22T20:36:43.288Z[ helios-setup] Feb 22 20:36:42.031 INFO E| Compiling byteorder v1.5.0
27622025-02-22T20:36:43.291Z[ helios-setup] Feb 22 20:36:42.031 INFO E| Compiling static_assertions v1.1.0
27632025-02-22T20:36:44.338Z[ helios-setup] Feb 22 20:36:43.081 INFO E| Compiling unicode-width v0.1.14
27642025-02-22T20:36:45.470Z[ helios-setup] Feb 22 20:36:44.212 INFO E| Compiling atty v0.2.14
27652025-02-22T20:36:45.498Z[ helios-setup] Feb 22 20:36:44.240 INFO E| Compiling textwrap v0.11.0
27662025-02-22T20:36:45.935Z[ helios-setup] Feb 22 20:36:44.677 INFO E| Compiling ansi_term v0.12.1
27672025-02-22T20:36:46.214Z[ helios-setup] Feb 22 20:36:44.956 INFO E| Compiling bitflags v1.3.2
27682025-02-22T20:36:46.531Z[ helios-setup] Feb 22 20:36:45.273 INFO E| Compiling parse_int v0.6.0
27692025-02-22T20:36:46.828Z[ helios-setup] Feb 22 20:36:45.570 INFO E| Compiling unic-common v0.9.0
27702025-02-22T20:36:46.907Z[ helios-setup] Feb 22 20:36:45.649 INFO E| Compiling unic-char-range v0.9.0
27712025-02-22T20:36:46.993Z[ helios-setup] Feb 22 20:36:45.736 INFO E| Compiling fletcher v0.1.0
27722025-02-22T20:36:47.135Z[ helios-setup] Feb 22 20:36:45.876 INFO E| Compiling strum v0.23.0
27732025-02-22T20:36:47.152Z[ helios-setup] Feb 22 20:36:45.895 INFO E| Compiling strsim v0.8.0
27742025-02-22T20:36:47.250Z[ helios-setup] Feb 22 20:36:45.992 INFO E| Compiling vec_map v0.8.2
27752025-02-22T20:36:47.273Z[ helios-setup] Feb 22 20:36:46.016 INFO E| Compiling unic-char-property v0.9.0
27762025-02-22T20:36:47.304Z[ helios-setup] Feb 22 20:36:46.046 INFO E| Compiling unic-ucd-version v0.9.0
27772025-02-22T20:36:47.369Z[ helios-setup] Feb 22 20:36:46.112 INFO E| Compiling log v0.4.22
27782025-02-22T20:36:47.491Z[ helios-setup] Feb 22 20:36:46.233 INFO E| Compiling plain v0.2.3
27792025-02-22T20:36:47.711Z[ helios-setup] Feb 22 20:36:46.454 INFO E| Compiling clap v2.34.0
27802025-02-22T20:36:47.767Z[ helios-setup] Feb 22 20:36:46.509 INFO E| Compiling unic-ucd-ident v0.9.0
27812025-02-22T20:36:47.918Z[ helios-setup] Feb 22 20:36:46.660 INFO E| Compiling bytesize v1.3.0
27822025-02-22T20:36:50.379Z[ helios-setup] Feb 22 20:36:49.121 INFO E| Compiling serde_derive_internals v0.29.1
27832025-02-22T20:36:51.086Z[ helios-setup] Feb 22 20:36:49.828 INFO E| Compiling toml v0.5.11
27842025-02-22T20:36:52.814Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27852025-02-22T20:36:53.385Z[ host-package] Compiling progenitor v0.8.0
27862025-02-22T20:36:54.981Z[ helios-setup] Feb 22 20:36:53.723 INFO E| Compiling proc-macro-crate v0.1.5
27872025-02-22T20:36:55.632Z[ helios-setup] Feb 22 20:36:54.375 INFO E| Compiling serde_derive v1.0.217
27882025-02-22T20:36:56.104Z[ helios-setup] Feb 22 20:36:54.846 INFO E| Compiling thiserror-impl v2.0.11
27892025-02-22T20:36:56.734Z[ helios-setup] Feb 22 20:36:55.476 INFO E| Compiling schemars_derive v0.8.21
27902025-02-22T20:36:57.437Z[ helios-setup] Feb 22 20:36:56.180 INFO E| Compiling thiserror-impl v1.0.69
27912025-02-22T20:36:59.056Z[ helios-setup] Feb 22 20:36:57.798 INFO E| Compiling zerocopy-derive v0.6.6
27922025-02-22T20:37:02.286Z[ helios-setup] Feb 22 20:37:01.028 INFO E| Compiling pest v2.7.15
27932025-02-22T20:37:02.608Z[ helios-setup] Feb 22 20:37:01.350 INFO E| Compiling num-derive v0.4.2
27942025-02-22T20:37:03.178Z[ helios-setup] Feb 22 20:37:01.921 INFO E| Compiling zerocopy v0.6.6
27952025-02-22T20:37:03.628Z[ helios-setup] Feb 22 20:37:02.370 INFO E| Compiling modular-bitfield-impl v0.11.2
27962025-02-22T20:37:04.446Z[ helios-setup] Feb 22 20:37:03.189 INFO E| Compiling strum_macros v0.23.1
27972025-02-22T20:37:04.933Z[ helios-setup] Feb 22 20:37:03.676 INFO E| Compiling scroll_derive v0.10.5
27982025-02-22T20:37:04.982Z[ helios-setup] Feb 22 20:37:03.725 INFO E| Compiling structopt-derive v0.4.18
27992025-02-22T20:37:08.191Z[ helios-setup] Feb 22 20:37:06.933 INFO E| Compiling scroll v0.10.2
28002025-02-22T20:37:09.111Z[ helios-setup] Feb 22 20:37:07.853 INFO E| Compiling pest_meta v2.7.15
28012025-02-22T20:37:09.432Z[ helios-setup] Feb 22 20:37:08.174 INFO E| Compiling goblin v0.4.3
28022025-02-22T20:37:09.800Z[ helios-setup] Feb 22 20:37:08.542 INFO E| Compiling modular-bitfield v0.11.2
28032025-02-22T20:37:11.212Z[ helios-setup] Feb 22 20:37:09.954 INFO E| Compiling structopt v0.3.26
28042025-02-22T20:37:11.761Z[ helios-setup] Feb 22 20:37:10.504 INFO E| Compiling pest_generator v2.7.15
28052025-02-22T20:37:16.760Z[ helios-setup] Feb 22 20:37:15.502 INFO E| Compiling pest_derive v2.7.15
28062025-02-22T20:37:19.717Z[ helios-setup] Feb 22 20:37:18.460 INFO E| Compiling json5 v0.4.1
28072025-02-22T20:37:25.819Z[ helios-setup] Feb 22 20:37:24.562 INFO E| Compiling four-cc v0.3.0
28082025-02-22T20:37:25.819Z[ helios-setup] Feb 22 20:37:24.562 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28092025-02-22T20:37:26.050Z[ helios-setup] Feb 22 20:37:24.793 INFO E| Compiling amd-apcb v0.4.5 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.5#fb4e63cc)
28102025-02-22T20:37:28.173Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
28112025-02-22T20:37:32.700Z[ host-package] Compiling progenitor v0.9.1
28122025-02-22T20:37:33.080Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28132025-02-22T20:37:33.195Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28142025-02-22T20:37:34.335Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28152025-02-22T20:37:36.894Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28162025-02-22T20:37:37.529Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28172025-02-22T20:37:43.593Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
28182025-02-22T20:37:45.500Z[ host-package] Compiling macaddr v1.0.1
28192025-02-22T20:37:46.008Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28202025-02-22T20:37:46.287Z[ host-package] Compiling slog-dtrace v0.3.0
28212025-02-22T20:37:47.051Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28222025-02-22T20:37:49.315Z[ host-package] Compiling prettyplease v0.2.29
28232025-02-22T20:37:49.439Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28242025-02-22T20:37:51.966Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28252025-02-22T20:37:52.515Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28262025-02-22T20:37:52.839Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28272025-02-22T20:37:53.172Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28282025-02-22T20:37:53.221Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28292025-02-22T20:38:03.367Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28302025-02-22T20:38:05.733Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28312025-02-22T20:38:06.173Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28322025-02-22T20:38:08.742Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28332025-02-22T20:38:09.995Z[ helios-setup] Feb 22 20:38:08.737 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28342025-02-22T20:38:13.799Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28352025-02-22T20:38:17.073Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28362025-02-22T20:38:18.311Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28372025-02-22T20:38:20.346Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28382025-02-22T20:38:22.288Z[ host-package] Compiling half v2.4.1
28392025-02-22T20:38:22.699Z[ host-package] Compiling ciborium-io v0.2.2
28402025-02-22T20:38:22.897Z[ host-package] Compiling bytecount v0.6.8
28412025-02-22T20:38:23.344Z[ host-package] Compiling ciborium-ll v0.2.2
28422025-02-22T20:38:23.417Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28432025-02-22T20:38:23.976Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28442025-02-22T20:38:24.253Z[ host-package] Compiling ciborium v0.2.2
28452025-02-22T20:38:24.645Z[ host-package] Compiling display-error-chain v0.2.2
28462025-02-22T20:38:24.980Z[ host-package] Compiling same-file v1.0.6
28472025-02-22T20:38:25.401Z[ host-package] Compiling fastrand v2.1.1
28482025-02-22T20:38:26.080Z[ host-package] Compiling tempfile v3.13.0
28492025-02-22T20:38:26.965Z[ host-package] Compiling walkdir v2.5.0
28502025-02-22T20:38:27.019Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28512025-02-22T20:38:27.419Z[ helios-setup] Feb 22 20:38:26.161 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28522025-02-22T20:38:27.702Z[ host-package] Compiling blake3 v1.5.4
28532025-02-22T20:38:28.363Z[ host-package] Compiling const_format_proc_macros v0.2.34
28542025-02-22T20:38:29.826Z[ host-package] Compiling xattr v1.3.1
28552025-02-22T20:38:30.207Z[ host-package] Compiling filetime v0.2.25
28562025-02-22T20:38:30.330Z[ host-package] Compiling memmap2 v0.9.5
28572025-02-22T20:38:30.516Z[ host-package] Compiling constant_time_eq v0.3.1
28582025-02-22T20:38:30.639Z[ host-package] Compiling keccak v0.1.5
28592025-02-22T20:38:30.642Z[ host-package] Compiling arrayvec v0.7.6
28602025-02-22T20:38:30.722Z[ host-package] Compiling arrayref v0.3.9
28612025-02-22T20:38:30.793Z[ host-package] Compiling crunchy v0.2.2
28622025-02-22T20:38:30.866Z[ host-package] Compiling maplit v1.0.2
28632025-02-22T20:38:31.059Z[ host-package] Compiling sha3 v0.10.8
28642025-02-22T20:38:31.504Z[ host-package] Compiling tar v0.4.42
28652025-02-22T20:38:31.869Z[ host-package] Compiling const_format v0.2.34
28662025-02-22T20:38:32.125Z[ host-package] Compiling toolchain_find v0.4.0
28672025-02-22T20:38:32.466Z[ host-package] Compiling camino-tempfile v1.1.1
28682025-02-22T20:38:32.735Z[ host-package] Compiling tiny-keccak v2.0.2
28692025-02-22T20:38:32.958Z[ host-package] Compiling topological-sort v0.2.2
28702025-02-22T20:38:33.220Z[ host-package] Compiling omicron-zone-package v0.12.0
28712025-02-22T20:38:33.281Z[ host-package] Compiling rustfmt-wrapper v0.2.1
28722025-02-22T20:38:33.584Z[ host-package] Compiling dsl_auto_type v0.1.2
28732025-02-22T20:38:33.811Z[ host-package] Compiling scheduled-thread-pool v0.2.7
28742025-02-22T20:38:34.010Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
28752025-02-22T20:38:34.466Z[ host-package] Compiling r2d2 v0.8.10
28762025-02-22T20:38:34.958Z[ host-package] Compiling diesel_derives v2.2.3
28772025-02-22T20:38:35.050Z[ host-package] Compiling phf_generator v0.11.2
28782025-02-22T20:38:35.095Z[ host-package] Compiling ascii-canvas v3.0.0
28792025-02-22T20:38:35.295Z[ host-package] Compiling secrecy v0.8.0
28802025-02-22T20:38:35.344Z[ host-package] Compiling ena v0.14.3
28812025-02-22T20:38:35.619Z[ host-package] Compiling arc-swap v1.7.1
28822025-02-22T20:38:35.660Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28832025-02-22T20:38:35.869Z[ host-package] Compiling diff v0.1.13
28842025-02-22T20:38:36.128Z[ host-package] Compiling regex-syntax v0.6.29
28852025-02-22T20:38:36.401Z[ host-package] Compiling slog-scope v4.4.0
28862025-02-22T20:38:36.491Z[ host-package] Compiling phf_codegen v0.11.2
28872025-02-22T20:38:36.832Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28882025-02-22T20:38:37.291Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28892025-02-22T20:38:38.232Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28902025-02-22T20:38:38.498Z[ host-package] Compiling universal-hash v0.5.1
28912025-02-22T20:38:38.523Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
28922025-02-22T20:38:38.525Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28932025-02-22T20:38:38.805Z[ host-package] Compiling parse-zoneinfo v0.3.1
28942025-02-22T20:38:40.519Z[ host-package] Compiling lalrpop v0.19.12
28952025-02-22T20:38:41.365Z[ host-package] Compiling unicase v2.7.0
28962025-02-22T20:38:41.497Z[ host-package] Compiling opaque-debug v0.3.1
28972025-02-22T20:38:41.653Z[ host-package] Compiling ref-cast v1.0.23
28982025-02-22T20:38:41.802Z[ host-package] Compiling poly1305 v0.8.0
28992025-02-22T20:38:42.380Z[ host-package] Compiling thiserror-no-std v2.0.2
29002025-02-22T20:38:42.622Z[ host-package] Compiling chrono-tz-build v0.4.0
29012025-02-22T20:38:43.627Z[ host-package] Compiling slog-stdlog v4.1.1
29022025-02-22T20:38:44.453Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29032025-02-22T20:38:44.575Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29042025-02-22T20:38:44.998Z[ host-package] Compiling derive_builder_core v0.20.2
29052025-02-22T20:38:45.066Z[ host-package] Compiling chacha20 v0.9.1
29062025-02-22T20:38:45.980Z[ host-package] Compiling headers-core v0.3.0
29072025-02-22T20:38:46.195Z[ host-package] Compiling aead v0.5.2
29082025-02-22T20:38:46.690Z[ host-package] Compiling libxml v0.3.3
29092025-02-22T20:38:46.780Z[ host-package] Compiling diesel v2.2.7
29102025-02-22T20:38:47.218Z[ host-package] Compiling ref-cast-impl v1.0.23
29112025-02-22T20:38:47.391Z[ host-package] Compiling vte_generate_state_changes v0.1.2
29122025-02-22T20:38:48.268Z[ host-package] Compiling vte v0.11.1
29132025-02-22T20:38:49.067Z[ host-package] Compiling derive_builder_macro v0.20.2
29142025-02-22T20:38:50.149Z[ host-package] Compiling chacha20poly1305 v0.10.1
29152025-02-22T20:38:50.366Z[ host-package] Compiling headers v0.4.0
29162025-02-22T20:38:50.587Z[ host-package] Compiling slog-envlogger v2.2.0
29172025-02-22T20:38:53.428Z[ host-package] Compiling chrono-tz v0.10.1
29182025-02-22T20:38:54.282Z[ host-package] Compiling vsss-rs v3.3.4
29192025-02-22T20:38:54.335Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29202025-02-22T20:38:57.685Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29212025-02-22T20:38:59.606Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29222025-02-22T20:39:00.267Z[ host-package] Compiling strum_macros v0.24.3
29232025-02-22T20:39:04.150Z[ host-package] Compiling fxhash v0.2.1
29242025-02-22T20:39:04.224Z[ host-package] Compiling samael v0.0.17
29252025-02-22T20:39:04.532Z[ host-package] Compiling indoc v1.0.9
29262025-02-22T20:39:06.754Z[ host-package] Compiling polar-core v0.27.3
29272025-02-22T20:39:10.875Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29282025-02-22T20:39:11.457Z[ helios-setup] Feb 22 20:39:10.200 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 39s
29292025-02-22T20:39:11.535Z[ host-package] Compiling derive_builder v0.20.2
29302025-02-22T20:39:11.544Z[ helios-setup] Feb 22 20:39:10.286 INFO building project "amd-host-image-builder" ok (184 seconds)
29312025-02-22T20:39:11.544Z[ helios-setup] Feb 22 20:39:10.286 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29322025-02-22T20:39:11.544Z[ helios-setup] Feb 22 20:39:10.286 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29332025-02-22T20:39:11.797Z[ helios-setup] Feb 22 20:39:10.540 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
29342025-02-22T20:39:12.085Z[ host-package] Compiling papergrid v0.11.0
29352025-02-22T20:39:12.739Z[ helios-setup] Feb 22 20:39:11.482 INFO E| From https://github.com/oxidecomputer/progenitor
29362025-02-22T20:39:12.740Z[ helios-setup] Feb 22 20:39:11.483 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
29372025-02-22T20:39:12.852Z[ helios-setup] Feb 22 20:39:11.595 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29382025-02-22T20:39:13.375Z[ helios-setup] Feb 22 20:39:12.118 INFO E| From https://github.com/jclulow/hiercmd
29392025-02-22T20:39:13.375Z[ helios-setup] Feb 22 20:39:12.118 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
29402025-02-22T20:39:13.401Z[ helios-setup] Feb 22 20:39:12.144 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29412025-02-22T20:39:13.802Z[ helios-setup] Feb 22 20:39:12.544 INFO E| From https://github.com/jclulow/network-interface
29422025-02-22T20:39:13.802Z[ helios-setup] Feb 22 20:39:12.544 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29432025-02-22T20:39:13.835Z[ helios-setup] Feb 22 20:39:12.578 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29442025-02-22T20:39:14.381Z[ helios-setup] Feb 22 20:39:13.123 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29452025-02-22T20:39:14.381Z[ helios-setup] Feb 22 20:39:13.123 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29462025-02-22T20:39:14.420Z[ helios-setup] Feb 22 20:39:13.163 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29472025-02-22T20:39:15.170Z[ helios-setup] Feb 22 20:39:13.913 INFO E| From https://github.com/oxidecomputer/facade
29482025-02-22T20:39:15.170Z[ helios-setup] Feb 22 20:39:13.913 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29492025-02-22T20:39:15.211Z[ helios-setup] Feb 22 20:39:13.954 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29502025-02-22T20:39:15.881Z[ helios-setup] Feb 22 20:39:14.624 INFO E| From https://github.com/oxidecomputer/dropshot
29512025-02-22T20:39:15.881Z[ helios-setup] Feb 22 20:39:14.624 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29522025-02-22T20:39:15.922Z[ helios-setup] Feb 22 20:39:14.665 INFO E| Updating crates.io index
29532025-02-22T20:39:16.120Z[ helios-setup] Feb 22 20:39:14.863 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29542025-02-22T20:39:16.588Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29552025-02-22T20:39:16.864Z[ helios-setup] Feb 22 20:39:15.607 INFO E| From https://github.com/oxidecomputer/typify
29562025-02-22T20:39:16.864Z[ helios-setup] Feb 22 20:39:15.607 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29572025-02-22T20:39:17.044Z[ host-package] Compiling tabled_derive v0.7.0
29582025-02-22T20:39:17.251Z[ helios-setup] Feb 22 20:39:15.994 INFO E| Downloading crates ...
29592025-02-22T20:39:17.426Z[ helios-setup] Feb 22 20:39:16.170 INFO E| Downloaded const-random v0.1.15
29602025-02-22T20:39:17.429Z[ helios-setup] Feb 22 20:39:16.173 INFO E| Downloaded built v0.6.0
29612025-02-22T20:39:17.452Z[ helios-setup] Feb 22 20:39:16.195 INFO E| Downloaded semver-parser v0.10.2
29622025-02-22T20:39:17.455Z[ helios-setup] Feb 22 20:39:16.198 INFO E| Downloaded rustls-pemfile v1.0.2
29632025-02-22T20:39:17.459Z[ helios-setup] Feb 22 20:39:16.202 INFO E| Downloaded semver v0.11.0
29642025-02-22T20:39:17.462Z[ helios-setup] Feb 22 20:39:16.206 INFO E| Downloaded futures-task v0.3.28
29652025-02-22T20:39:17.465Z[ helios-setup] Feb 22 20:39:16.208 INFO E| Downloaded project-root v0.2.2
29662025-02-22T20:39:17.467Z[ helios-setup] Feb 22 20:39:16.209 INFO E| Downloaded const-random-macro v0.1.15
29672025-02-22T20:39:17.470Z[ helios-setup] Feb 22 20:39:16.211 INFO E| Downloaded either v1.8.0
29682025-02-22T20:39:17.472Z[ helios-setup] Feb 22 20:39:16.215 INFO E| Downloaded anstream v0.2.6
29692025-02-22T20:39:17.475Z[ helios-setup] Feb 22 20:39:16.219 INFO E| Downloaded want v0.3.0
29702025-02-22T20:39:17.478Z[ helios-setup] Feb 22 20:39:16.220 INFO E| Downloaded concolor-query v0.3.3
29712025-02-22T20:39:17.481Z[ helios-setup] Feb 22 20:39:16.222 INFO E| Downloaded dyn-clone v1.0.11
29722025-02-22T20:39:17.483Z[ helios-setup] Feb 22 20:39:16.225 INFO E| Downloaded home v0.5.4
29732025-02-22T20:39:17.483Z[ helios-setup] Feb 22 20:39:16.226 INFO E| Downloaded http-body v0.4.5
29742025-02-22T20:39:17.486Z[ helios-setup] Feb 22 20:39:16.229 INFO E| Downloaded percent-encoding v2.2.0
29752025-02-22T20:39:17.489Z[ helios-setup] Feb 22 20:39:16.230 INFO E| Downloaded try-lock v0.2.4
29762025-02-22T20:39:17.491Z[ helios-setup] Feb 22 20:39:16.232 INFO E| Downloaded memoffset v0.7.1
29772025-02-22T20:39:17.491Z[ helios-setup] Feb 22 20:39:16.234 INFO E| Downloaded futures-core v0.3.28
29782025-02-22T20:39:17.522Z[ helios-setup] Feb 22 20:39:16.265 INFO E| Downloaded tower-service v0.3.2
29792025-02-22T20:39:17.525Z[ helios-setup] Feb 22 20:39:16.267 INFO E| Downloaded schemars_derive v0.8.12
29802025-02-22T20:39:17.527Z[ helios-setup] Feb 22 20:39:16.269 INFO E| Downloaded rustfmt-wrapper v0.2.0
29812025-02-22T20:39:17.530Z[ helios-setup] Feb 22 20:39:16.271 INFO E| Downloaded futures-executor v0.3.28
29822025-02-22T20:39:17.542Z[ helios-setup] Feb 22 20:39:16.285 INFO E| Downloaded toml_datetime v0.6.1
29832025-02-22T20:39:17.545Z[ helios-setup] Feb 22 20:39:16.287 INFO E| Downloaded sha2 v0.10.6
29842025-02-22T20:39:17.547Z[ helios-setup] Feb 22 20:39:16.290 INFO E| Downloaded proc-macro-crate v1.2.1
29852025-02-22T20:39:17.550Z[ helios-setup] Feb 22 20:39:16.292 INFO E| Downloaded block-buffer v0.10.3
29862025-02-22T20:39:17.550Z[ helios-setup] Feb 22 20:39:16.293 INFO E| Downloaded autocfg v1.1.0
29872025-02-22T20:39:17.552Z[ helios-setup] Feb 22 20:39:16.295 INFO E| Downloaded num_enum_derive v0.5.7
29882025-02-22T20:39:17.555Z[ helios-setup] Feb 22 20:39:16.297 INFO E| Downloaded thiserror-impl v1.0.38
29892025-02-22T20:39:17.557Z[ helios-setup] Feb 22 20:39:16.299 INFO E| Downloaded slog-async v2.7.0
29902025-02-22T20:39:17.560Z[ helios-setup] Feb 22 20:39:16.301 INFO E| Downloaded spin v0.5.2
29912025-02-22T20:39:17.560Z[ helios-setup] Feb 22 20:39:16.303 INFO E| Downloaded utf8parse v0.2.1
29922025-02-22T20:39:17.563Z[ helios-setup] Feb 22 20:39:16.304 INFO E| Downloaded log v0.4.17
29932025-02-22T20:39:17.565Z[ helios-setup] Feb 22 20:39:16.308 INFO E| Downloaded camino v1.1.4
29942025-02-22T20:39:17.568Z[ helios-setup] Feb 22 20:39:16.311 INFO E| Downloaded tokio-macros v2.0.0
29952025-02-22T20:39:17.570Z[ helios-setup] Feb 22 20:39:16.313 INFO E| Downloaded smawk v0.3.1
29962025-02-22T20:39:17.573Z[ helios-setup] Feb 22 20:39:16.315 INFO E| Downloaded tokio-rustls v0.24.0
29972025-02-22T20:39:17.575Z[ helios-setup] Feb 22 20:39:16.318 INFO E| Downloaded tempfile v3.5.0
29982025-02-22T20:39:17.579Z[ helios-setup] Feb 22 20:39:16.322 INFO E| Downloaded parking_lot_core v0.9.6
29992025-02-22T20:39:17.582Z[ helios-setup] Feb 22 20:39:16.326 INFO E| Downloaded bincode v1.3.3
30002025-02-22T20:39:17.585Z[ helios-setup] Feb 22 20:39:16.329 INFO E| Downloaded lock_api v0.4.9
30012025-02-22T20:39:17.588Z[ helios-setup] Feb 22 20:39:16.331 INFO E| Downloaded once_cell v1.17.0
30022025-02-22T20:39:17.592Z[ helios-setup] Feb 22 20:39:16.336 INFO E| Downloaded time v0.1.45
30032025-02-22T20:39:17.595Z[ helios-setup] Feb 22 20:39:16.338 INFO E| Downloaded httparse v1.8.0
30042025-02-22T20:39:17.599Z[ helios-setup] Feb 22 20:39:16.342 INFO E| Downloaded tokio-tungstenite v0.18.0
30052025-02-22T20:39:17.602Z[ helios-setup] Feb 22 20:39:16.346 INFO E| Downloaded smartstring v1.0.1
30062025-02-22T20:39:17.606Z[ helios-setup] Feb 22 20:39:16.349 INFO E| Downloaded unicode-ident v1.0.8
30072025-02-22T20:39:17.611Z[ helios-setup] Feb 22 20:39:16.354 INFO E| Downloaded ucd-trie v0.1.5
30082025-02-22T20:39:17.613Z[ helios-setup] Feb 22 20:39:16.357 INFO E| Downloaded ryu v1.0.13
30092025-02-22T20:39:17.619Z[ helios-setup] Feb 22 20:39:16.362 INFO E| Downloaded smallvec v1.10.0
30102025-02-22T20:39:17.622Z[ helios-setup] Feb 22 20:39:16.366 INFO E| Downloaded tungstenite v0.18.0
30112025-02-22T20:39:17.627Z[ helios-setup] Feb 22 20:39:16.370 INFO E| Downloaded textwrap v0.16.0
30122025-02-22T20:39:17.631Z[ helios-setup] Feb 22 20:39:16.374 INFO E| Downloaded unsafe-libyaml v0.2.8
30132025-02-22T20:39:17.636Z[ helios-setup] Feb 22 20:39:16.380 INFO E| Downloaded toml v0.7.3
30142025-02-22T20:39:17.641Z[ helios-setup] Feb 22 20:39:16.384 INFO E| Downloaded url v2.3.1
30152025-02-22T20:39:17.646Z[ helios-setup] Feb 22 20:39:16.389 INFO E| Downloaded uuid v1.3.0
30162025-02-22T20:39:17.652Z[ helios-setup] Feb 22 20:39:16.396 INFO E| Downloaded toml_edit v0.19.8
30172025-02-22T20:39:17.680Z[ helios-setup] Feb 22 20:39:16.423 INFO E| Downloaded tracing v0.1.37
30182025-02-22T20:39:17.688Z[ helios-setup] Feb 22 20:39:16.429 INFO E| Downloaded unicode-linebreak v0.1.4
30192025-02-22T20:39:17.688Z[ helios-setup] Feb 22 20:39:16.431 INFO E| Downloaded tokio-util v0.7.7
30202025-02-22T20:39:17.698Z[ helios-setup] Feb 22 20:39:16.441 INFO E| Downloaded unicode-normalization v0.1.22
30212025-02-22T20:39:17.704Z[ helios-setup] Feb 22 20:39:16.447 INFO E| Downloaded winnow v0.4.1
30222025-02-22T20:39:17.718Z[ helios-setup] Feb 22 20:39:16.461 INFO E| Downloaded pest v2.5.7
30232025-02-22T20:39:17.742Z[ helios-setup] Feb 22 20:39:16.485 INFO E| Downloaded serde_json v1.0.95
30242025-02-22T20:39:17.753Z[ helios-setup] Feb 22 20:39:16.497 INFO E| Downloaded crossbeam-channel v0.5.6
30252025-02-22T20:39:17.760Z[ helios-setup] Feb 22 20:39:16.504 INFO E| Downloaded mio v0.8.5
30262025-02-22T20:39:17.769Z[ helios-setup] Feb 22 20:39:16.512 INFO E| Downloaded clap_builder v4.2.1
30272025-02-22T20:39:17.779Z[ helios-setup] Feb 22 20:39:16.522 INFO E| Downloaded reqwest v0.11.16
30282025-02-22T20:39:17.792Z[ helios-setup] Feb 22 20:39:16.535 INFO E| Downloaded rustls v0.21.0
30292025-02-22T20:39:17.810Z[ helios-setup] Feb 22 20:39:16.553 INFO E| Downloaded h2 v0.3.16
30302025-02-22T20:39:17.820Z[ helios-setup] Feb 22 20:39:16.563 INFO E| Downloaded syn v1.0.107
30312025-02-22T20:39:17.840Z[ helios-setup] Feb 22 20:39:16.583 INFO E| Downloaded syn v2.0.72
30322025-02-22T20:39:17.857Z[ helios-setup] Feb 22 20:39:16.600 INFO E| Downloaded rustix v0.37.3
30332025-02-22T20:39:17.886Z[ helios-setup] Feb 22 20:39:16.629 INFO E| Downloaded regex v1.7.3
30342025-02-22T20:39:17.898Z[ helios-setup] Feb 22 20:39:16.641 INFO E| Downloaded chrono v0.4.24
30352025-02-22T20:39:17.909Z[ helios-setup] Feb 22 20:39:16.652 INFO E| Downloaded regress v0.5.0
30362025-02-22T20:39:17.920Z[ helios-setup] Feb 22 20:39:16.663 INFO E| Downloaded hyper v0.14.25
30372025-02-22T20:39:17.933Z[ helios-setup] Feb 22 20:39:16.676 INFO E| Downloaded idna v0.3.0
30382025-02-22T20:39:17.943Z[ helios-setup] Feb 22 20:39:16.686 INFO E| Downloaded git2 v0.16.1
30392025-02-22T20:39:17.954Z[ helios-setup] Feb 22 20:39:16.698 INFO E| Downloaded rhai v1.14.0
30402025-02-22T20:39:17.971Z[ helios-setup] Feb 22 20:39:16.715 INFO E| Downloaded futures-util v0.3.28
30412025-02-22T20:39:17.989Z[ helios-setup] Feb 22 20:39:16.732 INFO E| Downloaded openapiv3 v1.0.2
30422025-02-22T20:39:18.013Z[ helios-setup] Feb 22 20:39:16.756 INFO E| Downloaded rayon v1.6.1
30432025-02-22T20:39:18.026Z[ helios-setup] Feb 22 20:39:16.769 INFO E| Downloaded http v0.2.9
30442025-02-22T20:39:18.032Z[ helios-setup] Feb 22 20:39:16.776 INFO E| Downloaded memchr v2.5.0
30452025-02-22T20:39:18.039Z[ helios-setup] Feb 22 20:39:16.782 INFO E| Downloaded rayon-core v1.10.2
30462025-02-22T20:39:18.046Z[ helios-setup] Feb 22 20:39:16.788 INFO E| Downloaded anyhow v1.0.68
30472025-02-22T20:39:18.050Z[ helios-setup] Feb 22 20:39:16.793 INFO E| Downloaded aho-corasick v0.7.20
30482025-02-22T20:39:18.056Z[ helios-setup] Feb 22 20:39:16.799 INFO E| Downloaded tracing-core v0.1.30
30492025-02-22T20:39:18.060Z[ helios-setup] Feb 22 20:39:16.803 INFO E| Downloaded ahash v0.8.3
30502025-02-22T20:39:18.064Z[ helios-setup] Feb 22 20:39:16.808 INFO E| Downloaded unicode-bidi v0.3.13
30512025-02-22T20:39:18.068Z[ helios-setup] Feb 22 20:39:16.812 INFO E| Downloaded rustls-webpki v0.100.1
30522025-02-22T20:39:18.078Z[ helios-setup] Feb 22 20:39:16.821 INFO E| Downloaded crossbeam-utils v0.8.14
30532025-02-22T20:39:18.082Z[ helios-setup] Feb 22 20:39:16.825 INFO E| Downloaded tokio v1.27.0
30542025-02-22T20:39:18.130Z[ helios-setup] Feb 22 20:39:16.873 INFO E| Downloaded socket2 v0.4.9
30552025-02-22T20:39:18.132Z[ helios-setup] Feb 22 20:39:16.875 INFO E| Downloaded serde v1.0.204
30562025-02-22T20:39:18.137Z[ helios-setup] Feb 22 20:39:16.880 INFO E| Downloaded libc v0.2.139
30572025-02-22T20:39:18.175Z[ helios-setup] Feb 22 20:39:16.919 INFO E| Downloaded crossbeam-epoch v0.9.13
30582025-02-22T20:39:18.180Z[ helios-setup] Feb 22 20:39:16.923 INFO E| Downloaded cc v1.0.78
30592025-02-22T20:39:18.184Z[ helios-setup] Feb 22 20:39:16.927 INFO E| Downloaded serde_yaml v0.9.21
30602025-02-22T20:39:18.199Z[ helios-setup] Feb 22 20:39:16.942 INFO E| Downloaded flate2 v1.0.25
30612025-02-22T20:39:18.206Z[ helios-setup] Feb 22 20:39:16.949 INFO E| Downloaded bytes v1.4.0
30622025-02-22T20:39:18.212Z[ helios-setup] Feb 22 20:39:16.955 INFO E| Downloaded parking_lot v0.12.1
30632025-02-22T20:39:18.216Z[ helios-setup] Feb 22 20:39:16.959 INFO E| Downloaded num-traits v0.2.15
30642025-02-22T20:39:18.220Z[ helios-setup] Feb 22 20:39:16.963 INFO E| Downloaded futures v0.3.28
30652025-02-22T20:39:18.228Z[ helios-setup] Feb 22 20:39:16.971 INFO E| Downloaded clap v4.2.1
30662025-02-22T20:39:18.242Z[ helios-setup] Feb 22 20:39:16.985 INFO E| Downloaded base64 v0.21.0
30672025-02-22T20:39:18.266Z[ helios-setup] Feb 22 20:39:17.009 INFO E| Downloaded miniz_oxide v0.6.2
30682025-02-22T20:39:18.270Z[ helios-setup] Feb 22 20:39:17.013 INFO E| Downloaded proc-macro2 v1.0.86
30692025-02-22T20:39:18.274Z[ helios-setup] Feb 22 20:39:17.017 INFO E| Downloaded tinyvec v1.6.0
30702025-02-22T20:39:18.279Z[ helios-setup] Feb 22 20:39:17.022 INFO E| Downloaded rhai_codegen v1.5.0
30712025-02-22T20:39:18.293Z[ helios-setup] Feb 22 20:39:17.036 INFO E| Downloaded quote v1.0.36
30722025-02-22T20:39:18.297Z[ helios-setup] Feb 22 20:39:17.040 INFO E| Downloaded serde_derive v1.0.204
30732025-02-22T20:39:18.302Z[ helios-setup] Feb 22 20:39:17.045 INFO E| Downloaded serde_derive_internals v0.26.0
30742025-02-22T20:39:18.304Z[ helios-setup] Feb 22 20:39:17.047 INFO E| Downloaded semver v1.0.17
30752025-02-22T20:39:18.331Z[ helios-setup] Feb 22 20:39:17.074 INFO E| Downloaded sct v0.7.0
30762025-02-22T20:39:18.336Z[ helios-setup] Feb 22 20:39:17.079 INFO E| Downloaded itoa v1.0.6
30772025-02-22T20:39:18.339Z[ helios-setup] Feb 22 20:39:17.082 INFO E| Downloaded io-lifetimes v1.0.10
30782025-02-22T20:39:18.341Z[ helios-setup] Feb 22 20:39:17.085 INFO E| Downloaded futures-channel v0.3.28
30792025-02-22T20:39:18.344Z[ helios-setup] Feb 22 20:39:17.088 INFO E| Downloaded cargo-lock v8.0.3
30802025-02-22T20:39:18.348Z[ helios-setup] Feb 22 20:39:17.091 INFO E| Downloaded pin-project-lite v0.2.9
30812025-02-22T20:39:18.355Z[ helios-setup] Feb 22 20:39:17.098 INFO E| Downloaded slab v0.4.7
30822025-02-22T20:39:18.357Z[ helios-setup] Feb 22 20:39:17.100 INFO E| Downloaded ipnet v2.7.2
30832025-02-22T20:39:18.360Z[ helios-setup] Feb 22 20:39:17.103 INFO E| Downloaded iana-time-zone v0.1.56
30842025-02-22T20:39:18.366Z[ helios-setup] Feb 22 20:39:17.106 INFO E| Downloaded async-trait v0.1.68
30852025-02-22T20:39:18.369Z[ helios-setup] Feb 22 20:39:17.111 INFO E| Downloaded cpufeatures v0.2.5
30862025-02-22T20:39:18.371Z[ helios-setup] Feb 22 20:39:17.113 INFO E| Downloaded clap_derive v4.2.0
30872025-02-22T20:39:18.374Z[ helios-setup] Feb 22 20:39:17.116 INFO E| Downloaded serde_tokenstream v0.2.0
30882025-02-22T20:39:18.379Z[ helios-setup] Feb 22 20:39:17.122 INFO E| Downloaded serde_path_to_error v0.1.11
30892025-02-22T20:39:18.381Z[ helios-setup] Feb 22 20:39:17.125 INFO E| Downloaded schemars v0.8.12
30902025-02-22T20:39:18.398Z[ helios-setup] Feb 22 20:39:17.141 INFO E| Downloaded ppv-lite86 v0.2.17
30912025-02-22T20:39:18.401Z[ helios-setup] Feb 22 20:39:17.143 INFO E| Downloaded paste v1.0.12
30922025-02-22T20:39:18.404Z[ helios-setup] Feb 22 20:39:17.147 INFO E| Downloaded num_cpus v1.15.0
30932025-02-22T20:39:18.407Z[ helios-setup] Feb 22 20:39:17.151 INFO E| Downloaded num-integer v0.1.45
30942025-02-22T20:39:18.410Z[ helios-setup] Feb 22 20:39:17.153 INFO E| Downloaded jobserver v0.1.26
30952025-02-22T20:39:18.413Z[ helios-setup] Feb 22 20:39:17.155 INFO E| Downloaded is-terminal v0.4.7
30962025-02-22T20:39:18.419Z[ helios-setup] Feb 22 20:39:17.157 INFO E| Downloaded getrandom v0.2.8
30972025-02-22T20:39:18.419Z[ helios-setup] Feb 22 20:39:17.161 INFO E| Downloaded digest v0.10.6
30982025-02-22T20:39:18.422Z[ helios-setup] Feb 22 20:39:17.165 INFO E| Downloaded toolchain_find v0.2.0
30992025-02-22T20:39:18.425Z[ helios-setup] Feb 22 20:39:17.166 INFO E| Downloaded thiserror v1.0.38
31002025-02-22T20:39:18.432Z[ helios-setup] Feb 22 20:39:17.174 INFO E| Downloaded terminal_size v0.2.6
31012025-02-22T20:39:18.434Z[ helios-setup] Feb 22 20:39:17.176 INFO E| Downloaded strsim v0.10.0
31022025-02-22T20:39:18.437Z[ helios-setup] Feb 22 20:39:17.179 INFO E| Downloaded slog-bunyan v2.4.0
31032025-02-22T20:39:18.437Z[ helios-setup] Feb 22 20:39:17.180 INFO E| Downloaded encoding_rs v0.8.32
31042025-02-22T20:39:18.472Z[ helios-setup] Feb 22 20:39:17.215 INFO E| Downloaded signal-hook-registry v1.4.0
31052025-02-22T20:39:18.474Z[ helios-setup] Feb 22 20:39:17.217 INFO E| Downloaded sha1 v0.10.5
31062025-02-22T20:39:18.477Z[ helios-setup] Feb 22 20:39:17.219 INFO E| Downloaded serde_spanned v0.6.1
31072025-02-22T20:39:18.477Z[ helios-setup] Feb 22 20:39:17.220 INFO E| Downloaded scopeguard v1.1.0
31082025-02-22T20:39:18.480Z[ helios-setup] Feb 22 20:39:17.222 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
31092025-02-22T20:39:18.482Z[ helios-setup] Feb 22 20:39:17.224 INFO E| Downloaded pkg-config v0.3.26
31102025-02-22T20:39:18.485Z[ helios-setup] Feb 22 20:39:17.226 INFO E| Downloaded num_enum v0.5.7
31112025-02-22T20:39:18.488Z[ helios-setup] Feb 22 20:39:17.232 INFO E| Downloaded futures-sink v0.3.28
31122025-02-22T20:39:18.491Z[ helios-setup] Feb 22 20:39:17.233 INFO E| Downloaded futures-macro v0.3.28
31132025-02-22T20:39:18.494Z[ helios-setup] Feb 22 20:39:17.234 INFO E| Downloaded futures-io v0.3.28
31142025-02-22T20:39:18.494Z[ helios-setup] Feb 22 20:39:17.236 INFO E| Downloaded form_urlencoded v1.1.0
31152025-02-22T20:39:18.494Z[ helios-setup] Feb 22 20:39:17.237 INFO E| Downloaded fastrand v1.9.0
31162025-02-22T20:39:18.496Z[ helios-setup] Feb 22 20:39:17.239 INFO E| Downloaded crossbeam-deque v0.8.2
31172025-02-22T20:39:18.499Z[ helios-setup] Feb 22 20:39:17.241 INFO E| Downloaded anstyle v0.3.5
31182025-02-22T20:39:18.502Z[ helios-setup] Feb 22 20:39:17.243 INFO E| Downloaded async-stream v0.3.5
31192025-02-22T20:39:18.504Z[ helios-setup] Feb 22 20:39:17.246 INFO E| Downloaded lazy_static v1.4.0
31202025-02-22T20:39:18.507Z[ helios-setup] Feb 22 20:39:17.248 INFO E| Downloaded httpdate v1.0.2
31212025-02-22T20:39:18.507Z[ helios-setup] Feb 22 20:39:17.249 INFO E| Downloaded generic-array v0.14.6
31222025-02-22T20:39:18.510Z[ helios-setup] Feb 22 20:39:17.252 INFO E| Downloaded anstyle-parse v0.1.1
31232025-02-22T20:39:18.512Z[ helios-setup] Feb 22 20:39:17.254 INFO E| Downloaded clap_lex v0.4.1
31242025-02-22T20:39:18.515Z[ helios-setup] Feb 22 20:39:17.256 INFO E| Downloaded byteorder v1.4.3
31252025-02-22T20:39:18.517Z[ helios-setup] Feb 22 20:39:17.259 INFO E| Downloaded concolor-override v1.0.0
31262025-02-22T20:39:18.517Z[ helios-setup] Feb 22 20:39:17.260 INFO E| Downloaded async-stream-impl v0.3.5
31272025-02-22T20:39:18.520Z[ helios-setup] Feb 22 20:39:17.261 INFO E| Downloaded ahash v0.7.6
31282025-02-22T20:39:18.589Z[ helios-setup] Feb 22 20:39:17.332 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31292025-02-22T20:39:18.895Z[ helios-setup] Feb 22 20:39:17.638 INFO E| Downloaded libz-sys v1.1.8
31302025-02-22T20:39:19.281Z[ helios-setup] Feb 22 20:39:18.021 INFO E| Downloaded ring v0.16.20
31312025-02-22T20:39:19.552Z[ host-package] Compiling itertools v0.12.1
31322025-02-22T20:39:19.623Z[ helios-setup] Feb 22 20:39:18.366 INFO E| Compiling proc-macro2 v1.0.86
31332025-02-22T20:39:19.623Z[ helios-setup] Feb 22 20:39:18.366 INFO E| Compiling libc v0.2.139
31342025-02-22T20:39:19.626Z[ helios-setup] Feb 22 20:39:18.367 INFO E| Compiling unicode-ident v1.0.8
31352025-02-22T20:39:19.626Z[ helios-setup] Feb 22 20:39:18.367 INFO E| Compiling autocfg v1.1.0
31362025-02-22T20:39:19.626Z[ helios-setup] Feb 22 20:39:18.367 INFO E| Compiling cfg-if v1.0.0
31372025-02-22T20:39:19.836Z[ helios-setup] Feb 22 20:39:18.579 INFO E| Compiling version_check v0.9.4
31382025-02-22T20:39:19.858Z[ helios-setup] Feb 22 20:39:18.601 INFO E| Compiling serde v1.0.204
31392025-02-22T20:39:19.879Z[ helios-setup] Feb 22 20:39:18.622 INFO E| Compiling syn v1.0.107
31402025-02-22T20:39:20.727Z[ helios-setup] Feb 22 20:39:19.468 INFO E| Compiling memchr v2.5.0
31412025-02-22T20:39:21.044Z[ helios-setup] Feb 22 20:39:19.787 INFO E| Compiling once_cell v1.17.0
31422025-02-22T20:39:21.390Z[ helios-setup] Feb 22 20:39:20.133 INFO E| Compiling log v0.4.17
31432025-02-22T20:39:21.634Z[ helios-setup] Feb 22 20:39:20.378 INFO E| Compiling thiserror v1.0.38
31442025-02-22T20:39:21.884Z[ helios-setup] Feb 22 20:39:20.627 INFO E| Compiling itoa v1.0.6
31452025-02-22T20:39:22.382Z[ helios-setup] Feb 22 20:39:21.125 INFO E| Compiling serde_json v1.0.95
31462025-02-22T20:39:23.237Z[ helios-setup] Feb 22 20:39:21.980 INFO E| Compiling quote v1.0.36
31472025-02-22T20:39:23.518Z[ host-package] Compiling fd-lock v4.0.2
31482025-02-22T20:39:23.564Z[ helios-setup] Feb 22 20:39:22.299 INFO E| Compiling scopeguard v1.1.0
31492025-02-22T20:39:23.972Z[ helios-setup] Feb 22 20:39:22.715 INFO E| Compiling pin-project-lite v0.2.9
31502025-02-22T20:39:24.082Z[ helios-setup] Feb 22 20:39:22.826 INFO E| Compiling syn v2.0.72
31512025-02-22T20:39:24.363Z[ host-package] Compiling peg-macros v0.8.4
31522025-02-22T20:39:24.388Z[ helios-setup] Feb 22 20:39:23.126 INFO E| Compiling getrandom v0.2.8
31532025-02-22T20:39:24.515Z[ helios-setup] Feb 22 20:39:23.258 INFO E| Compiling indexmap v1.9.3
31542025-02-22T20:39:25.052Z[ helios-setup] Feb 22 20:39:23.795 INFO E| Compiling jobserver v0.1.26
31552025-02-22T20:39:25.219Z[ helios-setup] Feb 22 20:39:23.962 INFO E| Compiling futures-core v0.3.28
31562025-02-22T20:39:25.263Z[ helios-setup] Feb 22 20:39:24.007 INFO E| Compiling bytes v1.4.0
31572025-02-22T20:39:25.536Z[ helios-setup] Feb 22 20:39:24.279 INFO E| Compiling num-integer v0.1.45
31582025-02-22T20:39:25.664Z[ helios-setup] Feb 22 20:39:24.408 INFO E| Compiling cc v1.0.78
31592025-02-22T20:39:26.074Z[ helios-setup] Feb 22 20:39:24.808 INFO E| Compiling ryu v1.0.13
31602025-02-22T20:39:26.486Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31612025-02-22T20:39:26.702Z[ helios-setup] Feb 22 20:39:25.446 INFO E| Compiling lock_api v0.4.9
31622025-02-22T20:39:27.237Z[ helios-setup] Feb 22 20:39:25.981 INFO E| Compiling bitflags v1.3.2
31632025-02-22T20:39:27.492Z[ helios-setup] Feb 22 20:39:26.235 INFO E| Compiling parking_lot_core v0.9.6
31642025-02-22T20:39:27.646Z[ helios-setup] Feb 22 20:39:26.389 INFO E| Compiling typenum v1.16.0
31652025-02-22T20:39:28.194Z[ helios-setup] Feb 22 20:39:26.937 INFO E| Compiling num_cpus v1.15.0
31662025-02-22T20:39:28.248Z[ host-package] Compiling kstat-rs v0.2.4
31672025-02-22T20:39:28.574Z[ helios-setup] Feb 22 20:39:27.317 INFO E| Compiling slab v0.4.7
31682025-02-22T20:39:28.601Z[ helios-setup] Feb 22 20:39:27.342 INFO E| Compiling generic-array v0.14.6
31692025-02-22T20:39:28.616Z[ helios-setup] Feb 22 20:39:27.358 INFO E| Compiling futures-task v0.3.28
31702025-02-22T20:39:28.803Z[ helios-setup] Feb 22 20:39:27.546 INFO E| Compiling futures-sink v0.3.28
31712025-02-22T20:39:29.410Z[ helios-setup] Feb 22 20:39:28.153 INFO E| Compiling futures-channel v0.3.28
31722025-02-22T20:39:29.756Z[ helios-setup] Feb 22 20:39:28.492 INFO E| Compiling tokio v1.27.0
31732025-02-22T20:39:30.037Z[ helios-setup] Feb 22 20:39:28.780 INFO E| Compiling futures-util v0.3.28
31742025-02-22T20:39:30.048Z[ host-package] Compiling oso-derive v0.27.3
31752025-02-22T20:39:30.271Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
31762025-02-22T20:39:30.487Z[ host-package] Compiling quick-xml v0.33.0
31772025-02-22T20:39:30.827Z[ helios-setup] Feb 22 20:39:29.570 INFO E| Compiling socket2 v0.4.9
31782025-02-22T20:39:31.139Z[ helios-setup] Feb 22 20:39:29.882 INFO E| Compiling mio v0.8.5
31792025-02-22T20:39:31.505Z[ helios-setup] Feb 22 20:39:30.248 INFO E| Compiling signal-hook-registry v1.4.0
31802025-02-22T20:39:31.508Z[ helios-setup] Feb 22 20:39:30.250 INFO E| Compiling pin-utils v0.1.0
31812025-02-22T20:39:31.728Z[ helios-setup] Feb 22 20:39:30.472 INFO E| Compiling futures-io v0.3.28
31822025-02-22T20:39:32.042Z[ helios-setup] Feb 22 20:39:30.785 INFO E| Compiling schemars v0.8.12
31832025-02-22T20:39:32.461Z[ host-package] Compiling diesel-dtrace v0.4.2
31842025-02-22T20:39:32.492Z[ helios-setup] Feb 22 20:39:31.235 INFO E| Compiling num-traits v0.2.15
31852025-02-22T20:39:33.211Z[ helios-setup] Feb 22 20:39:31.954 INFO E| Compiling ahash v0.7.6
31862025-02-22T20:39:33.447Z[ helios-setup] Feb 22 20:39:32.191 INFO E| Compiling io-lifetimes v1.0.10
31872025-02-22T20:39:33.830Z[ helios-setup] Feb 22 20:39:32.573 INFO E| Compiling crunchy v0.2.2
31882025-02-22T20:39:33.883Z[ host-package] Compiling nu-ansi-term v0.50.1
31892025-02-22T20:39:34.893Z[ helios-setup] Feb 22 20:39:33.627 INFO E| Compiling serde_derive_internals v0.26.0
31902025-02-22T20:39:34.893Z[ helios-setup] Feb 22 20:39:33.627 INFO E| Compiling block-buffer v0.10.3
31912025-02-22T20:39:35.149Z[ helios-setup] Feb 22 20:39:33.892 INFO E| Compiling crypto-common v0.1.6
31922025-02-22T20:39:35.712Z[ helios-setup] Feb 22 20:39:34.455 INFO E| Compiling ahash v0.8.3
31932025-02-22T20:39:35.817Z[ helios-setup] Feb 22 20:39:34.560 INFO E| Compiling crossbeam-utils v0.8.14
31942025-02-22T20:39:36.324Z[ helios-setup] Feb 22 20:39:35.067 INFO E| Compiling slog v2.7.0
31952025-02-22T20:39:36.395Z[ host-package] Compiling reedline v0.35.0
31962025-02-22T20:39:36.471Z[ helios-setup] Feb 22 20:39:35.214 INFO E| Compiling tiny-keccak v2.0.2
31972025-02-22T20:39:36.731Z[ helios-setup] Feb 22 20:39:35.474 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31982025-02-22T20:39:36.895Z[ helios-setup] Feb 22 20:39:35.638 INFO E| Compiling hashbrown v0.12.3
31992025-02-22T20:39:36.941Z[ helios-setup] Feb 22 20:39:35.685 INFO E| Compiling rustix v0.37.3
32002025-02-22T20:39:37.334Z[ host-package] Compiling peg v0.8.4
32012025-02-22T20:39:38.016Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32022025-02-22T20:39:38.804Z[ helios-setup] Feb 22 20:39:37.548 INFO E| Compiling digest v0.10.6
32032025-02-22T20:39:39.309Z[ helios-setup] Feb 22 20:39:38.052 INFO E| Compiling errno v0.3.1
32042025-02-22T20:39:39.862Z[ helios-setup] Feb 22 20:39:38.605 INFO E| Compiling anyhow v1.0.68
32052025-02-22T20:39:39.944Z[ helios-setup] Feb 22 20:39:38.687 INFO E| Compiling cpufeatures v0.2.5
32062025-02-22T20:39:40.026Z[ helios-setup] Feb 22 20:39:38.769 INFO E| Compiling unicode-width v0.1.10
32072025-02-22T20:39:40.194Z[ helios-setup] Feb 22 20:39:38.937 INFO E| Compiling pkg-config v0.3.26
32082025-02-22T20:39:40.274Z[ helios-setup] Feb 22 20:39:39.018 INFO E| Compiling fnv v1.0.7
32092025-02-22T20:39:40.534Z[ helios-setup] Feb 22 20:39:39.277 INFO E| Compiling http v0.2.9
32102025-02-22T20:39:41.941Z[ helios-setup] Feb 22 20:39:40.682 INFO E| Compiling thiserror-impl v1.0.38
32112025-02-22T20:39:42.063Z[ helios-setup] Feb 22 20:39:40.806 INFO E| Compiling schemars_derive v0.8.12
32122025-02-22T20:39:42.786Z[ helios-setup] Feb 22 20:39:41.529 INFO E| Compiling serde_derive v1.0.204
32132025-02-22T20:39:43.017Z[ helios-setup] Feb 22 20:39:41.760 INFO E| Compiling tokio-macros v2.0.0
32142025-02-22T20:39:43.768Z[ helios-setup] Feb 22 20:39:42.512 INFO E| Compiling futures-macro v0.3.28
32152025-02-22T20:39:47.390Z[ helios-setup] Feb 22 20:39:46.133 INFO E| Compiling aho-corasick v0.7.20
32162025-02-22T20:39:47.780Z[ helios-setup] Feb 22 20:39:46.524 INFO E| Compiling regex-syntax v0.6.29
32172025-02-22T20:39:47.802Z[ host-package] Compiling oso v0.27.3
32182025-02-22T20:39:47.871Z[ helios-setup] Feb 22 20:39:46.615 INFO E| Compiling httparse v1.8.0
32192025-02-22T20:39:48.066Z[ helios-setup] Feb 22 20:39:46.809 INFO E| Compiling percent-encoding v2.2.0
32202025-02-22T20:39:48.892Z[ helios-setup] Feb 22 20:39:47.635 INFO E| Compiling tinyvec_macros v0.1.1
32212025-02-22T20:39:49.050Z[ helios-setup] Feb 22 20:39:47.793 INFO E| Compiling heck v0.4.1
32222025-02-22T20:39:49.723Z[ helios-setup] Feb 22 20:39:48.466 INFO E| Compiling tinyvec v1.6.0
32232025-02-22T20:39:49.923Z[ helios-setup] Feb 22 20:39:48.666 INFO E| Compiling form_urlencoded v1.1.0
32242025-02-22T20:39:50.013Z[ helios-setup] Feb 22 20:39:48.756 INFO E| Compiling hashbrown v0.13.2
32252025-02-22T20:39:50.950Z[ helios-setup] Feb 22 20:39:49.694 INFO E| Compiling const-random-macro v0.1.15
32262025-02-22T20:39:52.445Z[ helios-setup] Feb 22 20:39:51.189 INFO E| Compiling chrono v0.4.24
32272025-02-22T20:39:53.311Z[ host-package] Compiling tabled v0.15.0
32282025-02-22T20:39:53.464Z[ helios-setup] Feb 22 20:39:52.207 INFO E| Compiling libz-sys v1.1.8
32292025-02-22T20:39:53.779Z[ helios-setup] Feb 22 20:39:52.522 INFO E| Compiling getopts v0.2.21
32302025-02-22T20:39:54.716Z[ helios-setup] Feb 22 20:39:53.458 INFO E| Compiling memoffset v0.7.1
32312025-02-22T20:39:55.133Z[ helios-setup] Feb 22 20:39:53.857 INFO E| Compiling regex v1.7.3
32322025-02-22T20:39:55.475Z[ helios-setup] Feb 22 20:39:54.218 INFO E| Compiling time-core v0.1.2
32332025-02-22T20:39:55.874Z[ helios-setup] Feb 22 20:39:54.617 INFO E| Compiling powerfmt v0.2.0
32342025-02-22T20:39:55.930Z[ helios-setup] Feb 22 20:39:54.674 INFO E| Compiling uuid v1.3.0
32352025-02-22T20:39:56.961Z[ helios-setup] Feb 22 20:39:55.705 INFO E| Compiling num-conv v0.1.0
32362025-02-22T20:39:57.090Z[ helios-setup] Feb 22 20:39:55.832 INFO E| Compiling dyn-clone v1.0.11
32372025-02-22T20:39:57.531Z[ helios-setup] Feb 22 20:39:56.274 INFO E| Compiling deranged v0.3.11
32382025-02-22T20:39:57.761Z[ helios-setup] Feb 22 20:39:56.504 INFO E| Compiling time-macros v0.2.18
32392025-02-22T20:39:58.064Z[ helios-setup] Feb 22 20:39:56.807 INFO E| Compiling unicode-normalization v0.1.22
32402025-02-22T20:39:58.181Z[ helios-setup] Feb 22 20:39:56.924 INFO E| Compiling const-random v0.1.15
32412025-02-22T20:40:00.273Z[ helios-setup] Feb 22 20:39:59.016 INFO E| Compiling regress v0.5.0
32422025-02-22T20:40:01.033Z[ helios-setup] Feb 22 20:39:59.776 INFO E| Compiling tracing-core v0.1.30
32432025-02-22T20:40:01.479Z[ helios-setup] Feb 22 20:40:00.222 INFO E| Compiling crossbeam-epoch v0.9.13
32442025-02-22T20:40:02.771Z[ helios-setup] Feb 22 20:40:01.495 INFO E| Compiling unicode-bidi v0.3.13
32452025-02-22T20:40:03.425Z[ helios-setup] Feb 22 20:40:02.167 INFO E| Compiling ucd-trie v0.1.5
32462025-02-22T20:40:04.137Z[ helios-setup] Feb 22 20:40:02.866 INFO E| Compiling num_threads v0.1.6
32472025-02-22T20:40:05.283Z[ helios-setup] Feb 22 20:40:04.026 INFO E| Compiling time v0.3.36
32482025-02-22T20:40:05.371Z[ helios-setup] Feb 22 20:40:04.114 INFO E| Compiling pest v2.5.7
32492025-02-22T20:40:05.517Z[ helios-setup] Feb 22 20:40:04.261 INFO E| Compiling idna v0.3.0
32502025-02-22T20:40:07.370Z[ helios-setup] Feb 22 20:40:06.113 INFO E| Compiling toml v0.5.11
32512025-02-22T20:40:08.137Z[ helios-setup] Feb 22 20:40:06.880 INFO E| Compiling serde_tokenstream v0.2.0
32522025-02-22T20:40:09.526Z[ helios-setup] Feb 22 20:40:08.269 INFO E| Compiling smallvec v1.10.0
32532025-02-22T20:40:12.179Z[ helios-setup] Feb 22 20:40:10.923 INFO E| Compiling parking_lot v0.12.1
32542025-02-22T20:40:16.173Z[ helios-setup] Feb 22 20:40:14.916 INFO E| Compiling tracing v0.1.37
32552025-02-22T20:40:18.326Z[ helios-setup] Feb 22 20:40:17.069 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32562025-02-22T20:40:19.411Z[ helios-setup] Feb 22 20:40:18.154 INFO E| Compiling crossbeam-channel v0.5.6
32572025-02-22T20:40:19.595Z[ helios-setup] Feb 22 20:40:18.338 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32582025-02-22T20:40:20.022Z[ helios-setup] Feb 22 20:40:18.765 INFO E| Compiling dirs-sys-next v0.1.2
32592025-02-22T20:40:20.963Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32602025-02-22T20:40:21.567Z[ helios-setup] Feb 22 20:40:20.310 INFO E| Compiling time v0.1.45
32612025-02-22T20:40:22.150Z[ helios-setup] Feb 22 20:40:20.894 INFO E| Compiling semver v1.0.17
32622025-02-22T20:40:23.627Z[ helios-setup] Feb 22 20:40:22.370 INFO E| Compiling crc32fast v1.3.2
32632025-02-22T20:40:24.039Z[ helios-setup] Feb 22 20:40:22.783 INFO E| Compiling iana-time-zone v0.1.56
32642025-02-22T20:40:25.107Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32652025-02-22T20:40:25.687Z[ helios-setup] Feb 22 20:40:24.431 INFO E| Compiling dirs-next v2.0.0
32662025-02-22T20:40:26.430Z[ helios-setup] Feb 22 20:40:25.174 INFO E| Compiling proc-macro-crate v1.2.1
32672025-02-22T20:40:27.935Z[ helios-setup] Feb 22 20:40:26.679 INFO E| Compiling url v2.3.1
32682025-02-22T20:40:28.370Z[ helios-setup] Feb 22 20:40:27.114 INFO E| Compiling semver-parser v0.10.2
32692025-02-22T20:40:30.408Z[ helios-setup] Feb 22 20:40:29.151 INFO E| Compiling tokio-util v0.7.7
32702025-02-22T20:40:30.545Z[ helios-setup] Feb 22 20:40:29.288 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32712025-02-22T20:40:32.131Z[ helios-setup] Feb 22 20:40:30.874 INFO E| Compiling futures-executor v0.3.28
32722025-02-22T20:40:32.640Z[ helios-setup] Feb 22 20:40:31.383 INFO E| Compiling thread_local v1.1.7
32732025-02-22T20:40:32.668Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32742025-02-22T20:40:33.063Z[ helios-setup] Feb 22 20:40:31.807 INFO E| Compiling same-file v1.0.6
32752025-02-22T20:40:33.990Z[ helios-setup] Feb 22 20:40:32.734 INFO E| Compiling rayon-core v1.10.2
32762025-02-22T20:40:34.430Z[ helios-setup] Feb 22 20:40:33.173 INFO E| Compiling adler v1.0.2
32772025-02-22T20:40:34.635Z[ helios-setup] Feb 22 20:40:33.379 INFO E| Compiling try-lock v0.2.4
32782025-02-22T20:40:34.895Z[ helios-setup] Feb 22 20:40:33.639 INFO E| Compiling walkdir v2.3.3
32792025-02-22T20:40:34.974Z[ helios-setup] Feb 22 20:40:33.718 INFO E| Compiling want v0.3.0
32802025-02-22T20:40:35.098Z[ helios-setup] Feb 22 20:40:33.842 INFO E| Compiling miniz_oxide v0.6.2
32812025-02-22T20:40:36.043Z[ helios-setup] Feb 22 20:40:34.781 INFO E| Compiling futures v0.3.28
32822025-02-22T20:40:36.165Z[ host-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
32832025-02-22T20:40:37.366Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32842025-02-22T20:40:37.497Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
32852025-02-22T20:40:37.804Z[ helios-setup] Feb 22 20:40:36.547 INFO E| Compiling h2 v0.3.16
32862025-02-22T20:40:38.483Z[ host-package] Compiling bb8 v0.8.5
32872025-02-22T20:40:38.546Z[ helios-setup] Feb 22 20:40:37.289 INFO E| Compiling semver v0.11.0
32882025-02-22T20:40:38.835Z[ helios-setup] Feb 22 20:40:37.578 INFO E| Compiling num_enum_derive v0.5.7
32892025-02-22T20:40:39.307Z[ helios-setup] Feb 22 20:40:38.051 INFO E| Compiling crossbeam-deque v0.8.2
32902025-02-22T20:40:39.581Z[ helios-setup] Feb 22 20:40:38.324 INFO E| Compiling term v0.7.0
32912025-02-22T20:40:40.170Z[ host-package] Compiling bcs v0.1.6
32922025-02-22T20:40:41.892Z[ host-package] Compiling libz-sys v1.1.20
32932025-02-22T20:40:43.092Z[ helios-setup] Feb 22 20:40:41.836 INFO E| Compiling http-body v0.4.5
32942025-02-22T20:40:43.407Z[ host-package] Compiling nanorand v0.7.0
32952025-02-22T20:40:44.439Z[ helios-setup] Feb 22 20:40:43.183 INFO E| Compiling sha2 v0.10.6
32962025-02-22T20:40:44.527Z[ helios-setup] Feb 22 20:40:43.271 INFO E| Compiling ring v0.16.20
32972025-02-22T20:40:44.639Z[ host-package] Compiling termtree v0.5.1
32982025-02-22T20:40:45.433Z[ host-package] Compiling parking_lot_core v0.8.6
32992025-02-22T20:40:46.496Z[ helios-setup] Feb 22 20:40:45.240 INFO E| Compiling rand_core v0.6.4
33002025-02-22T20:40:46.882Z[ host-package] Compiling flume v0.11.1
33012025-02-22T20:40:47.686Z[ helios-setup] Feb 22 20:40:46.430 INFO E| Compiling atty v0.2.14
33022025-02-22T20:40:48.354Z[ helios-setup] Feb 22 20:40:47.098 INFO E| Compiling httpdate v1.0.2
33032025-02-22T20:40:49.234Z[ host-package] Compiling async-bb8-diesel v0.2.1
33042025-02-22T20:40:49.335Z[ helios-setup] Feb 22 20:40:48.079 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33052025-02-22T20:40:49.843Z[ helios-setup] Feb 22 20:40:48.587 INFO E| Compiling ppv-lite86 v0.2.17
33062025-02-22T20:40:49.965Z[ helios-setup] Feb 22 20:40:48.709 INFO E| Compiling base64 v0.21.0
33072025-02-22T20:40:50.313Z[ helios-setup] Feb 22 20:40:49.056 INFO E| Compiling fastrand v1.9.0
33082025-02-22T20:40:51.080Z[ host-package] Compiling mime_guess v2.0.5
33092025-02-22T20:40:51.431Z[ helios-setup] Feb 22 20:40:50.174 INFO E| Compiling lazy_static v1.4.0
33102025-02-22T20:40:51.794Z[ helios-setup] Feb 22 20:40:50.538 INFO E| Compiling tower-service v0.3.2
33112025-02-22T20:40:51.870Z[ helios-setup] Feb 22 20:40:50.614 INFO E| Compiling home v0.5.4
33122025-02-22T20:40:52.165Z[ helios-setup] Feb 22 20:40:50.908 INFO E| Compiling utf8parse v0.2.1
33132025-02-22T20:40:52.261Z[ helios-setup] Feb 22 20:40:51.004 INFO E| Compiling hyper v0.14.25
33142025-02-22T20:40:52.388Z[ helios-setup] Feb 22 20:40:51.132 INFO E| Compiling toolchain_find v0.2.0
33152025-02-22T20:40:52.570Z[ helios-setup] Feb 22 20:40:51.314 INFO E| Compiling anstyle-parse v0.1.1
33162025-02-22T20:40:53.511Z[ helios-setup] Feb 22 20:40:52.255 INFO E| Compiling rand_chacha v0.3.1
33172025-02-22T20:40:53.540Z[ helios-setup] Feb 22 20:40:52.284 INFO E| Compiling tempfile v3.5.0
33182025-02-22T20:40:54.910Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33192025-02-22T20:40:56.266Z[ helios-setup] Feb 22 20:40:55.010 INFO E| Compiling slog-term v2.9.0
33202025-02-22T20:40:57.262Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33212025-02-22T20:41:03.394Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33222025-02-22T20:41:05.274Z[ host-package] Compiling proc-macro-error2 v2.0.1
33232025-02-22T20:41:05.369Z[ helios-setup] Feb 22 20:41:04.112 INFO E| Compiling num_enum v0.5.7
33242025-02-22T20:41:06.365Z[ helios-setup] Feb 22 20:41:05.109 INFO E| Compiling flate2 v1.0.25
33252025-02-22T20:41:06.488Z[ host-package] Compiling nibble_vec v0.1.0
33262025-02-22T20:41:07.152Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
33272025-02-22T20:41:07.407Z[ helios-setup] Feb 22 20:41:06.150 INFO E| Compiling cargo-lock v8.0.3
33282025-02-22T20:41:07.511Z[ host-package] Compiling atty v0.2.14
33292025-02-22T20:41:08.416Z[ host-package] Compiling http-range v0.1.5
33302025-02-22T20:41:09.091Z[ host-package] Compiling endian-type v0.1.2
33312025-02-22T20:41:09.753Z[ host-package] Compiling salty v0.3.0
33322025-02-22T20:41:10.104Z[ host-package] Compiling radix_trie v0.2.1
33332025-02-22T20:41:11.767Z[ host-package] Compiling parking_lot v0.11.2
33342025-02-22T20:41:13.055Z[ helios-setup] Feb 22 20:41:11.799 INFO E| Compiling serde_urlencoded v0.7.1
33352025-02-22T20:41:14.104Z[ helios-setup] Feb 22 20:41:12.848 INFO E| Compiling is-terminal v0.4.7
33362025-02-22T20:41:15.089Z[ helios-setup] Feb 22 20:41:13.833 INFO E| Compiling sha1 v0.10.5
33372025-02-22T20:41:15.557Z[ host-package] Compiling tabled_derive v0.10.0
33382025-02-22T20:41:17.427Z[ helios-setup] Feb 22 20:41:16.170 INFO E| Compiling concolor-query v0.3.3
33392025-02-22T20:41:18.219Z[ helios-setup] Feb 22 20:41:16.963 INFO E| Compiling anstyle v0.3.5
33402025-02-22T20:41:18.520Z[ helios-setup] Feb 22 20:41:17.264 INFO E| Compiling concolor-override v1.0.0
33412025-02-22T20:41:19.397Z[ helios-setup] Feb 22 20:41:18.141 INFO E| Compiling either v1.8.0
33422025-02-22T20:41:20.007Z[ helios-setup] Feb 22 20:41:18.750 INFO E| Compiling rayon v1.6.1
33432025-02-22T20:41:20.894Z[ helios-setup] Feb 22 20:41:19.638 INFO E| Compiling anstream v0.2.6
33442025-02-22T20:41:23.107Z[ helios-setup] Feb 22 20:41:21.851 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33452025-02-22T20:41:23.256Z[ helios-setup] Feb 22 20:41:21.999 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33462025-02-22T20:41:23.388Z[ host-package] Compiling papergrid v0.14.0
33472025-02-22T20:41:24.281Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33482025-02-22T20:41:24.697Z[ helios-setup] Feb 22 20:41:23.440 INFO E| Compiling rand v0.8.5
33492025-02-22T20:41:25.653Z[ helios-setup] Feb 22 20:41:24.397 INFO E| Compiling rustfmt-wrapper v0.2.0
33502025-02-22T20:41:25.922Z[ helios-setup] Feb 22 20:41:24.666 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33512025-02-22T20:41:27.006Z[ helios-setup] Feb 22 20:41:25.750 INFO E| Compiling openapiv3 v1.0.2
33522025-02-22T20:41:27.269Z[ helios-setup] Feb 22 20:41:26.012 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33532025-02-22T20:41:28.045Z[ helios-setup] Feb 22 20:41:26.788 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33542025-02-22T20:41:28.786Z[ helios-setup] Feb 22 20:41:27.530 INFO E| Compiling encoding_rs v0.8.32
33552025-02-22T20:41:29.979Z[ helios-setup] Feb 22 20:41:28.723 INFO E| Compiling byteorder v1.4.3
33562025-02-22T20:41:31.377Z[ helios-setup] Feb 22 20:41:30.121 INFO E| Compiling utf-8 v0.7.6
33572025-02-22T20:41:32.314Z[ helios-setup] Feb 22 20:41:31.058 INFO E| Compiling untrusted v0.7.1
33582025-02-22T20:41:33.103Z[ helios-setup] Feb 22 20:41:31.847 INFO E| Compiling spin v0.5.2
33592025-02-22T20:41:33.612Z[ helios-setup] Feb 22 20:41:32.356 INFO E| Compiling clap_lex v0.4.1
33602025-02-22T20:41:33.879Z[ helios-setup] Feb 22 20:41:32.623 INFO E| Compiling unsafe-libyaml v0.2.8
33612025-02-22T20:41:34.665Z[ helios-setup] Feb 22 20:41:33.409 INFO E| Compiling base64 v0.13.1
33622025-02-22T20:41:35.078Z[ helios-setup] Feb 22 20:41:33.822 INFO E| Compiling strsim v0.10.0
33632025-02-22T20:41:35.976Z[ helios-setup] Feb 22 20:41:34.719 INFO E| Compiling ipnet v2.7.2
33642025-02-22T20:41:36.706Z[ helios-setup] Feb 22 20:41:35.450 INFO E| Compiling project-root v0.2.2
33652025-02-22T20:41:37.373Z[ helios-setup] Feb 22 20:41:36.117 INFO E| Compiling mime v0.3.17
33662025-02-22T20:41:37.454Z[ helios-setup] Feb 22 20:41:36.198 INFO E| Compiling serde_yaml v0.9.21
33672025-02-22T20:41:38.101Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
33682025-02-22T20:41:38.748Z[ helios-setup] Feb 22 20:41:37.492 INFO E| Compiling reqwest v0.11.16
33692025-02-22T20:41:38.798Z[ helios-setup] Feb 22 20:41:37.542 INFO E| Compiling clap_builder v4.2.1
33702025-02-22T20:41:39.435Z[ helios-setup] Feb 22 20:41:38.179 INFO E| Compiling tungstenite v0.18.0
33712025-02-22T20:41:41.797Z[ helios-setup] Feb 22 20:41:40.541 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33722025-02-22T20:41:46.756Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
33732025-02-22T20:41:48.604Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
33742025-02-22T20:41:49.258Z[ helios-setup] Feb 22 20:41:48.002 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33752025-02-22T20:41:50.018Z[ host-package] Compiling tabled v0.18.0
33762025-02-22T20:41:51.364Z[ helios-setup] Feb 22 20:41:50.108 INFO E| Compiling clap_derive v4.2.0
33772025-02-22T20:41:53.700Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
33782025-02-22T20:41:59.821Z[ host-package] Compiling hyper-staticfile v0.10.1
33792025-02-22T20:42:00.105Z[ helios-setup] Feb 22 20:41:58.849 INFO E| Compiling clap v4.2.1
33802025-02-22T20:42:03.252Z[ helios-setup] Feb 22 20:42:01.996 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33812025-02-22T20:42:04.748Z[ host-package] Compiling sled v0.34.7
33822025-02-22T20:42:14.133Z[ host-package] Compiling hickory-client v0.24.3
33832025-02-22T20:42:14.476Z[ helios-setup] Feb 22 20:42:13.220 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33842025-02-22T20:42:16.276Z[ helios-setup] Feb 22 20:42:15.020 INFO E| Compiling tokio-tungstenite v0.18.0
33852025-02-22T20:42:17.673Z[ helios-setup] Feb 22 20:42:16.417 INFO E| Compiling smartstring v1.0.1
33862025-02-22T20:42:18.764Z[ helios-setup] Feb 22 20:42:17.508 INFO E| Compiling rustls v0.21.0
33872025-02-22T20:42:20.969Z[ helios-setup] Feb 22 20:42:19.713 INFO E| Compiling sct v0.7.0
33882025-02-22T20:42:21.788Z[ helios-setup] Feb 22 20:42:20.532 INFO E| Compiling rustls-webpki v0.100.1
33892025-02-22T20:42:22.848Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33902025-02-22T20:42:24.258Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33912025-02-22T20:42:25.283Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33922025-02-22T20:42:25.775Z[ helios-setup] Feb 22 20:42:24.519 INFO E| Compiling serde_spanned v0.6.1
33932025-02-22T20:42:25.889Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33942025-02-22T20:42:26.450Z[ helios-setup] Feb 22 20:42:25.194 INFO E| Compiling toml_datetime v0.6.1
33952025-02-22T20:42:26.981Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33962025-02-22T20:42:27.890Z[ helios-setup] Feb 22 20:42:26.634 INFO E| Compiling static_assertions v1.1.0
33972025-02-22T20:42:28.418Z[ helios-setup] Feb 22 20:42:27.162 INFO E| Compiling camino v1.1.4
33982025-02-22T20:42:28.681Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
33992025-02-22T20:42:30.179Z[ helios-setup] Feb 22 20:42:28.923 INFO E| Compiling slog-async v2.7.0
34002025-02-22T20:42:30.285Z[ host-package] Compiling hickory-server v0.24.3
34012025-02-22T20:42:30.413Z[ helios-setup] Feb 22 20:42:29.157 INFO E| Compiling async-trait v0.1.68
34022025-02-22T20:42:31.609Z[ helios-setup] Feb 22 20:42:30.353 INFO E| Compiling match_cfg v0.1.0
34032025-02-22T20:42:31.719Z[ helios-setup] Feb 22 20:42:30.463 INFO E| Compiling winnow v0.4.1
34042025-02-22T20:42:31.872Z[ helios-setup] Feb 22 20:42:30.617 INFO E| Compiling paste v1.0.12
34052025-02-22T20:42:32.013Z[ host-package] Compiling primeorder v0.13.6
34062025-02-22T20:42:32.107Z[ helios-setup] Feb 22 20:42:30.851 INFO E| Compiling hostname v0.3.1
34072025-02-22T20:42:33.065Z[ host-package] Compiling itertools v0.14.0
34082025-02-22T20:42:33.401Z[ helios-setup] Feb 22 20:42:32.145 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
34092025-02-22T20:42:34.691Z[ helios-setup] Feb 22 20:42:33.435 INFO E| Compiling slog-json v2.6.1
34102025-02-22T20:42:35.566Z[ host-package] Compiling vergen v8.3.2
34112025-02-22T20:42:35.998Z[ helios-setup] Feb 22 20:42:34.742 INFO E| Compiling bincode v1.3.3
34122025-02-22T20:42:36.452Z[ host-package] Compiling castaway v0.2.3
34132025-02-22T20:42:37.318Z[ host-package] Compiling env_filter v0.1.2
34142025-02-22T20:42:38.584Z[ helios-setup] Feb 22 20:42:37.328 INFO E| Compiling toml_edit v0.19.8
34152025-02-22T20:42:38.587Z[ helios-setup] Feb 22 20:42:37.328 INFO E| Compiling unicode-linebreak v0.1.4
34162025-02-22T20:42:39.978Z[ host-package] Compiling cargo-platform v0.1.8
34172025-02-22T20:42:40.230Z[ host-package] Compiling tough v0.19.0
34182025-02-22T20:42:41.071Z[ host-package] Compiling cargo_metadata v0.18.1
34192025-02-22T20:42:43.859Z[ helios-setup] Feb 22 20:42:42.603 INFO E| Compiling async-stream-impl v0.3.5
34202025-02-22T20:42:46.718Z[ host-package] Compiling env_logger v0.11.5
34212025-02-22T20:42:47.093Z[ helios-setup] Feb 22 20:42:45.837 INFO E| Compiling rhai_codegen v1.5.0
34222025-02-22T20:42:49.050Z[ helios-setup] Feb 22 20:42:47.794 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34232025-02-22T20:42:49.199Z[ helios-setup] Feb 22 20:42:47.943 INFO E| Compiling take_mut v0.2.2
34242025-02-22T20:42:50.447Z[ helios-setup] Feb 22 20:42:49.191 INFO E| Compiling async-stream v0.3.5
34252025-02-22T20:42:51.421Z[ helios-setup] Feb 22 20:42:50.165 INFO E| Compiling toml v0.7.3
34262025-02-22T20:42:52.109Z[ helios-setup] Feb 22 20:42:50.854 INFO E| Compiling rhai v1.14.0
34272025-02-22T20:42:52.609Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34282025-02-22T20:42:52.705Z[ host-package] Compiling compact_str v0.8.0
34292025-02-22T20:42:55.761Z[ helios-setup] Feb 22 20:42:54.505 INFO E| Compiling tokio-rustls v0.24.0
34302025-02-22T20:42:57.454Z[ helios-setup] Feb 22 20:42:56.199 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34312025-02-22T20:42:58.174Z[ host-package] Compiling p384 v0.13.0
34322025-02-22T20:43:02.904Z[ helios-setup] Feb 22 20:43:01.648 INFO E| Compiling slog-bunyan v2.4.0
34332025-02-22T20:43:06.527Z[ helios-setup] Feb 22 20:43:05.271 INFO E| Compiling rustls-pemfile v1.0.2
34342025-02-22T20:43:07.762Z[ helios-setup] Feb 22 20:43:06.506 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34352025-02-22T20:43:07.882Z[ helios-setup] Feb 22 20:43:06.626 INFO E| Compiling serde_path_to_error v0.1.11
34362025-02-22T20:43:09.555Z[ helios-setup] Feb 22 20:43:08.299 INFO E| Compiling terminal_size v0.2.6
34372025-02-22T20:43:10.249Z[ helios-setup] Feb 22 20:43:08.993 INFO E| Compiling smawk v0.3.1
34382025-02-22T20:43:10.433Z[ helios-setup] Feb 22 20:43:09.177 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
34392025-02-22T20:43:10.875Z[ helios-setup] Feb 22 20:43:09.620 INFO E| Compiling textwrap v0.16.0
34402025-02-22T20:43:12.757Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34412025-02-22T20:43:15.576Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34422025-02-22T20:43:26.972Z[ helios-setup] Feb 22 20:43:25.716 INFO E| Compiling git2 v0.16.1
34432025-02-22T20:43:28.760Z[ host-package] Compiling git2 v0.19.0
34442025-02-22T20:43:32.685Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34452025-02-22T20:43:34.865Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34462025-02-22T20:43:34.908Z[ helios-setup] Feb 22 20:43:33.653 INFO E| Compiling built v0.6.0
34472025-02-22T20:43:36.369Z[ host-package] Compiling unicode-truncate v1.1.0
34482025-02-22T20:43:36.528Z[ helios-setup] Feb 22 20:43:35.272 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34492025-02-22T20:43:36.809Z[ host-package] Compiling lru v0.12.5
34502025-02-22T20:43:37.102Z[ host-package] Compiling rand_seeder v0.3.0
34512025-02-22T20:43:37.214Z[ host-package] Compiling libsqlite3-sys v0.30.1
34522025-02-22T20:43:37.671Z[ host-package] Compiling lzma-sys v0.1.20
34532025-02-22T20:43:38.008Z[ helios-setup] Feb 22 20:43:36.752 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34542025-02-22T20:43:38.038Z[ host-package] Compiling instability v0.3.2
34552025-02-22T20:43:38.706Z[ host-package] Compiling cassowary v0.3.0
34562025-02-22T20:43:38.845Z[ helios-setup] Feb 22 20:43:37.589 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34572025-02-22T20:43:39.391Z[ host-package] Compiling indoc v2.0.5
34582025-02-22T20:43:40.512Z[ host-package] Compiling rustls v0.21.12
34592025-02-22T20:43:41.039Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
34602025-02-22T20:43:41.247Z[ host-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34612025-02-22T20:43:41.744Z[ host-package] Compiling ratatui v0.29.0
34622025-02-22T20:43:42.756Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34632025-02-22T20:43:43.250Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34642025-02-22T20:43:43.333Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34652025-02-22T20:43:44.629Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34662025-02-22T20:43:45.889Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34672025-02-22T20:43:47.568Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34682025-02-22T20:43:52.710Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34692025-02-22T20:43:52.834Z[ host-package] Compiling rustls-webpki v0.101.7
34702025-02-22T20:43:53.204Z[ host-package] Compiling sct v0.7.1
34712025-02-22T20:43:53.773Z[ host-package] Compiling heck v0.3.3
34722025-02-22T20:43:54.250Z[ host-package] Compiling csv-core v0.1.11
34732025-02-22T20:43:55.435Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34742025-02-22T20:43:55.744Z[ host-package] Compiling glob v0.3.2
34752025-02-22T20:43:55.978Z[ host-package] Compiling csv v1.3.1
34762025-02-22T20:43:57.121Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34772025-02-22T20:43:57.897Z[ host-package] Compiling zone_cfg_derive v0.1.2
34782025-02-22T20:43:59.581Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34792025-02-22T20:44:01.908Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34802025-02-22T20:44:05.585Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
34812025-02-22T20:44:07.029Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34822025-02-22T20:44:08.490Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
34832025-02-22T20:44:09.441Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34842025-02-22T20:44:10.900Z[ helios-setup] Feb 22 20:44:09.645 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34852025-02-22T20:44:19.807Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34862025-02-22T20:44:20.571Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34872025-02-22T20:44:22.381Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34882025-02-22T20:44:22.910Z[ helios-setup] Feb 22 20:44:21.654 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34892025-02-22T20:44:26.153Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34902025-02-22T20:44:26.389Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34912025-02-22T20:44:26.798Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34922025-02-22T20:44:27.430Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
34932025-02-22T20:44:27.480Z[ host-package] Compiling nix v0.27.1
34942025-02-22T20:44:27.610Z[ host-package] Compiling tungstenite v0.23.0
34952025-02-22T20:44:28.746Z[ host-package] Compiling hashlink v0.9.1
34962025-02-22T20:44:30.515Z[ host-package] Compiling fallible-iterator v0.3.0
34972025-02-22T20:44:32.482Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
34982025-02-22T20:44:32.581Z[ host-package] Compiling base64 v0.13.1
34992025-02-22T20:44:33.425Z[ host-package] Compiling rusqlite v0.32.1
35002025-02-22T20:44:34.425Z[ host-package] Compiling ron v0.7.1
35012025-02-22T20:44:34.650Z[ host-package] Compiling tokio-tungstenite v0.23.1
35022025-02-22T20:44:36.413Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35032025-02-22T20:44:36.740Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35042025-02-22T20:44:37.065Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35052025-02-22T20:44:40.818Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35062025-02-22T20:44:42.292Z[ host-package] Compiling xz2 v0.1.7
35072025-02-22T20:44:43.607Z[ host-package] Compiling tokio-rustls v0.24.1
35082025-02-22T20:44:44.253Z[ host-package] Compiling zone v0.1.8
35092025-02-22T20:44:44.627Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35102025-02-22T20:44:49.438Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35112025-02-22T20:44:49.843Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35122025-02-22T20:44:50.908Z[ helios-setup] Feb 22 20:44:49.653 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
35132025-02-22T20:45:01.952Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35142025-02-22T20:45:04.587Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35152025-02-22T20:45:05.303Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35162025-02-22T20:45:09.476Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35172025-02-22T20:45:10.175Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35182025-02-22T20:45:10.759Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35192025-02-22T20:45:11.566Z[ host-package] Compiling rustls-pemfile v1.0.4
35202025-02-22T20:45:13.034Z[ host-package] Compiling signal-hook-tokio v0.3.1
35212025-02-22T20:45:13.666Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35222025-02-22T20:45:13.733Z[ host-package] Compiling twox-hash v2.1.0
35232025-02-22T20:45:15.665Z[ host-package] Compiling yasna v0.5.2
35242025-02-22T20:45:16.898Z[ host-package] Compiling unicode-linebreak v0.1.5
35252025-02-22T20:45:17.986Z[ host-package] Compiling is_ci v1.2.0
35262025-02-22T20:45:18.488Z[ host-package] Compiling smawk v0.3.2
35272025-02-22T20:45:18.983Z[ host-package] Compiling textwrap v0.16.1
35282025-02-22T20:45:21.118Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
35292025-02-22T20:45:24.479Z[ host-package] Compiling supports-color v3.0.1
35302025-02-22T20:45:25.514Z[ host-package] Compiling rcgen v0.12.1
35312025-02-22T20:45:36.095Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35322025-02-22T20:45:43.925Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35332025-02-22T20:45:45.437Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35342025-02-22T20:45:46.348Z[ helios-setup] Feb 22 20:45:45.093 INFO E| Finished `release` profile [optimized] target(s) in 6m 34s
35352025-02-22T20:45:46.471Z[ helios-setup] Feb 22 20:45:45.216 INFO building project "pilot" ok (394 seconds)
35362025-02-22T20:45:46.471Z[ helios-setup] Feb 22 20:45:45.216 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35372025-02-22T20:45:46.471Z[ helios-setup] Feb 22 20:45:45.216 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35382025-02-22T20:45:46.804Z[ helios-setup] Feb 22 20:45:45.549 INFO E| Downloading crates ...
35392025-02-22T20:45:46.930Z[ helios-setup] Feb 22 20:45:45.675 INFO E| Downloaded miniz_oxide v0.7.2
35402025-02-22T20:45:47.067Z[ helios-setup] Feb 22 20:45:45.811 INFO E| Compiling adler v1.0.2
35412025-02-22T20:45:47.285Z[ helios-setup] Feb 22 20:45:46.030 INFO E| Compiling miniz_oxide v0.7.2
35422025-02-22T20:45:49.732Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35432025-02-22T20:45:50.159Z[ helios-setup] Feb 22 20:45:48.904 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35442025-02-22T20:45:50.977Z[ helios-setup] Feb 22 20:45:49.722 INFO E| Finished `release` profile [optimized] target(s) in 4.38s
35452025-02-22T20:45:50.989Z[ helios-setup] Feb 22 20:45:49.734 INFO building project "pinprick" ok (4 seconds)
35462025-02-22T20:45:50.991Z[ helios-setup] Feb 22 20:45:49.734 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35472025-02-22T20:45:50.992Z[ helios-setup] Feb 22 20:45:49.734 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35482025-02-22T20:45:51.294Z[ helios-setup] Feb 22 20:45:50.039 INFO E| Downloading crates ...
35492025-02-22T20:45:51.418Z[ helios-setup] Feb 22 20:45:50.163 INFO E| Downloaded digest v0.10.3
35502025-02-22T20:45:51.422Z[ helios-setup] Feb 22 20:45:50.167 INFO E| Downloaded typenum v1.15.0
35512025-02-22T20:45:51.432Z[ helios-setup] Feb 22 20:45:50.177 INFO E| Downloaded anyhow v1.0.62
35522025-02-22T20:45:51.432Z[ helios-setup] Feb 22 20:45:50.177 INFO E| Downloaded sha2 v0.10.5
35532025-02-22T20:45:51.434Z[ helios-setup] Feb 22 20:45:50.179 INFO E| Downloaded bytes v1.2.1
35542025-02-22T20:45:51.538Z[ helios-setup] Feb 22 20:45:50.283 INFO E| Compiling version_check v0.9.4
35552025-02-22T20:45:51.540Z[ helios-setup] Feb 22 20:45:50.283 INFO E| Compiling typenum v1.15.0
35562025-02-22T20:45:51.540Z[ helios-setup] Feb 22 20:45:50.283 INFO E| Compiling crc32fast v1.3.2
35572025-02-22T20:45:51.540Z[ helios-setup] Feb 22 20:45:50.283 INFO E| Compiling cfg-if v1.0.0
35582025-02-22T20:45:51.540Z[ helios-setup] Feb 22 20:45:50.283 INFO E| Compiling adler v1.0.2
35592025-02-22T20:45:51.540Z[ helios-setup] Feb 22 20:45:50.283 INFO E| Compiling anyhow v1.0.62
35602025-02-22T20:45:51.540Z[ helios-setup] Feb 22 20:45:50.284 INFO E| Compiling cpufeatures v0.2.5
35612025-02-22T20:45:51.540Z[ helios-setup] Feb 22 20:45:50.284 INFO E| Compiling unicode-width v0.1.10
35622025-02-22T20:45:52.021Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35632025-02-22T20:45:52.438Z[ helios-setup] Feb 22 20:45:51.183 INFO E| Compiling bitflags v1.3.2
35642025-02-22T20:45:52.441Z[ helios-setup] Feb 22 20:45:51.184 INFO E| Compiling miniz_oxide v0.6.2
35652025-02-22T20:45:52.441Z[ helios-setup] Feb 22 20:45:51.184 INFO E| Compiling bytes v1.2.1
35662025-02-22T20:45:52.445Z[ helios-setup] Feb 22 20:45:51.190 INFO E| Compiling generic-array v0.14.6
35672025-02-22T20:45:52.712Z[ helios-setup] Feb 22 20:45:51.457 INFO E| Compiling getopts v0.2.21
35682025-02-22T20:45:54.770Z[ helios-setup] Feb 22 20:45:53.515 INFO E| Compiling flate2 v1.0.25
35692025-02-22T20:45:57.773Z[ helios-setup] Feb 22 20:45:56.518 INFO E| Compiling crypto-common v0.1.6
35702025-02-22T20:45:57.773Z[ helios-setup] Feb 22 20:45:56.518 INFO E| Compiling block-buffer v0.10.3
35712025-02-22T20:45:58.067Z[ helios-setup] Feb 22 20:45:56.809 INFO E| Compiling digest v0.10.3
35722025-02-22T20:45:58.506Z[ helios-setup] Feb 22 20:45:57.252 INFO E| Compiling sha2 v0.10.5
35732025-02-22T20:45:59.096Z[ helios-setup] Feb 22 20:45:57.841 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35742025-02-22T20:46:00.332Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
35752025-02-22T20:46:03.946Z[ helios-setup] Feb 22 20:46:02.691 INFO E| Finished `release` profile [optimized] target(s) in 12.84s
35762025-02-22T20:46:03.963Z[ helios-setup] Feb 22 20:46:02.708 INFO building project "bootserver" ok (12 seconds)
35772025-02-22T20:46:03.966Z[ helios-setup] rm -f helios-build
35782025-02-22T20:46:03.969Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35792025-02-22T20:46:03.971Z[ helios-setup]
35802025-02-22T20:46:03.974Z[ helios-setup] Setup complete! ./helios-build is now available.
35812025-02-22T20:46:03.976Z[ helios-setup]
35822025-02-22T20:46:03.976Z[ helios-setup]
35832025-02-22T20:46:03.976ZFeb 22 20:46:02.721 INFO [helios-setup] process exited with exit status: 0 (699.068561146s)
35842025-02-22T20:46:03.976Z[ helios-setup] real 11:39.062690093
35852025-02-22T20:46:03.976Z[ helios-setup] user 28:23.287577912
35862025-02-22T20:46:03.976Z[ helios-setup] sys 2:49.385090451
35872025-02-22T20:46:03.976Z[ helios-setup] trap 1.795709485
35882025-02-22T20:46:03.979Z[ helios-setup] tflt 6.577851000
35892025-02-22T20:46:03.979Z[ helios-setup] dflt 22.820931333
35902025-02-22T20:46:03.979Z[ helios-setup] kflt 0.000232010
35912025-02-22T20:46:03.979Z[ helios-setup] lock 1:57:48.096663142
35922025-02-22T20:46:03.979Z[ helios-setup] slp 3:31:38.089789822
35932025-02-22T20:46:03.979Z[ helios-setup] lat 31:34.585136746
35942025-02-22T20:46:03.979Z[ helios-setup] stop 4:55.299843005
35952025-02-22T20:46:03.979ZFeb 22 20:46:02.722 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
35962025-02-22T20:46:04.007Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
35972025-02-22T20:46:04.202Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
35982025-02-22T20:46:04.202Z[ phbl-toolchain] info: downloading component 'cargo'
35992025-02-22T20:46:05.068Z[ phbl-toolchain] info: downloading component 'clippy'
36002025-02-22T20:46:05.488Z[ phbl-toolchain] info: downloading component 'llvm-tools'
36012025-02-22T20:46:06.072Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36022025-02-22T20:46:07.499Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36032025-02-22T20:46:09.615Z[ phbl-toolchain] info: downloading component 'miri'
36042025-02-22T20:46:09.792Z[ phbl-toolchain] info: downloading component 'rust-docs'
36052025-02-22T20:46:11.008Z[ phbl-toolchain] info: downloading component 'rust-src'
36062025-02-22T20:46:11.192Z[ phbl-toolchain] info: downloading component 'rust-std'
36072025-02-22T20:46:13.038Z[ phbl-toolchain] info: downloading component 'rustc'
36082025-02-22T20:46:16.576Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36092025-02-22T20:46:17.173Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36102025-02-22T20:46:20.334Z[ phbl-toolchain] info: downloading component 'rustfmt'
36112025-02-22T20:46:20.571Z[ phbl-toolchain] info: installing component 'cargo'
36122025-02-22T20:46:21.887Z[ phbl-toolchain] info: installing component 'clippy'
36132025-02-22T20:46:22.490Z[ phbl-toolchain] info: installing component 'llvm-tools'
36142025-02-22T20:46:27.377Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
36152025-02-22T20:46:27.825Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36162025-02-22T20:46:28.269Z[ host-package] Compiling fatfs v0.3.6
36172025-02-22T20:46:28.384Z[ phbl-toolchain] info: installing component 'miri'
36182025-02-22T20:46:28.765Z[ phbl-toolchain] info: installing component 'rust-docs'
36192025-02-22T20:46:31.480Z[ host-package] Compiling subprocess v0.2.9
36202025-02-22T20:46:34.434Z[ host-package] Compiling rtoolbox v0.0.2
36212025-02-22T20:46:35.483Z[ host-package] Compiling assert_matches v1.5.0
36222025-02-22T20:46:35.848Z[ phbl-toolchain] info: installing component 'rust-src'
36232025-02-22T20:46:36.689Z[ phbl-toolchain] info: installing component 'rust-std'
36242025-02-22T20:46:37.062Z[ host-package] Compiling rpassword v7.3.1
36252025-02-22T20:46:37.743Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36262025-02-22T20:46:38.160Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36272025-02-22T20:46:39.180Z[ phbl-toolchain] info: installing component 'rustc'
36282025-02-22T20:46:39.288Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36292025-02-22T20:46:46.284Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36302025-02-22T20:46:47.137Z[ host-package] Compiling tui-tree-widget v0.23.0
36312025-02-22T20:46:47.814Z[ phbl-toolchain] info: installing component 'rustfmt'
36322025-02-22T20:46:47.862Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36332025-02-22T20:46:48.536Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
36342025-02-22T20:46:48.539ZFeb 22 20:46:47.282 INFO [phbl-toolchain] process exited with exit status: 0 (44.559710684s)
36352025-02-22T20:46:59.620Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36362025-02-22T20:47:00.006Z[ host-package] Compiling uzers v0.12.1
36372025-02-22T20:47:01.112Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36382025-02-22T20:47:03.180Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36392025-02-22T20:47:05.130Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36402025-02-22T20:47:33.745Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36412025-02-22T20:47:36.845Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36422025-02-22T20:47:41.599Z[ host-package] Compiling multimap v0.10.0
36432025-02-22T20:50:04.701Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36442025-02-22T20:56:56.715Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 46s
36452025-02-22T20:58:07.707ZFeb 22 20:58:06.455 INFO [host-package] process exited with exit status: 0 (1317.953196974s)
36462025-02-22T20:58:07.709ZFeb 22 20:58:06.456 INFO [host-stamp] running task
36472025-02-22T20:58:07.709ZFeb 22 20:58:06.456 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
36482025-02-22T20:58:07.717ZFeb 22 20:58:06.466 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+git7999177b3af
36492025-02-22T20:58:07.726ZFeb 22 20:58:06.475 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+git7999177b3af
36502025-02-22T20:58:07.731Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
36512025-02-22T20:58:07.734ZFeb 22 20:58:06.483 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+git7999177b3af
36522025-02-22T20:58:07.742Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
36532025-02-22T20:58:07.745Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
36542025-02-22T20:58:07.745Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
36552025-02-22T20:58:07.748Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
36562025-02-22T20:58:07.748ZFeb 22 20:58:06.496 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+git7999177b3af
36572025-02-22T20:58:07.760ZFeb 22 20:58:06.509[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36582025-02-22T20:58:07.761Z 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+git7999177b3af
36592025-02-22T20:58:07.772Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
36602025-02-22T20:58:07.775ZFeb 22 20:58:06.521 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+git7999177b3af
36612025-02-22T20:58:07.790Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
36622025-02-22T20:58:07.790ZFeb 22 20:58:06.539 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+git7999177b3af
36632025-02-22T20:58:07.811Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
36642025-02-22T20:58:07.811ZFeb 22 20:58:06.560 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+git7999177b3af
36652025-02-22T20:58:07.833Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
36662025-02-22T20:58:07.835ZFeb 22 20:58:06.582 INFO [stamp-overlay] process exited with exit status: 0 (106.760016ms)
36672025-02-22T20:58:07.835ZFeb 22 20:58:06.582 INFO [stamp-oxlog] process exited with exit status: 0 (115.717697ms)
36682025-02-22T20:58:07.847Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
36692025-02-22T20:58:07.850Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
36702025-02-22T20:58:07.855ZFeb 22 20:58:06.604 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (43.580408ms)
36712025-02-22T20:58:07.866Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
36722025-02-22T20:58:07.870ZFeb 22 20:58:06.619 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (122.97914ms)
36732025-02-22T20:58:07.956Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
36742025-02-22T20:58:07.959ZFeb 22 20:58:06.708 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (225.540282ms)
36752025-02-22T20:58:08.205Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
36762025-02-22T20:58:08.209ZFeb 22 20:58:06.957 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (436.801263ms)
36772025-02-22T20:58:08.980Z[recovery-package] Compiling newtype-uuid v1.2.1
36782025-02-22T20:58:08.986Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
36792025-02-22T20:58:08.990ZFeb 22 20:58:07.739 INFO [stamp-propolis-server] process exited with exit status: 0 (1.229885463s)
36802025-02-22T20:58:09.547Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
36812025-02-22T20:58:09.864Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
36822025-02-22T20:58:09.864Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36832025-02-22T20:58:09.867Z[recovery-package] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
36842025-02-22T20:58:09.911Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
36852025-02-22T20:58:10.520Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
36862025-02-22T20:58:18.298Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
36872025-02-22T20:58:18.301ZFeb 22 20:58:17.050 INFO [stamp-switch-asic] process exited with exit status: 0 (10.511332706s)
36882025-02-22T20:58:18.304ZFeb 22 20:58:17.051 INFO [host-stamp] task succeeded (10.594934322s)
36892025-02-22T20:58:18.304ZFeb 22 20:58:17.051 INFO [host-proto] running task
36902025-02-22T20:58:18.758ZFeb 22 20:58:17.507 INFO [host-proto] task succeeded (456.293491ms)
36912025-02-22T20:58:18.758ZFeb 22 20:58:17.507 INFO [host-profile] running task
36922025-02-22T20:58:18.761ZFeb 22 20:58:17.507 INFO [host-profile] task succeeded (300.136µs)
36932025-02-22T20:58:18.761ZFeb 22 20:58:17.508 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/.tmpqYqO5s/proto/host/root -N 'ci 7999177/${os_short_commit} 2025-02-22 20:34' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36942025-02-22T20:58:18.779Z[ host-image] Feb 22 20:58:17.527 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36952025-02-22T20:58:18.779Z[ host-image] Feb 22 20:58:17.528 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36962025-02-22T20:58:18.794Z[ host-image] Feb 22 20:58:17.543 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpqYqO5s/proto/host/root"
36972025-02-22T20:58:18.794Z[ host-image] Feb 22 20:58:17.543 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36982025-02-22T20:58:18.797Z[ host-image] Feb 22 20:58:17.543 INFO image builder template: ramdisk-01-os...
36992025-02-22T20:58:18.797Z[ host-image] Feb 22 20:58:17.543 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/.tmpqYqO5s/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
37002025-02-22T20:58:18.817Z[ host-image] Feb 22 20:58:17.566 INFO O| Feb 22 20:58:17.566 INFO CREATE DATASET: rpool/images/build/host/output
37012025-02-22T20:58:19.020Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
37022025-02-22T20:58:19.020Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37032025-02-22T20:58:19.023Z[recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
37042025-02-22T20:58:19.023Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37052025-02-22T20:58:19.145Z[ host-image] Feb 22 20:58:17.893 INFO O| Feb 22 20:58:17.892 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37062025-02-22T20:58:19.150Z[ host-image] Feb 22 20:58:17.899 INFO O| Feb 22 20:58:17.899 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37072025-02-22T20:58:19.480Z[ host-image] Feb 22 20:58:18.229 INFO O| Feb 22 20:58:18.229 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
37082025-02-22T20:58:19.615Z[ host-image] Feb 22 20:58:18.364 INFO O| Feb 22 20:58:18.364 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
37092025-02-22T20:58:19.618Z[ host-image] Feb 22 20:58:18.364 INFO O| Feb 22 20:58:18.364 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
37102025-02-22T20:58:19.618Z[ host-image] Feb 22 20:58:18.364 INFO O| Feb 22 20:58:18.364 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
37112025-02-22T20:58:19.618Z[ host-image] Feb 22 20:58:18.364 INFO O| Feb 22 20:58:18.364 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
37122025-02-22T20:58:19.629Z[ host-image] Feb 22 20:58:18.378 INFO O| Feb 22 20:58:18.378 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
37132025-02-22T20:58:19.931Z[ host-image] Feb 22 20:58:18.680 INFO O| Feb 22 20:58:18.680 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37142025-02-22T20:58:19.990Z[ host-image] Feb 22 20:58:18.738 INFO O| Feb 22 20:58:18.738 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
37152025-02-22T20:58:20.822Z[ host-image] Feb 22 20:58:19.571 INFO O| Feb 22 20:58:19.571 INFO O| Caching catalogs ... Done
37162025-02-22T20:58:20.961Z[ host-image] Feb 22 20:58:19.710 INFO O| Feb 22 20:58:19.710 INFO STEP 0 (pkg_image_create) COMPLETE
37172025-02-22T20:58:20.964Z[ host-image] Feb 22 20:58:19.710 INFO O| Feb 22 20:58:19.710 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37182025-02-22T20:58:20.964Z[ host-image] Feb 22 20:58:19.710 INFO O| Feb 22 20:58:19.710 INFO skip step because feature "repo_redist" is not enabled
37192025-02-22T20:58:20.964Z[ host-image] Feb 22 20:58:19.710 INFO O| Feb 22 20:58:19.710 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37202025-02-22T20:58:20.980Z[ host-image] Feb 22 20:58:19.729 INFO O| Feb 22 20:58:19.729 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"]
37212025-02-22T20:58:21.687Z[ host-image] Feb 22 20:58:20.435 INFO O| Feb 22 20:58:20.435 INFO STEP 2 (pkg_set_publisher) COMPLETE
37222025-02-22T20:58:21.687Z[ host-image] Feb 22 20:58:20.435 INFO O| Feb 22 20:58:20.435 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37232025-02-22T20:58:21.705Z[ host-image] Feb 22 20:58:20.453 INFO O| Feb 22 20:58:20.453 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"]
37242025-02-22T20:58:22.230Z[ host-image] Feb 22 20:58:20.978 INFO O| Feb 22 20:58:20.978 INFO STEP 3 (pkg_set_publisher) COMPLETE
37252025-02-22T20:58:22.230Z[ host-image] Feb 22 20:58:20.978 INFO O| Feb 22 20:58:20.978 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37262025-02-22T20:58:22.233Z[ host-image] Feb 22 20:58:20.979 INFO O| Feb 22 20:58:20.978 INFO skip step because feature "repo_redist" is not enabled
37272025-02-22T20:58:22.233Z[ host-image] Feb 22 20:58:20.979 INFO O| Feb 22 20:58:20.978 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37282025-02-22T20:58:22.864Z[ host-image] Feb 22 20:58:21.612 INFO O| Feb 22 20:58:21.612 INFO variant opensolaris.zone is already global
37292025-02-22T20:58:22.864Z[ host-image] Feb 22 20:58:21.612 INFO O| Feb 22 20:58:21.612 INFO STEP 5 (pkg_change_variant) COMPLETE
37302025-02-22T20:58:22.867Z[ host-image] Feb 22 20:58:21.613 INFO O| Feb 22 20:58:21.612 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37312025-02-22T20:58:23.481Z[ host-image] Feb 22 20:58:22.229 INFO O| Feb 22 20:58:22.229 INFO variant opensolaris.imagetype is full; changing to partial
37322025-02-22T20:58:23.481Z[ host-image] Feb 22 20:58:22.229 INFO O| Feb 22 20:58:22.229 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
37332025-02-22T20:58:26.411Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37342025-02-22T20:58:26.770Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37352025-02-22T20:58:29.019Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37362025-02-22T20:58:31.340Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37372025-02-22T20:58:31.860Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37382025-02-22T20:58:32.858Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37392025-02-22T20:58:36.102Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37402025-02-22T20:58:36.408Z[ host-image] Feb 22 20:58:35.157 INFO O| Feb 22 20:58:35.156 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37412025-02-22T20:58:42.614Z[ host-image] Feb 22 20:58:41.363 INFO O| Feb 22 20:58:41.363 INFO O| Startup: Caching catalogs ... Done
37422025-02-22T20:58:42.691Z[ host-image] Feb 22 20:58:41.440 INFO O| Feb 22 20:58:41.439 INFO O| Planning: Planning completed in 0.00 seconds
37432025-02-22T20:58:42.693Z[ host-image] Feb 22 20:58:41.440 INFO O| Feb 22 20:58:41.440 INFO O| Planning: Consolidating action changes ... Done
37442025-02-22T20:58:42.693Z[ host-image] Feb 22 20:58:41.440 INFO O| Feb 22 20:58:41.440 INFO O| Planning: Evaluating mediators ... Done
37452025-02-22T20:58:42.694Z[ host-image] Feb 22 20:58:41.440 INFO O| Feb 22 20:58:41.440 INFO O| Planning: Planning completed in 0.00 seconds
37462025-02-22T20:58:42.694Z[ host-image] Feb 22 20:58:41.441 INFO O| Feb 22 20:58:41.441 INFO O| Variants/Facets to change: 1
37472025-02-22T20:58:42.709Z[ host-image] Feb 22 20:58:41.458 INFO O| Feb 22 20:58:41.458 INFO O| Done
37482025-02-22T20:58:42.709Z[ host-image] Feb 22 20:58:41.458 INFO O| Feb 22 20:58:41.458 INFO O| Done
37492025-02-22T20:58:43.280Z[ host-image] Feb 22 20:58:42.029 INFO O| Feb 22 20:58:42.029 INFO O| Done
37502025-02-22T20:58:43.329Z[ host-image] Feb 22 20:58:42.077 INFO O| Feb 22 20:58:42.077 INFO O| Done
37512025-02-22T20:58:43.331Z[ host-image] Feb 22 20:58:42.078 INFO O| Feb 22 20:58:42.078 INFO O| Done
37522025-02-22T20:58:43.331Z[ host-image] Feb 22 20:58:42.078 INFO O| Feb 22 20:58:42.078 INFO O| Done
37532025-02-22T20:58:43.331Z[ host-image] Feb 22 20:58:42.080 INFO O| Feb 22 20:58:42.080 INFO O| Done
37542025-02-22T20:58:43.784Z[ host-image] Feb 22 20:58:42.533 INFO O| Feb 22 20:58:42.533 INFO STEP 6 (pkg_change_variant) COMPLETE
37552025-02-22T20:58:43.784Z[ host-image] Feb 22 20:58:42.533 INFO O| Feb 22 20:58:42.533 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37562025-02-22T20:58:43.787Z[ host-image] Feb 22 20:58:42.533 INFO O| Feb 22 20:58:42.533 INFO skip step because feature "debug_variant" is not enabled
37572025-02-22T20:58:43.787Z[ host-image] Feb 22 20:58:42.533 INFO O| Feb 22 20:58:42.533 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37582025-02-22T20:58:44.331Z[ host-image] Feb 22 20:58:43.080 INFO O| Feb 22 20:58:43.080 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37592025-02-22T20:58:45.433Z[ host-image] Feb 22 20:58:44.181 INFO O| Feb 22 20:58:44.181 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37602025-02-22T20:58:45.436Z[ host-image] Feb 22 20:58:44.183 INFO O| Feb 22 20:58:44.183 INFO O| Planning: Planning completed in 0.00 seconds
37612025-02-22T20:58:45.436Z[ host-image] Feb 22 20:58:44.184 INFO O| Feb 22 20:58:44.184 INFO O| Planning: Consolidating action changes ... Done
37622025-02-22T20:58:45.436Z[ host-image] Feb 22 20:58:44.184 INFO O| Feb 22 20:58:44.184 INFO O| Planning: Evaluating mediators ... Done
37632025-02-22T20:58:45.438Z[ host-image] Feb 22 20:58:44.185 INFO O| Feb 22 20:58:44.185 INFO O| Planning: Planning completed in 0.00 seconds
37642025-02-22T20:58:45.439Z[ host-image] Feb 22 20:58:44.185 INFO O| Feb 22 20:58:44.185 INFO O| Variants/Facets to change: 1
37652025-02-22T20:58:45.574Z[ host-image] Feb 22 20:58:44.323 INFO O| Feb 22 20:58:44.322 INFO O| Done
37662025-02-22T20:58:45.574Z[ host-image] Feb 22 20:58:44.323 INFO O| Feb 22 20:58:44.323 INFO O| Done
37672025-02-22T20:58:46.347Z[ host-image] Feb 22 20:58:45.096 INFO O| Feb 22 20:58:45.096 INFO O| Done
37682025-02-22T20:58:46.432Z[ host-image] Feb 22 20:58:45.181 INFO O| Feb 22 20:58:45.181 INFO O| Done
37692025-02-22T20:58:46.435Z[ host-image] Feb 22 20:58:45.182 INFO O| Feb 22 20:58:45.182 INFO O| Done
37702025-02-22T20:58:46.435Z[ host-image] Feb 22 20:58:45.182 INFO O| Feb 22 20:58:45.182 INFO O| Done
37712025-02-22T20:58:46.438Z[ host-image] Feb 22 20:58:45.185 INFO O| Feb 22 20:58:45.184 INFO O| Done
37722025-02-22T20:58:46.529Z[ host-image] Feb 22 20:58:45.277 INFO O| Feb 22 20:58:45.277 INFO STEP 8 (pkg_change_facet) COMPLETE
37732025-02-22T20:58:46.529Z[ host-image] Feb 22 20:58:45.278 INFO O| Feb 22 20:58:45.277 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37742025-02-22T20:58:46.531Z[ host-image] Feb 22 20:58:45.278 INFO O| Feb 22 20:58:45.277 INFO skip step because feature "recovery" is not enabled
37752025-02-22T20:58:46.532Z[ host-image] Feb 22 20:58:45.278 INFO O| Feb 22 20:58:45.278 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37762025-02-22T20:58:46.532Z[ host-image] Feb 22 20:58:45.278 INFO O| Feb 22 20:58:45.278 INFO skip step because feature "recovery" is not enabled
37772025-02-22T20:58:46.532Z[ host-image] Feb 22 20:58:45.278 INFO O| Feb 22 20:58:45.278 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37782025-02-22T20:58:46.546Z[ host-image] Feb 22 20:58:45.295 INFO O| Feb 22 20:58:45.295 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"]
37792025-02-22T20:58:47.222Z[ host-image] Feb 22 20:58:45.971 INFO O| Feb 22 20:58:45.971 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37802025-02-22T20:58:54.466Z[recovery-package] Finished `release` profile [optimized] target(s) in 46.49s
37812025-02-22T20:58:55.713ZFeb 22 20:58:54.462 INFO [recovery-package] process exited with exit status: 0 (48.006250464s)
37822025-02-22T20:58:55.713ZFeb 22 20:58:54.462 INFO [recovery-stamp] running task
37832025-02-22T20:58:55.716ZFeb 22 20:58:54.463 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
37842025-02-22T20:58:55.723ZFeb 22 20:58:54.473 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+git7999177b3af
37852025-02-22T20:58:55.734ZFeb 22 20:58:54.483 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 13.0.0-0.ci+git7999177b3af
37862025-02-22T20:58:55.745Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
37872025-02-22T20:58:55.755Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
37882025-02-22T20:58:55.845Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
37892025-02-22T20:58:55.850ZFeb 22 20:58:54.599 INFO [stamp-installinator] process exited with exit status: 0 (116.116246ms)
37902025-02-22T20:58:55.863Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
37912025-02-22T20:58:55.867ZFeb 22 20:58:54.616 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (143.577693ms)
37922025-02-22T20:58:55.867ZFeb 22 20:58:54.616 INFO [recovery-stamp] task succeeded (153.789032ms)
37932025-02-22T20:58:55.870ZFeb 22 20:58:54.616 INFO [recovery-proto] running task
37942025-02-22T20:58:55.870ZFeb 22 20:58:54.616 INFO [tuf-stamp] running task
37952025-02-22T20:58:55.870ZFeb 22 20:58:54.618 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+git7999177b3af
37962025-02-22T20:58:55.886ZFeb 22 20:58:54.635 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+git7999177b3af
37972025-02-22T20:58:55.905Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
37982025-02-22T20:58:55.905ZFeb 22 20:58:54.654 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+git7999177b3af
37992025-02-22T20:58:55.921Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38002025-02-22T20:58:55.921ZFeb 22 20:58:54.670 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+git7999177b3af
38012025-02-22T20:58:55.941Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
38022025-02-22T20:58:55.944ZFeb 22 20:58:54.690 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+git7999177b3af
38032025-02-22T20:58:55.971Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
38042025-02-22T20:58:55.973ZFeb 22 20:58:54.720 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+git7999177b3af
38052025-02-22T20:58:56.010Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
38062025-02-22T20:58:56.013Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
38072025-02-22T20:58:56.013ZFeb 22 20:58:54.759 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+git7999177b3af
38082025-02-22T20:58:56.045ZFeb 22 20:58:54.794 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+git7999177b3af
38092025-02-22T20:58:56.048Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
38102025-02-22T20:58:56.071Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38112025-02-22T20:58:56.071ZFeb 22 20:58:54.820 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+git7999177b3af
38122025-02-22T20:58:56.146Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
38132025-02-22T20:58:56.149ZFeb 22 20:58:54.895 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+git7999177b3af
38142025-02-22T20:58:56.180Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
38152025-02-22T20:58:56.183ZFeb 22 20:58:54.930 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+git7999177b3af
38162025-02-22T20:58:56.203Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
38172025-02-22T20:58:56.214ZFeb 22 20:58:54.963 INFO [stamp-probe] process exited with exit status: 0 (345.163056ms)
38182025-02-22T20:58:56.216Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
38192025-02-22T20:58:56.219ZFeb 22 20:58:54.968 INFO [recovery-proto] task succeeded (351.648102ms)
38202025-02-22T20:58:56.219ZFeb 22 20:58:54.968 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/.tmpqYqO5s/proto/recovery/root -N 'recovery 7999177/${os_short_commit} 2025-02-22 20:34' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38212025-02-22T20:58:56.259Z[ recovery-image] Feb 22 20:58:55.001 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38222025-02-22T20:58:56.259Z[ recovery-image] Feb 22 20:58:55.001 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
38232025-02-22T20:58:56.291Z[ recovery-image] Feb 22 20:58:55.040 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpqYqO5s/proto/recovery/root"
38242025-02-22T20:58:56.291Z[ recovery-image] Feb 22 20:58:55.040 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
38252025-02-22T20:58:56.294Z[ recovery-image] Feb 22 20:58:55.040 INFO image builder template: ramdisk-01-os...
38262025-02-22T20:58:56.294Z[ recovery-image] Feb 22 20:58:55.040 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/.tmpqYqO5s/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
38272025-02-22T20:58:56.393Z[ recovery-image] Feb 22 20:58:55.142 INFO O| Feb 22 20:58:55.142 INFO CREATE DATASET: rpool/images/build/recovery/output
38282025-02-22T20:58:56.652Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
38292025-02-22T20:58:56.671Z[ recovery-image] Feb 22 20:58:55.420 INFO O| Feb 22 20:58:55.420 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38302025-02-22T20:58:56.677Z[ recovery-image] Feb 22 20:58:55.427 INFO O| Feb 22 20:58:55.426 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38312025-02-22T20:58:56.706Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
38322025-02-22T20:58:56.799Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
38332025-02-22T20:58:56.852ZFeb 22 20:58:55.601 INFO [stamp-ntp] process exited with exit status: 0 (880.444529ms)
38342025-02-22T20:58:57.145Z[ recovery-image] Feb 22 20:58:55.894 INFO O| Feb 22 20:58:55.894 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
38352025-02-22T20:58:57.268Z[ recovery-image] Feb 22 20:58:56.017 INFO O| Feb 22 20:58:56.016 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38362025-02-22T20:58:57.268Z[ recovery-image] Feb 22 20:58:56.017 INFO O| Feb 22 20:58:56.017 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38372025-02-22T20:58:57.270Z[ recovery-image] Feb 22 20:58:56.017 INFO O| Feb 22 20:58:56.017 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38382025-02-22T20:58:57.270Z[ recovery-image] Feb 22 20:58:56.017 INFO O| Feb 22 20:58:56.017 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38392025-02-22T20:58:57.320Z[ recovery-image] Feb 22 20:58:56.069 INFO O| Feb 22 20:58:56.069 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38402025-02-22T20:58:57.703Z[ recovery-image] Feb 22 20:58:56.452 INFO O| Feb 22 20:58:56.452 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38412025-02-22T20:58:57.718Z[ recovery-image] Feb 22 20:58:56.467 INFO O| Feb 22 20:58:56.467 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
38422025-02-22T20:58:57.987Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
38432025-02-22T20:58:58.037ZFeb 22 20:58:56.786 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.856051986s)
38442025-02-22T20:58:58.097Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
38452025-02-22T20:58:58.131ZFeb 22 20:58:56.880 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.244695897s)
38462025-02-22T20:58:58.477Z[ recovery-image] Feb 22 20:58:57.225 INFO O| Feb 22 20:58:57.225 INFO O| Caching catalogs ... Done
38472025-02-22T20:58:58.520Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
38482025-02-22T20:58:58.595Z[ recovery-image] Feb 22 20:58:57.344 INFO O| Feb 22 20:58:57.343 INFO STEP 0 (pkg_image_create) COMPLETE
38492025-02-22T20:58:58.595Z[ recovery-image] Feb 22 20:58:57.344 INFO O| Feb 22 20:58:57.344 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38502025-02-22T20:58:58.597Z[ recovery-image] Feb 22 20:58:57.344 INFO O| Feb 22 20:58:57.344 INFO skip step because feature "repo_redist" is not enabled
38512025-02-22T20:58:58.598Z[ recovery-image] Feb 22 20:58:57.344 INFO O| Feb 22 20:58:57.344 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38522025-02-22T20:58:58.613ZFeb 22 20:58:57.363 INFO [stamp-external-dns] process exited with exit status: 0 (2.568391382s)
38532025-02-22T20:58:58.614Z[ recovery-image] Feb 22 20:58:57.362 INFO O| Feb 22 20:58:57.359 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"]
38542025-02-22T20:58:58.618Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
38552025-02-22T20:58:58.622ZFeb 22 20:58:57.371 INFO [stamp-internal-dns] process exited with exit status: 0 (2.612197925s)
38562025-02-22T20:58:58.919Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
38572025-02-22T20:58:58.923ZFeb 22 20:58:57.672 INFO [stamp-oximeter] process exited with exit status: 0 (2.776849381s)
38582025-02-22T20:58:59.064Z[ recovery-image] Feb 22 20:58:57.813 INFO O| Feb 22 20:58:57.813 INFO STEP 2 (pkg_set_publisher) COMPLETE
38592025-02-22T20:58:59.064Z[ recovery-image] Feb 22 20:58:57.813 INFO O| Feb 22 20:58:57.813 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38602025-02-22T20:58:59.079Z[ recovery-image] Feb 22 20:58:57.828 INFO O| Feb 22 20:58:57.828 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"]
38612025-02-22T20:58:59.562Z[ recovery-image] Feb 22 20:58:58.310 INFO O| Feb 22 20:58:58.310 INFO STEP 3 (pkg_set_publisher) COMPLETE
38622025-02-22T20:58:59.562Z[ recovery-image] Feb 22 20:58:58.310 INFO O| Feb 22 20:58:58.310 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38632025-02-22T20:58:59.565Z[ recovery-image] Feb 22 20:58:58.310 INFO O| Feb 22 20:58:58.310 INFO skip step because feature "repo_redist" is not enabled
38642025-02-22T20:58:59.565Z[ recovery-image] Feb 22 20:58:58.310 INFO O| Feb 22 20:58:58.310 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38652025-02-22T20:59:00.042Z[ recovery-image] Feb 22 20:58:58.791 INFO O| Feb 22 20:58:58.791 INFO variant opensolaris.zone is already global
38662025-02-22T20:59:00.042Z[ recovery-image] Feb 22 20:58:58.791 INFO O| Feb 22 20:58:58.791 INFO STEP 5 (pkg_change_variant) COMPLETE
38672025-02-22T20:59:00.045Z[ recovery-image] Feb 22 20:58:58.791 INFO O| Feb 22 20:58:58.791 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38682025-02-22T20:59:00.520Z[ recovery-image] Feb 22 20:58:59.269 INFO O| Feb 22 20:58:59.269 INFO variant opensolaris.imagetype is full; changing to partial
38692025-02-22T20:59:00.520Z[ recovery-image] Feb 22 20:58:59.269 INFO O| Feb 22 20:58:59.269 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38702025-02-22T20:59:00.890Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
38712025-02-22T20:59:00.894ZFeb 22 20:58:59.643 INFO [stamp-nexus] process exited with exit status: 0 (4.82288845s)
38722025-02-22T20:59:01.219Z[verify-libraries] Compiling ring v0.17.9
38732025-02-22T20:59:01.485Z[verify-libraries] Compiling home v0.5.9
38742025-02-22T20:59:01.509Z[verify-libraries] Compiling cfg_aliases v0.1.1
38752025-02-22T20:59:01.513Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38762025-02-22T20:59:01.621Z[verify-libraries] Compiling sqlparser_derive v0.2.2
38772025-02-22T20:59:01.625Z[verify-libraries] Compiling unicode_categories v0.1.1
38782025-02-22T20:59:01.635Z[verify-libraries] Compiling polyval v0.6.2
38792025-02-22T20:59:01.946Z[verify-libraries] Compiling nix v0.28.0
38802025-02-22T20:59:01.948Z[verify-libraries] Compiling ctr v0.9.2
38812025-02-22T20:59:02.400Z[verify-libraries] Compiling sqlformat v0.2.6
38822025-02-22T20:59:02.578Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
38832025-02-22T20:59:02.650ZFeb 22 20:59:01.399 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.708385416s)
38842025-02-22T20:59:02.843Z[verify-libraries] Compiling ghash v0.5.1
38852025-02-22T20:59:02.870Z[verify-libraries] Compiling ssh-encoding v0.2.0
38862025-02-22T20:59:03.135Z[verify-libraries] Compiling aes-gcm v0.10.3
38872025-02-22T20:59:03.208Z[verify-libraries] Compiling blowfish v0.9.1
38882025-02-22T20:59:03.291Z[verify-libraries] Compiling sqlparser v0.45.0
38892025-02-22T20:59:03.731Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
38902025-02-22T20:59:03.771Z[verify-libraries] Compiling ssh-cipher v0.2.0
38912025-02-22T20:59:04.426Z[verify-libraries] Compiling password-hash v0.4.2
38922025-02-22T20:59:04.511Z[verify-libraries] Compiling p521 v0.13.3
38932025-02-22T20:59:07.216Z[verify-libraries] Compiling pbkdf2 v0.11.0
38942025-02-22T20:59:08.028Z[verify-libraries] Compiling rustls v0.23.19
38952025-02-22T20:59:08.154Z[verify-libraries] Compiling rustls v0.22.4
38962025-02-22T20:59:08.212Z[verify-libraries] Compiling rustyline v14.0.0
38972025-02-22T20:59:08.766Z[verify-libraries] Compiling ssh-key v0.6.6
38982025-02-22T20:59:09.531Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
38992025-02-22T20:59:09.601ZFeb 22 20:59:08.350 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.696323456s)
39002025-02-22T20:59:10.820Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
39012025-02-22T20:59:10.868ZFeb 22 20:59:09.617 INFO [stamp-clickhouse] process exited with exit status: 0 (14.946651357s)
39022025-02-22T20:59:10.868ZFeb 22 20:59:09.617 INFO [tuf-stamp] task succeeded (15.000797343s)
39032025-02-22T20:59:11.016Z[verify-libraries] Compiling p256 v0.13.2
39042025-02-22T20:59:13.343Z[verify-libraries] Compiling rustls-webpki v0.102.8
39052025-02-22T20:59:14.119Z[verify-libraries] Compiling russh-cryptovec v0.7.3
39062025-02-22T20:59:14.336Z[ recovery-image] Feb 22 20:59:13.085 INFO O| Feb 22 20:59:13.085 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39072025-02-22T20:59:16.972Z[verify-libraries] Compiling md5 v0.7.0
39082025-02-22T20:59:17.748Z[verify-libraries] Compiling rustls v0.21.12
39092025-02-22T20:59:17.804Z[verify-libraries] Compiling russh-keys v0.45.0
39102025-02-22T20:59:18.185Z[verify-libraries] Compiling num-bigint v0.4.6
39112025-02-22T20:59:23.901Z[verify-libraries] Compiling tokio-rustls v0.26.0
39122025-02-22T20:59:23.936Z[ recovery-image] Feb 22 20:59:22.685 INFO O| Feb 22 20:59:22.685 INFO O| Startup: Caching catalogs ... Done
39132025-02-22T20:59:24.068Z[ recovery-image] Feb 22 20:59:22.817 INFO O| Feb 22 20:59:22.817 INFO O| Planning: Planning completed in 0.00 seconds
39142025-02-22T20:59:24.071Z[ recovery-image] Feb 22 20:59:22.818 INFO O| Feb 22 20:59:22.818 INFO O| Planning: Consolidating action changes ... Done
39152025-02-22T20:59:24.071Z[ recovery-image] Feb 22 20:59:22.819 INFO O| Feb 22 20:59:22.819 INFO O| Planning: Evaluating mediators ... Done
39162025-02-22T20:59:24.071Z[ recovery-image] Feb 22 20:59:22.819 INFO O| Feb 22 20:59:22.819 INFO O| Planning: Planning completed in 0.00 seconds
39172025-02-22T20:59:24.071Z[ recovery-image] Feb 22 20:59:22.820 INFO O| Feb 22 20:59:22.820 INFO O| Variants/Facets to change: 1
39182025-02-22T20:59:24.130Z[ recovery-image] Feb 22 20:59:22.879 INFO O| Feb 22 20:59:22.879 INFO O| Done
39192025-02-22T20:59:24.130Z[ recovery-image] Feb 22 20:59:22.879 INFO O| Feb 22 20:59:22.879 INFO O| Done
39202025-02-22T20:59:24.449Z[verify-libraries] Compiling tokio-rustls v0.25.0
39212025-02-22T20:59:24.536Z[verify-libraries] Compiling hyper-rustls v0.27.3
39222025-02-22T20:59:25.040Z[verify-libraries] Compiling dropshot v0.12.0
39232025-02-22T20:59:25.242Z[verify-libraries] Compiling reqwest v0.12.12
39242025-02-22T20:59:25.326Z[ recovery-image] Feb 22 20:59:24.075 INFO O| Feb 22 20:59:24.075 INFO O| Done
39252025-02-22T20:59:25.424Z[ recovery-image] Feb 22 20:59:24.173 INFO O| Feb 22 20:59:24.173 INFO O| Done
39262025-02-22T20:59:25.427Z[ recovery-image] Feb 22 20:59:24.175 INFO O| Feb 22 20:59:24.175 INFO O| Done
39272025-02-22T20:59:25.427Z[ recovery-image] Feb 22 20:59:24.175 INFO O| Feb 22 20:59:24.175 INFO O| Done
39282025-02-22T20:59:25.430Z[ recovery-image] Feb 22 20:59:24.177 INFO O| Feb 22 20:59:24.177 INFO O| Done
39292025-02-22T20:59:26.441Z[ recovery-image] Feb 22 20:59:25.190 INFO O| Feb 22 20:59:25.190 INFO STEP 6 (pkg_change_variant) COMPLETE
39302025-02-22T20:59:26.442Z[ recovery-image] Feb 22 20:59:25.190 INFO O| Feb 22 20:59:25.190 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39312025-02-22T20:59:26.446Z[ recovery-image] Feb 22 20:59:25.190 INFO O| Feb 22 20:59:25.190 INFO skip step because feature "debug_variant" is not enabled
39322025-02-22T20:59:26.446Z[ recovery-image] Feb 22 20:59:25.190 INFO O| Feb 22 20:59:25.190 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39332025-02-22T20:59:27.123Z[ recovery-image] Feb 22 20:59:25.870 INFO O| Feb 22 20:59:25.870 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
39342025-02-22T20:59:28.363Z[ recovery-image] Feb 22 20:59:27.112 INFO O| Feb 22 20:59:27.111 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39352025-02-22T20:59:28.368Z[ recovery-image] Feb 22 20:59:27.114 INFO O| Feb 22 20:59:27.114 INFO O| Planning: Planning completed in 0.00 seconds
39362025-02-22T20:59:28.368Z[ recovery-image] Feb 22 20:59:27.115 INFO O| Feb 22 20:59:27.115 INFO O| Planning: Consolidating action changes ... Done
39372025-02-22T20:59:28.368Z[ recovery-image] Feb 22 20:59:27.115 INFO O| Feb 22 20:59:27.115 INFO O| Planning: Evaluating mediators ... Done
39382025-02-22T20:59:28.368Z[ recovery-image] Feb 22 20:59:27.116 INFO O| Feb 22 20:59:27.116 INFO O| Planning: Planning completed in 0.00 seconds
39392025-02-22T20:59:28.368Z[ recovery-image] Feb 22 20:59:27.116 INFO O| Feb 22 20:59:27.116 INFO O| Variants/Facets to change: 1
39402025-02-22T20:59:28.407Z[ recovery-image] Feb 22 20:59:27.156 INFO O| Feb 22 20:59:27.156 INFO O| Done
39412025-02-22T20:59:28.407Z[ recovery-image] Feb 22 20:59:27.156 INFO O| Feb 22 20:59:27.156 INFO O| Done
39422025-02-22T20:59:28.662Z[verify-libraries] Compiling dropshot v0.15.1
39432025-02-22T20:59:28.772Z[verify-libraries] Compiling rcgen v0.12.1
39442025-02-22T20:59:29.220Z[ recovery-image] Feb 22 20:59:27.969 INFO O| Feb 22 20:59:27.969 INFO O| Done
39452025-02-22T20:59:29.319Z[ recovery-image] Feb 22 20:59:28.067 INFO O| Feb 22 20:59:28.067 INFO O| Done
39462025-02-22T20:59:29.323Z[ recovery-image] Feb 22 20:59:28.068 INFO O| Feb 22 20:59:28.068 INFO O| Done
39472025-02-22T20:59:29.323Z[ recovery-image] Feb 22 20:59:28.069 INFO O| Feb 22 20:59:28.069 INFO O| Done
39482025-02-22T20:59:29.323Z[ recovery-image] Feb 22 20:59:28.071 INFO O| Feb 22 20:59:28.070 INFO O| Done
39492025-02-22T20:59:29.411Z[ recovery-image] Feb 22 20:59:28.160 INFO O| Feb 22 20:59:28.159 INFO STEP 8 (pkg_change_facet) COMPLETE
39502025-02-22T20:59:29.411Z[ recovery-image] Feb 22 20:59:28.160 INFO O| Feb 22 20:59:28.159 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39512025-02-22T20:59:30.104Z[ recovery-image] Feb 22 20:59:28.853 INFO O| Feb 22 20:59:28.852 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
39522025-02-22T20:59:31.335Z[ recovery-image] Feb 22 20:59:30.084 INFO O| Feb 22 20:59:30.084 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39532025-02-22T20:59:31.338Z[ recovery-image] Feb 22 20:59:30.086 INFO O| Feb 22 20:59:30.085 INFO O| Planning: Planning completed in 0.00 seconds
39542025-02-22T20:59:31.338Z[ recovery-image] Feb 22 20:59:30.086 INFO O| Feb 22 20:59:30.086 INFO O| Planning: Consolidating action changes ... Done
39552025-02-22T20:59:31.338Z[ recovery-image] Feb 22 20:59:30.087 INFO O| Feb 22 20:59:30.086 INFO O| Planning: Evaluating mediators ... Done
39562025-02-22T20:59:31.338Z[ recovery-image] Feb 22 20:59:30.087 INFO O| Feb 22 20:59:30.087 INFO O| Planning: Planning completed in 0.00 seconds
39572025-02-22T20:59:31.340Z[ recovery-image] Feb 22 20:59:30.087 INFO O| Feb 22 20:59:30.087 INFO O| Variants/Facets to change: 1
39582025-02-22T20:59:31.404Z[ recovery-image] Feb 22 20:59:30.151 INFO O| Feb 22 20:59:30.151 INFO O| Done
39592025-02-22T20:59:31.404Z[ recovery-image] Feb 22 20:59:30.151 INFO O| Feb 22 20:59:30.151 INFO O| Done
39602025-02-22T20:59:32.348Z[ recovery-image] Feb 22 20:59:31.090 INFO O| Feb 22 20:59:31.090 INFO O| Done
39612025-02-22T20:59:32.446Z[ recovery-image] Feb 22 20:59:31.195 INFO O| Feb 22 20:59:31.195 INFO O| Done
39622025-02-22T20:59:32.449Z[ recovery-image] Feb 22 20:59:31.196 INFO O| Feb 22 20:59:31.196 INFO O| Done
39632025-02-22T20:59:32.450Z[ recovery-image] Feb 22 20:59:31.196 INFO O| Feb 22 20:59:31.196 INFO O| Done
39642025-02-22T20:59:32.450Z[ recovery-image] Feb 22 20:59:31.198 INFO O| Feb 22 20:59:31.198 INFO O| Done
39652025-02-22T20:59:32.618Z[ recovery-image] Feb 22 20:59:31.365 INFO O| Feb 22 20:59:31.365 INFO STEP 9 (pkg_change_facet) COMPLETE
39662025-02-22T20:59:32.618Z[ recovery-image] Feb 22 20:59:31.365 INFO O| Feb 22 20:59:31.365 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39672025-02-22T20:59:33.427Z[ recovery-image] Feb 22 20:59:32.175 INFO O| Feb 22 20:59:32.175 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
39682025-02-22T20:59:33.893Z[verify-libraries] Compiling qorb v0.2.1
39692025-02-22T20:59:34.522Z[ recovery-image] Feb 22 20:59:33.270 INFO O| Feb 22 20:59:33.270 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39702025-02-22T20:59:34.525Z[ recovery-image] Feb 22 20:59:33.272 INFO O| Feb 22 20:59:33.272 INFO O| Planning: Planning completed in 0.00 seconds
39712025-02-22T20:59:34.526Z[ recovery-image] Feb 22 20:59:33.274 INFO O| Feb 22 20:59:33.273 INFO O| Planning: Consolidating action changes ... Done
39722025-02-22T20:59:34.530Z[ recovery-image] Feb 22 20:59:33.275 INFO O| Feb 22 20:59:33.275 INFO O| Planning: Evaluating mediators ... Done
39732025-02-22T20:59:34.530Z[ recovery-image] Feb 22 20:59:33.275 INFO O| Feb 22 20:59:33.275 INFO O| Planning: Planning completed in 0.00 seconds
39742025-02-22T20:59:34.530Z[ recovery-image] Feb 22 20:59:33.276 INFO O| Feb 22 20:59:33.275 INFO O| Variants/Facets to change: 1
39752025-02-22T20:59:34.626Z[ recovery-image] Feb 22 20:59:33.375 INFO O| Feb 22 20:59:33.375 INFO O| Done
39762025-02-22T20:59:34.626Z[ recovery-image] Feb 22 20:59:33.375 INFO O| Feb 22 20:59:33.375 INFO O| Done
39772025-02-22T20:59:35.489Z[ recovery-image] Feb 22 20:59:34.234 INFO O| Feb 22 20:59:34.234 INFO O| Done
39782025-02-22T20:59:35.580Z[ recovery-image] Feb 22 20:59:34.328 INFO O| Feb 22 20:59:34.328 INFO O| Done
39792025-02-22T20:59:35.582Z[ recovery-image] Feb 22 20:59:34.329 INFO O| Feb 22 20:59:34.329 INFO O| Done
39802025-02-22T20:59:35.582Z[ recovery-image] Feb 22 20:59:34.330 INFO O| Feb 22 20:59:34.330 INFO O| Done
39812025-02-22T20:59:35.585Z[ recovery-image] Feb 22 20:59:34.332 INFO O| Feb 22 20:59:34.332 INFO O| Done
39822025-02-22T20:59:35.679Z[ recovery-image] Feb 22 20:59:34.428 INFO O| Feb 22 20:59:34.428 INFO STEP 10 (pkg_change_facet) COMPLETE
39832025-02-22T20:59:35.679Z[ recovery-image] Feb 22 20:59:34.428 INFO O| Feb 22 20:59:34.428 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39842025-02-22T20:59:35.700Z[ recovery-image] Feb 22 20:59:34.449 INFO O| Feb 22 20:59:34.449 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"]
39852025-02-22T20:59:36.144Z[verify-libraries] Compiling progenitor-client v0.9.1
39862025-02-22T20:59:36.805Z[ recovery-image] Feb 22 20:59:35.554 INFO O| Feb 22 20:59:35.554 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39872025-02-22T20:59:36.839Z[verify-libraries] Compiling progenitor-client v0.8.0
39882025-02-22T20:59:37.568Z[verify-libraries] Compiling progenitor v0.8.0
39892025-02-22T20:59:37.885Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
39902025-02-22T20:59:38.680Z[verify-libraries] Compiling progenitor v0.9.1
39912025-02-22T20:59:39.204Z[verify-libraries] Compiling omicron-zone-package v0.12.0
39922025-02-22T20:59:40.507Z[verify-libraries] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
39932025-02-22T20:59:44.088Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
39942025-02-22T20:59:45.427Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39952025-02-22T20:59:45.798Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
39962025-02-22T20:59:46.485Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
39972025-02-22T20:59:53.180Z[ host-image] Feb 22 20:59:51.927 INFO O| Feb 22 20:59:51.927 INFO O| Planning: Solver setup ... Done
39982025-02-22T21:00:10.692Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
39992025-02-22T21:00:19.929Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40002025-02-22T21:00:22.625Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40012025-02-22T21:00:23.471Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
40022025-02-22T21:00:27.383Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
40032025-02-22T21:00:28.599Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
40042025-02-22T21:00:29.375Z[verify-libraries] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
40052025-02-22T21:00:30.084Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
40062025-02-22T21:00:35.178Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40072025-02-22T21:00:38.044Z[verify-libraries] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
40082025-02-22T21:00:39.227Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40092025-02-22T21:00:40.671Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
40102025-02-22T21:00:41.113Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40112025-02-22T21:00:41.892Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40122025-02-22T21:00:45.356Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
40132025-02-22T21:00:48.077Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40142025-02-22T21:00:51.708Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
40152025-02-22T21:00:51.750Z[ recovery-image] Feb 22 21:00:50.500 INFO O| Feb 22 21:00:50.499 INFO O| Planning: Solver setup ... Done
40162025-02-22T21:00:57.538Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
40172025-02-22T21:00:57.724Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
40182025-02-22T21:00:58.472Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
40192025-02-22T21:01:02.098Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
40202025-02-22T21:01:05.117Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
40212025-02-22T21:01:05.532Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
40222025-02-22T21:01:11.666Z[verify-libraries] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40232025-02-22T21:01:14.434Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
40242025-02-22T21:01:16.044Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40252025-02-22T21:01:20.303Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40262025-02-22T21:01:23.745Z[verify-libraries] Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
40272025-02-22T21:01:24.479Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
40282025-02-22T21:01:25.963Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
40292025-02-22T21:01:29.848Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40302025-02-22T21:01:34.561Z[ host-image] Feb 22 21:01:33.309 INFO O| Feb 22 21:01:33.309 INFO O| Planning: Running solver ... Done
40312025-02-22T21:01:35.284Z[ host-image] Feb 22 21:01:34.034 INFO O| Feb 22 21:01:34.034 INFO O| Planning: Finding local manifests ... Done
40322025-02-22T21:01:35.301Z[ host-image] Feb 22 21:01:34.051 INFO O| Feb 22 21:01:34.051 INFO O| Planning: Fetching manifests: 0/124 0% complete
40332025-02-22T21:01:35.508Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40342025-02-22T21:01:36.436Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40352025-02-22T21:01:38.463Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40362025-02-22T21:01:38.871Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
40372025-02-22T21:01:39.816Z[ host-image] Feb 22 21:01:38.565 INFO O| Feb 22 21:01:38.565 INFO O| Planning: Fetching manifests: 124/124 100% complete
40382025-02-22T21:01:41.125Z[ host-image] Feb 22 21:01:39.875 INFO O| Feb 22 21:01:39.874 INFO O| Planning: Package planning ... Done
40392025-02-22T21:01:42.782Z[ host-image] Feb 22 21:01:41.532 INFO O| Feb 22 21:01:41.532 INFO O| Planning: Merging actions ... Done
40402025-02-22T21:01:43.332Z[ host-image] Feb 22 21:01:42.081 INFO O| Feb 22 21:01:42.081 INFO O| Planning: Checking for conflicting actions ... Done
40412025-02-22T21:01:43.364Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
40422025-02-22T21:01:43.632Z[ host-image] Feb 22 21:01:42.381 INFO O| Feb 22 21:01:42.381 INFO O| Planning: Consolidating action changes ... Done
40432025-02-22T21:01:43.641Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
40442025-02-22T21:01:44.171Z[ host-image] Feb 22 21:01:42.920 INFO O| Feb 22 21:01:42.920 INFO O| Planning: Evaluating mediators ... Done
40452025-02-22T21:01:45.568Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40462025-02-22T21:01:46.108Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
40472025-02-22T21:01:48.880Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40482025-02-22T21:01:50.630Z[ host-image] Feb 22 21:01:49.380 INFO O| Feb 22 21:01:49.380 INFO O| Planning: Planning completed in 183.41 seconds
40492025-02-22T21:01:50.639Z[ host-image] Feb 22 21:01:49.388 INFO O| Feb 22 21:01:49.388 INFO O| Packages to install: 124
40502025-02-22T21:01:50.641Z[ host-image] Feb 22 21:01:49.388 INFO O| Feb 22 21:01:49.388 INFO O| Mediators to change: 4
40512025-02-22T21:01:50.641Z[ host-image] Feb 22 21:01:49.388 INFO O| Feb 22 21:01:49.388 INFO O| Services to change: 6
40522025-02-22T21:01:50.757Z[ host-image] Feb 22 21:01:49.507 INFO O| Feb 22 21:01:49.507 INFO O| Download: 0/22863 items 0.0/199.8MB 0% complete
40532025-02-22T21:01:54.090Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40542025-02-22T21:01:55.766Z[ host-image] Feb 22 21:01:54.515 INFO O| Feb 22 21:01:54.515 INFO O| Download: 1216/22863 items 6.2/199.8MB 3% complete (1.3M/s)
40552025-02-22T21:01:56.213Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
40562025-02-22T21:01:59.227Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40572025-02-22T21:02:00.827Z[ host-image] Feb 22 21:01:59.576 INFO O| Feb 22 21:01:59.576 INFO O| Download: 1696/22863 items 11.3/199.8MB 5% complete (1.2M/s)
40582025-02-22T21:02:01.245Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40592025-02-22T21:02:02.388Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
40602025-02-22T21:02:04.866Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
40612025-02-22T21:02:05.846Z[ host-image] Feb 22 21:02:04.595 INFO O| Feb 22 21:02:04.595 INFO O| Download: 2250/22863 items 24.7/199.8MB 12% complete (1.9M/s)
40622025-02-22T21:02:06.485Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
40632025-02-22T21:02:10.846Z[ host-image] Feb 22 21:02:09.596 INFO O| Feb 22 21:02:09.595 INFO O| Download: 3466/22863 items 35.6/199.8MB 17% complete (2.4M/s)
40642025-02-22T21:02:11.633Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
40652025-02-22T21:02:13.476Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40662025-02-22T21:02:14.498Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
40672025-02-22T21:02:15.846Z[ host-image] Feb 22 21:02:14.596 INFO O| Feb 22 21:02:14.596 INFO O| Download: 4459/22863 items 41.3/199.8MB 20% complete (1.7M/s)
40682025-02-22T21:02:20.860Z[ host-image] Feb 22 21:02:19.610 INFO O| Feb 22 21:02:19.610 INFO O| Download: 5275/22863 items 46.2/199.8MB 23% complete (1.1M/s)
40692025-02-22T21:02:22.878Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
40702025-02-22T21:02:25.682Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40712025-02-22T21:02:25.879Z[ host-image] Feb 22 21:02:24.629 INFO O| Feb 22 21:02:24.629 INFO O| Download: 6577/22863 items 46.9/199.8MB 23% complete (572k/s)
40722025-02-22T21:02:27.324Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
40732025-02-22T21:02:27.971Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40742025-02-22T21:02:30.886Z[ host-image] Feb 22 21:02:29.636 INFO O| Feb 22 21:02:29.636 INFO O| Download: 7410/22863 items 57.7/199.8MB 28% complete (1.1M/s)
40752025-02-22T21:02:31.479Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40762025-02-22T21:02:32.143Z[ recovery-image] Feb 22 21:02:30.892 INFO O| Feb 22 21:02:30.892 INFO O| Planning: Running solver ... Done
40772025-02-22T21:02:32.271Z[verify-libraries] Compiling tough v0.19.0
40782025-02-22T21:02:32.863Z[ recovery-image] Feb 22 21:02:31.613 INFO O| Feb 22 21:02:31.613 INFO O| Planning: Finding local manifests ... Done
40792025-02-22T21:02:32.881Z[ recovery-image] Feb 22 21:02:31.631 INFO O| Feb 22 21:02:31.631 INFO O| Planning: Fetching manifests: 0/124 0% complete
40802025-02-22T21:02:34.942Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
40812025-02-22T21:02:35.725Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40822025-02-22T21:02:35.930Z[ host-image] Feb 22 21:02:34.680 INFO O| Feb 22 21:02:34.680 INFO O| Download: 8208/22863 items 61.0/199.8MB 30% complete (1.4M/s)
40832025-02-22T21:02:36.234Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
40842025-02-22T21:02:38.038Z[ recovery-image] Feb 22 21:02:36.788 INFO O| Feb 22 21:02:36.788 INFO O| Planning: Fetching manifests: 124/124 100% complete
40852025-02-22T21:02:39.080Z[ recovery-image] Feb 22 21:02:37.830 INFO O| Feb 22 21:02:37.830 INFO O| Planning: Package planning ... Done
40862025-02-22T21:02:39.764Z[ recovery-image] Feb 22 21:02:38.513 INFO O| Feb 22 21:02:38.513 INFO O| Planning: Merging actions ... Done
40872025-02-22T21:02:39.938Z[ recovery-image] Feb 22 21:02:38.688 INFO O| Feb 22 21:02:38.688 INFO O| Planning: Checking for conflicting actions ... Done
40882025-02-22T21:02:40.089Z[ recovery-image] Feb 22 21:02:38.838 INFO O| Feb 22 21:02:38.838 INFO O| Planning: Consolidating action changes ... Done
40892025-02-22T21:02:40.483Z[ recovery-image] Feb 22 21:02:39.233 INFO O| Feb 22 21:02:39.233 INFO O| Planning: Evaluating mediators ... Done
40902025-02-22T21:02:40.944Z[ host-image] Feb 22 21:02:39.694 INFO O| Feb 22 21:02:39.694 INFO O| Download: 9161/22863 items 75.3/199.8MB 37% complete (1.7M/s)
40912025-02-22T21:02:43.937Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
40922025-02-22T21:02:44.989Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
40932025-02-22T21:02:45.080Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
40942025-02-22T21:02:45.949Z[ host-image] Feb 22 21:02:44.699 INFO O| Feb 22 21:02:44.699 INFO O| Download: 10176/22863 items 84.7/199.8MB 42% complete (2.4M/s)
40952025-02-22T21:02:46.428Z[ recovery-image] Feb 22 21:02:45.178 INFO O| Feb 22 21:02:45.178 INFO O| Planning: Planning completed in 189.62 seconds
40962025-02-22T21:02:46.435Z[ recovery-image] Feb 22 21:02:45.185 INFO O| Feb 22 21:02:45.185 INFO O| Packages to install: 124
40972025-02-22T21:02:46.435Z[ recovery-image] Feb 22 21:02:45.185 INFO O| Feb 22 21:02:45.185 INFO O| Mediators to change: 4
40982025-02-22T21:02:46.438Z[ recovery-image] Feb 22 21:02:45.185 INFO O| Feb 22 21:02:45.185 INFO O| Services to change: 5
40992025-02-22T21:02:46.517Z[ recovery-image] Feb 22 21:02:45.267 INFO O| Feb 22 21:02:45.267 INFO O| Download: 0/15934 items 0.0/176.5MB 0% complete
41002025-02-22T21:02:47.907Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41012025-02-22T21:02:47.927Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41022025-02-22T21:02:50.978Z[ host-image] Feb 22 21:02:49.714 INFO O| Feb 22 21:02:49.714 INFO O| Download: 10891/22863 items 90.0/199.8MB 45% complete (1.6M/s)
41032025-02-22T21:02:51.518Z[ recovery-image] Feb 22 21:02:50.268 INFO O| Feb 22 21:02:50.267 INFO O| Download: 1009/15934 items 7.9/176.5MB 4% complete (1.6M/s)
41042025-02-22T21:02:56.054Z[ host-image] Feb 22 21:02:54.804 INFO O| Feb 22 21:02:54.804 INFO O| Download: 11348/22863 items 94.9/199.8MB 47% complete (1.1M/s)
41052025-02-22T21:02:56.394Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
41062025-02-22T21:02:56.530Z[ recovery-image] Feb 22 21:02:55.280 INFO O| Feb 22 21:02:55.280 INFO O| Download: 1242/15934 items 17.6/176.5MB 9% complete (1.7M/s)
41072025-02-22T21:03:01.148Z[ host-image] Feb 22 21:02:59.898 INFO O| Feb 22 21:02:59.897 INFO O| Download: 12046/22863 items 98.4/199.8MB 49% complete (843k/s)
41082025-02-22T21:03:01.575Z[ recovery-image] Feb 22 21:03:00.325 INFO O| Feb 22 21:03:00.325 INFO O| Download: 1525/15934 items 22.0/176.5MB 12% complete (1.5M/s)
41092025-02-22T21:03:05.024Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41102025-02-22T21:03:06.158Z[ host-image] Feb 22 21:03:04.908 INFO O| Feb 22 21:03:04.908 INFO O| Download: 12356/22863 items 109.6/199.8MB 54% complete (1.5M/s)
41112025-02-22T21:03:06.576Z[ recovery-image] Feb 22 21:03:05.326 INFO O| Feb 22 21:03:05.326 INFO O| Download: 2482/15934 items 31.4/176.5MB 17% complete (1.7M/s)
41122025-02-22T21:03:06.727Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
41132025-02-22T21:03:06.968Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
41142025-02-22T21:03:07.239Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41152025-02-22T21:03:11.579Z[ recovery-image] Feb 22 21:03:10.329 INFO O| Feb 22 21:03:10.329 INFO O| Download: 3107/15934 items 37.3/176.5MB 21% complete (1.5M/s)
41162025-02-22T21:03:11.623Z[ host-image] Feb 22 21:03:10.373 INFO O| Feb 22 21:03:10.373 INFO O| Download: 13387/22863 items 110.1/199.8MB 55% complete (1.2M/s)
41172025-02-22T21:03:11.713Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41182025-02-22T21:03:16.630Z[ host-image] Feb 22 21:03:15.380 INFO O| Feb 22 21:03:15.380 INFO O| Download: 14257/22863 items 110.8/199.8MB 55% complete (120k/s)
41192025-02-22T21:03:16.652Z[ recovery-image] Feb 22 21:03:15.401 INFO O| Feb 22 21:03:15.401 INFO O| Download: 3756/15934 items 40.3/176.5MB 22% complete (903k/s)
41202025-02-22T21:03:17.647Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41212025-02-22T21:03:20.351Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41222025-02-22T21:03:21.661Z[ recovery-image] Feb 22 21:03:20.411 INFO O| Feb 22 21:03:20.411 INFO O| Download: 4985/15934 items 43.2/176.5MB 24% complete (607k/s)
41232025-02-22T21:03:25.157Z[verify-libraries] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
41242025-02-22T21:03:25.369Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41252025-02-22T21:03:25.387Z[ host-image] Feb 22 21:03:24.137 INFO O| Feb 22 21:03:24.137 INFO O| Download: 14540/22863 items 112.5/199.8MB 56% complete (226k/s)
41262025-02-22T21:03:25.755Z[verify-libraries] Compiling sct v0.7.1
41272025-02-22T21:03:26.236Z[verify-libraries] Compiling rustls-webpki v0.101.7
41282025-02-22T21:03:26.669Z[ recovery-image] Feb 22 21:03:25.419 INFO O| Feb 22 21:03:25.419 INFO O| Download: 5826/15934 items 47.2/176.5MB 26% complete (687k/s)
41292025-02-22T21:03:30.384Z[ host-image] Feb 22 21:03:29.134 INFO O| Feb 22 21:03:29.134 INFO O| Download: 15315/22863 items 121.9/199.8MB 61% complete (911k/s)
41302025-02-22T21:03:30.526Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41312025-02-22T21:03:31.751Z[ recovery-image] Feb 22 21:03:30.501 INFO O| Feb 22 21:03:30.501 INFO O| Download: 6222/15934 items 61.5/176.5MB 34% complete (1.7M/s)
41322025-02-22T21:03:32.496Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41332025-02-22T21:03:35.571Z[ host-image] Feb 22 21:03:34.321 INFO O| Feb 22 21:03:34.321 INFO O| Download: 15920/22863 items 130.3/199.8MB 65% complete (1.8M/s)
41342025-02-22T21:03:36.803Z[ recovery-image] Feb 22 21:03:35.553 INFO O| Feb 22 21:03:35.553 INFO O| Download: 7274/15934 items 73.4/176.5MB 41% complete (2.6M/s)
41352025-02-22T21:03:40.589Z[ host-image] Feb 22 21:03:39.339 INFO O| Feb 22 21:03:39.339 INFO O| Download: 16928/22863 items 141.6/199.8MB 70% complete (1.8M/s)
41362025-02-22T21:03:41.820Z[ recovery-image] Feb 22 21:03:40.570 INFO O| Feb 22 21:03:40.570 INFO O| Download: 7941/15934 items 75.9/176.5MB 43% complete (1.5M/s)
41372025-02-22T21:03:45.589Z[ host-image] Feb 22 21:03:44.340 INFO O| Feb 22 21:03:44.340 INFO O| Download: 17850/22863 items 148.2/199.8MB 74% complete (1.7M/s)
41382025-02-22T21:03:46.835Z[ recovery-image] Feb 22 21:03:45.585 INFO O| Feb 22 21:03:45.585 INFO O| Download: 8472/15934 items 80.0/176.5MB 45% complete (668k/s)
41392025-02-22T21:03:50.604Z[ host-image] Feb 22 21:03:49.355 INFO O| Feb 22 21:03:49.355 INFO O| Download: 18623/22863 items 164.1/199.8MB 82% complete (2.2M/s)
41402025-02-22T21:03:52.133Z[ recovery-image] Feb 22 21:03:50.883 INFO O| Feb 22 21:03:50.883 INFO O| Download: 8914/15934 items 92.1/176.5MB 52% complete (1.6M/s)
41412025-02-22T21:03:55.310Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41422025-02-22T21:03:55.606Z[ host-image] Feb 22 21:03:54.356 INFO O| Feb 22 21:03:54.356 INFO O| Download: 19521/22863 items 168.6/199.8MB 84% complete (2.1M/s)
41432025-02-22T21:03:56.942Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41442025-02-22T21:03:57.134Z[ recovery-image] Feb 22 21:03:55.884 INFO O| Feb 22 21:03:55.883 INFO O| Download: 9855/15934 items 93.2/176.5MB 52% complete (1.3M/s)
41452025-02-22T21:04:00.607Z[ host-image] Feb 22 21:03:59.357 INFO O| Feb 22 21:03:59.357 INFO O| Download: 20648/22863 items 172.3/199.8MB 86% complete (840k/s)
41462025-02-22T21:04:02.134Z[ recovery-image] Feb 22 21:04:00.885 INFO O| Feb 22 21:04:00.884 INFO O| Download: 10237/15934 items 93.4/176.5MB 52% complete (145k/s)
41472025-02-22T21:04:04.110Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41482025-02-22T21:04:06.245Z[ host-image] Feb 22 21:04:04.996 INFO O| Feb 22 21:04:04.996 INFO O| Download: 21010/22863 items 178.8/199.8MB 89% complete (1.1M/s)
41492025-02-22T21:04:07.484Z[ recovery-image] Feb 22 21:04:06.234 INFO O| Feb 22 21:04:06.234 INFO O| Download: 11084/15934 items 94.9/176.5MB 53% complete (147k/s)
41502025-02-22T21:04:11.267Z[ host-image] Feb 22 21:04:10.017 INFO O| Feb 22 21:04:10.017 INFO O| Download: 21591/22863 items 182.0/199.8MB 91% complete (854k/s)
41512025-02-22T21:04:11.319Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41522025-02-22T21:04:12.507Z[ recovery-image] Feb 22 21:04:11.257 INFO O| Feb 22 21:04:11.257 INFO O| Download: 11605/15934 items 111.6/176.5MB 63% complete (1.8M/s)
41532025-02-22T21:04:14.447Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41542025-02-22T21:04:15.180Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41552025-02-22T21:04:15.546Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41562025-02-22T21:04:15.978Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41572025-02-22T21:04:16.304Z[ host-image] Feb 22 21:04:15.054 INFO O| Feb 22 21:04:15.054 INFO O| Download: 22037/22863 items 191.8/199.8MB 95% complete (1.3M/s)
41582025-02-22T21:04:16.512Z[verify-libraries] Compiling tokio-rustls v0.24.1
41592025-02-22T21:04:17.075Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41602025-02-22T21:04:17.572Z[ recovery-image] Feb 22 21:04:16.323 INFO O| Feb 22 21:04:16.322 INFO O| Download: 12079/15934 items 140.1/176.5MB 79% complete (4.5M/s)
41612025-02-22T21:04:17.731Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41622025-02-22T21:04:20.843Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
41632025-02-22T21:04:21.312Z[ host-image] Feb 22 21:04:20.062 INFO O| Feb 22 21:04:20.062 INFO O| Download: 22155/22863 items 193.1/199.8MB 96% complete (1.4M/s)
41642025-02-22T21:04:22.632Z[ recovery-image] Feb 22 21:04:21.382 INFO O| Feb 22 21:04:21.382 INFO O| Download: 13279/15934 items 145.8/176.5MB 82% complete (3.4M/s)
41652025-02-22T21:04:23.612Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
41662025-02-22T21:04:24.124Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41672025-02-22T21:04:24.526Z[verify-libraries] Compiling des v0.8.1
41682025-02-22T21:04:25.065Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41692025-02-22T21:04:25.620Z[verify-libraries] Compiling hex-literal v0.4.1
41702025-02-22T21:04:25.875Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41712025-02-22T21:04:25.875Z[verify-libraries] Compiling russh v0.45.0
41722025-02-22T21:04:26.335Z[ host-image] Feb 22 21:04:25.085 INFO O| Feb 22 21:04:25.085 INFO O| Download: 22604/22863 items 199.4/199.8MB 99% complete (785k/s)
41732025-02-22T21:04:27.631Z[ recovery-image] Feb 22 21:04:26.382 INFO O| Feb 22 21:04:26.382 INFO O| Download: 14422/15934 items 149.7/176.5MB 84% complete (968k/s)
41742025-02-22T21:04:28.227Z[ host-image] Feb 22 21:04:26.977 INFO O| Feb 22 21:04:26.977 INFO O| Download: Completed 199.77 MB in 157.47 seconds (1.3M/s)
41752025-02-22T21:04:28.392Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
41762025-02-22T21:04:29.811Z[ host-image] Feb 22 21:04:28.561 INFO O| Feb 22 21:04:28.561 INFO O| Actions: 1/49570 actions (Installing new actions)
41772025-02-22T21:04:31.552Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782025-02-22T21:04:32.639Z[ recovery-image] Feb 22 21:04:31.389 INFO O| Feb 22 21:04:31.389 INFO O| Download: 15006/15934 items 157.5/176.5MB 89% complete (1.2M/s)
41792025-02-22T21:04:34.813Z[ host-image] Feb 22 21:04:33.564 INFO O| Feb 22 21:04:33.564 INFO O| Actions: 9750/49570 actions (Installing new actions)
41802025-02-22T21:04:35.747Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41812025-02-22T21:04:37.771Z[ recovery-image] Feb 22 21:04:36.522 INFO O| Feb 22 21:04:36.522 INFO O| Download: 15648/15934 items 169.3/176.5MB 95% complete (2.0M/s)
41822025-02-22T21:04:39.622Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41832025-02-22T21:04:39.813Z[ host-image] Feb 22 21:04:38.564 INFO O| Feb 22 21:04:38.564 INFO O| Actions: 16496/49570 actions (Installing new actions)
41842025-02-22T21:04:40.149Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41852025-02-22T21:04:40.342Z[ recovery-image] Feb 22 21:04:39.093 INFO O| Feb 22 21:04:39.092 INFO O| Download: Completed 176.48 MB in 113.83 seconds (1.6M/s)
41862025-02-22T21:04:40.872Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41872025-02-22T21:04:41.709Z[ recovery-image] Feb 22 21:04:40.460 INFO O| Feb 22 21:04:40.459 INFO O| Actions: 1/25107 actions (Installing new actions)
41882025-02-22T21:04:44.814Z[ host-image] Feb 22 21:04:43.564 INFO O| Feb 22 21:04:43.564 INFO O| Actions: 22374/49570 actions (Installing new actions)
41892025-02-22T21:04:46.709Z[ recovery-image] Feb 22 21:04:45.460 INFO O| Feb 22 21:04:45.460 INFO O| Actions: 9092/25107 actions (Installing new actions)
41902025-02-22T21:04:48.940Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41912025-02-22T21:04:49.814Z[ host-image] Feb 22 21:04:48.564 INFO O| Feb 22 21:04:48.564 INFO O| Actions: 42306/49570 actions (Installing new actions)
41922025-02-22T21:04:51.710Z[ recovery-image] Feb 22 21:04:50.460 INFO O| Feb 22 21:04:50.460 INFO O| Actions: 14683/25107 actions (Installing new actions)
41932025-02-22T21:04:51.934Z[ host-image] Feb 22 21:04:50.684 INFO O| Feb 22 21:04:50.684 INFO O| Actions: Completed 49570 actions in 22.12 seconds.
41942025-02-22T21:04:52.802Z[ host-image] Feb 22 21:04:51.552 INFO O| Feb 22 21:04:51.552 INFO O| Done
41952025-02-22T21:04:52.802Z[ host-image] Feb 22 21:04:51.553 INFO O| Feb 22 21:04:51.552 INFO O| Done
41962025-02-22T21:04:53.422Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
41972025-02-22T21:04:54.678Z[ host-image] Feb 22 21:04:53.429 INFO O| Feb 22 21:04:53.428 INFO O| Done
41982025-02-22T21:04:56.827Z[ recovery-image] Feb 22 21:04:55.577 INFO O| Feb 22 21:04:55.577 INFO O| Actions: 24552/25107 actions (Installing new actions)
41992025-02-22T21:04:57.473Z[ host-image] Feb 22 21:04:56.224 INFO O| Feb 22 21:04:56.224 INFO O| Done
42002025-02-22T21:04:57.510Z[ host-image] Feb 22 21:04:56.261 INFO O| Feb 22 21:04:56.261 INFO O| Done
42012025-02-22T21:04:58.186Z[ recovery-image] Feb 22 21:04:56.937 INFO O| Feb 22 21:04:56.937 INFO O| Actions: Completed 25107 actions in 16.47 seconds.
42022025-02-22T21:04:58.917Z[ recovery-image] Feb 22 21:04:57.668 INFO O| Feb 22 21:04:57.668 INFO O| Done
42032025-02-22T21:04:58.917Z[ recovery-image] Feb 22 21:04:57.668 INFO O| Feb 22 21:04:57.668 INFO O| Done
42042025-02-22T21:05:00.685Z[ recovery-image] Feb 22 21:04:59.436 INFO O| Feb 22 21:04:59.436 INFO O| Done
42052025-02-22T21:05:01.283Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42062025-02-22T21:05:02.686Z[ recovery-image] Feb 22 21:05:01.437 INFO O| Feb 22 21:05:01.437 INFO O| Done
42072025-02-22T21:05:02.707Z[ recovery-image] Feb 22 21:05:01.457 INFO O| Feb 22 21:05:01.457 INFO O| Done
42082025-02-22T21:05:04.938Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42092025-02-22T21:05:05.840Z[ host-image] Feb 22 21:05:04.591 INFO O| Feb 22 21:05:04.591 INFO O| Done
42102025-02-22T21:05:06.886Z[ host-image] Feb 22 21:05:05.637 INFO O| Feb 22 21:05:05.637 INFO O| Done
42112025-02-22T21:05:07.758Z[ recovery-image] Feb 22 21:05:06.440 INFO O| Feb 22 21:05:06.440 INFO O| Done
42122025-02-22T21:05:07.807Z[ host-image] Feb 22 21:05:06.558 INFO O| Feb 22 21:05:06.558 INFO STEP 11 (pkg_install) COMPLETE
42132025-02-22T21:05:07.807Z[ host-image] Feb 22 21:05:06.558 INFO O| Feb 22 21:05:06.558 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42142025-02-22T21:05:07.834Z[ host-image] Feb 22 21:05:06.585 INFO O| Feb 22 21:05:06.585 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"]
42152025-02-22T21:05:08.338Z[ recovery-image] Feb 22 21:05:07.088 INFO O| Feb 22 21:05:07.088 INFO O| Done
42162025-02-22T21:05:09.038Z[ recovery-image] Feb 22 21:05:07.788 INFO O| Feb 22 21:05:07.788 INFO STEP 11 (pkg_install) COMPLETE
42172025-02-22T21:05:09.038Z[ recovery-image] Feb 22 21:05:07.788 INFO O| Feb 22 21:05:07.788 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42182025-02-22T21:05:09.041Z[ recovery-image] Feb 22 21:05:07.788 INFO O| Feb 22 21:05:07.788 INFO skip step because feature "recovery" is enabled
42192025-02-22T21:05:09.041Z[ recovery-image] Feb 22 21:05:07.788 INFO O| Feb 22 21:05:07.788 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42202025-02-22T21:05:09.041Z[ recovery-image] Feb 22 21:05:07.788 INFO O| Feb 22 21:05:07.788 INFO skip step because feature "omicron1" is not enabled
42212025-02-22T21:05:09.041Z[ recovery-image] Feb 22 21:05:07.788 INFO O| Feb 22 21:05:07.788 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42222025-02-22T21:05:09.056Z[ recovery-image] Feb 22 21:05:07.807 INFO O| Feb 22 21:05:07.807 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
42232025-02-22T21:05:10.921Z[ host-image] Feb 22 21:05:09.672 INFO O| Feb 22 21:05:09.672 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42242025-02-22T21:05:10.980Z[ recovery-image] Feb 22 21:05:09.731 INFO O| Feb 22 21:05:09.731 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42252025-02-22T21:05:11.775Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
42262025-02-22T21:05:12.881Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
42272025-02-22T21:05:16.044Z[ recovery-image] Feb 22 21:05:14.794 INFO O| Feb 22 21:05:14.794 INFO O| Planning: Solver setup ... Done
42282025-02-22T21:05:16.071Z[ recovery-image] Feb 22 21:05:14.821 INFO O| Feb 22 21:05:14.821 INFO O| Planning: Running solver ... Done
42292025-02-22T21:05:16.166Z[ recovery-image] Feb 22 21:05:14.917 INFO O| Feb 22 21:05:14.917 INFO O| Planning: Finding local manifests ... Done
42302025-02-22T21:05:16.169Z[ recovery-image] Feb 22 21:05:14.918 INFO O| Feb 22 21:05:14.918 INFO O| Planning: Fetching manifests: 0/1 0% complete
42312025-02-22T21:05:16.355Z[ recovery-image] Feb 22 21:05:15.105 INFO O| Feb 22 21:05:15.105 INFO O| Planning: Fetching manifests: 1/1 100% complete
42322025-02-22T21:05:16.387Z[ recovery-image] Feb 22 21:05:15.138 INFO O| Feb 22 21:05:15.138 INFO O| Planning: Package planning ... Done
42332025-02-22T21:05:16.390Z[ recovery-image] Feb 22 21:05:15.138 INFO O| Feb 22 21:05:15.138 INFO O| Planning: Merging actions ... Done
42342025-02-22T21:05:16.449Z[ recovery-image] Feb 22 21:05:15.199 INFO O| Feb 22 21:05:15.199 INFO O| Planning: Checking for conflicting actions ... Done
42352025-02-22T21:05:16.452Z[ recovery-image] Feb 22 21:05:15.200 INFO O| Feb 22 21:05:15.200 INFO O| Planning: Consolidating action changes ... Done
42362025-02-22T21:05:16.707Z[ recovery-image] Feb 22 21:05:15.458 INFO O| Feb 22 21:05:15.458 INFO O| Planning: Evaluating mediators ... Done
42372025-02-22T21:05:16.710Z[ recovery-image] Feb 22 21:05:15.459 INFO O| Feb 22 21:05:15.459 INFO O| Planning: Planning completed in 5.73 seconds
42382025-02-22T21:05:16.713Z[ recovery-image] Feb 22 21:05:15.461 INFO O| Feb 22 21:05:15.461 INFO O| Packages to install: 1
42392025-02-22T21:05:16.744Z[ recovery-image] Feb 22 21:05:15.495 INFO O| Feb 22 21:05:15.495 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
42402025-02-22T21:05:17.183Z[ host-image] Feb 22 21:05:15.933 INFO O| Feb 22 21:05:15.933 INFO O| Planning: Solver setup ... Done
42412025-02-22T21:05:17.190Z[ host-image] Feb 22 21:05:15.941 INFO O| Feb 22 21:05:15.941 INFO O| Planning: Running solver ... Done
42422025-02-22T21:05:17.292Z[ host-image] Feb 22 21:05:16.043 INFO O| Feb 22 21:05:16.043 INFO O| Planning: Finding local manifests ... Done
42432025-02-22T21:05:17.295Z[ host-image] Feb 22 21:05:16.045 INFO O| Feb 22 21:05:16.045 INFO O| Planning: Fetching manifests: 0/5 0% complete
42442025-02-22T21:05:17.444Z[ recovery-image] Feb 22 21:05:16.194 INFO O| Feb 22 21:05:16.194 INFO O| Download: Completed 10.27 MB in 0.70 seconds (14.7M/s)
42452025-02-22T21:05:17.554Z[ recovery-image] Feb 22 21:05:16.305 INFO O| Feb 22 21:05:16.305 INFO O| Actions: 1/22 actions (Installing new actions)
42462025-02-22T21:05:17.713Z[ host-image] Feb 22 21:05:16.464 INFO O| Feb 22 21:05:16.464 INFO O| Planning: Fetching manifests: 5/5 100% complete
42472025-02-22T21:05:17.754Z[ host-image] Feb 22 21:05:16.504 INFO O| Feb 22 21:05:16.504 INFO O| Planning: Package planning ... Done
42482025-02-22T21:05:17.760Z[ host-image] Feb 22 21:05:16.511 INFO O| Feb 22 21:05:16.511 INFO O| Planning: Merging actions ... Done
42492025-02-22T21:05:17.959Z[ host-image] Feb 22 21:05:16.710 INFO O| Feb 22 21:05:16.710 INFO O| Planning: Checking for conflicting actions ... Done
42502025-02-22T21:05:17.962Z[ host-image] Feb 22 21:05:16.712 INFO O| Feb 22 21:05:16.712 INFO O| Planning: Consolidating action changes ... Done
42512025-02-22T21:05:17.995Z[ recovery-image] Feb 22 21:05:16.746 INFO O| Feb 22 21:05:16.746 INFO O| Actions: Completed 22 actions in 0.44 seconds.
42522025-02-22T21:05:18.354Z[ host-image] Feb 22 21:05:17.105 INFO O| Feb 22 21:05:17.105 INFO O| Planning: Evaluating mediators ... Done
42532025-02-22T21:05:18.359Z[ host-image] Feb 22 21:05:17.109 INFO O| Feb 22 21:05:17.109 INFO O| Planning: Planning completed in 7.44 seconds
42542025-02-22T21:05:18.362Z[ host-image] Feb 22 21:05:17.113 INFO O| Feb 22 21:05:17.112 INFO O| Packages to install: 5
42552025-02-22T21:05:18.362Z[ host-image] Feb 22 21:05:17.113 INFO O| Feb 22 21:05:17.112 INFO O| Services to change: 2
42562025-02-22T21:05:18.384Z[ host-image] Feb 22 21:05:17.135 INFO O| Feb 22 21:05:17.135 INFO O| Download: 0/117 items 0.0/1.5MB 0% complete
42572025-02-22T21:05:18.600Z[ recovery-image] Feb 22 21:05:17.351 INFO O| Feb 22 21:05:17.351 INFO O| Done
42582025-02-22T21:05:18.600Z[ recovery-image] Feb 22 21:05:17.351 INFO O| Feb 22 21:05:17.351 INFO O| Done
42592025-02-22T21:05:19.897Z[ host-image] Feb 22 21:05:18.647 INFO O| Feb 22 21:05:18.647 INFO O| Download: Completed 1.46 MB in 1.51 seconds (986k/s)
42602025-02-22T21:05:19.941Z[ recovery-image] Feb 22 21:05:18.691 INFO O| Feb 22 21:05:18.691 INFO O| Done
42612025-02-22T21:05:19.946Z[ host-image] Feb 22 21:05:18.697 INFO O| Feb 22 21:05:18.697 INFO O| Actions: 1/306 actions (Installing new actions)
42622025-02-22T21:05:20.129Z[ host-image] Feb 22 21:05:18.879 INFO O| Feb 22 21:05:18.879 INFO O| Actions: Completed 306 actions in 0.18 seconds.
42632025-02-22T21:05:20.780Z[ host-image] Feb 22 21:05:19.531 INFO O| Feb 22 21:05:19.531 INFO O| Done
42642025-02-22T21:05:20.780Z[ host-image] Feb 22 21:05:19.531 INFO O| Feb 22 21:05:19.531 INFO O| Done
42652025-02-22T21:05:21.965Z[ recovery-image] Feb 22 21:05:20.715 INFO O| Feb 22 21:05:20.715 INFO O| Done
42662025-02-22T21:05:21.984Z[ recovery-image] Feb 22 21:05:20.735 INFO O| Feb 22 21:05:20.735 INFO O| Done
42672025-02-22T21:05:21.984Z[ recovery-image] Feb 22 21:05:20.735 INFO O| Feb 22 21:05:20.735 INFO O| Done
42682025-02-22T21:05:22.010Z[ recovery-image] Feb 22 21:05:20.761 INFO O| Feb 22 21:05:20.761 INFO O| Done
42692025-02-22T21:05:22.281Z[ recovery-image] Feb 22 21:05:21.031 INFO O| Feb 22 21:05:21.031 INFO STEP 14 (pkg_install) COMPLETE
42702025-02-22T21:05:22.281Z[ recovery-image] Feb 22 21:05:21.031 INFO O| Feb 22 21:05:21.031 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42712025-02-22T21:05:22.284Z[ recovery-image] Feb 22 21:05:21.031 INFO O| Feb 22 21:05:21.031 INFO skip step because feature "mfg" is not enabled
42722025-02-22T21:05:22.284Z[ recovery-image] Feb 22 21:05:21.031 INFO O| Feb 22 21:05:21.031 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42732025-02-22T21:05:22.284Z[ recovery-image] Feb 22 21:05:21.031 INFO O| Feb 22 21:05:21.031 INFO skip step because feature "compliance" is not enabled
42742025-02-22T21:05:22.284Z[ recovery-image] Feb 22 21:05:21.031 INFO O| Feb 22 21:05:21.031 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42752025-02-22T21:05:22.284Z[ recovery-image] Feb 22 21:05:21.032 INFO O| Feb 22 21:05:21.031 INFO skip step because feature "stress" is not enabled
42762025-02-22T21:05:22.284Z[ recovery-image] Feb 22 21:05:21.032 INFO O| Feb 22 21:05:21.031 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42772025-02-22T21:05:22.284Z[ recovery-image] Feb 22 21:05:21.032 INFO O| Feb 22 21:05:21.031 INFO skip step because feature "nfs" is not enabled
42782025-02-22T21:05:22.284Z[ recovery-image] Feb 22 21:05:21.032 INFO O| Feb 22 21:05:21.031 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
42792025-02-22T21:05:22.284Z[ recovery-image] Feb 22 21:05:21.032 INFO O| Feb 22 21:05:21.032 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42802025-02-22T21:05:22.287Z[ host-image] Feb 22 21:05:21.036 INFO O| Feb 22 21:05:21.036 INFO O| Done
42812025-02-22T21:05:22.393Z[ recovery-image] Feb 22 21:05:21.143 INFO O| Feb 22 21:05:21.143 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
42822025-02-22T21:05:22.532Z[ recovery-image] Feb 22 21:05:21.283 INFO O| Feb 22 21:05:21.282 INFO completed processing gimlet/ramdisk-01-os
42832025-02-22T21:05:22.536Z[ recovery-image] Feb 22 21:05:21.287 INFO image builder template: ramdisk-02-trim...
42842025-02-22T21:05:22.539Z[ recovery-image] Feb 22 21:05:21.287 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/.tmpqYqO5s/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
42852025-02-22T21:05:22.588Z[ recovery-image] Feb 22 21:05:21.339 INFO O| Feb 22 21:05:21.339 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42862025-02-22T21:05:22.597Z[ recovery-image] Feb 22 21:05:21.348 INFO O| Feb 22 21:05:21.348 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42872025-02-22T21:05:22.721Z[ recovery-image] Feb 22 21:05:21.472 INFO O| Feb 22 21:05:21.472 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
42882025-02-22T21:05:22.811Z[ recovery-image] Feb 22 21:05:21.562 INFO O| Feb 22 21:05:21.561 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42892025-02-22T21:05:22.813Z[ recovery-image] Feb 22 21:05:21.562 INFO O| Feb 22 21:05:21.562 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42902025-02-22T21:05:22.822Z[ recovery-image] Feb 22 21:05:21.572 INFO O| Feb 22 21:05:21.572 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42912025-02-22T21:05:22.830Z[ recovery-image] Feb 22 21:05:21.581 INFO O| Feb 22 21:05:21.580 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
42922025-02-22T21:05:22.902Z[ recovery-image] Feb 22 21:05:21.653 INFO O| Feb 22 21:05:21.653 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
42932025-02-22T21:05:23.385Z[ recovery-image] Feb 22 21:05:22.136 INFO O| Feb 22 21:05:22.136 INFO rolled back to input snapshot; work may begin
42942025-02-22T21:05:23.385Z[ recovery-image] Feb 22 21:05:22.136 INFO O| Feb 22 21:05:22.136 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42952025-02-22T21:05:23.395Z[ recovery-image] Feb 22 21:05:22.146 INFO O| Feb 22 21:05:22.146 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42962025-02-22T21:05:23.416Z[ recovery-image] Feb 22 21:05:22.166 INFO O| Feb 22 21:05:22.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
42972025-02-22T21:05:23.522Z[ recovery-image] Feb 22 21:05:22.273 INFO O| Feb 22 21:05:22.273 INFO STEP 0 (remove_files) COMPLETE
42982025-02-22T21:05:23.523Z[ recovery-image] Feb 22 21:05:22.273 INFO O| Feb 22 21:05:22.273 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42992025-02-22T21:05:23.559Z[ recovery-image] Feb 22 21:05:22.310 INFO O| Feb 22 21:05:22.310 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
43002025-02-22T21:05:23.562Z[ recovery-image] Feb 22 21:05:22.313 INFO O| Feb 22 21:05:22.313 INFO STEP 1 (remove_files) COMPLETE
43012025-02-22T21:05:23.565Z[ recovery-image] Feb 22 21:05:22.313 INFO O| Feb 22 21:05:22.313 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43022025-02-22T21:05:23.600Z[ recovery-image] Feb 22 21:05:22.350 INFO O| Feb 22 21:05:22.350 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
43032025-02-22T21:05:23.646Z[ recovery-image] Feb 22 21:05:22.397 INFO O| Feb 22 21:05:22.397 INFO STEP 2 (remove_files) COMPLETE
43042025-02-22T21:05:23.646Z[ recovery-image] Feb 22 21:05:22.397 INFO O| Feb 22 21:05:22.397 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43052025-02-22T21:05:23.699Z[ recovery-image] Feb 22 21:05:22.450 INFO O| Feb 22 21:05:22.449 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
43062025-02-22T21:05:23.702Z[ recovery-image] Feb 22 21:05:22.453 INFO O| Feb 22 21:05:22.453 INFO STEP 3 (remove_files) COMPLETE
43072025-02-22T21:05:23.702Z[ recovery-image] Feb 22 21:05:22.453 INFO O| Feb 22 21:05:22.453 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43082025-02-22T21:05:23.724Z[ recovery-image] Feb 22 21:05:22.474 INFO O| Feb 22 21:05:22.474 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
43092025-02-22T21:05:23.731Z[ recovery-image] Feb 22 21:05:22.482 INFO O| Feb 22 21:05:22.482 INFO STEP 4 (remove_files) COMPLETE
43102025-02-22T21:05:23.731Z[ recovery-image] Feb 22 21:05:22.482 INFO O| Feb 22 21:05:22.482 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43112025-02-22T21:05:23.773Z[ recovery-image] Feb 22 21:05:22.524 INFO O| Feb 22 21:05:22.524 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
43122025-02-22T21:05:23.776Z[ recovery-image] Feb 22 21:05:22.524 INFO O| Feb 22 21:05:22.524 INFO STEP 5 (remove_files) COMPLETE
43132025-02-22T21:05:23.776Z[ recovery-image] Feb 22 21:05:22.524 INFO O| Feb 22 21:05:22.524 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43142025-02-22T21:05:23.798Z[ recovery-image] Feb 22 21:05:22.549 INFO O| Feb 22 21:05:22.549 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
43152025-02-22T21:05:23.820Z[ recovery-image] Feb 22 21:05:22.570 INFO O| Feb 22 21:05:22.570 INFO STEP 6 (remove_files) COMPLETE
43162025-02-22T21:05:23.820Z[ recovery-image] Feb 22 21:05:22.570 INFO O| Feb 22 21:05:22.570 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43172025-02-22T21:05:23.820Z[ recovery-image] Feb 22 21:05:22.570 INFO O| Feb 22 21:05:22.570 INFO skip step because feature "recovery" is enabled
43182025-02-22T21:05:23.820Z[ recovery-image] Feb 22 21:05:22.570 INFO O| Feb 22 21:05:22.570 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43192025-02-22T21:05:23.820Z[ recovery-image] Feb 22 21:05:22.570 INFO O| Feb 22 21:05:22.570 INFO skip step because feature "recovery" is enabled
43202025-02-22T21:05:23.820Z[ recovery-image] Feb 22 21:05:22.570 INFO O| Feb 22 21:05:22.570 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43212025-02-22T21:05:23.820Z[ recovery-image] Feb 22 21:05:22.570 INFO O| Feb 22 21:05:22.570 INFO skip step because feature "recovery" is enabled
43222025-02-22T21:05:23.820Z[ recovery-image] Feb 22 21:05:22.570 INFO O| Feb 22 21:05:22.570 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43232025-02-22T21:05:23.840Z[ recovery-image] Feb 22 21:05:22.590 INFO O| Feb 22 21:05:22.590 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
43242025-02-22T21:05:23.846Z[ recovery-image] Feb 22 21:05:22.597 INFO O| Feb 22 21:05:22.597 INFO STEP 10 (remove_files) COMPLETE
43252025-02-22T21:05:23.846Z[ recovery-image] Feb 22 21:05:22.597 INFO O| Feb 22 21:05:22.597 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43262025-02-22T21:05:23.867Z[ recovery-image] Feb 22 21:05:22.618 INFO O| Feb 22 21:05:22.617 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
43272025-02-22T21:05:23.870Z[ recovery-image] Feb 22 21:05:22.619 INFO O| Feb 22 21:05:22.619 INFO STEP 11 (remove_files) COMPLETE
43282025-02-22T21:05:23.870Z[ recovery-image] Feb 22 21:05:22.619 INFO O| Feb 22 21:05:22.619 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43292025-02-22T21:05:23.888Z[ recovery-image] Feb 22 21:05:22.639 INFO O| Feb 22 21:05:22.639 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
43302025-02-22T21:05:23.891Z[ recovery-image] Feb 22 21:05:22.641 INFO O| Feb 22 21:05:22.641 INFO STEP 12 (remove_files) COMPLETE
43312025-02-22T21:05:23.891Z[ recovery-image] Feb 22 21:05:22.642 INFO O| Feb 22 21:05:22.641 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43322025-02-22T21:05:23.977Z[ recovery-image] Feb 22 21:05:22.727 INFO O| Feb 22 21:05:22.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
43332025-02-22T21:05:24.057Z[ recovery-image] Feb 22 21:05:22.808 INFO O| Feb 22 21:05:22.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
43342025-02-22T21:05:24.078Z[ recovery-image] Feb 22 21:05:22.829 INFO O| Feb 22 21:05:22.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
43352025-02-22T21:05:24.080Z[ recovery-image] Feb 22 21:05:22.831 INFO O| Feb 22 21:05:22.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
43362025-02-22T21:05:24.085Z[ recovery-image] Feb 22 21:05:22.836 INFO O| Feb 22 21:05:22.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
43372025-02-22T21:05:24.395Z[ recovery-image] Feb 22 21:05:23.145 INFO O| Feb 22 21:05:23.145 INFO STEP 13 (remove_files) COMPLETE
43382025-02-22T21:05:24.395Z[ recovery-image] Feb 22 21:05:23.145 INFO O| Feb 22 21:05:23.145 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43392025-02-22T21:05:24.416Z[ recovery-image] Feb 22 21:05:23.167 INFO O| Feb 22 21:05:23.167 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
43402025-02-22T21:05:24.421Z[ recovery-image] Feb 22 21:05:23.170 INFO O| Feb 22 21:05:23.170 INFO STEP 14 (remove_files) COMPLETE
43412025-02-22T21:05:24.421Z[ recovery-image] Feb 22 21:05:23.170 INFO O| Feb 22 21:05:23.170 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43422025-02-22T21:05:24.471Z[ recovery-image] Feb 22 21:05:23.222 INFO O| Feb 22 21:05:23.222 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
43432025-02-22T21:05:24.482Z[ recovery-image] Feb 22 21:05:23.233 INFO O| Feb 22 21:05:23.233 INFO STEP 15 (remove_files) COMPLETE
43442025-02-22T21:05:24.485Z[ recovery-image] Feb 22 21:05:23.233 INFO O| Feb 22 21:05:23.233 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43452025-02-22T21:05:24.545Z[ recovery-image] Feb 22 21:05:23.295 INFO O| Feb 22 21:05:23.295 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
43462025-02-22T21:05:24.547Z[ recovery-image] Feb 22 21:05:23.296 INFO O| Feb 22 21:05:23.296 INFO STEP 16 (remove_files) COMPLETE
43472025-02-22T21:05:24.547Z[ recovery-image] Feb 22 21:05:23.296 INFO O| Feb 22 21:05:23.296 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43482025-02-22T21:05:24.564Z[ recovery-image] Feb 22 21:05:23.315 INFO O| Feb 22 21:05:23.314 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
43492025-02-22T21:05:24.567Z[ recovery-image] Feb 22 21:05:23.317 INFO O| Feb 22 21:05:23.317 INFO STEP 17 (remove_files) COMPLETE
43502025-02-22T21:05:24.567Z[ recovery-image] Feb 22 21:05:23.317 INFO O| Feb 22 21:05:23.317 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43512025-02-22T21:05:24.583Z[ recovery-image] Feb 22 21:05:23.334 INFO O| Feb 22 21:05:23.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
43522025-02-22T21:05:24.586Z[ recovery-image] Feb 22 21:05:23.334 INFO O| Feb 22 21:05:23.334 INFO STEP 18 (remove_files) COMPLETE
43532025-02-22T21:05:24.586Z[ recovery-image] Feb 22 21:05:23.334 INFO O| Feb 22 21:05:23.334 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43542025-02-22T21:05:24.600Z[verify-libraries] Compiling petname v2.0.2
43552025-02-22T21:05:24.626Z[ recovery-image] Feb 22 21:05:23.376 INFO O| Feb 22 21:05:23.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
43562025-02-22T21:05:24.626Z[ recovery-image] Feb 22 21:05:23.376 INFO O| Feb 22 21:05:23.372 INFO STEP 19 (remove_files) COMPLETE
43572025-02-22T21:05:24.628Z[ recovery-image] Feb 22 21:05:23.376 INFO O| Feb 22 21:05:23.372 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43582025-02-22T21:05:24.643Z[ recovery-image] Feb 22 21:05:23.394 INFO O| Feb 22 21:05:23.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
43592025-02-22T21:05:24.646Z[ recovery-image] Feb 22 21:05:23.394 INFO O| Feb 22 21:05:23.394 INFO STEP 20 (remove_files) COMPLETE
43602025-02-22T21:05:24.646Z[ recovery-image] Feb 22 21:05:23.394 INFO O| Feb 22 21:05:23.394 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43612025-02-22T21:05:24.663Z[ recovery-image] Feb 22 21:05:23.414 INFO O| Feb 22 21:05:23.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
43622025-02-22T21:05:24.666Z[ recovery-image] Feb 22 21:05:23.414 INFO O| Feb 22 21:05:23.414 INFO STEP 21 (remove_files) COMPLETE
43632025-02-22T21:05:24.666Z[ recovery-image] Feb 22 21:05:23.414 INFO O| Feb 22 21:05:23.414 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43642025-02-22T21:05:24.682Z[ recovery-image] Feb 22 21:05:23.433 INFO O| Feb 22 21:05:23.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
43652025-02-22T21:05:24.682Z[ recovery-image] Feb 22 21:05:23.433 INFO O| Feb 22 21:05:23.433 INFO STEP 22 (remove_files) COMPLETE
43662025-02-22T21:05:24.684Z[ recovery-image] Feb 22 21:05:23.433 INFO O| Feb 22 21:05:23.433 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43672025-02-22T21:05:24.701Z[ recovery-image] Feb 22 21:05:23.451 INFO O| Feb 22 21:05:23.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
43682025-02-22T21:05:24.701Z[ recovery-image] Feb 22 21:05:23.451 INFO O| Feb 22 21:05:23.451 INFO STEP 23 (remove_files) COMPLETE
43692025-02-22T21:05:24.701Z[ recovery-image] Feb 22 21:05:23.451 INFO O| Feb 22 21:05:23.451 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43702025-02-22T21:05:24.723Z[ recovery-image] Feb 22 21:05:23.474 INFO O| Feb 22 21:05:23.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
43712025-02-22T21:05:24.726Z[ recovery-image] Feb 22 21:05:23.474 INFO O| Feb 22 21:05:23.474 INFO STEP 24 (remove_files) COMPLETE
43722025-02-22T21:05:24.726Z[ recovery-image] Feb 22 21:05:23.474 INFO O| Feb 22 21:05:23.474 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43732025-02-22T21:05:24.741Z[ recovery-image] Feb 22 21:05:23.492 INFO O| Feb 22 21:05:23.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
43742025-02-22T21:05:24.741Z[ recovery-image] Feb 22 21:05:23.492 INFO O| Feb 22 21:05:23.492 INFO STEP 25 (remove_files) COMPLETE
43752025-02-22T21:05:24.744Z[ recovery-image] Feb 22 21:05:23.492 INFO O| Feb 22 21:05:23.492 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43762025-02-22T21:05:24.792Z[ recovery-image] Feb 22 21:05:23.542 INFO O| Feb 22 21:05:23.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
43772025-02-22T21:05:24.792Z[ recovery-image] Feb 22 21:05:23.542 INFO O| Feb 22 21:05:23.542 INFO STEP 26 (remove_files) COMPLETE
43782025-02-22T21:05:24.792Z[ recovery-image] Feb 22 21:05:23.542 INFO O| Feb 22 21:05:23.542 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43792025-02-22T21:05:24.825Z[ recovery-image] Feb 22 21:05:23.575 INFO O| Feb 22 21:05:23.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
43802025-02-22T21:05:24.825Z[ recovery-image] Feb 22 21:05:23.575 INFO O| Feb 22 21:05:23.575 INFO STEP 27 (remove_files) COMPLETE
43812025-02-22T21:05:24.825Z[ recovery-image] Feb 22 21:05:23.576 INFO O| Feb 22 21:05:23.575 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43822025-02-22T21:05:24.845Z[ recovery-image] Feb 22 21:05:23.596 INFO O| Feb 22 21:05:23.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
43832025-02-22T21:05:24.845Z[ recovery-image] Feb 22 21:05:23.596 INFO O| Feb 22 21:05:23.596 INFO STEP 28 (remove_files) COMPLETE
43842025-02-22T21:05:24.845Z[ recovery-image] Feb 22 21:05:23.596 INFO O| Feb 22 21:05:23.596 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43852025-02-22T21:05:24.864Z[ recovery-image] Feb 22 21:05:23.615 INFO O| Feb 22 21:05:23.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
43862025-02-22T21:05:24.864Z[ recovery-image] Feb 22 21:05:23.615 INFO O| Feb 22 21:05:23.615 INFO STEP 29 (remove_files) COMPLETE
43872025-02-22T21:05:24.867Z[ recovery-image] Feb 22 21:05:23.615 INFO O| Feb 22 21:05:23.615 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43882025-02-22T21:05:24.921Z[ recovery-image] Feb 22 21:05:23.672 INFO O| Feb 22 21:05:23.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
43892025-02-22T21:05:24.921Z[ recovery-image] Feb 22 21:05:23.672 INFO O| Feb 22 21:05:23.672 INFO STEP 30 (remove_files) COMPLETE
43902025-02-22T21:05:24.921Z[ recovery-image] Feb 22 21:05:23.672 INFO O| Feb 22 21:05:23.672 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43912025-02-22T21:05:24.947Z[ recovery-image] Feb 22 21:05:23.698 INFO O| Feb 22 21:05:23.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
43922025-02-22T21:05:24.950Z[ recovery-image] Feb 22 21:05:23.698 INFO O| Feb 22 21:05:23.698 INFO STEP 31 (remove_files) COMPLETE
43932025-02-22T21:05:24.950Z[ recovery-image] Feb 22 21:05:23.698 INFO O| Feb 22 21:05:23.698 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43942025-02-22T21:05:24.970Z[ recovery-image] Feb 22 21:05:23.721 INFO O| Feb 22 21:05:23.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
43952025-02-22T21:05:24.970Z[ recovery-image] Feb 22 21:05:23.721 INFO O| Feb 22 21:05:23.721 INFO STEP 32 (remove_files) COMPLETE
43962025-02-22T21:05:24.970Z[ recovery-image] Feb 22 21:05:23.721 INFO O| Feb 22 21:05:23.721 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43972025-02-22T21:05:24.989Z[ recovery-image] Feb 22 21:05:23.740 INFO O| Feb 22 21:05:23.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
43982025-02-22T21:05:24.989Z[ recovery-image] Feb 22 21:05:23.740 INFO O| Feb 22 21:05:23.740 INFO STEP 33 (remove_files) COMPLETE
43992025-02-22T21:05:24.992Z[ recovery-image] Feb 22 21:05:23.740 INFO O| Feb 22 21:05:23.740 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44002025-02-22T21:05:25.007Z[ recovery-image] Feb 22 21:05:23.758 INFO O| Feb 22 21:05:23.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
44012025-02-22T21:05:25.007Z[ recovery-image] Feb 22 21:05:23.758 INFO O| Feb 22 21:05:23.758 INFO STEP 34 (remove_files) COMPLETE
44022025-02-22T21:05:25.010Z[ recovery-image] Feb 22 21:05:23.758 INFO O| Feb 22 21:05:23.758 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44032025-02-22T21:05:25.026Z[ recovery-image] Feb 22 21:05:23.777 INFO O| Feb 22 21:05:23.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
44042025-02-22T21:05:25.026Z[ recovery-image] Feb 22 21:05:23.777 INFO O| Feb 22 21:05:23.777 INFO STEP 35 (remove_files) COMPLETE
44052025-02-22T21:05:25.030Z[ recovery-image] Feb 22 21:05:23.777 INFO O| Feb 22 21:05:23.777 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44062025-02-22T21:05:25.101Z[ recovery-image] Feb 22 21:05:23.852 INFO O| Feb 22 21:05:23.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
44072025-02-22T21:05:25.101Z[ recovery-image] Feb 22 21:05:23.852 INFO O| Feb 22 21:05:23.852 INFO STEP 36 (remove_files) COMPLETE
44082025-02-22T21:05:25.104Z[ recovery-image] Feb 22 21:05:23.852 INFO O| Feb 22 21:05:23.852 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44092025-02-22T21:05:25.107Z[ host-image] Feb 22 21:05:23.855 INFO O| Feb 22 21:05:23.855 INFO O| Done
44102025-02-22T21:05:25.146Z[ host-image] Feb 22 21:05:23.897 INFO O| Feb 22 21:05:23.897 INFO O| Done
44112025-02-22T21:05:25.149Z[ host-image] Feb 22 21:05:23.897 INFO O| Feb 22 21:05:23.897 INFO O| Done
44122025-02-22T21:05:25.178Z[ host-image] Feb 22 21:05:23.929 INFO O| Feb 22 21:05:23.929 INFO O| Done
44132025-02-22T21:05:25.220Z[ recovery-image] Feb 22 21:05:23.971 INFO O| Feb 22 21:05:23.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
44142025-02-22T21:05:25.220Z[ recovery-image] Feb 22 21:05:23.971 INFO O| Feb 22 21:05:23.971 INFO STEP 37 (remove_files) COMPLETE
44152025-02-22T21:05:25.223Z[ recovery-image] Feb 22 21:05:23.971 INFO O| Feb 22 21:05:23.971 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44162025-02-22T21:05:25.242Z[ recovery-image] Feb 22 21:05:23.993 INFO O| Feb 22 21:05:23.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
44172025-02-22T21:05:25.242Z[ recovery-image] Feb 22 21:05:23.993 INFO O| Feb 22 21:05:23.993 INFO STEP 38 (remove_files) COMPLETE
44182025-02-22T21:05:25.246Z[ recovery-image] Feb 22 21:05:23.993 INFO O| Feb 22 21:05:23.993 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44192025-02-22T21:05:25.271Z[ recovery-image] Feb 22 21:05:24.022 INFO O| Feb 22 21:05:24.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
44202025-02-22T21:05:25.271Z[ recovery-image] Feb 22 21:05:24.022 INFO O| Feb 22 21:05:24.022 INFO STEP 39 (remove_files) COMPLETE
44212025-02-22T21:05:25.274Z[ recovery-image] Feb 22 21:05:24.022 INFO O| Feb 22 21:05:24.022 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44222025-02-22T21:05:25.291Z[ recovery-image] Feb 22 21:05:24.042 INFO O| Feb 22 21:05:24.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
44232025-02-22T21:05:25.291Z[ recovery-image] Feb 22 21:05:24.042 INFO O| Feb 22 21:05:24.042 INFO STEP 40 (remove_files) COMPLETE
44242025-02-22T21:05:25.293Z[ recovery-image] Feb 22 21:05:24.042 INFO O| Feb 22 21:05:24.042 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44252025-02-22T21:05:25.310Z[ recovery-image] Feb 22 21:05:24.061 INFO O| Feb 22 21:05:24.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
44262025-02-22T21:05:25.310Z[ recovery-image] Feb 22 21:05:24.061 INFO O| Feb 22 21:05:24.061 INFO STEP 41 (remove_files) COMPLETE
44272025-02-22T21:05:25.310Z[ recovery-image] Feb 22 21:05:24.061 INFO O| Feb 22 21:05:24.061 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44282025-02-22T21:05:25.369Z[ recovery-image] Feb 22 21:05:24.120 INFO O| Feb 22 21:05:24.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
44292025-02-22T21:05:25.369Z[ recovery-image] Feb 22 21:05:24.120 INFO O| Feb 22 21:05:24.120 INFO STEP 42 (remove_files) COMPLETE
44302025-02-22T21:05:25.369Z[ recovery-image] Feb 22 21:05:24.120 INFO O| Feb 22 21:05:24.120 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44312025-02-22T21:05:25.392Z[ recovery-image] Feb 22 21:05:24.141 INFO O| Feb 22 21:05:24.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
44322025-02-22T21:05:25.392Z[ recovery-image] Feb 22 21:05:24.141 INFO O| Feb 22 21:05:24.141 INFO STEP 43 (remove_files) COMPLETE
44332025-02-22T21:05:25.392Z[ recovery-image] Feb 22 21:05:24.141 INFO O| Feb 22 21:05:24.141 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44342025-02-22T21:05:25.423Z[ recovery-image] Feb 22 21:05:24.173 INFO O| Feb 22 21:05:24.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
44352025-02-22T21:05:25.423Z[ recovery-image] Feb 22 21:05:24.173 INFO O| Feb 22 21:05:24.173 INFO STEP 44 (remove_files) COMPLETE
44362025-02-22T21:05:25.423Z[ recovery-image] Feb 22 21:05:24.173 INFO O| Feb 22 21:05:24.173 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44372025-02-22T21:05:25.426Z[ host-image] Feb 22 21:05:24.176 INFO O| Feb 22 21:05:24.174 INFO STEP 12 (pkg_install) COMPLETE
44382025-02-22T21:05:25.426Z[ host-image] Feb 22 21:05:24.176 INFO O| Feb 22 21:05:24.175 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
44392025-02-22T21:05:25.443Z[ host-image] Feb 22 21:05:24.193 INFO O| Feb 22 21:05:24.193 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44402025-02-22T21:05:25.464Z[ recovery-image] Feb 22 21:05:24.215 INFO O| Feb 22 21:05:24.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
44412025-02-22T21:05:25.467Z[ recovery-image] Feb 22 21:05:24.215 INFO O| Feb 22 21:05:24.215 INFO STEP 45 (remove_files) COMPLETE
44422025-02-22T21:05:25.467Z[ recovery-image] Feb 22 21:05:24.215 INFO O| Feb 22 21:05:24.215 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44432025-02-22T21:05:25.483Z[ recovery-image] Feb 22 21:05:24.234 INFO O| Feb 22 21:05:24.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
44442025-02-22T21:05:25.486Z[ recovery-image] Feb 22 21:05:24.234 INFO O| Feb 22 21:05:24.234 INFO STEP 46 (remove_files) COMPLETE
44452025-02-22T21:05:25.486Z[ recovery-image] Feb 22 21:05:24.234 INFO O| Feb 22 21:05:24.234 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44462025-02-22T21:05:25.502Z[ recovery-image] Feb 22 21:05:24.253 INFO O| Feb 22 21:05:24.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
44472025-02-22T21:05:25.502Z[ recovery-image] Feb 22 21:05:24.253 INFO O| Feb 22 21:05:24.253 INFO STEP 47 (remove_files) COMPLETE
44482025-02-22T21:05:25.502Z[ recovery-image] Feb 22 21:05:24.253 INFO O| Feb 22 21:05:24.253 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44492025-02-22T21:05:25.537Z[ recovery-image] Feb 22 21:05:24.288 INFO O| Feb 22 21:05:24.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
44502025-02-22T21:05:25.537Z[ recovery-image] Feb 22 21:05:24.288 INFO O| Feb 22 21:05:24.288 INFO STEP 48 (remove_files) COMPLETE
44512025-02-22T21:05:25.540Z[ recovery-image] Feb 22 21:05:24.288 INFO O| Feb 22 21:05:24.288 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44522025-02-22T21:05:25.555Z[ recovery-image] Feb 22 21:05:24.306 INFO O| Feb 22 21:05:24.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
44532025-02-22T21:05:25.555Z[ recovery-image] Feb 22 21:05:24.306 INFO O| Feb 22 21:05:24.306 INFO STEP 49 (remove_files) COMPLETE
44542025-02-22T21:05:25.558Z[ recovery-image] Feb 22 21:05:24.306 INFO O| Feb 22 21:05:24.306 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44552025-02-22T21:05:25.574Z[ recovery-image] Feb 22 21:05:24.325 INFO O| Feb 22 21:05:24.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
44562025-02-22T21:05:25.574Z[ recovery-image] Feb 22 21:05:24.325 INFO O| Feb 22 21:05:24.325 INFO STEP 50 (remove_files) COMPLETE
44572025-02-22T21:05:25.574Z[ recovery-image] Feb 22 21:05:24.325 INFO O| Feb 22 21:05:24.325 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44582025-02-22T21:05:25.591Z[ recovery-image] Feb 22 21:05:24.342 INFO O| Feb 22 21:05:24.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
44592025-02-22T21:05:25.591Z[ recovery-image] Feb 22 21:05:24.342 INFO O| Feb 22 21:05:24.342 INFO STEP 51 (remove_files) COMPLETE
44602025-02-22T21:05:25.594Z[ recovery-image] Feb 22 21:05:24.342 INFO O| Feb 22 21:05:24.342 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44612025-02-22T21:05:25.610Z[ recovery-image] Feb 22 21:05:24.361 INFO O| Feb 22 21:05:24.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
44622025-02-22T21:05:25.610Z[ recovery-image] Feb 22 21:05:24.361 INFO O| Feb 22 21:05:24.361 INFO STEP 52 (remove_files) COMPLETE
44632025-02-22T21:05:25.613Z[ recovery-image] Feb 22 21:05:24.361 INFO O| Feb 22 21:05:24.361 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44642025-02-22T21:05:25.642Z[ recovery-image] Feb 22 21:05:24.392 INFO O| Feb 22 21:05:24.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
44652025-02-22T21:05:25.642Z[ recovery-image] Feb 22 21:05:24.392 INFO O| Feb 22 21:05:24.392 INFO STEP 53 (remove_files) COMPLETE
44662025-02-22T21:05:25.642Z[ recovery-image] Feb 22 21:05:24.392 INFO O| Feb 22 21:05:24.392 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44672025-02-22T21:05:25.667Z[ recovery-image] Feb 22 21:05:24.418 INFO O| Feb 22 21:05:24.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
44682025-02-22T21:05:25.670Z[ recovery-image] Feb 22 21:05:24.418 INFO O| Feb 22 21:05:24.418 INFO STEP 54 (remove_files) COMPLETE
44692025-02-22T21:05:25.670Z[ recovery-image] Feb 22 21:05:24.418 INFO O| Feb 22 21:05:24.418 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44702025-02-22T21:05:25.686Z[ recovery-image] Feb 22 21:05:24.437 INFO O| Feb 22 21:05:24.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
44712025-02-22T21:05:25.686Z[ recovery-image] Feb 22 21:05:24.437 INFO O| Feb 22 21:05:24.437 INFO STEP 55 (remove_files) COMPLETE
44722025-02-22T21:05:25.689Z[ recovery-image] Feb 22 21:05:24.437 INFO O| Feb 22 21:05:24.437 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44732025-02-22T21:05:25.704Z[ recovery-image] Feb 22 21:05:24.454 INFO O| Feb 22 21:05:24.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
44742025-02-22T21:05:25.704Z[ recovery-image] Feb 22 21:05:24.454 INFO O| Feb 22 21:05:24.454 INFO STEP 56 (remove_files) COMPLETE
44752025-02-22T21:05:25.704Z[ recovery-image] Feb 22 21:05:24.454 INFO O| Feb 22 21:05:24.454 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44762025-02-22T21:05:25.727Z[ recovery-image] Feb 22 21:05:24.478 INFO O| Feb 22 21:05:24.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
44772025-02-22T21:05:25.727Z[ recovery-image] Feb 22 21:05:24.478 INFO O| Feb 22 21:05:24.478 INFO STEP 57 (remove_files) COMPLETE
44782025-02-22T21:05:25.727Z[ recovery-image] Feb 22 21:05:24.478 INFO O| Feb 22 21:05:24.478 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44792025-02-22T21:05:25.779Z[ recovery-image] Feb 22 21:05:24.530 INFO O| Feb 22 21:05:24.529 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
44802025-02-22T21:05:25.779Z[ recovery-image] Feb 22 21:05:24.530 INFO O| Feb 22 21:05:24.530 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
44812025-02-22T21:05:25.782Z[ recovery-image] Feb 22 21:05:24.530 INFO O| Feb 22 21:05:24.530 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44822025-02-22T21:05:25.782Z[ recovery-image] Feb 22 21:05:24.530 INFO O| Feb 22 21:05:24.530 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44832025-02-22T21:05:25.782Z[ recovery-image] Feb 22 21:05:24.530 INFO O| Feb 22 21:05:24.530 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44842025-02-22T21:05:25.782Z[ recovery-image] Feb 22 21:05:24.530 INFO O| Feb 22 21:05:24.530 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
44852025-02-22T21:05:25.782Z[ recovery-image] Feb 22 21:05:24.530 INFO O| Feb 22 21:05:24.530 INFO ok!
44862025-02-22T21:05:25.782Z[ recovery-image] Feb 22 21:05:24.530 INFO O| Feb 22 21:05:24.530 INFO STEP 58 (ensure_file) COMPLETE
44872025-02-22T21:05:25.782Z[ recovery-image] Feb 22 21:05:24.530 INFO O| Feb 22 21:05:24.530 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44882025-02-22T21:05:25.801Z[ recovery-image] Feb 22 21:05:24.551 INFO O| Feb 22 21:05:24.551 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
44892025-02-22T21:05:25.801Z[ recovery-image] Feb 22 21:05:24.551 INFO O| Feb 22 21:05:24.551 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
44902025-02-22T21:05:25.803Z[ recovery-image] Feb 22 21:05:24.552 INFO O| Feb 22 21:05:24.552 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44912025-02-22T21:05:25.803Z[ recovery-image] Feb 22 21:05:24.552 INFO O| Feb 22 21:05:24.552 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44922025-02-22T21:05:25.804Z[ recovery-image] Feb 22 21:05:24.552 INFO O| Feb 22 21:05:24.552 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44932025-02-22T21:05:25.804Z[ recovery-image] Feb 22 21:05:24.552 INFO O| Feb 22 21:05:24.552 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
44942025-02-22T21:05:25.804Z[ recovery-image] Feb 22 21:05:24.552 INFO O| Feb 22 21:05:24.552 INFO ok!
44952025-02-22T21:05:25.804Z[ recovery-image] Feb 22 21:05:24.552 INFO O| Feb 22 21:05:24.552 INFO STEP 59 (ensure_file) COMPLETE
44962025-02-22T21:05:25.804Z[ recovery-image] Feb 22 21:05:24.552 INFO O| Feb 22 21:05:24.552 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
44972025-02-22T21:05:25.838Z[ recovery-image] Feb 22 21:05:24.588 INFO O| Feb 22 21:05:24.588 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
44982025-02-22T21:05:25.838Z[ recovery-image] Feb 22 21:05:24.588 INFO O| Feb 22 21:05:24.588 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
44992025-02-22T21:05:25.838Z[ recovery-image] Feb 22 21:05:24.589 INFO O| Feb 22 21:05:24.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
45002025-02-22T21:05:25.838Z[ recovery-image] Feb 22 21:05:24.589 INFO O| Feb 22 21:05:24.588 INFO ok!
45012025-02-22T21:05:25.838Z[ recovery-image] Feb 22 21:05:24.589 INFO O| Feb 22 21:05:24.589 INFO STEP 60 (ensure_file) COMPLETE
45022025-02-22T21:05:25.838Z[ recovery-image] Feb 22 21:05:24.589 INFO O| Feb 22 21:05:24.589 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45032025-02-22T21:05:25.887Z[ recovery-image] Feb 22 21:05:24.637 INFO O| Feb 22 21:05:24.637 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
45042025-02-22T21:05:25.887Z[ recovery-image] Feb 22 21:05:24.637 INFO O| Feb 22 21:05:24.637 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
45052025-02-22T21:05:25.889Z[ recovery-image] Feb 22 21:05:24.638 INFO O| Feb 22 21:05:24.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
45062025-02-22T21:05:25.889Z[ recovery-image] Feb 22 21:05:24.638 INFO O| Feb 22 21:05:24.638 INFO ok!
45072025-02-22T21:05:25.889Z[ recovery-image] Feb 22 21:05:24.638 INFO O| Feb 22 21:05:24.638 INFO STEP 61 (ensure_file) COMPLETE
45082025-02-22T21:05:25.889Z[ recovery-image] Feb 22 21:05:24.638 INFO O| Feb 22 21:05:24.638 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45092025-02-22T21:05:25.928Z[ recovery-image] Feb 22 21:05:24.679 INFO O| Feb 22 21:05:24.678 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
45102025-02-22T21:05:25.928Z[ recovery-image] Feb 22 21:05:24.679 INFO O| Feb 22 21:05:24.679 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
45112025-02-22T21:05:25.934Z[ recovery-image] Feb 22 21:05:24.679 INFO O| Feb 22 21:05:24.679 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45122025-02-22T21:05:25.934Z[ recovery-image] Feb 22 21:05:24.679 INFO O| Feb 22 21:05:24.679 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
45132025-02-22T21:05:25.934Z[ recovery-image] Feb 22 21:05:24.679 INFO O| Feb 22 21:05:24.679 INFO ok!
45142025-02-22T21:05:25.934Z[ recovery-image] Feb 22 21:05:24.679 INFO O| Feb 22 21:05:24.679 INFO STEP 62 (ensure_file) COMPLETE
45152025-02-22T21:05:25.936Z[ recovery-image] Feb 22 21:05:24.679 INFO O| Feb 22 21:05:24.679 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45162025-02-22T21:05:25.981Z[ recovery-image] Feb 22 21:05:24.732 INFO O| Feb 22 21:05:24.732 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
45172025-02-22T21:05:25.981Z[ recovery-image] Feb 22 21:05:24.732 INFO O| Feb 22 21:05:24.732 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
45182025-02-22T21:05:25.981Z[ recovery-image] Feb 22 21:05:24.732 INFO O| Feb 22 21:05:24.732 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45192025-02-22T21:05:25.984Z[ recovery-image] Feb 22 21:05:24.732 INFO O| Feb 22 21:05:24.732 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
45202025-02-22T21:05:25.984Z[ recovery-image] Feb 22 21:05:24.733 INFO O| Feb 22 21:05:24.732 INFO ok!
45212025-02-22T21:05:25.985Z[ recovery-image] Feb 22 21:05:24.733 INFO O| Feb 22 21:05:24.732 INFO STEP 63 (ensure_file) COMPLETE
45222025-02-22T21:05:25.985Z[ recovery-image] Feb 22 21:05:24.733 INFO O| Feb 22 21:05:24.732 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45232025-02-22T21:05:26.043Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45242025-02-22T21:05:26.068Z[ recovery-image] Feb 22 21:05:24.815 INFO O| Feb 22 21:05:24.815 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
45252025-02-22T21:05:26.068Z[ recovery-image] Feb 22 21:05:24.815 INFO O| Feb 22 21:05:24.815 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
45262025-02-22T21:05:26.068Z[ recovery-image] Feb 22 21:05:24.815 INFO O| Feb 22 21:05:24.815 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
45272025-02-22T21:05:26.068Z[ recovery-image] Feb 22 21:05:24.816 INFO O| Feb 22 21:05:24.816 INFO ok!
45282025-02-22T21:05:26.068Z[ recovery-image] Feb 22 21:05:24.816 INFO O| Feb 22 21:05:24.816 INFO STEP 64 (assemble_files) COMPLETE
45292025-02-22T21:05:26.068Z[ recovery-image] Feb 22 21:05:24.816 INFO O| Feb 22 21:05:24.816 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45302025-02-22T21:05:26.150Z[ recovery-image] Feb 22 21:05:24.900 INFO O| Feb 22 21:05:24.900 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
45312025-02-22T21:05:26.150Z[ recovery-image] Feb 22 21:05:24.901 INFO O| Feb 22 21:05:24.900 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
45322025-02-22T21:05:26.150Z[ recovery-image] Feb 22 21:05:24.901 INFO O| Feb 22 21:05:24.900 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45332025-02-22T21:05:26.153Z[ recovery-image] Feb 22 21:05:24.901 INFO O| Feb 22 21:05:24.901 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
45342025-02-22T21:05:26.153Z[ recovery-image] Feb 22 21:05:24.901 INFO O| Feb 22 21:05:24.901 INFO ok!
45352025-02-22T21:05:26.153Z[ recovery-image] Feb 22 21:05:24.901 INFO O| Feb 22 21:05:24.901 INFO STEP 65 (ensure_file) COMPLETE
45362025-02-22T21:05:26.153Z[ recovery-image] Feb 22 21:05:24.901 INFO O| Feb 22 21:05:24.901 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45372025-02-22T21:05:26.154Z[ recovery-image] Feb 22 21:05:24.901 INFO O| Feb 22 21:05:24.901 INFO skip step because feature "omicron1" is not enabled
45382025-02-22T21:05:26.154Z[ recovery-image] Feb 22 21:05:24.901 INFO O| Feb 22 21:05:24.901 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45392025-02-22T21:05:26.154Z[ recovery-image] Feb 22 21:05:24.901 INFO O| Feb 22 21:05:24.901 INFO skip step because feature "omicron1" is not enabled
45402025-02-22T21:05:26.154Z[ recovery-image] Feb 22 21:05:24.901 INFO O| Feb 22 21:05:24.901 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45412025-02-22T21:05:26.154Z[ recovery-image] Feb 22 21:05:24.901 INFO O| Feb 22 21:05:24.901 INFO skip step because feature "omicron1" is not enabled
45422025-02-22T21:05:26.154Z[ recovery-image] Feb 22 21:05:24.901 INFO O| Feb 22 21:05:24.901 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
45432025-02-22T21:05:26.263Z[ recovery-image] Feb 22 21:05:25.014 INFO O| Feb 22 21:05:25.014 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
45442025-02-22T21:05:26.263Z[ recovery-image] Feb 22 21:05:25.014 INFO O| Feb 22 21:05:25.014 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
45452025-02-22T21:05:26.693Z[ host-image] Feb 22 21:05:25.443 INFO O| Feb 22 21:05:25.443 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45462025-02-22T21:05:27.506Z[verify-libraries] Compiling internet-checksum v0.2.1
45472025-02-22T21:05:29.056Z[ recovery-image] Feb 22 21:05:27.807 INFO O| Feb 22 21:05:27.807 INFO STEP 69 (pack_tar) COMPLETE
45482025-02-22T21:05:29.056Z[ recovery-image] Feb 22 21:05:27.807 INFO O| Feb 22 21:05:27.807 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45492025-02-22T21:05:29.059Z[ recovery-image] Feb 22 21:05:27.807 INFO O| Feb 22 21:05:27.807 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45502025-02-22T21:05:29.209Z[ recovery-image] Feb 22 21:05:27.959 INFO O| Feb 22 21:05:27.959 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
45512025-02-22T21:05:29.323Z[ recovery-image] Feb 22 21:05:28.073 INFO O| Feb 22 21:05:28.073 INFO completed processing gimlet/ramdisk-02-trim
45522025-02-22T21:05:29.326Z[ recovery-image] Feb 22 21:05:28.077 INFO image builder template: ramdisk-03-recovery-trim...
45532025-02-22T21:05:29.326Z[ recovery-image] Feb 22 21:05:28.077 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/.tmpqYqO5s/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
45542025-02-22T21:05:29.563Z[ recovery-image] Feb 22 21:05:28.313 INFO O| Feb 22 21:05:28.313 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45552025-02-22T21:05:29.603Z[ recovery-image] Feb 22 21:05:28.354 INFO O| Feb 22 21:05:28.354 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45562025-02-22T21:05:29.706Z[ recovery-image] Feb 22 21:05:28.456 INFO O| Feb 22 21:05:28.456 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
45572025-02-22T21:05:29.809Z[ recovery-image] Feb 22 21:05:28.560 INFO O| Feb 22 21:05:28.560 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
45582025-02-22T21:05:29.812Z[ recovery-image] Feb 22 21:05:28.560 INFO O| Feb 22 21:05:28.560 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
45592025-02-22T21:05:29.860Z[ recovery-image] Feb 22 21:05:28.611 INFO O| Feb 22 21:05:28.611 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
45602025-02-22T21:05:29.870Z[ recovery-image] Feb 22 21:05:28.620 INFO O| Feb 22 21:05:28.620 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
45612025-02-22T21:05:29.880Z[ recovery-image] Feb 22 21:05:28.631 INFO O| Feb 22 21:05:28.631 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
45622025-02-22T21:05:30.380Z[ recovery-image] Feb 22 21:05:29.131 INFO O| Feb 22 21:05:29.131 INFO rolled back to input snapshot; work may begin
45632025-02-22T21:05:30.380Z[ recovery-image] Feb 22 21:05:29.131 INFO O| Feb 22 21:05:29.131 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
45642025-02-22T21:05:30.394Z[ recovery-image] Feb 22 21:05:29.145 INFO O| Feb 22 21:05:29.145 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652025-02-22T21:05:30.415Z[ recovery-image] Feb 22 21:05:29.166 INFO O| Feb 22 21:05:29.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
45662025-02-22T21:05:30.421Z[ recovery-image] Feb 22 21:05:29.171 INFO O| Feb 22 21:05:29.171 INFO STEP 0 (remove_files) COMPLETE
45672025-02-22T21:05:30.421Z[ recovery-image] Feb 22 21:05:29.171 INFO O| Feb 22 21:05:29.171 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682025-02-22T21:05:30.495Z[ recovery-image] Feb 22 21:05:29.246 INFO O| Feb 22 21:05:29.246 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
45692025-02-22T21:05:31.081Z[ recovery-image] Feb 22 21:05:29.831 INFO O| Feb 22 21:05:29.831 INFO STEP 1 (remove_files) COMPLETE
45702025-02-22T21:05:31.081Z[ recovery-image] Feb 22 21:05:29.831 INFO O| Feb 22 21:05:29.831 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712025-02-22T21:05:31.132Z[ recovery-image] Feb 22 21:05:29.882 INFO O| Feb 22 21:05:29.882 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
45722025-02-22T21:05:31.177Z[ recovery-image] Feb 22 21:05:29.927 INFO O| Feb 22 21:05:29.927 INFO STEP 2 (remove_files) COMPLETE
45732025-02-22T21:05:31.177Z[ recovery-image] Feb 22 21:05:29.928 INFO O| Feb 22 21:05:29.927 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742025-02-22T21:05:31.200Z[ recovery-image] Feb 22 21:05:29.950 INFO O| Feb 22 21:05:29.949 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
45752025-02-22T21:05:31.355Z[ host-image] Feb 22 21:05:30.106 INFO O| Feb 22 21:05:30.106 INFO O| Planning: Solver setup ... Done
45762025-02-22T21:05:31.362Z[ host-image] Feb 22 21:05:30.112 INFO O| Feb 22 21:05:30.112 INFO O| Planning: Running solver ... Done
45772025-02-22T21:05:31.437Z[ recovery-image] Feb 22 21:05:30.188 INFO O| Feb 22 21:05:30.188 INFO STEP 3 (remove_files) COMPLETE
45782025-02-22T21:05:31.437Z[ recovery-image] Feb 22 21:05:30.188 INFO O| Feb 22 21:05:30.188 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792025-02-22T21:05:31.483Z[ recovery-image] Feb 22 21:05:30.234 INFO O| Feb 22 21:05:30.234 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
45802025-02-22T21:05:31.529Z[ host-image] Feb 22 21:05:30.279 INFO O| Feb 22 21:05:30.279 INFO O| Planning: Finding local manifests ... Done
45812025-02-22T21:05:31.532Z[ host-image] Feb 22 21:05:30.281 INFO O| Feb 22 21:05:30.281 INFO O| Planning: Fetching manifests: 0/6 0% complete
45822025-02-22T21:05:31.617Z[ recovery-image] Feb 22 21:05:30.367 INFO O| Feb 22 21:05:30.367 INFO STEP 4 (remove_files) COMPLETE
45832025-02-22T21:05:31.617Z[ recovery-image] Feb 22 21:05:30.367 INFO O| Feb 22 21:05:30.367 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45842025-02-22T21:05:31.683Z[ recovery-image] Feb 22 21:05:30.434 INFO O| Feb 22 21:05:30.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
45852025-02-22T21:05:31.723Z[ recovery-image] Feb 22 21:05:30.474 INFO O| Feb 22 21:05:30.473 INFO STEP 5 (remove_files) COMPLETE
45862025-02-22T21:05:31.723Z[ recovery-image] Feb 22 21:05:30.474 INFO O| Feb 22 21:05:30.474 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45872025-02-22T21:05:31.774Z[ recovery-image] Feb 22 21:05:30.525 INFO O| Feb 22 21:05:30.525 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
45882025-02-22T21:05:31.801Z[ recovery-image] Feb 22 21:05:30.552 INFO O| Feb 22 21:05:30.552 INFO STEP 6 (remove_files) COMPLETE
45892025-02-22T21:05:31.801Z[ recovery-image] Feb 22 21:05:30.552 INFO O| Feb 22 21:05:30.552 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45902025-02-22T21:05:31.864Z[ recovery-image] Feb 22 21:05:30.615 INFO O| Feb 22 21:05:30.615 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
45912025-02-22T21:05:31.906Z[ host-image] Feb 22 21:05:30.657 INFO O| Feb 22 21:05:30.657 INFO O| Planning: Fetching manifests: 6/6 100% complete
45922025-02-22T21:05:31.979Z[ recovery-image] Feb 22 21:05:30.729 INFO O| Feb 22 21:05:30.729 INFO STEP 7 (remove_files) COMPLETE
45932025-02-22T21:05:31.979Z[ recovery-image] Feb 22 21:05:30.729 INFO O| Feb 22 21:05:30.729 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942025-02-22T21:05:31.990Z[ host-image] Feb 22 21:05:30.741 INFO O| Feb 22 21:05:30.741 INFO O| Planning: Package planning ... Done
45952025-02-22T21:05:31.999Z[ recovery-image] Feb 22 21:05:30.750 INFO O| Feb 22 21:05:30.750 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
45962025-02-22T21:05:32.002Z[ recovery-image] Feb 22 21:05:30.751 INFO O| Feb 22 21:05:30.751 INFO STEP 8 (remove_files) COMPLETE
45972025-02-22T21:05:32.002Z[ recovery-image] Feb 22 21:05:30.751 INFO O| Feb 22 21:05:30.751 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982025-02-22T21:05:32.030Z[ host-image] Feb 22 21:05:30.781 INFO O| Feb 22 21:05:30.781 INFO O| Planning: Merging actions ... Done
45992025-02-22T21:05:32.040Z[ recovery-image] Feb 22 21:05:30.791 INFO O| Feb 22 21:05:30.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
46002025-02-22T21:05:32.066Z[ recovery-image] Feb 22 21:05:30.816 INFO O| Feb 22 21:05:30.816 INFO STEP 9 (remove_files) COMPLETE
46012025-02-22T21:05:32.066Z[ recovery-image] Feb 22 21:05:30.816 INFO O| Feb 22 21:05:30.816 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46022025-02-22T21:05:32.105Z[ recovery-image] Feb 22 21:05:30.856 INFO O| Feb 22 21:05:30.856 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
46032025-02-22T21:05:32.229Z[ host-image] Feb 22 21:05:30.979 INFO O| Feb 22 21:05:30.979 INFO O| Planning: Checking for conflicting actions ... Done
46042025-02-22T21:05:32.236Z[ host-image] Feb 22 21:05:30.987 INFO O| Feb 22 21:05:30.986 INFO O| Planning: Consolidating action changes ... Done
46052025-02-22T21:05:32.507Z[ recovery-image] Feb 22 21:05:31.257 INFO O| Feb 22 21:05:31.257 INFO STEP 10 (remove_files) COMPLETE
46062025-02-22T21:05:32.507Z[ recovery-image] Feb 22 21:05:31.257 INFO O| Feb 22 21:05:31.257 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072025-02-22T21:05:32.539Z[ recovery-image] Feb 22 21:05:31.290 INFO O| Feb 22 21:05:31.290 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
46082025-02-22T21:05:32.608Z[ recovery-image] Feb 22 21:05:31.359 INFO O| Feb 22 21:05:31.359 INFO STEP 11 (remove_files) COMPLETE
46092025-02-22T21:05:32.608Z[ recovery-image] Feb 22 21:05:31.359 INFO O| Feb 22 21:05:31.359 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102025-02-22T21:05:32.629Z[ host-image] Feb 22 21:05:31.380 INFO O| Feb 22 21:05:31.380 INFO O| Planning: Evaluating mediators ... Done
46112025-02-22T21:05:32.635Z[ recovery-image] Feb 22 21:05:31.386 INFO O| Feb 22 21:05:31.386 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
46122025-02-22T21:05:32.646Z[ host-image] Feb 22 21:05:31.397 INFO O| Feb 22 21:05:31.397 INFO O| Planning: Planning completed in 5.95 seconds
46132025-02-22T21:05:32.651Z[ recovery-image] Feb 22 21:05:31.400 INFO O| Feb 22 21:05:31.400 INFO STEP 12 (remove_files) COMPLETE
46142025-02-22T21:05:32.651Z[ recovery-image] Feb 22 21:05:31.400 INFO O| Feb 22 21:05:31.400 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152025-02-22T21:05:32.651Z[ host-image] Feb 22 21:05:31.400 INFO O| Feb 22 21:05:31.400 INFO O| Packages to install: 6
46162025-02-22T21:05:32.651Z[ host-image] Feb 22 21:05:31.400 INFO O| Feb 22 21:05:31.400 INFO O| Mediators to change: 1
46172025-02-22T21:05:32.651Z[ host-image] Feb 22 21:05:31.400 INFO O| Feb 22 21:05:31.400 INFO O| Services to change: 1
46182025-02-22T21:05:32.670Z[ recovery-image] Feb 22 21:05:31.421 INFO O| Feb 22 21:05:31.421 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
46192025-02-22T21:05:32.673Z[ host-image] Feb 22 21:05:31.422 INFO O| Feb 22 21:05:31.422 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
46202025-02-22T21:05:32.696Z[ recovery-image] Feb 22 21:05:31.446 INFO O| Feb 22 21:05:31.446 INFO STEP 13 (remove_files) COMPLETE
46212025-02-22T21:05:32.696Z[ recovery-image] Feb 22 21:05:31.446 INFO O| Feb 22 21:05:31.446 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222025-02-22T21:05:32.715Z[ recovery-image] Feb 22 21:05:31.466 INFO O| Feb 22 21:05:31.466 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
46232025-02-22T21:05:32.740Z[ recovery-image] Feb 22 21:05:31.490 INFO O| Feb 22 21:05:31.490 INFO STEP 14 (remove_files) COMPLETE
46242025-02-22T21:05:32.740Z[ recovery-image] Feb 22 21:05:31.490 INFO O| Feb 22 21:05:31.490 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252025-02-22T21:05:32.781Z[ recovery-image] Feb 22 21:05:31.532 INFO O| Feb 22 21:05:31.532 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
46262025-02-22T21:05:32.876Z[ recovery-image] Feb 22 21:05:31.625 INFO O| Feb 22 21:05:31.625 INFO STEP 15 (remove_files) COMPLETE
46272025-02-22T21:05:32.876Z[ recovery-image] Feb 22 21:05:31.626 INFO O| Feb 22 21:05:31.625 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282025-02-22T21:05:33.077Z[ recovery-image] Feb 22 21:05:31.827 INFO O| Feb 22 21:05:31.827 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
46292025-02-22T21:05:33.079Z[ recovery-image] Feb 22 21:05:31.828 INFO O| Feb 22 21:05:31.827 INFO STEP 16 (remove_files) COMPLETE
46302025-02-22T21:05:33.079Z[ recovery-image] Feb 22 21:05:31.828 INFO O| Feb 22 21:05:31.828 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312025-02-22T21:05:33.103Z[ recovery-image] Feb 22 21:05:31.854 INFO O| Feb 22 21:05:31.854 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
46322025-02-22T21:05:33.106Z[ recovery-image] Feb 22 21:05:31.854 INFO O| Feb 22 21:05:31.854 INFO STEP 17 (remove_files) COMPLETE
46332025-02-22T21:05:33.106Z[ recovery-image] Feb 22 21:05:31.855 INFO O| Feb 22 21:05:31.854 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342025-02-22T21:05:33.149Z[ recovery-image] Feb 22 21:05:31.900 INFO O| Feb 22 21:05:31.900 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
46352025-02-22T21:05:33.412Z[ recovery-image] Feb 22 21:05:32.163 INFO O| Feb 22 21:05:32.163 INFO STEP 18 (remove_files) COMPLETE
46362025-02-22T21:05:33.412Z[ recovery-image] Feb 22 21:05:32.163 INFO O| Feb 22 21:05:32.163 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372025-02-22T21:05:33.455Z[ recovery-image] Feb 22 21:05:32.206 INFO O| Feb 22 21:05:32.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
46382025-02-22T21:05:33.458Z[ recovery-image] Feb 22 21:05:32.207 INFO O| Feb 22 21:05:32.207 INFO STEP 19 (remove_files) COMPLETE
46392025-02-22T21:05:33.458Z[ recovery-image] Feb 22 21:05:32.207 INFO O| Feb 22 21:05:32.207 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402025-02-22T21:05:33.482Z[ recovery-image] Feb 22 21:05:32.232 INFO O| Feb 22 21:05:32.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
46412025-02-22T21:05:33.482Z[ recovery-image] Feb 22 21:05:32.232 INFO O| Feb 22 21:05:32.232 INFO STEP 20 (remove_files) COMPLETE
46422025-02-22T21:05:33.486Z[ recovery-image] Feb 22 21:05:32.232 INFO O| Feb 22 21:05:32.232 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432025-02-22T21:05:33.575Z[ recovery-image] Feb 22 21:05:32.325 INFO O| Feb 22 21:05:32.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
46442025-02-22T21:05:33.600Z[ recovery-image] Feb 22 21:05:32.350 INFO O| Feb 22 21:05:32.350 INFO STEP 21 (remove_files) COMPLETE
46452025-02-22T21:05:33.600Z[ recovery-image] Feb 22 21:05:32.350 INFO O| Feb 22 21:05:32.350 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462025-02-22T21:05:33.658Z[ recovery-image] Feb 22 21:05:32.408 INFO O| Feb 22 21:05:32.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
46472025-02-22T21:05:33.658Z[ recovery-image] Feb 22 21:05:32.408 INFO O| Feb 22 21:05:32.408 INFO STEP 22 (remove_files) COMPLETE
46482025-02-22T21:05:33.658Z[ recovery-image] Feb 22 21:05:32.408 INFO O| Feb 22 21:05:32.408 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492025-02-22T21:05:33.677Z[ recovery-image] Feb 22 21:05:32.428 INFO O| Feb 22 21:05:32.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
46502025-02-22T21:05:33.677Z[ recovery-image] Feb 22 21:05:32.428 INFO O| Feb 22 21:05:32.428 INFO STEP 23 (remove_files) COMPLETE
46512025-02-22T21:05:33.677Z[ recovery-image] Feb 22 21:05:32.428 INFO O| Feb 22 21:05:32.428 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522025-02-22T21:05:33.697Z[ recovery-image] Feb 22 21:05:32.448 INFO O| Feb 22 21:05:32.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
46532025-02-22T21:05:33.698Z[ recovery-image] Feb 22 21:05:32.448 INFO O| Feb 22 21:05:32.448 INFO STEP 24 (remove_files) COMPLETE
46542025-02-22T21:05:33.698Z[ recovery-image] Feb 22 21:05:32.448 INFO O| Feb 22 21:05:32.448 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552025-02-22T21:05:33.717Z[ recovery-image] Feb 22 21:05:32.467 INFO O| Feb 22 21:05:32.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
46562025-02-22T21:05:33.719Z[ recovery-image] Feb 22 21:05:32.468 INFO O| Feb 22 21:05:32.468 INFO STEP 25 (remove_files) COMPLETE
46572025-02-22T21:05:33.719Z[ recovery-image] Feb 22 21:05:32.468 INFO O| Feb 22 21:05:32.468 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582025-02-22T21:05:33.736Z[ recovery-image] Feb 22 21:05:32.486 INFO O| Feb 22 21:05:32.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
46592025-02-22T21:05:33.736Z[ recovery-image] Feb 22 21:05:32.487 INFO O| Feb 22 21:05:32.487 INFO STEP 26 (remove_files) COMPLETE
46602025-02-22T21:05:33.737Z[ recovery-image] Feb 22 21:05:32.487 INFO O| Feb 22 21:05:32.487 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612025-02-22T21:05:33.755Z[ recovery-image] Feb 22 21:05:32.506 INFO O| Feb 22 21:05:32.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
46622025-02-22T21:05:33.755Z[ recovery-image] Feb 22 21:05:32.506 INFO O| Feb 22 21:05:32.506 INFO STEP 27 (remove_files) COMPLETE
46632025-02-22T21:05:33.755Z[ recovery-image] Feb 22 21:05:32.506 INFO O| Feb 22 21:05:32.506 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642025-02-22T21:05:33.793Z[ recovery-image] Feb 22 21:05:32.544 INFO O| Feb 22 21:05:32.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
46652025-02-22T21:05:33.793Z[ recovery-image] Feb 22 21:05:32.544 INFO O| Feb 22 21:05:32.544 INFO STEP 28 (remove_files) COMPLETE
46662025-02-22T21:05:33.793Z[ recovery-image] Feb 22 21:05:32.544 INFO O| Feb 22 21:05:32.544 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672025-02-22T21:05:33.853Z[ recovery-image] Feb 22 21:05:32.604 INFO O| Feb 22 21:05:32.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
46682025-02-22T21:05:33.853Z[ recovery-image] Feb 22 21:05:32.604 INFO O| Feb 22 21:05:32.604 INFO STEP 29 (remove_files) COMPLETE
46692025-02-22T21:05:33.853Z[ recovery-image] Feb 22 21:05:32.604 INFO O| Feb 22 21:05:32.604 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702025-02-22T21:05:33.872Z[ recovery-image] Feb 22 21:05:32.623 INFO O| Feb 22 21:05:32.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
46712025-02-22T21:05:33.873Z[ recovery-image] Feb 22 21:05:32.623 INFO O| Feb 22 21:05:32.623 INFO STEP 30 (remove_files) COMPLETE
46722025-02-22T21:05:33.875Z[ recovery-image] Feb 22 21:05:32.623 INFO O| Feb 22 21:05:32.623 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732025-02-22T21:05:33.891Z[ recovery-image] Feb 22 21:05:32.642 INFO O| Feb 22 21:05:32.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
46742025-02-22T21:05:33.897Z[ recovery-image] Feb 22 21:05:32.647 INFO O| Feb 22 21:05:32.647 INFO STEP 31 (remove_files) COMPLETE
46752025-02-22T21:05:33.897Z[ recovery-image] Feb 22 21:05:32.647 INFO O| Feb 22 21:05:32.647 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762025-02-22T21:05:33.925Z[ recovery-image] Feb 22 21:05:32.676 INFO O| Feb 22 21:05:32.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
46772025-02-22T21:05:33.925Z[ recovery-image] Feb 22 21:05:32.676 INFO O| Feb 22 21:05:32.676 INFO STEP 32 (remove_files) COMPLETE
46782025-02-22T21:05:33.925Z[ recovery-image] Feb 22 21:05:32.676 INFO O| Feb 22 21:05:32.676 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792025-02-22T21:05:33.945Z[ recovery-image] Feb 22 21:05:32.695 INFO O| Feb 22 21:05:32.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
46802025-02-22T21:05:33.947Z[ recovery-image] Feb 22 21:05:32.698 INFO O| Feb 22 21:05:32.698 INFO STEP 33 (remove_files) COMPLETE
46812025-02-22T21:05:33.947Z[ recovery-image] Feb 22 21:05:32.698 INFO O| Feb 22 21:05:32.698 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822025-02-22T21:05:33.984Z[ recovery-image] Feb 22 21:05:32.734 INFO O| Feb 22 21:05:32.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
46832025-02-22T21:05:33.984Z[ recovery-image] Feb 22 21:05:32.734 INFO O| Feb 22 21:05:32.734 INFO STEP 34 (remove_files) COMPLETE
46842025-02-22T21:05:33.984Z[ recovery-image] Feb 22 21:05:32.734 INFO O| Feb 22 21:05:32.734 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852025-02-22T21:05:34.021Z[ recovery-image] Feb 22 21:05:32.772 INFO O| Feb 22 21:05:32.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
46862025-02-22T21:05:34.021Z[ recovery-image] Feb 22 21:05:32.772 INFO O| Feb 22 21:05:32.772 INFO STEP 35 (remove_files) COMPLETE
46872025-02-22T21:05:34.024Z[ recovery-image] Feb 22 21:05:32.772 INFO O| Feb 22 21:05:32.772 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882025-02-22T21:05:34.041Z[ recovery-image] Feb 22 21:05:32.792 INFO O| Feb 22 21:05:32.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
46892025-02-22T21:05:34.041Z[ recovery-image] Feb 22 21:05:32.792 INFO O| Feb 22 21:05:32.792 INFO STEP 36 (remove_files) COMPLETE
46902025-02-22T21:05:34.041Z[ recovery-image] Feb 22 21:05:32.792 INFO O| Feb 22 21:05:32.792 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912025-02-22T21:05:34.061Z[ recovery-image] Feb 22 21:05:32.811 INFO O| Feb 22 21:05:32.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
46922025-02-22T21:05:34.061Z[ recovery-image] Feb 22 21:05:32.811 INFO O| Feb 22 21:05:32.811 INFO STEP 37 (remove_files) COMPLETE
46932025-02-22T21:05:34.061Z[ recovery-image] Feb 22 21:05:32.811 INFO O| Feb 22 21:05:32.811 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942025-02-22T21:05:34.077Z[ recovery-image] Feb 22 21:05:32.828 INFO O| Feb 22 21:05:32.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
46952025-02-22T21:05:34.078Z[ recovery-image] Feb 22 21:05:32.828 INFO O| Feb 22 21:05:32.828 INFO STEP 38 (remove_files) COMPLETE
46962025-02-22T21:05:34.078Z[ recovery-image] Feb 22 21:05:32.828 INFO O| Feb 22 21:05:32.828 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972025-02-22T21:05:34.157Z[ recovery-image] Feb 22 21:05:32.908 INFO O| Feb 22 21:05:32.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
46982025-02-22T21:05:34.157Z[ recovery-image] Feb 22 21:05:32.908 INFO O| Feb 22 21:05:32.908 INFO STEP 39 (remove_files) COMPLETE
46992025-02-22T21:05:34.157Z[ recovery-image] Feb 22 21:05:32.908 INFO O| Feb 22 21:05:32.908 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002025-02-22T21:05:34.177Z[ recovery-image] Feb 22 21:05:32.928 INFO O| Feb 22 21:05:32.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
47012025-02-22T21:05:34.177Z[ recovery-image] Feb 22 21:05:32.928 INFO O| Feb 22 21:05:32.928 INFO STEP 40 (remove_files) COMPLETE
47022025-02-22T21:05:34.177Z[ recovery-image] Feb 22 21:05:32.928 INFO O| Feb 22 21:05:32.928 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032025-02-22T21:05:34.199Z[ recovery-image] Feb 22 21:05:32.950 INFO O| Feb 22 21:05:32.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
47042025-02-22T21:05:34.199Z[ recovery-image] Feb 22 21:05:32.950 INFO O| Feb 22 21:05:32.950 INFO STEP 41 (remove_files) COMPLETE
47052025-02-22T21:05:34.202Z[ recovery-image] Feb 22 21:05:32.950 INFO O| Feb 22 21:05:32.950 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062025-02-22T21:05:34.259Z[ recovery-image] Feb 22 21:05:33.009 INFO O| Feb 22 21:05:33.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
47072025-02-22T21:05:34.261Z[ recovery-image] Feb 22 21:05:33.010 INFO O| Feb 22 21:05:33.010 INFO STEP 42 (remove_files) COMPLETE
47082025-02-22T21:05:34.261Z[ recovery-image] Feb 22 21:05:33.010 INFO O| Feb 22 21:05:33.010 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092025-02-22T21:05:34.330Z[ recovery-image] Feb 22 21:05:33.081 INFO O| Feb 22 21:05:33.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
47102025-02-22T21:05:34.330Z[ recovery-image] Feb 22 21:05:33.081 INFO O| Feb 22 21:05:33.081 INFO STEP 43 (remove_files) COMPLETE
47112025-02-22T21:05:34.330Z[ recovery-image] Feb 22 21:05:33.081 INFO O| Feb 22 21:05:33.081 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122025-02-22T21:05:34.353Z[ recovery-image] Feb 22 21:05:33.104 INFO O| Feb 22 21:05:33.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
47132025-02-22T21:05:34.355Z[ recovery-image] Feb 22 21:05:33.104 INFO O| Feb 22 21:05:33.104 INFO STEP 44 (remove_files) COMPLETE
47142025-02-22T21:05:34.355Z[ recovery-image] Feb 22 21:05:33.104 INFO O| Feb 22 21:05:33.104 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152025-02-22T21:05:34.374Z[ recovery-image] Feb 22 21:05:33.125 INFO O| Feb 22 21:05:33.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
47162025-02-22T21:05:34.374Z[ recovery-image] Feb 22 21:05:33.125 INFO O| Feb 22 21:05:33.125 INFO STEP 45 (remove_files) COMPLETE
47172025-02-22T21:05:34.377Z[ recovery-image] Feb 22 21:05:33.125 INFO O| Feb 22 21:05:33.125 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182025-02-22T21:05:34.405Z[ recovery-image] Feb 22 21:05:33.156 INFO O| Feb 22 21:05:33.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
47192025-02-22T21:05:34.408Z[ recovery-image] Feb 22 21:05:33.156 INFO O| Feb 22 21:05:33.156 INFO STEP 46 (remove_files) COMPLETE
47202025-02-22T21:05:34.408Z[ recovery-image] Feb 22 21:05:33.156 INFO O| Feb 22 21:05:33.156 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212025-02-22T21:05:34.424Z[ recovery-image] Feb 22 21:05:33.174 INFO O| Feb 22 21:05:33.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
47222025-02-22T21:05:34.424Z[ recovery-image] Feb 22 21:05:33.174 INFO O| Feb 22 21:05:33.174 INFO STEP 47 (remove_files) COMPLETE
47232025-02-22T21:05:34.426Z[ recovery-image] Feb 22 21:05:33.174 INFO O| Feb 22 21:05:33.174 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242025-02-22T21:05:34.464Z[ recovery-image] Feb 22 21:05:33.215 INFO O| Feb 22 21:05:33.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
47252025-02-22T21:05:34.466Z[ recovery-image] Feb 22 21:05:33.215 INFO O| Feb 22 21:05:33.215 INFO STEP 48 (remove_files) COMPLETE
47262025-02-22T21:05:34.466Z[ recovery-image] Feb 22 21:05:33.215 INFO O| Feb 22 21:05:33.215 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272025-02-22T21:05:34.485Z[ recovery-image] Feb 22 21:05:33.236 INFO O| Feb 22 21:05:33.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
47282025-02-22T21:05:34.488Z[ recovery-image] Feb 22 21:05:33.236 INFO O| Feb 22 21:05:33.236 INFO STEP 49 (remove_files) COMPLETE
47292025-02-22T21:05:34.488Z[ recovery-image] Feb 22 21:05:33.237 INFO O| Feb 22 21:05:33.237 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302025-02-22T21:05:34.509Z[ recovery-image] Feb 22 21:05:33.260 INFO O| Feb 22 21:05:33.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
47312025-02-22T21:05:34.509Z[ recovery-image] Feb 22 21:05:33.260 INFO O| Feb 22 21:05:33.260 INFO STEP 50 (remove_files) COMPLETE
47322025-02-22T21:05:34.509Z[ recovery-image] Feb 22 21:05:33.260 INFO O| Feb 22 21:05:33.260 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332025-02-22T21:05:34.529Z[ recovery-image] Feb 22 21:05:33.280 INFO O| Feb 22 21:05:33.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
47342025-02-22T21:05:34.530Z[ recovery-image] Feb 22 21:05:33.280 INFO O| Feb 22 21:05:33.280 INFO STEP 51 (remove_files) COMPLETE
47352025-02-22T21:05:34.530Z[ recovery-image] Feb 22 21:05:33.280 INFO O| Feb 22 21:05:33.280 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362025-02-22T21:05:34.550Z[ recovery-image] Feb 22 21:05:33.301 INFO O| Feb 22 21:05:33.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
47372025-02-22T21:05:34.550Z[ recovery-image] Feb 22 21:05:33.301 INFO O| Feb 22 21:05:33.301 INFO STEP 52 (remove_files) COMPLETE
47382025-02-22T21:05:34.552Z[ recovery-image] Feb 22 21:05:33.301 INFO O| Feb 22 21:05:33.301 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392025-02-22T21:05:34.570Z[ recovery-image] Feb 22 21:05:33.321 INFO O| Feb 22 21:05:33.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
47402025-02-22T21:05:34.570Z[ recovery-image] Feb 22 21:05:33.321 INFO O| Feb 22 21:05:33.321 INFO STEP 53 (remove_files) COMPLETE
47412025-02-22T21:05:34.573Z[ recovery-image] Feb 22 21:05:33.321 INFO O| Feb 22 21:05:33.321 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422025-02-22T21:05:34.590Z[ recovery-image] Feb 22 21:05:33.340 INFO O| Feb 22 21:05:33.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
47432025-02-22T21:05:34.590Z[ recovery-image] Feb 22 21:05:33.340 INFO O| Feb 22 21:05:33.340 INFO STEP 54 (remove_files) COMPLETE
47442025-02-22T21:05:34.593Z[ recovery-image] Feb 22 21:05:33.340 INFO O| Feb 22 21:05:33.340 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452025-02-22T21:05:34.610Z[ recovery-image] Feb 22 21:05:33.360 INFO O| Feb 22 21:05:33.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
47462025-02-22T21:05:34.610Z[ recovery-image] Feb 22 21:05:33.360 INFO O| Feb 22 21:05:33.360 INFO STEP 55 (remove_files) COMPLETE
47472025-02-22T21:05:34.612Z[ recovery-image] Feb 22 21:05:33.360 INFO O| Feb 22 21:05:33.360 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482025-02-22T21:05:34.629Z[ recovery-image] Feb 22 21:05:33.380 INFO O| Feb 22 21:05:33.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
47492025-02-22T21:05:34.629Z[ recovery-image] Feb 22 21:05:33.380 INFO O| Feb 22 21:05:33.380 INFO STEP 56 (remove_files) COMPLETE
47502025-02-22T21:05:34.632Z[ recovery-image] Feb 22 21:05:33.380 INFO O| Feb 22 21:05:33.380 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512025-02-22T21:05:34.648Z[ recovery-image] Feb 22 21:05:33.399 INFO O| Feb 22 21:05:33.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
47522025-02-22T21:05:34.648Z[ recovery-image] Feb 22 21:05:33.399 INFO O| Feb 22 21:05:33.399 INFO STEP 57 (remove_files) COMPLETE
47532025-02-22T21:05:34.648Z[ recovery-image] Feb 22 21:05:33.399 INFO O| Feb 22 21:05:33.399 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542025-02-22T21:05:34.669Z[ recovery-image] Feb 22 21:05:33.420 INFO O| Feb 22 21:05:33.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
47552025-02-22T21:05:34.672Z[ recovery-image] Feb 22 21:05:33.420 INFO O| Feb 22 21:05:33.420 INFO STEP 58 (remove_files) COMPLETE
47562025-02-22T21:05:34.672Z[ recovery-image] Feb 22 21:05:33.420 INFO O| Feb 22 21:05:33.420 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572025-02-22T21:05:34.690Z[ recovery-image] Feb 22 21:05:33.440 INFO O| Feb 22 21:05:33.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
47582025-02-22T21:05:34.690Z[ recovery-image] Feb 22 21:05:33.440 INFO O| Feb 22 21:05:33.440 INFO STEP 59 (remove_files) COMPLETE
47592025-02-22T21:05:34.692Z[ recovery-image] Feb 22 21:05:33.441 INFO O| Feb 22 21:05:33.440 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602025-02-22T21:05:34.710Z[ recovery-image] Feb 22 21:05:33.460 INFO O| Feb 22 21:05:33.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
47612025-02-22T21:05:34.710Z[ recovery-image] Feb 22 21:05:33.461 INFO O| Feb 22 21:05:33.460 INFO STEP 60 (remove_files) COMPLETE
47622025-02-22T21:05:34.712Z[ recovery-image] Feb 22 21:05:33.461 INFO O| Feb 22 21:05:33.461 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632025-02-22T21:05:34.731Z[ recovery-image] Feb 22 21:05:33.482 INFO O| Feb 22 21:05:33.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
47642025-02-22T21:05:34.731Z[ recovery-image] Feb 22 21:05:33.482 INFO O| Feb 22 21:05:33.482 INFO STEP 61 (remove_files) COMPLETE
47652025-02-22T21:05:34.733Z[ recovery-image] Feb 22 21:05:33.482 INFO O| Feb 22 21:05:33.482 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662025-02-22T21:05:34.751Z[ recovery-image] Feb 22 21:05:33.502 INFO O| Feb 22 21:05:33.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
47672025-02-22T21:05:34.751Z[ recovery-image] Feb 22 21:05:33.502 INFO O| Feb 22 21:05:33.502 INFO STEP 62 (remove_files) COMPLETE
47682025-02-22T21:05:34.752Z[ recovery-image] Feb 22 21:05:33.502 INFO O| Feb 22 21:05:33.502 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692025-02-22T21:05:34.779Z[ recovery-image] Feb 22 21:05:33.530 INFO O| Feb 22 21:05:33.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
47702025-02-22T21:05:34.781Z[ recovery-image] Feb 22 21:05:33.530 INFO O| Feb 22 21:05:33.530 INFO STEP 63 (remove_files) COMPLETE
47712025-02-22T21:05:34.781Z[ recovery-image] Feb 22 21:05:33.530 INFO O| Feb 22 21:05:33.530 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722025-02-22T21:05:34.804Z[ recovery-image] Feb 22 21:05:33.555 INFO O| Feb 22 21:05:33.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
47732025-02-22T21:05:34.807Z[ recovery-image] Feb 22 21:05:33.555 INFO O| Feb 22 21:05:33.555 INFO STEP 64 (remove_files) COMPLETE
47742025-02-22T21:05:34.807Z[ recovery-image] Feb 22 21:05:33.555 INFO O| Feb 22 21:05:33.555 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752025-02-22T21:05:34.824Z[ recovery-image] Feb 22 21:05:33.574 INFO O| Feb 22 21:05:33.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
47762025-02-22T21:05:34.826Z[ recovery-image] Feb 22 21:05:33.577 INFO O| Feb 22 21:05:33.577 INFO STEP 65 (remove_files) COMPLETE
47772025-02-22T21:05:34.826Z[ recovery-image] Feb 22 21:05:33.577 INFO O| Feb 22 21:05:33.577 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782025-02-22T21:05:34.849Z[ recovery-image] Feb 22 21:05:33.600 INFO O| Feb 22 21:05:33.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
47792025-02-22T21:05:34.852Z[ recovery-image] Feb 22 21:05:33.600 INFO O| Feb 22 21:05:33.600 INFO STEP 66 (remove_files) COMPLETE
47802025-02-22T21:05:34.852Z[ recovery-image] Feb 22 21:05:33.600 INFO O| Feb 22 21:05:33.600 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812025-02-22T21:05:34.875Z[ recovery-image] Feb 22 21:05:33.626 INFO O| Feb 22 21:05:33.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
47822025-02-22T21:05:34.878Z[ recovery-image] Feb 22 21:05:33.626 INFO O| Feb 22 21:05:33.626 INFO STEP 67 (remove_files) COMPLETE
47832025-02-22T21:05:34.878Z[ recovery-image] Feb 22 21:05:33.626 INFO O| Feb 22 21:05:33.626 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842025-02-22T21:05:34.899Z[ recovery-image] Feb 22 21:05:33.648 INFO O| Feb 22 21:05:33.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
47852025-02-22T21:05:34.899Z[ recovery-image] Feb 22 21:05:33.648 INFO O| Feb 22 21:05:33.648 INFO STEP 68 (remove_files) COMPLETE
47862025-02-22T21:05:34.899Z[ recovery-image] Feb 22 21:05:33.648 INFO O| Feb 22 21:05:33.648 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872025-02-22T21:05:34.928Z[ recovery-image] Feb 22 21:05:33.679 INFO O| Feb 22 21:05:33.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
47882025-02-22T21:05:34.928Z[ recovery-image] Feb 22 21:05:33.679 INFO O| Feb 22 21:05:33.679 INFO STEP 69 (remove_files) COMPLETE
47892025-02-22T21:05:34.928Z[ recovery-image] Feb 22 21:05:33.679 INFO O| Feb 22 21:05:33.679 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902025-02-22T21:05:34.960Z[ recovery-image] Feb 22 21:05:33.711 INFO O| Feb 22 21:05:33.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
47912025-02-22T21:05:34.960Z[ recovery-image] Feb 22 21:05:33.711 INFO O| Feb 22 21:05:33.711 INFO STEP 70 (remove_files) COMPLETE
47922025-02-22T21:05:34.963Z[ recovery-image] Feb 22 21:05:33.711 INFO O| Feb 22 21:05:33.711 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932025-02-22T21:05:35.010Z[ recovery-image] Feb 22 21:05:33.761 INFO O| Feb 22 21:05:33.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
47942025-02-22T21:05:35.010Z[ recovery-image] Feb 22 21:05:33.761 INFO O| Feb 22 21:05:33.761 INFO STEP 71 (remove_files) COMPLETE
47952025-02-22T21:05:35.010Z[ recovery-image] Feb 22 21:05:33.761 INFO O| Feb 22 21:05:33.761 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962025-02-22T21:05:35.039Z[ recovery-image] Feb 22 21:05:33.789 INFO O| Feb 22 21:05:33.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
47972025-02-22T21:05:35.039Z[ recovery-image] Feb 22 21:05:33.789 INFO O| Feb 22 21:05:33.789 INFO STEP 72 (remove_files) COMPLETE
47982025-02-22T21:05:35.039Z[ recovery-image] Feb 22 21:05:33.789 INFO O| Feb 22 21:05:33.789 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992025-02-22T21:05:35.067Z[ recovery-image] Feb 22 21:05:33.817 INFO O| Feb 22 21:05:33.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
48002025-02-22T21:05:35.067Z[ recovery-image] Feb 22 21:05:33.817 INFO O| Feb 22 21:05:33.817 INFO STEP 73 (remove_files) COMPLETE
48012025-02-22T21:05:35.067Z[ recovery-image] Feb 22 21:05:33.817 INFO O| Feb 22 21:05:33.817 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022025-02-22T21:05:35.093Z[ recovery-image] Feb 22 21:05:33.844 INFO O| Feb 22 21:05:33.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
48032025-02-22T21:05:35.093Z[ recovery-image] Feb 22 21:05:33.844 INFO O| Feb 22 21:05:33.844 INFO STEP 74 (remove_files) COMPLETE
48042025-02-22T21:05:35.093Z[ recovery-image] Feb 22 21:05:33.844 INFO O| Feb 22 21:05:33.844 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052025-02-22T21:05:35.113Z[ recovery-image] Feb 22 21:05:33.864 INFO O| Feb 22 21:05:33.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
48062025-02-22T21:05:35.113Z[ recovery-image] Feb 22 21:05:33.864 INFO O| Feb 22 21:05:33.864 INFO STEP 75 (remove_files) COMPLETE
48072025-02-22T21:05:35.116Z[ recovery-image] Feb 22 21:05:33.864 INFO O| Feb 22 21:05:33.864 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082025-02-22T21:05:35.133Z[ recovery-image] Feb 22 21:05:33.884 INFO O| Feb 22 21:05:33.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
48092025-02-22T21:05:35.133Z[ recovery-image] Feb 22 21:05:33.884 INFO O| Feb 22 21:05:33.884 INFO STEP 76 (remove_files) COMPLETE
48102025-02-22T21:05:35.133Z[ recovery-image] Feb 22 21:05:33.884 INFO O| Feb 22 21:05:33.884 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112025-02-22T21:05:35.163Z[ recovery-image] Feb 22 21:05:33.914 INFO O| Feb 22 21:05:33.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
48122025-02-22T21:05:35.200Z[ recovery-image] Feb 22 21:05:33.950 INFO O| Feb 22 21:05:33.950 INFO STEP 77 (remove_files) COMPLETE
48132025-02-22T21:05:35.200Z[ recovery-image] Feb 22 21:05:33.950 INFO O| Feb 22 21:05:33.950 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142025-02-22T21:05:35.262Z[ recovery-image] Feb 22 21:05:34.012 INFO O| Feb 22 21:05:34.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
48152025-02-22T21:05:35.262Z[ recovery-image] Feb 22 21:05:34.013 INFO O| Feb 22 21:05:34.013 INFO STEP 78 (remove_files) COMPLETE
48162025-02-22T21:05:35.264Z[ recovery-image] Feb 22 21:05:34.013 INFO O| Feb 22 21:05:34.013 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172025-02-22T21:05:35.318Z[ recovery-image] Feb 22 21:05:34.069 INFO O| Feb 22 21:05:34.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
48182025-02-22T21:05:35.318Z[ recovery-image] Feb 22 21:05:34.069 INFO O| Feb 22 21:05:34.069 INFO STEP 79 (remove_files) COMPLETE
48192025-02-22T21:05:35.318Z[ recovery-image] Feb 22 21:05:34.069 INFO O| Feb 22 21:05:34.069 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202025-02-22T21:05:35.381Z[ recovery-image] Feb 22 21:05:34.132 INFO O| Feb 22 21:05:34.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
48212025-02-22T21:05:35.381Z[ recovery-image] Feb 22 21:05:34.132 INFO O| Feb 22 21:05:34.132 INFO STEP 80 (remove_files) COMPLETE
48222025-02-22T21:05:35.384Z[ recovery-image] Feb 22 21:05:34.132 INFO O| Feb 22 21:05:34.132 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232025-02-22T21:05:35.403Z[ recovery-image] Feb 22 21:05:34.153 INFO O| Feb 22 21:05:34.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
48242025-02-22T21:05:35.403Z[ recovery-image] Feb 22 21:05:34.153 INFO O| Feb 22 21:05:34.153 INFO STEP 81 (remove_files) COMPLETE
48252025-02-22T21:05:35.403Z[ recovery-image] Feb 22 21:05:34.153 INFO O| Feb 22 21:05:34.153 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262025-02-22T21:05:35.449Z[ recovery-image] Feb 22 21:05:34.200 INFO O| Feb 22 21:05:34.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
48272025-02-22T21:05:35.452Z[ recovery-image] Feb 22 21:05:34.200 INFO O| Feb 22 21:05:34.200 INFO STEP 82 (remove_files) COMPLETE
48282025-02-22T21:05:35.452Z[ recovery-image] Feb 22 21:05:34.200 INFO O| Feb 22 21:05:34.200 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292025-02-22T21:05:35.490Z[ recovery-image] Feb 22 21:05:34.241 INFO O| Feb 22 21:05:34.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
48302025-02-22T21:05:35.490Z[ recovery-image] Feb 22 21:05:34.241 INFO O| Feb 22 21:05:34.241 INFO STEP 83 (remove_files) COMPLETE
48312025-02-22T21:05:35.493Z[ recovery-image] Feb 22 21:05:34.241 INFO O| Feb 22 21:05:34.241 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322025-02-22T21:05:35.525Z[ recovery-image] Feb 22 21:05:34.276 INFO O| Feb 22 21:05:34.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
48332025-02-22T21:05:35.525Z[ recovery-image] Feb 22 21:05:34.276 INFO O| Feb 22 21:05:34.276 INFO STEP 84 (remove_files) COMPLETE
48342025-02-22T21:05:35.525Z[ recovery-image] Feb 22 21:05:34.276 INFO O| Feb 22 21:05:34.276 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352025-02-22T21:05:35.547Z[ recovery-image] Feb 22 21:05:34.297 INFO O| Feb 22 21:05:34.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
48362025-02-22T21:05:35.549Z[ recovery-image] Feb 22 21:05:34.300 INFO O| Feb 22 21:05:34.300 INFO STEP 85 (remove_files) COMPLETE
48372025-02-22T21:05:35.549Z[ recovery-image] Feb 22 21:05:34.300 INFO O| Feb 22 21:05:34.300 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382025-02-22T21:05:35.586Z[ recovery-image] Feb 22 21:05:34.337 INFO O| Feb 22 21:05:34.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
48392025-02-22T21:05:35.586Z[ recovery-image] Feb 22 21:05:34.337 INFO O| Feb 22 21:05:34.337 INFO STEP 86 (remove_files) COMPLETE
48402025-02-22T21:05:35.589Z[ recovery-image] Feb 22 21:05:34.337 INFO O| Feb 22 21:05:34.337 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412025-02-22T21:05:35.606Z[ recovery-image] Feb 22 21:05:34.357 INFO O| Feb 22 21:05:34.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
48422025-02-22T21:05:35.606Z[ recovery-image] Feb 22 21:05:34.357 INFO O| Feb 22 21:05:34.357 INFO STEP 87 (remove_files) COMPLETE
48432025-02-22T21:05:35.606Z[ recovery-image] Feb 22 21:05:34.357 INFO O| Feb 22 21:05:34.357 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442025-02-22T21:05:35.624Z[ recovery-image] Feb 22 21:05:34.375 INFO O| Feb 22 21:05:34.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
48452025-02-22T21:05:35.624Z[ recovery-image] Feb 22 21:05:34.375 INFO O| Feb 22 21:05:34.375 INFO STEP 88 (remove_files) COMPLETE
48462025-02-22T21:05:35.627Z[ recovery-image] Feb 22 21:05:34.375 INFO O| Feb 22 21:05:34.375 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472025-02-22T21:05:35.644Z[ recovery-image] Feb 22 21:05:34.394 INFO O| Feb 22 21:05:34.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
48482025-02-22T21:05:35.644Z[ recovery-image] Feb 22 21:05:34.394 INFO O| Feb 22 21:05:34.394 INFO STEP 89 (remove_files) COMPLETE
48492025-02-22T21:05:35.644Z[ recovery-image] Feb 22 21:05:34.394 INFO O| Feb 22 21:05:34.394 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502025-02-22T21:05:35.662Z[ recovery-image] Feb 22 21:05:34.413 INFO O| Feb 22 21:05:34.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
48512025-02-22T21:05:35.665Z[ recovery-image] Feb 22 21:05:34.413 INFO O| Feb 22 21:05:34.413 INFO STEP 90 (remove_files) COMPLETE
48522025-02-22T21:05:35.665Z[ recovery-image] Feb 22 21:05:34.414 INFO O| Feb 22 21:05:34.414 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532025-02-22T21:05:35.682Z[ recovery-image] Feb 22 21:05:34.433 INFO O| Feb 22 21:05:34.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
48542025-02-22T21:05:35.684Z[ recovery-image] Feb 22 21:05:34.433 INFO O| Feb 22 21:05:34.433 INFO STEP 91 (remove_files) COMPLETE
48552025-02-22T21:05:35.684Z[ recovery-image] Feb 22 21:05:34.433 INFO O| Feb 22 21:05:34.433 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562025-02-22T21:05:35.702Z[ recovery-image] Feb 22 21:05:34.453 INFO O| Feb 22 21:05:34.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
48572025-02-22T21:05:35.705Z[ recovery-image] Feb 22 21:05:34.453 INFO O| Feb 22 21:05:34.453 INFO STEP 92 (remove_files) COMPLETE
48582025-02-22T21:05:35.705Z[ recovery-image] Feb 22 21:05:34.453 INFO O| Feb 22 21:05:34.453 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592025-02-22T21:05:35.722Z[ recovery-image] Feb 22 21:05:34.473 INFO O| Feb 22 21:05:34.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
48602025-02-22T21:05:35.728Z[ recovery-image] Feb 22 21:05:34.479 INFO O| Feb 22 21:05:34.479 INFO STEP 93 (remove_files) COMPLETE
48612025-02-22T21:05:35.728Z[ recovery-image] Feb 22 21:05:34.479 INFO O| Feb 22 21:05:34.479 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622025-02-22T21:05:35.748Z[ recovery-image] Feb 22 21:05:34.499 INFO O| Feb 22 21:05:34.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
48632025-02-22T21:05:35.751Z[ recovery-image] Feb 22 21:05:34.499 INFO O| Feb 22 21:05:34.499 INFO STEP 94 (remove_files) COMPLETE
48642025-02-22T21:05:35.751Z[ recovery-image] Feb 22 21:05:34.499 INFO O| Feb 22 21:05:34.499 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652025-02-22T21:05:35.767Z[ recovery-image] Feb 22 21:05:34.518 INFO O| Feb 22 21:05:34.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
48662025-02-22T21:05:35.770Z[ recovery-image] Feb 22 21:05:34.518 INFO O| Feb 22 21:05:34.518 INFO STEP 95 (remove_files) COMPLETE
48672025-02-22T21:05:35.770Z[ recovery-image] Feb 22 21:05:34.519 INFO O| Feb 22 21:05:34.518 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682025-02-22T21:05:35.786Z[ recovery-image] Feb 22 21:05:34.537 INFO O| Feb 22 21:05:34.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
48692025-02-22T21:05:35.789Z[ recovery-image] Feb 22 21:05:34.538 INFO O| Feb 22 21:05:34.538 INFO STEP 96 (remove_files) COMPLETE
48702025-02-22T21:05:35.789Z[ recovery-image] Feb 22 21:05:34.538 INFO O| Feb 22 21:05:34.538 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712025-02-22T21:05:35.805Z[ recovery-image] Feb 22 21:05:34.556 INFO O| Feb 22 21:05:34.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
48722025-02-22T21:05:35.808Z[ recovery-image] Feb 22 21:05:34.556 INFO O| Feb 22 21:05:34.556 INFO STEP 97 (remove_files) COMPLETE
48732025-02-22T21:05:35.808Z[ recovery-image] Feb 22 21:05:34.557 INFO O| Feb 22 21:05:34.557 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742025-02-22T21:05:35.824Z[ recovery-image] Feb 22 21:05:34.575 INFO O| Feb 22 21:05:34.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
48752025-02-22T21:05:35.827Z[ recovery-image] Feb 22 21:05:34.575 INFO O| Feb 22 21:05:34.575 INFO STEP 98 (remove_files) COMPLETE
48762025-02-22T21:05:35.827Z[ recovery-image] Feb 22 21:05:34.575 INFO O| Feb 22 21:05:34.575 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772025-02-22T21:05:35.843Z[ recovery-image] Feb 22 21:05:34.594 INFO O| Feb 22 21:05:34.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
48782025-02-22T21:05:35.846Z[ recovery-image] Feb 22 21:05:34.594 INFO O| Feb 22 21:05:34.594 INFO STEP 99 (remove_files) COMPLETE
48792025-02-22T21:05:35.846Z[ recovery-image] Feb 22 21:05:34.595 INFO O| Feb 22 21:05:34.594 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802025-02-22T21:05:35.862Z[ recovery-image] Feb 22 21:05:34.613 INFO O| Feb 22 21:05:34.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
48812025-02-22T21:05:35.864Z[ recovery-image] Feb 22 21:05:34.613 INFO O| Feb 22 21:05:34.613 INFO STEP 100 (remove_files) COMPLETE
48822025-02-22T21:05:35.865Z[ recovery-image] Feb 22 21:05:34.613 INFO O| Feb 22 21:05:34.613 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832025-02-22T21:05:35.880Z[ recovery-image] Feb 22 21:05:34.631 INFO O| Feb 22 21:05:34.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
48842025-02-22T21:05:35.883Z[ recovery-image] Feb 22 21:05:34.631 INFO O| Feb 22 21:05:34.631 INFO STEP 101 (remove_files) COMPLETE
48852025-02-22T21:05:35.883Z[ recovery-image] Feb 22 21:05:34.631 INFO O| Feb 22 21:05:34.631 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862025-02-22T21:05:35.898Z[ recovery-image] Feb 22 21:05:34.649 INFO O| Feb 22 21:05:34.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
48872025-02-22T21:05:35.901Z[ recovery-image] Feb 22 21:05:34.650 INFO O| Feb 22 21:05:34.649 INFO STEP 102 (remove_files) COMPLETE
48882025-02-22T21:05:35.901Z[ recovery-image] Feb 22 21:05:34.650 INFO O| Feb 22 21:05:34.650 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892025-02-22T21:05:35.918Z[ recovery-image] Feb 22 21:05:34.668 INFO O| Feb 22 21:05:34.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
48902025-02-22T21:05:35.921Z[ recovery-image] Feb 22 21:05:34.668 INFO O| Feb 22 21:05:34.668 INFO STEP 103 (remove_files) COMPLETE
48912025-02-22T21:05:35.921Z[ recovery-image] Feb 22 21:05:34.669 INFO O| Feb 22 21:05:34.669 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922025-02-22T21:05:35.938Z[ recovery-image] Feb 22 21:05:34.689 INFO O| Feb 22 21:05:34.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
48932025-02-22T21:05:35.941Z[ recovery-image] Feb 22 21:05:34.689 INFO O| Feb 22 21:05:34.689 INFO STEP 104 (remove_files) COMPLETE
48942025-02-22T21:05:35.941Z[ recovery-image] Feb 22 21:05:34.689 INFO O| Feb 22 21:05:34.689 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952025-02-22T21:05:35.959Z[ recovery-image] Feb 22 21:05:34.710 INFO O| Feb 22 21:05:34.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
48962025-02-22T21:05:35.961Z[ recovery-image] Feb 22 21:05:34.710 INFO O| Feb 22 21:05:34.710 INFO STEP 105 (remove_files) COMPLETE
48972025-02-22T21:05:35.961Z[ recovery-image] Feb 22 21:05:34.710 INFO O| Feb 22 21:05:34.710 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982025-02-22T21:05:35.978Z[ recovery-image] Feb 22 21:05:34.729 INFO O| Feb 22 21:05:34.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
48992025-02-22T21:05:35.998Z[ recovery-image] Feb 22 21:05:34.749 INFO O| Feb 22 21:05:34.749 INFO STEP 106 (remove_files) COMPLETE
49002025-02-22T21:05:35.998Z[ recovery-image] Feb 22 21:05:34.749 INFO O| Feb 22 21:05:34.749 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012025-02-22T21:05:36.020Z[ recovery-image] Feb 22 21:05:34.770 INFO O| Feb 22 21:05:34.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
49022025-02-22T21:05:36.022Z[ recovery-image] Feb 22 21:05:34.771 INFO O| Feb 22 21:05:34.771 INFO STEP 107 (remove_files) COMPLETE
49032025-02-22T21:05:36.022Z[ recovery-image] Feb 22 21:05:34.771 INFO O| Feb 22 21:05:34.771 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042025-02-22T21:05:36.041Z[ recovery-image] Feb 22 21:05:34.792 INFO O| Feb 22 21:05:34.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
49052025-02-22T21:05:36.041Z[ recovery-image] Feb 22 21:05:34.792 INFO O| Feb 22 21:05:34.792 INFO STEP 108 (remove_files) COMPLETE
49062025-02-22T21:05:36.044Z[ recovery-image] Feb 22 21:05:34.792 INFO O| Feb 22 21:05:34.792 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072025-02-22T21:05:36.060Z[ recovery-image] Feb 22 21:05:34.811 INFO O| Feb 22 21:05:34.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
49082025-02-22T21:05:36.063Z[ recovery-image] Feb 22 21:05:34.811 INFO O| Feb 22 21:05:34.811 INFO STEP 109 (remove_files) COMPLETE
49092025-02-22T21:05:36.063Z[ recovery-image] Feb 22 21:05:34.811 INFO O| Feb 22 21:05:34.811 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102025-02-22T21:05:36.080Z[ recovery-image] Feb 22 21:05:34.831 INFO O| Feb 22 21:05:34.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
49112025-02-22T21:05:36.083Z[ recovery-image] Feb 22 21:05:34.831 INFO O| Feb 22 21:05:34.831 INFO STEP 110 (remove_files) COMPLETE
49122025-02-22T21:05:36.083Z[ recovery-image] Feb 22 21:05:34.831 INFO O| Feb 22 21:05:34.831 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132025-02-22T21:05:36.111Z[ recovery-image] Feb 22 21:05:34.862 INFO O| Feb 22 21:05:34.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
49142025-02-22T21:05:36.111Z[ recovery-image] Feb 22 21:05:34.862 INFO O| Feb 22 21:05:34.862 INFO STEP 111 (remove_files) COMPLETE
49152025-02-22T21:05:36.114Z[ recovery-image] Feb 22 21:05:34.862 INFO O| Feb 22 21:05:34.862 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162025-02-22T21:05:36.131Z[ recovery-image] Feb 22 21:05:34.882 INFO O| Feb 22 21:05:34.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
49172025-02-22T21:05:36.139Z[ recovery-image] Feb 22 21:05:34.890 INFO O| Feb 22 21:05:34.890 INFO STEP 112 (remove_files) COMPLETE
49182025-02-22T21:05:36.139Z[ recovery-image] Feb 22 21:05:34.890 INFO O| Feb 22 21:05:34.890 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192025-02-22T21:05:36.162Z[ recovery-image] Feb 22 21:05:34.913 INFO O| Feb 22 21:05:34.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
49202025-02-22T21:05:36.164Z[ recovery-image] Feb 22 21:05:34.913 INFO O| Feb 22 21:05:34.913 INFO STEP 113 (remove_files) COMPLETE
49212025-02-22T21:05:36.164Z[ recovery-image] Feb 22 21:05:34.913 INFO O| Feb 22 21:05:34.913 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222025-02-22T21:05:36.183Z[ recovery-image] Feb 22 21:05:34.934 INFO O| Feb 22 21:05:34.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
49232025-02-22T21:05:36.183Z[ recovery-image] Feb 22 21:05:34.934 INFO O| Feb 22 21:05:34.934 INFO STEP 114 (remove_files) COMPLETE
49242025-02-22T21:05:36.186Z[ recovery-image] Feb 22 21:05:34.934 INFO O| Feb 22 21:05:34.934 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252025-02-22T21:05:36.204Z[ recovery-image] Feb 22 21:05:34.954 INFO O| Feb 22 21:05:34.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
49262025-02-22T21:05:36.204Z[ recovery-image] Feb 22 21:05:34.954 INFO O| Feb 22 21:05:34.954 INFO STEP 115 (remove_files) COMPLETE
49272025-02-22T21:05:36.204Z[ recovery-image] Feb 22 21:05:34.954 INFO O| Feb 22 21:05:34.954 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282025-02-22T21:05:36.224Z[ recovery-image] Feb 22 21:05:34.975 INFO O| Feb 22 21:05:34.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
49292025-02-22T21:05:36.224Z[ recovery-image] Feb 22 21:05:34.975 INFO O| Feb 22 21:05:34.975 INFO STEP 116 (remove_files) COMPLETE
49302025-02-22T21:05:36.226Z[ recovery-image] Feb 22 21:05:34.975 INFO O| Feb 22 21:05:34.975 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312025-02-22T21:05:36.244Z[ recovery-image] Feb 22 21:05:34.995 INFO O| Feb 22 21:05:34.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
49322025-02-22T21:05:36.247Z[ recovery-image] Feb 22 21:05:34.995 INFO O| Feb 22 21:05:34.995 INFO STEP 117 (remove_files) COMPLETE
49332025-02-22T21:05:36.247Z[ recovery-image] Feb 22 21:05:34.995 INFO O| Feb 22 21:05:34.995 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342025-02-22T21:05:36.265Z[ recovery-image] Feb 22 21:05:35.016 INFO O| Feb 22 21:05:35.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
49352025-02-22T21:05:36.265Z[ recovery-image] Feb 22 21:05:35.016 INFO O| Feb 22 21:05:35.016 INFO STEP 118 (remove_files) COMPLETE
49362025-02-22T21:05:36.265Z[ recovery-image] Feb 22 21:05:35.016 INFO O| Feb 22 21:05:35.016 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372025-02-22T21:05:36.285Z[ recovery-image] Feb 22 21:05:35.036 INFO O| Feb 22 21:05:35.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
49382025-02-22T21:05:36.286Z[ recovery-image] Feb 22 21:05:35.036 INFO O| Feb 22 21:05:35.036 INFO STEP 119 (remove_files) COMPLETE
49392025-02-22T21:05:36.288Z[ recovery-image] Feb 22 21:05:35.037 INFO O| Feb 22 21:05:35.036 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402025-02-22T21:05:36.397Z[ recovery-image] Feb 22 21:05:35.147 INFO O| Feb 22 21:05:35.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
49412025-02-22T21:05:36.397Z[ recovery-image] Feb 22 21:05:35.147 INFO O| Feb 22 21:05:35.147 INFO STEP 120 (remove_files) COMPLETE
49422025-02-22T21:05:36.397Z[ recovery-image] Feb 22 21:05:35.147 INFO O| Feb 22 21:05:35.147 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432025-02-22T21:05:36.416Z[ recovery-image] Feb 22 21:05:35.167 INFO O| Feb 22 21:05:35.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
49442025-02-22T21:05:36.416Z[ recovery-image] Feb 22 21:05:35.167 INFO O| Feb 22 21:05:35.167 INFO STEP 121 (remove_files) COMPLETE
49452025-02-22T21:05:36.416Z[ recovery-image] Feb 22 21:05:35.167 INFO O| Feb 22 21:05:35.167 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462025-02-22T21:05:36.446Z[ recovery-image] Feb 22 21:05:35.197 INFO O| Feb 22 21:05:35.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
49472025-02-22T21:05:36.446Z[ recovery-image] Feb 22 21:05:35.197 INFO O| Feb 22 21:05:35.197 INFO STEP 122 (remove_files) COMPLETE
49482025-02-22T21:05:36.449Z[ recovery-image] Feb 22 21:05:35.197 INFO O| Feb 22 21:05:35.197 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492025-02-22T21:05:36.484Z[ recovery-image] Feb 22 21:05:35.234 INFO O| Feb 22 21:05:35.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
49502025-02-22T21:05:36.484Z[ recovery-image] Feb 22 21:05:35.234 INFO O| Feb 22 21:05:35.234 INFO STEP 123 (remove_files) COMPLETE
49512025-02-22T21:05:36.484Z[ recovery-image] Feb 22 21:05:35.234 INFO O| Feb 22 21:05:35.234 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522025-02-22T21:05:36.516Z[ recovery-image] Feb 22 21:05:35.267 INFO O| Feb 22 21:05:35.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
49532025-02-22T21:05:36.518Z[ recovery-image] Feb 22 21:05:35.267 INFO O| Feb 22 21:05:35.267 INFO STEP 124 (remove_files) COMPLETE
49542025-02-22T21:05:36.518Z[ recovery-image] Feb 22 21:05:35.267 INFO O| Feb 22 21:05:35.267 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552025-02-22T21:05:36.547Z[ recovery-image] Feb 22 21:05:35.298 INFO O| Feb 22 21:05:35.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
49562025-02-22T21:05:36.547Z[ recovery-image] Feb 22 21:05:35.298 INFO O| Feb 22 21:05:35.298 INFO STEP 125 (remove_files) COMPLETE
49572025-02-22T21:05:36.547Z[ recovery-image] Feb 22 21:05:35.298 INFO O| Feb 22 21:05:35.298 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582025-02-22T21:05:36.588Z[ recovery-image] Feb 22 21:05:35.339 INFO O| Feb 22 21:05:35.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
49592025-02-22T21:05:36.588Z[ recovery-image] Feb 22 21:05:35.339 INFO O| Feb 22 21:05:35.339 INFO STEP 126 (remove_files) COMPLETE
49602025-02-22T21:05:36.591Z[ recovery-image] Feb 22 21:05:35.339 INFO O| Feb 22 21:05:35.339 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612025-02-22T21:05:36.618Z[ recovery-image] Feb 22 21:05:35.369 INFO O| Feb 22 21:05:35.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
49622025-02-22T21:05:36.618Z[ recovery-image] Feb 22 21:05:35.369 INFO O| Feb 22 21:05:35.369 INFO STEP 127 (remove_files) COMPLETE
49632025-02-22T21:05:36.621Z[ recovery-image] Feb 22 21:05:35.369 INFO O| Feb 22 21:05:35.369 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642025-02-22T21:05:36.641Z[ recovery-image] Feb 22 21:05:35.392 INFO O| Feb 22 21:05:35.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
49652025-02-22T21:05:36.641Z[ recovery-image] Feb 22 21:05:35.392 INFO O| Feb 22 21:05:35.392 INFO STEP 128 (remove_files) COMPLETE
49662025-02-22T21:05:36.644Z[ recovery-image] Feb 22 21:05:35.392 INFO O| Feb 22 21:05:35.392 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672025-02-22T21:05:36.664Z[ recovery-image] Feb 22 21:05:35.414 INFO O| Feb 22 21:05:35.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
49682025-02-22T21:05:36.664Z[ recovery-image] Feb 22 21:05:35.414 INFO O| Feb 22 21:05:35.414 INFO STEP 129 (remove_files) COMPLETE
49692025-02-22T21:05:36.664Z[ recovery-image] Feb 22 21:05:35.414 INFO O| Feb 22 21:05:35.414 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702025-02-22T21:05:36.688Z[ recovery-image] Feb 22 21:05:35.439 INFO O| Feb 22 21:05:35.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
49712025-02-22T21:05:36.688Z[ recovery-image] Feb 22 21:05:35.439 INFO O| Feb 22 21:05:35.439 INFO STEP 130 (remove_files) COMPLETE
49722025-02-22T21:05:36.690Z[ recovery-image] Feb 22 21:05:35.439 INFO O| Feb 22 21:05:35.439 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732025-02-22T21:05:36.787Z[ recovery-image] Feb 22 21:05:35.538 INFO O| Feb 22 21:05:35.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
49742025-02-22T21:05:36.790Z[ recovery-image] Feb 22 21:05:35.538 INFO O| Feb 22 21:05:35.538 INFO STEP 131 (remove_files) COMPLETE
49752025-02-22T21:05:36.790Z[ recovery-image] Feb 22 21:05:35.538 INFO O| Feb 22 21:05:35.538 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762025-02-22T21:05:36.819Z[ recovery-image] Feb 22 21:05:35.570 INFO O| Feb 22 21:05:35.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
49772025-02-22T21:05:36.822Z[ recovery-image] Feb 22 21:05:35.570 INFO O| Feb 22 21:05:35.570 INFO STEP 132 (remove_files) COMPLETE
49782025-02-22T21:05:36.822Z[ recovery-image] Feb 22 21:05:35.570 INFO O| Feb 22 21:05:35.570 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792025-02-22T21:05:36.876Z[ recovery-image] Feb 22 21:05:35.627 INFO O| Feb 22 21:05:35.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
49802025-02-22T21:05:36.876Z[ recovery-image] Feb 22 21:05:35.627 INFO O| Feb 22 21:05:35.627 INFO STEP 133 (remove_files) COMPLETE
49812025-02-22T21:05:36.878Z[ recovery-image] Feb 22 21:05:35.627 INFO O| Feb 22 21:05:35.627 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822025-02-22T21:05:36.915Z[ recovery-image] Feb 22 21:05:35.666 INFO O| Feb 22 21:05:35.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
49832025-02-22T21:05:36.915Z[ recovery-image] Feb 22 21:05:35.666 INFO O| Feb 22 21:05:35.666 INFO STEP 134 (remove_files) COMPLETE
49842025-02-22T21:05:36.915Z[ recovery-image] Feb 22 21:05:35.666 INFO O| Feb 22 21:05:35.666 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852025-02-22T21:05:36.937Z[ recovery-image] Feb 22 21:05:35.687 INFO O| Feb 22 21:05:35.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
49862025-02-22T21:05:36.937Z[ recovery-image] Feb 22 21:05:35.687 INFO O| Feb 22 21:05:35.687 INFO STEP 135 (remove_files) COMPLETE
49872025-02-22T21:05:36.937Z[ recovery-image] Feb 22 21:05:35.687 INFO O| Feb 22 21:05:35.687 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882025-02-22T21:05:36.956Z[ recovery-image] Feb 22 21:05:35.707 INFO O| Feb 22 21:05:35.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
49892025-02-22T21:05:36.956Z[ recovery-image] Feb 22 21:05:35.707 INFO O| Feb 22 21:05:35.707 INFO STEP 136 (remove_files) COMPLETE
49902025-02-22T21:05:36.956Z[ recovery-image] Feb 22 21:05:35.707 INFO O| Feb 22 21:05:35.707 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912025-02-22T21:05:36.974Z[ recovery-image] Feb 22 21:05:35.725 INFO O| Feb 22 21:05:35.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
49922025-02-22T21:05:36.974Z[ recovery-image] Feb 22 21:05:35.725 INFO O| Feb 22 21:05:35.725 INFO STEP 137 (remove_files) COMPLETE
49932025-02-22T21:05:36.979Z[ recovery-image] Feb 22 21:05:35.725 INFO O| Feb 22 21:05:35.725 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942025-02-22T21:05:36.994Z[ recovery-image] Feb 22 21:05:35.745 INFO O| Feb 22 21:05:35.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
49952025-02-22T21:05:36.994Z[ recovery-image] Feb 22 21:05:35.745 INFO O| Feb 22 21:05:35.745 INFO STEP 138 (remove_files) COMPLETE
49962025-02-22T21:05:36.994Z[ recovery-image] Feb 22 21:05:35.745 INFO O| Feb 22 21:05:35.745 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972025-02-22T21:05:37.014Z[ recovery-image] Feb 22 21:05:35.765 INFO O| Feb 22 21:05:35.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
49982025-02-22T21:05:37.014Z[ recovery-image] Feb 22 21:05:35.765 INFO O| Feb 22 21:05:35.765 INFO STEP 139 (remove_files) COMPLETE
49992025-02-22T21:05:37.014Z[ recovery-image] Feb 22 21:05:35.765 INFO O| Feb 22 21:05:35.765 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002025-02-22T21:05:37.034Z[ recovery-image] Feb 22 21:05:35.785 INFO O| Feb 22 21:05:35.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
50012025-02-22T21:05:37.034Z[ recovery-image] Feb 22 21:05:35.785 INFO O| Feb 22 21:05:35.785 INFO STEP 140 (remove_files) COMPLETE
50022025-02-22T21:05:37.034Z[ recovery-image] Feb 22 21:05:35.785 INFO O| Feb 22 21:05:35.785 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032025-02-22T21:05:37.055Z[ recovery-image] Feb 22 21:05:35.805 INFO O| Feb 22 21:05:35.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
50042025-02-22T21:05:37.055Z[ recovery-image] Feb 22 21:05:35.806 INFO O| Feb 22 21:05:35.805 INFO STEP 141 (remove_files) COMPLETE
50052025-02-22T21:05:37.057Z[ recovery-image] Feb 22 21:05:35.806 INFO O| Feb 22 21:05:35.805 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062025-02-22T21:05:37.076Z[ recovery-image] Feb 22 21:05:35.827 INFO O| Feb 22 21:05:35.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
50072025-02-22T21:05:37.076Z[ recovery-image] Feb 22 21:05:35.827 INFO O| Feb 22 21:05:35.827 INFO STEP 142 (remove_files) COMPLETE
50082025-02-22T21:05:37.079Z[ recovery-image] Feb 22 21:05:35.827 INFO O| Feb 22 21:05:35.827 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092025-02-22T21:05:37.099Z[ recovery-image] Feb 22 21:05:35.850 INFO O| Feb 22 21:05:35.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
50102025-02-22T21:05:37.099Z[ recovery-image] Feb 22 21:05:35.850 INFO O| Feb 22 21:05:35.850 INFO STEP 143 (remove_files) COMPLETE
50112025-02-22T21:05:37.100Z[ recovery-image] Feb 22 21:05:35.850 INFO O| Feb 22 21:05:35.850 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122025-02-22T21:05:37.123Z[ recovery-image] Feb 22 21:05:35.873 INFO O| Feb 22 21:05:35.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
50132025-02-22T21:05:37.123Z[ recovery-image] Feb 22 21:05:35.873 INFO O| Feb 22 21:05:35.873 INFO STEP 144 (remove_files) COMPLETE
50142025-02-22T21:05:37.125Z[ recovery-image] Feb 22 21:05:35.874 INFO O| Feb 22 21:05:35.873 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152025-02-22T21:05:37.145Z[ recovery-image] Feb 22 21:05:35.895 INFO O| Feb 22 21:05:35.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
50162025-02-22T21:05:37.145Z[ recovery-image] Feb 22 21:05:35.895 INFO O| Feb 22 21:05:35.895 INFO STEP 145 (remove_files) COMPLETE
50172025-02-22T21:05:37.145Z[ recovery-image] Feb 22 21:05:35.895 INFO O| Feb 22 21:05:35.895 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182025-02-22T21:05:37.165Z[ recovery-image] Feb 22 21:05:35.915 INFO O| Feb 22 21:05:35.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
50192025-02-22T21:05:37.165Z[ recovery-image] Feb 22 21:05:35.915 INFO O| Feb 22 21:05:35.915 INFO STEP 146 (remove_files) COMPLETE
50202025-02-22T21:05:37.165Z[ recovery-image] Feb 22 21:05:35.915 INFO O| Feb 22 21:05:35.915 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212025-02-22T21:05:37.184Z[ recovery-image] Feb 22 21:05:35.935 INFO O| Feb 22 21:05:35.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
50222025-02-22T21:05:37.190Z[ recovery-image] Feb 22 21:05:35.941 INFO O| Feb 22 21:05:35.941 INFO STEP 147 (remove_files) COMPLETE
50232025-02-22T21:05:37.190Z[ recovery-image] Feb 22 21:05:35.941 INFO O| Feb 22 21:05:35.941 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242025-02-22T21:05:37.211Z[ recovery-image] Feb 22 21:05:35.962 INFO O| Feb 22 21:05:35.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
50252025-02-22T21:05:37.211Z[ recovery-image] Feb 22 21:05:35.962 INFO O| Feb 22 21:05:35.962 INFO STEP 148 (remove_files) COMPLETE
50262025-02-22T21:05:37.214Z[ recovery-image] Feb 22 21:05:35.962 INFO O| Feb 22 21:05:35.962 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272025-02-22T21:05:37.233Z[ recovery-image] Feb 22 21:05:35.984 INFO O| Feb 22 21:05:35.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
50282025-02-22T21:05:37.266Z[ recovery-image] Feb 22 21:05:36.016 INFO O| Feb 22 21:05:36.016 INFO STEP 149 (remove_files) COMPLETE
50292025-02-22T21:05:37.266Z[ recovery-image] Feb 22 21:05:36.016 INFO O| Feb 22 21:05:36.016 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302025-02-22T21:05:37.337Z[ recovery-image] Feb 22 21:05:36.088 INFO O| Feb 22 21:05:36.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
50312025-02-22T21:05:37.340Z[ recovery-image] Feb 22 21:05:36.088 INFO O| Feb 22 21:05:36.088 INFO STEP 150 (remove_files) COMPLETE
50322025-02-22T21:05:37.340Z[ recovery-image] Feb 22 21:05:36.088 INFO O| Feb 22 21:05:36.088 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332025-02-22T21:05:37.414Z[ recovery-image] Feb 22 21:05:36.164 INFO O| Feb 22 21:05:36.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
50342025-02-22T21:05:37.414Z[ recovery-image] Feb 22 21:05:36.165 INFO O| Feb 22 21:05:36.165 INFO STEP 151 (remove_files) COMPLETE
50352025-02-22T21:05:37.414Z[ recovery-image] Feb 22 21:05:36.165 INFO O| Feb 22 21:05:36.165 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362025-02-22T21:05:37.434Z[ recovery-image] Feb 22 21:05:36.185 INFO O| Feb 22 21:05:36.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
50372025-02-22T21:05:37.434Z[ recovery-image] Feb 22 21:05:36.185 INFO O| Feb 22 21:05:36.185 INFO STEP 152 (remove_files) COMPLETE
50382025-02-22T21:05:37.437Z[ recovery-image] Feb 22 21:05:36.185 INFO O| Feb 22 21:05:36.185 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392025-02-22T21:05:37.456Z[ recovery-image] Feb 22 21:05:36.207 INFO O| Feb 22 21:05:36.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
50402025-02-22T21:05:37.456Z[ recovery-image] Feb 22 21:05:36.207 INFO O| Feb 22 21:05:36.207 INFO STEP 153 (remove_files) COMPLETE
50412025-02-22T21:05:37.459Z[ recovery-image] Feb 22 21:05:36.207 INFO O| Feb 22 21:05:36.207 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422025-02-22T21:05:37.492Z[ recovery-image] Feb 22 21:05:36.243 INFO O| Feb 22 21:05:36.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
50432025-02-22T21:05:37.492Z[ recovery-image] Feb 22 21:05:36.243 INFO O| Feb 22 21:05:36.243 INFO STEP 154 (remove_files) COMPLETE
50442025-02-22T21:05:37.492Z[ recovery-image] Feb 22 21:05:36.243 INFO O| Feb 22 21:05:36.243 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452025-02-22T21:05:37.530Z[ recovery-image] Feb 22 21:05:36.281 INFO O| Feb 22 21:05:36.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
50462025-02-22T21:05:37.530Z[ recovery-image] Feb 22 21:05:36.281 INFO O| Feb 22 21:05:36.281 INFO STEP 155 (remove_files) COMPLETE
50472025-02-22T21:05:37.533Z[ recovery-image] Feb 22 21:05:36.281 INFO O| Feb 22 21:05:36.281 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482025-02-22T21:05:37.552Z[ recovery-image] Feb 22 21:05:36.303 INFO O| Feb 22 21:05:36.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
50492025-02-22T21:05:37.552Z[ recovery-image] Feb 22 21:05:36.303 INFO O| Feb 22 21:05:36.303 INFO STEP 156 (remove_files) COMPLETE
50502025-02-22T21:05:37.552Z[ recovery-image] Feb 22 21:05:36.303 INFO O| Feb 22 21:05:36.303 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512025-02-22T21:05:37.592Z[ recovery-image] Feb 22 21:05:36.342 INFO O| Feb 22 21:05:36.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
50522025-02-22T21:05:37.592Z[ recovery-image] Feb 22 21:05:36.343 INFO O| Feb 22 21:05:36.343 INFO STEP 157 (remove_files) COMPLETE
50532025-02-22T21:05:37.594Z[ recovery-image] Feb 22 21:05:36.343 INFO O| Feb 22 21:05:36.343 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542025-02-22T21:05:37.614Z[ recovery-image] Feb 22 21:05:36.365 INFO O| Feb 22 21:05:36.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
50552025-02-22T21:05:37.615Z[ recovery-image] Feb 22 21:05:36.365 INFO O| Feb 22 21:05:36.365 INFO STEP 158 (remove_files) COMPLETE
50562025-02-22T21:05:37.617Z[ recovery-image] Feb 22 21:05:36.366 INFO O| Feb 22 21:05:36.365 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572025-02-22T21:05:37.638Z[ recovery-image] Feb 22 21:05:36.387 INFO O| Feb 22 21:05:36.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
50582025-02-22T21:05:37.638Z[ recovery-image] Feb 22 21:05:36.387 INFO O| Feb 22 21:05:36.387 INFO STEP 159 (remove_files) COMPLETE
50592025-02-22T21:05:37.638Z[ recovery-image] Feb 22 21:05:36.387 INFO O| Feb 22 21:05:36.387 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602025-02-22T21:05:37.657Z[ recovery-image] Feb 22 21:05:36.407 INFO O| Feb 22 21:05:36.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
50612025-02-22T21:05:37.657Z[ recovery-image] Feb 22 21:05:36.408 INFO O| Feb 22 21:05:36.407 INFO STEP 160 (remove_files) COMPLETE
50622025-02-22T21:05:37.657Z[ recovery-image] Feb 22 21:05:36.408 INFO O| Feb 22 21:05:36.408 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632025-02-22T21:05:37.696Z[ recovery-image] Feb 22 21:05:36.447 INFO O| Feb 22 21:05:36.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
50642025-02-22T21:05:37.699Z[ recovery-image] Feb 22 21:05:36.447 INFO O| Feb 22 21:05:36.447 INFO STEP 161 (remove_files) COMPLETE
50652025-02-22T21:05:37.699Z[ recovery-image] Feb 22 21:05:36.447 INFO O| Feb 22 21:05:36.447 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662025-02-22T21:05:37.711Z[ host-image] Feb 22 21:05:36.462 INFO O| Feb 22 21:05:36.462 INFO O| Download: 1113/1140 items 5.9/8.4MB 70% complete (1.1M/s)
50672025-02-22T21:05:37.717Z[ recovery-image] Feb 22 21:05:36.468 INFO O| Feb 22 21:05:36.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
50682025-02-22T21:05:37.753Z[ recovery-image] Feb 22 21:05:36.504 INFO O| Feb 22 21:05:36.504 INFO STEP 162 (remove_files) COMPLETE
50692025-02-22T21:05:37.753Z[ recovery-image] Feb 22 21:05:36.504 INFO O| Feb 22 21:05:36.504 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702025-02-22T21:05:37.775Z[ recovery-image] Feb 22 21:05:36.525 INFO O| Feb 22 21:05:36.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
50712025-02-22T21:05:37.775Z[ recovery-image] Feb 22 21:05:36.526 INFO O| Feb 22 21:05:36.526 INFO STEP 163 (remove_files) COMPLETE
50722025-02-22T21:05:37.777Z[ recovery-image] Feb 22 21:05:36.526 INFO O| Feb 22 21:05:36.526 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732025-02-22T21:05:37.810Z[ recovery-image] Feb 22 21:05:36.561 INFO O| Feb 22 21:05:36.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
50742025-02-22T21:05:37.810Z[ recovery-image] Feb 22 21:05:36.561 INFO O| Feb 22 21:05:36.561 INFO STEP 164 (remove_files) COMPLETE
50752025-02-22T21:05:37.810Z[ recovery-image] Feb 22 21:05:36.561 INFO O| Feb 22 21:05:36.561 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762025-02-22T21:05:37.832Z[ recovery-image] Feb 22 21:05:36.583 INFO O| Feb 22 21:05:36.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
50772025-02-22T21:05:37.832Z[ recovery-image] Feb 22 21:05:36.583 INFO O| Feb 22 21:05:36.583 INFO STEP 165 (remove_files) COMPLETE
50782025-02-22T21:05:37.832Z[ recovery-image] Feb 22 21:05:36.583 INFO O| Feb 22 21:05:36.583 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792025-02-22T21:05:37.852Z[ recovery-image] Feb 22 21:05:36.603 INFO O| Feb 22 21:05:36.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
50802025-02-22T21:05:37.852Z[ recovery-image] Feb 22 21:05:36.603 INFO O| Feb 22 21:05:36.603 INFO STEP 166 (remove_files) COMPLETE
50812025-02-22T21:05:37.852Z[ recovery-image] Feb 22 21:05:36.603 INFO O| Feb 22 21:05:36.603 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822025-02-22T21:05:37.873Z[ recovery-image] Feb 22 21:05:36.624 INFO O| Feb 22 21:05:36.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
50832025-02-22T21:05:37.873Z[ recovery-image] Feb 22 21:05:36.624 INFO O| Feb 22 21:05:36.624 INFO STEP 167 (remove_files) COMPLETE
50842025-02-22T21:05:37.876Z[ recovery-image] Feb 22 21:05:36.624 INFO O| Feb 22 21:05:36.624 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852025-02-22T21:05:37.893Z[ recovery-image] Feb 22 21:05:36.644 INFO O| Feb 22 21:05:36.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
50862025-02-22T21:05:37.921Z[ recovery-image] Feb 22 21:05:36.672 INFO O| Feb 22 21:05:36.672 INFO STEP 168 (remove_files) COMPLETE
50872025-02-22T21:05:37.921Z[ recovery-image] Feb 22 21:05:36.672 INFO O| Feb 22 21:05:36.672 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882025-02-22T21:05:37.973Z[ recovery-image] Feb 22 21:05:36.723 INFO O| Feb 22 21:05:36.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
50892025-02-22T21:05:37.975Z[ recovery-image] Feb 22 21:05:36.724 INFO O| Feb 22 21:05:36.723 INFO STEP 169 (remove_files) COMPLETE
50902025-02-22T21:05:37.975Z[ recovery-image] Feb 22 21:05:36.724 INFO O| Feb 22 21:05:36.724 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912025-02-22T21:05:37.993Z[ recovery-image] Feb 22 21:05:36.744 INFO O| Feb 22 21:05:36.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
50922025-02-22T21:05:37.993Z[ recovery-image] Feb 22 21:05:36.744 INFO O| Feb 22 21:05:36.744 INFO STEP 170 (remove_files) COMPLETE
50932025-02-22T21:05:37.996Z[ recovery-image] Feb 22 21:05:36.744 INFO O| Feb 22 21:05:36.744 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942025-02-22T21:05:38.030Z[ recovery-image] Feb 22 21:05:36.781 INFO O| Feb 22 21:05:36.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
50952025-02-22T21:05:38.033Z[ recovery-image] Feb 22 21:05:36.781 INFO O| Feb 22 21:05:36.781 INFO STEP 171 (remove_files) COMPLETE
50962025-02-22T21:05:38.033Z[ recovery-image] Feb 22 21:05:36.781 INFO O| Feb 22 21:05:36.781 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972025-02-22T21:05:38.058Z[ host-image] Feb 22 21:05:36.809 INFO O| Feb 22 21:05:36.809 INFO O| Download: Completed 8.42 MB in 5.39 seconds (1.6M/s)
50982025-02-22T21:05:38.073Z[ recovery-image] Feb 22 21:05:36.824 INFO O| Feb 22 21:05:36.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
50992025-02-22T21:05:38.076Z[ recovery-image] Feb 22 21:05:36.824 INFO O| Feb 22 21:05:36.824 INFO STEP 172 (remove_files) COMPLETE
51002025-02-22T21:05:38.076Z[ recovery-image] Feb 22 21:05:36.825 INFO O| Feb 22 21:05:36.825 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012025-02-22T21:05:38.100Z[ recovery-image] Feb 22 21:05:36.850 INFO O| Feb 22 21:05:36.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
51022025-02-22T21:05:38.100Z[ recovery-image] Feb 22 21:05:36.851 INFO O| Feb 22 21:05:36.851 INFO STEP 173 (remove_files) COMPLETE
51032025-02-22T21:05:38.102Z[ recovery-image] Feb 22 21:05:36.851 INFO O| Feb 22 21:05:36.851 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042025-02-22T21:05:38.149Z[ recovery-image] Feb 22 21:05:36.900 INFO O| Feb 22 21:05:36.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
51052025-02-22T21:05:38.149Z[ recovery-image] Feb 22 21:05:36.900 INFO O| Feb 22 21:05:36.900 INFO STEP 174 (remove_files) COMPLETE
51062025-02-22T21:05:38.152Z[ recovery-image] Feb 22 21:05:36.900 INFO O| Feb 22 21:05:36.900 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072025-02-22T21:05:38.169Z[ recovery-image] Feb 22 21:05:36.920 INFO O| Feb 22 21:05:36.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
51082025-02-22T21:05:38.169Z[ recovery-image] Feb 22 21:05:36.920 INFO O| Feb 22 21:05:36.920 INFO STEP 175 (remove_files) COMPLETE
51092025-02-22T21:05:38.169Z[ recovery-image] Feb 22 21:05:36.920 INFO O| Feb 22 21:05:36.920 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102025-02-22T21:05:38.184Z[ host-image] Feb 22 21:05:36.935 INFO O| Feb 22 21:05:36.934 INFO O| Actions: 1/1361 actions (Installing new actions)
51112025-02-22T21:05:38.187Z[ recovery-image] Feb 22 21:05:36.939 INFO O| Feb 22 21:05:36.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
51122025-02-22T21:05:38.188Z[ recovery-image] Feb 22 21:05:36.939 INFO O| Feb 22 21:05:36.939 INFO STEP 176 (remove_files) COMPLETE
51132025-02-22T21:05:38.190Z[ recovery-image] Feb 22 21:05:36.939 INFO O| Feb 22 21:05:36.939 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142025-02-22T21:05:38.219Z[ recovery-image] Feb 22 21:05:36.970 INFO O| Feb 22 21:05:36.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
51152025-02-22T21:05:38.222Z[ recovery-image] Feb 22 21:05:36.970 INFO O| Feb 22 21:05:36.970 INFO STEP 177 (remove_files) COMPLETE
51162025-02-22T21:05:38.222Z[ recovery-image] Feb 22 21:05:36.971 INFO O| Feb 22 21:05:36.970 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172025-02-22T21:05:38.241Z[ recovery-image] Feb 22 21:05:36.991 INFO O| Feb 22 21:05:36.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
51182025-02-22T21:05:38.241Z[ recovery-image] Feb 22 21:05:36.991 INFO O| Feb 22 21:05:36.991 INFO STEP 178 (remove_files) COMPLETE
51192025-02-22T21:05:38.244Z[ recovery-image] Feb 22 21:05:36.992 INFO O| Feb 22 21:05:36.991 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202025-02-22T21:05:38.259Z[ recovery-image] Feb 22 21:05:37.010 INFO O| Feb 22 21:05:37.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
51212025-02-22T21:05:38.290Z[ recovery-image] Feb 22 21:05:37.040 INFO O| Feb 22 21:05:37.040 INFO STEP 179 (remove_files) COMPLETE
51222025-02-22T21:05:38.290Z[ recovery-image] Feb 22 21:05:37.040 INFO O| Feb 22 21:05:37.040 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232025-02-22T21:05:38.311Z[ recovery-image] Feb 22 21:05:37.061 INFO O| Feb 22 21:05:37.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
51242025-02-22T21:05:38.311Z[ recovery-image] Feb 22 21:05:37.061 INFO O| Feb 22 21:05:37.061 INFO STEP 180 (remove_files) COMPLETE
51252025-02-22T21:05:38.311Z[ recovery-image] Feb 22 21:05:37.061 INFO O| Feb 22 21:05:37.061 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262025-02-22T21:05:38.354Z[ recovery-image] Feb 22 21:05:37.105 INFO O| Feb 22 21:05:37.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
51272025-02-22T21:05:38.357Z[ recovery-image] Feb 22 21:05:37.106 INFO O| Feb 22 21:05:37.105 INFO STEP 181 (remove_files) COMPLETE
51282025-02-22T21:05:38.357Z[ recovery-image] Feb 22 21:05:37.106 INFO O| Feb 22 21:05:37.105 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292025-02-22T21:05:38.376Z[ recovery-image] Feb 22 21:05:37.127 INFO O| Feb 22 21:05:37.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
51302025-02-22T21:05:38.376Z[ recovery-image] Feb 22 21:05:37.127 INFO O| Feb 22 21:05:37.127 INFO STEP 182 (remove_files) COMPLETE
51312025-02-22T21:05:38.377Z[ recovery-image] Feb 22 21:05:37.127 INFO O| Feb 22 21:05:37.127 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322025-02-22T21:05:38.396Z[ recovery-image] Feb 22 21:05:37.147 INFO O| Feb 22 21:05:37.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
51332025-02-22T21:05:38.396Z[ recovery-image] Feb 22 21:05:37.147 INFO O| Feb 22 21:05:37.147 INFO STEP 183 (remove_files) COMPLETE
51342025-02-22T21:05:38.396Z[ recovery-image] Feb 22 21:05:37.147 INFO O| Feb 22 21:05:37.147 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352025-02-22T21:05:38.417Z[ recovery-image] Feb 22 21:05:37.168 INFO O| Feb 22 21:05:37.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
51362025-02-22T21:05:38.420Z[ recovery-image] Feb 22 21:05:37.168 INFO O| Feb 22 21:05:37.168 INFO STEP 184 (remove_files) COMPLETE
51372025-02-22T21:05:38.420Z[ recovery-image] Feb 22 21:05:37.169 INFO O| Feb 22 21:05:37.168 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382025-02-22T21:05:38.442Z[ recovery-image] Feb 22 21:05:37.193 INFO O| Feb 22 21:05:37.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
51392025-02-22T21:05:38.445Z[ recovery-image] Feb 22 21:05:37.194 INFO O| Feb 22 21:05:37.193 INFO STEP 185 (remove_files) COMPLETE
51402025-02-22T21:05:38.445Z[ recovery-image] Feb 22 21:05:37.194 INFO O| Feb 22 21:05:37.194 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412025-02-22T21:05:38.463Z[ recovery-image] Feb 22 21:05:37.214 INFO O| Feb 22 21:05:37.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
51422025-02-22T21:05:38.466Z[ recovery-image] Feb 22 21:05:37.214 INFO O| Feb 22 21:05:37.214 INFO STEP 186 (remove_files) COMPLETE
51432025-02-22T21:05:38.466Z[ recovery-image] Feb 22 21:05:37.215 INFO O| Feb 22 21:05:37.215 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442025-02-22T21:05:38.484Z[ recovery-image] Feb 22 21:05:37.234 INFO O| Feb 22 21:05:37.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
51452025-02-22T21:05:38.488Z[ recovery-image] Feb 22 21:05:37.234 INFO O| Feb 22 21:05:37.234 INFO STEP 187 (remove_files) COMPLETE
51462025-02-22T21:05:38.488Z[ recovery-image] Feb 22 21:05:37.235 INFO O| Feb 22 21:05:37.234 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472025-02-22T21:05:38.504Z[ recovery-image] Feb 22 21:05:37.255 INFO O| Feb 22 21:05:37.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
51482025-02-22T21:05:38.506Z[ recovery-image] Feb 22 21:05:37.255 INFO O| Feb 22 21:05:37.255 INFO STEP 188 (remove_files) COMPLETE
51492025-02-22T21:05:38.506Z[ recovery-image] Feb 22 21:05:37.255 INFO O| Feb 22 21:05:37.255 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502025-02-22T21:05:38.547Z[ recovery-image] Feb 22 21:05:37.297 INFO O| Feb 22 21:05:37.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
51512025-02-22T21:05:38.547Z[ recovery-image] Feb 22 21:05:37.297 INFO O| Feb 22 21:05:37.297 INFO STEP 189 (remove_files) COMPLETE
51522025-02-22T21:05:38.547Z[ recovery-image] Feb 22 21:05:37.297 INFO O| Feb 22 21:05:37.297 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532025-02-22T21:05:38.570Z[ recovery-image] Feb 22 21:05:37.320 INFO O| Feb 22 21:05:37.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
51542025-02-22T21:05:38.570Z[ recovery-image] Feb 22 21:05:37.320 INFO O| Feb 22 21:05:37.320 INFO STEP 190 (remove_files) COMPLETE
51552025-02-22T21:05:38.572Z[ recovery-image] Feb 22 21:05:37.320 INFO O| Feb 22 21:05:37.320 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562025-02-22T21:05:38.591Z[ recovery-image] Feb 22 21:05:37.342 INFO O| Feb 22 21:05:37.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
51572025-02-22T21:05:38.591Z[ recovery-image] Feb 22 21:05:37.342 INFO O| Feb 22 21:05:37.342 INFO STEP 191 (remove_files) COMPLETE
51582025-02-22T21:05:38.594Z[ recovery-image] Feb 22 21:05:37.342 INFO O| Feb 22 21:05:37.342 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592025-02-22T21:05:38.612Z[ recovery-image] Feb 22 21:05:37.363 INFO O| Feb 22 21:05:37.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
51602025-02-22T21:05:38.615Z[ recovery-image] Feb 22 21:05:37.363 INFO O| Feb 22 21:05:37.363 INFO STEP 192 (remove_files) COMPLETE
51612025-02-22T21:05:38.615Z[ recovery-image] Feb 22 21:05:37.363 INFO O| Feb 22 21:05:37.363 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622025-02-22T21:05:38.633Z[ recovery-image] Feb 22 21:05:37.384 INFO O| Feb 22 21:05:37.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
51632025-02-22T21:05:38.645Z[ recovery-image] Feb 22 21:05:37.396 INFO O| Feb 22 21:05:37.396 INFO STEP 193 (remove_files) COMPLETE
51642025-02-22T21:05:38.645Z[ recovery-image] Feb 22 21:05:37.396 INFO O| Feb 22 21:05:37.396 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652025-02-22T21:05:38.707Z[ recovery-image] Feb 22 21:05:37.458 INFO O| Feb 22 21:05:37.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
51662025-02-22T21:05:38.710Z[ recovery-image] Feb 22 21:05:37.458 INFO O| Feb 22 21:05:37.458 INFO STEP 194 (remove_files) COMPLETE
51672025-02-22T21:05:38.710Z[ recovery-image] Feb 22 21:05:37.458 INFO O| Feb 22 21:05:37.458 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682025-02-22T21:05:38.730Z[ recovery-image] Feb 22 21:05:37.481 INFO O| Feb 22 21:05:37.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
51692025-02-22T21:05:38.730Z[ recovery-image] Feb 22 21:05:37.481 INFO O| Feb 22 21:05:37.481 INFO STEP 195 (remove_files) COMPLETE
51702025-02-22T21:05:38.733Z[ recovery-image] Feb 22 21:05:37.481 INFO O| Feb 22 21:05:37.481 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712025-02-22T21:05:38.756Z[ recovery-image] Feb 22 21:05:37.507 INFO O| Feb 22 21:05:37.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
51722025-02-22T21:05:38.756Z[ recovery-image] Feb 22 21:05:37.507 INFO O| Feb 22 21:05:37.507 INFO STEP 196 (remove_files) COMPLETE
51732025-02-22T21:05:38.759Z[ recovery-image] Feb 22 21:05:37.507 INFO O| Feb 22 21:05:37.507 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742025-02-22T21:05:38.797Z[ recovery-image] Feb 22 21:05:37.548 INFO O| Feb 22 21:05:37.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
51752025-02-22T21:05:38.800Z[ recovery-image] Feb 22 21:05:37.548 INFO O| Feb 22 21:05:37.548 INFO STEP 197 (remove_files) COMPLETE
51762025-02-22T21:05:38.800Z[ recovery-image] Feb 22 21:05:37.549 INFO O| Feb 22 21:05:37.548 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772025-02-22T21:05:38.819Z[ recovery-image] Feb 22 21:05:37.570 INFO O| Feb 22 21:05:37.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
51782025-02-22T21:05:38.822Z[ recovery-image] Feb 22 21:05:37.570 INFO O| Feb 22 21:05:37.570 INFO STEP 198 (remove_files) COMPLETE
51792025-02-22T21:05:38.822Z[ recovery-image] Feb 22 21:05:37.570 INFO O| Feb 22 21:05:37.570 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802025-02-22T21:05:38.938Z[ recovery-image] Feb 22 21:05:37.689 INFO O| Feb 22 21:05:37.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
51812025-02-22T21:05:38.938Z[ recovery-image] Feb 22 21:05:37.689 INFO O| Feb 22 21:05:37.689 INFO STEP 199 (remove_files) COMPLETE
51822025-02-22T21:05:38.941Z[ recovery-image] Feb 22 21:05:37.689 INFO O| Feb 22 21:05:37.689 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832025-02-22T21:05:38.955Z[ host-image] Feb 22 21:05:37.706 INFO O| Feb 22 21:05:37.706 INFO O| Actions: Completed 1361 actions in 0.77 seconds.
51842025-02-22T21:05:38.985Z[ recovery-image] Feb 22 21:05:37.736 INFO O| Feb 22 21:05:37.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
51852025-02-22T21:05:38.985Z[ recovery-image] Feb 22 21:05:37.736 INFO O| Feb 22 21:05:37.736 INFO STEP 200 (remove_files) COMPLETE
51862025-02-22T21:05:38.985Z[ recovery-image] Feb 22 21:05:37.736 INFO O| Feb 22 21:05:37.736 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872025-02-22T21:05:39.009Z[ recovery-image] Feb 22 21:05:37.760 INFO O| Feb 22 21:05:37.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
51882025-02-22T21:05:39.012Z[ recovery-image] Feb 22 21:05:37.760 INFO O| Feb 22 21:05:37.760 INFO STEP 201 (remove_files) COMPLETE
51892025-02-22T21:05:39.012Z[ recovery-image] Feb 22 21:05:37.760 INFO O| Feb 22 21:05:37.760 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902025-02-22T21:05:39.031Z[ recovery-image] Feb 22 21:05:37.781 INFO O| Feb 22 21:05:37.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
51912025-02-22T21:05:39.031Z[ recovery-image] Feb 22 21:05:37.782 INFO O| Feb 22 21:05:37.782 INFO STEP 202 (remove_files) COMPLETE
51922025-02-22T21:05:39.034Z[ recovery-image] Feb 22 21:05:37.782 INFO O| Feb 22 21:05:37.782 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932025-02-22T21:05:39.052Z[ recovery-image] Feb 22 21:05:37.803 INFO O| Feb 22 21:05:37.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
51942025-02-22T21:05:39.052Z[ recovery-image] Feb 22 21:05:37.803 INFO O| Feb 22 21:05:37.803 INFO STEP 203 (remove_files) COMPLETE
51952025-02-22T21:05:39.052Z[ recovery-image] Feb 22 21:05:37.803 INFO O| Feb 22 21:05:37.803 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962025-02-22T21:05:39.072Z[ recovery-image] Feb 22 21:05:37.823 INFO O| Feb 22 21:05:37.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
51972025-02-22T21:05:39.072Z[ recovery-image] Feb 22 21:05:37.823 INFO O| Feb 22 21:05:37.823 INFO STEP 204 (remove_files) COMPLETE
51982025-02-22T21:05:39.075Z[ recovery-image] Feb 22 21:05:37.823 INFO O| Feb 22 21:05:37.823 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992025-02-22T21:05:39.094Z[ recovery-image] Feb 22 21:05:37.845 INFO O| Feb 22 21:05:37.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
52002025-02-22T21:05:39.094Z[ recovery-image] Feb 22 21:05:37.845 INFO O| Feb 22 21:05:37.845 INFO STEP 205 (remove_files) COMPLETE
52012025-02-22T21:05:39.097Z[ recovery-image] Feb 22 21:05:37.845 INFO O| Feb 22 21:05:37.845 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022025-02-22T21:05:39.129Z[ recovery-image] Feb 22 21:05:37.880 INFO O| Feb 22 21:05:37.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
52032025-02-22T21:05:39.129Z[ recovery-image] Feb 22 21:05:37.880 INFO O| Feb 22 21:05:37.880 INFO STEP 206 (remove_files) COMPLETE
52042025-02-22T21:05:39.129Z[ recovery-image] Feb 22 21:05:37.880 INFO O| Feb 22 21:05:37.880 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052025-02-22T21:05:39.151Z[ recovery-image] Feb 22 21:05:37.901 INFO O| Feb 22 21:05:37.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
52062025-02-22T21:05:39.151Z[ recovery-image] Feb 22 21:05:37.901 INFO O| Feb 22 21:05:37.901 INFO STEP 207 (remove_files) COMPLETE
52072025-02-22T21:05:39.151Z[ recovery-image] Feb 22 21:05:37.902 INFO O| Feb 22 21:05:37.901 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082025-02-22T21:05:39.171Z[ recovery-image] Feb 22 21:05:37.922 INFO O| Feb 22 21:05:37.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
52092025-02-22T21:05:39.171Z[ recovery-image] Feb 22 21:05:37.922 INFO O| Feb 22 21:05:37.922 INFO STEP 208 (remove_files) COMPLETE
52102025-02-22T21:05:39.171Z[ recovery-image] Feb 22 21:05:37.922 INFO O| Feb 22 21:05:37.922 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112025-02-22T21:05:39.208Z[ recovery-image] Feb 22 21:05:37.958 INFO O| Feb 22 21:05:37.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
52122025-02-22T21:05:39.208Z[ recovery-image] Feb 22 21:05:37.959 INFO O| Feb 22 21:05:37.959 INFO STEP 209 (remove_files) COMPLETE
52132025-02-22T21:05:39.208Z[ recovery-image] Feb 22 21:05:37.959 INFO O| Feb 22 21:05:37.959 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142025-02-22T21:05:39.230Z[ recovery-image] Feb 22 21:05:37.980 INFO O| Feb 22 21:05:37.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
52152025-02-22T21:05:39.230Z[ recovery-image] Feb 22 21:05:37.981 INFO O| Feb 22 21:05:37.981 INFO STEP 210 (remove_files) COMPLETE
52162025-02-22T21:05:39.234Z[ recovery-image] Feb 22 21:05:37.981 INFO O| Feb 22 21:05:37.981 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172025-02-22T21:05:39.262Z[ recovery-image] Feb 22 21:05:38.013 INFO O| Feb 22 21:05:38.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
52182025-02-22T21:05:39.262Z[ recovery-image] Feb 22 21:05:38.013 INFO O| Feb 22 21:05:38.013 INFO STEP 211 (remove_files) COMPLETE
52192025-02-22T21:05:39.262Z[ recovery-image] Feb 22 21:05:38.013 INFO O| Feb 22 21:05:38.013 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202025-02-22T21:05:39.283Z[ recovery-image] Feb 22 21:05:38.034 INFO O| Feb 22 21:05:38.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
52212025-02-22T21:05:39.284Z[ recovery-image] Feb 22 21:05:38.034 INFO O| Feb 22 21:05:38.034 INFO STEP 212 (remove_files) COMPLETE
52222025-02-22T21:05:39.286Z[ recovery-image] Feb 22 21:05:38.034 INFO O| Feb 22 21:05:38.034 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232025-02-22T21:05:39.304Z[ recovery-image] Feb 22 21:05:38.054 INFO O| Feb 22 21:05:38.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
52242025-02-22T21:05:39.304Z[ recovery-image] Feb 22 21:05:38.054 INFO O| Feb 22 21:05:38.054 INFO STEP 213 (remove_files) COMPLETE
52252025-02-22T21:05:39.304Z[ recovery-image] Feb 22 21:05:38.054 INFO O| Feb 22 21:05:38.054 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262025-02-22T21:05:39.323Z[ recovery-image] Feb 22 21:05:38.074 INFO O| Feb 22 21:05:38.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
52272025-02-22T21:05:39.326Z[ recovery-image] Feb 22 21:05:38.074 INFO O| Feb 22 21:05:38.074 INFO STEP 214 (remove_files) COMPLETE
52282025-02-22T21:05:39.326Z[ recovery-image] Feb 22 21:05:38.075 INFO O| Feb 22 21:05:38.074 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292025-02-22T21:05:39.344Z[ recovery-image] Feb 22 21:05:38.095 INFO O| Feb 22 21:05:38.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
52302025-02-22T21:05:39.344Z[ recovery-image] Feb 22 21:05:38.095 INFO O| Feb 22 21:05:38.095 INFO STEP 215 (remove_files) COMPLETE
52312025-02-22T21:05:39.347Z[ recovery-image] Feb 22 21:05:38.095 INFO O| Feb 22 21:05:38.095 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322025-02-22T21:05:39.366Z[ recovery-image] Feb 22 21:05:38.117 INFO O| Feb 22 21:05:38.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
52332025-02-22T21:05:39.369Z[ recovery-image] Feb 22 21:05:38.117 INFO O| Feb 22 21:05:38.117 INFO STEP 216 (remove_files) COMPLETE
52342025-02-22T21:05:39.369Z[ recovery-image] Feb 22 21:05:38.118 INFO O| Feb 22 21:05:38.117 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352025-02-22T21:05:39.404Z[ recovery-image] Feb 22 21:05:38.155 INFO O| Feb 22 21:05:38.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
52362025-02-22T21:05:39.404Z[ recovery-image] Feb 22 21:05:38.155 INFO O| Feb 22 21:05:38.155 INFO STEP 217 (remove_files) COMPLETE
52372025-02-22T21:05:39.408Z[ recovery-image] Feb 22 21:05:38.155 INFO O| Feb 22 21:05:38.155 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382025-02-22T21:05:39.427Z[ recovery-image] Feb 22 21:05:38.178 INFO O| Feb 22 21:05:38.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
52392025-02-22T21:05:39.427Z[ recovery-image] Feb 22 21:05:38.178 INFO O| Feb 22 21:05:38.178 INFO STEP 218 (remove_files) COMPLETE
52402025-02-22T21:05:39.428Z[ recovery-image] Feb 22 21:05:38.178 INFO O| Feb 22 21:05:38.178 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412025-02-22T21:05:39.459Z[ recovery-image] Feb 22 21:05:38.210 INFO O| Feb 22 21:05:38.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
52422025-02-22T21:05:39.479Z[ recovery-image] Feb 22 21:05:38.230 INFO O| Feb 22 21:05:38.230 INFO STEP 219 (remove_files) COMPLETE
52432025-02-22T21:05:39.482Z[ recovery-image] Feb 22 21:05:38.230 INFO O| Feb 22 21:05:38.230 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442025-02-22T21:05:39.537Z[ recovery-image] Feb 22 21:05:38.288 INFO O| Feb 22 21:05:38.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
52452025-02-22T21:05:39.537Z[ recovery-image] Feb 22 21:05:38.288 INFO O| Feb 22 21:05:38.288 INFO STEP 220 (remove_files) COMPLETE
52462025-02-22T21:05:39.537Z[ recovery-image] Feb 22 21:05:38.288 INFO O| Feb 22 21:05:38.288 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472025-02-22T21:05:39.583Z[ recovery-image] Feb 22 21:05:38.334 INFO O| Feb 22 21:05:38.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
52482025-02-22T21:05:39.585Z[ recovery-image] Feb 22 21:05:38.334 INFO O| Feb 22 21:05:38.334 INFO STEP 221 (remove_files) COMPLETE
52492025-02-22T21:05:39.586Z[ recovery-image] Feb 22 21:05:38.334 INFO O| Feb 22 21:05:38.334 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502025-02-22T21:05:39.631Z[ recovery-image] Feb 22 21:05:38.382 INFO O| Feb 22 21:05:38.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
52512025-02-22T21:05:39.631Z[ recovery-image] Feb 22 21:05:38.382 INFO O| Feb 22 21:05:38.382 INFO STEP 222 (remove_files) COMPLETE
52522025-02-22T21:05:39.631Z[ recovery-image] Feb 22 21:05:38.382 INFO O| Feb 22 21:05:38.382 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532025-02-22T21:05:39.669Z[ host-image] Feb 22 21:05:38.420 INFO O| Feb 22 21:05:38.420 INFO O| Done
52542025-02-22T21:05:39.669Z[ host-image] Feb 22 21:05:38.420 INFO O| Feb 22 21:05:38.420 INFO O| Done
52552025-02-22T21:05:39.712Z[ recovery-image] Feb 22 21:05:38.450 INFO O| Feb 22 21:05:38.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
52562025-02-22T21:05:39.712Z[ recovery-image] Feb 22 21:05:38.450 INFO O| Feb 22 21:05:38.450 INFO STEP 223 (remove_files) COMPLETE
52572025-02-22T21:05:39.713Z[ recovery-image] Feb 22 21:05:38.450 INFO O| Feb 22 21:05:38.450 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582025-02-22T21:05:39.736Z[ recovery-image] Feb 22 21:05:38.471 INFO O| Feb 22 21:05:38.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
52592025-02-22T21:05:39.736Z[ recovery-image] Feb 22 21:05:38.471 INFO O| Feb 22 21:05:38.471 INFO STEP 224 (remove_files) COMPLETE
52602025-02-22T21:05:39.736Z[ recovery-image] Feb 22 21:05:38.471 INFO O| Feb 22 21:05:38.471 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612025-02-22T21:05:39.757Z[ recovery-image] Feb 22 21:05:38.508 INFO O| Feb 22 21:05:38.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
52622025-02-22T21:05:39.757Z[ recovery-image] Feb 22 21:05:38.508 INFO O| Feb 22 21:05:38.499 INFO STEP 225 (remove_files) COMPLETE
52632025-02-22T21:05:39.757Z[ recovery-image] Feb 22 21:05:38.508 INFO O| Feb 22 21:05:38.499 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642025-02-22T21:05:39.770Z[ recovery-image] Feb 22 21:05:38.520 INFO O| Feb 22 21:05:38.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
52652025-02-22T21:05:39.770Z[ recovery-image] Feb 22 21:05:38.520 INFO O| Feb 22 21:05:38.520 INFO STEP 226 (remove_files) COMPLETE
52662025-02-22T21:05:39.770Z[ recovery-image] Feb 22 21:05:38.520 INFO O| Feb 22 21:05:38.520 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672025-02-22T21:05:39.790Z[ recovery-image] Feb 22 21:05:38.541 INFO O| Feb 22 21:05:38.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
52682025-02-22T21:05:39.793Z[ recovery-image] Feb 22 21:05:38.541 INFO O| Feb 22 21:05:38.541 INFO STEP 227 (remove_files) COMPLETE
52692025-02-22T21:05:39.793Z[ recovery-image] Feb 22 21:05:38.541 INFO O| Feb 22 21:05:38.541 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702025-02-22T21:05:39.809Z[ recovery-image] Feb 22 21:05:38.560 INFO O| Feb 22 21:05:38.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
52712025-02-22T21:05:39.812Z[ recovery-image] Feb 22 21:05:38.560 INFO O| Feb 22 21:05:38.560 INFO STEP 228 (remove_files) COMPLETE
52722025-02-22T21:05:39.812Z[ recovery-image] Feb 22 21:05:38.560 INFO O| Feb 22 21:05:38.560 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732025-02-22T21:05:39.845Z[ recovery-image] Feb 22 21:05:38.596 INFO O| Feb 22 21:05:38.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
52742025-02-22T21:05:39.848Z[ recovery-image] Feb 22 21:05:38.596 INFO O| Feb 22 21:05:38.596 INFO STEP 229 (remove_files) COMPLETE
52752025-02-22T21:05:39.848Z[ recovery-image] Feb 22 21:05:38.597 INFO O| Feb 22 21:05:38.597 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762025-02-22T21:05:39.869Z[ recovery-image] Feb 22 21:05:38.620 INFO O| Feb 22 21:05:38.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
52772025-02-22T21:05:39.872Z[ recovery-image] Feb 22 21:05:38.620 INFO O| Feb 22 21:05:38.620 INFO STEP 230 (remove_files) COMPLETE
52782025-02-22T21:05:39.872Z[ recovery-image] Feb 22 21:05:38.620 INFO O| Feb 22 21:05:38.620 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792025-02-22T21:05:39.911Z[ recovery-image] Feb 22 21:05:38.662 INFO O| Feb 22 21:05:38.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
52802025-02-22T21:05:39.911Z[ recovery-image] Feb 22 21:05:38.662 INFO O| Feb 22 21:05:38.662 INFO STEP 231 (remove_files) COMPLETE
52812025-02-22T21:05:39.914Z[ recovery-image] Feb 22 21:05:38.662 INFO O| Feb 22 21:05:38.662 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822025-02-22T21:05:39.934Z[ recovery-image] Feb 22 21:05:38.685 INFO O| Feb 22 21:05:38.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
52832025-02-22T21:05:39.934Z[ recovery-image] Feb 22 21:05:38.685 INFO O| Feb 22 21:05:38.685 INFO STEP 232 (remove_files) COMPLETE
52842025-02-22T21:05:39.934Z[ recovery-image] Feb 22 21:05:38.685 INFO O| Feb 22 21:05:38.685 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852025-02-22T21:05:39.992Z[ recovery-image] Feb 22 21:05:38.743 INFO O| Feb 22 21:05:38.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
52862025-02-22T21:05:39.992Z[ recovery-image] Feb 22 21:05:38.743 INFO O| Feb 22 21:05:38.743 INFO STEP 233 (remove_files) COMPLETE
52872025-02-22T21:05:39.995Z[ recovery-image] Feb 22 21:05:38.743 INFO O| Feb 22 21:05:38.743 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882025-02-22T21:05:40.013Z[ recovery-image] Feb 22 21:05:38.764 INFO O| Feb 22 21:05:38.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
52892025-02-22T21:05:40.013Z[ recovery-image] Feb 22 21:05:38.764 INFO O| Feb 22 21:05:38.764 INFO STEP 234 (remove_files) COMPLETE
52902025-02-22T21:05:40.015Z[ recovery-image] Feb 22 21:05:38.764 INFO O| Feb 22 21:05:38.764 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912025-02-22T21:05:40.032Z[ recovery-image] Feb 22 21:05:38.783 INFO O| Feb 22 21:05:38.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
52922025-02-22T21:05:40.032Z[ recovery-image] Feb 22 21:05:38.783 INFO O| Feb 22 21:05:38.783 INFO STEP 235 (remove_files) COMPLETE
52932025-02-22T21:05:40.035Z[ recovery-image] Feb 22 21:05:38.783 INFO O| Feb 22 21:05:38.783 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942025-02-22T21:05:40.057Z[ recovery-image] Feb 22 21:05:38.808 INFO O| Feb 22 21:05:38.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
52952025-02-22T21:05:40.057Z[ recovery-image] Feb 22 21:05:38.808 INFO O| Feb 22 21:05:38.808 INFO STEP 236 (remove_files) COMPLETE
52962025-02-22T21:05:40.060Z[ recovery-image] Feb 22 21:05:38.808 INFO O| Feb 22 21:05:38.808 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972025-02-22T21:05:40.115Z[ recovery-image] Feb 22 21:05:38.866 INFO O| Feb 22 21:05:38.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
52982025-02-22T21:05:40.115Z[ recovery-image] Feb 22 21:05:38.866 INFO O| Feb 22 21:05:38.866 INFO STEP 237 (remove_files) COMPLETE
52992025-02-22T21:05:40.118Z[ recovery-image] Feb 22 21:05:38.866 INFO O| Feb 22 21:05:38.866 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002025-02-22T21:05:40.242Z[ recovery-image] Feb 22 21:05:38.993 INFO O| Feb 22 21:05:38.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
53012025-02-22T21:05:40.246Z[ recovery-image] Feb 22 21:05:38.993 INFO O| Feb 22 21:05:38.993 INFO STEP 238 (remove_files) COMPLETE
53022025-02-22T21:05:40.246Z[ recovery-image] Feb 22 21:05:38.993 INFO O| Feb 22 21:05:38.993 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032025-02-22T21:05:40.270Z[ recovery-image] Feb 22 21:05:39.020 INFO O| Feb 22 21:05:39.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
53042025-02-22T21:05:40.272Z[ recovery-image] Feb 22 21:05:39.021 INFO O| Feb 22 21:05:39.021 INFO STEP 239 (remove_files) COMPLETE
53052025-02-22T21:05:40.272Z[ recovery-image] Feb 22 21:05:39.021 INFO O| Feb 22 21:05:39.021 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062025-02-22T21:05:40.333Z[ recovery-image] Feb 22 21:05:39.084 INFO O| Feb 22 21:05:39.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
53072025-02-22T21:05:40.333Z[ recovery-image] Feb 22 21:05:39.084 INFO O| Feb 22 21:05:39.084 INFO STEP 240 (remove_files) COMPLETE
53082025-02-22T21:05:40.337Z[ recovery-image] Feb 22 21:05:39.084 INFO O| Feb 22 21:05:39.084 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092025-02-22T21:05:40.355Z[ recovery-image] Feb 22 21:05:39.106 INFO O| Feb 22 21:05:39.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
53102025-02-22T21:05:40.355Z[ recovery-image] Feb 22 21:05:39.106 INFO O| Feb 22 21:05:39.106 INFO STEP 241 (remove_files) COMPLETE
53112025-02-22T21:05:40.355Z[ recovery-image] Feb 22 21:05:39.106 INFO O| Feb 22 21:05:39.106 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122025-02-22T21:05:40.375Z[ recovery-image] Feb 22 21:05:39.126 INFO O| Feb 22 21:05:39.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
53132025-02-22T21:05:40.375Z[ recovery-image] Feb 22 21:05:39.126 INFO O| Feb 22 21:05:39.126 INFO STEP 242 (remove_files) COMPLETE
53142025-02-22T21:05:40.378Z[ recovery-image] Feb 22 21:05:39.126 INFO O| Feb 22 21:05:39.126 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152025-02-22T21:05:40.461Z[ recovery-image] Feb 22 21:05:39.212 INFO O| Feb 22 21:05:39.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
53162025-02-22T21:05:40.461Z[ recovery-image] Feb 22 21:05:39.212 INFO O| Feb 22 21:05:39.212 INFO STEP 243 (remove_files) COMPLETE
53172025-02-22T21:05:40.462Z[ recovery-image] Feb 22 21:05:39.212 INFO O| Feb 22 21:05:39.212 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182025-02-22T21:05:40.480Z[ recovery-image] Feb 22 21:05:39.231 INFO O| Feb 22 21:05:39.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
53192025-02-22T21:05:40.480Z[ recovery-image] Feb 22 21:05:39.231 INFO O| Feb 22 21:05:39.231 INFO STEP 244 (remove_files) COMPLETE
53202025-02-22T21:05:40.483Z[ recovery-image] Feb 22 21:05:39.231 INFO O| Feb 22 21:05:39.231 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212025-02-22T21:05:40.500Z[ recovery-image] Feb 22 21:05:39.251 INFO O| Feb 22 21:05:39.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
53222025-02-22T21:05:40.500Z[ recovery-image] Feb 22 21:05:39.251 INFO O| Feb 22 21:05:39.251 INFO STEP 245 (remove_files) COMPLETE
53232025-02-22T21:05:40.503Z[ recovery-image] Feb 22 21:05:39.251 INFO O| Feb 22 21:05:39.251 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242025-02-22T21:05:40.520Z[ recovery-image] Feb 22 21:05:39.270 INFO O| Feb 22 21:05:39.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
53252025-02-22T21:05:40.540Z[ recovery-image] Feb 22 21:05:39.291 INFO O| Feb 22 21:05:39.291 INFO STEP 246 (remove_files) COMPLETE
53262025-02-22T21:05:40.540Z[ recovery-image] Feb 22 21:05:39.291 INFO O| Feb 22 21:05:39.291 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272025-02-22T21:05:40.585Z[ recovery-image] Feb 22 21:05:39.336 INFO O| Feb 22 21:05:39.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
53282025-02-22T21:05:40.585Z[ recovery-image] Feb 22 21:05:39.336 INFO O| Feb 22 21:05:39.336 INFO STEP 247 (remove_files) COMPLETE
53292025-02-22T21:05:40.585Z[ recovery-image] Feb 22 21:05:39.336 INFO O| Feb 22 21:05:39.336 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302025-02-22T21:05:40.606Z[ recovery-image] Feb 22 21:05:39.357 INFO O| Feb 22 21:05:39.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
53312025-02-22T21:05:40.606Z[ recovery-image] Feb 22 21:05:39.357 INFO O| Feb 22 21:05:39.357 INFO STEP 248 (remove_files) COMPLETE
53322025-02-22T21:05:40.606Z[ recovery-image] Feb 22 21:05:39.357 INFO O| Feb 22 21:05:39.357 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332025-02-22T21:05:40.648Z[ recovery-image] Feb 22 21:05:39.399 INFO O| Feb 22 21:05:39.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
53342025-02-22T21:05:40.648Z[ recovery-image] Feb 22 21:05:39.399 INFO O| Feb 22 21:05:39.399 INFO STEP 249 (remove_files) COMPLETE
53352025-02-22T21:05:40.648Z[ recovery-image] Feb 22 21:05:39.399 INFO O| Feb 22 21:05:39.399 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362025-02-22T21:05:40.672Z[ recovery-image] Feb 22 21:05:39.422 INFO O| Feb 22 21:05:39.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
53372025-02-22T21:05:40.674Z[ recovery-image] Feb 22 21:05:39.422 INFO O| Feb 22 21:05:39.422 INFO STEP 250 (remove_files) COMPLETE
53382025-02-22T21:05:40.674Z[ recovery-image] Feb 22 21:05:39.422 INFO O| Feb 22 21:05:39.422 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392025-02-22T21:05:40.692Z[ recovery-image] Feb 22 21:05:39.443 INFO O| Feb 22 21:05:39.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
53402025-02-22T21:05:40.692Z[ recovery-image] Feb 22 21:05:39.443 INFO O| Feb 22 21:05:39.443 INFO STEP 251 (remove_files) COMPLETE
53412025-02-22T21:05:40.692Z[ recovery-image] Feb 22 21:05:39.443 INFO O| Feb 22 21:05:39.443 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422025-02-22T21:05:40.716Z[ recovery-image] Feb 22 21:05:39.467 INFO O| Feb 22 21:05:39.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
53432025-02-22T21:05:40.741Z[ recovery-image] Feb 22 21:05:39.491 INFO O| Feb 22 21:05:39.491 INFO STEP 252 (remove_files) COMPLETE
53442025-02-22T21:05:40.741Z[ recovery-image] Feb 22 21:05:39.491 INFO O| Feb 22 21:05:39.491 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452025-02-22T21:05:40.763Z[ recovery-image] Feb 22 21:05:39.514 INFO O| Feb 22 21:05:39.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
53462025-02-22T21:05:40.763Z[ recovery-image] Feb 22 21:05:39.514 INFO O| Feb 22 21:05:39.514 INFO STEP 253 (remove_files) COMPLETE
53472025-02-22T21:05:40.763Z[ recovery-image] Feb 22 21:05:39.514 INFO O| Feb 22 21:05:39.514 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482025-02-22T21:05:40.822Z[ recovery-image] Feb 22 21:05:39.573 INFO O| Feb 22 21:05:39.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
53492025-02-22T21:05:40.825Z[ recovery-image] Feb 22 21:05:39.573 INFO O| Feb 22 21:05:39.573 INFO STEP 254 (remove_files) COMPLETE
53502025-02-22T21:05:40.825Z[ recovery-image] Feb 22 21:05:39.573 INFO O| Feb 22 21:05:39.573 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512025-02-22T21:05:40.846Z[ recovery-image] Feb 22 21:05:39.596 INFO O| Feb 22 21:05:39.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
53522025-02-22T21:05:40.846Z[ recovery-image] Feb 22 21:05:39.597 INFO O| Feb 22 21:05:39.596 INFO STEP 255 (remove_files) COMPLETE
53532025-02-22T21:05:40.846Z[ recovery-image] Feb 22 21:05:39.597 INFO O| Feb 22 21:05:39.597 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542025-02-22T21:05:40.868Z[ recovery-image] Feb 22 21:05:39.619 INFO O| Feb 22 21:05:39.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
53552025-02-22T21:05:40.868Z[ recovery-image] Feb 22 21:05:39.619 INFO O| Feb 22 21:05:39.619 INFO STEP 256 (remove_files) COMPLETE
53562025-02-22T21:05:40.868Z[ recovery-image] Feb 22 21:05:39.619 INFO O| Feb 22 21:05:39.619 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572025-02-22T21:05:40.910Z[ recovery-image] Feb 22 21:05:39.661 INFO O| Feb 22 21:05:39.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
53582025-02-22T21:05:40.910Z[ recovery-image] Feb 22 21:05:39.661 INFO O| Feb 22 21:05:39.661 INFO STEP 257 (remove_files) COMPLETE
53592025-02-22T21:05:40.910Z[ recovery-image] Feb 22 21:05:39.661 INFO O| Feb 22 21:05:39.661 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602025-02-22T21:05:40.954Z[ recovery-image] Feb 22 21:05:39.704 INFO O| Feb 22 21:05:39.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
53612025-02-22T21:05:40.954Z[ recovery-image] Feb 22 21:05:39.704 INFO O| Feb 22 21:05:39.704 INFO STEP 258 (remove_files) COMPLETE
53622025-02-22T21:05:40.954Z[ recovery-image] Feb 22 21:05:39.704 INFO O| Feb 22 21:05:39.704 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632025-02-22T21:05:40.975Z[ recovery-image] Feb 22 21:05:39.725 INFO O| Feb 22 21:05:39.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
53642025-02-22T21:05:40.975Z[ recovery-image] Feb 22 21:05:39.725 INFO O| Feb 22 21:05:39.725 INFO STEP 259 (remove_files) COMPLETE
53652025-02-22T21:05:40.975Z[ recovery-image] Feb 22 21:05:39.725 INFO O| Feb 22 21:05:39.725 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662025-02-22T21:05:41.013Z[ recovery-image] Feb 22 21:05:39.763 INFO O| Feb 22 21:05:39.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
53672025-02-22T21:05:41.013Z[ recovery-image] Feb 22 21:05:39.763 INFO O| Feb 22 21:05:39.763 INFO STEP 260 (remove_files) COMPLETE
53682025-02-22T21:05:41.015Z[ recovery-image] Feb 22 21:05:39.763 INFO O| Feb 22 21:05:39.763 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692025-02-22T21:05:41.034Z[ recovery-image] Feb 22 21:05:39.784 INFO O| Feb 22 21:05:39.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
53702025-02-22T21:05:41.034Z[ recovery-image] Feb 22 21:05:39.784 INFO O| Feb 22 21:05:39.784 INFO STEP 261 (remove_files) COMPLETE
53712025-02-22T21:05:41.034Z[ recovery-image] Feb 22 21:05:39.785 INFO O| Feb 22 21:05:39.784 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722025-02-22T21:05:41.077Z[ recovery-image] Feb 22 21:05:39.828 INFO O| Feb 22 21:05:39.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
53732025-02-22T21:05:41.077Z[ recovery-image] Feb 22 21:05:39.828 INFO O| Feb 22 21:05:39.828 INFO STEP 262 (remove_files) COMPLETE
53742025-02-22T21:05:41.077Z[ recovery-image] Feb 22 21:05:39.828 INFO O| Feb 22 21:05:39.828 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752025-02-22T21:05:41.103Z[ host-image] Feb 22 21:05:39.853 INFO O| Feb 22 21:05:39.853 INFO O| Done
53762025-02-22T21:05:41.120Z[ recovery-image] Feb 22 21:05:39.869 INFO O| Feb 22 21:05:39.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
53772025-02-22T21:05:41.120Z[ recovery-image] Feb 22 21:05:39.869 INFO O| Feb 22 21:05:39.869 INFO STEP 263 (remove_files) COMPLETE
53782025-02-22T21:05:41.123Z[ recovery-image] Feb 22 21:05:39.869 INFO O| Feb 22 21:05:39.869 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792025-02-22T21:05:41.155Z[ recovery-image] Feb 22 21:05:39.906 INFO O| Feb 22 21:05:39.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
53802025-02-22T21:05:41.158Z[ recovery-image] Feb 22 21:05:39.906 INFO O| Feb 22 21:05:39.906 INFO STEP 264 (remove_files) COMPLETE
53812025-02-22T21:05:41.158Z[ recovery-image] Feb 22 21:05:39.907 INFO O| Feb 22 21:05:39.906 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822025-02-22T21:05:41.177Z[ recovery-image] Feb 22 21:05:39.928 INFO O| Feb 22 21:05:39.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
53832025-02-22T21:05:41.180Z[ recovery-image] Feb 22 21:05:39.928 INFO O| Feb 22 21:05:39.928 INFO STEP 265 (remove_files) COMPLETE
53842025-02-22T21:05:41.180Z[ recovery-image] Feb 22 21:05:39.928 INFO O| Feb 22 21:05:39.928 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852025-02-22T21:05:41.198Z[ recovery-image] Feb 22 21:05:39.948 INFO O| Feb 22 21:05:39.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
53862025-02-22T21:05:41.200Z[ recovery-image] Feb 22 21:05:39.949 INFO O| Feb 22 21:05:39.948 INFO STEP 266 (remove_files) COMPLETE
53872025-02-22T21:05:41.200Z[ recovery-image] Feb 22 21:05:39.949 INFO O| Feb 22 21:05:39.949 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882025-02-22T21:05:41.236Z[ recovery-image] Feb 22 21:05:39.986 INFO O| Feb 22 21:05:39.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
53892025-02-22T21:05:41.236Z[ recovery-image] Feb 22 21:05:39.986 INFO O| Feb 22 21:05:39.986 INFO STEP 267 (remove_files) COMPLETE
53902025-02-22T21:05:41.236Z[ recovery-image] Feb 22 21:05:39.986 INFO O| Feb 22 21:05:39.986 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912025-02-22T21:05:41.290Z[ recovery-image] Feb 22 21:05:40.041 INFO O| Feb 22 21:05:40.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
53922025-02-22T21:05:41.290Z[ recovery-image] Feb 22 21:05:40.041 INFO O| Feb 22 21:05:40.041 INFO STEP 268 (remove_files) COMPLETE
53932025-02-22T21:05:41.293Z[ recovery-image] Feb 22 21:05:40.041 INFO O| Feb 22 21:05:40.041 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942025-02-22T21:05:41.353Z[ recovery-image] Feb 22 21:05:40.103 INFO O| Feb 22 21:05:40.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
53952025-02-22T21:05:41.353Z[ recovery-image] Feb 22 21:05:40.103 INFO O| Feb 22 21:05:40.103 INFO STEP 269 (remove_files) COMPLETE
53962025-02-22T21:05:41.355Z[ recovery-image] Feb 22 21:05:40.104 INFO O| Feb 22 21:05:40.103 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972025-02-22T21:05:41.374Z[ recovery-image] Feb 22 21:05:40.125 INFO O| Feb 22 21:05:40.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
53982025-02-22T21:05:41.374Z[ recovery-image] Feb 22 21:05:40.125 INFO O| Feb 22 21:05:40.125 INFO STEP 270 (remove_files) COMPLETE
53992025-02-22T21:05:41.375Z[ recovery-image] Feb 22 21:05:40.125 INFO O| Feb 22 21:05:40.125 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002025-02-22T21:05:41.413Z[ recovery-image] Feb 22 21:05:40.164 INFO O| Feb 22 21:05:40.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
54012025-02-22T21:05:41.413Z[ recovery-image] Feb 22 21:05:40.164 INFO O| Feb 22 21:05:40.164 INFO STEP 271 (remove_files) COMPLETE
54022025-02-22T21:05:41.416Z[ recovery-image] Feb 22 21:05:40.164 INFO O| Feb 22 21:05:40.164 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032025-02-22T21:05:41.433Z[ recovery-image] Feb 22 21:05:40.184 INFO O| Feb 22 21:05:40.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
54042025-02-22T21:05:41.433Z[ recovery-image] Feb 22 21:05:40.184 INFO O| Feb 22 21:05:40.184 INFO STEP 272 (remove_files) COMPLETE
54052025-02-22T21:05:41.436Z[ recovery-image] Feb 22 21:05:40.184 INFO O| Feb 22 21:05:40.184 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062025-02-22T21:05:41.473Z[ recovery-image] Feb 22 21:05:40.223 INFO O| Feb 22 21:05:40.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
54072025-02-22T21:05:41.476Z[ recovery-image] Feb 22 21:05:40.224 INFO O| Feb 22 21:05:40.223 INFO STEP 273 (remove_files) COMPLETE
54082025-02-22T21:05:41.476Z[ recovery-image] Feb 22 21:05:40.224 INFO O| Feb 22 21:05:40.224 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092025-02-22T21:05:41.495Z[ recovery-image] Feb 22 21:05:40.246 INFO O| Feb 22 21:05:40.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
54102025-02-22T21:05:41.495Z[ recovery-image] Feb 22 21:05:40.246 INFO O| Feb 22 21:05:40.246 INFO STEP 274 (remove_files) COMPLETE
54112025-02-22T21:05:41.495Z[ recovery-image] Feb 22 21:05:40.246 INFO O| Feb 22 21:05:40.246 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122025-02-22T21:05:41.538Z[ recovery-image] Feb 22 21:05:40.289 INFO O| Feb 22 21:05:40.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
54132025-02-22T21:05:41.541Z[ recovery-image] Feb 22 21:05:40.289 INFO O| Feb 22 21:05:40.289 INFO STEP 275 (remove_files) COMPLETE
54142025-02-22T21:05:41.541Z[ recovery-image] Feb 22 21:05:40.289 INFO O| Feb 22 21:05:40.289 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152025-02-22T21:05:41.560Z[ recovery-image] Feb 22 21:05:40.311 INFO O| Feb 22 21:05:40.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
54162025-02-22T21:05:41.562Z[ recovery-image] Feb 22 21:05:40.311 INFO O| Feb 22 21:05:40.311 INFO STEP 276 (remove_files) COMPLETE
54172025-02-22T21:05:41.563Z[ recovery-image] Feb 22 21:05:40.311 INFO O| Feb 22 21:05:40.311 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182025-02-22T21:05:41.598Z[ recovery-image] Feb 22 21:05:40.349 INFO O| Feb 22 21:05:40.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
54192025-02-22T21:05:41.598Z[ recovery-image] Feb 22 21:05:40.349 INFO O| Feb 22 21:05:40.349 INFO STEP 277 (remove_files) COMPLETE
54202025-02-22T21:05:41.598Z[ recovery-image] Feb 22 21:05:40.349 INFO O| Feb 22 21:05:40.349 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212025-02-22T21:05:41.621Z[ recovery-image] Feb 22 21:05:40.372 INFO O| Feb 22 21:05:40.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
54222025-02-22T21:05:41.624Z[ recovery-image] Feb 22 21:05:40.372 INFO O| Feb 22 21:05:40.372 INFO STEP 278 (remove_files) COMPLETE
54232025-02-22T21:05:41.624Z[ recovery-image] Feb 22 21:05:40.372 INFO O| Feb 22 21:05:40.372 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242025-02-22T21:05:41.641Z[ recovery-image] Feb 22 21:05:40.392 INFO O| Feb 22 21:05:40.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
54252025-02-22T21:05:41.641Z[ recovery-image] Feb 22 21:05:40.392 INFO O| Feb 22 21:05:40.392 INFO STEP 279 (remove_files) COMPLETE
54262025-02-22T21:05:41.641Z[ recovery-image] Feb 22 21:05:40.392 INFO O| Feb 22 21:05:40.392 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272025-02-22T21:05:41.663Z[ recovery-image] Feb 22 21:05:40.413 INFO O| Feb 22 21:05:40.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
54282025-02-22T21:05:41.663Z[ recovery-image] Feb 22 21:05:40.413 INFO O| Feb 22 21:05:40.413 INFO STEP 280 (remove_files) COMPLETE
54292025-02-22T21:05:41.663Z[ recovery-image] Feb 22 21:05:40.413 INFO O| Feb 22 21:05:40.413 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302025-02-22T21:05:41.683Z[ recovery-image] Feb 22 21:05:40.434 INFO O| Feb 22 21:05:40.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
54312025-02-22T21:05:41.683Z[ recovery-image] Feb 22 21:05:40.434 INFO O| Feb 22 21:05:40.434 INFO STEP 281 (remove_files) COMPLETE
54322025-02-22T21:05:41.686Z[ recovery-image] Feb 22 21:05:40.434 INFO O| Feb 22 21:05:40.434 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332025-02-22T21:05:41.704Z[ recovery-image] Feb 22 21:05:40.454 INFO O| Feb 22 21:05:40.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
54342025-02-22T21:05:41.704Z[ recovery-image] Feb 22 21:05:40.455 INFO O| Feb 22 21:05:40.455 INFO STEP 282 (remove_files) COMPLETE
54352025-02-22T21:05:41.706Z[ recovery-image] Feb 22 21:05:40.455 INFO O| Feb 22 21:05:40.455 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362025-02-22T21:05:41.738Z[ recovery-image] Feb 22 21:05:40.489 INFO O| Feb 22 21:05:40.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
54372025-02-22T21:05:41.741Z[ recovery-image] Feb 22 21:05:40.489 INFO O| Feb 22 21:05:40.489 INFO STEP 283 (remove_files) COMPLETE
54382025-02-22T21:05:41.741Z[ recovery-image] Feb 22 21:05:40.489 INFO O| Feb 22 21:05:40.489 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392025-02-22T21:05:41.760Z[ recovery-image] Feb 22 21:05:40.511 INFO O| Feb 22 21:05:40.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
54402025-02-22T21:05:41.763Z[ recovery-image] Feb 22 21:05:40.511 INFO O| Feb 22 21:05:40.511 INFO STEP 284 (remove_files) COMPLETE
54412025-02-22T21:05:41.763Z[ recovery-image] Feb 22 21:05:40.511 INFO O| Feb 22 21:05:40.511 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422025-02-22T21:05:41.786Z[ recovery-image] Feb 22 21:05:40.536 INFO O| Feb 22 21:05:40.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
54432025-02-22T21:05:41.786Z[ recovery-image] Feb 22 21:05:40.536 INFO O| Feb 22 21:05:40.536 INFO STEP 285 (remove_files) COMPLETE
54442025-02-22T21:05:41.786Z[ recovery-image] Feb 22 21:05:40.536 INFO O| Feb 22 21:05:40.536 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452025-02-22T21:05:41.808Z[ recovery-image] Feb 22 21:05:40.558 INFO O| Feb 22 21:05:40.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
54462025-02-22T21:05:41.808Z[ recovery-image] Feb 22 21:05:40.558 INFO O| Feb 22 21:05:40.558 INFO STEP 286 (remove_files) COMPLETE
54472025-02-22T21:05:41.811Z[ recovery-image] Feb 22 21:05:40.558 INFO O| Feb 22 21:05:40.558 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482025-02-22T21:05:41.839Z[ recovery-image] Feb 22 21:05:40.590 INFO O| Feb 22 21:05:40.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
54492025-02-22T21:05:41.839Z[ recovery-image] Feb 22 21:05:40.590 INFO O| Feb 22 21:05:40.590 INFO STEP 287 (remove_files) COMPLETE
54502025-02-22T21:05:41.839Z[ recovery-image] Feb 22 21:05:40.590 INFO O| Feb 22 21:05:40.590 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512025-02-22T21:05:41.862Z[ recovery-image] Feb 22 21:05:40.612 INFO O| Feb 22 21:05:40.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
54522025-02-22T21:05:41.862Z[ recovery-image] Feb 22 21:05:40.612 INFO O| Feb 22 21:05:40.612 INFO STEP 288 (remove_files) COMPLETE
54532025-02-22T21:05:41.862Z[ recovery-image] Feb 22 21:05:40.612 INFO O| Feb 22 21:05:40.612 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542025-02-22T21:05:41.885Z[ recovery-image] Feb 22 21:05:40.636 INFO O| Feb 22 21:05:40.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
54552025-02-22T21:05:41.885Z[ recovery-image] Feb 22 21:05:40.636 INFO O| Feb 22 21:05:40.636 INFO STEP 289 (remove_files) COMPLETE
54562025-02-22T21:05:41.888Z[ recovery-image] Feb 22 21:05:40.636 INFO O| Feb 22 21:05:40.636 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572025-02-22T21:05:41.908Z[ recovery-image] Feb 22 21:05:40.659 INFO O| Feb 22 21:05:40.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
54582025-02-22T21:05:41.911Z[ recovery-image] Feb 22 21:05:40.659 INFO O| Feb 22 21:05:40.659 INFO STEP 290 (remove_files) COMPLETE
54592025-02-22T21:05:41.911Z[ recovery-image] Feb 22 21:05:40.659 INFO O| Feb 22 21:05:40.659 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602025-02-22T21:05:41.927Z[ recovery-image] Feb 22 21:05:40.678 INFO O| Feb 22 21:05:40.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
54612025-02-22T21:05:41.927Z[ recovery-image] Feb 22 21:05:40.678 INFO O| Feb 22 21:05:40.678 INFO STEP 291 (remove_files) COMPLETE
54622025-02-22T21:05:41.930Z[ recovery-image] Feb 22 21:05:40.678 INFO O| Feb 22 21:05:40.678 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632025-02-22T21:05:41.947Z[ recovery-image] Feb 22 21:05:40.697 INFO O| Feb 22 21:05:40.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
54642025-02-22T21:05:41.949Z[ recovery-image] Feb 22 21:05:40.697 INFO O| Feb 22 21:05:40.697 INFO STEP 292 (remove_files) COMPLETE
54652025-02-22T21:05:41.949Z[ recovery-image] Feb 22 21:05:40.697 INFO O| Feb 22 21:05:40.697 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662025-02-22T21:05:41.966Z[ recovery-image] Feb 22 21:05:40.717 INFO O| Feb 22 21:05:40.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
54672025-02-22T21:05:41.966Z[ recovery-image] Feb 22 21:05:40.717 INFO O| Feb 22 21:05:40.717 INFO STEP 293 (remove_files) COMPLETE
54682025-02-22T21:05:41.969Z[ recovery-image] Feb 22 21:05:40.717 INFO O| Feb 22 21:05:40.717 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692025-02-22T21:05:41.985Z[ recovery-image] Feb 22 21:05:40.736 INFO O| Feb 22 21:05:40.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
54702025-02-22T21:05:41.988Z[ recovery-image] Feb 22 21:05:40.736 INFO O| Feb 22 21:05:40.736 INFO STEP 294 (remove_files) COMPLETE
54712025-02-22T21:05:41.988Z[ recovery-image] Feb 22 21:05:40.736 INFO O| Feb 22 21:05:40.736 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722025-02-22T21:05:42.016Z[ recovery-image] Feb 22 21:05:40.767 INFO O| Feb 22 21:05:40.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
54732025-02-22T21:05:42.020Z[ recovery-image] Feb 22 21:05:40.771 INFO O| Feb 22 21:05:40.771 INFO STEP 295 (remove_files) COMPLETE
54742025-02-22T21:05:42.022Z[ recovery-image] Feb 22 21:05:40.771 INFO O| Feb 22 21:05:40.771 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752025-02-22T21:05:42.053Z[ recovery-image] Feb 22 21:05:40.803 INFO O| Feb 22 21:05:40.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
54762025-02-22T21:05:42.053Z[ recovery-image] Feb 22 21:05:40.803 INFO O| Feb 22 21:05:40.803 INFO STEP 296 (remove_files) COMPLETE
54772025-02-22T21:05:42.053Z[ recovery-image] Feb 22 21:05:40.803 INFO O| Feb 22 21:05:40.803 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782025-02-22T21:05:42.094Z[ recovery-image] Feb 22 21:05:40.845 INFO O| Feb 22 21:05:40.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
54792025-02-22T21:05:42.094Z[ recovery-image] Feb 22 21:05:40.845 INFO O| Feb 22 21:05:40.845 INFO STEP 297 (remove_files) COMPLETE
54802025-02-22T21:05:42.097Z[ recovery-image] Feb 22 21:05:40.845 INFO O| Feb 22 21:05:40.845 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812025-02-22T21:05:42.116Z[ recovery-image] Feb 22 21:05:40.867 INFO O| Feb 22 21:05:40.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
54822025-02-22T21:05:42.119Z[ recovery-image] Feb 22 21:05:40.867 INFO O| Feb 22 21:05:40.867 INFO STEP 298 (remove_files) COMPLETE
54832025-02-22T21:05:42.119Z[ recovery-image] Feb 22 21:05:40.867 INFO O| Feb 22 21:05:40.867 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842025-02-22T21:05:42.137Z[ recovery-image] Feb 22 21:05:40.888 INFO O| Feb 22 21:05:40.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
54852025-02-22T21:05:42.137Z[ recovery-image] Feb 22 21:05:40.888 INFO O| Feb 22 21:05:40.888 INFO STEP 299 (remove_files) COMPLETE
54862025-02-22T21:05:42.137Z[ recovery-image] Feb 22 21:05:40.888 INFO O| Feb 22 21:05:40.888 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872025-02-22T21:05:42.277Z[ recovery-image] Feb 22 21:05:41.028 INFO O| Feb 22 21:05:41.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
54882025-02-22T21:05:42.280Z[ recovery-image] Feb 22 21:05:41.028 INFO O| Feb 22 21:05:41.028 INFO STEP 300 (remove_files) COMPLETE
54892025-02-22T21:05:42.280Z[ recovery-image] Feb 22 21:05:41.028 INFO O| Feb 22 21:05:41.028 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902025-02-22T21:05:42.300Z[ recovery-image] Feb 22 21:05:41.051 INFO O| Feb 22 21:05:41.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
54912025-02-22T21:05:42.303Z[ recovery-image] Feb 22 21:05:41.051 INFO O| Feb 22 21:05:41.051 INFO STEP 301 (remove_files) COMPLETE
54922025-02-22T21:05:42.303Z[ recovery-image] Feb 22 21:05:41.051 INFO O| Feb 22 21:05:41.051 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932025-02-22T21:05:42.321Z[ recovery-image] Feb 22 21:05:41.072 INFO O| Feb 22 21:05:41.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
54942025-02-22T21:05:42.324Z[ recovery-image] Feb 22 21:05:41.072 INFO O| Feb 22 21:05:41.072 INFO STEP 302 (remove_files) COMPLETE
54952025-02-22T21:05:42.324Z[ recovery-image] Feb 22 21:05:41.072 INFO O| Feb 22 21:05:41.072 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962025-02-22T21:05:42.342Z[ recovery-image] Feb 22 21:05:41.093 INFO O| Feb 22 21:05:41.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
54972025-02-22T21:05:42.345Z[ recovery-image] Feb 22 21:05:41.093 INFO O| Feb 22 21:05:41.093 INFO STEP 303 (remove_files) COMPLETE
54982025-02-22T21:05:42.345Z[ recovery-image] Feb 22 21:05:41.093 INFO O| Feb 22 21:05:41.093 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992025-02-22T21:05:42.362Z[ recovery-image] Feb 22 21:05:41.113 INFO O| Feb 22 21:05:41.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
55002025-02-22T21:05:42.365Z[ recovery-image] Feb 22 21:05:41.113 INFO O| Feb 22 21:05:41.113 INFO STEP 304 (remove_files) COMPLETE
55012025-02-22T21:05:42.365Z[ recovery-image] Feb 22 21:05:41.113 INFO O| Feb 22 21:05:41.113 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022025-02-22T21:05:42.414Z[ recovery-image] Feb 22 21:05:41.165 INFO O| Feb 22 21:05:41.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
55032025-02-22T21:05:42.417Z[ recovery-image] Feb 22 21:05:41.165 INFO O| Feb 22 21:05:41.165 INFO STEP 305 (remove_files) COMPLETE
55042025-02-22T21:05:42.417Z[ recovery-image] Feb 22 21:05:41.165 INFO O| Feb 22 21:05:41.165 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052025-02-22T21:05:42.434Z[ recovery-image] Feb 22 21:05:41.185 INFO O| Feb 22 21:05:41.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
55062025-02-22T21:05:42.434Z[ recovery-image] Feb 22 21:05:41.185 INFO O| Feb 22 21:05:41.185 INFO STEP 306 (remove_files) COMPLETE
55072025-02-22T21:05:42.434Z[ recovery-image] Feb 22 21:05:41.185 INFO O| Feb 22 21:05:41.185 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082025-02-22T21:05:42.475Z[ recovery-image] Feb 22 21:05:41.226 INFO O| Feb 22 21:05:41.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
55092025-02-22T21:05:42.475Z[ recovery-image] Feb 22 21:05:41.226 INFO O| Feb 22 21:05:41.226 INFO STEP 307 (remove_files) COMPLETE
55102025-02-22T21:05:42.475Z[ recovery-image] Feb 22 21:05:41.226 INFO O| Feb 22 21:05:41.226 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112025-02-22T21:05:42.496Z[ recovery-image] Feb 22 21:05:41.247 INFO O| Feb 22 21:05:41.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
55122025-02-22T21:05:42.496Z[ recovery-image] Feb 22 21:05:41.247 INFO O| Feb 22 21:05:41.247 INFO STEP 308 (remove_files) COMPLETE
55132025-02-22T21:05:42.496Z[ recovery-image] Feb 22 21:05:41.247 INFO O| Feb 22 21:05:41.247 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142025-02-22T21:05:42.528Z[ recovery-image] Feb 22 21:05:41.279 INFO O| Feb 22 21:05:41.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
55152025-02-22T21:05:42.528Z[ recovery-image] Feb 22 21:05:41.279 INFO O| Feb 22 21:05:41.279 INFO STEP 309 (remove_files) COMPLETE
55162025-02-22T21:05:42.531Z[ recovery-image] Feb 22 21:05:41.279 INFO O| Feb 22 21:05:41.279 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172025-02-22T21:05:42.551Z[ recovery-image] Feb 22 21:05:41.301 INFO O| Feb 22 21:05:41.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
55182025-02-22T21:05:42.551Z[ recovery-image] Feb 22 21:05:41.301 INFO O| Feb 22 21:05:41.301 INFO STEP 310 (remove_files) COMPLETE
55192025-02-22T21:05:42.551Z[ recovery-image] Feb 22 21:05:41.301 INFO O| Feb 22 21:05:41.301 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202025-02-22T21:05:42.570Z[ recovery-image] Feb 22 21:05:41.321 INFO O| Feb 22 21:05:41.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
55212025-02-22T21:05:42.573Z[ recovery-image] Feb 22 21:05:41.321 INFO O| Feb 22 21:05:41.321 INFO STEP 311 (remove_files) COMPLETE
55222025-02-22T21:05:42.573Z[ recovery-image] Feb 22 21:05:41.322 INFO O| Feb 22 21:05:41.321 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232025-02-22T21:05:42.592Z[ recovery-image] Feb 22 21:05:41.342 INFO O| Feb 22 21:05:41.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
55242025-02-22T21:05:42.594Z[ recovery-image] Feb 22 21:05:41.343 INFO O| Feb 22 21:05:41.343 INFO STEP 312 (remove_files) COMPLETE
55252025-02-22T21:05:42.595Z[ recovery-image] Feb 22 21:05:41.343 INFO O| Feb 22 21:05:41.343 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262025-02-22T21:05:42.613Z[ recovery-image] Feb 22 21:05:41.364 INFO O| Feb 22 21:05:41.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
55272025-02-22T21:05:42.613Z[ recovery-image] Feb 22 21:05:41.364 INFO O| Feb 22 21:05:41.364 INFO STEP 313 (remove_files) COMPLETE
55282025-02-22T21:05:42.616Z[ recovery-image] Feb 22 21:05:41.364 INFO O| Feb 22 21:05:41.364 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292025-02-22T21:05:42.651Z[ recovery-image] Feb 22 21:05:41.402 INFO O| Feb 22 21:05:41.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
55302025-02-22T21:05:42.654Z[ recovery-image] Feb 22 21:05:41.402 INFO O| Feb 22 21:05:41.402 INFO STEP 314 (remove_files) COMPLETE
55312025-02-22T21:05:42.654Z[ recovery-image] Feb 22 21:05:41.402 INFO O| Feb 22 21:05:41.402 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322025-02-22T21:05:42.672Z[ recovery-image] Feb 22 21:05:41.423 INFO O| Feb 22 21:05:41.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
55332025-02-22T21:05:42.672Z[ recovery-image] Feb 22 21:05:41.423 INFO O| Feb 22 21:05:41.423 INFO STEP 315 (remove_files) COMPLETE
55342025-02-22T21:05:42.673Z[ recovery-image] Feb 22 21:05:41.423 INFO O| Feb 22 21:05:41.423 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352025-02-22T21:05:42.692Z[ recovery-image] Feb 22 21:05:41.442 INFO O| Feb 22 21:05:41.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
55362025-02-22T21:05:42.692Z[ recovery-image] Feb 22 21:05:41.442 INFO O| Feb 22 21:05:41.442 INFO STEP 316 (remove_files) COMPLETE
55372025-02-22T21:05:42.692Z[ recovery-image] Feb 22 21:05:41.442 INFO O| Feb 22 21:05:41.442 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382025-02-22T21:05:42.728Z[ recovery-image] Feb 22 21:05:41.479 INFO O| Feb 22 21:05:41.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
55392025-02-22T21:05:42.728Z[ recovery-image] Feb 22 21:05:41.479 INFO O| Feb 22 21:05:41.479 INFO STEP 317 (remove_files) COMPLETE
55402025-02-22T21:05:42.728Z[ recovery-image] Feb 22 21:05:41.479 INFO O| Feb 22 21:05:41.479 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412025-02-22T21:05:42.750Z[ recovery-image] Feb 22 21:05:41.500 INFO O| Feb 22 21:05:41.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
55422025-02-22T21:05:42.750Z[ recovery-image] Feb 22 21:05:41.500 INFO O| Feb 22 21:05:41.500 INFO STEP 318 (remove_files) COMPLETE
55432025-02-22T21:05:42.750Z[ recovery-image] Feb 22 21:05:41.500 INFO O| Feb 22 21:05:41.500 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442025-02-22T21:05:42.770Z[ recovery-image] Feb 22 21:05:41.520 INFO O| Feb 22 21:05:41.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
55452025-02-22T21:05:42.770Z[ recovery-image] Feb 22 21:05:41.520 INFO O| Feb 22 21:05:41.520 INFO STEP 319 (remove_files) COMPLETE
55462025-02-22T21:05:42.770Z[ recovery-image] Feb 22 21:05:41.520 INFO O| Feb 22 21:05:41.520 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472025-02-22T21:05:42.789Z[ recovery-image] Feb 22 21:05:41.540 INFO O| Feb 22 21:05:41.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
55482025-02-22T21:05:42.789Z[ recovery-image] Feb 22 21:05:41.540 INFO O| Feb 22 21:05:41.540 INFO STEP 320 (remove_files) COMPLETE
55492025-02-22T21:05:42.792Z[ recovery-image] Feb 22 21:05:41.540 INFO O| Feb 22 21:05:41.540 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502025-02-22T21:05:42.815Z[ recovery-image] Feb 22 21:05:41.566 INFO O| Feb 22 21:05:41.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
55512025-02-22T21:05:42.815Z[ recovery-image] Feb 22 21:05:41.566 INFO O| Feb 22 21:05:41.566 INFO STEP 321 (remove_files) COMPLETE
55522025-02-22T21:05:42.816Z[ recovery-image] Feb 22 21:05:41.566 INFO O| Feb 22 21:05:41.566 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532025-02-22T21:05:42.837Z[ recovery-image] Feb 22 21:05:41.588 INFO O| Feb 22 21:05:41.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
55542025-02-22T21:05:42.840Z[ recovery-image] Feb 22 21:05:41.588 INFO O| Feb 22 21:05:41.588 INFO STEP 322 (remove_files) COMPLETE
55552025-02-22T21:05:42.840Z[ recovery-image] Feb 22 21:05:41.588 INFO O| Feb 22 21:05:41.588 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562025-02-22T21:05:42.858Z[ recovery-image] Feb 22 21:05:41.609 INFO O| Feb 22 21:05:41.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
55572025-02-22T21:05:42.861Z[ recovery-image] Feb 22 21:05:41.609 INFO O| Feb 22 21:05:41.609 INFO STEP 323 (remove_files) COMPLETE
55582025-02-22T21:05:42.861Z[ recovery-image] Feb 22 21:05:41.609 INFO O| Feb 22 21:05:41.609 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592025-02-22T21:05:42.943Z[ recovery-image] Feb 22 21:05:41.694 INFO O| Feb 22 21:05:41.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
55602025-02-22T21:05:42.943Z[ recovery-image] Feb 22 21:05:41.694 INFO O| Feb 22 21:05:41.694 INFO STEP 324 (remove_files) COMPLETE
55612025-02-22T21:05:42.946Z[ recovery-image] Feb 22 21:05:41.694 INFO O| Feb 22 21:05:41.694 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622025-02-22T21:05:43.003Z[ recovery-image] Feb 22 21:05:41.754 INFO O| Feb 22 21:05:41.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
55632025-02-22T21:05:43.003Z[ recovery-image] Feb 22 21:05:41.754 INFO O| Feb 22 21:05:41.754 INFO STEP 325 (remove_files) COMPLETE
55642025-02-22T21:05:43.003Z[ recovery-image] Feb 22 21:05:41.754 INFO O| Feb 22 21:05:41.754 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652025-02-22T21:05:43.039Z[ recovery-image] Feb 22 21:05:41.790 INFO O| Feb 22 21:05:41.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
55662025-02-22T21:05:43.062Z[ recovery-image] Feb 22 21:05:41.812 INFO O| Feb 22 21:05:41.812 INFO STEP 326 (remove_files) COMPLETE
55672025-02-22T21:05:43.062Z[ recovery-image] Feb 22 21:05:41.812 INFO O| Feb 22 21:05:41.812 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682025-02-22T21:05:43.117Z[ recovery-image] Feb 22 21:05:41.867 INFO O| Feb 22 21:05:41.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
55692025-02-22T21:05:43.119Z[ recovery-image] Feb 22 21:05:41.867 INFO O| Feb 22 21:05:41.867 INFO STEP 327 (remove_files) COMPLETE
55702025-02-22T21:05:43.119Z[ recovery-image] Feb 22 21:05:41.868 INFO O| Feb 22 21:05:41.868 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712025-02-22T21:05:43.138Z[ recovery-image] Feb 22 21:05:41.888 INFO O| Feb 22 21:05:41.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
55722025-02-22T21:05:43.140Z[ recovery-image] Feb 22 21:05:41.889 INFO O| Feb 22 21:05:41.889 INFO STEP 328 (remove_files) COMPLETE
55732025-02-22T21:05:43.140Z[ recovery-image] Feb 22 21:05:41.889 INFO O| Feb 22 21:05:41.889 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742025-02-22T21:05:43.172Z[ recovery-image] Feb 22 21:05:41.922 INFO O| Feb 22 21:05:41.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
55752025-02-22T21:05:43.175Z[ recovery-image] Feb 22 21:05:41.923 INFO O| Feb 22 21:05:41.922 INFO STEP 329 (remove_files) COMPLETE
55762025-02-22T21:05:43.175Z[ recovery-image] Feb 22 21:05:41.923 INFO O| Feb 22 21:05:41.923 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772025-02-22T21:05:43.194Z[ recovery-image] Feb 22 21:05:41.945 INFO O| Feb 22 21:05:41.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
55782025-02-22T21:05:43.219Z[ recovery-image] Feb 22 21:05:41.970 INFO O| Feb 22 21:05:41.970 INFO STEP 330 (remove_files) COMPLETE
55792025-02-22T21:05:43.219Z[ recovery-image] Feb 22 21:05:41.970 INFO O| Feb 22 21:05:41.970 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802025-02-22T21:05:43.276Z[ recovery-image] Feb 22 21:05:42.027 INFO O| Feb 22 21:05:42.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
55812025-02-22T21:05:43.279Z[ recovery-image] Feb 22 21:05:42.027 INFO O| Feb 22 21:05:42.027 INFO STEP 331 (remove_files) COMPLETE
55822025-02-22T21:05:43.279Z[ recovery-image] Feb 22 21:05:42.027 INFO O| Feb 22 21:05:42.027 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832025-02-22T21:05:43.299Z[ recovery-image] Feb 22 21:05:42.050 INFO O| Feb 22 21:05:42.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
55842025-02-22T21:05:43.302Z[ recovery-image] Feb 22 21:05:42.050 INFO O| Feb 22 21:05:42.050 INFO STEP 332 (remove_files) COMPLETE
55852025-02-22T21:05:43.302Z[ recovery-image] Feb 22 21:05:42.050 INFO O| Feb 22 21:05:42.050 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862025-02-22T21:05:43.320Z[ recovery-image] Feb 22 21:05:42.071 INFO O| Feb 22 21:05:42.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
55872025-02-22T21:05:43.320Z[ recovery-image] Feb 22 21:05:42.071 INFO O| Feb 22 21:05:42.071 INFO STEP 333 (remove_files) COMPLETE
55882025-02-22T21:05:43.323Z[ recovery-image] Feb 22 21:05:42.071 INFO O| Feb 22 21:05:42.071 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892025-02-22T21:05:43.341Z[ recovery-image] Feb 22 21:05:42.091 INFO O| Feb 22 21:05:42.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
55902025-02-22T21:05:43.341Z[ recovery-image] Feb 22 21:05:42.092 INFO O| Feb 22 21:05:42.092 INFO STEP 334 (remove_files) COMPLETE
55912025-02-22T21:05:43.344Z[ recovery-image] Feb 22 21:05:42.092 INFO O| Feb 22 21:05:42.092 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922025-02-22T21:05:43.362Z[ recovery-image] Feb 22 21:05:42.113 INFO O| Feb 22 21:05:42.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
55932025-02-22T21:05:43.365Z[ recovery-image] Feb 22 21:05:42.113 INFO O| Feb 22 21:05:42.113 INFO STEP 335 (remove_files) COMPLETE
55942025-02-22T21:05:43.365Z[ recovery-image] Feb 22 21:05:42.113 INFO O| Feb 22 21:05:42.113 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952025-02-22T21:05:43.384Z[ recovery-image] Feb 22 21:05:42.135 INFO O| Feb 22 21:05:42.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
55962025-02-22T21:05:43.392Z[ recovery-image] Feb 22 21:05:42.143 INFO O| Feb 22 21:05:42.143 INFO STEP 336 (remove_files) COMPLETE
55972025-02-22T21:05:43.392Z[ recovery-image] Feb 22 21:05:42.143 INFO O| Feb 22 21:05:42.143 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982025-02-22T21:05:43.413Z[ recovery-image] Feb 22 21:05:42.164 INFO O| Feb 22 21:05:42.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
55992025-02-22T21:05:43.413Z[ recovery-image] Feb 22 21:05:42.164 INFO O| Feb 22 21:05:42.164 INFO STEP 337 (remove_files) COMPLETE
56002025-02-22T21:05:43.413Z[ recovery-image] Feb 22 21:05:42.164 INFO O| Feb 22 21:05:42.164 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012025-02-22T21:05:43.458Z[ recovery-image] Feb 22 21:05:42.209 INFO O| Feb 22 21:05:42.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
56022025-02-22T21:05:43.458Z[ recovery-image] Feb 22 21:05:42.209 INFO O| Feb 22 21:05:42.209 INFO STEP 338 (remove_files) COMPLETE
56032025-02-22T21:05:43.461Z[ recovery-image] Feb 22 21:05:42.209 INFO O| Feb 22 21:05:42.209 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042025-02-22T21:05:43.491Z[ recovery-image] Feb 22 21:05:42.242 INFO O| Feb 22 21:05:42.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
56052025-02-22T21:05:43.494Z[ recovery-image] Feb 22 21:05:42.242 INFO O| Feb 22 21:05:42.242 INFO STEP 339 (remove_files) COMPLETE
56062025-02-22T21:05:43.494Z[ recovery-image] Feb 22 21:05:42.242 INFO O| Feb 22 21:05:42.242 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072025-02-22T21:05:43.512Z[ recovery-image] Feb 22 21:05:42.263 INFO O| Feb 22 21:05:42.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
56082025-02-22T21:05:43.515Z[ recovery-image] Feb 22 21:05:42.263 INFO O| Feb 22 21:05:42.263 INFO STEP 340 (remove_files) COMPLETE
56092025-02-22T21:05:43.515Z[ recovery-image] Feb 22 21:05:42.263 INFO O| Feb 22 21:05:42.263 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102025-02-22T21:05:43.559Z[ recovery-image] Feb 22 21:05:42.309 INFO O| Feb 22 21:05:42.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
56112025-02-22T21:05:43.559Z[ recovery-image] Feb 22 21:05:42.309 INFO O| Feb 22 21:05:42.309 INFO STEP 341 (remove_files) COMPLETE
56122025-02-22T21:05:43.559Z[ recovery-image] Feb 22 21:05:42.309 INFO O| Feb 22 21:05:42.309 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132025-02-22T21:05:43.597Z[ recovery-image] Feb 22 21:05:42.347 INFO O| Feb 22 21:05:42.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
56142025-02-22T21:05:43.622Z[ recovery-image] Feb 22 21:05:42.372 INFO O| Feb 22 21:05:42.372 INFO STEP 342 (remove_files) COMPLETE
56152025-02-22T21:05:43.622Z[ recovery-image] Feb 22 21:05:42.372 INFO O| Feb 22 21:05:42.372 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162025-02-22T21:05:43.672Z[ recovery-image] Feb 22 21:05:42.423 INFO O| Feb 22 21:05:42.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
56172025-02-22T21:05:43.675Z[ recovery-image] Feb 22 21:05:42.423 INFO O| Feb 22 21:05:42.423 INFO STEP 343 (remove_files) COMPLETE
56182025-02-22T21:05:43.675Z[ recovery-image] Feb 22 21:05:42.423 INFO O| Feb 22 21:05:42.423 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192025-02-22T21:05:43.707Z[ recovery-image] Feb 22 21:05:42.457 INFO O| Feb 22 21:05:42.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
56202025-02-22T21:05:43.707Z[ recovery-image] Feb 22 21:05:42.457 INFO O| Feb 22 21:05:42.457 INFO STEP 344 (remove_files) COMPLETE
56212025-02-22T21:05:43.707Z[ recovery-image] Feb 22 21:05:42.457 INFO O| Feb 22 21:05:42.457 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222025-02-22T21:05:43.767Z[ recovery-image] Feb 22 21:05:42.516 INFO O| Feb 22 21:05:42.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
56232025-02-22T21:05:43.767Z[ recovery-image] Feb 22 21:05:42.517 INFO O| Feb 22 21:05:42.517 INFO STEP 345 (remove_files) COMPLETE
56242025-02-22T21:05:43.767Z[ recovery-image] Feb 22 21:05:42.517 INFO O| Feb 22 21:05:42.517 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252025-02-22T21:05:43.788Z[ recovery-image] Feb 22 21:05:42.538 INFO O| Feb 22 21:05:42.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
56262025-02-22T21:05:43.788Z[ recovery-image] Feb 22 21:05:42.538 INFO O| Feb 22 21:05:42.538 INFO STEP 346 (remove_files) COMPLETE
56272025-02-22T21:05:43.788Z[ recovery-image] Feb 22 21:05:42.538 INFO O| Feb 22 21:05:42.538 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282025-02-22T21:05:43.808Z[ recovery-image] Feb 22 21:05:42.559 INFO O| Feb 22 21:05:42.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
56292025-02-22T21:05:43.808Z[ recovery-image] Feb 22 21:05:42.559 INFO O| Feb 22 21:05:42.559 INFO STEP 347 (remove_files) COMPLETE
56302025-02-22T21:05:43.808Z[ recovery-image] Feb 22 21:05:42.559 INFO O| Feb 22 21:05:42.559 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312025-02-22T21:05:43.828Z[ recovery-image] Feb 22 21:05:42.579 INFO O| Feb 22 21:05:42.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
56322025-02-22T21:05:43.828Z[ recovery-image] Feb 22 21:05:42.579 INFO O| Feb 22 21:05:42.579 INFO STEP 348 (remove_files) COMPLETE
56332025-02-22T21:05:43.831Z[ recovery-image] Feb 22 21:05:42.579 INFO O| Feb 22 21:05:42.579 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342025-02-22T21:05:43.859Z[ recovery-image] Feb 22 21:05:42.609 INFO O| Feb 22 21:05:42.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
56352025-02-22T21:05:43.859Z[ recovery-image] Feb 22 21:05:42.609 INFO O| Feb 22 21:05:42.609 INFO STEP 349 (remove_files) COMPLETE
56362025-02-22T21:05:43.859Z[ recovery-image] Feb 22 21:05:42.609 INFO O| Feb 22 21:05:42.609 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372025-02-22T21:05:43.891Z[ host-image] Feb 22 21:05:42.642 INFO O| Feb 22 21:05:42.642 INFO O| Done
56382025-02-22T21:05:43.904Z[ recovery-image] Feb 22 21:05:42.654 INFO O| Feb 22 21:05:42.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
56392025-02-22T21:05:43.904Z[ recovery-image] Feb 22 21:05:42.655 INFO O| Feb 22 21:05:42.655 INFO STEP 350 (remove_files) COMPLETE
56402025-02-22T21:05:43.905Z[ recovery-image] Feb 22 21:05:42.655 INFO O| Feb 22 21:05:42.655 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412025-02-22T21:05:43.926Z[ recovery-image] Feb 22 21:05:42.676 INFO O| Feb 22 21:05:42.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
56422025-02-22T21:05:43.926Z[ recovery-image] Feb 22 21:05:42.676 INFO O| Feb 22 21:05:42.676 INFO STEP 351 (remove_files) COMPLETE
56432025-02-22T21:05:43.926Z[ recovery-image] Feb 22 21:05:42.676 INFO O| Feb 22 21:05:42.676 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442025-02-22T21:05:43.936Z[ host-image] Feb 22 21:05:42.686 INFO O| Feb 22 21:05:42.686 INFO O| Done
56452025-02-22T21:05:43.936Z[ host-image] Feb 22 21:05:42.686 INFO O| Feb 22 21:05:42.686 INFO O| Done
56462025-02-22T21:05:43.963Z[ recovery-image] Feb 22 21:05:42.714 INFO O| Feb 22 21:05:42.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
56472025-02-22T21:05:43.963Z[ recovery-image] Feb 22 21:05:42.714 INFO O| Feb 22 21:05:42.714 INFO STEP 352 (remove_files) COMPLETE
56482025-02-22T21:05:43.964Z[ recovery-image] Feb 22 21:05:42.714 INFO O| Feb 22 21:05:42.714 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492025-02-22T21:05:44.010Z[ recovery-image] Feb 22 21:05:42.761 INFO O| Feb 22 21:05:42.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
56502025-02-22T21:05:44.010Z[ recovery-image] Feb 22 21:05:42.761 INFO O| Feb 22 21:05:42.761 INFO STEP 353 (remove_files) COMPLETE
56512025-02-22T21:05:44.010Z[ recovery-image] Feb 22 21:05:42.761 INFO O| Feb 22 21:05:42.761 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522025-02-22T21:05:44.014Z[ host-image] Feb 22 21:05:42.765 INFO O| Feb 22 21:05:42.764 INFO O| Done
56532025-02-22T21:05:44.083Z[ recovery-image] Feb 22 21:05:42.834 INFO O| Feb 22 21:05:42.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
56542025-02-22T21:05:44.086Z[ recovery-image] Feb 22 21:05:42.834 INFO O| Feb 22 21:05:42.834 INFO STEP 354 (remove_files) COMPLETE
56552025-02-22T21:05:44.086Z[ recovery-image] Feb 22 21:05:42.834 INFO O| Feb 22 21:05:42.834 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562025-02-22T21:05:44.128Z[ recovery-image] Feb 22 21:05:42.879 INFO O| Feb 22 21:05:42.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
56572025-02-22T21:05:44.131Z[ recovery-image] Feb 22 21:05:42.879 INFO O| Feb 22 21:05:42.879 INFO STEP 355 (remove_files) COMPLETE
56582025-02-22T21:05:44.131Z[ recovery-image] Feb 22 21:05:42.879 INFO O| Feb 22 21:05:42.879 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592025-02-22T21:05:44.150Z[ recovery-image] Feb 22 21:05:42.901 INFO O| Feb 22 21:05:42.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
56602025-02-22T21:05:44.153Z[ recovery-image] Feb 22 21:05:42.901 INFO O| Feb 22 21:05:42.901 INFO STEP 356 (remove_files) COMPLETE
56612025-02-22T21:05:44.153Z[ recovery-image] Feb 22 21:05:42.901 INFO O| Feb 22 21:05:42.901 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622025-02-22T21:05:44.186Z[ recovery-image] Feb 22 21:05:42.937 INFO O| Feb 22 21:05:42.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
56632025-02-22T21:05:44.186Z[ recovery-image] Feb 22 21:05:42.937 INFO O| Feb 22 21:05:42.937 INFO STEP 357 (remove_files) COMPLETE
56642025-02-22T21:05:44.186Z[ recovery-image] Feb 22 21:05:42.937 INFO O| Feb 22 21:05:42.937 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652025-02-22T21:05:44.197Z[ host-image] Feb 22 21:05:42.948 INFO O| Feb 22 21:05:42.948 INFO STEP 13 (pkg_install) COMPLETE
56662025-02-22T21:05:44.200Z[ host-image] Feb 22 21:05:42.948 INFO O| Feb 22 21:05:42.948 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
56672025-02-22T21:05:44.216Z[ host-image] Feb 22 21:05:42.967 INFO O| Feb 22 21:05:42.967 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.334"]
56682025-02-22T21:05:44.232Z[ recovery-image] Feb 22 21:05:42.983 INFO O| Feb 22 21:05:42.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
56692025-02-22T21:05:44.235Z[ recovery-image] Feb 22 21:05:42.983 INFO O| Feb 22 21:05:42.983 INFO STEP 358 (remove_files) COMPLETE
56702025-02-22T21:05:44.235Z[ recovery-image] Feb 22 21:05:42.983 INFO O| Feb 22 21:05:42.983 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712025-02-22T21:05:44.259Z[ recovery-image] Feb 22 21:05:43.010 INFO O| Feb 22 21:05:43.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
56722025-02-22T21:05:44.262Z[ recovery-image] Feb 22 21:05:43.010 INFO O| Feb 22 21:05:43.010 INFO STEP 359 (remove_files) COMPLETE
56732025-02-22T21:05:44.262Z[ recovery-image] Feb 22 21:05:43.010 INFO O| Feb 22 21:05:43.010 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742025-02-22T21:05:44.279Z[ recovery-image] Feb 22 21:05:43.030 INFO O| Feb 22 21:05:43.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
56752025-02-22T21:05:44.282Z[ recovery-image] Feb 22 21:05:43.030 INFO O| Feb 22 21:05:43.030 INFO STEP 360 (remove_files) COMPLETE
56762025-02-22T21:05:44.282Z[ recovery-image] Feb 22 21:05:43.030 INFO O| Feb 22 21:05:43.030 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772025-02-22T21:05:44.299Z[ recovery-image] Feb 22 21:05:43.049 INFO O| Feb 22 21:05:43.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
56782025-02-22T21:05:44.299Z[ recovery-image] Feb 22 21:05:43.049 INFO O| Feb 22 21:05:43.049 INFO STEP 361 (remove_files) COMPLETE
56792025-02-22T21:05:44.302Z[ recovery-image] Feb 22 21:05:43.049 INFO O| Feb 22 21:05:43.049 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802025-02-22T21:05:44.331Z[ recovery-image] Feb 22 21:05:43.082 INFO O| Feb 22 21:05:43.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
56812025-02-22T21:05:44.331Z[ recovery-image] Feb 22 21:05:43.082 INFO O| Feb 22 21:05:43.082 INFO STEP 362 (remove_files) COMPLETE
56822025-02-22T21:05:44.334Z[ recovery-image] Feb 22 21:05:43.082 INFO O| Feb 22 21:05:43.082 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832025-02-22T21:05:44.391Z[ recovery-image] Feb 22 21:05:43.142 INFO O| Feb 22 21:05:43.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
56842025-02-22T21:05:44.391Z[ recovery-image] Feb 22 21:05:43.142 INFO O| Feb 22 21:05:43.142 INFO STEP 363 (remove_files) COMPLETE
56852025-02-22T21:05:44.391Z[ recovery-image] Feb 22 21:05:43.142 INFO O| Feb 22 21:05:43.142 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862025-02-22T21:05:44.410Z[ recovery-image] Feb 22 21:05:43.161 INFO O| Feb 22 21:05:43.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
56872025-02-22T21:05:44.410Z[ recovery-image] Feb 22 21:05:43.161 INFO O| Feb 22 21:05:43.161 INFO STEP 364 (remove_files) COMPLETE
56882025-02-22T21:05:44.410Z[ recovery-image] Feb 22 21:05:43.161 INFO O| Feb 22 21:05:43.161 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892025-02-22T21:05:44.437Z[ recovery-image] Feb 22 21:05:43.187 INFO O| Feb 22 21:05:43.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
56902025-02-22T21:05:44.437Z[ recovery-image] Feb 22 21:05:43.187 INFO O| Feb 22 21:05:43.187 INFO STEP 365 (remove_files) COMPLETE
56912025-02-22T21:05:44.437Z[ recovery-image] Feb 22 21:05:43.187 INFO O| Feb 22 21:05:43.187 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922025-02-22T21:05:44.465Z[ recovery-image] Feb 22 21:05:43.215 INFO O| Feb 22 21:05:43.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
56932025-02-22T21:05:44.468Z[ recovery-image] Feb 22 21:05:43.216 INFO O| Feb 22 21:05:43.216 INFO STEP 366 (remove_files) COMPLETE
56942025-02-22T21:05:44.468Z[ recovery-image] Feb 22 21:05:43.216 INFO O| Feb 22 21:05:43.216 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952025-02-22T21:05:44.486Z[ recovery-image] Feb 22 21:05:43.236 INFO O| Feb 22 21:05:43.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
56962025-02-22T21:05:44.489Z[ recovery-image] Feb 22 21:05:43.236 INFO O| Feb 22 21:05:43.236 INFO STEP 367 (remove_files) COMPLETE
56972025-02-22T21:05:44.489Z[ recovery-image] Feb 22 21:05:43.237 INFO O| Feb 22 21:05:43.236 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982025-02-22T21:05:44.505Z[ recovery-image] Feb 22 21:05:43.255 INFO O| Feb 22 21:05:43.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
56992025-02-22T21:05:44.508Z[ recovery-image] Feb 22 21:05:43.255 INFO O| Feb 22 21:05:43.255 INFO STEP 368 (remove_files) COMPLETE
57002025-02-22T21:05:44.508Z[ recovery-image] Feb 22 21:05:43.256 INFO O| Feb 22 21:05:43.255 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012025-02-22T21:05:44.529Z[ recovery-image] Feb 22 21:05:43.280 INFO O| Feb 22 21:05:43.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
57022025-02-22T21:05:44.529Z[ recovery-image] Feb 22 21:05:43.280 INFO O| Feb 22 21:05:43.280 INFO STEP 369 (remove_files) COMPLETE
57032025-02-22T21:05:44.530Z[ recovery-image] Feb 22 21:05:43.280 INFO O| Feb 22 21:05:43.280 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042025-02-22T21:05:44.552Z[ recovery-image] Feb 22 21:05:43.301 INFO O| Feb 22 21:05:43.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
57052025-02-22T21:05:44.552Z[ recovery-image] Feb 22 21:05:43.301 INFO O| Feb 22 21:05:43.301 INFO STEP 370 (remove_files) COMPLETE
57062025-02-22T21:05:44.552Z[ recovery-image] Feb 22 21:05:43.301 INFO O| Feb 22 21:05:43.301 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072025-02-22T21:05:44.569Z[ recovery-image] Feb 22 21:05:43.320 INFO O| Feb 22 21:05:43.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
57082025-02-22T21:05:44.569Z[ recovery-image] Feb 22 21:05:43.320 INFO O| Feb 22 21:05:43.320 INFO STEP 371 (remove_files) COMPLETE
57092025-02-22T21:05:44.572Z[ recovery-image] Feb 22 21:05:43.320 INFO O| Feb 22 21:05:43.320 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102025-02-22T21:05:44.601Z[ recovery-image] Feb 22 21:05:43.352 INFO O| Feb 22 21:05:43.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
57112025-02-22T21:05:44.604Z[ recovery-image] Feb 22 21:05:43.352 INFO O| Feb 22 21:05:43.352 INFO STEP 372 (remove_files) COMPLETE
57122025-02-22T21:05:44.604Z[ recovery-image] Feb 22 21:05:43.352 INFO O| Feb 22 21:05:43.352 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132025-02-22T21:05:44.636Z[ recovery-image] Feb 22 21:05:43.387 INFO O| Feb 22 21:05:43.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
57142025-02-22T21:05:44.636Z[ recovery-image] Feb 22 21:05:43.387 INFO O| Feb 22 21:05:43.387 INFO STEP 373 (remove_files) COMPLETE
57152025-02-22T21:05:44.639Z[ recovery-image] Feb 22 21:05:43.387 INFO O| Feb 22 21:05:43.387 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162025-02-22T21:05:44.662Z[ recovery-image] Feb 22 21:05:43.413 INFO O| Feb 22 21:05:43.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
57172025-02-22T21:05:44.662Z[ recovery-image] Feb 22 21:05:43.413 INFO O| Feb 22 21:05:43.413 INFO STEP 374 (remove_files) COMPLETE
57182025-02-22T21:05:44.662Z[ recovery-image] Feb 22 21:05:43.413 INFO O| Feb 22 21:05:43.413 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192025-02-22T21:05:44.699Z[ recovery-image] Feb 22 21:05:43.450 INFO O| Feb 22 21:05:43.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
57202025-02-22T21:05:44.699Z[ recovery-image] Feb 22 21:05:43.450 INFO O| Feb 22 21:05:43.450 INFO STEP 375 (remove_files) COMPLETE
57212025-02-22T21:05:44.702Z[ recovery-image] Feb 22 21:05:43.450 INFO O| Feb 22 21:05:43.450 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222025-02-22T21:05:44.719Z[ recovery-image] Feb 22 21:05:43.469 INFO O| Feb 22 21:05:43.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
57232025-02-22T21:05:44.719Z[ recovery-image] Feb 22 21:05:43.470 INFO O| Feb 22 21:05:43.470 INFO STEP 376 (remove_files) COMPLETE
57242025-02-22T21:05:44.719Z[ recovery-image] Feb 22 21:05:43.470 INFO O| Feb 22 21:05:43.470 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252025-02-22T21:05:44.750Z[ recovery-image] Feb 22 21:05:43.499 INFO O| Feb 22 21:05:43.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
57262025-02-22T21:05:44.750Z[ recovery-image] Feb 22 21:05:43.499 INFO O| Feb 22 21:05:43.499 INFO STEP 377 (remove_files) COMPLETE
57272025-02-22T21:05:44.750Z[ recovery-image] Feb 22 21:05:43.499 INFO O| Feb 22 21:05:43.499 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282025-02-22T21:05:44.807Z[ recovery-image] Feb 22 21:05:43.557 INFO O| Feb 22 21:05:43.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
57292025-02-22T21:05:44.807Z[ recovery-image] Feb 22 21:05:43.557 INFO O| Feb 22 21:05:43.557 INFO STEP 378 (remove_files) COMPLETE
57302025-02-22T21:05:44.807Z[ recovery-image] Feb 22 21:05:43.557 INFO O| Feb 22 21:05:43.557 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312025-02-22T21:05:44.827Z[ recovery-image] Feb 22 21:05:43.577 INFO O| Feb 22 21:05:43.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
57322025-02-22T21:05:44.827Z[ recovery-image] Feb 22 21:05:43.577 INFO O| Feb 22 21:05:43.577 INFO STEP 379 (remove_files) COMPLETE
57332025-02-22T21:05:44.827Z[ recovery-image] Feb 22 21:05:43.577 INFO O| Feb 22 21:05:43.577 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342025-02-22T21:05:44.850Z[ recovery-image] Feb 22 21:05:43.600 INFO O| Feb 22 21:05:43.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
57352025-02-22T21:05:44.850Z[ recovery-image] Feb 22 21:05:43.600 INFO O| Feb 22 21:05:43.600 INFO STEP 380 (remove_files) COMPLETE
57362025-02-22T21:05:44.850Z[ recovery-image] Feb 22 21:05:43.600 INFO O| Feb 22 21:05:43.600 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372025-02-22T21:05:44.881Z[ recovery-image] Feb 22 21:05:43.632 INFO O| Feb 22 21:05:43.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
57382025-02-22T21:05:44.882Z[ recovery-image] Feb 22 21:05:43.632 INFO O| Feb 22 21:05:43.632 INFO STEP 381 (remove_files) COMPLETE
57392025-02-22T21:05:44.882Z[ recovery-image] Feb 22 21:05:43.632 INFO O| Feb 22 21:05:43.632 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402025-02-22T21:05:44.959Z[ recovery-image] Feb 22 21:05:43.710 INFO O| Feb 22 21:05:43.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
57412025-02-22T21:05:44.962Z[ recovery-image] Feb 22 21:05:43.710 INFO O| Feb 22 21:05:43.710 INFO STEP 382 (remove_files) COMPLETE
57422025-02-22T21:05:44.962Z[ recovery-image] Feb 22 21:05:43.710 INFO O| Feb 22 21:05:43.710 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432025-02-22T21:05:44.986Z[ recovery-image] Feb 22 21:05:43.737 INFO O| Feb 22 21:05:43.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
57442025-02-22T21:05:44.986Z[ recovery-image] Feb 22 21:05:43.737 INFO O| Feb 22 21:05:43.737 INFO STEP 383 (remove_files) COMPLETE
57452025-02-22T21:05:44.986Z[ recovery-image] Feb 22 21:05:43.737 INFO O| Feb 22 21:05:43.737 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462025-02-22T21:05:45.007Z[ recovery-image] Feb 22 21:05:43.758 INFO O| Feb 22 21:05:43.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
57472025-02-22T21:05:45.007Z[ recovery-image] Feb 22 21:05:43.758 INFO O| Feb 22 21:05:43.758 INFO STEP 384 (remove_files) COMPLETE
57482025-02-22T21:05:45.007Z[ recovery-image] Feb 22 21:05:43.758 INFO O| Feb 22 21:05:43.758 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492025-02-22T21:05:45.028Z[ recovery-image] Feb 22 21:05:43.778 INFO O| Feb 22 21:05:43.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
57502025-02-22T21:05:45.028Z[ recovery-image] Feb 22 21:05:43.779 INFO O| Feb 22 21:05:43.778 INFO STEP 385 (remove_files) COMPLETE
57512025-02-22T21:05:45.028Z[ recovery-image] Feb 22 21:05:43.779 INFO O| Feb 22 21:05:43.779 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522025-02-22T21:05:45.053Z[ recovery-image] Feb 22 21:05:43.803 INFO O| Feb 22 21:05:43.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
57532025-02-22T21:05:45.053Z[ recovery-image] Feb 22 21:05:43.803 INFO O| Feb 22 21:05:43.803 INFO STEP 386 (remove_files) COMPLETE
57542025-02-22T21:05:45.053Z[ recovery-image] Feb 22 21:05:43.803 INFO O| Feb 22 21:05:43.803 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552025-02-22T21:05:45.074Z[ recovery-image] Feb 22 21:05:43.824 INFO O| Feb 22 21:05:43.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
57562025-02-22T21:05:45.074Z[ recovery-image] Feb 22 21:05:43.825 INFO O| Feb 22 21:05:43.824 INFO STEP 387 (remove_files) COMPLETE
57572025-02-22T21:05:45.074Z[ recovery-image] Feb 22 21:05:43.825 INFO O| Feb 22 21:05:43.825 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582025-02-22T21:05:45.102Z[ recovery-image] Feb 22 21:05:43.852 INFO O| Feb 22 21:05:43.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
57592025-02-22T21:05:45.104Z[ recovery-image] Feb 22 21:05:43.853 INFO O| Feb 22 21:05:43.853 INFO STEP 388 (remove_files) COMPLETE
57602025-02-22T21:05:45.104Z[ recovery-image] Feb 22 21:05:43.853 INFO O| Feb 22 21:05:43.853 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612025-02-22T21:05:45.123Z[ recovery-image] Feb 22 21:05:43.873 INFO O| Feb 22 21:05:43.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
57622025-02-22T21:05:45.123Z[ recovery-image] Feb 22 21:05:43.874 INFO O| Feb 22 21:05:43.874 INFO STEP 389 (remove_files) COMPLETE
57632025-02-22T21:05:45.123Z[ recovery-image] Feb 22 21:05:43.874 INFO O| Feb 22 21:05:43.874 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642025-02-22T21:05:45.153Z[ recovery-image] Feb 22 21:05:43.904 INFO O| Feb 22 21:05:43.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
57652025-02-22T21:05:45.153Z[ recovery-image] Feb 22 21:05:43.904 INFO O| Feb 22 21:05:43.904 INFO STEP 390 (remove_files) COMPLETE
57662025-02-22T21:05:45.157Z[ recovery-image] Feb 22 21:05:43.905 INFO O| Feb 22 21:05:43.904 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672025-02-22T21:05:45.214Z[ recovery-image] Feb 22 21:05:43.965 INFO O| Feb 22 21:05:43.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
57682025-02-22T21:05:45.214Z[ recovery-image] Feb 22 21:05:43.965 INFO O| Feb 22 21:05:43.965 INFO STEP 391 (remove_files) COMPLETE
57692025-02-22T21:05:45.217Z[ recovery-image] Feb 22 21:05:43.965 INFO O| Feb 22 21:05:43.965 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702025-02-22T21:05:45.275Z[ recovery-image] Feb 22 21:05:44.026 INFO O| Feb 22 21:05:44.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
57712025-02-22T21:05:45.275Z[ recovery-image] Feb 22 21:05:44.026 INFO O| Feb 22 21:05:44.026 INFO STEP 392 (remove_files) COMPLETE
57722025-02-22T21:05:45.275Z[ recovery-image] Feb 22 21:05:44.026 INFO O| Feb 22 21:05:44.026 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732025-02-22T21:05:45.311Z[ recovery-image] Feb 22 21:05:44.062 INFO O| Feb 22 21:05:44.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
57742025-02-22T21:05:45.311Z[ recovery-image] Feb 22 21:05:44.062 INFO O| Feb 22 21:05:44.062 INFO STEP 393 (remove_files) COMPLETE
57752025-02-22T21:05:45.311Z[ recovery-image] Feb 22 21:05:44.062 INFO O| Feb 22 21:05:44.062 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762025-02-22T21:05:45.352Z[ recovery-image] Feb 22 21:05:44.103 INFO O| Feb 22 21:05:44.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
57772025-02-22T21:05:45.352Z[ recovery-image] Feb 22 21:05:44.103 INFO O| Feb 22 21:05:44.103 INFO STEP 394 (remove_files) COMPLETE
57782025-02-22T21:05:45.352Z[ recovery-image] Feb 22 21:05:44.103 INFO O| Feb 22 21:05:44.103 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792025-02-22T21:05:45.373Z[ recovery-image] Feb 22 21:05:44.124 INFO O| Feb 22 21:05:44.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
57802025-02-22T21:05:45.373Z[ recovery-image] Feb 22 21:05:44.124 INFO O| Feb 22 21:05:44.124 INFO STEP 395 (remove_files) COMPLETE
57812025-02-22T21:05:45.376Z[ recovery-image] Feb 22 21:05:44.124 INFO O| Feb 22 21:05:44.124 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822025-02-22T21:05:45.384Z[ host-image] Feb 22 21:05:44.135 INFO O| Feb 22 21:05:44.135 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
57832025-02-22T21:05:45.393Z[ recovery-image] Feb 22 21:05:44.143 INFO O| Feb 22 21:05:44.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
57842025-02-22T21:05:45.393Z[ recovery-image] Feb 22 21:05:44.143 INFO O| Feb 22 21:05:44.143 INFO STEP 396 (remove_files) COMPLETE
57852025-02-22T21:05:45.395Z[ recovery-image] Feb 22 21:05:44.144 INFO O| Feb 22 21:05:44.143 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862025-02-22T21:05:45.415Z[ recovery-image] Feb 22 21:05:44.166 INFO O| Feb 22 21:05:44.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
57872025-02-22T21:05:45.418Z[ recovery-image] Feb 22 21:05:44.167 INFO O| Feb 22 21:05:44.167 INFO STEP 397 (remove_files) COMPLETE
57882025-02-22T21:05:45.418Z[ recovery-image] Feb 22 21:05:44.167 INFO O| Feb 22 21:05:44.167 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892025-02-22T21:05:45.441Z[ recovery-image] Feb 22 21:05:44.192 INFO O| Feb 22 21:05:44.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
57902025-02-22T21:05:45.444Z[ recovery-image] Feb 22 21:05:44.192 INFO O| Feb 22 21:05:44.192 INFO STEP 398 (remove_files) COMPLETE
57912025-02-22T21:05:45.444Z[ recovery-image] Feb 22 21:05:44.192 INFO O| Feb 22 21:05:44.192 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922025-02-22T21:05:45.462Z[ recovery-image] Feb 22 21:05:44.212 INFO O| Feb 22 21:05:44.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
57932025-02-22T21:05:45.465Z[ recovery-image] Feb 22 21:05:44.213 INFO O| Feb 22 21:05:44.213 INFO STEP 399 (remove_files) COMPLETE
57942025-02-22T21:05:45.465Z[ recovery-image] Feb 22 21:05:44.213 INFO O| Feb 22 21:05:44.213 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952025-02-22T21:05:45.482Z[ recovery-image] Feb 22 21:05:44.233 INFO O| Feb 22 21:05:44.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
57962025-02-22T21:05:45.485Z[ recovery-image] Feb 22 21:05:44.234 INFO O| Feb 22 21:05:44.233 INFO STEP 400 (remove_files) COMPLETE
57972025-02-22T21:05:45.485Z[ recovery-image] Feb 22 21:05:44.234 INFO O| Feb 22 21:05:44.233 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982025-02-22T21:05:45.503Z[ recovery-image] Feb 22 21:05:44.254 INFO O| Feb 22 21:05:44.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
57992025-02-22T21:05:45.506Z[ recovery-image] Feb 22 21:05:44.254 INFO O| Feb 22 21:05:44.254 INFO STEP 401 (remove_files) COMPLETE
58002025-02-22T21:05:45.506Z[ recovery-image] Feb 22 21:05:44.254 INFO O| Feb 22 21:05:44.254 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012025-02-22T21:05:45.545Z[ recovery-image] Feb 22 21:05:44.296 INFO O| Feb 22 21:05:44.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
58022025-02-22T21:05:45.545Z[ recovery-image] Feb 22 21:05:44.296 INFO O| Feb 22 21:05:44.296 INFO STEP 402 (remove_files) COMPLETE
58032025-02-22T21:05:45.545Z[ recovery-image] Feb 22 21:05:44.296 INFO O| Feb 22 21:05:44.296 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042025-02-22T21:05:45.608Z[ recovery-image] Feb 22 21:05:44.359 INFO O| Feb 22 21:05:44.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
58052025-02-22T21:05:45.608Z[ recovery-image] Feb 22 21:05:44.359 INFO O| Feb 22 21:05:44.359 INFO STEP 403 (remove_files) COMPLETE
58062025-02-22T21:05:45.608Z[ recovery-image] Feb 22 21:05:44.359 INFO O| Feb 22 21:05:44.359 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072025-02-22T21:05:45.630Z[ recovery-image] Feb 22 21:05:44.381 INFO O| Feb 22 21:05:44.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
58082025-02-22T21:05:45.630Z[ recovery-image] Feb 22 21:05:44.381 INFO O| Feb 22 21:05:44.381 INFO STEP 404 (remove_files) COMPLETE
58092025-02-22T21:05:45.630Z[ recovery-image] Feb 22 21:05:44.381 INFO O| Feb 22 21:05:44.381 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102025-02-22T21:05:45.662Z[ recovery-image] Feb 22 21:05:44.413 INFO O| Feb 22 21:05:44.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
58112025-02-22T21:05:45.662Z[ recovery-image] Feb 22 21:05:44.413 INFO O| Feb 22 21:05:44.413 INFO STEP 405 (remove_files) COMPLETE
58122025-02-22T21:05:45.665Z[ recovery-image] Feb 22 21:05:44.413 INFO O| Feb 22 21:05:44.413 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132025-02-22T21:05:45.721Z[ recovery-image] Feb 22 21:05:44.471 INFO O| Feb 22 21:05:44.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
58142025-02-22T21:05:45.721Z[ recovery-image] Feb 22 21:05:44.472 INFO O| Feb 22 21:05:44.471 INFO STEP 406 (remove_files) COMPLETE
58152025-02-22T21:05:45.721Z[ recovery-image] Feb 22 21:05:44.472 INFO O| Feb 22 21:05:44.472 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162025-02-22T21:05:45.765Z[ recovery-image] Feb 22 21:05:44.515 INFO O| Feb 22 21:05:44.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
58172025-02-22T21:05:45.769Z[ recovery-image] Feb 22 21:05:44.516 INFO O| Feb 22 21:05:44.516 INFO STEP 407 (remove_files) COMPLETE
58182025-02-22T21:05:45.769Z[ recovery-image] Feb 22 21:05:44.516 INFO O| Feb 22 21:05:44.516 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192025-02-22T21:05:45.785Z[ recovery-image] Feb 22 21:05:44.536 INFO O| Feb 22 21:05:44.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
58202025-02-22T21:05:45.785Z[ recovery-image] Feb 22 21:05:44.536 INFO O| Feb 22 21:05:44.536 INFO STEP 408 (remove_files) COMPLETE
58212025-02-22T21:05:45.790Z[ recovery-image] Feb 22 21:05:44.536 INFO O| Feb 22 21:05:44.536 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222025-02-22T21:05:45.825Z[ recovery-image] Feb 22 21:05:44.576 INFO O| Feb 22 21:05:44.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
58232025-02-22T21:05:45.825Z[ recovery-image] Feb 22 21:05:44.576 INFO O| Feb 22 21:05:44.576 INFO STEP 409 (remove_files) COMPLETE
58242025-02-22T21:05:45.825Z[ recovery-image] Feb 22 21:05:44.576 INFO O| Feb 22 21:05:44.576 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252025-02-22T21:05:45.849Z[ recovery-image] Feb 22 21:05:44.599 INFO O| Feb 22 21:05:44.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
58262025-02-22T21:05:45.849Z[ recovery-image] Feb 22 21:05:44.600 INFO O| Feb 22 21:05:44.599 INFO STEP 410 (remove_files) COMPLETE
58272025-02-22T21:05:45.849Z[ recovery-image] Feb 22 21:05:44.600 INFO O| Feb 22 21:05:44.600 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282025-02-22T21:05:45.872Z[ recovery-image] Feb 22 21:05:44.623 INFO O| Feb 22 21:05:44.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
58292025-02-22T21:05:45.875Z[ recovery-image] Feb 22 21:05:44.623 INFO O| Feb 22 21:05:44.623 INFO STEP 411 (remove_files) COMPLETE
58302025-02-22T21:05:45.875Z[ recovery-image] Feb 22 21:05:44.624 INFO O| Feb 22 21:05:44.623 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312025-02-22T21:05:45.903Z[ recovery-image] Feb 22 21:05:44.654 INFO O| Feb 22 21:05:44.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
58322025-02-22T21:05:45.906Z[ recovery-image] Feb 22 21:05:44.654 INFO O| Feb 22 21:05:44.654 INFO STEP 412 (remove_files) COMPLETE
58332025-02-22T21:05:45.906Z[ recovery-image] Feb 22 21:05:44.654 INFO O| Feb 22 21:05:44.654 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342025-02-22T21:05:45.927Z[ recovery-image] Feb 22 21:05:44.677 INFO O| Feb 22 21:05:44.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
58352025-02-22T21:05:45.927Z[ recovery-image] Feb 22 21:05:44.678 INFO O| Feb 22 21:05:44.677 INFO STEP 413 (remove_files) COMPLETE
58362025-02-22T21:05:45.927Z[ recovery-image] Feb 22 21:05:44.678 INFO O| Feb 22 21:05:44.677 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372025-02-22T21:05:45.964Z[ recovery-image] Feb 22 21:05:44.714 INFO O| Feb 22 21:05:44.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
58382025-02-22T21:05:45.964Z[ recovery-image] Feb 22 21:05:44.715 INFO O| Feb 22 21:05:44.715 INFO STEP 414 (remove_files) COMPLETE
58392025-02-22T21:05:45.964Z[ recovery-image] Feb 22 21:05:44.715 INFO O| Feb 22 21:05:44.715 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402025-02-22T21:05:45.983Z[ recovery-image] Feb 22 21:05:44.734 INFO O| Feb 22 21:05:44.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
58412025-02-22T21:05:45.983Z[ recovery-image] Feb 22 21:05:44.734 INFO O| Feb 22 21:05:44.734 INFO STEP 415 (remove_files) COMPLETE
58422025-02-22T21:05:45.983Z[ recovery-image] Feb 22 21:05:44.734 INFO O| Feb 22 21:05:44.734 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432025-02-22T21:05:46.006Z[ recovery-image] Feb 22 21:05:44.757 INFO O| Feb 22 21:05:44.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
58442025-02-22T21:05:46.006Z[ recovery-image] Feb 22 21:05:44.757 INFO O| Feb 22 21:05:44.757 INFO STEP 416 (remove_files) COMPLETE
58452025-02-22T21:05:46.006Z[ recovery-image] Feb 22 21:05:44.757 INFO O| Feb 22 21:05:44.757 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462025-02-22T21:05:46.027Z[ recovery-image] Feb 22 21:05:44.778 INFO O| Feb 22 21:05:44.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
58472025-02-22T21:05:46.028Z[ recovery-image] Feb 22 21:05:44.778 INFO O| Feb 22 21:05:44.778 INFO STEP 417 (remove_files) COMPLETE
58482025-02-22T21:05:46.028Z[ recovery-image] Feb 22 21:05:44.778 INFO O| Feb 22 21:05:44.778 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492025-02-22T21:05:46.047Z[ recovery-image] Feb 22 21:05:44.797 INFO O| Feb 22 21:05:44.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
58502025-02-22T21:05:46.047Z[ recovery-image] Feb 22 21:05:44.797 INFO O| Feb 22 21:05:44.797 INFO STEP 418 (remove_files) COMPLETE
58512025-02-22T21:05:46.047Z[ recovery-image] Feb 22 21:05:44.797 INFO O| Feb 22 21:05:44.797 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522025-02-22T21:05:46.075Z[ recovery-image] Feb 22 21:05:44.826 INFO O| Feb 22 21:05:44.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
58532025-02-22T21:05:46.076Z[ recovery-image] Feb 22 21:05:44.826 INFO O| Feb 22 21:05:44.826 INFO STEP 419 (remove_files) COMPLETE
58542025-02-22T21:05:46.076Z[ recovery-image] Feb 22 21:05:44.826 INFO O| Feb 22 21:05:44.826 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552025-02-22T21:05:46.098Z[ recovery-image] Feb 22 21:05:44.848 INFO O| Feb 22 21:05:44.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
58562025-02-22T21:05:46.101Z[ recovery-image] Feb 22 21:05:44.848 INFO O| Feb 22 21:05:44.848 INFO STEP 420 (remove_files) COMPLETE
58572025-02-22T21:05:46.101Z[ recovery-image] Feb 22 21:05:44.848 INFO O| Feb 22 21:05:44.848 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582025-02-22T21:05:46.118Z[ recovery-image] Feb 22 21:05:44.868 INFO O| Feb 22 21:05:44.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
58592025-02-22T21:05:46.118Z[ recovery-image] Feb 22 21:05:44.868 INFO O| Feb 22 21:05:44.868 INFO STEP 421 (remove_files) COMPLETE
58602025-02-22T21:05:46.118Z[ recovery-image] Feb 22 21:05:44.869 INFO O| Feb 22 21:05:44.868 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612025-02-22T21:05:46.137Z[ recovery-image] Feb 22 21:05:44.888 INFO O| Feb 22 21:05:44.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
58622025-02-22T21:05:46.137Z[ recovery-image] Feb 22 21:05:44.888 INFO O| Feb 22 21:05:44.888 INFO STEP 422 (remove_files) COMPLETE
58632025-02-22T21:05:46.137Z[ recovery-image] Feb 22 21:05:44.888 INFO O| Feb 22 21:05:44.888 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642025-02-22T21:05:46.198Z[ recovery-image] Feb 22 21:05:44.949 INFO O| Feb 22 21:05:44.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
58652025-02-22T21:05:46.198Z[ recovery-image] Feb 22 21:05:44.949 INFO O| Feb 22 21:05:44.949 INFO STEP 423 (remove_files) COMPLETE
58662025-02-22T21:05:46.198Z[ recovery-image] Feb 22 21:05:44.949 INFO O| Feb 22 21:05:44.949 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672025-02-22T21:05:46.221Z[ recovery-image] Feb 22 21:05:44.972 INFO O| Feb 22 21:05:44.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
58682025-02-22T21:05:46.224Z[ recovery-image] Feb 22 21:05:44.972 INFO O| Feb 22 21:05:44.972 INFO STEP 424 (remove_files) COMPLETE
58692025-02-22T21:05:46.224Z[ recovery-image] Feb 22 21:05:44.972 INFO O| Feb 22 21:05:44.972 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702025-02-22T21:05:46.282Z[ recovery-image] Feb 22 21:05:45.031 INFO O| Feb 22 21:05:45.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
58712025-02-22T21:05:46.282Z[ recovery-image] Feb 22 21:05:45.031 INFO O| Feb 22 21:05:45.031 INFO STEP 425 (remove_files) COMPLETE
58722025-02-22T21:05:46.282Z[ recovery-image] Feb 22 21:05:45.031 INFO O| Feb 22 21:05:45.031 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732025-02-22T21:05:46.380Z[ recovery-image] Feb 22 21:05:45.131 INFO O| Feb 22 21:05:45.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
58742025-02-22T21:05:46.380Z[ recovery-image] Feb 22 21:05:45.131 INFO O| Feb 22 21:05:45.131 INFO STEP 426 (remove_files) COMPLETE
58752025-02-22T21:05:46.380Z[ recovery-image] Feb 22 21:05:45.131 INFO O| Feb 22 21:05:45.131 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762025-02-22T21:05:46.402Z[ recovery-image] Feb 22 21:05:45.153 INFO O| Feb 22 21:05:45.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
58772025-02-22T21:05:46.402Z[ recovery-image] Feb 22 21:05:45.153 INFO O| Feb 22 21:05:45.153 INFO STEP 427 (remove_files) COMPLETE
58782025-02-22T21:05:46.405Z[ recovery-image] Feb 22 21:05:45.153 INFO O| Feb 22 21:05:45.153 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792025-02-22T21:05:46.431Z[ recovery-image] Feb 22 21:05:45.182 INFO O| Feb 22 21:05:45.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
58802025-02-22T21:05:46.431Z[ recovery-image] Feb 22 21:05:45.182 INFO O| Feb 22 21:05:45.182 INFO STEP 428 (remove_files) COMPLETE
58812025-02-22T21:05:46.434Z[ recovery-image] Feb 22 21:05:45.182 INFO O| Feb 22 21:05:45.182 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822025-02-22T21:05:46.454Z[ recovery-image] Feb 22 21:05:45.204 INFO O| Feb 22 21:05:45.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
58832025-02-22T21:05:46.454Z[ recovery-image] Feb 22 21:05:45.205 INFO O| Feb 22 21:05:45.205 INFO STEP 429 (remove_files) COMPLETE
58842025-02-22T21:05:46.454Z[ recovery-image] Feb 22 21:05:45.205 INFO O| Feb 22 21:05:45.205 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852025-02-22T21:05:46.501Z[ recovery-image] Feb 22 21:05:45.252 INFO O| Feb 22 21:05:45.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
58862025-02-22T21:05:46.504Z[ recovery-image] Feb 22 21:05:45.252 INFO O| Feb 22 21:05:45.252 INFO STEP 430 (remove_files) COMPLETE
58872025-02-22T21:05:46.504Z[ recovery-image] Feb 22 21:05:45.252 INFO O| Feb 22 21:05:45.252 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882025-02-22T21:05:46.522Z[ recovery-image] Feb 22 21:05:45.272 INFO O| Feb 22 21:05:45.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
58892025-02-22T21:05:46.524Z[ recovery-image] Feb 22 21:05:45.273 INFO O| Feb 22 21:05:45.273 INFO STEP 431 (remove_files) COMPLETE
58902025-02-22T21:05:46.524Z[ recovery-image] Feb 22 21:05:45.273 INFO O| Feb 22 21:05:45.273 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912025-02-22T21:05:46.567Z[ recovery-image] Feb 22 21:05:45.318 INFO O| Feb 22 21:05:45.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
58922025-02-22T21:05:46.570Z[ recovery-image] Feb 22 21:05:45.318 INFO O| Feb 22 21:05:45.318 INFO STEP 432 (remove_files) COMPLETE
58932025-02-22T21:05:46.570Z[ recovery-image] Feb 22 21:05:45.318 INFO O| Feb 22 21:05:45.318 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942025-02-22T21:05:46.595Z[ recovery-image] Feb 22 21:05:45.346 INFO O| Feb 22 21:05:45.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
58952025-02-22T21:05:46.596Z[ recovery-image] Feb 22 21:05:45.346 INFO O| Feb 22 21:05:45.346 INFO STEP 433 (remove_files) COMPLETE
58962025-02-22T21:05:46.598Z[ recovery-image] Feb 22 21:05:45.346 INFO O| Feb 22 21:05:45.346 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972025-02-22T21:05:46.628Z[ recovery-image] Feb 22 21:05:45.379 INFO O| Feb 22 21:05:45.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
58982025-02-22T21:05:46.628Z[ recovery-image] Feb 22 21:05:45.379 INFO O| Feb 22 21:05:45.379 INFO STEP 434 (remove_files) COMPLETE
58992025-02-22T21:05:46.628Z[ recovery-image] Feb 22 21:05:45.379 INFO O| Feb 22 21:05:45.379 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002025-02-22T21:05:46.650Z[ recovery-image] Feb 22 21:05:45.401 INFO O| Feb 22 21:05:45.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
59012025-02-22T21:05:46.650Z[ recovery-image] Feb 22 21:05:45.401 INFO O| Feb 22 21:05:45.401 INFO STEP 435 (remove_files) COMPLETE
59022025-02-22T21:05:46.653Z[ recovery-image] Feb 22 21:05:45.401 INFO O| Feb 22 21:05:45.401 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032025-02-22T21:05:46.675Z[ recovery-image] Feb 22 21:05:45.426 INFO O| Feb 22 21:05:45.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
59042025-02-22T21:05:46.675Z[ recovery-image] Feb 22 21:05:45.426 INFO O| Feb 22 21:05:45.426 INFO STEP 436 (remove_files) COMPLETE
59052025-02-22T21:05:46.675Z[ recovery-image] Feb 22 21:05:45.426 INFO O| Feb 22 21:05:45.426 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062025-02-22T21:05:46.699Z[ recovery-image] Feb 22 21:05:45.450 INFO O| Feb 22 21:05:45.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
59072025-02-22T21:05:46.699Z[ recovery-image] Feb 22 21:05:45.450 INFO O| Feb 22 21:05:45.450 INFO STEP 437 (remove_files) COMPLETE
59082025-02-22T21:05:46.699Z[ recovery-image] Feb 22 21:05:45.450 INFO O| Feb 22 21:05:45.450 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092025-02-22T21:05:46.726Z[ recovery-image] Feb 22 21:05:45.477 INFO O| Feb 22 21:05:45.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
59102025-02-22T21:05:46.726Z[ recovery-image] Feb 22 21:05:45.477 INFO O| Feb 22 21:05:45.477 INFO STEP 438 (remove_files) COMPLETE
59112025-02-22T21:05:46.729Z[ recovery-image] Feb 22 21:05:45.477 INFO O| Feb 22 21:05:45.477 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122025-02-22T21:05:46.750Z[ recovery-image] Feb 22 21:05:45.501 INFO O| Feb 22 21:05:45.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
59132025-02-22T21:05:46.750Z[ recovery-image] Feb 22 21:05:45.501 INFO O| Feb 22 21:05:45.501 INFO STEP 439 (remove_files) COMPLETE
59142025-02-22T21:05:46.750Z[ recovery-image] Feb 22 21:05:45.501 INFO O| Feb 22 21:05:45.501 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152025-02-22T21:05:46.771Z[ recovery-image] Feb 22 21:05:45.521 INFO O| Feb 22 21:05:45.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
59162025-02-22T21:05:46.771Z[ recovery-image] Feb 22 21:05:45.522 INFO O| Feb 22 21:05:45.521 INFO STEP 440 (remove_files) COMPLETE
59172025-02-22T21:05:46.773Z[ recovery-image] Feb 22 21:05:45.522 INFO O| Feb 22 21:05:45.521 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182025-02-22T21:05:46.793Z[ recovery-image] Feb 22 21:05:45.544 INFO O| Feb 22 21:05:45.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
59192025-02-22T21:05:46.793Z[ recovery-image] Feb 22 21:05:45.544 INFO O| Feb 22 21:05:45.544 INFO STEP 441 (remove_files) COMPLETE
59202025-02-22T21:05:46.796Z[ recovery-image] Feb 22 21:05:45.544 INFO O| Feb 22 21:05:45.544 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212025-02-22T21:05:46.836Z[ recovery-image] Feb 22 21:05:45.587 INFO O| Feb 22 21:05:45.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
59222025-02-22T21:05:46.839Z[ recovery-image] Feb 22 21:05:45.587 INFO O| Feb 22 21:05:45.587 INFO STEP 442 (remove_files) COMPLETE
59232025-02-22T21:05:46.839Z[ recovery-image] Feb 22 21:05:45.587 INFO O| Feb 22 21:05:45.587 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242025-02-22T21:05:46.856Z[ recovery-image] Feb 22 21:05:45.607 INFO O| Feb 22 21:05:45.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
59252025-02-22T21:05:46.856Z[ recovery-image] Feb 22 21:05:45.607 INFO O| Feb 22 21:05:45.607 INFO STEP 443 (remove_files) COMPLETE
59262025-02-22T21:05:46.856Z[ recovery-image] Feb 22 21:05:45.607 INFO O| Feb 22 21:05:45.607 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272025-02-22T21:05:46.877Z[ recovery-image] Feb 22 21:05:45.627 INFO O| Feb 22 21:05:45.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
59282025-02-22T21:05:46.877Z[ recovery-image] Feb 22 21:05:45.627 INFO O| Feb 22 21:05:45.627 INFO STEP 444 (remove_files) COMPLETE
59292025-02-22T21:05:46.880Z[ recovery-image] Feb 22 21:05:45.627 INFO O| Feb 22 21:05:45.627 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302025-02-22T21:05:46.910Z[ recovery-image] Feb 22 21:05:45.661 INFO O| Feb 22 21:05:45.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
59312025-02-22T21:05:46.911Z[ recovery-image] Feb 22 21:05:45.661 INFO O| Feb 22 21:05:45.661 INFO STEP 445 (remove_files) COMPLETE
59322025-02-22T21:05:46.911Z[ recovery-image] Feb 22 21:05:45.661 INFO O| Feb 22 21:05:45.661 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332025-02-22T21:05:46.932Z[ recovery-image] Feb 22 21:05:45.682 INFO O| Feb 22 21:05:45.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
59342025-02-22T21:05:46.932Z[ recovery-image] Feb 22 21:05:45.683 INFO O| Feb 22 21:05:45.683 INFO STEP 446 (remove_files) COMPLETE
59352025-02-22T21:05:46.935Z[ recovery-image] Feb 22 21:05:45.683 INFO O| Feb 22 21:05:45.683 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362025-02-22T21:05:46.970Z[ recovery-image] Feb 22 21:05:45.721 INFO O| Feb 22 21:05:45.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
59372025-02-22T21:05:46.970Z[ recovery-image] Feb 22 21:05:45.721 INFO O| Feb 22 21:05:45.721 INFO STEP 447 (remove_files) COMPLETE
59382025-02-22T21:05:46.970Z[ recovery-image] Feb 22 21:05:45.721 INFO O| Feb 22 21:05:45.721 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392025-02-22T21:05:46.991Z[ recovery-image] Feb 22 21:05:45.741 INFO O| Feb 22 21:05:45.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
59402025-02-22T21:05:46.991Z[ recovery-image] Feb 22 21:05:45.741 INFO O| Feb 22 21:05:45.741 INFO STEP 448 (remove_files) COMPLETE
59412025-02-22T21:05:46.993Z[ recovery-image] Feb 22 21:05:45.742 INFO O| Feb 22 21:05:45.741 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422025-02-22T21:05:47.011Z[ recovery-image] Feb 22 21:05:45.762 INFO O| Feb 22 21:05:45.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
59432025-02-22T21:05:47.011Z[ recovery-image] Feb 22 21:05:45.762 INFO O| Feb 22 21:05:45.762 INFO STEP 449 (remove_files) COMPLETE
59442025-02-22T21:05:47.012Z[ recovery-image] Feb 22 21:05:45.762 INFO O| Feb 22 21:05:45.762 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452025-02-22T21:05:47.049Z[ recovery-image] Feb 22 21:05:45.800 INFO O| Feb 22 21:05:45.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
59462025-02-22T21:05:47.049Z[ recovery-image] Feb 22 21:05:45.800 INFO O| Feb 22 21:05:45.800 INFO STEP 450 (remove_files) COMPLETE
59472025-02-22T21:05:47.052Z[ recovery-image] Feb 22 21:05:45.800 INFO O| Feb 22 21:05:45.800 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482025-02-22T21:05:47.070Z[ recovery-image] Feb 22 21:05:45.820 INFO O| Feb 22 21:05:45.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
59492025-02-22T21:05:47.070Z[ recovery-image] Feb 22 21:05:45.821 INFO O| Feb 22 21:05:45.821 INFO STEP 451 (remove_files) COMPLETE
59502025-02-22T21:05:47.070Z[ recovery-image] Feb 22 21:05:45.821 INFO O| Feb 22 21:05:45.821 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512025-02-22T21:05:47.090Z[ recovery-image] Feb 22 21:05:45.841 INFO O| Feb 22 21:05:45.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
59522025-02-22T21:05:47.090Z[ recovery-image] Feb 22 21:05:45.841 INFO O| Feb 22 21:05:45.841 INFO STEP 452 (remove_files) COMPLETE
59532025-02-22T21:05:47.090Z[ recovery-image] Feb 22 21:05:45.841 INFO O| Feb 22 21:05:45.841 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542025-02-22T21:05:47.110Z[ recovery-image] Feb 22 21:05:45.861 INFO O| Feb 22 21:05:45.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
59552025-02-22T21:05:47.110Z[ recovery-image] Feb 22 21:05:45.861 INFO O| Feb 22 21:05:45.861 INFO STEP 453 (remove_files) COMPLETE
59562025-02-22T21:05:47.113Z[ recovery-image] Feb 22 21:05:45.861 INFO O| Feb 22 21:05:45.861 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572025-02-22T21:05:47.130Z[ recovery-image] Feb 22 21:05:45.881 INFO O| Feb 22 21:05:45.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
59582025-02-22T21:05:47.130Z[ recovery-image] Feb 22 21:05:45.881 INFO O| Feb 22 21:05:45.881 INFO STEP 454 (remove_files) COMPLETE
59592025-02-22T21:05:47.130Z[ recovery-image] Feb 22 21:05:45.881 INFO O| Feb 22 21:05:45.881 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602025-02-22T21:05:47.151Z[ recovery-image] Feb 22 21:05:45.901 INFO O| Feb 22 21:05:45.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
59612025-02-22T21:05:47.153Z[ recovery-image] Feb 22 21:05:45.901 INFO O| Feb 22 21:05:45.901 INFO STEP 455 (remove_files) COMPLETE
59622025-02-22T21:05:47.153Z[ recovery-image] Feb 22 21:05:45.902 INFO O| Feb 22 21:05:45.901 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632025-02-22T21:05:47.171Z[ recovery-image] Feb 22 21:05:45.922 INFO O| Feb 22 21:05:45.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
59642025-02-22T21:05:47.171Z[ recovery-image] Feb 22 21:05:45.922 INFO O| Feb 22 21:05:45.922 INFO STEP 456 (remove_files) COMPLETE
59652025-02-22T21:05:47.171Z[ recovery-image] Feb 22 21:05:45.922 INFO O| Feb 22 21:05:45.922 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662025-02-22T21:05:47.193Z[ recovery-image] Feb 22 21:05:45.943 INFO O| Feb 22 21:05:45.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
59672025-02-22T21:05:47.193Z[ recovery-image] Feb 22 21:05:45.943 INFO O| Feb 22 21:05:45.943 INFO STEP 457 (remove_files) COMPLETE
59682025-02-22T21:05:47.193Z[ recovery-image] Feb 22 21:05:45.943 INFO O| Feb 22 21:05:45.943 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692025-02-22T21:05:47.214Z[ recovery-image] Feb 22 21:05:45.964 INFO O| Feb 22 21:05:45.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
59702025-02-22T21:05:47.214Z[ recovery-image] Feb 22 21:05:45.965 INFO O| Feb 22 21:05:45.964 INFO STEP 458 (remove_files) COMPLETE
59712025-02-22T21:05:47.214Z[ recovery-image] Feb 22 21:05:45.965 INFO O| Feb 22 21:05:45.965 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722025-02-22T21:05:47.236Z[ recovery-image] Feb 22 21:05:45.987 INFO O| Feb 22 21:05:45.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
59732025-02-22T21:05:47.236Z[ recovery-image] Feb 22 21:05:45.987 INFO O| Feb 22 21:05:45.987 INFO STEP 459 (remove_files) COMPLETE
59742025-02-22T21:05:47.237Z[ recovery-image] Feb 22 21:05:45.987 INFO O| Feb 22 21:05:45.987 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752025-02-22T21:05:47.260Z[ recovery-image] Feb 22 21:05:46.010 INFO O| Feb 22 21:05:46.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
59762025-02-22T21:05:47.260Z[ recovery-image] Feb 22 21:05:46.010 INFO O| Feb 22 21:05:46.010 INFO STEP 460 (remove_files) COMPLETE
59772025-02-22T21:05:47.260Z[ recovery-image] Feb 22 21:05:46.010 INFO O| Feb 22 21:05:46.010 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782025-02-22T21:05:47.302Z[ recovery-image] Feb 22 21:05:46.053 INFO O| Feb 22 21:05:46.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
59792025-02-22T21:05:47.302Z[ recovery-image] Feb 22 21:05:46.053 INFO O| Feb 22 21:05:46.053 INFO STEP 461 (remove_files) COMPLETE
59802025-02-22T21:05:47.305Z[ recovery-image] Feb 22 21:05:46.053 INFO O| Feb 22 21:05:46.053 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812025-02-22T21:05:47.339Z[ recovery-image] Feb 22 21:05:46.090 INFO O| Feb 22 21:05:46.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
59822025-02-22T21:05:47.342Z[ recovery-image] Feb 22 21:05:46.090 INFO O| Feb 22 21:05:46.090 INFO STEP 462 (remove_files) COMPLETE
59832025-02-22T21:05:47.342Z[ recovery-image] Feb 22 21:05:46.090 INFO O| Feb 22 21:05:46.090 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842025-02-22T21:05:47.378Z[ recovery-image] Feb 22 21:05:46.129 INFO O| Feb 22 21:05:46.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
59852025-02-22T21:05:47.378Z[ recovery-image] Feb 22 21:05:46.129 INFO O| Feb 22 21:05:46.129 INFO STEP 463 (remove_files) COMPLETE
59862025-02-22T21:05:47.378Z[ recovery-image] Feb 22 21:05:46.129 INFO O| Feb 22 21:05:46.129 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872025-02-22T21:05:47.401Z[ recovery-image] Feb 22 21:05:46.152 INFO O| Feb 22 21:05:46.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
59882025-02-22T21:05:47.401Z[ recovery-image] Feb 22 21:05:46.152 INFO O| Feb 22 21:05:46.152 INFO STEP 464 (remove_files) COMPLETE
59892025-02-22T21:05:47.404Z[ recovery-image] Feb 22 21:05:46.152 INFO O| Feb 22 21:05:46.152 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902025-02-22T21:05:47.439Z[ recovery-image] Feb 22 21:05:46.190 INFO O| Feb 22 21:05:46.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
59912025-02-22T21:05:47.439Z[ recovery-image] Feb 22 21:05:46.190 INFO O| Feb 22 21:05:46.190 INFO STEP 465 (remove_files) COMPLETE
59922025-02-22T21:05:47.439Z[ recovery-image] Feb 22 21:05:46.190 INFO O| Feb 22 21:05:46.190 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932025-02-22T21:05:47.478Z[ recovery-image] Feb 22 21:05:46.229 INFO O| Feb 22 21:05:46.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
59942025-02-22T21:05:47.478Z[ recovery-image] Feb 22 21:05:46.229 INFO O| Feb 22 21:05:46.229 INFO STEP 466 (remove_files) COMPLETE
59952025-02-22T21:05:47.478Z[ recovery-image] Feb 22 21:05:46.229 INFO O| Feb 22 21:05:46.229 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962025-02-22T21:05:47.501Z[ recovery-image] Feb 22 21:05:46.252 INFO O| Feb 22 21:05:46.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
59972025-02-22T21:05:47.504Z[ recovery-image] Feb 22 21:05:46.252 INFO O| Feb 22 21:05:46.252 INFO STEP 467 (remove_files) COMPLETE
59982025-02-22T21:05:47.504Z[ recovery-image] Feb 22 21:05:46.252 INFO O| Feb 22 21:05:46.252 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992025-02-22T21:05:47.528Z[ recovery-image] Feb 22 21:05:46.279 INFO O| Feb 22 21:05:46.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
60002025-02-22T21:05:47.531Z[ recovery-image] Feb 22 21:05:46.279 INFO O| Feb 22 21:05:46.279 INFO STEP 468 (remove_files) COMPLETE
60012025-02-22T21:05:47.531Z[ recovery-image] Feb 22 21:05:46.279 INFO O| Feb 22 21:05:46.279 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022025-02-22T21:05:47.548Z[ recovery-image] Feb 22 21:05:46.299 INFO O| Feb 22 21:05:46.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
60032025-02-22T21:05:47.548Z[ recovery-image] Feb 22 21:05:46.299 INFO O| Feb 22 21:05:46.299 INFO STEP 469 (remove_files) COMPLETE
60042025-02-22T21:05:47.551Z[ recovery-image] Feb 22 21:05:46.299 INFO O| Feb 22 21:05:46.299 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052025-02-22T21:05:47.640Z[ recovery-image] Feb 22 21:05:46.391 INFO O| Feb 22 21:05:46.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
60062025-02-22T21:05:47.640Z[ recovery-image] Feb 22 21:05:46.391 INFO O| Feb 22 21:05:46.391 INFO STEP 470 (remove_files) COMPLETE
60072025-02-22T21:05:47.640Z[ recovery-image] Feb 22 21:05:46.391 INFO O| Feb 22 21:05:46.391 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082025-02-22T21:05:47.675Z[ recovery-image] Feb 22 21:05:46.426 INFO O| Feb 22 21:05:46.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
60092025-02-22T21:05:47.675Z[ recovery-image] Feb 22 21:05:46.426 INFO O| Feb 22 21:05:46.426 INFO STEP 471 (remove_files) COMPLETE
60102025-02-22T21:05:47.675Z[ recovery-image] Feb 22 21:05:46.426 INFO O| Feb 22 21:05:46.426 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112025-02-22T21:05:47.696Z[ recovery-image] Feb 22 21:05:46.447 INFO O| Feb 22 21:05:46.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
60122025-02-22T21:05:47.696Z[ recovery-image] Feb 22 21:05:46.447 INFO O| Feb 22 21:05:46.447 INFO STEP 472 (remove_files) COMPLETE
60132025-02-22T21:05:47.696Z[ recovery-image] Feb 22 21:05:46.447 INFO O| Feb 22 21:05:46.447 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142025-02-22T21:05:47.715Z[ recovery-image] Feb 22 21:05:46.466 INFO O| Feb 22 21:05:46.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
60152025-02-22T21:05:47.715Z[ recovery-image] Feb 22 21:05:46.466 INFO O| Feb 22 21:05:46.466 INFO STEP 473 (remove_files) COMPLETE
60162025-02-22T21:05:47.718Z[ recovery-image] Feb 22 21:05:46.466 INFO O| Feb 22 21:05:46.466 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172025-02-22T21:05:47.734Z[ recovery-image] Feb 22 21:05:46.484 INFO O| Feb 22 21:05:46.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
60182025-02-22T21:05:47.734Z[ recovery-image] Feb 22 21:05:46.485 INFO O| Feb 22 21:05:46.485 INFO STEP 474 (remove_files) COMPLETE
60192025-02-22T21:05:47.734Z[ recovery-image] Feb 22 21:05:46.485 INFO O| Feb 22 21:05:46.485 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202025-02-22T21:05:47.752Z[ recovery-image] Feb 22 21:05:46.503 INFO O| Feb 22 21:05:46.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
60212025-02-22T21:05:47.752Z[ recovery-image] Feb 22 21:05:46.503 INFO O| Feb 22 21:05:46.503 INFO STEP 475 (remove_files) COMPLETE
60222025-02-22T21:05:47.752Z[ recovery-image] Feb 22 21:05:46.503 INFO O| Feb 22 21:05:46.503 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232025-02-22T21:05:47.770Z[ recovery-image] Feb 22 21:05:46.521 INFO O| Feb 22 21:05:46.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
60242025-02-22T21:05:47.771Z[ recovery-image] Feb 22 21:05:46.521 INFO O| Feb 22 21:05:46.521 INFO STEP 476 (remove_files) COMPLETE
60252025-02-22T21:05:47.771Z[ recovery-image] Feb 22 21:05:46.521 INFO O| Feb 22 21:05:46.521 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262025-02-22T21:05:47.788Z[ recovery-image] Feb 22 21:05:46.539 INFO O| Feb 22 21:05:46.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
60272025-02-22T21:05:47.788Z[ recovery-image] Feb 22 21:05:46.539 INFO O| Feb 22 21:05:46.539 INFO STEP 477 (remove_files) COMPLETE
60282025-02-22T21:05:47.791Z[ recovery-image] Feb 22 21:05:46.539 INFO O| Feb 22 21:05:46.539 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292025-02-22T21:05:47.829Z[ recovery-image] Feb 22 21:05:46.580 INFO O| Feb 22 21:05:46.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
60302025-02-22T21:05:47.849Z[ recovery-image] Feb 22 21:05:46.600 INFO O| Feb 22 21:05:46.600 INFO STEP 478 (remove_files) COMPLETE
60312025-02-22T21:05:47.849Z[ recovery-image] Feb 22 21:05:46.600 INFO O| Feb 22 21:05:46.600 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322025-02-22T21:05:47.909Z[ recovery-image] Feb 22 21:05:46.660 INFO O| Feb 22 21:05:46.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
60332025-02-22T21:05:47.911Z[ recovery-image] Feb 22 21:05:46.660 INFO O| Feb 22 21:05:46.660 INFO STEP 479 (remove_files) COMPLETE
60342025-02-22T21:05:47.911Z[ recovery-image] Feb 22 21:05:46.660 INFO O| Feb 22 21:05:46.660 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352025-02-22T21:05:47.929Z[ recovery-image] Feb 22 21:05:46.680 INFO O| Feb 22 21:05:46.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
60362025-02-22T21:05:47.929Z[ recovery-image] Feb 22 21:05:46.680 INFO O| Feb 22 21:05:46.680 INFO STEP 480 (remove_files) COMPLETE
60372025-02-22T21:05:47.931Z[ recovery-image] Feb 22 21:05:46.680 INFO O| Feb 22 21:05:46.680 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382025-02-22T21:05:47.949Z[ recovery-image] Feb 22 21:05:46.700 INFO O| Feb 22 21:05:46.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
60392025-02-22T21:05:47.949Z[ recovery-image] Feb 22 21:05:46.700 INFO O| Feb 22 21:05:46.700 INFO STEP 481 (remove_files) COMPLETE
60402025-02-22T21:05:47.949Z[ recovery-image] Feb 22 21:05:46.700 INFO O| Feb 22 21:05:46.700 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412025-02-22T21:05:47.986Z[ recovery-image] Feb 22 21:05:46.737 INFO O| Feb 22 21:05:46.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
60422025-02-22T21:05:47.986Z[ recovery-image] Feb 22 21:05:46.737 INFO O| Feb 22 21:05:46.737 INFO STEP 482 (remove_files) COMPLETE
60432025-02-22T21:05:47.986Z[ recovery-image] Feb 22 21:05:46.737 INFO O| Feb 22 21:05:46.737 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442025-02-22T21:05:48.021Z[ recovery-image] Feb 22 21:05:46.771 INFO O| Feb 22 21:05:46.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
60452025-02-22T21:05:48.021Z[ recovery-image] Feb 22 21:05:46.771 INFO O| Feb 22 21:05:46.771 INFO STEP 483 (remove_files) COMPLETE
60462025-02-22T21:05:48.021Z[ recovery-image] Feb 22 21:05:46.771 INFO O| Feb 22 21:05:46.771 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472025-02-22T21:05:48.041Z[ recovery-image] Feb 22 21:05:46.791 INFO O| Feb 22 21:05:46.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
60482025-02-22T21:05:48.041Z[ recovery-image] Feb 22 21:05:46.792 INFO O| Feb 22 21:05:46.792 INFO STEP 484 (remove_files) COMPLETE
60492025-02-22T21:05:48.041Z[ recovery-image] Feb 22 21:05:46.792 INFO O| Feb 22 21:05:46.792 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502025-02-22T21:05:48.076Z[ recovery-image] Feb 22 21:05:46.826 INFO O| Feb 22 21:05:46.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
60512025-02-22T21:05:48.076Z[ recovery-image] Feb 22 21:05:46.827 INFO O| Feb 22 21:05:46.827 INFO STEP 485 (remove_files) COMPLETE
60522025-02-22T21:05:48.078Z[ recovery-image] Feb 22 21:05:46.827 INFO O| Feb 22 21:05:46.827 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532025-02-22T21:05:48.096Z[ recovery-image] Feb 22 21:05:46.847 INFO O| Feb 22 21:05:46.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
60542025-02-22T21:05:48.096Z[ recovery-image] Feb 22 21:05:46.847 INFO O| Feb 22 21:05:46.847 INFO STEP 486 (remove_files) COMPLETE
60552025-02-22T21:05:48.099Z[ recovery-image] Feb 22 21:05:46.847 INFO O| Feb 22 21:05:46.847 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562025-02-22T21:05:48.134Z[ recovery-image] Feb 22 21:05:46.885 INFO O| Feb 22 21:05:46.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
60572025-02-22T21:05:48.137Z[ recovery-image] Feb 22 21:05:46.885 INFO O| Feb 22 21:05:46.885 INFO STEP 487 (remove_files) COMPLETE
60582025-02-22T21:05:48.137Z[ recovery-image] Feb 22 21:05:46.885 INFO O| Feb 22 21:05:46.885 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592025-02-22T21:05:48.192Z[ recovery-image] Feb 22 21:05:46.942 INFO O| Feb 22 21:05:46.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
60602025-02-22T21:05:48.192Z[ recovery-image] Feb 22 21:05:46.942 INFO O| Feb 22 21:05:46.942 INFO STEP 488 (remove_files) COMPLETE
60612025-02-22T21:05:48.192Z[ recovery-image] Feb 22 21:05:46.942 INFO O| Feb 22 21:05:46.942 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622025-02-22T21:05:48.214Z[ recovery-image] Feb 22 21:05:46.965 INFO O| Feb 22 21:05:46.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
60632025-02-22T21:05:48.214Z[ recovery-image] Feb 22 21:05:46.965 INFO O| Feb 22 21:05:46.965 INFO STEP 489 (remove_files) COMPLETE
60642025-02-22T21:05:48.214Z[ recovery-image] Feb 22 21:05:46.965 INFO O| Feb 22 21:05:46.965 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652025-02-22T21:05:48.239Z[ recovery-image] Feb 22 21:05:46.990 INFO O| Feb 22 21:05:46.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
60662025-02-22T21:05:48.242Z[ recovery-image] Feb 22 21:05:46.990 INFO O| Feb 22 21:05:46.990 INFO STEP 490 (remove_files) COMPLETE
60672025-02-22T21:05:48.242Z[ recovery-image] Feb 22 21:05:46.991 INFO O| Feb 22 21:05:46.990 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682025-02-22T21:05:48.264Z[ recovery-image] Feb 22 21:05:47.015 INFO O| Feb 22 21:05:47.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
60692025-02-22T21:05:48.264Z[ recovery-image] Feb 22 21:05:47.015 INFO O| Feb 22 21:05:47.015 INFO STEP 491 (remove_files) COMPLETE
60702025-02-22T21:05:48.267Z[ recovery-image] Feb 22 21:05:47.015 INFO O| Feb 22 21:05:47.015 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712025-02-22T21:05:48.289Z[ recovery-image] Feb 22 21:05:47.039 INFO O| Feb 22 21:05:47.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
60722025-02-22T21:05:48.291Z[ recovery-image] Feb 22 21:05:47.039 INFO O| Feb 22 21:05:47.039 INFO STEP 492 (remove_files) COMPLETE
60732025-02-22T21:05:48.291Z[ recovery-image] Feb 22 21:05:47.039 INFO O| Feb 22 21:05:47.039 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742025-02-22T21:05:48.329Z[ recovery-image] Feb 22 21:05:47.080 INFO O| Feb 22 21:05:47.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
60752025-02-22T21:05:48.329Z[ recovery-image] Feb 22 21:05:47.080 INFO O| Feb 22 21:05:47.080 INFO STEP 493 (remove_files) COMPLETE
60762025-02-22T21:05:48.332Z[ recovery-image] Feb 22 21:05:47.080 INFO O| Feb 22 21:05:47.080 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772025-02-22T21:05:48.350Z[ recovery-image] Feb 22 21:05:47.101 INFO O| Feb 22 21:05:47.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
60782025-02-22T21:05:48.350Z[ recovery-image] Feb 22 21:05:47.101 INFO O| Feb 22 21:05:47.101 INFO STEP 494 (remove_files) COMPLETE
60792025-02-22T21:05:48.350Z[ recovery-image] Feb 22 21:05:47.101 INFO O| Feb 22 21:05:47.101 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802025-02-22T21:05:48.414Z[ recovery-image] Feb 22 21:05:47.165 INFO O| Feb 22 21:05:47.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
60812025-02-22T21:05:48.417Z[ recovery-image] Feb 22 21:05:47.165 INFO O| Feb 22 21:05:47.165 INFO STEP 495 (remove_files) COMPLETE
60822025-02-22T21:05:48.417Z[ recovery-image] Feb 22 21:05:47.165 INFO O| Feb 22 21:05:47.165 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832025-02-22T21:05:48.433Z[ recovery-image] Feb 22 21:05:47.184 INFO O| Feb 22 21:05:47.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
60842025-02-22T21:05:48.433Z[ recovery-image] Feb 22 21:05:47.184 INFO O| Feb 22 21:05:47.184 INFO STEP 496 (remove_files) COMPLETE
60852025-02-22T21:05:48.436Z[ recovery-image] Feb 22 21:05:47.184 INFO O| Feb 22 21:05:47.184 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862025-02-22T21:05:48.456Z[ recovery-image] Feb 22 21:05:47.207 INFO O| Feb 22 21:05:47.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
60872025-02-22T21:05:48.459Z[ recovery-image] Feb 22 21:05:47.207 INFO O| Feb 22 21:05:47.207 INFO STEP 497 (remove_files) COMPLETE
60882025-02-22T21:05:48.459Z[ recovery-image] Feb 22 21:05:47.207 INFO O| Feb 22 21:05:47.207 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892025-02-22T21:05:48.477Z[ recovery-image] Feb 22 21:05:47.228 INFO O| Feb 22 21:05:47.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
60902025-02-22T21:05:48.477Z[ recovery-image] Feb 22 21:05:47.228 INFO O| Feb 22 21:05:47.228 INFO STEP 498 (remove_files) COMPLETE
60912025-02-22T21:05:48.480Z[ recovery-image] Feb 22 21:05:47.228 INFO O| Feb 22 21:05:47.228 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922025-02-22T21:05:48.539Z[ recovery-image] Feb 22 21:05:47.290 INFO O| Feb 22 21:05:47.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
60932025-02-22T21:05:48.539Z[ recovery-image] Feb 22 21:05:47.290 INFO O| Feb 22 21:05:47.290 INFO STEP 499 (remove_files) COMPLETE
60942025-02-22T21:05:48.543Z[ recovery-image] Feb 22 21:05:47.290 INFO O| Feb 22 21:05:47.290 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952025-02-22T21:05:48.595Z[ recovery-image] Feb 22 21:05:47.346 INFO O| Feb 22 21:05:47.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
60962025-02-22T21:05:48.595Z[ recovery-image] Feb 22 21:05:47.346 INFO O| Feb 22 21:05:47.346 INFO STEP 500 (remove_files) COMPLETE
60972025-02-22T21:05:48.595Z[ recovery-image] Feb 22 21:05:47.346 INFO O| Feb 22 21:05:47.346 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982025-02-22T21:05:48.637Z[ recovery-image] Feb 22 21:05:47.388 INFO O| Feb 22 21:05:47.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
60992025-02-22T21:05:48.640Z[ recovery-image] Feb 22 21:05:47.388 INFO O| Feb 22 21:05:47.388 INFO STEP 501 (remove_files) COMPLETE
61002025-02-22T21:05:48.640Z[ recovery-image] Feb 22 21:05:47.388 INFO O| Feb 22 21:05:47.388 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012025-02-22T21:05:48.659Z[ recovery-image] Feb 22 21:05:47.409 INFO O| Feb 22 21:05:47.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
61022025-02-22T21:05:48.659Z[ recovery-image] Feb 22 21:05:47.410 INFO O| Feb 22 21:05:47.410 INFO STEP 502 (remove_files) COMPLETE
61032025-02-22T21:05:48.659Z[ recovery-image] Feb 22 21:05:47.410 INFO O| Feb 22 21:05:47.410 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042025-02-22T21:05:48.691Z[ recovery-image] Feb 22 21:05:47.441 INFO O| Feb 22 21:05:47.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
61052025-02-22T21:05:48.693Z[ recovery-image] Feb 22 21:05:47.441 INFO O| Feb 22 21:05:47.441 INFO STEP 503 (remove_files) COMPLETE
61062025-02-22T21:05:48.694Z[ recovery-image] Feb 22 21:05:47.441 INFO O| Feb 22 21:05:47.441 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072025-02-22T21:05:48.713Z[ recovery-image] Feb 22 21:05:47.463 INFO O| Feb 22 21:05:47.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
61082025-02-22T21:05:48.740Z[ recovery-image] Feb 22 21:05:47.490 INFO O| Feb 22 21:05:47.490 INFO STEP 504 (remove_files) COMPLETE
61092025-02-22T21:05:48.740Z[ recovery-image] Feb 22 21:05:47.490 INFO O| Feb 22 21:05:47.490 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102025-02-22T21:05:48.820Z[ recovery-image] Feb 22 21:05:47.571 INFO O| Feb 22 21:05:47.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
61112025-02-22T21:05:48.823Z[ recovery-image] Feb 22 21:05:47.571 INFO O| Feb 22 21:05:47.571 INFO STEP 505 (remove_files) COMPLETE
61122025-02-22T21:05:48.823Z[ recovery-image] Feb 22 21:05:47.571 INFO O| Feb 22 21:05:47.571 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132025-02-22T21:05:48.880Z[ recovery-image] Feb 22 21:05:47.631 INFO O| Feb 22 21:05:47.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
61142025-02-22T21:05:48.880Z[ recovery-image] Feb 22 21:05:47.631 INFO O| Feb 22 21:05:47.631 INFO STEP 506 (remove_files) COMPLETE
61152025-02-22T21:05:48.883Z[ recovery-image] Feb 22 21:05:47.631 INFO O| Feb 22 21:05:47.631 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162025-02-22T21:05:48.902Z[ recovery-image] Feb 22 21:05:47.652 INFO O| Feb 22 21:05:47.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
61172025-02-22T21:05:48.902Z[ recovery-image] Feb 22 21:05:47.653 INFO O| Feb 22 21:05:47.653 INFO STEP 507 (remove_files) COMPLETE
61182025-02-22T21:05:48.904Z[ recovery-image] Feb 22 21:05:47.653 INFO O| Feb 22 21:05:47.653 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192025-02-22T21:05:48.936Z[ recovery-image] Feb 22 21:05:47.687 INFO O| Feb 22 21:05:47.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
61202025-02-22T21:05:48.939Z[ recovery-image] Feb 22 21:05:47.687 INFO O| Feb 22 21:05:47.687 INFO STEP 508 (remove_files) COMPLETE
61212025-02-22T21:05:48.939Z[ recovery-image] Feb 22 21:05:47.687 INFO O| Feb 22 21:05:47.687 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222025-02-22T21:05:48.956Z[ recovery-image] Feb 22 21:05:47.707 INFO O| Feb 22 21:05:47.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
61232025-02-22T21:05:48.959Z[ recovery-image] Feb 22 21:05:47.708 INFO O| Feb 22 21:05:47.708 INFO STEP 509 (remove_files) COMPLETE
61242025-02-22T21:05:48.959Z[ recovery-image] Feb 22 21:05:47.708 INFO O| Feb 22 21:05:47.708 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252025-02-22T21:05:48.977Z[ recovery-image] Feb 22 21:05:47.728 INFO O| Feb 22 21:05:47.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
61262025-02-22T21:05:48.980Z[ recovery-image] Feb 22 21:05:47.728 INFO O| Feb 22 21:05:47.728 INFO STEP 510 (remove_files) COMPLETE
61272025-02-22T21:05:48.980Z[ recovery-image] Feb 22 21:05:47.728 INFO O| Feb 22 21:05:47.728 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282025-02-22T21:05:48.999Z[ recovery-image] Feb 22 21:05:47.750 INFO O| Feb 22 21:05:47.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
61292025-02-22T21:05:49.002Z[ recovery-image] Feb 22 21:05:47.750 INFO O| Feb 22 21:05:47.750 INFO STEP 511 (remove_files) COMPLETE
61302025-02-22T21:05:49.002Z[ recovery-image] Feb 22 21:05:47.750 INFO O| Feb 22 21:05:47.750 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312025-02-22T21:05:49.040Z[ recovery-image] Feb 22 21:05:47.791 INFO O| Feb 22 21:05:47.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
61322025-02-22T21:05:49.043Z[ recovery-image] Feb 22 21:05:47.791 INFO O| Feb 22 21:05:47.791 INFO STEP 512 (remove_files) COMPLETE
61332025-02-22T21:05:49.043Z[ recovery-image] Feb 22 21:05:47.791 INFO O| Feb 22 21:05:47.791 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342025-02-22T21:05:49.104Z[ recovery-image] Feb 22 21:05:47.855 INFO O| Feb 22 21:05:47.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
61352025-02-22T21:05:49.104Z[ recovery-image] Feb 22 21:05:47.855 INFO O| Feb 22 21:05:47.855 INFO STEP 513 (remove_files) COMPLETE
61362025-02-22T21:05:49.107Z[ recovery-image] Feb 22 21:05:47.855 INFO O| Feb 22 21:05:47.855 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372025-02-22T21:05:49.126Z[ recovery-image] Feb 22 21:05:47.876 INFO O| Feb 22 21:05:47.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
61382025-02-22T21:05:49.126Z[ recovery-image] Feb 22 21:05:47.877 INFO O| Feb 22 21:05:47.876 INFO STEP 514 (remove_files) COMPLETE
61392025-02-22T21:05:49.128Z[ recovery-image] Feb 22 21:05:47.877 INFO O| Feb 22 21:05:47.877 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402025-02-22T21:05:49.190Z[ recovery-image] Feb 22 21:05:47.941 INFO O| Feb 22 21:05:47.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
61412025-02-22T21:05:49.192Z[ recovery-image] Feb 22 21:05:47.941 INFO O| Feb 22 21:05:47.941 INFO STEP 515 (remove_files) COMPLETE
61422025-02-22T21:05:49.193Z[ recovery-image] Feb 22 21:05:47.941 INFO O| Feb 22 21:05:47.941 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432025-02-22T21:05:49.213Z[ recovery-image] Feb 22 21:05:47.963 INFO O| Feb 22 21:05:47.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
61442025-02-22T21:05:49.215Z[ recovery-image] Feb 22 21:05:47.964 INFO O| Feb 22 21:05:47.964 INFO STEP 516 (remove_files) COMPLETE
61452025-02-22T21:05:49.215Z[ recovery-image] Feb 22 21:05:47.964 INFO O| Feb 22 21:05:47.964 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462025-02-22T21:05:49.234Z[ recovery-image] Feb 22 21:05:47.985 INFO O| Feb 22 21:05:47.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
61472025-02-22T21:05:49.237Z[ recovery-image] Feb 22 21:05:47.985 INFO O| Feb 22 21:05:47.985 INFO STEP 517 (remove_files) COMPLETE
61482025-02-22T21:05:49.237Z[ recovery-image] Feb 22 21:05:47.985 INFO O| Feb 22 21:05:47.985 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492025-02-22T21:05:49.256Z[ recovery-image] Feb 22 21:05:48.007 INFO O| Feb 22 21:05:48.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
61502025-02-22T21:05:49.259Z[ recovery-image] Feb 22 21:05:48.007 INFO O| Feb 22 21:05:48.007 INFO STEP 518 (remove_files) COMPLETE
61512025-02-22T21:05:49.259Z[ recovery-image] Feb 22 21:05:48.007 INFO O| Feb 22 21:05:48.007 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522025-02-22T21:05:49.280Z[ recovery-image] Feb 22 21:05:48.030 INFO O| Feb 22 21:05:48.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
61532025-02-22T21:05:49.283Z[ recovery-image] Feb 22 21:05:48.030 INFO O| Feb 22 21:05:48.030 INFO STEP 519 (remove_files) COMPLETE
61542025-02-22T21:05:49.283Z[ recovery-image] Feb 22 21:05:48.030 INFO O| Feb 22 21:05:48.030 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552025-02-22T21:05:49.303Z[ recovery-image] Feb 22 21:05:48.054 INFO O| Feb 22 21:05:48.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
61562025-02-22T21:05:49.305Z[ recovery-image] Feb 22 21:05:48.054 INFO O| Feb 22 21:05:48.054 INFO STEP 520 (remove_files) COMPLETE
61572025-02-22T21:05:49.306Z[ recovery-image] Feb 22 21:05:48.054 INFO O| Feb 22 21:05:48.054 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582025-02-22T21:05:49.325Z[ recovery-image] Feb 22 21:05:48.076 INFO O| Feb 22 21:05:48.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
61592025-02-22T21:05:49.328Z[ recovery-image] Feb 22 21:05:48.077 INFO O| Feb 22 21:05:48.077 INFO STEP 521 (remove_files) COMPLETE
61602025-02-22T21:05:49.328Z[ recovery-image] Feb 22 21:05:48.077 INFO O| Feb 22 21:05:48.077 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612025-02-22T21:05:49.348Z[ recovery-image] Feb 22 21:05:48.099 INFO O| Feb 22 21:05:48.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
61622025-02-22T21:05:49.371Z[ recovery-image] Feb 22 21:05:48.122 INFO O| Feb 22 21:05:48.122 INFO STEP 522 (remove_files) COMPLETE
61632025-02-22T21:05:49.371Z[ recovery-image] Feb 22 21:05:48.122 INFO O| Feb 22 21:05:48.122 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642025-02-22T21:05:49.395Z[ recovery-image] Feb 22 21:05:48.145 INFO O| Feb 22 21:05:48.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
61652025-02-22T21:05:49.395Z[ recovery-image] Feb 22 21:05:48.146 INFO O| Feb 22 21:05:48.146 INFO STEP 523 (remove_files) COMPLETE
61662025-02-22T21:05:49.397Z[ recovery-image] Feb 22 21:05:48.146 INFO O| Feb 22 21:05:48.146 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672025-02-22T21:05:49.420Z[ recovery-image] Feb 22 21:05:48.171 INFO O| Feb 22 21:05:48.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
61682025-02-22T21:05:49.420Z[ recovery-image] Feb 22 21:05:48.171 INFO O| Feb 22 21:05:48.171 INFO STEP 524 (remove_files) COMPLETE
61692025-02-22T21:05:49.420Z[ recovery-image] Feb 22 21:05:48.171 INFO O| Feb 22 21:05:48.171 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702025-02-22T21:05:49.473Z[ recovery-image] Feb 22 21:05:48.224 INFO O| Feb 22 21:05:48.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
61712025-02-22T21:05:49.476Z[ recovery-image] Feb 22 21:05:48.225 INFO O| Feb 22 21:05:48.224 INFO STEP 525 (remove_files) COMPLETE
61722025-02-22T21:05:49.476Z[ recovery-image] Feb 22 21:05:48.225 INFO O| Feb 22 21:05:48.225 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732025-02-22T21:05:49.496Z[ recovery-image] Feb 22 21:05:48.247 INFO O| Feb 22 21:05:48.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
61742025-02-22T21:05:49.496Z[ recovery-image] Feb 22 21:05:48.247 INFO O| Feb 22 21:05:48.247 INFO STEP 526 (remove_files) COMPLETE
61752025-02-22T21:05:49.496Z[ recovery-image] Feb 22 21:05:48.247 INFO O| Feb 22 21:05:48.247 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762025-02-22T21:05:49.517Z[ recovery-image] Feb 22 21:05:48.267 INFO O| Feb 22 21:05:48.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
61772025-02-22T21:05:49.517Z[ recovery-image] Feb 22 21:05:48.268 INFO O| Feb 22 21:05:48.268 INFO STEP 527 (remove_files) COMPLETE
61782025-02-22T21:05:49.517Z[ recovery-image] Feb 22 21:05:48.268 INFO O| Feb 22 21:05:48.268 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792025-02-22T21:05:49.537Z[ recovery-image] Feb 22 21:05:48.288 INFO O| Feb 22 21:05:48.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
61802025-02-22T21:05:49.537Z[ recovery-image] Feb 22 21:05:48.288 INFO O| Feb 22 21:05:48.288 INFO STEP 528 (remove_files) COMPLETE
61812025-02-22T21:05:49.537Z[ recovery-image] Feb 22 21:05:48.288 INFO O| Feb 22 21:05:48.288 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822025-02-22T21:05:49.557Z[ recovery-image] Feb 22 21:05:48.308 INFO O| Feb 22 21:05:48.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
61832025-02-22T21:05:49.557Z[ recovery-image] Feb 22 21:05:48.308 INFO O| Feb 22 21:05:48.308 INFO STEP 529 (remove_files) COMPLETE
61842025-02-22T21:05:49.560Z[ recovery-image] Feb 22 21:05:48.308 INFO O| Feb 22 21:05:48.308 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852025-02-22T21:05:49.576Z[ recovery-image] Feb 22 21:05:48.327 INFO O| Feb 22 21:05:48.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
61862025-02-22T21:05:49.576Z[ recovery-image] Feb 22 21:05:48.327 INFO O| Feb 22 21:05:48.327 INFO STEP 530 (remove_files) COMPLETE
61872025-02-22T21:05:49.576Z[ recovery-image] Feb 22 21:05:48.327 INFO O| Feb 22 21:05:48.327 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882025-02-22T21:05:49.613Z[ recovery-image] Feb 22 21:05:48.364 INFO O| Feb 22 21:05:48.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
61892025-02-22T21:05:49.613Z[ recovery-image] Feb 22 21:05:48.364 INFO O| Feb 22 21:05:48.364 INFO STEP 531 (remove_files) COMPLETE
61902025-02-22T21:05:49.616Z[ recovery-image] Feb 22 21:05:48.364 INFO O| Feb 22 21:05:48.364 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912025-02-22T21:05:49.633Z[ recovery-image] Feb 22 21:05:48.384 INFO O| Feb 22 21:05:48.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
61922025-02-22T21:05:49.633Z[ recovery-image] Feb 22 21:05:48.384 INFO O| Feb 22 21:05:48.384 INFO STEP 532 (remove_files) COMPLETE
61932025-02-22T21:05:49.633Z[ recovery-image] Feb 22 21:05:48.384 INFO O| Feb 22 21:05:48.384 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942025-02-22T21:05:49.654Z[ recovery-image] Feb 22 21:05:48.405 INFO O| Feb 22 21:05:48.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
61952025-02-22T21:05:49.654Z[ recovery-image] Feb 22 21:05:48.405 INFO O| Feb 22 21:05:48.405 INFO STEP 533 (remove_files) COMPLETE
61962025-02-22T21:05:49.654Z[ recovery-image] Feb 22 21:05:48.405 INFO O| Feb 22 21:05:48.405 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972025-02-22T21:05:49.682Z[ recovery-image] Feb 22 21:05:48.433 INFO O| Feb 22 21:05:48.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
61982025-02-22T21:05:49.685Z[ recovery-image] Feb 22 21:05:48.433 INFO O| Feb 22 21:05:48.433 INFO STEP 534 (remove_files) COMPLETE
61992025-02-22T21:05:49.685Z[ recovery-image] Feb 22 21:05:48.434 INFO O| Feb 22 21:05:48.434 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62002025-02-22T21:05:49.740Z[ recovery-image] Feb 22 21:05:48.491 INFO O| Feb 22 21:05:48.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
62012025-02-22T21:05:49.740Z[ recovery-image] Feb 22 21:05:48.491 INFO O| Feb 22 21:05:48.491 INFO STEP 535 (remove_files) COMPLETE
62022025-02-22T21:05:49.740Z[ recovery-image] Feb 22 21:05:48.491 INFO O| Feb 22 21:05:48.491 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62032025-02-22T21:05:49.761Z[ recovery-image] Feb 22 21:05:48.512 INFO O| Feb 22 21:05:48.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
62042025-02-22T21:05:49.761Z[ recovery-image] Feb 22 21:05:48.512 INFO O| Feb 22 21:05:48.512 INFO STEP 536 (remove_files) COMPLETE
62052025-02-22T21:05:49.761Z[ recovery-image] Feb 22 21:05:48.512 INFO O| Feb 22 21:05:48.512 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62062025-02-22T21:05:49.781Z[ recovery-image] Feb 22 21:05:48.532 INFO O| Feb 22 21:05:48.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
62072025-02-22T21:05:49.781Z[ recovery-image] Feb 22 21:05:48.532 INFO O| Feb 22 21:05:48.532 INFO STEP 537 (remove_files) COMPLETE
62082025-02-22T21:05:49.781Z[ recovery-image] Feb 22 21:05:48.532 INFO O| Feb 22 21:05:48.532 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62092025-02-22T21:05:49.841Z[ recovery-image] Feb 22 21:05:48.592 INFO O| Feb 22 21:05:48.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
62102025-02-22T21:05:49.861Z[ recovery-image] Feb 22 21:05:48.612 INFO O| Feb 22 21:05:48.612 INFO STEP 538 (remove_files) COMPLETE
62112025-02-22T21:05:49.861Z[ recovery-image] Feb 22 21:05:48.612 INFO O| Feb 22 21:05:48.612 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62122025-02-22T21:05:49.917Z[ recovery-image] Feb 22 21:05:48.668 INFO O| Feb 22 21:05:48.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
62132025-02-22T21:05:49.917Z[ recovery-image] Feb 22 21:05:48.668 INFO O| Feb 22 21:05:48.668 INFO STEP 539 (remove_files) COMPLETE
62142025-02-22T21:05:49.918Z[ recovery-image] Feb 22 21:05:48.668 INFO O| Feb 22 21:05:48.668 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152025-02-22T21:05:49.957Z[ recovery-image] Feb 22 21:05:48.708 INFO O| Feb 22 21:05:48.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
62162025-02-22T21:05:49.957Z[ recovery-image] Feb 22 21:05:48.708 INFO O| Feb 22 21:05:48.708 INFO STEP 540 (remove_files) COMPLETE
62172025-02-22T21:05:49.957Z[ recovery-image] Feb 22 21:05:48.708 INFO O| Feb 22 21:05:48.708 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182025-02-22T21:05:50.011Z[ recovery-image] Feb 22 21:05:48.762 INFO O| Feb 22 21:05:48.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
62192025-02-22T21:05:50.014Z[ recovery-image] Feb 22 21:05:48.762 INFO O| Feb 22 21:05:48.762 INFO STEP 541 (remove_files) COMPLETE
62202025-02-22T21:05:50.014Z[ recovery-image] Feb 22 21:05:48.762 INFO O| Feb 22 21:05:48.762 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212025-02-22T21:05:50.038Z[ recovery-image] Feb 22 21:05:48.789 INFO O| Feb 22 21:05:48.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
62222025-02-22T21:05:50.041Z[ recovery-image] Feb 22 21:05:48.789 INFO O| Feb 22 21:05:48.789 INFO STEP 542 (remove_files) COMPLETE
62232025-02-22T21:05:50.041Z[ recovery-image] Feb 22 21:05:48.790 INFO O| Feb 22 21:05:48.790 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242025-02-22T21:05:50.060Z[ recovery-image] Feb 22 21:05:48.811 INFO O| Feb 22 21:05:48.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
62252025-02-22T21:05:50.060Z[ recovery-image] Feb 22 21:05:48.811 INFO O| Feb 22 21:05:48.811 INFO STEP 543 (remove_files) COMPLETE
62262025-02-22T21:05:50.063Z[ recovery-image] Feb 22 21:05:48.811 INFO O| Feb 22 21:05:48.811 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272025-02-22T21:05:50.080Z[ recovery-image] Feb 22 21:05:48.831 INFO O| Feb 22 21:05:48.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
62282025-02-22T21:05:50.080Z[ recovery-image] Feb 22 21:05:48.831 INFO O| Feb 22 21:05:48.831 INFO STEP 544 (remove_files) COMPLETE
62292025-02-22T21:05:50.083Z[ recovery-image] Feb 22 21:05:48.832 INFO O| Feb 22 21:05:48.831 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302025-02-22T21:05:50.101Z[ recovery-image] Feb 22 21:05:48.852 INFO O| Feb 22 21:05:48.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
62312025-02-22T21:05:50.101Z[ recovery-image] Feb 22 21:05:48.852 INFO O| Feb 22 21:05:48.852 INFO STEP 545 (remove_files) COMPLETE
62322025-02-22T21:05:50.101Z[ recovery-image] Feb 22 21:05:48.852 INFO O| Feb 22 21:05:48.852 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332025-02-22T21:05:50.137Z[ recovery-image] Feb 22 21:05:48.888 INFO O| Feb 22 21:05:48.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
62342025-02-22T21:05:50.140Z[ recovery-image] Feb 22 21:05:48.888 INFO O| Feb 22 21:05:48.888 INFO STEP 546 (remove_files) COMPLETE
62352025-02-22T21:05:50.140Z[ recovery-image] Feb 22 21:05:48.888 INFO O| Feb 22 21:05:48.888 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362025-02-22T21:05:50.164Z[ recovery-image] Feb 22 21:05:48.915 INFO O| Feb 22 21:05:48.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
62372025-02-22T21:05:50.166Z[ recovery-image] Feb 22 21:05:48.915 INFO O| Feb 22 21:05:48.915 INFO STEP 547 (remove_files) COMPLETE
62382025-02-22T21:05:50.167Z[ recovery-image] Feb 22 21:05:48.915 INFO O| Feb 22 21:05:48.915 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62392025-02-22T21:05:50.186Z[ recovery-image] Feb 22 21:05:48.937 INFO O| Feb 22 21:05:48.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
62402025-02-22T21:05:50.190Z[ recovery-image] Feb 22 21:05:48.938 INFO O| Feb 22 21:05:48.937 INFO STEP 548 (remove_files) COMPLETE
62412025-02-22T21:05:50.190Z[ recovery-image] Feb 22 21:05:48.938 INFO O| Feb 22 21:05:48.938 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62422025-02-22T21:05:50.208Z[ recovery-image] Feb 22 21:05:48.959 INFO O| Feb 22 21:05:48.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
62432025-02-22T21:05:50.211Z[ recovery-image] Feb 22 21:05:48.959 INFO O| Feb 22 21:05:48.959 INFO STEP 549 (remove_files) COMPLETE
62442025-02-22T21:05:50.211Z[ recovery-image] Feb 22 21:05:48.960 INFO O| Feb 22 21:05:48.959 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62452025-02-22T21:05:50.215Z[ host-image] Feb 22 21:05:48.966 INFO O| Feb 22 21:05:48.966 INFO O| Planning: Solver setup ... Done
62462025-02-22T21:05:50.223Z[ host-image] Feb 22 21:05:48.974 INFO O| Feb 22 21:05:48.974 INFO O| Planning: Running solver ... Done
62472025-02-22T21:05:50.251Z[ recovery-image] Feb 22 21:05:49.002 INFO O| Feb 22 21:05:49.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
62482025-02-22T21:05:50.254Z[ recovery-image] Feb 22 21:05:49.002 INFO O| Feb 22 21:05:49.002 INFO STEP 550 (remove_files) COMPLETE
62492025-02-22T21:05:50.254Z[ recovery-image] Feb 22 21:05:49.002 INFO O| Feb 22 21:05:49.002 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502025-02-22T21:05:50.303Z[ recovery-image] Feb 22 21:05:49.053 INFO O| Feb 22 21:05:49.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
62512025-02-22T21:05:50.303Z[ recovery-image] Feb 22 21:05:49.053 INFO O| Feb 22 21:05:49.053 INFO STEP 551 (remove_files) COMPLETE
62522025-02-22T21:05:50.303Z[ recovery-image] Feb 22 21:05:49.053 INFO O| Feb 22 21:05:49.053 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532025-02-22T21:05:50.344Z[ host-image] Feb 22 21:05:49.095 INFO O| Feb 22 21:05:49.095 INFO O| Planning: Finding local manifests ... Done
62542025-02-22T21:05:50.347Z[ host-image] Feb 22 21:05:49.096 INFO O| Feb 22 21:05:49.096 INFO O| Planning: Fetching manifests: 0/1 0% complete
62552025-02-22T21:05:50.380Z[ recovery-image] Feb 22 21:05:49.127 INFO O| Feb 22 21:05:49.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
62562025-02-22T21:05:50.380Z[ recovery-image] Feb 22 21:05:49.127 INFO O| Feb 22 21:05:49.127 INFO STEP 552 (remove_files) COMPLETE
62572025-02-22T21:05:50.380Z[ recovery-image] Feb 22 21:05:49.127 INFO O| Feb 22 21:05:49.127 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582025-02-22T21:05:50.413Z[ recovery-image] Feb 22 21:05:49.164 INFO O| Feb 22 21:05:49.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
62592025-02-22T21:05:50.413Z[ recovery-image] Feb 22 21:05:49.164 INFO O| Feb 22 21:05:49.164 INFO STEP 553 (remove_files) COMPLETE
62602025-02-22T21:05:50.414Z[ recovery-image] Feb 22 21:05:49.164 INFO O| Feb 22 21:05:49.164 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612025-02-22T21:05:50.447Z[ recovery-image] Feb 22 21:05:49.198 INFO O| Feb 22 21:05:49.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
62622025-02-22T21:05:50.448Z[ recovery-image] Feb 22 21:05:49.198 INFO O| Feb 22 21:05:49.198 INFO STEP 554 (remove_files) COMPLETE
62632025-02-22T21:05:50.448Z[ recovery-image] Feb 22 21:05:49.198 INFO O| Feb 22 21:05:49.198 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642025-02-22T21:05:50.480Z[ recovery-image] Feb 22 21:05:49.231 INFO O| Feb 22 21:05:49.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
62652025-02-22T21:05:50.483Z[ recovery-image] Feb 22 21:05:49.231 INFO O| Feb 22 21:05:49.231 INFO STEP 555 (remove_files) COMPLETE
62662025-02-22T21:05:50.483Z[ recovery-image] Feb 22 21:05:49.231 INFO O| Feb 22 21:05:49.231 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672025-02-22T21:05:50.501Z[ recovery-image] Feb 22 21:05:49.252 INFO O| Feb 22 21:05:49.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
62682025-02-22T21:05:50.504Z[ recovery-image] Feb 22 21:05:49.252 INFO O| Feb 22 21:05:49.252 INFO STEP 556 (remove_files) COMPLETE
62692025-02-22T21:05:50.504Z[ recovery-image] Feb 22 21:05:49.253 INFO O| Feb 22 21:05:49.253 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702025-02-22T21:05:50.521Z[ recovery-image] Feb 22 21:05:49.272 INFO O| Feb 22 21:05:49.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
62712025-02-22T21:05:50.524Z[ recovery-image] Feb 22 21:05:49.272 INFO O| Feb 22 21:05:49.272 INFO STEP 557 (remove_files) COMPLETE
62722025-02-22T21:05:50.524Z[ recovery-image] Feb 22 21:05:49.273 INFO O| Feb 22 21:05:49.273 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732025-02-22T21:05:50.537Z[ host-image] Feb 22 21:05:49.288 INFO O| Feb 22 21:05:49.288 INFO O| Planning: Fetching manifests: 1/1 100% complete
62742025-02-22T21:05:50.541Z[ recovery-image] Feb 22 21:05:49.292 INFO O| Feb 22 21:05:49.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
62752025-02-22T21:05:50.544Z[ recovery-image] Feb 22 21:05:49.292 INFO O| Feb 22 21:05:49.292 INFO STEP 558 (remove_files) COMPLETE
62762025-02-22T21:05:50.544Z[ recovery-image] Feb 22 21:05:49.292 INFO O| Feb 22 21:05:49.292 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772025-02-22T21:05:50.563Z[ recovery-image] Feb 22 21:05:49.314 INFO O| Feb 22 21:05:49.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
62782025-02-22T21:05:50.563Z[ recovery-image] Feb 22 21:05:49.314 INFO O| Feb 22 21:05:49.314 INFO STEP 559 (remove_files) COMPLETE
62792025-02-22T21:05:50.563Z[ recovery-image] Feb 22 21:05:49.314 INFO O| Feb 22 21:05:49.314 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802025-02-22T21:05:50.585Z[ recovery-image] Feb 22 21:05:49.335 INFO O| Feb 22 21:05:49.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
62812025-02-22T21:05:50.585Z[ recovery-image] Feb 22 21:05:49.335 INFO O| Feb 22 21:05:49.335 INFO STEP 560 (remove_files) COMPLETE
62822025-02-22T21:05:50.588Z[ recovery-image] Feb 22 21:05:49.336 INFO O| Feb 22 21:05:49.335 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832025-02-22T21:05:50.598Z[ host-image] Feb 22 21:05:49.348 INFO O| Feb 22 21:05:49.348 INFO O| Planning: Package planning ... Done
62842025-02-22T21:05:50.600Z[ host-image] Feb 22 21:05:49.349 INFO O| Feb 22 21:05:49.349 INFO O| Planning: Merging actions ... Done
62852025-02-22T21:05:50.605Z[ recovery-image] Feb 22 21:05:49.356 INFO O| Feb 22 21:05:49.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
62862025-02-22T21:05:50.606Z[ recovery-image] Feb 22 21:05:49.357 INFO O| Feb 22 21:05:49.356 INFO STEP 561 (remove_files) COMPLETE
62872025-02-22T21:05:50.608Z[ recovery-image] Feb 22 21:05:49.357 INFO O| Feb 22 21:05:49.356 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882025-02-22T21:05:50.633Z[ recovery-image] Feb 22 21:05:49.384 INFO O| Feb 22 21:05:49.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
62892025-02-22T21:05:50.636Z[ recovery-image] Feb 22 21:05:49.385 INFO O| Feb 22 21:05:49.384 INFO STEP 562 (remove_files) COMPLETE
62902025-02-22T21:05:50.636Z[ recovery-image] Feb 22 21:05:49.385 INFO O| Feb 22 21:05:49.385 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912025-02-22T21:05:50.655Z[ recovery-image] Feb 22 21:05:49.406 INFO O| Feb 22 21:05:49.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
62922025-02-22T21:05:50.655Z[ recovery-image] Feb 22 21:05:49.406 INFO O| Feb 22 21:05:49.406 INFO STEP 563 (remove_files) COMPLETE
62932025-02-22T21:05:50.655Z[ recovery-image] Feb 22 21:05:49.406 INFO O| Feb 22 21:05:49.406 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942025-02-22T21:05:50.676Z[ recovery-image] Feb 22 21:05:49.427 INFO O| Feb 22 21:05:49.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
62952025-02-22T21:05:50.676Z[ recovery-image] Feb 22 21:05:49.427 INFO O| Feb 22 21:05:49.427 INFO STEP 564 (remove_files) COMPLETE
62962025-02-22T21:05:50.676Z[ recovery-image] Feb 22 21:05:49.427 INFO O| Feb 22 21:05:49.427 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972025-02-22T21:05:50.714Z[ recovery-image] Feb 22 21:05:49.465 INFO O| Feb 22 21:05:49.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
62982025-02-22T21:05:50.714Z[ recovery-image] Feb 22 21:05:49.465 INFO O| Feb 22 21:05:49.465 INFO STEP 565 (remove_files) COMPLETE
62992025-02-22T21:05:50.714Z[ recovery-image] Feb 22 21:05:49.465 INFO O| Feb 22 21:05:49.465 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002025-02-22T21:05:50.720Z[ host-image] Feb 22 21:05:49.471 INFO O| Feb 22 21:05:49.471 INFO O| Planning: Checking for conflicting actions ... Done
63012025-02-22T21:05:50.723Z[ host-image] Feb 22 21:05:49.472 INFO O| Feb 22 21:05:49.472 INFO O| Planning: Consolidating action changes ... Done
63022025-02-22T21:05:50.744Z[ recovery-image] Feb 22 21:05:49.495 INFO O| Feb 22 21:05:49.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
63032025-02-22T21:05:50.744Z[ recovery-image] Feb 22 21:05:49.495 INFO O| Feb 22 21:05:49.495 INFO STEP 566 (remove_files) COMPLETE
63042025-02-22T21:05:50.744Z[ recovery-image] Feb 22 21:05:49.495 INFO O| Feb 22 21:05:49.495 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052025-02-22T21:05:50.766Z[ recovery-image] Feb 22 21:05:49.517 INFO O| Feb 22 21:05:49.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
63062025-02-22T21:05:50.767Z[ recovery-image] Feb 22 21:05:49.517 INFO O| Feb 22 21:05:49.517 INFO STEP 567 (remove_files) COMPLETE
63072025-02-22T21:05:50.767Z[ recovery-image] Feb 22 21:05:49.517 INFO O| Feb 22 21:05:49.517 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082025-02-22T21:05:50.788Z[ recovery-image] Feb 22 21:05:49.539 INFO O| Feb 22 21:05:49.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
63092025-02-22T21:05:50.791Z[ recovery-image] Feb 22 21:05:49.539 INFO O| Feb 22 21:05:49.539 INFO STEP 568 (remove_files) COMPLETE
63102025-02-22T21:05:50.791Z[ recovery-image] Feb 22 21:05:49.539 INFO O| Feb 22 21:05:49.539 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112025-02-22T21:05:50.888Z[ recovery-image] Feb 22 21:05:49.639 INFO O| Feb 22 21:05:49.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
63122025-02-22T21:05:50.891Z[ recovery-image] Feb 22 21:05:49.639 INFO O| Feb 22 21:05:49.639 INFO STEP 569 (remove_files) COMPLETE
63132025-02-22T21:05:50.891Z[ recovery-image] Feb 22 21:05:49.639 INFO O| Feb 22 21:05:49.639 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142025-02-22T21:05:50.910Z[ recovery-image] Feb 22 21:05:49.661 INFO O| Feb 22 21:05:49.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
63152025-02-22T21:05:50.913Z[ recovery-image] Feb 22 21:05:49.661 INFO O| Feb 22 21:05:49.661 INFO STEP 570 (remove_files) COMPLETE
63162025-02-22T21:05:50.913Z[ recovery-image] Feb 22 21:05:49.661 INFO O| Feb 22 21:05:49.661 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172025-02-22T21:05:51.020Z[ recovery-image] Feb 22 21:05:49.770 INFO O| Feb 22 21:05:49.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
63182025-02-22T21:05:51.020Z[ recovery-image] Feb 22 21:05:49.770 INFO O| Feb 22 21:05:49.770 INFO STEP 571 (remove_files) COMPLETE
63192025-02-22T21:05:51.020Z[ recovery-image] Feb 22 21:05:49.770 INFO O| Feb 22 21:05:49.770 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202025-02-22T21:05:51.054Z[ host-image] Feb 22 21:05:49.805 INFO O| Feb 22 21:05:49.805 INFO O| Planning: Evaluating mediators ... Done
63212025-02-22T21:05:51.057Z[ host-image] Feb 22 21:05:49.806 INFO O| Feb 22 21:05:49.806 INFO O| Planning: Planning completed in 5.67 seconds
63222025-02-22T21:05:51.057Z[ host-image] Feb 22 21:05:49.807 INFO O| Feb 22 21:05:49.807 INFO O| Packages to install: 1
63232025-02-22T21:05:51.073Z[ host-image] Feb 22 21:05:49.824 INFO O| Feb 22 21:05:49.824 INFO O| Download: 0/4 items 0.0/10.3MB 0% complete
63242025-02-22T21:05:51.076Z[ recovery-image] Feb 22 21:05:49.827 INFO O| Feb 22 21:05:49.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
63252025-02-22T21:05:51.079Z[ recovery-image] Feb 22 21:05:49.827 INFO O| Feb 22 21:05:49.827 INFO STEP 572 (remove_files) COMPLETE
63262025-02-22T21:05:51.079Z[ recovery-image] Feb 22 21:05:49.828 INFO O| Feb 22 21:05:49.827 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272025-02-22T21:05:51.097Z[ recovery-image] Feb 22 21:05:49.848 INFO O| Feb 22 21:05:49.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
63282025-02-22T21:05:51.097Z[ recovery-image] Feb 22 21:05:49.848 INFO O| Feb 22 21:05:49.848 INFO STEP 573 (remove_files) COMPLETE
63292025-02-22T21:05:51.100Z[ recovery-image] Feb 22 21:05:49.848 INFO O| Feb 22 21:05:49.848 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302025-02-22T21:05:51.119Z[ recovery-image] Feb 22 21:05:49.869 INFO O| Feb 22 21:05:49.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
63312025-02-22T21:05:51.119Z[ recovery-image] Feb 22 21:05:49.869 INFO O| Feb 22 21:05:49.869 INFO STEP 574 (remove_files) COMPLETE
63322025-02-22T21:05:51.119Z[ recovery-image] Feb 22 21:05:49.870 INFO O| Feb 22 21:05:49.869 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332025-02-22T21:05:51.140Z[ recovery-image] Feb 22 21:05:49.891 INFO O| Feb 22 21:05:49.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
63342025-02-22T21:05:51.140Z[ recovery-image] Feb 22 21:05:49.891 INFO O| Feb 22 21:05:49.891 INFO STEP 575 (remove_files) COMPLETE
63352025-02-22T21:05:51.143Z[ recovery-image] Feb 22 21:05:49.891 INFO O| Feb 22 21:05:49.891 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362025-02-22T21:05:51.173Z[ recovery-image] Feb 22 21:05:49.924 INFO O| Feb 22 21:05:49.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
63372025-02-22T21:05:51.176Z[ recovery-image] Feb 22 21:05:49.924 INFO O| Feb 22 21:05:49.924 INFO STEP 576 (remove_files) COMPLETE
63382025-02-22T21:05:51.176Z[ recovery-image] Feb 22 21:05:49.925 INFO O| Feb 22 21:05:49.924 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392025-02-22T21:05:51.194Z[ recovery-image] Feb 22 21:05:49.945 INFO O| Feb 22 21:05:49.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
63402025-02-22T21:05:51.197Z[ recovery-image] Feb 22 21:05:49.945 INFO O| Feb 22 21:05:49.945 INFO STEP 577 (remove_files) COMPLETE
63412025-02-22T21:05:51.197Z[ recovery-image] Feb 22 21:05:49.945 INFO O| Feb 22 21:05:49.945 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422025-02-22T21:05:51.216Z[ recovery-image] Feb 22 21:05:49.967 INFO O| Feb 22 21:05:49.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
63432025-02-22T21:05:51.219Z[ recovery-image] Feb 22 21:05:49.967 INFO O| Feb 22 21:05:49.967 INFO STEP 578 (remove_files) COMPLETE
63442025-02-22T21:05:51.219Z[ recovery-image] Feb 22 21:05:49.967 INFO O| Feb 22 21:05:49.967 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452025-02-22T21:05:51.237Z[ recovery-image] Feb 22 21:05:49.988 INFO O| Feb 22 21:05:49.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
63462025-02-22T21:05:51.240Z[ recovery-image] Feb 22 21:05:49.988 INFO O| Feb 22 21:05:49.988 INFO STEP 579 (remove_files) COMPLETE
63472025-02-22T21:05:51.240Z[ recovery-image] Feb 22 21:05:49.988 INFO O| Feb 22 21:05:49.988 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482025-02-22T21:05:51.259Z[ recovery-image] Feb 22 21:05:50.010 INFO O| Feb 22 21:05:50.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
63492025-02-22T21:05:51.262Z[ recovery-image] Feb 22 21:05:50.010 INFO O| Feb 22 21:05:50.010 INFO STEP 580 (remove_files) COMPLETE
63502025-02-22T21:05:51.262Z[ recovery-image] Feb 22 21:05:50.010 INFO O| Feb 22 21:05:50.010 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512025-02-22T21:05:51.278Z[ recovery-image] Feb 22 21:05:50.029 INFO O| Feb 22 21:05:50.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
63522025-02-22T21:05:51.281Z[ recovery-image] Feb 22 21:05:50.032 INFO O| Feb 22 21:05:50.032 INFO STEP 581 (remove_files) COMPLETE
63532025-02-22T21:05:51.281Z[ recovery-image] Feb 22 21:05:50.032 INFO O| Feb 22 21:05:50.032 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542025-02-22T21:05:51.300Z[ recovery-image] Feb 22 21:05:50.051 INFO O| Feb 22 21:05:50.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
63552025-02-22T21:05:51.302Z[ recovery-image] Feb 22 21:05:50.052 INFO O| Feb 22 21:05:50.052 INFO STEP 582 (remove_files) COMPLETE
63562025-02-22T21:05:51.303Z[ recovery-image] Feb 22 21:05:50.053 INFO O| Feb 22 21:05:50.052 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572025-02-22T21:05:51.376Z[ recovery-image] Feb 22 21:05:50.083 INFO O| Feb 22 21:05:50.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
63582025-02-22T21:05:51.376Z[ recovery-image] Feb 22 21:05:50.083 INFO O| Feb 22 21:05:50.083 INFO STEP 583 (remove_files) COMPLETE
63592025-02-22T21:05:51.376Z[ recovery-image] Feb 22 21:05:50.083 INFO O| Feb 22 21:05:50.083 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602025-02-22T21:05:51.376Z[ recovery-image] Feb 22 21:05:50.104 INFO O| Feb 22 21:05:50.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
63612025-02-22T21:05:51.376Z[ recovery-image] Feb 22 21:05:50.104 INFO O| Feb 22 21:05:50.104 INFO STEP 584 (remove_files) COMPLETE
63622025-02-22T21:05:51.376Z[ recovery-image] Feb 22 21:05:50.104 INFO O| Feb 22 21:05:50.104 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632025-02-22T21:05:51.376Z[ recovery-image] Feb 22 21:05:50.125 INFO O| Feb 22 21:05:50.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
63642025-02-22T21:05:51.376Z[ recovery-image] Feb 22 21:05:50.126 INFO O| Feb 22 21:05:50.126 INFO STEP 585 (remove_files) COMPLETE
63652025-02-22T21:05:51.376Z[ recovery-image] Feb 22 21:05:50.126 INFO O| Feb 22 21:05:50.126 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662025-02-22T21:05:51.450Z[ recovery-image] Feb 22 21:05:50.201 INFO O| Feb 22 21:05:50.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
63672025-02-22T21:05:51.450Z[ recovery-image] Feb 22 21:05:50.201 INFO O| Feb 22 21:05:50.201 INFO STEP 586 (remove_files) COMPLETE
63682025-02-22T21:05:51.450Z[ recovery-image] Feb 22 21:05:50.201 INFO O| Feb 22 21:05:50.201 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692025-02-22T21:05:51.471Z[ recovery-image] Feb 22 21:05:50.222 INFO O| Feb 22 21:05:50.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
63702025-02-22T21:05:51.471Z[ recovery-image] Feb 22 21:05:50.222 INFO O| Feb 22 21:05:50.222 INFO STEP 587 (remove_files) COMPLETE
63712025-02-22T21:05:51.471Z[ recovery-image] Feb 22 21:05:50.222 INFO O| Feb 22 21:05:50.222 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722025-02-22T21:05:51.491Z[ recovery-image] Feb 22 21:05:50.242 INFO O| Feb 22 21:05:50.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
63732025-02-22T21:05:51.491Z[ recovery-image] Feb 22 21:05:50.242 INFO O| Feb 22 21:05:50.242 INFO STEP 588 (remove_files) COMPLETE
63742025-02-22T21:05:51.491Z[ recovery-image] Feb 22 21:05:50.242 INFO O| Feb 22 21:05:50.242 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752025-02-22T21:05:51.512Z[ recovery-image] Feb 22 21:05:50.263 INFO O| Feb 22 21:05:50.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
63762025-02-22T21:05:51.512Z[ recovery-image] Feb 22 21:05:50.263 INFO O| Feb 22 21:05:50.263 INFO STEP 589 (remove_files) COMPLETE
63772025-02-22T21:05:51.515Z[ recovery-image] Feb 22 21:05:50.263 INFO O| Feb 22 21:05:50.263 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782025-02-22T21:05:51.552Z[ recovery-image] Feb 22 21:05:50.303 INFO O| Feb 22 21:05:50.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
63792025-02-22T21:05:51.552Z[ recovery-image] Feb 22 21:05:50.303 INFO O| Feb 22 21:05:50.303 INFO STEP 590 (remove_files) COMPLETE
63802025-02-22T21:05:51.552Z[ recovery-image] Feb 22 21:05:50.303 INFO O| Feb 22 21:05:50.303 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812025-02-22T21:05:51.573Z[ recovery-image] Feb 22 21:05:50.323 INFO O| Feb 22 21:05:50.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
63822025-02-22T21:05:51.573Z[ recovery-image] Feb 22 21:05:50.324 INFO O| Feb 22 21:05:50.324 INFO STEP 591 (remove_files) COMPLETE
63832025-02-22T21:05:51.573Z[ recovery-image] Feb 22 21:05:50.324 INFO O| Feb 22 21:05:50.324 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842025-02-22T21:05:51.660Z[ recovery-image] Feb 22 21:05:50.411 INFO O| Feb 22 21:05:50.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
63852025-02-22T21:05:51.660Z[ recovery-image] Feb 22 21:05:50.411 INFO O| Feb 22 21:05:50.411 INFO STEP 592 (remove_files) COMPLETE
63862025-02-22T21:05:51.663Z[ recovery-image] Feb 22 21:05:50.411 INFO O| Feb 22 21:05:50.411 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872025-02-22T21:05:51.682Z[ recovery-image] Feb 22 21:05:50.432 INFO O| Feb 22 21:05:50.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
63882025-02-22T21:05:51.682Z[ recovery-image] Feb 22 21:05:50.433 INFO O| Feb 22 21:05:50.432 INFO STEP 593 (remove_files) COMPLETE
63892025-02-22T21:05:51.682Z[ recovery-image] Feb 22 21:05:50.433 INFO O| Feb 22 21:05:50.432 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902025-02-22T21:05:51.736Z[ host-image] Feb 22 21:05:50.487 INFO O| Feb 22 21:05:50.482 INFO O| Download: Completed 10.27 MB in 0.66 seconds (15.6M/s)
63912025-02-22T21:05:51.770Z[ recovery-image] Feb 22 21:05:50.521 INFO O| Feb 22 21:05:50.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
63922025-02-22T21:05:51.770Z[ recovery-image] Feb 22 21:05:50.521 INFO O| Feb 22 21:05:50.521 INFO STEP 594 (remove_files) COMPLETE
63932025-02-22T21:05:51.770Z[ recovery-image] Feb 22 21:05:50.521 INFO O| Feb 22 21:05:50.521 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942025-02-22T21:05:51.796Z[ recovery-image] Feb 22 21:05:50.547 INFO O| Feb 22 21:05:50.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
63952025-02-22T21:05:51.796Z[ recovery-image] Feb 22 21:05:50.547 INFO O| Feb 22 21:05:50.547 INFO STEP 595 (remove_files) COMPLETE
63962025-02-22T21:05:51.797Z[ recovery-image] Feb 22 21:05:50.547 INFO O| Feb 22 21:05:50.547 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972025-02-22T21:05:51.809Z[ host-image] Feb 22 21:05:50.560 INFO O| Feb 22 21:05:50.559 INFO O| Actions: 1/22 actions (Installing new actions)
63982025-02-22T21:05:51.838Z[ recovery-image] Feb 22 21:05:50.589 INFO O| Feb 22 21:05:50.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
63992025-02-22T21:05:51.838Z[ recovery-image] Feb 22 21:05:50.589 INFO O| Feb 22 21:05:50.589 INFO STEP 596 (remove_files) COMPLETE
64002025-02-22T21:05:51.841Z[ recovery-image] Feb 22 21:05:50.589 INFO O| Feb 22 21:05:50.589 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012025-02-22T21:05:51.860Z[ recovery-image] Feb 22 21:05:50.611 INFO O| Feb 22 21:05:50.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
64022025-02-22T21:05:51.860Z[ recovery-image] Feb 22 21:05:50.611 INFO O| Feb 22 21:05:50.611 INFO STEP 597 (remove_files) COMPLETE
64032025-02-22T21:05:51.860Z[ recovery-image] Feb 22 21:05:50.611 INFO O| Feb 22 21:05:50.611 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042025-02-22T21:05:51.881Z[ recovery-image] Feb 22 21:05:50.632 INFO O| Feb 22 21:05:50.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
64052025-02-22T21:05:51.881Z[ recovery-image] Feb 22 21:05:50.632 INFO O| Feb 22 21:05:50.632 INFO STEP 598 (remove_files) COMPLETE
64062025-02-22T21:05:51.883Z[ recovery-image] Feb 22 21:05:50.632 INFO O| Feb 22 21:05:50.632 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072025-02-22T21:05:51.903Z[ recovery-image] Feb 22 21:05:50.653 INFO O| Feb 22 21:05:50.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
64082025-02-22T21:05:51.903Z[ recovery-image] Feb 22 21:05:50.653 INFO O| Feb 22 21:05:50.653 INFO STEP 599 (remove_files) COMPLETE
64092025-02-22T21:05:51.903Z[ recovery-image] Feb 22 21:05:50.653 INFO O| Feb 22 21:05:50.653 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102025-02-22T21:05:51.923Z[ recovery-image] Feb 22 21:05:50.674 INFO O| Feb 22 21:05:50.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
64112025-02-22T21:05:51.923Z[ recovery-image] Feb 22 21:05:50.674 INFO O| Feb 22 21:05:50.674 INFO STEP 600 (remove_files) COMPLETE
64122025-02-22T21:05:51.927Z[ recovery-image] Feb 22 21:05:50.674 INFO O| Feb 22 21:05:50.674 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132025-02-22T21:05:51.977Z[ recovery-image] Feb 22 21:05:50.728 INFO O| Feb 22 21:05:50.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
64142025-02-22T21:05:51.980Z[ recovery-image] Feb 22 21:05:50.728 INFO O| Feb 22 21:05:50.728 INFO STEP 601 (remove_files) COMPLETE
64152025-02-22T21:05:51.980Z[ recovery-image] Feb 22 21:05:50.728 INFO O| Feb 22 21:05:50.728 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162025-02-22T21:05:52.009Z[ recovery-image] Feb 22 21:05:50.760 INFO O| Feb 22 21:05:50.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
64172025-02-22T21:05:52.009Z[ recovery-image] Feb 22 21:05:50.760 INFO O| Feb 22 21:05:50.760 INFO STEP 602 (remove_files) COMPLETE
64182025-02-22T21:05:52.009Z[ recovery-image] Feb 22 21:05:50.760 INFO O| Feb 22 21:05:50.760 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192025-02-22T21:05:52.038Z[ recovery-image] Feb 22 21:05:50.788 INFO O| Feb 22 21:05:50.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
64202025-02-22T21:05:52.038Z[ recovery-image] Feb 22 21:05:50.788 INFO O| Feb 22 21:05:50.788 INFO STEP 603 (remove_files) COMPLETE
64212025-02-22T21:05:52.038Z[ recovery-image] Feb 22 21:05:50.788 INFO O| Feb 22 21:05:50.788 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222025-02-22T21:05:52.081Z[ recovery-image] Feb 22 21:05:50.832 INFO O| Feb 22 21:05:50.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
64232025-02-22T21:05:52.081Z[ recovery-image] Feb 22 21:05:50.832 INFO O| Feb 22 21:05:50.832 INFO STEP 604 (remove_files) COMPLETE
64242025-02-22T21:05:52.081Z[ recovery-image] Feb 22 21:05:50.832 INFO O| Feb 22 21:05:50.832 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252025-02-22T21:05:52.140Z[ recovery-image] Feb 22 21:05:50.891 INFO O| Feb 22 21:05:50.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
64262025-02-22T21:05:52.140Z[ recovery-image] Feb 22 21:05:50.891 INFO O| Feb 22 21:05:50.891 INFO STEP 605 (remove_files) COMPLETE
64272025-02-22T21:05:52.140Z[ recovery-image] Feb 22 21:05:50.891 INFO O| Feb 22 21:05:50.891 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282025-02-22T21:05:52.173Z[ recovery-image] Feb 22 21:05:50.924 INFO O| Feb 22 21:05:50.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
64292025-02-22T21:05:52.173Z[ recovery-image] Feb 22 21:05:50.924 INFO O| Feb 22 21:05:50.924 INFO STEP 606 (remove_files) COMPLETE
64302025-02-22T21:05:52.173Z[ recovery-image] Feb 22 21:05:50.924 INFO O| Feb 22 21:05:50.924 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312025-02-22T21:05:52.209Z[ host-image] Feb 22 21:05:50.959 INFO O| Feb 22 21:05:50.959 INFO O| Actions: Completed 22 actions in 0.40 seconds.
64322025-02-22T21:05:52.221Z[ recovery-image] Feb 22 21:05:50.971 INFO O| Feb 22 21:05:50.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
64332025-02-22T21:05:52.221Z[ recovery-image] Feb 22 21:05:50.972 INFO O| Feb 22 21:05:50.972 INFO STEP 607 (remove_files) COMPLETE
64342025-02-22T21:05:52.221Z[ recovery-image] Feb 22 21:05:50.972 INFO O| Feb 22 21:05:50.972 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352025-02-22T21:05:52.283Z[ recovery-image] Feb 22 21:05:51.034 INFO O| Feb 22 21:05:51.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
64362025-02-22T21:05:52.283Z[ recovery-image] Feb 22 21:05:51.034 INFO O| Feb 22 21:05:51.034 INFO STEP 608 (remove_files) COMPLETE
64372025-02-22T21:05:52.286Z[ recovery-image] Feb 22 21:05:51.034 INFO O| Feb 22 21:05:51.034 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382025-02-22T21:05:52.375Z[ recovery-image] Feb 22 21:05:51.126 INFO O| Feb 22 21:05:51.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
64392025-02-22T21:05:52.375Z[ recovery-image] Feb 22 21:05:51.126 INFO O| Feb 22 21:05:51.126 INFO STEP 609 (remove_files) COMPLETE
64402025-02-22T21:05:52.375Z[ recovery-image] Feb 22 21:05:51.126 INFO O| Feb 22 21:05:51.126 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412025-02-22T21:05:52.443Z[ recovery-image] Feb 22 21:05:51.194 INFO O| Feb 22 21:05:51.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
64422025-02-22T21:05:52.446Z[ recovery-image] Feb 22 21:05:51.194 INFO O| Feb 22 21:05:51.194 INFO STEP 610 (remove_files) COMPLETE
64432025-02-22T21:05:52.447Z[ recovery-image] Feb 22 21:05:51.194 INFO O| Feb 22 21:05:51.194 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442025-02-22T21:05:52.465Z[ recovery-image] Feb 22 21:05:51.216 INFO O| Feb 22 21:05:51.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
64452025-02-22T21:05:52.466Z[ recovery-image] Feb 22 21:05:51.216 INFO O| Feb 22 21:05:51.216 INFO STEP 611 (remove_files) COMPLETE
64462025-02-22T21:05:52.468Z[ recovery-image] Feb 22 21:05:51.216 INFO O| Feb 22 21:05:51.216 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472025-02-22T21:05:52.503Z[ recovery-image] Feb 22 21:05:51.253 INFO O| Feb 22 21:05:51.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
64482025-02-22T21:05:52.503Z[ recovery-image] Feb 22 21:05:51.254 INFO O| Feb 22 21:05:51.254 INFO STEP 612 (remove_files) COMPLETE
64492025-02-22T21:05:52.503Z[ recovery-image] Feb 22 21:05:51.254 INFO O| Feb 22 21:05:51.254 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502025-02-22T21:05:52.534Z[ recovery-image] Feb 22 21:05:51.285 INFO O| Feb 22 21:05:51.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
64512025-02-22T21:05:52.537Z[ recovery-image] Feb 22 21:05:51.285 INFO O| Feb 22 21:05:51.285 INFO STEP 613 (remove_files) COMPLETE
64522025-02-22T21:05:52.537Z[ recovery-image] Feb 22 21:05:51.286 INFO O| Feb 22 21:05:51.285 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532025-02-22T21:05:52.555Z[ recovery-image] Feb 22 21:05:51.306 INFO O| Feb 22 21:05:51.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
64542025-02-22T21:05:52.558Z[ recovery-image] Feb 22 21:05:51.306 INFO O| Feb 22 21:05:51.306 INFO STEP 614 (remove_files) COMPLETE
64552025-02-22T21:05:52.558Z[ recovery-image] Feb 22 21:05:51.307 INFO O| Feb 22 21:05:51.306 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562025-02-22T21:05:52.576Z[ recovery-image] Feb 22 21:05:51.327 INFO O| Feb 22 21:05:51.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
64572025-02-22T21:05:52.576Z[ recovery-image] Feb 22 21:05:51.327 INFO O| Feb 22 21:05:51.327 INFO STEP 615 (remove_files) COMPLETE
64582025-02-22T21:05:52.576Z[ recovery-image] Feb 22 21:05:51.327 INFO O| Feb 22 21:05:51.327 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592025-02-22T21:05:52.616Z[ recovery-image] Feb 22 21:05:51.367 INFO O| Feb 22 21:05:51.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
64602025-02-22T21:05:52.616Z[ recovery-image] Feb 22 21:05:51.367 INFO O| Feb 22 21:05:51.367 INFO STEP 616 (remove_files) COMPLETE
64612025-02-22T21:05:52.616Z[ recovery-image] Feb 22 21:05:51.367 INFO O| Feb 22 21:05:51.367 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622025-02-22T21:05:52.638Z[ recovery-image] Feb 22 21:05:51.389 INFO O| Feb 22 21:05:51.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
64632025-02-22T21:05:52.638Z[ recovery-image] Feb 22 21:05:51.389 INFO O| Feb 22 21:05:51.389 INFO STEP 617 (remove_files) COMPLETE
64642025-02-22T21:05:52.641Z[ recovery-image] Feb 22 21:05:51.389 INFO O| Feb 22 21:05:51.389 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652025-02-22T21:05:52.659Z[ recovery-image] Feb 22 21:05:51.410 INFO O| Feb 22 21:05:51.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
64662025-02-22T21:05:52.659Z[ recovery-image] Feb 22 21:05:51.410 INFO O| Feb 22 21:05:51.410 INFO STEP 618 (remove_files) COMPLETE
64672025-02-22T21:05:52.659Z[ recovery-image] Feb 22 21:05:51.410 INFO O| Feb 22 21:05:51.410 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682025-02-22T21:05:52.692Z[ recovery-image] Feb 22 21:05:51.443 INFO O| Feb 22 21:05:51.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
64692025-02-22T21:05:52.692Z[ recovery-image] Feb 22 21:05:51.443 INFO O| Feb 22 21:05:51.443 INFO STEP 619 (remove_files) COMPLETE
64702025-02-22T21:05:52.692Z[ recovery-image] Feb 22 21:05:51.443 INFO O| Feb 22 21:05:51.443 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712025-02-22T21:05:52.712Z[ recovery-image] Feb 22 21:05:51.463 INFO O| Feb 22 21:05:51.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
64722025-02-22T21:05:52.712Z[ recovery-image] Feb 22 21:05:51.463 INFO O| Feb 22 21:05:51.463 INFO STEP 620 (remove_files) COMPLETE
64732025-02-22T21:05:52.712Z[ recovery-image] Feb 22 21:05:51.463 INFO O| Feb 22 21:05:51.463 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742025-02-22T21:05:52.742Z[ recovery-image] Feb 22 21:05:51.492 INFO O| Feb 22 21:05:51.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
64752025-02-22T21:05:52.745Z[ recovery-image] Feb 22 21:05:51.493 INFO O| Feb 22 21:05:51.492 INFO STEP 621 (remove_files) COMPLETE
64762025-02-22T21:05:52.745Z[ recovery-image] Feb 22 21:05:51.493 INFO O| Feb 22 21:05:51.493 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772025-02-22T21:05:52.774Z[ recovery-image] Feb 22 21:05:51.524 INFO O| Feb 22 21:05:51.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
64782025-02-22T21:05:52.774Z[ recovery-image] Feb 22 21:05:51.524 INFO O| Feb 22 21:05:51.524 INFO STEP 622 (remove_files) COMPLETE
64792025-02-22T21:05:52.774Z[ recovery-image] Feb 22 21:05:51.524 INFO O| Feb 22 21:05:51.524 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802025-02-22T21:05:52.799Z[ recovery-image] Feb 22 21:05:51.550 INFO O| Feb 22 21:05:51.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
64812025-02-22T21:05:52.799Z[ recovery-image] Feb 22 21:05:51.550 INFO O| Feb 22 21:05:51.550 INFO STEP 623 (remove_files) COMPLETE
64822025-02-22T21:05:52.799Z[ recovery-image] Feb 22 21:05:51.550 INFO O| Feb 22 21:05:51.550 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832025-02-22T21:05:52.819Z[ recovery-image] Feb 22 21:05:51.570 INFO O| Feb 22 21:05:51.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
64842025-02-22T21:05:52.819Z[ recovery-image] Feb 22 21:05:51.570 INFO O| Feb 22 21:05:51.570 INFO STEP 624 (remove_files) COMPLETE
64852025-02-22T21:05:52.822Z[ recovery-image] Feb 22 21:05:51.570 INFO O| Feb 22 21:05:51.570 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862025-02-22T21:05:52.838Z[ recovery-image] Feb 22 21:05:51.588 INFO O| Feb 22 21:05:51.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
64872025-02-22T21:05:52.838Z[ recovery-image] Feb 22 21:05:51.589 INFO O| Feb 22 21:05:51.589 INFO STEP 625 (remove_files) COMPLETE
64882025-02-22T21:05:52.838Z[ recovery-image] Feb 22 21:05:51.589 INFO O| Feb 22 21:05:51.589 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892025-02-22T21:05:52.857Z[ recovery-image] Feb 22 21:05:51.607 INFO O| Feb 22 21:05:51.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
64902025-02-22T21:05:52.857Z[ recovery-image] Feb 22 21:05:51.607 INFO O| Feb 22 21:05:51.607 INFO STEP 626 (remove_files) COMPLETE
64912025-02-22T21:05:52.857Z[ recovery-image] Feb 22 21:05:51.607 INFO O| Feb 22 21:05:51.607 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922025-02-22T21:05:52.889Z[ recovery-image] Feb 22 21:05:51.640 INFO O| Feb 22 21:05:51.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
64932025-02-22T21:05:52.889Z[ recovery-image] Feb 22 21:05:51.640 INFO O| Feb 22 21:05:51.640 INFO STEP 627 (remove_files) COMPLETE
64942025-02-22T21:05:52.889Z[ recovery-image] Feb 22 21:05:51.640 INFO O| Feb 22 21:05:51.640 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952025-02-22T21:05:52.916Z[ host-image] Feb 22 21:05:51.667 INFO O| Feb 22 21:05:51.667 INFO O| Done
64962025-02-22T21:05:52.916Z[ host-image] Feb 22 21:05:51.667 INFO O| Feb 22 21:05:51.667 INFO O| Done
64972025-02-22T21:05:52.934Z[ recovery-image] Feb 22 21:05:51.685 INFO O| Feb 22 21:05:51.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
64982025-02-22T21:05:52.938Z[ recovery-image] Feb 22 21:05:51.685 INFO O| Feb 22 21:05:51.685 INFO STEP 628 (remove_files) COMPLETE
64992025-02-22T21:05:52.938Z[ recovery-image] Feb 22 21:05:51.685 INFO O| Feb 22 21:05:51.685 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002025-02-22T21:05:52.956Z[ recovery-image] Feb 22 21:05:51.706 INFO O| Feb 22 21:05:51.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
65012025-02-22T21:05:52.959Z[ recovery-image] Feb 22 21:05:51.707 INFO O| Feb 22 21:05:51.707 INFO STEP 629 (remove_files) COMPLETE
65022025-02-22T21:05:52.959Z[ recovery-image] Feb 22 21:05:51.707 INFO O| Feb 22 21:05:51.707 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032025-02-22T21:05:52.983Z[ recovery-image] Feb 22 21:05:51.727 INFO O| Feb 22 21:05:51.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
65042025-02-22T21:05:52.983Z[ recovery-image] Feb 22 21:05:51.727 INFO O| Feb 22 21:05:51.727 INFO STEP 630 (remove_files) COMPLETE
65052025-02-22T21:05:52.986Z[ recovery-image] Feb 22 21:05:51.728 INFO O| Feb 22 21:05:51.727 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062025-02-22T21:05:52.997Z[ recovery-image] Feb 22 21:05:51.748 INFO O| Feb 22 21:05:51.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
65072025-02-22T21:05:52.997Z[ recovery-image] Feb 22 21:05:51.748 INFO O| Feb 22 21:05:51.748 INFO STEP 631 (remove_files) COMPLETE
65082025-02-22T21:05:53.000Z[ recovery-image] Feb 22 21:05:51.748 INFO O| Feb 22 21:05:51.748 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092025-02-22T21:05:53.039Z[ recovery-image] Feb 22 21:05:51.789 INFO O| Feb 22 21:05:51.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
65102025-02-22T21:05:53.039Z[ recovery-image] Feb 22 21:05:51.789 INFO O| Feb 22 21:05:51.789 INFO STEP 632 (remove_files) COMPLETE
65112025-02-22T21:05:53.039Z[ recovery-image] Feb 22 21:05:51.789 INFO O| Feb 22 21:05:51.789 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122025-02-22T21:05:53.097Z[ recovery-image] Feb 22 21:05:51.847 INFO O| Feb 22 21:05:51.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
65132025-02-22T21:05:53.097Z[ recovery-image] Feb 22 21:05:51.847 INFO O| Feb 22 21:05:51.847 INFO STEP 633 (remove_files) COMPLETE
65142025-02-22T21:05:53.097Z[ recovery-image] Feb 22 21:05:51.848 INFO O| Feb 22 21:05:51.847 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152025-02-22T21:05:53.140Z[ recovery-image] Feb 22 21:05:51.890 INFO O| Feb 22 21:05:51.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
65162025-02-22T21:05:53.140Z[ recovery-image] Feb 22 21:05:51.890 INFO O| Feb 22 21:05:51.890 INFO STEP 634 (remove_files) COMPLETE
65172025-02-22T21:05:53.140Z[ recovery-image] Feb 22 21:05:51.890 INFO O| Feb 22 21:05:51.890 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182025-02-22T21:05:53.160Z[ recovery-image] Feb 22 21:05:51.911 INFO O| Feb 22 21:05:51.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
65192025-02-22T21:05:53.160Z[ recovery-image] Feb 22 21:05:51.911 INFO O| Feb 22 21:05:51.911 INFO STEP 635 (remove_files) COMPLETE
65202025-02-22T21:05:53.160Z[ recovery-image] Feb 22 21:05:51.911 INFO O| Feb 22 21:05:51.911 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212025-02-22T21:05:53.191Z[ recovery-image] Feb 22 21:05:51.942 INFO O| Feb 22 21:05:51.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
65222025-02-22T21:05:53.213Z[ recovery-image] Feb 22 21:05:51.963 INFO O| Feb 22 21:05:51.963 INFO STEP 636 (remove_files) COMPLETE
65232025-02-22T21:05:53.213Z[ recovery-image] Feb 22 21:05:51.963 INFO O| Feb 22 21:05:51.963 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242025-02-22T21:05:53.245Z[ recovery-image] Feb 22 21:05:51.996 INFO O| Feb 22 21:05:51.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
65252025-02-22T21:05:53.245Z[ recovery-image] Feb 22 21:05:51.996 INFO O| Feb 22 21:05:51.996 INFO STEP 637 (remove_files) COMPLETE
65262025-02-22T21:05:53.245Z[ recovery-image] Feb 22 21:05:51.996 INFO O| Feb 22 21:05:51.996 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272025-02-22T21:05:53.267Z[ recovery-image] Feb 22 21:05:52.018 INFO O| Feb 22 21:05:52.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
65282025-02-22T21:05:53.267Z[ recovery-image] Feb 22 21:05:52.018 INFO O| Feb 22 21:05:52.018 INFO STEP 638 (remove_files) COMPLETE
65292025-02-22T21:05:53.270Z[ recovery-image] Feb 22 21:05:52.018 INFO O| Feb 22 21:05:52.018 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302025-02-22T21:05:53.302Z[ recovery-image] Feb 22 21:05:52.053 INFO O| Feb 22 21:05:52.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
65312025-02-22T21:05:53.302Z[ recovery-image] Feb 22 21:05:52.053 INFO O| Feb 22 21:05:52.053 INFO STEP 639 (remove_files) COMPLETE
65322025-02-22T21:05:53.305Z[ recovery-image] Feb 22 21:05:52.053 INFO O| Feb 22 21:05:52.053 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332025-02-22T21:05:53.359Z[ recovery-image] Feb 22 21:05:52.110 INFO O| Feb 22 21:05:52.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
65342025-02-22T21:05:53.359Z[ recovery-image] Feb 22 21:05:52.110 INFO O| Feb 22 21:05:52.110 INFO STEP 640 (remove_files) COMPLETE
65352025-02-22T21:05:53.359Z[ recovery-image] Feb 22 21:05:52.110 INFO O| Feb 22 21:05:52.110 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362025-02-22T21:05:53.406Z[ recovery-image] Feb 22 21:05:52.157 INFO O| Feb 22 21:05:52.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
65372025-02-22T21:05:53.406Z[ recovery-image] Feb 22 21:05:52.157 INFO O| Feb 22 21:05:52.157 INFO STEP 641 (remove_files) COMPLETE
65382025-02-22T21:05:53.406Z[ recovery-image] Feb 22 21:05:52.157 INFO O| Feb 22 21:05:52.157 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392025-02-22T21:05:53.427Z[ recovery-image] Feb 22 21:05:52.178 INFO O| Feb 22 21:05:52.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
65402025-02-22T21:05:53.427Z[ recovery-image] Feb 22 21:05:52.178 INFO O| Feb 22 21:05:52.178 INFO STEP 642 (remove_files) COMPLETE
65412025-02-22T21:05:53.430Z[ recovery-image] Feb 22 21:05:52.178 INFO O| Feb 22 21:05:52.178 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422025-02-22T21:05:53.479Z[ recovery-image] Feb 22 21:05:52.230 INFO O| Feb 22 21:05:52.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
65432025-02-22T21:05:53.479Z[ recovery-image] Feb 22 21:05:52.230 INFO O| Feb 22 21:05:52.230 INFO STEP 643 (remove_files) COMPLETE
65442025-02-22T21:05:53.479Z[ recovery-image] Feb 22 21:05:52.230 INFO O| Feb 22 21:05:52.230 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452025-02-22T21:05:53.501Z[ recovery-image] Feb 22 21:05:52.251 INFO O| Feb 22 21:05:52.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
65462025-02-22T21:05:53.501Z[ recovery-image] Feb 22 21:05:52.251 INFO O| Feb 22 21:05:52.251 INFO STEP 644 (remove_files) COMPLETE
65472025-02-22T21:05:53.501Z[ recovery-image] Feb 22 21:05:52.251 INFO O| Feb 22 21:05:52.251 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482025-02-22T21:05:53.520Z[ recovery-image] Feb 22 21:05:52.271 INFO O| Feb 22 21:05:52.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
65492025-02-22T21:05:53.520Z[ recovery-image] Feb 22 21:05:52.271 INFO O| Feb 22 21:05:52.271 INFO STEP 645 (remove_files) COMPLETE
65502025-02-22T21:05:53.521Z[ recovery-image] Feb 22 21:05:52.271 INFO O| Feb 22 21:05:52.271 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512025-02-22T21:05:53.542Z[ recovery-image] Feb 22 21:05:52.292 INFO O| Feb 22 21:05:52.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
65522025-02-22T21:05:53.542Z[ recovery-image] Feb 22 21:05:52.292 INFO O| Feb 22 21:05:52.292 INFO STEP 646 (remove_files) COMPLETE
65532025-02-22T21:05:53.542Z[ recovery-image] Feb 22 21:05:52.292 INFO O| Feb 22 21:05:52.292 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542025-02-22T21:05:53.626Z[ recovery-image] Feb 22 21:05:52.376 INFO O| Feb 22 21:05:52.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
65552025-02-22T21:05:53.626Z[ recovery-image] Feb 22 21:05:52.376 INFO O| Feb 22 21:05:52.376 INFO STEP 647 (remove_files) COMPLETE
65562025-02-22T21:05:53.626Z[ recovery-image] Feb 22 21:05:52.376 INFO O| Feb 22 21:05:52.376 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572025-02-22T21:05:53.662Z[ recovery-image] Feb 22 21:05:52.412 INFO O| Feb 22 21:05:52.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
65582025-02-22T21:05:53.662Z[ recovery-image] Feb 22 21:05:52.412 INFO O| Feb 22 21:05:52.412 INFO STEP 648 (remove_files) COMPLETE
65592025-02-22T21:05:53.662Z[ recovery-image] Feb 22 21:05:52.412 INFO O| Feb 22 21:05:52.412 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602025-02-22T21:05:53.682Z[ recovery-image] Feb 22 21:05:52.433 INFO O| Feb 22 21:05:52.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
65612025-02-22T21:05:53.682Z[ recovery-image] Feb 22 21:05:52.433 INFO O| Feb 22 21:05:52.433 INFO STEP 649 (remove_files) COMPLETE
65622025-02-22T21:05:53.682Z[ recovery-image] Feb 22 21:05:52.433 INFO O| Feb 22 21:05:52.433 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632025-02-22T21:05:53.745Z[ recovery-image] Feb 22 21:05:52.495 INFO O| Feb 22 21:05:52.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
65642025-02-22T21:05:53.745Z[ recovery-image] Feb 22 21:05:52.495 INFO O| Feb 22 21:05:52.495 INFO STEP 650 (remove_files) COMPLETE
65652025-02-22T21:05:53.745Z[ recovery-image] Feb 22 21:05:52.495 INFO O| Feb 22 21:05:52.495 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662025-02-22T21:05:53.764Z[ recovery-image] Feb 22 21:05:52.515 INFO O| Feb 22 21:05:52.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
65672025-02-22T21:05:53.764Z[ recovery-image] Feb 22 21:05:52.515 INFO O| Feb 22 21:05:52.515 INFO STEP 651 (remove_files) COMPLETE
65682025-02-22T21:05:53.764Z[ recovery-image] Feb 22 21:05:52.515 INFO O| Feb 22 21:05:52.515 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692025-02-22T21:05:53.798Z[ recovery-image] Feb 22 21:05:52.548 INFO O| Feb 22 21:05:52.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
65702025-02-22T21:05:53.798Z[ recovery-image] Feb 22 21:05:52.549 INFO O| Feb 22 21:05:52.548 INFO STEP 652 (remove_files) COMPLETE
65712025-02-22T21:05:53.798Z[ recovery-image] Feb 22 21:05:52.549 INFO O| Feb 22 21:05:52.549 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722025-02-22T21:05:53.817Z[ recovery-image] Feb 22 21:05:52.568 INFO O| Feb 22 21:05:52.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
65732025-02-22T21:05:53.817Z[ recovery-image] Feb 22 21:05:52.568 INFO O| Feb 22 21:05:52.568 INFO STEP 653 (remove_files) COMPLETE
65742025-02-22T21:05:53.817Z[ recovery-image] Feb 22 21:05:52.568 INFO O| Feb 22 21:05:52.568 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752025-02-22T21:05:53.846Z[ recovery-image] Feb 22 21:05:52.597 INFO O| Feb 22 21:05:52.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
65762025-02-22T21:05:53.849Z[ recovery-image] Feb 22 21:05:52.597 INFO O| Feb 22 21:05:52.597 INFO STEP 654 (remove_files) COMPLETE
65772025-02-22T21:05:53.850Z[ recovery-image] Feb 22 21:05:52.597 INFO O| Feb 22 21:05:52.597 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782025-02-22T21:05:53.867Z[ recovery-image] Feb 22 21:05:52.618 INFO O| Feb 22 21:05:52.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
65792025-02-22T21:05:53.870Z[ recovery-image] Feb 22 21:05:52.618 INFO O| Feb 22 21:05:52.618 INFO STEP 655 (remove_files) COMPLETE
65802025-02-22T21:05:53.870Z[ recovery-image] Feb 22 21:05:52.618 INFO O| Feb 22 21:05:52.618 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812025-02-22T21:05:53.891Z[ recovery-image] Feb 22 21:05:52.641 INFO O| Feb 22 21:05:52.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
65822025-02-22T21:05:53.891Z[ recovery-image] Feb 22 21:05:52.641 INFO O| Feb 22 21:05:52.641 INFO STEP 656 (remove_files) COMPLETE
65832025-02-22T21:05:53.891Z[ recovery-image] Feb 22 21:05:52.641 INFO O| Feb 22 21:05:52.641 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842025-02-22T21:05:53.927Z[ recovery-image] Feb 22 21:05:52.678 INFO O| Feb 22 21:05:52.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
65852025-02-22T21:05:53.927Z[ recovery-image] Feb 22 21:05:52.678 INFO O| Feb 22 21:05:52.678 INFO STEP 657 (remove_files) COMPLETE
65862025-02-22T21:05:53.927Z[ recovery-image] Feb 22 21:05:52.678 INFO O| Feb 22 21:05:52.678 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872025-02-22T21:05:53.985Z[ recovery-image] Feb 22 21:05:52.736 INFO O| Feb 22 21:05:52.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
65882025-02-22T21:05:53.985Z[ recovery-image] Feb 22 21:05:52.736 INFO O| Feb 22 21:05:52.736 INFO STEP 658 (remove_files) COMPLETE
65892025-02-22T21:05:53.988Z[ recovery-image] Feb 22 21:05:52.736 INFO O| Feb 22 21:05:52.736 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902025-02-22T21:05:54.007Z[ recovery-image] Feb 22 21:05:52.758 INFO O| Feb 22 21:05:52.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
65912025-02-22T21:05:54.007Z[ recovery-image] Feb 22 21:05:52.758 INFO O| Feb 22 21:05:52.758 INFO STEP 659 (remove_files) COMPLETE
65922025-02-22T21:05:54.010Z[ recovery-image] Feb 22 21:05:52.758 INFO O| Feb 22 21:05:52.758 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932025-02-22T21:05:54.091Z[ recovery-image] Feb 22 21:05:52.842 INFO O| Feb 22 21:05:52.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
65942025-02-22T21:05:54.091Z[ recovery-image] Feb 22 21:05:52.842 INFO O| Feb 22 21:05:52.842 INFO STEP 660 (remove_files) COMPLETE
65952025-02-22T21:05:54.094Z[ recovery-image] Feb 22 21:05:52.842 INFO O| Feb 22 21:05:52.842 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962025-02-22T21:05:54.151Z[ recovery-image] Feb 22 21:05:52.901 INFO O| Feb 22 21:05:52.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
65972025-02-22T21:05:54.151Z[ recovery-image] Feb 22 21:05:52.902 INFO O| Feb 22 21:05:52.902 INFO STEP 661 (remove_files) COMPLETE
65982025-02-22T21:05:54.151Z[ recovery-image] Feb 22 21:05:52.902 INFO O| Feb 22 21:05:52.902 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992025-02-22T21:05:54.301Z[ recovery-image] Feb 22 21:05:53.051 INFO O| Feb 22 21:05:53.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
66002025-02-22T21:05:54.301Z[ recovery-image] Feb 22 21:05:53.051 INFO O| Feb 22 21:05:53.051 INFO STEP 662 (remove_files) COMPLETE
66012025-02-22T21:05:54.301Z[ recovery-image] Feb 22 21:05:53.051 INFO O| Feb 22 21:05:53.051 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022025-02-22T21:05:54.322Z[ recovery-image] Feb 22 21:05:53.073 INFO O| Feb 22 21:05:53.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
66032025-02-22T21:05:54.322Z[ recovery-image] Feb 22 21:05:53.073 INFO O| Feb 22 21:05:53.073 INFO STEP 663 (remove_files) COMPLETE
66042025-02-22T21:05:54.322Z[ recovery-image] Feb 22 21:05:53.073 INFO O| Feb 22 21:05:53.073 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052025-02-22T21:05:54.343Z[ recovery-image] Feb 22 21:05:53.094 INFO O| Feb 22 21:05:53.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
66062025-02-22T21:05:54.343Z[ recovery-image] Feb 22 21:05:53.094 INFO O| Feb 22 21:05:53.094 INFO STEP 664 (remove_files) COMPLETE
66072025-02-22T21:05:54.343Z[ recovery-image] Feb 22 21:05:53.094 INFO O| Feb 22 21:05:53.094 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082025-02-22T21:05:54.365Z[ host-image] Feb 22 21:05:53.116 INFO O| Feb 22 21:05:53.116 INFO O| Done
66092025-02-22T21:05:54.381Z[ recovery-image] Feb 22 21:05:53.131 INFO O| Feb 22 21:05:53.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
66102025-02-22T21:05:54.381Z[ recovery-image] Feb 22 21:05:53.131 INFO O| Feb 22 21:05:53.131 INFO STEP 665 (remove_files) COMPLETE
66112025-02-22T21:05:54.381Z[ recovery-image] Feb 22 21:05:53.131 INFO O| Feb 22 21:05:53.131 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122025-02-22T21:05:54.408Z[ recovery-image] Feb 22 21:05:53.159 INFO O| Feb 22 21:05:53.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
66132025-02-22T21:05:54.408Z[ recovery-image] Feb 22 21:05:53.159 INFO O| Feb 22 21:05:53.159 INFO STEP 666 (remove_files) COMPLETE
66142025-02-22T21:05:54.408Z[ recovery-image] Feb 22 21:05:53.159 INFO O| Feb 22 21:05:53.159 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152025-02-22T21:05:54.434Z[ recovery-image] Feb 22 21:05:53.185 INFO O| Feb 22 21:05:53.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
66162025-02-22T21:05:54.434Z[ recovery-image] Feb 22 21:05:53.185 INFO O| Feb 22 21:05:53.185 INFO STEP 667 (remove_files) COMPLETE
66172025-02-22T21:05:54.435Z[ recovery-image] Feb 22 21:05:53.185 INFO O| Feb 22 21:05:53.185 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182025-02-22T21:05:54.468Z[ recovery-image] Feb 22 21:05:53.218 INFO O| Feb 22 21:05:53.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
66192025-02-22T21:05:54.468Z[ recovery-image] Feb 22 21:05:53.218 INFO O| Feb 22 21:05:53.218 INFO STEP 668 (remove_files) COMPLETE
66202025-02-22T21:05:54.468Z[ recovery-image] Feb 22 21:05:53.219 INFO O| Feb 22 21:05:53.218 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212025-02-22T21:05:54.487Z[ recovery-image] Feb 22 21:05:53.237 INFO O| Feb 22 21:05:53.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
66222025-02-22T21:05:54.487Z[ recovery-image] Feb 22 21:05:53.238 INFO O| Feb 22 21:05:53.238 INFO STEP 669 (remove_files) COMPLETE
66232025-02-22T21:05:54.490Z[ recovery-image] Feb 22 21:05:53.238 INFO O| Feb 22 21:05:53.238 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242025-02-22T21:05:54.507Z[ recovery-image] Feb 22 21:05:53.257 INFO O| Feb 22 21:05:53.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
66252025-02-22T21:05:54.507Z[ recovery-image] Feb 22 21:05:53.257 INFO O| Feb 22 21:05:53.257 INFO STEP 670 (remove_files) COMPLETE
66262025-02-22T21:05:54.507Z[ recovery-image] Feb 22 21:05:53.257 INFO O| Feb 22 21:05:53.257 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272025-02-22T21:05:54.526Z[ recovery-image] Feb 22 21:05:53.277 INFO O| Feb 22 21:05:53.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
66282025-02-22T21:05:54.530Z[ recovery-image] Feb 22 21:05:53.277 INFO O| Feb 22 21:05:53.277 INFO STEP 671 (remove_files) COMPLETE
66292025-02-22T21:05:54.531Z[ recovery-image] Feb 22 21:05:53.277 INFO O| Feb 22 21:05:53.277 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302025-02-22T21:05:54.561Z[ recovery-image] Feb 22 21:05:53.312 INFO O| Feb 22 21:05:53.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
66312025-02-22T21:05:54.561Z[ recovery-image] Feb 22 21:05:53.312 INFO O| Feb 22 21:05:53.312 INFO STEP 672 (remove_files) COMPLETE
66322025-02-22T21:05:54.561Z[ recovery-image] Feb 22 21:05:53.312 INFO O| Feb 22 21:05:53.312 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332025-02-22T21:05:54.594Z[ recovery-image] Feb 22 21:05:53.345 INFO O| Feb 22 21:05:53.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
66342025-02-22T21:05:54.597Z[ recovery-image] Feb 22 21:05:53.345 INFO O| Feb 22 21:05:53.345 INFO STEP 673 (remove_files) COMPLETE
66352025-02-22T21:05:54.597Z[ recovery-image] Feb 22 21:05:53.345 INFO O| Feb 22 21:05:53.345 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362025-02-22T21:05:54.632Z[ recovery-image] Feb 22 21:05:53.382 INFO O| Feb 22 21:05:53.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
66372025-02-22T21:05:54.632Z[ recovery-image] Feb 22 21:05:53.382 INFO O| Feb 22 21:05:53.382 INFO STEP 674 (remove_files) COMPLETE
66382025-02-22T21:05:54.632Z[ recovery-image] Feb 22 21:05:53.382 INFO O| Feb 22 21:05:53.382 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392025-02-22T21:05:54.678Z[ recovery-image] Feb 22 21:05:53.429 INFO O| Feb 22 21:05:53.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
66402025-02-22T21:05:54.678Z[ recovery-image] Feb 22 21:05:53.429 INFO O| Feb 22 21:05:53.429 INFO STEP 675 (remove_files) COMPLETE
66412025-02-22T21:05:54.678Z[ recovery-image] Feb 22 21:05:53.429 INFO O| Feb 22 21:05:53.429 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422025-02-22T21:05:54.737Z[ recovery-image] Feb 22 21:05:53.487 INFO O| Feb 22 21:05:53.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
66432025-02-22T21:05:54.737Z[ recovery-image] Feb 22 21:05:53.487 INFO O| Feb 22 21:05:53.487 INFO STEP 676 (remove_files) COMPLETE
66442025-02-22T21:05:54.737Z[ recovery-image] Feb 22 21:05:53.487 INFO O| Feb 22 21:05:53.487 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452025-02-22T21:05:54.769Z[ recovery-image] Feb 22 21:05:53.520 INFO O| Feb 22 21:05:53.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
66462025-02-22T21:05:54.772Z[ recovery-image] Feb 22 21:05:53.520 INFO O| Feb 22 21:05:53.520 INFO STEP 677 (remove_files) COMPLETE
66472025-02-22T21:05:54.772Z[ recovery-image] Feb 22 21:05:53.521 INFO O| Feb 22 21:05:53.520 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482025-02-22T21:05:54.796Z[ recovery-image] Feb 22 21:05:53.547 INFO O| Feb 22 21:05:53.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
66492025-02-22T21:05:54.796Z[ recovery-image] Feb 22 21:05:53.547 INFO O| Feb 22 21:05:53.547 INFO STEP 678 (remove_files) COMPLETE
66502025-02-22T21:05:54.799Z[ recovery-image] Feb 22 21:05:53.547 INFO O| Feb 22 21:05:53.547 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512025-02-22T21:05:54.854Z[ recovery-image] Feb 22 21:05:53.605 INFO O| Feb 22 21:05:53.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
66522025-02-22T21:05:54.854Z[ recovery-image] Feb 22 21:05:53.605 INFO O| Feb 22 21:05:53.605 INFO STEP 679 (remove_files) COMPLETE
66532025-02-22T21:05:54.857Z[ recovery-image] Feb 22 21:05:53.605 INFO O| Feb 22 21:05:53.605 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542025-02-22T21:05:54.878Z[ recovery-image] Feb 22 21:05:53.627 INFO O| Feb 22 21:05:53.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
66552025-02-22T21:05:54.882Z[ recovery-image] Feb 22 21:05:53.627 INFO O| Feb 22 21:05:53.627 INFO STEP 680 (remove_files) COMPLETE
66562025-02-22T21:05:54.882Z[ recovery-image] Feb 22 21:05:53.627 INFO O| Feb 22 21:05:53.627 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572025-02-22T21:05:54.897Z[ recovery-image] Feb 22 21:05:53.648 INFO O| Feb 22 21:05:53.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
66582025-02-22T21:05:54.900Z[ recovery-image] Feb 22 21:05:53.648 INFO O| Feb 22 21:05:53.648 INFO STEP 681 (remove_files) COMPLETE
66592025-02-22T21:05:54.900Z[ recovery-image] Feb 22 21:05:53.648 INFO O| Feb 22 21:05:53.648 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602025-02-22T21:05:54.917Z[ recovery-image] Feb 22 21:05:53.668 INFO O| Feb 22 21:05:53.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
66612025-02-22T21:05:54.920Z[ recovery-image] Feb 22 21:05:53.668 INFO O| Feb 22 21:05:53.668 INFO STEP 682 (remove_files) COMPLETE
66622025-02-22T21:05:54.920Z[ recovery-image] Feb 22 21:05:53.668 INFO O| Feb 22 21:05:53.668 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632025-02-22T21:05:54.943Z[ recovery-image] Feb 22 21:05:53.694 INFO O| Feb 22 21:05:53.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
66642025-02-22T21:05:54.943Z[ recovery-image] Feb 22 21:05:53.694 INFO O| Feb 22 21:05:53.694 INFO STEP 683 (remove_files) COMPLETE
66652025-02-22T21:05:54.946Z[ recovery-image] Feb 22 21:05:53.694 INFO O| Feb 22 21:05:53.694 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662025-02-22T21:05:54.972Z[ recovery-image] Feb 22 21:05:53.722 INFO O| Feb 22 21:05:53.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
66672025-02-22T21:05:54.972Z[ recovery-image] Feb 22 21:05:53.722 INFO O| Feb 22 21:05:53.722 INFO STEP 684 (remove_files) COMPLETE
66682025-02-22T21:05:54.972Z[ recovery-image] Feb 22 21:05:53.722 INFO O| Feb 22 21:05:53.722 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692025-02-22T21:05:55.029Z[ recovery-image] Feb 22 21:05:53.780 INFO O| Feb 22 21:05:53.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
66702025-02-22T21:05:55.029Z[ recovery-image] Feb 22 21:05:53.780 INFO O| Feb 22 21:05:53.780 INFO STEP 685 (remove_files) COMPLETE
66712025-02-22T21:05:55.029Z[ recovery-image] Feb 22 21:05:53.780 INFO O| Feb 22 21:05:53.780 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722025-02-22T21:05:55.088Z[ recovery-image] Feb 22 21:05:53.839 INFO O| Feb 22 21:05:53.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
66732025-02-22T21:05:55.088Z[ recovery-image] Feb 22 21:05:53.839 INFO O| Feb 22 21:05:53.839 INFO STEP 686 (remove_files) COMPLETE
66742025-02-22T21:05:55.088Z[ recovery-image] Feb 22 21:05:53.839 INFO O| Feb 22 21:05:53.839 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752025-02-22T21:05:55.110Z[ recovery-image] Feb 22 21:05:53.861 INFO O| Feb 22 21:05:53.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
66762025-02-22T21:05:55.110Z[ recovery-image] Feb 22 21:05:53.861 INFO O| Feb 22 21:05:53.861 INFO STEP 687 (remove_files) COMPLETE
66772025-02-22T21:05:55.110Z[ recovery-image] Feb 22 21:05:53.861 INFO O| Feb 22 21:05:53.861 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782025-02-22T21:05:55.131Z[ recovery-image] Feb 22 21:05:53.882 INFO O| Feb 22 21:05:53.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
66792025-02-22T21:05:55.131Z[ recovery-image] Feb 22 21:05:53.882 INFO O| Feb 22 21:05:53.882 INFO STEP 688 (remove_files) COMPLETE
66802025-02-22T21:05:55.131Z[ recovery-image] Feb 22 21:05:53.882 INFO O| Feb 22 21:05:53.882 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812025-02-22T21:05:55.205Z[ recovery-image] Feb 22 21:05:53.956 INFO O| Feb 22 21:05:53.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
66822025-02-22T21:05:55.205Z[ recovery-image] Feb 22 21:05:53.956 INFO O| Feb 22 21:05:53.956 INFO STEP 689 (remove_files) COMPLETE
66832025-02-22T21:05:55.208Z[ recovery-image] Feb 22 21:05:53.956 INFO O| Feb 22 21:05:53.956 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842025-02-22T21:05:55.266Z[ recovery-image] Feb 22 21:05:54.017 INFO O| Feb 22 21:05:54.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
66852025-02-22T21:05:55.269Z[ recovery-image] Feb 22 21:05:54.017 INFO O| Feb 22 21:05:54.017 INFO STEP 690 (remove_files) COMPLETE
66862025-02-22T21:05:55.269Z[ recovery-image] Feb 22 21:05:54.017 INFO O| Feb 22 21:05:54.017 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872025-02-22T21:05:55.314Z[ recovery-image] Feb 22 21:05:54.065 INFO O| Feb 22 21:05:54.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
66882025-02-22T21:05:55.317Z[ recovery-image] Feb 22 21:05:54.065 INFO O| Feb 22 21:05:54.065 INFO STEP 691 (remove_files) COMPLETE
66892025-02-22T21:05:55.317Z[ recovery-image] Feb 22 21:05:54.066 INFO O| Feb 22 21:05:54.065 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902025-02-22T21:05:55.351Z[ recovery-image] Feb 22 21:05:54.102 INFO O| Feb 22 21:05:54.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
66912025-02-22T21:05:55.351Z[ recovery-image] Feb 22 21:05:54.102 INFO O| Feb 22 21:05:54.102 INFO STEP 692 (remove_files) COMPLETE
66922025-02-22T21:05:55.354Z[ recovery-image] Feb 22 21:05:54.102 INFO O| Feb 22 21:05:54.102 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932025-02-22T21:05:55.391Z[ recovery-image] Feb 22 21:05:54.142 INFO O| Feb 22 21:05:54.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
66942025-02-22T21:05:55.391Z[ recovery-image] Feb 22 21:05:54.142 INFO O| Feb 22 21:05:54.142 INFO STEP 693 (remove_files) COMPLETE
66952025-02-22T21:05:55.391Z[ recovery-image] Feb 22 21:05:54.142 INFO O| Feb 22 21:05:54.142 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962025-02-22T21:05:55.418Z[ recovery-image] Feb 22 21:05:54.168 INFO O| Feb 22 21:05:54.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
66972025-02-22T21:05:55.418Z[ recovery-image] Feb 22 21:05:54.169 INFO O| Feb 22 21:05:54.169 INFO STEP 694 (remove_files) COMPLETE
66982025-02-22T21:05:55.418Z[ recovery-image] Feb 22 21:05:54.169 INFO O| Feb 22 21:05:54.169 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992025-02-22T21:05:55.516Z[ recovery-image] Feb 22 21:05:54.267 INFO O| Feb 22 21:05:54.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
67002025-02-22T21:05:55.519Z[ recovery-image] Feb 22 21:05:54.267 INFO O| Feb 22 21:05:54.267 INFO STEP 695 (remove_files) COMPLETE
67012025-02-22T21:05:55.519Z[ recovery-image] Feb 22 21:05:54.267 INFO O| Feb 22 21:05:54.267 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022025-02-22T21:05:55.537Z[ recovery-image] Feb 22 21:05:54.288 INFO O| Feb 22 21:05:54.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
67032025-02-22T21:05:55.540Z[ recovery-image] Feb 22 21:05:54.288 INFO O| Feb 22 21:05:54.288 INFO STEP 696 (remove_files) COMPLETE
67042025-02-22T21:05:55.540Z[ recovery-image] Feb 22 21:05:54.288 INFO O| Feb 22 21:05:54.288 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052025-02-22T21:05:55.574Z[ recovery-image] Feb 22 21:05:54.324 INFO O| Feb 22 21:05:54.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
67062025-02-22T21:05:55.574Z[ recovery-image] Feb 22 21:05:54.325 INFO O| Feb 22 21:05:54.325 INFO STEP 697 (remove_files) COMPLETE
67072025-02-22T21:05:55.577Z[ recovery-image] Feb 22 21:05:54.325 INFO O| Feb 22 21:05:54.325 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082025-02-22T21:05:55.592Z[ recovery-image] Feb 22 21:05:54.343 INFO O| Feb 22 21:05:54.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
67092025-02-22T21:05:55.592Z[ recovery-image] Feb 22 21:05:54.343 INFO O| Feb 22 21:05:54.343 INFO STEP 698 (remove_files) COMPLETE
67102025-02-22T21:05:55.595Z[ recovery-image] Feb 22 21:05:54.343 INFO O| Feb 22 21:05:54.343 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112025-02-22T21:05:55.612Z[ recovery-image] Feb 22 21:05:54.363 INFO O| Feb 22 21:05:54.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
67122025-02-22T21:05:55.615Z[ recovery-image] Feb 22 21:05:54.363 INFO O| Feb 22 21:05:54.363 INFO STEP 699 (remove_files) COMPLETE
67132025-02-22T21:05:55.615Z[ recovery-image] Feb 22 21:05:54.364 INFO O| Feb 22 21:05:54.363 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142025-02-22T21:05:55.634Z[ recovery-image] Feb 22 21:05:54.384 INFO O| Feb 22 21:05:54.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
67152025-02-22T21:05:55.636Z[ recovery-image] Feb 22 21:05:54.385 INFO O| Feb 22 21:05:54.385 INFO STEP 700 (remove_files) COMPLETE
67162025-02-22T21:05:55.636Z[ recovery-image] Feb 22 21:05:54.385 INFO O| Feb 22 21:05:54.385 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172025-02-22T21:05:55.666Z[ recovery-image] Feb 22 21:05:54.417 INFO O| Feb 22 21:05:54.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
67182025-02-22T21:05:55.669Z[ recovery-image] Feb 22 21:05:54.417 INFO O| Feb 22 21:05:54.417 INFO STEP 701 (remove_files) COMPLETE
67192025-02-22T21:05:55.669Z[ recovery-image] Feb 22 21:05:54.417 INFO O| Feb 22 21:05:54.417 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202025-02-22T21:05:55.687Z[ recovery-image] Feb 22 21:05:54.438 INFO O| Feb 22 21:05:54.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
67212025-02-22T21:05:55.690Z[ recovery-image] Feb 22 21:05:54.439 INFO O| Feb 22 21:05:54.438 INFO STEP 702 (remove_files) COMPLETE
67222025-02-22T21:05:55.690Z[ recovery-image] Feb 22 21:05:54.439 INFO O| Feb 22 21:05:54.439 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232025-02-22T21:05:55.707Z[ recovery-image] Feb 22 21:05:54.458 INFO O| Feb 22 21:05:54.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
67242025-02-22T21:05:55.707Z[ recovery-image] Feb 22 21:05:54.458 INFO O| Feb 22 21:05:54.458 INFO STEP 703 (remove_files) COMPLETE
67252025-02-22T21:05:55.707Z[ recovery-image] Feb 22 21:05:54.458 INFO O| Feb 22 21:05:54.458 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262025-02-22T21:05:55.745Z[ recovery-image] Feb 22 21:05:54.496 INFO O| Feb 22 21:05:54.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
67272025-02-22T21:05:55.745Z[ recovery-image] Feb 22 21:05:54.496 INFO O| Feb 22 21:05:54.496 INFO STEP 704 (remove_files) COMPLETE
67282025-02-22T21:05:55.745Z[ recovery-image] Feb 22 21:05:54.496 INFO O| Feb 22 21:05:54.496 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292025-02-22T21:05:55.766Z[ recovery-image] Feb 22 21:05:54.516 INFO O| Feb 22 21:05:54.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
67302025-02-22T21:05:55.766Z[ recovery-image] Feb 22 21:05:54.516 INFO O| Feb 22 21:05:54.516 INFO STEP 705 (remove_files) COMPLETE
67312025-02-22T21:05:55.768Z[ recovery-image] Feb 22 21:05:54.516 INFO O| Feb 22 21:05:54.516 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322025-02-22T21:05:55.821Z[ recovery-image] Feb 22 21:05:54.572 INFO O| Feb 22 21:05:54.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
67332025-02-22T21:05:55.824Z[ recovery-image] Feb 22 21:05:54.572 INFO O| Feb 22 21:05:54.572 INFO STEP 706 (remove_files) COMPLETE
67342025-02-22T21:05:55.824Z[ recovery-image] Feb 22 21:05:54.573 INFO O| Feb 22 21:05:54.572 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352025-02-22T21:05:55.878Z[ recovery-image] Feb 22 21:05:54.629 INFO O| Feb 22 21:05:54.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
67362025-02-22T21:05:55.881Z[ recovery-image] Feb 22 21:05:54.629 INFO O| Feb 22 21:05:54.629 INFO STEP 707 (remove_files) COMPLETE
67372025-02-22T21:05:55.881Z[ recovery-image] Feb 22 21:05:54.629 INFO O| Feb 22 21:05:54.629 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382025-02-22T21:05:55.919Z[ recovery-image] Feb 22 21:05:54.670 INFO O| Feb 22 21:05:54.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
67392025-02-22T21:05:55.919Z[ recovery-image] Feb 22 21:05:54.670 INFO O| Feb 22 21:05:54.670 INFO STEP 708 (remove_files) COMPLETE
67402025-02-22T21:05:55.919Z[ recovery-image] Feb 22 21:05:54.670 INFO O| Feb 22 21:05:54.670 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412025-02-22T21:05:55.942Z[ recovery-image] Feb 22 21:05:54.693 INFO O| Feb 22 21:05:54.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
67422025-02-22T21:05:55.942Z[ recovery-image] Feb 22 21:05:54.693 INFO O| Feb 22 21:05:54.693 INFO STEP 709 (remove_files) COMPLETE
67432025-02-22T21:05:55.942Z[ recovery-image] Feb 22 21:05:54.693 INFO O| Feb 22 21:05:54.693 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442025-02-22T21:05:55.963Z[ recovery-image] Feb 22 21:05:54.714 INFO O| Feb 22 21:05:54.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
67452025-02-22T21:05:55.963Z[ recovery-image] Feb 22 21:05:54.714 INFO O| Feb 22 21:05:54.714 INFO STEP 710 (remove_files) COMPLETE
67462025-02-22T21:05:55.963Z[ recovery-image] Feb 22 21:05:54.714 INFO O| Feb 22 21:05:54.714 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472025-02-22T21:05:55.983Z[ recovery-image] Feb 22 21:05:54.734 INFO O| Feb 22 21:05:54.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
67482025-02-22T21:05:55.983Z[ recovery-image] Feb 22 21:05:54.734 INFO O| Feb 22 21:05:54.734 INFO STEP 711 (remove_files) COMPLETE
67492025-02-22T21:05:55.986Z[ recovery-image] Feb 22 21:05:54.734 INFO O| Feb 22 21:05:54.734 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502025-02-22T21:05:56.020Z[ recovery-image] Feb 22 21:05:54.770 INFO O| Feb 22 21:05:54.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
67512025-02-22T21:05:56.020Z[ recovery-image] Feb 22 21:05:54.771 INFO O| Feb 22 21:05:54.771 INFO STEP 712 (remove_files) COMPLETE
67522025-02-22T21:05:56.020Z[ recovery-image] Feb 22 21:05:54.771 INFO O| Feb 22 21:05:54.771 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532025-02-22T21:05:56.040Z[ recovery-image] Feb 22 21:05:54.791 INFO O| Feb 22 21:05:54.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
67542025-02-22T21:05:56.040Z[ recovery-image] Feb 22 21:05:54.791 INFO O| Feb 22 21:05:54.791 INFO STEP 713 (remove_files) COMPLETE
67552025-02-22T21:05:56.040Z[ recovery-image] Feb 22 21:05:54.791 INFO O| Feb 22 21:05:54.791 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562025-02-22T21:05:56.061Z[ recovery-image] Feb 22 21:05:54.812 INFO O| Feb 22 21:05:54.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
67572025-02-22T21:05:56.062Z[ recovery-image] Feb 22 21:05:54.812 INFO O| Feb 22 21:05:54.812 INFO STEP 714 (remove_files) COMPLETE
67582025-02-22T21:05:56.062Z[ recovery-image] Feb 22 21:05:54.812 INFO O| Feb 22 21:05:54.812 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592025-02-22T21:05:56.101Z[ recovery-image] Feb 22 21:05:54.851 INFO O| Feb 22 21:05:54.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
67602025-02-22T21:05:56.101Z[ recovery-image] Feb 22 21:05:54.852 INFO O| Feb 22 21:05:54.852 INFO STEP 715 (remove_files) COMPLETE
67612025-02-22T21:05:56.101Z[ recovery-image] Feb 22 21:05:54.852 INFO O| Feb 22 21:05:54.852 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622025-02-22T21:05:56.122Z[ recovery-image] Feb 22 21:05:54.873 INFO O| Feb 22 21:05:54.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
67632025-02-22T21:05:56.146Z[ recovery-image] Feb 22 21:05:54.897 INFO O| Feb 22 21:05:54.897 INFO STEP 716 (remove_files) COMPLETE
67642025-02-22T21:05:56.146Z[ recovery-image] Feb 22 21:05:54.897 INFO O| Feb 22 21:05:54.897 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652025-02-22T21:05:56.167Z[ recovery-image] Feb 22 21:05:54.918 INFO O| Feb 22 21:05:54.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
67662025-02-22T21:05:56.171Z[ recovery-image] Feb 22 21:05:54.918 INFO O| Feb 22 21:05:54.918 INFO STEP 717 (remove_files) COMPLETE
67672025-02-22T21:05:56.171Z[ recovery-image] Feb 22 21:05:54.918 INFO O| Feb 22 21:05:54.918 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682025-02-22T21:05:56.203Z[ recovery-image] Feb 22 21:05:54.954 INFO O| Feb 22 21:05:54.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
67692025-02-22T21:05:56.204Z[ recovery-image] Feb 22 21:05:54.954 INFO O| Feb 22 21:05:54.954 INFO STEP 718 (remove_files) COMPLETE
67702025-02-22T21:05:56.204Z[ recovery-image] Feb 22 21:05:54.954 INFO O| Feb 22 21:05:54.954 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712025-02-22T21:05:56.224Z[ recovery-image] Feb 22 21:05:54.975 INFO O| Feb 22 21:05:54.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
67722025-02-22T21:05:56.224Z[ recovery-image] Feb 22 21:05:54.975 INFO O| Feb 22 21:05:54.975 INFO STEP 719 (remove_files) COMPLETE
67732025-02-22T21:05:56.227Z[ recovery-image] Feb 22 21:05:54.975 INFO O| Feb 22 21:05:54.975 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742025-02-22T21:05:56.258Z[ recovery-image] Feb 22 21:05:55.009 INFO O| Feb 22 21:05:55.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
67752025-02-22T21:05:56.258Z[ recovery-image] Feb 22 21:05:55.009 INFO O| Feb 22 21:05:55.009 INFO STEP 720 (remove_files) COMPLETE
67762025-02-22T21:05:56.259Z[ recovery-image] Feb 22 21:05:55.009 INFO O| Feb 22 21:05:55.009 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772025-02-22T21:05:56.280Z[ recovery-image] Feb 22 21:05:55.031 INFO O| Feb 22 21:05:55.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
67782025-02-22T21:05:56.280Z[ recovery-image] Feb 22 21:05:55.031 INFO O| Feb 22 21:05:55.031 INFO STEP 721 (remove_files) COMPLETE
67792025-02-22T21:05:56.280Z[ recovery-image] Feb 22 21:05:55.031 INFO O| Feb 22 21:05:55.031 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802025-02-22T21:05:56.317Z[ recovery-image] Feb 22 21:05:55.068 INFO O| Feb 22 21:05:55.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
67812025-02-22T21:05:56.317Z[ recovery-image] Feb 22 21:05:55.068 INFO O| Feb 22 21:05:55.068 INFO STEP 722 (remove_files) COMPLETE
67822025-02-22T21:05:56.317Z[ recovery-image] Feb 22 21:05:55.068 INFO O| Feb 22 21:05:55.068 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832025-02-22T21:05:56.339Z[ recovery-image] Feb 22 21:05:55.090 INFO O| Feb 22 21:05:55.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
67842025-02-22T21:05:56.360Z[ recovery-image] Feb 22 21:05:55.110 INFO O| Feb 22 21:05:55.110 INFO STEP 723 (remove_files) COMPLETE
67852025-02-22T21:05:56.360Z[ recovery-image] Feb 22 21:05:55.110 INFO O| Feb 22 21:05:55.110 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862025-02-22T21:05:56.412Z[ recovery-image] Feb 22 21:05:55.163 INFO O| Feb 22 21:05:55.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
67872025-02-22T21:05:56.413Z[ recovery-image] Feb 22 21:05:55.163 INFO O| Feb 22 21:05:55.163 INFO STEP 724 (remove_files) COMPLETE
67882025-02-22T21:05:56.413Z[ recovery-image] Feb 22 21:05:55.163 INFO O| Feb 22 21:05:55.163 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892025-02-22T21:05:56.431Z[ recovery-image] Feb 22 21:05:55.182 INFO O| Feb 22 21:05:55.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
67902025-02-22T21:05:56.434Z[ recovery-image] Feb 22 21:05:55.182 INFO O| Feb 22 21:05:55.182 INFO STEP 725 (remove_files) COMPLETE
67912025-02-22T21:05:56.434Z[ recovery-image] Feb 22 21:05:55.182 INFO O| Feb 22 21:05:55.182 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922025-02-22T21:05:56.465Z[ recovery-image] Feb 22 21:05:55.216 INFO O| Feb 22 21:05:55.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
67932025-02-22T21:05:56.468Z[ recovery-image] Feb 22 21:05:55.217 INFO O| Feb 22 21:05:55.216 INFO STEP 726 (remove_files) COMPLETE
67942025-02-22T21:05:56.468Z[ recovery-image] Feb 22 21:05:55.217 INFO O| Feb 22 21:05:55.216 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952025-02-22T21:05:56.488Z[ recovery-image] Feb 22 21:05:55.238 INFO O| Feb 22 21:05:55.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
67962025-02-22T21:05:56.488Z[ recovery-image] Feb 22 21:05:55.238 INFO O| Feb 22 21:05:55.238 INFO STEP 727 (remove_files) COMPLETE
67972025-02-22T21:05:56.488Z[ recovery-image] Feb 22 21:05:55.238 INFO O| Feb 22 21:05:55.238 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982025-02-22T21:05:56.524Z[ recovery-image] Feb 22 21:05:55.275 INFO O| Feb 22 21:05:55.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
67992025-02-22T21:05:56.524Z[ recovery-image] Feb 22 21:05:55.275 INFO O| Feb 22 21:05:55.275 INFO STEP 728 (remove_files) COMPLETE
68002025-02-22T21:05:56.524Z[ recovery-image] Feb 22 21:05:55.275 INFO O| Feb 22 21:05:55.275 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012025-02-22T21:05:56.547Z[ recovery-image] Feb 22 21:05:55.298 INFO O| Feb 22 21:05:55.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
68022025-02-22T21:05:56.547Z[ recovery-image] Feb 22 21:05:55.298 INFO O| Feb 22 21:05:55.298 INFO STEP 729 (remove_files) COMPLETE
68032025-02-22T21:05:56.547Z[ recovery-image] Feb 22 21:05:55.298 INFO O| Feb 22 21:05:55.298 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042025-02-22T21:05:56.579Z[ recovery-image] Feb 22 21:05:55.330 INFO O| Feb 22 21:05:55.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
68052025-02-22T21:05:56.583Z[ recovery-image] Feb 22 21:05:55.330 INFO O| Feb 22 21:05:55.330 INFO STEP 730 (remove_files) COMPLETE
68062025-02-22T21:05:56.583Z[ recovery-image] Feb 22 21:05:55.331 INFO O| Feb 22 21:05:55.331 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072025-02-22T21:05:56.622Z[ recovery-image] Feb 22 21:05:55.372 INFO O| Feb 22 21:05:55.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
68082025-02-22T21:05:56.622Z[ recovery-image] Feb 22 21:05:55.372 INFO O| Feb 22 21:05:55.372 INFO STEP 731 (remove_files) COMPLETE
68092025-02-22T21:05:56.622Z[ recovery-image] Feb 22 21:05:55.372 INFO O| Feb 22 21:05:55.372 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102025-02-22T21:05:56.657Z[ recovery-image] Feb 22 21:05:55.408 INFO O| Feb 22 21:05:55.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
68112025-02-22T21:05:56.657Z[ recovery-image] Feb 22 21:05:55.408 INFO O| Feb 22 21:05:55.408 INFO STEP 732 (remove_files) COMPLETE
68122025-02-22T21:05:56.657Z[ recovery-image] Feb 22 21:05:55.408 INFO O| Feb 22 21:05:55.408 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132025-02-22T21:05:56.676Z[ recovery-image] Feb 22 21:05:55.427 INFO O| Feb 22 21:05:55.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
68142025-02-22T21:05:56.676Z[ recovery-image] Feb 22 21:05:55.427 INFO O| Feb 22 21:05:55.427 INFO STEP 733 (remove_files) COMPLETE
68152025-02-22T21:05:56.679Z[ recovery-image] Feb 22 21:05:55.427 INFO O| Feb 22 21:05:55.427 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162025-02-22T21:05:56.703Z[ recovery-image] Feb 22 21:05:55.454 INFO O| Feb 22 21:05:55.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
68172025-02-22T21:05:56.703Z[ recovery-image] Feb 22 21:05:55.454 INFO O| Feb 22 21:05:55.454 INFO STEP 734 (remove_files) COMPLETE
68182025-02-22T21:05:56.703Z[ recovery-image] Feb 22 21:05:55.454 INFO O| Feb 22 21:05:55.454 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192025-02-22T21:05:56.763Z[ recovery-image] Feb 22 21:05:55.514 INFO O| Feb 22 21:05:55.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
68202025-02-22T21:05:56.763Z[ recovery-image] Feb 22 21:05:55.514 INFO O| Feb 22 21:05:55.514 INFO STEP 735 (remove_files) COMPLETE
68212025-02-22T21:05:56.767Z[ recovery-image] Feb 22 21:05:55.515 INFO O| Feb 22 21:05:55.514 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222025-02-22T21:05:56.786Z[ recovery-image] Feb 22 21:05:55.537 INFO O| Feb 22 21:05:55.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
68232025-02-22T21:05:56.786Z[ recovery-image] Feb 22 21:05:55.537 INFO O| Feb 22 21:05:55.537 INFO STEP 736 (remove_files) COMPLETE
68242025-02-22T21:05:56.789Z[ recovery-image] Feb 22 21:05:55.537 INFO O| Feb 22 21:05:55.537 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252025-02-22T21:05:56.829Z[ recovery-image] Feb 22 21:05:55.579 INFO O| Feb 22 21:05:55.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
68262025-02-22T21:05:56.829Z[ recovery-image] Feb 22 21:05:55.579 INFO O| Feb 22 21:05:55.579 INFO STEP 737 (remove_files) COMPLETE
68272025-02-22T21:05:56.829Z[ recovery-image] Feb 22 21:05:55.579 INFO O| Feb 22 21:05:55.579 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282025-02-22T21:05:56.853Z[ recovery-image] Feb 22 21:05:55.603 INFO O| Feb 22 21:05:55.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
68292025-02-22T21:05:56.853Z[ recovery-image] Feb 22 21:05:55.603 INFO O| Feb 22 21:05:55.603 INFO STEP 738 (remove_files) COMPLETE
68302025-02-22T21:05:56.853Z[ recovery-image] Feb 22 21:05:55.603 INFO O| Feb 22 21:05:55.603 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312025-02-22T21:05:56.910Z[ recovery-image] Feb 22 21:05:55.661 INFO O| Feb 22 21:05:55.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
68322025-02-22T21:05:56.910Z[ recovery-image] Feb 22 21:05:55.661 INFO O| Feb 22 21:05:55.661 INFO STEP 739 (remove_files) COMPLETE
68332025-02-22T21:05:56.913Z[ recovery-image] Feb 22 21:05:55.661 INFO O| Feb 22 21:05:55.661 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342025-02-22T21:05:56.931Z[ recovery-image] Feb 22 21:05:55.681 INFO O| Feb 22 21:05:55.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
68352025-02-22T21:05:56.931Z[ recovery-image] Feb 22 21:05:55.681 INFO O| Feb 22 21:05:55.681 INFO STEP 740 (remove_files) COMPLETE
68362025-02-22T21:05:56.931Z[ recovery-image] Feb 22 21:05:55.682 INFO O| Feb 22 21:05:55.681 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372025-02-22T21:05:56.961Z[ recovery-image] Feb 22 21:05:55.711 INFO O| Feb 22 21:05:55.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
68382025-02-22T21:05:56.964Z[ recovery-image] Feb 22 21:05:55.711 INFO O| Feb 22 21:05:55.711 INFO STEP 741 (remove_files) COMPLETE
68392025-02-22T21:05:56.964Z[ recovery-image] Feb 22 21:05:55.712 INFO O| Feb 22 21:05:55.711 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402025-02-22T21:05:56.983Z[ recovery-image] Feb 22 21:05:55.734 INFO O| Feb 22 21:05:55.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
68412025-02-22T21:05:56.986Z[ recovery-image] Feb 22 21:05:55.734 INFO O| Feb 22 21:05:55.734 INFO STEP 742 (remove_files) COMPLETE
68422025-02-22T21:05:56.986Z[ recovery-image] Feb 22 21:05:55.734 INFO O| Feb 22 21:05:55.734 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432025-02-22T21:05:57.008Z[ recovery-image] Feb 22 21:05:55.759 INFO O| Feb 22 21:05:55.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
68442025-02-22T21:05:57.008Z[ recovery-image] Feb 22 21:05:55.759 INFO O| Feb 22 21:05:55.759 INFO STEP 743 (remove_files) COMPLETE
68452025-02-22T21:05:57.009Z[ recovery-image] Feb 22 21:05:55.759 INFO O| Feb 22 21:05:55.759 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462025-02-22T21:05:57.066Z[ recovery-image] Feb 22 21:05:55.817 INFO O| Feb 22 21:05:55.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
68472025-02-22T21:05:57.067Z[ recovery-image] Feb 22 21:05:55.817 INFO O| Feb 22 21:05:55.817 INFO STEP 744 (remove_files) COMPLETE
68482025-02-22T21:05:57.069Z[ recovery-image] Feb 22 21:05:55.817 INFO O| Feb 22 21:05:55.817 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492025-02-22T21:05:57.086Z[ recovery-image] Feb 22 21:05:55.837 INFO O| Feb 22 21:05:55.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
68502025-02-22T21:05:57.086Z[ recovery-image] Feb 22 21:05:55.837 INFO O| Feb 22 21:05:55.837 INFO STEP 745 (remove_files) COMPLETE
68512025-02-22T21:05:57.086Z[ recovery-image] Feb 22 21:05:55.837 INFO O| Feb 22 21:05:55.837 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522025-02-22T21:05:57.105Z[ recovery-image] Feb 22 21:05:55.855 INFO O| Feb 22 21:05:55.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
68532025-02-22T21:05:57.105Z[ recovery-image] Feb 22 21:05:55.855 INFO O| Feb 22 21:05:55.855 INFO STEP 746 (remove_files) COMPLETE
68542025-02-22T21:05:57.105Z[ recovery-image] Feb 22 21:05:55.855 INFO O| Feb 22 21:05:55.855 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552025-02-22T21:05:57.122Z[ recovery-image] Feb 22 21:05:55.872 INFO O| Feb 22 21:05:55.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
68562025-02-22T21:05:57.122Z[ recovery-image] Feb 22 21:05:55.873 INFO O| Feb 22 21:05:55.873 INFO STEP 747 (remove_files) COMPLETE
68572025-02-22T21:05:57.125Z[ recovery-image] Feb 22 21:05:55.873 INFO O| Feb 22 21:05:55.873 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582025-02-22T21:05:57.139Z[ recovery-image] Feb 22 21:05:55.890 INFO O| Feb 22 21:05:55.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
68592025-02-22T21:05:57.139Z[ recovery-image] Feb 22 21:05:55.890 INFO O| Feb 22 21:05:55.890 INFO STEP 748 (remove_files) COMPLETE
68602025-02-22T21:05:57.142Z[ recovery-image] Feb 22 21:05:55.890 INFO O| Feb 22 21:05:55.890 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612025-02-22T21:05:57.152Z[ host-image] Feb 22 21:05:55.903 INFO O| Feb 22 21:05:55.903 INFO O| Done
68622025-02-22T21:05:57.157Z[ recovery-image] Feb 22 21:05:55.908 INFO O| Feb 22 21:05:55.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
68632025-02-22T21:05:57.157Z[ recovery-image] Feb 22 21:05:55.908 INFO O| Feb 22 21:05:55.908 INFO STEP 749 (remove_files) COMPLETE
68642025-02-22T21:05:57.160Z[ recovery-image] Feb 22 21:05:55.908 INFO O| Feb 22 21:05:55.908 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652025-02-22T21:05:57.178Z[ recovery-image] Feb 22 21:05:55.928 INFO O| Feb 22 21:05:55.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
68662025-02-22T21:05:57.178Z[ recovery-image] Feb 22 21:05:55.928 INFO O| Feb 22 21:05:55.928 INFO STEP 750 (remove_files) COMPLETE
68672025-02-22T21:05:57.178Z[ recovery-image] Feb 22 21:05:55.928 INFO O| Feb 22 21:05:55.928 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682025-02-22T21:05:57.194Z[ host-image] Feb 22 21:05:55.945 INFO O| Feb 22 21:05:55.945 INFO O| Done
68692025-02-22T21:05:57.194Z[ host-image] Feb 22 21:05:55.945 INFO O| Feb 22 21:05:55.945 INFO O| Done
68702025-02-22T21:05:57.197Z[ recovery-image] Feb 22 21:05:55.948 INFO O| Feb 22 21:05:55.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
68712025-02-22T21:05:57.211Z[ host-image] Feb 22 21:05:55.962 INFO O| Feb 22 21:05:55.962 INFO O| Done
68722025-02-22T21:05:57.219Z[ recovery-image] Feb 22 21:05:55.970 INFO O| Feb 22 21:05:55.970 INFO STEP 751 (remove_files) COMPLETE
68732025-02-22T21:05:57.222Z[ recovery-image] Feb 22 21:05:55.970 INFO O| Feb 22 21:05:55.970 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742025-02-22T21:05:57.259Z[ recovery-image] Feb 22 21:05:56.009 INFO O| Feb 22 21:05:56.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
68752025-02-22T21:05:57.259Z[ recovery-image] Feb 22 21:05:56.009 INFO O| Feb 22 21:05:56.009 INFO STEP 752 (remove_files) COMPLETE
68762025-02-22T21:05:57.259Z[ recovery-image] Feb 22 21:05:56.009 INFO O| Feb 22 21:05:56.009 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772025-02-22T21:05:57.280Z[ recovery-image] Feb 22 21:05:56.031 INFO O| Feb 22 21:05:56.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
68782025-02-22T21:05:57.283Z[ recovery-image] Feb 22 21:05:56.031 INFO O| Feb 22 21:05:56.031 INFO STEP 753 (remove_files) COMPLETE
68792025-02-22T21:05:57.283Z[ recovery-image] Feb 22 21:05:56.032 INFO O| Feb 22 21:05:56.031 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802025-02-22T21:05:57.311Z[ recovery-image] Feb 22 21:05:56.062 INFO O| Feb 22 21:05:56.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
68812025-02-22T21:05:57.315Z[ recovery-image] Feb 22 21:05:56.062 INFO O| Feb 22 21:05:56.062 INFO STEP 754 (remove_files) COMPLETE
68822025-02-22T21:05:57.315Z[ recovery-image] Feb 22 21:05:56.062 INFO O| Feb 22 21:05:56.062 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832025-02-22T21:05:57.371Z[ recovery-image] Feb 22 21:05:56.121 INFO O| Feb 22 21:05:56.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
68842025-02-22T21:05:57.374Z[ recovery-image] Feb 22 21:05:56.121 INFO O| Feb 22 21:05:56.121 INFO STEP 755 (remove_files) COMPLETE
68852025-02-22T21:05:57.374Z[ recovery-image] Feb 22 21:05:56.122 INFO O| Feb 22 21:05:56.121 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862025-02-22T21:05:57.392Z[ recovery-image] Feb 22 21:05:56.143 INFO O| Feb 22 21:05:56.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
68872025-02-22T21:05:57.392Z[ recovery-image] Feb 22 21:05:56.143 INFO O| Feb 22 21:05:56.143 INFO STEP 756 (remove_files) COMPLETE
68882025-02-22T21:05:57.392Z[ recovery-image] Feb 22 21:05:56.143 INFO O| Feb 22 21:05:56.143 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892025-02-22T21:05:57.442Z[ host-image] Feb 22 21:05:56.192 INFO O| Feb 22 21:05:56.192 INFO STEP 14 (pkg_install) COMPLETE
68902025-02-22T21:05:57.442Z[ host-image] Feb 22 21:05:56.192 INFO O| Feb 22 21:05:56.192 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68912025-02-22T21:05:57.442Z[ host-image] Feb 22 21:05:56.192 INFO O| Feb 22 21:05:56.192 INFO skip step because feature "mfg" is not enabled
68922025-02-22T21:05:57.442Z[ host-image] Feb 22 21:05:56.192 INFO O| Feb 22 21:05:56.192 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68932025-02-22T21:05:57.445Z[ host-image] Feb 22 21:05:56.192 INFO O| Feb 22 21:05:56.192 INFO skip step because feature "compliance" is not enabled
68942025-02-22T21:05:57.445Z[ host-image] Feb 22 21:05:56.192 INFO O| Feb 22 21:05:56.192 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68952025-02-22T21:05:57.445Z[ host-image] Feb 22 21:05:56.192 INFO O| Feb 22 21:05:56.192 INFO skip step because feature "stress" is not enabled
68962025-02-22T21:05:57.445Z[ host-image] Feb 22 21:05:56.192 INFO O| Feb 22 21:05:56.192 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
68972025-02-22T21:05:57.445Z[ host-image] Feb 22 21:05:56.192 INFO O| Feb 22 21:05:56.192 INFO skip step because feature "nfs" is not enabled
68982025-02-22T21:05:57.445Z[ host-image] Feb 22 21:05:56.192 INFO O| Feb 22 21:05:56.192 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
68992025-02-22T21:05:57.445Z[ host-image] Feb 22 21:05:56.192 INFO O| Feb 22 21:05:56.192 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
69002025-02-22T21:05:57.445Z[ recovery-image] Feb 22 21:05:56.194 INFO O| Feb 22 21:05:56.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
69012025-02-22T21:05:57.445Z[ recovery-image] Feb 22 21:05:56.194 INFO O| Feb 22 21:05:56.194 INFO STEP 757 (remove_files) COMPLETE
69022025-02-22T21:05:57.445Z[ recovery-image] Feb 22 21:05:56.194 INFO O| Feb 22 21:05:56.194 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032025-02-22T21:05:57.471Z[ recovery-image] Feb 22 21:05:56.222 INFO O| Feb 22 21:05:56.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
69042025-02-22T21:05:57.474Z[ recovery-image] Feb 22 21:05:56.222 INFO O| Feb 22 21:05:56.222 INFO STEP 758 (remove_files) COMPLETE
69052025-02-22T21:05:57.474Z[ recovery-image] Feb 22 21:05:56.223 INFO O| Feb 22 21:05:56.223 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062025-02-22T21:05:57.511Z[ host-image] Feb 22 21:05:56.262 INFO O| Feb 22 21:05:56.262 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
69072025-02-22T21:05:57.522Z[ recovery-image] Feb 22 21:05:56.273 INFO O| Feb 22 21:05:56.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
69082025-02-22T21:05:57.525Z[ recovery-image] Feb 22 21:05:56.273 INFO O| Feb 22 21:05:56.273 INFO STEP 759 (remove_files) COMPLETE
69092025-02-22T21:05:57.525Z[ recovery-image] Feb 22 21:05:56.273 INFO O| Feb 22 21:05:56.273 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102025-02-22T21:05:57.543Z[ recovery-image] Feb 22 21:05:56.294 INFO O| Feb 22 21:05:56.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
69112025-02-22T21:05:57.546Z[ recovery-image] Feb 22 21:05:56.294 INFO O| Feb 22 21:05:56.294 INFO STEP 760 (remove_files) COMPLETE
69122025-02-22T21:05:57.546Z[ recovery-image] Feb 22 21:05:56.294 INFO O| Feb 22 21:05:56.294 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132025-02-22T21:05:57.567Z[ recovery-image] Feb 22 21:05:56.318 INFO O| Feb 22 21:05:56.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
69142025-02-22T21:05:57.570Z[ recovery-image] Feb 22 21:05:56.319 INFO O| Feb 22 21:05:56.318 INFO STEP 761 (remove_files) COMPLETE
69152025-02-22T21:05:57.570Z[ recovery-image] Feb 22 21:05:56.319 INFO O| Feb 22 21:05:56.319 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162025-02-22T21:05:57.589Z[ recovery-image] Feb 22 21:05:56.340 INFO O| Feb 22 21:05:56.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
69172025-02-22T21:05:57.589Z[ recovery-image] Feb 22 21:05:56.340 INFO O| Feb 22 21:05:56.340 INFO STEP 762 (remove_files) COMPLETE
69182025-02-22T21:05:57.592Z[ recovery-image] Feb 22 21:05:56.340 INFO O| Feb 22 21:05:56.340 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192025-02-22T21:05:57.612Z[ recovery-image] Feb 22 21:05:56.362 INFO O| Feb 22 21:05:56.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
69202025-02-22T21:05:57.612Z[ recovery-image] Feb 22 21:05:56.362 INFO O| Feb 22 21:05:56.362 INFO STEP 763 (remove_files) COMPLETE
69212025-02-22T21:05:57.612Z[ recovery-image] Feb 22 21:05:56.362 INFO O| Feb 22 21:05:56.362 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222025-02-22T21:05:57.629Z[ host-image] Feb 22 21:05:56.380 INFO O| Feb 22 21:05:56.380 INFO completed processing gimlet/ramdisk-01-os
69232025-02-22T21:05:57.633Z[ host-image] Feb 22 21:05:56.383 INFO omicron1 baseline generation...
69242025-02-22T21:05:57.634Z[ host-image] Feb 22 21:05:56.383 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
69252025-02-22T21:05:57.637Z[ recovery-image] Feb 22 21:05:56.388 INFO O| Feb 22 21:05:56.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
69262025-02-22T21:05:57.666Z[ recovery-image] Feb 22 21:05:56.417 INFO O| Feb 22 21:05:56.417 INFO STEP 764 (remove_files) COMPLETE
69272025-02-22T21:05:57.666Z[ recovery-image] Feb 22 21:05:56.417 INFO O| Feb 22 21:05:56.417 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282025-02-22T21:05:57.723Z[ recovery-image] Feb 22 21:05:56.474 INFO O| Feb 22 21:05:56.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
69292025-02-22T21:05:57.723Z[ recovery-image] Feb 22 21:05:56.474 INFO O| Feb 22 21:05:56.474 INFO STEP 765 (remove_files) COMPLETE
69302025-02-22T21:05:57.723Z[ recovery-image] Feb 22 21:05:56.474 INFO O| Feb 22 21:05:56.474 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312025-02-22T21:05:57.742Z[ recovery-image] Feb 22 21:05:56.493 INFO O| Feb 22 21:05:56.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
69322025-02-22T21:05:57.742Z[ recovery-image] Feb 22 21:05:56.493 INFO O| Feb 22 21:05:56.493 INFO STEP 766 (remove_files) COMPLETE
69332025-02-22T21:05:57.742Z[ recovery-image] Feb 22 21:05:56.493 INFO O| Feb 22 21:05:56.493 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342025-02-22T21:05:57.761Z[ recovery-image] Feb 22 21:05:56.512 INFO O| Feb 22 21:05:56.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
69352025-02-22T21:05:57.761Z[ recovery-image] Feb 22 21:05:56.512 INFO O| Feb 22 21:05:56.512 INFO STEP 767 (remove_files) COMPLETE
69362025-02-22T21:05:57.764Z[ recovery-image] Feb 22 21:05:56.512 INFO O| Feb 22 21:05:56.512 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372025-02-22T21:05:57.780Z[ recovery-image] Feb 22 21:05:56.531 INFO O| Feb 22 21:05:56.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
69382025-02-22T21:05:57.783Z[ recovery-image] Feb 22 21:05:56.531 INFO O| Feb 22 21:05:56.531 INFO STEP 768 (remove_files) COMPLETE
69392025-02-22T21:05:57.783Z[ recovery-image] Feb 22 21:05:56.531 INFO O| Feb 22 21:05:56.531 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402025-02-22T21:05:57.809Z[ recovery-image] Feb 22 21:05:56.560 INFO O| Feb 22 21:05:56.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
69412025-02-22T21:05:57.809Z[ recovery-image] Feb 22 21:05:56.560 INFO O| Feb 22 21:05:56.560 INFO STEP 769 (remove_files) COMPLETE
69422025-02-22T21:05:57.809Z[ recovery-image] Feb 22 21:05:56.560 INFO O| Feb 22 21:05:56.560 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432025-02-22T21:05:57.827Z[ recovery-image] Feb 22 21:05:56.578 INFO O| Feb 22 21:05:56.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
69442025-02-22T21:05:57.827Z[ recovery-image] Feb 22 21:05:56.578 INFO O| Feb 22 21:05:56.578 INFO STEP 770 (remove_files) COMPLETE
69452025-02-22T21:05:57.827Z[ recovery-image] Feb 22 21:05:56.578 INFO O| Feb 22 21:05:56.578 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462025-02-22T21:05:57.847Z[ recovery-image] Feb 22 21:05:56.598 INFO O| Feb 22 21:05:56.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
69472025-02-22T21:05:57.847Z[ recovery-image] Feb 22 21:05:56.598 INFO O| Feb 22 21:05:56.598 INFO STEP 771 (remove_files) COMPLETE
69482025-02-22T21:05:57.847Z[ recovery-image] Feb 22 21:05:56.598 INFO O| Feb 22 21:05:56.598 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492025-02-22T21:05:57.886Z[ recovery-image] Feb 22 21:05:56.636 INFO O| Feb 22 21:05:56.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
69502025-02-22T21:05:57.886Z[ recovery-image] Feb 22 21:05:56.636 INFO O| Feb 22 21:05:56.636 INFO STEP 772 (remove_files) COMPLETE
69512025-02-22T21:05:57.886Z[ recovery-image] Feb 22 21:05:56.636 INFO O| Feb 22 21:05:56.636 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522025-02-22T21:05:57.924Z[ recovery-image] Feb 22 21:05:56.675 INFO O| Feb 22 21:05:56.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
69532025-02-22T21:05:57.924Z[ recovery-image] Feb 22 21:05:56.675 INFO O| Feb 22 21:05:56.675 INFO STEP 773 (remove_files) COMPLETE
69542025-02-22T21:05:57.928Z[ recovery-image] Feb 22 21:05:56.675 INFO O| Feb 22 21:05:56.675 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552025-02-22T21:05:57.965Z[ recovery-image] Feb 22 21:05:56.715 INFO O| Feb 22 21:05:56.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
69562025-02-22T21:05:57.968Z[ recovery-image] Feb 22 21:05:56.716 INFO O| Feb 22 21:05:56.716 INFO STEP 774 (remove_files) COMPLETE
69572025-02-22T21:05:57.968Z[ recovery-image] Feb 22 21:05:56.716 INFO O| Feb 22 21:05:56.716 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582025-02-22T21:05:57.985Z[ recovery-image] Feb 22 21:05:56.736 INFO O| Feb 22 21:05:56.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
69592025-02-22T21:05:57.988Z[ recovery-image] Feb 22 21:05:56.736 INFO O| Feb 22 21:05:56.736 INFO STEP 775 (remove_files) COMPLETE
69602025-02-22T21:05:57.988Z[ recovery-image] Feb 22 21:05:56.736 INFO O| Feb 22 21:05:56.736 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612025-02-22T21:05:58.012Z[ recovery-image] Feb 22 21:05:56.763 INFO O| Feb 22 21:05:56.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
69622025-02-22T21:05:58.012Z[ recovery-image] Feb 22 21:05:56.763 INFO O| Feb 22 21:05:56.763 INFO STEP 776 (remove_files) COMPLETE
69632025-02-22T21:05:58.012Z[ recovery-image] Feb 22 21:05:56.763 INFO O| Feb 22 21:05:56.763 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642025-02-22T21:05:58.041Z[ recovery-image] Feb 22 21:05:56.792 INFO O| Feb 22 21:05:56.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
69652025-02-22T21:05:58.041Z[ recovery-image] Feb 22 21:05:56.792 INFO O| Feb 22 21:05:56.792 INFO STEP 777 (remove_files) COMPLETE
69662025-02-22T21:05:58.041Z[ recovery-image] Feb 22 21:05:56.792 INFO O| Feb 22 21:05:56.792 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672025-02-22T21:05:58.100Z[ recovery-image] Feb 22 21:05:56.851 INFO O| Feb 22 21:05:56.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
69682025-02-22T21:05:58.100Z[ recovery-image] Feb 22 21:05:56.851 INFO O| Feb 22 21:05:56.851 INFO STEP 778 (remove_files) COMPLETE
69692025-02-22T21:05:58.100Z[ recovery-image] Feb 22 21:05:56.851 INFO O| Feb 22 21:05:56.851 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702025-02-22T21:05:58.121Z[ recovery-image] Feb 22 21:05:56.872 INFO O| Feb 22 21:05:56.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
69712025-02-22T21:05:58.121Z[ recovery-image] Feb 22 21:05:56.872 INFO O| Feb 22 21:05:56.872 INFO STEP 779 (remove_files) COMPLETE
69722025-02-22T21:05:58.121Z[ recovery-image] Feb 22 21:05:56.872 INFO O| Feb 22 21:05:56.872 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732025-02-22T21:05:58.142Z[ recovery-image] Feb 22 21:05:56.892 INFO O| Feb 22 21:05:56.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
69742025-02-22T21:05:58.142Z[ recovery-image] Feb 22 21:05:56.893 INFO O| Feb 22 21:05:56.893 INFO STEP 780 (remove_files) COMPLETE
69752025-02-22T21:05:58.145Z[ recovery-image] Feb 22 21:05:56.893 INFO O| Feb 22 21:05:56.893 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762025-02-22T21:05:58.163Z[ recovery-image] Feb 22 21:05:56.914 INFO O| Feb 22 21:05:56.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
69772025-02-22T21:05:58.163Z[ recovery-image] Feb 22 21:05:56.914 INFO O| Feb 22 21:05:56.914 INFO STEP 781 (remove_files) COMPLETE
69782025-02-22T21:05:58.163Z[ recovery-image] Feb 22 21:05:56.914 INFO O| Feb 22 21:05:56.914 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792025-02-22T21:05:58.203Z[ recovery-image] Feb 22 21:05:56.953 INFO O| Feb 22 21:05:56.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
69802025-02-22T21:05:58.203Z[ recovery-image] Feb 22 21:05:56.953 INFO O| Feb 22 21:05:56.953 INFO STEP 782 (remove_files) COMPLETE
69812025-02-22T21:05:58.203Z[ recovery-image] Feb 22 21:05:56.953 INFO O| Feb 22 21:05:56.953 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822025-02-22T21:05:58.224Z[ recovery-image] Feb 22 21:05:56.974 INFO O| Feb 22 21:05:56.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
69832025-02-22T21:05:58.226Z[ recovery-image] Feb 22 21:05:56.975 INFO O| Feb 22 21:05:56.975 INFO STEP 783 (remove_files) COMPLETE
69842025-02-22T21:05:58.226Z[ recovery-image] Feb 22 21:05:56.975 INFO O| Feb 22 21:05:56.975 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852025-02-22T21:05:58.254Z[ recovery-image] Feb 22 21:05:57.005 INFO O| Feb 22 21:05:57.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
69862025-02-22T21:05:58.254Z[ recovery-image] Feb 22 21:05:57.005 INFO O| Feb 22 21:05:57.005 INFO STEP 784 (remove_files) COMPLETE
69872025-02-22T21:05:58.254Z[ recovery-image] Feb 22 21:05:57.005 INFO O| Feb 22 21:05:57.005 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882025-02-22T21:05:58.316Z[ recovery-image] Feb 22 21:05:57.067 INFO O| Feb 22 21:05:57.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
69892025-02-22T21:05:58.316Z[ recovery-image] Feb 22 21:05:57.067 INFO O| Feb 22 21:05:57.067 INFO STEP 785 (remove_files) COMPLETE
69902025-02-22T21:05:58.316Z[ recovery-image] Feb 22 21:05:57.067 INFO O| Feb 22 21:05:57.067 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912025-02-22T21:05:58.348Z[ recovery-image] Feb 22 21:05:57.099 INFO O| Feb 22 21:05:57.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
69922025-02-22T21:05:58.351Z[ recovery-image] Feb 22 21:05:57.099 INFO O| Feb 22 21:05:57.099 INFO STEP 786 (remove_files) COMPLETE
69932025-02-22T21:05:58.351Z[ recovery-image] Feb 22 21:05:57.099 INFO O| Feb 22 21:05:57.099 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942025-02-22T21:05:58.389Z[ recovery-image] Feb 22 21:05:57.135 INFO O| Feb 22 21:05:57.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
69952025-02-22T21:05:58.390Z[ recovery-image] Feb 22 21:05:57.136 INFO O| Feb 22 21:05:57.136 INFO STEP 787 (remove_files) COMPLETE
69962025-02-22T21:05:58.390Z[ recovery-image] Feb 22 21:05:57.136 INFO O| Feb 22 21:05:57.136 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972025-02-22T21:05:58.405Z[ recovery-image] Feb 22 21:05:57.156 INFO O| Feb 22 21:05:57.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
69982025-02-22T21:05:58.405Z[ recovery-image] Feb 22 21:05:57.156 INFO O| Feb 22 21:05:57.156 INFO STEP 788 (remove_files) COMPLETE
69992025-02-22T21:05:58.405Z[ recovery-image] Feb 22 21:05:57.156 INFO O| Feb 22 21:05:57.156 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002025-02-22T21:05:58.425Z[ recovery-image] Feb 22 21:05:57.176 INFO O| Feb 22 21:05:57.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
70012025-02-22T21:05:58.425Z[ recovery-image] Feb 22 21:05:57.176 INFO O| Feb 22 21:05:57.176 INFO STEP 789 (remove_files) COMPLETE
70022025-02-22T21:05:58.428Z[ recovery-image] Feb 22 21:05:57.176 INFO O| Feb 22 21:05:57.176 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032025-02-22T21:05:58.438Z[ host-image] Feb 22 21:05:57.189 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23235:20250221T103302Z
70042025-02-22T21:05:58.543Z[ recovery-image] Feb 22 21:05:57.294 INFO O| Feb 22 21:05:57.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
70052025-02-22T21:05:58.543Z[ recovery-image] Feb 22 21:05:57.294 INFO O| Feb 22 21:05:57.294 INFO STEP 790 (remove_files) COMPLETE
70062025-02-22T21:05:58.543Z[ recovery-image] Feb 22 21:05:57.294 INFO O| Feb 22 21:05:57.294 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072025-02-22T21:05:58.563Z[ recovery-image] Feb 22 21:05:57.314 INFO O| Feb 22 21:05:57.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
70082025-02-22T21:05:58.563Z[ recovery-image] Feb 22 21:05:57.314 INFO O| Feb 22 21:05:57.314 INFO STEP 791 (remove_files) COMPLETE
70092025-02-22T21:05:58.566Z[ recovery-image] Feb 22 21:05:57.314 INFO O| Feb 22 21:05:57.314 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102025-02-22T21:05:58.622Z[ recovery-image] Feb 22 21:05:57.373 INFO O| Feb 22 21:05:57.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
70112025-02-22T21:05:58.622Z[ recovery-image] Feb 22 21:05:57.373 INFO O| Feb 22 21:05:57.373 INFO STEP 792 (remove_files) COMPLETE
70122025-02-22T21:05:58.625Z[ recovery-image] Feb 22 21:05:57.373 INFO O| Feb 22 21:05:57.373 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132025-02-22T21:05:58.658Z[ recovery-image] Feb 22 21:05:57.408 INFO O| Feb 22 21:05:57.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
70142025-02-22T21:05:58.658Z[ recovery-image] Feb 22 21:05:57.408 INFO O| Feb 22 21:05:57.408 INFO STEP 793 (remove_files) COMPLETE
70152025-02-22T21:05:58.658Z[ recovery-image] Feb 22 21:05:57.408 INFO O| Feb 22 21:05:57.408 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162025-02-22T21:05:58.678Z[ recovery-image] Feb 22 21:05:57.429 INFO O| Feb 22 21:05:57.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
70172025-02-22T21:05:58.678Z[ recovery-image] Feb 22 21:05:57.429 INFO O| Feb 22 21:05:57.429 INFO STEP 794 (remove_files) COMPLETE
70182025-02-22T21:05:58.678Z[ recovery-image] Feb 22 21:05:57.429 INFO O| Feb 22 21:05:57.429 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192025-02-22T21:05:58.698Z[ recovery-image] Feb 22 21:05:57.448 INFO O| Feb 22 21:05:57.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
70202025-02-22T21:05:58.698Z[ recovery-image] Feb 22 21:05:57.448 INFO O| Feb 22 21:05:57.448 INFO STEP 795 (remove_files) COMPLETE
70212025-02-22T21:05:58.698Z[ recovery-image] Feb 22 21:05:57.448 INFO O| Feb 22 21:05:57.448 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222025-02-22T21:05:58.718Z[ recovery-image] Feb 22 21:05:57.468 INFO O| Feb 22 21:05:57.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
70232025-02-22T21:05:58.718Z[ recovery-image] Feb 22 21:05:57.468 INFO O| Feb 22 21:05:57.468 INFO STEP 796 (remove_files) COMPLETE
70242025-02-22T21:05:58.718Z[ recovery-image] Feb 22 21:05:57.468 INFO O| Feb 22 21:05:57.468 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252025-02-22T21:05:58.737Z[ recovery-image] Feb 22 21:05:57.487 INFO O| Feb 22 21:05:57.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
70262025-02-22T21:05:58.737Z[ recovery-image] Feb 22 21:05:57.487 INFO O| Feb 22 21:05:57.487 INFO STEP 797 (remove_files) COMPLETE
70272025-02-22T21:05:58.737Z[ recovery-image] Feb 22 21:05:57.487 INFO O| Feb 22 21:05:57.487 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282025-02-22T21:05:58.741Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
70292025-02-22T21:05:58.756Z[ recovery-image] Feb 22 21:05:57.507 INFO O| Feb 22 21:05:57.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
70302025-02-22T21:05:58.756Z[ recovery-image] Feb 22 21:05:57.507 INFO O| Feb 22 21:05:57.507 INFO STEP 798 (remove_files) COMPLETE
70312025-02-22T21:05:58.756Z[ recovery-image] Feb 22 21:05:57.507 INFO O| Feb 22 21:05:57.507 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322025-02-22T21:05:58.777Z[ recovery-image] Feb 22 21:05:57.528 INFO O| Feb 22 21:05:57.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
70332025-02-22T21:05:58.777Z[ recovery-image] Feb 22 21:05:57.528 INFO O| Feb 22 21:05:57.528 INFO STEP 799 (remove_files) COMPLETE
70342025-02-22T21:05:58.780Z[ recovery-image] Feb 22 21:05:57.528 INFO O| Feb 22 21:05:57.528 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352025-02-22T21:05:58.798Z[ recovery-image] Feb 22 21:05:57.549 INFO O| Feb 22 21:05:57.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
70362025-02-22T21:05:58.798Z[ recovery-image] Feb 22 21:05:57.549 INFO O| Feb 22 21:05:57.549 INFO STEP 800 (remove_files) COMPLETE
70372025-02-22T21:05:58.798Z[ recovery-image] Feb 22 21:05:57.549 INFO O| Feb 22 21:05:57.549 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382025-02-22T21:05:58.818Z[ recovery-image] Feb 22 21:05:57.569 INFO O| Feb 22 21:05:57.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
70392025-02-22T21:05:58.818Z[ recovery-image] Feb 22 21:05:57.569 INFO O| Feb 22 21:05:57.569 INFO STEP 801 (remove_files) COMPLETE
70402025-02-22T21:05:58.821Z[ recovery-image] Feb 22 21:05:57.569 INFO O| Feb 22 21:05:57.569 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412025-02-22T21:05:58.838Z[ recovery-image] Feb 22 21:05:57.589 INFO O| Feb 22 21:05:57.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
70422025-02-22T21:05:58.838Z[ recovery-image] Feb 22 21:05:57.589 INFO O| Feb 22 21:05:57.589 INFO STEP 802 (remove_files) COMPLETE
70432025-02-22T21:05:58.841Z[ recovery-image] Feb 22 21:05:57.589 INFO O| Feb 22 21:05:57.589 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442025-02-22T21:05:58.859Z[ recovery-image] Feb 22 21:05:57.610 INFO O| Feb 22 21:05:57.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
70452025-02-22T21:05:58.859Z[ recovery-image] Feb 22 21:05:57.610 INFO O| Feb 22 21:05:57.610 INFO STEP 803 (remove_files) COMPLETE
70462025-02-22T21:05:58.862Z[ recovery-image] Feb 22 21:05:57.610 INFO O| Feb 22 21:05:57.610 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472025-02-22T21:05:58.880Z[ recovery-image] Feb 22 21:05:57.631 INFO O| Feb 22 21:05:57.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
70482025-02-22T21:05:58.880Z[ recovery-image] Feb 22 21:05:57.631 INFO O| Feb 22 21:05:57.631 INFO STEP 804 (remove_files) COMPLETE
70492025-02-22T21:05:58.880Z[ recovery-image] Feb 22 21:05:57.631 INFO O| Feb 22 21:05:57.631 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502025-02-22T21:05:58.902Z[ recovery-image] Feb 22 21:05:57.653 INFO O| Feb 22 21:05:57.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
70512025-02-22T21:05:58.905Z[ recovery-image] Feb 22 21:05:57.653 INFO O| Feb 22 21:05:57.653 INFO STEP 805 (remove_files) COMPLETE
70522025-02-22T21:05:58.905Z[ recovery-image] Feb 22 21:05:57.654 INFO O| Feb 22 21:05:57.653 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532025-02-22T21:05:58.923Z[ recovery-image] Feb 22 21:05:57.674 INFO O| Feb 22 21:05:57.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
70542025-02-22T21:05:58.925Z[ recovery-image] Feb 22 21:05:57.674 INFO O| Feb 22 21:05:57.674 INFO STEP 806 (remove_files) COMPLETE
70552025-02-22T21:05:58.926Z[ recovery-image] Feb 22 21:05:57.674 INFO O| Feb 22 21:05:57.674 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562025-02-22T21:05:58.943Z[ recovery-image] Feb 22 21:05:57.694 INFO O| Feb 22 21:05:57.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
70572025-02-22T21:05:58.946Z[ recovery-image] Feb 22 21:05:57.694 INFO O| Feb 22 21:05:57.694 INFO STEP 807 (remove_files) COMPLETE
70582025-02-22T21:05:58.946Z[ recovery-image] Feb 22 21:05:57.694 INFO O| Feb 22 21:05:57.694 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592025-02-22T21:05:58.977Z[ recovery-image] Feb 22 21:05:57.728 INFO O| Feb 22 21:05:57.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
70602025-02-22T21:05:58.980Z[ recovery-image] Feb 22 21:05:57.728 INFO O| Feb 22 21:05:57.728 INFO STEP 808 (remove_files) COMPLETE
70612025-02-22T21:05:58.980Z[ recovery-image] Feb 22 21:05:57.728 INFO O| Feb 22 21:05:57.728 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622025-02-22T21:05:58.999Z[ recovery-image] Feb 22 21:05:57.750 INFO O| Feb 22 21:05:57.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
70632025-02-22T21:05:59.002Z[ recovery-image] Feb 22 21:05:57.750 INFO O| Feb 22 21:05:57.750 INFO STEP 809 (remove_files) COMPLETE
70642025-02-22T21:05:59.002Z[ recovery-image] Feb 22 21:05:57.750 INFO O| Feb 22 21:05:57.750 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652025-02-22T21:05:59.032Z[ recovery-image] Feb 22 21:05:57.782 INFO O| Feb 22 21:05:57.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
70662025-02-22T21:05:59.034Z[ recovery-image] Feb 22 21:05:57.783 INFO O| Feb 22 21:05:57.783 INFO STEP 810 (remove_files) COMPLETE
70672025-02-22T21:05:59.034Z[ recovery-image] Feb 22 21:05:57.783 INFO O| Feb 22 21:05:57.783 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682025-02-22T21:05:59.088Z[ recovery-image] Feb 22 21:05:57.839 INFO O| Feb 22 21:05:57.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
70692025-02-22T21:05:59.091Z[ recovery-image] Feb 22 21:05:57.839 INFO O| Feb 22 21:05:57.839 INFO STEP 811 (remove_files) COMPLETE
70702025-02-22T21:05:59.091Z[ recovery-image] Feb 22 21:05:57.839 INFO O| Feb 22 21:05:57.839 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712025-02-22T21:05:59.161Z[ recovery-image] Feb 22 21:05:57.879 INFO O| Feb 22 21:05:57.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
70722025-02-22T21:05:59.164Z[ recovery-image] Feb 22 21:05:57.879 INFO O| Feb 22 21:05:57.879 INFO STEP 812 (remove_files) COMPLETE
70732025-02-22T21:05:59.164Z[ recovery-image] Feb 22 21:05:57.879 INFO O| Feb 22 21:05:57.879 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742025-02-22T21:05:59.164Z[ recovery-image] Feb 22 21:05:57.901 INFO O| Feb 22 21:05:57.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
70752025-02-22T21:05:59.164Z[ recovery-image] Feb 22 21:05:57.901 INFO O| Feb 22 21:05:57.901 INFO STEP 813 (remove_files) COMPLETE
70762025-02-22T21:05:59.164Z[ recovery-image] Feb 22 21:05:57.901 INFO O| Feb 22 21:05:57.901 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772025-02-22T21:05:59.172Z[ recovery-image] Feb 22 21:05:57.923 INFO O| Feb 22 21:05:57.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
70782025-02-22T21:05:59.175Z[ recovery-image] Feb 22 21:05:57.923 INFO O| Feb 22 21:05:57.923 INFO STEP 814 (remove_files) COMPLETE
70792025-02-22T21:05:59.175Z[ recovery-image] Feb 22 21:05:57.923 INFO O| Feb 22 21:05:57.923 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802025-02-22T21:05:59.239Z[ recovery-image] Feb 22 21:05:57.990 INFO O| Feb 22 21:05:57.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
70812025-02-22T21:05:59.242Z[ recovery-image] Feb 22 21:05:57.990 INFO O| Feb 22 21:05:57.990 INFO STEP 815 (remove_files) COMPLETE
70822025-02-22T21:05:59.242Z[ recovery-image] Feb 22 21:05:57.990 INFO O| Feb 22 21:05:57.990 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832025-02-22T21:05:59.261Z[ recovery-image] Feb 22 21:05:58.011 INFO O| Feb 22 21:05:58.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
70842025-02-22T21:05:59.263Z[ recovery-image] Feb 22 21:05:58.012 INFO O| Feb 22 21:05:58.012 INFO STEP 816 (remove_files) COMPLETE
70852025-02-22T21:05:59.263Z[ recovery-image] Feb 22 21:05:58.012 INFO O| Feb 22 21:05:58.012 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862025-02-22T21:05:59.301Z[ recovery-image] Feb 22 21:05:58.052 INFO O| Feb 22 21:05:58.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
70872025-02-22T21:05:59.305Z[ recovery-image] Feb 22 21:05:58.053 INFO O| Feb 22 21:05:58.052 INFO STEP 817 (remove_files) COMPLETE
70882025-02-22T21:05:59.305Z[ recovery-image] Feb 22 21:05:58.053 INFO O| Feb 22 21:05:58.053 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892025-02-22T21:05:59.338Z[ recovery-image] Feb 22 21:05:58.089 INFO O| Feb 22 21:05:58.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
70902025-02-22T21:05:59.341Z[ recovery-image] Feb 22 21:05:58.090 INFO O| Feb 22 21:05:58.090 INFO STEP 818 (remove_files) COMPLETE
70912025-02-22T21:05:59.341Z[ recovery-image] Feb 22 21:05:58.090 INFO O| Feb 22 21:05:58.090 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922025-02-22T21:05:59.380Z[ recovery-image] Feb 22 21:05:58.131 INFO O| Feb 22 21:05:58.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
70932025-02-22T21:05:59.380Z[ recovery-image] Feb 22 21:05:58.131 INFO O| Feb 22 21:05:58.131 INFO STEP 819 (remove_files) COMPLETE
70942025-02-22T21:05:59.380Z[ recovery-image] Feb 22 21:05:58.131 INFO O| Feb 22 21:05:58.131 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952025-02-22T21:05:59.399Z[ recovery-image] Feb 22 21:05:58.150 INFO O| Feb 22 21:05:58.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
70962025-02-22T21:05:59.399Z[ recovery-image] Feb 22 21:05:58.150 INFO O| Feb 22 21:05:58.150 INFO STEP 820 (remove_files) COMPLETE
70972025-02-22T21:05:59.402Z[ recovery-image] Feb 22 21:05:58.150 INFO O| Feb 22 21:05:58.150 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982025-02-22T21:05:59.430Z[ recovery-image] Feb 22 21:05:58.181 INFO O| Feb 22 21:05:58.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
70992025-02-22T21:05:59.433Z[ recovery-image] Feb 22 21:05:58.181 INFO O| Feb 22 21:05:58.181 INFO STEP 821 (remove_files) COMPLETE
71002025-02-22T21:05:59.433Z[ recovery-image] Feb 22 21:05:58.182 INFO O| Feb 22 21:05:58.181 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012025-02-22T21:05:59.505Z[ recovery-image] Feb 22 21:05:58.256 INFO O| Feb 22 21:05:58.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
71022025-02-22T21:05:59.505Z[ recovery-image] Feb 22 21:05:58.256 INFO O| Feb 22 21:05:58.256 INFO STEP 822 (remove_files) COMPLETE
71032025-02-22T21:05:59.508Z[ recovery-image] Feb 22 21:05:58.256 INFO O| Feb 22 21:05:58.256 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042025-02-22T21:05:59.526Z[ recovery-image] Feb 22 21:05:58.277 INFO O| Feb 22 21:05:58.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
71052025-02-22T21:05:59.529Z[ recovery-image] Feb 22 21:05:58.277 INFO O| Feb 22 21:05:58.277 INFO STEP 823 (remove_files) COMPLETE
71062025-02-22T21:05:59.529Z[ recovery-image] Feb 22 21:05:58.277 INFO O| Feb 22 21:05:58.277 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072025-02-22T21:05:59.547Z[ recovery-image] Feb 22 21:05:58.297 INFO O| Feb 22 21:05:58.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
71082025-02-22T21:05:59.547Z[ recovery-image] Feb 22 21:05:58.298 INFO O| Feb 22 21:05:58.298 INFO STEP 824 (remove_files) COMPLETE
71092025-02-22T21:05:59.547Z[ recovery-image] Feb 22 21:05:58.298 INFO O| Feb 22 21:05:58.298 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102025-02-22T21:05:59.573Z[ recovery-image] Feb 22 21:05:58.324 INFO O| Feb 22 21:05:58.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
71112025-02-22T21:05:59.576Z[ recovery-image] Feb 22 21:05:58.324 INFO O| Feb 22 21:05:58.324 INFO STEP 825 (remove_files) COMPLETE
71122025-02-22T21:05:59.576Z[ recovery-image] Feb 22 21:05:58.324 INFO O| Feb 22 21:05:58.324 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132025-02-22T21:05:59.594Z[ recovery-image] Feb 22 21:05:58.345 INFO O| Feb 22 21:05:58.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
71142025-02-22T21:05:59.594Z[ recovery-image] Feb 22 21:05:58.345 INFO O| Feb 22 21:05:58.345 INFO STEP 826 (remove_files) COMPLETE
71152025-02-22T21:05:59.597Z[ recovery-image] Feb 22 21:05:58.345 INFO O| Feb 22 21:05:58.345 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162025-02-22T21:05:59.614Z[ recovery-image] Feb 22 21:05:58.365 INFO O| Feb 22 21:05:58.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
71172025-02-22T21:05:59.614Z[ recovery-image] Feb 22 21:05:58.365 INFO O| Feb 22 21:05:58.365 INFO STEP 827 (remove_files) COMPLETE
71182025-02-22T21:05:59.614Z[ recovery-image] Feb 22 21:05:58.365 INFO O| Feb 22 21:05:58.365 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192025-02-22T21:05:59.634Z[ recovery-image] Feb 22 21:05:58.384 INFO O| Feb 22 21:05:58.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
71202025-02-22T21:05:59.634Z[ recovery-image] Feb 22 21:05:58.385 INFO O| Feb 22 21:05:58.385 INFO STEP 828 (remove_files) COMPLETE
71212025-02-22T21:05:59.634Z[ recovery-image] Feb 22 21:05:58.385 INFO O| Feb 22 21:05:58.385 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222025-02-22T21:05:59.686Z[ recovery-image] Feb 22 21:05:58.437 INFO O| Feb 22 21:05:58.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
71232025-02-22T21:05:59.691Z[ recovery-image] Feb 22 21:05:58.437 INFO O| Feb 22 21:05:58.437 INFO STEP 829 (remove_files) COMPLETE
71242025-02-22T21:05:59.691Z[ recovery-image] Feb 22 21:05:58.437 INFO O| Feb 22 21:05:58.437 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252025-02-22T21:05:59.710Z[ recovery-image] Feb 22 21:05:58.461 INFO O| Feb 22 21:05:58.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
71262025-02-22T21:05:59.710Z[ recovery-image] Feb 22 21:05:58.461 INFO O| Feb 22 21:05:58.461 INFO STEP 830 (remove_files) COMPLETE
71272025-02-22T21:05:59.710Z[ recovery-image] Feb 22 21:05:58.461 INFO O| Feb 22 21:05:58.461 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282025-02-22T21:05:59.731Z[ recovery-image] Feb 22 21:05:58.482 INFO O| Feb 22 21:05:58.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
71292025-02-22T21:05:59.731Z[ recovery-image] Feb 22 21:05:58.482 INFO O| Feb 22 21:05:58.482 INFO STEP 831 (remove_files) COMPLETE
71302025-02-22T21:05:59.734Z[ recovery-image] Feb 22 21:05:58.482 INFO O| Feb 22 21:05:58.482 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312025-02-22T21:05:59.751Z[ recovery-image] Feb 22 21:05:58.502 INFO O| Feb 22 21:05:58.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
71322025-02-22T21:05:59.751Z[ recovery-image] Feb 22 21:05:58.502 INFO O| Feb 22 21:05:58.502 INFO STEP 832 (remove_files) COMPLETE
71332025-02-22T21:05:59.754Z[ recovery-image] Feb 22 21:05:58.502 INFO O| Feb 22 21:05:58.502 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342025-02-22T21:05:59.771Z[ recovery-image] Feb 22 21:05:58.522 INFO O| Feb 22 21:05:58.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
71352025-02-22T21:05:59.771Z[ recovery-image] Feb 22 21:05:58.522 INFO O| Feb 22 21:05:58.522 INFO STEP 833 (remove_files) COMPLETE
71362025-02-22T21:05:59.773Z[ recovery-image] Feb 22 21:05:58.522 INFO O| Feb 22 21:05:58.522 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372025-02-22T21:05:59.810Z[ recovery-image] Feb 22 21:05:58.561 INFO O| Feb 22 21:05:58.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
71382025-02-22T21:05:59.810Z[ recovery-image] Feb 22 21:05:58.561 INFO O| Feb 22 21:05:58.561 INFO STEP 834 (remove_files) COMPLETE
71392025-02-22T21:05:59.813Z[ recovery-image] Feb 22 21:05:58.561 INFO O| Feb 22 21:05:58.561 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402025-02-22T21:05:59.831Z[ recovery-image] Feb 22 21:05:58.582 INFO O| Feb 22 21:05:58.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
71412025-02-22T21:05:59.831Z[ recovery-image] Feb 22 21:05:58.582 INFO O| Feb 22 21:05:58.582 INFO STEP 835 (remove_files) COMPLETE
71422025-02-22T21:05:59.831Z[ recovery-image] Feb 22 21:05:58.582 INFO O| Feb 22 21:05:58.582 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432025-02-22T21:05:59.870Z[ recovery-image] Feb 22 21:05:58.621 INFO O| Feb 22 21:05:58.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
71442025-02-22T21:05:59.873Z[ recovery-image] Feb 22 21:05:58.621 INFO O| Feb 22 21:05:58.621 INFO STEP 836 (remove_files) COMPLETE
71452025-02-22T21:05:59.873Z[ recovery-image] Feb 22 21:05:58.621 INFO O| Feb 22 21:05:58.621 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462025-02-22T21:05:59.892Z[ recovery-image] Feb 22 21:05:58.643 INFO O| Feb 22 21:05:58.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
71472025-02-22T21:05:59.895Z[ recovery-image] Feb 22 21:05:58.643 INFO O| Feb 22 21:05:58.643 INFO STEP 837 (remove_files) COMPLETE
71482025-02-22T21:05:59.895Z[ recovery-image] Feb 22 21:05:58.643 INFO O| Feb 22 21:05:58.643 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492025-02-22T21:05:59.923Z[ recovery-image] Feb 22 21:05:58.674 INFO O| Feb 22 21:05:58.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
71502025-02-22T21:05:59.926Z[ recovery-image] Feb 22 21:05:58.675 INFO O| Feb 22 21:05:58.675 INFO STEP 838 (remove_files) COMPLETE
71512025-02-22T21:05:59.926Z[ recovery-image] Feb 22 21:05:58.675 INFO O| Feb 22 21:05:58.675 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522025-02-22T21:05:59.991Z[ recovery-image] Feb 22 21:05:58.732 INFO O| Feb 22 21:05:58.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
71532025-02-22T21:05:59.991Z[ recovery-image] Feb 22 21:05:58.732 INFO O| Feb 22 21:05:58.732 INFO STEP 839 (remove_files) COMPLETE
71542025-02-22T21:05:59.994Z[ recovery-image] Feb 22 21:05:58.732 INFO O| Feb 22 21:05:58.732 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552025-02-22T21:06:00.018Z[ recovery-image] Feb 22 21:05:58.769 INFO O| Feb 22 21:05:58.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
71562025-02-22T21:06:00.021Z[ recovery-image] Feb 22 21:05:58.770 INFO O| Feb 22 21:05:58.769 INFO STEP 840 (remove_files) COMPLETE
71572025-02-22T21:06:00.021Z[ recovery-image] Feb 22 21:05:58.770 INFO O| Feb 22 21:05:58.770 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582025-02-22T21:06:00.040Z[ recovery-image] Feb 22 21:05:58.791 INFO O| Feb 22 21:05:58.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
71592025-02-22T21:06:00.043Z[ recovery-image] Feb 22 21:05:58.791 INFO O| Feb 22 21:05:58.791 INFO STEP 841 (remove_files) COMPLETE
71602025-02-22T21:06:00.043Z[ recovery-image] Feb 22 21:05:58.791 INFO O| Feb 22 21:05:58.791 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612025-02-22T21:06:00.061Z[ recovery-image] Feb 22 21:05:58.811 INFO O| Feb 22 21:05:58.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
71622025-02-22T21:06:00.063Z[ recovery-image] Feb 22 21:05:58.812 INFO O| Feb 22 21:05:58.812 INFO STEP 842 (remove_files) COMPLETE
71632025-02-22T21:06:00.063Z[ recovery-image] Feb 22 21:05:58.812 INFO O| Feb 22 21:05:58.812 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642025-02-22T21:06:00.082Z[ recovery-image] Feb 22 21:05:58.833 INFO O| Feb 22 21:05:58.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
71652025-02-22T21:06:00.084Z[ recovery-image] Feb 22 21:05:58.833 INFO O| Feb 22 21:05:58.833 INFO STEP 843 (remove_files) COMPLETE
71662025-02-22T21:06:00.085Z[ recovery-image] Feb 22 21:05:58.833 INFO O| Feb 22 21:05:58.833 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672025-02-22T21:06:00.101Z[ recovery-image] Feb 22 21:05:58.852 INFO O| Feb 22 21:05:58.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
71682025-02-22T21:06:00.104Z[ recovery-image] Feb 22 21:05:58.852 INFO O| Feb 22 21:05:58.852 INFO STEP 844 (remove_files) COMPLETE
71692025-02-22T21:06:00.104Z[ recovery-image] Feb 22 21:05:58.852 INFO O| Feb 22 21:05:58.852 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702025-02-22T21:06:00.140Z[ recovery-image] Feb 22 21:05:58.891 INFO O| Feb 22 21:05:58.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
71712025-02-22T21:06:00.140Z[ recovery-image] Feb 22 21:05:58.891 INFO O| Feb 22 21:05:58.891 INFO STEP 845 (remove_files) COMPLETE
71722025-02-22T21:06:00.143Z[ recovery-image] Feb 22 21:05:58.891 INFO O| Feb 22 21:05:58.891 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732025-02-22T21:06:00.182Z[ recovery-image] Feb 22 21:05:58.933 INFO O| Feb 22 21:05:58.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
71742025-02-22T21:06:00.185Z[ recovery-image] Feb 22 21:05:58.933 INFO O| Feb 22 21:05:58.933 INFO STEP 846 (remove_files) COMPLETE
71752025-02-22T21:06:00.185Z[ recovery-image] Feb 22 21:05:58.933 INFO O| Feb 22 21:05:58.933 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762025-02-22T21:06:00.202Z[ recovery-image] Feb 22 21:05:58.953 INFO O| Feb 22 21:05:58.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
71772025-02-22T21:06:00.202Z[ recovery-image] Feb 22 21:05:58.953 INFO O| Feb 22 21:05:58.953 INFO STEP 847 (remove_files) COMPLETE
71782025-02-22T21:06:00.202Z[ recovery-image] Feb 22 21:05:58.953 INFO O| Feb 22 21:05:58.953 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792025-02-22T21:06:00.223Z[ recovery-image] Feb 22 21:05:58.974 INFO O| Feb 22 21:05:58.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
71802025-02-22T21:06:00.224Z[ recovery-image] Feb 22 21:05:58.975 INFO O| Feb 22 21:05:58.974 INFO STEP 848 (remove_files) COMPLETE
71812025-02-22T21:06:00.224Z[ recovery-image] Feb 22 21:05:58.975 INFO O| Feb 22 21:05:58.974 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822025-02-22T21:06:00.245Z[ recovery-image] Feb 22 21:05:58.996 INFO O| Feb 22 21:05:58.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
71832025-02-22T21:06:00.248Z[ recovery-image] Feb 22 21:05:58.996 INFO O| Feb 22 21:05:58.996 INFO STEP 849 (remove_files) COMPLETE
71842025-02-22T21:06:00.248Z[ recovery-image] Feb 22 21:05:58.996 INFO O| Feb 22 21:05:58.996 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852025-02-22T21:06:00.285Z[ recovery-image] Feb 22 21:05:59.036 INFO O| Feb 22 21:05:59.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
71862025-02-22T21:06:00.285Z[ recovery-image] Feb 22 21:05:59.036 INFO O| Feb 22 21:05:59.036 INFO STEP 850 (remove_files) COMPLETE
71872025-02-22T21:06:00.285Z[ recovery-image] Feb 22 21:05:59.036 INFO O| Feb 22 21:05:59.036 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882025-02-22T21:06:00.376Z[ recovery-image] Feb 22 21:05:59.127 INFO O| Feb 22 21:05:59.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
71892025-02-22T21:06:00.376Z[ recovery-image] Feb 22 21:05:59.127 INFO O| Feb 22 21:05:59.127 INFO STEP 851 (remove_files) COMPLETE
71902025-02-22T21:06:00.379Z[ recovery-image] Feb 22 21:05:59.127 INFO O| Feb 22 21:05:59.127 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912025-02-22T21:06:00.428Z[ recovery-image] Feb 22 21:05:59.179 INFO O| Feb 22 21:05:59.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
71922025-02-22T21:06:00.431Z[ recovery-image] Feb 22 21:05:59.180 INFO O| Feb 22 21:05:59.180 INFO STEP 852 (remove_files) COMPLETE
71932025-02-22T21:06:00.431Z[ recovery-image] Feb 22 21:05:59.180 INFO O| Feb 22 21:05:59.180 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942025-02-22T21:06:00.449Z[ recovery-image] Feb 22 21:05:59.199 INFO O| Feb 22 21:05:59.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
71952025-02-22T21:06:00.449Z[ recovery-image] Feb 22 21:05:59.200 INFO O| Feb 22 21:05:59.199 INFO STEP 853 (remove_files) COMPLETE
71962025-02-22T21:06:00.449Z[ recovery-image] Feb 22 21:05:59.200 INFO O| Feb 22 21:05:59.200 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972025-02-22T21:06:00.483Z[ recovery-image] Feb 22 21:05:59.234 INFO O| Feb 22 21:05:59.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
71982025-02-22T21:06:00.483Z[ recovery-image] Feb 22 21:05:59.234 INFO O| Feb 22 21:05:59.234 INFO STEP 854 (remove_files) COMPLETE
71992025-02-22T21:06:00.486Z[ recovery-image] Feb 22 21:05:59.234 INFO O| Feb 22 21:05:59.234 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002025-02-22T21:06:00.505Z[ recovery-image] Feb 22 21:05:59.255 INFO O| Feb 22 21:05:59.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
72012025-02-22T21:06:00.505Z[ recovery-image] Feb 22 21:05:59.255 INFO O| Feb 22 21:05:59.255 INFO STEP 855 (remove_files) COMPLETE
72022025-02-22T21:06:00.505Z[ recovery-image] Feb 22 21:05:59.255 INFO O| Feb 22 21:05:59.255 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032025-02-22T21:06:00.525Z[ recovery-image] Feb 22 21:05:59.276 INFO O| Feb 22 21:05:59.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
72042025-02-22T21:06:00.525Z[ recovery-image] Feb 22 21:05:59.276 INFO O| Feb 22 21:05:59.276 INFO STEP 856 (remove_files) COMPLETE
72052025-02-22T21:06:00.528Z[ recovery-image] Feb 22 21:05:59.276 INFO O| Feb 22 21:05:59.276 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062025-02-22T21:06:00.566Z[ recovery-image] Feb 22 21:05:59.317 INFO O| Feb 22 21:05:59.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
72072025-02-22T21:06:00.569Z[ recovery-image] Feb 22 21:05:59.317 INFO O| Feb 22 21:05:59.317 INFO STEP 857 (remove_files) COMPLETE
72082025-02-22T21:06:00.569Z[ recovery-image] Feb 22 21:05:59.317 INFO O| Feb 22 21:05:59.317 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092025-02-22T21:06:00.589Z[ recovery-image] Feb 22 21:05:59.340 INFO O| Feb 22 21:05:59.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
72102025-02-22T21:06:00.592Z[ recovery-image] Feb 22 21:05:59.340 INFO O| Feb 22 21:05:59.340 INFO STEP 858 (remove_files) COMPLETE
72112025-02-22T21:06:00.592Z[ recovery-image] Feb 22 21:05:59.340 INFO O| Feb 22 21:05:59.340 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122025-02-22T21:06:00.641Z[ recovery-image] Feb 22 21:05:59.392 INFO O| Feb 22 21:05:59.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
72132025-02-22T21:06:00.644Z[ recovery-image] Feb 22 21:05:59.392 INFO O| Feb 22 21:05:59.392 INFO STEP 859 (remove_files) COMPLETE
72142025-02-22T21:06:00.644Z[ recovery-image] Feb 22 21:05:59.392 INFO O| Feb 22 21:05:59.392 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152025-02-22T21:06:00.663Z[ recovery-image] Feb 22 21:05:59.414 INFO O| Feb 22 21:05:59.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
72162025-02-22T21:06:00.666Z[ recovery-image] Feb 22 21:05:59.414 INFO O| Feb 22 21:05:59.414 INFO STEP 860 (remove_files) COMPLETE
72172025-02-22T21:06:00.666Z[ recovery-image] Feb 22 21:05:59.414 INFO O| Feb 22 21:05:59.414 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182025-02-22T21:06:00.714Z[ recovery-image] Feb 22 21:05:59.465 INFO O| Feb 22 21:05:59.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
72192025-02-22T21:06:00.717Z[ recovery-image] Feb 22 21:05:59.465 INFO O| Feb 22 21:05:59.465 INFO STEP 861 (remove_files) COMPLETE
72202025-02-22T21:06:00.717Z[ recovery-image] Feb 22 21:05:59.465 INFO O| Feb 22 21:05:59.465 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212025-02-22T21:06:00.734Z[ recovery-image] Feb 22 21:05:59.485 INFO O| Feb 22 21:05:59.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
72222025-02-22T21:06:00.737Z[ recovery-image] Feb 22 21:05:59.485 INFO O| Feb 22 21:05:59.485 INFO STEP 862 (remove_files) COMPLETE
72232025-02-22T21:06:00.737Z[ recovery-image] Feb 22 21:05:59.486 INFO O| Feb 22 21:05:59.485 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242025-02-22T21:06:00.778Z[ recovery-image] Feb 22 21:05:59.529 INFO O| Feb 22 21:05:59.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
72252025-02-22T21:06:00.778Z[ recovery-image] Feb 22 21:05:59.529 INFO O| Feb 22 21:05:59.529 INFO STEP 863 (remove_files) COMPLETE
72262025-02-22T21:06:00.781Z[ recovery-image] Feb 22 21:05:59.529 INFO O| Feb 22 21:05:59.529 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272025-02-22T21:06:01.806Z[ recovery-image] Feb 22 21:05:59.552 INFO O| Feb 22 21:05:59.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
72282025-02-22T21:06:01.806Z[ recovery-image] Feb 22 21:05:59.552 INFO O| Feb 22 21:05:59.552 INFO STEP 864 (remove_files) COMPLETE
72292025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.552 INFO O| Feb 22 21:05:59.552 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.573 INFO O| Feb 22 21:05:59.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
72312025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.573 INFO O| Feb 22 21:05:59.573 INFO STEP 865 (remove_files) COMPLETE
72322025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.573 INFO O| Feb 22 21:05:59.573 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.608 INFO O| Feb 22 21:05:59.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
72342025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.608 INFO O| Feb 22 21:05:59.608 INFO STEP 866 (remove_files) COMPLETE
72352025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.608 INFO O| Feb 22 21:05:59.608 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.628 INFO O| Feb 22 21:05:59.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
72372025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.628 INFO O| Feb 22 21:05:59.628 INFO STEP 867 (remove_files) COMPLETE
72382025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.628 INFO O| Feb 22 21:05:59.628 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.659 INFO O| Feb 22 21:05:59.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
72402025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.659 INFO O| Feb 22 21:05:59.659 INFO STEP 868 (remove_files) COMPLETE
72412025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.659 INFO O| Feb 22 21:05:59.659 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.678 INFO O| Feb 22 21:05:59.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
72432025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.678 INFO O| Feb 22 21:05:59.678 INFO STEP 869 (remove_files) COMPLETE
72442025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.678 INFO O| Feb 22 21:05:59.678 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.707 INFO O| Feb 22 21:05:59.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
72462025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.707 INFO O| Feb 22 21:05:59.707 INFO STEP 870 (remove_files) COMPLETE
72472025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.707 INFO O| Feb 22 21:05:59.707 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.728 INFO O| Feb 22 21:05:59.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
72492025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.728 INFO O| Feb 22 21:05:59.728 INFO STEP 871 (remove_files) COMPLETE
72502025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.728 INFO O| Feb 22 21:05:59.728 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.747 INFO O| Feb 22 21:05:59.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
72522025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.747 INFO O| Feb 22 21:05:59.747 INFO STEP 872 (remove_files) COMPLETE
72532025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.747 INFO O| Feb 22 21:05:59.747 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.768 INFO O| Feb 22 21:05:59.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
72552025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.769 INFO O| Feb 22 21:05:59.768 INFO STEP 873 (remove_files) COMPLETE
72562025-02-22T21:06:01.811Z[ recovery-image] Feb 22 21:05:59.769 INFO O| Feb 22 21:05:59.769 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.831 INFO O| Feb 22 21:05:59.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
72582025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.831 INFO O| Feb 22 21:05:59.831 INFO STEP 874 (remove_files) COMPLETE
72592025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.831 INFO O| Feb 22 21:05:59.831 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.854 INFO O| Feb 22 21:05:59.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
72612025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.854 INFO O| Feb 22 21:05:59.854 INFO STEP 875 (remove_files) COMPLETE
72622025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.854 INFO O| Feb 22 21:05:59.854 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.909 INFO O| Feb 22 21:05:59.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
72642025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.909 INFO O| Feb 22 21:05:59.909 INFO STEP 876 (remove_files) COMPLETE
72652025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.909 INFO O| Feb 22 21:05:59.909 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.968 INFO O| Feb 22 21:05:59.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
72672025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.968 INFO O| Feb 22 21:05:59.968 INFO STEP 877 (remove_files) COMPLETE
72682025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.968 INFO O| Feb 22 21:05:59.968 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.988 INFO O| Feb 22 21:05:59.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
72702025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.988 INFO O| Feb 22 21:05:59.988 INFO STEP 878 (remove_files) COMPLETE
72712025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:05:59.988 INFO O| Feb 22 21:05:59.988 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.018 INFO O| Feb 22 21:06:00.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
72732025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.018 INFO O| Feb 22 21:06:00.018 INFO STEP 879 (remove_files) COMPLETE
72742025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.018 INFO O| Feb 22 21:06:00.018 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.057 INFO O| Feb 22 21:06:00.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
72762025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.057 INFO O| Feb 22 21:06:00.057 INFO STEP 880 (remove_files) COMPLETE
72772025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.057 INFO O| Feb 22 21:06:00.057 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.099 INFO O| Feb 22 21:06:00.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
72792025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.099 INFO O| Feb 22 21:06:00.099 INFO STEP 881 (remove_files) COMPLETE
72802025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.099 INFO O| Feb 22 21:06:00.099 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.122 INFO O| Feb 22 21:06:00.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
72822025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.122 INFO O| Feb 22 21:06:00.122 INFO STEP 882 (remove_files) COMPLETE
72832025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.122 INFO O| Feb 22 21:06:00.122 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.154 INFO O| Feb 22 21:06:00.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
72852025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.155 INFO O| Feb 22 21:06:00.155 INFO STEP 883 (remove_files) COMPLETE
72862025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.155 INFO O| Feb 22 21:06:00.155 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.174 INFO O| Feb 22 21:06:00.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
72882025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.174 INFO O| Feb 22 21:06:00.174 INFO STEP 884 (remove_files) COMPLETE
72892025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.174 INFO O| Feb 22 21:06:00.174 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.222 INFO O| Feb 22 21:06:00.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
72912025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.222 INFO O| Feb 22 21:06:00.222 INFO STEP 885 (remove_files) COMPLETE
72922025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.222 INFO O| Feb 22 21:06:00.222 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.271 INFO O| Feb 22 21:06:00.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
72942025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.271 INFO O| Feb 22 21:06:00.271 INFO STEP 886 (remove_files) COMPLETE
72952025-02-22T21:06:01.812Z[ recovery-image] Feb 22 21:06:00.271 INFO O| Feb 22 21:06:00.271 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.292 INFO O| Feb 22 21:06:00.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
72972025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.293 INFO O| Feb 22 21:06:00.292 INFO STEP 887 (remove_files) COMPLETE
72982025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.293 INFO O| Feb 22 21:06:00.293 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.335 INFO O| Feb 22 21:06:00.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
73002025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.335 INFO O| Feb 22 21:06:00.335 INFO STEP 888 (remove_files) COMPLETE
73012025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.335 INFO O| Feb 22 21:06:00.335 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.356 INFO O| Feb 22 21:06:00.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
73032025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.356 INFO O| Feb 22 21:06:00.356 INFO STEP 889 (remove_files) COMPLETE
73042025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.356 INFO O| Feb 22 21:06:00.356 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.388 INFO O| Feb 22 21:06:00.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
73062025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.388 INFO O| Feb 22 21:06:00.388 INFO STEP 890 (remove_files) COMPLETE
73072025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.388 INFO O| Feb 22 21:06:00.388 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.447 INFO O| Feb 22 21:06:00.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
73092025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.447 INFO O| Feb 22 21:06:00.447 INFO STEP 891 (remove_files) COMPLETE
73102025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.447 INFO O| Feb 22 21:06:00.447 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.512 INFO O| Feb 22 21:06:00.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
73122025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.512 INFO O| Feb 22 21:06:00.512 INFO STEP 892 (remove_files) COMPLETE
73132025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.512 INFO O| Feb 22 21:06:00.512 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.555 INFO O| Feb 22 21:06:00.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
73152025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.555 INFO O| Feb 22 21:06:00.555 INFO STEP 893 (remove_files) COMPLETE
73162025-02-22T21:06:01.813Z[ recovery-image] Feb 22 21:06:00.555 INFO O| Feb 22 21:06:00.555 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172025-02-22T21:06:01.844Z[ recovery-image] Feb 22 21:06:00.595 INFO O| Feb 22 21:06:00.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
73182025-02-22T21:06:01.844Z[ recovery-image] Feb 22 21:06:00.595 INFO O| Feb 22 21:06:00.595 INFO STEP 894 (remove_files) COMPLETE
73192025-02-22T21:06:01.844Z[ recovery-image] Feb 22 21:06:00.595 INFO O| Feb 22 21:06:00.595 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202025-02-22T21:06:01.877Z[ recovery-image] Feb 22 21:06:00.628 INFO O| Feb 22 21:06:00.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
73212025-02-22T21:06:01.880Z[ recovery-image] Feb 22 21:06:00.628 INFO O| Feb 22 21:06:00.628 INFO STEP 895 (remove_files) COMPLETE
73222025-02-22T21:06:01.880Z[ recovery-image] Feb 22 21:06:00.629 INFO O| Feb 22 21:06:00.629 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232025-02-22T21:06:01.900Z[ recovery-image] Feb 22 21:06:00.651 INFO O| Feb 22 21:06:00.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
73242025-02-22T21:06:01.903Z[ recovery-image] Feb 22 21:06:00.651 INFO O| Feb 22 21:06:00.651 INFO STEP 896 (remove_files) COMPLETE
73252025-02-22T21:06:01.903Z[ recovery-image] Feb 22 21:06:00.651 INFO O| Feb 22 21:06:00.651 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262025-02-22T21:06:01.945Z[ recovery-image] Feb 22 21:06:00.696 INFO O| Feb 22 21:06:00.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
73272025-02-22T21:06:01.945Z[ recovery-image] Feb 22 21:06:00.696 INFO O| Feb 22 21:06:00.696 INFO STEP 897 (remove_files) COMPLETE
73282025-02-22T21:06:01.945Z[ recovery-image] Feb 22 21:06:00.696 INFO O| Feb 22 21:06:00.696 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292025-02-22T21:06:01.966Z[ recovery-image] Feb 22 21:06:00.717 INFO O| Feb 22 21:06:00.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
73302025-02-22T21:06:01.966Z[ recovery-image] Feb 22 21:06:00.717 INFO O| Feb 22 21:06:00.717 INFO STEP 898 (remove_files) COMPLETE
73312025-02-22T21:06:01.966Z[ recovery-image] Feb 22 21:06:00.717 INFO O| Feb 22 21:06:00.717 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322025-02-22T21:06:02.009Z[ recovery-image] Feb 22 21:06:00.759 INFO O| Feb 22 21:06:00.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
73332025-02-22T21:06:02.012Z[ recovery-image] Feb 22 21:06:00.759 INFO O| Feb 22 21:06:00.759 INFO STEP 899 (remove_files) COMPLETE
73342025-02-22T21:06:02.012Z[ recovery-image] Feb 22 21:06:00.759 INFO O| Feb 22 21:06:00.759 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352025-02-22T21:06:02.030Z[ recovery-image] Feb 22 21:06:00.781 INFO O| Feb 22 21:06:00.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
73362025-02-22T21:06:02.030Z[ recovery-image] Feb 22 21:06:00.781 INFO O| Feb 22 21:06:00.781 INFO STEP 900 (remove_files) COMPLETE
73372025-02-22T21:06:02.030Z[ recovery-image] Feb 22 21:06:00.781 INFO O| Feb 22 21:06:00.781 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382025-02-22T21:06:02.079Z[ recovery-image] Feb 22 21:06:00.809 INFO O| Feb 22 21:06:00.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
73392025-02-22T21:06:02.079Z[ recovery-image] Feb 22 21:06:00.809 INFO O| Feb 22 21:06:00.809 INFO STEP 901 (remove_files) COMPLETE
73402025-02-22T21:06:02.079Z[ recovery-image] Feb 22 21:06:00.809 INFO O| Feb 22 21:06:00.809 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412025-02-22T21:06:02.082Z[ recovery-image] Feb 22 21:06:00.830 INFO O| Feb 22 21:06:00.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
73422025-02-22T21:06:02.082Z[ recovery-image] Feb 22 21:06:00.830 INFO O| Feb 22 21:06:00.830 INFO STEP 902 (remove_files) COMPLETE
73432025-02-22T21:06:02.082Z[ recovery-image] Feb 22 21:06:00.830 INFO O| Feb 22 21:06:00.830 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442025-02-22T21:06:02.158Z[ recovery-image] Feb 22 21:06:00.909 INFO O| Feb 22 21:06:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
73452025-02-22T21:06:02.158Z[ recovery-image] Feb 22 21:06:00.909 INFO O| Feb 22 21:06:00.909 INFO STEP 903 (remove_files) COMPLETE
73462025-02-22T21:06:02.158Z[ recovery-image] Feb 22 21:06:00.909 INFO O| Feb 22 21:06:00.909 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472025-02-22T21:06:02.180Z[ recovery-image] Feb 22 21:06:00.930 INFO O| Feb 22 21:06:00.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
73482025-02-22T21:06:02.180Z[ recovery-image] Feb 22 21:06:00.930 INFO O| Feb 22 21:06:00.930 INFO STEP 904 (remove_files) COMPLETE
73492025-02-22T21:06:02.183Z[ recovery-image] Feb 22 21:06:00.930 INFO O| Feb 22 21:06:00.930 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502025-02-22T21:06:02.200Z[ recovery-image] Feb 22 21:06:00.951 INFO O| Feb 22 21:06:00.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
73512025-02-22T21:06:02.200Z[ recovery-image] Feb 22 21:06:00.951 INFO O| Feb 22 21:06:00.951 INFO STEP 905 (remove_files) COMPLETE
73522025-02-22T21:06:02.200Z[ recovery-image] Feb 22 21:06:00.951 INFO O| Feb 22 21:06:00.951 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532025-02-22T21:06:02.220Z[ recovery-image] Feb 22 21:06:00.971 INFO O| Feb 22 21:06:00.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
73542025-02-22T21:06:02.221Z[ recovery-image] Feb 22 21:06:00.972 INFO O| Feb 22 21:06:00.971 INFO STEP 906 (remove_files) COMPLETE
73552025-02-22T21:06:02.221Z[ recovery-image] Feb 22 21:06:00.972 INFO O| Feb 22 21:06:00.972 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562025-02-22T21:06:02.241Z[ recovery-image] Feb 22 21:06:00.992 INFO O| Feb 22 21:06:00.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
73572025-02-22T21:06:02.241Z[ recovery-image] Feb 22 21:06:00.992 INFO O| Feb 22 21:06:00.992 INFO STEP 907 (remove_files) COMPLETE
73582025-02-22T21:06:02.241Z[ recovery-image] Feb 22 21:06:00.992 INFO O| Feb 22 21:06:00.992 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592025-02-22T21:06:02.262Z[ recovery-image] Feb 22 21:06:01.013 INFO O| Feb 22 21:06:01.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
73602025-02-22T21:06:02.262Z[ recovery-image] Feb 22 21:06:01.013 INFO O| Feb 22 21:06:01.013 INFO STEP 908 (remove_files) COMPLETE
73612025-02-22T21:06:02.265Z[ recovery-image] Feb 22 21:06:01.013 INFO O| Feb 22 21:06:01.013 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622025-02-22T21:06:02.282Z[ recovery-image] Feb 22 21:06:01.033 INFO O| Feb 22 21:06:01.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
73632025-02-22T21:06:02.282Z[ recovery-image] Feb 22 21:06:01.033 INFO O| Feb 22 21:06:01.033 INFO STEP 909 (remove_files) COMPLETE
73642025-02-22T21:06:02.282Z[ recovery-image] Feb 22 21:06:01.033 INFO O| Feb 22 21:06:01.033 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652025-02-22T21:06:02.322Z[ recovery-image] Feb 22 21:06:01.073 INFO O| Feb 22 21:06:01.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
73662025-02-22T21:06:02.322Z[ recovery-image] Feb 22 21:06:01.073 INFO O| Feb 22 21:06:01.073 INFO STEP 910 (remove_files) COMPLETE
73672025-02-22T21:06:02.325Z[ recovery-image] Feb 22 21:06:01.073 INFO O| Feb 22 21:06:01.073 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682025-02-22T21:06:02.344Z[ recovery-image] Feb 22 21:06:01.095 INFO O| Feb 22 21:06:01.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
73692025-02-22T21:06:02.344Z[ recovery-image] Feb 22 21:06:01.095 INFO O| Feb 22 21:06:01.095 INFO STEP 911 (remove_files) COMPLETE
73702025-02-22T21:06:02.344Z[ recovery-image] Feb 22 21:06:01.095 INFO O| Feb 22 21:06:01.095 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712025-02-22T21:06:02.372Z[ recovery-image] Feb 22 21:06:01.123 INFO O| Feb 22 21:06:01.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
73722025-02-22T21:06:02.375Z[ recovery-image] Feb 22 21:06:01.123 INFO O| Feb 22 21:06:01.123 INFO STEP 912 (remove_files) COMPLETE
73732025-02-22T21:06:02.375Z[ recovery-image] Feb 22 21:06:01.123 INFO O| Feb 22 21:06:01.123 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742025-02-22T21:06:02.394Z[ recovery-image] Feb 22 21:06:01.145 INFO O| Feb 22 21:06:01.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
73752025-02-22T21:06:02.394Z[ recovery-image] Feb 22 21:06:01.145 INFO O| Feb 22 21:06:01.145 INFO STEP 913 (remove_files) COMPLETE
73762025-02-22T21:06:02.394Z[ recovery-image] Feb 22 21:06:01.145 INFO O| Feb 22 21:06:01.145 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772025-02-22T21:06:02.415Z[ recovery-image] Feb 22 21:06:01.166 INFO O| Feb 22 21:06:01.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
73782025-02-22T21:06:02.415Z[ recovery-image] Feb 22 21:06:01.166 INFO O| Feb 22 21:06:01.166 INFO STEP 914 (remove_files) COMPLETE
73792025-02-22T21:06:02.415Z[ recovery-image] Feb 22 21:06:01.166 INFO O| Feb 22 21:06:01.166 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802025-02-22T21:06:02.456Z[ recovery-image] Feb 22 21:06:01.207 INFO O| Feb 22 21:06:01.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
73812025-02-22T21:06:02.459Z[ recovery-image] Feb 22 21:06:01.207 INFO O| Feb 22 21:06:01.207 INFO STEP 915 (remove_files) COMPLETE
73822025-02-22T21:06:02.459Z[ recovery-image] Feb 22 21:06:01.207 INFO O| Feb 22 21:06:01.207 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832025-02-22T21:06:02.478Z[ recovery-image] Feb 22 21:06:01.229 INFO O| Feb 22 21:06:01.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
73842025-02-22T21:06:02.481Z[ recovery-image] Feb 22 21:06:01.229 INFO O| Feb 22 21:06:01.229 INFO STEP 916 (remove_files) COMPLETE
73852025-02-22T21:06:02.481Z[ recovery-image] Feb 22 21:06:01.229 INFO O| Feb 22 21:06:01.229 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862025-02-22T21:06:02.500Z[ recovery-image] Feb 22 21:06:01.250 INFO O| Feb 22 21:06:01.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
73872025-02-22T21:06:02.500Z[ recovery-image] Feb 22 21:06:01.251 INFO O| Feb 22 21:06:01.250 INFO STEP 917 (remove_files) COMPLETE
73882025-02-22T21:06:02.502Z[ recovery-image] Feb 22 21:06:01.251 INFO O| Feb 22 21:06:01.250 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892025-02-22T21:06:02.521Z[ recovery-image] Feb 22 21:06:01.271 INFO O| Feb 22 21:06:01.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
73902025-02-22T21:06:02.521Z[ recovery-image] Feb 22 21:06:01.271 INFO O| Feb 22 21:06:01.271 INFO STEP 918 (remove_files) COMPLETE
73912025-02-22T21:06:02.521Z[ recovery-image] Feb 22 21:06:01.271 INFO O| Feb 22 21:06:01.271 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922025-02-22T21:06:02.542Z[ recovery-image] Feb 22 21:06:01.292 INFO O| Feb 22 21:06:01.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
73932025-02-22T21:06:02.542Z[ recovery-image] Feb 22 21:06:01.292 INFO O| Feb 22 21:06:01.292 INFO STEP 919 (remove_files) COMPLETE
73942025-02-22T21:06:02.542Z[ recovery-image] Feb 22 21:06:01.292 INFO O| Feb 22 21:06:01.292 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952025-02-22T21:06:02.584Z[ recovery-image] Feb 22 21:06:01.335 INFO O| Feb 22 21:06:01.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
73962025-02-22T21:06:02.587Z[ recovery-image] Feb 22 21:06:01.335 INFO O| Feb 22 21:06:01.335 INFO STEP 920 (remove_files) COMPLETE
73972025-02-22T21:06:02.587Z[ recovery-image] Feb 22 21:06:01.335 INFO O| Feb 22 21:06:01.335 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982025-02-22T21:06:02.668Z[ recovery-image] Feb 22 21:06:01.419 INFO O| Feb 22 21:06:01.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
73992025-02-22T21:06:02.671Z[ recovery-image] Feb 22 21:06:01.419 INFO O| Feb 22 21:06:01.419 INFO STEP 921 (remove_files) COMPLETE
74002025-02-22T21:06:02.671Z[ recovery-image] Feb 22 21:06:01.420 INFO O| Feb 22 21:06:01.419 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012025-02-22T21:06:02.724Z[ recovery-image] Feb 22 21:06:01.474 INFO O| Feb 22 21:06:01.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
74022025-02-22T21:06:02.724Z[ recovery-image] Feb 22 21:06:01.475 INFO O| Feb 22 21:06:01.475 INFO STEP 922 (remove_files) COMPLETE
74032025-02-22T21:06:02.724Z[ recovery-image] Feb 22 21:06:01.475 INFO O| Feb 22 21:06:01.475 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042025-02-22T21:06:02.780Z[ recovery-image] Feb 22 21:06:01.531 INFO O| Feb 22 21:06:01.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
74052025-02-22T21:06:02.781Z[ recovery-image] Feb 22 21:06:01.531 INFO O| Feb 22 21:06:01.531 INFO STEP 923 (remove_files) COMPLETE
74062025-02-22T21:06:02.781Z[ recovery-image] Feb 22 21:06:01.531 INFO O| Feb 22 21:06:01.531 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072025-02-22T21:06:02.802Z[ recovery-image] Feb 22 21:06:01.553 INFO O| Feb 22 21:06:01.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
74082025-02-22T21:06:02.802Z[ recovery-image] Feb 22 21:06:01.553 INFO O| Feb 22 21:06:01.553 INFO STEP 924 (remove_files) COMPLETE
74092025-02-22T21:06:02.802Z[ recovery-image] Feb 22 21:06:01.553 INFO O| Feb 22 21:06:01.553 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102025-02-22T21:06:02.838Z[ recovery-image] Feb 22 21:06:01.589 INFO O| Feb 22 21:06:01.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
74112025-02-22T21:06:02.838Z[ recovery-image] Feb 22 21:06:01.589 INFO O| Feb 22 21:06:01.589 INFO STEP 925 (remove_files) COMPLETE
74122025-02-22T21:06:02.841Z[ recovery-image] Feb 22 21:06:01.589 INFO O| Feb 22 21:06:01.589 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132025-02-22T21:06:02.897Z[ recovery-image] Feb 22 21:06:01.647 INFO O| Feb 22 21:06:01.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
74142025-02-22T21:06:02.897Z[ recovery-image] Feb 22 21:06:01.647 INFO O| Feb 22 21:06:01.647 INFO STEP 926 (remove_files) COMPLETE
74152025-02-22T21:06:02.897Z[ recovery-image] Feb 22 21:06:01.647 INFO O| Feb 22 21:06:01.647 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162025-02-22T21:06:02.958Z[ recovery-image] Feb 22 21:06:01.709 INFO O| Feb 22 21:06:01.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
74172025-02-22T21:06:02.958Z[ recovery-image] Feb 22 21:06:01.709 INFO O| Feb 22 21:06:01.709 INFO STEP 927 (remove_files) COMPLETE
74182025-02-22T21:06:02.958Z[ recovery-image] Feb 22 21:06:01.709 INFO O| Feb 22 21:06:01.709 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192025-02-22T21:06:03.028Z[ recovery-image] Feb 22 21:06:01.779 INFO O| Feb 22 21:06:01.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
74202025-02-22T21:06:03.028Z[ recovery-image] Feb 22 21:06:01.779 INFO O| Feb 22 21:06:01.779 INFO STEP 928 (remove_files) COMPLETE
74212025-02-22T21:06:03.031Z[ recovery-image] Feb 22 21:06:01.779 INFO O| Feb 22 21:06:01.779 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222025-02-22T21:06:03.055Z[ recovery-image] Feb 22 21:06:01.806 INFO O| Feb 22 21:06:01.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
74232025-02-22T21:06:03.055Z[ recovery-image] Feb 22 21:06:01.806 INFO O| Feb 22 21:06:01.806 INFO STEP 929 (remove_files) COMPLETE
74242025-02-22T21:06:03.058Z[ recovery-image] Feb 22 21:06:01.806 INFO O| Feb 22 21:06:01.806 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252025-02-22T21:06:03.101Z[ recovery-image] Feb 22 21:06:01.852 INFO O| Feb 22 21:06:01.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
74262025-02-22T21:06:03.101Z[ recovery-image] Feb 22 21:06:01.852 INFO O| Feb 22 21:06:01.852 INFO STEP 930 (remove_files) COMPLETE
74272025-02-22T21:06:03.101Z[ recovery-image] Feb 22 21:06:01.852 INFO O| Feb 22 21:06:01.852 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282025-02-22T21:06:03.122Z[ recovery-image] Feb 22 21:06:01.872 INFO O| Feb 22 21:06:01.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
74292025-02-22T21:06:03.122Z[ recovery-image] Feb 22 21:06:01.872 INFO O| Feb 22 21:06:01.872 INFO STEP 931 (remove_files) COMPLETE
74302025-02-22T21:06:03.125Z[ recovery-image] Feb 22 21:06:01.872 INFO O| Feb 22 21:06:01.872 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312025-02-22T21:06:03.151Z[ recovery-image] Feb 22 21:06:01.902 INFO O| Feb 22 21:06:01.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
74322025-02-22T21:06:03.167Z[ recovery-image] Feb 22 21:06:01.918 INFO O| Feb 22 21:06:01.918 INFO STEP 932 (remove_files) COMPLETE
74332025-02-22T21:06:03.167Z[ recovery-image] Feb 22 21:06:01.918 INFO O| Feb 22 21:06:01.918 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342025-02-22T21:06:03.209Z[ recovery-image] Feb 22 21:06:01.960 INFO O| Feb 22 21:06:01.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
74352025-02-22T21:06:03.212Z[ recovery-image] Feb 22 21:06:01.960 INFO O| Feb 22 21:06:01.960 INFO STEP 933 (remove_files) COMPLETE
74362025-02-22T21:06:03.212Z[ recovery-image] Feb 22 21:06:01.961 INFO O| Feb 22 21:06:01.960 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372025-02-22T21:06:03.242Z[ recovery-image] Feb 22 21:06:01.993 INFO O| Feb 22 21:06:01.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
74382025-02-22T21:06:03.242Z[ recovery-image] Feb 22 21:06:01.993 INFO O| Feb 22 21:06:01.993 INFO STEP 934 (remove_files) COMPLETE
74392025-02-22T21:06:03.253Z[ recovery-image] Feb 22 21:06:01.993 INFO O| Feb 22 21:06:01.993 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402025-02-22T21:06:03.351Z[ recovery-image] Feb 22 21:06:02.102 INFO O| Feb 22 21:06:02.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
74412025-02-22T21:06:03.351Z[ recovery-image] Feb 22 21:06:02.102 INFO O| Feb 22 21:06:02.102 INFO STEP 935 (remove_files) COMPLETE
74422025-02-22T21:06:03.354Z[ recovery-image] Feb 22 21:06:02.102 INFO O| Feb 22 21:06:02.102 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432025-02-22T21:06:03.369Z[ recovery-image] Feb 22 21:06:02.119 INFO O| Feb 22 21:06:02.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
74442025-02-22T21:06:03.369Z[ recovery-image] Feb 22 21:06:02.119 INFO O| Feb 22 21:06:02.119 INFO STEP 936 (remove_files) COMPLETE
74452025-02-22T21:06:03.369Z[ recovery-image] Feb 22 21:06:02.119 INFO O| Feb 22 21:06:02.119 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462025-02-22T21:06:03.405Z[ recovery-image] Feb 22 21:06:02.155 INFO O| Feb 22 21:06:02.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
74472025-02-22T21:06:03.407Z[ recovery-image] Feb 22 21:06:02.156 INFO O| Feb 22 21:06:02.155 INFO STEP 937 (remove_files) COMPLETE
74482025-02-22T21:06:03.408Z[ recovery-image] Feb 22 21:06:02.156 INFO O| Feb 22 21:06:02.156 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492025-02-22T21:06:03.425Z[ recovery-image] Feb 22 21:06:02.176 INFO O| Feb 22 21:06:02.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
74502025-02-22T21:06:03.425Z[ recovery-image] Feb 22 21:06:02.176 INFO O| Feb 22 21:06:02.176 INFO STEP 938 (remove_files) COMPLETE
74512025-02-22T21:06:03.425Z[ recovery-image] Feb 22 21:06:02.176 INFO O| Feb 22 21:06:02.176 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522025-02-22T21:06:03.476Z[ recovery-image] Feb 22 21:06:02.209 INFO O| Feb 22 21:06:02.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
74532025-02-22T21:06:03.476Z[ recovery-image] Feb 22 21:06:02.209 INFO O| Feb 22 21:06:02.209 INFO STEP 939 (remove_files) COMPLETE
74542025-02-22T21:06:03.476Z[ recovery-image] Feb 22 21:06:02.209 INFO O| Feb 22 21:06:02.209 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552025-02-22T21:06:03.479Z[ recovery-image] Feb 22 21:06:02.227 INFO O| Feb 22 21:06:02.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
74562025-02-22T21:06:03.479Z[ recovery-image] Feb 22 21:06:02.228 INFO O| Feb 22 21:06:02.227 INFO STEP 940 (remove_files) COMPLETE
74572025-02-22T21:06:03.479Z[ recovery-image] Feb 22 21:06:02.228 INFO O| Feb 22 21:06:02.228 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582025-02-22T21:06:03.497Z[ recovery-image] Feb 22 21:06:02.248 INFO O| Feb 22 21:06:02.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
74592025-02-22T21:06:03.497Z[ recovery-image] Feb 22 21:06:02.248 INFO O| Feb 22 21:06:02.248 INFO STEP 941 (remove_files) COMPLETE
74602025-02-22T21:06:03.500Z[ recovery-image] Feb 22 21:06:02.248 INFO O| Feb 22 21:06:02.248 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612025-02-22T21:06:03.516Z[ recovery-image] Feb 22 21:06:02.267 INFO O| Feb 22 21:06:02.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
74622025-02-22T21:06:03.516Z[ recovery-image] Feb 22 21:06:02.267 INFO O| Feb 22 21:06:02.267 INFO STEP 942 (remove_files) COMPLETE
74632025-02-22T21:06:03.519Z[ recovery-image] Feb 22 21:06:02.267 INFO O| Feb 22 21:06:02.267 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642025-02-22T21:06:03.536Z[ recovery-image] Feb 22 21:06:02.287 INFO O| Feb 22 21:06:02.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
74652025-02-22T21:06:03.536Z[ recovery-image] Feb 22 21:06:02.287 INFO O| Feb 22 21:06:02.287 INFO STEP 943 (remove_files) COMPLETE
74662025-02-22T21:06:03.536Z[ recovery-image] Feb 22 21:06:02.287 INFO O| Feb 22 21:06:02.287 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672025-02-22T21:06:03.556Z[ recovery-image] Feb 22 21:06:02.307 INFO O| Feb 22 21:06:02.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
74682025-02-22T21:06:03.556Z[ recovery-image] Feb 22 21:06:02.307 INFO O| Feb 22 21:06:02.307 INFO STEP 944 (remove_files) COMPLETE
74692025-02-22T21:06:03.559Z[ recovery-image] Feb 22 21:06:02.307 INFO O| Feb 22 21:06:02.307 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702025-02-22T21:06:03.578Z[ recovery-image] Feb 22 21:06:02.328 INFO O| Feb 22 21:06:02.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
74712025-02-22T21:06:03.578Z[ recovery-image] Feb 22 21:06:02.328 INFO O| Feb 22 21:06:02.328 INFO STEP 945 (remove_files) COMPLETE
74722025-02-22T21:06:03.578Z[ recovery-image] Feb 22 21:06:02.328 INFO O| Feb 22 21:06:02.328 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732025-02-22T21:06:03.598Z[ recovery-image] Feb 22 21:06:02.349 INFO O| Feb 22 21:06:02.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
74742025-02-22T21:06:03.598Z[ recovery-image] Feb 22 21:06:02.349 INFO O| Feb 22 21:06:02.349 INFO STEP 946 (remove_files) COMPLETE
74752025-02-22T21:06:03.598Z[ recovery-image] Feb 22 21:06:02.349 INFO O| Feb 22 21:06:02.349 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762025-02-22T21:06:03.619Z[ recovery-image] Feb 22 21:06:02.369 INFO O| Feb 22 21:06:02.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
74772025-02-22T21:06:03.619Z[ recovery-image] Feb 22 21:06:02.370 INFO O| Feb 22 21:06:02.370 INFO STEP 947 (remove_files) COMPLETE
74782025-02-22T21:06:03.619Z[ recovery-image] Feb 22 21:06:02.370 INFO O| Feb 22 21:06:02.370 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792025-02-22T21:06:03.678Z[ recovery-image] Feb 22 21:06:02.429 INFO O| Feb 22 21:06:02.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
74802025-02-22T21:06:03.679Z[ recovery-image] Feb 22 21:06:02.429 INFO O| Feb 22 21:06:02.429 INFO STEP 948 (remove_files) COMPLETE
74812025-02-22T21:06:03.679Z[ recovery-image] Feb 22 21:06:02.429 INFO O| Feb 22 21:06:02.429 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822025-02-22T21:06:03.697Z[ recovery-image] Feb 22 21:06:02.447 INFO O| Feb 22 21:06:02.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
74832025-02-22T21:06:03.697Z[ recovery-image] Feb 22 21:06:02.448 INFO O| Feb 22 21:06:02.448 INFO STEP 949 (remove_files) COMPLETE
74842025-02-22T21:06:03.697Z[ recovery-image] Feb 22 21:06:02.448 INFO O| Feb 22 21:06:02.448 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852025-02-22T21:06:03.716Z[ recovery-image] Feb 22 21:06:02.467 INFO O| Feb 22 21:06:02.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
74862025-02-22T21:06:03.716Z[ recovery-image] Feb 22 21:06:02.467 INFO O| Feb 22 21:06:02.467 INFO STEP 950 (remove_files) COMPLETE
74872025-02-22T21:06:03.716Z[ recovery-image] Feb 22 21:06:02.467 INFO O| Feb 22 21:06:02.467 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882025-02-22T21:06:03.735Z[ recovery-image] Feb 22 21:06:02.486 INFO O| Feb 22 21:06:02.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
74892025-02-22T21:06:03.735Z[ recovery-image] Feb 22 21:06:02.486 INFO O| Feb 22 21:06:02.486 INFO STEP 951 (remove_files) COMPLETE
74902025-02-22T21:06:03.735Z[ recovery-image] Feb 22 21:06:02.486 INFO O| Feb 22 21:06:02.486 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912025-02-22T21:06:03.754Z[ recovery-image] Feb 22 21:06:02.505 INFO O| Feb 22 21:06:02.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
74922025-02-22T21:06:03.756Z[ recovery-image] Feb 22 21:06:02.505 INFO O| Feb 22 21:06:02.505 INFO STEP 952 (remove_files) COMPLETE
74932025-02-22T21:06:03.757Z[ recovery-image] Feb 22 21:06:02.505 INFO O| Feb 22 21:06:02.505 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942025-02-22T21:06:03.773Z[ recovery-image] Feb 22 21:06:02.524 INFO O| Feb 22 21:06:02.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
74952025-02-22T21:06:03.773Z[ recovery-image] Feb 22 21:06:02.524 INFO O| Feb 22 21:06:02.524 INFO STEP 953 (remove_files) COMPLETE
74962025-02-22T21:06:03.776Z[ recovery-image] Feb 22 21:06:02.524 INFO O| Feb 22 21:06:02.524 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972025-02-22T21:06:03.792Z[ recovery-image] Feb 22 21:06:02.543 INFO O| Feb 22 21:06:02.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
74982025-02-22T21:06:03.792Z[ recovery-image] Feb 22 21:06:02.543 INFO O| Feb 22 21:06:02.543 INFO STEP 954 (remove_files) COMPLETE
74992025-02-22T21:06:03.792Z[ recovery-image] Feb 22 21:06:02.543 INFO O| Feb 22 21:06:02.543 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002025-02-22T21:06:03.803Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
75012025-02-22T21:06:03.812Z[ recovery-image] Feb 22 21:06:02.563 INFO O| Feb 22 21:06:02.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
75022025-02-22T21:06:03.812Z[ recovery-image] Feb 22 21:06:02.563 INFO O| Feb 22 21:06:02.563 INFO STEP 955 (remove_files) COMPLETE
75032025-02-22T21:06:03.814Z[ recovery-image] Feb 22 21:06:02.563 INFO O| Feb 22 21:06:02.563 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042025-02-22T21:06:03.830Z[ recovery-image] Feb 22 21:06:02.581 INFO O| Feb 22 21:06:02.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
75052025-02-22T21:06:03.830Z[ recovery-image] Feb 22 21:06:02.581 INFO O| Feb 22 21:06:02.581 INFO STEP 956 (remove_files) COMPLETE
75062025-02-22T21:06:03.830Z[ recovery-image] Feb 22 21:06:02.581 INFO O| Feb 22 21:06:02.581 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072025-02-22T21:06:03.847Z[ recovery-image] Feb 22 21:06:02.598 INFO O| Feb 22 21:06:02.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
75082025-02-22T21:06:03.847Z[ recovery-image] Feb 22 21:06:02.598 INFO O| Feb 22 21:06:02.598 INFO STEP 957 (remove_files) COMPLETE
75092025-02-22T21:06:03.847Z[ recovery-image] Feb 22 21:06:02.598 INFO O| Feb 22 21:06:02.598 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102025-02-22T21:06:03.864Z[ recovery-image] Feb 22 21:06:02.615 INFO O| Feb 22 21:06:02.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
75112025-02-22T21:06:03.864Z[ recovery-image] Feb 22 21:06:02.615 INFO O| Feb 22 21:06:02.615 INFO STEP 958 (remove_files) COMPLETE
75122025-02-22T21:06:03.864Z[ recovery-image] Feb 22 21:06:02.615 INFO O| Feb 22 21:06:02.615 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132025-02-22T21:06:03.883Z[ recovery-image] Feb 22 21:06:02.634 INFO O| Feb 22 21:06:02.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
75142025-02-22T21:06:03.883Z[ recovery-image] Feb 22 21:06:02.634 INFO O| Feb 22 21:06:02.634 INFO STEP 959 (remove_files) COMPLETE
75152025-02-22T21:06:03.883Z[ recovery-image] Feb 22 21:06:02.634 INFO O| Feb 22 21:06:02.634 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162025-02-22T21:06:03.903Z[ recovery-image] Feb 22 21:06:02.654 INFO O| Feb 22 21:06:02.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
75172025-02-22T21:06:03.903Z[ recovery-image] Feb 22 21:06:02.654 INFO O| Feb 22 21:06:02.654 INFO STEP 960 (remove_files) COMPLETE
75182025-02-22T21:06:03.903Z[ recovery-image] Feb 22 21:06:02.654 INFO O| Feb 22 21:06:02.654 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192025-02-22T21:06:03.923Z[ recovery-image] Feb 22 21:06:02.673 INFO O| Feb 22 21:06:02.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
75202025-02-22T21:06:03.923Z[ recovery-image] Feb 22 21:06:02.674 INFO O| Feb 22 21:06:02.673 INFO STEP 961 (remove_files) COMPLETE
75212025-02-22T21:06:03.948Z[ recovery-image] Feb 22 21:06:02.698 INFO O| Feb 22 21:06:02.673 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222025-02-22T21:06:04.006Z[ recovery-image] Feb 22 21:06:02.757 INFO O| Feb 22 21:06:02.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
75232025-02-22T21:06:04.009Z[ recovery-image] Feb 22 21:06:02.757 INFO O| Feb 22 21:06:02.757 INFO STEP 962 (remove_files) COMPLETE
75242025-02-22T21:06:04.009Z[ recovery-image] Feb 22 21:06:02.757 INFO O| Feb 22 21:06:02.757 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252025-02-22T21:06:04.029Z[ recovery-image] Feb 22 21:06:02.779 INFO O| Feb 22 21:06:02.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
75262025-02-22T21:06:04.031Z[ recovery-image] Feb 22 21:06:02.780 INFO O| Feb 22 21:06:02.780 INFO STEP 963 (remove_files) COMPLETE
75272025-02-22T21:06:04.031Z[ recovery-image] Feb 22 21:06:02.780 INFO O| Feb 22 21:06:02.780 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282025-02-22T21:06:04.074Z[ recovery-image] Feb 22 21:06:02.825 INFO O| Feb 22 21:06:02.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
75292025-02-22T21:06:04.074Z[ recovery-image] Feb 22 21:06:02.825 INFO O| Feb 22 21:06:02.825 INFO STEP 964 (remove_files) COMPLETE
75302025-02-22T21:06:04.074Z[ recovery-image] Feb 22 21:06:02.825 INFO O| Feb 22 21:06:02.825 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312025-02-22T21:06:04.116Z[ recovery-image] Feb 22 21:06:02.867 INFO O| Feb 22 21:06:02.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
75322025-02-22T21:06:04.116Z[ recovery-image] Feb 22 21:06:02.867 INFO O| Feb 22 21:06:02.867 INFO STEP 965 (remove_files) COMPLETE
75332025-02-22T21:06:04.119Z[ recovery-image] Feb 22 21:06:02.867 INFO O| Feb 22 21:06:02.867 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342025-02-22T21:06:04.157Z[ recovery-image] Feb 22 21:06:02.907 INFO O| Feb 22 21:06:02.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
75352025-02-22T21:06:04.157Z[ recovery-image] Feb 22 21:06:02.907 INFO O| Feb 22 21:06:02.907 INFO STEP 966 (remove_files) COMPLETE
75362025-02-22T21:06:04.157Z[ recovery-image] Feb 22 21:06:02.907 INFO O| Feb 22 21:06:02.907 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372025-02-22T21:06:04.209Z[ recovery-image] Feb 22 21:06:02.958 INFO O| Feb 22 21:06:02.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
75382025-02-22T21:06:04.209Z[ recovery-image] Feb 22 21:06:02.959 INFO O| Feb 22 21:06:02.958 INFO STEP 967 (remove_files) COMPLETE
75392025-02-22T21:06:04.209Z[ recovery-image] Feb 22 21:06:02.959 INFO O| Feb 22 21:06:02.959 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402025-02-22T21:06:04.233Z[ recovery-image] Feb 22 21:06:02.984 INFO O| Feb 22 21:06:02.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
75412025-02-22T21:06:04.233Z[ recovery-image] Feb 22 21:06:02.984 INFO O| Feb 22 21:06:02.976 INFO STEP 968 (remove_files) COMPLETE
75422025-02-22T21:06:04.237Z[ recovery-image] Feb 22 21:06:02.984 INFO O| Feb 22 21:06:02.976 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432025-02-22T21:06:04.242Z[ recovery-image] Feb 22 21:06:02.993 INFO O| Feb 22 21:06:02.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
75442025-02-22T21:06:04.244Z[ recovery-image] Feb 22 21:06:02.993 INFO O| Feb 22 21:06:02.993 INFO STEP 969 (remove_files) COMPLETE
75452025-02-22T21:06:04.244Z[ recovery-image] Feb 22 21:06:02.993 INFO O| Feb 22 21:06:02.993 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462025-02-22T21:06:04.254Z[verify-libraries] Compiling heck v0.4.1
75472025-02-22T21:06:04.273Z[ recovery-image] Feb 22 21:06:03.024 INFO O| Feb 22 21:06:03.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
75482025-02-22T21:06:04.273Z[ recovery-image] Feb 22 21:06:03.024 INFO O| Feb 22 21:06:03.024 INFO STEP 970 (remove_files) COMPLETE
75492025-02-22T21:06:04.273Z[ recovery-image] Feb 22 21:06:03.024 INFO O| Feb 22 21:06:03.024 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502025-02-22T21:06:04.342Z[ recovery-image] Feb 22 21:06:03.093 INFO O| Feb 22 21:06:03.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
75512025-02-22T21:06:04.342Z[ recovery-image] Feb 22 21:06:03.093 INFO O| Feb 22 21:06:03.093 INFO STEP 971 (remove_files) COMPLETE
75522025-02-22T21:06:04.345Z[ recovery-image] Feb 22 21:06:03.093 INFO O| Feb 22 21:06:03.093 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532025-02-22T21:06:04.406Z[ recovery-image] Feb 22 21:06:03.156 INFO O| Feb 22 21:06:03.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
75542025-02-22T21:06:04.406Z[ recovery-image] Feb 22 21:06:03.156 INFO O| Feb 22 21:06:03.156 INFO STEP 972 (remove_files) COMPLETE
75552025-02-22T21:06:04.408Z[ recovery-image] Feb 22 21:06:03.156 INFO O| Feb 22 21:06:03.156 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562025-02-22T21:06:04.424Z[ recovery-image] Feb 22 21:06:03.175 INFO O| Feb 22 21:06:03.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
75572025-02-22T21:06:04.424Z[ recovery-image] Feb 22 21:06:03.175 INFO O| Feb 22 21:06:03.175 INFO STEP 973 (remove_files) COMPLETE
75582025-02-22T21:06:04.425Z[ recovery-image] Feb 22 21:06:03.175 INFO O| Feb 22 21:06:03.175 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592025-02-22T21:06:04.474Z[ recovery-image] Feb 22 21:06:03.225 INFO O| Feb 22 21:06:03.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
75602025-02-22T21:06:04.477Z[ recovery-image] Feb 22 21:06:03.225 INFO O| Feb 22 21:06:03.225 INFO STEP 974 (remove_files) COMPLETE
75612025-02-22T21:06:04.477Z[ recovery-image] Feb 22 21:06:03.225 INFO O| Feb 22 21:06:03.225 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622025-02-22T21:06:04.496Z[ recovery-image] Feb 22 21:06:03.247 INFO O| Feb 22 21:06:03.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
75632025-02-22T21:06:04.499Z[ recovery-image] Feb 22 21:06:03.247 INFO O| Feb 22 21:06:03.247 INFO STEP 975 (remove_files) COMPLETE
75642025-02-22T21:06:04.499Z[ recovery-image] Feb 22 21:06:03.247 INFO O| Feb 22 21:06:03.247 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652025-02-22T21:06:04.517Z[ recovery-image] Feb 22 21:06:03.268 INFO O| Feb 22 21:06:03.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
75662025-02-22T21:06:04.520Z[ recovery-image] Feb 22 21:06:03.268 INFO O| Feb 22 21:06:03.268 INFO STEP 976 (remove_files) COMPLETE
75672025-02-22T21:06:04.520Z[ recovery-image] Feb 22 21:06:03.268 INFO O| Feb 22 21:06:03.268 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682025-02-22T21:06:04.537Z[ recovery-image] Feb 22 21:06:03.288 INFO O| Feb 22 21:06:03.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
75692025-02-22T21:06:04.540Z[ recovery-image] Feb 22 21:06:03.289 INFO O| Feb 22 21:06:03.288 INFO STEP 977 (remove_files) COMPLETE
75702025-02-22T21:06:04.540Z[ recovery-image] Feb 22 21:06:03.289 INFO O| Feb 22 21:06:03.289 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712025-02-22T21:06:04.557Z[ recovery-image] Feb 22 21:06:03.308 INFO O| Feb 22 21:06:03.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
75722025-02-22T21:06:04.560Z[ recovery-image] Feb 22 21:06:03.309 INFO O| Feb 22 21:06:03.309 INFO STEP 978 (remove_files) COMPLETE
75732025-02-22T21:06:04.560Z[ recovery-image] Feb 22 21:06:03.309 INFO O| Feb 22 21:06:03.309 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742025-02-22T21:06:04.580Z[ recovery-image] Feb 22 21:06:03.329 INFO O| Feb 22 21:06:03.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
75752025-02-22T21:06:04.583Z[ recovery-image] Feb 22 21:06:03.330 INFO O| Feb 22 21:06:03.330 INFO STEP 979 (remove_files) COMPLETE
75762025-02-22T21:06:04.583Z[ recovery-image] Feb 22 21:06:03.330 INFO O| Feb 22 21:06:03.330 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772025-02-22T21:06:04.600Z[ recovery-image] Feb 22 21:06:03.350 INFO O| Feb 22 21:06:03.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
75782025-02-22T21:06:04.602Z[ recovery-image] Feb 22 21:06:03.351 INFO O| Feb 22 21:06:03.351 INFO STEP 980 (remove_files) COMPLETE
75792025-02-22T21:06:04.602Z[ recovery-image] Feb 22 21:06:03.351 INFO O| Feb 22 21:06:03.351 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802025-02-22T21:06:04.620Z[ recovery-image] Feb 22 21:06:03.371 INFO O| Feb 22 21:06:03.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
75812025-02-22T21:06:04.623Z[ recovery-image] Feb 22 21:06:03.371 INFO O| Feb 22 21:06:03.371 INFO STEP 981 (remove_files) COMPLETE
75822025-02-22T21:06:04.623Z[ recovery-image] Feb 22 21:06:03.371 INFO O| Feb 22 21:06:03.371 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832025-02-22T21:06:04.641Z[ recovery-image] Feb 22 21:06:03.391 INFO O| Feb 22 21:06:03.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
75842025-02-22T21:06:04.643Z[ recovery-image] Feb 22 21:06:03.392 INFO O| Feb 22 21:06:03.392 INFO STEP 982 (remove_files) COMPLETE
75852025-02-22T21:06:04.644Z[ recovery-image] Feb 22 21:06:03.392 INFO O| Feb 22 21:06:03.392 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862025-02-22T21:06:04.681Z[ recovery-image] Feb 22 21:06:03.432 INFO O| Feb 22 21:06:03.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
75872025-02-22T21:06:04.681Z[ recovery-image] Feb 22 21:06:03.432 INFO O| Feb 22 21:06:03.432 INFO STEP 983 (remove_files) COMPLETE
75882025-02-22T21:06:04.681Z[ recovery-image] Feb 22 21:06:03.432 INFO O| Feb 22 21:06:03.432 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892025-02-22T21:06:04.704Z[ recovery-image] Feb 22 21:06:03.455 INFO O| Feb 22 21:06:03.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
75902025-02-22T21:06:04.704Z[ recovery-image] Feb 22 21:06:03.455 INFO O| Feb 22 21:06:03.455 INFO STEP 984 (remove_files) COMPLETE
75912025-02-22T21:06:04.704Z[ recovery-image] Feb 22 21:06:03.455 INFO O| Feb 22 21:06:03.455 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922025-02-22T21:06:04.740Z[ recovery-image] Feb 22 21:06:03.491 INFO O| Feb 22 21:06:03.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
75932025-02-22T21:06:04.740Z[ recovery-image] Feb 22 21:06:03.491 INFO O| Feb 22 21:06:03.491 INFO STEP 985 (remove_files) COMPLETE
75942025-02-22T21:06:04.740Z[ recovery-image] Feb 22 21:06:03.491 INFO O| Feb 22 21:06:03.491 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952025-02-22T21:06:04.777Z[ recovery-image] Feb 22 21:06:03.528 INFO O| Feb 22 21:06:03.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
75962025-02-22T21:06:04.777Z[ recovery-image] Feb 22 21:06:03.528 INFO O| Feb 22 21:06:03.528 INFO STEP 986 (remove_files) COMPLETE
75972025-02-22T21:06:04.780Z[ recovery-image] Feb 22 21:06:03.528 INFO O| Feb 22 21:06:03.528 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982025-02-22T21:06:04.795Z[ recovery-image] Feb 22 21:06:03.546 INFO O| Feb 22 21:06:03.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
75992025-02-22T21:06:04.796Z[ recovery-image] Feb 22 21:06:03.546 INFO O| Feb 22 21:06:03.546 INFO STEP 987 (remove_files) COMPLETE
76002025-02-22T21:06:04.796Z[ recovery-image] Feb 22 21:06:03.547 INFO O| Feb 22 21:06:03.546 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012025-02-22T21:06:04.831Z[ recovery-image] Feb 22 21:06:03.582 INFO O| Feb 22 21:06:03.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
76022025-02-22T21:06:04.851Z[ recovery-image] Feb 22 21:06:03.602 INFO O| Feb 22 21:06:03.602 INFO STEP 988 (remove_files) COMPLETE
76032025-02-22T21:06:04.851Z[ recovery-image] Feb 22 21:06:03.602 INFO O| Feb 22 21:06:03.602 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042025-02-22T21:06:04.924Z[ recovery-image] Feb 22 21:06:03.675 INFO O| Feb 22 21:06:03.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
76052025-02-22T21:06:04.924Z[ recovery-image] Feb 22 21:06:03.675 INFO O| Feb 22 21:06:03.675 INFO STEP 989 (remove_files) COMPLETE
76062025-02-22T21:06:04.927Z[ recovery-image] Feb 22 21:06:03.675 INFO O| Feb 22 21:06:03.675 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072025-02-22T21:06:04.965Z[ recovery-image] Feb 22 21:06:03.716 INFO O| Feb 22 21:06:03.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
76082025-02-22T21:06:04.965Z[ recovery-image] Feb 22 21:06:03.716 INFO O| Feb 22 21:06:03.716 INFO STEP 990 (remove_files) COMPLETE
76092025-02-22T21:06:04.965Z[ recovery-image] Feb 22 21:06:03.716 INFO O| Feb 22 21:06:03.716 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102025-02-22T21:06:04.985Z[ recovery-image] Feb 22 21:06:03.736 INFO O| Feb 22 21:06:03.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
76112025-02-22T21:06:04.985Z[ recovery-image] Feb 22 21:06:03.736 INFO O| Feb 22 21:06:03.736 INFO STEP 991 (remove_files) COMPLETE
76122025-02-22T21:06:04.988Z[ recovery-image] Feb 22 21:06:03.736 INFO O| Feb 22 21:06:03.736 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132025-02-22T21:06:05.007Z[ recovery-image] Feb 22 21:06:03.757 INFO O| Feb 22 21:06:03.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
76142025-02-22T21:06:05.027Z[ recovery-image] Feb 22 21:06:03.778 INFO O| Feb 22 21:06:03.778 INFO STEP 992 (remove_files) COMPLETE
76152025-02-22T21:06:05.027Z[ recovery-image] Feb 22 21:06:03.778 INFO O| Feb 22 21:06:03.778 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162025-02-22T21:06:05.062Z[ recovery-image] Feb 22 21:06:03.812 INFO O| Feb 22 21:06:03.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
76172025-02-22T21:06:05.062Z[ recovery-image] Feb 22 21:06:03.812 INFO O| Feb 22 21:06:03.812 INFO STEP 993 (remove_files) COMPLETE
76182025-02-22T21:06:05.063Z[ recovery-image] Feb 22 21:06:03.812 INFO O| Feb 22 21:06:03.812 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192025-02-22T21:06:05.081Z[ recovery-image] Feb 22 21:06:03.832 INFO O| Feb 22 21:06:03.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
76202025-02-22T21:06:05.081Z[ recovery-image] Feb 22 21:06:03.832 INFO O| Feb 22 21:06:03.832 INFO STEP 994 (remove_files) COMPLETE
76212025-02-22T21:06:05.081Z[ recovery-image] Feb 22 21:06:03.832 INFO O| Feb 22 21:06:03.832 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222025-02-22T21:06:05.101Z[ recovery-image] Feb 22 21:06:03.852 INFO O| Feb 22 21:06:03.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
76232025-02-22T21:06:05.102Z[ recovery-image] Feb 22 21:06:03.852 INFO O| Feb 22 21:06:03.852 INFO STEP 995 (remove_files) COMPLETE
76242025-02-22T21:06:05.102Z[ recovery-image] Feb 22 21:06:03.852 INFO O| Feb 22 21:06:03.852 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252025-02-22T21:06:05.121Z[ recovery-image] Feb 22 21:06:03.872 INFO O| Feb 22 21:06:03.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
76262025-02-22T21:06:05.121Z[ recovery-image] Feb 22 21:06:03.872 INFO O| Feb 22 21:06:03.872 INFO STEP 996 (remove_files) COMPLETE
76272025-02-22T21:06:05.121Z[ recovery-image] Feb 22 21:06:03.872 INFO O| Feb 22 21:06:03.872 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282025-02-22T21:06:05.141Z[ recovery-image] Feb 22 21:06:03.892 INFO O| Feb 22 21:06:03.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
76292025-02-22T21:06:05.141Z[ recovery-image] Feb 22 21:06:03.892 INFO O| Feb 22 21:06:03.892 INFO STEP 997 (remove_files) COMPLETE
76302025-02-22T21:06:05.144Z[ recovery-image] Feb 22 21:06:03.892 INFO O| Feb 22 21:06:03.892 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312025-02-22T21:06:05.164Z[ recovery-image] Feb 22 21:06:03.911 INFO O| Feb 22 21:06:03.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
76322025-02-22T21:06:05.164Z[ recovery-image] Feb 22 21:06:03.911 INFO O| Feb 22 21:06:03.911 INFO STEP 998 (remove_files) COMPLETE
76332025-02-22T21:06:05.164Z[ recovery-image] Feb 22 21:06:03.911 INFO O| Feb 22 21:06:03.911 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342025-02-22T21:06:05.179Z[ recovery-image] Feb 22 21:06:03.930 INFO O| Feb 22 21:06:03.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
76352025-02-22T21:06:05.179Z[ recovery-image] Feb 22 21:06:03.930 INFO O| Feb 22 21:06:03.930 INFO STEP 999 (remove_files) COMPLETE
76362025-02-22T21:06:05.179Z[ recovery-image] Feb 22 21:06:03.930 INFO O| Feb 22 21:06:03.930 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372025-02-22T21:06:05.200Z[ recovery-image] Feb 22 21:06:03.950 INFO O| Feb 22 21:06:03.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
76382025-02-22T21:06:05.200Z[ recovery-image] Feb 22 21:06:03.950 INFO O| Feb 22 21:06:03.950 INFO STEP 1000 (remove_files) COMPLETE
76392025-02-22T21:06:05.200Z[ recovery-image] Feb 22 21:06:03.950 INFO O| Feb 22 21:06:03.950 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402025-02-22T21:06:05.219Z[ recovery-image] Feb 22 21:06:03.970 INFO O| Feb 22 21:06:03.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
76412025-02-22T21:06:05.219Z[ recovery-image] Feb 22 21:06:03.970 INFO O| Feb 22 21:06:03.970 INFO STEP 1001 (remove_files) COMPLETE
76422025-02-22T21:06:05.219Z[ recovery-image] Feb 22 21:06:03.970 INFO O| Feb 22 21:06:03.970 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432025-02-22T21:06:05.257Z[ recovery-image] Feb 22 21:06:04.008 INFO O| Feb 22 21:06:04.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
76442025-02-22T21:06:05.260Z[ recovery-image] Feb 22 21:06:04.008 INFO O| Feb 22 21:06:04.008 INFO STEP 1002 (remove_files) COMPLETE
76452025-02-22T21:06:05.260Z[ recovery-image] Feb 22 21:06:04.008 INFO O| Feb 22 21:06:04.008 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462025-02-22T21:06:05.278Z[ recovery-image] Feb 22 21:06:04.029 INFO O| Feb 22 21:06:04.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
76472025-02-22T21:06:05.281Z[ recovery-image] Feb 22 21:06:04.029 INFO O| Feb 22 21:06:04.029 INFO STEP 1003 (remove_files) COMPLETE
76482025-02-22T21:06:05.281Z[ recovery-image] Feb 22 21:06:04.029 INFO O| Feb 22 21:06:04.029 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492025-02-22T21:06:05.298Z[ recovery-image] Feb 22 21:06:04.049 INFO O| Feb 22 21:06:04.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
76502025-02-22T21:06:05.301Z[ recovery-image] Feb 22 21:06:04.050 INFO O| Feb 22 21:06:04.050 INFO STEP 1004 (remove_files) COMPLETE
76512025-02-22T21:06:05.301Z[ recovery-image] Feb 22 21:06:04.050 INFO O| Feb 22 21:06:04.050 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522025-02-22T21:06:05.380Z[ recovery-image] Feb 22 21:06:04.131 INFO O| Feb 22 21:06:04.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
76532025-02-22T21:06:05.380Z[ recovery-image] Feb 22 21:06:04.131 INFO O| Feb 22 21:06:04.131 INFO STEP 1005 (remove_files) COMPLETE
76542025-02-22T21:06:05.380Z[ recovery-image] Feb 22 21:06:04.131 INFO O| Feb 22 21:06:04.131 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552025-02-22T21:06:05.401Z[ recovery-image] Feb 22 21:06:04.152 INFO O| Feb 22 21:06:04.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
76562025-02-22T21:06:05.401Z[ recovery-image] Feb 22 21:06:04.152 INFO O| Feb 22 21:06:04.152 INFO STEP 1006 (remove_files) COMPLETE
76572025-02-22T21:06:05.401Z[ recovery-image] Feb 22 21:06:04.152 INFO O| Feb 22 21:06:04.152 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582025-02-22T21:06:05.431Z[ recovery-image] Feb 22 21:06:04.182 INFO O| Feb 22 21:06:04.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
76592025-02-22T21:06:05.431Z[ recovery-image] Feb 22 21:06:04.182 INFO O| Feb 22 21:06:04.182 INFO STEP 1007 (remove_files) COMPLETE
76602025-02-22T21:06:05.434Z[ recovery-image] Feb 22 21:06:04.182 INFO O| Feb 22 21:06:04.182 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612025-02-22T21:06:05.466Z[ recovery-image] Feb 22 21:06:04.216 INFO O| Feb 22 21:06:04.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
76622025-02-22T21:06:05.466Z[ recovery-image] Feb 22 21:06:04.216 INFO O| Feb 22 21:06:04.216 INFO STEP 1008 (remove_files) COMPLETE
76632025-02-22T21:06:05.466Z[ recovery-image] Feb 22 21:06:04.216 INFO O| Feb 22 21:06:04.216 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642025-02-22T21:06:05.545Z[ recovery-image] Feb 22 21:06:04.296 INFO O| Feb 22 21:06:04.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
76652025-02-22T21:06:05.545Z[ recovery-image] Feb 22 21:06:04.296 INFO O| Feb 22 21:06:04.296 INFO STEP 1009 (remove_files) COMPLETE
76662025-02-22T21:06:05.548Z[ recovery-image] Feb 22 21:06:04.296 INFO O| Feb 22 21:06:04.296 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672025-02-22T21:06:05.567Z[ recovery-image] Feb 22 21:06:04.318 INFO O| Feb 22 21:06:04.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
76682025-02-22T21:06:05.567Z[ recovery-image] Feb 22 21:06:04.318 INFO O| Feb 22 21:06:04.318 INFO STEP 1010 (remove_files) COMPLETE
76692025-02-22T21:06:05.570Z[ recovery-image] Feb 22 21:06:04.318 INFO O| Feb 22 21:06:04.318 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702025-02-22T21:06:05.632Z[ recovery-image] Feb 22 21:06:04.383 INFO O| Feb 22 21:06:04.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
76712025-02-22T21:06:05.632Z[ recovery-image] Feb 22 21:06:04.383 INFO O| Feb 22 21:06:04.383 INFO STEP 1011 (remove_files) COMPLETE
76722025-02-22T21:06:05.635Z[ recovery-image] Feb 22 21:06:04.383 INFO O| Feb 22 21:06:04.383 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732025-02-22T21:06:05.678Z[ recovery-image] Feb 22 21:06:04.429 INFO O| Feb 22 21:06:04.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
76742025-02-22T21:06:05.678Z[ recovery-image] Feb 22 21:06:04.429 INFO O| Feb 22 21:06:04.429 INFO STEP 1012 (remove_files) COMPLETE
76752025-02-22T21:06:05.681Z[ recovery-image] Feb 22 21:06:04.429 INFO O| Feb 22 21:06:04.429 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762025-02-22T21:06:05.714Z[ recovery-image] Feb 22 21:06:04.465 INFO O| Feb 22 21:06:04.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
76772025-02-22T21:06:05.717Z[ recovery-image] Feb 22 21:06:04.465 INFO O| Feb 22 21:06:04.465 INFO STEP 1013 (remove_files) COMPLETE
76782025-02-22T21:06:05.717Z[ recovery-image] Feb 22 21:06:04.465 INFO O| Feb 22 21:06:04.465 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792025-02-22T21:06:05.737Z[ recovery-image] Feb 22 21:06:04.488 INFO O| Feb 22 21:06:04.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
76802025-02-22T21:06:05.740Z[ recovery-image] Feb 22 21:06:04.488 INFO O| Feb 22 21:06:04.488 INFO STEP 1014 (remove_files) COMPLETE
76812025-02-22T21:06:05.740Z[ recovery-image] Feb 22 21:06:04.488 INFO O| Feb 22 21:06:04.488 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822025-02-22T21:06:05.758Z[ recovery-image] Feb 22 21:06:04.509 INFO O| Feb 22 21:06:04.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
76832025-02-22T21:06:05.761Z[ recovery-image] Feb 22 21:06:04.510 INFO O| Feb 22 21:06:04.510 INFO STEP 1015 (remove_files) COMPLETE
76842025-02-22T21:06:05.761Z[ recovery-image] Feb 22 21:06:04.510 INFO O| Feb 22 21:06:04.510 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852025-02-22T21:06:05.790Z[ recovery-image] Feb 22 21:06:04.531 INFO O| Feb 22 21:06:04.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
76862025-02-22T21:06:05.790Z[ recovery-image] Feb 22 21:06:04.531 INFO O| Feb 22 21:06:04.531 INFO STEP 1016 (remove_files) COMPLETE
76872025-02-22T21:06:05.790Z[ recovery-image] Feb 22 21:06:04.531 INFO O| Feb 22 21:06:04.531 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882025-02-22T21:06:05.797Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
76892025-02-22T21:06:05.802Z[ recovery-image] Feb 22 21:06:04.553 INFO O| Feb 22 21:06:04.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
76902025-02-22T21:06:05.804Z[ recovery-image] Feb 22 21:06:04.553 INFO O| Feb 22 21:06:04.553 INFO STEP 1017 (remove_files) COMPLETE
76912025-02-22T21:06:05.804Z[ recovery-image] Feb 22 21:06:04.553 INFO O| Feb 22 21:06:04.553 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922025-02-22T21:06:05.842Z[ recovery-image] Feb 22 21:06:04.593 INFO O| Feb 22 21:06:04.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
76932025-02-22T21:06:05.842Z[ recovery-image] Feb 22 21:06:04.593 INFO O| Feb 22 21:06:04.593 INFO STEP 1018 (remove_files) COMPLETE
76942025-02-22T21:06:05.845Z[ recovery-image] Feb 22 21:06:04.593 INFO O| Feb 22 21:06:04.593 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952025-02-22T21:06:05.891Z[ recovery-image] Feb 22 21:06:04.642 INFO O| Feb 22 21:06:04.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
76962025-02-22T21:06:05.891Z[ recovery-image] Feb 22 21:06:04.642 INFO O| Feb 22 21:06:04.642 INFO STEP 1019 (remove_files) COMPLETE
76972025-02-22T21:06:05.891Z[ recovery-image] Feb 22 21:06:04.642 INFO O| Feb 22 21:06:04.642 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982025-02-22T21:06:05.913Z[ recovery-image] Feb 22 21:06:04.664 INFO O| Feb 22 21:06:04.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
76992025-02-22T21:06:05.913Z[ recovery-image] Feb 22 21:06:04.664 INFO O| Feb 22 21:06:04.664 INFO STEP 1020 (remove_files) COMPLETE
77002025-02-22T21:06:05.913Z[ recovery-image] Feb 22 21:06:04.664 INFO O| Feb 22 21:06:04.664 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012025-02-22T21:06:05.934Z[ recovery-image] Feb 22 21:06:04.685 INFO O| Feb 22 21:06:04.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
77022025-02-22T21:06:05.934Z[ recovery-image] Feb 22 21:06:04.685 INFO O| Feb 22 21:06:04.685 INFO STEP 1021 (remove_files) COMPLETE
77032025-02-22T21:06:05.937Z[ recovery-image] Feb 22 21:06:04.685 INFO O| Feb 22 21:06:04.685 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042025-02-22T21:06:05.995Z[ recovery-image] Feb 22 21:06:04.746 INFO O| Feb 22 21:06:04.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
77052025-02-22T21:06:05.995Z[ recovery-image] Feb 22 21:06:04.746 INFO O| Feb 22 21:06:04.746 INFO STEP 1022 (remove_files) COMPLETE
77062025-02-22T21:06:05.995Z[ recovery-image] Feb 22 21:06:04.746 INFO O| Feb 22 21:06:04.746 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072025-02-22T21:06:06.030Z[ recovery-image] Feb 22 21:06:04.780 INFO O| Feb 22 21:06:04.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
77082025-02-22T21:06:06.030Z[ recovery-image] Feb 22 21:06:04.781 INFO O| Feb 22 21:06:04.780 INFO STEP 1023 (remove_files) COMPLETE
77092025-02-22T21:06:06.032Z[ recovery-image] Feb 22 21:06:04.781 INFO O| Feb 22 21:06:04.780 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102025-02-22T21:06:06.057Z[ recovery-image] Feb 22 21:06:04.808 INFO O| Feb 22 21:06:04.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
77112025-02-22T21:06:06.060Z[ recovery-image] Feb 22 21:06:04.808 INFO O| Feb 22 21:06:04.808 INFO STEP 1024 (remove_files) COMPLETE
77122025-02-22T21:06:06.060Z[ recovery-image] Feb 22 21:06:04.808 INFO O| Feb 22 21:06:04.808 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132025-02-22T21:06:06.078Z[ recovery-image] Feb 22 21:06:04.829 INFO O| Feb 22 21:06:04.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
77142025-02-22T21:06:06.081Z[ recovery-image] Feb 22 21:06:04.829 INFO O| Feb 22 21:06:04.829 INFO STEP 1025 (remove_files) COMPLETE
77152025-02-22T21:06:06.081Z[ recovery-image] Feb 22 21:06:04.829 INFO O| Feb 22 21:06:04.829 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162025-02-22T21:06:06.098Z[ recovery-image] Feb 22 21:06:04.849 INFO O| Feb 22 21:06:04.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
77172025-02-22T21:06:06.098Z[ recovery-image] Feb 22 21:06:04.849 INFO O| Feb 22 21:06:04.849 INFO STEP 1026 (remove_files) COMPLETE
77182025-02-22T21:06:06.098Z[ recovery-image] Feb 22 21:06:04.849 INFO O| Feb 22 21:06:04.849 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192025-02-22T21:06:06.118Z[ recovery-image] Feb 22 21:06:04.869 INFO O| Feb 22 21:06:04.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
77202025-02-22T21:06:06.118Z[ recovery-image] Feb 22 21:06:04.869 INFO O| Feb 22 21:06:04.869 INFO STEP 1027 (remove_files) COMPLETE
77212025-02-22T21:06:06.120Z[ recovery-image] Feb 22 21:06:04.869 INFO O| Feb 22 21:06:04.869 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222025-02-22T21:06:06.150Z[ recovery-image] Feb 22 21:06:04.901 INFO O| Feb 22 21:06:04.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
77232025-02-22T21:06:06.153Z[ recovery-image] Feb 22 21:06:04.901 INFO O| Feb 22 21:06:04.901 INFO STEP 1028 (remove_files) COMPLETE
77242025-02-22T21:06:06.153Z[ recovery-image] Feb 22 21:06:04.901 INFO O| Feb 22 21:06:04.901 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252025-02-22T21:06:06.204Z[ recovery-image] Feb 22 21:06:04.954 INFO O| Feb 22 21:06:04.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
77262025-02-22T21:06:06.228Z[ recovery-image] Feb 22 21:06:04.978 INFO O| Feb 22 21:06:04.978 INFO STEP 1029 (remove_files) COMPLETE
77272025-02-22T21:06:06.228Z[ recovery-image] Feb 22 21:06:04.978 INFO O| Feb 22 21:06:04.978 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282025-02-22T21:06:06.279Z[ recovery-image] Feb 22 21:06:05.030 INFO O| Feb 22 21:06:05.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
77292025-02-22T21:06:06.279Z[ recovery-image] Feb 22 21:06:05.030 INFO O| Feb 22 21:06:05.030 INFO STEP 1030 (remove_files) COMPLETE
77302025-02-22T21:06:06.279Z[ recovery-image] Feb 22 21:06:05.030 INFO O| Feb 22 21:06:05.030 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312025-02-22T21:06:06.327Z[ recovery-image] Feb 22 21:06:05.078 INFO O| Feb 22 21:06:05.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
77322025-02-22T21:06:06.327Z[ recovery-image] Feb 22 21:06:05.078 INFO O| Feb 22 21:06:05.078 INFO STEP 1031 (remove_files) COMPLETE
77332025-02-22T21:06:06.328Z[ recovery-image] Feb 22 21:06:05.078 INFO O| Feb 22 21:06:05.078 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342025-02-22T21:06:06.394Z[ recovery-image] Feb 22 21:06:05.145 INFO O| Feb 22 21:06:05.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
77352025-02-22T21:06:06.394Z[ recovery-image] Feb 22 21:06:05.145 INFO O| Feb 22 21:06:05.145 INFO STEP 1032 (remove_files) COMPLETE
77362025-02-22T21:06:06.394Z[ recovery-image] Feb 22 21:06:05.145 INFO O| Feb 22 21:06:05.145 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372025-02-22T21:06:06.415Z[ recovery-image] Feb 22 21:06:05.166 INFO O| Feb 22 21:06:05.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
77382025-02-22T21:06:06.415Z[ recovery-image] Feb 22 21:06:05.166 INFO O| Feb 22 21:06:05.166 INFO STEP 1033 (remove_files) COMPLETE
77392025-02-22T21:06:06.415Z[ recovery-image] Feb 22 21:06:05.166 INFO O| Feb 22 21:06:05.166 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402025-02-22T21:06:06.449Z[ recovery-image] Feb 22 21:06:05.200 INFO O| Feb 22 21:06:05.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
77412025-02-22T21:06:06.449Z[ recovery-image] Feb 22 21:06:05.200 INFO O| Feb 22 21:06:05.200 INFO STEP 1034 (remove_files) COMPLETE
77422025-02-22T21:06:06.452Z[ recovery-image] Feb 22 21:06:05.200 INFO O| Feb 22 21:06:05.200 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432025-02-22T21:06:06.514Z[ recovery-image] Feb 22 21:06:05.265 INFO O| Feb 22 21:06:05.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
77442025-02-22T21:06:06.515Z[ recovery-image] Feb 22 21:06:05.265 INFO O| Feb 22 21:06:05.265 INFO STEP 1035 (remove_files) COMPLETE
77452025-02-22T21:06:06.517Z[ recovery-image] Feb 22 21:06:05.266 INFO O| Feb 22 21:06:05.265 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462025-02-22T21:06:06.588Z[ recovery-image] Feb 22 21:06:05.339 INFO O| Feb 22 21:06:05.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
77472025-02-22T21:06:06.588Z[ recovery-image] Feb 22 21:06:05.339 INFO O| Feb 22 21:06:05.339 INFO STEP 1036 (remove_files) COMPLETE
77482025-02-22T21:06:06.588Z[ recovery-image] Feb 22 21:06:05.339 INFO O| Feb 22 21:06:05.339 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492025-02-22T21:06:06.629Z[ recovery-image] Feb 22 21:06:05.380 INFO O| Feb 22 21:06:05.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
77502025-02-22T21:06:06.633Z[ recovery-image] Feb 22 21:06:05.380 INFO O| Feb 22 21:06:05.380 INFO STEP 1037 (remove_files) COMPLETE
77512025-02-22T21:06:06.633Z[ recovery-image] Feb 22 21:06:05.380 INFO O| Feb 22 21:06:05.380 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522025-02-22T21:06:06.652Z[ recovery-image] Feb 22 21:06:05.403 INFO O| Feb 22 21:06:05.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
77532025-02-22T21:06:06.655Z[ recovery-image] Feb 22 21:06:05.403 INFO O| Feb 22 21:06:05.403 INFO STEP 1038 (remove_files) COMPLETE
77542025-02-22T21:06:06.655Z[ recovery-image] Feb 22 21:06:05.403 INFO O| Feb 22 21:06:05.403 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552025-02-22T21:06:06.672Z[ recovery-image] Feb 22 21:06:05.423 INFO O| Feb 22 21:06:05.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
77562025-02-22T21:06:06.682Z[ recovery-image] Feb 22 21:06:05.423 INFO O| Feb 22 21:06:05.423 INFO STEP 1039 (remove_files) COMPLETE
77572025-02-22T21:06:06.682Z[ recovery-image] Feb 22 21:06:05.423 INFO O| Feb 22 21:06:05.423 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582025-02-22T21:06:06.693Z[ recovery-image] Feb 22 21:06:05.444 INFO O| Feb 22 21:06:05.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
77592025-02-22T21:06:06.695Z[ recovery-image] Feb 22 21:06:05.444 INFO O| Feb 22 21:06:05.444 INFO STEP 1040 (remove_files) COMPLETE
77602025-02-22T21:06:06.696Z[ recovery-image] Feb 22 21:06:05.444 INFO O| Feb 22 21:06:05.444 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612025-02-22T21:06:06.714Z[ recovery-image] Feb 22 21:06:05.465 INFO O| Feb 22 21:06:05.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
77622025-02-22T21:06:06.714Z[ recovery-image] Feb 22 21:06:05.465 INFO O| Feb 22 21:06:05.465 INFO STEP 1041 (remove_files) COMPLETE
77632025-02-22T21:06:06.716Z[ recovery-image] Feb 22 21:06:05.465 INFO O| Feb 22 21:06:05.465 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642025-02-22T21:06:06.734Z[ recovery-image] Feb 22 21:06:05.485 INFO O| Feb 22 21:06:05.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
77652025-02-22T21:06:06.734Z[ recovery-image] Feb 22 21:06:05.485 INFO O| Feb 22 21:06:05.485 INFO STEP 1042 (remove_files) COMPLETE
77662025-02-22T21:06:06.734Z[ recovery-image] Feb 22 21:06:05.485 INFO O| Feb 22 21:06:05.485 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672025-02-22T21:06:06.753Z[ recovery-image] Feb 22 21:06:05.504 INFO O| Feb 22 21:06:05.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
77682025-02-22T21:06:06.753Z[ recovery-image] Feb 22 21:06:05.504 INFO O| Feb 22 21:06:05.504 INFO STEP 1043 (remove_files) COMPLETE
77692025-02-22T21:06:06.753Z[ recovery-image] Feb 22 21:06:05.504 INFO O| Feb 22 21:06:05.504 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702025-02-22T21:06:06.773Z[ recovery-image] Feb 22 21:06:05.523 INFO O| Feb 22 21:06:05.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
77712025-02-22T21:06:06.773Z[ recovery-image] Feb 22 21:06:05.523 INFO O| Feb 22 21:06:05.523 INFO STEP 1044 (remove_files) COMPLETE
77722025-02-22T21:06:06.773Z[ recovery-image] Feb 22 21:06:05.523 INFO O| Feb 22 21:06:05.523 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732025-02-22T21:06:06.792Z[ recovery-image] Feb 22 21:06:05.542 INFO O| Feb 22 21:06:05.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
77742025-02-22T21:06:06.792Z[ recovery-image] Feb 22 21:06:05.543 INFO O| Feb 22 21:06:05.543 INFO STEP 1045 (remove_files) COMPLETE
77752025-02-22T21:06:06.792Z[ recovery-image] Feb 22 21:06:05.543 INFO O| Feb 22 21:06:05.543 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762025-02-22T21:06:06.812Z[ recovery-image] Feb 22 21:06:05.562 INFO O| Feb 22 21:06:05.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
77772025-02-22T21:06:06.812Z[ recovery-image] Feb 22 21:06:05.563 INFO O| Feb 22 21:06:05.562 INFO STEP 1046 (remove_files) COMPLETE
77782025-02-22T21:06:06.812Z[ recovery-image] Feb 22 21:06:05.563 INFO O| Feb 22 21:06:05.562 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792025-02-22T21:06:06.849Z[ recovery-image] Feb 22 21:06:05.600 INFO O| Feb 22 21:06:05.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
77802025-02-22T21:06:06.851Z[ recovery-image] Feb 22 21:06:05.600 INFO O| Feb 22 21:06:05.600 INFO STEP 1047 (remove_files) COMPLETE
77812025-02-22T21:06:06.852Z[ recovery-image] Feb 22 21:06:05.600 INFO O| Feb 22 21:06:05.600 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822025-02-22T21:06:06.871Z[ recovery-image] Feb 22 21:06:05.622 INFO O| Feb 22 21:06:05.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
77832025-02-22T21:06:06.873Z[ recovery-image] Feb 22 21:06:05.622 INFO O| Feb 22 21:06:05.622 INFO STEP 1048 (remove_files) COMPLETE
77842025-02-22T21:06:06.873Z[ recovery-image] Feb 22 21:06:05.622 INFO O| Feb 22 21:06:05.622 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852025-02-22T21:06:06.893Z[ recovery-image] Feb 22 21:06:05.643 INFO O| Feb 22 21:06:05.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
77862025-02-22T21:06:06.895Z[ recovery-image] Feb 22 21:06:05.644 INFO O| Feb 22 21:06:05.644 INFO STEP 1049 (remove_files) COMPLETE
77872025-02-22T21:06:06.895Z[ recovery-image] Feb 22 21:06:05.644 INFO O| Feb 22 21:06:05.644 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882025-02-22T21:06:06.929Z[ recovery-image] Feb 22 21:06:05.679 INFO O| Feb 22 21:06:05.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
77892025-02-22T21:06:06.929Z[ recovery-image] Feb 22 21:06:05.679 INFO O| Feb 22 21:06:05.679 INFO STEP 1050 (remove_files) COMPLETE
77902025-02-22T21:06:06.929Z[ recovery-image] Feb 22 21:06:05.679 INFO O| Feb 22 21:06:05.679 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912025-02-22T21:06:06.950Z[ recovery-image] Feb 22 21:06:05.701 INFO O| Feb 22 21:06:05.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
77922025-02-22T21:06:06.950Z[ recovery-image] Feb 22 21:06:05.701 INFO O| Feb 22 21:06:05.701 INFO STEP 1051 (remove_files) COMPLETE
77932025-02-22T21:06:06.952Z[ recovery-image] Feb 22 21:06:05.701 INFO O| Feb 22 21:06:05.701 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942025-02-22T21:06:06.983Z[ recovery-image] Feb 22 21:06:05.734 INFO O| Feb 22 21:06:05.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
77952025-02-22T21:06:06.983Z[ recovery-image] Feb 22 21:06:05.734 INFO O| Feb 22 21:06:05.734 INFO STEP 1052 (remove_files) COMPLETE
77962025-02-22T21:06:06.983Z[ recovery-image] Feb 22 21:06:05.734 INFO O| Feb 22 21:06:05.734 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972025-02-22T21:06:07.005Z[ recovery-image] Feb 22 21:06:05.756 INFO O| Feb 22 21:06:05.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
77982025-02-22T21:06:07.005Z[ recovery-image] Feb 22 21:06:05.756 INFO O| Feb 22 21:06:05.756 INFO STEP 1053 (remove_files) COMPLETE
77992025-02-22T21:06:07.005Z[ recovery-image] Feb 22 21:06:05.756 INFO O| Feb 22 21:06:05.756 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002025-02-22T21:06:07.048Z[ recovery-image] Feb 22 21:06:05.799 INFO O| Feb 22 21:06:05.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
78012025-02-22T21:06:07.048Z[ recovery-image] Feb 22 21:06:05.799 INFO O| Feb 22 21:06:05.799 INFO STEP 1054 (remove_files) COMPLETE
78022025-02-22T21:06:07.051Z[ recovery-image] Feb 22 21:06:05.799 INFO O| Feb 22 21:06:05.799 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032025-02-22T21:06:07.070Z[ recovery-image] Feb 22 21:06:05.820 INFO O| Feb 22 21:06:05.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
78042025-02-22T21:06:07.070Z[ recovery-image] Feb 22 21:06:05.821 INFO O| Feb 22 21:06:05.821 INFO STEP 1055 (remove_files) COMPLETE
78052025-02-22T21:06:07.070Z[ recovery-image] Feb 22 21:06:05.821 INFO O| Feb 22 21:06:05.821 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062025-02-22T21:06:07.090Z[ recovery-image] Feb 22 21:06:05.841 INFO O| Feb 22 21:06:05.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
78072025-02-22T21:06:07.090Z[ recovery-image] Feb 22 21:06:05.841 INFO O| Feb 22 21:06:05.841 INFO STEP 1056 (remove_files) COMPLETE
78082025-02-22T21:06:07.094Z[ recovery-image] Feb 22 21:06:05.841 INFO O| Feb 22 21:06:05.841 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092025-02-22T21:06:07.112Z[ recovery-image] Feb 22 21:06:05.862 INFO O| Feb 22 21:06:05.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
78102025-02-22T21:06:07.112Z[ recovery-image] Feb 22 21:06:05.862 INFO O| Feb 22 21:06:05.862 INFO STEP 1057 (remove_files) COMPLETE
78112025-02-22T21:06:07.112Z[ recovery-image] Feb 22 21:06:05.862 INFO O| Feb 22 21:06:05.862 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122025-02-22T21:06:07.133Z[ recovery-image] Feb 22 21:06:05.883 INFO O| Feb 22 21:06:05.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
78132025-02-22T21:06:07.133Z[ recovery-image] Feb 22 21:06:05.883 INFO O| Feb 22 21:06:05.883 INFO STEP 1058 (remove_files) COMPLETE
78142025-02-22T21:06:07.133Z[ recovery-image] Feb 22 21:06:05.883 INFO O| Feb 22 21:06:05.883 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152025-02-22T21:06:07.153Z[ recovery-image] Feb 22 21:06:05.904 INFO O| Feb 22 21:06:05.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
78162025-02-22T21:06:07.153Z[ recovery-image] Feb 22 21:06:05.904 INFO O| Feb 22 21:06:05.904 INFO STEP 1059 (remove_files) COMPLETE
78172025-02-22T21:06:07.153Z[ recovery-image] Feb 22 21:06:05.904 INFO O| Feb 22 21:06:05.904 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182025-02-22T21:06:07.175Z[ recovery-image] Feb 22 21:06:05.926 INFO O| Feb 22 21:06:05.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
78192025-02-22T21:06:07.175Z[ recovery-image] Feb 22 21:06:05.926 INFO O| Feb 22 21:06:05.926 INFO STEP 1060 (remove_files) COMPLETE
78202025-02-22T21:06:07.175Z[ recovery-image] Feb 22 21:06:05.926 INFO O| Feb 22 21:06:05.926 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212025-02-22T21:06:07.198Z[ recovery-image] Feb 22 21:06:05.948 INFO O| Feb 22 21:06:05.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
78222025-02-22T21:06:07.198Z[ recovery-image] Feb 22 21:06:05.949 INFO O| Feb 22 21:06:05.949 INFO STEP 1061 (remove_files) COMPLETE
78232025-02-22T21:06:07.198Z[ recovery-image] Feb 22 21:06:05.949 INFO O| Feb 22 21:06:05.949 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242025-02-22T21:06:07.223Z[ recovery-image] Feb 22 21:06:05.970 INFO O| Feb 22 21:06:05.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
78252025-02-22T21:06:07.223Z[ recovery-image] Feb 22 21:06:05.970 INFO O| Feb 22 21:06:05.970 INFO STEP 1062 (remove_files) COMPLETE
78262025-02-22T21:06:07.223Z[ recovery-image] Feb 22 21:06:05.970 INFO O| Feb 22 21:06:05.970 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272025-02-22T21:06:07.239Z[ recovery-image] Feb 22 21:06:05.989 INFO O| Feb 22 21:06:05.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
78282025-02-22T21:06:07.241Z[ recovery-image] Feb 22 21:06:05.990 INFO O| Feb 22 21:06:05.990 INFO STEP 1063 (remove_files) COMPLETE
78292025-02-22T21:06:07.241Z[ recovery-image] Feb 22 21:06:05.990 INFO O| Feb 22 21:06:05.990 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302025-02-22T21:06:07.259Z[ recovery-image] Feb 22 21:06:06.010 INFO O| Feb 22 21:06:06.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
78312025-02-22T21:06:07.259Z[ recovery-image] Feb 22 21:06:06.010 INFO O| Feb 22 21:06:06.010 INFO STEP 1064 (remove_files) COMPLETE
78322025-02-22T21:06:07.259Z[ recovery-image] Feb 22 21:06:06.010 INFO O| Feb 22 21:06:06.010 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332025-02-22T21:06:07.299Z[ recovery-image] Feb 22 21:06:06.049 INFO O| Feb 22 21:06:06.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
78342025-02-22T21:06:07.299Z[ recovery-image] Feb 22 21:06:06.049 INFO O| Feb 22 21:06:06.049 INFO STEP 1065 (remove_files) COMPLETE
78352025-02-22T21:06:07.299Z[ recovery-image] Feb 22 21:06:06.049 INFO O| Feb 22 21:06:06.049 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362025-02-22T21:06:07.360Z[ recovery-image] Feb 22 21:06:06.111 INFO O| Feb 22 21:06:06.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
78372025-02-22T21:06:07.360Z[ recovery-image] Feb 22 21:06:06.111 INFO O| Feb 22 21:06:06.111 INFO STEP 1066 (remove_files) COMPLETE
78382025-02-22T21:06:07.361Z[ recovery-image] Feb 22 21:06:06.111 INFO O| Feb 22 21:06:06.111 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392025-02-22T21:06:07.380Z[ recovery-image] Feb 22 21:06:06.131 INFO O| Feb 22 21:06:06.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
78402025-02-22T21:06:07.380Z[ recovery-image] Feb 22 21:06:06.131 INFO O| Feb 22 21:06:06.131 INFO STEP 1067 (remove_files) COMPLETE
78412025-02-22T21:06:07.382Z[ recovery-image] Feb 22 21:06:06.131 INFO O| Feb 22 21:06:06.131 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422025-02-22T21:06:07.399Z[ recovery-image] Feb 22 21:06:06.150 INFO O| Feb 22 21:06:06.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
78432025-02-22T21:06:07.399Z[ recovery-image] Feb 22 21:06:06.150 INFO O| Feb 22 21:06:06.150 INFO STEP 1068 (remove_files) COMPLETE
78442025-02-22T21:06:07.402Z[ recovery-image] Feb 22 21:06:06.150 INFO O| Feb 22 21:06:06.150 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452025-02-22T21:06:07.429Z[ recovery-image] Feb 22 21:06:06.180 INFO O| Feb 22 21:06:06.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
78462025-02-22T21:06:07.429Z[ recovery-image] Feb 22 21:06:06.180 INFO O| Feb 22 21:06:06.180 INFO STEP 1069 (remove_files) COMPLETE
78472025-02-22T21:06:07.429Z[ recovery-image] Feb 22 21:06:06.180 INFO O| Feb 22 21:06:06.180 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482025-02-22T21:06:07.462Z[ recovery-image] Feb 22 21:06:06.213 INFO O| Feb 22 21:06:06.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
78492025-02-22T21:06:07.465Z[ recovery-image] Feb 22 21:06:06.213 INFO O| Feb 22 21:06:06.213 INFO STEP 1070 (remove_files) COMPLETE
78502025-02-22T21:06:07.465Z[ recovery-image] Feb 22 21:06:06.214 INFO O| Feb 22 21:06:06.213 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512025-02-22T21:06:07.484Z[ recovery-image] Feb 22 21:06:06.234 INFO O| Feb 22 21:06:06.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
78522025-02-22T21:06:07.488Z[ recovery-image] Feb 22 21:06:06.235 INFO O| Feb 22 21:06:06.235 INFO STEP 1071 (remove_files) COMPLETE
78532025-02-22T21:06:07.488Z[ recovery-image] Feb 22 21:06:06.235 INFO O| Feb 22 21:06:06.235 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542025-02-22T21:06:07.538Z[ recovery-image] Feb 22 21:06:06.289 INFO O| Feb 22 21:06:06.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
78552025-02-22T21:06:07.541Z[ recovery-image] Feb 22 21:06:06.290 INFO O| Feb 22 21:06:06.289 INFO STEP 1072 (remove_files) COMPLETE
78562025-02-22T21:06:07.541Z[ recovery-image] Feb 22 21:06:06.290 INFO O| Feb 22 21:06:06.289 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572025-02-22T21:06:07.599Z[ recovery-image] Feb 22 21:06:06.350 INFO O| Feb 22 21:06:06.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
78582025-02-22T21:06:07.602Z[ recovery-image] Feb 22 21:06:06.350 INFO O| Feb 22 21:06:06.350 INFO STEP 1073 (remove_files) COMPLETE
78592025-02-22T21:06:07.602Z[ recovery-image] Feb 22 21:06:06.350 INFO O| Feb 22 21:06:06.350 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602025-02-22T21:06:07.622Z[ recovery-image] Feb 22 21:06:06.373 INFO O| Feb 22 21:06:06.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
78612025-02-22T21:06:07.625Z[ recovery-image] Feb 22 21:06:06.373 INFO O| Feb 22 21:06:06.373 INFO STEP 1074 (remove_files) COMPLETE
78622025-02-22T21:06:07.625Z[ recovery-image] Feb 22 21:06:06.373 INFO O| Feb 22 21:06:06.373 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632025-02-22T21:06:07.642Z[ recovery-image] Feb 22 21:06:06.393 INFO O| Feb 22 21:06:06.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
78642025-02-22T21:06:07.642Z[ recovery-image] Feb 22 21:06:06.393 INFO O| Feb 22 21:06:06.393 INFO STEP 1075 (remove_files) COMPLETE
78652025-02-22T21:06:07.642Z[ recovery-image] Feb 22 21:06:06.393 INFO O| Feb 22 21:06:06.393 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662025-02-22T21:06:07.663Z[ recovery-image] Feb 22 21:06:06.414 INFO O| Feb 22 21:06:06.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
78672025-02-22T21:06:07.663Z[ recovery-image] Feb 22 21:06:06.414 INFO O| Feb 22 21:06:06.414 INFO STEP 1076 (remove_files) COMPLETE
78682025-02-22T21:06:07.663Z[ recovery-image] Feb 22 21:06:06.414 INFO O| Feb 22 21:06:06.414 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692025-02-22T21:06:07.687Z[ recovery-image] Feb 22 21:06:06.438 INFO O| Feb 22 21:06:06.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
78702025-02-22T21:06:07.687Z[ recovery-image] Feb 22 21:06:06.438 INFO O| Feb 22 21:06:06.438 INFO STEP 1077 (remove_files) COMPLETE
78712025-02-22T21:06:07.687Z[ recovery-image] Feb 22 21:06:06.438 INFO O| Feb 22 21:06:06.438 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722025-02-22T21:06:07.708Z[ recovery-image] Feb 22 21:06:06.459 INFO O| Feb 22 21:06:06.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
78732025-02-22T21:06:07.708Z[ recovery-image] Feb 22 21:06:06.459 INFO O| Feb 22 21:06:06.459 INFO STEP 1078 (remove_files) COMPLETE
78742025-02-22T21:06:07.708Z[ recovery-image] Feb 22 21:06:06.459 INFO O| Feb 22 21:06:06.459 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752025-02-22T21:06:07.739Z[ recovery-image] Feb 22 21:06:06.490 INFO O| Feb 22 21:06:06.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
78762025-02-22T21:06:07.739Z[ recovery-image] Feb 22 21:06:06.490 INFO O| Feb 22 21:06:06.490 INFO STEP 1079 (remove_files) COMPLETE
78772025-02-22T21:06:07.739Z[ recovery-image] Feb 22 21:06:06.490 INFO O| Feb 22 21:06:06.490 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782025-02-22T21:06:07.763Z[ recovery-image] Feb 22 21:06:06.514 INFO O| Feb 22 21:06:06.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
78792025-02-22T21:06:07.763Z[ recovery-image] Feb 22 21:06:06.514 INFO O| Feb 22 21:06:06.514 INFO STEP 1080 (remove_files) COMPLETE
78802025-02-22T21:06:07.763Z[ recovery-image] Feb 22 21:06:06.514 INFO O| Feb 22 21:06:06.514 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812025-02-22T21:06:07.784Z[ recovery-image] Feb 22 21:06:06.535 INFO O| Feb 22 21:06:06.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
78822025-02-22T21:06:07.784Z[ recovery-image] Feb 22 21:06:06.535 INFO O| Feb 22 21:06:06.535 INFO STEP 1081 (remove_files) COMPLETE
78832025-02-22T21:06:07.787Z[ recovery-image] Feb 22 21:06:06.535 INFO O| Feb 22 21:06:06.535 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842025-02-22T21:06:07.805Z[ recovery-image] Feb 22 21:06:06.556 INFO O| Feb 22 21:06:06.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
78852025-02-22T21:06:07.805Z[ recovery-image] Feb 22 21:06:06.556 INFO O| Feb 22 21:06:06.556 INFO STEP 1082 (remove_files) COMPLETE
78862025-02-22T21:06:07.805Z[ recovery-image] Feb 22 21:06:06.556 INFO O| Feb 22 21:06:06.556 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872025-02-22T21:06:07.826Z[ recovery-image] Feb 22 21:06:06.576 INFO O| Feb 22 21:06:06.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
78882025-02-22T21:06:07.826Z[ recovery-image] Feb 22 21:06:06.576 INFO O| Feb 22 21:06:06.576 INFO STEP 1083 (remove_files) COMPLETE
78892025-02-22T21:06:07.826Z[ recovery-image] Feb 22 21:06:06.576 INFO O| Feb 22 21:06:06.576 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902025-02-22T21:06:07.929Z[ recovery-image] Feb 22 21:06:06.680 INFO O| Feb 22 21:06:06.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
78912025-02-22T21:06:07.929Z[ recovery-image] Feb 22 21:06:06.680 INFO O| Feb 22 21:06:06.680 INFO STEP 1084 (remove_files) COMPLETE
78922025-02-22T21:06:07.929Z[ recovery-image] Feb 22 21:06:06.680 INFO O| Feb 22 21:06:06.680 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932025-02-22T21:06:07.967Z[ recovery-image] Feb 22 21:06:06.718 INFO O| Feb 22 21:06:06.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
78942025-02-22T21:06:07.967Z[ recovery-image] Feb 22 21:06:06.718 INFO O| Feb 22 21:06:06.718 INFO STEP 1085 (remove_files) COMPLETE
78952025-02-22T21:06:07.970Z[ recovery-image] Feb 22 21:06:06.718 INFO O| Feb 22 21:06:06.718 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962025-02-22T21:06:08.020Z[ recovery-image] Feb 22 21:06:06.771 INFO O| Feb 22 21:06:06.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
78972025-02-22T21:06:08.020Z[ recovery-image] Feb 22 21:06:06.771 INFO O| Feb 22 21:06:06.771 INFO STEP 1086 (remove_files) COMPLETE
78982025-02-22T21:06:08.023Z[ recovery-image] Feb 22 21:06:06.771 INFO O| Feb 22 21:06:06.771 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992025-02-22T21:06:08.042Z[ recovery-image] Feb 22 21:06:06.793 INFO O| Feb 22 21:06:06.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
79002025-02-22T21:06:08.042Z[ recovery-image] Feb 22 21:06:06.793 INFO O| Feb 22 21:06:06.793 INFO STEP 1087 (remove_files) COMPLETE
79012025-02-22T21:06:08.042Z[ recovery-image] Feb 22 21:06:06.793 INFO O| Feb 22 21:06:06.793 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022025-02-22T21:06:08.061Z[ recovery-image] Feb 22 21:06:06.812 INFO O| Feb 22 21:06:06.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
79032025-02-22T21:06:08.061Z[ recovery-image] Feb 22 21:06:06.812 INFO O| Feb 22 21:06:06.812 INFO STEP 1088 (remove_files) COMPLETE
79042025-02-22T21:06:08.061Z[ recovery-image] Feb 22 21:06:06.812 INFO O| Feb 22 21:06:06.812 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052025-02-22T21:06:08.085Z[ recovery-image] Feb 22 21:06:06.836 INFO O| Feb 22 21:06:06.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
79062025-02-22T21:06:08.085Z[ recovery-image] Feb 22 21:06:06.836 INFO O| Feb 22 21:06:06.836 INFO STEP 1089 (remove_files) COMPLETE
79072025-02-22T21:06:08.085Z[ recovery-image] Feb 22 21:06:06.836 INFO O| Feb 22 21:06:06.836 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082025-02-22T21:06:08.157Z[ recovery-image] Feb 22 21:06:06.908 INFO O| Feb 22 21:06:06.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
79092025-02-22T21:06:08.157Z[ recovery-image] Feb 22 21:06:06.908 INFO O| Feb 22 21:06:06.908 INFO STEP 1090 (remove_files) COMPLETE
79102025-02-22T21:06:08.160Z[ recovery-image] Feb 22 21:06:06.908 INFO O| Feb 22 21:06:06.908 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112025-02-22T21:06:08.178Z[ recovery-image] Feb 22 21:06:06.929 INFO O| Feb 22 21:06:06.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
79122025-02-22T21:06:08.178Z[ recovery-image] Feb 22 21:06:06.929 INFO O| Feb 22 21:06:06.929 INFO STEP 1091 (remove_files) COMPLETE
79132025-02-22T21:06:08.178Z[ recovery-image] Feb 22 21:06:06.929 INFO O| Feb 22 21:06:06.929 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142025-02-22T21:06:08.196Z[ recovery-image] Feb 22 21:06:06.947 INFO O| Feb 22 21:06:06.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
79152025-02-22T21:06:08.196Z[ recovery-image] Feb 22 21:06:06.947 INFO O| Feb 22 21:06:06.947 INFO STEP 1092 (remove_files) COMPLETE
79162025-02-22T21:06:08.196Z[ recovery-image] Feb 22 21:06:06.947 INFO O| Feb 22 21:06:06.947 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172025-02-22T21:06:08.219Z[ recovery-image] Feb 22 21:06:06.970 INFO O| Feb 22 21:06:06.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
79182025-02-22T21:06:08.222Z[ recovery-image] Feb 22 21:06:06.970 INFO O| Feb 22 21:06:06.970 INFO STEP 1093 (remove_files) COMPLETE
79192025-02-22T21:06:08.222Z[ recovery-image] Feb 22 21:06:06.971 INFO O| Feb 22 21:06:06.970 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202025-02-22T21:06:08.240Z[ recovery-image] Feb 22 21:06:06.991 INFO O| Feb 22 21:06:06.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
79212025-02-22T21:06:08.243Z[ recovery-image] Feb 22 21:06:06.991 INFO O| Feb 22 21:06:06.991 INFO STEP 1094 (remove_files) COMPLETE
79222025-02-22T21:06:08.243Z[ recovery-image] Feb 22 21:06:06.991 INFO O| Feb 22 21:06:06.991 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232025-02-22T21:06:08.261Z[ recovery-image] Feb 22 21:06:07.012 INFO O| Feb 22 21:06:07.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
79242025-02-22T21:06:08.264Z[ recovery-image] Feb 22 21:06:07.012 INFO O| Feb 22 21:06:07.012 INFO STEP 1095 (remove_files) COMPLETE
79252025-02-22T21:06:08.264Z[ recovery-image] Feb 22 21:06:07.013 INFO O| Feb 22 21:06:07.012 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262025-02-22T21:06:08.281Z[ recovery-image] Feb 22 21:06:07.032 INFO O| Feb 22 21:06:07.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
79272025-02-22T21:06:08.284Z[ recovery-image] Feb 22 21:06:07.032 INFO O| Feb 22 21:06:07.032 INFO STEP 1096 (remove_files) COMPLETE
79282025-02-22T21:06:08.284Z[ recovery-image] Feb 22 21:06:07.032 INFO O| Feb 22 21:06:07.032 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292025-02-22T21:06:08.300Z[ recovery-image] Feb 22 21:06:07.050 INFO O| Feb 22 21:06:07.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
79302025-02-22T21:06:08.300Z[ recovery-image] Feb 22 21:06:07.050 INFO O| Feb 22 21:06:07.050 INFO STEP 1097 (remove_files) COMPLETE
79312025-02-22T21:06:08.303Z[ recovery-image] Feb 22 21:06:07.050 INFO O| Feb 22 21:06:07.050 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322025-02-22T21:06:08.351Z[ recovery-image] Feb 22 21:06:07.101 INFO O| Feb 22 21:06:07.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
79332025-02-22T21:06:08.351Z[ recovery-image] Feb 22 21:06:07.101 INFO O| Feb 22 21:06:07.101 INFO STEP 1098 (remove_files) COMPLETE
79342025-02-22T21:06:08.354Z[ recovery-image] Feb 22 21:06:07.101 INFO O| Feb 22 21:06:07.101 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352025-02-22T21:06:08.391Z[ recovery-image] Feb 22 21:06:07.142 INFO O| Feb 22 21:06:07.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
79362025-02-22T21:06:08.391Z[ recovery-image] Feb 22 21:06:07.142 INFO O| Feb 22 21:06:07.142 INFO STEP 1099 (remove_files) COMPLETE
79372025-02-22T21:06:08.391Z[ recovery-image] Feb 22 21:06:07.142 INFO O| Feb 22 21:06:07.142 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382025-02-22T21:06:08.410Z[ recovery-image] Feb 22 21:06:07.161 INFO O| Feb 22 21:06:07.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
79392025-02-22T21:06:08.413Z[ recovery-image] Feb 22 21:06:07.161 INFO O| Feb 22 21:06:07.161 INFO STEP 1100 (remove_files) COMPLETE
79402025-02-22T21:06:08.413Z[ recovery-image] Feb 22 21:06:07.161 INFO O| Feb 22 21:06:07.161 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412025-02-22T21:06:08.429Z[ recovery-image] Feb 22 21:06:07.180 INFO O| Feb 22 21:06:07.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
79422025-02-22T21:06:08.429Z[ recovery-image] Feb 22 21:06:07.180 INFO O| Feb 22 21:06:07.180 INFO STEP 1101 (remove_files) COMPLETE
79432025-02-22T21:06:08.429Z[ recovery-image] Feb 22 21:06:07.180 INFO O| Feb 22 21:06:07.180 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442025-02-22T21:06:08.500Z[ recovery-image] Feb 22 21:06:07.250 INFO O| Feb 22 21:06:07.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
79452025-02-22T21:06:08.501Z[ recovery-image] Feb 22 21:06:07.251 INFO O| Feb 22 21:06:07.250 INFO STEP 1102 (remove_files) COMPLETE
79462025-02-22T21:06:08.501Z[ recovery-image] Feb 22 21:06:07.251 INFO O| Feb 22 21:06:07.251 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472025-02-22T21:06:08.521Z[ recovery-image] Feb 22 21:06:07.272 INFO O| Feb 22 21:06:07.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
79482025-02-22T21:06:08.522Z[ recovery-image] Feb 22 21:06:07.272 INFO O| Feb 22 21:06:07.272 INFO STEP 1103 (remove_files) COMPLETE
79492025-02-22T21:06:08.522Z[ recovery-image] Feb 22 21:06:07.272 INFO O| Feb 22 21:06:07.272 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502025-02-22T21:06:08.542Z[ recovery-image] Feb 22 21:06:07.293 INFO O| Feb 22 21:06:07.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
79512025-02-22T21:06:08.542Z[ recovery-image] Feb 22 21:06:07.293 INFO O| Feb 22 21:06:07.293 INFO STEP 1104 (remove_files) COMPLETE
79522025-02-22T21:06:08.545Z[ recovery-image] Feb 22 21:06:07.293 INFO O| Feb 22 21:06:07.293 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532025-02-22T21:06:08.575Z[ recovery-image] Feb 22 21:06:07.326 INFO O| Feb 22 21:06:07.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
79542025-02-22T21:06:08.595Z[ recovery-image] Feb 22 21:06:07.346 INFO O| Feb 22 21:06:07.346 INFO STEP 1105 (remove_files) COMPLETE
79552025-02-22T21:06:08.595Z[ recovery-image] Feb 22 21:06:07.346 INFO O| Feb 22 21:06:07.346 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562025-02-22T21:06:08.653Z[ recovery-image] Feb 22 21:06:07.404 INFO O| Feb 22 21:06:07.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
79572025-02-22T21:06:08.677Z[ recovery-image] Feb 22 21:06:07.428 INFO O| Feb 22 21:06:07.428 INFO STEP 1106 (remove_files) COMPLETE
79582025-02-22T21:06:08.677Z[ recovery-image] Feb 22 21:06:07.428 INFO O| Feb 22 21:06:07.428 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592025-02-22T21:06:08.714Z[ recovery-image] Feb 22 21:06:07.465 INFO O| Feb 22 21:06:07.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
79602025-02-22T21:06:08.714Z[ recovery-image] Feb 22 21:06:07.465 INFO O| Feb 22 21:06:07.465 INFO STEP 1107 (remove_files) COMPLETE
79612025-02-22T21:06:08.717Z[ recovery-image] Feb 22 21:06:07.465 INFO O| Feb 22 21:06:07.465 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622025-02-22T21:06:08.731Z[ recovery-image] Feb 22 21:06:07.481 INFO O| Feb 22 21:06:07.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
79632025-02-22T21:06:08.731Z[ recovery-image] Feb 22 21:06:07.482 INFO O| Feb 22 21:06:07.481 INFO STEP 1108 (remove_files) COMPLETE
79642025-02-22T21:06:08.731Z[ recovery-image] Feb 22 21:06:07.482 INFO O| Feb 22 21:06:07.481 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652025-02-22T21:06:08.751Z[ recovery-image] Feb 22 21:06:07.501 INFO O| Feb 22 21:06:07.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
79662025-02-22T21:06:08.751Z[ recovery-image] Feb 22 21:06:07.501 INFO O| Feb 22 21:06:07.501 INFO STEP 1109 (remove_files) COMPLETE
79672025-02-22T21:06:08.751Z[ recovery-image] Feb 22 21:06:07.501 INFO O| Feb 22 21:06:07.501 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682025-02-22T21:06:08.770Z[ recovery-image] Feb 22 21:06:07.521 INFO O| Feb 22 21:06:07.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
79692025-02-22T21:06:08.783Z[ recovery-image] Feb 22 21:06:07.534 INFO O| Feb 22 21:06:07.534 INFO STEP 1110 (remove_files) COMPLETE
79702025-02-22T21:06:08.786Z[ recovery-image] Feb 22 21:06:07.534 INFO O| Feb 22 21:06:07.534 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712025-02-22T21:06:08.821Z[ recovery-image] Feb 22 21:06:07.572 INFO O| Feb 22 21:06:07.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
79722025-02-22T21:06:08.824Z[ recovery-image] Feb 22 21:06:07.572 INFO O| Feb 22 21:06:07.572 INFO STEP 1111 (remove_files) COMPLETE
79732025-02-22T21:06:08.824Z[ recovery-image] Feb 22 21:06:07.572 INFO O| Feb 22 21:06:07.572 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742025-02-22T21:06:08.844Z[ recovery-image] Feb 22 21:06:07.594 INFO O| Feb 22 21:06:07.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
79752025-02-22T21:06:08.846Z[ recovery-image] Feb 22 21:06:07.595 INFO O| Feb 22 21:06:07.595 INFO STEP 1112 (remove_files) COMPLETE
79762025-02-22T21:06:08.846Z[ recovery-image] Feb 22 21:06:07.595 INFO O| Feb 22 21:06:07.595 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772025-02-22T21:06:08.865Z[ recovery-image] Feb 22 21:06:07.615 INFO O| Feb 22 21:06:07.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
79782025-02-22T21:06:08.868Z[ recovery-image] Feb 22 21:06:07.615 INFO O| Feb 22 21:06:07.615 INFO STEP 1113 (remove_files) COMPLETE
79792025-02-22T21:06:08.868Z[ recovery-image] Feb 22 21:06:07.615 INFO O| Feb 22 21:06:07.615 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802025-02-22T21:06:08.884Z[ recovery-image] Feb 22 21:06:07.635 INFO O| Feb 22 21:06:07.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
79812025-02-22T21:06:08.886Z[ recovery-image] Feb 22 21:06:07.635 INFO O| Feb 22 21:06:07.635 INFO STEP 1114 (remove_files) COMPLETE
79822025-02-22T21:06:08.887Z[ recovery-image] Feb 22 21:06:07.635 INFO O| Feb 22 21:06:07.635 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832025-02-22T21:06:08.903Z[ recovery-image] Feb 22 21:06:07.654 INFO O| Feb 22 21:06:07.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
79842025-02-22T21:06:08.906Z[ recovery-image] Feb 22 21:06:07.654 INFO O| Feb 22 21:06:07.654 INFO STEP 1115 (remove_files) COMPLETE
79852025-02-22T21:06:08.906Z[ recovery-image] Feb 22 21:06:07.654 INFO O| Feb 22 21:06:07.654 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862025-02-22T21:06:08.923Z[ recovery-image] Feb 22 21:06:07.674 INFO O| Feb 22 21:06:07.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
79872025-02-22T21:06:08.923Z[ recovery-image] Feb 22 21:06:07.674 INFO O| Feb 22 21:06:07.674 INFO STEP 1116 (remove_files) COMPLETE
79882025-02-22T21:06:08.926Z[ recovery-image] Feb 22 21:06:07.674 INFO O| Feb 22 21:06:07.674 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892025-02-22T21:06:09.063Z[ recovery-image] Feb 22 21:06:07.814 INFO O| Feb 22 21:06:07.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
79902025-02-22T21:06:09.063Z[ recovery-image] Feb 22 21:06:07.814 INFO O| Feb 22 21:06:07.814 INFO STEP 1117 (remove_files) COMPLETE
79912025-02-22T21:06:09.063Z[ recovery-image] Feb 22 21:06:07.814 INFO O| Feb 22 21:06:07.814 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922025-02-22T21:06:09.114Z[ recovery-image] Feb 22 21:06:07.865 INFO O| Feb 22 21:06:07.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
79932025-02-22T21:06:09.114Z[ recovery-image] Feb 22 21:06:07.865 INFO O| Feb 22 21:06:07.865 INFO STEP 1118 (remove_files) COMPLETE
79942025-02-22T21:06:09.117Z[ recovery-image] Feb 22 21:06:07.865 INFO O| Feb 22 21:06:07.865 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952025-02-22T21:06:09.135Z[ recovery-image] Feb 22 21:06:07.886 INFO O| Feb 22 21:06:07.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
79962025-02-22T21:06:09.135Z[ recovery-image] Feb 22 21:06:07.886 INFO O| Feb 22 21:06:07.886 INFO STEP 1119 (remove_files) COMPLETE
79972025-02-22T21:06:09.138Z[ recovery-image] Feb 22 21:06:07.887 INFO O| Feb 22 21:06:07.886 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982025-02-22T21:06:09.156Z[ recovery-image] Feb 22 21:06:07.907 INFO O| Feb 22 21:06:07.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
79992025-02-22T21:06:09.156Z[ recovery-image] Feb 22 21:06:07.907 INFO O| Feb 22 21:06:07.907 INFO STEP 1120 (remove_files) COMPLETE
80002025-02-22T21:06:09.156Z[ recovery-image] Feb 22 21:06:07.907 INFO O| Feb 22 21:06:07.907 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012025-02-22T21:06:09.191Z[ recovery-image] Feb 22 21:06:07.942 INFO O| Feb 22 21:06:07.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
80022025-02-22T21:06:09.191Z[ recovery-image] Feb 22 21:06:07.942 INFO O| Feb 22 21:06:07.942 INFO STEP 1121 (remove_files) COMPLETE
80032025-02-22T21:06:09.191Z[ recovery-image] Feb 22 21:06:07.942 INFO O| Feb 22 21:06:07.942 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042025-02-22T21:06:09.213Z[ recovery-image] Feb 22 21:06:07.964 INFO O| Feb 22 21:06:07.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
80052025-02-22T21:06:09.213Z[ recovery-image] Feb 22 21:06:07.964 INFO O| Feb 22 21:06:07.964 INFO STEP 1122 (remove_files) COMPLETE
80062025-02-22T21:06:09.213Z[ recovery-image] Feb 22 21:06:07.964 INFO O| Feb 22 21:06:07.964 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072025-02-22T21:06:09.282Z[ recovery-image] Feb 22 21:06:08.033 INFO O| Feb 22 21:06:08.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
80082025-02-22T21:06:09.282Z[ recovery-image] Feb 22 21:06:08.033 INFO O| Feb 22 21:06:08.033 INFO STEP 1123 (remove_files) COMPLETE
80092025-02-22T21:06:09.282Z[ recovery-image] Feb 22 21:06:08.033 INFO O| Feb 22 21:06:08.033 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102025-02-22T21:06:09.315Z[ recovery-image] Feb 22 21:06:08.066 INFO O| Feb 22 21:06:08.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
80112025-02-22T21:06:09.315Z[ recovery-image] Feb 22 21:06:08.066 INFO O| Feb 22 21:06:08.066 INFO STEP 1124 (remove_files) COMPLETE
80122025-02-22T21:06:09.318Z[ recovery-image] Feb 22 21:06:08.066 INFO O| Feb 22 21:06:08.066 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132025-02-22T21:06:09.356Z[ recovery-image] Feb 22 21:06:08.107 INFO O| Feb 22 21:06:08.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
80142025-02-22T21:06:09.356Z[ recovery-image] Feb 22 21:06:08.107 INFO O| Feb 22 21:06:08.107 INFO STEP 1125 (remove_files) COMPLETE
80152025-02-22T21:06:09.366Z[ recovery-image] Feb 22 21:06:08.107 INFO O| Feb 22 21:06:08.107 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162025-02-22T21:06:09.377Z[ recovery-image] Feb 22 21:06:08.128 INFO O| Feb 22 21:06:08.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
80172025-02-22T21:06:09.382Z[ recovery-image] Feb 22 21:06:08.128 INFO O| Feb 22 21:06:08.128 INFO STEP 1126 (remove_files) COMPLETE
80182025-02-22T21:06:09.382Z[ recovery-image] Feb 22 21:06:08.128 INFO O| Feb 22 21:06:08.128 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192025-02-22T21:06:09.398Z[ recovery-image] Feb 22 21:06:08.149 INFO O| Feb 22 21:06:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
80202025-02-22T21:06:09.398Z[ recovery-image] Feb 22 21:06:08.149 INFO O| Feb 22 21:06:08.149 INFO STEP 1127 (remove_files) COMPLETE
80212025-02-22T21:06:09.398Z[ recovery-image] Feb 22 21:06:08.149 INFO O| Feb 22 21:06:08.149 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222025-02-22T21:06:09.435Z[ recovery-image] Feb 22 21:06:08.186 INFO O| Feb 22 21:06:08.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
80232025-02-22T21:06:09.435Z[ recovery-image] Feb 22 21:06:08.186 INFO O| Feb 22 21:06:08.186 INFO STEP 1128 (remove_files) COMPLETE
80242025-02-22T21:06:09.438Z[ recovery-image] Feb 22 21:06:08.186 INFO O| Feb 22 21:06:08.186 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252025-02-22T21:06:09.478Z[ recovery-image] Feb 22 21:06:08.229 INFO O| Feb 22 21:06:08.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
80262025-02-22T21:06:09.478Z[ recovery-image] Feb 22 21:06:08.229 INFO O| Feb 22 21:06:08.229 INFO STEP 1129 (remove_files) COMPLETE
80272025-02-22T21:06:09.478Z[ recovery-image] Feb 22 21:06:08.229 INFO O| Feb 22 21:06:08.229 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282025-02-22T21:06:09.625Z[ recovery-image] Feb 22 21:06:08.376 INFO O| Feb 22 21:06:08.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
80292025-02-22T21:06:09.626Z[ recovery-image] Feb 22 21:06:08.376 INFO O| Feb 22 21:06:08.376 INFO STEP 1130 (remove_files) COMPLETE
80302025-02-22T21:06:09.626Z[ recovery-image] Feb 22 21:06:08.376 INFO O| Feb 22 21:06:08.376 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312025-02-22T21:06:09.688Z[ recovery-image] Feb 22 21:06:08.438 INFO O| Feb 22 21:06:08.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
80322025-02-22T21:06:09.688Z[ recovery-image] Feb 22 21:06:08.438 INFO O| Feb 22 21:06:08.438 INFO STEP 1131 (remove_files) COMPLETE
80332025-02-22T21:06:09.688Z[ recovery-image] Feb 22 21:06:08.438 INFO O| Feb 22 21:06:08.438 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342025-02-22T21:06:09.745Z[ recovery-image] Feb 22 21:06:08.495 INFO O| Feb 22 21:06:08.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
80352025-02-22T21:06:09.745Z[ recovery-image] Feb 22 21:06:08.495 INFO O| Feb 22 21:06:08.495 INFO STEP 1132 (remove_files) COMPLETE
80362025-02-22T21:06:09.747Z[ recovery-image] Feb 22 21:06:08.495 INFO O| Feb 22 21:06:08.495 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372025-02-22T21:06:09.804Z[ recovery-image] Feb 22 21:06:08.555 INFO O| Feb 22 21:06:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
80382025-02-22T21:06:09.804Z[ recovery-image] Feb 22 21:06:08.555 INFO O| Feb 22 21:06:08.555 INFO STEP 1133 (remove_files) COMPLETE
80392025-02-22T21:06:09.804Z[ recovery-image] Feb 22 21:06:08.555 INFO O| Feb 22 21:06:08.555 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402025-02-22T21:06:09.830Z[ recovery-image] Feb 22 21:06:08.581 INFO O| Feb 22 21:06:08.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
80412025-02-22T21:06:09.830Z[ recovery-image] Feb 22 21:06:08.581 INFO O| Feb 22 21:06:08.581 INFO STEP 1134 (remove_files) COMPLETE
80422025-02-22T21:06:09.833Z[ recovery-image] Feb 22 21:06:08.582 INFO O| Feb 22 21:06:08.581 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432025-02-22T21:06:09.866Z[ recovery-image] Feb 22 21:06:08.617 INFO O| Feb 22 21:06:08.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
80442025-02-22T21:06:09.866Z[ recovery-image] Feb 22 21:06:08.617 INFO O| Feb 22 21:06:08.617 INFO STEP 1135 (remove_files) COMPLETE
80452025-02-22T21:06:09.867Z[ recovery-image] Feb 22 21:06:08.617 INFO O| Feb 22 21:06:08.617 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462025-02-22T21:06:09.888Z[ recovery-image] Feb 22 21:06:08.638 INFO O| Feb 22 21:06:08.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
80472025-02-22T21:06:09.888Z[ recovery-image] Feb 22 21:06:08.638 INFO O| Feb 22 21:06:08.638 INFO STEP 1136 (remove_files) COMPLETE
80482025-02-22T21:06:09.888Z[ recovery-image] Feb 22 21:06:08.638 INFO O| Feb 22 21:06:08.638 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492025-02-22T21:06:09.907Z[ recovery-image] Feb 22 21:06:08.658 INFO O| Feb 22 21:06:08.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
80502025-02-22T21:06:09.907Z[ recovery-image] Feb 22 21:06:08.658 INFO O| Feb 22 21:06:08.658 INFO STEP 1137 (remove_files) COMPLETE
80512025-02-22T21:06:09.910Z[ recovery-image] Feb 22 21:06:08.658 INFO O| Feb 22 21:06:08.658 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522025-02-22T21:06:09.926Z[ recovery-image] Feb 22 21:06:08.677 INFO O| Feb 22 21:06:08.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
80532025-02-22T21:06:09.926Z[ recovery-image] Feb 22 21:06:08.677 INFO O| Feb 22 21:06:08.677 INFO STEP 1138 (remove_files) COMPLETE
80542025-02-22T21:06:09.926Z[ recovery-image] Feb 22 21:06:08.677 INFO O| Feb 22 21:06:08.677 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552025-02-22T21:06:09.948Z[ recovery-image] Feb 22 21:06:08.699 INFO O| Feb 22 21:06:08.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
80562025-02-22T21:06:09.948Z[ recovery-image] Feb 22 21:06:08.699 INFO O| Feb 22 21:06:08.699 INFO STEP 1139 (remove_files) COMPLETE
80572025-02-22T21:06:09.951Z[ recovery-image] Feb 22 21:06:08.699 INFO O| Feb 22 21:06:08.699 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80582025-02-22T21:06:09.969Z[ recovery-image] Feb 22 21:06:08.720 INFO O| Feb 22 21:06:08.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
80592025-02-22T21:06:09.969Z[ recovery-image] Feb 22 21:06:08.720 INFO O| Feb 22 21:06:08.720 INFO STEP 1140 (remove_files) COMPLETE
80602025-02-22T21:06:09.969Z[ recovery-image] Feb 22 21:06:08.720 INFO O| Feb 22 21:06:08.720 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80612025-02-22T21:06:09.989Z[ recovery-image] Feb 22 21:06:08.740 INFO O| Feb 22 21:06:08.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
80622025-02-22T21:06:09.989Z[ recovery-image] Feb 22 21:06:08.740 INFO O| Feb 22 21:06:08.740 INFO STEP 1141 (remove_files) COMPLETE
80632025-02-22T21:06:09.989Z[ recovery-image] Feb 22 21:06:08.740 INFO O| Feb 22 21:06:08.740 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80642025-02-22T21:06:10.007Z[ recovery-image] Feb 22 21:06:08.758 INFO O| Feb 22 21:06:08.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
80652025-02-22T21:06:10.007Z[ recovery-image] Feb 22 21:06:08.758 INFO O| Feb 22 21:06:08.758 INFO STEP 1142 (remove_files) COMPLETE
80662025-02-22T21:06:10.007Z[ recovery-image] Feb 22 21:06:08.758 INFO O| Feb 22 21:06:08.758 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80672025-02-22T21:06:10.025Z[ recovery-image] Feb 22 21:06:08.776 INFO O| Feb 22 21:06:08.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
80682025-02-22T21:06:10.025Z[ recovery-image] Feb 22 21:06:08.776 INFO O| Feb 22 21:06:08.776 INFO STEP 1143 (remove_files) COMPLETE
80692025-02-22T21:06:10.025Z[ recovery-image] Feb 22 21:06:08.776 INFO O| Feb 22 21:06:08.776 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80702025-02-22T21:06:10.044Z[ recovery-image] Feb 22 21:06:08.795 INFO O| Feb 22 21:06:08.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
80712025-02-22T21:06:10.047Z[ recovery-image] Feb 22 21:06:08.795 INFO O| Feb 22 21:06:08.795 INFO STEP 1144 (remove_files) COMPLETE
80722025-02-22T21:06:10.047Z[ recovery-image] Feb 22 21:06:08.796 INFO O| Feb 22 21:06:08.795 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80732025-02-22T21:06:10.064Z[ recovery-image] Feb 22 21:06:08.815 INFO O| Feb 22 21:06:08.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
80742025-02-22T21:06:10.067Z[ recovery-image] Feb 22 21:06:08.815 INFO O| Feb 22 21:06:08.815 INFO STEP 1145 (remove_files) COMPLETE
80752025-02-22T21:06:10.067Z[ recovery-image] Feb 22 21:06:08.815 INFO O| Feb 22 21:06:08.815 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80762025-02-22T21:06:10.084Z[ recovery-image] Feb 22 21:06:08.835 INFO O| Feb 22 21:06:08.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
80772025-02-22T21:06:10.086Z[ recovery-image] Feb 22 21:06:08.835 INFO O| Feb 22 21:06:08.835 INFO STEP 1146 (remove_files) COMPLETE
80782025-02-22T21:06:10.086Z[ recovery-image] Feb 22 21:06:08.835 INFO O| Feb 22 21:06:08.835 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80792025-02-22T21:06:10.104Z[ recovery-image] Feb 22 21:06:08.855 INFO O| Feb 22 21:06:08.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
80802025-02-22T21:06:10.106Z[ recovery-image] Feb 22 21:06:08.855 INFO O| Feb 22 21:06:08.855 INFO STEP 1147 (remove_files) COMPLETE
80812025-02-22T21:06:10.107Z[ recovery-image] Feb 22 21:06:08.855 INFO O| Feb 22 21:06:08.855 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80822025-02-22T21:06:10.126Z[ recovery-image] Feb 22 21:06:08.876 INFO O| Feb 22 21:06:08.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
80832025-02-22T21:06:10.126Z[ recovery-image] Feb 22 21:06:08.877 INFO O| Feb 22 21:06:08.877 INFO STEP 1148 (remove_files) COMPLETE
80842025-02-22T21:06:10.126Z[ recovery-image] Feb 22 21:06:08.877 INFO O| Feb 22 21:06:08.877 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80852025-02-22T21:06:10.147Z[ recovery-image] Feb 22 21:06:08.898 INFO O| Feb 22 21:06:08.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
80862025-02-22T21:06:10.147Z[ recovery-image] Feb 22 21:06:08.898 INFO O| Feb 22 21:06:08.898 INFO STEP 1149 (remove_files) COMPLETE
80872025-02-22T21:06:10.147Z[ recovery-image] Feb 22 21:06:08.898 INFO O| Feb 22 21:06:08.898 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80882025-02-22T21:06:10.168Z[ recovery-image] Feb 22 21:06:08.919 INFO O| Feb 22 21:06:08.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
80892025-02-22T21:06:10.168Z[ recovery-image] Feb 22 21:06:08.919 INFO O| Feb 22 21:06:08.919 INFO STEP 1150 (remove_files) COMPLETE
80902025-02-22T21:06:10.171Z[ recovery-image] Feb 22 21:06:08.919 INFO O| Feb 22 21:06:08.919 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80912025-02-22T21:06:10.205Z[ recovery-image] Feb 22 21:06:08.956 INFO O| Feb 22 21:06:08.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
80922025-02-22T21:06:10.205Z[ recovery-image] Feb 22 21:06:08.956 INFO O| Feb 22 21:06:08.956 INFO STEP 1151 (remove_files) COMPLETE
80932025-02-22T21:06:10.205Z[ recovery-image] Feb 22 21:06:08.956 INFO O| Feb 22 21:06:08.956 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80942025-02-22T21:06:10.227Z[ recovery-image] Feb 22 21:06:08.977 INFO O| Feb 22 21:06:08.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
80952025-02-22T21:06:10.227Z[ recovery-image] Feb 22 21:06:08.978 INFO O| Feb 22 21:06:08.978 INFO STEP 1152 (remove_files) COMPLETE
80962025-02-22T21:06:10.229Z[ recovery-image] Feb 22 21:06:08.978 INFO O| Feb 22 21:06:08.978 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80972025-02-22T21:06:10.247Z[ recovery-image] Feb 22 21:06:08.997 INFO O| Feb 22 21:06:08.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
80982025-02-22T21:06:10.249Z[ recovery-image] Feb 22 21:06:08.997 INFO O| Feb 22 21:06:08.997 INFO STEP 1153 (remove_files) COMPLETE
80992025-02-22T21:06:10.249Z[ recovery-image] Feb 22 21:06:08.997 INFO O| Feb 22 21:06:08.997 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81002025-02-22T21:06:10.267Z[ recovery-image] Feb 22 21:06:09.018 INFO O| Feb 22 21:06:09.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
81012025-02-22T21:06:10.267Z[ recovery-image] Feb 22 21:06:09.018 INFO O| Feb 22 21:06:09.018 INFO STEP 1154 (remove_files) COMPLETE
81022025-02-22T21:06:10.267Z[ recovery-image] Feb 22 21:06:09.018 INFO O| Feb 22 21:06:09.018 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81032025-02-22T21:06:10.288Z[ recovery-image] Feb 22 21:06:09.038 INFO O| Feb 22 21:06:09.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
81042025-02-22T21:06:10.288Z[ recovery-image] Feb 22 21:06:09.039 INFO O| Feb 22 21:06:09.038 INFO STEP 1155 (remove_files) COMPLETE
81052025-02-22T21:06:10.288Z[ recovery-image] Feb 22 21:06:09.039 INFO O| Feb 22 21:06:09.039 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81062025-02-22T21:06:10.307Z[ recovery-image] Feb 22 21:06:09.058 INFO O| Feb 22 21:06:09.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
81072025-02-22T21:06:10.307Z[ recovery-image] Feb 22 21:06:09.058 INFO O| Feb 22 21:06:09.058 INFO STEP 1156 (remove_files) COMPLETE
81082025-02-22T21:06:10.307Z[ recovery-image] Feb 22 21:06:09.058 INFO O| Feb 22 21:06:09.058 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81092025-02-22T21:06:10.327Z[ recovery-image] Feb 22 21:06:09.078 INFO O| Feb 22 21:06:09.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
81102025-02-22T21:06:10.327Z[ recovery-image] Feb 22 21:06:09.078 INFO O| Feb 22 21:06:09.078 INFO STEP 1157 (remove_files) COMPLETE
81112025-02-22T21:06:10.327Z[ recovery-image] Feb 22 21:06:09.078 INFO O| Feb 22 21:06:09.078 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81122025-02-22T21:06:10.364Z[ recovery-image] Feb 22 21:06:09.115 INFO O| Feb 22 21:06:09.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
81132025-02-22T21:06:10.367Z[ recovery-image] Feb 22 21:06:09.115 INFO O| Feb 22 21:06:09.115 INFO STEP 1158 (remove_files) COMPLETE
81142025-02-22T21:06:10.367Z[ recovery-image] Feb 22 21:06:09.115 INFO O| Feb 22 21:06:09.115 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81152025-02-22T21:06:10.414Z[ recovery-image] Feb 22 21:06:09.164 INFO O| Feb 22 21:06:09.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
81162025-02-22T21:06:10.414Z[ recovery-image] Feb 22 21:06:09.165 INFO O| Feb 22 21:06:09.165 INFO STEP 1159 (remove_files) COMPLETE
81172025-02-22T21:06:10.414Z[ recovery-image] Feb 22 21:06:09.165 INFO O| Feb 22 21:06:09.165 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81182025-02-22T21:06:10.433Z[ recovery-image] Feb 22 21:06:09.184 INFO O| Feb 22 21:06:09.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
81192025-02-22T21:06:10.433Z[ recovery-image] Feb 22 21:06:09.184 INFO O| Feb 22 21:06:09.184 INFO STEP 1160 (remove_files) COMPLETE
81202025-02-22T21:06:10.433Z[ recovery-image] Feb 22 21:06:09.184 INFO O| Feb 22 21:06:09.184 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81212025-02-22T21:06:10.471Z[ recovery-image] Feb 22 21:06:09.222 INFO O| Feb 22 21:06:09.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
81222025-02-22T21:06:10.471Z[ recovery-image] Feb 22 21:06:09.222 INFO O| Feb 22 21:06:09.222 INFO STEP 1161 (remove_files) COMPLETE
81232025-02-22T21:06:10.471Z[ recovery-image] Feb 22 21:06:09.222 INFO O| Feb 22 21:06:09.222 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81242025-02-22T21:06:10.494Z[ recovery-image] Feb 22 21:06:09.245 INFO O| Feb 22 21:06:09.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
81252025-02-22T21:06:10.518Z[ recovery-image] Feb 22 21:06:09.268 INFO O| Feb 22 21:06:09.268 INFO STEP 1162 (remove_files) COMPLETE
81262025-02-22T21:06:10.518Z[ recovery-image] Feb 22 21:06:09.268 INFO O| Feb 22 21:06:09.268 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81272025-02-22T21:06:10.550Z[ recovery-image] Feb 22 21:06:09.301 INFO O| Feb 22 21:06:09.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
81282025-02-22T21:06:10.553Z[ recovery-image] Feb 22 21:06:09.301 INFO O| Feb 22 21:06:09.301 INFO STEP 1163 (remove_files) COMPLETE
81292025-02-22T21:06:10.553Z[ recovery-image] Feb 22 21:06:09.301 INFO O| Feb 22 21:06:09.301 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81302025-02-22T21:06:10.610Z[ recovery-image] Feb 22 21:06:09.361 INFO O| Feb 22 21:06:09.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
81312025-02-22T21:06:10.610Z[ recovery-image] Feb 22 21:06:09.361 INFO O| Feb 22 21:06:09.361 INFO STEP 1164 (remove_files) COMPLETE
81322025-02-22T21:06:10.613Z[ recovery-image] Feb 22 21:06:09.361 INFO O| Feb 22 21:06:09.361 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81332025-02-22T21:06:10.631Z[ recovery-image] Feb 22 21:06:09.382 INFO O| Feb 22 21:06:09.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
81342025-02-22T21:06:10.633Z[ recovery-image] Feb 22 21:06:09.382 INFO O| Feb 22 21:06:09.382 INFO STEP 1165 (remove_files) COMPLETE
81352025-02-22T21:06:10.633Z[ recovery-image] Feb 22 21:06:09.382 INFO O| Feb 22 21:06:09.382 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
81362025-02-22T21:06:10.664Z[ recovery-image] Feb 22 21:06:09.414 INFO O| Feb 22 21:06:09.414 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
81372025-02-22T21:06:10.666Z[ recovery-image] Feb 22 21:06:09.415 INFO O| Feb 22 21:06:09.415 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
81382025-02-22T21:06:12.515Z[ recovery-image] Feb 22 21:06:11.266 INFO O| Feb 22 21:06:11.266 INFO STEP 1166 (pack_tar) COMPLETE
81392025-02-22T21:06:12.516Z[ recovery-image] Feb 22 21:06:11.266 INFO O| Feb 22 21:06:11.266 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81402025-02-22T21:06:12.518Z[ recovery-image] Feb 22 21:06:11.266 INFO O| Feb 22 21:06:11.266 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
81412025-02-22T21:06:12.837Z[ recovery-image] Feb 22 21:06:11.587 INFO O| Feb 22 21:06:11.587 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
81422025-02-22T21:06:12.949Z[ recovery-image] Feb 22 21:06:11.700 INFO O| Feb 22 21:06:11.700 INFO completed processing gimlet/ramdisk-03-recovery-trim
81432025-02-22T21:06:12.959Z[ recovery-image] Feb 22 21:06:11.710 INFO image builder template: zfs-recovery...
81442025-02-22T21:06:12.959Z[ recovery-image] Feb 22 21:06:11.710 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/.tmpqYqO5s/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
81452025-02-22T21:06:13.014Z[ recovery-image] Feb 22 21:06:11.765 INFO O| Feb 22 21:06:11.765 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81462025-02-22T21:06:13.025Z[ recovery-image] Feb 22 21:06:11.775 INFO O| Feb 22 21:06:11.775 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81472025-02-22T21:06:13.129Z[ recovery-image] Feb 22 21:06:11.880 INFO O| Feb 22 21:06:11.880 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
81482025-02-22T21:06:13.229Z[ recovery-image] Feb 22 21:06:11.980 INFO O| Feb 22 21:06:11.980 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
81492025-02-22T21:06:13.232Z[ recovery-image] Feb 22 21:06:11.980 INFO O| Feb 22 21:06:11.980 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
81502025-02-22T21:06:13.239Z[ recovery-image] Feb 22 21:06:11.989 INFO O| Feb 22 21:06:11.989 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
81512025-02-22T21:06:13.426Z[ recovery-image] Feb 22 21:06:12.177 INFO O| Feb 22 21:06:12.177 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
81522025-02-22T21:06:13.498Z[ recovery-image] Feb 22 21:06:12.249 INFO O| Feb 22 21:06:12.249 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
81532025-02-22T21:06:13.516Z[ recovery-image] Feb 22 21:06:12.267 INFO O| Feb 22 21:06:12.267 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81542025-02-22T21:06:13.534Z[ recovery-image] Feb 22 21:06:12.285 INFO O| Feb 22 21:06:12.285 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
81552025-02-22T21:06:13.544Z[ recovery-image] Feb 22 21:06:12.294 INFO O| Feb 22 21:06:12.294 INFO no lofi found
81562025-02-22T21:06:13.544Z[ recovery-image] Feb 22 21:06:12.294 INFO O| Feb 22 21:06:12.294 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
81572025-02-22T21:06:13.546Z[ recovery-image] Feb 22 21:06:12.294 INFO O| Feb 22 21:06:12.294 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
81582025-02-22T21:06:14.460Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
81592025-02-22T21:06:16.261Z[ recovery-image] Feb 22 21:06:15.011 INFO O| Feb 22 21:06:15.011 INFO lofi device = /dev/dsk/c2t1d0p0
81602025-02-22T21:06:16.261Z[ recovery-image] Feb 22 21:06:15.011 INFO O| Feb 22 21:06:15.011 INFO pool device = /dev/dsk/c2t1d0p0
81612025-02-22T21:06:16.263Z[ recovery-image] Feb 22 21:06:15.012 INFO O| Feb 22 21:06:15.011 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"]
81622025-02-22T21:06:16.530Z[ recovery-image] Feb 22 21:06:15.281 INFO O| Feb 22 21:06:15.281 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81632025-02-22T21:06:16.530Z[ recovery-image] Feb 22 21:06:15.281 INFO O| Feb 22 21:06:15.281 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
81642025-02-22T21:06:16.560Z[ recovery-image] Feb 22 21:06:15.311 INFO O| Feb 22 21:06:15.311 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
81652025-02-22T21:06:16.928Z[ recovery-image] Feb 22 21:06:15.678 INFO O| Feb 22 21:06:15.678 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
81662025-02-22T21:06:17.002Z[ recovery-image] Feb 22 21:06:15.737 INFO O| Feb 22 21:06:15.737 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
81672025-02-22T21:06:17.015Z[ recovery-image] Feb 22 21:06:15.766 INFO O| Feb 22 21:06:15.766 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
81682025-02-22T21:06:17.037Z[ recovery-image] Feb 22 21:06:15.788 INFO O| Feb 22 21:06:15.788 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
81692025-02-22T21:06:17.137Z[ recovery-image] Feb 22 21:06:15.888 INFO O| Feb 22 21:06:15.888 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81702025-02-22T21:06:17.140Z[ recovery-image] Feb 22 21:06:15.888 INFO O| Feb 22 21:06:15.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
81712025-02-22T21:06:17.140Z[ recovery-image] Feb 22 21:06:15.889 INFO O| Feb 22 21:06:15.888 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81722025-02-22T21:06:17.169Z[ recovery-image] Feb 22 21:06:15.919 INFO O| Feb 22 21:06:15.919 INFO boot environment UUID: 740d8a0b-343b-4e67-8fbf-f1dd5c544b2c
81732025-02-22T21:06:17.169Z[ recovery-image] Feb 22 21:06:15.919 INFO O| Feb 22 21:06:15.919 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 740d8a0b-343b-4e67-8fbf-f1dd5c544b2c
81742025-02-22T21:06:17.227Z[ recovery-image] Feb 22 21:06:15.978 INFO O| Feb 22 21:06:15.978 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
81752025-02-22T21:06:17.284Z[ recovery-image] Feb 22 21:06:16.035 INFO O| Feb 22 21:06:16.035 INFO STEP 0 (create_be) COMPLETE
81762025-02-22T21:06:17.284Z[ recovery-image] Feb 22 21:06:16.035 INFO O| Feb 22 21:06:16.035 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81772025-02-22T21:06:17.396Z[ recovery-image] Feb 22 21:06:16.147 INFO O| Feb 22 21:06:16.147 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"]
81782025-02-22T21:06:24.518Z[ recovery-image] Feb 22 21:06:23.269 INFO O| Feb 22 21:06:23.269 INFO STEP 1 (unpack_tar) COMPLETE
81792025-02-22T21:06:24.518Z[ recovery-image] Feb 22 21:06:23.269 INFO O| Feb 22 21:06:23.269 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81802025-02-22T21:06:24.539Z[ recovery-image] Feb 22 21:06:23.290 INFO O| Feb 22 21:06:23.289 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
81812025-02-22T21:06:25.353Z[ recovery-image] Feb 22 21:06:24.104 INFO O| Feb 22 21:06:24.104 INFO STEP 2 (devfsadm) COMPLETE
81822025-02-22T21:06:25.353Z[ recovery-image] Feb 22 21:06:24.104 INFO O| Feb 22 21:06:24.104 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81832025-02-22T21:06:25.372Z[ recovery-image] Feb 22 21:06:24.123 INFO O| Feb 22 21:06:24.123 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81842025-02-22T21:06:25.372Z[ recovery-image] Feb 22 21:06:24.123 INFO O| Feb 22 21:06:24.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81852025-02-22T21:06:25.372Z[ recovery-image] Feb 22 21:06:24.123 INFO O| Feb 22 21:06:24.123 INFO STEP 3 (ensure_dir) COMPLETE
81862025-02-22T21:06:25.375Z[ recovery-image] Feb 22 21:06:24.123 INFO O| Feb 22 21:06:24.123 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81872025-02-22T21:06:25.396Z[ recovery-image] Feb 22 21:06:24.147 INFO O| Feb 22 21:06:24.147 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81882025-02-22T21:06:25.396Z[ recovery-image] Feb 22 21:06:24.147 INFO O| Feb 22 21:06:24.147 INFO STEP 4 (ensure_dir) COMPLETE
81892025-02-22T21:06:25.398Z[ recovery-image] Feb 22 21:06:24.147 INFO O| Feb 22 21:06:24.147 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81902025-02-22T21:06:25.423Z[ recovery-image] Feb 22 21:06:24.173 INFO O| Feb 22 21:06:24.173 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81912025-02-22T21:06:25.423Z[ recovery-image] Feb 22 21:06:24.173 INFO O| Feb 22 21:06:24.173 INFO STEP 5 (ensure_dir) COMPLETE
81922025-02-22T21:06:25.423Z[ recovery-image] Feb 22 21:06:24.173 INFO O| Feb 22 21:06:24.173 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81932025-02-22T21:06:25.447Z[ recovery-image] Feb 22 21:06:24.198 INFO O| Feb 22 21:06:24.198 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81942025-02-22T21:06:25.447Z[ recovery-image] Feb 22 21:06:24.198 INFO O| Feb 22 21:06:24.198 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81952025-02-22T21:06:25.450Z[ recovery-image] Feb 22 21:06:24.198 INFO O| Feb 22 21:06:24.198 INFO STEP 6 (ensure_dir) COMPLETE
81962025-02-22T21:06:25.450Z[ recovery-image] Feb 22 21:06:24.198 INFO O| Feb 22 21:06:24.198 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81972025-02-22T21:06:25.468Z[ recovery-image] Feb 22 21:06:24.219 INFO O| Feb 22 21:06:24.219 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81982025-02-22T21:06:25.468Z[ recovery-image] Feb 22 21:06:24.219 INFO O| Feb 22 21:06:24.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81992025-02-22T21:06:25.468Z[ recovery-image] Feb 22 21:06:24.219 INFO O| Feb 22 21:06:24.219 INFO STEP 7 (ensure_dir) COMPLETE
82002025-02-22T21:06:25.468Z[ recovery-image] Feb 22 21:06:24.219 INFO O| Feb 22 21:06:24.219 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82012025-02-22T21:06:25.488Z[ recovery-image] Feb 22 21:06:24.239 INFO O| Feb 22 21:06:24.239 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
82022025-02-22T21:06:25.491Z[ recovery-image] Feb 22 21:06:24.239 INFO O| Feb 22 21:06:24.239 INFO STEP 8 (remove_files) COMPLETE
82032025-02-22T21:06:25.491Z[ recovery-image] Feb 22 21:06:24.239 INFO O| Feb 22 21:06:24.239 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82042025-02-22T21:06:25.525Z[ recovery-image] Feb 22 21:06:24.276 INFO O| Feb 22 21:06:24.276 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
82052025-02-22T21:06:25.528Z[ recovery-image] Feb 22 21:06:24.277 INFO O| Feb 22 21:06:24.277 INFO STEP 9 (remove_files) COMPLETE
82062025-02-22T21:06:25.528Z[ recovery-image] Feb 22 21:06:24.277 INFO O| Feb 22 21:06:24.277 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82072025-02-22T21:06:25.549Z[ recovery-image] Feb 22 21:06:24.300 INFO O| Feb 22 21:06:24.300 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
82082025-02-22T21:06:25.552Z[ recovery-image] Feb 22 21:06:24.301 INFO O| Feb 22 21:06:24.301 INFO STEP 10 (remove_files) COMPLETE
82092025-02-22T21:06:25.552Z[ recovery-image] Feb 22 21:06:24.301 INFO O| Feb 22 21:06:24.301 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82102025-02-22T21:06:25.596Z[ recovery-image] Feb 22 21:06:24.347 INFO O| Feb 22 21:06:24.347 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
82112025-02-22T21:06:25.599Z[ recovery-image] Feb 22 21:06:24.347 INFO O| Feb 22 21:06:24.347 INFO STEP 11 (remove_files) COMPLETE
82122025-02-22T21:06:25.599Z[ recovery-image] Feb 22 21:06:24.347 INFO O| Feb 22 21:06:24.347 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82132025-02-22T21:06:25.683Z[ recovery-image] Feb 22 21:06:24.434 INFO O| Feb 22 21:06:24.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
82142025-02-22T21:06:25.683Z[ recovery-image] Feb 22 21:06:24.434 INFO O| Feb 22 21:06:24.434 INFO STEP 12 (remove_files) COMPLETE
82152025-02-22T21:06:25.683Z[ recovery-image] Feb 22 21:06:24.434 INFO O| Feb 22 21:06:24.434 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82162025-02-22T21:06:25.704Z[ recovery-image] Feb 22 21:06:24.454 INFO O| Feb 22 21:06:24.454 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82172025-02-22T21:06:25.704Z[ recovery-image] Feb 22 21:06:24.454 INFO O| Feb 22 21:06:24.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
82182025-02-22T21:06:25.704Z[ recovery-image] Feb 22 21:06:24.454 INFO O| Feb 22 21:06:24.454 INFO STEP 13 (ensure_dir) COMPLETE
82192025-02-22T21:06:25.704Z[ recovery-image] Feb 22 21:06:24.454 INFO O| Feb 22 21:06:24.454 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82202025-02-22T21:06:25.723Z[ recovery-image] Feb 22 21:06:24.473 INFO O| Feb 22 21:06:24.473 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82212025-02-22T21:06:25.723Z[ recovery-image] Feb 22 21:06:24.474 INFO O| Feb 22 21:06:24.474 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82222025-02-22T21:06:25.723Z[ recovery-image] Feb 22 21:06:24.474 INFO O| Feb 22 21:06:24.474 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
82232025-02-22T21:06:25.726Z[ recovery-image] Feb 22 21:06:24.474 INFO O| Feb 22 21:06:24.474 INFO STEP 14 (ensure_dir) COMPLETE
82242025-02-22T21:06:25.726Z[ recovery-image] Feb 22 21:06:24.474 INFO O| Feb 22 21:06:24.474 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82252025-02-22T21:06:25.742Z[ recovery-image] Feb 22 21:06:24.493 INFO O| Feb 22 21:06:24.493 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82262025-02-22T21:06:25.742Z[ recovery-image] Feb 22 21:06:24.493 INFO O| Feb 22 21:06:24.493 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82272025-02-22T21:06:25.742Z[ recovery-image] Feb 22 21:06:24.493 INFO O| Feb 22 21:06:24.493 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
82282025-02-22T21:06:25.745Z[ recovery-image] Feb 22 21:06:24.493 INFO O| Feb 22 21:06:24.493 INFO STEP 15 (ensure_dir) COMPLETE
82292025-02-22T21:06:25.745Z[ recovery-image] Feb 22 21:06:24.493 INFO O| Feb 22 21:06:24.493 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82302025-02-22T21:06:25.762Z[ recovery-image] Feb 22 21:06:24.513 INFO O| Feb 22 21:06:24.513 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82312025-02-22T21:06:25.762Z[ recovery-image] Feb 22 21:06:24.513 INFO O| Feb 22 21:06:24.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
82322025-02-22T21:06:25.765Z[ recovery-image] Feb 22 21:06:24.513 INFO O| Feb 22 21:06:24.513 INFO STEP 16 (ensure_dir) COMPLETE
82332025-02-22T21:06:25.765Z[ recovery-image] Feb 22 21:06:24.513 INFO O| Feb 22 21:06:24.513 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82342025-02-22T21:06:25.782Z[ recovery-image] Feb 22 21:06:24.532 INFO O| Feb 22 21:06:24.532 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82352025-02-22T21:06:25.782Z[ recovery-image] Feb 22 21:06:24.532 INFO O| Feb 22 21:06:24.532 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
82362025-02-22T21:06:25.782Z[ recovery-image] Feb 22 21:06:24.532 INFO O| Feb 22 21:06:24.532 INFO STEP 17 (ensure_dir) COMPLETE
82372025-02-22T21:06:25.782Z[ recovery-image] Feb 22 21:06:24.532 INFO O| Feb 22 21:06:24.532 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82382025-02-22T21:06:25.802Z[ recovery-image] Feb 22 21:06:24.553 INFO O| Feb 22 21:06:24.553 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
82392025-02-22T21:06:25.802Z[ recovery-image] Feb 22 21:06:24.553 INFO O| Feb 22 21:06:24.553 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
82402025-02-22T21:06:25.802Z[ recovery-image] Feb 22 21:06:24.553 INFO O| Feb 22 21:06:24.553 INFO ok!
82412025-02-22T21:06:25.802Z[ recovery-image] Feb 22 21:06:24.553 INFO O| Feb 22 21:06:24.553 INFO STEP 18 (ensure_symlink) COMPLETE
82422025-02-22T21:06:25.802Z[ recovery-image] Feb 22 21:06:24.553 INFO O| Feb 22 21:06:24.553 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
82432025-02-22T21:06:25.837Z[ recovery-image] Feb 22 21:06:24.588 INFO O| Feb 22 21:06:24.588 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
82442025-02-22T21:06:25.837Z[ recovery-image] Feb 22 21:06:24.588 INFO O| Feb 22 21:06:24.588 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
82452025-02-22T21:06:25.837Z[ recovery-image] Feb 22 21:06:24.588 INFO O| Feb 22 21:06:24.588 INFO ok!
82462025-02-22T21:06:25.840Z[ recovery-image] Feb 22 21:06:24.588 INFO O| Feb 22 21:06:24.588 INFO STEP 19 (ensure_file) COMPLETE
82472025-02-22T21:06:25.840Z[ recovery-image] Feb 22 21:06:24.588 INFO O| Feb 22 21:06:24.588 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82482025-02-22T21:06:25.869Z[ recovery-image] Feb 22 21:06:24.620 INFO O| Feb 22 21:06:24.620 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
82492025-02-22T21:06:25.869Z[ recovery-image] Feb 22 21:06:24.620 INFO O| Feb 22 21:06:24.620 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
82502025-02-22T21:06:25.872Z[ recovery-image] Feb 22 21:06:24.620 INFO O| Feb 22 21:06:24.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
82512025-02-22T21:06:25.872Z[ recovery-image] Feb 22 21:06:24.620 INFO O| Feb 22 21:06:24.620 INFO ok!
82522025-02-22T21:06:25.872Z[ recovery-image] Feb 22 21:06:24.620 INFO O| Feb 22 21:06:24.620 INFO STEP 20 (ensure_symlink) COMPLETE
82532025-02-22T21:06:25.872Z[ recovery-image] Feb 22 21:06:24.621 INFO O| Feb 22 21:06:24.620 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82542025-02-22T21:06:25.910Z[ recovery-image] Feb 22 21:06:24.661 INFO O| Feb 22 21:06:24.661 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
82552025-02-22T21:06:25.910Z[ recovery-image] Feb 22 21:06:24.661 INFO O| Feb 22 21:06:24.661 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
82562025-02-22T21:06:25.913Z[ recovery-image] Feb 22 21:06:24.661 INFO O| Feb 22 21:06:24.661 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
82572025-02-22T21:06:25.913Z[ recovery-image] Feb 22 21:06:24.661 INFO O| Feb 22 21:06:24.661 INFO ok!
82582025-02-22T21:06:25.913Z[ recovery-image] Feb 22 21:06:24.661 INFO O| Feb 22 21:06:24.661 INFO STEP 21 (ensure_symlink) COMPLETE
82592025-02-22T21:06:25.913Z[ recovery-image] Feb 22 21:06:24.661 INFO O| Feb 22 21:06:24.661 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82602025-02-22T21:06:25.966Z[ recovery-image] Feb 22 21:06:24.717 INFO O| Feb 22 21:06:24.716 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
82612025-02-22T21:06:25.966Z[ recovery-image] Feb 22 21:06:24.717 INFO O| Feb 22 21:06:24.717 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
82622025-02-22T21:06:25.966Z[ recovery-image] Feb 22 21:06:24.717 INFO O| Feb 22 21:06:24.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
82632025-02-22T21:06:25.969Z[ recovery-image] Feb 22 21:06:24.717 INFO O| Feb 22 21:06:24.717 INFO ok!
82642025-02-22T21:06:25.969Z[ recovery-image] Feb 22 21:06:24.717 INFO O| Feb 22 21:06:24.717 INFO STEP 22 (ensure_symlink) COMPLETE
82652025-02-22T21:06:25.969Z[ recovery-image] Feb 22 21:06:24.717 INFO O| Feb 22 21:06:24.717 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
82662025-02-22T21:06:25.992Z[ recovery-image] Feb 22 21:06:24.743 INFO O| Feb 22 21:06:24.743 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
82672025-02-22T21:06:25.992Z[ recovery-image] Feb 22 21:06:24.743 INFO O| Feb 22 21:06:24.743 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
82682025-02-22T21:06:25.995Z[ recovery-image] Feb 22 21:06:24.743 INFO O| Feb 22 21:06:24.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
82692025-02-22T21:06:25.995Z[ recovery-image] Feb 22 21:06:24.743 INFO O| Feb 22 21:06:24.743 INFO ok!
82702025-02-22T21:06:25.995Z[ recovery-image] Feb 22 21:06:24.744 INFO O| Feb 22 21:06:24.744 INFO STEP 23 (ensure_symlink) COMPLETE
82712025-02-22T21:06:25.995Z[ recovery-image] Feb 22 21:06:24.744 INFO O| Feb 22 21:06:24.744 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82722025-02-22T21:06:26.015Z[ recovery-image] Feb 22 21:06:24.766 INFO O| Feb 22 21:06:24.766 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
82732025-02-22T21:06:26.018Z[ recovery-image] Feb 22 21:06:24.766 INFO O| Feb 22 21:06:24.766 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 ...
82742025-02-22T21:06:26.018Z[ recovery-image] Feb 22 21:06:24.767 INFO O| Feb 22 21:06:24.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
82752025-02-22T21:06:26.018Z[ recovery-image] Feb 22 21:06:24.767 INFO O| Feb 22 21:06:24.767 INFO ok!
82762025-02-22T21:06:26.018Z[ recovery-image] Feb 22 21:06:24.767 INFO O| Feb 22 21:06:24.767 INFO STEP 24 (ensure_file) COMPLETE
82772025-02-22T21:06:26.018Z[ recovery-image] Feb 22 21:06:24.767 INFO O| Feb 22 21:06:24.767 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
82782025-02-22T21:06:26.038Z[ recovery-image] Feb 22 21:06:24.789 INFO O| Feb 22 21:06:24.789 INFO updating shadow file
82792025-02-22T21:06:26.041Z[ recovery-image] Feb 22 21:06:24.790 INFO O| Feb 22 21:06:24.789 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82802025-02-22T21:06:26.041Z[ recovery-image] Feb 22 21:06:24.790 INFO O| Feb 22 21:06:24.790 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82812025-02-22T21:06:26.041Z[ recovery-image] Feb 22 21:06:24.790 INFO O| Feb 22 21:06:24.790 INFO STEP 25 (shadow) COMPLETE
82822025-02-22T21:06:26.041Z[ recovery-image] Feb 22 21:06:24.790 INFO O| Feb 22 21:06:24.790 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82832025-02-22T21:06:26.059Z[ recovery-image] Feb 22 21:06:24.810 INFO O| Feb 22 21:06:24.810 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
82842025-02-22T21:06:26.062Z[ recovery-image] Feb 22 21:06:24.810 INFO O| Feb 22 21:06:24.810 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
82852025-02-22T21:06:26.062Z[ recovery-image] Feb 22 21:06:24.811 INFO O| Feb 22 21:06:24.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
82862025-02-22T21:06:26.062Z[ recovery-image] Feb 22 21:06:24.811 INFO O| Feb 22 21:06:24.811 INFO ok!
82872025-02-22T21:06:26.062Z[ recovery-image] Feb 22 21:06:24.811 INFO O| Feb 22 21:06:24.811 INFO STEP 26 (ensure_file) COMPLETE
82882025-02-22T21:06:26.062Z[ recovery-image] Feb 22 21:06:24.811 INFO O| Feb 22 21:06:24.811 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82892025-02-22T21:06:26.080Z[ recovery-image] Feb 22 21:06:24.831 INFO O| Feb 22 21:06:24.831 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
82902025-02-22T21:06:26.081Z[ recovery-image] Feb 22 21:06:24.832 INFO O| Feb 22 21:06:24.831 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
82912025-02-22T21:06:26.081Z[ recovery-image] Feb 22 21:06:24.832 INFO O| Feb 22 21:06:24.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
82922025-02-22T21:06:26.081Z[ recovery-image] Feb 22 21:06:24.832 INFO O| Feb 22 21:06:24.832 INFO ok!
82932025-02-22T21:06:26.084Z[ recovery-image] Feb 22 21:06:24.832 INFO O| Feb 22 21:06:24.832 INFO STEP 27 (ensure_file) COMPLETE
82942025-02-22T21:06:26.084Z[ recovery-image] Feb 22 21:06:24.832 INFO O| Feb 22 21:06:24.832 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82952025-02-22T21:06:26.114Z[ recovery-image] Feb 22 21:06:24.865 INFO O| Feb 22 21:06:24.865 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
82962025-02-22T21:06:26.114Z[ recovery-image] Feb 22 21:06:24.865 INFO O| Feb 22 21:06:24.865 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
82972025-02-22T21:06:26.117Z[ recovery-image] Feb 22 21:06:24.866 INFO O| Feb 22 21:06:24.866 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82982025-02-22T21:06:26.117Z[ recovery-image] Feb 22 21:06:24.866 INFO O| Feb 22 21:06:24.866 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82992025-02-22T21:06:26.117Z[ recovery-image] Feb 22 21:06:24.866 INFO O| Feb 22 21:06:24.866 INFO ok!
83002025-02-22T21:06:26.117Z[ recovery-image] Feb 22 21:06:24.866 INFO O| Feb 22 21:06:24.866 INFO STEP 28 (ensure_file) COMPLETE
83012025-02-22T21:06:26.117Z[ recovery-image] Feb 22 21:06:24.866 INFO O| Feb 22 21:06:24.866 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
83022025-02-22T21:06:26.176Z[ recovery-image] Feb 22 21:06:24.927 INFO O| Feb 22 21:06:24.927 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
83032025-02-22T21:06:26.176Z[ recovery-image] Feb 22 21:06:24.927 INFO O| Feb 22 21:06:24.927 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
83042025-02-22T21:06:26.176Z[ recovery-image] Feb 22 21:06:24.927 INFO O| Feb 22 21:06:24.927 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
83052025-02-22T21:06:26.179Z[ recovery-image] Feb 22 21:06:24.927 INFO O| Feb 22 21:06:24.927 INFO ok!
83062025-02-22T21:06:26.179Z[ recovery-image] Feb 22 21:06:24.927 INFO O| Feb 22 21:06:24.927 INFO STEP 29 (ensure_file) COMPLETE
83072025-02-22T21:06:26.179Z[ recovery-image] Feb 22 21:06:24.927 INFO O| Feb 22 21:06:24.927 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83082025-02-22T21:06:26.196Z[ recovery-image] Feb 22 21:06:24.947 INFO O| Feb 22 21:06:24.947 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
83092025-02-22T21:06:26.196Z[ recovery-image] Feb 22 21:06:24.947 INFO O| Feb 22 21:06:24.947 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
83102025-02-22T21:06:26.196Z[ recovery-image] Feb 22 21:06:24.947 INFO O| Feb 22 21:06:24.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
83112025-02-22T21:06:26.196Z[ recovery-image] Feb 22 21:06:24.947 INFO O| Feb 22 21:06:24.947 INFO ok!
83122025-02-22T21:06:26.199Z[ recovery-image] Feb 22 21:06:24.947 INFO O| Feb 22 21:06:24.947 INFO STEP 30 (ensure_file) COMPLETE
83132025-02-22T21:06:26.199Z[ recovery-image] Feb 22 21:06:24.947 INFO O| Feb 22 21:06:24.947 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83142025-02-22T21:06:26.235Z[ recovery-image] Feb 22 21:06:24.986 INFO O| Feb 22 21:06:24.986 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
83152025-02-22T21:06:26.235Z[ recovery-image] Feb 22 21:06:24.986 INFO O| Feb 22 21:06:24.986 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
83162025-02-22T21:06:26.235Z[ recovery-image] Feb 22 21:06:24.986 INFO O| Feb 22 21:06:24.986 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83172025-02-22T21:06:26.235Z[ recovery-image] Feb 22 21:06:24.986 INFO O| Feb 22 21:06:24.986 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
83182025-02-22T21:06:26.238Z[ recovery-image] Feb 22 21:06:24.986 INFO O| Feb 22 21:06:24.986 INFO ok!
83192025-02-22T21:06:26.238Z[ recovery-image] Feb 22 21:06:24.987 INFO O| Feb 22 21:06:24.987 INFO STEP 31 (ensure_file) COMPLETE
83202025-02-22T21:06:26.238Z[ recovery-image] Feb 22 21:06:24.987 INFO O| Feb 22 21:06:24.987 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83212025-02-22T21:06:26.256Z[ recovery-image] Feb 22 21:06:25.007 INFO O| Feb 22 21:06:25.007 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
83222025-02-22T21:06:26.256Z[ recovery-image] Feb 22 21:06:25.007 INFO O| Feb 22 21:06:25.007 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
83232025-02-22T21:06:26.259Z[ recovery-image] Feb 22 21:06:25.008 INFO O| Feb 22 21:06:25.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
83242025-02-22T21:06:26.259Z[ recovery-image] Feb 22 21:06:25.008 INFO O| Feb 22 21:06:25.008 INFO ok!
83252025-02-22T21:06:26.259Z[ recovery-image] Feb 22 21:06:25.008 INFO O| Feb 22 21:06:25.008 INFO STEP 32 (ensure_file) COMPLETE
83262025-02-22T21:06:26.259Z[ recovery-image] Feb 22 21:06:25.008 INFO O| Feb 22 21:06:25.008 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83272025-02-22T21:06:26.317Z[ recovery-image] Feb 22 21:06:25.068 INFO O| Feb 22 21:06:25.067 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
83282025-02-22T21:06:26.317Z[ recovery-image] Feb 22 21:06:25.068 INFO O| Feb 22 21:06:25.068 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
83292025-02-22T21:06:26.317Z[ recovery-image] Feb 22 21:06:25.068 INFO O| Feb 22 21:06:25.068 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
83302025-02-22T21:06:26.317Z[ recovery-image] Feb 22 21:06:25.068 INFO O| Feb 22 21:06:25.068 INFO ok!
83312025-02-22T21:06:26.320Z[ recovery-image] Feb 22 21:06:25.068 INFO O| Feb 22 21:06:25.068 INFO STEP 33 (ensure_file) COMPLETE
83322025-02-22T21:06:26.320Z[ recovery-image] Feb 22 21:06:25.068 INFO O| Feb 22 21:06:25.068 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83332025-02-22T21:06:26.354Z[ recovery-image] Feb 22 21:06:25.105 INFO O| Feb 22 21:06:25.105 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
83342025-02-22T21:06:26.354Z[ recovery-image] Feb 22 21:06:25.105 INFO O| Feb 22 21:06:25.105 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
83352025-02-22T21:06:26.354Z[ recovery-image] Feb 22 21:06:25.105 INFO O| Feb 22 21:06:25.105 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83362025-02-22T21:06:26.354Z[ recovery-image] Feb 22 21:06:25.105 INFO O| Feb 22 21:06:25.105 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83372025-02-22T21:06:26.357Z[ recovery-image] Feb 22 21:06:25.105 INFO O| Feb 22 21:06:25.105 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83382025-02-22T21:06:26.357Z[ recovery-image] Feb 22 21:06:25.106 INFO O| Feb 22 21:06:25.106 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
83392025-02-22T21:06:26.358Z[ recovery-image] Feb 22 21:06:25.106 INFO O| Feb 22 21:06:25.106 INFO ok!
83402025-02-22T21:06:26.358Z[ recovery-image] Feb 22 21:06:25.106 INFO O| Feb 22 21:06:25.106 INFO STEP 34 (ensure_file) COMPLETE
83412025-02-22T21:06:26.358Z[ recovery-image] Feb 22 21:06:25.106 INFO O| Feb 22 21:06:25.106 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83422025-02-22T21:06:26.394Z[ recovery-image] Feb 22 21:06:25.145 INFO O| Feb 22 21:06:25.144 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83432025-02-22T21:06:26.394Z[ recovery-image] Feb 22 21:06:25.145 INFO O| Feb 22 21:06:25.145 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83442025-02-22T21:06:26.394Z[ recovery-image] Feb 22 21:06:25.145 INFO O| Feb 22 21:06:25.145 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
83452025-02-22T21:06:26.396Z[ recovery-image] Feb 22 21:06:25.145 INFO O| Feb 22 21:06:25.145 INFO STEP 35 (ensure_dir) COMPLETE
83462025-02-22T21:06:26.396Z[ recovery-image] Feb 22 21:06:25.145 INFO O| Feb 22 21:06:25.145 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83472025-02-22T21:06:26.423Z[ recovery-image] Feb 22 21:06:25.174 INFO O| Feb 22 21:06:25.174 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
83482025-02-22T21:06:26.424Z[ recovery-image] Feb 22 21:06:25.174 INFO O| Feb 22 21:06:25.174 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 ...
83492025-02-22T21:06:26.427Z[ recovery-image] Feb 22 21:06:25.175 INFO O| Feb 22 21:06:25.174 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
83502025-02-22T21:06:26.427Z[ recovery-image] Feb 22 21:06:25.175 INFO O| Feb 22 21:06:25.174 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
83512025-02-22T21:06:26.427Z[ recovery-image] Feb 22 21:06:25.175 INFO O| Feb 22 21:06:25.175 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
83522025-02-22T21:06:26.427Z[ recovery-image] Feb 22 21:06:25.175 INFO O| Feb 22 21:06:25.175 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
83532025-02-22T21:06:26.427Z[ recovery-image] Feb 22 21:06:25.175 INFO O| Feb 22 21:06:25.175 INFO ok!
83542025-02-22T21:06:26.427Z[ recovery-image] Feb 22 21:06:25.175 INFO O| Feb 22 21:06:25.175 INFO STEP 36 (ensure_file) COMPLETE
83552025-02-22T21:06:26.427Z[ recovery-image] Feb 22 21:06:25.175 INFO O| Feb 22 21:06:25.175 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
83562025-02-22T21:06:26.467Z[ recovery-image] Feb 22 21:06:25.218 INFO O| Feb 22 21:06:25.218 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
83572025-02-22T21:06:26.467Z[ recovery-image] Feb 22 21:06:25.218 INFO O| Feb 22 21:06:25.218 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 ...
83582025-02-22T21:06:26.470Z[ recovery-image] Feb 22 21:06:25.218 INFO O| Feb 22 21:06:25.218 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
83592025-02-22T21:06:26.470Z[ recovery-image] Feb 22 21:06:25.218 INFO O| Feb 22 21:06:25.218 INFO ok!
83602025-02-22T21:06:26.470Z[ recovery-image] Feb 22 21:06:25.218 INFO O| Feb 22 21:06:25.218 INFO STEP 37 (ensure_symlink) COMPLETE
83612025-02-22T21:06:26.470Z[ recovery-image] Feb 22 21:06:25.218 INFO O| Feb 22 21:06:25.218 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83622025-02-22T21:06:26.489Z[ recovery-image] Feb 22 21:06:25.240 INFO O| Feb 22 21:06:25.240 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
83632025-02-22T21:06:26.489Z[ recovery-image] Feb 22 21:06:25.240 INFO O| Feb 22 21:06:25.240 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
83642025-02-22T21:06:26.492Z[ recovery-image] Feb 22 21:06:25.240 INFO O| Feb 22 21:06:25.240 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83652025-02-22T21:06:26.492Z[ recovery-image] Feb 22 21:06:25.240 INFO O| Feb 22 21:06:25.240 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83662025-02-22T21:06:26.492Z[ recovery-image] Feb 22 21:06:25.240 INFO O| Feb 22 21:06:25.240 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83672025-02-22T21:06:26.492Z[ recovery-image] Feb 22 21:06:25.240 INFO O| Feb 22 21:06:25.240 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
83682025-02-22T21:06:26.492Z[ recovery-image] Feb 22 21:06:25.240 INFO O| Feb 22 21:06:25.240 INFO ok!
83692025-02-22T21:06:26.492Z[ recovery-image] Feb 22 21:06:25.240 INFO O| Feb 22 21:06:25.240 INFO STEP 38 (ensure_file) COMPLETE
83702025-02-22T21:06:26.492Z[ recovery-image] Feb 22 21:06:25.240 INFO O| Feb 22 21:06:25.240 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83712025-02-22T21:06:26.509Z[ recovery-image] Feb 22 21:06:25.260 INFO O| Feb 22 21:06:25.259 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
83722025-02-22T21:06:26.509Z[ recovery-image] Feb 22 21:06:25.260 INFO O| Feb 22 21:06:25.260 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 ...
83732025-02-22T21:06:26.509Z[ recovery-image] Feb 22 21:06:25.260 INFO O| Feb 22 21:06:25.260 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
83742025-02-22T21:06:26.513Z[ recovery-image] Feb 22 21:06:25.260 INFO O| Feb 22 21:06:25.260 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
83752025-02-22T21:06:26.513Z[ recovery-image] Feb 22 21:06:25.260 INFO O| Feb 22 21:06:25.260 INFO ok!
83762025-02-22T21:06:26.513Z[ recovery-image] Feb 22 21:06:25.260 INFO O| Feb 22 21:06:25.260 INFO STEP 39 (ensure_file) COMPLETE
83772025-02-22T21:06:26.513Z[ recovery-image] Feb 22 21:06:25.260 INFO O| Feb 22 21:06:25.260 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83782025-02-22T21:06:26.545Z[ recovery-image] Feb 22 21:06:25.296 INFO O| Feb 22 21:06:25.296 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
83792025-02-22T21:06:26.545Z[ recovery-image] Feb 22 21:06:25.296 INFO O| Feb 22 21:06:25.296 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
83802025-02-22T21:06:26.545Z[ recovery-image] Feb 22 21:06:25.296 INFO O| Feb 22 21:06:25.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
83812025-02-22T21:06:26.548Z[ recovery-image] Feb 22 21:06:25.296 INFO O| Feb 22 21:06:25.296 INFO ok!
83822025-02-22T21:06:26.548Z[ recovery-image] Feb 22 21:06:25.296 INFO O| Feb 22 21:06:25.296 INFO STEP 40 (ensure_file) COMPLETE
83832025-02-22T21:06:26.548Z[ recovery-image] Feb 22 21:06:25.296 INFO O| Feb 22 21:06:25.296 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83842025-02-22T21:06:26.566Z[ recovery-image] Feb 22 21:06:25.317 INFO O| Feb 22 21:06:25.316 INFO updating shadow file
83852025-02-22T21:06:26.568Z[ recovery-image] Feb 22 21:06:25.317 INFO O| Feb 22 21:06:25.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
83862025-02-22T21:06:26.568Z[ recovery-image] Feb 22 21:06:25.317 INFO O| Feb 22 21:06:25.317 INFO STEP 41 (shadow) COMPLETE
83872025-02-22T21:06:26.569Z[ recovery-image] Feb 22 21:06:25.317 INFO O| Feb 22 21:06:25.317 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
83882025-02-22T21:06:26.585Z[ recovery-image] Feb 22 21:06:25.336 INFO O| Feb 22 21:06:25.336 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
83892025-02-22T21:06:26.585Z[ recovery-image] Feb 22 21:06:25.336 INFO O| Feb 22 21:06:25.336 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
83902025-02-22T21:06:26.588Z[ recovery-image] Feb 22 21:06:25.336 INFO O| Feb 22 21:06:25.336 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83912025-02-22T21:06:26.588Z[ recovery-image] Feb 22 21:06:25.336 INFO O| Feb 22 21:06:25.336 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
83922025-02-22T21:06:26.588Z[ recovery-image] Feb 22 21:06:25.336 INFO O| Feb 22 21:06:25.336 INFO ok!
83932025-02-22T21:06:26.588Z[ recovery-image] Feb 22 21:06:25.337 INFO O| Feb 22 21:06:25.336 INFO STEP 42 (ensure_file) COMPLETE
83942025-02-22T21:06:26.588Z[ recovery-image] Feb 22 21:06:25.337 INFO O| Feb 22 21:06:25.337 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83952025-02-22T21:06:26.605Z[ recovery-image] Feb 22 21:06:25.356 INFO O| Feb 22 21:06:25.356 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
83962025-02-22T21:06:26.605Z[ recovery-image] Feb 22 21:06:25.356 INFO O| Feb 22 21:06:25.356 INFO STEP 43 (ensure_dir) COMPLETE
83972025-02-22T21:06:26.608Z[ recovery-image] Feb 22 21:06:25.356 INFO O| Feb 22 21:06:25.356 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83982025-02-22T21:06:26.624Z[ recovery-image] Feb 22 21:06:25.375 INFO O| Feb 22 21:06:25.375 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83992025-02-22T21:06:26.624Z[ recovery-image] Feb 22 21:06:25.375 INFO O| Feb 22 21:06:25.375 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
84002025-02-22T21:06:26.627Z[ recovery-image] Feb 22 21:06:25.375 INFO O| Feb 22 21:06:25.375 INFO STEP 44 (ensure_dir) COMPLETE
84012025-02-22T21:06:26.627Z[ recovery-image] Feb 22 21:06:25.375 INFO O| Feb 22 21:06:25.375 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84022025-02-22T21:06:26.649Z[ recovery-image] Feb 22 21:06:25.400 INFO O| Feb 22 21:06:25.400 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84032025-02-22T21:06:26.649Z[ recovery-image] Feb 22 21:06:25.400 INFO O| Feb 22 21:06:25.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
84042025-02-22T21:06:26.649Z[ recovery-image] Feb 22 21:06:25.400 INFO O| Feb 22 21:06:25.400 INFO STEP 45 (ensure_dir) COMPLETE
84052025-02-22T21:06:26.652Z[ recovery-image] Feb 22 21:06:25.400 INFO O| Feb 22 21:06:25.400 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84062025-02-22T21:06:26.705Z[ recovery-image] Feb 22 21:06:25.456 INFO O| Feb 22 21:06:25.456 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
84072025-02-22T21:06:26.705Z[ recovery-image] Feb 22 21:06:25.456 INFO O| Feb 22 21:06:25.456 INFO copying /tmp/.tmpqYqO5s/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
84082025-02-22T21:06:26.780Z[ recovery-image] Feb 22 21:06:25.530 INFO O| Feb 22 21:06:25.530 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
84092025-02-22T21:06:26.780Z[ recovery-image] Feb 22 21:06:25.531 INFO O| Feb 22 21:06:25.530 INFO ok!
84102025-02-22T21:06:26.780Z[ recovery-image] Feb 22 21:06:25.531 INFO O| Feb 22 21:06:25.530 INFO STEP 46 (ensure_file) COMPLETE
84112025-02-22T21:06:26.780Z[ recovery-image] Feb 22 21:06:25.531 INFO O| Feb 22 21:06:25.530 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84122025-02-22T21:06:26.802Z[ recovery-image] Feb 22 21:06:25.553 INFO O| Feb 22 21:06:25.553 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84132025-02-22T21:06:26.802Z[ recovery-image] Feb 22 21:06:25.553 INFO O| Feb 22 21:06:25.553 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
84142025-02-22T21:06:26.805Z[ recovery-image] Feb 22 21:06:25.553 INFO O| Feb 22 21:06:25.553 INFO STEP 47 (ensure_dir) COMPLETE
84152025-02-22T21:06:26.805Z[ recovery-image] Feb 22 21:06:25.553 INFO O| Feb 22 21:06:25.553 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84162025-02-22T21:06:26.823Z[ recovery-image] Feb 22 21:06:25.574 INFO O| Feb 22 21:06:25.574 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
84172025-02-22T21:06:26.823Z[ recovery-image] Feb 22 21:06:25.574 INFO O| Feb 22 21:06:25.574 INFO copying /tmp/.tmpqYqO5s/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
84182025-02-22T21:06:26.823Z[ recovery-image] Feb 22 21:06:25.574 INFO O| Feb 22 21:06:25.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
84192025-02-22T21:06:26.826Z[ recovery-image] Feb 22 21:06:25.574 INFO O| Feb 22 21:06:25.574 INFO ok!
84202025-02-22T21:06:26.826Z[ recovery-image] Feb 22 21:06:25.574 INFO O| Feb 22 21:06:25.574 INFO STEP 48 (ensure_file) COMPLETE
84212025-02-22T21:06:26.826Z[ recovery-image] Feb 22 21:06:25.574 INFO O| Feb 22 21:06:25.574 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84222025-02-22T21:06:26.842Z[ recovery-image] Feb 22 21:06:25.593 INFO O| Feb 22 21:06:25.593 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84232025-02-22T21:06:26.842Z[ recovery-image] Feb 22 21:06:25.593 INFO O| Feb 22 21:06:25.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
84242025-02-22T21:06:26.842Z[ recovery-image] Feb 22 21:06:25.593 INFO O| Feb 22 21:06:25.593 INFO STEP 49 (ensure_dir) COMPLETE
84252025-02-22T21:06:26.846Z[ recovery-image] Feb 22 21:06:25.594 INFO O| Feb 22 21:06:25.593 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84262025-02-22T21:06:26.862Z[ recovery-image] Feb 22 21:06:25.613 INFO O| Feb 22 21:06:25.613 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
84272025-02-22T21:06:26.862Z[ recovery-image] Feb 22 21:06:25.613 INFO O| Feb 22 21:06:25.613 INFO copying /tmp/.tmpqYqO5s/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
84282025-02-22T21:06:28.925Z[ recovery-image] Feb 22 21:06:27.676 INFO O| Feb 22 21:06:27.676 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
84292025-02-22T21:06:28.925Z[ recovery-image] Feb 22 21:06:27.676 INFO O| Feb 22 21:06:27.676 INFO ok!
84302025-02-22T21:06:28.928Z[ recovery-image] Feb 22 21:06:27.676 INFO O| Feb 22 21:06:27.676 INFO STEP 50 (ensure_file) COMPLETE
84312025-02-22T21:06:28.929Z[ recovery-image] Feb 22 21:06:27.676 INFO O| Feb 22 21:06:27.676 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84322025-02-22T21:06:28.944Z[ recovery-image] Feb 22 21:06:27.695 INFO O| Feb 22 21:06:27.695 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
84332025-02-22T21:06:28.944Z[ recovery-image] Feb 22 21:06:27.695 INFO O| Feb 22 21:06:27.695 INFO copying /tmp/.tmpqYqO5s/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
84342025-02-22T21:06:28.990Z[ recovery-image] Feb 22 21:06:27.741 INFO O| Feb 22 21:06:27.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
84352025-02-22T21:06:28.990Z[ recovery-image] Feb 22 21:06:27.741 INFO O| Feb 22 21:06:27.741 INFO ok!
84362025-02-22T21:06:28.993Z[ recovery-image] Feb 22 21:06:27.741 INFO O| Feb 22 21:06:27.741 INFO STEP 51 (ensure_file) COMPLETE
84372025-02-22T21:06:28.993Z[ recovery-image] Feb 22 21:06:27.741 INFO O| Feb 22 21:06:27.741 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84382025-02-22T21:06:29.022Z[ recovery-image] Feb 22 21:06:27.773 INFO O| Feb 22 21:06:27.773 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84392025-02-22T21:06:29.022Z[ recovery-image] Feb 22 21:06:27.773 INFO O| Feb 22 21:06:27.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
84402025-02-22T21:06:29.025Z[ recovery-image] Feb 22 21:06:27.774 INFO O| Feb 22 21:06:27.773 INFO STEP 52 (ensure_dir) COMPLETE
84412025-02-22T21:06:29.025Z[ recovery-image] Feb 22 21:06:27.774 INFO O| Feb 22 21:06:27.773 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84422025-02-22T21:06:29.057Z[ recovery-image] Feb 22 21:06:27.808 INFO O| Feb 22 21:06:27.808 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
84432025-02-22T21:06:29.057Z[ recovery-image] Feb 22 21:06:27.808 INFO O| Feb 22 21:06:27.808 INFO copying /tmp/.tmpqYqO5s/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 ...
84442025-02-22T21:06:29.057Z[ recovery-image] Feb 22 21:06:27.808 INFO O| Feb 22 21:06:27.808 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
84452025-02-22T21:06:29.060Z[ recovery-image] Feb 22 21:06:27.808 INFO O| Feb 22 21:06:27.808 INFO ok!
84462025-02-22T21:06:29.060Z[ recovery-image] Feb 22 21:06:27.808 INFO O| Feb 22 21:06:27.808 INFO STEP 53 (ensure_file) COMPLETE
84472025-02-22T21:06:29.060Z[ recovery-image] Feb 22 21:06:27.808 INFO O| Feb 22 21:06:27.808 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84482025-02-22T21:06:29.099Z[ recovery-image] Feb 22 21:06:27.850 INFO O| Feb 22 21:06:27.850 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
84492025-02-22T21:06:29.099Z[ recovery-image] Feb 22 21:06:27.850 INFO O| Feb 22 21:06:27.850 INFO copying /tmp/.tmpqYqO5s/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 ...
84502025-02-22T21:06:29.103Z[ recovery-image] Feb 22 21:06:27.850 INFO O| Feb 22 21:06:27.850 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
84512025-02-22T21:06:29.103Z[ recovery-image] Feb 22 21:06:27.850 INFO O| Feb 22 21:06:27.850 INFO ok!
84522025-02-22T21:06:29.103Z[ recovery-image] Feb 22 21:06:27.850 INFO O| Feb 22 21:06:27.850 INFO STEP 54 (ensure_file) COMPLETE
84532025-02-22T21:06:29.103Z[ recovery-image] Feb 22 21:06:27.850 INFO O| Feb 22 21:06:27.850 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84542025-02-22T21:06:29.156Z[ recovery-image] Feb 22 21:06:27.906 INFO O| Feb 22 21:06:27.906 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84552025-02-22T21:06:29.156Z[ recovery-image] Feb 22 21:06:27.907 INFO O| Feb 22 21:06:27.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
84562025-02-22T21:06:29.156Z[ recovery-image] Feb 22 21:06:27.907 INFO O| Feb 22 21:06:27.907 INFO STEP 55 (ensure_dir) COMPLETE
84572025-02-22T21:06:29.156Z[ recovery-image] Feb 22 21:06:27.907 INFO O| Feb 22 21:06:27.907 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84582025-02-22T21:06:29.211Z[ recovery-image] Feb 22 21:06:27.962 INFO O| Feb 22 21:06:27.962 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
84592025-02-22T21:06:29.211Z[ recovery-image] Feb 22 21:06:27.962 INFO O| Feb 22 21:06:27.962 INFO copying /tmp/.tmpqYqO5s/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 ...
84602025-02-22T21:06:29.211Z[ recovery-image] Feb 22 21:06:27.962 INFO O| Feb 22 21:06:27.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
84612025-02-22T21:06:29.214Z[ recovery-image] Feb 22 21:06:27.962 INFO O| Feb 22 21:06:27.962 INFO ok!
84622025-02-22T21:06:29.214Z[ recovery-image] Feb 22 21:06:27.962 INFO O| Feb 22 21:06:27.962 INFO STEP 56 (ensure_file) COMPLETE
84632025-02-22T21:06:29.214Z[ recovery-image] Feb 22 21:06:27.962 INFO O| Feb 22 21:06:27.962 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84642025-02-22T21:06:29.231Z[ recovery-image] Feb 22 21:06:27.982 INFO O| Feb 22 21:06:27.982 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
84652025-02-22T21:06:29.232Z[ recovery-image] Feb 22 21:06:27.982 INFO O| Feb 22 21:06:27.982 INFO copying /tmp/.tmpqYqO5s/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 ...
84662025-02-22T21:06:29.232Z[ recovery-image] Feb 22 21:06:27.983 INFO O| Feb 22 21:06:27.983 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
84672025-02-22T21:06:29.234Z[ recovery-image] Feb 22 21:06:27.983 INFO O| Feb 22 21:06:27.983 INFO ok!
84682025-02-22T21:06:29.234Z[ recovery-image] Feb 22 21:06:27.983 INFO O| Feb 22 21:06:27.983 INFO STEP 57 (ensure_file) COMPLETE
84692025-02-22T21:06:29.234Z[ recovery-image] Feb 22 21:06:27.983 INFO O| Feb 22 21:06:27.983 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84702025-02-22T21:06:29.266Z[ recovery-image] Feb 22 21:06:28.017 INFO O| Feb 22 21:06:28.017 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84712025-02-22T21:06:29.269Z[ recovery-image] Feb 22 21:06:28.017 INFO O| Feb 22 21:06:28.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
84722025-02-22T21:06:29.269Z[ recovery-image] Feb 22 21:06:28.017 INFO O| Feb 22 21:06:28.017 INFO STEP 58 (ensure_dir) COMPLETE
84732025-02-22T21:06:29.269Z[ recovery-image] Feb 22 21:06:28.017 INFO O| Feb 22 21:06:28.017 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84742025-02-22T21:06:29.311Z[ recovery-image] Feb 22 21:06:28.062 INFO O| Feb 22 21:06:28.062 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
84752025-02-22T21:06:29.311Z[ recovery-image] Feb 22 21:06:28.062 INFO O| Feb 22 21:06:28.062 INFO copying /tmp/.tmpqYqO5s/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 ...
84762025-02-22T21:06:29.314Z[ recovery-image] Feb 22 21:06:28.063 INFO O| Feb 22 21:06:28.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
84772025-02-22T21:06:29.314Z[ recovery-image] Feb 22 21:06:28.063 INFO O| Feb 22 21:06:28.063 INFO ok!
84782025-02-22T21:06:29.314Z[ recovery-image] Feb 22 21:06:28.063 INFO O| Feb 22 21:06:28.063 INFO STEP 59 (ensure_file) COMPLETE
84792025-02-22T21:06:29.314Z[ recovery-image] Feb 22 21:06:28.063 INFO O| Feb 22 21:06:28.063 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84802025-02-22T21:06:29.368Z[ recovery-image] Feb 22 21:06:28.119 INFO O| Feb 22 21:06:28.119 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
84812025-02-22T21:06:29.368Z[ recovery-image] Feb 22 21:06:28.119 INFO O| Feb 22 21:06:28.119 INFO copying /tmp/.tmpqYqO5s/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
84822025-02-22T21:06:29.371Z[ recovery-image] Feb 22 21:06:28.119 INFO O| Feb 22 21:06:28.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
84832025-02-22T21:06:29.371Z[ recovery-image] Feb 22 21:06:28.120 INFO O| Feb 22 21:06:28.119 INFO ok!
84842025-02-22T21:06:29.371Z[ recovery-image] Feb 22 21:06:28.120 INFO O| Feb 22 21:06:28.120 INFO STEP 60 (ensure_file) COMPLETE
84852025-02-22T21:06:29.371Z[ recovery-image] Feb 22 21:06:28.120 INFO O| Feb 22 21:06:28.120 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84862025-02-22T21:06:29.411Z[ recovery-image] Feb 22 21:06:28.161 INFO O| Feb 22 21:06:28.161 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
84872025-02-22T21:06:29.411Z[ recovery-image] Feb 22 21:06:28.161 INFO O| Feb 22 21:06:28.161 INFO STEP 61 (ensure_dir) COMPLETE
84882025-02-22T21:06:29.411Z[ recovery-image] Feb 22 21:06:28.161 INFO O| Feb 22 21:06:28.161 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84892025-02-22T21:06:29.432Z[ recovery-image] Feb 22 21:06:28.183 INFO O| Feb 22 21:06:28.183 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
84902025-02-22T21:06:29.432Z[ recovery-image] Feb 22 21:06:28.183 INFO O| Feb 22 21:06:28.183 INFO STEP 62 (ensure_dir) COMPLETE
84912025-02-22T21:06:29.434Z[ recovery-image] Feb 22 21:06:28.183 INFO O| Feb 22 21:06:28.183 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84922025-02-22T21:06:29.451Z[ recovery-image] Feb 22 21:06:28.202 INFO O| Feb 22 21:06:28.202 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
84932025-02-22T21:06:29.452Z[ recovery-image] Feb 22 21:06:28.202 INFO O| Feb 22 21:06:28.202 INFO STEP 63 (ensure_dir) COMPLETE
84942025-02-22T21:06:29.452Z[ recovery-image] Feb 22 21:06:28.202 INFO O| Feb 22 21:06:28.202 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84952025-02-22T21:06:29.474Z[ recovery-image] Feb 22 21:06:28.225 INFO O| Feb 22 21:06:28.225 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
84962025-02-22T21:06:29.474Z[ recovery-image] Feb 22 21:06:28.225 INFO O| Feb 22 21:06:28.225 INFO STEP 64 (ensure_dir) COMPLETE
84972025-02-22T21:06:29.474Z[ recovery-image] Feb 22 21:06:28.225 INFO O| Feb 22 21:06:28.225 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84982025-02-22T21:06:29.497Z[ recovery-image] Feb 22 21:06:28.248 INFO O| Feb 22 21:06:28.248 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
84992025-02-22T21:06:29.498Z[ recovery-image] Feb 22 21:06:28.249 INFO O| Feb 22 21:06:28.248 INFO copying /tmp/.tmpqYqO5s/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
85002025-02-22T21:06:29.500Z[ recovery-image] Feb 22 21:06:28.249 INFO O| Feb 22 21:06:28.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
85012025-02-22T21:06:29.500Z[ recovery-image] Feb 22 21:06:28.249 INFO O| Feb 22 21:06:28.249 INFO ok!
85022025-02-22T21:06:29.500Z[ recovery-image] Feb 22 21:06:28.249 INFO O| Feb 22 21:06:28.249 INFO STEP 65 (ensure_file) COMPLETE
85032025-02-22T21:06:29.500Z[ recovery-image] Feb 22 21:06:28.249 INFO O| Feb 22 21:06:28.249 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85042025-02-22T21:06:29.519Z[ recovery-image] Feb 22 21:06:28.270 INFO O| Feb 22 21:06:28.270 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
85052025-02-22T21:06:29.522Z[ recovery-image] Feb 22 21:06:28.270 INFO O| Feb 22 21:06:28.270 INFO STEP 66 (remove_files) COMPLETE
85062025-02-22T21:06:29.522Z[ recovery-image] Feb 22 21:06:28.270 INFO O| Feb 22 21:06:28.270 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85072025-02-22T21:06:29.548Z[ recovery-image] Feb 22 21:06:28.290 INFO O| Feb 22 21:06:28.290 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
85082025-02-22T21:06:29.548Z[ recovery-image] Feb 22 21:06:28.290 INFO O| Feb 22 21:06:28.290 INFO STEP 67 (remove_files) COMPLETE
85092025-02-22T21:06:29.551Z[ recovery-image] Feb 22 21:06:28.290 INFO O| Feb 22 21:06:28.290 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85102025-02-22T21:06:29.557Z[ recovery-image] Feb 22 21:06:28.308 INFO O| Feb 22 21:06:28.308 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
85112025-02-22T21:06:29.560Z[ recovery-image] Feb 22 21:06:28.309 INFO O| Feb 22 21:06:28.308 INFO STEP 68 (remove_files) COMPLETE
85122025-02-22T21:06:29.560Z[ recovery-image] Feb 22 21:06:28.309 INFO O| Feb 22 21:06:28.308 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85132025-02-22T21:06:29.672Z[ recovery-image] Feb 22 21:06:28.423 INFO O| Feb 22 21:06:28.423 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
85142025-02-22T21:06:29.675Z[ recovery-image] Feb 22 21:06:28.424 INFO O| Feb 22 21:06:28.424 INFO STEP 69 (remove_files) COMPLETE
85152025-02-22T21:06:29.675Z[ recovery-image] Feb 22 21:06:28.424 INFO O| Feb 22 21:06:28.424 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85162025-02-22T21:06:29.695Z[ recovery-image] Feb 22 21:06:28.446 INFO O| Feb 22 21:06:28.445 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
85172025-02-22T21:06:29.697Z[ recovery-image] Feb 22 21:06:28.446 INFO O| Feb 22 21:06:28.446 INFO STEP 70 (remove_files) COMPLETE
85182025-02-22T21:06:29.697Z[ recovery-image] Feb 22 21:06:28.446 INFO O| Feb 22 21:06:28.446 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85192025-02-22T21:06:29.739Z[ recovery-image] Feb 22 21:06:28.490 INFO O| Feb 22 21:06:28.490 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
85202025-02-22T21:06:29.742Z[ recovery-image] Feb 22 21:06:28.490 INFO O| Feb 22 21:06:28.490 INFO STEP 71 (remove_files) COMPLETE
85212025-02-22T21:06:29.742Z[ recovery-image] Feb 22 21:06:28.490 INFO O| Feb 22 21:06:28.490 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85222025-02-22T21:06:29.801Z[ recovery-image] Feb 22 21:06:28.552 INFO O| Feb 22 21:06:28.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
85232025-02-22T21:06:29.801Z[ recovery-image] Feb 22 21:06:28.552 INFO O| Feb 22 21:06:28.552 INFO STEP 72 (remove_files) COMPLETE
85242025-02-22T21:06:29.804Z[ recovery-image] Feb 22 21:06:28.552 INFO O| Feb 22 21:06:28.552 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85252025-02-22T21:06:29.822Z[ recovery-image] Feb 22 21:06:28.573 INFO O| Feb 22 21:06:28.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
85262025-02-22T21:06:29.823Z[ recovery-image] Feb 22 21:06:28.574 INFO O| Feb 22 21:06:28.574 INFO STEP 73 (remove_files) COMPLETE
85272025-02-22T21:06:29.823Z[ recovery-image] Feb 22 21:06:28.574 INFO O| Feb 22 21:06:28.574 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85282025-02-22T21:06:29.844Z[ recovery-image] Feb 22 21:06:28.595 INFO O| Feb 22 21:06:28.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
85292025-02-22T21:06:29.844Z[ recovery-image] Feb 22 21:06:28.595 INFO O| Feb 22 21:06:28.595 INFO STEP 74 (remove_files) COMPLETE
85302025-02-22T21:06:29.844Z[ recovery-image] Feb 22 21:06:28.595 INFO O| Feb 22 21:06:28.595 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85312025-02-22T21:06:29.863Z[ recovery-image] Feb 22 21:06:28.614 INFO O| Feb 22 21:06:28.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
85322025-02-22T21:06:29.864Z[ recovery-image] Feb 22 21:06:28.615 INFO O| Feb 22 21:06:28.615 INFO STEP 75 (remove_files) COMPLETE
85332025-02-22T21:06:29.864Z[ recovery-image] Feb 22 21:06:28.615 INFO O| Feb 22 21:06:28.615 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85342025-02-22T21:06:29.884Z[ recovery-image] Feb 22 21:06:28.635 INFO O| Feb 22 21:06:28.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
85352025-02-22T21:06:29.884Z[ recovery-image] Feb 22 21:06:28.635 INFO O| Feb 22 21:06:28.635 INFO STEP 76 (remove_files) COMPLETE
85362025-02-22T21:06:29.884Z[ recovery-image] Feb 22 21:06:28.635 INFO O| Feb 22 21:06:28.635 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85372025-02-22T21:06:29.904Z[ recovery-image] Feb 22 21:06:28.655 INFO O| Feb 22 21:06:28.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
85382025-02-22T21:06:29.904Z[ recovery-image] Feb 22 21:06:28.655 INFO O| Feb 22 21:06:28.655 INFO STEP 77 (remove_files) COMPLETE
85392025-02-22T21:06:29.904Z[ recovery-image] Feb 22 21:06:28.655 INFO O| Feb 22 21:06:28.655 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85402025-02-22T21:06:29.926Z[ recovery-image] Feb 22 21:06:28.677 INFO O| Feb 22 21:06:28.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
85412025-02-22T21:06:29.926Z[ recovery-image] Feb 22 21:06:28.677 INFO O| Feb 22 21:06:28.677 INFO STEP 78 (remove_files) COMPLETE
85422025-02-22T21:06:29.928Z[ recovery-image] Feb 22 21:06:28.677 INFO O| Feb 22 21:06:28.677 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85432025-02-22T21:06:29.947Z[ recovery-image] Feb 22 21:06:28.698 INFO O| Feb 22 21:06:28.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
85442025-02-22T21:06:29.949Z[ recovery-image] Feb 22 21:06:28.698 INFO O| Feb 22 21:06:28.698 INFO STEP 79 (remove_files) COMPLETE
85452025-02-22T21:06:29.949Z[ recovery-image] Feb 22 21:06:28.698 INFO O| Feb 22 21:06:28.698 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85462025-02-22T21:06:29.967Z[ recovery-image] Feb 22 21:06:28.718 INFO O| Feb 22 21:06:28.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
85472025-02-22T21:06:29.970Z[ recovery-image] Feb 22 21:06:28.718 INFO O| Feb 22 21:06:28.718 INFO STEP 80 (remove_files) COMPLETE
85482025-02-22T21:06:29.970Z[ recovery-image] Feb 22 21:06:28.718 INFO O| Feb 22 21:06:28.718 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85492025-02-22T21:06:29.988Z[ recovery-image] Feb 22 21:06:28.739 INFO O| Feb 22 21:06:28.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
85502025-02-22T21:06:29.990Z[ recovery-image] Feb 22 21:06:28.739 INFO O| Feb 22 21:06:28.739 INFO STEP 81 (remove_files) COMPLETE
85512025-02-22T21:06:29.990Z[ recovery-image] Feb 22 21:06:28.739 INFO O| Feb 22 21:06:28.739 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85522025-02-22T21:06:30.009Z[ recovery-image] Feb 22 21:06:28.760 INFO O| Feb 22 21:06:28.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
85532025-02-22T21:06:30.010Z[ recovery-image] Feb 22 21:06:28.761 INFO O| Feb 22 21:06:28.761 INFO STEP 82 (remove_files) COMPLETE
85542025-02-22T21:06:30.012Z[ recovery-image] Feb 22 21:06:28.761 INFO O| Feb 22 21:06:28.761 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85552025-02-22T21:06:30.030Z[ recovery-image] Feb 22 21:06:28.781 INFO O| Feb 22 21:06:28.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
85562025-02-22T21:06:30.030Z[ recovery-image] Feb 22 21:06:28.781 INFO O| Feb 22 21:06:28.781 INFO STEP 83 (remove_files) COMPLETE
85572025-02-22T21:06:30.032Z[ recovery-image] Feb 22 21:06:28.781 INFO O| Feb 22 21:06:28.781 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85582025-02-22T21:06:30.050Z[ recovery-image] Feb 22 21:06:28.801 INFO O| Feb 22 21:06:28.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
85592025-02-22T21:06:30.050Z[ recovery-image] Feb 22 21:06:28.801 INFO O| Feb 22 21:06:28.801 INFO STEP 84 (remove_files) COMPLETE
85602025-02-22T21:06:30.050Z[ recovery-image] Feb 22 21:06:28.801 INFO O| Feb 22 21:06:28.801 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85612025-02-22T21:06:30.070Z[ recovery-image] Feb 22 21:06:28.821 INFO O| Feb 22 21:06:28.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
85622025-02-22T21:06:30.070Z[ recovery-image] Feb 22 21:06:28.821 INFO O| Feb 22 21:06:28.821 INFO STEP 85 (remove_files) COMPLETE
85632025-02-22T21:06:30.074Z[ recovery-image] Feb 22 21:06:28.821 INFO O| Feb 22 21:06:28.821 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85642025-02-22T21:06:30.089Z[ recovery-image] Feb 22 21:06:28.840 INFO O| Feb 22 21:06:28.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
85652025-02-22T21:06:30.089Z[ recovery-image] Feb 22 21:06:28.840 INFO O| Feb 22 21:06:28.840 INFO STEP 86 (remove_files) COMPLETE
85662025-02-22T21:06:30.089Z[ recovery-image] Feb 22 21:06:28.840 INFO O| Feb 22 21:06:28.840 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85672025-02-22T21:06:30.108Z[ recovery-image] Feb 22 21:06:28.859 INFO O| Feb 22 21:06:28.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
85682025-02-22T21:06:30.108Z[ recovery-image] Feb 22 21:06:28.859 INFO O| Feb 22 21:06:28.859 INFO STEP 87 (remove_files) COMPLETE
85692025-02-22T21:06:30.108Z[ recovery-image] Feb 22 21:06:28.859 INFO O| Feb 22 21:06:28.859 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85702025-02-22T21:06:30.126Z[ recovery-image] Feb 22 21:06:28.877 INFO O| Feb 22 21:06:28.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
85712025-02-22T21:06:30.126Z[ recovery-image] Feb 22 21:06:28.877 INFO O| Feb 22 21:06:28.877 INFO STEP 88 (remove_files) COMPLETE
85722025-02-22T21:06:30.126Z[ recovery-image] Feb 22 21:06:28.877 INFO O| Feb 22 21:06:28.877 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85732025-02-22T21:06:30.153Z[ recovery-image] Feb 22 21:06:28.904 INFO O| Feb 22 21:06:28.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
85742025-02-22T21:06:30.153Z[ recovery-image] Feb 22 21:06:28.904 INFO O| Feb 22 21:06:28.904 INFO STEP 89 (remove_files) COMPLETE
85752025-02-22T21:06:30.156Z[ recovery-image] Feb 22 21:06:28.904 INFO O| Feb 22 21:06:28.904 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85762025-02-22T21:06:30.176Z[ recovery-image] Feb 22 21:06:28.927 INFO O| Feb 22 21:06:28.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
85772025-02-22T21:06:30.176Z[ recovery-image] Feb 22 21:06:28.927 INFO O| Feb 22 21:06:28.927 INFO STEP 90 (remove_files) COMPLETE
85782025-02-22T21:06:30.178Z[ recovery-image] Feb 22 21:06:28.927 INFO O| Feb 22 21:06:28.927 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85792025-02-22T21:06:30.199Z[ recovery-image] Feb 22 21:06:28.950 INFO O| Feb 22 21:06:28.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
85802025-02-22T21:06:30.199Z[ recovery-image] Feb 22 21:06:28.950 INFO O| Feb 22 21:06:28.950 INFO STEP 91 (remove_files) COMPLETE
85812025-02-22T21:06:30.199Z[ recovery-image] Feb 22 21:06:28.950 INFO O| Feb 22 21:06:28.950 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85822025-02-22T21:06:30.258Z[ recovery-image] Feb 22 21:06:29.009 INFO O| Feb 22 21:06:29.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
85832025-02-22T21:06:30.258Z[ recovery-image] Feb 22 21:06:29.009 INFO O| Feb 22 21:06:29.009 INFO STEP 92 (remove_files) COMPLETE
85842025-02-22T21:06:30.258Z[ recovery-image] Feb 22 21:06:29.009 INFO O| Feb 22 21:06:29.009 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85852025-02-22T21:06:30.316Z[ recovery-image] Feb 22 21:06:29.067 INFO O| Feb 22 21:06:29.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
85862025-02-22T21:06:30.316Z[ recovery-image] Feb 22 21:06:29.067 INFO O| Feb 22 21:06:29.067 INFO STEP 93 (remove_files) COMPLETE
85872025-02-22T21:06:30.316Z[ recovery-image] Feb 22 21:06:29.067 INFO O| Feb 22 21:06:29.067 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85882025-02-22T21:06:30.336Z[ recovery-image] Feb 22 21:06:29.087 INFO O| Feb 22 21:06:29.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
85892025-02-22T21:06:30.336Z[ recovery-image] Feb 22 21:06:29.088 INFO O| Feb 22 21:06:29.087 INFO STEP 94 (remove_files) COMPLETE
85902025-02-22T21:06:30.339Z[ recovery-image] Feb 22 21:06:29.088 INFO O| Feb 22 21:06:29.088 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
85912025-02-22T21:06:30.390Z[ recovery-image] Feb 22 21:06:29.141 INFO O| Feb 22 21:06:29.141 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
85922025-02-22T21:06:30.393Z[ recovery-image] Feb 22 21:06:29.142 INFO O| Feb 22 21:06:29.141 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
85932025-02-22T21:06:46.598Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
85942025-02-22T21:06:46.922Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
85952025-02-22T21:06:47.790Z[ recovery-image] Feb 22 21:06:46.541 INFO O| Feb 22 21:06:46.541 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
85962025-02-22T21:06:47.793Z[ recovery-image] Feb 22 21:06:46.541 INFO O| Feb 22 21:06:46.541 INFO E| svccfg: Loaded 67 smf(7) service descriptions
85972025-02-22T21:06:47.832Z[ recovery-image] Feb 22 21:06:46.583 INFO O| Feb 22 21:06:46.583 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
85982025-02-22T21:06:48.026Z[ recovery-image] Feb 22 21:06:46.776 INFO O| Feb 22 21:06:46.776 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
85992025-02-22T21:06:48.026Z[ recovery-image] Feb 22 21:06:46.776 INFO O| Feb 22 21:06:46.776 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 ...
86002025-02-22T21:06:48.029Z[ recovery-image] Feb 22 21:06:46.779 INFO O| Feb 22 21:06:46.779 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
86012025-02-22T21:06:48.029Z[ recovery-image] Feb 22 21:06:46.779 INFO O| Feb 22 21:06:46.779 INFO ok!
86022025-02-22T21:06:48.029Z[ recovery-image] Feb 22 21:06:46.779 INFO O| Feb 22 21:06:46.779 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
86032025-02-22T21:06:48.029Z[ recovery-image] Feb 22 21:06:46.779 INFO O| Feb 22 21:06:46.779 INFO STEP 95 (seed_smf) COMPLETE
86042025-02-22T21:06:48.030Z[ recovery-image] Feb 22 21:06:46.779 INFO O| Feb 22 21:06:46.779 INFO steps complete; finalising image!
86052025-02-22T21:06:48.030Z[ recovery-image] Feb 22 21:06:46.779 INFO O| Feb 22 21:06:46.779 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
86062025-02-22T21:06:48.097Z[ recovery-image] Feb 22 21:06:46.847 INFO O| Feb 22 21:06:46.847 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Sat Feb 22 21:06:46 2025)
86072025-02-22T21:06:48.307Z[ recovery-image] Feb 22 21:06:47.058 INFO O| Feb 22 21:06:47.058 INFO trim TEMPORARY-gimlet-zfs-recovery: (28% trimmed, started at Sat Feb 22 21:06:46 2025)
86082025-02-22T21:06:48.523Z[ recovery-image] Feb 22 21:06:47.274 INFO O| Feb 22 21:06:47.274 INFO trim TEMPORARY-gimlet-zfs-recovery: (57% trimmed, started at Sat Feb 22 21:06:46 2025)
86092025-02-22T21:06:48.734Z[ recovery-image] Feb 22 21:06:47.484 INFO O| Feb 22 21:06:47.484 INFO trim TEMPORARY-gimlet-zfs-recovery: (61% trimmed, started at Sat Feb 22 21:06:46 2025)
86102025-02-22T21:06:48.945Z[ recovery-image] Feb 22 21:06:47.696 INFO O| Feb 22 21:06:47.696 INFO trim TEMPORARY-gimlet-zfs-recovery: (76% trimmed, started at Sat Feb 22 21:06:46 2025)
86112025-02-22T21:06:49.161Z[ recovery-image] Feb 22 21:06:47.912 INFO O| Feb 22 21:06:47.912 INFO trim TEMPORARY-gimlet-zfs-recovery: (97% trimmed, started at Sat Feb 22 21:06:46 2025)
86122025-02-22T21:06:49.423Z[ recovery-image] Feb 22 21:06:48.174 INFO O| Feb 22 21:06:48.174 INFO temporary pool has 383M used, 1.38G avail, 1.00x compressratio
86132025-02-22T21:06:49.424Z[ recovery-image] Feb 22 21:06:48.175 INFO O| Feb 22 21:06:48.174 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
86142025-02-22T21:06:50.273Z[ recovery-image] Feb 22 21:06:49.024 INFO O| Feb 22 21:06:49.024 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
86152025-02-22T21:06:50.273Z[ recovery-image] Feb 22 21:06:49.024 INFO O| Feb 22 21:06:49.024 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
86162025-02-22T21:06:52.185Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
86172025-02-22T21:06:52.765Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
86182025-02-22T21:06:53.491Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
86192025-02-22T21:06:54.135Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
86202025-02-22T21:06:54.882Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
86212025-02-22T21:06:55.360Z[verify-libraries] Compiling sync-ptr v0.1.1
86222025-02-22T21:06:55.706Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
86232025-02-22T21:06:56.115Z[ recovery-image] Feb 22 21:06:54.866 INFO O| Feb 22 21:06:54.866 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86242025-02-22T21:06:56.115Z[ recovery-image] Feb 22 21:06:54.866 INFO O| Feb 22 21:06:54.866 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86252025-02-22T21:06:56.118Z[ recovery-image] Feb 22 21:06:54.866 INFO O| Feb 22 21:06:54.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
86262025-02-22T21:06:56.118Z[ recovery-image] Feb 22 21:06:54.866 INFO O| Feb 22 21:06:54.866 INFO completed processing gimlet/zfs-recovery
86272025-02-22T21:06:56.118Z[ recovery-image] Feb 22 21:06:54.866 INFO O| Feb 22 21:06:54.866 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
86282025-02-22T21:06:56.633Z[ recovery-image] Feb 22 21:06:55.384 INFO O| Feb 22 21:06:55.383 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
86292025-02-22T21:06:56.768Z[ recovery-image] Feb 22 21:06:55.519 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
86302025-02-22T21:06:56.768Z[ recovery-image] Feb 22 21:06:55.519 INFO expanded image name: "recovery 7999177/${os_short_commit} 2025-02-22 20:34" -> "recovery 7999177/9fcb5ef 2025-02-22 20:34"
86312025-02-22T21:06:56.771Z[ recovery-image] Feb 22 21:06:55.519 INFO output artefacts stored in: "/work/os-recovery"
86322025-02-22T21:06:56.771Z[ recovery-image] Feb 22 21:06:55.520 INFO collecting git info from project "phbl"...
86332025-02-22T21:06:56.806Z[ recovery-image] Feb 22 21:06:55.556 INFO collecting git info from project "chelsio-t6-roms"...
86342025-02-22T21:06:56.840Z[ recovery-image] Feb 22 21:06:55.591 INFO collecting git info from project "amd-host-image-builder"...
86352025-02-22T21:06:56.917Z[ recovery-image] Feb 22 21:06:55.668 INFO collecting git info from project "bootserver"...
86362025-02-22T21:06:56.927Z[ recovery-image] Feb 22 21:06:55.678 INFO collecting git info from project "pilot"...
86372025-02-22T21:06:56.950Z[ recovery-image] Feb 22 21:06:55.701 INFO collecting git info from project "image-builder"...
86382025-02-22T21:06:56.980Z[ recovery-image] Feb 22 21:06:55.731 INFO collecting git info from project "amd-firmware"...
86392025-02-22T21:06:57.685Z[ recovery-image] Feb 22 21:06:56.436 INFO collecting git info from project "pinprick"...
86402025-02-22T21:06:57.694Z[ recovery-image] Feb 22 21:06:56.445 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
86412025-02-22T21:06:58.532Z[ recovery-image] Feb 22 21:06:57.283 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
86422025-02-22T21:06:59.303Z[ recovery-image] Feb 22 21:06:58.054 INFO creating Oxide boot image...
86432025-02-22T21:06:59.303Z[ recovery-image] Feb 22 21:06:58.054 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 7999177/9fcb5ef 2025-02-22 20:34", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
86442025-02-22T21:07:03.340Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
86452025-02-22T21:07:05.944Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
86462025-02-22T21:07:31.419Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
86472025-02-22T21:07:42.422Z[ host-image] Feb 22 21:07:41.173 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23235:20250221T103335Z
86482025-02-22T21:07:42.425Z[ host-image] Feb 22 21:07:41.173 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23235:20250221T103335Z
86492025-02-22T21:07:42.425Z[ host-image] Feb 22 21:07:41.173 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86502025-02-22T21:07:42.430Z[ host-image] Feb 22 21:07:41.182 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86512025-02-22T21:07:42.437Z[ host-image] Feb 22 21:07:41.182 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86522025-02-22T21:07:42.437Z[ host-image] Feb 22 21:07:41.182 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86532025-02-22T21:07:42.437Z[ host-image] Feb 22 21:07:41.183 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86542025-02-22T21:07:42.437Z[ host-image] Feb 22 21:07:41.184 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86552025-02-22T21:07:42.437Z[ host-image] Feb 22 21:07:41.184 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86562025-02-22T21:07:42.437Z[ host-image] Feb 22 21:07:41.184 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86572025-02-22T21:07:42.437Z[ host-image] Feb 22 21:07:41.184 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23235:20250221T103335Z
86582025-02-22T21:07:42.437Z[ host-image] Feb 22 21:07:41.187 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23235:20250221T103336Z
86592025-02-22T21:07:42.437Z[ host-image] Feb 22 21:07:41.188 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23235:20250221T103336Z
86602025-02-22T21:07:42.441Z[ host-image] Feb 22 21:07:41.189 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23235:20250221T103336Z
86612025-02-22T21:07:42.441Z[ host-image] Feb 22 21:07:41.189 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86622025-02-22T21:07:42.441Z[ host-image] Feb 22 21:07:41.190 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23235:20250221T103336Z
86632025-02-22T21:07:42.441Z[ host-image] Feb 22 21:07:41.191 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23235:20250221T103337Z
86642025-02-22T21:07:42.441Z[ host-image] Feb 22 21:07:41.191 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23235:20250221T103337Z
86652025-02-22T21:07:42.441Z[ host-image] Feb 22 21:07:41.191 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23235:20250221T103337Z
86662025-02-22T21:07:42.441Z[ host-image] Feb 22 21:07:41.192 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23235:20250221T103338Z
86672025-02-22T21:07:42.441Z[ host-image] Feb 22 21:07:41.192 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86682025-02-22T21:07:42.441Z[ host-image] Feb 22 21:07:41.192 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23235:20250221T103338Z
86692025-02-22T21:07:42.444Z[ host-image] Feb 22 21:07:41.192 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23235:20250221T103338Z
86702025-02-22T21:07:42.444Z[ host-image] Feb 22 21:07:41.193 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23235:20250221T103339Z
86712025-02-22T21:07:42.444Z[ host-image] Feb 22 21:07:41.193 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23235:20250221T103339Z
86722025-02-22T21:07:42.444Z[ host-image] Feb 22 21:07:41.193 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23235:20250221T103340Z
86732025-02-22T21:07:42.444Z[ host-image] Feb 22 21:07:41.194 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23235:20250221T103340Z
86742025-02-22T21:07:42.444Z[ host-image] Feb 22 21:07:41.194 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23235:20250221T103342Z
86752025-02-22T21:07:42.444Z[ host-image] Feb 22 21:07:41.194 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23235:20250221T103342Z
86762025-02-22T21:07:42.444Z[ host-image] Feb 22 21:07:41.194 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.334:20250214T080526Z
86772025-02-22T21:07:42.444Z[ host-image] Feb 22 21:07:41.194 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23235:20250221T103344Z
86782025-02-22T21:07:42.444Z[ host-image] Feb 22 21:07:41.194 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23235:20250221T103346Z
86792025-02-22T21:07:42.444Z[ host-image] Feb 22 21:07:41.194 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23235:20250221T103347Z
86802025-02-22T21:07:42.444Z[ host-image] Feb 22 21:07:41.195 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23235:20250221T103347Z
86812025-02-22T21:07:42.461Z[ host-image] Feb 22 21:07:41.213 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23235:20250221T103349Z
86822025-02-22T21:07:42.461Z[ host-image] Feb 22 21:07:41.213 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23235:20250221T103349Z
86832025-02-22T21:07:42.476Z[ host-image] Feb 22 21:07:41.227 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
86842025-02-22T21:07:42.479Z[ host-image] Feb 22 21:07:41.227 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23235:20250221T103349Z
86852025-02-22T21:07:42.479Z[ host-image] Feb 22 21:07:41.228 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
86862025-02-22T21:07:42.479Z[ host-image] Feb 22 21:07:41.228 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86872025-02-22T21:07:42.479Z[ host-image] Feb 22 21:07:41.229 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86882025-02-22T21:07:42.479Z[ host-image] Feb 22 21:07:41.229 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23235:20250221T103349Z
86892025-02-22T21:07:42.479Z[ host-image] Feb 22 21:07:41.230 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86902025-02-22T21:07:42.479Z[ host-image] Feb 22 21:07:41.230 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86912025-02-22T21:07:42.482Z[ host-image] Feb 22 21:07:41.232 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86922025-02-22T21:07:42.482Z[ host-image] Feb 22 21:07:41.232 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86932025-02-22T21:07:42.511Z[ host-image] Feb 22 21:07:41.263 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86942025-02-22T21:07:42.511Z[ host-image] Feb 22 21:07:41.263 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86952025-02-22T21:07:42.514Z[ host-image] Feb 22 21:07:41.263 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86962025-02-22T21:07:42.514Z[ host-image] Feb 22 21:07:41.264 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86972025-02-22T21:07:42.514Z[ host-image] Feb 22 21:07:41.265 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86982025-02-22T21:07:42.514Z[ host-image] Feb 22 21:07:41.265 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86992025-02-22T21:07:42.570Z[ host-image] Feb 22 21:07:41.322 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.16-2.0:20250212T181143Z
87002025-02-22T21:07:42.573Z[ host-image] Feb 22 21:07:41.323 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
87012025-02-22T21:07:42.573Z[ host-image] Feb 22 21:07:41.323 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
87022025-02-22T21:07:42.573Z[ host-image] Feb 22 21:07:41.324 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23235:20250221T103351Z
87032025-02-22T21:07:42.573Z[ host-image] Feb 22 21:07:41.324 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23235:20250221T103357Z
87042025-02-22T21:07:42.576Z[ host-image] Feb 22 21:07:41.324 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
87052025-02-22T21:07:42.576Z[ host-image] Feb 22 21:07:41.325 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23235:20250221T103357Z
87062025-02-22T21:07:42.576Z[ host-image] Feb 22 21:07:41.325 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
87072025-02-22T21:07:42.576Z[ host-image] Feb 22 21:07:41.325 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
87082025-02-22T21:07:42.576Z[ host-image] Feb 22 21:07:41.325 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
87092025-02-22T21:07:42.576Z[ host-image] Feb 22 21:07:41.325 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23235:20250221T103357Z
87102025-02-22T21:07:42.576Z[ host-image] Feb 22 21:07:41.326 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
87112025-02-22T21:07:42.581Z[ host-image] Feb 22 21:07:41.332 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
87122025-02-22T21:07:42.581Z[ host-image] Feb 22 21:07:41.332 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
87132025-02-22T21:07:42.583Z[ host-image] Feb 22 21:07:41.332 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
87142025-02-22T21:07:42.583Z[ host-image] Feb 22 21:07:41.333 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23235:20250221T103358Z
87152025-02-22T21:07:42.583Z[ host-image] Feb 22 21:07:41.333 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
87162025-02-22T21:07:42.604Z[ host-image] Feb 22 21:07:41.355 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
87172025-02-22T21:07:42.607Z[ host-image] Feb 22 21:07:41.356 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23235:20250221T103358Z
87182025-02-22T21:07:42.609Z[ host-image] Feb 22 21:07:41.359 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23235:20250221T103358Z
87192025-02-22T21:07:42.609Z[ host-image] Feb 22 21:07:41.360 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23235:20250221T103359Z
87202025-02-22T21:07:42.609Z[ host-image] Feb 22 21:07:41.360 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
87212025-02-22T21:07:42.609Z[ host-image] Feb 22 21:07:41.361 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23235:20250221T103400Z
87222025-02-22T21:07:42.612Z[ host-image] Feb 22 21:07:41.361 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23235:20250221T103400Z
87232025-02-22T21:07:42.612Z[ host-image] Feb 22 21:07:41.362 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23235:20250221T103400Z
87242025-02-22T21:07:42.612Z[ host-image] Feb 22 21:07:41.362 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23235:20250221T103400Z
87252025-02-22T21:07:42.616Z[ host-image] Feb 22 21:07:41.368 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87262025-02-22T21:07:42.619Z[ host-image] Feb 22 21:07:41.368 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23235:20250221T103401Z
87272025-02-22T21:07:42.619Z[ host-image] Feb 22 21:07:41.369 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23235:20250221T103402Z
87282025-02-22T21:07:42.619Z[ host-image] Feb 22 21:07:41.370 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87292025-02-22T21:07:42.619Z[ host-image] Feb 22 21:07:41.370 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23235:20250221T103402Z
87302025-02-22T21:07:42.619Z[ host-image] Feb 22 21:07:41.370 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23235:20250221T103402Z
87312025-02-22T21:07:42.629Z[ host-image] Feb 22 21:07:41.381 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.1.27-2.0.23235:20250221T103403Z
87322025-02-22T21:07:42.632Z[ host-image] Feb 22 21:07:41.381 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23235:20250221T103403Z
87332025-02-22T21:07:42.642Z[ host-image] Feb 22 21:07:41.394 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23235:20250221T103403Z
87342025-02-22T21:07:42.642Z[ host-image] Feb 22 21:07:41.394 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87352025-02-22T21:07:42.645Z[ host-image] Feb 22 21:07:41.397 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23235:20250221T103403Z
87362025-02-22T21:07:42.648Z[ host-image] Feb 22 21:07:41.399 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23235:20250221T103403Z
87372025-02-22T21:07:42.648Z[ host-image] Feb 22 21:07:41.399 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23235:20250221T103403Z
87382025-02-22T21:07:42.650Z[ host-image] Feb 22 21:07:41.399 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23235:20250221T103403Z
87392025-02-22T21:07:42.650Z[ host-image] Feb 22 21:07:41.400 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23235:20250221T103403Z
87402025-02-22T21:07:42.650Z[ host-image] Feb 22 21:07:41.401 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23235:20250221T103404Z
87412025-02-22T21:07:42.664Z[ host-image] Feb 22 21:07:41.415 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23235:20250221T103405Z
87422025-02-22T21:07:42.667Z[ host-image] Feb 22 21:07:41.416 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23235:20250221T103404Z
87432025-02-22T21:07:42.667Z[ host-image] Feb 22 21:07:41.416 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23235:20250221T103405Z
87442025-02-22T21:07:42.667Z[ host-image] Feb 22 21:07:41.418 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23235:20250221T103405Z
87452025-02-22T21:07:42.667Z[ host-image] Feb 22 21:07:41.418 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23235:20250221T103405Z
87462025-02-22T21:07:42.707Z[ host-image] Feb 22 21:07:41.458 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23235:20250221T103408Z
87472025-02-22T21:07:42.707Z[ host-image] Feb 22 21:07:41.458 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23235:20250221T103405Z
87482025-02-22T21:07:42.710Z[ host-image] Feb 22 21:07:41.459 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23235:20250221T103405Z
87492025-02-22T21:07:42.710Z[ host-image] Feb 22 21:07:41.459 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87502025-02-22T21:07:42.710Z[ host-image] Feb 22 21:07:41.459 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87512025-02-22T21:07:42.772Z[ host-image] Feb 22 21:07:41.523 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23235:20250221T103406Z
87522025-02-22T21:07:42.775Z[ host-image] Feb 22 21:07:41.524 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87532025-02-22T21:07:42.775Z[ host-image] Feb 22 21:07:41.524 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23235:20250221T103406Z
87542025-02-22T21:07:42.775Z[ host-image] Feb 22 21:07:41.524 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23235:20250221T103406Z
87552025-02-22T21:07:42.775Z[ host-image] Feb 22 21:07:41.526 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23235:20250221T103406Z
87562025-02-22T21:07:42.775Z[ host-image] Feb 22 21:07:41.526 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87572025-02-22T21:07:42.778Z[ host-image] Feb 22 21:07:41.527 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87582025-02-22T21:07:42.778Z[ host-image] Feb 22 21:07:41.527 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23235:20250221T103407Z
87592025-02-22T21:07:42.778Z[ host-image] Feb 22 21:07:41.528 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23235:20250221T103407Z
87602025-02-22T21:07:42.778Z[ host-image] Feb 22 21:07:41.528 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23235:20250221T103407Z
87612025-02-22T21:07:42.778Z[ host-image] Feb 22 21:07:41.529 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23235:20250221T103407Z
87622025-02-22T21:07:42.778Z[ host-image] Feb 22 21:07:41.529 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23235:20250221T103408Z
87632025-02-22T21:07:42.778Z[ host-image] Feb 22 21:07:41.529 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23235:20250221T103408Z
87642025-02-22T21:07:42.782Z[ host-image] Feb 22 21:07:41.533 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87652025-02-22T21:07:42.784Z[ host-image] Feb 22 21:07:41.534 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23235:20250221T103409Z
87662025-02-22T21:07:42.787Z[ host-image] Feb 22 21:07:41.536 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23235:20250221T103409Z
87672025-02-22T21:07:42.787Z[ host-image] Feb 22 21:07:41.536 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23235:20250221T103409Z
87682025-02-22T21:07:42.787Z[ host-image] Feb 22 21:07:41.536 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23235:20250221T103410Z
87692025-02-22T21:07:42.787Z[ host-image] Feb 22 21:07:41.537 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23235:20250221T103409Z
87702025-02-22T21:07:42.787Z[ host-image] Feb 22 21:07:41.537 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23235:20250221T103410Z
87712025-02-22T21:07:42.787Z[ host-image] Feb 22 21:07:41.537 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87722025-02-22T21:07:42.787Z[ host-image] Feb 22 21:07:41.537 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87732025-02-22T21:07:42.787Z[ host-image] Feb 22 21:07:41.538 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23235:20250221T103412Z
87742025-02-22T21:07:42.790Z[ host-image] Feb 22 21:07:41.539 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23235:20250221T103412Z
87752025-02-22T21:07:42.790Z[ host-image] Feb 22 21:07:41.539 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87762025-02-22T21:07:42.790Z[ host-image] Feb 22 21:07:41.539 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87772025-02-22T21:07:42.790Z[ host-image] Feb 22 21:07:41.539 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87782025-02-22T21:07:42.790Z[ host-image] Feb 22 21:07:41.539 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87792025-02-22T21:07:42.790Z[ host-image] Feb 22 21:07:41.539 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87802025-02-22T21:07:42.790Z[ host-image] Feb 22 21:07:41.540 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87812025-02-22T21:07:42.792Z[ host-image] Feb 22 21:07:41.542 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
87822025-02-22T21:07:42.793Z[ host-image] Feb 22 21:07:41.542 INFO O| tempdir @ "/tmp/.tmpmImE59/tmp"
87832025-02-22T21:07:42.793Z[ host-image] Feb 22 21:07:41.542 INFO O| image root @ "/tmp/.tmpmImE59/tmp/root"
87842025-02-22T21:07:42.793Z[ host-image] Feb 22 21:07:41.542 INFO O| creating image...
87852025-02-22T21:07:43.954Z[ host-image] Feb 22 21:07:42.705 INFO O| copying publishers...
87862025-02-22T21:07:45.233Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
87872025-02-22T21:08:03.527Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
87882025-02-22T21:08:08.731Z[ host-image] Feb 22 21:08:07.483 INFO O| adding properties...
87892025-02-22T21:08:11.116Z[ host-image] Feb 22 21:08:09.867 INFO O| installing packages...
87902025-02-22T21:08:13.275Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
87912025-02-22T21:08:13.849Z[ recovery-image] Feb 22 21:08:12.600 INFO O| ok, image written!
87922025-02-22T21:08:13.853Z[ recovery-image] Feb 22 21:08:12.600 INFO O| ok, boot_image_csum file written!
87932025-02-22T21:08:13.857Z[ recovery-image] Feb 22 21:08:12.607 INFO creating boot archive (CPIO)...
87942025-02-22T21:08:13.857Z[ recovery-image] Feb 22 21:08:12.607 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
87952025-02-22T21:08:13.879Z[ recovery-image] Feb 22 21:08:12.631 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
87962025-02-22T21:08:13.879Z[ recovery-image] Feb 22 21:08:12.631 INFO E| + outfile=/work/os-recovery/cpio
87972025-02-22T21:08:13.882Z[ recovery-image] Feb 22 21:08:12.631 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
87982025-02-22T21:08:13.885Z[ recovery-image] Feb 22 21:08:12.635 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
87992025-02-22T21:08:13.885Z[ recovery-image] Feb 22 21:08:12.635 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
88002025-02-22T21:08:13.931Z[ recovery-image] Feb 22 21:08:12.683 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
88012025-02-22T21:08:13.934Z[ recovery-image] Feb 22 21:08:12.683 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
88022025-02-22T21:08:13.943Z[ recovery-image] Feb 22 21:08:12.695 INFO creating compressed cpio/unix for nanobl-rs...
88032025-02-22T21:08:13.943Z[ recovery-image] Feb 22 21:08:12.695 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
88042025-02-22T21:08:14.478Z[ recovery-image] Feb 22 21:08:13.229 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
88052025-02-22T21:08:20.227Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
88062025-02-22T21:08:23.320Z[ recovery-image] Feb 22 21:08:22.071 INFO creating reset image...
88072025-02-22T21:08:23.320Z[ recovery-image] Feb 22 21:08:22.072 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
88082025-02-22T21:08:24.773Z[ recovery-image] Feb 22 21:08:23.524 INFO E| Updating crates.io index
88092025-02-22T21:08:25.028Z[ recovery-image] Feb 22 21:08:23.779 INFO E| Downloading crates ...
88102025-02-22T21:08:25.149Z[ recovery-image] Feb 22 21:08:23.900 INFO E| Downloaded anstyle v1.0.8
88112025-02-22T21:08:25.212Z[ recovery-image] Feb 22 21:08:23.964 INFO E| Downloaded os_pipe v1.2.1
88122025-02-22T21:08:25.215Z[ recovery-image] Feb 22 21:08:23.967 INFO E| Downloaded is_terminal_polyfill v1.70.1
88132025-02-22T21:08:25.219Z[ recovery-image] Feb 22 21:08:23.969 INFO E| Downloaded anstyle-query v1.1.1
88142025-02-22T21:08:25.221Z[ recovery-image] Feb 22 21:08:23.972 INFO E| Downloaded heck v0.5.0
88152025-02-22T21:08:25.224Z[ recovery-image] Feb 22 21:08:23.974 INFO E| Downloaded utf8parse v0.2.2
88162025-02-22T21:08:25.227Z[ recovery-image] Feb 22 21:08:23.976 INFO E| Downloaded colorchoice v1.0.2
88172025-02-22T21:08:25.227Z[ recovery-image] Feb 22 21:08:23.978 INFO E| Downloaded clap_lex v0.7.2
88182025-02-22T21:08:25.230Z[ recovery-image] Feb 22 21:08:23.981 INFO E| Downloaded anstream v0.6.15
88192025-02-22T21:08:25.234Z[ recovery-image] Feb 22 21:08:23.986 INFO E| Downloaded strsim v0.11.1
88202025-02-22T21:08:25.269Z[ recovery-image] Feb 22 21:08:24.020 INFO E| Downloaded unicode-ident v1.0.13
88212025-02-22T21:08:25.274Z[ recovery-image] Feb 22 21:08:24.025 INFO E| Downloaded proc-macro2 v1.0.86
88222025-02-22T21:08:25.278Z[ recovery-image] Feb 22 21:08:24.029 INFO E| Downloaded clap v4.5.17
88232025-02-22T21:08:25.294Z[ recovery-image] Feb 22 21:08:24.046 INFO E| Downloaded anstyle-parse v0.2.5
88242025-02-22T21:08:25.327Z[ recovery-image] Feb 22 21:08:24.078 INFO E| Downloaded shared_child v1.0.1
88252025-02-22T21:08:25.330Z[ recovery-image] Feb 22 21:08:24.081 INFO E| Downloaded quote v1.0.37
88262025-02-22T21:08:25.333Z[ recovery-image] Feb 22 21:08:24.085 INFO E| Downloaded clap_builder v4.5.17
88272025-02-22T21:08:25.345Z[ recovery-image] Feb 22 21:08:24.097 INFO E| Downloaded once_cell v1.19.0
88282025-02-22T21:08:25.349Z[ recovery-image] Feb 22 21:08:24.101 INFO E| Downloaded clap_derive v4.5.13
88292025-02-22T21:08:25.353Z[ recovery-image] Feb 22 21:08:24.105 INFO E| Downloaded duct v0.13.7
88302025-02-22T21:08:25.381Z[ recovery-image] Feb 22 21:08:24.132 INFO E| Downloaded syn v2.0.77
88312025-02-22T21:08:25.462Z[ recovery-image] Feb 22 21:08:24.214 INFO E| Downloaded libc v0.2.158
88322025-02-22T21:08:26.390Z[ recovery-image] Feb 22 21:08:25.141 INFO E| Compiling proc-macro2 v1.0.86
88332025-02-22T21:08:26.390Z[ recovery-image] Feb 22 21:08:25.141 INFO E| Compiling unicode-ident v1.0.13
88342025-02-22T21:08:26.390Z[ recovery-image] Feb 22 21:08:25.141 INFO E| Compiling libc v0.2.158
88352025-02-22T21:08:26.393Z[ recovery-image] Feb 22 21:08:25.141 INFO E| Compiling utf8parse v0.2.2
88362025-02-22T21:08:26.393Z[ recovery-image] Feb 22 21:08:25.141 INFO E| Compiling colorchoice v1.0.2
88372025-02-22T21:08:26.393Z[ recovery-image] Feb 22 21:08:25.142 INFO E| Compiling is_terminal_polyfill v1.70.1
88382025-02-22T21:08:26.393Z[ recovery-image] Feb 22 21:08:25.142 INFO E| Compiling anstyle v1.0.8
88392025-02-22T21:08:26.393Z[ recovery-image] Feb 22 21:08:25.142 INFO E| Compiling anstyle-query v1.1.1
88402025-02-22T21:08:26.996Z[ recovery-image] Feb 22 21:08:25.748 INFO E| Compiling anstyle-parse v0.2.5
88412025-02-22T21:08:27.317Z[ recovery-image] Feb 22 21:08:26.068 INFO E| Compiling clap_lex v0.7.2
88422025-02-22T21:08:27.453Z[ recovery-image] Feb 22 21:08:26.204 INFO E| Compiling anstream v0.6.15
88432025-02-22T21:08:27.493Z[ recovery-image] Feb 22 21:08:26.245 INFO E| Compiling strsim v0.11.1
88442025-02-22T21:08:27.507Z[ recovery-image] Feb 22 21:08:26.259 INFO E| Compiling heck v0.5.0
88452025-02-22T21:08:27.963Z[ recovery-image] Feb 22 21:08:26.714 INFO E| Compiling once_cell v1.19.0
88462025-02-22T21:08:28.475Z[ recovery-image] Feb 22 21:08:27.226 INFO E| Compiling clap_builder v4.5.17
88472025-02-22T21:08:29.983Z[ recovery-image] Feb 22 21:08:28.735 INFO E| Compiling quote v1.0.37
88482025-02-22T21:08:30.504Z[ recovery-image] Feb 22 21:08:29.256 INFO E| Compiling os_pipe v1.2.1
88492025-02-22T21:08:30.504Z[ recovery-image] Feb 22 21:08:29.256 INFO E| Compiling shared_child v1.0.1
88502025-02-22T21:08:30.556Z[ recovery-image] Feb 22 21:08:29.307 INFO E| Compiling syn v2.0.77
88512025-02-22T21:08:30.752Z[ recovery-image] Feb 22 21:08:29.504 INFO E| Compiling duct v0.13.7
88522025-02-22T21:08:34.883Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
88532025-02-22T21:08:38.967Z[ recovery-image] Feb 22 21:08:37.719 INFO E| Compiling clap_derive v4.5.13
88542025-02-22T21:08:40.971Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
88552025-02-22T21:08:43.708Z[ recovery-image] Feb 22 21:08:42.460 INFO E| Compiling clap v4.5.17
88562025-02-22T21:08:43.815Z[ recovery-image] Feb 22 21:08:42.567 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
88572025-02-22T21:08:45.832Z[ recovery-image] Feb 22 21:08:44.583 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.32s
88582025-02-22T21:08:45.854Z[ recovery-image] Feb 22 21:08:44.606 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
88592025-02-22T21:08:46.154Z[ recovery-image] Feb 22 21:08:44.905 INFO E| Updating crates.io index
88602025-02-22T21:08:46.328Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
88612025-02-22T21:08:46.413Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
88622025-02-22T21:08:46.422Z[ recovery-image] Feb 22 21:08:45.173 INFO E| Downloading crates ...
88632025-02-22T21:08:46.494Z[ recovery-image] Feb 22 21:08:45.245 INFO E| Downloaded bitstruct_derive v0.1.0
88642025-02-22T21:08:46.503Z[ recovery-image] Feb 22 21:08:45.255 INFO E| Downloaded scroll v0.12.0
88652025-02-22T21:08:46.510Z[ recovery-image] Feb 22 21:08:45.262 INFO E| Downloaded scroll_derive v0.12.0
88662025-02-22T21:08:46.513Z[ recovery-image] Feb 22 21:08:45.263 INFO E| Downloaded bitstruct v0.1.1
88672025-02-22T21:08:46.516Z[ recovery-image] Feb 22 21:08:45.268 INFO E| Downloaded seq-macro v0.3.5
88682025-02-22T21:08:46.522Z[ recovery-image] Feb 22 21:08:45.273 INFO E| Downloaded cpio_reader v0.1.1
88692025-02-22T21:08:46.525Z[ recovery-image] Feb 22 21:08:45.275 INFO E| Downloaded bit_field v0.10.2
88702025-02-22T21:08:46.530Z[ recovery-image] Feb 22 21:08:45.282 INFO E| Downloaded proc-macro2 v1.0.89
88712025-02-22T21:08:46.539Z[ recovery-image] Feb 22 21:08:45.291 INFO E| Downloaded adler2 v2.0.0
88722025-02-22T21:08:46.542Z[ recovery-image] Feb 22 21:08:45.294 INFO E| Downloaded miniz_oxide v0.8.0
88732025-02-22T21:08:46.548Z[ recovery-image] Feb 22 21:08:45.300 INFO E| Downloaded raw-cpuid v10.7.0
88742025-02-22T21:08:46.574Z[ recovery-image] Feb 22 21:08:45.326 INFO E| Downloaded goblin v0.8.2
88752025-02-22T21:08:46.609Z[ recovery-image] Feb 22 21:08:45.361 INFO E| Downloaded syn v2.0.85
88762025-02-22T21:08:46.833Z[ recovery-image] Feb 22 21:08:45.584 INFO E| Downloaded x86 v0.52.0
88772025-02-22T21:08:46.923Z[ recovery-image] Feb 22 21:08:45.675 INFO E| Updating crates.io index
88782025-02-22T21:08:46.962Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
88792025-02-22T21:08:47.126Z[ recovery-image] Feb 22 21:08:45.877 INFO E| Downloading crates ...
88802025-02-22T21:08:47.231Z[ recovery-image] Feb 22 21:08:45.982 INFO E| Downloaded rustc-demangle v0.1.24
88812025-02-22T21:08:47.237Z[ recovery-image] Feb 22 21:08:45.989 INFO E| Downloaded allocator-api2 v0.2.18
88822025-02-22T21:08:47.242Z[ recovery-image] Feb 22 21:08:45.994 INFO E| Downloaded memchr v2.5.0
88832025-02-22T21:08:47.250Z[ recovery-image] Feb 22 21:08:46.002 INFO E| Downloaded getopts v0.2.21
88842025-02-22T21:08:47.253Z[ recovery-image] Feb 22 21:08:46.004 INFO E| Downloaded hashbrown v0.15.0
88852025-02-22T21:08:47.312Z[ recovery-image] Feb 22 21:08:46.064 INFO E| Downloaded libc v0.2.161
88862025-02-22T21:08:47.380Z[ recovery-image] Feb 22 21:08:46.131 INFO E| Downloaded compiler_builtins v0.1.134
88872025-02-22T21:08:47.530Z[ recovery-image] Feb 22 21:08:46.282 INFO E| Compiling compiler_builtins v0.1.134
88882025-02-22T21:08:47.533Z[ recovery-image] Feb 22 21:08:46.282 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)
88892025-02-22T21:08:47.533Z[ recovery-image] Feb 22 21:08:46.282 INFO E| Compiling proc-macro2 v1.0.89
88902025-02-22T21:08:47.533Z[ recovery-image] Feb 22 21:08:46.283 INFO E| Compiling unicode-ident v1.0.13
88912025-02-22T21:08:47.533Z[ recovery-image] Feb 22 21:08:46.283 INFO E| Compiling syn v1.0.109
88922025-02-22T21:08:47.571Z[ recovery-image] Feb 22 21:08:46.323 INFO E| Compiling x86 v0.52.0
88932025-02-22T21:08:47.593Z[ recovery-image] Feb 22 21:08:46.345 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
88942025-02-22T21:08:47.613Z[ recovery-image] Feb 22 21:08:46.365 INFO E| Compiling seq-macro v0.3.5
88952025-02-22T21:08:49.108Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
88962025-02-22T21:08:49.925Z[ host-image] Feb 22 21:08:48.677 INFO O| seeding SMF database...
88972025-02-22T21:08:50.651Z[ recovery-image] Feb 22 21:08:49.403 INFO E| Compiling quote v1.0.37
88982025-02-22T21:08:50.745Z[verify-libraries] Compiling termios v0.3.3
88992025-02-22T21:08:51.213Z[ recovery-image] Feb 22 21:08:49.965 INFO E| Compiling syn v2.0.85
89002025-02-22T21:08:51.425Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
89012025-02-22T21:08:52.043Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
89022025-02-22T21:08:58.585Z[ recovery-image] Feb 22 21:08:57.337 INFO E| Compiling scroll_derive v0.12.0
89032025-02-22T21:09:02.007Z[ recovery-image] Feb 22 21:09:00.758 INFO E| Compiling bitstruct_derive v0.1.0
89042025-02-22T21:09:05.174Z[ host-image] Feb 22 21:09:03.926 INFO O| configuring SMF profile...
89052025-02-22T21:09:05.177Z[ host-image] Feb 22 21:09:03.926 INFO O| modifying shadow(5)...
89062025-02-22T21:09:05.177Z[ host-image] Feb 22 21:09:03.927 INFO O| loading user and group database...
89072025-02-22T21:09:05.177Z[ host-image] Feb 22 21:09:03.927 INFO O| assessing packaged files...
89082025-02-22T21:09:10.125Z[ host-image] Feb 22 21:09:08.877 INFO O| creating archive...
89092025-02-22T21:09:10.207Z[ host-image] Feb 22 21:09:08.959 INFO O| missing from packaging:
89102025-02-22T21:09:10.208Z[ host-image] Feb 22 21:09:08.959 INFO O| "etc/.pwd.lock"
89112025-02-22T21:09:10.208Z[ host-image] Feb 22 21:09:08.959 INFO O| "etc/bash"
89122025-02-22T21:09:10.229Z[ host-image] Feb 22 21:09:08.981 INFO O| "etc/svc/profile/generic.xml"
89132025-02-22T21:09:10.229Z[ host-image] Feb 22 21:09:08.981 INFO O| "etc/svc/profile/inetd_services.xml"
89142025-02-22T21:09:10.229Z[ host-image] Feb 22 21:09:08.981 INFO O| "etc/svc/profile/name_service.xml"
89152025-02-22T21:09:10.232Z[ host-image] Feb 22 21:09:08.981 INFO O| "etc/svc/profile/platform.xml"
89162025-02-22T21:09:10.232Z[ host-image] Feb 22 21:09:08.981 INFO O| "etc/svc/profile/platform_omicron1.xml"
89172025-02-22T21:09:10.232Z[ host-image] Feb 22 21:09:08.981 INFO O| "etc/svc/repository.db"
89182025-02-22T21:09:10.246Z[ host-image] Feb 22 21:09:08.998 INFO O| "opt/ooce/share"
89192025-02-22T21:09:10.247Z[ host-image] Feb 22 21:09:08.998 INFO O| "opt/ooce/share/man"
89202025-02-22T21:09:10.250Z[ host-image] Feb 22 21:09:08.998 INFO O| "opt/ooce/share/man/man1"
89212025-02-22T21:09:10.262Z[ host-image] Feb 22 21:09:09.014 INFO O| finishing archive...
89222025-02-22T21:09:14.523Z[ host-image] Feb 22 21:09:13.275 INFO O| creating gzonly manifest...
89232025-02-22T21:09:14.540Z[ host-image] Feb 22 21:09:13.292 INFO O| ok
89242025-02-22T21:09:14.768Z[ host-image] Feb 22 21:09:13.520 INFO image builder template: ramdisk-02-trim...
89252025-02-22T21:09:14.768Z[ host-image] Feb 22 21:09:13.520 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/.tmpqYqO5s/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
89262025-02-22T21:09:14.811Z[ host-image] Feb 22 21:09:13.563 INFO O| Feb 22 21:09:13.563 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89272025-02-22T21:09:14.826Z[ host-image] Feb 22 21:09:13.578 INFO O| Feb 22 21:09:13.578 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89282025-02-22T21:09:14.995Z[ host-image] Feb 22 21:09:13.747 INFO O| Feb 22 21:09:13.747 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
89292025-02-22T21:09:15.108Z[ host-image] Feb 22 21:09:13.859 INFO O| Feb 22 21:09:13.859 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
89302025-02-22T21:09:15.111Z[ host-image] Feb 22 21:09:13.860 INFO O| Feb 22 21:09:13.860 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
89312025-02-22T21:09:15.119Z[ host-image] Feb 22 21:09:13.871 INFO O| Feb 22 21:09:13.870 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89322025-02-22T21:09:15.141Z[ host-image] Feb 22 21:09:13.892 INFO O| Feb 22 21:09:13.892 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
89332025-02-22T21:09:15.165Z[ host-image] Feb 22 21:09:13.916 INFO O| Feb 22 21:09:13.916 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
89342025-02-22T21:09:15.477Z[ host-image] Feb 22 21:09:14.229 INFO O| Feb 22 21:09:14.229 INFO rolled back to input snapshot; work may begin
89352025-02-22T21:09:15.478Z[ host-image] Feb 22 21:09:14.229 INFO O| Feb 22 21:09:14.229 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
89362025-02-22T21:09:15.487Z[ host-image] Feb 22 21:09:14.239 INFO O| Feb 22 21:09:14.239 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89372025-02-22T21:09:15.506Z[ host-image] Feb 22 21:09:14.258 INFO O| Feb 22 21:09:14.258 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
89382025-02-22T21:09:15.651Z[ host-image] Feb 22 21:09:14.403 INFO O| Feb 22 21:09:14.403 INFO STEP 0 (remove_files) COMPLETE
89392025-02-22T21:09:15.651Z[ host-image] Feb 22 21:09:14.403 INFO O| Feb 22 21:09:14.403 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89402025-02-22T21:09:15.689Z[ host-image] Feb 22 21:09:14.441 INFO O| Feb 22 21:09:14.441 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
89412025-02-22T21:09:15.692Z[ host-image] Feb 22 21:09:14.444 INFO O| Feb 22 21:09:14.444 INFO STEP 1 (remove_files) COMPLETE
89422025-02-22T21:09:15.692Z[ host-image] Feb 22 21:09:14.444 INFO O| Feb 22 21:09:14.444 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89432025-02-22T21:09:15.713Z[ host-image] Feb 22 21:09:14.464 INFO O| Feb 22 21:09:14.464 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
89442025-02-22T21:09:15.736Z[ host-image] Feb 22 21:09:14.488 INFO O| Feb 22 21:09:14.487 INFO STEP 2 (remove_files) COMPLETE
89452025-02-22T21:09:15.736Z[ host-image] Feb 22 21:09:14.488 INFO O| Feb 22 21:09:14.488 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89462025-02-22T21:09:15.756Z[ host-image] Feb 22 21:09:14.508 INFO O| Feb 22 21:09:14.508 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
89472025-02-22T21:09:15.759Z[ host-image] Feb 22 21:09:14.511 INFO O| Feb 22 21:09:14.511 INFO STEP 3 (remove_files) COMPLETE
89482025-02-22T21:09:15.759Z[ host-image] Feb 22 21:09:14.511 INFO O| Feb 22 21:09:14.511 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89492025-02-22T21:09:15.779Z[ host-image] Feb 22 21:09:14.530 INFO O| Feb 22 21:09:14.530 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
89502025-02-22T21:09:15.786Z[ host-image] Feb 22 21:09:14.537 INFO O| Feb 22 21:09:14.537 INFO STEP 4 (remove_files) COMPLETE
89512025-02-22T21:09:15.786Z[ host-image] Feb 22 21:09:14.537 INFO O| Feb 22 21:09:14.537 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89522025-02-22T21:09:15.805Z[ host-image] Feb 22 21:09:14.556 INFO O| Feb 22 21:09:14.556 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
89532025-02-22T21:09:15.810Z[ host-image] Feb 22 21:09:14.562 INFO O| Feb 22 21:09:14.562 INFO STEP 5 (remove_files) COMPLETE
89542025-02-22T21:09:15.813Z[ host-image] Feb 22 21:09:14.562 INFO O| Feb 22 21:09:14.562 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89552025-02-22T21:09:15.830Z[ host-image] Feb 22 21:09:14.582 INFO O| Feb 22 21:09:14.582 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
89562025-02-22T21:09:15.851Z[ host-image] Feb 22 21:09:14.603 INFO O| Feb 22 21:09:14.602 INFO STEP 6 (remove_files) COMPLETE
89572025-02-22T21:09:15.851Z[ host-image] Feb 22 21:09:14.603 INFO O| Feb 22 21:09:14.603 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89582025-02-22T21:09:15.882Z[ host-image] Feb 22 21:09:14.633 INFO O| Feb 22 21:09:14.633 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
89592025-02-22T21:09:15.907Z[ host-image] Feb 22 21:09:14.658 INFO O| Feb 22 21:09:14.658 INFO STEP 7 (remove_files) COMPLETE
89602025-02-22T21:09:15.907Z[ host-image] Feb 22 21:09:14.658 INFO O| Feb 22 21:09:14.658 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89612025-02-22T21:09:15.928Z[ host-image] Feb 22 21:09:14.679 INFO O| Feb 22 21:09:14.679 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
89622025-02-22T21:09:16.101Z[ host-image] Feb 22 21:09:14.852 INFO O| Feb 22 21:09:14.852 INFO STEP 8 (remove_files) COMPLETE
89632025-02-22T21:09:16.101Z[ host-image] Feb 22 21:09:14.852 INFO O| Feb 22 21:09:14.852 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89642025-02-22T21:09:16.155Z[ host-image] Feb 22 21:09:14.907 INFO O| Feb 22 21:09:14.907 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
89652025-02-22T21:09:16.350Z[ host-image] Feb 22 21:09:15.101 INFO O| Feb 22 21:09:15.101 INFO STEP 9 (remove_files) COMPLETE
89662025-02-22T21:09:16.350Z[ host-image] Feb 22 21:09:15.101 INFO O| Feb 22 21:09:15.101 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89672025-02-22T21:09:16.370Z[ host-image] Feb 22 21:09:15.121 INFO O| Feb 22 21:09:15.121 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
89682025-02-22T21:09:16.376Z[ host-image] Feb 22 21:09:15.128 INFO O| Feb 22 21:09:15.128 INFO STEP 10 (remove_files) COMPLETE
89692025-02-22T21:09:16.379Z[ host-image] Feb 22 21:09:15.128 INFO O| Feb 22 21:09:15.128 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89702025-02-22T21:09:16.396Z[ host-image] Feb 22 21:09:15.148 INFO O| Feb 22 21:09:15.148 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
89712025-02-22T21:09:16.399Z[ host-image] Feb 22 21:09:15.150 INFO O| Feb 22 21:09:15.150 INFO STEP 11 (remove_files) COMPLETE
89722025-02-22T21:09:16.399Z[ host-image] Feb 22 21:09:15.150 INFO O| Feb 22 21:09:15.150 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89732025-02-22T21:09:16.418Z[ host-image] Feb 22 21:09:15.170 INFO O| Feb 22 21:09:15.170 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
89742025-02-22T21:09:16.421Z[ host-image] Feb 22 21:09:15.173 INFO O| Feb 22 21:09:15.173 INFO STEP 12 (remove_files) COMPLETE
89752025-02-22T21:09:16.423Z[ host-image] Feb 22 21:09:15.173 INFO O| Feb 22 21:09:15.173 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89762025-02-22T21:09:16.556Z[ host-image] Feb 22 21:09:15.308 INFO O| Feb 22 21:09:15.308 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
89772025-02-22T21:09:16.566Z[ host-image] Feb 22 21:09:15.318 INFO O| Feb 22 21:09:15.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
89782025-02-22T21:09:16.569Z[ host-image] Feb 22 21:09:15.319 INFO O| Feb 22 21:09:15.319 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
89792025-02-22T21:09:16.571Z[ host-image] Feb 22 21:09:15.321 INFO O| Feb 22 21:09:15.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
89802025-02-22T21:09:17.240Z[ host-image] Feb 22 21:09:15.991 INFO O| Feb 22 21:09:15.991 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89812025-02-22T21:09:17.240Z[ host-image] Feb 22 21:09:15.991 INFO O| Feb 22 21:09:15.991 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89822025-02-22T21:09:17.243Z[ host-image] Feb 22 21:09:15.992 INFO O| Feb 22 21:09:15.992 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89832025-02-22T21:09:17.243Z[ host-image] Feb 22 21:09:15.992 INFO O| Feb 22 21:09:15.992 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89842025-02-22T21:09:17.243Z[ host-image] Feb 22 21:09:15.992 INFO O| Feb 22 21:09:15.992 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89852025-02-22T21:09:17.243Z[ host-image] Feb 22 21:09:15.992 INFO O| Feb 22 21:09:15.992 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89862025-02-22T21:09:17.243Z[ host-image] Feb 22 21:09:15.992 INFO O| Feb 22 21:09:15.992 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89872025-02-22T21:09:17.243Z[ host-image] Feb 22 21:09:15.993 INFO O| Feb 22 21:09:15.993 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89882025-02-22T21:09:17.243Z[ host-image] Feb 22 21:09:15.993 INFO O| Feb 22 21:09:15.993 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89892025-02-22T21:09:17.243Z[ host-image] Feb 22 21:09:15.993 INFO O| Feb 22 21:09:15.993 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89902025-02-22T21:09:17.243Z[ host-image] Feb 22 21:09:15.994 INFO O| Feb 22 21:09:15.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89912025-02-22T21:09:17.243Z[ host-image] Feb 22 21:09:15.994 INFO O| Feb 22 21:09:15.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89922025-02-22T21:09:17.243Z[ host-image] Feb 22 21:09:15.994 INFO O| Feb 22 21:09:15.994 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89932025-02-22T21:09:17.246Z[ host-image] Feb 22 21:09:15.995 INFO O| Feb 22 21:09:15.995 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89942025-02-22T21:09:17.246Z[ host-image] Feb 22 21:09:15.995 INFO O| Feb 22 21:09:15.995 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89952025-02-22T21:09:17.246Z[ host-image] Feb 22 21:09:15.995 INFO O| Feb 22 21:09:15.995 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89962025-02-22T21:09:17.274Z[ host-image] Feb 22 21:09:16.025 INFO O| Feb 22 21:09:16.025 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
89972025-02-22T21:09:17.294Z[ host-image] Feb 22 21:09:16.045 INFO O| Feb 22 21:09:16.045 INFO STEP 13 (remove_files) COMPLETE
89982025-02-22T21:09:17.294Z[ host-image] Feb 22 21:09:16.045 INFO O| Feb 22 21:09:16.045 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89992025-02-22T21:09:17.323Z[ host-image] Feb 22 21:09:16.075 INFO O| Feb 22 21:09:16.075 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
90002025-02-22T21:09:17.326Z[ host-image] Feb 22 21:09:16.078 INFO O| Feb 22 21:09:16.078 INFO STEP 14 (remove_files) COMPLETE
90012025-02-22T21:09:17.326Z[ host-image] Feb 22 21:09:16.078 INFO O| Feb 22 21:09:16.078 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90022025-02-22T21:09:17.387Z[ host-image] Feb 22 21:09:16.138 INFO O| Feb 22 21:09:16.138 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
90032025-02-22T21:09:17.398Z[ host-image] Feb 22 21:09:16.150 INFO O| Feb 22 21:09:16.149 INFO STEP 15 (remove_files) COMPLETE
90042025-02-22T21:09:17.399Z[ host-image] Feb 22 21:09:16.150 INFO O| Feb 22 21:09:16.150 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90052025-02-22T21:09:17.417Z[ host-image] Feb 22 21:09:16.169 INFO O| Feb 22 21:09:16.169 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
90062025-02-22T21:09:17.420Z[ host-image] Feb 22 21:09:16.169 INFO O| Feb 22 21:09:16.169 INFO STEP 16 (remove_files) COMPLETE
90072025-02-22T21:09:17.420Z[ host-image] Feb 22 21:09:16.169 INFO O| Feb 22 21:09:16.169 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90082025-02-22T21:09:17.439Z[ host-image] Feb 22 21:09:16.190 INFO O| Feb 22 21:09:16.190 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
90092025-02-22T21:09:17.441Z[ host-image] Feb 22 21:09:16.193 INFO O| Feb 22 21:09:16.193 INFO STEP 17 (remove_files) COMPLETE
90102025-02-22T21:09:17.441Z[ host-image] Feb 22 21:09:16.193 INFO O| Feb 22 21:09:16.193 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90112025-02-22T21:09:17.459Z[ host-image] Feb 22 21:09:16.211 INFO O| Feb 22 21:09:16.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
90122025-02-22T21:09:17.462Z[ host-image] Feb 22 21:09:16.211 INFO O| Feb 22 21:09:16.211 INFO STEP 18 (remove_files) COMPLETE
90132025-02-22T21:09:17.462Z[ host-image] Feb 22 21:09:16.211 INFO O| Feb 22 21:09:16.211 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90142025-02-22T21:09:17.478Z[ host-image] Feb 22 21:09:16.230 INFO O| Feb 22 21:09:16.230 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
90152025-02-22T21:09:17.481Z[ host-image] Feb 22 21:09:16.230 INFO O| Feb 22 21:09:16.230 INFO STEP 19 (remove_files) COMPLETE
90162025-02-22T21:09:17.481Z[ host-image] Feb 22 21:09:16.231 INFO O| Feb 22 21:09:16.230 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90172025-02-22T21:09:17.498Z[ host-image] Feb 22 21:09:16.250 INFO O| Feb 22 21:09:16.250 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
90182025-02-22T21:09:17.501Z[ host-image] Feb 22 21:09:16.250 INFO O| Feb 22 21:09:16.250 INFO STEP 20 (remove_files) COMPLETE
90192025-02-22T21:09:17.501Z[ host-image] Feb 22 21:09:16.250 INFO O| Feb 22 21:09:16.250 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90202025-02-22T21:09:17.518Z[ host-image] Feb 22 21:09:16.270 INFO O| Feb 22 21:09:16.270 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
90212025-02-22T21:09:17.521Z[ host-image] Feb 22 21:09:16.270 INFO O| Feb 22 21:09:16.270 INFO STEP 21 (remove_files) COMPLETE
90222025-02-22T21:09:17.521Z[ host-image] Feb 22 21:09:16.270 INFO O| Feb 22 21:09:16.270 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232025-02-22T21:09:17.537Z[ host-image] Feb 22 21:09:16.289 INFO O| Feb 22 21:09:16.289 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
90242025-02-22T21:09:17.540Z[ host-image] Feb 22 21:09:16.289 INFO O| Feb 22 21:09:16.289 INFO STEP 22 (remove_files) COMPLETE
90252025-02-22T21:09:17.540Z[ host-image] Feb 22 21:09:16.289 INFO O| Feb 22 21:09:16.289 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90262025-02-22T21:09:17.555Z[ host-image] Feb 22 21:09:16.307 INFO O| Feb 22 21:09:16.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
90272025-02-22T21:09:17.558Z[ host-image] Feb 22 21:09:16.307 INFO O| Feb 22 21:09:16.307 INFO STEP 23 (remove_files) COMPLETE
90282025-02-22T21:09:17.558Z[ host-image] Feb 22 21:09:16.307 INFO O| Feb 22 21:09:16.307 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292025-02-22T21:09:17.591Z[ host-image] Feb 22 21:09:16.343 INFO O| Feb 22 21:09:16.342 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
90302025-02-22T21:09:17.591Z[ host-image] Feb 22 21:09:16.343 INFO O| Feb 22 21:09:16.343 INFO STEP 24 (remove_files) COMPLETE
90312025-02-22T21:09:17.594Z[ host-image] Feb 22 21:09:16.343 INFO O| Feb 22 21:09:16.343 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90322025-02-22T21:09:17.631Z[ host-image] Feb 22 21:09:16.382 INFO O| Feb 22 21:09:16.382 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
90332025-02-22T21:09:17.633Z[ host-image] Feb 22 21:09:16.382 INFO O| Feb 22 21:09:16.382 INFO STEP 25 (remove_files) COMPLETE
90342025-02-22T21:09:17.633Z[ host-image] Feb 22 21:09:16.382 INFO O| Feb 22 21:09:16.382 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90352025-02-22T21:09:17.650Z[ host-image] Feb 22 21:09:16.402 INFO O| Feb 22 21:09:16.402 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
90362025-02-22T21:09:17.653Z[ host-image] Feb 22 21:09:16.402 INFO O| Feb 22 21:09:16.402 INFO STEP 26 (remove_files) COMPLETE
90372025-02-22T21:09:17.653Z[ host-image] Feb 22 21:09:16.402 INFO O| Feb 22 21:09:16.402 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90382025-02-22T21:09:17.706Z[ host-image] Feb 22 21:09:16.458 INFO O| Feb 22 21:09:16.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
90392025-02-22T21:09:17.706Z[ host-image] Feb 22 21:09:16.458 INFO O| Feb 22 21:09:16.458 INFO STEP 27 (remove_files) COMPLETE
90402025-02-22T21:09:17.706Z[ host-image] Feb 22 21:09:16.458 INFO O| Feb 22 21:09:16.458 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90412025-02-22T21:09:17.766Z[ host-image] Feb 22 21:09:16.517 INFO O| Feb 22 21:09:16.517 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
90422025-02-22T21:09:17.768Z[ host-image] Feb 22 21:09:16.518 INFO O| Feb 22 21:09:16.518 INFO STEP 28 (remove_files) COMPLETE
90432025-02-22T21:09:17.768Z[ host-image] Feb 22 21:09:16.518 INFO O| Feb 22 21:09:16.518 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90442025-02-22T21:09:17.802Z[ host-image] Feb 22 21:09:16.553 INFO O| Feb 22 21:09:16.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
90452025-02-22T21:09:17.802Z[ host-image] Feb 22 21:09:16.553 INFO O| Feb 22 21:09:16.553 INFO STEP 29 (remove_files) COMPLETE
90462025-02-22T21:09:17.802Z[ host-image] Feb 22 21:09:16.553 INFO O| Feb 22 21:09:16.553 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90472025-02-22T21:09:17.859Z[ host-image] Feb 22 21:09:16.610 INFO O| Feb 22 21:09:16.610 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
90482025-02-22T21:09:17.859Z[ host-image] Feb 22 21:09:16.610 INFO O| Feb 22 21:09:16.610 INFO STEP 30 (remove_files) COMPLETE
90492025-02-22T21:09:17.859Z[ host-image] Feb 22 21:09:16.611 INFO O| Feb 22 21:09:16.610 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90502025-02-22T21:09:17.893Z[ host-image] Feb 22 21:09:16.644 INFO O| Feb 22 21:09:16.644 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
90512025-02-22T21:09:17.893Z[ host-image] Feb 22 21:09:16.645 INFO O| Feb 22 21:09:16.644 INFO STEP 31 (remove_files) COMPLETE
90522025-02-22T21:09:17.893Z[ host-image] Feb 22 21:09:16.645 INFO O| Feb 22 21:09:16.645 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90532025-02-22T21:09:17.953Z[ host-image] Feb 22 21:09:16.705 INFO O| Feb 22 21:09:16.705 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
90542025-02-22T21:09:17.953Z[ host-image] Feb 22 21:09:16.705 INFO O| Feb 22 21:09:16.705 INFO STEP 32 (remove_files) COMPLETE
90552025-02-22T21:09:17.956Z[ host-image] Feb 22 21:09:16.705 INFO O| Feb 22 21:09:16.705 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90562025-02-22T21:09:17.978Z[ host-image] Feb 22 21:09:16.729 INFO O| Feb 22 21:09:16.729 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
90572025-02-22T21:09:17.978Z[ host-image] Feb 22 21:09:16.729 INFO O| Feb 22 21:09:16.729 INFO STEP 33 (remove_files) COMPLETE
90582025-02-22T21:09:17.978Z[ host-image] Feb 22 21:09:16.729 INFO O| Feb 22 21:09:16.729 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90592025-02-22T21:09:18.071Z[ host-image] Feb 22 21:09:16.823 INFO O| Feb 22 21:09:16.822 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
90602025-02-22T21:09:18.071Z[ host-image] Feb 22 21:09:16.823 INFO O| Feb 22 21:09:16.823 INFO STEP 34 (remove_files) COMPLETE
90612025-02-22T21:09:18.071Z[ host-image] Feb 22 21:09:16.823 INFO O| Feb 22 21:09:16.823 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90622025-02-22T21:09:18.092Z[ host-image] Feb 22 21:09:16.843 INFO O| Feb 22 21:09:16.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
90632025-02-22T21:09:18.092Z[ host-image] Feb 22 21:09:16.844 INFO O| Feb 22 21:09:16.844 INFO STEP 35 (remove_files) COMPLETE
90642025-02-22T21:09:18.092Z[ host-image] Feb 22 21:09:16.844 INFO O| Feb 22 21:09:16.844 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90652025-02-22T21:09:18.112Z[ host-image] Feb 22 21:09:16.864 INFO O| Feb 22 21:09:16.864 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
90662025-02-22T21:09:18.112Z[ host-image] Feb 22 21:09:16.864 INFO O| Feb 22 21:09:16.864 INFO STEP 36 (remove_files) COMPLETE
90672025-02-22T21:09:18.115Z[ host-image] Feb 22 21:09:16.864 INFO O| Feb 22 21:09:16.864 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90682025-02-22T21:09:18.244Z[ host-image] Feb 22 21:09:16.996 INFO O| Feb 22 21:09:16.965 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
90692025-02-22T21:09:18.244Z[ host-image] Feb 22 21:09:16.996 INFO O| Feb 22 21:09:16.965 INFO STEP 37 (remove_files) COMPLETE
90702025-02-22T21:09:18.247Z[ host-image] Feb 22 21:09:16.996 INFO O| Feb 22 21:09:16.965 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90712025-02-22T21:09:18.253Z[ host-image] Feb 22 21:09:16.996 INFO O| Feb 22 21:09:16.987 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
90722025-02-22T21:09:18.253Z[ host-image] Feb 22 21:09:16.996 INFO O| Feb 22 21:09:16.987 INFO STEP 38 (remove_files) COMPLETE
90732025-02-22T21:09:18.256Z[ host-image] Feb 22 21:09:16.996 INFO O| Feb 22 21:09:16.987 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90742025-02-22T21:09:18.259Z[ host-image] Feb 22 21:09:17.010 INFO O| Feb 22 21:09:17.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
90752025-02-22T21:09:18.259Z[ host-image] Feb 22 21:09:17.011 INFO O| Feb 22 21:09:17.011 INFO STEP 39 (remove_files) COMPLETE
90762025-02-22T21:09:18.261Z[ host-image] Feb 22 21:09:17.011 INFO O| Feb 22 21:09:17.011 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90772025-02-22T21:09:18.279Z[ host-image] Feb 22 21:09:17.031 INFO O| Feb 22 21:09:17.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
90782025-02-22T21:09:18.281Z[ host-image] Feb 22 21:09:17.031 INFO O| Feb 22 21:09:17.031 INFO STEP 40 (remove_files) COMPLETE
90792025-02-22T21:09:18.282Z[ host-image] Feb 22 21:09:17.031 INFO O| Feb 22 21:09:17.031 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90802025-02-22T21:09:18.299Z[ host-image] Feb 22 21:09:17.051 INFO O| Feb 22 21:09:17.051 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
90812025-02-22T21:09:18.302Z[ host-image] Feb 22 21:09:17.051 INFO O| Feb 22 21:09:17.051 INFO STEP 41 (remove_files) COMPLETE
90822025-02-22T21:09:18.302Z[ host-image] Feb 22 21:09:17.051 INFO O| Feb 22 21:09:17.051 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90832025-02-22T21:09:18.319Z[ host-image] Feb 22 21:09:17.071 INFO O| Feb 22 21:09:17.071 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
90842025-02-22T21:09:18.322Z[ host-image] Feb 22 21:09:17.071 INFO O| Feb 22 21:09:17.071 INFO STEP 42 (remove_files) COMPLETE
90852025-02-22T21:09:18.322Z[ host-image] Feb 22 21:09:17.071 INFO O| Feb 22 21:09:17.071 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90862025-02-22T21:09:18.340Z[ host-image] Feb 22 21:09:17.091 INFO O| Feb 22 21:09:17.091 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
90872025-02-22T21:09:18.340Z[ host-image] Feb 22 21:09:17.091 INFO O| Feb 22 21:09:17.091 INFO STEP 43 (remove_files) COMPLETE
90882025-02-22T21:09:18.340Z[ host-image] Feb 22 21:09:17.091 INFO O| Feb 22 21:09:17.091 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90892025-02-22T21:09:18.382Z[ host-image] Feb 22 21:09:17.134 INFO O| Feb 22 21:09:17.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
90902025-02-22T21:09:18.382Z[ host-image] Feb 22 21:09:17.134 INFO O| Feb 22 21:09:17.134 INFO STEP 44 (remove_files) COMPLETE
90912025-02-22T21:09:18.382Z[ host-image] Feb 22 21:09:17.134 INFO O| Feb 22 21:09:17.134 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90922025-02-22T21:09:18.420Z[ host-image] Feb 22 21:09:17.172 INFO O| Feb 22 21:09:17.172 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
90932025-02-22T21:09:18.420Z[ host-image] Feb 22 21:09:17.172 INFO O| Feb 22 21:09:17.172 INFO STEP 45 (remove_files) COMPLETE
90942025-02-22T21:09:18.420Z[ host-image] Feb 22 21:09:17.172 INFO O| Feb 22 21:09:17.172 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90952025-02-22T21:09:18.457Z[ host-image] Feb 22 21:09:17.208 INFO O| Feb 22 21:09:17.208 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
90962025-02-22T21:09:18.457Z[ host-image] Feb 22 21:09:17.208 INFO O| Feb 22 21:09:17.208 INFO STEP 46 (remove_files) COMPLETE
90972025-02-22T21:09:18.457Z[ host-image] Feb 22 21:09:17.208 INFO O| Feb 22 21:09:17.208 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90982025-02-22T21:09:18.496Z[ host-image] Feb 22 21:09:17.248 INFO O| Feb 22 21:09:17.248 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
90992025-02-22T21:09:18.496Z[ host-image] Feb 22 21:09:17.248 INFO O| Feb 22 21:09:17.248 INFO STEP 47 (remove_files) COMPLETE
91002025-02-22T21:09:18.499Z[ host-image] Feb 22 21:09:17.248 INFO O| Feb 22 21:09:17.248 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91012025-02-22T21:09:18.534Z[ host-image] Feb 22 21:09:17.286 INFO O| Feb 22 21:09:17.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
91022025-02-22T21:09:18.534Z[ host-image] Feb 22 21:09:17.286 INFO O| Feb 22 21:09:17.286 INFO STEP 48 (remove_files) COMPLETE
91032025-02-22T21:09:18.534Z[ host-image] Feb 22 21:09:17.286 INFO O| Feb 22 21:09:17.286 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91042025-02-22T21:09:18.570Z[ host-image] Feb 22 21:09:17.321 INFO O| Feb 22 21:09:17.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
91052025-02-22T21:09:18.570Z[ host-image] Feb 22 21:09:17.321 INFO O| Feb 22 21:09:17.321 INFO STEP 49 (remove_files) COMPLETE
91062025-02-22T21:09:18.570Z[ host-image] Feb 22 21:09:17.321 INFO O| Feb 22 21:09:17.321 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91072025-02-22T21:09:18.637Z[ host-image] Feb 22 21:09:17.388 INFO O| Feb 22 21:09:17.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
91082025-02-22T21:09:18.638Z[ host-image] Feb 22 21:09:17.388 INFO O| Feb 22 21:09:17.388 INFO STEP 50 (remove_files) COMPLETE
91092025-02-22T21:09:18.638Z[ host-image] Feb 22 21:09:17.388 INFO O| Feb 22 21:09:17.388 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91102025-02-22T21:09:18.656Z[ host-image] Feb 22 21:09:17.407 INFO O| Feb 22 21:09:17.407 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
91112025-02-22T21:09:18.656Z[ host-image] Feb 22 21:09:17.407 INFO O| Feb 22 21:09:17.407 INFO STEP 51 (remove_files) COMPLETE
91122025-02-22T21:09:18.656Z[ host-image] Feb 22 21:09:17.407 INFO O| Feb 22 21:09:17.407 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91132025-02-22T21:09:18.694Z[ host-image] Feb 22 21:09:17.445 INFO O| Feb 22 21:09:17.445 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
91142025-02-22T21:09:18.694Z[ host-image] Feb 22 21:09:17.445 INFO O| Feb 22 21:09:17.445 INFO STEP 52 (remove_files) COMPLETE
91152025-02-22T21:09:18.694Z[ host-image] Feb 22 21:09:17.446 INFO O| Feb 22 21:09:17.445 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91162025-02-22T21:09:18.730Z[ host-image] Feb 22 21:09:17.482 INFO O| Feb 22 21:09:17.482 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
91172025-02-22T21:09:18.730Z[ host-image] Feb 22 21:09:17.482 INFO O| Feb 22 21:09:17.482 INFO STEP 53 (remove_files) COMPLETE
91182025-02-22T21:09:18.733Z[ host-image] Feb 22 21:09:17.482 INFO O| Feb 22 21:09:17.482 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91192025-02-22T21:09:18.762Z[ host-image] Feb 22 21:09:17.514 INFO O| Feb 22 21:09:17.514 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
91202025-02-22T21:09:18.762Z[ host-image] Feb 22 21:09:17.514 INFO O| Feb 22 21:09:17.514 INFO STEP 54 (remove_files) COMPLETE
91212025-02-22T21:09:18.765Z[ host-image] Feb 22 21:09:17.514 INFO O| Feb 22 21:09:17.514 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91222025-02-22T21:09:18.808Z[ host-image] Feb 22 21:09:17.560 INFO O| Feb 22 21:09:17.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
91232025-02-22T21:09:18.811Z[ host-image] Feb 22 21:09:17.560 INFO O| Feb 22 21:09:17.560 INFO STEP 55 (remove_files) COMPLETE
91242025-02-22T21:09:18.811Z[ host-image] Feb 22 21:09:17.560 INFO O| Feb 22 21:09:17.560 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91252025-02-22T21:09:18.827Z[ host-image] Feb 22 21:09:17.579 INFO O| Feb 22 21:09:17.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
91262025-02-22T21:09:18.830Z[ host-image] Feb 22 21:09:17.579 INFO O| Feb 22 21:09:17.579 INFO STEP 56 (remove_files) COMPLETE
91272025-02-22T21:09:18.830Z[ host-image] Feb 22 21:09:17.580 INFO O| Feb 22 21:09:17.579 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91282025-02-22T21:09:18.847Z[ host-image] Feb 22 21:09:17.599 INFO O| Feb 22 21:09:17.599 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
91292025-02-22T21:09:18.850Z[ host-image] Feb 22 21:09:17.599 INFO O| Feb 22 21:09:17.599 INFO STEP 57 (remove_files) COMPLETE
91302025-02-22T21:09:18.850Z[ host-image] Feb 22 21:09:17.599 INFO O| Feb 22 21:09:17.599 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91312025-02-22T21:09:18.944Z[ host-image] Feb 22 21:09:17.696 INFO O| Feb 22 21:09:17.696 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
91322025-02-22T21:09:18.947Z[ host-image] Feb 22 21:09:17.696 INFO O| Feb 22 21:09:17.696 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
91332025-02-22T21:09:18.947Z[ host-image] Feb 22 21:09:17.697 INFO O| Feb 22 21:09:17.697 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91342025-02-22T21:09:18.947Z[ host-image] Feb 22 21:09:17.697 INFO O| Feb 22 21:09:17.697 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91352025-02-22T21:09:18.947Z[ host-image] Feb 22 21:09:17.697 INFO O| Feb 22 21:09:17.697 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91362025-02-22T21:09:18.947Z[ host-image] Feb 22 21:09:17.697 INFO O| Feb 22 21:09:17.697 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
91372025-02-22T21:09:18.947Z[ host-image] Feb 22 21:09:17.697 INFO O| Feb 22 21:09:17.697 INFO ok!
91382025-02-22T21:09:18.948Z[ host-image] Feb 22 21:09:17.697 INFO O| Feb 22 21:09:17.697 INFO STEP 58 (ensure_file) COMPLETE
91392025-02-22T21:09:18.948Z[ host-image] Feb 22 21:09:17.697 INFO O| Feb 22 21:09:17.697 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91402025-02-22T21:09:18.984Z[ host-image] Feb 22 21:09:17.735 INFO O| Feb 22 21:09:17.735 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
91412025-02-22T21:09:18.984Z[ host-image] Feb 22 21:09:17.736 INFO O| Feb 22 21:09:17.736 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
91422025-02-22T21:09:18.987Z[ host-image] Feb 22 21:09:17.736 INFO O| Feb 22 21:09:17.736 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91432025-02-22T21:09:18.987Z[ host-image] Feb 22 21:09:17.736 INFO O| Feb 22 21:09:17.736 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91442025-02-22T21:09:18.987Z[ host-image] Feb 22 21:09:17.736 INFO O| Feb 22 21:09:17.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91452025-02-22T21:09:18.987Z[ host-image] Feb 22 21:09:17.736 INFO O| Feb 22 21:09:17.736 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
91462025-02-22T21:09:18.987Z[ host-image] Feb 22 21:09:17.736 INFO O| Feb 22 21:09:17.736 INFO ok!
91472025-02-22T21:09:18.987Z[ host-image] Feb 22 21:09:17.736 INFO O| Feb 22 21:09:17.736 INFO STEP 59 (ensure_file) COMPLETE
91482025-02-22T21:09:18.987Z[ host-image] Feb 22 21:09:17.736 INFO O| Feb 22 21:09:17.736 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91492025-02-22T21:09:19.025Z[ host-image] Feb 22 21:09:17.776 INFO O| Feb 22 21:09:17.776 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
91502025-02-22T21:09:19.025Z[ host-image] Feb 22 21:09:17.776 INFO O| Feb 22 21:09:17.776 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
91512025-02-22T21:09:19.025Z[ host-image] Feb 22 21:09:17.777 INFO O| Feb 22 21:09:17.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
91522025-02-22T21:09:19.028Z[ host-image] Feb 22 21:09:17.777 INFO O| Feb 22 21:09:17.777 INFO ok!
91532025-02-22T21:09:19.028Z[ host-image] Feb 22 21:09:17.777 INFO O| Feb 22 21:09:17.777 INFO STEP 60 (ensure_file) COMPLETE
91542025-02-22T21:09:19.029Z[ host-image] Feb 22 21:09:17.777 INFO O| Feb 22 21:09:17.777 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91552025-02-22T21:09:19.067Z[ host-image] Feb 22 21:09:17.819 INFO O| Feb 22 21:09:17.818 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
91562025-02-22T21:09:19.067Z[ host-image] Feb 22 21:09:17.819 INFO O| Feb 22 21:09:17.819 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
91572025-02-22T21:09:19.070Z[ host-image] Feb 22 21:09:17.819 INFO O| Feb 22 21:09:17.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
91582025-02-22T21:09:19.070Z[ host-image] Feb 22 21:09:17.819 INFO O| Feb 22 21:09:17.819 INFO ok!
91592025-02-22T21:09:19.070Z[ host-image] Feb 22 21:09:17.819 INFO O| Feb 22 21:09:17.819 INFO STEP 61 (ensure_file) COMPLETE
91602025-02-22T21:09:19.070Z[ host-image] Feb 22 21:09:17.819 INFO O| Feb 22 21:09:17.819 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91612025-02-22T21:09:19.110Z[ host-image] Feb 22 21:09:17.858 INFO O| Feb 22 21:09:17.858 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
91622025-02-22T21:09:19.110Z[ host-image] Feb 22 21:09:17.858 INFO O| Feb 22 21:09:17.858 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
91632025-02-22T21:09:19.110Z[ host-image] Feb 22 21:09:17.859 INFO O| Feb 22 21:09:17.859 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91642025-02-22T21:09:19.110Z[ host-image] Feb 22 21:09:17.859 INFO O| Feb 22 21:09:17.859 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91652025-02-22T21:09:19.110Z[ host-image] Feb 22 21:09:17.859 INFO O| Feb 22 21:09:17.859 INFO ok!
91662025-02-22T21:09:19.110Z[ host-image] Feb 22 21:09:17.859 INFO O| Feb 22 21:09:17.859 INFO STEP 62 (ensure_file) COMPLETE
91672025-02-22T21:09:19.110Z[ host-image] Feb 22 21:09:17.859 INFO O| Feb 22 21:09:17.859 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91682025-02-22T21:09:19.160Z[ host-image] Feb 22 21:09:17.912 INFO O| Feb 22 21:09:17.912 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
91692025-02-22T21:09:19.160Z[ host-image] Feb 22 21:09:17.912 INFO O| Feb 22 21:09:17.912 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
91702025-02-22T21:09:19.160Z[ host-image] Feb 22 21:09:17.912 INFO O| Feb 22 21:09:17.912 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91712025-02-22T21:09:19.163Z[ host-image] Feb 22 21:09:17.912 INFO O| Feb 22 21:09:17.912 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91722025-02-22T21:09:19.163Z[ host-image] Feb 22 21:09:17.912 INFO O| Feb 22 21:09:17.912 INFO ok!
91732025-02-22T21:09:19.163Z[ host-image] Feb 22 21:09:17.912 INFO O| Feb 22 21:09:17.912 INFO STEP 63 (ensure_file) COMPLETE
91742025-02-22T21:09:19.163Z[ host-image] Feb 22 21:09:17.912 INFO O| Feb 22 21:09:17.912 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91752025-02-22T21:09:19.181Z[ host-image] Feb 22 21:09:17.933 INFO O| Feb 22 21:09:17.933 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
91762025-02-22T21:09:19.181Z[ host-image] Feb 22 21:09:17.933 INFO O| Feb 22 21:09:17.933 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
91772025-02-22T21:09:19.184Z[ host-image] Feb 22 21:09:17.933 INFO O| Feb 22 21:09:17.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
91782025-02-22T21:09:19.184Z[ host-image] Feb 22 21:09:17.933 INFO O| Feb 22 21:09:17.933 INFO ok!
91792025-02-22T21:09:19.184Z[ host-image] Feb 22 21:09:17.933 INFO O| Feb 22 21:09:17.933 INFO STEP 64 (assemble_files) COMPLETE
91802025-02-22T21:09:19.184Z[ host-image] Feb 22 21:09:17.933 INFO O| Feb 22 21:09:17.933 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91812025-02-22T21:09:19.211Z[ host-image] Feb 22 21:09:17.953 INFO O| Feb 22 21:09:17.953 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
91822025-02-22T21:09:19.214Z[ host-image] Feb 22 21:09:17.953 INFO O| Feb 22 21:09:17.953 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
91832025-02-22T21:09:19.214Z[ host-image] Feb 22 21:09:17.953 INFO O| Feb 22 21:09:17.953 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91842025-02-22T21:09:19.214Z[ host-image] Feb 22 21:09:17.953 INFO O| Feb 22 21:09:17.953 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91852025-02-22T21:09:19.214Z[ host-image] Feb 22 21:09:17.953 INFO O| Feb 22 21:09:17.953 INFO ok!
91862025-02-22T21:09:19.214Z[ host-image] Feb 22 21:09:17.953 INFO O| Feb 22 21:09:17.953 INFO STEP 65 (ensure_file) COMPLETE
91872025-02-22T21:09:19.214Z[ host-image] Feb 22 21:09:17.953 INFO O| Feb 22 21:09:17.953 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91882025-02-22T21:09:19.255Z[ host-image] Feb 22 21:09:18.007 INFO O| Feb 22 21:09:18.007 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91892025-02-22T21:09:19.258Z[ host-image] Feb 22 21:09:18.007 INFO O| Feb 22 21:09:18.007 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91902025-02-22T21:09:19.258Z[ host-image] Feb 22 21:09:18.007 INFO O| Feb 22 21:09:18.007 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91912025-02-22T21:09:19.258Z[ host-image] Feb 22 21:09:18.007 INFO O| Feb 22 21:09:18.007 INFO STEP 66 (ensure_dir) COMPLETE
91922025-02-22T21:09:19.258Z[ host-image] Feb 22 21:09:18.007 INFO O| Feb 22 21:09:18.007 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91932025-02-22T21:09:19.288Z[ host-image] Feb 22 21:09:18.040 INFO O| Feb 22 21:09:18.039 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91942025-02-22T21:09:19.288Z[ host-image] Feb 22 21:09:18.040 INFO O| Feb 22 21:09:18.040 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 ...
91952025-02-22T21:09:19.303Z[ host-image] Feb 22 21:09:18.054 INFO O| Feb 22 21:09:18.054 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
91962025-02-22T21:09:19.303Z[ host-image] Feb 22 21:09:18.055 INFO O| Feb 22 21:09:18.054 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91972025-02-22T21:09:19.307Z[ host-image] Feb 22 21:09:18.055 INFO O| Feb 22 21:09:18.055 INFO ok!
91982025-02-22T21:09:19.307Z[ host-image] Feb 22 21:09:18.055 INFO O| Feb 22 21:09:18.055 INFO STEP 67 (ensure_file) COMPLETE
91992025-02-22T21:09:19.307Z[ host-image] Feb 22 21:09:18.055 INFO O| Feb 22 21:09:18.055 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92002025-02-22T21:09:19.323Z[ host-image] Feb 22 21:09:18.075 INFO O| Feb 22 21:09:18.075 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92012025-02-22T21:09:19.323Z[ host-image] Feb 22 21:09:18.075 INFO O| Feb 22 21:09:18.075 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 ...
92022025-02-22T21:09:19.326Z[ host-image] Feb 22 21:09:18.075 INFO O| Feb 22 21:09:18.075 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
92032025-02-22T21:09:19.326Z[ host-image] Feb 22 21:09:18.075 INFO O| Feb 22 21:09:18.075 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
92042025-02-22T21:09:19.326Z[ host-image] Feb 22 21:09:18.075 INFO O| Feb 22 21:09:18.075 INFO ok!
92052025-02-22T21:09:19.326Z[ host-image] Feb 22 21:09:18.075 INFO O| Feb 22 21:09:18.075 INFO STEP 68 (ensure_file) COMPLETE
92062025-02-22T21:09:19.326Z[ host-image] Feb 22 21:09:18.075 INFO O| Feb 22 21:09:18.075 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
92072025-02-22T21:09:19.391Z[ host-image] Feb 22 21:09:18.143 INFO O| Feb 22 21:09:18.143 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
92082025-02-22T21:09:19.392Z[ host-image] Feb 22 21:09:18.143 INFO O| Feb 22 21:09:18.143 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
92092025-02-22T21:09:23.894Z[ host-image] Feb 22 21:09:22.646 INFO O| Feb 22 21:09:22.646 INFO STEP 69 (pack_tar) COMPLETE
92102025-02-22T21:09:23.894Z[ host-image] Feb 22 21:09:22.646 INFO O| Feb 22 21:09:22.646 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
92112025-02-22T21:09:23.897Z[ host-image] Feb 22 21:09:22.646 INFO O| Feb 22 21:09:22.646 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
92122025-02-22T21:09:24.442Z[ host-image] Feb 22 21:09:23.194 INFO O| Feb 22 21:09:23.194 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
92132025-02-22T21:09:24.584Z[ host-image] Feb 22 21:09:23.336 INFO O| Feb 22 21:09:23.336 INFO completed processing gimlet/ramdisk-02-trim
92142025-02-22T21:09:24.588Z[ host-image] Feb 22 21:09:23.340 INFO image builder template: zfs...
92152025-02-22T21:09:24.588Z[ host-image] Feb 22 21:09:23.340 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/.tmpqYqO5s/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
92162025-02-22T21:09:24.632Z[ host-image] Feb 22 21:09:23.384 INFO O| Feb 22 21:09:23.383 INFO skip include "stress" because feature "stress" is not enabled
92172025-02-22T21:09:25.388Z[ host-image] Feb 22 21:09:24.131 INFO O| Feb 22 21:09:24.131 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
92182025-02-22T21:09:25.396Z[ host-image] Feb 22 21:09:24.148 INFO O| Feb 22 21:09:24.148 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
92192025-02-22T21:09:25.580Z[ host-image] Feb 22 21:09:24.331 INFO O| Feb 22 21:09:24.331 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
92202025-02-22T21:09:25.681Z[ host-image] Feb 22 21:09:24.433 INFO O| Feb 22 21:09:24.433 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
92212025-02-22T21:09:25.681Z[ host-image] Feb 22 21:09:24.433 INFO O| Feb 22 21:09:24.433 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
92222025-02-22T21:09:25.704Z[ host-image] Feb 22 21:09:24.455 INFO O| Feb 22 21:09:24.455 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
92232025-02-22T21:09:25.882Z[ host-image] Feb 22 21:09:24.633 INFO O| Feb 22 21:09:24.633 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
92242025-02-22T21:09:25.957Z[ host-image] Feb 22 21:09:24.709 INFO O| Feb 22 21:09:24.709 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
92252025-02-22T21:09:26.038Z[ host-image] Feb 22 21:09:24.768 INFO O| Feb 22 21:09:24.768 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92262025-02-22T21:09:26.065Z[ host-image] Feb 22 21:09:24.817 INFO O| Feb 22 21:09:24.817 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
92272025-02-22T21:09:26.068Z[ host-image] Feb 22 21:09:24.817 INFO O| Feb 22 21:09:24.817 INFO no lofi found
92282025-02-22T21:09:26.068Z[ host-image] Feb 22 21:09:24.817 INFO O| Feb 22 21:09:24.817 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
92292025-02-22T21:09:26.068Z[ host-image] Feb 22 21:09:24.818 INFO O| Feb 22 21:09:24.817 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
92302025-02-22T21:09:28.262Z[ host-image] Feb 22 21:09:27.014 INFO O| Feb 22 21:09:27.014 INFO lofi device = /dev/dsk/c2t1d0p0
92312025-02-22T21:09:28.263Z[ host-image] Feb 22 21:09:27.014 INFO O| Feb 22 21:09:27.014 INFO pool device = /dev/dsk/c2t1d0p0
92322025-02-22T21:09:28.266Z[ host-image] Feb 22 21:09:27.014 INFO O| Feb 22 21:09:27.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"]
92332025-02-22T21:09:28.588Z[ host-image] Feb 22 21:09:27.340 INFO O| Feb 22 21:09:27.340 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92342025-02-22T21:09:28.588Z[ host-image] Feb 22 21:09:27.340 INFO O| Feb 22 21:09:27.340 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
92352025-02-22T21:09:28.618Z[ host-image] Feb 22 21:09:27.370 INFO O| Feb 22 21:09:27.370 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
92362025-02-22T21:09:28.747Z[ host-image] Feb 22 21:09:27.499 INFO O| Feb 22 21:09:27.499 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
92372025-02-22T21:09:28.815Z[ host-image] Feb 22 21:09:27.567 INFO O| Feb 22 21:09:27.567 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
92382025-02-22T21:09:28.841Z[ host-image] Feb 22 21:09:27.593 INFO O| Feb 22 21:09:27.593 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
92392025-02-22T21:09:28.863Z[ host-image] Feb 22 21:09:27.615 INFO O| Feb 22 21:09:27.615 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
92402025-02-22T21:09:28.992Z[ host-image] Feb 22 21:09:27.744 INFO O| Feb 22 21:09:27.744 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
92412025-02-22T21:09:28.995Z[ host-image] Feb 22 21:09:27.745 INFO O| Feb 22 21:09:27.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
92422025-02-22T21:09:28.995Z[ host-image] Feb 22 21:09:27.745 INFO O| Feb 22 21:09:27.745 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
92432025-02-22T21:09:29.014Z[ host-image] Feb 22 21:09:27.766 INFO O| Feb 22 21:09:27.765 INFO boot environment UUID: 0aff253d-a5c8-44d4-bf10-2617653ec270
92442025-02-22T21:09:29.014Z[ host-image] Feb 22 21:09:27.766 INFO O| Feb 22 21:09:27.765 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0aff253d-a5c8-44d4-bf10-2617653ec270
92452025-02-22T21:09:29.065Z[ host-image] Feb 22 21:09:27.817 INFO O| Feb 22 21:09:27.817 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
92462025-02-22T21:09:29.117Z[ host-image] Feb 22 21:09:27.869 INFO O| Feb 22 21:09:27.869 INFO STEP 0 (create_be) COMPLETE
92472025-02-22T21:09:29.117Z[ host-image] Feb 22 21:09:27.869 INFO O| Feb 22 21:09:27.869 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92482025-02-22T21:09:29.146Z[ host-image] Feb 22 21:09:27.898 INFO O| Feb 22 21:09:27.898 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
92492025-02-22T21:09:29.362Z[ recovery-image] Feb 22 21:09:28.114 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)
92502025-02-22T21:09:36.100Z[ recovery-image] Feb 22 21:09:34.852 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)
92512025-02-22T21:09:47.413Z[ recovery-image] Feb 22 21:09:46.164 INFO E| Compiling bitflags v1.3.2
92522025-02-22T21:09:47.413Z[ recovery-image] Feb 22 21:09:46.164 INFO E| Compiling scroll v0.12.0
92532025-02-22T21:09:47.413Z[ recovery-image] Feb 22 21:09:46.165 INFO E| Compiling adler2 v2.0.0
92542025-02-22T21:09:47.413Z[ recovery-image] Feb 22 21:09:46.165 INFO E| Compiling bit_field v0.10.2
92552025-02-22T21:09:47.416Z[ recovery-image] Feb 22 21:09:46.165 INFO E| Compiling plain v0.2.3
92562025-02-22T21:09:47.416Z[ recovery-image] Feb 22 21:09:46.165 INFO E| Compiling log v0.4.22
92572025-02-22T21:09:47.416Z[ recovery-image] Feb 22 21:09:46.165 INFO E| Compiling bitstruct v0.1.1
92582025-02-22T21:09:47.602Z[ recovery-image] Feb 22 21:09:46.353 INFO E| Compiling raw-cpuid v10.7.0
92592025-02-22T21:09:48.167Z[ recovery-image] Feb 22 21:09:46.919 INFO E| Compiling miniz_oxide v0.8.0
92602025-02-22T21:09:48.259Z[ recovery-image] Feb 22 21:09:47.011 INFO E| Compiling cpio_reader v0.1.1
92612025-02-22T21:09:48.440Z[ recovery-image] Feb 22 21:09:47.192 INFO E| Compiling static_assertions v1.1.0
92622025-02-22T21:09:49.849Z[ recovery-image] Feb 22 21:09:48.601 INFO E| Compiling goblin v0.8.2
92632025-02-22T21:09:55.296Z[ host-image] Feb 22 21:09:54.048 INFO O| Feb 22 21:09:54.048 INFO STEP 1 (unpack_tar) COMPLETE
92642025-02-22T21:09:55.296Z[ host-image] Feb 22 21:09:54.048 INFO O| Feb 22 21:09:54.048 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92652025-02-22T21:09:55.316Z[ host-image] Feb 22 21:09:54.068 INFO O| Feb 22 21:09:54.068 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
92662025-02-22T21:09:55.526Z[ host-image] Feb 22 21:09:54.278 INFO O| Feb 22 21:09:54.278 INFO STEP 2 (devfsadm) COMPLETE
92672025-02-22T21:09:55.526Z[ host-image] Feb 22 21:09:54.278 INFO O| Feb 22 21:09:54.278 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92682025-02-22T21:09:55.546Z[ host-image] Feb 22 21:09:54.298 INFO O| Feb 22 21:09:54.298 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92692025-02-22T21:09:55.549Z[ host-image] Feb 22 21:09:54.298 INFO O| Feb 22 21:09:54.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92702025-02-22T21:09:55.549Z[ host-image] Feb 22 21:09:54.298 INFO O| Feb 22 21:09:54.298 INFO STEP 3 (ensure_dir) COMPLETE
92712025-02-22T21:09:55.549Z[ host-image] Feb 22 21:09:54.298 INFO O| Feb 22 21:09:54.298 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92722025-02-22T21:09:55.577Z[ host-image] Feb 22 21:09:54.329 INFO O| Feb 22 21:09:54.329 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92732025-02-22T21:09:55.577Z[ host-image] Feb 22 21:09:54.329 INFO O| Feb 22 21:09:54.329 INFO STEP 4 (ensure_dir) COMPLETE
92742025-02-22T21:09:55.579Z[ host-image] Feb 22 21:09:54.329 INFO O| Feb 22 21:09:54.329 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92752025-02-22T21:09:55.611Z[ host-image] Feb 22 21:09:54.363 INFO O| Feb 22 21:09:54.363 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92762025-02-22T21:09:55.611Z[ host-image] Feb 22 21:09:54.363 INFO O| Feb 22 21:09:54.363 INFO STEP 5 (ensure_dir) COMPLETE
92772025-02-22T21:09:55.614Z[ host-image] Feb 22 21:09:54.363 INFO O| Feb 22 21:09:54.363 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92782025-02-22T21:09:55.714Z[ host-image] Feb 22 21:09:54.466 INFO O| Feb 22 21:09:54.466 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92792025-02-22T21:09:55.714Z[ host-image] Feb 22 21:09:54.466 INFO O| Feb 22 21:09:54.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92802025-02-22T21:09:55.716Z[ host-image] Feb 22 21:09:54.466 INFO O| Feb 22 21:09:54.466 INFO STEP 6 (ensure_dir) COMPLETE
92812025-02-22T21:09:55.716Z[ host-image] Feb 22 21:09:54.466 INFO O| Feb 22 21:09:54.466 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92822025-02-22T21:09:55.799Z[ host-image] Feb 22 21:09:54.552 INFO O| Feb 22 21:09:54.551 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92832025-02-22T21:09:55.800Z[ host-image] Feb 22 21:09:54.552 INFO O| Feb 22 21:09:54.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92842025-02-22T21:09:55.800Z[ host-image] Feb 22 21:09:54.552 INFO O| Feb 22 21:09:54.552 INFO STEP 7 (ensure_dir) COMPLETE
92852025-02-22T21:09:55.802Z[ host-image] Feb 22 21:09:54.552 INFO O| Feb 22 21:09:54.552 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92862025-02-22T21:09:55.934Z[ host-image] Feb 22 21:09:54.686 INFO O| Feb 22 21:09:54.686 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
92872025-02-22T21:09:55.937Z[ host-image] Feb 22 21:09:54.687 INFO O| Feb 22 21:09:54.687 INFO STEP 8 (remove_files) COMPLETE
92882025-02-22T21:09:55.937Z[ host-image] Feb 22 21:09:54.687 INFO O| Feb 22 21:09:54.687 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92892025-02-22T21:09:55.956Z[ host-image] Feb 22 21:09:54.708 INFO O| Feb 22 21:09:54.708 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
92902025-02-22T21:09:55.959Z[ host-image] Feb 22 21:09:54.709 INFO O| Feb 22 21:09:54.709 INFO STEP 9 (remove_files) COMPLETE
92912025-02-22T21:09:55.959Z[ host-image] Feb 22 21:09:54.710 INFO O| Feb 22 21:09:54.709 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92922025-02-22T21:09:55.978Z[ host-image] Feb 22 21:09:54.730 INFO O| Feb 22 21:09:54.730 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
92932025-02-22T21:09:55.980Z[ host-image] Feb 22 21:09:54.731 INFO O| Feb 22 21:09:54.731 INFO STEP 10 (remove_files) COMPLETE
92942025-02-22T21:09:55.980Z[ host-image] Feb 22 21:09:54.731 INFO O| Feb 22 21:09:54.731 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92952025-02-22T21:09:56.000Z[ host-image] Feb 22 21:09:54.752 INFO O| Feb 22 21:09:54.752 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
92962025-02-22T21:09:56.003Z[ host-image] Feb 22 21:09:54.752 INFO O| Feb 22 21:09:54.752 INFO STEP 11 (remove_files) COMPLETE
92972025-02-22T21:09:56.003Z[ host-image] Feb 22 21:09:54.752 INFO O| Feb 22 21:09:54.752 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92982025-02-22T21:09:56.020Z[ host-image] Feb 22 21:09:54.772 INFO O| Feb 22 21:09:54.771 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
92992025-02-22T21:09:56.022Z[ host-image] Feb 22 21:09:54.772 INFO O| Feb 22 21:09:54.772 INFO STEP 12 (remove_files) COMPLETE
93002025-02-22T21:09:56.022Z[ host-image] Feb 22 21:09:54.772 INFO O| Feb 22 21:09:54.772 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93012025-02-22T21:09:56.041Z[ host-image] Feb 22 21:09:54.793 INFO O| Feb 22 21:09:54.793 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93022025-02-22T21:09:56.041Z[ host-image] Feb 22 21:09:54.793 INFO O| Feb 22 21:09:54.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
93032025-02-22T21:09:56.041Z[ host-image] Feb 22 21:09:54.793 INFO O| Feb 22 21:09:54.793 INFO STEP 13 (ensure_dir) COMPLETE
93042025-02-22T21:09:56.044Z[ host-image] Feb 22 21:09:54.793 INFO O| Feb 22 21:09:54.793 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93052025-02-22T21:09:56.061Z[ host-image] Feb 22 21:09:54.813 INFO O| Feb 22 21:09:54.812 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93062025-02-22T21:09:56.061Z[ host-image] Feb 22 21:09:54.813 INFO O| Feb 22 21:09:54.813 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93072025-02-22T21:09:56.063Z[ host-image] Feb 22 21:09:54.813 INFO O| Feb 22 21:09:54.813 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
93082025-02-22T21:09:56.064Z[ host-image] Feb 22 21:09:54.813 INFO O| Feb 22 21:09:54.813 INFO STEP 14 (ensure_dir) COMPLETE
93092025-02-22T21:09:56.064Z[ host-image] Feb 22 21:09:54.813 INFO O| Feb 22 21:09:54.813 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93102025-02-22T21:09:56.081Z[ host-image] Feb 22 21:09:54.833 INFO O| Feb 22 21:09:54.833 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93112025-02-22T21:09:56.081Z[ host-image] Feb 22 21:09:54.833 INFO O| Feb 22 21:09:54.833 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93122025-02-22T21:09:56.081Z[ host-image] Feb 22 21:09:54.833 INFO O| Feb 22 21:09:54.833 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
93132025-02-22T21:09:56.084Z[ host-image] Feb 22 21:09:54.833 INFO O| Feb 22 21:09:54.833 INFO STEP 15 (ensure_dir) COMPLETE
93142025-02-22T21:09:56.084Z[ host-image] Feb 22 21:09:54.834 INFO O| Feb 22 21:09:54.833 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93152025-02-22T21:09:56.101Z[ host-image] Feb 22 21:09:54.853 INFO O| Feb 22 21:09:54.853 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93162025-02-22T21:09:56.101Z[ host-image] Feb 22 21:09:54.853 INFO O| Feb 22 21:09:54.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
93172025-02-22T21:09:56.104Z[ host-image] Feb 22 21:09:54.853 INFO O| Feb 22 21:09:54.853 INFO STEP 16 (ensure_dir) COMPLETE
93182025-02-22T21:09:56.104Z[ host-image] Feb 22 21:09:54.853 INFO O| Feb 22 21:09:54.853 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93192025-02-22T21:09:56.188Z[ host-image] Feb 22 21:09:54.940 INFO O| Feb 22 21:09:54.940 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93202025-02-22T21:09:56.191Z[ host-image] Feb 22 21:09:54.940 INFO O| Feb 22 21:09:54.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
93212025-02-22T21:09:56.191Z[ host-image] Feb 22 21:09:54.940 INFO O| Feb 22 21:09:54.940 INFO STEP 17 (ensure_dir) COMPLETE
93222025-02-22T21:09:56.191Z[ host-image] Feb 22 21:09:54.941 INFO O| Feb 22 21:09:54.940 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93232025-02-22T21:09:56.208Z[ host-image] Feb 22 21:09:54.960 INFO O| Feb 22 21:09:54.960 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
93242025-02-22T21:09:56.208Z[ host-image] Feb 22 21:09:54.960 INFO O| Feb 22 21:09:54.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
93252025-02-22T21:09:56.208Z[ host-image] Feb 22 21:09:54.960 INFO O| Feb 22 21:09:54.960 INFO ok!
93262025-02-22T21:09:56.208Z[ host-image] Feb 22 21:09:54.960 INFO O| Feb 22 21:09:54.960 INFO STEP 18 (ensure_symlink) COMPLETE
93272025-02-22T21:09:56.208Z[ host-image] Feb 22 21:09:54.960 INFO O| Feb 22 21:09:54.960 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93282025-02-22T21:09:56.308Z[ host-image] Feb 22 21:09:55.060 INFO O| Feb 22 21:09:55.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
93292025-02-22T21:09:56.308Z[ host-image] Feb 22 21:09:55.060 INFO O| Feb 22 21:09:55.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
93302025-02-22T21:09:56.308Z[ host-image] Feb 22 21:09:55.060 INFO O| Feb 22 21:09:55.060 INFO ok!
93312025-02-22T21:09:56.308Z[ host-image] Feb 22 21:09:55.060 INFO O| Feb 22 21:09:55.060 INFO STEP 19 (ensure_file) COMPLETE
93322025-02-22T21:09:56.311Z[ host-image] Feb 22 21:09:55.060 INFO O| Feb 22 21:09:55.060 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93332025-02-22T21:09:56.424Z[ host-image] Feb 22 21:09:55.176 INFO O| Feb 22 21:09:55.176 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
93342025-02-22T21:09:56.424Z[ host-image] Feb 22 21:09:55.176 INFO O| Feb 22 21:09:55.176 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
93352025-02-22T21:09:56.427Z[ host-image] Feb 22 21:09:55.176 INFO O| Feb 22 21:09:55.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
93362025-02-22T21:09:56.427Z[ host-image] Feb 22 21:09:55.176 INFO O| Feb 22 21:09:55.176 INFO ok!
93372025-02-22T21:09:56.427Z[ host-image] Feb 22 21:09:55.176 INFO O| Feb 22 21:09:55.176 INFO STEP 20 (ensure_symlink) COMPLETE
93382025-02-22T21:09:56.427Z[ host-image] Feb 22 21:09:55.176 INFO O| Feb 22 21:09:55.176 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93392025-02-22T21:09:56.446Z[ host-image] Feb 22 21:09:55.198 INFO O| Feb 22 21:09:55.198 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
93402025-02-22T21:09:56.446Z[ host-image] Feb 22 21:09:55.198 INFO O| Feb 22 21:09:55.198 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
93412025-02-22T21:09:56.449Z[ host-image] Feb 22 21:09:55.198 INFO O| Feb 22 21:09:55.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
93422025-02-22T21:09:56.449Z[ host-image] Feb 22 21:09:55.198 INFO O| Feb 22 21:09:55.198 INFO ok!
93432025-02-22T21:09:56.449Z[ host-image] Feb 22 21:09:55.198 INFO O| Feb 22 21:09:55.198 INFO STEP 21 (ensure_symlink) COMPLETE
93442025-02-22T21:09:56.449Z[ host-image] Feb 22 21:09:55.198 INFO O| Feb 22 21:09:55.198 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93452025-02-22T21:09:56.465Z[ host-image] Feb 22 21:09:55.217 INFO O| Feb 22 21:09:55.217 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
93462025-02-22T21:09:56.465Z[ host-image] Feb 22 21:09:55.217 INFO O| Feb 22 21:09:55.217 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
93472025-02-22T21:09:56.468Z[ host-image] Feb 22 21:09:55.217 INFO O| Feb 22 21:09:55.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
93482025-02-22T21:09:56.468Z[ host-image] Feb 22 21:09:55.217 INFO O| Feb 22 21:09:55.217 INFO ok!
93492025-02-22T21:09:56.468Z[ host-image] Feb 22 21:09:55.217 INFO O| Feb 22 21:09:55.217 INFO STEP 22 (ensure_symlink) COMPLETE
93502025-02-22T21:09:56.468Z[ host-image] Feb 22 21:09:55.218 INFO O| Feb 22 21:09:55.217 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
93512025-02-22T21:09:56.631Z[ host-image] Feb 22 21:09:55.383 INFO O| Feb 22 21:09:55.383 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
93522025-02-22T21:09:56.631Z[ host-image] Feb 22 21:09:55.383 INFO O| Feb 22 21:09:55.383 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
93532025-02-22T21:09:56.633Z[ host-image] Feb 22 21:09:55.383 INFO O| Feb 22 21:09:55.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
93542025-02-22T21:09:56.634Z[ host-image] Feb 22 21:09:55.383 INFO O| Feb 22 21:09:55.383 INFO ok!
93552025-02-22T21:09:56.634Z[ host-image] Feb 22 21:09:55.383 INFO O| Feb 22 21:09:55.383 INFO STEP 23 (ensure_symlink) COMPLETE
93562025-02-22T21:09:56.634Z[ host-image] Feb 22 21:09:55.383 INFO O| Feb 22 21:09:55.383 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93572025-02-22T21:09:56.734Z[ host-image] Feb 22 21:09:55.486 INFO O| Feb 22 21:09:55.486 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
93582025-02-22T21:09:56.736Z[ host-image] Feb 22 21:09:55.486 INFO O| Feb 22 21:09:55.486 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
93592025-02-22T21:09:56.736Z[ host-image] Feb 22 21:09:55.486 INFO O| Feb 22 21:09:55.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
93602025-02-22T21:09:56.736Z[ host-image] Feb 22 21:09:55.486 INFO O| Feb 22 21:09:55.486 INFO ok!
93612025-02-22T21:09:56.736Z[ host-image] Feb 22 21:09:55.486 INFO O| Feb 22 21:09:55.486 INFO STEP 24 (ensure_file) COMPLETE
93622025-02-22T21:09:56.736Z[ host-image] Feb 22 21:09:55.486 INFO O| Feb 22 21:09:55.486 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
93632025-02-22T21:09:56.770Z[ host-image] Feb 22 21:09:55.522 INFO O| Feb 22 21:09:55.522 INFO updating shadow file
93642025-02-22T21:09:56.773Z[ host-image] Feb 22 21:09:55.522 INFO O| Feb 22 21:09:55.522 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93652025-02-22T21:09:56.773Z[ host-image] Feb 22 21:09:55.522 INFO O| Feb 22 21:09:55.522 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93662025-02-22T21:09:56.773Z[ host-image] Feb 22 21:09:55.523 INFO O| Feb 22 21:09:55.523 INFO STEP 25 (shadow) COMPLETE
93672025-02-22T21:09:56.773Z[ host-image] Feb 22 21:09:55.523 INFO O| Feb 22 21:09:55.523 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93682025-02-22T21:09:56.833Z[ host-image] Feb 22 21:09:55.585 INFO O| Feb 22 21:09:55.584 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
93692025-02-22T21:09:56.833Z[ host-image] Feb 22 21:09:55.585 INFO O| Feb 22 21:09:55.585 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
93702025-02-22T21:09:56.836Z[ host-image] Feb 22 21:09:55.585 INFO O| Feb 22 21:09:55.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
93712025-02-22T21:09:56.836Z[ host-image] Feb 22 21:09:55.585 INFO O| Feb 22 21:09:55.585 INFO ok!
93722025-02-22T21:09:56.836Z[ host-image] Feb 22 21:09:55.585 INFO O| Feb 22 21:09:55.585 INFO STEP 26 (ensure_file) COMPLETE
93732025-02-22T21:09:56.836Z[ host-image] Feb 22 21:09:55.585 INFO O| Feb 22 21:09:55.585 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93742025-02-22T21:09:56.855Z[ host-image] Feb 22 21:09:55.607 INFO O| Feb 22 21:09:55.607 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
93752025-02-22T21:09:56.855Z[ host-image] Feb 22 21:09:55.607 INFO O| Feb 22 21:09:55.607 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
93762025-02-22T21:09:56.857Z[ host-image] Feb 22 21:09:55.607 INFO O| Feb 22 21:09:55.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
93772025-02-22T21:09:56.857Z[ host-image] Feb 22 21:09:55.607 INFO O| Feb 22 21:09:55.607 INFO ok!
93782025-02-22T21:09:56.857Z[ host-image] Feb 22 21:09:55.607 INFO O| Feb 22 21:09:55.607 INFO STEP 27 (ensure_file) COMPLETE
93792025-02-22T21:09:56.857Z[ host-image] Feb 22 21:09:55.607 INFO O| Feb 22 21:09:55.607 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93802025-02-22T21:09:56.876Z[ host-image] Feb 22 21:09:55.628 INFO O| Feb 22 21:09:55.628 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93812025-02-22T21:09:56.876Z[ host-image] Feb 22 21:09:55.628 INFO O| Feb 22 21:09:55.628 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
93822025-02-22T21:09:56.879Z[ host-image] Feb 22 21:09:55.628 INFO O| Feb 22 21:09:55.628 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93832025-02-22T21:09:56.879Z[ host-image] Feb 22 21:09:55.628 INFO O| Feb 22 21:09:55.628 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93842025-02-22T21:09:56.879Z[ host-image] Feb 22 21:09:55.628 INFO O| Feb 22 21:09:55.628 INFO ok!
93852025-02-22T21:09:56.879Z[ host-image] Feb 22 21:09:55.628 INFO O| Feb 22 21:09:55.628 INFO STEP 28 (ensure_file) COMPLETE
93862025-02-22T21:09:56.879Z[ host-image] Feb 22 21:09:55.629 INFO O| Feb 22 21:09:55.628 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93872025-02-22T21:09:56.960Z[ host-image] Feb 22 21:09:55.712 INFO O| Feb 22 21:09:55.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
93882025-02-22T21:09:56.960Z[ host-image] Feb 22 21:09:55.712 INFO O| Feb 22 21:09:55.712 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
93892025-02-22T21:09:56.960Z[ host-image] Feb 22 21:09:55.712 INFO O| Feb 22 21:09:55.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
93902025-02-22T21:09:56.963Z[ host-image] Feb 22 21:09:55.712 INFO O| Feb 22 21:09:55.712 INFO ok!
93912025-02-22T21:09:56.963Z[ host-image] Feb 22 21:09:55.712 INFO O| Feb 22 21:09:55.712 INFO STEP 29 (ensure_file) COMPLETE
93922025-02-22T21:09:56.963Z[ host-image] Feb 22 21:09:55.712 INFO O| Feb 22 21:09:55.712 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93932025-02-22T21:09:57.107Z[ host-image] Feb 22 21:09:55.859 INFO O| Feb 22 21:09:55.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
93942025-02-22T21:09:57.107Z[ host-image] Feb 22 21:09:55.859 INFO O| Feb 22 21:09:55.859 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
93952025-02-22T21:09:57.128Z[ host-image] Feb 22 21:09:55.880 INFO O| Feb 22 21:09:55.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
93962025-02-22T21:09:57.128Z[ host-image] Feb 22 21:09:55.880 INFO O| Feb 22 21:09:55.880 INFO ok!
93972025-02-22T21:09:57.130Z[ host-image] Feb 22 21:09:55.880 INFO O| Feb 22 21:09:55.880 INFO STEP 30 (ensure_file) COMPLETE
93982025-02-22T21:09:57.130Z[ host-image] Feb 22 21:09:55.880 INFO O| Feb 22 21:09:55.880 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93992025-02-22T21:09:57.203Z[ host-image] Feb 22 21:09:55.955 INFO O| Feb 22 21:09:55.955 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
94002025-02-22T21:09:57.203Z[ host-image] Feb 22 21:09:55.955 INFO O| Feb 22 21:09:55.955 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
94012025-02-22T21:09:57.206Z[ host-image] Feb 22 21:09:55.956 INFO O| Feb 22 21:09:55.956 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94022025-02-22T21:09:57.206Z[ host-image] Feb 22 21:09:55.956 INFO O| Feb 22 21:09:55.956 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
94032025-02-22T21:09:57.206Z[ host-image] Feb 22 21:09:55.956 INFO O| Feb 22 21:09:55.956 INFO ok!
94042025-02-22T21:09:57.206Z[ host-image] Feb 22 21:09:55.956 INFO O| Feb 22 21:09:55.956 INFO STEP 31 (ensure_file) COMPLETE
94052025-02-22T21:09:57.206Z[ host-image] Feb 22 21:09:55.956 INFO O| Feb 22 21:09:55.956 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94062025-02-22T21:09:57.253Z[ host-image] Feb 22 21:09:56.005 INFO O| Feb 22 21:09:56.005 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
94072025-02-22T21:09:57.256Z[ host-image] Feb 22 21:09:56.006 INFO O| Feb 22 21:09:56.006 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
94082025-02-22T21:09:57.256Z[ host-image] Feb 22 21:09:56.006 INFO O| Feb 22 21:09:56.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
94092025-02-22T21:09:57.256Z[ host-image] Feb 22 21:09:56.006 INFO O| Feb 22 21:09:56.006 INFO ok!
94102025-02-22T21:09:57.256Z[ host-image] Feb 22 21:09:56.006 INFO O| Feb 22 21:09:56.006 INFO STEP 32 (ensure_file) COMPLETE
94112025-02-22T21:09:57.256Z[ host-image] Feb 22 21:09:56.006 INFO O| Feb 22 21:09:56.006 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94122025-02-22T21:09:57.292Z[ host-image] Feb 22 21:09:56.044 INFO O| Feb 22 21:09:56.044 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
94132025-02-22T21:09:57.292Z[ host-image] Feb 22 21:09:56.044 INFO O| Feb 22 21:09:56.044 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
94142025-02-22T21:09:57.295Z[ host-image] Feb 22 21:09:56.044 INFO O| Feb 22 21:09:56.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
94152025-02-22T21:09:57.295Z[ host-image] Feb 22 21:09:56.044 INFO O| Feb 22 21:09:56.044 INFO ok!
94162025-02-22T21:09:57.295Z[ host-image] Feb 22 21:09:56.045 INFO O| Feb 22 21:09:56.044 INFO STEP 33 (ensure_file) COMPLETE
94172025-02-22T21:09:57.295Z[ host-image] Feb 22 21:09:56.045 INFO O| Feb 22 21:09:56.045 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94182025-02-22T21:09:57.363Z[ host-image] Feb 22 21:09:56.115 INFO O| Feb 22 21:09:56.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
94192025-02-22T21:09:57.363Z[ host-image] Feb 22 21:09:56.115 INFO O| Feb 22 21:09:56.115 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
94202025-02-22T21:09:57.366Z[ host-image] Feb 22 21:09:56.115 INFO O| Feb 22 21:09:56.115 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94212025-02-22T21:09:57.366Z[ host-image] Feb 22 21:09:56.115 INFO O| Feb 22 21:09:56.115 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94222025-02-22T21:09:57.366Z[ host-image] Feb 22 21:09:56.115 INFO O| Feb 22 21:09:56.115 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94232025-02-22T21:09:57.366Z[ host-image] Feb 22 21:09:56.115 INFO O| Feb 22 21:09:56.115 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
94242025-02-22T21:09:57.366Z[ host-image] Feb 22 21:09:56.116 INFO O| Feb 22 21:09:56.115 INFO ok!
94252025-02-22T21:09:57.366Z[ host-image] Feb 22 21:09:56.116 INFO O| Feb 22 21:09:56.116 INFO STEP 34 (ensure_file) COMPLETE
94262025-02-22T21:09:57.366Z[ host-image] Feb 22 21:09:56.116 INFO O| Feb 22 21:09:56.116 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94272025-02-22T21:09:57.402Z[ host-image] Feb 22 21:09:56.154 INFO O| Feb 22 21:09:56.154 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94282025-02-22T21:09:57.403Z[ host-image] Feb 22 21:09:56.155 INFO O| Feb 22 21:09:56.154 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94292025-02-22T21:09:57.403Z[ host-image] Feb 22 21:09:56.155 INFO O| Feb 22 21:09:56.155 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
94302025-02-22T21:09:57.403Z[ host-image] Feb 22 21:09:56.155 INFO O| Feb 22 21:09:56.155 INFO STEP 35 (ensure_dir) COMPLETE
94312025-02-22T21:09:57.406Z[ host-image] Feb 22 21:09:56.155 INFO O| Feb 22 21:09:56.155 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94322025-02-22T21:09:57.423Z[ host-image] Feb 22 21:09:56.175 INFO O| Feb 22 21:09:56.175 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
94332025-02-22T21:09:57.423Z[ host-image] Feb 22 21:09:56.175 INFO O| Feb 22 21:09:56.175 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 ...
94342025-02-22T21:09:57.426Z[ host-image] Feb 22 21:09:56.176 INFO O| Feb 22 21:09:56.175 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
94352025-02-22T21:09:57.426Z[ host-image] Feb 22 21:09:56.176 INFO O| Feb 22 21:09:56.175 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
94362025-02-22T21:09:57.426Z[ host-image] Feb 22 21:09:56.176 INFO O| Feb 22 21:09:56.175 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
94372025-02-22T21:09:57.426Z[ host-image] Feb 22 21:09:56.176 INFO O| Feb 22 21:09:56.175 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
94382025-02-22T21:09:57.426Z[ host-image] Feb 22 21:09:56.176 INFO O| Feb 22 21:09:56.176 INFO ok!
94392025-02-22T21:09:57.426Z[ host-image] Feb 22 21:09:56.176 INFO O| Feb 22 21:09:56.176 INFO STEP 36 (ensure_file) COMPLETE
94402025-02-22T21:09:57.426Z[ host-image] Feb 22 21:09:56.176 INFO O| Feb 22 21:09:56.176 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
94412025-02-22T21:09:57.467Z[ host-image] Feb 22 21:09:56.219 INFO O| Feb 22 21:09:56.219 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
94422025-02-22T21:09:57.467Z[ host-image] Feb 22 21:09:56.219 INFO O| Feb 22 21:09:56.219 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 ...
94432025-02-22T21:09:57.470Z[ host-image] Feb 22 21:09:56.219 INFO O| Feb 22 21:09:56.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
94442025-02-22T21:09:57.470Z[ host-image] Feb 22 21:09:56.219 INFO O| Feb 22 21:09:56.219 INFO ok!
94452025-02-22T21:09:57.470Z[ host-image] Feb 22 21:09:56.219 INFO O| Feb 22 21:09:56.219 INFO STEP 37 (ensure_symlink) COMPLETE
94462025-02-22T21:09:57.470Z[ host-image] Feb 22 21:09:56.219 INFO O| Feb 22 21:09:56.219 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94472025-02-22T21:09:57.489Z[ host-image] Feb 22 21:09:56.241 INFO O| Feb 22 21:09:56.241 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
94482025-02-22T21:09:57.489Z[ host-image] Feb 22 21:09:56.241 INFO O| Feb 22 21:09:56.241 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94492025-02-22T21:09:57.492Z[ host-image] Feb 22 21:09:56.241 INFO O| Feb 22 21:09:56.241 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94502025-02-22T21:09:57.492Z[ host-image] Feb 22 21:09:56.241 INFO O| Feb 22 21:09:56.241 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94512025-02-22T21:09:57.492Z[ host-image] Feb 22 21:09:56.241 INFO O| Feb 22 21:09:56.241 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94522025-02-22T21:09:57.492Z[ host-image] Feb 22 21:09:56.241 INFO O| Feb 22 21:09:56.241 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94532025-02-22T21:09:57.492Z[ host-image] Feb 22 21:09:56.241 INFO O| Feb 22 21:09:56.241 INFO ok!
94542025-02-22T21:09:57.492Z[ host-image] Feb 22 21:09:56.241 INFO O| Feb 22 21:09:56.241 INFO STEP 38 (ensure_file) COMPLETE
94552025-02-22T21:09:57.492Z[ host-image] Feb 22 21:09:56.241 INFO O| Feb 22 21:09:56.241 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94562025-02-22T21:09:57.509Z[ host-image] Feb 22 21:09:56.261 INFO O| Feb 22 21:09:56.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
94572025-02-22T21:09:57.509Z[ host-image] Feb 22 21:09:56.262 INFO O| Feb 22 21:09:56.261 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 ...
94582025-02-22T21:09:57.524Z[ host-image] Feb 22 21:09:56.276 INFO O| Feb 22 21:09:56.276 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
94592025-02-22T21:09:57.524Z[ host-image] Feb 22 21:09:56.276 INFO O| Feb 22 21:09:56.276 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94602025-02-22T21:09:57.524Z[ host-image] Feb 22 21:09:56.276 INFO O| Feb 22 21:09:56.276 INFO ok!
94612025-02-22T21:09:57.524Z[ host-image] Feb 22 21:09:56.276 INFO O| Feb 22 21:09:56.276 INFO STEP 39 (ensure_file) COMPLETE
94622025-02-22T21:09:57.524Z[ host-image] Feb 22 21:09:56.276 INFO O| Feb 22 21:09:56.276 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94632025-02-22T21:09:57.571Z[ host-image] Feb 22 21:09:56.323 INFO O| Feb 22 21:09:56.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
94642025-02-22T21:09:57.571Z[ host-image] Feb 22 21:09:56.323 INFO O| Feb 22 21:09:56.323 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
94652025-02-22T21:09:57.574Z[ host-image] Feb 22 21:09:56.324 INFO O| Feb 22 21:09:56.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
94662025-02-22T21:09:57.574Z[ host-image] Feb 22 21:09:56.324 INFO O| Feb 22 21:09:56.324 INFO ok!
94672025-02-22T21:09:57.574Z[ host-image] Feb 22 21:09:56.324 INFO O| Feb 22 21:09:56.324 INFO STEP 40 (ensure_file) COMPLETE
94682025-02-22T21:09:57.574Z[ host-image] Feb 22 21:09:56.324 INFO O| Feb 22 21:09:56.324 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94692025-02-22T21:09:57.605Z[ host-image] Feb 22 21:09:56.357 INFO O| Feb 22 21:09:56.357 INFO updating shadow file
94702025-02-22T21:09:57.605Z[ host-image] Feb 22 21:09:56.357 INFO O| Feb 22 21:09:56.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
94712025-02-22T21:09:57.608Z[ host-image] Feb 22 21:09:56.357 INFO O| Feb 22 21:09:56.357 INFO STEP 41 (shadow) COMPLETE
94722025-02-22T21:09:57.608Z[ host-image] Feb 22 21:09:56.357 INFO O| Feb 22 21:09:56.357 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
94732025-02-22T21:09:57.698Z[ host-image] Feb 22 21:09:56.450 INFO O| Feb 22 21:09:56.450 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
94742025-02-22T21:09:57.698Z[ host-image] Feb 22 21:09:56.450 INFO O| Feb 22 21:09:56.450 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
94752025-02-22T21:09:57.701Z[ host-image] Feb 22 21:09:56.451 INFO O| Feb 22 21:09:56.451 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94762025-02-22T21:09:57.701Z[ host-image] Feb 22 21:09:56.451 INFO O| Feb 22 21:09:56.451 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94772025-02-22T21:09:57.701Z[ host-image] Feb 22 21:09:56.451 INFO O| Feb 22 21:09:56.451 INFO ok!
94782025-02-22T21:09:57.701Z[ host-image] Feb 22 21:09:56.451 INFO O| Feb 22 21:09:56.451 INFO STEP 42 (ensure_file) COMPLETE
94792025-02-22T21:09:57.701Z[ host-image] Feb 22 21:09:56.451 INFO O| Feb 22 21:09:56.451 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94802025-02-22T21:09:57.701Z[ host-image] Feb 22 21:09:56.452 INFO O| Feb 22 21:09:56.451 INFO skip step because feature "mfg" is not enabled
94812025-02-22T21:09:57.701Z[ host-image] Feb 22 21:09:56.452 INFO O| Feb 22 21:09:56.452 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94822025-02-22T21:09:57.701Z[ host-image] Feb 22 21:09:56.452 INFO O| Feb 22 21:09:56.452 INFO skip step because feature "mfg" is not enabled
94832025-02-22T21:09:57.701Z[ host-image] Feb 22 21:09:56.452 INFO O| Feb 22 21:09:56.452 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94842025-02-22T21:09:57.721Z[ host-image] Feb 22 21:09:56.473 INFO O| Feb 22 21:09:56.473 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
94852025-02-22T21:09:57.721Z[ host-image] Feb 22 21:09:56.473 INFO O| Feb 22 21:09:56.473 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
94862025-02-22T21:09:58.564Z[ host-image] Feb 22 21:09:57.315 INFO O| Feb 22 21:09:57.315 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94872025-02-22T21:09:58.564Z[ host-image] Feb 22 21:09:57.316 INFO O| Feb 22 21:09:57.315 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94882025-02-22T21:09:58.564Z[ host-image] Feb 22 21:09:57.316 INFO O| Feb 22 21:09:57.315 INFO ok!
94892025-02-22T21:09:58.567Z[ host-image] Feb 22 21:09:57.316 INFO O| Feb 22 21:09:57.315 INFO STEP 45 (ensure_file) COMPLETE
94902025-02-22T21:09:58.567Z[ host-image] Feb 22 21:09:57.316 INFO O| Feb 22 21:09:57.315 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94912025-02-22T21:09:58.583Z[ host-image] Feb 22 21:09:57.335 INFO O| Feb 22 21:09:57.335 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
94922025-02-22T21:09:58.583Z[ host-image] Feb 22 21:09:57.335 INFO O| Feb 22 21:09:57.335 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94932025-02-22T21:09:58.585Z[ host-image] Feb 22 21:09:57.335 INFO O| Feb 22 21:09:57.335 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94942025-02-22T21:09:58.585Z[ host-image] Feb 22 21:09:57.335 INFO O| Feb 22 21:09:57.335 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94952025-02-22T21:09:58.585Z[ host-image] Feb 22 21:09:57.335 INFO O| Feb 22 21:09:57.335 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94962025-02-22T21:09:58.585Z[ host-image] Feb 22 21:09:57.335 INFO O| Feb 22 21:09:57.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94972025-02-22T21:09:58.585Z[ host-image] Feb 22 21:09:57.335 INFO O| Feb 22 21:09:57.335 INFO ok!
94982025-02-22T21:09:58.585Z[ host-image] Feb 22 21:09:57.335 INFO O| Feb 22 21:09:57.335 INFO STEP 46 (ensure_file) COMPLETE
94992025-02-22T21:09:58.585Z[ host-image] Feb 22 21:09:57.335 INFO O| Feb 22 21:09:57.335 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95002025-02-22T21:09:58.601Z[ host-image] Feb 22 21:09:57.353 INFO O| Feb 22 21:09:57.353 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
95012025-02-22T21:09:58.601Z[ host-image] Feb 22 21:09:57.353 INFO O| Feb 22 21:09:57.353 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 ...
95022025-02-22T21:09:58.601Z[ host-image] Feb 22 21:09:57.353 INFO O| Feb 22 21:09:57.353 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
95032025-02-22T21:09:58.601Z[ host-image] Feb 22 21:09:57.353 INFO O| Feb 22 21:09:57.353 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
95042025-02-22T21:09:58.604Z[ host-image] Feb 22 21:09:57.353 INFO O| Feb 22 21:09:57.353 INFO ok!
95052025-02-22T21:09:58.604Z[ host-image] Feb 22 21:09:57.353 INFO O| Feb 22 21:09:57.353 INFO STEP 47 (ensure_file) COMPLETE
95062025-02-22T21:09:58.604Z[ host-image] Feb 22 21:09:57.353 INFO O| Feb 22 21:09:57.353 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95072025-02-22T21:09:58.639Z[ host-image] Feb 22 21:09:57.391 INFO O| Feb 22 21:09:57.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
95082025-02-22T21:09:58.639Z[ host-image] Feb 22 21:09:57.391 INFO O| Feb 22 21:09:57.391 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
95092025-02-22T21:09:58.662Z[ host-image] Feb 22 21:09:57.414 INFO O| Feb 22 21:09:57.414 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95102025-02-22T21:09:58.662Z[ host-image] Feb 22 21:09:57.414 INFO O| Feb 22 21:09:57.414 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95112025-02-22T21:09:58.665Z[ host-image] Feb 22 21:09:57.414 INFO O| Feb 22 21:09:57.414 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95122025-02-22T21:09:58.665Z[ host-image] Feb 22 21:09:57.414 INFO O| Feb 22 21:09:57.414 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
95132025-02-22T21:09:58.665Z[ host-image] Feb 22 21:09:57.414 INFO O| Feb 22 21:09:57.414 INFO ok!
95142025-02-22T21:09:58.665Z[ host-image] Feb 22 21:09:57.414 INFO O| Feb 22 21:09:57.414 INFO STEP 48 (ensure_file) COMPLETE
95152025-02-22T21:09:58.665Z[ host-image] Feb 22 21:09:57.414 INFO O| Feb 22 21:09:57.414 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95162025-02-22T21:09:58.695Z[ host-image] Feb 22 21:09:57.447 INFO O| Feb 22 21:09:57.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
95172025-02-22T21:09:58.695Z[ host-image] Feb 22 21:09:57.447 INFO O| Feb 22 21:09:57.447 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 ...
95182025-02-22T21:09:58.697Z[ host-image] Feb 22 21:09:57.447 INFO O| Feb 22 21:09:57.447 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
95192025-02-22T21:09:58.697Z[ host-image] Feb 22 21:09:57.447 INFO O| Feb 22 21:09:57.447 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
95202025-02-22T21:09:58.697Z[ host-image] Feb 22 21:09:57.447 INFO O| Feb 22 21:09:57.447 INFO ok!
95212025-02-22T21:09:58.697Z[ host-image] Feb 22 21:09:57.447 INFO O| Feb 22 21:09:57.447 INFO STEP 49 (ensure_file) COMPLETE
95222025-02-22T21:09:58.697Z[ host-image] Feb 22 21:09:57.447 INFO O| Feb 22 21:09:57.447 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95232025-02-22T21:09:58.728Z[ host-image] Feb 22 21:09:57.480 INFO O| Feb 22 21:09:57.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
95242025-02-22T21:09:58.728Z[ host-image] Feb 22 21:09:57.480 INFO O| Feb 22 21:09:57.480 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
95252025-02-22T21:09:58.728Z[ host-image] Feb 22 21:09:57.480 INFO O| Feb 22 21:09:57.480 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95262025-02-22T21:09:58.728Z[ host-image] Feb 22 21:09:57.480 INFO O| Feb 22 21:09:57.480 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95272025-02-22T21:09:58.728Z[ host-image] Feb 22 21:09:57.480 INFO O| Feb 22 21:09:57.480 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95282025-02-22T21:09:58.731Z[ host-image] Feb 22 21:09:57.481 INFO O| Feb 22 21:09:57.480 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
95292025-02-22T21:09:58.731Z[ host-image] Feb 22 21:09:57.481 INFO O| Feb 22 21:09:57.481 INFO ok!
95302025-02-22T21:09:58.731Z[ host-image] Feb 22 21:09:57.481 INFO O| Feb 22 21:09:57.481 INFO STEP 50 (ensure_file) COMPLETE
95312025-02-22T21:09:58.731Z[ host-image] Feb 22 21:09:57.481 INFO O| Feb 22 21:09:57.481 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95322025-02-22T21:09:58.792Z[ host-image] Feb 22 21:09:57.544 INFO O| Feb 22 21:09:57.543 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
95332025-02-22T21:09:58.792Z[ host-image] Feb 22 21:09:57.544 INFO O| Feb 22 21:09:57.543 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 ...
95342025-02-22T21:09:58.814Z[ host-image] Feb 22 21:09:57.566 INFO O| Feb 22 21:09:57.566 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
95352025-02-22T21:09:58.814Z[ host-image] Feb 22 21:09:57.566 INFO O| Feb 22 21:09:57.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
95362025-02-22T21:09:58.817Z[ host-image] Feb 22 21:09:57.566 INFO O| Feb 22 21:09:57.566 INFO ok!
95372025-02-22T21:09:58.817Z[ host-image] Feb 22 21:09:57.566 INFO O| Feb 22 21:09:57.566 INFO STEP 51 (ensure_file) COMPLETE
95382025-02-22T21:09:58.817Z[ host-image] Feb 22 21:09:57.566 INFO O| Feb 22 21:09:57.566 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95392025-02-22T21:09:58.846Z[ host-image] Feb 22 21:09:57.598 INFO O| Feb 22 21:09:57.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
95402025-02-22T21:09:58.846Z[ host-image] Feb 22 21:09:57.598 INFO O| Feb 22 21:09:57.598 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 ...
95412025-02-22T21:09:58.865Z[ host-image] Feb 22 21:09:57.617 INFO O| Feb 22 21:09:57.617 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
95422025-02-22T21:09:58.865Z[ host-image] Feb 22 21:09:57.617 INFO O| Feb 22 21:09:57.617 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
95432025-02-22T21:09:58.867Z[ host-image] Feb 22 21:09:57.617 INFO O| Feb 22 21:09:57.617 INFO ok!
95442025-02-22T21:09:58.867Z[ host-image] Feb 22 21:09:57.617 INFO O| Feb 22 21:09:57.617 INFO STEP 52 (ensure_file) COMPLETE
95452025-02-22T21:09:58.867Z[ host-image] Feb 22 21:09:57.617 INFO O| Feb 22 21:09:57.617 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
95462025-02-22T21:09:58.896Z[ host-image] Feb 22 21:09:57.648 INFO O| Feb 22 21:09:57.648 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
95472025-02-22T21:09:58.896Z[ host-image] Feb 22 21:09:57.648 INFO O| Feb 22 21:09:57.648 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 ...
95482025-02-22T21:09:58.918Z[ host-image] Feb 22 21:09:57.670 INFO O| Feb 22 21:09:57.670 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
95492025-02-22T21:09:58.918Z[ host-image] Feb 22 21:09:57.670 INFO O| Feb 22 21:09:57.670 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
95502025-02-22T21:09:58.921Z[ host-image] Feb 22 21:09:57.670 INFO O| Feb 22 21:09:57.670 INFO ok!
95512025-02-22T21:09:58.921Z[ host-image] Feb 22 21:09:57.670 INFO O| Feb 22 21:09:57.670 INFO STEP 53 (ensure_file) COMPLETE
95522025-02-22T21:09:58.921Z[ host-image] Feb 22 21:09:57.670 INFO O| Feb 22 21:09:57.670 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532025-02-22T21:09:58.957Z[ host-image] Feb 22 21:09:57.709 INFO O| Feb 22 21:09:57.709 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
95542025-02-22T21:09:58.957Z[ host-image] Feb 22 21:09:57.709 INFO O| Feb 22 21:09:57.709 INFO STEP 54 (ensure_dir) COMPLETE
95552025-02-22T21:09:58.957Z[ host-image] Feb 22 21:09:57.709 INFO O| Feb 22 21:09:57.709 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562025-02-22T21:09:59.012Z[ host-image] Feb 22 21:09:57.763 INFO O| Feb 22 21:09:57.763 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95572025-02-22T21:09:59.012Z[ host-image] Feb 22 21:09:57.763 INFO O| Feb 22 21:09:57.763 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
95582025-02-22T21:09:59.012Z[ host-image] Feb 22 21:09:57.763 INFO O| Feb 22 21:09:57.763 INFO STEP 55 (ensure_dir) COMPLETE
95592025-02-22T21:09:59.012Z[ host-image] Feb 22 21:09:57.763 INFO O| Feb 22 21:09:57.763 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602025-02-22T21:09:59.033Z[ host-image] Feb 22 21:09:57.785 INFO O| Feb 22 21:09:57.785 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95612025-02-22T21:09:59.033Z[ host-image] Feb 22 21:09:57.785 INFO O| Feb 22 21:09:57.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
95622025-02-22T21:09:59.033Z[ host-image] Feb 22 21:09:57.785 INFO O| Feb 22 21:09:57.785 INFO STEP 56 (ensure_dir) COMPLETE
95632025-02-22T21:09:59.036Z[ host-image] Feb 22 21:09:57.785 INFO O| Feb 22 21:09:57.785 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642025-02-22T21:09:59.053Z[ host-image] Feb 22 21:09:57.805 INFO O| Feb 22 21:09:57.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
95652025-02-22T21:09:59.053Z[ host-image] Feb 22 21:09:57.805 INFO O| Feb 22 21:09:57.805 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
95662025-02-22T21:09:59.089Z[ host-image] Feb 22 21:09:57.841 INFO O| Feb 22 21:09:57.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
95672025-02-22T21:09:59.089Z[ host-image] Feb 22 21:09:57.841 INFO O| Feb 22 21:09:57.841 INFO ok!
95682025-02-22T21:09:59.092Z[ host-image] Feb 22 21:09:57.841 INFO O| Feb 22 21:09:57.841 INFO STEP 57 (ensure_file) COMPLETE
95692025-02-22T21:09:59.092Z[ host-image] Feb 22 21:09:57.841 INFO O| Feb 22 21:09:57.841 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702025-02-22T21:09:59.122Z[ host-image] Feb 22 21:09:57.874 INFO O| Feb 22 21:09:57.874 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
95712025-02-22T21:09:59.122Z[ host-image] Feb 22 21:09:57.874 INFO O| Feb 22 21:09:57.874 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
95722025-02-22T21:10:00.593Z[ host-image] Feb 22 21:09:59.345 INFO O| Feb 22 21:09:59.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
95732025-02-22T21:10:00.593Z[ host-image] Feb 22 21:09:59.345 INFO O| Feb 22 21:09:59.345 INFO ok!
95742025-02-22T21:10:00.593Z[ host-image] Feb 22 21:09:59.346 INFO O| Feb 22 21:09:59.345 INFO STEP 58 (ensure_file) COMPLETE
95752025-02-22T21:10:00.596Z[ host-image] Feb 22 21:09:59.346 INFO O| Feb 22 21:09:59.345 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762025-02-22T21:10:00.614Z[ host-image] Feb 22 21:09:59.366 INFO O| Feb 22 21:09:59.365 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95772025-02-22T21:10:00.614Z[ host-image] Feb 22 21:09:59.366 INFO O| Feb 22 21:09:59.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95782025-02-22T21:10:00.616Z[ host-image] Feb 22 21:09:59.366 INFO O| Feb 22 21:09:59.366 INFO STEP 59 (ensure_dir) COMPLETE
95792025-02-22T21:10:00.616Z[ host-image] Feb 22 21:09:59.366 INFO O| Feb 22 21:09:59.366 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95802025-02-22T21:10:00.644Z[ host-image] Feb 22 21:09:59.396 INFO O| Feb 22 21:09:59.396 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95812025-02-22T21:10:00.644Z[ host-image] Feb 22 21:09:59.396 INFO O| Feb 22 21:09:59.396 INFO copying /tmp/.tmpqYqO5s/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 ...
95822025-02-22T21:10:00.644Z[ host-image] Feb 22 21:09:59.396 INFO O| Feb 22 21:09:59.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
95832025-02-22T21:10:00.644Z[ host-image] Feb 22 21:09:59.396 INFO O| Feb 22 21:09:59.396 INFO ok!
95842025-02-22T21:10:00.647Z[ host-image] Feb 22 21:09:59.396 INFO O| Feb 22 21:09:59.396 INFO STEP 60 (ensure_file) COMPLETE
95852025-02-22T21:10:00.647Z[ host-image] Feb 22 21:09:59.396 INFO O| Feb 22 21:09:59.396 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95862025-02-22T21:10:00.709Z[ host-image] Feb 22 21:09:59.461 INFO O| Feb 22 21:09:59.461 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95872025-02-22T21:10:00.709Z[ host-image] Feb 22 21:09:59.461 INFO O| Feb 22 21:09:59.461 INFO copying /tmp/.tmpqYqO5s/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 ...
95882025-02-22T21:10:00.709Z[ host-image] Feb 22 21:09:59.462 INFO O| Feb 22 21:09:59.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
95892025-02-22T21:10:00.709Z[ host-image] Feb 22 21:09:59.462 INFO O| Feb 22 21:09:59.462 INFO ok!
95902025-02-22T21:10:00.712Z[ host-image] Feb 22 21:09:59.462 INFO O| Feb 22 21:09:59.462 INFO STEP 61 (ensure_file) COMPLETE
95912025-02-22T21:10:00.713Z[ host-image] Feb 22 21:09:59.462 INFO O| Feb 22 21:09:59.462 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95922025-02-22T21:10:00.757Z[ host-image] Feb 22 21:09:59.509 INFO O| Feb 22 21:09:59.509 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95932025-02-22T21:10:00.759Z[ host-image] Feb 22 21:09:59.509 INFO O| Feb 22 21:09:59.509 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95942025-02-22T21:10:00.759Z[ host-image] Feb 22 21:09:59.509 INFO O| Feb 22 21:09:59.509 INFO STEP 62 (ensure_dir) COMPLETE
95952025-02-22T21:10:00.759Z[ host-image] Feb 22 21:09:59.509 INFO O| Feb 22 21:09:59.509 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95962025-02-22T21:10:00.778Z[ host-image] Feb 22 21:09:59.530 INFO O| Feb 22 21:09:59.530 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95972025-02-22T21:10:00.778Z[ host-image] Feb 22 21:09:59.530 INFO O| Feb 22 21:09:59.530 INFO copying /tmp/.tmpqYqO5s/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 ...
95982025-02-22T21:10:00.780Z[ host-image] Feb 22 21:09:59.530 INFO O| Feb 22 21:09:59.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95992025-02-22T21:10:00.780Z[ host-image] Feb 22 21:09:59.530 INFO O| Feb 22 21:09:59.530 INFO ok!
96002025-02-22T21:10:00.781Z[ host-image] Feb 22 21:09:59.530 INFO O| Feb 22 21:09:59.530 INFO STEP 63 (ensure_file) COMPLETE
96012025-02-22T21:10:00.781Z[ host-image] Feb 22 21:09:59.530 INFO O| Feb 22 21:09:59.530 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96022025-02-22T21:10:00.821Z[ host-image] Feb 22 21:09:59.573 INFO O| Feb 22 21:09:59.573 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
96032025-02-22T21:10:00.821Z[ host-image] Feb 22 21:09:59.573 INFO O| Feb 22 21:09:59.573 INFO copying /tmp/.tmpqYqO5s/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 ...
96042025-02-22T21:10:00.824Z[ host-image] Feb 22 21:09:59.573 INFO O| Feb 22 21:09:59.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
96052025-02-22T21:10:00.824Z[ host-image] Feb 22 21:09:59.573 INFO O| Feb 22 21:09:59.573 INFO ok!
96062025-02-22T21:10:00.824Z[ host-image] Feb 22 21:09:59.574 INFO O| Feb 22 21:09:59.573 INFO STEP 64 (ensure_file) COMPLETE
96072025-02-22T21:10:00.824Z[ host-image] Feb 22 21:09:59.574 INFO O| Feb 22 21:09:59.574 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96082025-02-22T21:10:00.867Z[ host-image] Feb 22 21:09:59.619 INFO O| Feb 22 21:09:59.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96092025-02-22T21:10:00.869Z[ host-image] Feb 22 21:09:59.619 INFO O| Feb 22 21:09:59.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
96102025-02-22T21:10:00.870Z[ host-image] Feb 22 21:09:59.619 INFO O| Feb 22 21:09:59.619 INFO STEP 65 (ensure_dir) COMPLETE
96112025-02-22T21:10:00.870Z[ host-image] Feb 22 21:09:59.619 INFO O| Feb 22 21:09:59.619 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96122025-02-22T21:10:00.908Z[ host-image] Feb 22 21:09:59.660 INFO O| Feb 22 21:09:59.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
96132025-02-22T21:10:00.908Z[ host-image] Feb 22 21:09:59.660 INFO O| Feb 22 21:09:59.660 INFO copying /tmp/.tmpqYqO5s/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 ...
96142025-02-22T21:10:00.911Z[ host-image] Feb 22 21:09:59.660 INFO O| Feb 22 21:09:59.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
96152025-02-22T21:10:00.911Z[ host-image] Feb 22 21:09:59.660 INFO O| Feb 22 21:09:59.660 INFO ok!
96162025-02-22T21:10:00.911Z[ host-image] Feb 22 21:09:59.660 INFO O| Feb 22 21:09:59.660 INFO STEP 66 (ensure_file) COMPLETE
96172025-02-22T21:10:00.911Z[ host-image] Feb 22 21:09:59.660 INFO O| Feb 22 21:09:59.660 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182025-02-22T21:10:00.945Z[ host-image] Feb 22 21:09:59.697 INFO O| Feb 22 21:09:59.697 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
96192025-02-22T21:10:00.946Z[ host-image] Feb 22 21:09:59.697 INFO O| Feb 22 21:09:59.697 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
96202025-02-22T21:10:00.949Z[ host-image] Feb 22 21:09:59.697 INFO O| Feb 22 21:09:59.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
96212025-02-22T21:10:00.949Z[ host-image] Feb 22 21:09:59.697 INFO O| Feb 22 21:09:59.697 INFO ok!
96222025-02-22T21:10:00.949Z[ host-image] Feb 22 21:09:59.697 INFO O| Feb 22 21:09:59.697 INFO STEP 67 (ensure_file) COMPLETE
96232025-02-22T21:10:00.949Z[ host-image] Feb 22 21:09:59.697 INFO O| Feb 22 21:09:59.697 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96242025-02-22T21:10:01.011Z[ host-image] Feb 22 21:09:59.763 INFO O| Feb 22 21:09:59.763 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96252025-02-22T21:10:01.011Z[ host-image] Feb 22 21:09:59.763 INFO O| Feb 22 21:09:59.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
96262025-02-22T21:10:01.011Z[ host-image] Feb 22 21:09:59.763 INFO O| Feb 22 21:09:59.763 INFO STEP 68 (ensure_dir) COMPLETE
96272025-02-22T21:10:01.011Z[ host-image] Feb 22 21:09:59.763 INFO O| Feb 22 21:09:59.763 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96282025-02-22T21:10:01.030Z[ host-image] Feb 22 21:09:59.782 INFO O| Feb 22 21:09:59.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
96292025-02-22T21:10:01.030Z[ host-image] Feb 22 21:09:59.782 INFO O| Feb 22 21:09:59.782 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
96302025-02-22T21:10:02.489Z[ host-image] Feb 22 21:10:01.241 INFO O| Feb 22 21:10:01.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
96312025-02-22T21:10:02.490Z[ host-image] Feb 22 21:10:01.241 INFO O| Feb 22 21:10:01.241 INFO ok!
96322025-02-22T21:10:02.492Z[ host-image] Feb 22 21:10:01.241 INFO O| Feb 22 21:10:01.241 INFO STEP 69 (ensure_file) COMPLETE
96332025-02-22T21:10:02.493Z[ host-image] Feb 22 21:10:01.241 INFO O| Feb 22 21:10:01.241 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96342025-02-22T21:10:02.508Z[ host-image] Feb 22 21:10:01.260 INFO O| Feb 22 21:10:01.260 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
96352025-02-22T21:10:02.508Z[ host-image] Feb 22 21:10:01.261 INFO O| Feb 22 21:10:01.260 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
96362025-02-22T21:10:04.983Z[ host-image] Feb 22 21:10:03.735 INFO O| Feb 22 21:10:03.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
96372025-02-22T21:10:04.983Z[ host-image] Feb 22 21:10:03.735 INFO O| Feb 22 21:10:03.735 INFO ok!
96382025-02-22T21:10:04.986Z[ host-image] Feb 22 21:10:03.735 INFO O| Feb 22 21:10:03.735 INFO STEP 70 (ensure_file) COMPLETE
96392025-02-22T21:10:04.986Z[ host-image] Feb 22 21:10:03.735 INFO O| Feb 22 21:10:03.735 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96402025-02-22T21:10:05.002Z[ host-image] Feb 22 21:10:03.754 INFO O| Feb 22 21:10:03.754 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96412025-02-22T21:10:05.002Z[ host-image] Feb 22 21:10:03.754 INFO O| Feb 22 21:10:03.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
96422025-02-22T21:10:05.005Z[ host-image] Feb 22 21:10:03.754 INFO O| Feb 22 21:10:03.754 INFO STEP 71 (ensure_dir) COMPLETE
96432025-02-22T21:10:05.005Z[ host-image] Feb 22 21:10:03.754 INFO O| Feb 22 21:10:03.754 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96442025-02-22T21:10:05.020Z[ host-image] Feb 22 21:10:03.772 INFO O| Feb 22 21:10:03.772 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
96452025-02-22T21:10:05.020Z[ host-image] Feb 22 21:10:03.772 INFO O| Feb 22 21:10:03.772 INFO copying /tmp/.tmpqYqO5s/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 ...
96462025-02-22T21:10:05.020Z[ host-image] Feb 22 21:10:03.772 INFO O| Feb 22 21:10:03.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
96472025-02-22T21:10:05.020Z[ host-image] Feb 22 21:10:03.772 INFO O| Feb 22 21:10:03.772 INFO ok!
96482025-02-22T21:10:05.020Z[ host-image] Feb 22 21:10:03.772 INFO O| Feb 22 21:10:03.772 INFO STEP 72 (ensure_file) COMPLETE
96492025-02-22T21:10:05.023Z[ host-image] Feb 22 21:10:03.772 INFO O| Feb 22 21:10:03.772 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96502025-02-22T21:10:05.061Z[ host-image] Feb 22 21:10:03.813 INFO O| Feb 22 21:10:03.813 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
96512025-02-22T21:10:05.061Z[ host-image] Feb 22 21:10:03.813 INFO O| Feb 22 21:10:03.813 INFO copying /tmp/.tmpqYqO5s/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 ...
96522025-02-22T21:10:05.063Z[ host-image] Feb 22 21:10:03.813 INFO O| Feb 22 21:10:03.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
96532025-02-22T21:10:05.063Z[ host-image] Feb 22 21:10:03.813 INFO O| Feb 22 21:10:03.813 INFO ok!
96542025-02-22T21:10:05.063Z[ host-image] Feb 22 21:10:03.813 INFO O| Feb 22 21:10:03.813 INFO STEP 73 (ensure_file) COMPLETE
96552025-02-22T21:10:05.063Z[ host-image] Feb 22 21:10:03.813 INFO O| Feb 22 21:10:03.813 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96562025-02-22T21:10:05.090Z[ host-image] Feb 22 21:10:03.842 INFO O| Feb 22 21:10:03.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
96572025-02-22T21:10:05.090Z[ host-image] Feb 22 21:10:03.842 INFO O| Feb 22 21:10:03.842 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
96582025-02-22T21:10:05.093Z[ host-image] Feb 22 21:10:03.842 INFO O| Feb 22 21:10:03.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
96592025-02-22T21:10:05.093Z[ host-image] Feb 22 21:10:03.842 INFO O| Feb 22 21:10:03.842 INFO ok!
96602025-02-22T21:10:05.093Z[ host-image] Feb 22 21:10:03.842 INFO O| Feb 22 21:10:03.842 INFO STEP 74 (ensure_file) COMPLETE
96612025-02-22T21:10:05.093Z[ host-image] Feb 22 21:10:03.842 INFO O| Feb 22 21:10:03.842 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96622025-02-22T21:10:05.123Z[ host-image] Feb 22 21:10:03.875 INFO O| Feb 22 21:10:03.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
96632025-02-22T21:10:05.123Z[ host-image] Feb 22 21:10:03.875 INFO O| Feb 22 21:10:03.875 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
96642025-02-22T21:10:05.125Z[ host-image] Feb 22 21:10:03.875 INFO O| Feb 22 21:10:03.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
96652025-02-22T21:10:05.125Z[ host-image] Feb 22 21:10:03.875 INFO O| Feb 22 21:10:03.875 INFO ok!
96662025-02-22T21:10:05.125Z[ host-image] Feb 22 21:10:03.875 INFO O| Feb 22 21:10:03.875 INFO STEP 75 (ensure_file) COMPLETE
96672025-02-22T21:10:05.126Z[ host-image] Feb 22 21:10:03.875 INFO O| Feb 22 21:10:03.875 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96682025-02-22T21:10:05.214Z[ host-image] Feb 22 21:10:03.966 INFO O| Feb 22 21:10:03.966 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96692025-02-22T21:10:05.214Z[ host-image] Feb 22 21:10:03.966 INFO O| Feb 22 21:10:03.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
96702025-02-22T21:10:05.217Z[ host-image] Feb 22 21:10:03.966 INFO O| Feb 22 21:10:03.966 INFO STEP 76 (ensure_dir) COMPLETE
96712025-02-22T21:10:05.217Z[ host-image] Feb 22 21:10:03.966 INFO O| Feb 22 21:10:03.966 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722025-02-22T21:10:05.287Z[ host-image] Feb 22 21:10:04.039 INFO O| Feb 22 21:10:04.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
96732025-02-22T21:10:05.287Z[ host-image] Feb 22 21:10:04.039 INFO O| Feb 22 21:10:04.039 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
96742025-02-22T21:10:05.291Z[ host-image] Feb 22 21:10:04.043 INFO O| Feb 22 21:10:04.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
96752025-02-22T21:10:05.291Z[ host-image] Feb 22 21:10:04.043 INFO O| Feb 22 21:10:04.043 INFO ok!
96762025-02-22T21:10:05.294Z[ host-image] Feb 22 21:10:04.043 INFO O| Feb 22 21:10:04.043 INFO STEP 77 (ensure_file) COMPLETE
96772025-02-22T21:10:05.294Z[ host-image] Feb 22 21:10:04.043 INFO O| Feb 22 21:10:04.043 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782025-02-22T21:10:05.332Z[ host-image] Feb 22 21:10:04.084 INFO O| Feb 22 21:10:04.084 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
96792025-02-22T21:10:05.332Z[ host-image] Feb 22 21:10:04.084 INFO O| Feb 22 21:10:04.084 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
96802025-02-22T21:10:05.332Z[ host-image] Feb 22 21:10:04.084 INFO O| Feb 22 21:10:04.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
96812025-02-22T21:10:05.332Z[ host-image] Feb 22 21:10:04.084 INFO O| Feb 22 21:10:04.084 INFO ok!
96822025-02-22T21:10:05.334Z[ host-image] Feb 22 21:10:04.084 INFO O| Feb 22 21:10:04.084 INFO STEP 78 (ensure_file) COMPLETE
96832025-02-22T21:10:05.334Z[ host-image] Feb 22 21:10:04.084 INFO O| Feb 22 21:10:04.084 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842025-02-22T21:10:05.365Z[ host-image] Feb 22 21:10:04.118 INFO O| Feb 22 21:10:04.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
96852025-02-22T21:10:05.366Z[ host-image] Feb 22 21:10:04.118 INFO O| Feb 22 21:10:04.117 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
96862025-02-22T21:10:07.411Z[ host-image] Feb 22 21:10:06.163 INFO O| Feb 22 21:10:06.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
96872025-02-22T21:10:07.411Z[ host-image] Feb 22 21:10:06.163 INFO O| Feb 22 21:10:06.163 INFO ok!
96882025-02-22T21:10:07.414Z[ host-image] Feb 22 21:10:06.163 INFO O| Feb 22 21:10:06.163 INFO STEP 79 (ensure_file) COMPLETE
96892025-02-22T21:10:07.414Z[ host-image] Feb 22 21:10:06.163 INFO O| Feb 22 21:10:06.163 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902025-02-22T21:10:07.431Z[ host-image] Feb 22 21:10:06.183 INFO O| Feb 22 21:10:06.183 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96912025-02-22T21:10:07.434Z[ host-image] Feb 22 21:10:06.184 INFO O| Feb 22 21:10:06.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96922025-02-22T21:10:07.434Z[ host-image] Feb 22 21:10:06.184 INFO O| Feb 22 21:10:06.184 INFO STEP 80 (ensure_dir) COMPLETE
96932025-02-22T21:10:07.434Z[ host-image] Feb 22 21:10:06.184 INFO O| Feb 22 21:10:06.184 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96942025-02-22T21:10:07.451Z[ host-image] Feb 22 21:10:06.204 INFO O| Feb 22 21:10:06.203 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96952025-02-22T21:10:07.451Z[ host-image] Feb 22 21:10:06.204 INFO O| Feb 22 21:10:06.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96962025-02-22T21:10:07.452Z[ host-image] Feb 22 21:10:06.204 INFO O| Feb 22 21:10:06.204 INFO STEP 81 (ensure_dir) COMPLETE
96972025-02-22T21:10:07.454Z[ host-image] Feb 22 21:10:06.204 INFO O| Feb 22 21:10:06.204 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982025-02-22T21:10:07.479Z[ host-image] Feb 22 21:10:06.230 INFO O| Feb 22 21:10:06.230 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96992025-02-22T21:10:07.479Z[ host-image] Feb 22 21:10:06.230 INFO O| Feb 22 21:10:06.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
97002025-02-22T21:10:07.479Z[ host-image] Feb 22 21:10:06.230 INFO O| Feb 22 21:10:06.230 INFO STEP 82 (ensure_dir) COMPLETE
97012025-02-22T21:10:07.479Z[ host-image] Feb 22 21:10:06.230 INFO O| Feb 22 21:10:06.230 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022025-02-22T21:10:07.528Z[ host-image] Feb 22 21:10:06.280 INFO O| Feb 22 21:10:06.279 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97032025-02-22T21:10:07.528Z[ host-image] Feb 22 21:10:06.280 INFO O| Feb 22 21:10:06.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
97042025-02-22T21:10:07.532Z[ host-image] Feb 22 21:10:06.280 INFO O| Feb 22 21:10:06.280 INFO STEP 83 (ensure_dir) COMPLETE
97052025-02-22T21:10:07.532Z[ host-image] Feb 22 21:10:06.280 INFO O| Feb 22 21:10:06.280 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97062025-02-22T21:10:07.548Z[ host-image] Feb 22 21:10:06.300 INFO O| Feb 22 21:10:06.300 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97072025-02-22T21:10:07.551Z[ host-image] Feb 22 21:10:06.301 INFO O| Feb 22 21:10:06.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
97082025-02-22T21:10:07.551Z[ host-image] Feb 22 21:10:06.301 INFO O| Feb 22 21:10:06.301 INFO STEP 84 (ensure_dir) COMPLETE
97092025-02-22T21:10:07.551Z[ host-image] Feb 22 21:10:06.301 INFO O| Feb 22 21:10:06.301 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102025-02-22T21:10:07.776Z[ host-image] Feb 22 21:10:06.528 INFO O| Feb 22 21:10:06.528 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
97112025-02-22T21:10:07.777Z[ host-image] Feb 22 21:10:06.529 INFO O| Feb 22 21:10:06.528 INFO copying /tmp/.tmpqYqO5s/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 ...
97122025-02-22T21:10:07.779Z[ host-image] Feb 22 21:10:06.529 INFO O| Feb 22 21:10:06.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
97132025-02-22T21:10:07.779Z[ host-image] Feb 22 21:10:06.529 INFO O| Feb 22 21:10:06.529 INFO ok!
97142025-02-22T21:10:07.779Z[ host-image] Feb 22 21:10:06.529 INFO O| Feb 22 21:10:06.529 INFO STEP 85 (ensure_file) COMPLETE
97152025-02-22T21:10:07.779Z[ host-image] Feb 22 21:10:06.529 INFO O| Feb 22 21:10:06.529 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97162025-02-22T21:10:07.799Z[ host-image] Feb 22 21:10:06.551 INFO O| Feb 22 21:10:06.551 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97172025-02-22T21:10:07.799Z[ host-image] Feb 22 21:10:06.551 INFO O| Feb 22 21:10:06.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
97182025-02-22T21:10:07.801Z[ host-image] Feb 22 21:10:06.551 INFO O| Feb 22 21:10:06.551 INFO STEP 86 (ensure_dir) COMPLETE
97192025-02-22T21:10:07.801Z[ host-image] Feb 22 21:10:06.551 INFO O| Feb 22 21:10:06.551 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202025-02-22T21:10:07.837Z[ host-image] Feb 22 21:10:06.589 INFO O| Feb 22 21:10:06.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
97212025-02-22T21:10:07.837Z[ host-image] Feb 22 21:10:06.589 INFO O| Feb 22 21:10:06.589 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
97222025-02-22T21:10:07.840Z[ host-image] Feb 22 21:10:06.589 INFO O| Feb 22 21:10:06.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
97232025-02-22T21:10:07.841Z[ host-image] Feb 22 21:10:06.589 INFO O| Feb 22 21:10:06.589 INFO ok!
97242025-02-22T21:10:07.841Z[ host-image] Feb 22 21:10:06.589 INFO O| Feb 22 21:10:06.589 INFO STEP 87 (ensure_file) COMPLETE
97252025-02-22T21:10:07.841Z[ host-image] Feb 22 21:10:06.589 INFO O| Feb 22 21:10:06.589 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97262025-02-22T21:10:07.862Z[ host-image] Feb 22 21:10:06.614 INFO O| Feb 22 21:10:06.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
97272025-02-22T21:10:07.862Z[ host-image] Feb 22 21:10:06.614 INFO O| Feb 22 21:10:06.614 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
97282025-02-22T21:10:07.875Z[ host-image] Feb 22 21:10:06.627 INFO O| Feb 22 21:10:06.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
97292025-02-22T21:10:07.875Z[ host-image] Feb 22 21:10:06.627 INFO O| Feb 22 21:10:06.627 INFO ok!
97302025-02-22T21:10:07.875Z[ host-image] Feb 22 21:10:06.627 INFO O| Feb 22 21:10:06.627 INFO STEP 88 (ensure_file) COMPLETE
97312025-02-22T21:10:07.878Z[ host-image] Feb 22 21:10:06.627 INFO O| Feb 22 21:10:06.627 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322025-02-22T21:10:07.898Z[ host-image] Feb 22 21:10:06.650 INFO O| Feb 22 21:10:06.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
97332025-02-22T21:10:07.898Z[ host-image] Feb 22 21:10:06.650 INFO O| Feb 22 21:10:06.650 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
97342025-02-22T21:10:08.482Z[ host-image] Feb 22 21:10:07.234 INFO O| Feb 22 21:10:07.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
97352025-02-22T21:10:08.482Z[ host-image] Feb 22 21:10:07.234 INFO O| Feb 22 21:10:07.234 INFO ok!
97362025-02-22T21:10:08.482Z[ host-image] Feb 22 21:10:07.234 INFO O| Feb 22 21:10:07.234 INFO STEP 89 (ensure_file) COMPLETE
97372025-02-22T21:10:08.485Z[ host-image] Feb 22 21:10:07.234 INFO O| Feb 22 21:10:07.234 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382025-02-22T21:10:08.503Z[ host-image] Feb 22 21:10:07.255 INFO O| Feb 22 21:10:07.255 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
97392025-02-22T21:10:08.503Z[ host-image] Feb 22 21:10:07.255 INFO O| Feb 22 21:10:07.255 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
97402025-02-22T21:10:08.506Z[ host-image] Feb 22 21:10:07.255 INFO O| Feb 22 21:10:07.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
97412025-02-22T21:10:08.506Z[ host-image] Feb 22 21:10:07.255 INFO O| Feb 22 21:10:07.255 INFO ok!
97422025-02-22T21:10:08.506Z[ host-image] Feb 22 21:10:07.255 INFO O| Feb 22 21:10:07.255 INFO STEP 90 (ensure_file) COMPLETE
97432025-02-22T21:10:08.506Z[ host-image] Feb 22 21:10:07.255 INFO O| Feb 22 21:10:07.255 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442025-02-22T21:10:08.522Z[ host-image] Feb 22 21:10:07.274 INFO O| Feb 22 21:10:07.274 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97452025-02-22T21:10:08.522Z[ host-image] Feb 22 21:10:07.274 INFO O| Feb 22 21:10:07.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
97462025-02-22T21:10:08.522Z[ host-image] Feb 22 21:10:07.274 INFO O| Feb 22 21:10:07.274 INFO STEP 91 (ensure_dir) COMPLETE
97472025-02-22T21:10:08.522Z[ host-image] Feb 22 21:10:07.274 INFO O| Feb 22 21:10:07.274 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97482025-02-22T21:10:08.601Z[ recovery-image] Feb 22 21:10:07.353 INFO E| Finished `release` profile [optimized] target(s) in 1m 22s
97492025-02-22T21:10:08.606Z[ host-image] Feb 22 21:10:07.359 INFO O| Feb 22 21:10:07.358 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
97502025-02-22T21:10:08.606Z[ host-image] Feb 22 21:10:07.359 INFO O| Feb 22 21:10:07.358 INFO copying /tmp/.tmpqYqO5s/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 ...
97512025-02-22T21:10:08.609Z[ host-image] Feb 22 21:10:07.359 INFO O| Feb 22 21:10:07.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
97522025-02-22T21:10:08.609Z[ host-image] Feb 22 21:10:07.359 INFO O| Feb 22 21:10:07.359 INFO ok!
97532025-02-22T21:10:08.609Z[ host-image] Feb 22 21:10:07.359 INFO O| Feb 22 21:10:07.359 INFO STEP 92 (ensure_file) COMPLETE
97542025-02-22T21:10:08.609Z[ host-image] Feb 22 21:10:07.359 INFO O| Feb 22 21:10:07.359 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552025-02-22T21:10:08.628Z[ host-image] Feb 22 21:10:07.380 INFO O| Feb 22 21:10:07.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
97562025-02-22T21:10:08.628Z[ host-image] Feb 22 21:10:07.380 INFO O| Feb 22 21:10:07.380 INFO copying /tmp/.tmpqYqO5s/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 ...
97572025-02-22T21:10:08.631Z[ host-image] Feb 22 21:10:07.380 INFO O| Feb 22 21:10:07.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
97582025-02-22T21:10:08.631Z[ host-image] Feb 22 21:10:07.381 INFO O| Feb 22 21:10:07.380 INFO ok!
97592025-02-22T21:10:08.631Z[ host-image] Feb 22 21:10:07.381 INFO O| Feb 22 21:10:07.380 INFO STEP 93 (ensure_file) COMPLETE
97602025-02-22T21:10:08.631Z[ host-image] Feb 22 21:10:07.381 INFO O| Feb 22 21:10:07.380 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612025-02-22T21:10:08.640Z[ recovery-image] Feb 22 21:10:07.392 INFO building host image...
97622025-02-22T21:10:08.643Z[ recovery-image] Feb 22 21:10:07.393 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")
97632025-02-22T21:10:08.675Z[ host-image] Feb 22 21:10:07.427 INFO O| Feb 22 21:10:07.427 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
97642025-02-22T21:10:08.675Z[ host-image] Feb 22 21:10:07.427 INFO O| Feb 22 21:10:07.427 INFO copying /tmp/.tmpqYqO5s/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 ...
97652025-02-22T21:10:08.675Z[ host-image] Feb 22 21:10:07.427 INFO O| Feb 22 21:10:07.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
97662025-02-22T21:10:08.678Z[ host-image] Feb 22 21:10:07.427 INFO O| Feb 22 21:10:07.427 INFO ok!
97672025-02-22T21:10:08.678Z[ host-image] Feb 22 21:10:07.427 INFO O| Feb 22 21:10:07.427 INFO STEP 94 (ensure_file) COMPLETE
97682025-02-22T21:10:08.678Z[ host-image] Feb 22 21:10:07.427 INFO O| Feb 22 21:10:07.427 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692025-02-22T21:10:08.710Z[ host-image] Feb 22 21:10:07.462 INFO O| Feb 22 21:10:07.462 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
97702025-02-22T21:10:08.710Z[ host-image] Feb 22 21:10:07.462 INFO O| Feb 22 21:10:07.462 INFO copying /tmp/.tmpqYqO5s/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 ...
97712025-02-22T21:10:08.710Z[ host-image] Feb 22 21:10:07.462 INFO O| Feb 22 21:10:07.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
97722025-02-22T21:10:08.710Z[ host-image] Feb 22 21:10:07.462 INFO O| Feb 22 21:10:07.462 INFO ok!
97732025-02-22T21:10:08.713Z[ host-image] Feb 22 21:10:07.462 INFO O| Feb 22 21:10:07.462 INFO STEP 95 (ensure_file) COMPLETE
97742025-02-22T21:10:08.713Z[ host-image] Feb 22 21:10:07.462 INFO O| Feb 22 21:10:07.462 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752025-02-22T21:10:08.728Z[ host-image] Feb 22 21:10:07.480 INFO O| Feb 22 21:10:07.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
97762025-02-22T21:10:08.728Z[ host-image] Feb 22 21:10:07.481 INFO O| Feb 22 21:10:07.480 INFO copying /tmp/.tmpqYqO5s/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 ...
97772025-02-22T21:10:08.728Z[ host-image] Feb 22 21:10:07.481 INFO O| Feb 22 21:10:07.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
97782025-02-22T21:10:08.731Z[ host-image] Feb 22 21:10:07.481 INFO O| Feb 22 21:10:07.481 INFO ok!
97792025-02-22T21:10:08.731Z[ host-image] Feb 22 21:10:07.481 INFO O| Feb 22 21:10:07.481 INFO STEP 96 (ensure_file) COMPLETE
97802025-02-22T21:10:08.731Z[ host-image] Feb 22 21:10:07.481 INFO O| Feb 22 21:10:07.481 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97812025-02-22T21:10:08.756Z[ host-image] Feb 22 21:10:07.508 INFO O| Feb 22 21:10:07.508 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d does not exist
97822025-02-22T21:10:08.756Z[ host-image] Feb 22 21:10:07.508 INFO O| Feb 22 21:10:07.508 INFO copying /tmp/.tmpqYqO5s/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 ...
97832025-02-22T21:10:08.756Z[ host-image] Feb 22 21:10:07.508 INFO O| Feb 22 21:10:07.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/up-info.d
97842025-02-22T21:10:08.756Z[ host-image] Feb 22 21:10:07.508 INFO O| Feb 22 21:10:07.508 INFO ok!
97852025-02-22T21:10:08.759Z[ host-image] Feb 22 21:10:07.508 INFO O| Feb 22 21:10:07.508 INFO STEP 97 (ensure_file) COMPLETE
97862025-02-22T21:10:08.759Z[ host-image] Feb 22 21:10:07.508 INFO O| Feb 22 21:10:07.508 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872025-02-22T21:10:08.777Z[ host-image] Feb 22 21:10:07.530 INFO O| Feb 22 21:10:07.530 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
97882025-02-22T21:10:08.778Z[ host-image] Feb 22 21:10:07.530 INFO O| Feb 22 21:10:07.530 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
97892025-02-22T21:10:08.780Z[ host-image] Feb 22 21:10:07.530 INFO O| Feb 22 21:10:07.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
97902025-02-22T21:10:08.780Z[ host-image] Feb 22 21:10:07.530 INFO O| Feb 22 21:10:07.530 INFO ok!
97912025-02-22T21:10:08.780Z[ host-image] Feb 22 21:10:07.530 INFO O| Feb 22 21:10:07.530 INFO STEP 98 (ensure_file) COMPLETE
97922025-02-22T21:10:08.780Z[ host-image] Feb 22 21:10:07.530 INFO O| Feb 22 21:10:07.530 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97932025-02-22T21:10:08.799Z[ host-image] Feb 22 21:10:07.551 INFO O| Feb 22 21:10:07.551 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
97942025-02-22T21:10:08.799Z[ host-image] Feb 22 21:10:07.551 INFO O| Feb 22 21:10:07.551 INFO copying /tmp/.tmpqYqO5s/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 ...
97952025-02-22T21:10:08.799Z[ host-image] Feb 22 21:10:07.551 INFO O| Feb 22 21:10:07.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
97962025-02-22T21:10:08.802Z[ host-image] Feb 22 21:10:07.551 INFO O| Feb 22 21:10:07.551 INFO ok!
97972025-02-22T21:10:08.802Z[ host-image] Feb 22 21:10:07.551 INFO O| Feb 22 21:10:07.551 INFO STEP 99 (ensure_file) COMPLETE
97982025-02-22T21:10:08.802Z[ host-image] Feb 22 21:10:07.552 INFO O| Feb 22 21:10:07.551 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97992025-02-22T21:10:08.819Z[ host-image] Feb 22 21:10:07.571 INFO O| Feb 22 21:10:07.571 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
98002025-02-22T21:10:08.819Z[ host-image] Feb 22 21:10:07.571 INFO O| Feb 22 21:10:07.571 INFO copying /tmp/.tmpqYqO5s/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 ...
98012025-02-22T21:10:08.819Z[ host-image] Feb 22 21:10:07.571 INFO O| Feb 22 21:10:07.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
98022025-02-22T21:10:08.819Z[ host-image] Feb 22 21:10:07.571 INFO O| Feb 22 21:10:07.571 INFO ok!
98032025-02-22T21:10:08.823Z[ host-image] Feb 22 21:10:07.571 INFO O| Feb 22 21:10:07.571 INFO STEP 100 (ensure_file) COMPLETE
98042025-02-22T21:10:08.823Z[ host-image] Feb 22 21:10:07.571 INFO O| Feb 22 21:10:07.571 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98052025-02-22T21:10:08.838Z[ host-image] Feb 22 21:10:07.590 INFO O| Feb 22 21:10:07.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
98062025-02-22T21:10:08.838Z[ host-image] Feb 22 21:10:07.590 INFO O| Feb 22 21:10:07.590 INFO copying /tmp/.tmpqYqO5s/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 ...
98072025-02-22T21:10:08.840Z[ host-image] Feb 22 21:10:07.590 INFO O| Feb 22 21:10:07.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
98082025-02-22T21:10:08.841Z[ host-image] Feb 22 21:10:07.590 INFO O| Feb 22 21:10:07.590 INFO ok!
98092025-02-22T21:10:08.841Z[ host-image] Feb 22 21:10:07.590 INFO O| Feb 22 21:10:07.590 INFO STEP 101 (ensure_file) COMPLETE
98102025-02-22T21:10:08.841Z[ host-image] Feb 22 21:10:07.590 INFO O| Feb 22 21:10:07.590 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98112025-02-22T21:10:08.857Z[ host-image] Feb 22 21:10:07.609 INFO O| Feb 22 21:10:07.609 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
98122025-02-22T21:10:08.857Z[ host-image] Feb 22 21:10:07.609 INFO O| Feb 22 21:10:07.609 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
98132025-02-22T21:10:08.860Z[ host-image] Feb 22 21:10:07.610 INFO O| Feb 22 21:10:07.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
98142025-02-22T21:10:08.860Z[ host-image] Feb 22 21:10:07.610 INFO O| Feb 22 21:10:07.610 INFO ok!
98152025-02-22T21:10:08.860Z[ host-image] Feb 22 21:10:07.610 INFO O| Feb 22 21:10:07.610 INFO STEP 102 (ensure_file) COMPLETE
98162025-02-22T21:10:08.860Z[ host-image] Feb 22 21:10:07.610 INFO O| Feb 22 21:10:07.610 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98172025-02-22T21:10:08.877Z[ host-image] Feb 22 21:10:07.628 INFO O| Feb 22 21:10:07.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
98182025-02-22T21:10:08.877Z[ host-image] Feb 22 21:10:07.629 INFO O| Feb 22 21:10:07.628 INFO copying /tmp/.tmpqYqO5s/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 ...
98192025-02-22T21:10:08.877Z[ host-image] Feb 22 21:10:07.629 INFO O| Feb 22 21:10:07.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
98202025-02-22T21:10:08.879Z[ host-image] Feb 22 21:10:07.629 INFO O| Feb 22 21:10:07.629 INFO ok!
98212025-02-22T21:10:08.879Z[ host-image] Feb 22 21:10:07.629 INFO O| Feb 22 21:10:07.629 INFO STEP 103 (ensure_file) COMPLETE
98222025-02-22T21:10:08.879Z[ host-image] Feb 22 21:10:07.629 INFO O| Feb 22 21:10:07.629 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232025-02-22T21:10:08.901Z[ host-image] Feb 22 21:10:07.652 INFO O| Feb 22 21:10:07.652 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
98242025-02-22T21:10:08.901Z[ host-image] Feb 22 21:10:07.652 INFO O| Feb 22 21:10:07.652 INFO copying /tmp/.tmpqYqO5s/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 ...
98252025-02-22T21:10:08.901Z[ host-image] Feb 22 21:10:07.653 INFO O| Feb 22 21:10:07.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
98262025-02-22T21:10:08.904Z[ host-image] Feb 22 21:10:07.653 INFO O| Feb 22 21:10:07.653 INFO ok!
98272025-02-22T21:10:08.904Z[ host-image] Feb 22 21:10:07.653 INFO O| Feb 22 21:10:07.653 INFO STEP 104 (ensure_file) COMPLETE
98282025-02-22T21:10:08.904Z[ host-image] Feb 22 21:10:07.653 INFO O| Feb 22 21:10:07.653 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292025-02-22T21:10:08.971Z[ host-image] Feb 22 21:10:07.723 INFO O| Feb 22 21:10:07.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
98302025-02-22T21:10:08.971Z[ host-image] Feb 22 21:10:07.723 INFO O| Feb 22 21:10:07.723 INFO copying /tmp/.tmpqYqO5s/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 ...
98312025-02-22T21:10:08.974Z[ host-image] Feb 22 21:10:07.723 INFO O| Feb 22 21:10:07.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
98322025-02-22T21:10:08.974Z[ host-image] Feb 22 21:10:07.723 INFO O| Feb 22 21:10:07.723 INFO ok!
98332025-02-22T21:10:08.974Z[ host-image] Feb 22 21:10:07.723 INFO O| Feb 22 21:10:07.723 INFO STEP 105 (ensure_file) COMPLETE
98342025-02-22T21:10:08.974Z[ host-image] Feb 22 21:10:07.723 INFO O| Feb 22 21:10:07.723 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352025-02-22T21:10:08.989Z[ host-image] Feb 22 21:10:07.741 INFO O| Feb 22 21:10:07.741 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
98362025-02-22T21:10:08.992Z[ host-image] Feb 22 21:10:07.741 INFO O| Feb 22 21:10:07.741 INFO copying /tmp/.tmpqYqO5s/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 ...
98372025-02-22T21:10:08.992Z[ host-image] Feb 22 21:10:07.741 INFO O| Feb 22 21:10:07.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
98382025-02-22T21:10:08.992Z[ host-image] Feb 22 21:10:07.741 INFO O| Feb 22 21:10:07.741 INFO ok!
98392025-02-22T21:10:08.992Z[ host-image] Feb 22 21:10:07.741 INFO O| Feb 22 21:10:07.741 INFO STEP 106 (ensure_file) COMPLETE
98402025-02-22T21:10:08.992Z[ host-image] Feb 22 21:10:07.741 INFO O| Feb 22 21:10:07.741 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98412025-02-22T21:10:09.007Z[ host-image] Feb 22 21:10:07.759 INFO O| Feb 22 21:10:07.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
98422025-02-22T21:10:09.007Z[ host-image] Feb 22 21:10:07.759 INFO O| Feb 22 21:10:07.759 INFO copying /tmp/.tmpqYqO5s/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 ...
98432025-02-22T21:10:09.010Z[ host-image] Feb 22 21:10:07.760 INFO O| Feb 22 21:10:07.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
98442025-02-22T21:10:09.010Z[ host-image] Feb 22 21:10:07.760 INFO O| Feb 22 21:10:07.760 INFO ok!
98452025-02-22T21:10:09.010Z[ host-image] Feb 22 21:10:07.760 INFO O| Feb 22 21:10:07.760 INFO STEP 107 (ensure_file) COMPLETE
98462025-02-22T21:10:09.010Z[ host-image] Feb 22 21:10:07.760 INFO O| Feb 22 21:10:07.760 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98472025-02-22T21:10:09.026Z[ host-image] Feb 22 21:10:07.778 INFO O| Feb 22 21:10:07.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
98482025-02-22T21:10:09.026Z[ host-image] Feb 22 21:10:07.778 INFO O| Feb 22 21:10:07.778 INFO copying /tmp/.tmpqYqO5s/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 ...
98492025-02-22T21:10:09.029Z[ host-image] Feb 22 21:10:07.779 INFO O| Feb 22 21:10:07.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
98502025-02-22T21:10:09.029Z[ host-image] Feb 22 21:10:07.779 INFO O| Feb 22 21:10:07.779 INFO ok!
98512025-02-22T21:10:09.029Z[ host-image] Feb 22 21:10:07.779 INFO O| Feb 22 21:10:07.779 INFO STEP 108 (ensure_file) COMPLETE
98522025-02-22T21:10:09.029Z[ host-image] Feb 22 21:10:07.779 INFO O| Feb 22 21:10:07.779 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98532025-02-22T21:10:09.046Z[ host-image] Feb 22 21:10:07.797 INFO O| Feb 22 21:10:07.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
98542025-02-22T21:10:09.046Z[ host-image] Feb 22 21:10:07.797 INFO O| Feb 22 21:10:07.797 INFO copying /tmp/.tmpqYqO5s/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 ...
98552025-02-22T21:10:09.046Z[ host-image] Feb 22 21:10:07.797 INFO O| Feb 22 21:10:07.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
98562025-02-22T21:10:09.046Z[ host-image] Feb 22 21:10:07.797 INFO O| Feb 22 21:10:07.797 INFO ok!
98572025-02-22T21:10:09.046Z[ host-image] Feb 22 21:10:07.797 INFO O| Feb 22 21:10:07.797 INFO STEP 109 (ensure_file) COMPLETE
98582025-02-22T21:10:09.046Z[ host-image] Feb 22 21:10:07.797 INFO O| Feb 22 21:10:07.797 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98592025-02-22T21:10:09.063Z[ host-image] Feb 22 21:10:07.815 INFO O| Feb 22 21:10:07.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
98602025-02-22T21:10:09.063Z[ host-image] Feb 22 21:10:07.815 INFO O| Feb 22 21:10:07.815 INFO copying /tmp/.tmpqYqO5s/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 ...
98612025-02-22T21:10:09.066Z[ host-image] Feb 22 21:10:07.815 INFO O| Feb 22 21:10:07.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
98622025-02-22T21:10:09.066Z[ host-image] Feb 22 21:10:07.815 INFO O| Feb 22 21:10:07.815 INFO ok!
98632025-02-22T21:10:09.066Z[ host-image] Feb 22 21:10:07.815 INFO O| Feb 22 21:10:07.815 INFO STEP 110 (ensure_file) COMPLETE
98642025-02-22T21:10:09.066Z[ host-image] Feb 22 21:10:07.815 INFO O| Feb 22 21:10:07.815 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98652025-02-22T21:10:09.123Z[ host-image] Feb 22 21:10:07.875 INFO O| Feb 22 21:10:07.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
98662025-02-22T21:10:09.123Z[ host-image] Feb 22 21:10:07.875 INFO O| Feb 22 21:10:07.875 INFO copying /tmp/.tmpqYqO5s/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 ...
98672025-02-22T21:10:09.126Z[ host-image] Feb 22 21:10:07.875 INFO O| Feb 22 21:10:07.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
98682025-02-22T21:10:09.126Z[ host-image] Feb 22 21:10:07.875 INFO O| Feb 22 21:10:07.875 INFO ok!
98692025-02-22T21:10:09.126Z[ host-image] Feb 22 21:10:07.875 INFO O| Feb 22 21:10:07.875 INFO STEP 111 (ensure_file) COMPLETE
98702025-02-22T21:10:09.126Z[ host-image] Feb 22 21:10:07.875 INFO O| Feb 22 21:10:07.875 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98712025-02-22T21:10:09.163Z[ host-image] Feb 22 21:10:07.915 INFO O| Feb 22 21:10:07.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
98722025-02-22T21:10:09.163Z[ host-image] Feb 22 21:10:07.915 INFO O| Feb 22 21:10:07.915 INFO copying /tmp/.tmpqYqO5s/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 ...
98732025-02-22T21:10:09.166Z[ host-image] Feb 22 21:10:07.915 INFO O| Feb 22 21:10:07.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
98742025-02-22T21:10:09.167Z[ host-image] Feb 22 21:10:07.915 INFO O| Feb 22 21:10:07.915 INFO ok!
98752025-02-22T21:10:09.167Z[ host-image] Feb 22 21:10:07.915 INFO O| Feb 22 21:10:07.915 INFO STEP 112 (ensure_file) COMPLETE
98762025-02-22T21:10:09.167Z[ host-image] Feb 22 21:10:07.915 INFO O| Feb 22 21:10:07.915 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98772025-02-22T21:10:09.208Z[ host-image] Feb 22 21:10:07.960 INFO O| Feb 22 21:10:07.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh does not exist
98782025-02-22T21:10:09.209Z[ host-image] Feb 22 21:10:07.960 INFO O| Feb 22 21:10:07.960 INFO copying /tmp/.tmpqYqO5s/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 ...
98792025-02-22T21:10:09.212Z[ host-image] Feb 22 21:10:07.960 INFO O| Feb 22 21:10:07.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.sh
98802025-02-22T21:10:09.212Z[ host-image] Feb 22 21:10:07.960 INFO O| Feb 22 21:10:07.960 INFO ok!
98812025-02-22T21:10:09.212Z[ host-image] Feb 22 21:10:07.960 INFO O| Feb 22 21:10:07.960 INFO STEP 113 (ensure_file) COMPLETE
98822025-02-22T21:10:09.212Z[ host-image] Feb 22 21:10:07.960 INFO O| Feb 22 21:10:07.960 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98832025-02-22T21:10:09.270Z[ host-image] Feb 22 21:10:08.022 INFO O| Feb 22 21:10:08.022 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d does not exist
98842025-02-22T21:10:09.270Z[ host-image] Feb 22 21:10:08.022 INFO O| Feb 22 21:10:08.022 INFO copying /tmp/.tmpqYqO5s/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 ...
98852025-02-22T21:10:09.270Z[ host-image] Feb 22 21:10:08.023 INFO O| Feb 22 21:10:08.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-up-state.d
98862025-02-22T21:10:09.270Z[ host-image] Feb 22 21:10:08.023 INFO O| Feb 22 21:10:08.023 INFO ok!
98872025-02-22T21:10:09.273Z[ host-image] Feb 22 21:10:08.023 INFO O| Feb 22 21:10:08.023 INFO STEP 114 (ensure_file) COMPLETE
98882025-02-22T21:10:09.273Z[ host-image] Feb 22 21:10:08.023 INFO O| Feb 22 21:10:08.023 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892025-02-22T21:10:09.335Z[ host-image] Feb 22 21:10:08.087 INFO O| Feb 22 21:10:08.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
98902025-02-22T21:10:09.335Z[ host-image] Feb 22 21:10:08.087 INFO O| Feb 22 21:10:08.087 INFO copying /tmp/.tmpqYqO5s/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 ...
98912025-02-22T21:10:09.335Z[ host-image] Feb 22 21:10:08.087 INFO O| Feb 22 21:10:08.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
98922025-02-22T21:10:09.338Z[ host-image] Feb 22 21:10:08.087 INFO O| Feb 22 21:10:08.087 INFO ok!
98932025-02-22T21:10:09.338Z[ host-image] Feb 22 21:10:08.087 INFO O| Feb 22 21:10:08.087 INFO STEP 115 (ensure_file) COMPLETE
98942025-02-22T21:10:09.338Z[ host-image] Feb 22 21:10:08.087 INFO O| Feb 22 21:10:08.087 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952025-02-22T21:10:09.401Z[ host-image] Feb 22 21:10:08.153 INFO O| Feb 22 21:10:08.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
98962025-02-22T21:10:09.404Z[ host-image] Feb 22 21:10:08.153 INFO O| Feb 22 21:10:08.153 INFO copying /tmp/.tmpqYqO5s/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 ...
98972025-02-22T21:10:09.404Z[ host-image] Feb 22 21:10:08.153 INFO O| Feb 22 21:10:08.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
98982025-02-22T21:10:09.404Z[ host-image] Feb 22 21:10:08.153 INFO O| Feb 22 21:10:08.153 INFO ok!
98992025-02-22T21:10:09.404Z[ host-image] Feb 22 21:10:08.153 INFO O| Feb 22 21:10:08.153 INFO STEP 116 (ensure_file) COMPLETE
99002025-02-22T21:10:09.404Z[ host-image] Feb 22 21:10:08.153 INFO O| Feb 22 21:10:08.153 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99012025-02-22T21:10:09.421Z[ host-image] Feb 22 21:10:08.174 INFO O| Feb 22 21:10:08.173 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
99022025-02-22T21:10:09.421Z[ host-image] Feb 22 21:10:08.174 INFO O| Feb 22 21:10:08.173 INFO copying /tmp/.tmpqYqO5s/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 ...
99032025-02-22T21:10:09.424Z[ host-image] Feb 22 21:10:08.174 INFO O| Feb 22 21:10:08.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
99042025-02-22T21:10:09.424Z[ host-image] Feb 22 21:10:08.174 INFO O| Feb 22 21:10:08.174 INFO ok!
99052025-02-22T21:10:09.424Z[ host-image] Feb 22 21:10:08.174 INFO O| Feb 22 21:10:08.174 INFO STEP 117 (ensure_file) COMPLETE
99062025-02-22T21:10:09.424Z[ host-image] Feb 22 21:10:08.174 INFO O| Feb 22 21:10:08.174 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072025-02-22T21:10:09.472Z[ host-image] Feb 22 21:10:08.224 INFO O| Feb 22 21:10:08.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
99082025-02-22T21:10:09.472Z[ host-image] Feb 22 21:10:08.224 INFO O| Feb 22 21:10:08.224 INFO copying /tmp/.tmpqYqO5s/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 ...
99092025-02-22T21:10:09.475Z[ host-image] Feb 22 21:10:08.224 INFO O| Feb 22 21:10:08.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
99102025-02-22T21:10:09.475Z[ host-image] Feb 22 21:10:08.224 INFO O| Feb 22 21:10:08.224 INFO ok!
99112025-02-22T21:10:09.475Z[ host-image] Feb 22 21:10:08.224 INFO O| Feb 22 21:10:08.224 INFO STEP 118 (ensure_file) COMPLETE
99122025-02-22T21:10:09.475Z[ host-image] Feb 22 21:10:08.224 INFO O| Feb 22 21:10:08.224 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99132025-02-22T21:10:09.498Z[ recovery-image] Feb 22 21:10:08.250 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
99142025-02-22T21:10:09.524Z[ host-image] Feb 22 21:10:08.276 INFO O| Feb 22 21:10:08.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
99152025-02-22T21:10:09.524Z[ host-image] Feb 22 21:10:08.276 INFO O| Feb 22 21:10:08.276 INFO copying /tmp/.tmpqYqO5s/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 ...
99162025-02-22T21:10:09.527Z[ host-image] Feb 22 21:10:08.277 INFO O| Feb 22 21:10:08.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
99172025-02-22T21:10:09.527Z[ host-image] Feb 22 21:10:08.277 INFO O| Feb 22 21:10:08.277 INFO ok!
99182025-02-22T21:10:09.527Z[ host-image] Feb 22 21:10:08.277 INFO O| Feb 22 21:10:08.277 INFO STEP 119 (ensure_file) COMPLETE
99192025-02-22T21:10:09.527Z[ host-image] Feb 22 21:10:08.277 INFO O| Feb 22 21:10:08.277 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99202025-02-22T21:10:09.547Z[ host-image] Feb 22 21:10:08.299 INFO O| Feb 22 21:10:08.299 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
99212025-02-22T21:10:09.547Z[ host-image] Feb 22 21:10:08.299 INFO O| Feb 22 21:10:08.299 INFO copying /tmp/.tmpqYqO5s/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 ...
99222025-02-22T21:10:09.550Z[ host-image] Feb 22 21:10:08.299 INFO O| Feb 22 21:10:08.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
99232025-02-22T21:10:09.550Z[ host-image] Feb 22 21:10:08.299 INFO O| Feb 22 21:10:08.299 INFO ok!
99242025-02-22T21:10:09.550Z[ host-image] Feb 22 21:10:08.300 INFO O| Feb 22 21:10:08.300 INFO STEP 120 (ensure_file) COMPLETE
99252025-02-22T21:10:09.550Z[ host-image] Feb 22 21:10:08.300 INFO O| Feb 22 21:10:08.300 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99262025-02-22T21:10:09.567Z[ host-image] Feb 22 21:10:08.319 INFO O| Feb 22 21:10:08.319 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
99272025-02-22T21:10:09.567Z[ host-image] Feb 22 21:10:08.319 INFO O| Feb 22 21:10:08.319 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
99282025-02-22T21:10:09.570Z[ host-image] Feb 22 21:10:08.320 INFO O| Feb 22 21:10:08.320 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
99292025-02-22T21:10:09.570Z[ host-image] Feb 22 21:10:08.320 INFO O| Feb 22 21:10:08.320 INFO ok!
99302025-02-22T21:10:09.570Z[ host-image] Feb 22 21:10:08.320 INFO O| Feb 22 21:10:08.320 INFO STEP 121 (ensure_file) COMPLETE
99312025-02-22T21:10:09.570Z[ host-image] Feb 22 21:10:08.320 INFO O| Feb 22 21:10:08.320 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99322025-02-22T21:10:09.588Z[ host-image] Feb 22 21:10:08.340 INFO O| Feb 22 21:10:08.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
99332025-02-22T21:10:09.588Z[ host-image] Feb 22 21:10:08.340 INFO O| Feb 22 21:10:08.340 INFO copying /tmp/.tmpqYqO5s/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 ...
99342025-02-22T21:10:09.591Z[ host-image] Feb 22 21:10:08.340 INFO O| Feb 22 21:10:08.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
99352025-02-22T21:10:09.591Z[ host-image] Feb 22 21:10:08.341 INFO O| Feb 22 21:10:08.341 INFO ok!
99362025-02-22T21:10:09.591Z[ host-image] Feb 22 21:10:08.341 INFO O| Feb 22 21:10:08.341 INFO STEP 122 (ensure_file) COMPLETE
99372025-02-22T21:10:09.591Z[ host-image] Feb 22 21:10:08.341 INFO O| Feb 22 21:10:08.341 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99382025-02-22T21:10:09.609Z[ host-image] Feb 22 21:10:08.361 INFO O| Feb 22 21:10:08.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
99392025-02-22T21:10:09.609Z[ host-image] Feb 22 21:10:08.362 INFO O| Feb 22 21:10:08.361 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
99402025-02-22T21:10:09.612Z[ host-image] Feb 22 21:10:08.362 INFO O| Feb 22 21:10:08.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
99412025-02-22T21:10:09.612Z[ host-image] Feb 22 21:10:08.362 INFO O| Feb 22 21:10:08.362 INFO ok!
99422025-02-22T21:10:09.612Z[ host-image] Feb 22 21:10:08.362 INFO O| Feb 22 21:10:08.362 INFO STEP 123 (ensure_file) COMPLETE
99432025-02-22T21:10:09.612Z[ host-image] Feb 22 21:10:08.362 INFO O| Feb 22 21:10:08.362 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99442025-02-22T21:10:09.631Z[ host-image] Feb 22 21:10:08.383 INFO O| Feb 22 21:10:08.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
99452025-02-22T21:10:09.631Z[ host-image] Feb 22 21:10:08.383 INFO O| Feb 22 21:10:08.383 INFO copying /tmp/.tmpqYqO5s/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
99462025-02-22T21:10:12.919Z[ recovery-image] Feb 22 21:10:11.671 INFO image complete! materials are in "/work/os-recovery"
99472025-02-22T21:10:12.926Z[ recovery-image]
99482025-02-22T21:10:12.926Z[ recovery-image] real 11:16.677960246
99492025-02-22T21:10:12.926Z[ recovery-image] user 7:04.040279322
99502025-02-22T21:10:12.929Z[ recovery-image] sys 1:09.128227800
99512025-02-22T21:10:12.929Z[ recovery-image] trap 0.414705689
99522025-02-22T21:10:12.929Z[ recovery-image] tflt 0.767987803
99532025-02-22T21:10:12.929Z[ recovery-image] dflt 3.281853110
99542025-02-22T21:10:12.929Z[ recovery-image] kflt 0.087618466
99552025-02-22T21:10:12.929Z[ recovery-image] lock 27:32.018188358
99562025-02-22T21:10:12.929Z[ recovery-image] slp 1:09:29.267228559
99572025-02-22T21:10:12.929Z[ recovery-image] lat 5:47.638152561
99582025-02-22T21:10:12.929Z[ recovery-image] stop 10.041436498
99592025-02-22T21:10:12.929ZFeb 22 21:10:11.680 INFO [recovery-image] process exited with exit status: 0 (676.711690873s)
99602025-02-22T21:10:14.558Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
99612025-02-22T21:10:22.717Z[ host-image] Feb 22 21:10:21.469 INFO O| Feb 22 21:10:21.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
99622025-02-22T21:10:22.717Z[ host-image] Feb 22 21:10:21.469 INFO O| Feb 22 21:10:21.469 INFO ok!
99632025-02-22T21:10:22.720Z[ host-image] Feb 22 21:10:21.469 INFO O| Feb 22 21:10:21.469 INFO STEP 124 (ensure_file) COMPLETE
99642025-02-22T21:10:22.720Z[ host-image] Feb 22 21:10:21.469 INFO O| Feb 22 21:10:21.469 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99652025-02-22T21:10:22.737Z[ host-image] Feb 22 21:10:21.489 INFO O| Feb 22 21:10:21.489 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
99662025-02-22T21:10:22.737Z[ host-image] Feb 22 21:10:21.489 INFO O| Feb 22 21:10:21.489 INFO STEP 125 (ensure_dir) COMPLETE
99672025-02-22T21:10:22.737Z[ host-image] Feb 22 21:10:21.489 INFO O| Feb 22 21:10:21.489 INFO STEP 126: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99682025-02-22T21:10:22.755Z[ host-image] Feb 22 21:10:21.508 INFO O| Feb 22 21:10:21.508 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
99692025-02-22T21:10:22.756Z[ host-image] Feb 22 21:10:21.508 INFO O| Feb 22 21:10:21.508 INFO STEP 126 (ensure_dir) COMPLETE
99702025-02-22T21:10:22.758Z[ host-image] Feb 22 21:10:21.508 INFO O| Feb 22 21:10:21.508 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99712025-02-22T21:10:22.860Z[ host-image] Feb 22 21:10:21.612 INFO O| Feb 22 21:10:21.612 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
99722025-02-22T21:10:22.860Z[ host-image] Feb 22 21:10:21.612 INFO O| Feb 22 21:10:21.612 INFO STEP 127 (ensure_dir) COMPLETE
99732025-02-22T21:10:22.862Z[ host-image] Feb 22 21:10:21.612 INFO O| Feb 22 21:10:21.612 INFO STEP 128: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99742025-02-22T21:10:22.893Z[ host-image] Feb 22 21:10:21.645 INFO O| Feb 22 21:10:21.645 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
99752025-02-22T21:10:22.893Z[ host-image] Feb 22 21:10:21.645 INFO O| Feb 22 21:10:21.645 INFO STEP 128 (ensure_dir) COMPLETE
99762025-02-22T21:10:22.896Z[ host-image] Feb 22 21:10:21.645 INFO O| Feb 22 21:10:21.645 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99772025-02-22T21:10:22.927Z[ host-image] Feb 22 21:10:21.679 INFO O| Feb 22 21:10:21.678 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
99782025-02-22T21:10:22.927Z[ host-image] Feb 22 21:10:21.679 INFO O| Feb 22 21:10:21.679 INFO copying /tmp/.tmpqYqO5s/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 ...
99792025-02-22T21:10:22.929Z[ host-image] Feb 22 21:10:21.679 INFO O| Feb 22 21:10:21.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
99802025-02-22T21:10:22.929Z[ host-image] Feb 22 21:10:21.679 INFO O| Feb 22 21:10:21.679 INFO ok!
99812025-02-22T21:10:22.929Z[ host-image] Feb 22 21:10:21.679 INFO O| Feb 22 21:10:21.679 INFO STEP 129 (ensure_file) COMPLETE
99822025-02-22T21:10:22.929Z[ host-image] Feb 22 21:10:21.679 INFO O| Feb 22 21:10:21.679 INFO STEP 130: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99832025-02-22T21:10:22.945Z[ host-image] Feb 22 21:10:21.698 INFO O| Feb 22 21:10:21.697 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
99842025-02-22T21:10:22.945Z[ host-image] Feb 22 21:10:21.698 INFO O| Feb 22 21:10:21.698 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
99852025-02-22T21:10:22.946Z[ host-image] Feb 22 21:10:21.698 INFO O| Feb 22 21:10:21.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
99862025-02-22T21:10:22.949Z[ host-image] Feb 22 21:10:21.698 INFO O| Feb 22 21:10:21.698 INFO STEP 130 (ensure_dir) COMPLETE
99872025-02-22T21:10:22.949Z[ host-image] Feb 22 21:10:21.698 INFO O| Feb 22 21:10:21.698 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99882025-02-22T21:10:23.035Z[ host-image] Feb 22 21:10:21.787 INFO O| Feb 22 21:10:21.787 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
99892025-02-22T21:10:23.035Z[ host-image] Feb 22 21:10:21.787 INFO O| Feb 22 21:10:21.787 INFO copying /tmp/.tmpqYqO5s/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
99902025-02-22T21:10:23.035Z[ host-image] Feb 22 21:10:21.787 INFO O| Feb 22 21:10:21.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
99912025-02-22T21:10:23.035Z[ host-image] Feb 22 21:10:21.787 INFO O| Feb 22 21:10:21.787 INFO ok!
99922025-02-22T21:10:23.037Z[ host-image] Feb 22 21:10:21.787 INFO O| Feb 22 21:10:21.787 INFO STEP 131 (ensure_file) COMPLETE
99932025-02-22T21:10:23.038Z[ host-image] Feb 22 21:10:21.787 INFO O| Feb 22 21:10:21.787 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99942025-02-22T21:10:23.082Z[ host-image] Feb 22 21:10:21.834 INFO O| Feb 22 21:10:21.834 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
99952025-02-22T21:10:23.084Z[ host-image] Feb 22 21:10:21.834 INFO O| Feb 22 21:10:21.834 INFO STEP 132 (remove_files) COMPLETE
99962025-02-22T21:10:23.084Z[ host-image] Feb 22 21:10:21.834 INFO O| Feb 22 21:10:21.834 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99972025-02-22T21:10:23.103Z[ host-image] Feb 22 21:10:21.855 INFO O| Feb 22 21:10:21.855 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
99982025-02-22T21:10:23.106Z[ host-image] Feb 22 21:10:21.855 INFO O| Feb 22 21:10:21.855 INFO STEP 133 (remove_files) COMPLETE
99992025-02-22T21:10:23.106Z[ host-image] Feb 22 21:10:21.855 INFO O| Feb 22 21:10:21.855 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100002025-02-22T21:10:23.124Z[ host-image] Feb 22 21:10:21.876 INFO O| Feb 22 21:10:21.876 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
100012025-02-22T21:10:23.127Z[ host-image] Feb 22 21:10:21.876 INFO O| Feb 22 21:10:21.876 INFO STEP 134 (remove_files) COMPLETE
100022025-02-22T21:10:23.127Z[ host-image] Feb 22 21:10:21.876 INFO O| Feb 22 21:10:21.876 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100032025-02-22T21:10:23.146Z[ host-image] Feb 22 21:10:21.898 INFO O| Feb 22 21:10:21.898 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
100042025-02-22T21:10:23.148Z[ host-image] Feb 22 21:10:21.898 INFO O| Feb 22 21:10:21.898 INFO STEP 135 (remove_files) COMPLETE
100052025-02-22T21:10:23.148Z[ host-image] Feb 22 21:10:21.898 INFO O| Feb 22 21:10:21.898 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100062025-02-22T21:10:23.166Z[ host-image] Feb 22 21:10:21.919 INFO O| Feb 22 21:10:21.918 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
100072025-02-22T21:10:23.170Z[ host-image] Feb 22 21:10:21.919 INFO O| Feb 22 21:10:21.919 INFO STEP 136 (remove_files) COMPLETE
100082025-02-22T21:10:23.170Z[ host-image] Feb 22 21:10:21.919 INFO O| Feb 22 21:10:21.919 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100092025-02-22T21:10:23.192Z[ host-image] Feb 22 21:10:21.940 INFO O| Feb 22 21:10:21.940 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
100102025-02-22T21:10:23.192Z[ host-image] Feb 22 21:10:21.940 INFO O| Feb 22 21:10:21.940 INFO STEP 137 (remove_files) COMPLETE
100112025-02-22T21:10:23.192Z[ host-image] Feb 22 21:10:21.940 INFO O| Feb 22 21:10:21.940 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100122025-02-22T21:10:23.225Z[ host-image] Feb 22 21:10:21.977 INFO O| Feb 22 21:10:21.977 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
100132025-02-22T21:10:23.225Z[ host-image] Feb 22 21:10:21.977 INFO O| Feb 22 21:10:21.977 INFO STEP 138 (remove_files) COMPLETE
100142025-02-22T21:10:23.228Z[ host-image] Feb 22 21:10:21.977 INFO O| Feb 22 21:10:21.977 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100152025-02-22T21:10:23.244Z[ host-image] Feb 22 21:10:21.996 INFO O| Feb 22 21:10:21.996 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
100162025-02-22T21:10:23.247Z[ host-image] Feb 22 21:10:21.996 INFO O| Feb 22 21:10:21.996 INFO STEP 139 (remove_files) COMPLETE
100172025-02-22T21:10:23.247Z[ host-image] Feb 22 21:10:21.996 INFO O| Feb 22 21:10:21.996 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100182025-02-22T21:10:23.263Z[ host-image] Feb 22 21:10:22.015 INFO O| Feb 22 21:10:22.015 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
100192025-02-22T21:10:23.263Z[ host-image] Feb 22 21:10:22.015 INFO O| Feb 22 21:10:22.015 INFO STEP 140 (remove_files) COMPLETE
100202025-02-22T21:10:23.263Z[ host-image] Feb 22 21:10:22.015 INFO O| Feb 22 21:10:22.015 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100212025-02-22T21:10:23.283Z[ host-image] Feb 22 21:10:22.034 INFO O| Feb 22 21:10:22.034 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
100222025-02-22T21:10:23.283Z[ host-image] Feb 22 21:10:22.034 INFO O| Feb 22 21:10:22.034 INFO STEP 141 (remove_files) COMPLETE
100232025-02-22T21:10:23.283Z[ host-image] Feb 22 21:10:22.034 INFO O| Feb 22 21:10:22.034 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100242025-02-22T21:10:23.302Z[ host-image] Feb 22 21:10:22.054 INFO O| Feb 22 21:10:22.054 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
100252025-02-22T21:10:23.302Z[ host-image] Feb 22 21:10:22.054 INFO O| Feb 22 21:10:22.054 INFO STEP 142 (remove_files) COMPLETE
100262025-02-22T21:10:23.302Z[ host-image] Feb 22 21:10:22.054 INFO O| Feb 22 21:10:22.054 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100272025-02-22T21:10:23.323Z[ host-image] Feb 22 21:10:22.075 INFO O| Feb 22 21:10:22.075 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
100282025-02-22T21:10:23.323Z[ host-image] Feb 22 21:10:22.075 INFO O| Feb 22 21:10:22.075 INFO STEP 143 (remove_files) COMPLETE
100292025-02-22T21:10:23.326Z[ host-image] Feb 22 21:10:22.075 INFO O| Feb 22 21:10:22.075 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100302025-02-22T21:10:23.342Z[ host-image] Feb 22 21:10:22.094 INFO O| Feb 22 21:10:22.094 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
100312025-02-22T21:10:23.342Z[ host-image] Feb 22 21:10:22.094 INFO O| Feb 22 21:10:22.094 INFO STEP 144 (remove_files) COMPLETE
100322025-02-22T21:10:23.345Z[ host-image] Feb 22 21:10:22.094 INFO O| Feb 22 21:10:22.094 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100332025-02-22T21:10:23.361Z[ host-image] Feb 22 21:10:22.113 INFO O| Feb 22 21:10:22.113 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
100342025-02-22T21:10:23.361Z[ host-image] Feb 22 21:10:22.113 INFO O| Feb 22 21:10:22.113 INFO STEP 145 (remove_files) COMPLETE
100352025-02-22T21:10:23.363Z[ host-image] Feb 22 21:10:22.113 INFO O| Feb 22 21:10:22.113 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100362025-02-22T21:10:23.381Z[ host-image] Feb 22 21:10:22.132 INFO O| Feb 22 21:10:22.131 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
100372025-02-22T21:10:23.381Z[ host-image] Feb 22 21:10:22.133 INFO O| Feb 22 21:10:22.132 INFO STEP 146 (remove_files) COMPLETE
100382025-02-22T21:10:23.381Z[ host-image] Feb 22 21:10:22.133 INFO O| Feb 22 21:10:22.132 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100392025-02-22T21:10:23.406Z[ host-image] Feb 22 21:10:22.158 INFO O| Feb 22 21:10:22.158 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
100402025-02-22T21:10:23.406Z[ host-image] Feb 22 21:10:22.158 INFO O| Feb 22 21:10:22.158 INFO STEP 147 (remove_files) COMPLETE
100412025-02-22T21:10:23.406Z[ host-image] Feb 22 21:10:22.158 INFO O| Feb 22 21:10:22.158 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100422025-02-22T21:10:23.448Z[ host-image] Feb 22 21:10:22.200 INFO O| Feb 22 21:10:22.200 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
100432025-02-22T21:10:23.448Z[ host-image] Feb 22 21:10:22.200 INFO O| Feb 22 21:10:22.200 INFO STEP 148 (remove_files) COMPLETE
100442025-02-22T21:10:23.450Z[ host-image] Feb 22 21:10:22.200 INFO O| Feb 22 21:10:22.200 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100452025-02-22T21:10:23.485Z[ host-image] Feb 22 21:10:22.237 INFO O| Feb 22 21:10:22.237 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
100462025-02-22T21:10:23.489Z[ host-image] Feb 22 21:10:22.238 INFO O| Feb 22 21:10:22.237 INFO STEP 149 (remove_files) COMPLETE
100472025-02-22T21:10:23.489Z[ host-image] Feb 22 21:10:22.238 INFO O| Feb 22 21:10:22.238 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100482025-02-22T21:10:23.505Z[ host-image] Feb 22 21:10:22.257 INFO O| Feb 22 21:10:22.257 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
100492025-02-22T21:10:23.508Z[ host-image] Feb 22 21:10:22.258 INFO O| Feb 22 21:10:22.258 INFO STEP 150 (remove_files) COMPLETE
100502025-02-22T21:10:23.508Z[ host-image] Feb 22 21:10:22.258 INFO O| Feb 22 21:10:22.258 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100512025-02-22T21:10:23.525Z[ host-image] Feb 22 21:10:22.277 INFO O| Feb 22 21:10:22.277 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
100522025-02-22T21:10:23.528Z[ host-image] Feb 22 21:10:22.278 INFO O| Feb 22 21:10:22.278 INFO STEP 151 (remove_files) COMPLETE
100532025-02-22T21:10:23.528Z[ host-image] Feb 22 21:10:22.278 INFO O| Feb 22 21:10:22.278 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100542025-02-22T21:10:23.544Z[ host-image] Feb 22 21:10:22.297 INFO O| Feb 22 21:10:22.296 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
100552025-02-22T21:10:23.547Z[ host-image] Feb 22 21:10:22.297 INFO O| Feb 22 21:10:22.297 INFO STEP 152 (remove_files) COMPLETE
100562025-02-22T21:10:23.547Z[ host-image] Feb 22 21:10:22.297 INFO O| Feb 22 21:10:22.297 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100572025-02-22T21:10:23.583Z[ host-image] Feb 22 21:10:22.335 INFO O| Feb 22 21:10:22.335 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
100582025-02-22T21:10:23.585Z[ host-image] Feb 22 21:10:22.335 INFO O| Feb 22 21:10:22.335 INFO STEP 153 (remove_files) COMPLETE
100592025-02-22T21:10:23.586Z[ host-image] Feb 22 21:10:22.335 INFO O| Feb 22 21:10:22.335 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100602025-02-22T21:10:23.604Z[ host-image] Feb 22 21:10:22.356 INFO O| Feb 22 21:10:22.356 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
100612025-02-22T21:10:23.604Z[ host-image] Feb 22 21:10:22.356 INFO O| Feb 22 21:10:22.356 INFO STEP 154 (remove_files) COMPLETE
100622025-02-22T21:10:23.604Z[ host-image] Feb 22 21:10:22.356 INFO O| Feb 22 21:10:22.356 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100632025-02-22T21:10:23.622Z[ host-image] Feb 22 21:10:22.374 INFO O| Feb 22 21:10:22.374 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
100642025-02-22T21:10:23.622Z[ host-image] Feb 22 21:10:22.374 INFO O| Feb 22 21:10:22.374 INFO STEP 155 (remove_files) COMPLETE
100652025-02-22T21:10:23.622Z[ host-image] Feb 22 21:10:22.374 INFO O| Feb 22 21:10:22.374 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100662025-02-22T21:10:23.640Z[ host-image] Feb 22 21:10:22.392 INFO O| Feb 22 21:10:22.392 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
100672025-02-22T21:10:23.640Z[ host-image] Feb 22 21:10:22.392 INFO O| Feb 22 21:10:22.392 INFO STEP 156 (remove_files) COMPLETE
100682025-02-22T21:10:23.640Z[ host-image] Feb 22 21:10:22.392 INFO O| Feb 22 21:10:22.392 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100692025-02-22T21:10:23.659Z[ host-image] Feb 22 21:10:22.411 INFO O| Feb 22 21:10:22.411 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
100702025-02-22T21:10:23.659Z[ host-image] Feb 22 21:10:22.411 INFO O| Feb 22 21:10:22.411 INFO STEP 157 (remove_files) COMPLETE
100712025-02-22T21:10:23.662Z[ host-image] Feb 22 21:10:22.411 INFO O| Feb 22 21:10:22.411 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100722025-02-22T21:10:23.698Z[ host-image] Feb 22 21:10:22.450 INFO O| Feb 22 21:10:22.450 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
100732025-02-22T21:10:23.698Z[ host-image] Feb 22 21:10:22.450 INFO O| Feb 22 21:10:22.450 INFO STEP 158 (remove_files) COMPLETE
100742025-02-22T21:10:23.700Z[ host-image] Feb 22 21:10:22.450 INFO O| Feb 22 21:10:22.450 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100752025-02-22T21:10:23.719Z[ host-image] Feb 22 21:10:22.471 INFO O| Feb 22 21:10:22.471 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
100762025-02-22T21:10:23.719Z[ host-image] Feb 22 21:10:22.471 INFO O| Feb 22 21:10:22.471 INFO STEP 159 (remove_files) COMPLETE
100772025-02-22T21:10:23.719Z[ host-image] Feb 22 21:10:22.471 INFO O| Feb 22 21:10:22.471 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
100782025-02-22T21:10:23.738Z[ host-image] Feb 22 21:10:22.490 INFO O| Feb 22 21:10:22.490 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
100792025-02-22T21:10:23.738Z[ host-image] Feb 22 21:10:22.490 INFO O| Feb 22 21:10:22.490 INFO STEP 160 (remove_files) COMPLETE
100802025-02-22T21:10:23.741Z[ host-image] Feb 22 21:10:22.490 INFO O| Feb 22 21:10:22.490 INFO STEP 161: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
100812025-02-22T21:10:23.767Z[ host-image] Feb 22 21:10:22.519 INFO O| Feb 22 21:10:22.519 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
100822025-02-22T21:10:23.767Z[ host-image] Feb 22 21:10:22.519 INFO O| Feb 22 21:10:22.519 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
100832025-02-22T21:10:37.978Z[ host-image] Feb 22 21:10:36.708 INFO O| Feb 22 21:10:36.708 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
100842025-02-22T21:10:37.978Z[ host-image] Feb 22 21:10:36.708 INFO O| Feb 22 21:10:36.708 INFO E| svccfg: Loaded 74 smf(7) service descriptions
100852025-02-22T21:10:37.983Z[ host-image] Feb 22 21:10:36.735 INFO O| Feb 22 21:10:36.735 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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
100862025-02-22T21:10:38.160Z[ host-image] Feb 22 21:10:36.913 INFO O| Feb 22 21:10:36.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
100872025-02-22T21:10:38.160Z[ host-image] Feb 22 21:10:36.913 INFO O| Feb 22 21:10:36.912 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
100882025-02-22T21:10:38.164Z[ host-image] Feb 22 21:10:36.916 INFO O| Feb 22 21:10:36.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
100892025-02-22T21:10:38.166Z[ host-image] Feb 22 21:10:36.916 INFO O| Feb 22 21:10:36.916 INFO ok!
100902025-02-22T21:10:38.167Z[ host-image] Feb 22 21:10:36.916 INFO O| Feb 22 21:10:36.916 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
100912025-02-22T21:10:38.167Z[ host-image] Feb 22 21:10:36.916 INFO O| Feb 22 21:10:36.916 INFO STEP 161 (seed_smf) COMPLETE
100922025-02-22T21:10:38.167Z[ host-image] Feb 22 21:10:36.916 INFO O| Feb 22 21:10:36.916 INFO steps complete; finalising image!
100932025-02-22T21:10:38.167Z[ host-image] Feb 22 21:10:36.916 INFO O| Feb 22 21:10:36.916 INFO TRIM POOL: TEMPORARY-gimlet-zfs
100942025-02-22T21:10:38.392Z[ host-image] Feb 22 21:10:37.144 INFO O| Feb 22 21:10:37.144 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Feb 22 21:10:36 2025)
100952025-02-22T21:10:38.603Z[ host-image] Feb 22 21:10:37.355 INFO O| Feb 22 21:10:37.355 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Sat Feb 22 21:10:36 2025)
100962025-02-22T21:10:38.814Z[ host-image] Feb 22 21:10:37.566 INFO O| Feb 22 21:10:37.566 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Sat Feb 22 21:10:36 2025)
100972025-02-22T21:10:39.033Z[ host-image] Feb 22 21:10:37.786 INFO O| Feb 22 21:10:37.785 INFO trim TEMPORARY-gimlet-zfs: (96% trimmed, started at Sat Feb 22 21:10:36 2025)
100982025-02-22T21:10:39.291Z[ host-image] Feb 22 21:10:38.044 INFO O| Feb 22 21:10:38.043 INFO temporary pool has 721M used, 111M avail, 1.79x compressratio
100992025-02-22T21:10:39.294Z[ host-image] Feb 22 21:10:38.044 INFO O| Feb 22 21:10:38.044 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
101002025-02-22T21:10:40.037Z[ host-image] Feb 22 21:10:38.790 INFO O| Feb 22 21:10:38.789 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
101012025-02-22T21:10:40.038Z[ host-image] Feb 22 21:10:38.790 INFO O| Feb 22 21:10:38.790 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
101022025-02-22T21:10:42.076Z[ host-image] Feb 22 21:10:40.828 INFO O| Feb 22 21:10:40.828 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
101032025-02-22T21:10:42.076Z[ host-image] Feb 22 21:10:40.828 INFO O| Feb 22 21:10:40.828 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
101042025-02-22T21:10:42.079Z[ host-image] Feb 22 21:10:40.828 INFO O| Feb 22 21:10:40.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
101052025-02-22T21:10:42.079Z[ host-image] Feb 22 21:10:40.828 INFO O| Feb 22 21:10:40.828 INFO completed processing gimlet/zfs
101062025-02-22T21:10:42.079Z[ host-image] Feb 22 21:10:40.828 INFO O| Feb 22 21:10:40.828 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
101072025-02-22T21:10:51.215Z[ host-image] Feb 22 21:10:49.968 INFO O| Feb 22 21:10:49.968 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
101082025-02-22T21:10:51.338Z[ host-image] Feb 22 21:10:50.091 INFO BUILD STRING "heads/stlouis-0-g9fcb5effdf\n"
101092025-02-22T21:10:51.339Z[ host-image] Feb 22 21:10:50.091 INFO expanded image name: "ci 7999177/${os_short_commit} 2025-02-22 20:34" -> "ci 7999177/9fcb5ef 2025-02-22 20:34"
101102025-02-22T21:10:51.339Z[ host-image] Feb 22 21:10:50.091 INFO output artefacts stored in: "/work/os-host"
101112025-02-22T21:10:51.341Z[ host-image] Feb 22 21:10:50.091 INFO collecting git info from project "phbl"...
101122025-02-22T21:10:51.353Z[ host-image] Feb 22 21:10:50.105 INFO collecting git info from project "chelsio-t6-roms"...
101132025-02-22T21:10:51.361Z[ host-image] Feb 22 21:10:50.114 INFO collecting git info from project "amd-host-image-builder"...
101142025-02-22T21:10:51.390Z[ host-image] Feb 22 21:10:50.143 INFO collecting git info from project "bootserver"...
101152025-02-22T21:10:51.399Z[ host-image] Feb 22 21:10:50.151 INFO collecting git info from project "pilot"...
101162025-02-22T21:10:51.409Z[ host-image] Feb 22 21:10:50.161 INFO collecting git info from project "image-builder"...
101172025-02-22T21:10:51.417Z[ host-image] Feb 22 21:10:50.170 INFO collecting git info from project "amd-firmware"...
101182025-02-22T21:10:51.433Z[ host-image] Feb 22 21:10:50.185 INFO collecting git info from project "pinprick"...
101192025-02-22T21:10:51.443Z[ host-image] Feb 22 21:10:50.195 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
101202025-02-22T21:10:54.480Z[ host-image] Feb 22 21:10:53.232 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
101212025-02-22T21:10:55.114Z[ host-image] Feb 22 21:10:53.866 INFO creating Oxide boot image...
101222025-02-22T21:10:55.114Z[ host-image] Feb 22 21:10:53.866 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 7999177/9fcb5ef 2025-02-22 20:34", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
101232025-02-22T21:10:57.748Z[ host-image] Feb 22 21:10:56.501 INFO O| ok, image written!
101242025-02-22T21:10:57.748Z[ host-image] Feb 22 21:10:56.501 INFO O| ok, boot_image_csum file written!
101252025-02-22T21:10:57.755Z[ host-image] Feb 22 21:10:56.508 INFO creating boot archive (CPIO)...
101262025-02-22T21:10:57.755Z[ host-image] Feb 22 21:10:56.508 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
101272025-02-22T21:10:57.766Z[ host-image] Feb 22 21:10:56.518 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
101282025-02-22T21:10:57.766Z[ host-image] Feb 22 21:10:56.518 INFO E| + outfile=/work/os-host/cpio
101292025-02-22T21:10:57.769Z[ host-image] Feb 22 21:10:56.518 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
101302025-02-22T21:10:57.771Z[ host-image] Feb 22 21:10:56.522 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
101312025-02-22T21:10:57.771Z[ host-image] Feb 22 21:10:56.522 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
101322025-02-22T21:10:57.824Z[ host-image] Feb 22 21:10:56.576 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
101332025-02-22T21:10:57.826Z[ host-image] Feb 22 21:10:56.576 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
101342025-02-22T21:10:57.837Z[ host-image] Feb 22 21:10:56.589 INFO creating compressed cpio/unix for nanobl-rs...
101352025-02-22T21:10:57.839Z[ host-image] Feb 22 21:10:56.590 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
101362025-02-22T21:10:58.352Z[ host-image] Feb 22 21:10:57.104 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
101372025-02-22T21:11:05.629Z[ host-image] Feb 22 21:11:04.381 INFO creating reset image...
101382025-02-22T21:11:05.629Z[ host-image] Feb 22 21:11:04.381 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
101392025-02-22T21:11:05.822Z[ host-image] Feb 22 21:11:04.574 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
101402025-02-22T21:11:05.825Z[ host-image] Feb 22 21:11:04.576 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
101412025-02-22T21:11:05.931Z[ host-image] Feb 22 21:11:04.684 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
101422025-02-22T21:11:09.928Z[ host-image] Feb 22 21:11:08.680 INFO E| Finished `release` profile [optimized] target(s) in 4.07s
101432025-02-22T21:11:09.945Z[ host-image] Feb 22 21:11:08.698 INFO building host image...
101442025-02-22T21:11:09.948Z[ host-image] Feb 22 21:11:08.698 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")
101452025-02-22T21:11:10.961Z[ host-image] Feb 22 21:11:09.714 INFO finishing image archive at "/work/os-host/os.tar.gz"...
101462025-02-22T21:12:29.362Z[ host-image] Feb 22 21:12:28.114 INFO image complete! materials are in "/work/os-host"
101472025-02-22T21:12:29.366Z[ host-image]
101482025-02-22T21:12:29.369Z[ host-image] real 14:10.592497399
101492025-02-22T21:12:29.369Z[ host-image] user 7:13.158700316
101502025-02-22T21:12:29.369Z[ host-image] sys 1:13.715032227
101512025-02-22T21:12:29.369Z[ host-image] trap 0.356384912
101522025-02-22T21:12:29.369Z[ host-image] tflt 0.055808964
101532025-02-22T21:12:29.369Z[ host-image] dflt 0.094707426
101542025-02-22T21:12:29.369Z[ host-image] kflt 0.083518942
101552025-02-22T21:12:29.369Z[ host-image] lock 12:51.968962629
101562025-02-22T21:12:29.369Z[ host-image] slp 1:13:40.108208444
101572025-02-22T21:12:29.369Z[ host-image] lat 3:29.345027760
101582025-02-22T21:12:29.369Z[ host-image] stop 2.972901869
101592025-02-22T21:12:29.369ZFeb 22 21:12:28.121 INFO [host-image] process exited with exit status: 0 (850.612917608s)
101602025-02-22T21:12:29.369ZFeb 22 21:12:28.121 INFO [tuf-repo] running task
101612025-02-22T21:13:09.274ZFeb 22 21:13:07.001 INFO assembling repository in `/tmp/tufaceousd7xe6b`, component: OmicronRepoAssembler
101622025-02-22T21:13:30.205ZFeb 22 21:13:28.957 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
101632025-02-22T21:13:30.484ZFeb 22 21:13:29.237 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
101642025-02-22T21:13:42.250ZFeb 22 21:13:41.004 INFO [tuf-repo] task succeeded (72.881516503s)
101652025-02-22T21:13:45.266Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
101662025-02-22T21:15:35.698Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
101672025-02-22T21:15:53.779Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
101682025-02-22T21:16:13.566Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
101692025-02-22T21:21:39.855Z[verify-libraries] Finished `release` profile [optimized] target(s) in 22m 40s
101702025-02-22T21:21:40.374ZFeb 22 21:21:39.129 INFO [verify-libraries] process exited with exit status: 0 (1364.666405633s)
101712025-02-22T21:21:40.377ZFeb 22 21:21:39.129 INFO all jobs completed in 2835.480405981s
101722025-02-22T21:21:43.246Zprocess exited: duration 3509472 ms, exit code 0
 
101732025-02-22T21:21:43.273Zfound 33 output files
101742025-02-22T21:21:43.273Zuploading: /work/manifest.toml (13429 bytes)
101752025-02-22T21:21:44.283Zuploaded: /work/manifest.toml
101762025-02-22T21:21:44.284Zuploading: /work/repo.zip (2156377375 bytes)
101772025-02-22T21:22:28.753Zuploaded: /work/repo.zip
101782025-02-22T21:22:28.753Zuploading: /work/repo.zip.sha256.txt (65 bytes)
101792025-02-22T21:22:29.761Zuploaded: /work/repo.zip.sha256.txt
101802025-02-22T21:22:29.761Zuploading: /work/helios-setup.log (69013 bytes)
101812025-02-22T21:22:30.780Zuploaded: /work/helios-setup.log
101822025-02-22T21:22:30.793Zuploading: /work/host-image.log (199361 bytes)
101832025-02-22T21:22:31.810Zuploaded: /work/host-image.log
101842025-02-22T21:22:31.813Zuploading: /work/host-package.log (24688 bytes)
101852025-02-22T21:22:32.832Zuploaded: /work/host-package.log
101862025-02-22T21:22:32.832Zuploading: /work/host-target.log (101 bytes)
101872025-02-22T21:22:33.843Zuploaded: /work/host-target.log
101882025-02-22T21:22:33.844Zuploading: /work/omicron-package.log (6784 bytes)
101892025-02-22T21:22:34.851Zuploaded: /work/omicron-package.log
101902025-02-22T21:22:34.854Zuploading: /work/phbl-toolchain.log (881 bytes)
101912025-02-22T21:22:35.860Zuploaded: /work/phbl-toolchain.log
101922025-02-22T21:22:35.860Zuploading: /work/recovery-image.log (578912 bytes)
101932025-02-22T21:22:36.888Zuploaded: /work/recovery-image.log
101942025-02-22T21:22:36.890Zuploading: /work/recovery-package.log (1762 bytes)
101952025-02-22T21:22:37.896Zuploaded: /work/recovery-package.log
101962025-02-22T21:22:37.896Zuploading: /work/recovery-target.log (57 bytes)
101972025-02-22T21:22:38.906Zuploaded: /work/recovery-target.log
101982025-02-22T21:22:38.906Zuploading: /work/stamp-clickhouse.log (117 bytes)
101992025-02-22T21:22:39.914Zuploaded: /work/stamp-clickhouse.log
102002025-02-22T21:22:39.917Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
102012025-02-22T21:22:40.923Zuploaded: /work/stamp-clickhouse_keeper.log
102022025-02-22T21:22:40.926Zuploading: /work/stamp-cockroachdb.log (118 bytes)
102032025-02-22T21:22:41.932Zuploaded: /work/stamp-cockroachdb.log
102042025-02-22T21:22:41.935Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
102052025-02-22T21:22:42.942Zuploaded: /work/stamp-crucible-dtrace.log
102062025-02-22T21:22:42.942Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
102072025-02-22T21:22:43.952Zuploaded: /work/stamp-crucible-pantry-zone.log
102082025-02-22T21:22:43.952Zuploading: /work/stamp-crucible-zone.log (120 bytes)
102092025-02-22T21:22:44.959Zuploaded: /work/stamp-crucible-zone.log
102102025-02-22T21:22:44.962Zuploading: /work/stamp-external-dns.log (119 bytes)
102112025-02-22T21:22:45.968Zuploaded: /work/stamp-external-dns.log
102122025-02-22T21:22:45.968Zuploading: /work/stamp-installinator.log (103 bytes)
102132025-02-22T21:22:46.976Zuploaded: /work/stamp-installinator.log
102142025-02-22T21:22:46.980Zuploading: /work/stamp-internal-dns.log (119 bytes)
102152025-02-22T21:22:47.987Zuploaded: /work/stamp-internal-dns.log
102162025-02-22T21:22:47.987Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
102172025-02-22T21:22:48.997Zuploaded: /work/stamp-mg-ddm-gz.log
102182025-02-22T21:22:48.997Zuploading: /work/stamp-nexus.log (112 bytes)
102192025-02-22T21:22:50.006Zuploaded: /work/stamp-nexus.log
102202025-02-22T21:22:50.006Zuploading: /work/stamp-ntp.log (110 bytes)
102212025-02-22T21:22:51.016Zuploaded: /work/stamp-ntp.log
102222025-02-22T21:22:51.019Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
102232025-02-22T21:22:52.025Zuploaded: /work/stamp-omicron-sled-agent.log
102242025-02-22T21:22:52.025Zuploading: /work/stamp-overlay.log (114 bytes)
102252025-02-22T21:22:53.034Zuploaded: /work/stamp-overlay.log
102262025-02-22T21:22:53.035Zuploading: /work/stamp-oximeter.log (115 bytes)
102272025-02-22T21:22:54.046Zuploaded: /work/stamp-oximeter.log
102282025-02-22T21:22:54.049Zuploading: /work/stamp-oxlog.log (109 bytes)
102292025-02-22T21:22:55.058Zuploaded: /work/stamp-oxlog.log
102302025-02-22T21:22:55.061Zuploading: /work/stamp-probe.log (112 bytes)
102312025-02-22T21:22:56.067Zuploaded: /work/stamp-probe.log
102322025-02-22T21:22:56.070Zuploading: /work/stamp-propolis-server.log (122 bytes)
102332025-02-22T21:22:57.076Zuploaded: /work/stamp-propolis-server.log
102342025-02-22T21:22:57.078Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
102352025-02-22T21:22:58.084Zuploaded: /work/stamp-pumpkind-gz.log
102362025-02-22T21:22:58.085Zuploading: /work/stamp-switch-asic.log (118 bytes)
102372025-02-22T21:22:59.093Zuploaded: /work/stamp-switch-asic.log
102382025-02-22T21:22:59.097Zuploading: /work/verify-libraries.log (17218 bytes)
102392025-02-22T21:23:00.106Zuploaded: /work/verify-libraries.log